:root{--soil-green: #005f28;--soil-green-700: #014c21;--soil-yellow: #ffb400;--soil-gold: #f2c46b;--slate-900: #111218;--slate-700: #2f3340;--slate-500: #6b7280;--slate-200: #e5e7eb;--surface-1: #ffffff;--surface-2: #f5f6f7;--surface-3: #eef1f4;--shadow-sm: 0 6px 16px rgba(0, 0, 0, .08);--shadow-md: 0 16px 36px rgba(17, 24, 39, .12);--radius-lg: 18px;--radius-md: 12px;--radius-sm: 8px;--font-display: "Space Grotesk", sans-serif;--font-body: "Sora", sans-serif}*{box-sizing:border-box}html{background:#f5f5f2}body{margin:0;font-family:var(--font-body);color:var(--slate-900);background:radial-gradient(circle at top left,#f8f3e8,transparent 50%),radial-gradient(circle at 80% 20%,#e7f3ed,transparent 50%),#f5f5f2}a{color:inherit;text-decoration:none}.app-shell{display:grid;grid-template-columns:280px 1fr;min-height:100vh;max-width:100vw;overflow-x:hidden}.app-main{display:flex;flex-direction:column;min-width:0}.app-content{padding:32px 40px 60px;min-width:0}.app-content.no-topbar{padding:0;flex:1;overflow:hidden}.sidebar{background:linear-gradient(180deg,#0b2c1a,#0e3b20 60%,#124a27);color:#f5f2ea;padding:28px 24px;display:flex;flex-direction:column;gap:28px}.sidebar-brand{display:flex;align-items:center;gap:14px}.brand-mark{width:48px;height:48px;border-radius:14px;background:transparent;display:grid;place-items:center;overflow:hidden;box-shadow:0 8px 16px #04140c59}.brand-mark img{width:100%;height:100%;object-fit:contain;display:block}.brand-text h1{font-family:var(--font-display);font-size:20px;margin:0}.brand-text span{font-size:12px;color:#f5f2ead9;letter-spacing:1px;text-transform:uppercase}.sidebar-nav{display:flex;flex-direction:column;gap:12px}.nav-item{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-radius:12px;color:#fffffff0;background:#ffffff1a;border:1px solid rgba(255,255,255,.22);font-size:13.5px;font-weight:600;line-height:1.35;letter-spacing:.01em;transition:all .2s ease}.nav-item:focus-visible{outline:2px solid rgba(255,255,255,.7);outline-offset:2px}.sidebar-user-mobile,.nav-label-short{display:none}.nav-item.active{background:#fff3;border-color:#ffffff61;color:#fff;box-shadow:var(--shadow-sm)}.nav-item:hover{transform:translate(2px);background:#ffffff29;border-color:#ffffff52}.nav-arrow{opacity:.7;font-size:12px}.nav-ai-agent{background:linear-gradient(135deg,#ffcc002e,#ffb40024);border-color:#ffcc008c;border-left:3px solid rgba(255,204,0,.9);color:#fff}.nav-ai-agent:hover{background:linear-gradient(135deg,#ffcc0042,#ffb40033);border-color:#ffcc00b8;color:#fff}.nav-ai-agent.active{background:linear-gradient(135deg,#ffcc0057,#ffb4003d);border-color:#ffcc00d9;color:#fff;box-shadow:var(--shadow-sm)}.nav-spgci{background:linear-gradient(135deg,#ff3c3c3d,#ff50502e);border-color:#ff6464ad;border-left:3px solid rgba(255,100,100,.95);color:#fff}.nav-spgci:hover{background:linear-gradient(135deg,#ff3c3c57,#ff505042);border-color:#ff6e6ee6;color:#fff}.nav-spgci.active{background:linear-gradient(135deg,#ff3c3c70,#ff505057);border-color:#ff8484f2;color:#fff;box-shadow:var(--shadow-sm)}.nav-spgci-additional{background:linear-gradient(135deg,#ff911942,#ffb24133);border-color:#ffb54db8;border-left:3px solid rgba(255,183,77,.95);color:#fff}.nav-spgci-additional:hover{background:linear-gradient(135deg,#ff91195c,#ffb2414d);border-color:#ffbf60f2;color:#fff}.nav-spgci-additional.active{background:linear-gradient(135deg,#ff911970,#ffb2415c);border-color:#ffd6a1;color:#fff;box-shadow:var(--shadow-sm)}.sidebar-section{background:#ffffff1f;border:1px solid rgba(255,255,255,.18);border-radius:16px;padding:16px}.sidebar-section h3{margin:0 0 10px;font-size:14px;color:#fffffff2}.sidebar-stat{display:flex;justify-content:space-between;margin-bottom:8px;font-size:13px;color:#ffffffdb}.sidebar-pct{font-size:11px;margin-left:4px;font-weight:600}.sidebar-pct.pct-up{color:#ef4444}.sidebar-pct.pct-down{color:#3b82f6}.sidebar-pct.pct-flat{color:#ffffff80}.topbar{display:flex;align-items:center;justify-content:space-between;padding:24px 40px 12px}.topbar h2{font-family:var(--font-display);font-size:24px;margin:0}.topbar-actions{display:flex;align-items:center;gap:12px}.topbar-user-group{display:flex;align-items:center;gap:8px;padding-left:8px;border-left:1px solid var(--slate-200)}.topbar-user{font-size:14px;color:var(--slate-600);font-weight:600}.topbar-honorific{font-size:11px;font-weight:400;color:var(--slate-400);margin-left:1px}.button{border:none;padding:10px 16px;border-radius:10px;font-weight:600;cursor:pointer;font-family:var(--font-body)}.button.primary{background:linear-gradient(135deg,var(--soil-green),#0f7a3b);color:#fff;box-shadow:var(--shadow-sm)}.button.ghost{background:#fffc;border:1px solid rgba(17,18,24,.08)}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px;margin-bottom:28px}.cards-grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.cards-grid-3{grid-template-columns:repeat(3,1fr)}@media (max-width: 900px){.cards-grid-3{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}}.card{background:var(--surface-1);border-radius:var(--radius-lg);padding:20px;box-shadow:var(--shadow-sm)}.card.disabled{opacity:.55}.card.disabled .value{color:var(--slate-400)}.card.disabled .chip{opacity:.7}.card h4{margin:0 0 6px;font-size:14px;color:var(--slate-500);text-transform:uppercase;letter-spacing:.08em}.card .value{font-family:var(--font-display);font-size:26px;font-weight:700}.card .value.large{font-size:32px}.card .metric-sub.large{font-size:14px;margin-top:8px}.card-highlight{background:linear-gradient(135deg,var(--surface-1),rgba(0,95,40,.06));border:1px solid rgba(0,95,40,.15)}.card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.indicator-title{display:flex;flex-direction:column;gap:4px}.indicator-desc{font-size:11px;color:var(--slate-500)}.chip{font-size:11px;padding:4px 8px;border-radius:999px;background:#005f281f;color:var(--soil-green);font-weight:600}.card-split{display:grid;grid-template-columns:1fr 1fr;gap:16px}.metric-label{font-size:12px;color:var(--slate-500);margin-bottom:4px}.metric-value{font-family:var(--font-display);font-size:20px;font-weight:700;color:var(--slate-900)}.metric-sub{font-size:12px;margin-top:4px}.metric-sub.positive{color:#1f7a3d}.metric-sub.negative{color:#b42318}.mini-list{display:grid;gap:6px;margin-top:6px;font-size:12px;color:var(--slate-700)}.mini-list .positive{color:#1f7a3d}.mini-list .negative{color:#b42318}.mini-list-row{display:flex;justify-content:space-between}.section-caption{font-size:12px;color:var(--slate-500);margin-top:8px}.grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:18px}.grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px}.chart-panel.tight{padding:12px}.section{margin-top:28px}.section-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.section-title h3{margin:0;font-family:var(--font-display);font-size:18px}.chart-panel{background:linear-gradient(140deg,#fff,#f5f5f5);border-radius:var(--radius-lg);padding:24px;min-height:220px;border:1px solid rgba(0,0,0,.04);overflow:hidden}.chart-placeholder{height:160px;border-radius:16px;background:linear-gradient(90deg,#005f281f,#ffb40033);display:flex;align-items:center;justify-content:center;font-weight:600;color:var(--slate-700)}.filters-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px}.sm-customer-filter-grid{grid-template-columns:1fr 1fr 2fr}.overview-filters{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.overview-filters .filter-card{padding:10px 12px}.overview-filters .filter-card label{font-size:11px;margin-bottom:4px}.overview-filters .filter-card input{padding:6px 8px;font-size:12px}.overview-filters .metric-value{font-size:16px;font-weight:600}.overview-filters .section-caption{margin-top:4px}.filter-card{background:var(--surface-1);border-radius:var(--radius-md);padding:14px;border:1px solid rgba(0,0,0,.05)}.filter-card label{font-size:12px;color:var(--slate-500);display:block;margin-bottom:6px}.filter-card input,.filter-card select{width:100%;border-radius:10px;border:1px solid var(--slate-200);padding:8px 10px;font-family:var(--font-body)}.tab-row{display:flex;gap:12px}.tab{padding:8px 14px;border-radius:999px;background:#edf2f7;border:1px solid #cfd8e3;color:#334155;font-size:13.5px;font-weight:600;cursor:pointer;transition:all .15s ease}.tab:hover{background:#e3eaf2}.tab.active{background:#0f7a3b;border-color:#0f7a3b;color:#fff;box-shadow:0 2px 8px #0f7a3b47}.table{width:100%;border-collapse:collapse;font-size:13px}.table th,.table td{padding:10px 12px;border-bottom:1px solid rgba(0,0,0,.06);text-align:left}.table th{color:var(--slate-500);text-transform:uppercase;letter-spacing:.06em}.chat-shell{display:grid;grid-template-columns:2fr 1fr;gap:20px}.chat-shell.single{grid-template-columns:1fr}.chat-panel,.insight-panel{background:var(--surface-1);border-radius:var(--radius-lg);padding:20px;box-shadow:var(--shadow-sm)}.chat-log{display:flex;flex-direction:column;gap:12px;max-height:720px;overflow:auto;padding-right:6px;margin-top:12px}.chat-group{display:grid;gap:8px}.chat-message{background:var(--surface-2);border-radius:12px;padding:12px;font-size:15px;line-height:1.65;white-space:pre-wrap;word-break:keep-all;overflow-wrap:anywhere}.doc-file-list{margin-top:8px}.doc-file-list-body{max-height:140px;overflow:auto;padding:6px 8px;border-radius:10px;background:var(--surface-2);border:1px solid var(--border-1);font-size:12.5px;line-height:1.5}.doc-file-item{padding:2px 0}.modal-content.ai-manual-modal{max-width:calc(100vw - 280px);width:calc(100vw - 280px);max-height:92vh}.ai-manual-body{padding:28px 36px}.ai-manual-section{margin-bottom:18px}.ai-manual-section:last-child{margin-bottom:0}.ai-manual-section h5{margin:0 0 8px;font-size:14px;font-weight:700;color:#0b6a35;border-left:3px solid #00A651;padding-left:8px}.ai-manual-section p{margin:0 0 6px;font-size:13px;line-height:1.7;color:var(--slate-700)}.ai-manual-section ul,.ai-manual-section ol{margin:0 0 6px;padding-left:20px;font-size:13px;line-height:1.7;color:var(--slate-700)}.ai-manual-section li{margin-bottom:3px}.ai-manual-table{width:100%;border-collapse:collapse;font-size:12.5px;margin:6px 0}.ai-manual-table th,.ai-manual-table td{padding:7px 10px;border:1px solid var(--border-1);text-align:left;line-height:1.6;color:var(--slate-700)}.ai-manual-table th{background:#00a65112;font-weight:600;color:var(--slate-800);white-space:nowrap}.ai-manual-table td:first-child{white-space:nowrap;font-weight:600;color:var(--slate-800)}.message-rich{display:grid;gap:10px}.message-section{font-size:14px;font-weight:700;color:var(--slate-800);background:#0000000a;padding:6px 10px;border-radius:8px;border-left:3px solid #0b6a35}.message-title{font-size:18px;font-weight:700;color:var(--slate-900)}.message-paragraph{margin:0}.message-list{margin:0;padding-left:18px;display:grid;gap:6px}.message-list li{line-height:1.6}.message-list li.sub{margin-left:12px;list-style-type:circle}.message-sep{border:none;border-top:1px solid rgba(0,0,0,.08);margin:6px 0}.message-table-wrap{width:100%;overflow-x:auto}.message-table{width:100%;border-collapse:collapse;font-size:13px;background:#fff;border-radius:8px;overflow:hidden}.message-table th,.message-table td{padding:8px 10px;border-bottom:1px solid rgba(0,0,0,.08);text-align:left;white-space:nowrap}.message-table th{background:#0b6a3514;color:var(--slate-800);font-weight:700}.message-table tr:last-child td{border-bottom:none}.chat-message.user{align-self:flex-end;background:linear-gradient(135deg,#005f2824,#ffb40033);color:#0b2c1a}.chat-message.assistant{align-self:flex-start}.inline-sources{margin-top:10px;padding-top:8px;border-top:1px solid rgba(0,0,0,.08);display:flex;flex-wrap:wrap;gap:6px;align-items:center}.inline-sources-label{font-size:11px;font-weight:600;color:var(--slate-500);text-transform:uppercase;letter-spacing:.03em;margin-right:4px}.inline-source-link{font-size:12px;color:var(--green-700, #0b6a35);background:#005f2812;padding:3px 8px;border-radius:6px;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:220px;display:inline-block}.inline-source-link:hover{background:#005f2824;text-decoration:underline}.chat-empty{background:var(--surface-3);border-radius:12px;padding:14px;font-size:13px;color:var(--slate-600)}.chat-input-row{display:flex;gap:10px}.chat-input-row.chat-input-top{margin-top:12px}.chat-input-row textarea{flex:1;border-radius:12px;border:1px solid var(--slate-200);padding:10px 12px;font-family:var(--font-body);resize:vertical}.spinner{display:inline-block;width:14px;height:14px;margin-right:8px;border-radius:999px;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;animation:spin .8s linear infinite;vertical-align:-2px}@keyframes spin{to{transform:rotate(360deg)}}.doc-tools{margin-top:16px;padding-top:16px;border-top:1px solid rgba(0,0,0,.08);display:grid;gap:8px}.doc-tools-header{display:flex;justify-content:space-between;align-items:center;gap:12px}.doc-status{font-size:12px;color:var(--slate-600);margin-top:4px}.doc-stats{display:flex;flex-wrap:wrap;gap:12px;font-size:12px;color:var(--slate-600)}.progress-block{margin:12px 0 8px}.progress{width:100%;height:10px;background:#00000014;border-radius:999px;overflow:hidden}.progress-bar{height:100%;background:linear-gradient(90deg,#0b6a35,#1aa34a);transition:width .4s ease}.progress-meta{margin-top:6px;font-size:12px;color:var(--slate-600)}.sm-target-progress-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin-top:10px}.sm-target-progress-card{background:linear-gradient(180deg,#fff,#f8fafc);border:1px solid rgba(15,23,42,.08);border-radius:14px;padding:14px}.sm-target-progress-head{display:flex;align-items:flex-end;justify-content:space-between;gap:8px;margin-bottom:8px}.sm-target-progress-head span{font-size:12px;color:var(--slate-500)}.sm-target-progress-head strong{font-family:var(--font-display);font-size:22px;line-height:1;color:var(--slate-900)}.sm-target-progress-meta{margin-top:8px;font-size:11px;color:var(--slate-500)}.sm-progress-track{width:100%;height:10px;border-radius:999px;overflow:hidden;background:#0f172a1a}.sm-progress-fill{height:100%;transition:width .35s ease}.sm-progress-fill-monthly{background:linear-gradient(90deg,#14864c,#23a05f)}.sm-progress-fill-annual{background:linear-gradient(90deg,#2e66c4,#3e7ee0)}.sm-progress-fill-expected{background:linear-gradient(90deg,#d88608,#e9a21d)}.sm-target-goal-grid{margin-top:14px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.sm-target-goal-card{background:#ffffffdb;border:1px solid rgba(15,23,42,.08);border-radius:12px;padding:12px 14px;display:grid;gap:4px}.sm-target-goal-card span{font-size:11px;color:var(--slate-500);text-transform:uppercase;letter-spacing:.04em}.sm-target-goal-card strong{font-family:var(--font-display);font-size:18px;color:var(--soil-green)}.sm-insight-wrap{margin-top:10px;display:grid;gap:12px}.sm-insight-summary{display:flex;align-items:stretch;gap:10px}.sm-insight-summary-count{min-width:130px;border-radius:12px;padding:10px 12px;border:1px solid rgba(15,23,42,.08);background:linear-gradient(145deg,#fff,#f1f5f9);display:grid;gap:4px}.sm-insight-summary-count span{font-size:11px;color:var(--slate-500);text-transform:uppercase;letter-spacing:.05em}.sm-insight-summary-count strong{font-family:var(--font-display);font-size:24px;line-height:1;color:var(--soil-green)}.sm-insight-summary-text{flex:1;border-radius:12px;padding:12px 14px;border:1px solid rgba(15,23,42,.08);background:#ffffffc7;font-size:12px;color:var(--slate-600);display:flex;align-items:center}.sm-insight-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:12px}.sm-insight-card{border-radius:14px;border:1px solid rgba(15,23,42,.08);border-left-width:4px;background:linear-gradient(170deg,#fff,#f8fafc);padding:14px;display:grid;gap:8px}.sm-insight-card-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.sm-insight-index{font-size:10px;font-weight:700;color:var(--slate-500);text-transform:uppercase;letter-spacing:.08em}.sm-insight-tone{font-size:10px;font-weight:700;border-radius:999px;padding:3px 8px;text-transform:uppercase;letter-spacing:.04em}.sm-insight-card h4{margin:0;font-size:15px;color:var(--slate-900);text-transform:none;letter-spacing:normal}.sm-insight-card p{margin:0;font-size:12px;line-height:1.55;color:var(--slate-700)}.sm-insight-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:2px}.sm-insight-tag{font-size:10px;font-weight:700;padding:3px 7px;border-radius:999px;border:1px solid rgba(15,23,42,.1);background:#ffffffdb;color:var(--slate-700)}.sm-insight-mix{border-left-color:#23a05f}.sm-insight-mix .sm-insight-tone{background:#23a05f1f;color:#0b6a35}.sm-insight-trend{border-left-color:#e9a21d}.sm-insight-trend .sm-insight-tone{background:#e9a21d29;color:#a75b02}.sm-insight-customer{border-left-color:#3e7ee0}.sm-insight-customer .sm-insight-tone{background:#3e7ee024;color:#1e4fa8}.sm-insight-price{border-left-color:#d88608}.sm-insight-price .sm-insight-tone{background:#d8860826;color:#975900}.sm-insight-general{border-left-color:#64748b}.sm-insight-general .sm-insight-tone{background:#64748b24;color:#475569}.toggle-inline{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--slate-600);margin-bottom:12px}.source-list{display:grid;gap:12px;margin-top:12px}.source-item{background:var(--surface-2);border-radius:12px;padding:12px;box-shadow:var(--shadow-sm);font-size:13px}.info-stack{display:grid;gap:8px;margin-top:12px}.info-row{display:flex;justify-content:space-between;font-size:13px;color:var(--slate-700)}.info-row strong{color:var(--slate-900)}.news-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.news-list{display:flex;flex-direction:column;gap:10px;margin-top:16px}.news-card{background:var(--surface-1);border-radius:var(--radius-lg);padding:18px;box-shadow:var(--shadow-sm)}.news-card h4{margin:0 0 10px;font-size:16px}.news-meta{font-size:12px;color:var(--slate-500)}.news-caption{margin-top:8px;font-size:13px;color:var(--slate-600)}.news-item{background:var(--surface-1);border-radius:var(--radius-md);padding:14px 16px;box-shadow:var(--shadow-sm)}.news-section-title{font-size:13px;font-weight:700;color:var(--slate-700);margin:8px 0 2px}.news-divider{margin-top:10px;border-top:1px solid rgba(0,0,0,.06)}.summary-card{background:linear-gradient(135deg,#f5f7fa,#e8eef5);border-radius:var(--radius-lg);padding:20px 24px;border-left:4px solid var(--soil-green);box-shadow:var(--shadow-sm)}.summary-title{font-weight:700;margin-bottom:10px;color:var(--soil-green)}.summary-text{white-space:pre-line;line-height:1.6;color:var(--slate-800)}.summary-grid{display:grid;gap:16px;margin-top:16px}.summary-item{display:grid;grid-template-columns:auto 1fr;gap:12px;background:#fff;border-radius:var(--radius-md);padding:14px 16px;border:1px solid rgba(0,0,0,.05)}.summary-badge{width:32px;height:32px;border-radius:50%;background:#005f281f;color:var(--soil-green);display:grid;place-items:center;font-weight:700}.summary-body{display:flex;flex-direction:column;gap:6px}.summary-headline{font-weight:700;color:var(--slate-900)}.summary-meta{font-size:12px;color:var(--slate-500)}.summary-copy{font-size:13px;line-height:1.6;color:var(--slate-700)}.summary-link{font-size:12px;color:var(--soil-green);font-weight:600}.news-row{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.info-banner{background:#005f2814;border:1px solid rgba(0,95,40,.2);color:var(--soil-green);padding:8px 12px;border-radius:10px;font-size:12px}.button-group{display:flex;gap:10px;flex-wrap:wrap}.toggle-group{display:flex;flex-wrap:wrap;gap:8px}.product-toggle{justify-content:flex-start;gap:12px;margin-bottom:12px}.product-toggle .toggle-pill{font-size:20px;padding:16px 26px;min-width:110px;font-weight:700;border-radius:14px}.toggle-pill{border:1px solid rgba(0,0,0,.12);background:#fff;color:var(--slate-700);padding:6px 12px;border-radius:999px;font-size:12px;cursor:pointer;transition:all .15s ease}.toggle-pill.active{background:var(--soil-green);color:#fff;border-color:transparent}.toggle-pill:hover{transform:translateY(-1px)}.search-row{display:flex;gap:8px;align-items:center}.search-row input{flex:1}.sm-inline-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.sm-inline-fields input,.sm-inline-fields select{width:100%}.table-scroll{max-height:360px;overflow:auto}.usage-section{gap:24px}.usage-table-panel{display:flex;flex-direction:column}.usage-table-scroll{max-height:320px}.usage-table th,.usage-table td{font-size:.85rem}.summary-table-scroll{max-height:340px}.summary-table th{background:#0b6a351f;color:var(--slate-500)}.section-title--small h3{font-size:1rem;margin-bottom:8px}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.skeleton-line{height:14px;border-radius:8px;background:linear-gradient(90deg,#0000000f 25%,#0000001a,#0000000f 75%);background-size:800px 100%;animation:shimmer 1.5s infinite ease-in-out;margin-bottom:10px}.skeleton-card{background:var(--surface-1);border-radius:var(--radius-lg);padding:20px;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:8px}.skeleton-chart{background:var(--surface-1);border-radius:var(--radius-lg);padding:24px;min-height:220px;box-shadow:var(--shadow-sm)}.skeleton-chart-area{height:160px;border-radius:12px;margin-top:12px;background:linear-gradient(90deg,#0000000a 25%,#00000014,#0000000a 75%);background-size:800px 100%;animation:shimmer 1.5s infinite ease-in-out}.skeleton-table{background:var(--surface-1);border-radius:var(--radius-lg);padding:20px;display:flex;flex-direction:column;gap:6px}.skeleton-chat{display:flex;flex-direction:column;gap:12px;padding:20px}.skeleton-page{padding:0}.video-loader{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;padding:40px;gap:16px}.video-loader-video{width:240px;height:240px;object-fit:contain;mix-blend-mode:multiply;filter:contrast(1.3) saturate(1.4)}.video-loader-text{margin:0;font-size:14px;color:var(--text-secondary, #64748b);font-weight:500}.inline-loader{display:inline-flex;align-items:center;justify-content:center}.inline-loader-video{width:28px;height:28px;object-fit:contain;mix-blend-mode:multiply;filter:contrast(1.3) saturate(1.4)}.error-boundary{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 40px;text-align:center;gap:12px}.error-boundary-icon{width:56px;height:56px;border-radius:50%;background:#b423181a;color:#b42318;display:grid;place-items:center;font-size:28px;font-weight:700}.error-boundary h3{margin:0;font-size:18px;color:var(--slate-900)}.error-boundary-message{font-size:14px;color:var(--slate-600);max-width:400px}.state-message{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center;gap:8px;color:var(--slate-600);font-size:14px}.state-message.error{color:#b42318}.state-message .state-icon{font-size:32px;margin-bottom:4px}.login-page{min-height:100vh;display:grid;place-items:center;background:linear-gradient(135deg,#0b2c1a,#124a27,#1a5c30);padding:20px}.login-card{background:var(--surface-1);border-radius:var(--radius-lg);padding:40px 36px;width:100%;max-width:400px;box-shadow:0 20px 60px #0000004d;display:flex;flex-direction:column;gap:20px}.login-brand{display:flex;align-items:center;gap:14px;margin-bottom:8px}.login-logo{width:52px;height:52px;border-radius:14px;object-fit:contain}.login-title{font-family:var(--font-display);font-size:22px;margin:0;color:var(--slate-900)}.login-subtitle{font-size:12px;color:var(--slate-500);letter-spacing:1px;text-transform:uppercase}.login-error{background:#b4231814;color:#b42318;padding:10px 14px;border-radius:10px;font-size:13px;border:1px solid rgba(180,35,24,.2)}.login-label{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:600;color:var(--slate-700)}.login-input{padding:10px 14px;border-radius:10px;border:1px solid var(--slate-200);font-family:var(--font-body);font-size:14px;transition:border-color .15s}.login-input:focus{outline:none;border-color:var(--soil-green);box-shadow:0 0 0 3px #0b6a351f}.login-submit{margin-top:8px;padding:12px;border:none;border-radius:10px;background:linear-gradient(135deg,var(--soil-green),#0f7a3b);color:#fff;font-family:var(--font-body);font-size:15px;font-weight:700;cursor:pointer;transition:opacity .15s}.login-submit:hover{opacity:.92}.login-submit:disabled{opacity:.6;cursor:not-allowed}.login-loader{width:24px;height:24px;object-fit:contain;mix-blend-mode:multiply;filter:contrast(1.3) saturate(1.4);margin-right:8px;vertical-align:middle}@media (max-width: 1024px){.app-shell{grid-template-columns:1fr}.sidebar{position:sticky;top:0;z-index:10;padding:12px 16px 8px;gap:10px}.sidebar-brand{gap:10px}.sidebar-user-mobile{display:flex;align-items:center;gap:8px;margin-left:auto}.sidebar-user-name{font-size:13px;color:#f5f2ead9;font-weight:600;white-space:nowrap}.sidebar-logout-btn{font-size:11px!important;padding:4px 10px!important;color:#f5f2eabf!important;background:#ffffff1a!important;border-radius:6px!important}.topbar{display:none}.sidebar-nav{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;padding-bottom:0}.nav-item{justify-content:center;padding:9px 6px;font-size:12px;font-weight:600;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.nav-arrow,.nav-label-full{display:none}.nav-label-short{display:inline}.sidebar-section{display:none}.chat-shell{grid-template-columns:1fr}.app-content{padding:6px 12px 32px}.section{margin-top:12px}.app-content>div>.section:first-child,.app-content>.section:first-child,.app-content>.chat-shell{margin-top:0}.section-title{margin-bottom:8px}.chat-panel{padding:12px;border-radius:12px}.desktop-only{display:none!important}.cards-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}.grid-2,.grid-3{grid-template-columns:1fr}.filters-row{grid-template-columns:1fr 1fr}.sm-customer-filter-grid,.explorer-filters{grid-template-columns:1fr}.tab-row{flex-wrap:wrap;gap:8px}.product-toggle .toggle-pill{font-size:16px;padding:12px 18px;min-width:80px}}@media (max-width: 640px){.cards-grid{grid-template-columns:repeat(2,1fr);gap:10px}.card{padding:14px}.card .value{font-size:18px}.card h4{font-size:11px}.filters-row{grid-template-columns:repeat(2,1fr)}.sm-customer-filter-grid{grid-template-columns:1fr}.product-toggle .toggle-pill{font-size:14px;padding:10px 14px}.tab{font-size:12px;padding:6px 10px}.sm-target-progress-grid,.sm-target-goal-grid{grid-template-columns:1fr}.sm-target-progress-head strong{font-size:20px}.sm-insight-summary{flex-direction:column}.sm-insight-summary-count{min-width:0}.sm-insight-grid{grid-template-columns:1fr}.section-title h3{font-size:15px}.chart-panel{padding:14px;min-height:180px}.chat-input-row{flex-direction:column}.chat-input-row textarea{min-height:60px}.news-row{flex-direction:column;gap:4px}.section-title{flex-direction:row;align-items:center;gap:8px}.doc-tools-desktop{display:none}.chart-panel,.card,.filter-card,.table-scroll,.message-table-wrap{max-width:100%;overflow-x:auto}.table{font-size:11px}.table th,.table td{padding:6px 8px}.sm-inline-fields{grid-template-columns:1fr}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;border-radius:12px;max-width:800px;width:90%;max-height:80vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;border-bottom:1px solid #e5e5e5}.modal-header h3{margin:0;font-size:18px}.modal-close{background:none;border:none;font-size:24px;cursor:pointer;color:#666;padding:0;line-height:1}.modal-close:hover{color:#333}.modal-body{padding:24px;overflow-y:auto}.modal-body .table{width:100%}.session-badge{display:inline-block;padding:2px 8px;border-radius:10px;font-size:11px;font-weight:600;white-space:nowrap}.session-active{background:#16a34a1f;color:#16a34a}.session-ended{background:#64748b1f;color:#64748b}.session-expired{background:#eab3081f;color:#ca8a04}.mi-layout{display:flex;gap:0;height:100%}.mi-sidebar{width:280px;min-width:280px;background:linear-gradient(180deg,#d4edda,#c3e6cb 40%,#d4edda);border-right:1px solid #8cc9a0;padding:20px 16px;overflow-y:auto;display:flex;flex-direction:column;gap:4px;transition:width .2s,min-width .2s,padding .2s}.mi-sidebar.collapsed{width:44px;min-width:44px;padding:20px 6px;align-items:center}.mi-sidebar-toggle{align-self:flex-end;background:#00a65114;border:1px solid #b8e6cc;border-radius:6px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#0b6e3a;font-size:11px;margin-bottom:8px;transition:background .15s}.mi-sidebar-toggle:hover{background:#00a65126}.mi-sidebar.collapsed .mi-sidebar-toggle{align-self:center}.mi-chip-search{width:100%;padding:6px 10px;font-size:12px;border:1px solid #e2e8f0;border-radius:6px;outline:none;box-sizing:border-box}.mi-chip-search:focus{border-color:#00a651;box-shadow:0 0 0 2px #00a6511f}.mi-sidebar-section{display:flex;flex-direction:column;gap:6px;padding-bottom:12px;border-bottom:1px solid rgba(0,166,81,.12)}.mi-sidebar-section:last-of-type{border-bottom:none}.mi-sidebar-label{font-size:11px;font-weight:700;color:#0b6e3a;text-transform:uppercase;letter-spacing:.5px}.mi-date-row{display:flex;gap:6px;align-items:center;margin-top:6px}.mi-date-sep{color:#0b6e3a;font-size:13px;flex-shrink:0;font-weight:600}.mi-date-display{display:flex;justify-content:space-between;align-items:center;padding:8px 10px;background:#00a65112;border-radius:8px;margin-top:2px}.mi-date-display-label{font-size:11px;font-weight:700;color:#0b6e3a;letter-spacing:.3px}.mi-date-display-range{font-size:13px;font-weight:600;color:#1e293b}.mi-divider{border:none;border-top:1px solid rgba(0,166,81,.18);margin:4px 0 0}.mi-select,.mi-input{padding:7px 10px;border:1px solid #8cc9a0;border-radius:8px;font-size:13px;background:#fffc;color:#1e293b;outline:none;transition:border-color .15s,box-shadow .15s;width:100%;box-sizing:border-box}.mi-date-row .mi-input{width:auto;flex:1;min-width:0}.mi-select:focus,.mi-input:focus{border-color:#00a651;box-shadow:0 0 0 2px #00a6512e;background:#fff}.mi-chip-row{display:flex;flex-wrap:wrap;gap:5px;align-items:center}.mi-chip{display:inline-flex;align-items:center;padding:4px 11px;border-radius:999px;border:1.5px solid #8cc9a0;background:#ffffffa6;color:#1a5c35;font-size:12px;cursor:pointer;transition:all .15s;font-weight:500}.mi-chip:hover{border-color:#00a651;background:#ffffffe6}.mi-chip.main.selected{background:#00a651;border-color:#00a651;color:#fff}.mi-chip.bonus.selected{background:#0284c7;border-color:#0284c7;color:#fff}.mi-custom-input-row{display:flex;gap:6px}.mi-custom-input-row .mi-input{flex:1}.mi-add-btn{padding:6px 12px!important;font-size:14px!important;flex-shrink:0}.mi-custom-tag{display:inline-flex;align-items:center;gap:4px;padding:3px 9px;border-radius:999px;background:#fffc;border:1px solid #f59e0b;color:#92400e;font-size:12px}.mi-custom-tag button{background:none;border:none;color:#b45309;cursor:pointer;font-size:13px;padding:0;line-height:1}.mi-slider{width:100%;accent-color:#00A651}.mi-start-btn{width:100%;padding:14px!important;font-size:16px!important;margin-bottom:8px}.mi-cancel-btn{width:100%;padding:12px!important;font-size:15px!important;margin-bottom:16px;background:#fef2f2!important;color:#dc2626!important;border:2px solid #dc2626!important;border-radius:8px;font-weight:600;cursor:pointer;transition:all .15s}.mi-cancel-btn:hover{background:#fee2e2!important}.mi-main{flex:1;min-width:0;padding:20px 28px;overflow-y:auto}.mi-topbar{display:flex;align-items:center;justify-content:space-between;padding-bottom:16px;border-bottom:2px solid #e2e8f0;margin-bottom:20px}.mi-page-title{font-size:22px;font-weight:700;color:#1e293b;margin:0}.mi-topbar-actions{display:flex;align-items:center;gap:10px}.mi-topbar-user{font-size:14px;color:#475569}.mi-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;color:#94a3b8}.mi-empty-icon{font-size:64px;margin-bottom:16px;opacity:.6}.mi-empty-text{font-size:15px;text-align:center;line-height:1.7;color:#64748b}.mi-progress{padding:8px 0 16px}.mi-progress-bar{width:100%;height:14px;border-radius:7px;background:#e2e8f0;overflow:hidden}.mi-progress-fill{height:100%;border-radius:7px;background:linear-gradient(90deg,#00a651,#22c55e);transition:width .3s ease}.mi-progress-text{margin-top:6px;font-size:13px;color:#475569;text-align:center;font-weight:600}.mi-loading-area{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 0 16px}.mi-loading-video{width:160px;height:160px;object-fit:contain;mix-blend-mode:multiply;filter:contrast(1.3) saturate(1.4)}.mi-loading-phase{margin:12px 0 0;font-size:14px;color:#475569;font-weight:500;text-align:center}.mi-email-row{display:flex;gap:8px;flex-wrap:wrap;align-items:center;padding:12px 0}.mi-email-action-btn{transition:background-color .18s ease,border-color .18s ease,box-shadow .18s ease,transform .08s ease}.mi-email-action-btn:hover{background:#f0fdf4;border-color:#86efac;box-shadow:0 2px 8px #00a65126}.mi-email-action-btn:active{transform:translateY(1px);background:#dcfce7}.mi-email-action-btn:focus-visible{outline:2px solid #16a34a;outline-offset:1px}.mi-email-preview{margin-top:12px;padding:16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px}.mi-result-controls{margin-top:12px;display:flex;flex-wrap:wrap;gap:10px;align-items:center}.mi-result-buttons{display:inline-flex;gap:6px}.mi-result-btn{min-width:78px}.mi-result-btn.active{background:#ecfdf5;border-color:#86efac;color:#065f46}.mi-result-checkbox{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:#334155}.mi-result-checkbox input{width:14px;height:14px;accent-color:#00a651}.mi-article-list{margin-top:12px;display:flex;flex-direction:column;gap:2px}.mi-article-item{border:1px solid #e2e8f0;border-radius:8px;background:#fff;overflow:hidden}.mi-article-spgci{border-left:3px solid #1a237e;background:#f8f9ff}.mi-article-spgci .mi-article-title{font-weight:700}.mi-article-header{display:flex;align-items:center;gap:8px;padding:10px 14px;cursor:pointer;transition:background .1s}.mi-article-header:hover{background:#f8fafc}.mi-article-toggle{font-size:11px;color:#94a3b8;flex-shrink:0;width:16px}.mi-article-badges{display:flex;gap:4px;flex-shrink:0}.mi-badge{display:inline-block;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:600;background:#ecfdf5;color:#059669;border:1px solid #a7f3d0;white-space:nowrap}.mi-badge-spgci{background:#1a237e;color:#fff;border:1px solid #1a237e;font-weight:800;font-size:11px;letter-spacing:.5px}.mi-article-title{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;color:#1e293b}.mi-article-title-kr{color:#64748b;font-size:12px}.mi-article-date{font-size:12px;color:#94a3b8;flex-shrink:0;min-width:80px;text-align:right}.mi-article-score{font-size:12px;font-weight:700;color:#00a651;flex-shrink:0;min-width:40px;text-align:right}.mi-article-body{padding:12px 14px 14px 38px;border-top:1px solid #f1f5f9;background:#fafbfc}.mi-article-meta{display:flex;flex-wrap:wrap;gap:12px;font-size:12px;color:#64748b;margin-bottom:8px}.mi-article-summary{font-size:14px;line-height:1.6;color:#334155;margin-bottom:6px;padding:8px 12px;background:#fff;border-radius:6px;border-left:3px solid #00A651}.mi-article-related{font-size:12px;color:#64748b;margin-top:4px}.mi-article-link{color:#00a651;font-size:13px;font-weight:600;text-decoration:none}.mi-article-link:hover{text-decoration:underline}@media (max-width: 900px){.mi-layout{flex-direction:column}.mi-sidebar{width:100%!important;min-width:100%!important;max-height:none;position:static;border-right:none;border-bottom:1px solid #8cc9a0}.mi-sidebar.collapsed{width:100%!important;min-width:100%!important;padding:12px 16px;flex-direction:row;justify-content:center}.mi-main{padding:16px}.mi-article-header{flex-wrap:wrap}.mi-article-badges{order:-1;width:100%}.mi-article-title{white-space:normal;width:100%}.mi-email-row{flex-direction:column}.mi-email-row .mi-input{width:100%!important}.mi-result-controls{flex-direction:column;align-items:flex-start}.mi-result-buttons{width:100%}.mi-result-btn{flex:1}}.topbar-btn{background:#0b2c1a1a!important;border:1px solid rgba(11,44,26,.3)!important;color:#0b2c1a!important;font-weight:500;transition:all .2s ease}.topbar-btn:hover{background:#0b2c1a33!important;border-color:#0b2c1a80!important}.spgci-break-card{padding:16px;position:relative}.spgci-axis-break{height:14px;margin:-4px 50px;position:relative;background:repeating-linear-gradient(135deg,transparent,transparent 4px,#cbd5e1 4px,#cbd5e1 5px);opacity:.5;border-radius:2px}.spgci-table-wrap{overflow-x:auto;border-radius:var(--radius-md, 10px);border:1px solid rgba(0,0,0,.07);background:var(--surface-1, #fff);box-shadow:var(--shadow-sm, 0 1px 3px rgba(0,0,0,.06))}.spgci-table{width:100%;border-collapse:collapse;font-size:13px;line-height:1.5;white-space:nowrap}.spgci-table th,.spgci-table td{padding:8px 14px;border-bottom:1px solid rgba(0,0,0,.06)}.spgci-table .col-group-start{border-left:1px solid rgba(0,0,0,.06)}.spgci-table .col-group-end{border-right:1px solid rgba(0,0,0,.06)}.spgci-table th{background:#f7f8fa;color:#64748b;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;position:sticky;top:0;z-index:1}.spgci-table th.col-category{text-align:center;min-width:100px;width:130px}.spgci-table th.col-product{text-align:left;min-width:160px}.spgci-table th.col-basis{text-align:left;min-width:92px;width:100px}.spgci-table th.col-unit{text-align:center;width:60px}.spgci-table th.col-num{text-align:right;min-width:88px}.spgci-table td{text-align:right}.spgci-table td.td-category{text-align:center;font-weight:700;font-size:12px;color:#334155;background:linear-gradient(90deg,#f1f5f9,transparent);border-right:2px solid rgba(0,166,81,.2);vertical-align:middle}.spgci-table td.td-product{text-align:left;font-weight:500;color:var(--text-primary, #1e293b)}.spgci-table td.td-bold{font-weight:700}.spgci-table td.td-indent{padding-left:24px;font-weight:400;color:#64748b}.spgci-table tr.tr-group{border-top:2px solid #e2e8f0}.spgci-table tr.tr-indent{background:#f8fafc80}.spgci-table td.td-unit{text-align:center;font-size:11px;color:#94a3b8}.spgci-table td.td-latest{font-weight:700;color:var(--text-primary, #1e293b)}.spgci-table td.td-basis{text-align:left;font-size:11px;color:#64748b;font-weight:600}.spgci-table .td-meta{display:block;margin-top:2px;font-size:10px;line-height:1.2;color:#94a3b8;font-weight:400}.spgci-table td.td-up{color:#16a34a;font-weight:600}.spgci-table td.td-down{color:#dc2626;font-weight:600}.spgci-table td.td-flat{color:#94a3b8}.spgci-table td.td-spread-up{color:#16a34a;font-weight:700;background:#16a34a0a}.spgci-table td.td-spread-down{color:#dc2626;font-weight:700;background:#dc26260a}.overview-sales-table th{position:static}.overview-sales-table thead tr:first-child th,.overview-sales-table th.overview-sales-product-header{text-align:center}.overview-sales-table td.overview-sales-product{text-align:center;font-weight:700;letter-spacing:.02em;vertical-align:middle;color:#0f7a3b;background:#00a65114}.overview-sales-table tr.overview-row-this-month td{background:#fff4c2}.overview-sales-table tr.overview-row-this-month td.overview-sales-product{color:#0f7a3b;background:#00a6511f;font-weight:700}.overview-sales-table tr.overview-row-this-month td.td-product:not(.overview-sales-product){color:#9a6a00;font-weight:700}.overview-sales-table tr.overview-row-this-month td:not(.td-product){font-weight:600}.overview-sales-table tr.overview-row-cumulative-start td{border-top:2px solid #94a3b8;background:#94a3b80f}.overview-sales-table tr.overview-row-cumulative-end td{border-bottom:2px solid #94a3b8;background:#94a3b80f}.overview-kpi-card{display:grid;gap:12px}.overview-kpi-progress-row{display:grid;gap:6px}.overview-kpi-progress-head{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:var(--slate-600)}.overview-kpi-progress-head strong{font-family:var(--font-display);font-size:20px;color:var(--slate-900)}.overview-kpi-progress-row.monthly .progress-bar{background:linear-gradient(90deg,#0f7a3b,#24a15a)}.overview-kpi-progress-row.annual .progress-bar{background:linear-gradient(90deg,#2f80ed,#56a0ff)}.overview-kpi-progress-row.customer .progress-bar{background:linear-gradient(90deg,#d88608,#f2c94c)}.spgci-toggle-bar{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin:6px 0 12px}.spgci-toggle-actions{display:flex;gap:6px}.spgci-toggle-list{display:flex;flex-wrap:wrap;gap:6px}.spgci-toggle-btn{border:1px solid rgba(15,23,42,.12);background:#fff;color:#475569;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:600;cursor:pointer;line-height:1.2}.spgci-toggle-btn.is-active{background:#00a6511f;border-color:#00a65166;color:#0f7a3b}.spgci-toggle-btn.is-action{background:#94a3b81f;border-color:#94a3b859;color:#64748b}.spgci-table td.td-category{border-top:2px solid #cbd5e1}.spgci-table tbody tr:has(>td.td-category) td{border-top:2px solid #cbd5e1}.spgci-table tr.spgci-group-start.spgci-group-oil td{border-top:2px solid #94a3b8}.spgci-table tr.spgci-group-start.spgci-group-olefins td{border-top:2px solid #77b9b2}.spgci-table tr.spgci-group-start.spgci-group-polymers td{border-top:2px solid #e3b56a}.spgci-table tr.spgci-group-start.spgci-group-aromatics td{border-top:2px solid #9db4e8}.spgci-table tr.spgci-group-start.spgci-group-default td{border-top:2px solid #cbd5e1}.spgci-table td.td-category.spgci-group-oil{border-right-color:#94a3b880;border-top-color:#94a3b8;background:linear-gradient(90deg,rgba(148,163,184,.1),transparent)}.spgci-table td.td-category.spgci-group-olefins{border-right-color:#77b9b299;border-top-color:#77b9b2;background:linear-gradient(90deg,rgba(119,185,178,.1),transparent)}.spgci-table td.td-category.spgci-group-polymers{border-right-color:#e3b56a99;border-top-color:#e3b56a;background:linear-gradient(90deg,rgba(227,181,106,.12),transparent)}.spgci-table td.td-category.spgci-group-aromatics{border-right-color:#9db4e899;border-top-color:#9db4e8;background:linear-gradient(90deg,rgba(157,180,232,.12),transparent)}.spgci-table td.td-category.spgci-group-default{border-right-color:#cbd5e1b3;border-top-color:#cbd5e1;background:linear-gradient(90deg,rgba(203,213,225,.12),transparent)}.spgci-row-clickable:hover td{background:#00a6510a}.spgci-expand-icon{display:inline-block;width:14px;font-size:9px;color:#94a3b8;margin-right:4px}.spgci-chart-row td{background:#f8fafc;border-top:none}.spgci-spread-chg{font-size:11px;font-weight:500}.spgci-spread-chg.up{color:#16a34a}.spgci-spread-chg.dn{color:#dc2626}.spgci-table .td-sub{font-size:11px;font-weight:500;margin-left:2px}.spgci-table .td-sub.td-share{color:#94a3b8}.spgci-table .td-sub.td-up{color:#16a34a}.spgci-table .td-sub.td-down{color:#dc2626}.spgci-table .td-feed{display:block;font-size:10px;color:#94a3b8;font-weight:400;line-height:1.2}.spgci-table tbody tr:hover{background:#00a6510a}.spgci-table tbody tr:last-child td{border-bottom:none}.spgci-event-table{width:100%;border-collapse:collapse;font-size:12px}.spgci-event-table th,.spgci-event-table td{padding:7px 10px;border-bottom:1px solid rgba(0,0,0,.05);text-align:left}.spgci-event-table.spgci-capacity-table th,.spgci-event-table.spgci-capacity-table td{text-align:center}.spgci-event-table.spgci-capacity-table .col-plant,.spgci-event-table.spgci-capacity-table .td-plant{text-align:left}.spgci-event-table th{background:#f7f8fa;color:#64748b;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;position:sticky;top:0;z-index:1}.spgci-event-table th.th-sortable{cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap}.spgci-event-table th.th-sortable:hover{color:#00a651;background:#f0fdf4}.spgci-event-table tbody tr:hover{background:#00000005}.spgci-ev-badge{display:inline-block;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:600;white-space:nowrap}.spgci-ev-badge.ev-startup{background:#16a34a1a;color:#16a34a}.spgci-ev-badge.ev-shutdown{background:#dc26261a;color:#dc2626}.spgci-ev-badge.ev-expansion{background:#3b82f61a;color:#2563eb}.spgci-ev-badge.ev-maintenance{background:#f59e0b1a;color:#d97706}.spgci-ev-badge.ev-restart{background:#10b9811a;color:#059669}.spgci-ev-badge.ev-other{background:#f1f5f9;color:#64748b}.spgci-filter-chip.ev-chip.ev-startup.active{background:#16a34a26;border-color:#16a34a;color:#16a34a}.spgci-filter-chip.ev-chip.ev-shutdown.active{background:#dc262626;border-color:#dc2626;color:#dc2626}.spgci-filter-chip.ev-chip.ev-expansion.active{background:#3b82f626;border-color:#2563eb;color:#2563eb}.spgci-filter-chip.ev-chip.ev-maintenance.active{background:#f59e0b26;border-color:#d97706;color:#d97706}.spgci-filter-chip.ev-chip.ev-restart.active{background:#10b98126;border-color:#059669;color:#059669}.spgci-filter-chip.ev-chip.ev-other.active{background:#f1f5f9;border-color:#94a3b8;color:#475569}.spgci-ev-kpis{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:12px}.spgci-ev-kpi{font-size:13px;color:#475569}.spgci-ev-kpi strong{font-weight:700;color:var(--text-primary, #1e293b)}.spgci-ev-kpi-badge{font-size:11px;font-weight:600;padding:2px 8px;border-radius:10px}.spgci-ev-kpi-badge.ev-startup{background:#16a34a1a;color:#16a34a}.spgci-ev-kpi-badge.ev-shutdown{background:#dc26261a;color:#dc2626}.spgci-ev-kpi-badge.ev-expansion{background:#3b82f61a;color:#2563eb}.spgci-ev-kpi-badge.ev-maintenance{background:#f59e0b1a;color:#d97706}.spgci-ev-kpi-badge.ev-restart{background:#10b9811a;color:#059669}.spgci-ev-kpi-badge.ev-other{background:#f1f5f9;color:#64748b}.spgci-event-table .td-reason{max-width:200px;font-size:11px;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.spgci-news-box{margin-bottom:16px}.spgci-news-box-header{display:flex;align-items:center;gap:8px;margin-bottom:6px}.spgci-news-box-title{font-size:14px;font-weight:700;color:var(--text-primary, #1e293b)}.spgci-news-box-count{font-size:12px;font-weight:600;background:#f1f5f9;color:#64748b;padding:2px 8px;border-radius:10px}.spgci-filter-bar{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-bottom:14px}.spgci-year-range{display:flex;align-items:center;gap:6px;padding:7px 12px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;font-size:13px;white-space:nowrap}.spgci-year-range:focus-within{border-color:#00a651;box-shadow:0 0 0 3px #00a6511a}.spgci-year-label{font-weight:700;color:#475569;text-transform:none;font-size:11px;letter-spacing:.01em}.spgci-year-select{border:none;background:transparent;color:#1e293b;font-size:13px;font-weight:600;padding:0 16px 0 4px;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 12 12'><polyline points='2,4 6,8 10,4' fill='none' stroke='%2364748b' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/></svg>");background-repeat:no-repeat;background-position:right 2px center}.spgci-year-select:focus{outline:none}.spgci-year-separator{color:#94a3b8;font-size:12px}.msd-wrap{position:relative}.msd-trigger{display:flex;align-items:center;gap:6px;padding:7px 12px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;font-size:13px;cursor:pointer;transition:border-color .15s;white-space:nowrap}.msd-trigger:hover{border-color:#94a3b8}.msd-trigger.has-selection{border-color:#00a651;background:#00a6510a}.msd-label{font-weight:700;color:#475569;text-transform:none;font-size:11px;letter-spacing:.01em}.msd-summary{color:#1e293b;font-weight:600;max-width:160px;overflow:hidden;text-overflow:ellipsis}.msd-arrow{font-size:10px;color:#64748b;margin-left:2px}.msd-dropdown{position:absolute;top:calc(100% + 4px);left:0;min-width:220px;max-height:300px;background:#fff;border:1px solid #cbd5e1;border-radius:10px;box-shadow:0 10px 28px #0f172a29;z-index:50;display:flex;flex-direction:column;overflow:hidden}.msd-search{padding:8px 12px 4px}.msd-search-input{width:100%;padding:7px 10px;font-size:13px;border:1px solid #e2e8f0;border-radius:6px;outline:none;box-sizing:border-box}.msd-search-input:focus{border-color:#00a651;box-shadow:0 0 0 2px #00a6511f}.msd-no-match{padding:12px;text-align:center;color:#94a3b8;font-size:13px}.msd-actions{display:flex;gap:8px;padding:8px 12px;border-bottom:1px solid #f1f5f9}.msd-actions button{font-size:12px;font-weight:600;color:#00a651;background:none;border:none;cursor:pointer;padding:0}.msd-actions button:hover{text-decoration:underline}.msd-options{overflow-y:auto;padding:4px 0}.msd-option{display:flex;align-items:center;gap:8px;padding:7px 12px;cursor:pointer;font-size:13px;color:#334155;transition:background .1s}.msd-option:hover{background:#f8fafc}.msd-option.checked{font-weight:700;color:#1e293b}.msd-option input[type=checkbox]{accent-color:#00A651;width:14px;height:14px;flex-shrink:0}.msd-chip{font-size:12.5px}.msd-chip.tag-product{color:#92400e}.msd-chip.tag-region{color:#1d4ed8}.msd-chip.tag-sector{color:#166534}.msd-chip.tag-topic{color:#475569}.msd-chip.tag-service_line{color:#8b5cf6}.msd-chip.tag-publication{color:#0f766e}.msd-chip.tag-content_type{color:#9a3412}.msd-chip.tag-company{color:#6d28d9}.spgci-news-box-arrow{font-size:10px;color:#94a3b8;transition:transform .2s ease;display:inline-block}.spgci-news-box-arrow.open{transform:rotate(90deg)}.spgci-news-box-header:hover{opacity:.8}.spgci-news-list{display:flex;flex-direction:column;gap:0;border:1px solid rgba(0,0,0,.07);border-radius:var(--radius-md, 10px);background:var(--surface-1, #fff);box-shadow:var(--shadow-sm, 0 1px 3px rgba(0,0,0,.06));overflow:hidden}.spgci-news-item{display:flex;align-items:baseline;gap:10px;padding:10px 16px;border-bottom:1px solid rgba(0,0,0,.05);font-size:13.5px;line-height:1.5}.spgci-news-item:last-child{border-bottom:none}.spgci-news-item:hover{background:#00a65108}.spgci-news-date{flex-shrink:0;font-size:12px;color:#64748b;font-variant-numeric:tabular-nums;min-width:72px}.spgci-news-tags{flex-shrink:0;width:200px;min-width:200px;display:flex;flex-wrap:wrap;gap:3px;align-items:baseline}.spgci-news-tag{display:inline-block;font-size:11px;font-weight:600;padding:2px 7px;border-radius:6px;letter-spacing:0;white-space:nowrap}.spgci-news-tag.tag-region{background:#dbeafe;color:#1d4ed8}.spgci-news-tag.tag-country{background:#ccfbf1;color:#0f766e}.spgci-news-tag.tag-company{background:#ede9fe;color:#6d28d9}.spgci-news-tag.tag-product{background:#fef3c7;color:#92400e}.spgci-news-tag.tag-sector{background:#dcfce7;color:#166534}.spgci-news-tag.tag-topic{background:#f1f5f9;color:#475569}.spgci-news-tag.tag-service_line{background:#e0e7ff;color:#3730a3}.spgci-news-tag.tag-publication{background:#cffafe;color:#155e75}.spgci-news-tag.tag-content_type{background:#ffedd5;color:#9a3412}.spgci-news-tag-empty{font-size:11px;color:#cbd5e1}.spgci-news-body{flex:1;min-width:0}.spgci-news-link{color:var(--text-primary, #1e293b);text-decoration:none;font-weight:500}.spgci-add-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.spgci-add-tab{font-size:13.5px;font-weight:650;border:1px solid #c7d2de;background:#f1f5f9;color:#1f2937;border-radius:999px;padding:8px 14px}.spgci-add-tab:hover{background:#e5edf6}.spgci-add-tab.active{background:#0f7a3b;border-color:#0f7a3b;color:#fff}.spgci-add-section-intro{margin-top:12px;padding:14px 16px;border:1px solid #dbe4ee;background:linear-gradient(180deg,#f8fafc,#f4f7fb);border-radius:12px;display:flex;flex-direction:column;gap:6px}.spgci-add-section-intro h3{margin:0;font-size:16px;color:#0f172a}.spgci-add-section-intro p{margin:0;font-size:13px;color:#334155;line-height:1.5}.spgci-add-alert{margin-top:10px;padding:10px 12px;border-radius:10px;font-size:13px;line-height:1.45}.spgci-add-alert.error{border:1px solid #fecaca;background:#fef2f2;color:#991b1b}.spgci-add-alert.warn{border:1px solid #fde68a;background:#fffbeb;color:#92400e}.spgci-add-stack{display:flex;flex-direction:column;gap:14px}.spgci-add-stack .spgci-add-card{margin-top:0}.spgci-add-card{border:1px solid #dbe4ee;background:#fff;border-radius:14px;padding:16px}.spgci-add-card .section-title h3{font-size:16px!important}.spgci-add-card .section-title{margin-bottom:8px;align-items:flex-start}.spgci-add-card-desc{font-size:13px;color:#334155;margin-bottom:10px;line-height:1.45}.spgci-add-card-note{font-size:12px;color:#64748b;margin-bottom:10px}.spgci-add-filters{display:grid;grid-template-columns:minmax(220px,1.5fr) repeat(auto-fit,minmax(150px,1fr));gap:8px;margin-bottom:10px}.spgci-add-search,.spgci-add-select,.spgci-add-date{width:100%;min-height:36px;border:1px solid #d3deea;border-radius:9px;padding:7px 10px;font-size:13px;background:#fff;color:#1f2937}.spgci-add-search:focus,.spgci-add-select:focus,.spgci-add-date:focus{outline:none;border-color:#0f7a3b;box-shadow:0 0 0 3px #0f7a3b1f}.spgci-add-check{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#334155;background:#f8fafc;border:1px solid #dbe4ee;border-radius:9px;padding:7px 10px}.spgci-add-reset{min-height:36px;padding:7px 12px}.spgci-add-metrics{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}.spgci-add-chip{font-size:11.5px;color:#334155;border:1px solid #dbe4ee;background:#f8fafc;border-radius:999px;padding:4px 8px}.spgci-add-table-wrap{overflow-x:auto;max-height:470px;overflow-y:auto;border:1px solid #dbe4ee;border-radius:10px;background:#fff}.spgci-add-table{font-size:13.5px}.spgci-add-table th{position:sticky;top:0;z-index:1;background:#f8fafc;color:#334155;font-size:12px;font-weight:700;text-transform:none;letter-spacing:.01em;border-bottom:1px solid #d9e1ea;white-space:nowrap;padding:8px 10px}.spgci-add-table td{color:#1f2937;font-size:13px;line-height:1.45;border-bottom:1px solid #eef2f6;vertical-align:top;padding:8px 10px;max-width:560px}.spgci-add-table tbody tr:nth-child(2n) td{background:#fcfdff}.spgci-add-row-clickable{cursor:pointer}.spgci-add-row-clickable:hover td{background:#eef8f1!important}.spgci-add-num{text-align:right;font-variant-numeric:tabular-nums}.spgci-add-empty{border:1px dashed #cbd5e1;background:#f8fafc;color:#475569;border-radius:10px;padding:12px;font-size:13px}.spgci-add-more{margin-top:10px;display:flex;gap:8px}.spgci-add-detail-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a5c;z-index:1500;display:flex;align-items:center;justify-content:center;padding:24px}.spgci-add-detail-modal{width:min(900px,100%);max-height:84vh;overflow:auto;background:#fff;border-radius:14px;border:1px solid #dbe4ee;padding:16px;box-shadow:0 20px 48px #0f172a40}.spgci-add-detail-meta{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}.spgci-add-detail-body{white-space:pre-wrap;line-height:1.55;font-size:13px;color:#1f2937;border:1px solid #e2e8f0;background:#f8fafc;border-radius:10px;padding:12px}.spgci-add-detail-actions{margin-top:10px}@media (max-width: 900px){.spgci-add-filters{grid-template-columns:1fr}.spgci-add-detail-backdrop{padding:12px}.spgci-add-detail-modal{max-height:90vh}}.spgci-news-link:hover{color:#00a651;text-decoration:underline}.spgci-news-headline{color:var(--text-primary, #1e293b);font-weight:500}.spgci-news-kr{font-size:11.5px;color:#64748b;margin-top:2px;line-height:1.4}.spgci-sd-tabs{display:flex;gap:0;margin-bottom:14px;border-bottom:2px solid #e2e8f0}.spgci-sd-tab{padding:10px 20px;font-size:13px;font-weight:600;color:#64748b;background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;cursor:pointer;transition:color .15s,border-color .15s}.spgci-sd-tab:hover{color:#1e293b}.spgci-sd-tab.active{color:#00a651;border-bottom-color:#00a651}.td-util-high{color:#16a34a!important;font-weight:700}.td-util-mid{color:#d97706!important;font-weight:600}.td-util-low{color:#dc2626!important;font-weight:600}@media (max-width: 768px){.spgci-table{font-size:11px}.spgci-table th,.spgci-table td{padding:6px 8px}.spgci-table th.col-product{min-width:140px}.spgci-sd-tabs{overflow-x:auto}.spgci-sd-tab{font-size:12px;padding:8px 14px;white-space:nowrap}}.cma-filters{display:flex;flex-wrap:nowrap;overflow:visible;gap:16px;align-items:flex-end;margin-bottom:16px;padding-bottom:4px}.cma-filter-group{display:flex;flex-direction:column;gap:4px;flex:0 0 auto}.cma-filter-label{font-size:12px;font-weight:600;color:#64748b}.cma-select{padding:8px 30px 8px 12px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;font-size:13px;min-width:200px;color:#1e293b;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'><polyline points='2,4 6,8 10,4' fill='none' stroke='%2364748b' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/></svg>");background-repeat:no-repeat;background-position:right 10px center}.cma-select:focus{outline:none;border-color:#00a651;box-shadow:0 0 0 3px #00a6511a}.cma-multiselect{position:relative;min-width:200px}.cma-multiselect-trigger{display:flex;align-items:center;justify-content:space-between;cursor:pointer;-webkit-user-select:none;user-select:none}.cma-multiselect-trigger.open{border-color:#00a651;box-shadow:0 0 0 3px #00a6511a}.cma-multiselect-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.cma-multiselect-arrow{display:none}.cma-multiselect-dropdown{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:200;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 4px 12px #0000001a;max-height:300px;overflow-y:auto;min-width:220px}.cma-multiselect-search{padding:8px 12px;border-bottom:1px solid #f1f5f9;background:#f8fafc}.cma-multiselect-search input{width:100%;padding:6px 8px;border:1px solid #e2e8f0;border-radius:6px;font-size:12px;color:#1e293b}.cma-multiselect-search input:focus{outline:none;border-color:#00a651;box-shadow:0 0 0 3px #00a6511f}.cma-multiselect-actions{display:flex;gap:12px;padding:8px 12px;border-bottom:1px solid #f1f5f9}.cma-multiselect-actions button{font-size:11px;color:#00a651;background:none;border:none;cursor:pointer;font-weight:600;padding:0}.cma-multiselect-actions button:hover{text-decoration:underline}.cma-multiselect-option{display:flex;align-items:center;gap:8px;padding:6px 12px;cursor:pointer;font-size:13px;transition:background .1s}.cma-multiselect-option:hover{background:#f8fafc}.cma-multiselect-option input[type=checkbox]{accent-color:#00A651;width:14px;height:14px;cursor:pointer}.cma-year-range{min-width:auto}.cma-year-inputs{display:flex;align-items:center;gap:6px}.cma-select-year{min-width:80px;width:80px}.cma-year-separator{color:#94a3b8;font-weight:500}.cma-shortcuts{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.cma-shortcut{padding:10px 18px;border:1px solid #e2e8f0;border-radius:22px;background:#fff;font-size:13px;font-weight:600;color:#64748b;cursor:pointer;transition:all .15s ease}.cma-shortcut:hover{border-color:#00a651;color:#00a651}.cma-shortcut.active{background:#00a651;border-color:#00a651;color:#fff}.cma-table-wrap{overflow-x:auto;border:1px solid rgba(0,0,0,.07);border-radius:10px;background:#fff}.cma-table{width:100%;border-collapse:collapse;font-size:12px}.cma-table th{position:sticky;top:0;background:#f8fafc;padding:10px 12px;text-align:left;font-weight:600;color:#64748b;border-bottom:1px solid #e2e8f0;white-space:nowrap}.cma-table th.col-year{text-align:right;min-width:70px}.cma-table th.col-year.sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.cma-table th.col-year.sortable:hover{background:#eef2f7;color:#334155}.cma-table th.col-year.sorted{color:#0f172a}.cma-year-sort{display:inline-block;margin-left:4px;font-size:10px;color:#94a3b8;vertical-align:middle}.cma-table th.col-year.sorted .cma-year-sort{color:#0f172a}.cma-table th.col-region,.cma-table th.col-country{min-width:120px}.cma-table th.col-concept{min-width:100px}.cma-table th.col-detail{min-width:140px}.cma-table th.col-region,.cma-table th.col-country,.cma-table th.col-concept,.cma-table th.col-year{text-align:center}.cma-table td{padding:8px 12px;border-bottom:1px solid #f1f5f9;color:#1e293b}.cma-table tr:hover td{background:#f8fafc}.cma-table .td-region{font-weight:600;background:#f8fafc;vertical-align:top;border-right:1px solid #e2e8f0;border-bottom:3px solid #94a3b8;text-align:center;font-size:13px}.cma-table .td-region.clickable{cursor:pointer;-webkit-user-select:none;user-select:none}.cma-table .td-region.clickable:hover{background:#eef2f7}.cma-region-toggle{display:inline-block;margin-right:6px;font-size:11px;color:#64748b;font-weight:700}.cma-table .td-country{font-weight:500;background:#f8fafc;vertical-align:top;border-right:2px solid #e2e8f0;border-bottom:2px solid #cbd5e1;color:#475569;text-align:center;font-size:12.5px}.cma-table .td-concept{color:#475569;font-size:11px}.cma-table .td-concept.expandable{cursor:pointer;-webkit-user-select:none;user-select:none}.cma-table .td-concept.expandable:hover{background:#f1f5f9;color:#00a651}.cma-table .expand-icon{display:inline-block;width:14px;font-size:9px;color:#94a3b8;margin-right:4px;transition:transform .15s ease}.cma-table .td-concept.expandable:hover .expand-icon{color:#00a651}.cma-table .detail-count{font-size:10px;color:#94a3b8;margin-left:6px;font-weight:400}.cma-table tr.detail-row{background:#f8fafc}.cma-table tr.detail-row:hover td{background:#f1f5f9}.cma-table tr.region-total td{background:#f0fdf4}.cma-table tr.region-total:hover td{background:#e6f8ee}.cma-table tr.region-total td.current-year{background:#fff4c2}.cma-table tr.region-total:hover td.current-year{background:#ffe8a3}.cma-table tr.region-total .td-region,.cma-table tr.region-total .td-country{background:#e6f8ee}.cma-table .td-concept-detail{padding-left:28px;font-size:11px;color:#64748b;font-style:italic}.cma-table .td-detail{font-size:11px;color:#94a3b8}.cma-table .td-year{text-align:right;font-variant-numeric:tabular-nums}.cma-table th.current-year,.cma-table td.current-year{background:#fff4c2}.cma-table th.current-year{background:#ffe08a;color:#9a6a00;font-weight:700}.cma-table tr.country-first td{border-top:2px solid #cbd5e1}.cma-table tr.group-first td{border-top:3px solid #94a3b8}.cma-table tbody tr:first-child td{border-top:none}.cma-product-header{display:flex;align-items:baseline;gap:12px;margin-bottom:12px;padding:12px 16px;background:linear-gradient(135deg,#00a651,#22c55e);border-radius:10px;color:#fff}.cma-product-name{font-size:16px;font-weight:700}.cma-product-info{font-size:12px;opacity:.85}@media (max-width: 768px){.cma-table{font-size:11px}.cma-table th,.cma-table td{padding:6px 8px}.cma-product-header{flex-direction:column;gap:4px}}
