.mpro-calculator *,.mpro-calculator *:before,.mpro-calculator *:after{box-sizing:border-box;margin:0;padding:0}.mpro-calculator{font-family:var(--mpro-font-body),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased;max-width:600px;margin:0 auto;padding:0 8px;box-sizing:border-box}.mpro-spinner{width:32px;height:32px;border:3px solid #e5e7eb;border-top-color:#2563eb;border-radius:50%;animation:mpro-spin .6s linear infinite}@keyframes mpro-spin{to{transform:rotate(360deg)}}.mpro-calculator__loading{display:flex;justify-content:center;align-items:center;min-height:200px}.mpro-calculator__header{text-align:center;margin-bottom:16px}.mpro-calculator__title{font-family:var(--mpro-font-title);font-weight:900;font-size:clamp(1.7rem,3vw,2.4rem);line-height:1.1;margin-top:-2px;letter-spacing:-.02em;margin-bottom:12px;color:var(--mpro-blue-dark)}.mpro-calculator__subtitle{font-family:var(--mpro-font-body);font-size:.875rem;line-height:1.6;color:var(--mpro-text-muted)}.mpro-steps{display:flex;align-items:center;justify-content:center;padding:16px 0;gap:0}.mpro-step{display:flex;align-items:center;flex:1}.mpro-step:last-child{flex:0}.mpro-step__content{display:flex;flex-direction:column;align-items:center;gap:6px}.mpro-step__circle{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:600;background-color:#e5e7eb;color:#9ca3af;transition:all .3s ease;flex-shrink:0}.mpro-step--active .mpro-step__circle,.mpro-step--completed .mpro-step__circle{background-color:#0b2448;color:#fff}.mpro-step--active .mpro-step__circle{box-shadow:0 0 0 4px #0b244826}.mpro-step__label{font-size:.75rem;font-weight:500;color:#9ca3af;white-space:nowrap}.mpro-step--active .mpro-step__label{color:#0b2448}.mpro-step--completed .mpro-step__label{color:#1a1a2e}.mpro-step__bar-wrapper{flex:1;height:2px;background:#e5e7eb;margin:0 8px;border-radius:1px;overflow:hidden;position:relative;top:-12px}.mpro-step__bar--filled{height:100%;background:#0b2448;transition:width .4s ease;border-radius:1px}@media (max-width:640px){.mpro-step__label{display:none}.mpro-step__bar-wrapper{top:0}.mpro-step__circle{width:32px;height:32px;font-size:.75rem}}.mpro-step-content{min-height:360px;position:relative}.mpro-step-panel{animation:mpro-fade-in .25s ease}@keyframes mpro-fade-in{0%{opacity:0;transform:translate(16px)}to{opacity:1;transform:translate(0)}}.mpro-volume-card{display:flex;align-items:center;justify-content:space-between;padding:16px;background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:16px}.mpro-volume-card__left{display:flex;align-items:center;gap:12px}.mpro-volume-card__label{font-size:.875rem;color:#6b7280}.mpro-volume-card__value{font-size:1.5rem;font-weight:700;color:var(--mpro-blue-dark)}.mpro-volume-card__count{font-size:.875rem;color:#6b7280;text-align:right}.mpro-cat-tabs-wrapper{position:relative;width:100%}.mpro-cat-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;padding-bottom:8px}@media (max-width:767px){.mpro-cat-tabs{display:flex;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px;gap:6px}}.mpro-cat-tabs::-webkit-scrollbar{display:none}.mpro-cat-btn{display:flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;padding:0 8px!important;height:38px!important;min-height:38px!important;max-height:38px!important;border-radius:9999px!important;border:1px solid #d1d5db!important;background:#fff!important;color:#374151!important;font-size:.75rem!important;font-weight:500!important;cursor:pointer!important;white-space:nowrap!important;transition:all .2s ease!important;flex-shrink:0!important;font-family:inherit!important;width:100%!important;box-sizing:border-box!important;line-height:normal!important}.mpro-cat-btn svg{width:16px!important;height:16px!important;flex-shrink:0!important;display:block!important}@media (max-width:767px){.mpro-cat-btn{width:auto!important;padding:0 14px!important}}.mpro-swipe-hint{display:none}@media (max-width:767px){.mpro-swipe-hint{display:flex;align-items:center;justify-content:flex-end;gap:4px;font-size:.75rem;color:#94a3b8;margin-bottom:12px}.mpro-swipe-hint svg{width:14px;height:14px;opacity:.7}}.mpro-cat-btn__text{overflow:hidden;text-overflow:ellipsis}.mpro-cat-btn *{color:inherit!important}.mpro-cat-btn:hover{background:#f9fafb!important}.mpro-cat-btn--active{background:#0b2448!important;color:#fff!important;border-color:#0b2448!important}.mpro-cat-btn--active:hover{background:#061929!important}.mpro-cat-btn__badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 4px;border-radius:9px;font-size:.6875rem;font-weight:700;background:#0b24481a;color:#0b2448}.mpro-cat-btn--active .mpro-cat-btn__badge{background:#fff3;color:#fff}.mpro-items-grid{display:grid;gap:6px;margin-top:12px}.mpro-item-row{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-radius:8px;transition:all .2s ease;border:1px solid transparent}.mpro-item-row:hover{background:#f9fafb}.mpro-item-row--selected{background:#eff6ff;border-color:#bfdbfe}.mpro-item-row__info{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.mpro-item-row__icon{width:32px;height:32px;border-radius:6px;display:flex;align-items:center;justify-content:center;background:#f3f4f6;color:#9ca3af;flex-shrink:0;font-size:.875rem}.mpro-item-row--selected .mpro-item-row__icon{background:#0b24481a;color:#0b2448}.mpro-item-row__name{font-size:.875rem;font-weight:500}.mpro-item-row__volume{font-size:.75rem;color:#9ca3af}.mpro-item-row__controls{display:flex;align-items:center;gap:6px;flex-shrink:0}.mpro-qty-btn{width:28px!important;height:28px!important;min-width:28px!important;min-height:28px!important;border-radius:50%!important;border:1px solid #cbd5e1!important;background:#fff!important;color:#64748b!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer;transition:all .2s ease;font-family:inherit;padding:0!important;margin:0!important;box-sizing:border-box!important}.mpro-qty-btn svg{width:14px!important;height:14px!important;stroke:currentColor!important;fill:none!important}.mpro-qty-btn:hover:not(:disabled){background:#f8fafc!important;border-color:#94a3b8!important;color:#0f172a!important}.mpro-qty-btn:disabled{opacity:.4!important;cursor:not-allowed!important}.mpro-qty-value{width:32px;text-align:center;font-size:.875rem;font-weight:600;font-variant-numeric:tabular-nums;color:#9ca3af}.mpro-item-row--selected .mpro-qty-value{color:#0b2448}.mpro-calc-step-section{max-width:520px;margin:0 auto}.mpro-calc-step-section__header{text-align:center;margin-bottom:24px}.mpro-calc-step-section__title{font-family:var(--mpro-font-title);font-size:1.25rem;font-weight:700;color:var(--mpro-blue-dark)}.mpro-calc-step-section__desc{font-size:.875rem;color:#6b7280;margin-top:4px}.mpro-field{margin-bottom:16px}.mpro-field--half{display:grid;grid-template-columns:1fr 1fr;gap:16px}.mpro-label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:6px}.mpro-input,.mpro-select,.mpro-textarea{width:100%;padding:8px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;font-family:inherit;color:#111827;background:#fff;transition:border-color .2s ease,box-shadow .2s ease;outline:none;box-sizing:border-box;font-weight:500}.mpro-input::placeholder,.mpro-textarea::placeholder{color:#cbd5e1;font-weight:400}.mpro-input,.mpro-select{height:42px}.mpro-input:focus,.mpro-select:focus,.mpro-textarea:focus{border-color:#0b2448;box-shadow:0 0 0 3px #0b24481f}.mpro-input--error{border-color:#dc2626}.mpro-textarea{resize:vertical;min-height:80px}.mpro-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:36px;color:#374151}.mpro-select option{color:#111827}.mpro-error{font-size:.75rem;color:#dc2626;margin-top:4px}.mpro-summary-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;padding:16px;margin-bottom:12px}.mpro-summary-card--accent{background:#0b24480a;border-color:#0b24481f}.mpro-summary-card__header{display:flex;align-items:center;gap:8px;margin-bottom:12px;font-weight:600;font-size:.875rem;color:var(--mpro-blue-dark)}.mpro-summary-items{max-height:160px;overflow-y:auto}.mpro-summary-item{display:flex;justify-content:space-between;font-size:.875rem;padding:2px 0}.mpro-summary-item__name{color:#6b7280}.mpro-summary-item__vol{font-weight:500}.mpro-summary-addresses{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media (max-width:640px){.mpro-summary-addresses{grid-template-columns:1fr}}.mpro-summary-detail{font-size:.875rem;line-height:1.6}.mpro-summary-detail p{margin:0}.mpro-summary-detail .mpro-muted{color:#6b7280}.mpro-calc-fin-de-bail{display:flex;align-items:center;gap:10px;padding:14px 16px;background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;margin-top:12px;cursor:pointer}.mpro-calc-fin-de-bail input[type=checkbox]{width:18px;height:18px;flex-shrink:0;accent-color:#0b2448;cursor:pointer}.mpro-calc-fin-de-bail__text{font-size:.875rem;font-weight:500;color:#374151}.mpro-calc-channel{margin-top:16px}.mpro-calc-channel__options{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.mpro-calc-channel__btn{height:42px;border-radius:9999px;border:1px solid #d1d5db;background:#fff;color:#374151;font-size:.875rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .2s ease}.mpro-calc-channel__btn:hover{background:#f9fafb}.mpro-calc-channel__btn--active{background:#0b2448;color:#fff;border-color:#0b2448}.mpro-action-bar{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:16px 0;border-top:1px solid #e5e7eb;margin-top:24px}.mpro-volume-badge{font-size:.875rem;font-weight:600;color:#0b2448;background:#0b244814;padding:6px 12px;border-radius:999px;white-space:nowrap;flex-shrink:0}.mpro-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:8px 20px;border-radius:9999px;font-size:.875rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .2s ease;border:1px solid transparent;text-decoration:none;line-height:1.5;text-transform:none!important}.mpro-btn--primary{background:#0b2448;color:#fff;border-color:#0b2448}.mpro-btn--primary:hover{background:#061929}.mpro-btn--outline{background:transparent;border-color:#d1d5db;color:#374151}.mpro-btn--outline:hover{background:#f9fafb}.mpro-btn--whatsapp{background:#16a34a!important;color:#fff!important;border-color:#16a34a!important}.mpro-btn--whatsapp:hover{background:#15803d!important;color:#fff!important}.mpro-btn--outline-home{background:transparent;color:#0b2448;border:1.5px solid #0b2448;font-weight:600}.mpro-btn--outline-home:hover{background:#0b24480f}.mpro-btn:disabled{opacity:.5;cursor:not-allowed}.mpro-btn svg{width:16px;height:16px}.mpro-success{text-align:center;padding:48px 24px;animation:mpro-fade-in .35s ease}.mpro-success__icon{width:72px;height:72px;border-radius:50%;background:#4fc0d01f;color:var(--mpro-cyan);display:flex;align-items:center;justify-content:center;margin:0 auto 24px}.mpro-success__title{font-family:var(--mpro-font-title);font-size:1.75rem;font-weight:900;margin-bottom:10px;color:var(--mpro-blue-dark)}.mpro-success__message{color:#6b7280;font-size:1rem;margin:0 auto 32px;max-width:360px;line-height:1.6}.mpro-success__actions{display:flex;flex-direction:column;gap:14px;align-items:center}.mpro-success__actions-row{display:flex;gap:12px;width:100%;max-width:360px}.mpro-success__actions-row .mpro-btn{flex:1;padding:12px 16px;font-size:.9375rem;border-radius:10px}@media (max-width:560px){.mpro-action-bar{gap:6px;padding:14px 0}.mpro-action-bar .mpro-btn{padding:8px 12px;font-size:.8125rem;min-width:0;flex-shrink:1}.mpro-volume-badge{font-size:.75rem;padding:5px 10px}.mpro-calculator{padding:0 4px}}.mpro-calculator .flatpickr-calendar{font-family:var(--mpro-font-body)!important;border-radius:12px!important;box-shadow:0 8px 32px #0e29541f!important}.mpro-calculator .flatpickr-day.selected,.mpro-calculator .flatpickr-day.selected:hover{background:#1b6b93!important;border-color:#1b6b93!important;color:#fff!important}.mpro-calculator .flatpickr-day.today{border-color:#4fc0d0!important;color:#1b6b93!important;font-weight:700!important}.mpro-calculator .flatpickr-day:hover{background:#f0f9ff!important}.mpro-calculator #mpro-calc-date{cursor:pointer!important}
