@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--color-primary: #0d9488;--color-primary-hover: #0f766e;--color-bg: #f8fafc;--color-surface: #ffffff;--color-text-main: #1e293b;--color-text-muted: #64748b;--color-danger: #ef4444;--color-success: #22c55e;--color-warning: #eab308;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--radius-lg: 1rem;--radius-xl: 1.5rem;--radius-full: 9999px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,sans-serif;background-color:var(--color-bg);color:var(--color-text-main);line-height:1.5;-webkit-font-smoothing:antialiased;min-height:100vh}.app-container{min-height:100vh;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem}.card{width:100%;max-width:1024px;background-color:var(--color-surface);border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);overflow:hidden;display:flex;flex-direction:column}@media(min-width:768px){.card{flex-direction:row}}.inputs-section{width:100%;padding:2rem;display:flex;flex-direction:column;gap:2rem}@media(min-width:768px){.inputs-section{width:50%;padding:3rem}}.header{display:flex;flex-direction:column;gap:.5rem}.title{font-size:1.875rem;font-weight:700;color:var(--color-text-main);letter-spacing:-.025em}.subtitle{color:var(--color-text-muted)}.controls{display:flex;flex-direction:column;gap:1.5rem}.control-group{display:flex;flex-direction:column;gap:.75rem}.label-row{display:flex;justify-content:space-between;align-items:center}.control-group label{font-size:.875rem;font-weight:600;color:var(--color-text-main);text-transform:uppercase;letter-spacing:.05em}.value-display{font-size:1.25rem;font-weight:700;color:var(--color-primary)}input[type=range]{-webkit-appearance:none;width:100%;background:transparent;cursor:pointer}input[type=range]:focus{outline:none}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;height:24px;width:24px;border-radius:50%;background:var(--color-primary);margin-top:-10px;box-shadow:var(--shadow-sm);transition:transform .1s;border:2px solid white}input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.1)}input[type=range]::-webkit-slider-runnable-track{width:100%;height:6px;cursor:pointer;background:#e2e8f0;border-radius:3px}.bmi-slider::-webkit-slider-thumb{background:#fff;border:2px solid #64748b}.bmi-labels{display:flex;justify-content:space-between;font-size:.75rem;color:#94a3b8}.counter{display:flex;align-items:center;gap:1rem}.counter-btn{width:3rem;height:3rem;border-radius:50%;background-color:#f1f5f9;color:var(--color-text-muted);border:none;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;cursor:pointer;transition:background-color .2s}.counter-btn:hover{background-color:#e2e8f0}.counter-value{font-size:1.5rem;font-weight:700;color:var(--color-text-main);width:2rem;text-align:center}.toggle-group{display:flex;align-items:center;justify-content:space-between;padding:1rem;background-color:#f8fafc;border-radius:.75rem;border:1px solid #f1f5f9}.toggle-info{display:flex;flex-direction:column}.toggle-label-text{font-weight:600;color:var(--color-text-main)}.toggle-subtext{font-size:.75rem;color:var(--color-text-muted)}.toggle-switch{position:relative;display:inline-block;width:3.5rem;height:1.75rem}.toggle-switch input{opacity:0;width:0;height:0}.slider-round{position:absolute;cursor:pointer;inset:0;background-color:#cbd5e1;transition:.4s;border-radius:34px}.slider-round:before{position:absolute;content:"";height:1.25rem;width:1.25rem;left:.25rem;bottom:.25rem;background-color:#fff;transition:.4s;border-radius:50%;box-shadow:0 2px 4px #0000001a}input:checked+.slider-round{background-color:var(--color-primary)}input:checked+.slider-round:before{transform:translate(1.75rem)}.result-section{width:100%;background-color:#0f172a;padding:2rem;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden;color:#fff}@media(min-width:768px){.result-section{width:50%;padding:3rem}}.blob{position:absolute;width:16rem;height:16rem;border-radius:50%;filter:blur(60px);opacity:.2;z-index:0}.blob-1{top:-4rem;right:-4rem;background-color:var(--color-primary)}.blob-2{bottom:-4rem;left:-4rem;background-color:#a855f7}.result-content,.result-actions{position:relative;z-index:10}.result-title{font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:#94a3b8;margin-bottom:.5rem}.premium-amount{font-size:3.5rem;font-weight:700;color:#fff;line-height:1.1;margin-bottom:1rem}@media(min-width:768px){.premium-amount{font-size:4rem}}.result-subtitle{font-size:.875rem;color:#94a3b8}.result-actions{margin-top:3rem;display:flex;flex-direction:column;gap:1rem}.breakdown{background-color:#1e293b80;border-radius:.75rem;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.1);margin-bottom:1rem}.breakdown-row{display:flex;justify-content:space-between;font-size:.875rem;color:#94a3b8;margin-bottom:.5rem}.breakdown-row:last-child{margin-bottom:0}.white-text{color:#fff}.risk-high{color:#f87171;font-weight:500}.risk-low{color:#4ade80;font-weight:500}.cta-button{width:100%;background-color:var(--color-primary);color:#fff;font-weight:700;padding:1rem;border-radius:.75rem;border:none;cursor:pointer;font-size:1rem;box-shadow:0 10px 15px -3px #0d94884d;transition:transform .1s,background-color .2s}.cta-button:hover{background-color:var(--color-primary-hover);transform:translateY(-2px)}.cta-button:active{transform:translateY(0)}.disclaimer{text-align:center;font-size:.75rem;color:#64748b}
