:root{font-family:Segoe UI,Helvetica Neue,Arial,sans-serif;line-height:1.5;font-weight:400;color:#0f3556;background-color:#cbe4f7;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;background:linear-gradient(180deg,#b8daf4,#e7f3fc)}#root{min-height:100vh}a{color:inherit}.app-shell{min-height:100vh;padding:32px 16px 48px;display:flex;flex-direction:column;align-items:center;gap:16px}.app-header{width:min(980px,100%);display:flex;justify-content:flex-start}.brand{display:flex;align-items:center;gap:12px}.brand__icon{width:42px;height:42px;border-radius:12px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:6px 8px;box-shadow:0 6px 18px #0f355626}.brand__icon span{width:6px;background:#0f7aba;border-radius:999px;display:block}.brand__icon span:nth-child(1){height:70%}.brand__icon span:nth-child(2){height:55%}.brand__icon span:nth-child(3){height:85%}.brand__text{display:flex;flex-direction:column;line-height:1.1}.brand__name{font-size:1.5rem;font-weight:700;letter-spacing:.02em;color:#0f3556;text-transform:lowercase}.brand__name span{color:#0f7aba}.brand__tagline{font-size:.75rem;font-weight:600;letter-spacing:.28em;color:#0f3556}.app-main{width:min(980px,100%);display:flex;flex-direction:column;gap:24px}.panel{background:#7fc6ec;border-radius:20px;padding:32px;box-shadow:0 18px 40px #0f35561f;position:relative}.panel--form{color:#0f3556}.panel--results{background:transparent;padding:0;box-shadow:none}.chart-card{background:#fff;border:2px solid rgba(15,53,86,.12);border-radius:20px;padding:24px 28px;margin:28px 0 22px;box-shadow:0 16px 32px #0f35561f}.chart-card__header{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.chart-card__header h2{margin:0;font-size:1.2rem;color:#0f3556}.chart-card__header p{margin:0;color:#0f3556b8;font-size:.95rem}.chart-card__body{width:100%;height:280px}.chart-tooltip{background:#fff;border:1px solid rgba(15,53,86,.18);border-radius:12px;padding:10px 14px;box-shadow:0 12px 24px #0f35562e;font-size:.9rem;color:#0f3556}.chart-tooltip__title{font-weight:700;margin:0 0 4px}.table-card{background:#fff;border:2px solid rgba(15,53,86,.12);border-radius:20px;padding:24px 28px;box-shadow:0 16px 32px #0f35561f;margin:0 0 24px}.table-card__header{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.table-card__header h2{margin:0;font-size:1.15rem;color:#0f3556}.table-card__header p{margin:0;color:#0f3556b8;font-size:.9rem}.table-card__body{width:100%;overflow-x:auto}.table-card table{width:100%;border-collapse:collapse;min-width:520px}.table-card th,.table-card td{padding:12px 16px;text-align:left}.table-card th{background:#e4f2fb;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:#0f3556d9}.table-card td{border-bottom:1px solid rgba(15,53,86,.12);color:#0f3556;font-size:.95rem}.table-card__row--selected td{background:#1f8ef11f;font-weight:600}.panel__title{font-size:1.9rem;margin:0;font-weight:700;text-align:center;color:#fff}.panel__subtitle{text-align:center;margin:8px auto 24px;color:#f4fbff;max-width:540px}.toggle-group{background:#ffffff59;border:2px solid rgba(255,255,255,.4);border-radius:16px;padding:20px 24px;margin-bottom:28px}.toggle-group__label{margin:0 0 12px;font-weight:600;color:#0f3556}.toggle-group__buttons{display:flex;flex-wrap:wrap;gap:12px}.toggle-button{flex:1;min-width:220px;border-radius:12px;padding:12px 16px;border:2px solid rgba(15,53,86,.2);background:#ffffffe6;color:#0f3556;font-weight:600;cursor:pointer;transition:all .2s ease}.toggle-button:hover{border-color:#0f7aba}.toggle-button--active{background:#fff;border-color:#0f7aba;box-shadow:0 10px 20px #0f7aba2e}.form{display:flex;flex-direction:column;gap:20px}.form__row{display:flex;flex-direction:column;gap:8px}.form__label{font-weight:700;text-transform:uppercase;font-size:.75rem;letter-spacing:.12em;color:#0f3556}.form__label--inline{margin-bottom:8px}.form__input{padding:12px 14px;border-radius:12px;border:2px solid rgba(15,53,86,.25);background:#fffffff2;font-size:1rem;color:#0f3556}.form__input:focus{outline:none;border-color:#0f7aba;box-shadow:0 0 0 4px #0f7aba2e}.form__input--small{max-width:120px;text-transform:uppercase}.form__select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%230f3556' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:10px 6px;padding-right:32px;text-transform:none}.form__select option{text-transform:none}.form__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:18px}.form__group{display:flex;flex-direction:column}.pill-toggle{display:inline-flex;border-radius:999px;background:#fff9;border:1px solid rgba(15,53,86,.2);overflow:hidden}.pill-toggle__button{padding:10px 18px;border:none;background:transparent;color:#0f3556;font-weight:600;cursor:pointer;transition:background .2s ease}.pill-toggle__button+.pill-toggle__button{border-left:1px solid rgba(15,53,86,.18)}.pill-toggle__button--active{background:#0f7aba;color:#fff}.cta-button{margin-top:8px;align-self:center;padding:14px 32px;font-size:1.05rem;font-weight:700;border-radius:16px;border:2px solid #0f3556;background:#fff;color:#0f3556;cursor:pointer;text-transform:uppercase;letter-spacing:.08em;transition:all .2s ease}.cta-button:hover:not(:disabled){background:#0f3556;color:#fff}.cta-button:disabled{opacity:.6;cursor:wait}.form__error{margin:0;color:#a8192e;font-weight:600;text-align:center}.form__success{margin:0;color:#0f3556;text-align:center;font-weight:600}.results{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px}.results__income-card{background:#fff;border:2px solid #0f7aba;border-radius:16px;padding:24px;display:flex;flex-direction:column;gap:18px}.results__title{margin:0;font-size:1.15rem;color:#0f3556}.results__row{display:flex;justify-content:space-between;align-items:baseline;font-size:1rem;color:#0f3556}.results__row strong{font-size:1.4rem;color:#0f3556}.results__divider{height:2px;background:linear-gradient(90deg,#0f7aba,#0f7aba00);border-radius:999px}.results__delay-card{background:#f7e66c;border-radius:16px;padding:28px 24px;display:flex;flex-direction:column;color:#0f3556;gap:18px}.results__delay-card h3{margin:0;font-size:1.15rem;font-weight:700}.results__delay-list{display:flex;flex-direction:column;gap:12px}.results__delay-row{display:flex;justify-content:space-between;align-items:center;font-size:1rem}.results__delay-row strong{font-size:1.35rem}.results__delay-footnote{margin:0;font-size:.85rem;opacity:.8}.cta-strip{margin-top:22px;background:linear-gradient(135deg,#0f3556,#0b2555);color:#fff;border-radius:16px;padding:20px 24px;display:flex;flex-direction:column;gap:14px}.cta-strip__actions{display:flex;flex-wrap:wrap;gap:12px}.cta-strip__button{background:#ffffff26;color:#fff;border:1px solid rgba(255,255,255,.3);border-radius:12px;padding:10px 16px;font-weight:600;cursor:pointer;transition:background .2s ease}.cta-strip__button:hover{background:#ffffff40}@media(max-width:720px){.panel{padding:24px}.toggle-group__buttons{flex-direction:column}.cta-button{width:100%}.cta-strip__actions{flex-direction:column}.chart-card__body{height:220px}.table-card table{min-width:360px}}
