:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--bg-pro: #0f172a;--card-pro: #1e293b;--border-pro: #334155;--text-pro-main: #f8fafc;--text-pro-muted: #94a3b8;--up-pro: #10b981;--down-pro: #ef4444;--accent-pro: #3b82f6;--font-pro: "Inter", "Pretendard", sans-serif;--pro-gold: #ffd700}body{background-color:var(--bg-pro);color:var(--text-pro-main);margin:0;font-family:var(--font-pro)}.stock-dashboard.pro-expert{max-width:1440px;margin:0 auto;padding:24px}.dashboard-header{border-bottom:1px solid var(--border-pro);padding-bottom:20px;margin-bottom:30px}.header-content{display:flex;justify-content:space-between;align-items:center}.logo h1{margin:0;font-size:1.6rem;font-weight:800;letter-spacing:-.5px}.header-status{display:flex;gap:30px}.status-item{display:flex;flex-direction:column;align-items:flex-end}.status-item .label{font-size:.7rem;color:var(--text-pro-muted)}.status-item .value{font-weight:700;font-size:.95rem}.status-item.time{font-size:.85rem;color:var(--text-pro-muted)}.dashboard-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.dashboard-card{background:var(--card-pro);border:1px solid var(--border-pro);border-radius:12px;padding:20px;display:flex;flex-direction:column}.full-width{grid-column:1 / -1}.title-with-refresh{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.title-with-refresh h2{margin:0!important;padding:0!important;border:none!important}.refresh-btn{background:#ffffff0d;border:1px solid var(--border-pro);color:var(--text-pro-muted);width:28px;height:28px;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.refresh-btn:hover{background:var(--accent-pro);color:#fff;border-color:var(--accent-pro)}.refresh-btn.spinning .refresh-icon{animation:rotate .8s linear}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.refresh-fade{animation:fadePulse .8s ease-in-out}@keyframes fadePulse{0%{opacity:1}50%{opacity:.6}to{opacity:1}}.news-entry-link,.news-item-anchor{text-decoration:none;color:inherit;display:block}.clickable-news{cursor:pointer;transition:background .2s}.clickable-news:hover{background:#ffffff0d}.news-entry.clickable{cursor:pointer}.news-entry.clickable:hover .news-title-link{color:var(--accent-pro)}.overview-container{display:flex;gap:40px;align-items:center}.fg-gauge{flex:0 0 320px}.gauge-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.gauge-header h3{font-size:.9rem;margin:0}.index-val{font-size:1.2rem;font-weight:800;color:var(--up-pro)}.index-val.fear{color:var(--down-pro)}.gauge-bar{height:6px;background:linear-gradient(90deg,#ef4444,#f59e0b,#10b981);border-radius:3px;position:relative}.gauge-pointer{width:2px;height:14px;background:#fff;position:absolute;top:-4px}.gauge-labels{display:flex;justify-content:space-between;font-size:.65rem;margin-top:8px;color:var(--text-pro-muted)}.summary-block{flex:1;background:#ffffff08;padding:15px 20px;border-radius:12px;border:1px solid var(--border-pro)}.summary-text{margin:0;font-size:.9rem;line-height:1.6;color:#e2e8f0}.data-table{display:flex;flex-direction:column}.table-header,.table-row{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;padding:10px 0;font-size:.85rem}.table-header{border-bottom:1px solid var(--border-pro);color:var(--text-pro-muted)}.table-row{border-bottom:1px solid rgba(255,255,255,.05)}.sub-val{font-size:.75rem;color:var(--text-pro-muted);text-align:right}.circular-chart{display:block;margin:10px auto;max-width:140px}.circle-bg{fill:none;stroke:#2d3748;stroke-width:2.8}.circle{fill:none;stroke:var(--accent-pro);stroke-width:2.8;stroke-linecap:round;transition:stroke-dasharray .3s ease}.circle.danger{stroke:var(--down-pro)}.percentage{fill:#fff;font-size:.5rem;font-weight:800;text-anchor:middle}.btn-detail{width:100%;background:var(--border-pro);border:none;color:#fff;padding:10px;border-radius:6px;font-size:.8rem;cursor:pointer;margin-top:15px}.rationale-box{margin-top:15px;font-size:.8rem;line-height:1.6;background:#0f172a;padding:12px;border-radius:8px}.news-feed{display:flex;flex-direction:column;gap:15px}.news-entry{padding-bottom:15px;border-bottom:1px solid rgba(255,255,255,.05)}.news-header{display:flex;gap:10px;font-size:.7rem;margin-bottom:8px}.tag{padding:2px 4px;border-radius:3px;font-weight:800}.tag.urgent{background:#ef444440;color:#ff4d4d;border:1px solid rgba(239,68,68,.3)}.tag.positive{background:#10b98133;color:var(--up-pro)}.tag.negative{background:#ef444433;color:var(--down-pro)}.news-title-link{color:#fff;text-decoration:none;font-weight:700;font-size:.95rem;display:block;margin-bottom:5px}.news-title-link:hover{color:var(--accent-pro)}.news-summary{font-size:.8rem;color:var(--text-pro-muted);line-height:1.5;margin:0}.split-container{display:flex;flex-direction:column;gap:24px}.split-top,.split-bottom{flex:1}.split-top{border-bottom:1px solid var(--border-pro);padding-bottom:24px}.theme-item-small{background:#ffffff08;padding:10px;border-radius:8px;cursor:pointer;margin-bottom:8px}.theme-item-small.active{border-left:3px solid var(--accent-pro);background:#3b82f61a}.t-reason-pop{margin-top:12px;font-size:.8rem;color:var(--text-pro-muted);background:#0f172a;padding:10px;border-radius:6px;line-height:1.4}.title-highlight{color:var(--pro-gold)!important}.volume-stock-list{display:flex;flex-direction:column;gap:12px}.v-stock-item{background:#ffffff08;padding:12px;border-radius:10px;border:1px solid rgba(255,255,255,.05)}.v-s-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.v-s-name{font-weight:800;font-size:.9rem;color:var(--text-pro-main)}.v-s-data{font-size:.7rem;color:var(--up-pro);font-weight:700}.v-s-rationale{font-size:.75rem;color:var(--text-pro-muted);line-height:1.4;margin:0}.sector-list{display:flex;flex-direction:column;gap:12px}.sector-group{border-bottom:1px solid rgba(255,255,255,.05);padding-bottom:12px}.sector-title{font-size:.8rem;color:var(--accent-pro);font-weight:800;display:block;margin-bottom:8px}.sector-items-grid-v3{display:grid;grid-template-columns:1fr;gap:10px}.s-stock-item-mini-v3{background:#ffffff08;padding:12px;border-radius:10px}.s-s-name{font-size:.9rem;font-weight:700;display:block;margin-bottom:4px}.s-s-reason-text-v3{font-size:.75rem;color:var(--text-pro-muted);line-height:1.4}.report-container{display:grid;grid-template-columns:300px 1fr;gap:20px;min-height:400px}.report-sidebar{display:flex;flex-direction:column;gap:10px}.report-tab{padding:15px;background:#ffffff08;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;gap:5px}.report-tab.active{background:var(--accent-pro)}.r-type{font-size:.65rem;background:#ffffff1a;padding:2px 6px;border-radius:4px;width:fit-content;margin-bottom:5px;color:var(--pro-gold)}.r-upside{font-size:.75rem;font-weight:800;color:var(--up-pro)}.label-v2{display:block;font-size:.75rem;color:var(--text-pro-muted);margin-bottom:6px}.value-v2{font-size:1.1rem;font-weight:800;display:block}.value-v2.target{color:var(--pro-gold)}.value-v2.probability{color:var(--up-pro)}.tooltip-host{cursor:help;position:relative}.prob-methodology{position:absolute;bottom:110%;left:50%;transform:translate(-50%);width:280px;background:#1e293b;border:1px solid var(--accent-pro);padding:12px;border-radius:8px;font-size:.75rem;color:#fff;box-shadow:0 4px 15px #00000080;display:none;z-index:100;line-height:1.5;text-align:left}.tooltip-host:hover .prob-methodology{display:block}.up{color:var(--up-pro)}.down{color:var(--down-pro)}@media(max-width:1100px){.dashboard-grid{grid-template-columns:1fr 1fr}.report-container{grid-template-columns:1fr}}@media(max-width:768px){.dashboard-grid{grid-template-columns:1fr}.header-content{flex-direction:column;align-items:flex-start;gap:20px}.overview-container{flex-direction:column;align-items:stretch}.fg-gauge{flex:none;width:100%}}
