:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#0f1115;color:#e5e7eb;min-height:100vh;-webkit-font-smoothing:antialiased}#root{width:100%;min-height:100vh}.container{width:100%;max-width:1200px;margin:0 auto;padding:1rem}@media(min-width:768px){.container{padding:2rem}}.card{background:#1a1d24;border-radius:12px;padding:1.5rem;width:100%;max-width:400px;margin:2rem auto;box-shadow:0 4px 6px #0000004d}@media(min-width:768px){.card{padding:3rem;margin:4rem auto}}.card h1{font-size:1.75rem;margin-bottom:.5rem;text-align:center;color:#f9fafb}@media(min-width:768px){.card h1{font-size:2rem}}.subtitle{text-align:center;color:#9ca3af;margin-bottom:1.5rem;font-size:.9rem}@media(min-width:768px){.subtitle{margin-bottom:2rem;font-size:1rem}}form{display:flex;flex-direction:column;gap:.75rem}@media(min-width:768px){form{gap:1rem}}form h2{color:#f9fafb;margin-bottom:.5rem;font-size:1.25rem}input{width:100%;padding:.875rem;background:#111827;border:1px solid #374151;border-radius:8px;color:#f9fafb;font-size:16px;min-height:44px;transition:border-color .2s}input:focus{outline:none;border-color:#6366f1}button{width:100%;padding:.875rem;background:#6366f1;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;min-height:44px;transition:background .2s}@media(min-width:768px){button{width:auto;padding:.75rem 1.5rem}}button:hover{background:#4f46e5}button.link{background:transparent;color:#9ca3af;text-decoration:underline;font-weight:400;font-size:.9rem}button.link:hover{color:#f9fafb}.header{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #374151}@media(min-width:768px){.header{flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:2rem}}.header h1{font-size:1.5rem;color:#f9fafb}@media(min-width:768px){.header h1{font-size:1.75rem}}.user-info{display:flex;flex-direction:column;gap:.5rem;align-items:flex-start}@media(min-width:768px){.user-info{flex-direction:row;align-items:center;gap:1rem}}button.logout{background:#374151;padding:.5rem 1rem;font-size:.875rem;width:auto}button.logout:hover{background:#4b5563}.dashboard{display:flex;flex-direction:column;gap:1.5rem}.stats{display:grid;grid-template-columns:1fr;gap:.75rem}@media(min-width:640px){.stats{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.stats{grid-template-columns:repeat(3,1fr);gap:1rem}}.stat-card{background:#1a1d24;border-radius:12px;padding:1.25rem;box-shadow:0 2px 4px #0003}.stat-card h3{font-size:.75rem;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.stat-value{font-size:1.75rem;font-weight:700;color:#f9fafb}@media(min-width:768px){.stat-value{font-size:2rem}}.debts-section{background:#1a1d24;border-radius:12px;padding:1.25rem}@media(min-width:768px){.debts-section{padding:2rem}}.debts-section h2{color:#f9fafb;margin-bottom:1rem;font-size:1.25rem}@media(min-width:768px){.debts-section h2{margin-bottom:1.5rem;font-size:1.5rem}}.empty-state{color:#9ca3af;text-align:center;padding:2rem 1rem}@media(min-width:768px){.empty-state{padding:3rem}}.debts-list{display:grid;gap:.75rem}@media(min-width:768px){.debts-list{gap:1rem}}.debt-card{background:#111827;border:1px solid #374151;border-radius:8px;padding:1rem;transition:border-color .2s}@media(min-width:768px){.debt-card{padding:1.5rem}}.debt-card:hover{border-color:#6366f1}.debt-card h3{color:#f9fafb;margin-bottom:.75rem;font-size:1.1rem}.debt-details{display:grid;grid-template-columns:1fr;gap:.5rem}@media(min-width:640px){.debt-details{grid-template-columns:repeat(3,1fr);gap:1rem}}.debt-details p{color:#9ca3af;font-size:.8rem}@media(min-width:768px){.debt-details p{font-size:.875rem}}.debt-details strong{color:#f9fafb;font-size:1rem;display:block;margin-top:.25rem}@media(min-width:768px){.debt-details strong{font-size:1.1rem}}.landing{min-height:100vh}.hero{padding:4rem 0;text-align:center;background:linear-gradient(180deg,#0f1115,#1a1d24)}@media(min-width:768px){.hero{padding:6rem 0}}.badge{display:inline-block;background:#6366f133;color:#6366f1;padding:.5rem 1rem;border-radius:50px;font-size:.875rem;font-weight:600;margin-bottom:1.5rem}.hero h1{font-size:2rem;line-height:1.2;margin-bottom:1rem;color:#f9fafb}@media(min-width:768px){.hero h1{font-size:3.5rem}}.hero .gradient{background:linear-gradient(135deg,#6366f1,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.1rem;color:#9ca3af;max-width:500px;margin:0 auto 2rem;line-height:1.6}.hero-cta{display:flex;flex-direction:column;gap:1rem;max-width:300px;margin:0 auto 1rem}@media(min-width:640px){.hero-cta{flex-direction:row;justify-content:center;max-width:none}}.hero-note{font-size:.875rem;color:#6b7280}.btn-primary,.btn-secondary,.btn-outline{display:inline-block;padding:.875rem 1.5rem;border-radius:8px;font-weight:600;text-decoration:none;text-align:center;min-height:44px;transition:all .2s}.btn-primary{background:#6366f1;color:#fff}.btn-primary:hover{background:#4f46e5}.btn-secondary{background:transparent;color:#e5e7eb;border:1px solid #374151}.btn-secondary:hover{background:#374151}.btn-outline{background:transparent;color:#6366f1;border:2px solid #6366F1}.btn-outline:hover{background:#6366f11a}.btn-primary.large{padding:1rem 2rem;font-size:1.1rem}.problem{padding:3rem 0;background:#111827}@media(min-width:768px){.problem{padding:5rem 0}}.problem h2{text-align:center;font-size:1.75rem;color:#f9fafb;margin-bottom:2rem}@media(min-width:768px){.problem h2{font-size:2.25rem}}.problem-grid{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:2rem}@media(min-width:768px){.problem-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}.problem-card{background:#1a1d24;padding:1.5rem;border-radius:12px;text-align:center}.problem-card span{font-size:2rem;margin-bottom:1rem;display:block}.problem-card h3{color:#f9fafb;margin-bottom:.5rem}.problem-card p{color:#9ca3af;font-size:.9rem}.stat-highlight{background:linear-gradient(135deg,#6366f133,#8b5cf633);border:1px solid rgba(99,102,241,.3);border-radius:12px;padding:1.5rem;text-align:center}.stat-highlight p{color:#e5e7eb;font-size:1.1rem}.stat-highlight strong{color:#6366f1}.solution{padding:3rem 0;background:#0f1115}@media(min-width:768px){.solution{padding:5rem 0}}.solution h2{text-align:center;font-size:1.75rem;color:#f9fafb;margin-bottom:2rem}@media(min-width:768px){.solution h2{font-size:2.25rem}}.steps{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.steps{grid-template-columns:repeat(3,1fr)}}.step{text-align:center;padding:1.5rem}.step-number{width:50px;height:50px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1rem}.step h3{color:#f9fafb;margin-bottom:.5rem}.step p{color:#9ca3af;font-size:.9rem}.features{padding:3rem 0;background:#111827}@media(min-width:768px){.features{padding:5rem 0}}.features h2{text-align:center;font-size:1.75rem;color:#f9fafb;margin-bottom:2rem}@media(min-width:768px){.features h2{font-size:2.25rem}}.feature-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:640px){.feature-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.feature-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}.feature{background:#1a1d24;padding:1.5rem;border-radius:12px}.feature span{font-size:1.5rem;margin-bottom:.75rem;display:block}.feature h4{color:#f9fafb;margin-bottom:.5rem}.feature p{color:#9ca3af;font-size:.9rem}.pricing{padding:3rem 0;background:#0f1115}@media(min-width:768px){.pricing{padding:5rem 0}}.pricing h2{text-align:center;font-size:1.75rem;color:#f9fafb;margin-bottom:2rem}@media(min-width:768px){.pricing h2{font-size:2.25rem}}.pricing-grid{display:grid;grid-template-columns:1fr;gap:1rem;max-width:800px;margin:0 auto 1.5rem}@media(min-width:768px){.pricing-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}.pricing-card{background:#1a1d24;padding:1.5rem;border-radius:12px;border:1px solid #374151;position:relative}.pricing-card.popular{border-color:#6366f1}.popular-badge{position:absolute;top:-10px;left:50%;transform:translate(-50%);background:#6366f1;color:#fff;padding:.25rem 1rem;border-radius:50px;font-size:.75rem;font-weight:600}.pricing-card h3{color:#f9fafb;font-size:1.25rem;margin-bottom:1rem}.price{color:#9ca3af;margin-bottom:1.5rem}.price span{color:#f9fafb;font-size:2.5rem;font-weight:700}.price .original{text-decoration:line-through;color:#6b7280;font-size:1.5rem;margin-right:.5rem}.pricing-card ul{list-style:none;margin-bottom:1.5rem}.pricing-card li{color:#e5e7eb;padding:.5rem 0;border-bottom:1px solid #374151}.pricing-card li:last-child{border-bottom:none}.pricing-note{text-align:center;color:#6366f1;font-size:.9rem}.cta{padding:4rem 0;background:linear-gradient(135deg,#1a1d24,#111827);text-align:center}.cta h2{font-size:1.75rem;color:#f9fafb;margin-bottom:1rem}@media(min-width:768px){.cta h2{font-size:2.5rem}}.cta p{color:#9ca3af;margin-bottom:2rem;max-width:400px;margin-left:auto;margin-right:auto}.cta-note{margin-top:1rem;font-size:.875rem;color:#6b7280}.footer{padding:2rem 0;background:#0f1115;border-top:1px solid #1A1D24;text-align:center}.footer p{color:#6b7280;font-size:.9rem}.back-link{display:block;color:#9ca3af;text-decoration:none;margin-bottom:1rem;font-size:.9rem}.back-link:hover{color:#f9fafb}.error{background:#ef44441a;color:#ef4444;padding:.75rem;border-radius:6px;font-size:.9rem;margin-bottom:1rem}
