@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";:root{--font-main: "Outfit", sans-serif;--bg-color: #f8fafc;--card-bg: #ffffff;--primary-color: #dc2626;--primary-light: #ef4444;--accent-color: #ea580c;--border-color: #e2e8f0;--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);--radius-lg: 16px;--radius-md: 8px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);background-color:var(--bg-color);color:var(--text-main);min-height:100vh;display:flex;justify-content:center;padding:2rem}.app-container{width:100%;max-width:1000px;display:flex;flex-direction:column;gap:3rem}.header{text-align:center;margin-bottom:1rem}.title{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;letter-spacing:-.02em}.text-gradient{background:linear-gradient(135deg,var(--primary-color),var(--accent-color));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.subtitle{color:var(--text-sub);font-size:1.1rem}.capital-section{background:var(--card-bg);padding:2rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);text-align:center;border:1px solid rgba(255,255,255,.5);margin-bottom:2rem}.input-label{display:block;font-size:.9rem;font-weight:600;color:var(--text-sub);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.input-wrapper{position:relative;max-width:500px;margin:0 auto}.capital-input{width:100%;font-size:2.5rem;font-weight:700;color:var(--text-main);text-align:center;border:none;border-bottom:2px solid var(--border-color);padding:.5rem;transition:all .3s ease;background:transparent}.capital-input:focus{border-color:var(--primary-color)}.capital-hint{margin-top:1rem;font-size:.9rem;color:var(--text-sub)}.ratios-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}@media(min-width:800px){.ratios-grid{grid-template-columns:repeat(4,1fr)}}.ratio-card{background:var(--card-bg);padding:1.5rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);display:flex;flex-direction:column;justify-content:space-between;gap:1rem;position:relative;overflow:hidden;transition:transform .2s,box-shadow .2s}.ratio-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.ratio-header{display:flex;justify-content:space-between;align-items:center}.ratio-index{font-size:.75rem;font-weight:600;color:var(--text-sub);text-transform:uppercase}.percent-input-wrapper{display:flex;align-items:center;background:var(--bg-color);padding:.25rem .5rem;border-radius:var(--radius-md)}.percent-input{width:50px;background:transparent;border:none;font-size:1.1rem;font-weight:600;text-align:right;color:var(--primary-color)}.percent-symbol{font-size:.9rem;color:var(--text-sub);margin-left:2px}.result-display{display:flex;flex-direction:column;align-items:flex-end}.currency-symbol{font-size:.8rem;color:var(--text-sub);margin-bottom:-2px}.result-value{font-size:1.5rem;font-weight:700;color:var(--text-main);letter-spacing:-.02em}.progress-bar-bg{width:100%;height:4px;background-color:var(--bg-color);border-radius:2px;overflow:hidden;margin-top:.5rem}.progress-bar-fill{height:100%;background:linear-gradient(90deg,var(--primary-color),var(--accent-color));border-radius:2px}.add-card{align-items:center;justify-content:center;cursor:pointer;border:2px dashed var(--border-color);box-shadow:none;background:transparent;min-height:180px}.add-card:hover{border-color:var(--primary-color);background:#4f46e508;transform:translateY(-2px)}.add-icon{font-size:2rem;color:var(--text-sub);font-weight:300}
