@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,sans-serif}body{background:linear-gradient(135deg,#4b6cb7 0,#005284 100%);color:#1f2937;min-height:100vh;display:flex;justify-content:center;padding:30px}body.modal-open{overflow:hidden}body.sidebar-open{overflow:hidden}body.tour-mobile-active .tour-tooltip{max-width:none;width:calc(100vw - 32px);border-radius:20px;padding:22px 16px 16px;box-shadow:0 18px 40px rgba(15,23,42,.55);transform:none}body.tour-mobile-active .tour-tooltip.visible{transform:none}body.tour-mobile-active .tour-tooltip .tour-tooltip-actions{flex-direction:column;align-items:stretch;gap:10px}body.tour-mobile-active .tour-tooltip .tour-btn{width:100%}body.tour-mobile-active .tour-tooltip .tour-skip{position:static;align-self:flex-start;margin-bottom:6px}body.tour-mobile-active .tour-tooltip .tour-progress{text-align:center}body.tour-mobile-active .tour-tooltip-mobile{left:16px!important;right:16px!important;bottom:calc(16px + env(safe-area-inset-bottom,0px))!important;top:auto!important}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{display:none}label{font-weight:600;color:#374151;flex-shrink:0}select option{color:#1f2937}select:required:invalid{color:gray!important}.app-shell{display:grid;grid-template-columns:320px 1fr;width:min(1250px,100%);background-color:#fdfdfdff;border-radius:24px;box-shadow:0 24px 70px rgba(15,23,42,.25);overflow:hidden;position:relative;clip-path:inset(0 0 round 24px)}.app-shell.hidden{display:none}.calc-fab{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 20px;border-radius:20px;background:linear-gradient(135deg,teal 0,#009990 100%);color:#fff;border:none;cursor:pointer;box-shadow:0 4px 12px rgba(0,128,128,.3);font-weight:600;font-size:.95rem;transition:all .3s ease}.calc-fab:hover{transform:translateY(-2px);box-shadow:0 6px 18px rgba(0,128,128,.4)}.calc-fab .calc-badge{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:rgba(255,255,255,.25);font-size:.8rem;font-weight:700}.calc-fab.added{animation:calcFabPulse .6s ease}.calc-fab .calc-badge.bump{animation:calcBadgeBump .6s ease}.calc-fab-mobile{display:none}.calc-fab-mobile-icon{width:24px;height:24px}.calc-badge-mobile{position:relative}.calc-modal[aria-hidden=true],.confirm-modal[aria-hidden=true],.info-modal[aria-hidden=true]{opacity:0;pointer-events:none}.calc-modal,.confirm-modal,.info-modal{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:100;transition:opacity .25s ease}.confirm-modal{z-index:150}.confirm-modal .modal-content{max-width:400px}.confirm-modal .modal-body{padding:20px 24px}.confirm-modal .modal-body p{margin:0;font-size:1rem;color:#374151;line-height:1.5}.calc-items{list-style:none;display:flex;flex-direction:column;gap:16px;margin:8px;padding:0}.calc-item{background:rgba(79,70,229,.05);border:1px solid rgba(79,70,229,.12);border-radius:14px;padding:16px 16px;display:flex;flex-direction:column;gap:8px}.calc-item-calculation{font-style:italic;color:#6b7280;font-size:.9em;margin:2px 0}.calc-item-header{display:grid;grid-template-columns:1fr auto;align-items:start;gap:16px}.calc-item-title{font-weight:600;color:#1f2937;margin-bottom:4px;word-wrap:break-word;overflow-wrap:break-word}.calc-item-meta{font-size:.9rem;color:#4b5563;word-wrap:break-word;overflow-wrap:break-word;max-width:100%;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;line-height:1.4}.calc-item-actions{display:flex;flex-direction:column;align-items:flex-end;gap:8px;min-width:max-content}.calc-remove-btn{background:0 0;border:none;font-size:.9em;color:#dc2626;background:#f4dfe7;font-weight:600;cursor:pointer;padding:4px 8px;border-radius:6px;transition:background .2s ease}.calc-remove-btn:hover{background:#d22323;color:#f4dfe7}.calc-item-result{font-weight:600;color:#0f766e;text-align:right;word-wrap:break-word;overflow-wrap:break-word;position:relative;cursor:help;max-width:300px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.calc-item-result.has-tooltip.show-tooltip::after,.calc-item-result.has-tooltip:hover::after{content:attr(data-tooltip);position:absolute;bottom:100%;right:0;background:#1f2937;color:#fff;padding:8px 12px;border-radius:20px;font-size:.85rem;white-space:normal;max-width:300px;width:max-content;box-shadow:0 4px 12px rgba(0,0,0,.3);z-index:1000;margin-bottom:8px;line-height:1.4;font-weight:500;word-wrap:break-word;overflow-wrap:break-word;-webkit-line-clamp:unset;line-clamp:unset;display:block}.calc-item-result.has-tooltip.show-tooltip::before,.calc-item-result.has-tooltip:hover::before{content:'';position:absolute;bottom:100%;right:12px;margin-bottom:2px;border:6px solid transparent;border-top-color:#1f2937;z-index:1001}.calc-summary{margin-top:24px;padding:20px;background:linear-gradient(135deg,rgba(79,70,229,.08),rgba(99,102,241,.12));border:2px solid rgba(79,70,229,.25);border-radius:16px;margin:0 8px}.calc-summary-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;font-size:1.05rem}.calc-summary-row strong{word-wrap:break-word;overflow-wrap:break-word}.calc-summary-money{margin-top:8px;padding-top:12px;border-top:2px solid rgba(79,70,229,.2);font-size:1.2rem;color:#059669}.capacity-group{padding-top:6px}.contact-requirement-card{background:#f0f9ff;border:1px solid #bae6fd;border-radius:12px;padding:16px 20px;margin-top:12px;color:#0f172a}.contact-requirement-card p{margin-bottom:8px;font-weight:500}.contact-details{display:flex;flex-direction:column;gap:4px}.contact-name{font-weight:600;font-size:1rem;color:#0f172a}.contact-email{color:#0369a1;font-weight:600;text-decoration:none;word-break:break-all}.contact-email:hover{text-decoration:underline}.contact-email.unavailable{color:#94a3b8;font-weight:500}.contact-requirement-card.contact-missing{background:#fef2f2;border-color:#fecaca;color:#991b1b}.content{overflow-y:auto;max-height:calc(100vh - 60px);display:flex;flex-direction:column}.disabled-license{opacity:.6;background:#f1f5f9}.disabled-license input[type=checkbox]{cursor:not-allowed}.empty-calc-message{margin-top:10px;color:#64748b}.fly-animation{position:fixed;z-index:9999;pointer-events:none;animation:flyToTotal .8s cubic-bezier(.25,.46,.45,.94) forwards}.fly-animation-item{background:linear-gradient(135deg,#059669 0,#047857 100%);color:#fff;padding:12px 20px;border-radius:12px;box-shadow:0 8px 24px rgba(5,150,105,.4);font-weight:600;font-size:1rem;white-space:nowrap}.form-group{display:flex;flex-direction:column;gap:8px;margin:0;flex:1;min-height:0}.logo{display:flex;align-items:center;justify-content:flex-start;margin-bottom:clamp(6px,1.5vw,12px)}.logo svg{width:18vh;height:auto}.location-screen{position:relative;display:flex;align-items:center;justify-content:center;width:min(1250px,100%);background-color:#fdfdfdff;border-radius:24px;box-shadow:0 24px 70px rgba(15,23,42,.25);padding:60px 40px;animation:fadeIn .5s ease}.location-screen.hidden{display:none}.location-container{max-width:500px;width:100%;display:flex;flex-direction:column;gap:28px}.location-header{text-align:center}.location-header h1{font-size:1.8rem;color:#1e3a8a;margin-bottom:12px}.location-header p{font-size:.95rem;color:#64748b;line-height:1.5}.location-form{display:flex;flex-direction:column;gap:22px}.location-input-group{display:flex;flex-direction:column;gap:10px}.location-input-group label{font-weight:600;color:#374151;font-size:1rem}.location-input-group input,.location-input-group select{border-radius:12px;border:2px solid rgba(148,163,184,.4);padding:14px 16px;font-size:1.05rem;background:#f9fafb;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.location-input-group input:focus,.location-input-group select:focus{outline:0;border-color:#4f46e5;box-shadow:0 0 0 4px rgba(99,102,241,.15);background:#fff}.location-input-group input:disabled,.location-input-group select:disabled{opacity:.6;cursor:not-allowed;background:#e5e7eb}.location-info{background:rgba(59,130,246,.1);border:1px solid rgba(59,130,246,.3);border-radius:12px;padding:16px 18px;display:none}.location-info.show{display:block;animation:fadeIn .3s ease}.location-info-item{display:flex;justify-content:space-between;padding:8px 0;font-size:.95rem}.location-info-item strong{color:#1e40af}.location-info-item span{color:#475569;font-weight:500}.location-error{background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.3);border-radius:12px;padding:14px 16px;color:#991b1b;font-size:.95rem;display:none}.location-error.show{display:block;animation:fadeIn .3s ease}.location-btn{background:linear-gradient(135deg,#6366f1 0,#8b5cf6 100%);border:none;color:#fff;padding:16px 32px;border-radius:14px;font-weight:600;font-size:1.05rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;margin-top:10px}.location-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 20px 40px rgba(99,102,241,.3)}.location-btn:disabled{opacity:.5;cursor:not-allowed;background:linear-gradient(135deg,#9ca3af 0,#6b7280 100%)}.location-loading{display:none;text-align:center;color:#6366f1;font-weight:600;font-size:.95rem;padding:10px}.location-loading.show{display:block}.modal-backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(15,23,42,.45)}.modal-content{position:relative;background:#fff;border-radius:20px;box-shadow:0 40px 120px rgba(15,23,42,.25);width:min(560px,calc(100% - 40px));display:flex;flex-direction:column;max-height:calc(100vh - 120px);overflow:hidden}.modal-footer,.modal-header{padding:20px 28px;background:rgba(248,250,252,.95)}.modal-header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(148,163,184,.25)}.modal-header-container{display:flex;align-items:center;gap:10px}.modal-header-icon{width:22px;height:22px;flex-shrink:0}.modal-body{padding:20px 28px;overflow-y:auto}.modal-body p{font-size:1.05rem;color:#475569;line-height:1.6}.modal-close{background:0 0;border:none;font-size:1.8rem;line-height:1;cursor:pointer;color:#4b5563}.modal-footer{display:flex;gap:12px;justify-content:flex-end}.modal-action{border:none;border-radius:20px;padding:10px 18px;font-weight:600;cursor:pointer;background:rgba(148,163,184,.2);color:#1f2937;transition:background .2s ease}.modal-action.primary{background:linear-gradient(135deg,#6366f1 0,#8b5cf6 100%);color:#fff}.modal-action:hover{opacity:.9}.modal-action:disabled{opacity:.5;cursor:not-allowed}.navbar{display:none}.sidebar-backdrop{display:none;position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(15,23,42,.55);border-radius:24px;opacity:0;pointer-events:none;transition:opacity .25s ease;z-index:75}.sidebar-backdrop.visible{display:block;opacity:1;pointer-events:auto}.sidebar-toggle{display:none;position:absolute;top:16px;left:16px;z-index:95;align-items:center;justify-content:center;width:48px;height:48px;padding:0;border-radius:12px;border:none;background:rgba(30,64,175,.95);color:#fff;cursor:pointer;box-shadow:0 12px 32px rgba(30,64,175,.35);transition:all .2s ease}.sidebar-toggle:hover{transform:translateY(-2px);box-shadow:0 14px 36px rgba(30,64,175,.45);background:rgba(30,64,175,1)}.sidebar-toggle:active{transform:translateY(-1px)}.sidebar-toggle-icon{transition:transform .3s ease}.sidebar{background:linear-gradient(180deg,rgba(30,64,175,1) 0,rgba(0,82,132,1) 100%);padding:20px 22px;color:#e0e7ff;border-top-left-radius:24px;border-bottom-left-radius:24px;display:flex;flex-direction:column;gap:12px;overflow-y:auto;max-height:calc(100vh - 60px)}.sidebar-location{background:rgba(255,255,255,.1);backdrop-filter:blur(10px);border-radius:10px;padding:10px 12px;margin:12px 0;border:1px solid rgba(255,255,255,.2)}.sidebar-location-header{display:flex;align-items:center;gap:8px;margin-bottom:8px}.sidebar-location-icon{font-size:1.1rem}.sidebar-location-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:rgba(224,231,255,.8)}.sidebar-location-text{font-size:.85rem;color:#fff;font-weight:500;line-height:1.35;margin-bottom:8px;word-wrap:break-word}.sidebar-location-change{background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.3);color:#fff;padding:6px 10px;border-radius:18px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s ease;width:100%;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-location-change:hover{background:rgba(255,255,255,.25);transform:translateY(-1px)}.sidebar h1{font-size:clamp(1rem,2vw,1.5rem);line-height:1.2;margin-bottom:clamp(4px,1vw,8px)}.sidebar p{font-size:.95rem;color:rgba(224,231,255,.75);margin-top:.5em}.sidebar-reference{display:flex;align-items:center;gap:8px;margin-top:10px;width:100%;background:linear-gradient(135deg,rgba(255,255,255,.1) 0,rgba(255,255,255,.05) 100%);border:1px solid rgba(255,255,255,.15);border-radius:10px;color:#fff;font-weight:600;font-size:1rem;cursor:pointer;padding:10px 14px;text-align:left;justify-content:flex-start;transition:all .3s ease;backdrop-filter:blur(10px);position:relative;overflow:hidden}.sidebar-reference::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#60a5fa 0,#3b82f6 100%);transition:all .3s ease;z-index:0}.sidebar-reference::after{content:'›';font-size:1.25rem;font-weight:700;margin-left:auto;opacity:.6;transition:all .3s ease;position:relative;z-index:1}.sidebar-reference span,.sidebar-reference svg{position:relative;z-index:1}.sidebar-reference svg{width:18px;height:18px;flex-shrink:0}.sidebar-reference:focus,.sidebar-reference:hover{background:linear-gradient(135deg,rgba(255,255,255,.18) 0,rgba(255,255,255,.1) 100%);border-color:rgba(255,255,255,.3);transform:translateX(4px);box-shadow:0 4px 12px rgba(0,0,0,.15);outline:0}.sidebar-reference:hover::after{opacity:1;transform:translateX(4px)}.sidebar-reference.tour-trigger-disabled,.sidebar-reference:disabled{opacity:.55;cursor:not-allowed;transform:none;box-shadow:none}.sidebar-reference:disabled::after{opacity:.35;transform:none}.sidebar-reference:disabled:focus,.sidebar-reference:disabled:hover{background:linear-gradient(135deg,rgba(255,255,255,.1) 0,rgba(255,255,255,.05) 100%);border-color:rgba(255,255,255,.15);transform:none;box-shadow:none}.sidebar-reference:active{transform:translateX(2px) scale(.98)}.sidebar-reference strong{font-weight:600}body.tour-hover-locked *{pointer-events:none!important}body.tour-hover-locked .tour-allow-hover,body.tour-hover-locked .tour-allow-hover *,body.tour-hover-locked .tour-tooltip,body.tour-hover-locked .tour-tooltip *,body.tour-hover-locked [aria-hidden=false],body.tour-hover-locked [aria-hidden=false] *{pointer-events:auto!important}.splash-overlay{position:absolute;inset:0;padding:40px 28px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:28px;background:radial-gradient(circle at 15% 20%,rgba(79,70,229,.35),transparent 60%),radial-gradient(circle at 80% 25%,rgba(56,189,248,.28),transparent 55%),rgba(15,23,42,.88);color:#e0e7ff;z-index:40;transition:opacity .45s ease,visibility .45s ease;cursor:pointer;overflow:hidden;border-radius:24px}.splash-overlay::after,.splash-overlay::before{content:'';position:absolute;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,rgba(129,140,248,.35),rgba(129,140,248,0));opacity:.6;animation:splashPulse 8s ease-in-out infinite}.splash-overlay::before{top:-120px;left:-120px}.splash-overlay::after{right:-140px;bottom:-140px;animation-delay:1.8s}.splash-overlay .splash-ornaments{position:absolute;inset:18px;pointer-events:none}.splash-overlay .splash-ornaments span{position:absolute;width:90px;height:90px;border-radius:34%;background:linear-gradient(135deg,rgba(79,70,229,.55),rgba(99,102,241,.2));opacity:.6;animation:splashFloat 9s ease-in-out infinite}.splash-overlay .splash-ornaments .blob-1{top:-36px;left:-28px;animation-delay:0s}.splash-overlay .splash-ornaments .blob-2{bottom:-40px;right:-28px;animation-delay:2.2s}.splash-overlay .splash-ornaments .blob-3{top:40%;left:calc(50% - 45px);animation-delay:4.4s}.splash-overlay.is-hidden{opacity:0;visibility:hidden;pointer-events:none}.splash-overlay h2{font-size:2rem;font-weight:700;margin:0;position:relative;z-index:1}.splash-overlay p{font-size:1.1rem;opacity:.9;max-width:500px;line-height:1.6;position:relative;z-index:1}.splash-logo{position:relative;z-index:2;transition:opacity .3s ease,transform .3s ease}.splash-logo.is-hidden{opacity:0;transform:translateY(-12px)}.tour-highlight{position:fixed;top:0;left:0;width:0;height:0;box-sizing:border-box;border:2px solid rgba(56,189,248,.35);border-radius:14px;box-shadow:0 0 0 9999px rgba(15,23,42,.7);pointer-events:none;transition:all .22s ease;z-index:1200}.tour-highlight.modal-visible{box-shadow:0 0 0 9999px rgba(15,23,42,.05)}.tour-highlight.inside-modal{box-shadow:none;background:rgba(56,189,248,.08);border-color:rgba(56,189,248,.65)}.tour-tooltip{position:fixed;max-width:360px;background:#0f172a;color:#f8fafc;padding:28px 24px 20px;border-radius:18px;box-shadow:0 24px 55px rgba(15,23,42,.45);z-index:1201;opacity:0;transform:translateY(8px);transition:opacity .2s ease,transform .2s ease}.tour-tooltip.visible{opacity:1;transform:translateY(0)}.tour-tooltip h3{font-size:1.1rem;font-weight:600;color:#38bdf8;margin-bottom:8px}.tour-tooltip p{font-size:.95rem;line-height:1.55;color:rgba(226,232,240,.92);margin-bottom:14px}.tour-tooltip strong{color:#fbcfe8;font-weight:600}.tour-tooltip .tour-tooltip-actions{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.tour-btn{appearance:none;border:none;border-radius:999px;padding:9px 18px;font-size:.9rem;font-weight:600;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,opacity .2s ease}.tour-btn:active{transform:translateY(1px)}.tour-btn.primary{background:linear-gradient(135deg,#38bdf8 0,#0284c7 100%);color:#0f172a}.tour-btn.secondary{background:rgba(30,41,59,.7);color:#e2e8f0;border:1px solid rgba(148,163,184,.45)}.tour-btn:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}.tour-skip{position:absolute;top:12px;right:16px;background:0 0;border:none;color:rgba(226,232,240,.8);cursor:pointer;font-size:.85rem;text-decoration:underline;padding:0}.tour-progress{font-size:.75rem;color:rgba(148,163,184,.9);margin-bottom:6px;letter-spacing:.04em;text-transform:uppercase;display:block}.tour-tooltip small{display:block;font-size:.8rem;color:rgba(148,163,184,.85);margin-top:-6px;margin-bottom:12px}.wizard-step-indicator .step-label{font-size:.9rem;color:#64748b;font-weight:600;text-align:center}.wizard-step-indicator .step.active .step-label{color:#1e3a8a}.wizard-step-description{font-size:.95rem;color:#64748b;margin-bottom:8px;line-height:1.5;flex-shrink:0}.wizard-select{width:100%;height:auto;max-height:none;flex:1;min-height:0;padding:0;border:2px solid #e2e8f0;border-radius:12px;font-size:.95rem;background:#fff;cursor:pointer;transition:all .3s ease;overflow-y:auto;list-style:none}.wizard-select:not(.wizard-list){padding:12px 16px;flex:none;height:auto}.wizard-select:focus{outline:0;border-color:#4b6cb7;box-shadow:0 0 0 3px rgba(75,108,183,.1)}.wizard-select[disabled]{opacity:.6;cursor:not-allowed;background:#f1f5f9}.wizard-list-item{padding:10px 14px;cursor:pointer;transition:all .2s ease;border-bottom:1px solid #f1f5f9;user-select:none}.wizard-list-item:last-child{border-bottom:none}.wizard-list-item:hover:not(.wizard-list-placeholder):not([aria-disabled=true]){background:linear-gradient(135deg,rgba(75,108,183,.08),rgba(24,144,255,.05))}.wizard-list-item:focus{outline:0;background:linear-gradient(135deg,rgba(75,108,183,.12),rgba(24,144,255,.08))}.wizard-list-item.selected{background:linear-gradient(135deg,rgba(75,108,183,.15),rgba(24,144,255,.1));color:#4b6cb7;font-weight:500;border-left:4px solid #4b6cb7;padding-left:10px}.wizard-list-item.wizard-list-placeholder{display:none!important}.wizard-select[disabled] .wizard-list-item{cursor:not-allowed;opacity:.6}.wizard-select[disabled] .wizard-list-item:hover{background:0 0}.wizard-select option{padding:10px}.wizard-input{width:100%;padding:12px 16px;border:2px solid #e2e8f0;border-radius:12px;font-size:.95rem;transition:all .3s ease}.wizard-input:focus{outline:0;border-color:#4b6cb7;box-shadow:0 0 0 3px rgba(75,108,183,.1)}.wizard-description-box{display:none;margin-top:12px;padding:12px;background:#f1f5f9;border-left:4px solid #4b6cb7;border-radius:20px;color:#475569;line-height:1.5;font-size:.9rem;flex-shrink:0;overflow-y:auto}.wizard-note{margin-top:8px;padding:10px 12px;background:#fef3c7;border-left:4px solid #f59e0b;border-radius:20px;color:#92400e;font-size:.875rem;line-height:1.5}.wizard-fixed-display{text-align:center;padding:30px 20px;background:linear-gradient(135deg,#10b981 0,#059669 100%);border-radius:12px;color:#fff}.wizard-fixed-display .fixed-amount{font-size:2.5rem;font-weight:700;margin-bottom:8px}.wizard-fixed-display .fixed-base{font-size:1.1rem;opacity:.95}.wizard-checkbox-label{display:flex;align-items:center;gap:12px;padding:15px;background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:all .3s ease}.wizard-checkbox-label:hover{background:#f1f5f9;border-color:#cbd5e1}.wizard-checkbox-label input[type=checkbox]{width:22px;height:22px;cursor:pointer}.wizard-checkbox-label span{font-weight:600;color:#374151;font-size:.95rem}.wizard-checkbox-list{max-height:none;height:auto;overflow-y:auto;border:2px solid #e2e8f0;border-radius:10px;padding:8px;background:#fff;flex:1;min-height:0}.wizard-checkbox-item{display:flex;flex-direction:row;align-items:flex-start;gap:10px;padding:12px;border-radius:8px;margin-bottom:8px;cursor:pointer;transition:all .2s ease;border:2px solid transparent;background:#f8fafc}.wizard-checkbox-item:hover{background:#e0f2fe;border-color:#0ea5e9}.wizard-checkbox-item input[type=checkbox]{margin-top:2px;width:18px;height:18px;cursor:pointer;flex-shrink:0}.wizard-checkbox-item input[type=checkbox]:checked{accent-color:#0ea5e9}.wizard-checkbox-label-text{font-weight:500;color:#1e293b;font-size:.95rem;line-height:1.5;flex:1}.wizard-checkbox-description{font-size:.85rem;color:#64748b;margin-top:4px;display:block;line-height:1.4}.wizard-calc-section{background:#f8fafc;border:2px solid #e2e8f0;border-radius:10px;padding:16px;margin-bottom:16px;display:flex;flex-direction:column;row-gap:8px}.wizard-calc-section.disabled-section .options-container{display:none}.wizard-calc-section-title{font-size:1.05rem;font-weight:600;color:#1e293b;margin-bottom:6px;padding-bottom:4px;border-bottom:2px solid #cbd5e1}.wizard-caveat{font-size:.85rem;color:#64748b;font-style:italic;margin-bottom:8px}.wizard-footer{padding:16px 20px;background:#f8fafc;border-top:2px solid #e2e8f0;display:flex;justify-content:flex-start;align-items:center;gap:10px;flex-shrink:0;margin-top:auto}#calc-fab,#wizard-reset{order:1}#wizard-reset{margin-right:auto}#wizard-prev{order:2}#wizard-calculate,#wizard-next{order:3}.wizard-btn{padding:10px 20px;border:none;border-radius:20px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 4px 12px rgba(0,0,0,.1)}.wizard-btn:hover{transform:translateY(-2px)}.wizard-btn-secondary{background:#b9c7db;color:#475569;box-shadow:0 4px 12px rgba(100,116,139,.15)}.wizard-btn-secondary:hover{background:#cbd5e1;box-shadow:0 6px 18px rgba(100,116,139,.25)}.wizard-btn-primary{background:linear-gradient(135deg,#4b6cb7 0,#005284 100%);color:#fff;box-shadow:0 4px 12px rgba(75,108,183,.3)}.wizard-btn-primary:hover{box-shadow:0 6px 18px rgba(75,108,183,.4)}.wizard-btn-success{background:linear-gradient(135deg,#10b981 0,#059669 100%);color:#fff;box-shadow:0 4px 12px rgba(16,185,129,.3)}.wizard-btn-success:hover{box-shadow:0 6px 18px rgba(16,185,129,.4)}.wizard-result-value{font-size:1.8rem;font-weight:700;color:#059669;margin-bottom:1rem;text-align:center}.wizard-result-detail{font-size:1.05rem;color:#1e40af;line-height:1.6}.wizard-container{max-width:900px;margin:0 auto;padding:40px 20px}.wizard-card{background:#fff;border-radius:20px;box-shadow:0 10px 40px rgba(0,0,0,.08);overflow:hidden;display:flex;flex-direction:column;height:calc(100vh - 120px);max-height:900px}.wizard-header{background:linear-gradient(135deg,#4b6cb7 0,#005284 100%);color:#fff;padding:30px;text-align:center}.wizard-header h1{font-size:2rem;margin-bottom:10px}.wizard-header p{opacity:.95;font-size:1.05rem}.wizard-step-indicator{display:flex;justify-content:center;align-items:center;padding:40px 60px;gap:0;background:#f8fafc;border-bottom:2px solid #e2e8f0;flex-shrink:0;position:relative}.wizard-step-indicator .step{display:flex;flex-direction:column;align-items:center;gap:12px;position:relative;flex:1;max-width:200px}.wizard-step-indicator .step:not(:last-child)::after{content:'';position:absolute;top:22px;left:calc(50% + 22px);right:calc(-50% + 22px);height:3px;background:#cbd5e1;z-index:1;transition:background .3s ease}.wizard-step-indicator .step.completed:not(:last-child)::after{background:#10b981}.wizard-step-indicator .step-number{width:45px;height:45px;border-radius:50%;background:#cbd5e1;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;transition:all .3s ease;position:relative;z-index:2}.wizard-step-indicator .step.active .step-number{background:linear-gradient(135deg,#4b6cb7 0,#005284 100%);box-shadow:0 6px 20px rgba(75,108,183,.4);transform:scale(1.05)}.wizard-step-indicator .step.completed .step-number{background:#10b981;box-shadow:0 4px 15px rgba(16,185,129,.3)}.wizard-step-indicator .step-label{font-size:.9rem;color:#64748b;font-weight:600;text-align:center}.wizard-step-indicator .step.active .step-label{color:#1e3a8a}.wizard-content{padding:20px 30px;margin-bottom:1rem;min-height:100px;display:flex;flex-direction:column;flex:1;overflow-y:auto}.wizard-step-content{animation:fadeIn .4s ease;display:flex;flex-direction:column;flex:1;min-height:0}.wizard-step-title{font-size:1.3rem;color:#1e3a8a;margin-bottom:8px;flex-shrink:0}.wizard-select-wrapper{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden}.wizard-calc-section.disabled-section{background:#f1f5f9;border-color:#cbd5e1;opacity:.8}.wizard-calc-section.disabled-section input,.wizard-calc-section.disabled-section select{background:#e2e8f0;cursor:not-allowed}.wizard-btn-danger{background:linear-gradient(135deg,#dc2626 0,#b91c1c 100%);color:#fff}.wizard-btn-danger:hover{background:linear-gradient(135deg,#b91c1c 0,#991b1b 100%);transform:translateY(-1px)}.wizard-btn-primary:disabled,.wizard-btn-success:disabled,.wizard-btn:disabled{background:#cbd5e1!important;color:#94a3b8!important;cursor:not-allowed!important;box-shadow:none!important;opacity:.6;transform:none!important}.wizard-btn-primary:disabled:hover,.wizard-btn-success:disabled:hover,.wizard-btn:disabled:hover{transform:none!important;box-shadow:none!important}#uda-modal .modal-body{padding:20px 28px}#uda-modal .uda-text-content{background:#f8fafc;border-radius:12px;padding:20px;border-left:4px solid #4b6cb7}#uda-modal .uda-text-content p{color:#475569;font-size:1rem;line-height:1.7;margin-bottom:1rem;text-align:justify}#uda-modal .uda-text-content p:last-child{margin-bottom:0}.agreements-intro{font-size:.85rem;color:#64748b;margin-bottom:1.25rem;font-style:italic;text-align:center;padding:.75rem 1rem;background:#e3e6e9;border-radius:8px}.agreements-container{display:flex;flex-direction:column;gap:1rem}.agreements-card{background:#fff;border-radius:12px;border:1px solid #e2e8f0;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.05)}.agreements-card-header{display:flex;align-items:center;gap:10px;padding:12px 16px;background:linear-gradient(135deg,#3b82f6 0,#1d4ed8 100%);color:#fff}.agreements-card-title{font-size:1rem;font-weight:600;margin:0}.agreements-card-body{padding:0}.agreements-item{display:flex;flex-direction:column;gap:4px;padding:12px 16px;border-bottom:1px solid #f1f5f9;transition:background .15s ease}.agreements-item:last-child{border-bottom:none}.agreements-item:hover{background:#f8fafc}.agreements-item-name{font-size:.9rem;color:#334155;line-height:1.4}.agreements-item-date{font-size:.8rem;color:#3b82f6;font-weight:500}.info-modal-container{display:flex;flex-direction:column;gap:1rem}.info-card{display:flex;align-items:flex-start;gap:14px;padding:16px;border-radius:12px;background:#f8fafc;border:1px solid #e2e8f0;transition:transform .15s ease,box-shadow .15s ease}.info-card:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.05)}.info-card.highlight{background:linear-gradient(135deg,#eff6ff 0,#dbeafe 100%);border-color:#93c5fd}.info-card.warning{background:linear-gradient(135deg,#fefce8 0,#fef9c3 100%);border-color:#fde047}.info-card-content{display:flex;flex-direction:column;gap:6px;flex:1}.info-card-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#3b82f6}.info-card.warning .info-card-label{color:#ca8a04}.info-card-text{font-size:.95rem;color:#334155;line-height:1.5}.info-card-link{color:#2563eb;text-decoration:none;font-weight:500}.info-card-link:hover{text-decoration:underline}.info-card-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.info-card-list li{font-size:.9rem;color:#334155;line-height:1.4;padding-left:16px;position:relative}.info-card-list li::before{content:"•";position:absolute;left:0;color:#3b82f6;font-weight:700}.info-card-date{display:block;font-size:.8rem;color:#3b82f6;font-weight:500;margin-top:2px}.uda-value-highlight{font-size:1.8rem;font-weight:700;color:#3b82f6;display:block;margin-top:4px}.uda-value-highlight small{font-size:.9rem;font-weight:500;color:#64748b;margin-left:4px}.change-location-container{display:flex;flex-direction:column;gap:1rem}.change-location-card{display:flex;align-items:flex-start;gap:14px;padding:16px;border-radius:12px;border:1px solid #e2e8f0}.change-location-card.current{background:linear-gradient(135deg,#f0f9ff 0,#e0f2fe 100%);border-color:#7dd3fc}.change-location-card.warning{background:linear-gradient(135deg,#fff7ed 0,#ffedd5 100%);border-color:#fdba74}.change-location-card-content{display:flex;flex-direction:column;gap:4px;flex:1}.change-location-card-label{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#64748b}.change-location-card.current .change-location-card-label{color:#0369a1}.change-location-card.warning .change-location-card-label{color:#c2410c}.change-location-card-value{font-size:1rem;font-weight:600;color:#0c4a6e}.change-location-card-text{font-size:.95rem;color:#7c2d12;line-height:1.5}.change-location-question{text-align:center;font-size:1rem;font-weight:500;color:#475569;margin:.5rem 0 0 0;padding-top:.5rem;border-top:1px solid #e2e8f0}.change-location-button-danger{background:linear-gradient(135deg,#ef4444 0,#dc2626 100%);color:#fff;box-shadow:0 4px 12px rgba(239,68,68,.3);transition:all .3s cubic-bezier(.4,0,.2,1)}.change-location-button-danger:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(239,68,68,.4)}.display-none{display:none}.modal-action-danger{background:linear-gradient(135deg,#dc2626 0,#b91c1c 100%);color:#fff}.svg-icon-primary{fill:currentColor;vertical-align:middle}.svg-icon-danger{fill:#dc2626;margin-bottom:15px}.svg-icon-location{fill:#fff;vertical-align:middle}@keyframes slideInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes splashFloat{0%,100%{transform:translate3d(0,0,0) rotate(0)}25%{transform:translate3d(12px,-18px,0) rotate(5deg)}50%{transform:translate3d(-8px,16px,0) rotate(-3deg)}75%{transform:translate3d(16px,8px,0) rotate(8deg)}}@keyframes flyToTotal{0%{transform:translate(0,0) scale(1);opacity:1}50%{transform:translate(calc(var(--fly-x) * .5),calc(var(--fly-y) * .5)) scale(.7);opacity:.9}100%{transform:translate(var(--fly-x),var(--fly-y)) scale(0);opacity:0}}@media (max-width:674px){@keyframes flyToTotal{0%{transform:translate(0,0) scale(1);opacity:1}50%{transform:translate(calc(var(--fly-x) * .5),calc(var(--fly-y) * .5)) scale(.6);opacity:.85}100%{transform:translate(var(--fly-x),var(--fly-y)) scale(0);opacity:0}}}@keyframes splashPulse{0%,100%{transform:scale(.9);opacity:.45}50%{transform:scale(1.1);opacity:.8}}@media (min-width:1101px){.app-shell{background:linear-gradient(to left,rgba(255,255,255,1) 80%,rgba(0,0,0,0) 20%)}}@keyframes fadeIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes calcFabPulse{0%{transform:scale(1);box-shadow:0 24px 60px rgba(79,70,229,.35)}40%{transform:scale(1.07);box-shadow:0 28px 70px rgba(79,70,229,.45)}100%{transform:scale(1);box-shadow:0 24px 60px rgba(79,70,229,.35)}}@keyframes calcBadgeBump{0%{transform:scale(1)}30%{transform:scale(1.2)}60%{transform:scale(.9)}100%{transform:scale(1)}}.snackbar{visibility:hidden;min-width:280px;max-width:500px;background-color:#323232;color:#fff;text-align:center;border-radius:8px;padding:14px 20px;position:fixed;z-index:10000;left:50%;bottom:80px;transform:translateX(-50%);font-size:14px;font-weight:500;box-shadow:0 4px 12px rgba(0,0,0,.3);display:flex;align-items:center;gap:12px;opacity:0;transition:opacity .3s ease,visibility .3s ease}.snackbar.show{visibility:visible;opacity:1;animation:snackbarSlideUp .3s ease forwards}.snackbar.hide{animation:snackbarSlideDown .3s ease forwards}.snackbar-icon{font-size:20px;flex-shrink:0}.snackbar-message{flex:1;text-align:left;line-height:1.4}.snackbar.snackbar-warning{background-color:#faa755}.snackbar.snackbar-error{background-color:#f54d4d}.snackbar.snackbar-success{background-color:#49a54e}.snackbar.snackbar-info{background-color:#1976d2}@keyframes snackbarSlideUp{from{transform:translateX(-50%) translateY(100%);opacity:0}to{transform:translateX(-50%) translateY(0);opacity:1}}@keyframes snackbarSlideDown{from{transform:translateX(-50%) translateY(0);opacity:1}to{transform:translateX(-50%) translateY(100%);opacity:0}}.scroll-indicator{position:fixed;width:40px;height:40px;border-radius:50%;background:rgba(30,64,175,.9);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 12px rgba(30,64,175,.3);z-index:100;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease,background .2s ease}.scroll-indicator:hover{background:rgba(30,64,175,1);transform:translateX(-50%) scale(1.1)}.scroll-indicator.visible{opacity:1;visibility:visible}.scroll-indicator.visible.animate{animation:scrollBounce 1.5s ease-in-out infinite}@keyframes scrollBounce{0%,100%{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(-8px)}}