.calc-page{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;min-height:calc(100vh - 145px);padding:clamp(22px,3vw,34px) 16px}.calc-page .calc-wrap{width:min(100%,1240px)!important;margin:0 auto!important;padding:0!important;display:grid;justify-items:center}.calc-page .card{background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.08);border-radius:14px;max-width:1150px;width:100%;margin:0 auto;padding:30px 25px;transition:max-width .3s ease}.calc-demo-strip{display:grid;grid-template-columns:minmax(0,1fr) repeat(3,auto);gap:8px;align-items:center;margin:18px 0 10px;border:1px solid rgba(96,165,250,.26);border-radius:14px;background:rgba(96,165,250,.1);padding:10px}.calc-demo-strip.active{border-color:rgba(245,158,11,.42);background:rgba(245,158,11,.13)}.calc-demo-strip span{color:var(--muted);font-size:12px;font-weight:850;line-height:1.3}.calc-demo-strip button{min-height:36px;border:1px solid rgba(59,130,246,.48);border-radius:11px;background:#3b82f6;color:#fff;padding:0 13px;font-size:12px;font-weight:950;cursor:pointer}.calc-demo-strip button.ghost{background:var(--field-bg);color:var(--text);border-color:var(--field-border)}.calc-demo-strip button.upgrade{background:linear-gradient(180deg,#fbbf24,#f97316);border-color:rgba(249,115,22,.62);color:#111827}@media (max-width:860px){.calc-page{min-height:auto;justify-content:flex-start;padding:14px 10px}.calc-page .card{max-width:100%;padding:20px 14px}.calc-demo-strip{grid-template-columns:1fr}.calc-demo-strip button{width:100%}}.calc-page .calc-title,.calc-page .intro{text-align:center}.calc-page .calc-title{font-size:1.9rem;margin-bottom:10px}.calc-page .intro{margin:10px auto 26px;max-width:560px;font-size:1rem;line-height:1.5;color:var(--muted)}.calc-page .grid-2{width:100%}.calc-page .calc-disabled-group{display:grid;grid-template-columns:1fr 1fr;gap:16px;width:100%;min-width:0;margin:0;padding:0;border:0}@media (max-width:860px){.calc-page .calc-disabled-group{grid-template-columns:1fr;gap:14px}}.calc-page .maintenance-pill{width:-moz-fit-content;width:fit-content;margin:0 auto 14px;padding:7px 12px;border-radius:999px;border:1px solid rgba(245,158,11,.46);background:rgba(245,158,11,.12);color:#fbbf24;font-size:11px;font-weight:950;line-height:1;text-transform:uppercase;letter-spacing:0}.calc-page .calc-disabled-group:disabled{opacity:.72}.calc-page .calc-disabled-group:disabled button,.calc-page .calc-disabled-group:disabled input,.calc-page .calc-disabled-group:disabled select{cursor:not-allowed}.field label{display:block;text-align:left;font-weight:500;margin-bottom:6px;color:var(--text)}.calc-page input,.calc-page select{background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.12);border-radius:12px;padding:12px 14px;width:100%;color:#fff;font-size:15px;outline:none;transition:background .2s,border-color .2s,box-shadow .2s;appearance:none;-webkit-appearance:none;-moz-appearance:none}.calc-page input:focus,.calc-page input:hover,.calc-page select:focus,.calc-page select:hover{background:hsla(0,0%,100%,.08);border-color:rgba(79,163,255,.4);box-shadow:0 0 0 3px var(--ring)}.calc-page input::-moz-placeholder{color:hsla(0,0%,100%,.35)}.calc-page input::placeholder{color:hsla(0,0%,100%,.35)}.calc-page select{color:#fff}.calc-page select option{background:#fff;color:#000}.calc-page input[type=date]{background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.12);color:var(--text);border-radius:12px;padding:12px 14px}.calc-page input[type=date]::-webkit-calendar-picker-indicator{filter:invert(.85);opacity:.9}.calc-page .buttons-wrap{margin:18px 0 0}.calc-page .buttons-wrap .button-blue-wide,.calc-page .buttons-wrap .button-gray{flex:1;max-width:520px;height:52px;line-height:52px;border-radius:12px;font-weight:600;display:flex;align-items:center;justify-content:center}.calc-page .buttons-wrap .button-blue-wide{background:#3b82f6;color:#fff;border:none;transition:background .2s ease}.calc-page .buttons-wrap .button-blue-wide:hover{background:#2563eb}.calc-page .buttons-wrap .button-gray{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.12);color:#e8eefc;font-weight:500;transition:background .2s ease}.calc-page .buttons-wrap .button-gray:hover{background:hsla(0,0%,100%,.1)}.calc-page .buttons-wrap.reefer-mode{flex-direction:row;align-items:stretch;width:100%}.calc-page .buttons-wrap.reefer-mode .button-blue-wide,.calc-page .buttons-wrap.reefer-mode .button-gray{flex:1 1 0;max-width:none}@media (max-width:860px){.calc-page .buttons-wrap{flex-direction:column;align-items:stretch}.calc-page .buttons-wrap .button-blue-wide,.calc-page .buttons-wrap .button-gray{max-width:100%}}.history-card{margin-top:22px;background:hsla(0,0%,100%,.02);border:1px solid hsla(0,0%,100%,.08);border-radius:14px;padding:18px 20px}.history-card h3{text-align:center;color:var(--text);margin:0 0 10px}.history-item{background:hsla(0,0%,100%,.03);border-radius:12px;padding:10px 14px;margin-bottom:10px;font-size:.95rem}.history-header{display:flex;justify-content:space-between;color:var(--muted);margin-bottom:4px}.history-item strong{color:var(--text)}.history-line{color:var(--muted);margin:6px 0}.history-actions{display:flex;gap:10px}.button-sm{background:rgba(48,166,255,.2);border:1px solid rgba(48,166,255,.4);color:#fff;border-radius:10px;padding:6px 10px;font-size:.85rem;cursor:pointer;transition:.2s}.button-sm:hover{background:rgba(48,166,255,.4)}.calc-page .ai-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:200}.calc-page .ai-popup{background:rgba(18,24,38,.96);border:1px solid hsla(0,0%,100%,.1);max-width:520px;animation:fadeIn .25s ease-out}.calc-page .ai-scroll{padding:24px;scrollbar-color:hsla(0,0%,100%,.2) transparent}.calc-page .ai-popup h2{margin:0 0 10px}.calc-page .ai-actions{margin-top:18px}.report-block{margin:14px 0 18px}.route-line{text-align:center;font-size:1.05rem;margin-bottom:8px}.report-grid label{display:block;font-size:12px;color:var(--muted)}.notices{margin-top:8px}.notice-chip{padding:6px 8px}.calc-page .error-banner{margin-top:10px}@media (min-width:861px){.calc-page .buttons-wrap{display:flex;flex-direction:row;justify-content:center;align-items:stretch;gap:14px;width:100%;margin-top:20px}.calc-page .buttons-wrap .button-blue-wide,.calc-page .buttons-wrap .button-gray{flex:1 1 0;width:100%;height:52px;line-height:52px;font-size:16px;border-radius:12px;max-width:520px;display:flex;align-items:center;justify-content:center}.calc-page form .buttons-wrap{grid-column:span 2;justify-content:center}.calc-page .buttons-wrap.reefer-mode{flex-direction:column;align-items:center}.calc-page .buttons-wrap{display:flex;flex-direction:row;justify-content:center;align-items:stretch;gap:14px;width:100%;margin-top:20px}.calc-page .buttons-wrap .button-blue-wide,.calc-page .buttons-wrap .button-gray{flex-grow:1;flex-shrink:0;flex-basis:0;width:100%;height:52px;line-height:52px;font-size:16px;border-radius:12px;display:flex;align-items:center;justify-content:center;text-align:center;max-width:none!important}.calc-page .buttons-wrap>*{flex:1 0 0}.calc-page form .buttons-wrap{grid-column:span 2}.calc-page .buttons-wrap.reefer-mode{flex-direction:row!important;align-items:stretch!important}}.calc-page .error-banner{width:100%;max-width:520px;margin:18px auto 0;text-align:center;background:rgba(255,0,0,.08);border:1px solid rgba(255,0,0,.25);border-radius:10px;color:#ffd0d0;padding:10px 12px}.calc-page .buttons-wrap{display:flex;justify-content:center;align-items:center;gap:14px;width:100%;margin-top:20px}@media (min-width:861px){.calc-page .buttons-wrap{flex-direction:row}.calc-page .buttons-wrap .button-blue-wide,.calc-page .buttons-wrap .button-gray{flex:1;max-width:520px;height:52px}}@media (max-width:860px){.calc-page .buttons-wrap{flex-direction:column}.calc-page .buttons-wrap .button-blue-wide,.calc-page .buttons-wrap .button-gray{width:100%;height:52px}}.calc-page .buttons-wrap.reefer-mode{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;align-items:stretch!important}.calc-page .error-banner.below-buttons{display:block;width:100%;max-width:520px;margin:16px auto 0;text-align:center;background:rgba(255,0,0,.08);border:1px solid rgba(255,0,0,.25);border-radius:10px;color:#ffd0d0;padding:10px 12px}.calc-page .buttons-section{display:flex;flex-direction:column;align-items:center;width:100%}.calc-page .error-banner-centered{display:block;position:relative;text-align:center;width:100%;max-width:620px;grid-column:1/-1;margin:18px auto 0;padding:10px 12px;color:#ffd0d0;background:rgba(255,0,0,.08);border:1px solid rgba(255,0,0,.25);border-radius:10px;box-sizing:border-box;animation:fadeIn .25s ease-in-out}@media (min-width:861px){.calc-page .error-banner-centered{max-width:620px;margin-left:auto;margin-right:auto}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.calc-page .ai-overlay{position:fixed;inset:0;background:rgba(0,0,0,.65);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:300;animation:fadeIn .25s ease-out}.calc-page .ai-popup{background:rgba(18,24,38,.97);border:1px solid hsla(0,0%,100%,.12);border-radius:16px;max-width:600px;width:90%;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 0 25px rgba(0,0,0,.5);animation:slideUp .3s ease-out}.calc-page .ai-scroll{overflow-y:auto;padding:28px;scrollbar-width:thin;scrollbar-color:hsla(0,0%,100%,.3) transparent}.calc-page .ai-scroll::-webkit-scrollbar{width:6px}.calc-page .ai-scroll::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.25);border-radius:6px}.calc-page .ai-popup h2{text-align:center;font-size:1.5rem;margin-bottom:16px;color:var(--text)}.calc-page .ai-popup h4{margin:18px 0 8px;font-size:1.05rem;color:var(--text);text-align:center}.rate-row{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:12px}.rate-cell{flex:1;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.1);border-radius:10px;padding:10px 12px;text-align:center}.rate-cell label{display:block;font-size:12px;color:var(--muted);margin-bottom:4px}.report-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px 18px;margin-top:10px}@media (max-width:700px){.report-grid{grid-template-columns:1fr}}.notices{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:10px}.notice-chip{font-size:12px;border:1px dashed hsla(0,0%,100%,.25);background:hsla(0,0%,100%,.04);padding:6px 10px;border-radius:999px;color:var(--text)}.mf-row{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:12px}.mf-row .button-sm{flex:1 1 45%;text-align:center;border-radius:10px;padding:8px 10px;background:rgba(48,166,255,.2);border:1px solid rgba(48,166,255,.4);color:#fff;font-weight:500;transition:.2s}.mf-row .button-sm:hover{background:rgba(48,166,255,.35);transform:translateY(-1px)}.calc-page .ai-notes{margin-top:14px;font-size:.95rem;line-height:1.4;color:var(--muted);text-align:center}.calc-page .ai-actions{background:hsla(0,0%,100%,.02)}.calc-page .ai-actions .button-blue{background:#3b82f6;border-radius:12px;padding:10px 24px;font-size:15px;transition:background .2s ease}.calc-page .ai-actions .button-blue:hover{background:#2563eb}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.calc-page .ai-actions{padding:16px;border-top:1px solid hsla(0,0%,100%,.08);background:rgba(18,24,38,.97)}.insights li{gap:8px}.analysis-summary{background:hsla(0,0%,100%,.025);border:1px solid hsla(0,0%,100%,.08);border-radius:14px;padding:18px 20px;font-size:.96rem;line-height:1.55;box-shadow:0 0 6px hsla(0,0%,100%,.04)}.analysis-summary strong{font-weight:600}.analysis-summary br{line-height:1.8}@media (max-width:700px){.analysis-summary{font-size:.9rem;padding:14px 16px}}.calc-page .ai-actions{display:flex;justify-content:center;align-items:center;padding:0;background:none;border-top:none;margin-top:16px}.calc-page .ai-actions .button-blue{width:100%;border-radius:0 0 16px 16px;background:linear-gradient(90deg,#3b82f6,#2563eb);color:#fff;border:none;padding:16px 0;font-size:16px;font-weight:600;cursor:pointer;transition:background .25s ease}.calc-page .ai-actions .button-blue:hover{background:linear-gradient(90deg,#4fa3ff,#1e8be0)}.report-block h4{text-align:center;font-size:1.1rem;color:var(--text);margin-bottom:10px}.insights{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.insights li{background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.08);border-radius:10px;padding:10px 12px;color:var(--text);display:flex;align-items:center;gap:10px;line-height:1.4}.insights li strong{color:var(--muted);min-width:110px}.insights li:first-child:before{content:"🌦️"}.insights li:nth-child(2):before{content:"⛰️"}.insights li:nth-child(3):before{content:"⛽"}@media (max-width:700px){.insights li{flex-direction:row;align-items:flex-start;text-align:left;padding:12px;font-size:.95rem}.insights li strong{min-width:90px}}.mf-row a.button-sm{flex:1 1 45%;text-align:center;border-radius:10px;padding:8px 10px;background:rgba(48,166,255,.2);border:1px solid rgba(48,166,255,.4);color:#fff;font-weight:500;transition:.2s}.mf-row a.button-sm:hover{background:rgba(48,166,255,.35);transform:translateY(-1px)}.analysis-summary{margin-top:18px;background:hsla(0,0%,100%,.03);border:1px dashed hsla(0,0%,100%,.15);border-radius:12px;padding:14px 16px;text-align:center;color:var(--text);font-size:.95rem;line-height:1.45}.analysis-summary strong{color:#4fa3ff}@media (max-width:700px){.analysis-summary{font-size:.9rem}}html[data-theme=light] .calc-page{color:#0f172a}html[data-theme=light] .calc-page .card{background:hsla(0,0%,100%,.92);border-color:rgba(37,99,235,.18);box-shadow:0 22px 55px rgba(15,23,42,.12)}html[data-theme=light] .calc-page .calc-title{color:#071224}html[data-theme=light] .calc-page .intro{color:#52647c}html[data-theme=light] .calc-page .maintenance-pill{background:#fff7ed;border-color:#fdba74;color:#9a3412}html[data-theme=light] .calc-page .field label,html[data-theme=light] .calc-page label{color:#0f172a;font-weight:800}html[data-theme=light] .calc-page input,html[data-theme=light] .calc-page input[type=date],html[data-theme=light] .calc-page select{background:#f8fbff;border-color:rgba(15,23,42,.16);color:#0b1220;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.9)}html[data-theme=light] .calc-page input:focus,html[data-theme=light] .calc-page input:hover,html[data-theme=light] .calc-page select:focus,html[data-theme=light] .calc-page select:hover{background:#fff;border-color:rgba(37,99,235,.48);box-shadow:0 0 0 3px rgba(37,99,235,.14)}html[data-theme=light] .calc-page input::-moz-placeholder{color:#718096}html[data-theme=light] .calc-page input::placeholder{color:#718096}html[data-theme=light] .calc-page select option{background:#fff;color:#0b1220}html[data-theme=light] .calc-page input[type=date]::-webkit-calendar-picker-indicator{filter:none;opacity:.7}html[data-theme=light] .calc-page .buttons-wrap .button-gray{background:#eef4fb;border-color:rgba(15,23,42,.14);color:#34445b}html[data-theme=light] .calc-page .buttons-wrap .button-gray:hover{background:#e2ebf6;color:#0f172a}html[data-theme=light] .calc-page .error-banner,html[data-theme=light] .calc-page .error-banner-centered,html[data-theme=light] .calc-page .error-banner.below-buttons{color:#991b1b;background:#fee2e2;border-color:#f87171;font-weight:900;box-shadow:0 10px 24px rgba(185,28,28,.12)}html[data-theme=light] .analysis-summary,html[data-theme=light] .history-card{background:hsla(0,0%,100%,.88);border-color:rgba(37,99,235,.16);color:#0f172a}html[data-theme=light] .history-item,html[data-theme=light] .insights li{background:#f8fbff;border-color:rgba(15,23,42,.12);color:#0f172a}.calc-page .field{min-width:0}.calc-page .field label{font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.02em;color:var(--muted)}.calc-page input,.calc-page select{min-height:48px;line-height:1.2;font-weight:760}.calc-page select{padding-right:38px;background-image:linear-gradient(45deg,transparent 50%,currentColor 0),linear-gradient(135deg,currentColor 50%,transparent 0);background-position:calc(100% - 18px) 50%,calc(100% - 12px) 50%;background-size:6px 6px,6px 6px;background-repeat:no-repeat}.calc-page .history-card{width:100%;max-width:1150px}.calc-page .history-header{gap:10px;align-items:flex-start}.calc-page .history-header strong{min-width:0}.calc-page .history-header span{flex:0 0 auto;border:1px solid rgba(96,165,250,.35);border-radius:999px;padding:4px 9px;color:#bfdbfe;background:rgba(96,165,250,.12);font-size:11px;font-weight:950}.calc-page .ai-overlay{padding:14px}.calc-page .ai-popup{width:min(860px,calc(100vw - 28px));max-width:860px}.calc-page .rate-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.calc-page .rate-cell{min-width:0}.calc-page .rate-cell div{font-size:clamp(17px,2vw,24px);font-weight:950}.calc-page .report-grid>div{min-width:0;border:1px solid rgba(148,163,184,.14);border-radius:10px;padding:9px 10px;background:hsla(0,0%,100%,.025)}.calc-page .report-grid>div>div{overflow-wrap:anywhere;font-weight:850}html[data-theme=light] .calc-page .history-header span{color:#1d4ed8;background:#dbeafe;border-color:#93c5fd}html[data-theme=light] .calc-page .analysis-summary,html[data-theme=light] .calc-page .rate-cell,html[data-theme=light] .calc-page .report-grid>div{background:#f8fbff;border-color:rgba(15,23,42,.12)}@media (min-width:861px){.calc-page form .buttons-wrap:not(.reefer-mode){grid-column:auto;align-self:end;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:0}.calc-page form .buttons-wrap:not(.reefer-mode) .button-blue-wide,.calc-page form .buttons-wrap:not(.reefer-mode) .button-gray{width:100%;max-width:none!important;height:48px;line-height:1.2}.calc-page form .buttons-wrap.reefer-mode{grid-column:1/-1;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;margin-top:20px}}@media (max-width:760px){.calc-page{padding-left:8px;padding-right:8px}.calc-page .calc-title{font-size:28px}.calc-page .intro{margin-bottom:18px;font-size:13px}.calc-page .rate-row{grid-template-columns:repeat(2,minmax(0,1fr))}.calc-page .ai-scroll{padding:18px 14px 0}.calc-page .history-header{flex-direction:column}.mf-row a.button-sm{flex-basis:100%}}.calc-page{color:var(--text)}.calc-page .card{background:var(--card)!important;border-color:var(--line)!important;border-radius:var(--radius-card)!important;box-shadow:var(--shadow-card)}html:not([data-theme=light]) .calc-page .card{background:linear-gradient(180deg,hsla(0,0%,100%,.035),hsla(0,0%,100%,.012)),var(--card)!important}.calc-page .ai-popup h2,.calc-page .ai-popup h4,.calc-page .calc-title,.calc-page .history-card h3,.calc-page .history-item strong,.calc-page .rate-cell div,.calc-page .report-grid>div>div,.calc-page .route-line{color:var(--text)!important}.calc-page .ai-notes,.calc-page .field label,.calc-page .history-header,.calc-page .history-line,.calc-page .insights li strong,.calc-page .intro,.calc-page .rate-cell label,.calc-page .report-grid label{color:var(--muted)!important}.calc-page .maintenance-pill{background:rgba(245,158,11,.14)!important;border-color:rgba(245,158,11,.42)!important;color:#f59e0b!important;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.12)}.calc-page input,.calc-page input[type=date],.calc-page select{background:var(--field-bg)!important;border-color:var(--field-border)!important;color:var(--text)!important;box-shadow:var(--field-shadow)}.calc-page input:focus,.calc-page input:hover,.calc-page select:focus,.calc-page select:hover{background:var(--field-bg-hover)!important;border-color:var(--field-border-focus)!important;box-shadow:0 0 0 3px var(--ring),var(--field-shadow)!important}.calc-page input::-moz-placeholder{color:rgba(142,160,184,.78)!important}.calc-page input::placeholder{color:rgba(142,160,184,.78)!important}html[data-theme=light] .calc-page input::-moz-placeholder{color:rgba(75,92,117,.68)!important}html[data-theme=light] .calc-page input::placeholder{color:rgba(75,92,117,.68)!important}.calc-page select option{background:var(--card);color:var(--text)}html:not([data-theme=light]) .calc-page input[type=date]::-webkit-calendar-picker-indicator{filter:invert(1) brightness(2.15) contrast(1.12)!important;opacity:.92!important}html[data-theme=light] .calc-page input[type=date]::-webkit-calendar-picker-indicator{filter:none!important;opacity:.72!important}.calc-page .ai-actions .button-blue,.calc-page .buttons-wrap .button-blue-wide{background:#3b82f6!important;border:1px solid rgba(147,197,253,.42)!important;color:#fff!important;box-shadow:0 10px 22px rgba(37,99,235,.18)}.calc-page .ai-actions .button-blue:hover,.calc-page .buttons-wrap .button-blue-wide:hover{background:#2563eb!important;color:#fff!important}.calc-page .buttons-wrap .button-gray{background:var(--btn)!important;border-color:var(--line)!important;color:var(--text)!important;box-shadow:var(--field-shadow)}.calc-page .buttons-wrap .button-gray:hover{background:var(--field-bg-hover)!important;border-color:var(--field-border-hover)!important;color:var(--text)!important}.calc-page .button-sm,.calc-page .mf-row a.button-sm{background:rgba(96,165,250,.14)!important;border-color:rgba(96,165,250,.34)!important;color:var(--text)!important;box-shadow:none}.calc-page .button-sm:hover,.calc-page .mf-row a.button-sm:hover{background:rgba(96,165,250,.22)!important;border-color:rgba(96,165,250,.48)!important}.calc-page .analysis-summary,.calc-page .history-card,.calc-page .history-item,.calc-page .insights li,.calc-page .notice-chip,.calc-page .rate-cell,.calc-page .report-grid>div{background:var(--cell-bg)!important;border-color:var(--line)!important;color:var(--text)!important}.calc-page .history-header span{background:rgba(96,165,250,.14)!important;border-color:rgba(96,165,250,.34)!important;color:#bfdbfe!important}html[data-theme=light] .calc-page .history-header span{background:#dbeafe!important;border-color:#93c5fd!important;color:#1d4ed8!important}.calc-page .ai-overlay{background:rgba(2,6,23,.76)!important}html[data-theme=light] .calc-page .ai-overlay{background:rgba(15,23,42,.54)!important}.calc-page .ai-popup{background:var(--card)!important;border-color:var(--line)!important;box-shadow:var(--shadow-modal)}.calc-page .ai-actions{background:transparent!important}.calc-page .error-banner,.calc-page .error-banner-centered,.calc-page .error-banner.below-buttons{background:var(--danger-bg)!important;border-color:var(--danger-line)!important;color:#fecaca!important;font-weight:900}html[data-theme=light] .calc-page .error-banner,html[data-theme=light] .calc-page .error-banner-centered,html[data-theme=light] .calc-page .error-banner.below-buttons{color:#991b1b!important}.calc-page .history-actions .button-sm{width:100%;min-height:36px;padding:8px 12px;border-radius:12px;font-size:12px;font-weight:950}html[data-theme=light] .calc-page .history-actions .button-sm{background:#dbeafe!important;border-color:#93c5fd!important;color:#050505!important;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.75),0 8px 18px rgba(37,99,235,.12)}html[data-theme=light] .calc-page .history-actions .button-sm:hover{background:#bfdbfe!important;border-color:rgba(37,99,235,.42)!important;color:#050505!important}.calc-page .smart-location-field{position:relative;z-index:2}.calc-page .smart-location-field.is-open{z-index:80}.calc-page .smart-input-wrap{position:relative}.calc-page .location-suggestions{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:30;display:grid;gap:5px;padding:7px;border:1px solid var(--line);border-radius:14px;background:#111827;box-shadow:var(--shadow-modal)}.calc-page .location-suggestions button{width:100%;min-height:38px;padding:9px 10px;border:1px solid transparent;border-radius:10px;background:transparent;color:var(--text);text-align:left;font-size:13px;font-weight:850}.calc-page .location-suggestions button:focus,.calc-page .location-suggestions button:hover{background:rgba(96,165,250,.14);border-color:rgba(96,165,250,.32);outline:none}html[data-theme=light] .calc-page .location-suggestions{background:#fff;border-color:rgba(15,23,42,.14)}@media (max-width:860px){.calc-page .location-suggestions{background:#111827}html[data-theme=light] .calc-page .location-suggestions{background:#fff}}.calc-page .field-note{display:block;margin-top:6px;color:var(--muted);font-size:11px;font-weight:850;line-height:1.25}.calc-page .field-note.warning{color:#fca5a5}html[data-theme=light] .calc-page .field-note.warning{color:#991b1b}.calc-page .rate-estimate-block{position:relative;padding-top:34px}.calc-page .confidence-stamp{position:absolute;top:0;right:4px;z-index:2;display:inline-flex;align-items:center;gap:8px;max-width:min(180px,46%);min-height:32px;padding:7px 12px;border:1px solid rgba(34,197,94,.46);border-radius:999px;background:linear-gradient(180deg,rgba(34,197,94,.18),rgba(34,197,94,.08));color:#bbf7d0;box-shadow:0 10px 24px rgba(15,23,42,.18),inset 0 1px 0 hsla(0,0%,100%,.18);transform:rotate(5deg);transform-origin:center;pointer-events:none}.calc-page .confidence-stamp span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-weight:950;line-height:1;text-transform:uppercase;letter-spacing:0}.calc-page .confidence-stamp strong{flex:0 0 auto;font-size:16px;line-height:1;font-weight:1000;color:#ecfdf5}html[data-theme=light] .calc-page .confidence-stamp{background:linear-gradient(180deg,#dcfce7,#f0fdf4);border-color:rgba(22,163,74,.38);color:#166534;box-shadow:0 10px 22px rgba(22,101,52,.12),inset 0 1px 0 hsla(0,0%,100%,.88)}html[data-theme=light] .calc-page .confidence-stamp strong{color:#052e16}@media (max-width:560px){.calc-page .rate-estimate-block{padding-top:40px}.calc-page .confidence-stamp{right:0;max-width:72%;min-height:30px;padding:6px 10px}}