/* 운영자와 플레이어의 연말 결산. 수치와 닫기 동작은 기존 렌더러를 유지한다. */
#news-modal{box-sizing:border-box;padding:12px!important;z-index:100010!important}
#news-modal .news-modal-content.result-broadcast{box-sizing:border-box;background:#0d1924!important;border:1px solid #3b5367;border-radius:8px!important;width:min(1400px,96vw)!important;max-width:1400px!important;padding:20px!important;max-height:92vh!important;max-height:92dvh!important;display:flex!important;flex-direction:column;overflow:hidden!important;box-shadow:0 25px 100px #000b;color:#edf3f8}
#news-modal .result-heading{flex-shrink:0;border-bottom:1px solid #2b3d4c;padding-bottom:12px;margin-bottom:12px}
#news-modal .result-heading small{font-size:11px;letter-spacing:.14em;color:#ffbd4a}
#news-modal .result-heading h2{font-size:clamp(20px,2vw,30px);margin:5px 0;color:#edf3f8}
#news-modal .result-heading p{font-size:12px;color:#a7bacb;line-height:1.6;margin:5px 0 0}
#news-modal #news-container.result-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;min-height:0;overflow:visible;max-height:none;padding:0 3px 3px 0}
#news-modal .result-stock{min-width:0;background:#142330;border:1px solid #2b3d4c;border-left:3px solid var(--result-accent);border-radius:4px;padding:12px;display:flex;flex-direction:column;gap:8px;font-variant-numeric:tabular-nums}
#news-modal .result-stock-head{display:flex;align-items:center;gap:8px;min-width:0}
#news-modal .result-stock-icon{font-size:22px;flex-shrink:0}
#news-modal .result-stock-name{flex:1;min-width:0;font-size:15px;font-weight:700;overflow-wrap:anywhere;line-height:1.4}
#news-modal .result-new-price{flex-shrink:0;text-align:right;font-weight:750;font-size:17px;line-height:1.4}
#news-modal .result-new-price small{display:block;font-size:10px;color:#9eafbf;font-weight:400}
#news-modal .result-new-price.is-delisted{color:#ff7e89}
#news-modal .result-bases{display:flex;gap:14px;flex-wrap:wrap;font-size:11px;color:#a7bacb}
#news-modal .result-bases strong{font-weight:500;color:#d3e0eb}
#news-modal .result-comparisons{display:grid;grid-template-columns:1fr 1fr;gap:6px}
#news-modal .result-comparison{background:#0b1721;border:1px solid #263b4a;padding:7px 8px;border-radius:3px;min-width:0}
#news-modal .result-comparison small{display:block;font-size:10px;color:#a7bacb;margin-bottom:4px}
#news-modal .result-comparison b{font-size:14px;overflow-wrap:anywhere}
#news-modal .result-comparison span{font-size:11px;margin-left:5px}
#news-modal .result-footer{margin-top:12px;flex-shrink:0}
#news-modal .result-footer .news-modal-close-btn{box-sizing:border-box;position:static!important;transform:none!important;display:block;width:100%;padding:12px;background:#ffbd4a!important;border:0;border-radius:4px;color:#14202a!important;font-weight:750;font-size:15px;cursor:pointer;box-shadow:none}
@media(max-width:1050px){#news-modal #news-container.result-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){#news-modal .news-modal-content.result-broadcast{width:96vw;padding:12px;max-height:92dvh!important}#news-modal #news-container.result-grid{grid-template-columns:minmax(0,1fr);gap:8px}#news-modal .result-stock{padding:10px}#news-modal .result-stock-head{flex-wrap:wrap}#news-modal .result-stock-name{flex-basis:35%}#news-modal .result-new-price{font-size:16px}#news-modal .result-heading p{font-size:11px}#news-modal .result-heading h2{font-size:22px}}
#news-modal .result-body{min-height:0;overflow-y:auto;padding-right:4px;overscroll-behavior:contain}
#news-modal .result-leaders{display:grid;grid-template-columns:1fr 1fr;gap:12px}
#news-modal .result-leader{min-width:0;border:1px solid #334b5e;border-left:4px solid currentColor;padding:12px;background:linear-gradient(130deg,#1b3040,#11212c);animation:result-reveal .55s ease-out}
#news-modal .result-leader.up{color:#ff646d}#news-modal .result-leader.down{color:#65a9ff;animation-delay:.1s}
#news-modal .result-leader>small{font-size:11px}#news-modal .result-leader>div{display:flex;align-items:center;justify-content:space-between;gap:12px}
#news-modal .result-leader h3{margin:8px 0;font-size:24px;color:#edf3f8;overflow-wrap:anywhere}#news-modal .result-leader strong{font-size:32px;white-space:nowrap}
#news-modal .result-leader p{font-size:14px;line-height:1.7;color:#edf3f8;overflow-wrap:anywhere;margin:6px 0}
#news-modal .result-leader footer{font-size:10px;color:#9eafbf;margin-top:8px}
#news-modal .result-overview-title{font-size:14px;color:#b4c8d8;margin:16px 0 8px}
#news-modal .result-overview{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:6px}
#news-modal .result-overview-stock{border:1px solid #2b3d4c;border-left:3px solid var(--result-accent);background:#132330;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:4px;padding:8px;min-width:0;font-variant-numeric:tabular-nums;animation:result-reveal .4s ease-out}
#news-modal .result-overview-stock b{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#news-modal .result-overview-stock strong{font-size:14px}#news-modal .result-overview-stock span{grid-column:1/-1;font-size:11px;color:#a9bdcd}
#news-modal .result-details{margin-top:12px}#news-modal .result-details summary{cursor:pointer;color:#b4c8d8;font-size:12px;padding:8px 0}
@keyframes result-reveal{from{opacity:.4;transform:translateY(8px)}to{opacity:1;transform:none}}
@media(max-width:800px){#news-modal .result-overview{grid-template-columns:repeat(3,minmax(0,1fr))}#news-modal .result-leader h3{font-size:18px}#news-modal .result-leader strong{font-size:24px}}
@media(max-width:620px){#news-modal .result-leaders{grid-template-columns:minmax(0,1fr);gap:8px}#news-modal .result-leader{padding:9px}#news-modal .result-leader p{font-size:12px}#news-modal .result-overview-stock{padding:6px}#news-modal .result-overview-stock b,#news-modal .result-overview-stock strong{font-size:11px}}
@media(prefers-reduced-motion:reduce){#news-modal .result-leader,#news-modal .result-overview-stock{animation:none!important}}
