:root{--bg-color:#f7f9fc;--panel-bg:#fff;--border-color:#e2e8f0;--text-main:#1a202c;--text-dim:#4a5568;--vivid-blue:#2563eb;--vivid-blue-soft:#dbeafe;--vivid-green:#059669;--vivid-green-soft:#d1fae5;--vivid-yellow:#d97706;--vivid-yellow-soft:#fef3c7;--vivid-red:#dc2626;--vivid-red-soft:#fee2e2;--vivid-purple:#7c3aed;--vivid-purple-soft:#ede9fe;--accent:var(--vivid-blue)}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-main);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}#root{flex-direction:column;min-height:100vh;display:flex}.glass{background:var(--panel-bg);border:1px solid var(--border-color);border-radius:16px;box-shadow:0 1px 3px #0000001a}.premium-card{padding:24px;transition:all .3s}.container{max-width:1400px;margin:0 auto;padding:0 24px}.app-header{border-bottom:2px solid var(--border-color);z-index:100;background:#fff;width:100%;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;height:90px;display:flex}nav ul{gap:15px;list-style:none;display:flex}.nav-btn{cursor:pointer;border:none;border-radius:12px;align-items:center;gap:8px;min-height:56px;padding:14px 24px;font-size:1.25rem;font-weight:800;transition:all .2s;display:flex}.custom-scrollbar::-webkit-scrollbar{width:6px;height:6px}.custom-scrollbar::-webkit-scrollbar-track{background:0 0}.custom-scrollbar::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:3px}.search-container{justify-content:center;width:100%;margin:30px 0 50px;display:flex}.search-input-wrapper{background:#fff;border:4px solid #f1f5f9;border-radius:16px;align-items:center;width:100%;min-width:350px;max-width:800px;height:64px;padding:0 24px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 6px -1px #0000001a}@media (min-width:768px){.search-input-wrapper{min-width:600px}}.search-input-wrapper:focus-within{border-color:var(--vivid-blue);transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a}.search-input{height:100%;color:var(--text-main);background:0 0;border:none;outline:none;flex:1;font-size:18px;font-weight:700}.search-input::placeholder{color:#94a3b8}.research-grid-wrap{flex-flow:wrap!important;align-items:flex-start!important;gap:16px!important;width:100%!important;display:flex!important}.category-header-box{align-items:center;gap:16px;width:100%;margin-bottom:24px;display:flex}.category-card{text-align:center;cursor:pointer;border-radius:16px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 12px #9fd3e633;background:#f4faff!important;border:2.5px solid #9fd3e6!important;width:180px!important;min-height:120px!important;padding:20px!important}.category-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #9fd3e64d;border-color:#6ec1e4!important}.item-card{text-align:center;cursor:pointer;box-sizing:border-box;border-radius:12px;flex-direction:column;flex:0 0 160px;justify-content:space-between;align-items:center;max-width:160px;transition:all .2s;display:flex;position:relative;background:#fff!important;border:1.5px solid #c7dce8!important;min-height:110px!important;padding:14px 16px!important}.item-card.stock{flex:0 0 180px!important;max-width:180px!important}.item-card:hover{z-index:5;transform:translateY(-2px);background:#f8fdff!important;border-color:#6ec1e4!important}.item-card.selected{box-shadow:0 0 0 4px #2563eb1a;background:#f0f7ff!important;border-width:2.5px!important;border-color:#2563eb!important}.card-title{color:#16324f;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;width:100%;margin-bottom:6px;font-size:16px;font-weight:800;line-height:1.4;display:-webkit-box;overflow:hidden}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.card-subtitle{color:#64748b;margin-top:auto;font-size:13px;font-weight:700}.card-arrow{color:#cbd5e1;margin-top:6px;transition:color .2s}.item-card:hover .card-arrow{color:#6ec1e4}.kpi-row{flex-flow:wrap!important;gap:16px!important;width:100%!important;margin-top:36px!important;margin-bottom:28px!important;display:flex!important}.kpi-card{background:#fff!important;border:1px solid #d8e6ef!important;border-radius:16px!important;flex:1!important;justify-content:space-between!important;align-items:center!important;min-width:220px!important;height:130px!important;padding:24px!important;transition:all .3s!important;display:flex!important;box-shadow:0 2px 8px #0000000a!important}.kpi-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014!important}.kpi-content{flex-direction:column!important;display:flex!important}.kpi-label{color:#64748b!important;text-transform:uppercase!important;letter-spacing:.05em!important;margin-bottom:8px!important;font-size:14px!important;font-weight:800!important}.kpi-value{color:#0f172a!important;font-size:32px!important;font-weight:900!important;line-height:1!important}.kpi-icon-box{border-radius:14px!important;flex-shrink:0!important;justify-content:center!important;align-items:center!important;padding:12px!important;display:flex!important}.category-group-container{border-bottom:2px solid #f1f5f9;flex-direction:column;gap:20px;width:100%;padding-bottom:40px;display:flex}.category-group-container:last-child{border-bottom:none}@media (max-width:768px){.app-header{height:auto!important}.app-header .container{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}.header-inner{flex-direction:column!important;align-items:flex-start!important;gap:16px!important;width:100%!important;height:auto!important;padding:16px 0!important}.header-inner>div:first-child{justify-content:flex-start!important;width:100%!important;padding:0 16px!important}header h1{font-size:24px!important;font-weight:800!important}nav{width:100%!important;padding:0!important;overflow:hidden!important}nav ul{flex-direction:row!important;justify-content:space-between!important;gap:0!important;width:100%!important;margin:0!important;padding:0!important;display:flex!important}.nav-btn{border:1px solid #0000000d!important;border-radius:0!important;flex-direction:column!important;flex:1!important;justify-content:center!important;align-items:center!important;gap:6px!important;min-width:0!important;padding:14px 4px!important;font-size:15px!important;font-weight:800!important}.nav-btn svg{width:28px!important;height:28px!important}.container{padding:0 12px!important}main.container{padding-top:16px!important;padding-bottom:16px!important}.kpi-row{flex-direction:column!important;gap:10px!important;margin-top:16px!important;margin-bottom:16px!important}.kpi-card{min-width:unset!important;width:100%!important;height:auto!important;min-height:80px!important;padding:14px 16px!important}.kpi-value{font-size:24px!important}.kpi-label{font-size:12px!important}.heatmap-scroll-wrapper{-webkit-overflow-scrolling:touch;width:100%!important;overflow-x:auto!important}.heatmap-scroll-wrapper>div{min-width:700px!important}.search-container{margin:16px 0 24px!important}.search-input-wrapper{min-width:unset!important;border-radius:12px!important;width:100%!important;max-width:100%!important;height:48px!important;padding:0 14px!important}.search-input{font-size:14px!important}.main-layout{flex-direction:column!important;gap:16px!important}.main-layout>.panel-left{flex:100%!important;max-height:none!important;padding-right:0!important;overflow-y:visible!important}.main-layout>.panel-right{flex:100%!important;max-height:none!important;position:static!important;overflow-y:visible!important}.research-grid-wrap{gap:8px!important}.item-card,.item-card.stock{flex:0 0 120px!important;max-width:120px!important;min-height:90px!important;padding:10px!important}.card-title{font-size:13px!important}.card-subtitle{font-size:11px!important}.category-card{width:130px!important;min-height:90px!important;padding:12px!important}.detail-card{border-radius:20px!important;padding:20px!important}.detail-card h2{font-size:24px!important}.detail-card h3{font-size:17px!important}.stock-grid-row{flex-direction:column!important;gap:8px!important}.stock-grid-row>div{flex:100%!important}.category-group-container{gap:12px!important;padding-bottom:20px!important}.category-header-box{margin-bottom:12px!important}.refresh-btn-li{display:none!important}.news-grid{grid-template-columns:1fr!important;gap:16px!important}.news-card-thumbnail{height:160px!important}.news-card-title{font-size:15px!important}.news-filter-bar{-webkit-overflow-scrolling:touch;flex-wrap:nowrap!important;gap:6px!important;padding-bottom:8px!important;overflow-x:auto!important}.news-filter-btn{white-space:nowrap!important;flex-shrink:0!important;padding:6px 14px!important;font-size:13px!important}.news-modal-content{max-width:100%!important;max-height:calc(100vh - 32px)!important;margin:16px!important}.news-modal-title{font-size:20px!important}.curated-news-grid{grid-template-columns:1fr!important}}.market-ticker-bar{background:linear-gradient(135deg,#0f172a 0%,#1e293b 50%,#0f172a 100%);border:1px solid #6366f14d;border-radius:20px;flex-direction:column;gap:16px;width:100%;padding:20px 24px;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 24px #6366f126,0 0 0 1px #6366f11a}.market-ticker-bar:before{content:"";pointer-events:none;background:radial-gradient(circle at 30%,#6366f114 0%,#0000 50%),radial-gradient(circle at 70%,#3b82f60f 0%,#0000 50%);width:200%;height:200%;position:absolute;top:-50%;left:-50%}.market-ticker-header{z-index:1;align-items:center;gap:8px;display:flex;position:relative}.market-ticker-title{color:#e2e8f0;letter-spacing:-.02em;font-size:15px;font-weight:800}.market-ticker-time{color:#64748b;align-items:center;gap:4px;margin-left:auto;font-size:12px;font-weight:600;display:flex}.market-ticker-grid{z-index:1;grid-template-columns:repeat(4,1fr);gap:12px;display:grid;position:relative}.market-ticker-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0f;border:1px solid #ffffff14;border-radius:14px;flex-direction:column;gap:8px;padding:16px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.market-ticker-card:hover{background:#ffffff1a;border-color:#ffffff26;transform:translateY(-2px);box-shadow:0 8px 24px #0000004d}.market-ticker-card.up{border-left:3px solid #ef4444}.market-ticker-card.down{border-left:3px solid #3b82f6}.market-ticker-card.neutral{border-left:3px solid #64748b}.market-ticker-card-name{align-items:baseline;gap:6px;display:flex}.market-ticker-name-kr{color:#f1f5f9;font-size:15px;font-weight:800}.market-ticker-name-en{color:#64748b;font-size:11px;font-weight:600}.market-ticker-price{color:#fff;letter-spacing:-.03em;font-size:22px;font-weight:900;line-height:1}.market-ticker-change{align-items:center;gap:6px;font-size:13px;font-weight:700;display:flex}.market-ticker-change.up{color:#f87171}.market-ticker-change.down{color:#60a5fa}.market-ticker-change.neutral{color:#94a3b8}.market-ticker-change-val{opacity:.85;font-size:12px}.market-ticker-pct{border-radius:6px;padding:2px 8px;font-size:14px;font-weight:800}.market-ticker-change.up .market-ticker-pct{color:#f87171;background:#ef444426}.market-ticker-change.down .market-ticker-pct{color:#60a5fa;background:#3b82f626}.market-ticker-change.neutral .market-ticker-pct{color:#94a3b8;background:#94a3b826}@media (max-width:768px){.market-ticker-grid{grid-template-columns:repeat(2,1fr)!important;gap:8px!important}.market-ticker-bar{border-radius:14px!important;padding:14px 16px!important}.market-ticker-card{padding:12px!important}.market-ticker-price{font-size:18px!important}.market-ticker-name-kr{font-size:13px!important}.market-ticker-change{font-size:11px!important}.market-ticker-pct{font-size:12px!important}.market-ticker-time{display:none!important}}.news-filter-bar{flex-wrap:wrap;gap:10px;margin-bottom:24px;display:flex}.news-filter-btn{color:#64748b;cursor:pointer;background:#fff;border:2px solid #e2e8f0;border-radius:10px;align-items:center;gap:6px;padding:8px 18px;font-size:14px;font-weight:700;transition:all .2s;display:flex}.news-filter-btn:hover{color:#2563eb;background:#f8fafc;border-color:#93c5fd}.news-filter-btn.active{color:#fff;background:#2563eb;border-color:#2563eb;box-shadow:0 4px 12px #2563eb40}.news-filter-count{text-align:center;background:#ffffff40;border-radius:20px;min-width:20px;padding:1px 7px;font-size:11px;font-weight:800}.news-filter-btn:not(.active) .news-filter-count{color:#94a3b8;background:#f1f5f9}.news-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px;display:grid}.news-card{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:16px;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden;box-shadow:0 1px 3px #0000000f}.news-card:hover{border-color:#93c5fd;box-shadow:0 12px 32px #0000001a}.news-card-thumbnail{background:#f1f5f9;height:190px;position:relative;overflow:hidden}.news-card-thumbnail img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.news-card:hover .news-card-thumbnail img{transform:scale(1.05)}.news-fallback-icon{justify-content:center;align-items:center;position:absolute;inset:0}.news-stock-badge{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#059669e6;border-radius:8px;align-items:center;gap:4px;padding:4px 10px;font-size:11px;font-weight:700;display:flex;position:absolute;top:12px;right:12px}.news-card-body{padding:16px 18px 18px}.news-card-title{color:#0f172a;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:12px;font-size:16px;font-weight:800;line-height:1.45;display:-webkit-box;overflow:hidden}.news-card-meta{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.news-card-source,.news-card-time{color:#94a3b8;align-items:center;gap:4px;font-size:12px;font-weight:600;display:flex}.news-card-category{border-radius:6px;align-items:center;gap:3px;padding:2px 10px;font-size:11px;font-weight:700;display:inline-flex}.news-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.news-modal-content{background:#fff;border-radius:20px;width:100%;max-width:640px;max-height:85vh;position:relative;overflow-y:auto;box-shadow:0 25px 60px #0003}.news-modal-close{color:#64748b;cursor:pointer;z-index:10;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;position:absolute;top:16px;right:16px;box-shadow:0 2px 8px #0000001a}.news-modal-close:hover{color:#0f172a;background:#fff;transform:scale(1.1)}.news-modal-image{border-radius:20px 20px 0 0;width:100%;height:280px;overflow:hidden}.news-modal-image img{object-fit:cover;width:100%;height:100%}.news-modal-header{padding:24px 28px 0}.news-modal-title{color:#0f172a;margin:0;font-size:22px;font-weight:800;line-height:1.4}.news-modal-body{color:#334155;padding:18px 28px;font-size:15px;line-height:1.7}.news-modal-link{color:#fff;background:#2563eb;border-radius:12px;justify-content:center;align-items:center;gap:8px;margin:0 28px 24px;padding:14px;font-size:15px;font-weight:700;text-decoration:none;transition:all .2s;display:flex}.news-modal-link:hover{background:#1d4ed8;transform:translateY(-1px);box-shadow:0 6px 20px #2563eb4d}
#root{text-align:center;max-width:1280px;margin:0 auto;padding:2rem}.logo{will-change:filter;height:6em;padding:1.5em;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:20s linear infinite logo-spin}}.card{padding:2em}.read-the-docs{color:#888}
