*{margin:0;padding:0;box-sizing:border-box}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;font-weight:400;color:#1e293b;background-color:#f8fafc;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;background-color:#f8fafc;overscroll-behavior-x:none;overflow-x:hidden}a{color:#3b82f6;text-decoration:none;transition:color .2s ease}a:hover{color:#1d4ed8}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;color:#1e293b}button{border-radius:.5rem;border:1px solid transparent;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;font-family:inherit;background-color:#3b82f6;color:#fff;cursor:pointer;transition:all .2s ease}button:hover{background-color:#2563eb;transform:translateY(-1px)}button:focus,button:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}input,select,textarea{font-family:inherit;font-size:inherit}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.tab-navigation{position:fixed;left:0;top:0;width:280px;height:100vh;background:linear-gradient(180deg,#1e293b 0%,#334155 100%);color:#fff;display:flex;flex-direction:column;box-shadow:2px 0 10px #0000001a;z-index:1000}.nav-header{padding:2rem 1.5rem 1.5rem;border-bottom:1px solid #475569}.app-title{font-size:1.5rem;font-weight:700;margin:0;color:#f1f5f9;text-align:center}.nav-tabs{list-style:none;padding:1rem 0;margin:0;flex:1}.nav-tab{margin:0}.nav-link{display:flex;align-items:center;padding:1rem 1.5rem;color:#cbd5e1;text-decoration:none;transition:all .2s ease;border-left:3px solid transparent;position:relative}.nav-link:hover{background-color:#ffffff1a;color:#f1f5f9;border-left-color:#3b82f6}.nav-link.active{background-color:#3b82f626;color:#60a5fa;border-left-color:#3b82f6;font-weight:600}.nav-link.active:before{content:"";position:absolute;right:0;top:0;bottom:0;width:3px;background-color:#3b82f6}.nav-icon{font-size:1.25rem;margin-right:.75rem;min-width:1.5rem;text-align:center}.nav-label{font-size:.95rem;line-height:1.4}@media (max-width: 768px){.tab-navigation{position:fixed;bottom:0;left:0;right:0;top:auto;width:100%;height:auto;flex-direction:row;background:linear-gradient(90deg,#1e293b 0%,#334155 100%);box-shadow:0 -2px 10px #0000001a}.nav-header{display:none}.nav-tabs{display:flex;width:100%;padding:0}.nav-tab{flex:1}.nav-link{flex-direction:column;padding:.75rem .5rem;text-align:center;border-left:none;border-top:3px solid transparent}.nav-link:hover{border-left:none;border-top-color:#3b82f6;background-color:#ffffff1a}.nav-link.active{border-left:none;border-top:4px solid #3b82f6;background:linear-gradient(180deg,rgba(59,130,246,.3),rgba(59,130,246,.1));color:#60a5fa;font-weight:700}.nav-link.active:before{display:none}.nav-link.active:after{content:"";position:absolute;top:-4px;left:50%;transform:translate(-50%);width:80%;height:4px;background:linear-gradient(90deg,#3b82f6,#1d4ed8);border-radius:0 0 4px 4px;box-shadow:0 2px 8px #3b82f699;animation:activeTabGlow 2s ease-in-out infinite alternate}@keyframes activeTabGlow{0%{box-shadow:0 2px 8px #3b82f699}to{box-shadow:0 2px 12px #3b82f6e6}}.nav-icon{margin-right:0;margin-bottom:.25rem;font-size:1.3rem;transition:transform .2s ease}.nav-link.active .nav-icon{transform:scale(1.2);filter:drop-shadow(0 2px 4px rgba(59,130,246,.5))}.nav-label{font-size:.8rem;line-height:1.2;font-weight:500}.nav-link.active .nav-label{font-weight:700;text-shadow:0 1px 2px rgba(59,130,246,.3)}}.main-layout{display:flex;min-height:100vh;background-color:#f8fafc}.content{flex:1;padding:2rem;margin-left:280px;overflow-y:auto}@media (max-width: 768px){.content{margin-left:0;margin-bottom:100px;padding:1rem;padding-bottom:120px}}.home{max-width:1200px;margin:0 auto;padding:2rem 0}.home-header{text-align:center;margin-bottom:3rem}.home-header h1{font-size:3rem;font-weight:800;color:#1e293b;margin:0 0 1rem;background:linear-gradient(135deg,#3b82f6,#1d4ed8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.home-header p{font-size:1.25rem;color:#64748b;max-width:600px;margin:0 auto}.calculators-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;margin-bottom:4rem}.calculator-card{background:white;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px -1px #0000001a;transition:transform .2s ease,box-shadow .2s ease;border:1px solid #e2e8f0}.calculator-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px -3px #0000001a}.card-icon{font-size:3rem;margin-bottom:1rem;text-align:center}.card-title{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0 0 1rem;text-align:center}.card-description{color:#64748b;margin:0 0 1.5rem;line-height:1.6;text-align:center}.card-features{list-style:none;padding:0;margin:0 0 2rem}.card-features li{color:#475569;position:relative;padding:.5rem 0 .5rem 1.5rem}.card-features li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700}.card-button{display:block;width:100%;padding:1rem;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;text-decoration:none;border-radius:.5rem;font-weight:600;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.card-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #3b82f666}.home-footer{margin-top:4rem;padding-top:3rem;border-top:1px solid #e2e8f0}.feature-highlights{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.highlight{text-align:center;padding:1.5rem}.highlight h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin:0 0 .5rem}.highlight p{color:#64748b;margin:0}@media (max-width: 768px){.home{padding:1rem 0}.home-header h1{font-size:2.5rem}.home-header p{font-size:1.1rem}.calculators-grid{grid-template-columns:1fr;gap:1.5rem}.calculator-card{padding:1.5rem}.feature-highlights{grid-template-columns:1fr;gap:1.5rem}}.toggle-input-field{margin-bottom:1.5rem}.toggle-input-label{display:block;margin-bottom:.5rem;font-weight:600;color:#374151;font-size:.9rem}.toggle-input-wrapper{position:relative;display:flex;align-items:center}.toggle-input-control{flex:1;padding:.75rem;border:2px solid #e5e7eb;border-radius:.5rem 0 0 .5rem;font-size:1rem;transition:border-color .2s ease;background-color:#fff}.toggle-input-control:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.toggle-input-prefix,.toggle-input-suffix{position:absolute;color:#6b7280;font-weight:500;pointer-events:none;z-index:1}.toggle-input-prefix{left:.75rem}.toggle-input-suffix{right:4rem}.toggle-input-wrapper:has(.toggle-input-prefix) .toggle-input-control{padding-left:2rem}.toggle-input-wrapper:has(.toggle-input-suffix) .toggle-input-control{padding-right:5rem}.toggle-button{padding:.75rem 1rem;border:2px solid #e5e7eb;border-left:none;border-radius:0 .5rem .5rem 0;background-color:#f9fafb;color:#374151;font-weight:600;cursor:pointer;transition:all .2s ease;min-width:3rem}.toggle-button:hover{background-color:#f3f4f6;border-color:#d1d5db}.toggle-button:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.toggle-button:active{background-color:#e5e7eb}.toggle-input-control.with-prefix{padding-left:2rem}.toggle-input-control.with-suffix{padding-right:5rem}.slider-input{margin-bottom:1.5rem}.slider-label{display:block;margin-bottom:.75rem;font-weight:600;color:#374151;font-size:.9rem}.slider-container{position:relative;margin-bottom:.75rem}.slider{width:100%;height:6px;border-radius:3px;background:#e5e7eb;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;z-index:2}.slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:#3b82f6;cursor:pointer;border:3px solid white;box-shadow:0 2px 6px #0003;transition:all .2s ease}.slider::-webkit-slider-thumb:hover{transform:scale(1.1);box-shadow:0 4px 12px #3b82f666}.slider::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#3b82f6;cursor:pointer;border:3px solid white;box-shadow:0 2px 6px #0003;transition:all .2s ease}.slider::-moz-range-thumb:hover{transform:scale(1.1);box-shadow:0 4px 12px #3b82f666}.slider-track-fill{position:absolute;top:0;left:0;height:6px;background:linear-gradient(90deg,#3b82f6,#1d4ed8);border-radius:3px;pointer-events:none;z-index:1;transition:width .2s ease}.input-wrapper{position:relative;display:flex;align-items:center;margin-bottom:.5rem}.slider-text-input{width:100%;padding:.75rem;border:2px solid #e5e7eb;border-radius:.5rem;font-size:1rem;transition:border-color .2s ease;background-color:#fff;text-align:center;font-weight:600}.slider-text-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.input-wrapper:has(.input-prefix) .slider-text-input{padding-left:2rem}.input-wrapper:has(.input-suffix) .slider-text-input{padding-right:2rem}.preset-buttons{display:flex;gap:.5rem;margin-bottom:.75rem;flex-wrap:wrap;justify-content:center}.preset-button{padding:.4rem .8rem;border:2px solid #e5e7eb;border-radius:.4rem;background:white;color:#374151;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .2s ease}.preset-button:hover{border-color:#3b82f6;color:#3b82f6;transform:translateY(-1px)}.preset-button.active{background:#3b82f6;border-color:#3b82f6;color:#fff;font-weight:600}.slider-range{display:flex;justify-content:space-between;font-size:.8rem;color:#6b7280;margin-top:.1rem}.slider-text-input.with-prefix{padding-left:2rem}.slider-text-input.with-suffix{padding-right:2rem}.result-display{display:flex;flex-direction:column;gap:.75rem}.result-header{margin-bottom:.5rem}.result-header h3{margin:0;color:#374151;font-size:1.1rem;font-weight:600;text-align:center;padding-bottom:.75rem;border-bottom:2px solid #e5e7eb}.result-item{display:flex;align-items:center;padding:1.25rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:.75rem;border:1px solid #e2e8f0;transition:all .3s ease;box-shadow:0 2px 4px #0000000d}.result-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.result-item.highlight{background:linear-gradient(135deg,#eff6ff,#dbeafe);border:2px solid #3b82f6;box-shadow:0 4px 16px #3b82f633}.result-icon{font-size:1.5rem;margin-right:1rem;min-width:2rem;text-align:center}.result-content{flex:1;display:flex;justify-content:space-between;align-items:center}.result-label{font-weight:600;color:#374151;font-size:.95rem;line-height:1.4}.result-value{font-weight:700;color:#1f2937;font-size:1.1rem;text-align:right;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace}.result-item.highlight .result-icon{font-size:1.75rem;animation:pulse 2s ease-in-out infinite}.result-item.highlight .result-value{color:#1d4ed8;font-size:1.4rem;font-weight:800}.copy-button{background:none;border:none;font-size:1rem;cursor:pointer;padding:.5rem;border-radius:.25rem;transition:all .2s ease;opacity:.6;margin-left:.5rem}.copy-button:hover{opacity:1;background-color:#3b82f61a;transform:scale(1.1)}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@media (max-width: 480px){.result-item{padding:1rem}.result-content{flex-direction:column;align-items:flex-start;gap:.5rem}.result-value{text-align:left;font-size:1.2rem}.result-item.highlight .result-value{font-size:1.3rem}.result-icon{margin-right:.75rem;font-size:1.25rem}}.amortization-chart{background:white;padding:1.5rem;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a;margin-top:2rem}.amortization-chart-placeholder{background:white;padding:3rem 1.5rem;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a;margin-top:2rem;text-align:center;color:#6b7280}.amortization-chart-placeholder p{margin:0;font-size:1.1rem}.interest-color{background-color:#ef4444}.tax-color{background-color:#10b981}@media (max-width: 768px){.amortization-chart{padding:1rem;margin-top:1.5rem}.chart-container{height:300px}.chart-summary{flex-direction:column;gap:1rem;align-items:center}}.amortization-schedule{margin-top:2rem}.schedule-toggle-button{width:100%;padding:1rem;background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff;border:none;border-radius:.75rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px -1px #0000001a}.schedule-toggle-button:hover{transform:translateY(-2px);box-shadow:0 8px 15px -3px #6366f166}.schedule-container{background:white;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a;margin-top:1rem;overflow:hidden}.schedule-header{padding:1.5rem;border-bottom:1px solid #e5e7eb;background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.schedule-header h3{margin:0 0 1rem;color:#1e293b;font-size:1.25rem;font-weight:700}.view-mode-toggle{display:flex;gap:.5rem}.mode-button{padding:.5rem 1rem;border:2px solid #e5e7eb;border-radius:.5rem;background:white;color:#374151;font-weight:500;cursor:pointer;transition:all .2s ease;font-size:.9rem}.mode-button:hover{border-color:#6366f1;color:#6366f1}.mode-button.active{background:#6366f1;border-color:#6366f1;color:#fff}.schedule-table-container{max-height:500px;overflow-y:auto;border-bottom:1px solid #e5e7eb}.schedule-table{width:100%;border-collapse:collapse;font-size:.9rem}.schedule-table th{background:#f9fafb;padding:1rem .75rem;text-align:left;font-weight:600;color:#374151;border-bottom:2px solid #e5e7eb;position:sticky;top:0;z-index:1}.schedule-table td{padding:.75rem;border-bottom:1px solid #f3f4f6}.even-row{background-color:#f9fafb}.odd-row{background-color:#fff}.period-cell{font-weight:600;color:#1e293b;text-align:center;font-size:.85rem}.month-cell{font-weight:600;color:#6b7280;text-align:center;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace}.schedule-subtitle{margin:.5rem 0 0;color:#6b7280;font-size:.9rem;text-align:center}.currency-cell{text-align:right;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;font-weight:500}.principal-cell{color:#2563eb}.interest-cell{color:#dc2626}.balance-cell{color:#059669;font-weight:600}.schedule-summary{padding:1rem 1.5rem;background:#f8fafc}.summary-note{color:#6b7280;font-size:.9rem;line-height:1.5}@media (max-width: 768px){.schedule-table{font-size:.8rem}.schedule-table th,.schedule-table td{padding:.5rem .25rem}.view-mode-toggle{flex-direction:column}.mode-button{text-align:center}.schedule-header{padding:1rem}}.payment-breakdown-chart{background:white;padding:1.5rem;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a;margin-top:2rem;text-align:center}.payment-breakdown-chart h3{margin:0 0 1.5rem;color:#374151;font-size:1.25rem;font-weight:600}.chart-container{height:300px;margin-bottom:1rem}.total-payment{padding:1rem;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:.5rem;color:#0c4a6e;font-size:1.1rem;border:2px solid #0ea5e9}@media (max-width: 768px){.payment-breakdown-chart{padding:1rem;margin-top:1.5rem}.chart-container{height:250px}.total-payment{font-size:1rem}}.mortgage-calculator{max-width:1200px;margin:0 auto}.calculator-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.inputs-section h3{margin:2rem 0 1rem;color:#374151;font-size:1.1rem;font-weight:600;padding-top:1.5rem;border-top:1px solid #e5e7eb}.input-field{margin-bottom:1.5rem}.input-wrapper{position:relative;display:flex;align-items:center}.input-control{width:100%;padding:.75rem;border:2px solid #e5e7eb;border-radius:.5rem;font-size:1rem;transition:border-color .2s ease;background-color:#fff}.input-control:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.input-prefix,.input-suffix{position:absolute;color:#6b7280;font-weight:500;pointer-events:none;z-index:1}.input-prefix{left:.75rem}.input-suffix{right:.75rem}.input-control:has(+.input-suffix),.input-wrapper:has(.input-suffix) .input-control{padding-right:2.5rem}.input-wrapper:has(.input-prefix) .input-control{padding-left:2rem}.input-control.with-prefix{padding-left:2rem}.input-control.with-suffix{padding-right:2.5rem}.compound-interest-chart{background:white;padding:1.5rem;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a;margin-top:2rem}.chart-controls{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.time-horizon-control{display:flex;flex-direction:column;gap:1rem}.time-horizon-control label{font-weight:600;color:#374151;font-size:1rem}.time-slider{width:100%;height:6px;border-radius:3px;background:#e5e7eb;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.time-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:#3b82f6;cursor:pointer;border:2px solid white;box-shadow:0 2px 4px #0003}.time-slider::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#3b82f6;cursor:pointer;border:2px solid white;box-shadow:0 2px 4px #0003}.quick-options{display:flex;gap:.5rem;flex-wrap:wrap}.quick-option{padding:.5rem 1rem;border:2px solid #e5e7eb;border-radius:.5rem;background:white;color:#374151;font-weight:500;cursor:pointer;transition:all .2s ease;font-size:.9rem}.quick-option:hover{border-color:#3b82f6;color:#3b82f6}.quick-option.active{background:#3b82f6;border-color:#3b82f6;color:#fff}.quick-option.conventional-max{border-color:#f59e0b;color:#f59e0b}.quick-option.conventional-max.active{background:#f59e0b;border-color:#f59e0b;color:#fff}.time-note{margin-top:.75rem;text-align:center;color:#6b7280;font-style:italic}.compound-chart-placeholder{background:white;padding:3rem 1.5rem;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a;margin-top:2rem;text-align:center;color:#6b7280}.compound-chart-placeholder p{margin:0;font-size:1.1rem}.chart-summary{display:flex;justify-content:center;gap:2rem;padding-top:1rem;border-top:1px solid #e5e7eb}.growth-color{background-color:#10b981}.baseline-color{background-color:#6b7280}@media (max-width: 768px){.compound-interest-chart{padding:1rem;margin-top:1.5rem}.chart-container{height:300px}.chart-summary{flex-direction:column;gap:1rem;align-items:center}.quick-options{justify-content:center}.time-horizon-control{text-align:center}}.compound-breakdown-chart{background:white;padding:1.5rem;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a;margin-top:2rem}.compound-breakdown-placeholder{background:white;padding:3rem 1.5rem;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a;margin-top:2rem;text-align:center;color:#6b7280}.compound-breakdown-placeholder p{margin:0;font-size:1.1rem}.chart-summary{display:flex;justify-content:center;gap:2rem;padding-top:1rem;border-top:1px solid #e5e7eb;flex-wrap:wrap}.summary-item{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#374151}.summary-color{width:1rem;height:1rem;border-radius:.25rem}.principal-color{background-color:#3b82f6}.contributions-color{background-color:#10b981}.interest-color{background-color:#f59e0b}@media (max-width: 768px){.compound-breakdown-chart{padding:1rem;margin-top:1.5rem}.chart-container{height:300px}.chart-summary{flex-direction:column;gap:1rem;align-items:center}}.compound-comparison-chart{background:white;padding:1.5rem;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a;margin-top:2rem}.chart-container{height:400px;margin-bottom:1rem}.compound-comparison-placeholder{background:white;padding:3rem 1.5rem;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a;margin-top:2rem;text-align:center;color:#6b7280}.compound-comparison-placeholder p{margin:0;font-size:1.1rem}.chart-summary{padding-top:1rem;border-top:1px solid #e5e7eb;text-align:center}.summary-note{color:#374151;font-size:.9rem;line-height:1.7;max-width:700px;margin:0 auto;padding:1.25rem;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:.75rem;border-left:5px solid #0ea5e9;box-shadow:0 4px 12px #0ea5e926;text-align:left}@media (max-width: 768px){.compound-comparison-chart{padding:1rem;margin-top:1.5rem}.chart-container{height:300px}.summary-note{font-size:.9rem;padding:.75rem}}.compound-interest-calculator{max-width:1200px;margin:0 auto}.calculator-header{margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e2e8f0;text-align:center}.calculator-header h1{margin:0 0 1rem;color:#1e293b;font-size:2.5rem;font-weight:600;letter-spacing:-.02em;line-height:1.1}.share-container{display:flex;align-items:center;justify-content:center;gap:.75rem}.share-button{background:#3b82f6;color:#fff;border:none;padding:.6rem 1.2rem;border-radius:.5rem;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #3b82f633}.share-button:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 8px #3b82f64d}.share-status{color:#10b981;font-weight:600;font-size:.8rem;animation:fadeIn .3s ease;white-space:nowrap}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.calculator-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.inputs-section,.results-section{background:white;padding:2rem;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a}.inputs-section h2,.results-section h2{margin:0 0 1.5rem;color:#374151;font-size:1.25rem;font-weight:600}.input-group{margin-bottom:1.5rem}.input-label{display:block;margin-bottom:.5rem;font-weight:600;color:#374151;font-size:.9rem}.select-input{width:100%;padding:.85rem;border:2px solid #e5e7eb;border-radius:.5rem;font-size:1rem;background-color:#fff;transition:border-color .2s ease;height:3.2rem}.select-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.no-results{text-align:center;padding:3rem 1rem;color:#6b7280}.no-results p{margin:0;font-size:1.1rem}@media (max-width: 768px){.calculator-header h1{font-size:2rem}.calculator-content{grid-template-columns:1fr;gap:2rem}.inputs-section,.results-section{padding:1.5rem}.results-section{overflow-x:auto}}#root{min-height:100vh;margin:0;padding:0}*{box-sizing:border-box}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8fafc;color:#1e293b;line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 1rem}*:focus{outline:2px solid #3b82f6;outline-offset:2px}
