@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700&display=swap";:root{--bg-dark:#0b0e14;--bg-card:#ffffff08;--border:#ffffff1a;--text-main:#f3f4f6;--text-muted:#9ca3af;--primary:#6366f1;--success:#10b981;--warning:#f59e0b;--danger:#ef4444}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-dark);color:var(--text-main);font-family:Outfit,sans-serif;line-height:1.5;overflow-x:hidden}.app-container{min-height:100vh;display:flex}.sidebar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-right:1px solid var(--border);background:#0f1219cc;flex-direction:column;width:260px;height:100vh;padding:2rem 1.5rem;display:flex;position:fixed}.logo{color:var(--primary);align-items:center;gap:.5rem;margin-bottom:3rem;font-size:1.5rem;font-weight:700;display:flex}.sidebar nav{flex-direction:column;display:flex}.nav-link{text-align:left;width:100%;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:12px;margin-bottom:.5rem;padding:.8rem 1rem;font-weight:500;text-decoration:none;transition:all .3s;display:block}.nav-link:hover,.nav-link.active{background:var(--primary);color:#fff;box-shadow:0 4px 15px #6366f14d}.main-content{flex:1;margin-left:260px;padding:2.5rem}.header{justify-content:space-between;align-items:center;margin-bottom:2.5rem;display:flex}.btn-primary{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:12px;padding:.8rem 1.5rem;font-weight:600;transition:transform .2s}.btn-primary:hover{transform:translateY(-2px)}.dashboard-grid{grid-template-columns:1fr;gap:2rem;display:grid}.alert-card{background:var(--bg-card);border:1px solid var(--border);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:20px;padding:1.5rem}.alert-card h3{align-items:center;gap:.5rem;margin-bottom:1.2rem;font-size:1.1rem;display:flex}.table-container{overflow-x:auto}table{border-collapse:collapse;width:100%}th{text-align:left;color:var(--text-muted);border-bottom:1px solid var(--border);padding:1rem;font-size:.85rem;font-weight:600}td{border-bottom:1px solid #ffffff05;padding:1rem;font-size:.95rem}.ticker-badge{white-space:nowrap;text-overflow:ellipsis;background:#ffffff0d;border-radius:8px;max-width:100%;padding:.3rem .6rem;font-family:Consolas,monospace;font-weight:600;display:inline-block;overflow:hidden}.stock-link{color:inherit;max-width:100%;text-decoration:none;transition:opacity .2s;display:inline-block}.stock-link:hover{opacity:.7}.dashboard-grid table{table-layout:fixed}.dashboard-grid th:first-child,.dashboard-grid td:first-child{width:28%}.dashboard-grid th:nth-child(2),.dashboard-grid td:nth-child(2),.dashboard-grid th:nth-child(3),.dashboard-grid td:nth-child(3){text-align:right;width:10%}.dashboard-grid th:nth-child(4),.dashboard-grid td:nth-child(4){text-align:right;width:12%}.dashboard-grid th:nth-child(5),.dashboard-grid td:nth-child(5),.dashboard-grid th:nth-child(6),.dashboard-grid td:nth-child(6),.dashboard-grid th:nth-child(7),.dashboard-grid td:nth-child(7),.dashboard-grid th:nth-child(8),.dashboard-grid td:nth-child(8){text-align:right;width:10%}.price-up{color:var(--success)}.price-down{color:var(--danger)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.alert-card{animation:.5s ease-out forwards fadeIn}input[type=text]{border:1px solid var(--border);border-radius:8px;outline:none;padding:.5rem 1rem}.stock-row:hover{cursor:pointer;background:#ffffff0d}.form-group{flex-direction:column;gap:8px;display:flex}.form-group label{color:var(--text-muted);margin-left:5px;font-size:.85rem;font-weight:600}@media (width<=900px){.app-container{flex-direction:column;padding-bottom:70px}.sidebar{display:none}.main-content{margin-left:0;padding:1rem 1.2rem 1.2rem}.header{flex-direction:row;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem}.header h1{text-align:left;font-size:1.2rem}.btn-primary{width:auto;padding:.6rem 1rem;font-size:.9rem}.dashboard-grid{grid-template-columns:1fr;gap:1.2rem}.desktop-table{display:none}.mobile-cards{flex-direction:column;gap:1rem;display:flex}.stock-card{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;flex-direction:column;gap:1rem;padding:1.2rem;transition:transform .2s;display:flex}.stock-card:active{transform:scale(.98)}.card-header{justify-content:space-between;align-items:flex-start;display:flex}.card-metrics{border-top:1px solid var(--border);grid-template-columns:repeat(3,1fr);gap:.8rem;padding-top:1rem;display:grid}.metric-item{flex-direction:column;gap:4px;display:flex}.metric-label{color:var(--text-muted);text-transform:uppercase;font-size:.7rem;font-weight:600}.metric-value{font-size:.9rem;font-weight:600}.bottom-nav{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-top:1px solid var(--border);z-index:1000;background:#0f1219f2;justify-content:space-around;align-items:center;height:70px;padding:0 1rem;display:flex;position:fixed;bottom:0;left:0;right:0}.bottom-nav-link{color:var(--text-muted);background:0 0;border:none;flex-direction:column;align-items:center;gap:4px;padding:.5rem;font-size:.7rem;font-weight:600;transition:all .3s;display:flex}.bottom-nav-link.active{color:var(--primary)}.bottom-nav-link i{font-size:1.2rem}.alert-card{border-radius:16px;padding:1.2rem}}.desktop-only{display:block}.mobile-only{display:none!important}@media (width<=900px){.desktop-only{display:none!important}.mobile-only{display:block!important}.bottom-nav.mobile-only,.mobile-cards.mobile-only{display:flex!important}}.profile-view label{color:var(--text-muted);margin-bottom:.4rem;margin-left:.2rem;font-size:.85rem;display:block}.profile-view .nav-link{cursor:text}.profile-view .nav-link:focus{box-shadow:0 0 0 2px var(--primary);background:#ffffff0d}.landing-container{background:radial-gradient(circle at top right, #6366f126, transparent), radial-gradient(circle at bottom left, #10b9811a, transparent), var(--bg-dark);color:#fff;min-height:100vh;overflow-x:hidden}.landing-nav{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);background:#0b0e14cc;justify-content:space-between;align-items:center;width:100%;padding:1.5rem 5%;display:flex;position:fixed;top:0}.hero-section{text-align:center;flex-direction:column;align-items:center;padding:160px 5% 100px;display:flex;position:relative}.hero-title{background:linear-gradient(135deg,#fff 0%,#6366f1 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;max-width:900px;margin-bottom:1.5rem;font-size:clamp(2.5rem,8vw,4.5rem);font-weight:800;line-height:1.1}.hero-subtitle{color:var(--text-muted);max-width:600px;margin-bottom:2.5rem;font-size:1.25rem}.cta-group{gap:1rem;display:flex}.btn-secondary{color:#fff;border:1px solid var(--border);cursor:pointer;background:#ffffff0d;border-radius:12px;padding:.8rem 1.5rem;font-weight:600;transition:all .3s}.btn-secondary:hover{background:#ffffff1a}.features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto;padding:80px 5%;display:grid}.feature-card{border:1px solid var(--border);background:#ffffff08;border-radius:24px;flex-direction:column;gap:1rem;padding:2.5rem;transition:transform .3s,border-color .3s;display:flex}.feature-card:hover{border-color:var(--primary);background:#6366f10d;transform:translateY(-10px)}.feature-icon{margin-bottom:.5rem;font-size:2.5rem}.feature-card h3{font-size:1.5rem;font-weight:700}.feature-card p{color:var(--text-muted);line-height:1.6}.stats-bar{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:#ffffff05;flex-wrap:wrap;justify-content:center;gap:4rem;margin-top:40px;padding:40px;display:flex}.stat-item{text-align:center}.stat-value{color:var(--primary);font-size:2rem;font-weight:800;display:block}.stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;font-size:.8rem}.modal-overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2000;background:#000c;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.modal-content{width:100%;max-width:450px;animation:.3s ease-out modalIn;position:relative}@keyframes modalIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.close-modal{color:#fff;cursor:pointer;z-index:10;background:0 0;border:none;font-size:1.5rem;position:absolute;top:20px;right:20px}.demo-preview-img{border:1px solid var(--border);border-radius:12px;width:100%;margin-top:1.5rem;box-shadow:0 20px 50px #00000080}.demo-modal-content{text-align:center;max-width:800px!important}@media (width<=768px){.hero-title{font-size:2.5rem}.stats-bar{gap:2rem}}
