:root{--navy:#0f172a;--cyan:#06b6d4;--bg:#f8fafc;--card:#fff;--border:#e2e8f0;--text:#0f172a;--muted:#64748b;--red:#ef4444;--green:#10b981;--amber:#f59e0b;--blue:#2563eb}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:Pretendard,Inter,Arial,sans-serif}button,input,select{font:inherit}button{cursor:pointer}.shell{display:flex;min-height:100vh}.sidebar{width:230px;background:linear-gradient(180deg,#0f172a,#020617);color:#fff;padding:20px;position:-webkit-sticky;position:sticky;top:0;height:100vh}.brand{display:flex;gap:12px;align-items:center;margin:6px 0 26px}.brandMark{width:40px;height:40px;border:1px solid rgba(6,182,212,.45);border-radius:14px;color:var(--cyan);display:grid;place-items:center;font-weight:900}.brand strong{display:block;font-size:13px;letter-spacing:.06em}.brand span{color:var(--cyan);font-size:12px;font-weight:700}.sidebar nav{display:flex;flex-direction:column;gap:8px}.sidebar nav button{border:0;background:transparent;color:hsla(0,0%,100%,.8);padding:12px;border-radius:12px;display:flex;gap:10px;align-items:center;text-align:left}.sidebar nav button.active,.sidebar nav button:hover{background:hsla(0,0%,100%,.09);color:#fff}.sideNote{margin-top:28px;border:1px solid hsla(0,0%,100%,.1);background:hsla(0,0%,100%,.05);border-radius:18px;padding:16px}.sideNote p{font-size:13px;color:hsla(0,0%,100%,.65);line-height:1.55}.main{flex:1 1;padding:18px 24px 40px}.header{justify-content:space-between;gap:16px}.header,.search{display:flex;align-items:center}.search{width:360px;gap:10px;background:#fff;border:1px solid var(--border);border-radius:14px;padding:11px 13px}.search input{border:0;outline:none;flex:1 1}.headerActions{display:flex;gap:10px;align-items:center}.card button,.card select,.filters input,.filters select,.headerActions button,.headerActions select{border:1px solid var(--border);background:#fff;border-radius:12px;padding:10px 12px;display:inline-flex;align-items:center;gap:7px}.profile{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--border);border-radius:14px;padding:7px 10px}.avatar{width:33px;height:33px;border-radius:50%;background:#e0f2fe;color:#0369a1;display:grid;place-items:center}.profile span{display:block;color:var(--muted);font-size:12px}.title{display:flex;justify-content:space-between;align-items:center;margin:22px 0 18px}.title h1{margin:0;font-size:28px}.title p{margin:6px 0 0;color:var(--muted)}.stack{display:flex;flex-direction:column;gap:18px}.card{background:var(--card);border:1px solid var(--border);border-radius:20px;padding:18px;box-shadow:0 8px 24px rgba(15,23,42,.04)}.cardHead{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px}.card h2{font-size:18px;margin:0 0 5px}.card p{color:var(--muted)}.insightGrid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px}.insight{text-align:left;min-height:190px;position:relative;overflow:hidden}.insightTop{display:flex;gap:10px;align-items:center;color:var(--muted);font-weight:700;font-size:13px}.insight h3{margin:14px 0 8px;font-size:18px}.insightValue{font-size:34px;font-weight:900}.danger,.down,.insight.bad .insightValue{color:var(--red)}.good,.insight.good .insightValue,.up{color:var(--green)}.insight.warn .insightValue{color:var(--amber)}.spark{height:48px;margin-top:10px}.gridTwo{display:grid;grid-template-columns:1.35fr 1fr;grid-gap:18px;gap:18px}.gridTwo.smallBottom{grid-template-columns:1.3fr .7fr}.chart{height:330px}.kpiSix,.miniKpis{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px}.kpiSix{grid-template-columns:repeat(6,1fr)}.miniKpi{background:#f8fafc;border:1px solid var(--border);border-radius:16px;padding:14px}.miniKpi span{display:block;color:var(--muted);font-size:13px}.miniKpi b{display:block;font-size:24px;margin:8px 0}.miniKpi em{font-style:normal;font-weight:800}.bad{color:var(--red)}.clipCards{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:12px;gap:12px}.clipCards.mini{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.clipCard{display:flex;flex-direction:column;align-items:stretch;gap:6px;text-align:left;border:1px solid var(--border);background:#fff;border-radius:16px;padding:14px;min-width:0;word-break:keep-all;overflow-wrap:anywhere}.clipCard>div{display:flex;flex-wrap:wrap;gap:4px}.mediaLogo{font-size:28px}.clipCard strong{font-size:14px;color:var(--muted)}.clipCard h3{font-size:16px;margin:4px 0;line-height:1.35}.clipCard h3,.clipCard p{word-break:keep-all;overflow-wrap:anywhere}.clipCard p{font-size:13px;line-height:1.45;color:var(--text)}.clipCard small{color:var(--muted);font-size:12px;margin-top:4px}.tag{display:inline-flex;background:#e0f2fe;color:#0369a1;padding:4px 8px;border-radius:999px;font-size:12px;margin:0 4px 4px 0}.archive{display:flex;justify-content:space-between;gap:8px;align-items:center;border-bottom:1px solid var(--border);padding:12px 0}.splitPage{display:grid;grid-template-columns:1.45fr 390px;grid-gap:18px;gap:18px}.filters{display:flex;gap:10px;margin:12px 0}.filters input{flex:1 1}.table{width:100%;border-collapse:collapse}.table td,.table th{border-bottom:1px solid var(--border);padding:12px 10px;text-align:left;font-size:14px}.table th{color:var(--muted);font-size:13px}.table tr.selected{background:#f0f9ff}.product{display:flex;gap:10px;align-items:center}.product span{width:42px;height:42px;border-radius:12px;background:#f1f5f9;display:grid;place-items:center;font-size:24px}.detailChart{height:190px}.wordCloud{min-height:180px;background:#f8fafc;border:1px solid var(--border);border-radius:18px;padding:20px;display:flex;gap:14px;align-items:center;justify-content:center;flex-wrap:wrap;color:#0891b2}.fullBtn{width:100%;margin-top:14px}.clipLayout{display:grid;grid-template-columns:1fr 1fr;grid-gap:18px;gap:18px}.heatmap{display:grid;grid-template-columns:140px repeat(7,1fr);grid-gap:6px;gap:6px;align-items:center}.heatmap b{font-size:12px;color:var(--muted)}.heat{height:34px;border:0;border-radius:8px;background:#eff6ff;color:#1e40af;font-weight:800}.heat.v0{background:#f8fafc}.heat.v1{background:#dbeafe}.heat.v2{background:#93c5fd}.heat.v3{background:#2563eb;color:#fff}.alertList{display:flex;flex-direction:column;gap:14px}.alertCard{justify-content:space-between;gap:18px}.alertCard,.threshold{display:flex;align-items:center}.threshold{gap:12px;margin-top:12px}.threshold input{width:220px}.alertRight{display:flex;gap:12px;align-items:center}.toggle{border:0!important;background:#0ea5e9!important;color:#fff!important;font-weight:800;min-width:70px}.toast{position:fixed;right:26px;bottom:26px;background:#0f172a;color:#fff;padding:14px 18px;border-radius:14px;box-shadow:0 14px 40px rgba(15,23,42,.25)}@media(max-width:1300px){.clipCards,.insightGrid{grid-template-columns:repeat(2,1fr)}.kpiSix{grid-template-columns:repeat(3,1fr)}.clipLayout,.gridTwo,.splitPage{grid-template-columns:1fr}.sidebar{display:none}}@media(max-width:760px){.main{padding:14px}.alertCard,.header,.headerActions,.title{flex-direction:column;align-items:stretch}.search{width:100%}.clipCards,.clipCards.mini,.insightGrid,.kpiSix,.miniKpis{grid-template-columns:1fr}.heatmap{overflow:auto}.table{min-width:800px}.card{overflow:auto}}