@import"https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&family=Noto+Sans+SC:wght@400;500&display=swap";.navbar{position:fixed;top:0;width:100%;height:64px;background-color:#fff;box-shadow:0 2px 6px #00000014;display:flex;align-items:center;justify-content:space-between;padding:0 2rem;z-index:100}.navbar-left{display:flex;align-items:center;gap:.75rem}.nav-logo{width:48px;height:48px;object-fit:contain;border-radius:8px}.logo{font-weight:600;font-size:1.3rem;color:var(--secondary-color)}.navbar-center{flex:1;display:flex;justify-content:center}.nav-links{list-style:none;display:flex;gap:1.5rem;margin:0;padding:0}.nav-links li a{color:var(--text-color);font-weight:500;transition:color .2s}.nav-links li a:hover{color:var(--primary-color)}.navbar-right{display:flex;align-items:center;gap:.5rem}.lang-btn{background-color:var(--primary-color);color:#fff;border:none;border-radius:6px;padding:6px 10px;cursor:pointer;font-weight:500}.lang-btn:hover{background-color:#0f5ad7}.homepage{padding-top:80px}.home-layout,.stock-layout{max-width:1280px;margin:0 auto;padding:0 1rem;display:grid;grid-template-columns:2fr 1fr;gap:1.5rem;align-items:start}.home-left,.stock-left{padding-left:6%}.chart-section{margin-bottom:1.5rem}.home-chart-shell,.stock-chart-shell{height:600px;width:100%;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 10px 24px #0000000f}.tradingview-widget-container,.tradingview-widget-container iframe,.tv-container{width:100%!important;height:100%!important}.right-sidebar{display:flex;flex-direction:column;gap:1.25rem}.sidebar-card{background:#fff;border-radius:16px;padding:1rem 1.1rem;box-shadow:0 8px 20px #0000000f}.sidebar-header{margin-bottom:.75rem}.sidebar-title{font-size:1rem;font-weight:700;margin:0}.sidebar-list{list-style:none;padding:0;margin:0;display:grid;gap:8px}.sidebar-row{display:flex;justify-content:space-between;align-items:center;gap:.75rem}.sidebar-link{flex:1;border:none;background:transparent;padding:.55rem .6rem;border-radius:10px;cursor:pointer;font-weight:700;text-align:left}.sidebar-link:hover{background:#f3f4f6}.sidebar-action{width:34px;height:34px;border-radius:10px;border:none;cursor:pointer;font-weight:900;background:#eef2ff}.sidebar-action:hover{background:#e0e7ff}.sidebar-action.remove{background:#f3f4f6}.sidebar-action.remove:hover{background:#e5e7eb}.sidebar-empty{padding:.75rem .25rem;color:#6b7280}.sidebar-empty-title{font-weight:700}.sidebar-empty-subtitle{font-size:.85rem}.search-section{display:flex;justify-content:center;margin:1.25rem 0}.search-form{display:flex;gap:10px;width:60%;max-width:900px}.search-input{flex:1;padding:12px 16px;border-radius:12px;border:1px solid #d7dbe0;background-color:#f3f5f8;font-size:15px;outline:none}.search-input:focus{background-color:#eef2f7;border-color:#c9d4ea}.search-btn{background-color:var(--primary-color);color:#fff;border:none;border-radius:8px;padding:10px 16px;cursor:pointer}.search-btn.secondary{background:#eef2ff;color:#3730a3}.search-btn:hover{background-color:#0f5ad7}.recommend-section{text-align:center}.stock-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.stock-btn{background-color:#fff;border:1px solid var(--light-gray);border-radius:8px;padding:8px 16px;cursor:pointer;font-weight:500}.stock-btn:hover{background-color:var(--primary-color);color:#fff;border-color:var(--primary-color)}.news-section{background-color:#fff;width:90%;max-width:1200px;border-radius:12px;box-shadow:0 3px 12px #0000000f;padding:1.8rem 2.2rem;margin:1.5rem auto;border-left:4px solid #1a73e8}.news-section h3{font-size:1.3rem;font-weight:600;color:#202124}.news-section p{font-size:.98rem;color:#444;line-height:1.6}.footer{text-align:center;font-size:.9rem;color:#666;padding:2rem 0;margin-top:3rem;border-top:1px solid var(--light-gray)}@media(max-width:980px){.home-layout,.stock-layout{grid-template-columns:1fr}.home-left,.stock-left{padding-left:0}}@media(max-width:480px){.nav-logo{width:40px;height:40px}.logo{font-size:1.05rem}}.news-panel{background:#fff;border-radius:14px;padding:1.5rem 1.75rem;box-shadow:0 4px 14px #0000000f;width:100%}.news-panel h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem}.news-muted{color:#6b7280;font-size:.95rem}.news-list{list-style:none;padding:0;margin:0}.news-list li{padding:.6rem 0;border-bottom:1px solid #e5e7eb}.news-list li:last-child{border-bottom:none}.news-list a{font-size:.95rem;font-weight:500;color:#1a73e8;text-decoration:none}.news-list a:hover{text-decoration:underline}.news-meta{display:flex;gap:.5rem;font-size:.8rem;color:#6b7280;margin-top:.15rem}.news-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.news-chip{font-size:.85rem;padding:4px 10px;border-radius:999px;background:#eef2ff;color:#3730a3;font-weight:600}.auth-container{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:24px;background:#f5f5f5;font-family:Roboto,sans-serif}.auth-card{width:360px;background:#fff;border-radius:28px;padding:32px;box-shadow:0 4px 20px #00000014}.auth-title{font-size:24px;font-weight:600;margin-bottom:4px;color:#1f1f1f}.auth-subtitle{font-size:14px;color:#5f6368;margin-bottom:24px}.auth-input{width:100%;padding:14px 16px;margin-bottom:16px;border-radius:12px;border:1px solid #dadce0;font-size:15px;transition:.2s}.auth-input:focus{outline:none;border-color:#1a73e8;box-shadow:0 0 0 3px #1a73e833}.auth-button{width:100%;padding:14px;background:#1a73e8;color:#fff;font-size:16px;font-weight:600;border-radius:20px;border:none;cursor:pointer;margin-top:10px;transition:.2s}.auth-button:hover{background:#1765c1}.auth-link{margin-top:16px;text-align:center;font-size:14px;color:#1a73e8;cursor:pointer;text-decoration:underline}.portfolio-page{max-width:1200px;margin:0 auto;padding:2.5rem 1.5rem 3rem}.portfolio-page h2{font-size:1.8rem;font-weight:700;margin-bottom:.25rem}.portfolio-page .subtitle{color:#6b7280;margin-bottom:1.8rem}.portfolio-grid{display:grid;grid-template-columns:repeat(3,minmax(0,25vw));gap:1.75rem;justify-content:center}.portfolio-card{background:#fff;border-radius:18px;padding:1.5rem 1.5rem 1.25rem;box-shadow:0 10px 24px #0000000f}.portfolio-card h3{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont;font-size:1.8rem;font-weight:700;margin-bottom:.5rem}.ytd-return{font-size:1.2rem;color:#2a990e;margin-bottom:.25rem;text-align:right;font-weight:600}.donut-wrapper{position:relative;width:220px;height:220px;margin:0 auto .75rem}.donut-avatar{position:absolute;top:50%;left:50%;width:100px;height:100px;transform:translate(-50%,-50%);border-radius:50%;border:3px solid #ffffff;box-shadow:0 6px 14px #0000002e;background:#fff;pointer-events:none}.donut-tooltip{background:#fff;padding:6px 10px;border-radius:8px;font-size:13px;box-shadow:0 8px 20px #0000002e;white-space:nowrap}.holding-list{list-style:none;padding:0;margin:.75rem 0 0}.holding-list li{display:flex;justify-content:space-between;align-items:center;font-size:.9rem;padding:3px 6px;border-radius:6px;color:#111827}.holding-list li span{color:#4b5563}.holding-item{cursor:pointer;transition:background .15s ease}.holding-item:hover{background:#f3f4f6}.holding-symbol{font-size:1.2rem;font-weight:800;color:#050608}.holding-value{font-size:1rem;font-weight:500;color:#4b5563}.your-portfolio{margin-top:3rem;padding-top:2rem;border-top:1px solid #e5e7eb}.your-portfolio p{color:#6b7280;margin-top:.25rem}.primary-btn{margin-top:1rem;background:#4f46e5;color:#fff;padding:.55rem 1.3rem;border-radius:999px;border:none;font-size:.9rem;cursor:pointer}.primary-btn:hover{background:#4338ca}@media(max-width:200px){.portfolio-grid{grid-template-columns:1fr}.donut-wrapper{margin-bottom:1rem}}.dashboard-page{padding:2.5rem;background:#f5f7fb;min-height:100vh}.dashboard-title{font-size:2rem;font-weight:700;margin-bottom:1.5rem}.dashboard-grid{display:grid;grid-template-columns:repeat(3,minmax(280px,1fr));grid-gap:1.5rem}.card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 4px 12px #0000000a}.profile-card{text-align:center}.avatar{width:88px;height:88px;border-radius:50%;margin-bottom:.75rem}.email{color:#777;font-size:.9rem}.plan-badge{display:inline-block;margin-top:.5rem;padding:.25rem .75rem;background:#1e88e5;color:#fff;border-radius:999px;font-size:.75rem}.snapshot-row{display:flex;justify-content:space-between;margin-top:.75rem}.watchlist-row{display:grid;grid-template-columns:1fr 1fr 1fr;padding:.5rem 0;cursor:pointer}.watchlist-row:hover{background:#f0f4ff;border-radius:8px}.symbol{font-weight:600}.change{text-align:right}.positive{color:#2e7d32}.negative{color:#c62828}.portfolio-row{display:grid;grid-template-columns:2fr 1fr 1fr;padding:.5rem 0}.portfolio-name{font-weight:500}.actions-card button{width:100%;margin-top:.5rem;padding:.6rem;border-radius:10px;border:none;background:#1e88e5;color:#fff;cursor:pointer;font-weight:500}.actions-card button:hover{background:#1565c0}.muted{color:#999;font-size:.9rem}:root{--primary-color: #1a73e8;--secondary-color: #0b132b;--background-color: #f9f9fb;--text-color: #202124;--light-gray: #e0e0e0}*{box-sizing:border-box}body{margin:0;background-color:var(--background-color);font-family:Roboto,Noto Sans SC,sans-serif;color:var(--text-color)}a{text-decoration:none;color:var(--primary-color);font-weight:500}a:hover{text-decoration:underline}
