:root{color:#172033;font-synthesis:none;text-rendering:optimizelegibility;background:#f5f7fb;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#root{min-width:320px;min-height:100%;margin:0}body{min-height:100vh}.page{background:radial-gradient(circle at 10% 0,#2563eb14,#0000 30%),#f5f7fb;min-height:100vh;padding:42px 24px 50px}.container{width:100%;max-width:1050px;margin:0 auto}.topbar{justify-content:space-between;align-items:center;margin-bottom:34px;display:flex}.brand{align-items:center;gap:14px;display:flex}.brand-icon{color:#fff;background:#2563eb;border-radius:12px;justify-content:center;align-items:center;width:46px;height:46px;font-size:22px;font-weight:800;display:flex;box-shadow:0 8px 20px #2563eb38}.brand h1{color:#111827;margin:0;font-size:21px;line-height:1.2}.brand p{color:#7b8494;margin:4px 0 0;font-size:13px}.year-badge{color:#475569;background:#fff;border:1px solid #dbe3ef;border-radius:20px;padding:9px 14px;font-size:13px;font-weight:600}.hero{grid-template-columns:minmax(0,1.5fr) minmax(300px,.8fr);gap:22px;display:grid}.calculator-card,.guide-card,.breakdown-card{background:#fff;border:1px solid #e4e9f0;border-radius:20px;box-shadow:0 12px 30px #1928410f}.calculator-card{padding:32px}.section-heading{margin-bottom:28px}.eyebrow{color:#2563eb;letter-spacing:1px;font-size:11px;font-weight:800;display:inline-block}.section-heading h2{color:#111827;letter-spacing:-.3px;margin:7px 0;font-size:24px}.section-heading p{color:#7b8494;margin:0;font-size:14px;line-height:1.6}.form{flex-direction:column;gap:19px;display:flex}.field{flex-direction:column;gap:8px;display:flex}.field label{color:#344054;font-size:13px;font-weight:700}.field-help{color:#98a2b3;font-size:11px;line-height:1.4}.input-wrapper{position:relative}.currency{color:#667085;pointer-events:none;font-size:14px;font-weight:600;position:absolute;top:50%;left:15px;transform:translateY(-50%)}input{color:#172033;background:#fff;border:1px solid #d6dce5;border-radius:10px;outline:none;width:100%;height:48px;padding:0 14px;font-family:inherit;font-size:14px;transition:border-color .2s,box-shadow .2s}.input-wrapper input{padding-left:34px}input::placeholder{color:#a7afbd}input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.button-group{gap:10px;margin-top:3px;display:flex}.calculate-button{color:#fff;cursor:pointer;background:#2563eb;border:0;border-radius:10px;flex:1;height:48px;font-family:inherit;font-size:14px;font-weight:700;transition:background .2s,transform .1s}.calculate-button:hover{background:#1d4ed8}.calculate-button:active{transform:translateY(1px)}.calculate-button:disabled{opacity:.6;cursor:not-allowed}.reset-button{color:#475467;cursor:pointer;background:#fff;border:1px solid #d7dde7;border-radius:10px;width:90px;font-family:inherit;font-size:13px;font-weight:600}.reset-button:hover{background:#f8fafc}.error{color:#be123c;background:#fff1f2;border-radius:9px;align-items:center;gap:8px;padding:11px 13px;font-size:13px;display:flex}.error span{color:#fff;background:#be123c;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:12px;font-weight:800;display:flex}.guide-card{padding:30px}.guide-icon{color:#2563eb;background:#eff6ff;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;margin-bottom:16px;font-weight:800;display:flex}.guide-card h2{color:#111827;margin:7px 0 22px;font-size:22px}.steps{flex-direction:column;gap:19px;display:flex}.step{gap:12px;display:flex}.step-number{color:#2563eb;background:#f1f5f9;border-radius:8px;flex:none;justify-content:center;align-items:center;width:28px;height:28px;font-size:12px;font-weight:800;display:flex}.step strong{color:#344054;font-size:13px;display:block}.step p{color:#8a94a5;margin:4px 0 0;font-size:12px;line-height:1.5}.guide-note{background:#f8fafc;border-radius:11px;margin-top:24px;padding:15px}.guide-note strong{color:#475467;font-size:12px}.guide-note p{color:#7b8494;margin:5px 0 0;font-size:11px;line-height:1.5}.result-section{margin-top:28px}.result-title{justify-content:space-between;align-items:center;margin-bottom:15px;display:flex}.result-title h2{color:#111827;margin:5px 0 0;font-size:22px}.success-badge{color:#027a48;background:#ecfdf3;border-radius:20px;padding:7px 11px;font-size:11px;font-weight:700}.metrics{grid-template-columns:1fr 1fr;gap:15px;margin-bottom:15px;display:grid}.metric-card{background:#fff;border:1px solid #e4e9f0;border-radius:16px;padding:23px;box-shadow:0 8px 20px #1928410a}.metric-card span{color:#667085;font-size:12px;font-weight:600;display:block}.metric-card strong{color:#172033;margin:7px 0 4px;font-size:26px;display:block}.metric-card small{color:#98a2b3;font-size:11px}.metric-card.highlight{background:#eff6ff;border-color:#dbeafe}.metric-card.highlight strong{color:#1d4ed8}.breakdown-card{padding:25px 28px}.breakdown-header h3{color:#172033;margin:0;font-size:16px}.breakdown-header p{color:#98a2b3;margin:4px 0 18px;font-size:12px}.breakdown-list{flex-direction:column;display:flex}.breakdown-row{color:#667085;border-bottom:1px solid #edf0f4;justify-content:space-between;padding:13px 0;font-size:13px;display:flex}.breakdown-row strong{color:#172033}.breakdown-row.total{color:#172033;border-bottom:0;font-weight:700}.breakdown-row.total strong{color:#2563eb}footer{color:#98a2b3;justify-content:center;gap:8px;margin-top:28px;font-size:11px;display:flex}@media (width<=760px){.page{padding:25px 15px 40px}.topbar{align-items:flex-start}.year-badge{display:none}.hero{grid-template-columns:1fr}.calculator-card,.guide-card{padding:24px}.metrics{grid-template-columns:1fr}.result-title{align-items:flex-start;gap:12px}}@media (width<=450px){.brand h1{font-size:18px}.brand p{font-size:11px}.section-heading h2{font-size:21px}.button-group{flex-direction:column}.reset-button{width:100%;height:44px}}.history-section{margin-top:38px}.history-header{justify-content:space-between;align-items:flex-end;margin-bottom:15px;display:flex}.history-header h2{color:#111827;margin:5px 0;font-size:22px}.history-header p{color:#98a2b3;margin:0;font-size:12px}.history-count{color:#667085;background:#fff;border:1px solid #dbe3ef;border-radius:20px;padding:7px 12px;font-size:11px;font-weight:700}.history-card{background:#fff;border:1px solid #e4e9f0;border-radius:18px;overflow:hidden;box-shadow:0 8px 24px #1928410d}.history-table-header,.history-row{grid-template-columns:.8fr 1.3fr 1.2fr 80px;align-items:center;display:grid}.history-table-header{color:#98a2b3;text-transform:uppercase;letter-spacing:.5px;background:#f8fafc;border-bottom:1px solid #e8edf3;min-height:44px;padding:0 22px;font-size:10px;font-weight:800}.history-row{color:#475467;border-bottom:1px solid #edf0f4;min-height:68px;padding:0 22px;font-size:13px}.history-row:last-child{border-bottom:0}.history-row strong{color:#172033}.history-tax{color:#2563eb!important}.view-button{color:#2563eb;cursor:pointer;background:#fff;border:1px solid #d7e0ee;border-radius:8px;justify-self:end;padding:7px 13px;font-family:inherit;font-size:11px;font-weight:700;transition:background .2s,border-color .2s}.view-button:hover{background:#eff6ff;border-color:#bfdbfe}.mobile-label{display:none}.history-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:180px;padding:30px;display:flex}.empty-icon{color:#2563eb;background:#eff6ff;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;margin-bottom:12px;font-weight:800;display:flex}.history-empty strong{color:#344054;font-size:14px}.history-empty p{color:#98a2b3;max-width:350px;margin:6px 0 0;font-size:12px;line-height:1.5}@media (width<=760px){.history-header{align-items:flex-start;gap:12px}.history-table-header{display:none}.history-row{grid-template-columns:1fr 1fr;gap:14px;padding:18px;display:grid}.history-row>div{flex-direction:column;gap:4px;display:flex}.mobile-label{color:#98a2b3;text-transform:uppercase;font-size:10px;font-weight:700;display:block}.view-button{justify-self:start}}.breakdown-header{justify-content:space-between;align-items:center;gap:20px;display:flex}.crud-actions{gap:8px;display:flex}.edit-button,.delete-button{cursor:pointer;border-radius:8px;height:34px;padding:0 13px;font-family:inherit;font-size:11px;font-weight:700}.edit-button{color:#2563eb;background:#eff6ff;border:1px solid #bfdbfe}.edit-button:hover{background:#dbeafe}.delete-button{color:#be123c;background:#fff1f2;border:1px solid #fecdd3}.delete-button:hover{background:#ffe4e6}.delete-button:disabled{opacity:.5;cursor:not-allowed}.calculator-card:has(.section-heading .eyebrow:first-child){transition:border-color .2s}@media (width<=600px){.breakdown-header{flex-direction:column;align-items:flex-start}.crud-actions{width:100%}.edit-button,.delete-button{flex:1}}
