@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.card{background-color:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:1.5rem;border:1px solid #e5e7eb}.input-group{display:flex;flex-direction:column;margin-bottom:1rem}.input-label{font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.25rem}.input-field{padding:.625rem .75rem;font-size:.95rem;border:1px solid #d1d5db;border-radius:6px;background-color:#fff;transition:border-color .2s,box-shadow .2s;color:#1f2937}.input-field:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633}.input-error{border-color:#ef4444}.input-error:focus{box-shadow:0 0 0 3px #ef444433}.input-error-msg{font-size:.75rem;color:#ef4444;margin-top:.25rem}.btn{display:inline-flex;align-items:center;justify-content:center;font-weight:500;border-radius:6px;cursor:pointer;transition:all .2s ease;border:1px solid transparent;outline:none}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-sm{padding:.5rem .75rem;font-size:.875rem}.btn-md{padding:.625rem 1rem;font-size:1rem}.btn-lg{padding:.75rem 1.5rem;font-size:1.125rem}.btn-primary{background-color:#3b82f6;color:#fff}.btn-primary:hover:not(:disabled){background-color:#2563eb}.btn-secondary{background-color:#1f2937;color:#fff}.btn-secondary:hover:not(:disabled){background-color:#111827}.btn-outline{background-color:transparent;color:#3b82f6;border-color:#3b82f6}.btn-outline:hover:not(:disabled){background-color:#3b82f61a}.btn-danger{background-color:#ef4444;color:#fff}.btn-danger:hover:not(:disabled){background-color:#dc2626}.auth-container{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);padding:2rem}.auth-brand{text-align:center;margin-bottom:2rem;color:#1f2937}.brand-icon{color:#3b82f6;margin-bottom:1rem}.auth-brand h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;letter-spacing:-.025em}.auth-brand p{font-size:1.125rem;color:#4b5563}.auth-card{width:100%;max-width:440px;padding:2.5rem}.auth-title{font-size:1.5rem;font-weight:600;color:#111827;text-align:center;margin-bottom:.5rem}.auth-subtitle{color:#6b7280;text-align:center;margin-bottom:1.5rem;font-size:.95rem}.auth-error{background-color:#fef2f2;border-left:4px solid #ef4444;color:#b91c1c;padding:1rem;margin-bottom:1.5rem;border-radius:4px;font-size:.875rem}.auth-form{display:flex;flex-direction:column;gap:.5rem}.auth-submit{margin-top:1rem;width:100%;padding:.75rem!important;font-size:1.05rem!important}.auth-footer{margin-top:2rem;text-align:center;font-size:.875rem;color:#6b7280}.auth-footer a{color:#3b82f6;text-decoration:none;font-weight:500}.auth-footer a:hover{text-decoration:underline}.ticker-card{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000000d;border:1px solid #f0f0f0;overflow:hidden;width:100%;max-width:320px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:#111827;display:flex;flex-direction:column}.tc-header{display:flex;align-items:center;padding:20px 20px 10px;gap:16px}.tc-logo-wrapper{width:48px;height:48px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.tc-logo{width:100%;height:100%;object-fit:contain}.tc-logo-fallback{width:40px;height:40px;background-color:#f3f4f6;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;color:#6b7280}.tc-title-wrapper{display:flex;flex-direction:column;justify-content:center}.tc-name{margin:0;font-size:1.25rem;font-weight:700;line-height:1.2}.tc-symbol{font-size:.875rem;color:#6b7280;font-weight:500;margin-top:2px}.tc-price-section{display:flex;justify-content:space-between;align-items:baseline;padding:0 20px 15px}.tc-current-price{font-size:1.25rem;font-weight:700;color:#2563eb}.tc-currency{font-size:.8rem;font-weight:700;margin-left:2px}.tc-change{font-size:.95rem;font-weight:700;display:flex;align-items:center;gap:4px}.tc-change.positive,.tc-change.negative{color:#1f2937}.tc-caret{font-size:.75rem}.tc-change.positive .tc-caret{color:#2563eb}.tc-change.negative .tc-caret{color:#ef4444}.tc-divider{border:none;border-top:1px solid #f3f4f6;margin:0;width:100%}.tc-stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px 8px;padding:20px}.tc-stat-box{display:flex;flex-direction:column;gap:4px}.tc-stat-label{font-size:.8rem;color:#6b7280;font-weight:400}.tc-stat-value{font-size:.95rem;font-weight:700;color:#1f2937}.tc-chart-container{height:110px;width:100%;position:relative;margin-top:auto;border-bottom-left-radius:12px;border-bottom-right-radius:12px;overflow:hidden}.tc-chart-fade{position:absolute;bottom:0;left:0;right:0;height:60px;background:linear-gradient(to top,#e0e7ffb3,#e0e7ff00);pointer-events:none;z-index:1}.tc-chart-labels{position:absolute;bottom:12px;left:0;right:0;display:flex;justify-content:space-around;font-size:.75rem;color:#4b5563;z-index:2;font-weight:500}.dashboard-container{min-height:100vh;background-color:#f9fafb}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background-color:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:10}.nav-brand{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.25rem;color:#111827}.nav-brand .nav-icon{color:#3b82f6}.nav-user{display:flex;align-items:center;gap:1.5rem}.user-greeting{font-weight:500;color:#4b5563}.logout-btn{display:flex;align-items:center;gap:.5rem}.main-content{padding:2rem;max-width:1200px;margin:0 auto}.content-header{margin-bottom:2rem}.content-header h2{font-size:1.875rem;color:#111827;margin-bottom:.5rem}.content-header p{color:#6b7280}.dashboard-grid{display:grid;grid-template-columns:350px 1fr;gap:2rem;align-items:start}.add-ticker-card{position:sticky;top:6rem}.add-ticker-card h3{font-size:1.25rem;margin-bottom:1rem;color:#1f2937}.add-ticker-form{display:flex;flex-direction:column;gap:1rem}.add-ticker-form .input-group{margin-bottom:0}.watchlists-list{display:flex;flex-direction:column;gap:1rem}.empty-state{text-align:center;color:#6b7280;padding:3rem;border:2px dashed #d1d5db;background-color:transparent}.watchlist-item-card{padding:1.25rem 1.5rem;transition:transform .2s,box-shadow .2s}.watchlist-item-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.watchlist-item-header{display:flex;justify-content:space-between;align-items:center}.ticker-info{display:flex;align-items:baseline;gap:.75rem}.ticker-symbol{font-size:1.5rem;font-weight:700;color:#111827}.ticker-type{font-size:.875rem;color:#6b7280;background-color:#f3f4f6;padding:.125rem .5rem;border-radius:12px}.action-buttons{display:flex;gap:.5rem}@media(max-width:768px){.dashboard-grid{grid-template-columns:1fr}.add-ticker-card{position:static}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#111827;background-color:#f9fafb;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}body{margin:0;min-height:100vh}a{font-weight:500;color:#3b82f6;text-decoration:inherit}a:hover{text-decoration:underline}h1,h2,h3,h4,h5,h6{line-height:1.2}button{font-family:inherit}
