@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Inter:wght@400;500;600;700&display=swap");@use 'networth/base';@use 'networth/buttons';@use 'networth/forms';@use 'networth/flash';@use 'networth/dashboard';body{margin:0;padding:0;background:#0a1929;color:#ffffff;font-family:'Inter', 'Segoe UI', sans-serif;line-height:1.6}h1,h2,h3,h4,h5,h6{margin:0;font-family:'Playfair Display', Georgia, serif}p{margin:0}a{color:inherit;text-decoration:none}.networth-container{min-height:100vh;background:#0a1929;color:#ffffff;font-family:'Inter', 'Segoe UI', sans-serif}.networth-content{max-width:1200px;margin:0 auto;padding:2rem}@media (max-width: 768px){.networth-content{padding:1.5rem}}.networth-form-container{max-width:600px;margin:0 auto;padding:2rem}.btn-primary{padding:0.9rem 2rem;background:#DAB656;color:#0a1929;border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;font-family:'Inter', 'Segoe UI', sans-serif;box-shadow:0 4px 16px rgba(218,182,86,0.3);transition:all 0.3s ease;text-decoration:none;display:inline-block}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(218,182,86,0.4)}.btn-secondary{padding:0.9rem 2rem;background:rgba(255,255,255,0.1);color:#ffffff;border:1px solid rgba(255,255,255,0.2);border-radius:8px;font-weight:500;font-family:'Inter', 'Segoe UI', sans-serif;transition:all 0.3s ease;display:inline-block;text-align:center;text-decoration:none}.btn-secondary:hover{background:rgba(255,255,255,0.15);border-color:rgba(255,255,255,0.3)}.networth-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem}.networth-header h1{font-family:'Playfair Display', Georgia, serif;font-size:2.5rem;color:#DAB656;font-weight:700;margin:0;letter-spacing:1px}.sign-out-btn{padding:0.6rem 1.2rem;background:rgba(255,255,255,0.1);color:#ffffff;text-decoration:none;border-radius:6px;border:1px solid rgba(255,255,255,0.2);font-size:0.9rem;transition:all 0.3s ease}.sign-out-btn:hover{background:rgba(255,255,255,0.15);border-color:rgba(255,255,255,0.3)}.networth-card{background:linear-gradient(135deg, #1e3a5f 0%, #0a1929 100%);padding:2.5rem;border-radius:16px;margin-bottom:2rem;border:1px solid rgba(218,182,86,0.2);box-shadow:0 8px 32px rgba(0,0,0,0.3)}.networth-card h2{margin:0;font-size:1rem;opacity:0.8;font-weight:500;letter-spacing:2px;text-transform:uppercase;color:#DAB656}.networth-card .amount{margin:1rem 0 0 0;font-size:3.5rem;font-weight:700;color:#DAB656;font-family:'Inter', 'Segoe UI', sans-serif;letter-spacing:-1px}.add-asset-btn{padding:0.9rem 2rem;background:#DAB656;color:#0a1929;border-radius:8px;font-size:1rem;font-weight:600;box-shadow:0 4px 16px rgba(218,182,86,0.3);transition:all 0.3s ease;display:inline-block;margin-bottom:2rem;text-decoration:none}.add-asset-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(218,182,86,0.4)}.add-asset-btn .icon{font-size:1.2rem;margin-right:0.5rem}.assets-section h2{font-size:1.5rem;color:#DAB656;font-weight:600;margin-bottom:1.5rem;font-family:'Playfair Display', Georgia, serif}.assets-list{background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);border-radius:12px;backdrop-filter:blur(10px)}.asset-item{padding:1.5rem;border-bottom:1px solid rgba(255,255,255,0.1);display:flex;justify-content:space-between;align-items:center;transition:all 0.3s ease}.asset-item:last-child{border-bottom:none}.asset-item:hover{background:rgba(255,255,255,0.02)}.asset-info{flex:1}.asset-info h3{margin:0 0 0.5rem 0;font-size:1.2rem;color:#ffffff;font-weight:600}.asset-info .asset-meta{margin:0;color:rgba(255,255,255,0.6);font-size:0.9rem}.asset-info .asset-meta .category{color:#DAB656;font-weight:500}.asset-info .asset-meta .separator{margin:0 0.5rem}.asset-actions{text-align:right;margin-left:2rem}.asset-actions .value{margin:0 0 0.5rem 0;font-size:1.5rem;font-weight:700;color:#DAB656}.asset-actions .actions{display:flex;gap:1rem;justify-content:flex-end}.edit-link{color:#4FC3F7;text-decoration:none;font-size:0.9rem;transition:all 0.3s ease}.edit-link:hover{color:#6dd5fa}.delete-btn{background:none;border:none;color:#ff6b6b;cursor:pointer;padding:0;text-decoration:underline;font-size:0.9rem;font-family:inherit}.delete-btn:hover{color:#ff8787}.empty-state{background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);border-radius:12px;padding:4rem 2rem;text-align:center;border:2px dashed rgba(218,182,86,0.3)}.empty-state .title{font-size:1.3rem;color:rgba(255,255,255,0.8);margin-bottom:0.5rem;font-weight:500}.empty-state .subtitle{color:rgba(255,255,255,0.5);font-size:1rem}@media (max-width: 768px){.networth-header h1{font-size:2rem}.networth-card .amount{font-size:2.5rem}.asset-item{flex-direction:column;align-items:flex-start}.asset-actions{margin-left:0;margin-top:1rem;width:100%;text-align:left}.asset-actions .actions{justify-content:flex-start}}.charts-section{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2rem}@media (max-width: 768px){.charts-section{grid-template-columns:1fr}}.chart-card{background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);border-radius:12px;padding:1.5rem}.chart-title{font-family:'Playfair Display', Georgia, serif;color:#DAB656;font-size:1.2rem;margin-bottom:1.5rem}.category-list{display:flex;flex-direction:column;gap:1rem}.category-item{display:flex;align-items:center;gap:1rem}.category-name{color:#DAB656;font-size:0.9rem;font-weight:600;min-width:100px}.category-bar-wrapper{flex:1;background:rgba(255,255,255,0.1);border-radius:4px;height:8px;overflow:hidden}.category-bar{height:100%;background:#DAB656;border-radius:4px;transition:width 0.5s ease;min-width:2px}.category-value{color:#ffffff;font-size:0.9rem;font-weight:600;min-width:120px;text-align:right}.category-percent{color:rgba(255,255,255,0.5);font-size:0.8rem;font-weight:400}.flash-notice{background:rgba(76,175,80,0.2);color:#4CAF50;padding:1rem;margin-bottom:1rem;border-radius:4px;border:1px solid rgba(76,175,80,0.5)}.flash-alert{background:rgba(255,107,107,0.2);color:#ff6b6b;padding:1rem;margin-bottom:1rem;border-radius:4px;border:1px solid rgba(255,107,107,0.5)}.form-title{font-family:'Playfair Display', Georgia, serif;font-size:2rem;color:#DAB656;font-weight:700;margin-bottom:2rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:0.5rem;font-weight:600;color:#DAB656;font-size:0.9rem;letter-spacing:1px;text-transform:uppercase}.form-group input[type="text"],.form-group input[type="number"],.form-group input[type="email"],.form-group input[type="password"],.form-group textarea{width:100%;padding:0.8rem;font-size:1rem;background:rgba(255,255,255,0.05);color:#ffffff;border:1px solid rgba(218,182,86,0.3);border-radius:8px;font-family:'Inter', 'Segoe UI', sans-serif;transition:all 0.3s ease}.form-group input[type="text"]::placeholder,.form-group input[type="number"]::placeholder,.form-group input[type="email"]::placeholder,.form-group input[type="password"]::placeholder,.form-group textarea::placeholder{color:rgba(255,255,255,0.4)}.form-group input[type="text"]:focus,.form-group input[type="number"]:focus,.form-group input[type="email"]:focus,.form-group input[type="password"]:focus,.form-group textarea:focus{outline:none;border-color:#DAB656;box-shadow:0 0 0 2px rgba(218,182,86,0.2);background:rgba(255,255,255,0.08)}.form-group select{width:100%;padding:0.8rem;font-size:1rem;background:#1e3a5f;color:#ffffff;border:1px solid rgba(218,182,86,0.3);border-radius:8px;font-family:'Inter', 'Segoe UI', sans-serif;cursor:pointer}.form-group select option{background:#1e3a5f;color:#ffffff;padding:0.8rem}.form-group select:focus{outline:none;border-color:#DAB656;box-shadow:0 0 0 2px rgba(218,182,86,0.2)}.form-group textarea{resize:vertical}.form-errors{background:rgba(255,107,107,0.2);padding:1rem;border-radius:8px;margin-bottom:1.5rem;border:1px solid rgba(255,107,107,0.5)}.form-errors h3{margin:0 0 0.5rem 0;color:#ff6b6b;font-size:1rem}.form-errors ul{margin:0;padding-left:1.5rem}.form-errors ul li{color:rgba(255,255,255,0.9)}.form-actions{display:flex;gap:1rem;margin-top:2rem}@media (max-width: 768px){.form-actions{flex-direction:column}}
