:is(html:has(.report-root),body:has(.report-root)){background:#f8fafc}.report-root{--bg:#f8fafc;--bg-1:#fafbfc;--bg-2:#fff;--bg-3:#eef0f3;--line:#e5e5e8;--line-2:#eef0f3;--fg:#1f1f21;--fg-1:#2e2e33;--fg-2:#4d4d52;--fg-3:#808085;--fg-4:#b5b5bb;--mark-yes:#33415a;--mark-no:#c2c6ce;--us-hl:#edf2ff;--status-live-bg:#e7edff;--accent:#2d5bff;--accent-ink:#fff;--accent-soft:color-mix(in oklab, var(--accent) 8%, transparent);--accent-dim:color-mix(in oklab, var(--accent) 30%, transparent);--accent-strong:#1c338c;--pill-bg:#dae2ff;--pill-fg:#213da1;--ai-card-bg:#f1f5ff;--num-navy:#293366;--num-navy-ink:#fff;--primary-100:#f9faff;--primary-200:#c6d2ff;--primary-300:#94abff;--primary-400:#6083ff;--primary-500:#2d5bff;--primary-600:#0037f9;--primary-700:#002bc6;--primary-800:#002093;--primary-900:#000a2d;--ok:#16a34a;--warn:#d97706;--bad:#dc2626;--sys-error:#d32f2f;--sys-warn:#f9a825;--sys-ok:#4caf50;--sys-info:#0091ea;--sys-warn-100:#fef7eb;--sys-warn-400:#fabc57;--sys-warn-600:#e59006;--mint:#2d5bff;--text:#1a1a1a;--r-0:0;--r-1:2px;--r-2:4px;--r-3:6px;--r-4:8px;--r-5:12px;--r-6:16px;--r-7:20px;--r-8:24px;--r-9:40px;--r-sm:var(--r-4);--r-md:var(--r-5);--r-lg:var(--r-6);--shadow-xs:0 1px 2px 0 #0f192814;--shadow-s:0 1px 2px 0 #0f19280a, 0 1px 4px 0 #0f19281f;--shadow-m:0 2px 4px 0 #0f19280a, 0 4px 12px -2px #0f19281f;--shadow-l:0 4px 12px -4px #0f19280a, 0 8px 20px -4px #0f192814;--shadow-xl:0 12px 12px -8px #0f19280a, 0 20px 24px -12px #0f19281f;--shadow-xxl:0 24px 48px -16px #0f19283d;--shadow-inner:inset 0 2px 4px 0 #0f192814;--shadow-card:0 1px 2px #0f17290d, 0 8px 24px -4px #0f17290f;--shadow-card-hover:0 1px 2px #0f17290f, 0 14px 28px -4px #0f17291a;--mono:var(--font-geist-mono), ui-monospace, SFMono-Regular, Menlo, monospace;--sans:"Pretendard Variable", Pretendard, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;background:var(--bg);color:var(--fg);font-family:var(--sans);letter-spacing:0;-webkit-font-smoothing:antialiased;text-rendering:geometricprecision;min-height:100vh;line-height:1.6;position:relative;overflow-x:hidden}.report-root *{box-sizing:border-box}.report-root:before{content:"";pointer-events:none;z-index:0;background-image:linear-gradient(#f9faff00 0%,#f8fafc 100%),linear-gradient(270deg,#2d5bff1a 0%,#7fbec01a 55%);height:200px;position:absolute;top:0;left:0;right:0}.report-root .container{z-index:1;max-width:1244px;margin:0 auto;padding:0 32px;position:relative}@media (max-width:720px){.report-root .container{padding:0 20px}}.report-root h1,.report-root h2,.report-root h3,.report-root h4{font-family:var(--sans);letter-spacing:-.025em;color:var(--fg);margin:0;font-weight:700}.report-root h1{letter-spacing:-.03em;font-size:clamp(36px,5.2vw,64px);font-weight:700;line-height:1.08}.report-root h2{letter-spacing:-.02em;font-size:clamp(24px,2.4vw,32px);font-weight:700;line-height:1.2}.report-root h3{letter-spacing:-.015em;font-size:18px;font-weight:600;line-height:1.35}.report-root p{color:var(--fg-1);margin:0}.report-root .mono{font-family:var(--mono);font-feature-settings:"ss01"}.report-root .label{font-family:var(--mono);text-transform:lowercase;letter-spacing:.04em;color:var(--fg-3);font-size:11px}.report-root .label-accent{color:var(--accent)}.report-root .muted{color:var(--fg-2)}.report-root .dim{color:var(--fg-3)}.report-root .nav{z-index:1;background:0 0;position:relative}.report-root .nav-inner{justify-content:space-between;align-items:center;height:56px;display:flex}.report-root .brand{font-family:var(--sans);color:#000;letter-spacing:0;align-items:center;gap:6px;text-decoration:none;display:inline-flex}.report-root .brand-mark{background:url(/clipedu-mark.png) 50%/auto 29.6px no-repeat;flex:none;width:32px;height:32px}.report-root .brand-title{font-size:20px;font-weight:600;line-height:26px}.report-root .nav-meta{align-items:center;gap:14px;display:flex}.report-root .nav-meta .report-id{font-family:var(--mono);color:var(--fg-2);font-size:12px}.report-root .nav-meta .report-id span{color:var(--fg-3)}.report-root .badge{font-family:var(--mono);border:1px solid var(--line-2);background:var(--bg-1);color:var(--fg-1);border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:11px;display:inline-flex}.report-root .badge .dot{background:var(--accent);width:6px;height:6px;box-shadow:0 0 0 3px color-mix(in oklab, var(--accent) 18%, transparent);border-radius:50%;animation:2.4s ease-in-out infinite report-pulse}@keyframes report-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.55;transform:scale(.85)}}.report-root .theme-toggle{font-family:var(--mono);letter-spacing:.04em;color:var(--fg-1);background:var(--bg-2);border:1px solid var(--line-2);cursor:pointer;border-radius:999px;align-items:center;gap:6px;padding:4px 10px 4px 8px;font-size:11px;transition:border-color .15s,color .15s,background .15s,transform .15s;display:inline-flex}.report-root .theme-toggle:hover{border-color:var(--accent);color:var(--accent)}.report-root .theme-toggle:active{transform:translateY(1px)}.report-root .theme-toggle svg{color:var(--fg-2);transition:color .15s}.report-root .theme-toggle:hover svg{color:var(--accent)}.report-root .theme-toggle-label{text-transform:lowercase}@media (max-width:720px){.report-root .nav-meta .report-id,.report-root .theme-toggle-label{display:none}.report-root .theme-toggle{padding:6px 8px}}.report-root .hero{padding:64px 0 40px}.report-root .hero-top{justify-content:space-between;align-items:flex-start;gap:32px;margin-bottom:28px;display:flex}.report-root .hero-eyebrow{font-family:var(--mono);letter-spacing:.18em;color:var(--fg-4,#ffffff40);text-transform:uppercase;margin-bottom:12px;font-size:11px;display:block}.report-root .hero-title{letter-spacing:-.02em;color:var(--fg,#fff);margin:0;font-size:32px;font-weight:800;line-height:1.1}.report-root .hero-subtitle{color:var(--fg-2,#ffffffb3);margin:10px 0 0;font-size:15px;line-height:1.5}.report-root .hero-meta-block{text-align:right;font-family:var(--mono);color:var(--fg-2,#ffffffb3);white-space:nowrap;font-size:12px;line-height:1.8}.report-root .hero-meta-fine{color:var(--fg-3,#ffffff73);margin-top:2px;font-size:11px}.report-root .hero-biz-card{background:var(--bg-1,#ffffff0a);border:1px solid var(--line,#ffffff14);border-radius:var(--r-lg,14px);justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:36px;padding:24px 28px;display:flex}.report-root .hero-biz-main{flex:1;min-width:0}.report-root .hero-biz-name-row{flex-wrap:wrap;align-items:center;gap:10px;margin:0 0 10px;display:flex}.report-root .hero-biz-name{letter-spacing:-.02em;color:var(--fg,#fff);margin:0;font-size:22px;font-weight:700}.report-root .hero-biz-placeid{letter-spacing:0;white-space:nowrap;border-radius:999px;align-items:center;padding:3px 8px;font-size:11px;font-weight:500;text-decoration:none;transition:opacity .15s;display:inline-flex}.report-root .hero-biz-placeid-ok{background:color-mix(in oklab, var(--accent,#3dffa6) 14%, transparent);color:var(--accent,#3dffa6);border:1px solid color-mix(in oklab, var(--accent,#3dffa6) 32%, transparent)}.report-root .hero-biz-placeid-ok:hover{opacity:.8}.report-root .hero-biz-placeid-missing{background:color-mix(in oklab, var(--warn,#fbbf24) 12%, transparent);color:var(--warn,#fbbf24);border:1px solid color-mix(in oklab, var(--warn,#fbbf24) 30%, transparent)}.report-root .hero-biz-category{color:var(--fg-2,#ffffffb3);align-items:center;gap:6px;margin-bottom:8px;font-size:13px;display:inline-flex}.report-root .hero-biz-icon{color:var(--fg-3,#ffffff80);display:inline-flex}.report-root .hero-biz-note{color:var(--accent,#3dffa6);margin:0;font-size:13px;font-weight:500}.report-root .hero-biz-intro{color:var(--fg-2,#ffffffbf);-webkit-line-clamp:3;-webkit-box-orient:vertical;max-height:4.65em;margin:8px 0 0;font-size:13px;line-height:1.55;display:-webkit-box;overflow:hidden}.report-root .hero-biz-rank{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;align-items:center;gap:8px;margin-top:8px;padding:6px 10px;font-size:12.5px;display:inline-flex}.report-root .hero-biz-rank-label{color:var(--fg-2,#ffffffa6)}.report-root .hero-biz-rank-label b{color:var(--fg,#fff);font-weight:600}.report-root .hero-biz-rank-badge{border-radius:4px;padding:2px 8px;font-size:12px;font-weight:700;display:inline-block}.report-root .hero-biz-rank-badge.top{background:color-mix(in oklab, var(--accent) 15%, transparent);color:var(--accent)}.report-root .hero-biz-rank-badge.mid{color:#f5c12f;background:#f5c12f26}.report-root .hero-biz-rank-badge.low{color:#ff8c8c;background:#ff8c8c26}.report-root .hero-biz-rank-badge.out{color:#ffffff80;background:#c8c8c81a}.report-root .hero-biz-address{color:var(--fg,#fff);flex-shrink:0;align-items:center;gap:8px;max-width:50%;font-size:14px;display:inline-flex}.report-root .hero-biz-pin{color:var(--accent,#3dffa6);flex-shrink:0;display:inline-flex}.report-root .hero-biz-address-link{color:inherit;border-bottom:1px dashed var(--fg-3,#ffffff4d);text-decoration:none;transition:color .15s,border-color .15s}.report-root .hero-biz-address-link:hover{color:var(--accent,#3dffa6);border-bottom-color:var(--accent,#3dffa6)}.report-root .hero-score-block{text-align:center;padding:28px 0 32px}.report-root .hero-score-label{color:var(--fg-2,#fff9);letter-spacing:.02em;margin-bottom:18px;font-size:13px}.report-root .hero-score-row{justify-content:center;align-items:center;gap:32px;display:inline-flex}.report-root .hero-donut{width:160px;height:160px;position:relative}.report-root .hero-donut-center{pointer-events:none;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.report-root .hero-donut-score{letter-spacing:-.03em;color:var(--fg,#fff);font-size:38px;font-weight:800;line-height:1}.report-root .hero-donut-max{color:var(--fg-3,#ffffff80);margin-top:4px;font-size:12px}.report-root .hero-score-side{align-items:center;gap:14px;display:inline-flex}.report-root .hero-grade-badge{color:#6b4500;letter-spacing:-.02em;background:#fff6e6;border:1px solid #ffffff1a;border-radius:12px;justify-content:center;align-items:center;width:56px;height:56px;font-size:26px;font-weight:800;display:inline-flex}.report-root .hero-grade-badge.grade-a{color:#0d5a2b;background:#dffce9}.report-root .hero-grade-badge.grade-b{color:#0e3f73;background:#e2f1ff}.report-root .hero-grade-badge.grade-c{color:#6b4500;background:#fff6e6}.report-root .hero-grade-badge.grade-d{color:#7a2e00;background:#ffead9}.report-root .hero-score-label-group{text-align:left}.report-root .hero-score-band{color:#f5803e;font-size:16px;font-weight:700}.report-root .hero-score-grade-note{color:var(--fg-3,#ffffff80);margin-top:4px;font-size:12px}.report-root .hero-score-stale-note{color:#b45309;background:#f59e0b1a;border:1px solid #f59e0b40;border-radius:6px;margin-top:10px;padding:5px 8px;font-size:11px;line-height:1.4}.report-root .hero-checklist{border-top:1px solid var(--line,#ffffff14);margin-top:12px;padding-top:28px}.report-root .hero-checklist-label{font-family:var(--mono);letter-spacing:.16em;color:var(--fg-3,#ffffff73);text-transform:uppercase;margin-bottom:18px;font-size:11px}.report-root .hero-checklist-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.report-root .hero-checklist-item{background:var(--bg-1,#ffffff0a);border:1px solid var(--line,#ffffff14);color:var(--fg,#fff);border-radius:10px;align-items:center;gap:10px;padding:14px 18px;font-size:13px;display:inline-flex}.report-root .hero-checklist-label-text{flex:1;min-width:0}.report-root .hero-checklist-check{color:var(--accent,#3dffa6);flex-shrink:0;display:inline-flex}.report-root .hero-checklist-item-pending{opacity:.55;background:0 0;border-style:dashed}.report-root .hero-checklist-item-pending .hero-checklist-check{color:var(--fg-3,#ffffff73)}.report-root .hero-checklist-pending-tag{font-family:var(--mono);letter-spacing:.04em;border:1px solid var(--line,#ffffff1f);color:var(--fg-3,#ffffff80);background:#ffffff08;border-radius:6px;flex-shrink:0;padding:2px 6px;font-size:10px}@media (max-width:900px){.report-root .hero-top{flex-direction:column;gap:16px}.report-root .hero-meta-block{text-align:left}.report-root .hero-biz-card{flex-direction:column;gap:16px}.report-root .hero-biz-address{max-width:100%}.report-root .hero-checklist-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.report-root .hero{padding:40px 0 24px}.report-root .hero-title{font-size:24px}.report-root .hero-score-row{flex-direction:column;gap:18px}.report-root .hero-score-side{text-align:center;flex-direction:column;gap:8px}.report-root .hero-score-label-group{text-align:center}.report-root .hero-checklist-grid{grid-template-columns:1fr}}.report-root section.sec{padding:80px 0}.report-root .sec-head{justify-content:space-between;align-items:baseline;gap:24px;margin-bottom:40px;display:flex}.report-root .sec-head .sec-num{font-family:var(--mono);color:var(--fg-3);letter-spacing:.04em;align-items:center;gap:10px;font-size:12px;display:inline-flex}.report-root .sec-head .sec-num:before{content:"";background:var(--fg-4);width:16px;height:1px}.report-root .sec-head .sec-title h2{margin-top:10px}.report-root .sec-head .sec-title p{color:var(--fg-2);max-width:560px;margin-top:12px;font-size:14px}.report-root .sec-head .sec-aside{font-family:var(--mono);color:var(--fg-3);text-align:right;font-size:12px}.report-root .sec-head .sec-aside b{color:var(--fg-1);font-weight:600}@media (max-width:720px){.report-root .sec{padding:16px 0}.report-root .sec-head{flex-direction:column;align-items:flex-start}.report-root .sec-head .sec-aside{text-align:left}}.report-root .overall{grid-template-columns:1fr 1.15fr;align-items:stretch;gap:32px;display:grid}@media (max-width:900px){.report-root .overall{grid-template-columns:1fr;gap:20px}}.report-root .score-card{border:1px solid var(--line);border-radius:var(--r-lg);background:var(--bg-1);min-height:360px;box-shadow:var(--shadow-card);flex-direction:column;justify-content:space-between;padding:36px;display:flex;position:relative;overflow:hidden}.report-root .score-number{font-family:var(--sans);letter-spacing:-.05em;align-items:baseline;gap:8px;font-weight:300;line-height:.9;display:flex}.report-root .score-number .big{color:var(--fg);letter-spacing:-.05em;font-size:clamp(96px,13vw,156px);font-weight:700}.report-root .score-number .max{color:var(--fg-3);font-size:28px;font-weight:500}.report-root .score-band{align-items:center;gap:10px;margin-top:14px;display:flex}.report-root .score-band .band-chip{font-family:var(--mono);border:1px solid var(--accent);color:var(--accent);background:var(--accent-soft);letter-spacing:.02em;border-radius:999px;padding:4px 10px;font-size:11px}.report-root .score-band .note{font-family:var(--mono);color:var(--fg-3);font-size:11px}.report-root .grade-badge{font-family:var(--mono);letter-spacing:-.02em;vertical-align:middle;border:1.5px solid;border-radius:12px;justify-content:center;align-items:center;width:32px;height:32px;margin-left:10px;font-size:18px;font-weight:800;display:inline-flex}.report-root .grade-badge.grade-badge-lg{border-radius:18px;align-self:center;width:72px;height:72px;margin-left:18px;font-size:44px}.report-root .grade-badge.grade-a{color:var(--accent);background:var(--accent-soft)}.report-root .grade-badge.grade-b{color:#7ee9b0;background:#7de9b014}.report-root .grade-badge.grade-c{color:#f5b870;background:#f5b87014}.report-root .grade-badge.grade-d{color:#f08a7a;background:#f08a7a14}.report-root .ch-grid{grid-template-columns:repeat(2,1fr);gap:14px;margin-top:24px;display:grid}@media (max-width:720px){.report-root .ch-grid{grid-template-columns:1fr}}.report-root .ch-card{border:1px solid var(--line);background:var(--bg-2);border-radius:14px;align-items:stretch;gap:14px;padding:16px;display:flex}.report-root .ch-card.ch-card-live{border-color:var(--accent)}.report-root .ch-card.ch-card-partial{opacity:.95;border-color:#f5b870}.report-root .ch-card.ch-card-inactive{opacity:.7}.report-root a.ch-card-link{color:inherit;cursor:pointer;text-decoration:none;transition:border-color .15s,transform .15s,box-shadow .15s}.report-root a.ch-card-link:hover{border-color:var(--accent);transform:translateY(-1px);box-shadow:0 4px 14px #3dffa614}.report-root .ch-card-extlink{font-family:var(--mono);color:var(--fg-3);flex-shrink:0;margin-left:4px;font-size:14px}.report-root a.ch-card-link:hover .ch-card-extlink{color:var(--accent)}.report-root .ch-card-icon{flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.report-root .ch-card-icon svg{display:block}.report-root .ch-card-body{flex-direction:column;flex:1;gap:6px;min-width:0;display:flex}.report-root .ch-card-head{justify-content:space-between;align-items:center;gap:8px;display:flex}.report-root .ch-card-name{color:var(--fg);font-size:15px;font-weight:700}.report-root .ch-card-status{font-family:var(--mono);border:1px solid;border-radius:999px;padding:3px 8px;font-size:10px;font-weight:600}.report-root .ch-card-status-live{color:var(--accent);background:var(--accent-soft)}.report-root .ch-card-status-partial{color:#f5b870;background:#f5b87014}.report-root .ch-card-status-inactive{color:var(--fg-3);background:0 0}.report-root .ch-card-status-pending{color:var(--fg-2);background:var(--bg-3)}.report-root .ch-card-rationale{color:var(--fg-1);margin:0;font-size:12.5px;line-height:1.5}.report-root .ch-card-foot{flex-wrap:wrap;gap:6px;margin-top:4px;display:flex}.report-root .ch-card-metric{font-family:var(--mono);color:var(--fg-2);background:var(--bg-3);border-radius:999px;padding:2px 7px;font-size:11px}.report-root .ch-card-tag{font-family:var(--mono);color:var(--fg-3);padding:2px 6px;font-size:10px}.report-root .kw-strategy{border-top:1px solid var(--line);margin-top:36px;padding-top:24px}.report-root .kw-strategy-head{justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:16px;display:flex}.report-root .kw-strategy-title{color:var(--fg);font-size:17px;font-weight:700}.report-root .kw-strategy-meta{font-family:var(--mono);color:var(--fg-3);font-size:11px}.report-root .kw-strategy-grid{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}@media (max-width:720px){.report-root .kw-strategy-grid{grid-template-columns:1fr}}.report-root .kw-strategy-card{border:1px solid var(--line);background:var(--bg-2);border-radius:14px;gap:14px;padding:16px;display:flex}.report-root .kw-strategy-card-num{font-family:var(--mono);color:var(--accent);background:var(--accent-soft);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;font-weight:800;display:flex}.report-root .kw-strategy-card-body{flex:1;min-width:0}.report-root .kw-strategy-card-title{color:var(--fg);margin:0 0 6px;font-size:14px;font-weight:700}.report-root .kw-strategy-card-text{color:var(--fg-1);margin:0 0 10px;font-size:12.5px;line-height:1.55}.report-root .kw-strategy-card-picks{flex-wrap:wrap;gap:6px;display:flex}.report-root .kw-strategy-card-pick{font-family:var(--mono);color:var(--accent);background:var(--accent-soft);border-radius:999px;padding:3px 8px;font-size:11px}.report-root .kw-seed{border:1px solid var(--line);background:var(--bg-2);border-radius:14px;margin-top:32px;padding:20px}.report-root .kw-seed-head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:12px;display:flex}.report-root .kw-seed-title{color:var(--fg);font-size:15px;font-weight:700}.report-root .kw-seed-meta{font-family:var(--mono);color:var(--fg-3);font-size:11px}.report-root .kw-seed-form{gap:8px;display:flex}.report-root .kw-seed-input{color:var(--fg);background:var(--bg-3);border:1px solid var(--line);border-radius:8px;flex:1;padding:10px 12px;font-family:inherit;font-size:13px}.report-root .kw-seed-input:focus{border-color:var(--accent);outline:none}.report-root .kw-seed-input:disabled{opacity:.6}.report-root .kw-seed-btn{color:var(--accent-ink);background:var(--accent);cursor:pointer;border:none;border-radius:8px;padding:10px 18px;font-family:inherit;font-size:13px;font-weight:700}.report-root .kw-seed-btn:disabled{opacity:.5;cursor:not-allowed}.report-root .kw-seed-hint{font-family:var(--mono);color:var(--fg-3);margin-top:6px;font-size:10px}.report-root .kw-seed-error{color:#f08a7a;background:#f08a7a14;border-radius:8px;margin-top:12px;padding:10px 12px;font-size:12px;line-height:1.5}.report-root .kw-seed-result{margin-top:16px}.report-root .kw-seed-result-meta{font-family:var(--mono);color:var(--fg-2);margin-bottom:10px;font-size:11px}.report-root .kw-seed-table{border-collapse:collapse;width:100%;font-size:12.5px}.report-root .kw-seed-table th{font-family:var(--mono);color:var(--fg-3);text-align:right;border-bottom:1px solid var(--line);padding:8px 10px;font-size:10.5px;font-weight:600}.report-root .kw-seed-table th:first-child{text-align:left}.report-root .kw-seed-table td{color:var(--fg-1);text-align:right;border-bottom:1px solid var(--line);padding:8px 10px}.report-root .kw-seed-table td.kw-seed-name{text-align:left;color:var(--fg);font-weight:600}.report-root .kw-seed-comp{font-family:var(--mono);font-size:11px;font-weight:600}.report-root .kw-seed-more{font-family:var(--mono);color:var(--fg-3);text-align:center;margin-top:8px;font-size:11px}.report-root .source-chip{font-family:var(--mono);letter-spacing:.02em;border:1px solid var(--line);background:var(--bg-2);color:var(--fg-2);vertical-align:middle;white-space:nowrap;border-radius:4px;padding:2px 7px;font-size:10px;font-weight:600;display:inline-block}.report-root .score-summary{color:var(--fg-1);text-wrap:pretty;max-width:380px;margin-top:28px;font-size:15px;line-height:1.6}.report-root .score-meters{background:var(--line);border:1px solid var(--line);border-radius:var(--r-md);grid-template-columns:repeat(4,1fr);gap:1px;margin-top:28px;display:grid;overflow:hidden}.report-root .score-meter{background:var(--bg-2);padding:12px 14px}.report-root .score-meter .k{font-family:var(--mono);color:var(--fg-3);letter-spacing:.03em;font-size:10px}.report-root .score-meter .v{font-family:var(--sans);color:var(--fg);margin-top:2px;font-size:14px;font-weight:600}.report-root .axes-card{border:1px solid var(--line);border-radius:var(--r-lg);background:var(--bg-1);box-shadow:var(--shadow-card);padding:32px 32px 28px}.report-root .axes-head{font-family:var(--mono);color:var(--fg-3);border-bottom:1px dashed var(--line-2);justify-content:space-between;align-items:baseline;padding-bottom:18px;font-size:11px;display:flex}.report-root .axes-head b{color:var(--fg-1);font-weight:600}.report-root .axes-radar-wrap{border-bottom:1px dashed var(--line-2);margin:14px -8px 8px;padding-bottom:8px}@media (max-width:540px){.report-root .axes-radar-wrap{display:none}}.report-root .lc-source{border:1px solid var(--line);border-left:3px solid var(--accent);border-radius:var(--r-md);background:var(--bg-1);color:var(--fg-1);flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:16px;padding:12px 16px;font-size:12px;display:flex}.report-root .lc-source b{color:var(--fg);font-weight:600}.report-root .lc-source-id{font-family:var(--mono);color:var(--fg-3);letter-spacing:.03em;font-size:11px}.report-root .lc-source-link{font-family:var(--mono);color:var(--accent);border-bottom:1px solid #0000;font-size:11px;text-decoration:none;transition:border-color .15s}.report-root .lc-source-link:hover{border-bottom-color:var(--accent)}.report-root .lc-source-hint{color:var(--fg-3);margin-left:auto;font-size:11px}@media (max-width:720px){.report-root .lc-source-hint{flex-basis:100%;margin-left:0}}.report-root .linked-channels{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}@media (max-width:900px){.report-root .linked-channels{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.report-root .linked-channels{grid-template-columns:1fr}}.report-root .lc-card{border:1px solid var(--line);border-radius:var(--r-lg);background:var(--bg-1);flex-direction:column;gap:8px;min-height:120px;padding:18px 18px 16px;text-decoration:none;transition:border-color .2s,transform .2s,box-shadow .2s;display:flex}.report-root .lc-card:hover{border-color:var(--accent);box-shadow:var(--shadow-card);transform:translateY(-1px)}.report-root .lc-head{justify-content:space-between;align-items:center;gap:8px;display:flex}.report-root .lc-platform{color:var(--fg);letter-spacing:-.01em;font-size:14px;font-weight:600}.report-root .lc-status{font-family:var(--mono);letter-spacing:.04em;border-radius:999px;padding:2px 6px;font-size:10px}.report-root .lc-status[data-status=ok]{background:color-mix(in oklab, var(--accent) 14%, transparent);color:var(--accent)}.report-root .lc-status[data-status=unavailable]{background:color-mix(in oklab, var(--warn) 14%, transparent);color:var(--warn)}.report-root .lc-status[data-status=skipped]{color:var(--fg-3);background:var(--bg-2)}.report-root .lc-handle{font-family:var(--mono);color:var(--fg-2);word-break:break-all;letter-spacing:.02em;font-size:11px}.report-root .lc-metric{border-top:1px dashed var(--line);justify-content:space-between;align-items:baseline;margin-top:auto;padding-top:10px;display:flex}.report-root .lc-metric .k{font-family:var(--mono);color:var(--fg-3);letter-spacing:.03em;font-size:10px}.report-root .lc-metric .v{color:var(--fg);letter-spacing:-.01em;font-size:16px;font-weight:600}.report-root .trend-card{border:1px solid var(--line);border-radius:var(--r-lg);background:var(--bg-1);box-shadow:var(--shadow-card);padding:24px 28px 18px}.report-root .trend-card .trend-meta{font-family:var(--mono);color:var(--fg-3);letter-spacing:.03em;margin-bottom:12px;font-size:11px}.report-root .axes{flex-direction:column;margin-top:8px;display:flex}.report-root .axis-row{border-bottom:1px dashed var(--line);grid-template-columns:160px 1fr 60px;align-items:center;gap:16px;padding:16px 0;display:grid}.report-root .axis-row:last-child{border-bottom:0}.report-root .axis-name{color:var(--fg);font-size:14px;font-weight:500}.report-root .axis-name small{font-family:var(--mono);color:var(--fg-3);text-transform:lowercase;letter-spacing:.03em;margin-top:3px;font-size:10px;font-weight:400;display:block}.report-root .axis-mid{flex-direction:column;gap:6px;min-width:0;display:flex}.report-root .axis-evidence{font-family:var(--mono);color:var(--fg-2);letter-spacing:.02em;white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.report-root .axis-track{background:var(--bg-3);border-radius:4px;height:8px;position:relative;overflow:hidden}.report-root .axis-fill{background:var(--accent);border-radius:4px;width:0%;transition:width 1.2s cubic-bezier(.16,1,.3,1);position:absolute;inset:0 auto 0 0}.report-root .axis-fill.lo{background:var(--bad)}.report-root .axis-fill.mid{background:var(--warn)}.report-root .axis-score{font-family:var(--mono);color:var(--fg);text-align:right;font-size:13px;font-weight:600}.report-root .axis-score small{color:var(--fg-3);margin-left:2px;font-weight:400}.report-root .axis-score .axis-unmeasured{font-family:var(--mono);color:var(--fg-3);white-space:nowrap;letter-spacing:-.02em;font-size:10px;font-weight:500}.report-root .axis-row.unmeasured .axis-name{color:var(--fg-2)}.report-root .axis-row.unmeasured .axis-track{opacity:.5}.report-root .radar-note{text-align:center;font-family:var(--mono);color:var(--fg-3);letter-spacing:.01em;margin:6px 0 0;font-size:10px}.report-root .axis-bench{background:var(--fg-3);opacity:.5;width:1px;position:absolute;top:-2px;bottom:-2px}.report-root .axes-legend{font-family:var(--mono);color:var(--fg-3);gap:16px;margin-top:18px;font-size:10px;display:flex}.report-root .axes-legend span{align-items:center;gap:6px;display:inline-flex}.report-root .axes-legend i{background:var(--accent);width:10px;height:2px;display:inline-block}.report-root .axes-legend i.b{background:var(--fg-3)}@media (max-width:540px){.report-root .axis-row{grid-template-columns:110px 1fr 48px;gap:10px}.report-root .score-meters{grid-template-columns:repeat(2,1fr)}}.report-root .channels{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}@media (max-width:1000px){.report-root .channels{grid-template-columns:repeat(2,1fr)}}@media (max-width:520px){.report-root .channels{grid-template-columns:1fr}}.report-root .channel{border:1px solid var(--line);border-radius:var(--r-lg);background:var(--bg-1);min-height:300px;box-shadow:var(--shadow-card);flex-direction:column;padding:26px;transition:transform .2s,border-color .2s,box-shadow .2s;display:flex;position:relative}.report-root .channel:hover{border-color:var(--line-2);box-shadow:var(--shadow-card-hover);transform:translateY(-2px)}.report-root .channel .rank{font-family:var(--mono);color:var(--fg-3);letter-spacing:.03em;align-items:center;gap:6px;font-size:11px;display:inline-flex}.report-root .channel .rank b{color:var(--fg);font-weight:600}.report-root .channel h3{letter-spacing:-.02em;margin-top:14px;font-size:22px;font-weight:600}.report-root .channel .ch-sub{font-family:var(--mono);color:var(--fg-3);letter-spacing:.03em;margin-top:4px;font-size:11px}.report-root .channel .ch-metrics{border-top:1px dashed var(--line);grid-template-columns:1fr 1fr;gap:14px 18px;margin-top:22px;padding-top:18px;display:grid}.report-root .channel .ch-metrics[data-cells="1"]{grid-template-columns:1fr}.report-root .channel .ch-metric .k{font-family:var(--mono);color:var(--fg-3);letter-spacing:.03em;font-size:10px}.report-root .channel .ch-metric .v{color:var(--fg);letter-spacing:-.01em;margin-top:3px;font-size:16px;font-weight:600}.report-root .channel .ch-metric .v small{color:var(--fg-3);margin-left:3px;font-size:11px;font-weight:400}.report-root .channel .ch-foot{font-family:var(--sans);color:var(--fg-2);justify-content:space-between;align-items:center;margin-top:auto;padding-top:16px;font-size:13px;font-weight:500;display:flex}.report-root .channel.primary{background:var(--bg-1);border-color:var(--accent);box-shadow:0 1px 2px #0f17140a,0 12px 28px #1f8a5e1a}.report-root .channel.primary .rank b{color:var(--accent)}.report-root .channel.primary:after{content:"recommended";font-family:var(--mono);background:var(--accent);color:var(--accent-ink);letter-spacing:.04em;border-radius:999px;padding:4px 10px;font-size:10px;font-weight:600;position:absolute;top:14px;right:14px}.report-root .channel.primary .ch-metric .v{color:var(--accent)}.report-root .kw-bar-card{border:1px solid var(--line);border-radius:var(--r-lg);background:var(--bg-1);box-shadow:var(--shadow-card);margin-top:32px;margin-bottom:32px;padding:22px 26px 20px}.report-root .kw-bar-card .kw-bar-meta{font-family:var(--sans);color:var(--fg-2);letter-spacing:0;margin-bottom:16px;font-size:12.5px;line-height:1.5}.report-root .kw-group{margin-top:32px}.report-root .kw-group:first-of-type{margin-top:0}.report-root .kw-group-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:baseline;gap:16px;margin-bottom:18px;padding-bottom:14px;display:flex}.report-root .kw-group-title{font-family:var(--sans);letter-spacing:-.01em;color:var(--fg);font-size:15px;font-weight:600}.report-root .kw-group-meta{font-family:var(--mono);color:var(--fg-3);letter-spacing:.04em;font-size:11px}.report-root .kw.kw-existing{border-left:3px solid var(--accent);padding-left:22px}.report-root .kw.kw-suggested{background:var(--bg-2)}.report-root .keywords{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}@media (max-width:900px){.report-root .keywords{grid-template-columns:repeat(2,1fr)}}@media (max-width:520px){.report-root .keywords{grid-template-columns:1fr}}.report-root .kw-intent-groups{flex-direction:column;gap:24px;margin-top:12px;display:flex}.report-root .kw-intent-group{flex-direction:column;gap:10px;display:flex}.report-root .kw-intent-group-head{border-bottom:1px dashed var(--line);align-items:baseline;gap:10px;padding:6px 0 8px;display:flex}.report-root .kw-intent-group-title{letter-spacing:.01em;color:var(--ink-1);font-size:13px;font-weight:600}.report-root .kw-intent-group-count{color:var(--ink-2);background:var(--bg-2);border:1px solid var(--line);border-radius:999px;padding:2px 8px;font-size:11px}.report-root .kw-intent-local_long_tail .kw-intent-group-title:before,.report-root .kw-intent-head_anchor .kw-intent-group-title:before,.report-root .kw-intent-segment .kw-intent-group-title:before,.report-root .kw-intent-purpose .kw-intent-group-title:before{content:"";vertical-align:middle;border-radius:999px;width:6px;height:6px;margin-right:8px;display:inline-block}.report-root .kw-intent-local_long_tail .kw-intent-group-title:before{background:#2563eb}.report-root .kw-intent-head_anchor .kw-intent-group-title:before{background:#6b7280}.report-root .kw-intent-segment .kw-intent-group-title:before{background:#16a34a}.report-root .kw-intent-purpose .kw-intent-group-title:before{background:#ea580c}.report-root .kw{border:1px solid var(--line);border-radius:var(--r-md);background:var(--bg-1);box-shadow:var(--shadow-card);flex-direction:column;gap:9px;padding:13px 15px;transition:border-color .2s,box-shadow .2s;display:flex}.report-root .kw:hover{border-color:var(--line-2);box-shadow:var(--shadow-card-hover)}.report-root .kw-top{justify-content:space-between;align-items:center;gap:8px;display:flex}.report-root .kw-tag{font-family:var(--mono);color:var(--fg-3);letter-spacing:.03em;font-size:10px}.report-root .kw-op{font-family:var(--mono);border:1px solid var(--line-2);color:var(--fg-1);letter-spacing:.04em;border-radius:4px;padding:2px 7px;font-size:9.5px}.report-root .kw-op.hi{border-color:var(--accent);color:var(--accent);background:var(--accent-soft)}.report-root .kw-op.md{border-color:var(--warn);color:var(--warn);background:#c8881a0f}.report-root .kw-op.lo{border-color:var(--fg-4);color:var(--fg-2)}.report-root .kw-top-r{align-items:center;gap:6px;display:flex}.report-root .kw-ai{font-family:var(--mono);border:1px solid var(--accent);color:var(--accent);background:var(--accent-soft);letter-spacing:.03em;white-space:nowrap;border-radius:4px;padding:2px 7px;font-size:9.5px;font-weight:600}.report-root .kw-ai-cohort{border-color:var(--fg-3);color:var(--fg-2);background:0 0}.report-root .kw h3{letter-spacing:-.02em;font-size:15px;font-weight:600;line-height:1.3}.report-root .kw h3 .hash{color:var(--fg-3);font-weight:400}.report-root .kw-stats{grid-template-columns:1fr 1fr;gap:8px;display:grid}.report-root .kw-stat .k{font-family:var(--mono);color:var(--fg-3);letter-spacing:.03em;font-size:9.5px}.report-root .kw-stat .v{color:var(--fg);font-size:13.5px;font-family:var(--sans);margin-top:2px;font-weight:600}.report-root .kw-stat .v small{color:var(--fg-3);margin-left:2px;font-size:9.5px;font-weight:400}.report-root .kw-foot{border-top:1px dashed var(--line);font-family:var(--mono);color:var(--fg-2);justify-content:space-between;align-items:center;margin-top:2px;padding-top:8px;font-size:10px;display:flex}.report-root .kw-foot .arrow{color:var(--accent)}.report-root .kw-action{font-family:var(--sans);color:var(--fg-1);background:var(--bg-2);border-left:2px solid var(--accent);letter-spacing:-.005em;border-radius:4px;padding:10px 12px;font-size:12px}.report-root .kw-why{font-family:var(--sans);color:var(--fg-2);border-left:1px dashed var(--line-2);background:0 0;gap:8px;margin-top:8px;padding:8px 12px;font-size:11.5px;line-height:1.55;display:flex}.report-root .kw-why-label{font-family:var(--mono);letter-spacing:.08em;color:var(--fg-3);text-transform:lowercase;flex-shrink:0;padding-top:1px;font-size:10px;font-weight:600}.report-root .kw-why-text{color:var(--fg-1)}.report-root .sec-empty{border:1px dashed var(--line-2);border-radius:var(--r-md);background:var(--bg-2);flex-direction:column;align-items:flex-start;gap:6px;margin-top:12px;padding:28px 24px;display:flex}.report-root .sec-empty-label{font-family:var(--mono);letter-spacing:.04em;color:var(--fg-3);border:1px solid var(--line-2);background:var(--bg-3);border-radius:999px;padding:3px 10px;font-size:11px;font-weight:600}.report-root .sec-empty-text{color:var(--fg-2);font-size:13.5px;line-height:1.55}.report-root .kw-comp-chip{font-family:var(--mono);border:1px solid var(--line-2);letter-spacing:.02em;color:var(--fg-3);white-space:nowrap;border-radius:999px;flex-shrink:0;padding:2px 8px;font-size:10px}.report-root .kw-comp-chip.on{color:var(--accent);border-color:var(--accent);background:var(--accent-soft)}.report-root .kw-comp-chip.off{border-style:dashed}.report-root .kw-stat .v.reach-hi{color:var(--accent)}.report-root .kw-stat .v.reach-md{color:var(--warn)}.report-root .kw-stat .v.reach-lo{color:var(--fg-3)}.report-root .kw-diagnosis{border:1px dashed var(--line-2);border-radius:var(--r-md);background:var(--bg-2);flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:16px;padding:12px 16px;display:flex}.report-root .kw-diagnosis-label{font-family:var(--mono);color:var(--fg-3);letter-spacing:.04em;margin-right:6px;font-size:11px}.report-root .kw-diagnosis-pill{font-family:var(--mono);border:1px solid var(--line-2);letter-spacing:.02em;border-radius:999px;padding:3px 10px;font-size:11px}.report-root .kw-diagnosis-pill.filled{color:var(--accent);border-color:var(--accent);background:var(--accent-soft)}.report-root .kw-diagnosis-pill.empty{color:var(--warn);border-color:var(--warn);background:color-mix(in oklab, var(--warn) 12%, transparent)}.report-root .table-wrap{border:1px solid var(--line);border-radius:var(--r-lg);background:var(--bg-1);box-shadow:var(--shadow-card);overflow:hidden}.report-root .table-scroll{overflow-x:auto}.report-root table.cmp{border-collapse:collapse;width:100%;min-width:680px}.report-root table.cmp th,.report-root table.cmp td{text-align:left;border-bottom:1px solid var(--line);vertical-align:middle;padding:16px 22px;font-size:14px}.report-root table.cmp .cmp-name{font-family:var(--sans);color:var(--fg);letter-spacing:-.01em;text-transform:none;word-break:keep-all;max-width:220px;font-size:13px;font-weight:600;line-height:1.35;display:block}.report-root table.cmp thead th.us .cmp-name{color:var(--accent)}.report-root table.cmp .cmp-sub{font-family:var(--mono);color:var(--fg-3);letter-spacing:.06em;margin-top:2px;font-size:10px;display:block}.report-root table.cmp .cmp-chip{border:1px solid var(--line-2);background:var(--bg-2);font-family:var(--mono);color:var(--fg-2);letter-spacing:.02em;white-space:nowrap;text-transform:none;border-radius:999px;margin-top:6px;margin-right:4px;padding:2px 8px;font-size:10px;display:inline-block}.report-root .cmp-diag{-webkit-line-clamp:3;font-family:var(--mono);color:var(--fg-3);letter-spacing:.01em;word-break:break-all;-webkit-box-orient:vertical;max-width:480px;margin-top:4px;font-size:10px;line-height:1.5;display:-webkit-box;overflow:hidden}.report-root .cmp-diag-detail{font-family:var(--mono);color:var(--fg-3);max-width:480px;margin-top:6px;font-size:10px}.report-root .cmp-diag-detail>summary{cursor:pointer;color:var(--fg-2);padding:2px 0}.report-root .cmp-diag-section{border-left:1px dashed var(--line-2);margin-top:6px;padding:6px 10px}.report-root .cmp-diag-section b{color:var(--fg-1);margin-bottom:4px;display:block}.report-root .cmp-diag-section ol,.report-root .cmp-diag-section ul{margin:0;padding-left:18px;line-height:1.55}.report-root .cmp-diag-section li small{color:var(--fg-3)}.report-root .cmp-diag-section .status-matched{color:var(--accent)}.report-root .cmp-diag-section .status-naver_unlisted,.report-root .cmp-diag-section .status-crawl_failed{color:var(--warn)}.report-root table.cmp .cmp-chip.status-ok{color:var(--accent);border-color:var(--accent);background:var(--accent-soft)}.report-root table.cmp .cmp-chip.status-warn{color:var(--warn);border-color:var(--warn);background:0 0;border-style:dashed}.report-root table.cmp .cmp-chip.status-muted{color:var(--fg-3);border-style:dashed}.report-root table.cmp thead th{font-family:var(--mono);color:var(--fg-3);vertical-align:top;text-transform:lowercase;background:var(--bg-2);border-bottom:1px solid var(--line-2);letter-spacing:.04em;font-size:11px;font-weight:500}.report-root table.cmp thead th.us{color:var(--accent)}.report-root table.cmp tr:last-child td{border-bottom:0}.report-root table.cmp tr:hover td{background:var(--bg-2)}.report-root table.cmp td.metric{font-family:var(--sans);font-weight:500}.report-root table.cmp td.us{color:var(--accent);font-weight:700;background:var(--accent-soft)!important}.report-root table.cmp td .delta{font-family:var(--mono);color:var(--fg-3);margin-left:6px;font-size:11px}.report-root table.cmp td .delta.up{color:var(--ok)}.report-root table.cmp td .delta.down{color:var(--bad)}.report-root table.cmp td.cat{color:var(--fg);font-weight:600}.report-root table.cmp td.cat small{font-family:var(--mono);color:var(--fg-3);letter-spacing:.03em;margin-top:3px;font-size:11px;font-weight:400;display:block}.report-root .mini-bar{background:var(--bg-3);border-radius:2px;width:80px;height:4px;margin-top:6px;position:relative}.report-root .mini-bar i{background:var(--fg-3);border-radius:2px;position:absolute;inset:0 auto 0 0}.report-root td.us .mini-bar i{background:var(--accent)}.report-root .kw-chips{flex-wrap:wrap;gap:4px;max-width:220px;margin-top:8px;display:flex}.report-root .kw-chip{border:1px solid var(--line-2);background:var(--bg-2);font-family:var(--mono);color:var(--fg-2);letter-spacing:.01em;white-space:nowrap;border-radius:999px;padding:2px 8px;font-size:11px;display:inline-block}.report-root td.us .kw-chip{color:var(--accent);border-color:var(--accent);background:var(--accent-soft)}.report-root .kw-chip.kw-chip-opp{color:var(--warn);border-color:var(--warn);background:0 0;border-style:dashed}.report-root .roadmap{grid-template-columns:repeat(4,1fr);gap:16px;display:grid;position:relative}@media (max-width:1100px){.report-root .roadmap{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.report-root .roadmap{grid-template-columns:1fr}}.report-root .phase{border:1px solid var(--line);border-radius:var(--r-lg);background:var(--bg-1);box-shadow:var(--shadow-card);flex-direction:column;gap:18px;padding:30px 28px 28px;display:flex;position:relative}.report-root .phase-head{font-family:var(--mono);color:var(--fg-3);letter-spacing:.04em;justify-content:space-between;align-items:center;font-size:11px;display:flex}.report-root .phase-head b{color:var(--fg-1);font-weight:600}.report-root .phase-title{align-items:baseline;gap:14px;display:flex}.report-root .phase-title .num{font-family:var(--sans);color:var(--accent);letter-spacing:-.05em;font-size:48px;font-weight:700;line-height:.9}.report-root .phase-title .num.dim{color:var(--fg-4)}.report-root .phase-title h3{letter-spacing:-.02em;font-size:20px;font-weight:600}.report-root .phase-title h3 small{font-family:var(--mono);color:var(--fg-3);letter-spacing:.04em;margin-top:5px;font-size:11px;font-weight:400;display:block}.report-root .phase ul{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.report-root .phase li{color:var(--fg-1);grid-template-columns:14px 1fr;align-items:flex-start;gap:10px;font-size:14px;line-height:1.55;display:grid}.report-root .phase li:before{content:"";background:var(--fg-3);border-radius:50%;width:6px;height:6px;margin-top:7px;margin-left:4px;display:block}.report-root .phase li small{font-family:var(--mono);color:var(--fg-3);letter-spacing:.03em;margin-top:3px;font-size:11px;display:block}.report-root .phase .phase-kpi{border-top:1px dashed var(--line);font-family:var(--mono);color:var(--fg-2);letter-spacing:.04em;justify-content:space-between;margin-top:auto;padding-top:16px;font-size:11px;display:flex}.report-root .phase .phase-kpi .accent{color:var(--accent);font-weight:600}.report-root .phase.active{background:var(--accent-soft);border-color:var(--accent)}.report-root .phase.active li:before{background:var(--accent)}.report-root .callout{border:1px solid var(--line);border-radius:var(--r-lg);background:var(--accent-soft);box-shadow:var(--shadow-card);grid-template-columns:1fr auto;align-items:center;gap:32px;margin:88px 0 0;padding:48px 44px;display:grid}.report-root .callout .label{color:var(--accent);margin-bottom:14px}.report-root .callout h2{letter-spacing:-.01em;text-wrap:pretty;word-break:keep-all;overflow-wrap:break-word;color:var(--fg-1);margin:0;font-size:clamp(17px,1.6vw,21px);font-weight:600;line-height:1.6}.report-root .callout h2 em{color:var(--accent);font-style:normal;font-weight:700}.report-root .callout .actions{flex-direction:column;align-items:flex-end;gap:8px;display:flex}.report-root .callout .btn{font-family:var(--sans);background:var(--accent);color:var(--accent-ink);border-radius:var(--r-md);cursor:pointer;letter-spacing:-.01em;border:none;padding:12px 20px;font-size:14px;font-weight:600;transition:transform .15s,box-shadow .2s}.report-root .callout .btn:hover{transform:translateY(-1px);box-shadow:0 8px 20px -6px #1f8a5e59}.report-root .callout .btn-ghost{color:var(--fg-1);border:1px solid var(--line-2);background:0 0}.report-root .callout .btn-ghost:hover{border-color:var(--fg-3);color:var(--fg);box-shadow:none}@media (max-width:720px){.report-root .callout{grid-template-columns:1fr;padding:32px 24px}.report-root .callout .actions{flex-direction:row;align-items:stretch}.report-root .callout .btn{text-align:center;flex:1}}.report-root footer.foot{border-top:1px solid var(--line);margin-top:96px;padding:48px 0 40px}.report-root .foot-grid{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px;display:grid}.report-root .foot-grid .label{margin-bottom:12px}.report-root .foot-grid p{color:var(--fg-1);font-size:13px;line-height:1.65}.report-root .foot-grid a{color:var(--fg-1);padding:3px 0;font-size:13px;text-decoration:none;display:block}.report-root .foot-grid a:hover{color:var(--accent)}.report-root .foot-bottom{border-top:1px solid var(--line);font-family:var(--mono);color:var(--fg-3);letter-spacing:.04em;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;padding-top:24px;font-size:11px;display:flex}@media (max-width:720px){.report-root .foot-grid{grid-template-columns:1fr 1fr;gap:28px}}@media (max-width:440px){.report-root .foot-grid{grid-template-columns:1fr}}.report-root .report-tail-space{height:150px}@media (max-width:720px){.report-root .report-tail-space{height:100px}}.report-root table.cmp .cmp-name-link{color:inherit;border-bottom:1px dashed var(--fg-3);text-decoration:none;transition:color .12s,border-color .12s}.report-root table.cmp .cmp-name-link:hover{color:var(--accent);border-bottom-color:var(--accent)}.report-root table.cmp .cmp-source-pill{background:var(--accent-soft);color:var(--accent);font-family:var(--sans);letter-spacing:.02em;vertical-align:middle;white-space:nowrap;border-radius:999px;margin-left:8px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-block}.report-root table.cmp .cmp-source-pill small{font-size:10px;font-weight:400}.report-root table.cmp thead th.us .cmp-source-pill{display:none}.report-root table.cmp .cmp-sub .cmp-source-pill{margin-left:0}.report-root table.cmp .cmp-source-pill-us{background:var(--accent);color:var(--accent-ink);font-family:var(--sans);letter-spacing:.02em;white-space:nowrap;border-radius:999px;padding:2px 9px;font-size:11px;font-weight:700;display:inline-block}.report-root .phase-simultaneous-badge{background:var(--accent-soft);color:var(--accent);font-family:var(--mono);letter-spacing:.04em;vertical-align:middle;border-radius:999px;margin-left:8px;padding:2px 8px;font-size:11px;display:inline-block}.report-root .kw h3 .kw-token-dong{color:var(--accent);font-weight:700}.report-root .kw h3 .kw-token-industry{color:#ffc864;font-weight:700}.report-root .kw h3 .kw-token-target{color:#b48cff;font-weight:700}.report-root .kw-why-digest{background:var(--bg-2);border:1px solid var(--border);border-radius:10px;margin:10px 0 18px;padding:14px 16px}.report-root .kw-why-digest-head{font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;color:var(--fg-3);margin-bottom:10px;font-size:11px}.report-root .kw-why-digest-label:before{content:"▸ ";color:var(--accent)}.report-root .kw-why-digest-grid{flex-direction:column;gap:8px;display:flex}.report-root .kw-why-digest-row{align-items:flex-start;gap:12px;display:flex}.report-root .kw-why-digest-axis{font-family:var(--sans);letter-spacing:.02em;text-align:center;border-radius:999px;flex-shrink:0;min-width:46px;padding:3px 10px;font-size:11px;font-weight:700;display:inline-block}.report-root .kw-why-digest-axis-region{background:var(--accent-soft);color:var(--accent)}.report-root .kw-why-digest-axis-industry{color:#ffc864;background:#ffc8641f}.report-root .kw-why-digest-axis-target{color:#b48cff;background:#b48cff24}.report-root .kw-why-digest-text{color:var(--fg-2);flex:1;font-size:13px;line-height:1.6}.report-root .kw-cand-pool{background:var(--bg-2);border:1px solid var(--border);border-radius:10px;margin:10px 0 16px;padding:14px 16px}.report-root .kw-cand-pool-head{font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;color:var(--fg-3);align-items:baseline;gap:10px;margin-bottom:12px;font-size:11px;display:flex}.report-root .kw-cand-pool-label:before{content:"▸ ";color:var(--accent)}.report-root .kw-cand-pool-meta{color:var(--fg-3);text-transform:none;letter-spacing:0;font-size:11px}.report-root .kw-cand-pool-grid{flex-direction:column;gap:14px;display:flex}.report-root .kw-cand-pool-row{flex-direction:column;gap:8px;display:flex}.report-root .kw-cand-pool-head-line{align-items:baseline;gap:10px;display:flex}.report-root .kw-cand-pool-axis{font-family:var(--sans);letter-spacing:.02em;text-align:center;border-radius:999px;flex-shrink:0;min-width:46px;padding:3px 10px;font-size:11px;font-weight:700;display:inline-block}.report-root .kw-cand-pool-narrative{color:var(--fg-2);flex:1;font-size:13px;line-height:1.55}.report-root .kw-cand-pool-chips{flex-wrap:wrap;gap:6px;padding-left:56px;display:flex}.report-root .kw-cand-chip{font-family:var(--sans);letter-spacing:.01em;border:1px solid var(--border);background:var(--bg-1);color:var(--fg-2);border-radius:999px;padding:4px 10px;font-size:12px;font-weight:600;display:inline-block}.report-root .kw-cand-axis-region{background:var(--accent-soft);color:var(--accent);border-color:#0000}.report-root .kw-cand-axis-industry{color:#ffc864;background:#ffc8641f;border-color:#0000}.report-root .kw-cand-axis-target{color:#b48cff;background:#b48cff24;border-color:#0000}.report-root .roadmap-ongoing,.report-root .roadmap-seasonal{margin:18px 0}.report-root .roadmap-section-head{border-bottom:1px dashed var(--border);align-items:baseline;gap:12px;margin-bottom:12px;padding-bottom:8px;display:flex}.report-root .roadmap-section-title{font-family:var(--sans);color:var(--fg-1);margin:0;font-size:15px;font-weight:700}.report-root .roadmap-section-meta{color:var(--fg-3);letter-spacing:.02em;font-size:11px}.report-root .roadmap-ongoing-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:12px;display:grid}.report-root .roadmap-ongoing-card{background:var(--bg-2);border:1px solid var(--border);border-radius:10px;flex-direction:column;gap:10px;padding:14px 16px;display:flex}.report-root .roadmap-ongoing-head{align-items:baseline;gap:10px;display:flex}.report-root .roadmap-ongoing-start{font-family:var(--mono);background:var(--accent-soft);color:var(--accent);letter-spacing:.04em;border-radius:999px;flex-shrink:0;padding:2px 8px;font-size:10px;font-weight:700;display:inline-block}.report-root .roadmap-ongoing-channel{font-family:var(--sans);color:var(--fg-1);margin:0;font-size:14px;font-weight:700}.report-root .roadmap-ongoing-body{flex-direction:column;gap:4px;display:flex}.report-root .roadmap-ongoing-row{gap:8px;font-size:12px;display:flex}.report-root .roadmap-ongoing-row-label{width:60px;color:var(--fg-3);font-family:var(--mono);letter-spacing:.02em;flex-shrink:0}.report-root .roadmap-ongoing-row-value{color:var(--fg-2);font-weight:500}.report-root .roadmap-ongoing-why{border-top:1px solid var(--border);color:var(--fg-3);margin:0;padding-top:8px;font-size:12px;line-height:1.5}.report-root .roadmap-seasonal-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:10px;display:grid}.report-root .roadmap-seasonal-card{border:1px solid var(--border);background:linear-gradient(135deg,#ffc8640f,#b48cff0f);border-radius:10px;flex-direction:column;gap:6px;padding:12px 14px;display:flex}.report-root .roadmap-seasonal-head{font-family:var(--mono);letter-spacing:.04em;justify-content:space-between;align-items:baseline;gap:8px;font-size:10px;display:flex}.report-root .roadmap-seasonal-period{color:var(--fg-3)}.report-root .roadmap-seasonal-channel{color:#ffc864;font-weight:700}.report-root .roadmap-seasonal-event{font-family:var(--sans);color:var(--fg-1);margin:0;font-size:14px;font-weight:700}.report-root .roadmap-seasonal-idea{color:var(--fg-2);margin:2px 0 0;font-size:12px;line-height:1.5}.report-root .score-ai-summary{border:1px solid var(--border);background:linear-gradient(135deg,#3dffa614,#b48cff14);border-radius:10px;margin-top:16px;padding:14px 16px}.report-root .score-ai-summary-head{font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;align-items:baseline;gap:10px;margin-bottom:8px;font-size:10px;display:flex}.report-root .score-ai-summary-label{background:var(--accent);color:var(--bg-1);font-weight:700;font-family:var(--sans);letter-spacing:.02em;border-radius:999px;padding:3px 10px;font-size:11px}.report-root .score-ai-summary-label:before{content:"🤖 "}.report-root .score-ai-summary-meta{color:var(--fg-3)}.report-root .score-ai-summary-text{color:var(--fg-1);margin:0;font-size:13.5px;font-weight:500;line-height:1.65}.report-root .score-ai-summary-list{gap:10px;margin:0;padding:0;list-style:none;display:grid}.report-root .score-ai-summary-item{background:var(--surface-2,#ffffff08);border-left:3px solid var(--accent,#3dffa6);border-radius:8px;grid-template-columns:72px 1fr;align-items:start;gap:12px;padding:10px 12px;display:grid}.report-root .score-ai-summary-item[data-label=키워드]{border-left-color:#b48cff}.report-root .score-ai-summary-item[data-label=경쟁사]{border-left-color:#ffd54a}.report-root .score-ai-summary-item-label{color:var(--fg-1);text-transform:none;letter-spacing:0;background:var(--surface-3,#ffffff0f);text-align:center;white-space:nowrap;border-radius:6px;padding:4px 10px;font-size:12px;font-weight:700}.report-root .score-ai-summary-item-text{color:var(--fg-1);font-size:13.5px;font-weight:500;line-height:1.6}.report-root .score-ai-summary-item-body{flex-direction:column;gap:4px;min-width:0;display:flex}.report-root .score-ai-summary-bullets{gap:6px;margin:0;padding:0;list-style:none;display:grid}.report-root .score-ai-summary-bullets li{color:var(--fg-1);padding-left:14px;font-size:13.5px;font-weight:500;line-height:1.5;position:relative}.report-root .score-ai-summary-bullets li:before{content:"";background:var(--accent,#3dffa6);border-radius:50%;width:5px;height:5px;position:absolute;top:9px;left:0}.report-root .score-ai-summary-item[data-label=키워드] .score-ai-summary-bullets li:before{background:#b48cff}.report-root .score-ai-summary-item[data-label=경쟁사] .score-ai-summary-bullets li:before{background:#ffd54a}.report-root .kw-strategy-narrative{border:1px solid var(--border);background:linear-gradient(135deg,#3dffa60f,#b48cff0f);border-radius:10px;align-items:flex-start;gap:12px;margin:0 0 18px;padding:14px 16px;display:flex}.report-root .kw-strategy-narrative-label{font-family:var(--sans);letter-spacing:.02em;background:var(--accent);color:var(--bg-1);border-radius:999px;flex-shrink:0;padding:3px 10px;font-size:11px;font-weight:700;display:inline-block}.report-root .kw-strategy-narrative-text{color:var(--fg-1);white-space:pre-line;flex:1;font-size:13px;font-weight:500;line-height:1.7}.report-root .kw-sub-group{margin:18px 0}.report-root .kw-sub-group-head{border-bottom:1px dashed var(--border);margin-bottom:10px;padding-bottom:8px}.report-root .kw-sub-group-title{font-family:var(--sans);color:var(--fg-1);margin:0 0 4px;font-size:14px;font-weight:700}.report-root .kw-sub-group-blurb{color:var(--fg-2);margin:0;font-size:12px;line-height:1.5}.report-root .kw-sub-group-action{color:var(--accent);margin:4px 0 0;font-size:12px;font-weight:600;line-height:1.5}.report-root .kw-sub-group-school .kw-sub-group-title:before{content:"🎒 "}.report-root .kw-sub-group-head .kw-sub-group-title:before{content:"📍 "}.report-root .kw-sub-group-segment .kw-sub-group-title:before{content:"🎯 "}.report-root .kw-sub-group-other .kw-sub-group-title:before{content:"📎 "}.report-root .cmp-main-keyword{background:var(--accent-soft);border-left:3px solid var(--accent);font-family:var(--sans);color:var(--fg);border-radius:8px;flex-direction:column;gap:4px;margin:4px 0 14px;padding:12px 16px;display:flex}.report-root .cmp-main-keyword-top{flex-wrap:wrap;align-items:baseline;gap:10px;display:flex}.report-root .cmp-main-keyword-label{font-family:var(--mono);color:var(--fg-3);letter-spacing:.06em;text-transform:uppercase;font-size:11px}.report-root .cmp-main-keyword-value{color:var(--accent);letter-spacing:-.01em;font-size:16px;font-weight:700}.report-root .cmp-main-keyword-vol{background:var(--bg);border:1px solid var(--border);border-radius:999px;align-items:baseline;gap:6px;margin-left:auto;padding:4px 10px;font-size:13px;display:inline-flex}.report-root .cmp-main-keyword-vol .vol-item{align-items:baseline;gap:4px;display:inline-flex}.report-root .cmp-main-keyword-vol .vol-item small{color:var(--fg-3);font-size:10px;font-family:var(--mono);letter-spacing:.04em}.report-root .cmp-main-keyword-vol .vol-item b{color:var(--fg);font-size:14px;font-weight:700}.report-root .cmp-main-keyword-vol .vol-sep{color:var(--fg-3);margin:0 2px}.report-root .cmp-main-keyword-vol .vol-unit{color:var(--fg-3);margin-left:4px;font-size:11px}.report-root .cmp-main-keyword-note{color:var(--fg-2);font-size:12px}.report-root .kw-lookup{border:1px solid var(--border);background:var(--bg-2);border-radius:10px;margin:16px 0 24px;padding:16px}.report-root .kw-lookup-form{align-items:stretch;gap:8px;display:flex}.report-root .kw-lookup-input{border:1px solid var(--border);background:var(--bg);color:var(--fg);font-family:var(--sans);border-radius:6px;flex:1;padding:10px 14px;font-size:14px}.report-root .kw-lookup-input:focus{outline:2px solid var(--accent-soft);border-color:var(--accent)}.report-root .kw-lookup-btn{border:1px solid var(--accent);background:var(--accent);color:#fff;font-family:var(--sans);cursor:pointer;white-space:nowrap;border-radius:6px;padding:10px 18px;font-size:14px;font-weight:600}.report-root .kw-lookup-btn:disabled{opacity:.5;cursor:not-allowed}.report-root .kw-lookup-result{background:var(--bg);border:1px solid var(--border);border-radius:8px;margin-top:12px;padding:12px 14px}.report-root .kw-lookup-keyword{font-family:var(--mono);color:var(--fg);margin-bottom:10px;font-size:13px}.report-root .kw-lookup-metrics{flex-wrap:wrap;gap:18px;display:flex}.report-root .kw-lookup-metric{flex-direction:column;gap:2px;display:flex}.report-root .kw-lookup-metric .label{font-family:var(--mono);color:var(--fg-3);letter-spacing:.06em;font-size:11px}.report-root .kw-lookup-metric .value{font-family:var(--sans);color:var(--fg);font-size:18px;font-weight:600}.report-root .kw-lookup-metric small{color:var(--fg-3);margin-left:2px;font-size:11px;display:inline}.report-root .kw-lookup-fallback{margin-top:10px}.report-root .kw-lookup-fallback-note{background:var(--accent-soft);color:var(--fg-2);border-radius:6px;margin-bottom:10px;padding:8px 10px;font-size:12px;line-height:1.5}.report-root .kw-lookup-tokens{flex-direction:column;gap:8px;display:flex}.report-root .kw-lookup-token{border:1px solid var(--border);background:var(--bg);border-radius:6px;flex-wrap:wrap;align-items:baseline;gap:14px;padding:8px 12px;display:flex}.report-root .kw-lookup-token-name{font-family:var(--mono);color:var(--accent);min-width:90px;font-size:13px;font-weight:600}.report-root .kw-lookup-token-stat{color:var(--fg);align-items:baseline;gap:4px;font-size:13px;display:inline-flex}.report-root .kw-lookup-token-stat small{color:var(--fg-3);font-size:11px}.report-root .kw-lookup-result-err{align-items:center;gap:8px;display:flex}.report-root .kw-lookup-err-label{background:var(--accent-soft);color:var(--accent);font-family:var(--mono);border-radius:4px;padding:2px 8px;font-size:11px}.report-root .kw-lookup-err-text{color:var(--fg-2);font-size:12px}.report-root .kw-strategy-trigger{border:1px dashed var(--fg-3);color:var(--fg-2);font-family:var(--sans);cursor:pointer;background:0 0;border-radius:8px;align-items:center;gap:6px;padding:10px 18px;font-size:14px;transition:border-color .12s,color .12s;display:inline-flex}.report-root .kw-strategy-trigger:hover{border-color:var(--accent);color:var(--accent)}.report-root ::selection{background:var(--accent-soft);color:var(--accent)}@media print{.report-root{color:#111;background:#fff}.report-root .nav{display:none!important}}.kwc-block{background:var(--bg-1);border:1px solid var(--line);border-radius:14px;margin:18px 0 26px;padding:18px 18px 10px}.kwc-head{flex-wrap:wrap;align-items:baseline;gap:12px;margin-bottom:6px;display:flex}.kwc-title{color:var(--fg);margin:0;font-size:15px;font-weight:700}.kwc-blurb{color:var(--fg-2);flex:320px;margin:0;font-size:12px}.kwc-meta{color:var(--fg-3);white-space:nowrap;font-size:11px}.kwc-canvas{width:100%}.kwc-svg{width:100%;height:auto;display:block}.kwc-w{font-weight:500}.kwc-hub{font-weight:800}.kwc-quad-label{opacity:.75;font-size:12px;font-weight:600}.kwc-c-opportunity{fill:#ff7a6b}.kwc-c-popular{fill:#7fa6ff}.kwc-c-core{fill:#ffd166}.kwc-c-competitor{fill:#9aa8a1}.kwc-bg-opportunity{fill:#c04a3e}.kwc-bg-popular{fill:#3b5fc0}.kwc-bg-core{fill:#b58a1f}.kwc-bg-competitor{fill:#5c6963}.kwc-legend-pill{opacity:.95}.kwc-legend-text{fill:#fff;font-size:13px;font-weight:700}.report-root[data-theme=light] .kwc-c-opportunity{fill:#b93a30}.report-root[data-theme=light] .kwc-c-popular{fill:#2d5bff}.report-root[data-theme=light] .kwc-c-core{fill:#9a6e0a}.report-root[data-theme=light] .kwc-c-competitor{fill:#6b7a73}.report-root[data-theme=light] .kwc-bg-opportunity{fill:#b93a30}.report-root[data-theme=light] .kwc-bg-popular{fill:#2d5bff}.report-root[data-theme=light] .kwc-bg-core{fill:#9a6e0a}.report-root[data-theme=light] .kwc-bg-competitor{fill:#6b7a73}@media (max-width:640px){.kwc-block{padding:12px 8px 6px}}.report-root .rh{z-index:1;padding:clamp(16px,2.5vw,24px) 0 clamp(10px,2vw,16px);position:relative}.report-root .rh-head{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:24px;display:flex}.report-root .rh-title{color:#000;letter-spacing:0;font-size:40px;font-weight:600;line-height:52px}.report-root .rh-context{color:#64748b;letter-spacing:0;margin-top:16px;font-size:16px;font-weight:400;line-height:25.6px}.report-root .rh-context-sep{color:var(--fg-4);margin:0 12px}.report-root .rh-date{color:var(--fg-3);white-space:nowrap;padding-top:6px;font-size:13px}.report-root .rh-grid{grid-template-columns:1fr 1fr;align-items:stretch;gap:24px;display:grid}.report-root .rh-grid>.rh-info{grid-area:1/1;min-width:0}.report-root .rh-grid>.rh-score{grid-area:1/2;min-width:0}.report-root .rh-grid>.rh-kpis{grid-area:2/1;min-width:0}.report-root .rh-grid>.rh-infotab{grid-area:2/2;min-width:0}.report-root .rh-col{flex-direction:column;gap:24px;min-width:0;display:flex}.report-root .rh-card{border-radius:var(--r-6);outline-offset:-1px;box-shadow:none;background:#fff;outline:1px solid #f1f5f9;padding:24px}.report-root .rh-card-label{color:var(--fg-3);font-size:12px;font-weight:600}.report-root .rh-info{flex-direction:column;align-items:flex-start;gap:24px;padding:24px 25px 24px 22px;display:flex}.report-root .rh-biz-top{flex-wrap:wrap;justify-content:space-between;align-self:stretch;align-items:flex-start;gap:12px;margin-bottom:0;display:flex}.report-root .rh-biz-idcol{flex-direction:column;align-items:flex-start;gap:8px;min-width:0;display:flex}.report-root .rh-biz-chip{outline-offset:-1px;color:#2d5bff;white-space:nowrap;background:#fff;border-radius:999px;outline:1px solid #2d5bff;justify-content:center;align-items:center;height:24px;padding:0 12px;font-size:14px;font-weight:600;line-height:18.2px;display:inline-flex}.report-root .rh-biz-name-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.report-root .rh-biz-name{color:#000;font-size:28px;font-weight:600;line-height:36.4px}.report-root .rh-placeid{white-space:nowrap;border-radius:6px;padding:3px 8px;font-size:11px;font-weight:600}.report-root .rh-placeid.ok{color:var(--accent);background:var(--accent-soft);text-decoration:none}.report-root .rh-placeid.missing{color:var(--bad);background:color-mix(in oklab, var(--bad) 10%, transparent)}.report-root .rh-biz-cat{color:var(--fg-3);margin-top:10px;font-size:13px}.report-root .rh-biz-addr{color:#2d5bff;align-items:center;gap:8px;margin-top:0;font-size:16px;font-weight:600;line-height:20.8px;text-decoration:underline;display:inline-flex}.report-root .rh-biz-addr.static{color:var(--fg-2);text-decoration:none}.report-root .rh-biz-addr svg{flex-shrink:0}.report-root a.rh-biz-addr:hover{color:#002093}.report-root .rh-biz-intro{color:#64748b;margin-top:0;font-size:14px;font-weight:400;line-height:22.4px}.report-root .rh-kpis{grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr;gap:16px;display:grid}.report-root .rh-kpi{padding:22px 24px;position:relative}.report-root .rh-kpi-label{color:var(--fg-3);font-size:12px;font-weight:500}.report-root .rh-kpi-value{color:var(--fg-1);letter-spacing:-.02em;margin-top:10px;font-size:27px;font-weight:700}.report-root .rh-kpi-unit{color:var(--fg-3);font-size:15px;font-weight:500}.report-root .rh-kpi-chip{color:var(--fg-2);background:var(--bg-3);text-overflow:ellipsis;white-space:nowrap;border-radius:20px;max-width:55%;padding:4px 9px;font-size:10px;font-weight:500;position:absolute;top:18px;right:18px;overflow:hidden}.report-root .rh-score{flex-direction:column;justify-content:space-between;align-items:flex-start;padding:24px;display:flex}.report-root .rh-score-head{justify-content:space-between;align-self:stretch;align-items:center;gap:12px;display:flex}.report-root .rh-score-head .rh-card-label{color:#000;font-size:24px;font-weight:600;line-height:31.2px}.report-root .rh-score-body{align-self:stretch;align-items:center;gap:24px;margin-top:22px;display:flex}.report-root .rh-gauge{flex-shrink:0;width:160px;height:160px;position:relative}.report-root .rh-gauge-center{flex-direction:column;justify-content:center;align-items:center;gap:0;display:flex;position:absolute;inset:0}.report-root .rh-gauge-score{color:#000;letter-spacing:0;font-size:48px;font-weight:600;line-height:62.4px}.report-root .rh-gauge-max{color:#64748b;font-size:14px;font-weight:400;line-height:22.4px}.report-root .rh-score-side{flex-direction:column;align-self:stretch;gap:8px;min-width:0;margin-top:20px;display:flex}.report-root .rh-score-eval-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.report-root .rh-score-eval{color:var(--fg);font-size:20px;font-weight:700}.report-root .rh-saxes{flex-direction:column;flex:1;gap:16px;min-width:0;display:flex}.report-root .rh-sax{grid-template-columns:91px minmax(0,1fr) auto;align-self:stretch;align-items:center;gap:14px;display:grid}.report-root .rh-sax-name{color:#000;word-break:keep-all;font-size:16px;font-weight:700;line-height:20.8px}.report-root .rh-sax-track{background:#e2e8f0;border-radius:999px;height:12px;overflow:hidden}.report-root .rh-sax-fill{background:#2d5bff;border-radius:999px;height:100%;transition:width .9s cubic-bezier(.22,1,.36,1)}.report-root .rh-sax.is-weak .rh-sax-fill{background:#d32f2f}.report-root .rh-sax-score{white-space:nowrap;align-items:center;gap:2px;display:flex}.report-root .rh-sax-score b{text-align:right;color:#2d5bff;width:22px;font-size:16px;font-weight:700;line-height:20.8px}.report-root .rh-sax.is-weak .rh-sax-score b{color:#d32f2f}.report-root .rh-sax-score small{color:#64748b;font-size:14px;font-weight:400;line-height:22.4px}.report-root .rh-sax-unmeasured{color:var(--fg-3);font-size:12px;font-weight:400}.report-root .rh-grade-chip{outline-offset:-1px;color:#2d5bff;white-space:nowrap;background:#fff;border-radius:999px;outline:1px solid #2d5bff;justify-content:center;align-items:center;height:32px;padding:0 12px;font-size:14px;font-weight:600;line-height:18.2px;display:inline-flex}.report-root .rh-score-diag{color:#000;font-size:16px;font-weight:400;line-height:25.6px}.report-root .rh-score-diag .rh-diag-weak{color:#d32f2f;font-weight:700}.report-root .rh-score-diag .rh-diag-prio{color:#2d5bff;font-weight:700}.report-root .rh-stale{background:var(--sys-warn-100);outline:1px solid var(--sys-warn-400);outline-offset:-1px;border-radius:8px;align-self:stretch;align-items:center;gap:16px;margin-top:16px;padding:16px;display:flex;overflow:hidden}.report-root .rh-stale-ico{flex:none;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex}.report-root .rh-stale-i{width:20px;height:20px;display:block}.report-root .rh-stale p{min-width:0;color:var(--sys-warn-600);word-break:keep-all;flex:1 1 0;margin:0;font-size:16px;font-weight:700;line-height:20.8px;position:relative;top:1px}.report-root .rh-grade-trigger{cursor:pointer;font:inherit;color:inherit;background:0 0;border:none;padding:0;display:inline-flex}.report-root .aca-modal-score{max-width:460px}.report-root .sbm-lead{border-bottom:1px solid var(--line);align-items:center;gap:14px;margin-bottom:18px;padding-bottom:16px;display:flex}.report-root .sbm-lead-score{color:var(--fg-1);letter-spacing:-.02em;font-size:30px;font-weight:700}.report-root .sbm-lead-score small{color:var(--fg-3);margin-left:2px;font-size:13px;font-weight:500}.report-root .rh-axes{flex-direction:column;gap:14px;display:flex}.report-root .rh-axis{flex-direction:column;gap:4px;display:flex}.report-root .rh-axis-top{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.report-root .rh-axis-name{color:var(--fg-1);flex-wrap:wrap;align-items:baseline;gap:8px;min-width:0;font-size:14px;font-weight:600;display:flex}.report-root .rh-axis-name small{color:var(--fg-3);font-size:11px;font-weight:500}.report-root .rh-axis-score{color:var(--accent);white-space:nowrap;font-size:16px;font-weight:700}.report-root .rh-axis-score small{color:var(--fg-3);margin-left:1px;font-size:11px;font-weight:500}.report-root .rh-axis-why{color:var(--fg-3);font-size:12.5px;line-height:1.5}.report-root .rh-axis.unmeasured .rh-axis-name{color:var(--fg-3)}.report-root .rh-axis-unmeasured{color:var(--fg-3);font-size:12px;font-weight:600}.report-root .rh-infotab-head{justify-content:space-between;align-items:center;display:flex}.report-root .rh-infotab-count{color:var(--accent);font-size:13px;font-weight:700}.report-root .rh-infotab-grid{grid-template-columns:1fr 1fr;gap:14px 24px;margin-top:20px;display:grid}.report-root .rh-infotab-item{color:var(--fg-1);justify-content:space-between;align-items:center;gap:10px;font-size:14px;font-weight:500;display:flex}.report-root .rh-infotab-item svg{flex-shrink:0}.report-root .rh-infotab-item.off{color:var(--accent);font-weight:600}.report-root .rh-infotab-empty{color:var(--fg-3);font-size:13px}.report-root .rh-ai{margin-top:24px}.report-root .rh-ai-head{align-items:center;gap:10px;margin-bottom:10px;display:flex}.report-root .rh-ai-label{color:var(--accent);font-size:13px;font-weight:700}.report-root .rh-ai-meta{color:var(--fg-3);font-size:11px}.report-root .rh-ai-text{color:var(--fg-2);white-space:pre-wrap;font-size:14px;line-height:1.6}@media (max-width:860px){.report-root .rh-grid{grid-template-columns:1fr}.report-root .rh-grid>.rh-info,.report-root .rh-grid>.rh-score,.report-root .rh-grid>.rh-kpis,.report-root .rh-grid>.rh-infotab{grid-area:auto/1}.report-root .rh-head{flex-direction:column}.report-root .rh-date{padding-top:0}}@media (max-width:480px){.report-root .rh-kpis,.report-root .rh-infotab-grid{grid-template-columns:1fr}.report-root .rh-score-body{flex-direction:column;align-items:flex-start}}.report-root .rc{z-index:1;position:relative}.report-root .rc-head{margin-bottom:40px}.report-root .rc-title{color:#000;letter-spacing:0;font-size:40px;font-weight:600;line-height:52px}.report-root .rc-sub{color:#64748b;letter-spacing:0;margin-top:16px;font-size:16px;font-weight:400;line-height:25.6px}.report-root .rc-grid{grid-template-columns:minmax(0,780fr) minmax(0,380fr);align-items:stretch;gap:24px;display:grid}.report-root .rc-card-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:24px;display:flex}.report-root .rc-card-label{color:#000;letter-spacing:0;flex:auto;min-width:0;font-size:24px;font-weight:600;line-height:31.2px}.report-root .rc-card-meta{color:var(--fg-3);white-space:nowrap;font-size:12px}.report-root .rc-table-card{min-width:0}.report-root .cmp2{outline-offset:-1px;border-radius:16px;outline:1px solid #f1f5f9;overflow:hidden}.report-root .cmp2-row{grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;display:grid}.report-root .cmp2-row:not(:last-child){border-bottom:1px solid #f1f5f9}.report-root .cmp2-row.cmp2-head{background:#f8fafc;border-bottom:0}.report-root .cmp2-cat{color:#64748b;text-align:center;padding:13px 16px;font-size:16px;line-height:25.6px}.report-root .cmp2-head-note{color:var(--primary-500);white-space:nowrap;font-size:14px;font-weight:600;line-height:18.2px}.report-root .cmp2-head .cmp2-cat{color:#64748b;text-align:center;padding:13px 16px;font-size:16px;font-weight:400;line-height:25.6px}.report-root .cmp2-head .cmp2-comp-head{text-align:center;color:#000;text-overflow:ellipsis;white-space:nowrap;text-underline-offset:3px;padding:13px 16px;font-size:16px;font-weight:400;line-height:25.6px;text-decoration:underline;display:block;overflow:hidden}.report-root .cmp2-cell{text-align:center;color:#000;min-height:56px;padding:13px 16px;font-size:16px;line-height:25.6px}.report-root .cmp2-aca-row .cmp2-cell{justify-content:center;align-items:center;line-height:20.8px;display:flex}.report-root .cmp2-comp.cmp2-cell{color:#000}.report-root .cmp2-us{text-align:center}.report-root .cmp2-us.cmp2-cell{background:var(--primary-100);color:#000;justify-content:center;align-self:stretch;align-items:center;font-weight:700;line-height:20.8px;display:flex}.report-root .cmp2-head .cmp2-us-head{background:var(--primary-500);color:#fff;text-align:center;text-underline-offset:3px;border-radius:16px 16px 0 0;justify-content:center;align-self:stretch;align-items:center;padding:13px 16px;font-size:16px;font-weight:700;line-height:20.8px;text-decoration:underline;display:flex}.report-root .cmp2-row:last-child .cmp2-us{border-radius:0 0 16px 16px}.report-root .cmp2-place-row{--place-scale:.5;min-height:261px}.report-root .cmp2-place-cell{background:var(--bg-2);align-self:stretch;position:relative;overflow:hidden}.report-root .cmp2-place-cell.cmp2-us{background:var(--primary-100)}.report-root .cmp2-place-frame{width:calc(100% / var(--place-scale));height:calc(100% / var(--place-scale));transform:scale(var(--place-scale));transform-origin:0 0;border:0;position:absolute;top:0;left:0}.report-root .cmp2-place-empty{color:var(--fg-3);text-align:center;justify-content:center;align-items:center;padding:13px 16px;font-size:14px;line-height:18.2px;display:flex;position:absolute;inset:0}@media (min-width:861px) and (max-width:1140px){.report-root .cmp2-place-row{--place-scale:.36}}@media print{.report-root .cmp2-place-row,.report-root .cmp2-screen-launch{display:none}}.report-root .cmp2-screen-launch{flex-wrap:wrap;gap:8px;margin-left:auto;display:flex}.report-root .cmp2-screen-launch-btn{font:inherit;cursor:pointer;color:#64748b;white-space:nowrap;background:#f1f5f9;border:0;border-radius:999px;height:40px;padding:0 12px;font-size:14px;font-weight:600;line-height:18.2px}.report-root .cmp2-screen-launch-btn:hover{filter:brightness(.98)}.report-root .cmp2-screen-modal{background:var(--bg-2);outline-offset:-1px;width:min(1040px,90vw);height:min(700px,90vh);max-height:min(700px,90vh);box-shadow:var(--shadow-card-hover);border-radius:16px;outline:1px solid #f1f5f9;flex-direction:column;gap:24px;padding:0;display:flex;overflow:hidden}.report-root .cmp2-screen-modal-head{flex:none;justify-content:space-between;align-items:flex-start;gap:16px;padding:24px 25px 0 22px;display:flex}.report-root .cmp2-screen-modal-title{color:#000;margin:0;font-size:28px;font-weight:600;line-height:36.4px}.report-root .cmp2-screen-modal-close{font:inherit;cursor:pointer;color:var(--fg-3);background:0 0;border:none;flex:none;padding:4px;font-size:16px;line-height:1}.report-root .cmp2-screen-modal-close:hover{color:var(--fg-1)}.report-root .cmp2-screen-modal-tabs{flex-wrap:wrap;flex:none;gap:8px;padding:0 25px 0 22px;display:flex}.report-root .cmp2-screen-tab{font:inherit;cursor:pointer;color:#64748b;white-space:nowrap;background:#f1f5f9;border:0;border-radius:999px;height:40px;padding:0 12px;font-size:14px;font-weight:600;line-height:18.2px}.report-root .cmp2-screen-tab.is-active{background:var(--primary-500);color:#fff}.report-root .cmp2-screen-modal-body{overscroll-behavior:contain;flex:auto;min-height:0;padding:0 25px 24px 22px;overflow:auto}.report-root .cmp2-screen-table{border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;min-height:min(520px,100%);display:flex;overflow:hidden}.report-root .cmp2-screen-row{grid-template-columns:120px repeat(3,minmax(0,1fr));align-items:stretch;display:grid}.report-root .cmp2-screen-head{background:#f1f5f9}.report-root .cmp2-screen-cat{color:#64748b;text-align:center;border-bottom:1px solid #f1f5f9;border-right:1px solid #f1f5f9;padding:13px 16px;font-size:16px;line-height:25.6px}.report-root .cmp2-screen-us-head{text-align:center;background:var(--primary-500);color:#fff;border-radius:16px 16px 0 0;justify-content:center;align-items:center;padding:13px 16px;font-size:16px;font-weight:700;line-height:20.8px;display:flex}.report-root .cmp2-screen-comp-head{text-align:center;color:#000;text-overflow:ellipsis;white-space:nowrap;border-bottom:1px solid #f1f5f9;border-right:1px solid #f1f5f9;justify-content:center;align-items:center;padding:13px 16px;font-size:16px;line-height:25.6px;display:flex;overflow:hidden}.report-root .cmp2-screen-content{flex:auto;min-height:420px}.report-root .cmp2-screen-content .cmp2-screen-cat{color:#000;justify-content:center;align-items:center;display:flex}.report-root .cmp2-place-cell-boxed{--place-scale:.75;background:var(--bg-2);border-bottom:1px solid #f1f5f9;justify-content:center;align-items:center;min-height:420px;padding:24px;display:flex}.report-root .cmp2-place-cell-boxed:has(.cmp2-place-preview){align-items:stretch}.report-root .cmp2-place-cell-boxed.cmp2-us{background:var(--primary-100)}.report-root .cmp2-place-preview{background:#fff;border:1.5px solid #e2e8f0;border-radius:8px;flex:auto;width:100%;min-width:0;min-height:0;position:relative;overflow:hidden}.report-root .cmp2-cell small{font-size:inherit;opacity:1;font-weight:inherit}.report-root .cmp2-chip{background:var(--bg-2);outline-offset:-1px;letter-spacing:0;white-space:nowrap;border-radius:99px;justify-content:center;align-items:center;height:24px;padding:0 12px;font-size:14px;font-weight:600;line-height:18.2px;display:inline-flex}.report-root .cmp2-chip-yes{color:var(--sys-ok);outline:1px solid var(--sys-ok)}.report-root .cmp2-chip-neutral{color:#64748b;outline:1px solid #e2e8f0}.report-root .cmp2-empty{color:var(--fg-4)}.report-root .cmp2-link{color:inherit;cursor:pointer;text-decoration:none}.report-root .cmp2-link:hover{text-decoration:underline}.report-root .cmp2-kw-trigger{font:inherit;color:inherit;cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;padding:0;display:inline-flex}.report-root .cmp2-igtrigger{font:inherit;color:inherit;cursor:pointer;background:0 0;border:none;align-items:center;padding:0;display:inline-flex}.report-root .cmp2-igtrigger:hover .cmp2-chip{filter:brightness(.97);text-underline-offset:2px;text-decoration:underline}.report-root .cmp2-igtrigger-icon{opacity:.5;margin-left:3px;font-size:.85em}.report-root .cmp2-igtrigger:hover .cmp2-igtrigger-icon{opacity:.9}.report-root .igm-rows{flex-direction:column;gap:10px;display:flex}.report-root .igm-row{background:var(--bg-2);border-radius:10px;justify-content:space-between;align-items:center;gap:16px;padding:12px 14px;display:flex}.report-root .igm-k{color:#64748b;font-size:14px;font-weight:500}.report-root .igm-v{color:var(--accent);font-size:18px;font-weight:700}.report-root .igm-v.is-none{color:#94a3b8;font-size:14px;font-weight:600}.report-root .igm-note{color:#94a3b8;font-size:12.5px;line-height:1.5}.report-root .cmp2-kw-trigger:hover{text-decoration:underline}.report-root .cmp2-kw-trigger-icon{opacity:.5;font-size:.85em}.report-root .cmp2-kw-overlay{z-index:9999;background:#0f172973;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.report-root .cmp2-kw-modal{background:var(--bg-2);border-radius:var(--r-md);box-shadow:var(--shadow-card-hover);flex-direction:column;width:100%;max-width:440px;max-height:70vh;padding:0;display:flex;overflow:hidden}.report-root .cmp2-kw-modal-head{flex:none;justify-content:space-between;align-items:center;padding:20px 22px 14px;display:flex}.report-root .cmp2-kw-modal-body{overscroll-behavior:contain;flex:auto;min-height:0;padding:0 22px 20px;overflow-y:auto}.report-root .cmp2-kw-modal-title{color:var(--fg-1);font-size:14px;font-weight:700}.report-root .cmp2-kw-modal-close{font:inherit;cursor:pointer;color:var(--fg-3);background:0 0;border:none;padding:4px;font-size:16px;line-height:1}.report-root .cmp2-kw-modal-close:hover{color:var(--fg-1)}.report-root .cmp2-kw-modal-chips{flex-wrap:wrap;gap:8px;display:flex}.report-root .cmp2-kw-chip{color:var(--accent);background:var(--accent-soft);border-radius:16px;padding:6px 12px;font-size:13px;font-weight:500}.report-root .cmp2-kw-chip-sub{opacity:.65;font-weight:700}.report-root .cmp2-aca-row{background:color-mix(in oklab, var(--accent) 5%, transparent)}.report-root .cmp2-aca-none{color:var(--fg-3)}.report-root .aca-trigger{font:inherit;color:inherit;cursor:pointer;background:0 0;border:none;padding:0;display:inline-flex}.report-root .cmp2-aca-btn{color:var(--accent);background:var(--accent-soft);white-space:nowrap;border-radius:14px;padding:4px 10px;font-size:12px;font-weight:600}.report-root .aca-trigger:hover .cmp2-aca-btn{filter:brightness(1.04);text-decoration:underline}.report-root .rh-src{color:#94a3b8;font-size:13px;font-weight:400;line-height:16.9px}.report-root .rh-aca{margin-top:12px}.report-root .rh-aca-btn{color:var(--accent);border-bottom:1px dashed color-mix(in oklab, var(--accent) 55%, transparent);align-items:center;gap:2px;font-size:12.5px;font-weight:600;display:inline-flex}.report-root .aca-trigger:hover .rh-aca-btn{color:var(--accent);filter:brightness(1.05)}.report-root .rh-aca-arrow{opacity:.7}.report-root .aca-modal-overlay{z-index:9999;background:#0f172973;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.report-root .aca-modal{background:var(--bg-2);border-radius:var(--r-md);box-shadow:var(--shadow-card-hover);flex-direction:column;width:100%;max-width:420px;max-height:78vh;padding:0;display:flex;overflow:hidden}.report-root .aca-modal-head{flex:none;justify-content:space-between;align-items:center;gap:12px;padding:20px 22px 14px;display:flex}.report-root .aca-modal-body{overscroll-behavior:contain;flex:auto;min-height:0;padding:0 22px 20px;overflow-y:auto}.report-root .aca-modal-title{color:var(--fg-1);text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:700;overflow:hidden}.report-root .aca-modal-close{font:inherit;cursor:pointer;color:var(--fg-3);background:0 0;border:none;padding:4px;font-size:16px;line-height:1}.report-root .aca-modal-close:hover{color:var(--fg-1)}.report-root .aca-table{border-collapse:collapse;width:100%}.report-root .aca-table tr{border-bottom:1px solid var(--bg-3)}.report-root .aca-table tr:last-child{border-bottom:none}.report-root .aca-key{text-align:left;vertical-align:top;white-space:nowrap;color:var(--fg-3);padding:9px 14px 9px 0;font-size:12px;font-weight:600}.report-root .aca-val{text-align:left;color:var(--fg-1);word-break:break-word;padding:9px 0;font-size:13.5px;font-weight:500;line-height:1.45}.report-root .aca-badge{border-radius:11px;padding:2px 9px;font-size:12px;font-weight:700;display:inline-block}.report-root .aca-badge.on{color:var(--accent);background:var(--accent-soft)}.report-root .aca-badge.off{color:var(--bad,#d9534f);background:color-mix(in oklab, var(--bad,#d9534f) 14%, transparent)}.report-root .aca-modal-src{color:var(--fg-3);margin:14px 0 0;font-size:11px}.report-root .aca-modal-empty{color:var(--fg-3);padding:8px 0;font-size:13px}.report-root .acm{background:var(--bg-2);outline-offset:-1px;width:560px;max-width:100%;max-height:82vh;box-shadow:var(--shadow-card-hover);border-radius:16px;outline:1px solid #f1f5f9;flex-direction:column;padding:0;display:flex;overflow:hidden}.report-root .acm-head{flex-direction:column;flex:none;align-self:stretch;align-items:flex-start;gap:16px;padding:24px 25px 24px 22px;display:flex}.report-root .acm-body{overscroll-behavior:contain;flex-direction:column;flex:auto;align-self:stretch;gap:24px;min-height:0;padding:0 25px 24px 22px;display:flex;overflow-y:auto}.report-root .acm-head-row{justify-content:space-between;align-self:stretch;align-items:flex-start;gap:16px;display:flex}.report-root .acm-id{flex-direction:column;justify-content:center;align-items:flex-start;gap:8px;min-width:0;display:flex}.report-root .acm-chip{background:var(--bg-2);outline:1px solid var(--primary-500);outline-offset:-1px;height:24px;color:var(--primary-500);white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:0 12px;font-size:14px;font-weight:600;line-height:18.2px;display:inline-flex}.report-root .acm-name{color:#000;letter-spacing:0;word-break:keep-all;margin:0;font-size:28px;font-weight:600;line-height:36.4px}.report-root .acm-close{cursor:pointer;color:#64748b;background:0 0;border:none;flex-shrink:0;width:24px;height:24px;padding:0;display:inline-flex}.report-root .acm-close:hover{color:var(--fg-1)}.report-root .acm-addr{color:var(--primary-500);text-underline-offset:3px;align-items:center;gap:8px;font-size:16px;font-weight:600;line-height:20.8px;text-decoration:underline;display:inline-flex}.report-root .acm-addr.is-static{text-decoration:none}.report-root .acm-addr svg{flex-shrink:0}.report-root .acm-rows{flex-direction:column;align-self:stretch;display:flex}.report-root .acm-row{border-bottom:1px solid #f1f5f9;align-self:stretch;align-items:center;gap:16px;padding:8px 0;display:flex}.report-root .acm-row.is-tags{align-items:flex-start;padding:16px 0}.report-root .acm-k{color:#64748b;flex-shrink:0;width:72px;font-size:14px;font-weight:400;line-height:22.4px}.report-root .acm-v{color:#000;word-break:break-word;flex:1 1 0;min-width:0;font-size:16px;font-weight:400;line-height:25.6px}.report-root .acm-v-block{display:block}.report-root .acm-v-src{color:var(--fg-3);margin-top:2px;font-size:12px;font-weight:400;line-height:1.4;display:block}.report-root .acm-tags{flex-wrap:wrap;flex:1 1 0;align-content:center;align-items:center;gap:8px;min-width:0;display:flex}.report-root .acm-tag{background:var(--bg-2);outline-offset:-1px;white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;height:24px;padding:0 12px;font-size:14px;font-weight:400;line-height:18.2px;display:inline-flex}.report-root .acm-tag.is-kw{outline:1px solid var(--primary-500);color:var(--primary-500);font-weight:600}.report-root .acm-tag.is-school{color:#000;outline:1px solid #e2e8f0}.report-root .acm-tag.is-school b{font-weight:600}.report-root .acm-intro{color:#64748b;white-space:pre-line;align-self:stretch;margin:0;font-size:14px;font-weight:400;line-height:22.4px}.report-root .acm-src{color:#94a3b8;font-size:13px;font-weight:400;line-height:16.9px}@media (max-width:620px){.report-root .acm-head{padding:20px}.report-root .acm-body{gap:20px;padding:0 20px 20px}.report-root .acm-name{font-size:22px;line-height:30px}.report-root .acm-row{flex-direction:column;align-items:flex-start;gap:4px}.report-root .acm-k{width:auto}}.report-root .rc-consumer-card{flex-direction:column;display:flex}.report-root .rc-consumer-list{flex-direction:column;flex:auto;gap:16px;margin-top:24px;display:flex}.report-root .rc-consumer-item{background:#f1f5f9;border-radius:12px;flex:1 1 0;justify-content:space-between;align-items:center;gap:16px;padding:16px;transition:background .15s;display:flex}.report-root .rc-consumer-item.is-unlinked{background:#f8fafc}.report-root a.rc-consumer-item,.report-root button.rc-consumer-item{color:inherit;cursor:pointer;text-decoration:none}.report-root .rc-consumer-item:not(.is-unlinked):hover{background:#e2e8f0}.report-root .rc-consumer-item:not(.is-unlinked):active{background:#cbd5e1}.report-root .rc-consumer-main{align-items:center;gap:16px;min-width:0;display:flex}.report-root .rc-consumer-body{flex-direction:column;justify-content:center;align-items:flex-start;gap:4px;min-width:0;display:flex}.report-root .rc-consumer-arrow{color:#cbd5e1;flex-shrink:0;display:inline-flex}.report-root .rc-consumer-icon{background:var(--accent-soft);border-radius:8px;flex-shrink:0;width:32px;height:32px}.report-root .rc-consumer-label{color:#000;font-size:14px;font-weight:700;line-height:18.2px}.report-root .rc-consumer-value{color:var(--primary-500);word-break:break-word;font-size:16px;font-weight:700;line-height:20.8px}.report-root .rc-consumer-item.is-unlinked .rc-consumer-label,.report-root .rc-consumer-item.is-unlinked .rc-consumer-value{color:#94a3b8}.report-root .rc-consumer-empty{color:var(--fg-3);margin-top:24px;font-size:13px}.report-root .mtn{background:var(--bg-2);outline-offset:-1px;width:560px;max-width:100%;max-height:82vh;box-shadow:var(--shadow-card-hover);border-radius:16px;outline:1px solid #f1f5f9;flex-direction:column;padding:0;display:flex;overflow:hidden}.report-root .mtn-head{flex:none;justify-content:space-between;align-items:center;gap:16px;padding:24px 24px 16px;display:flex}.report-root .mtn-body{overscroll-behavior:contain;flex-direction:column;flex:auto;gap:16px;min-height:0;padding:0 24px 24px;display:flex;overflow-y:auto}.report-root .mtn-title{color:#000;font-size:20px;font-weight:600;line-height:26px}.report-root .mtn-close{cursor:pointer;color:#64748b;background:0 0;border:none;flex-shrink:0;width:24px;height:24px;padding:0;display:inline-flex}.report-root .mtn-close:hover{color:var(--fg-1)}.report-root .mtn-list{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.report-root .mtn-item{border-bottom:1px solid #f1f5f9;flex-direction:column;gap:4px;padding:12px 0;display:flex}.report-root .mtn-item:last-child{border-bottom:0}.report-root .mtn-link{color:#000;word-break:break-word;font-size:16px;font-weight:400;line-height:25.6px;text-decoration:none}.report-root .mtn-link:hover{color:var(--primary-500);text-underline-offset:3px;text-decoration:underline}.report-root .mtn-meta{color:#94a3b8;font-size:13px;font-weight:400;line-height:16.9px}.report-root .mtn-note{color:#94a3b8;margin:0;font-size:13px;font-weight:400;line-height:18px}@media (max-width:620px){.report-root .mtn-head{padding:20px 20px 16px}.report-root .mtn-body{padding:0 20px 20px}.report-root .mtn-title{font-size:17px;line-height:23px}}.report-root .ch-tile{border-radius:8px;flex:none;justify-content:center;align-items:center;display:inline-flex;overflow:hidden}.report-root .ch-tile>svg{display:block}@media (max-width:860px){.report-root .rc-grid{grid-template-columns:1fr}}.report-root .rk{z-index:1;position:relative}.report-root .rk-head{margin-bottom:8px}.report-root .rk-title{color:var(--fg);letter-spacing:-.01em;margin-top:6px;font-size:clamp(22px,3vw,28px);font-weight:700}.report-root .rk-sample-badge{vertical-align:middle;color:var(--warn);background:color-mix(in oklab, var(--warn) 14%, var(--bg-2));border-radius:12px;margin-left:12px;padding:4px 10px;font-size:11px;font-weight:600;display:inline-block}.report-root .rk-sub{color:var(--fg-3);margin-top:8px;font-size:14px}.report-root .rk-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:stretch;gap:24px;display:grid}.report-root .rk-cloud-card{flex-direction:column;display:flex}.report-root .rk-cloud{flex:1;align-items:center;min-height:360px;padding:8px;display:flex}.report-root .rk-cloud-svg{width:100%;height:auto;display:block}.report-root .rk-cloud-word{letter-spacing:-.01em}.report-root .rk-rank-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.report-root .rk-rank-title{color:#000;letter-spacing:0;font-size:24px;font-weight:600;line-height:31.2px}.report-root .rk-rank-meta{color:#64748b;white-space:nowrap;font-size:13px;font-weight:600;line-height:16.9px}.report-root .rk-rank-table{outline-offset:-1px;border-radius:16px;outline:1px solid #f1f5f9}.report-root .rk-rank-row,.report-root .rk-rank-table-notrend .rk-rank-row{grid-template-columns:120px minmax(0,1fr) 120px;align-items:stretch;display:grid}.report-root .rk-rank-row>span{text-align:center;justify-content:center;align-items:center;min-height:56px;padding:12px 16px;display:flex}.report-root .rk-rank-row:not(:last-child):not(.rk-rank-th)>span{border-bottom:1px solid #f1f5f9;padding-bottom:11px}.report-root .rk-rank-th{background:#f8fafc;border-radius:16px 16px 0 0}.report-root .rk-rank-th>span{color:#64748b;border-bottom:0;min-height:0;padding:13px 16px;font-size:14px;font-weight:700;line-height:18.2px}.report-root .rk-rank-c1{flex:none}.report-root .rk-rank-medal{color:#fff;background:#94a3b8;border-radius:999px;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;font-weight:600;line-height:18.2px;display:inline-flex}.report-root .rk-rank-medal.t1{background:#1e293b}.report-root .rk-rank-medal.t2{background:#475569}.report-root .rk-rank-medal.t3{background:#94a3b8}.report-root .rk-rank-slot{background:var(--bg-2);outline:1px solid var(--primary-500);outline-offset:-1px;height:32px;color:var(--primary-500);white-space:nowrap;cursor:help;border-radius:999px;justify-content:center;align-items:center;padding:0 12px;font-size:14px;font-weight:600;line-height:18.2px;display:inline-flex}.report-root .rk-rank-kw{justify-content:center;align-items:center;gap:8px;min-width:0;display:flex}.report-root .rk-rank-kw-text{color:#000;-webkit-line-clamp:2;word-break:keep-all;overflow-wrap:anywhere;-webkit-box-orient:vertical;min-width:0;font-size:16px;font-weight:700;line-height:20.8px;display:-webkit-box;overflow:hidden}.report-root .rk-rank-kw.is-ai .rk-rank-kw-text{color:var(--primary-500)}.report-root .rk-ai{font-family:var(--mono);border:1px solid var(--accent);color:var(--accent);background:var(--accent-soft);letter-spacing:.02em;white-space:nowrap;border-radius:4px;flex-shrink:0;padding:1px 5px;font-size:9px;font-weight:600}.report-root .rk-ai-cohort{border-color:var(--fg-3);color:var(--fg-2);background:0 0}.report-root .rk-surge{cursor:help;font-family:var(--mono);border:1px solid var(--accent);color:var(--accent);background:var(--accent-soft);letter-spacing:.02em;white-space:nowrap;border-radius:4px;outline:none;flex-shrink:0;padding:1px 5px;font-size:9px;font-weight:600;position:relative}.report-root .rk-surge:focus-visible{box-shadow:0 0 0 2px var(--accent-soft)}.report-root .rk-tip{z-index:50;width:max-content;max-width:250px;font-family:var(--sans);letter-spacing:0;text-align:left;white-space:normal;text-transform:none;background:var(--bg-1);color:var(--fg-2);border:1px solid var(--line);border-radius:var(--r-sm);box-shadow:var(--shadow-card-hover);opacity:0;visibility:hidden;pointer-events:none;padding:11px 12px;font-weight:400;transition:opacity .12s,transform .12s,visibility .12s;position:absolute;top:calc(100% + 8px);left:0;transform:translateY(-4px)}.report-root .rk-surge:hover .rk-tip,.report-root .rk-surge:focus-visible .rk-tip,.report-root .rk-surge:focus .rk-tip{opacity:1;visibility:visible;transform:translateY(0)}.report-root .rk-tip-hd{align-items:baseline;gap:6px;margin-bottom:6px;display:flex}.report-root .rk-tip-pct{font-family:var(--mono);color:var(--accent);font-size:13px;font-weight:700}.report-root .rk-tip-hd-sub{color:var(--fg-3);font-size:11px}.report-root .rk-tip-vol{color:var(--fg-1);font-size:12.5px;font-weight:600;line-height:1.45;display:block}.report-root .rk-tip-vol .rk-tip-arrow{color:var(--fg-3);margin:0 3px;font-weight:400}.report-root .rk-tip-msg{color:var(--fg-2);margin-top:6px;font-size:12px;line-height:1.5;display:block}.report-root .rk-tip-src{border-top:1px solid var(--line);color:var(--fg-3);margin-top:7px;padding-top:6px;font-size:10.5px;line-height:1.4;display:block}.report-root .rk-warn{font-family:var(--mono);border:1px solid color-mix(in oklab, var(--warn) 40%, transparent);color:var(--warn);background:color-mix(in oklab, var(--warn) 12%, transparent);letter-spacing:.02em;white-space:nowrap;border-radius:4px;flex-shrink:0;padding:1px 5px;font-size:9px;font-weight:600}.report-root .rk-ai-divider{border-top:1px dashed var(--line);margin-top:4px;padding:13px 0 7px}.report-root .rk-ai-divider span{font-family:var(--mono);color:var(--fg-3);letter-spacing:.04em;font-size:10px;font-weight:600}.report-root .rk-ai-why{border-left:2px solid var(--accent-soft);color:var(--fg-2);margin:-5px 0 9px 52px;padding-left:10px;font-size:12px;line-height:1.45}.report-root .rk-rank-num{color:#000;font-size:16px;font-weight:400;line-height:25.6px}.report-root .rk-rank-vol{text-underline-offset:3px;text-decoration:underline}.report-root .rk-rank-trend{color:var(--accent);font-weight:700}.report-root .rk-rank-trend.down{color:var(--bad)}.report-root .rk-insight{background:var(--accent-soft);color:var(--accent);border-radius:8px;margin-top:18px;padding:14px 16px;font-size:13px;line-height:1.5}.report-root .rk-insight-note{color:var(--fg-3);font-weight:500}.report-root .rk-scope-note{color:#64748b;margin:0;font-size:13px;line-height:1.6}.report-root .rk-empty{text-align:center;color:var(--fg-3);padding:40px 0;font-size:13px}.report-root .sa{background:var(--accent-soft);border:1px solid var(--accent-dim);border-radius:10px;margin-top:24px;padding:16px 18px}.report-root .sa-head{align-items:baseline;gap:8px;margin-bottom:12px;display:flex}.report-root .sa-badge{color:var(--accent-ink);background:var(--accent);letter-spacing:.02em;border-radius:6px;padding:3px 9px;font-size:12px;font-weight:800}.report-root .sa-meta{color:var(--fg-3);font-size:11px}.report-root .sa-list{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.report-root .sa-item{border-left:2px solid var(--accent-dim);flex-direction:column;gap:3px;padding-left:12px;display:flex}.report-root .sa-data{color:var(--fg-1);margin:0;font-size:13.5px;font-weight:600;line-height:1.5}.report-root .sa-act{color:var(--fg-2);margin:0;font-size:13px;line-height:1.55}.report-root .sa-act:before{content:"→ ";color:var(--accent);font-weight:700}@media print{.report-root .sa{page-break-inside:avoid}}.report-root .rk-mood{border-top:1px dashed var(--bg-3);flex-direction:column;gap:8px;margin-top:14px;padding-top:14px;display:flex}.report-root .rk-mood-label{color:var(--fg-3);font-size:11px;font-weight:600}.report-root .rk-mood-tags{flex-wrap:wrap;gap:6px 8px;display:flex}.report-root .rk-mood-tag{color:var(--accent);background:var(--accent-soft);white-space:nowrap;border-radius:12px;padding:4px 10px;font-size:12px;font-weight:500}.report-root .ig-posts-link{width:100%;font:inherit;color:#000;cursor:pointer;text-align:center;word-break:keep-all;text-underline-offset:3px;background:0 0;border:none;padding:0;font-size:16px;font-weight:400;line-height:25.6px;text-decoration:underline;transition:color .15s;display:block}.report-root .ig-posts-link:hover{color:var(--accent)}.report-root .ig-posts-link-ic{color:var(--accent);white-space:nowrap;margin-left:4px;font-size:11px;text-decoration:none}.report-root .ig-posts-link-scope{color:#64748b;font-size:13px;line-height:17px}.report-root .ig-modal-backdrop{z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#080e148c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.report-root .ig-modal{background:var(--bg-2);border-radius:var(--r-md,12px);width:100%;max-width:380px;padding:20px;box-shadow:0 18px 50px #00000059}.report-root .ig-modal-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.report-root .ig-modal-tag{color:var(--accent);text-overflow:ellipsis;white-space:nowrap;font-size:18px;font-weight:700;overflow:hidden}.report-root .ig-modal-close{color:var(--fg-3);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:4px;font-size:15px;line-height:1}.report-root .ig-modal-close:hover{color:var(--fg-1);background:var(--bg-3)}.report-root .ig-modal-desc{color:var(--fg-2);margin:10px 0 14px;font-size:13px;line-height:1.5}.report-root .ig-modal-cta{background:var(--accent);color:var(--accent-ink);border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:12px 16px;font-size:14px;font-weight:700;text-decoration:none;transition:filter .15s;display:flex}.report-root .ig-modal-cta:hover{filter:brightness(1.05)}.report-root .ig-modal-related{flex-direction:column;gap:8px;margin-top:16px;display:flex}.report-root .ig-modal-related-label{color:var(--fg-3);font-size:11px;font-weight:600}.report-root .ig-modal-related-tags{flex-wrap:wrap;gap:6px 8px;display:flex}.report-root .ig-modal-related-tag{color:var(--accent);background:var(--accent-soft);white-space:nowrap;border-radius:12px;padding:4px 10px;font-size:12px;font-weight:500;text-decoration:none}.report-root .ig-modal-related-tag:hover{background:var(--accent-dim)}.report-root .ig-modal-note{color:var(--fg-3);margin:16px 0 0;font-size:11px;line-height:1.45}@media (max-width:860px){.report-root .rk-grid{grid-template-columns:1fr}}@media (max-width:640px){.report-root .rk-rank-row,.report-root .rk-rank-table-notrend .rk-rank-row{grid-template-columns:92px minmax(0,1fr) 88px}.report-root .rk-rank-row>span{padding:12px 8px}.report-root .rk-rank-row:not(:last-child)>span{padding-bottom:11px}.report-root .rk-rank-slot{padding:0 8px;font-size:13px}.report-root .rk-rank-kw-text{font-size:14px;line-height:19px}.report-root .rk-rank-num,.report-root .ig-posts-link{font-size:14px;line-height:22px}.report-root #sec-kwig .rk-title,.report-root #sec-platforms .rk-title{font-size:28px;line-height:36px}}@media (max-width:600px){.report-root .rk-cloud{min-height:240px}}.report-root .ch-sec .ch-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:20px;margin-top:0;display:grid}.report-root .ch-sec .ch-card{box-sizing:border-box;background:var(--bg-2);min-height:122px;box-shadow:none;border-radius:var(--r-6);outline-offset:-1px;opacity:1;color:inherit;border:none;outline:1px solid #f1f5f9;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:16px;padding:16px;text-decoration:none;transition:background-color .15s;display:flex;position:relative}.report-root .ch-sec .ch-card.ch-card-live{outline-color:var(--sys-ok)}.report-root .ch-sec .ch-card.ch-card-partial{outline-color:var(--sys-warn)}.report-root .ch-sec .ch-card.ch-card-inactive,.report-root .ch-sec .ch-card.ch-card-pending{outline-color:#f1f5f9}.report-root .ch-sec a.ch-card-link,.report-root .ch-sec a.ch-card-link:hover,.report-root .ch-sec a.ch-card-link:focus-visible,.report-root .ch-sec a.ch-card-link:active{box-shadow:none;transform:none}.report-root .ch-sec .ch-card.ch-card-live:hover,.report-root .ch-sec .ch-card.ch-card-live:focus-visible{background:#f4faf4}.report-root .ch-sec .ch-card.ch-card-live:active{background:#eaf5ea}.report-root .ch-sec .ch-card.ch-card-partial:hover,.report-root .ch-sec .ch-card.ch-card-partial:focus-visible{background:#fffaf2}.report-root .ch-sec .ch-card.ch-card-partial:active{background:#fef5e5}.report-root .ch-sec .ch-card.ch-card-inactive:hover,.report-root .ch-sec .ch-card.ch-card-inactive:focus-visible,.report-root .ch-sec .ch-card.ch-card-pending:hover,.report-root .ch-sec .ch-card.ch-card-pending:focus-visible{background:#fefeff}.report-root .ch-sec .ch-card.ch-card-inactive:active,.report-root .ch-sec .ch-card.ch-card-pending:active{background:#fdfefe}.report-root .ch-sec .ch-tile{outline-offset:-1px;outline:1px solid #f1f5f9}.report-root .ch-sec .ch-card-head{flex-wrap:wrap;place-content:flex-start space-between;align-items:flex-start;gap:8px;display:flex}.report-root .ch-sec .ch-card-status{background:var(--bg-2);outline-offset:-1px;height:24px;font-family:var(--sans);letter-spacing:0;white-space:nowrap;border:none;border-radius:999px;outline:1px solid;flex:none;align-items:center;padding:0 12px;font-size:14px;font-weight:600;line-height:18.2px;display:inline-flex}.report-root .ch-sec .ch-card-status-live{color:var(--sys-ok);background:var(--bg-2)}.report-root .ch-sec .ch-card-status-partial{color:var(--sys-warn);background:var(--bg-2)}.report-root .ch-sec .ch-card-status-inactive,.report-root .ch-sec .ch-card-status-pending{color:#64748b;background:var(--bg-2)}.report-root .ch-sec .ch-card-content{justify-content:space-between;align-items:flex-end;gap:8px;display:flex}.report-root .ch-sec .ch-card-body{flex-direction:column;flex:1 1 0;gap:4px;min-width:0;display:flex}.report-root .ch-sec .ch-card-name{color:#000;letter-spacing:0;white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:16px;font-weight:700;line-height:20.8px;overflow:hidden}.report-root .ch-sec .ch-card-metric{font-family:var(--sans);color:#64748b;white-space:nowrap;text-overflow:ellipsis;background:0 0;border:none;border-radius:0;margin:0;padding:0;font-size:13px;font-weight:600;line-height:16.9px;overflow:hidden}.report-root .ch-sec .ch-card-go{color:#cbd5e1;flex:none;justify-content:center;align-items:center;width:24px;height:24px;transition:color .15s;display:inline-flex}.report-root .ch-sec .ch-card-go svg{display:block}.report-root .ch-sec a.ch-card-link:hover .ch-card-go,.report-root .ch-sec a.ch-card-link:focus-visible .ch-card-go{color:#94a3b8}.report-root .ch-sec a.ch-card-link:active .ch-card-go{color:#64748b}@media (max-width:1100px){.report-root .ch-sec .ch-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:760px){.report-root .ch-sec .ch-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:480px){.report-root .ch-sec .ch-grid{grid-template-columns:minmax(0,1fr)}}.report-root .rm-block-label{color:var(--fg-2);font-size:13px;font-weight:600}.report-root .rm-fixed{margin-bottom:16px;padding:22px 24px}.report-root .rm-fixed-chips{flex-wrap:wrap;align-items:center;gap:10px;margin-top:16px;display:flex}.report-root .rm-chip{color:var(--fg-2);background:var(--bg-3);white-space:nowrap;border-radius:15px;padding:7px 16px;font-size:13px;font-weight:500}.report-root .rm-chip-hl{color:var(--accent);background:var(--accent-soft);font-weight:600}.report-root .rm-season{padding:24px}.report-root .rm-season-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:22px;display:flex}.report-root .rm-season-head-r{flex-shrink:0;align-items:center;gap:14px;display:flex}.report-root .rm-season-meta{color:var(--fg-3);white-space:nowrap;font-size:12px}.report-root .rm-view-toggle{background:var(--bg-3);border-radius:999px;gap:2px;padding:3px;display:inline-flex}.report-root .rm-view-toggle button{font:inherit;color:var(--fg-3);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:999px;padding:6px 14px;font-size:12px;font-weight:600;transition:background .15s,color .15s}.report-root .rm-view-toggle button.active{background:var(--accent);color:#fff}.report-root .rm-view-toggle button:not(.active):hover{color:var(--fg-1)}@media (max-width:720px){.report-root .rm-season-head{flex-wrap:wrap;align-items:flex-start}.report-root .rm-view-toggle{flex-wrap:wrap}}.report-root .rm-timeline{flex-direction:column;gap:14px;display:flex}.report-root .rm-tl-row{grid-template-columns:256px minmax(0,1fr);align-items:center;gap:16px;display:grid}.report-root .rm-tl-head{margin-bottom:4px}.report-root .rm-tl-label{min-width:0}.report-root .rm-event-title{color:var(--fg-1);font-size:13px;font-weight:600;display:block}.report-root .rm-event-idea{color:var(--fg-3);text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:11px;display:block;overflow:hidden}.report-root .rm-tl-seasons{gap:4px;display:flex}.report-root .rm-tl-season{white-space:nowrap;border-radius:6px;flex-basis:0;justify-content:center;align-items:center;height:24px;font-size:11px;font-weight:600;display:flex;overflow:hidden}.report-root .rm-tl-season.off{color:#73809e;background:#f2f4f7}.report-root .rm-tl-season.on{color:#596ba6;background:#edf1fc}.report-root .rm-tl-track{height:28px;position:relative}.report-root .rm-tl-track:before{content:"";background:color-mix(in oklab, var(--bg-3) 45%, var(--bg-2));border-radius:14px;position:absolute;inset:0}.report-root .rm-tl-bar{box-sizing:border-box;white-space:nowrap;border-radius:14px;justify-content:center;align-items:center;height:28px;padding:0 8px;font-size:11px;font-weight:600;display:inline-flex;position:absolute;top:0;overflow:hidden}.report-root .rm-tl-bar.blue{background:var(--accent);color:#fff}.report-root .rm-tl-bar.purple{color:#2e2e54;background:#cac6f1}.report-root .rm-tl-bar-static{width:auto;position:static}@media (max-width:720px){.report-root .rm-tl-row{grid-template-columns:1fr;gap:8px}.report-root .rm-tl-head{display:none}}.report-root .mc .mc-head{margin-bottom:40px}.report-root .mc .mc-title{color:#000;letter-spacing:0;margin:0;font-size:40px;font-weight:600;line-height:52px}.report-root .mc .mc-sub{color:#64748b;letter-spacing:0;margin-top:16px;font-size:16px;font-weight:400;line-height:25.6px}.report-root .mc .mc-groups{flex-direction:column;gap:20px;display:flex}.report-root .mc .mc-group{--mc-band:#2d5bff;background:var(--bg-2);outline-offset:-1px;border-radius:16px;outline:1px solid #f1f5f9;flex-direction:column;gap:24px;padding:24px;display:flex}.report-root .mc .mc-group[data-band=weekly]{--mc-band:#002bc6}.report-root .mc .mc-group[data-band=monthly]{--mc-band:#002093}.report-root .mc .mc-chips{flex-wrap:wrap;align-items:flex-start;gap:8px;display:flex}.report-root .mc .mc-chip{letter-spacing:0;white-space:nowrap;background:var(--bg-2);height:32px;color:var(--mc-band);outline:1px solid var(--mc-band);outline-offset:-1px;border-radius:999px;justify-content:center;align-items:center;padding:0 12px;font-size:14px;font-weight:600;line-height:1.3;display:inline-flex}.report-root .mc .mc-chip.is-fill{background:var(--mc-band);color:#fff}.report-root .mc .mc-grid{align-items:stretch;gap:8px;display:grid}.report-root .mc .mc-grid.daily{grid-template-columns:repeat(4,minmax(0,1fr))}.report-root .mc .mc-grid.five{grid-template-columns:repeat(5,minmax(0,1fr))}.report-root .mc .mc-card{background:var(--bg-2);outline-offset:-1px;border-radius:12px;outline:1px solid #e2e8f0;flex-direction:column;gap:16px;min-width:0;padding:16px;display:flex}.report-root .mc .mc-card-body{flex-direction:column;gap:16px;display:flex}.report-root .mc .mc-card-head{align-items:center;gap:8px;min-height:32px;display:flex}.report-root .mc .mc-icons{flex:none;align-items:center;gap:8px;display:flex}.report-root .mc .mc-card-title{color:#000;letter-spacing:0;word-break:keep-all;margin:0;font-size:16px;font-weight:700;line-height:1.3}.report-root .mc .ch-tile{outline-offset:-1px;outline:1px solid #f1f5f9}.report-root .mc .mc-ic{flex:none;width:24px;height:24px;display:block}.report-root .mc .mc-checks{margin:0;padding-left:24px;list-style:outside}.report-root .mc .mc-checks li{color:#000;word-break:keep-all;font-size:16px;font-weight:400;line-height:1.6}.report-root .mc .mc-topics{background:#f8fafc;border-radius:8px;padding:16px;overflow:hidden}.report-root .mc .mc-topics-h{color:#64748b;margin:0;font-size:16px;font-weight:700;line-height:1.3}.report-root .mc .mc-topics-list{margin:0;padding-left:24px;list-style:outside}.report-root .mc .mc-topics-list li{color:#64748b;word-break:keep-all;font-size:16px;font-weight:400;line-height:1.6}.report-root .mc .mc-tip{color:#0091ea;word-break:keep-all;background:#eaf7ff;border-radius:8px;margin:auto 0 0;padding:16px;font-size:14px;font-weight:700;line-height:1.3;overflow:hidden}@media (max-width:1080px){.report-root .mc .mc-grid.daily{grid-template-columns:repeat(2,minmax(0,1fr))}.report-root .mc .mc-grid.five{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:640px){.report-root .mc .mc-grid.daily,.report-root .mc .mc-grid.five{grid-template-columns:1fr}.report-root .mc .mc-title{font-size:28px;line-height:1.3}}.report-root .traf-caution{color:var(--warn);background:var(--bg-2);border:1px dashed var(--warn);border-radius:var(--r-md);max-width:680px;margin:4px 0 0;padding:8px 12px;font-size:12.5px}.report-root .traf-cards{grid-template-columns:repeat(3,1fr);gap:14px;margin-top:20px;display:grid}.report-root .traf-hero{grid-template-columns:minmax(280px,340px) 1fr;align-items:stretch;gap:14px;margin-top:20px;display:grid}.report-root .tah-right{flex-direction:column;gap:14px;min-width:0;display:flex}.report-root .tah-mapcard{justify-content:flex-start;align-items:stretch;padding:14px 16px}.report-root .tah-right .traf-card{gap:8px;padding:13px 16px}@media (max-width:720px){.report-root .traf-hero{grid-template-columns:1fr}}.report-root .traf-hero2{flex-wrap:wrap;align-items:stretch;gap:12px;margin-top:20px;display:flex}.report-root .traf-hero2>.traf-card,.report-root .traf-hero2 .th-mid>.traf-card{gap:8px;padding:13px 15px}.report-root .th-map{flex:240px;max-width:300px}.report-root .th-mid{flex-direction:column;flex:200px;gap:12px;min-width:0;max-width:264px;display:flex}.report-root .th-mid>.traf-card:first-child{flex:auto}.report-root .th-ind,.report-root .th-aud{flex:2 280px;min-width:0}.report-root .traf-hero2 .traf-big{font-size:26px}.report-root .traf-map-cong{z-index:2;color:#222;background:#fffffff0;border-radius:999px;align-items:center;gap:5px;padding:3px 9px;font-size:11px;font-weight:700;display:inline-flex;position:absolute;top:8px;left:8px;box-shadow:0 1px 5px #0000002e}.report-root .traf-map-cong .traf-lvdot{width:8px;height:8px}@media (max-width:1040px){.report-root .th-map,.report-root .th-mid{flex-basis:calc(50% - 6px);max-width:none}.report-root .th-ind,.report-root .th-aud{flex-basis:calc(50% - 6px)}}@media (max-width:620px){.report-root .traf-hero2>.th-map,.report-root .traf-hero2>.th-mid,.report-root .traf-hero2>.th-ind,.report-root .traf-hero2>.th-aud{flex-basis:100%;max-width:none}}.report-root .traf-card{background:var(--bg-2);border:1px solid var(--line);border-radius:var(--r-lg);box-shadow:var(--shadow-card);flex-direction:column;gap:10px;min-width:0;padding:16px 18px;display:flex}.report-root .traf-wide{grid-column:span 2}.report-root .traf-k{font-family:var(--mono);color:var(--fg-3);letter-spacing:.04em;font-size:10.5px}.report-root .traf-k-sub{opacity:.75;margin-left:4px}.report-root .traf-big{letter-spacing:-.02em;font-variant-numeric:tabular-nums;font-size:30px;font-weight:800;line-height:1.1}.report-root .traf-big small{color:var(--fg-3);margin-left:5px;font-size:12px;font-weight:600}.report-root .traf-spark{width:100%;height:auto;display:block}.report-root .tsp-line{fill:none;stroke:var(--accent);stroke-width:1.8px;stroke-linejoin:round;vector-effect:non-scaling-stroke}.report-root .tsp-area{fill:var(--accent-soft);stroke:none}.report-root .tsp-max{fill:var(--accent)}.report-root .tsp-end{fill:var(--fg)}.report-root .tsp-we{fill:var(--fg-3);opacity:.5}.report-root .traf-meta{font-family:var(--mono);color:var(--fg-3);font-variant-numeric:tabular-nums;flex-wrap:wrap;gap:12px;font-size:10.5px;display:flex}.report-root .traf-hl{color:var(--accent);font-weight:700}.report-root .traf-stack{background:var(--bg-3);border-radius:7px;height:14px;display:flex;overflow:hidden}.report-root .tst-stu{background:var(--accent)}.report-root .tst-par{background:var(--accent-dim)}.report-root .tst-etc{background:var(--fg-4)}.report-root .traf-aud{color:var(--fg-2);flex-direction:column;gap:7px;margin:0;padding:0;font-size:13px;list-style:none;display:flex}.report-root .traf-aud b{color:var(--fg);font-variant-numeric:tabular-nums;margin-left:2px}.report-root .traf-est{font-family:var(--mono);color:var(--fg-3);font-variant-numeric:tabular-nums;margin-left:16px;font-size:10.5px;display:block}.report-root .traf-dot{border-radius:2px;width:8px;height:8px;margin-right:8px;display:inline-block}.report-root .traf-dot.d-stu{background:var(--accent)}.report-root .traf-dot.d-par{background:var(--accent-dim)}.report-root .traf-dot.d-etc{background:var(--fg-4)}.report-root .traf-char{letter-spacing:-.01em;font-size:20px;font-weight:800}.report-root .traf-tbars{flex-direction:column;gap:7px;display:flex}.report-root .ttb-row{color:var(--fg-2);grid-template-columns:60px 1fr 46px;align-items:center;gap:8px;font-size:12px;display:grid}.report-root .ttb-track{background:var(--bg-3);border-radius:4px;height:8px;overflow:hidden}.report-root .ttb-fill{background:var(--accent-dim);border-radius:4px;height:100%;display:block}.report-root .ttb-fill.ttb-visitor{background:var(--accent)}.report-root .ttb-fill.ttb-age{background:var(--accent-dim)}.report-root .ttb-fill.ttb-age-top{background:var(--accent)}.report-root .ttb-k{white-space:nowrap}.report-root .ttb-v{font-family:var(--mono);color:var(--fg-3);text-align:right;font-variant-numeric:tabular-nums;font-size:10.5px}.report-root .traf-note{color:var(--fg-3);margin:0;font-size:12px}.report-root .traf-inflow{grid-template-columns:1fr 1fr;align-items:start;gap:18px;display:grid}.report-root .traf-adr{border-left:1px solid var(--line);flex-direction:column;gap:6px;padding-left:18px;display:flex}.report-root .traf-adkm{letter-spacing:-.02em;font-variant-numeric:tabular-nums;font-size:26px;font-weight:800}.report-root .traf-cap{font-style:normal;font-family:var(--mono);color:var(--warn);vertical-align:3px;margin-left:8px;font-size:10px;display:inline-block}.report-root .traf-inflow-wrap{align-items:center;gap:20px;display:flex}.report-root .traf-inflow-wrap .traf-inflow{flex:1}.report-root .traf-radmap-box{flex-direction:column;flex:auto;align-items:stretch;gap:8px;min-height:0;display:flex;position:relative}.report-root .traf-radmap{align-self:center;width:100%;max-width:190px;height:auto;margin:auto 0;display:block}.report-root .traf-kakaomap{background:var(--bg-3);border-radius:10px;flex:auto;width:100%;height:auto;min-height:240px;overflow:hidden}@media (max-width:560px){.report-root .traf-kakaomap{flex:none;width:100%;height:200px;min-height:0}}.report-root .trm-grid{fill:none;stroke:var(--bg-3);stroke-width:1px}.report-root .trm-ad{fill:var(--accent);fill-opacity:.12;stroke:var(--accent);stroke-width:1.6px}.report-root .trm-med{fill:none;stroke:var(--accent-dim);stroke-width:1.6px;stroke-dasharray:4 3}.report-root .trm-axis{stroke:var(--accent);stroke-width:1px;stroke-dasharray:2 2}.report-root .trm-lab{fill:var(--fg-2);font-family:var(--mono);font-size:10.5px}.report-root .trm-c{fill:var(--accent);stroke:var(--bg-2);stroke-width:1.5px}.report-root .trm-n{fill:var(--fg-3);font-family:var(--mono);font-size:9px}.report-root .trm-leg{justify-content:center;font-size:10px}@media (max-width:560px){.report-root .traf-inflow-wrap{flex-direction:column;align-items:stretch}}.report-root .traf-cong{align-items:center;gap:9px;font-size:20px;display:flex}.report-root .traf-cong b{font-weight:800}.report-root .traf-lvdot{background:var(--fg-3);border-radius:50%;width:12px;height:12px}.report-root .traf-cong.lv-1 .traf-lvdot{background:var(--ok)}.report-root .traf-cong.lv-2 .traf-lvdot{background:#7cb342}.report-root .traf-cong.lv-3 .traf-lvdot{background:var(--warn)}.report-root .traf-cong.lv-4 .traf-lvdot{background:var(--bad)}.report-root .traf-lvtag{font-family:var(--mono);color:var(--fg-3);font-size:10px}.report-root .traf-lvbar{gap:4px;max-width:220px;display:flex}.report-root .traf-lvseg{background:var(--bg-3);border-radius:2px;flex:1;height:7px}.report-root .traf-lvseg.on1{background:var(--ok)}.report-root .traf-lvseg.on2{background:#7cb342}.report-root .traf-lvseg.on3{background:var(--warn)}.report-root .traf-lvseg.on4{background:var(--bad)}.report-root .traf-lvscale{max-width:220px;font-family:var(--mono);color:var(--fg-3);justify-content:space-between;font-size:9.5px;display:flex}.report-root .traf-insight{background:var(--bg-2);border:1px solid var(--line);border-left:3px solid var(--accent);border-radius:var(--r-md);color:var(--fg-2);margin:16px 0 0;padding:12px 16px;font-size:13.5px}.report-root .traf-ins-k{font-family:var(--mono);color:var(--accent);letter-spacing:.06em;margin-bottom:4px;font-size:10px;display:block}@media (max-width:860px){.report-root .traf-cards{grid-template-columns:1fr 1fr}.report-root .traf-wide{grid-column:span 2}}@media (max-width:560px){.report-root .traf-cards{grid-template-columns:1fr}.report-root .traf-wide{grid-column:auto}.report-root .traf-inflow{grid-template-columns:1fr}.report-root .traf-adr{border-left:0;border-top:1px solid var(--line);padding-top:12px;padding-left:0}}.report-root .traf-full{grid-column:1/-1}.report-root .traf-ct{font-family:var(--mono);color:var(--fg-3);font-size:10.5px}.report-root .rk-apibadge{color:var(--accent);border:1px solid var(--accent-dim);white-space:nowrap;border-radius:20px;padding:2px 9px;font-size:11px;font-weight:600;display:inline-block}.report-root .rk-bars{flex-direction:column;gap:9px;display:flex}.report-root .rk-brow{color:var(--fg-1);grid-template-columns:18px minmax(0,1.5fr) 2fr auto;align-items:center;gap:10px;font-size:13px;display:grid}.report-root .rk-brow-nr{grid-template-columns:minmax(0,1.6fr) 2fr auto}.report-root .rk-rk{font-family:var(--mono);color:var(--fg-3);text-align:center;font-size:11px}.report-root .rk-nm{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.report-root .rk-brow.is-emph .rk-nm{color:var(--fg);font-weight:700}.report-root .rk-chip{font-family:var(--mono);color:var(--fg-3);border:1px solid var(--line);vertical-align:1px;border-radius:4px;margin-left:7px;padding:0 5px;font-size:9.5px}.report-root .rk-vv{font-family:var(--mono);color:var(--fg);text-align:right;font-variant-numeric:tabular-nums;font-size:12px;font-weight:700}.report-root .rk-vv em{color:var(--fg-3);margin-left:1px;font-size:9.5px;font-style:normal;font-weight:400}.report-root .imx-list{flex-direction:column;gap:8px;margin-top:4px;display:flex}.report-root .imx-head,.report-root .imx-row{grid-template-columns:26px minmax(0,1.3fr) 2fr auto;align-items:center;gap:10px;display:grid}.report-root .imx-head{font-family:var(--mono);color:var(--fg-3);border-bottom:1px solid var(--bg-3);padding-bottom:4px;font-size:10.5px}.report-root .imx-head span:last-child{text-align:right}.report-root .imx-row{color:var(--fg-1);font-size:13px}.report-root .imx-rk{font-family:var(--mono);color:var(--fg-3);text-align:center;font-size:11px}.report-root .imx-row.is-top .imx-rk{color:var(--accent);font-weight:700}.report-root .imx-nm{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.report-root .imx-row.is-top .imx-nm{color:var(--fg);font-weight:700}.report-root .imx-track{background:var(--bg-3);border-radius:4px;height:8px;overflow:hidden}.report-root .imx-fill{background:var(--accent-dim);border-radius:4px;height:100%;display:block}.report-root .imx-fill.imx-top{background:var(--accent)}.report-root .imx-v{font-family:var(--mono);color:var(--fg);text-align:right;font-variant-numeric:tabular-nums;font-size:12px;font-weight:700}.report-root .imx-v em{color:var(--fg-3);margin-left:1px;font-size:9.5px;font-style:normal;font-weight:400}@media (max-width:560px){.report-root .imx-head,.report-root .imx-row{grid-template-columns:20px minmax(0,1.2fr) 1.4fr auto;gap:7px}}.report-root .rk-quart{flex-direction:column;gap:16px;padding-top:6px;display:flex}.report-root .rk-qrow{grid-template-columns:90px 1fr;align-items:center;gap:12px;display:grid}.report-root .rk-qlab{color:var(--fg-2);font-size:12.5px}.report-root .rk-qtrack{background:var(--bg-3);border-radius:6px;height:26px;position:relative}.report-root .rk-qband{background:var(--accent-dim);border-radius:6px;height:10px;position:absolute;top:50%;transform:translateY(-50%)}.report-root .rk-qmed{background:var(--accent);border-radius:2px;width:3px;height:18px;position:absolute;top:50%;transform:translate(-50%,-50%)}.report-root .rk-qc{font-family:var(--mono);color:var(--fg-2);font-size:10px;position:absolute;top:-3px;transform:translate(-50%)}.report-root .rk-qc3{top:auto;bottom:-3px}.report-root .rk-qaxis{font-family:var(--mono);color:var(--fg-3);justify-content:space-between;padding-left:102px;font-size:10px;display:flex}.report-root .rk-tiles{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.report-root .rk-tile{background:var(--bg-1);border:1px solid var(--line);border-radius:var(--r-md);flex-direction:column;gap:5px;padding:12px 14px;display:flex}.report-root .rk-tv{color:var(--fg-2);align-items:baseline;gap:8px;font-size:15px;display:flex}.report-root .rk-tv b{color:var(--fg);letter-spacing:-.02em;font-variant-numeric:tabular-nums;font-size:30px;font-weight:800}.report-root .rk-delta{font-family:var(--mono);color:var(--fg-3);border:1px solid var(--line);border-radius:20px;padding:1px 7px;font-size:10.5px;font-weight:600}.report-root .rk-pct{flex-direction:column;gap:11px;display:flex}.report-root .rk-prow{grid-template-columns:118px 1fr auto;align-items:center;gap:12px;display:grid}.report-root .rk-pnm{color:var(--fg-1);flex-direction:column;font-size:13px;font-weight:600;display:flex}.report-root .rk-pnm em{font-style:normal;font-family:var(--mono);color:var(--fg-3);font-size:10px;font-weight:400}.report-root .rk-ptrack{height:16px;position:relative;overflow:visible}.report-root .rk-pmk{border:2px solid var(--accent);background:var(--bg-2);border-radius:50%;width:11px;height:11px;position:absolute;top:50%;transform:translate(-50%,-50%)}.report-root .rk-dow{flex-direction:column;gap:12px;display:flex}.report-root .rk-dplot{align-items:flex-end;gap:8px;height:150px;padding-top:16px;display:flex}.report-root .rk-dcol{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;height:100%;display:flex}.report-root .rk-dt{font-family:var(--mono);color:var(--fg-3);margin-bottom:3px;font-size:10px}.report-root .rk-dbar{border-radius:5px 5px 0 0;flex-direction:column;width:100%;max-width:30px;display:flex;overflow:hidden}.report-root .rk-dseg{width:100%}.report-root .rk-dok{background:var(--accent-dim)}.report-root .rk-dcol.is-wk .rk-dok{background:var(--accent)}.report-root .rk-dfail{background:var(--bg-3)}.report-root .rk-dx{font-family:var(--mono);color:var(--fg-3);margin-top:6px;font-size:11px}.report-root .rk-pyr{flex-direction:column;gap:6px;display:flex}.report-root .rk-pyhead{font-family:var(--mono);color:var(--fg-3);grid-template-columns:1fr 48px 1fr;font-size:10px;display:grid}.report-root .rk-pyhead span:last-child{text-align:right}.report-root .rk-pyrow{grid-template-columns:1fr 48px 1fr;align-items:center;display:grid}.report-root .rk-pyside{align-items:center;gap:6px;display:flex}.report-root .rk-pym{justify-content:flex-end}.report-root .rk-pybar{border-radius:3px;height:12px}.report-root .rk-pym .rk-pybar{background:var(--accent-dim);border-radius:3px 0 0 3px}.report-root .rk-pyf .rk-pybar{background:var(--accent);border-radius:0 3px 3px 0}.report-root .rk-pyside em{font-style:normal;font-family:var(--mono);color:var(--fg-3);font-size:10px}.report-root .rk-pyage{text-align:center;color:var(--fg-2);font-size:11.5px}.report-root .rk-pyr--traf .rk-pyhead,.report-root .rk-pyr--traf .rk-pyrow{grid-template-columns:1fr 68px 1fr}.report-root .rk-pyr--traf .rk-pyage{white-space:nowrap}.report-root .rk-leg{font-family:var(--mono);color:var(--fg-2);flex-wrap:wrap;gap:8px 16px;font-size:10.5px;display:flex}.report-root .rk-leg span{align-items:center;gap:6px;display:inline-flex}.report-root .rk-sw{border-radius:2px;width:10px;height:10px;display:inline-block}.report-root .rk-sw-fill{background:var(--accent)}.report-root .rk-sw-dim{background:var(--accent-dim)}.report-root .rk-sw-mk{border:2px solid var(--accent);background:var(--bg-2);border-radius:50%;width:9px;height:9px}@media (max-width:560px){.report-root .rk-brow{grid-template-columns:16px 1fr 1.2fr auto}.report-root .rk-tiles{grid-template-columns:1fr}}.report-root .cs-card,.report-root .cs-insight,.report-root .cs-ai{border-radius:var(--r-6);background:linear-gradient(#fff,#fff) padding-box padding-box,linear-gradient(114deg,#cbe5e5 45%,#adbffc 100%) border-box;border:2px solid #0000;outline:none;flex-direction:column;align-items:flex-start;gap:24px;width:100%;margin-top:20px;padding:22px 30px;display:flex;overflow:hidden}.report-root .cs-insight,.report-root .cs-ai{gap:16px}.report-root .cs-card>.cs-insight,.report-root .cs-card>.cs-ai{background:0 0;border:none;border-radius:0;outline:none;align-self:stretch;width:auto;margin:0;padding:0;overflow:visible}.report-root .cs-card-div{background:#e2e8f0;border-radius:999px;flex-shrink:0;align-self:stretch;height:1px}.report-root .cs-insight-row{align-self:stretch;align-items:flex-start;gap:16px;display:flex}.report-root .cs-insight-k{outline:1px solid var(--primary-500);outline-offset:-1px;height:32px;color:var(--primary-500);letter-spacing:0;background:#fff;border-radius:999px;flex:none;align-items:center;padding:0 12px;font-size:14px;font-weight:600;line-height:18.2px;display:inline-flex}.report-root .cs-insight-lines{flex-direction:column;flex:1 1 0;gap:12px;min-width:0;display:flex}.report-root .cs-insight-line{color:#000;margin:0;font-size:16px;font-weight:400;line-height:25.6px}.report-root .cs-kw{color:inherit;font-weight:700}.report-root .cs-overall-head{color:var(--accent);align-items:flex-start;gap:8px;display:flex}.report-root .cs-overall-head svg{flex-shrink:0}.report-root .cs-overall-title{color:var(--primary-500);letter-spacing:0;font-size:24px;font-weight:600;line-height:31.2px}.report-root .cs-ai-head-row{align-items:center;gap:12px;margin:0;display:flex}.report-root .cs-ai-badge{background:var(--primary-500);color:#fff;letter-spacing:0;border-radius:999px;align-items:center;height:32px;padding:0 12px;font-size:14px;font-weight:600;line-height:18.2px;display:inline-flex}.report-root .cs-ai-tag{color:#000;outline-offset:-1px;letter-spacing:0;background:#fff;border-radius:999px;outline:1px solid #e2e8f0;align-items:center;height:32px;padding:0 12px;font-size:14px;font-weight:600;line-height:18.2px;display:inline-flex}.report-root .cs-ai-headline{color:var(--primary-500);letter-spacing:0;align-self:stretch;margin:0;font-size:24px;font-weight:600;line-height:31.2px}.report-root .cs-ai-body{color:#000;align-self:stretch;margin:0;font-size:16px;font-weight:400;line-height:25.6px}.report-root .cs-plat,.report-root .cs-key{color:inherit;font-weight:700}.report-root .cs-ai-steps{align-self:stretch;gap:12px;margin-top:8px;display:flex;overflow:hidden}.report-root .cs-ai-step{border-radius:var(--r-5);min-width:0;box-shadow:none;outline-offset:-1px;background:#fff;outline:1px solid #e2e8f0;flex-direction:column;flex:1 1 0;align-items:flex-start;gap:4px;padding:12px 14px;display:flex;overflow:hidden}.report-root .cs-ai-step-k{font-family:var(--sans);color:var(--primary-500);letter-spacing:0;font-size:13px;font-weight:600;line-height:16.9px}.report-root .cs-ai-step-t{color:#000;align-self:stretch;font-size:14px;font-weight:700;line-height:18.2px}.report-root .cs-card.cs-overall{background:linear-gradient(#fff,#fff) padding-box padding-box,linear-gradient(114deg,#98cbcc 45%,#577cfe 100%) border-box;margin-top:0}.report-root .cs-card.cs-overall .cs-insight-lines{gap:25.6px}@media (max-width:860px){.report-root .cs-card,.report-root .cs-insight,.report-root .cs-ai{padding:18px}.report-root .cs-ai-steps{flex-direction:column}}@media (max-width:640px){.report-root .cs-insight-row{flex-direction:column;gap:12px}}@media print{.report-root .cs-card,.report-root .cs-insight,.report-root .cs-ai{page-break-inside:avoid}}.report-root .tfx-alert{background:var(--sys-warn-100);outline:1px solid var(--sys-warn-400);outline-offset:-1px;border-radius:8px;align-items:center;gap:16px;margin:0 0 20px;padding:16px;display:flex;overflow:hidden}.report-root .tfx-alert-ico{flex:none;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex}.report-root .tfx-alert-i{width:20px;height:20px;display:block}.report-root .tfx-alert p{min-width:0;color:var(--sys-warn-600);word-break:keep-all;flex:1 1 0;margin:0;font-size:16px;font-weight:700;line-height:20.8px;position:relative;top:1px}.report-root #sec-traffic .sec-head{margin-bottom:40px}.report-root #sec-traffic .sec-title h2{color:#000;letter-spacing:0;margin-top:0;font-size:40px;font-weight:600;line-height:52px}.report-root #sec-traffic .sec-title p{color:#64748b;max-width:none;margin-top:16px;font-size:16px;font-weight:400;line-height:25.6px}.report-root #sec-traffic .cs-card{margin-top:40px}.report-root .tf5{flex-direction:column;gap:20px;display:flex}.report-root .tf5-stack{flex-direction:column;gap:28px;display:flex}.report-root .tf5-msg{background:var(--sys-warn-100);outline:1px solid var(--sys-warn-400);outline-offset:-1px;border-radius:8px;align-items:center;gap:16px;padding:16px;display:flex;overflow:hidden}.report-root .tf5-msg-ico{flex:none;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex}.report-root .tf5-msg-i{width:20px;height:20px;display:block}.report-root .tf5-msg p{min-width:0;color:var(--sys-warn-600);word-break:keep-all;flex:1 1 0;margin:0;font-size:16px;font-weight:700;line-height:20.8px;position:relative;top:1px}.report-root .tf5-card{background:var(--bg-2);outline-offset:-1px;border-radius:16px;outline:1px solid #f1f5f9;flex-direction:column;min-width:0;padding:24px;display:flex}.report-root .tf5-row1{align-items:stretch;gap:20px;display:flex}.report-root .tf5-flow{flex:1 1 0;gap:24px}.report-root .tf5-age{flex:0 480px;gap:24px}.report-root .tf5-h{flex-direction:column;gap:8px;display:flex}.report-root .tf5-k{color:#64748b;font-size:14px;font-weight:400;line-height:22.4px}.report-root .tf5-big{align-items:baseline;gap:8px;margin:0;display:flex}.report-root .tf5-big b{letter-spacing:-.01em;color:#000;font-variant-numeric:tabular-nums;font-size:40px;font-weight:600;line-height:1.3}.report-root .tf5-big.is-accent b{color:#2d5bff}.report-root .tf5-big small{color:#64748b;font-size:16px;font-weight:700;line-height:1.3}.report-root .tf5-sub{color:#000;word-break:keep-all;margin:0;font-size:20px;font-weight:600;line-height:1.3}.report-root .tf5-note-b{color:#64748b;word-break:keep-all;margin:0;font-size:16px;font-weight:700;line-height:1.3}.report-root .tf5-v24{color:#000;word-break:keep-all;margin:0;font-size:24px;font-weight:600;line-height:1.3}.report-root .tf5-v32{color:#6083ff;word-break:keep-all;margin:0;font-size:32px;font-weight:600;line-height:1.3}.report-root .tf5-foot{color:#000;word-break:keep-all;margin:0;font-size:14px;font-weight:400;line-height:22.4px}.report-root .tf5-foot.is-muted{color:#64748b}.report-root .tf5-chart{flex-direction:column;flex:auto;justify-content:flex-end;gap:8px;display:flex}.report-root .tf5-bars{align-items:flex-end;gap:2px;height:172px;display:flex}.report-root .tf5-bar{background:#cbd5e1;border-radius:999px;flex:1 1 0;min-width:0}.report-root .tf5-bar.is-we{background:#f1f5f9}.report-root .tf5-bar.is-last{background:#6083ff}.report-root .tf5-axis{color:#64748b;white-space:nowrap;justify-content:space-between;gap:8px;font-size:14px;font-weight:400;line-height:22.4px;display:flex}.report-root .tf5-legend{justify-content:flex-end;gap:16px;margin-top:8px;display:flex}.report-root .tf5-lg{color:#64748b;white-space:nowrap;align-items:center;gap:6px;font-size:13px;font-weight:400;line-height:1.3;display:inline-flex}.report-root .tf5-dot{box-sizing:border-box;background:#cbd5e1;border-radius:50%;flex:none;width:8px;height:8px}.report-root .tf5-dot.is-we{background:#f1f5f9;border:1px solid #cbd5e1}.report-root .tf5-dot.is-last{background:#6083ff}.report-root .tf5-agebody{flex-direction:column;gap:16px;display:flex}.report-root .tf5-gender{justify-content:space-between;align-items:center;gap:8px;display:flex}.report-root .tf5-gender span{color:#64748b;font-size:14px;font-weight:700;line-height:1.3}.report-root .tf5-gender span.is-lead{color:#2d5bff;font-size:16px}.report-root .tf5-pyr{flex-direction:column;gap:8px;display:flex}.report-root .tf5-pyrow{grid-template-columns:minmax(0,1fr) 55px minmax(0,1fr);align-items:center;gap:8px;display:grid}.report-root .tf5-pyside{align-items:center;gap:8px;min-width:0;display:grid}.report-root .tf5-pym{grid-template-columns:30px minmax(0,1fr)}.report-root .tf5-pyf{grid-template-columns:minmax(0,1fr) 30px}.report-root .tf5-pyside em{color:#64748b;font-variant-numeric:tabular-nums;font-size:14px;font-style:normal;font-weight:400;line-height:22.4px}.report-root .tf5-pyf em{text-align:right}.report-root .tf5-pytrack{background:#f1f5f9;border-radius:999px;height:16px;position:relative}.report-root .tf5-pybar{background:#cbd5e1;border-radius:999px;position:absolute;top:0;bottom:0}.report-root .tf5-pybar.is-lead{background:#6083ff}.report-root .tf5-pym .tf5-pybar{right:0}.report-root .tf5-pyf .tf5-pybar{left:0}.report-root .tf5-pyage{text-align:center;color:#64748b;font-size:14px;font-weight:400;line-height:22.4px}.report-root .tf5-pyage.is-hl{color:#000;font-size:16px;font-weight:700;line-height:1.3}.report-root .tf5-row2{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:20px;display:grid}.report-root .tf5-row2>.tf5-card{min-height:207px}.report-root .tf5-parent{outline-color:#2d5bff;gap:24px}.report-root .tf5-parent .tf5-note-b{margin-top:8px}.report-root .tf5-gauge{background:#f1f5f9;border-radius:999px;height:16px;margin-top:auto;display:block;overflow:hidden}.report-root .tf5-gauge>span{background:#6083ff;border-radius:999px;height:100%;display:block}.report-root .tf5-char{gap:16px}.report-root .tf5-split{justify-content:space-between;gap:16px}.report-root .tf5-hbars{flex-direction:column;gap:8px;display:flex}.report-root .tf5-hrow{grid-template-columns:minmax(0,auto) minmax(0,1fr) 42px;align-items:center;gap:16px;display:grid}.report-root .tf5-hk{color:#000;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:400;line-height:22.4px;overflow:hidden}.report-root .tf5-htrack{background:#f1f5f9;border-radius:999px;height:16px;position:relative}.report-root .tf5-hfill{background:#cbd5e1;border-radius:999px;position:absolute;top:0;bottom:0;left:0}.report-root .tf5-hfill.is-lead{background:#6083ff}.report-root .tf5-hv{text-align:right;color:#000;font-variant-numeric:tabular-nums;font-size:14px;font-weight:400;line-height:22.4px}.report-root .tf5-comp{flex-direction:row;align-items:flex-start;gap:40px}.report-root .sk6>.tf5-comp{grid-column:1/-1}.report-root .tf5-comp-head{flex-direction:column;flex:none;align-self:stretch;gap:8px;width:260px;display:flex}.report-root .tf5-comp-eyebrow{color:#64748b;font-size:13px;font-weight:400;line-height:1.3}.report-root .tf5-comp-title{color:#000;letter-spacing:0;margin:0;font-size:24px;font-weight:600;line-height:1.3}.report-root .tf5-comp-note{color:#64748b;word-break:keep-all;margin:auto 0 0;font-size:13px;font-weight:400;line-height:1.3}.report-root .tf5-comp-list{flex-direction:column;flex:1 1 0;min-width:0;display:flex}.report-root .tf5-comp-row{border-bottom:1px solid #e2e8f0;grid-template-columns:16px 100px minmax(0,1fr) 40px;align-items:center;gap:8px;padding:16px 0 15px;display:grid}.report-root .tf5-comp-row:last-child{border-bottom:0;padding-bottom:16px}.report-root .tf5-comp-rk{color:#8c949e;font-variant-numeric:tabular-nums;font-size:16px;font-weight:700;line-height:1.3}.report-root .tf5-comp-cat{min-width:0;display:flex}.report-root .tf5-comp-cat em{background:var(--bg-2);outline-offset:-1px;color:#000;white-space:nowrap;border-radius:999px;outline:1px solid #e2e8f0;align-items:center;max-width:100%;height:24px;padding:0 12px;font-size:14px;font-style:normal;font-weight:600;line-height:1.3;display:inline-flex;overflow:hidden}.report-root .tf5-comp-nm{text-overflow:ellipsis;white-space:nowrap;color:#64748b;min-width:0;font-size:16px;font-weight:700;line-height:1.3;overflow:hidden}.report-root .tf5-comp-v{text-align:right;color:#0c1b35;font-variant-numeric:tabular-nums;font-size:16px;font-weight:700;line-height:1.3}.report-root .tf5-comp-row.is-top .tf5-comp-rk,.report-root .tf5-comp-row.is-top .tf5-comp-nm,.report-root .tf5-comp-row.is-top .tf5-comp-v{color:#2d5bff}@media (max-width:1080px){.report-root .tf5-row1{flex-direction:column}.report-root .tf5-age{flex-basis:auto}.report-root .tf5-row2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:700px){.report-root #sec-traffic .sec-title h2{font-size:28px;line-height:1.3}.report-root .tf5-row2{grid-template-columns:minmax(0,1fr)}.report-root .tf5-row2>.tf5-card{min-height:0}.report-root .tf5-comp{flex-direction:column;align-items:stretch;gap:20px}.report-root .tf5-comp-head{width:auto}.report-root .tf5-comp-row{grid-template-columns:16px 84px minmax(0,1fr) 40px}}@media print{.report-root .tf5-row1,.report-root .tf5-row2,.report-root .tf5-comp{page-break-inside:avoid}}.report-root #sec-market .sec-head{margin-bottom:40px}.report-root #sec-market .sec-title h2{color:#000;letter-spacing:0;margin-top:0;font-size:40px;font-weight:600;line-height:52px}.report-root #sec-market .sec-title p{color:#64748b;max-width:none;margin-top:16px;font-size:16px;font-weight:400;line-height:25.6px}.report-root #sec-market .cs-card{margin-top:40px}.report-root .sk6{grid-template-columns:minmax(0,1fr) 380px 280px;align-items:stretch;gap:20px;display:grid}.report-root .sk6.is-rest{grid-template-columns:minmax(0,1fr) 380px}.report-root .sk6.is-solo{grid-template-columns:minmax(0,1fr)}.report-root .sk6-card{background:var(--bg-2);outline-offset:-1px;border-radius:16px;outline:1px solid #f1f5f9;flex-direction:column;min-width:0;padding:24px;display:flex}.report-root .sk6-h{flex-direction:column;gap:8px;display:flex}.report-root .sk6-h h3{color:#000;letter-spacing:0;word-break:keep-all;margin:0;font-size:24px;font-weight:600;line-height:1.3}.report-root .sk6-h p{color:#64748b;word-break:keep-all;margin:0;font-size:16px;font-weight:400;line-height:25.6px}.report-root .sk6-map{grid-column:1/-1}.report-root .sk6-mapwrap{background:var(--bg-3);flex:auto;justify-content:center;align-items:center;height:518px;display:flex;position:relative;overflow:hidden}.report-root .imap-kakaomap{background:var(--bg-3);width:100%;height:100%}.report-root .sk6-nomap{color:var(--fg-3);text-align:center;justify-content:center;align-items:center;padding:20px;font-size:14px;display:flex}.report-root .sk6-lgd{z-index:2;background:#fff;border-radius:8px;flex-wrap:wrap;gap:16px;max-width:calc(100% - 48px);padding:8px 24px;display:flex;position:absolute;bottom:24px;right:24px;box-shadow:0 4px 6px #0f19281f,0 2px 2px #0f19280a}.report-root .sk6-lg{color:#64748b;white-space:nowrap;align-items:center;gap:6px;font-size:13px;font-weight:400;line-height:1.3;display:inline-flex}.report-root .sk6-dot{box-sizing:border-box;border-radius:50%;flex:none;width:8px;height:8px}.report-root .sk6-dot.is-us{background:#6083ff}.report-root .sk6-dot.is-r{background:#2d5bff33;border:1px solid #2d5bff}.report-root .sk6-dot.is-n{background:#000}.report-root .sk6-lg.is-offview .sk6-dot.is-r{opacity:.45}.report-root .sk6-lg-note{color:#94a3b8;margin-left:4px;font-style:normal}.report-root .imap-us{flex-direction:column;align-items:center;display:flex}.report-root .imap-us-ico{width:48px;height:48px;display:block}.report-root .imap-us-ico svg{width:100%;height:100%;display:block}.report-root .imap-uslabel{outline-offset:-1px;color:#2d5bff;white-space:nowrap;background:#fff;border-radius:999px;outline:1px solid #2d5bff;align-items:center;height:24px;padding:0 12px;font-size:14px;font-weight:600;line-height:1.3;display:inline-flex;box-shadow:0 2px 6px #0f17292e}.report-root .imap-pin{box-sizing:border-box;filter:drop-shadow(0 1px 1.5px #0f172959);transform-origin:50% 91.7%;width:56px;height:56px}.report-root .imap-pin svg{width:100%;height:100%;display:block}.report-root .imap-pin text{font-family:var(--sans)}.report-root .imap-pin.is-focus{animation:1.2s sk6-pin-pop}@keyframes sk6-pin-pop{0%{transform:scale(1)}25%{transform:scale(1.3)}55%{transform:scale(1)}75%{transform:scale(1.16)}to{transform:scale(1)}}.report-root .imap-radlabel{color:#2d5bff;white-space:nowrap;background:#ffffffdb;border-radius:8px;padding:2px 7px;font-size:12px;font-weight:700;box-shadow:0 1px 3px #0f17291f}.report-root .sk6-top5{gap:24px}.report-root .sk6-list{flex-direction:column;flex:auto;gap:8px;display:flex}.report-root .sk6-msg{background:#eaf7ff;border-radius:8px;align-items:center;gap:16px;padding:16px;display:flex;overflow:hidden}.report-root .sk6-msg-ico{flex:none;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex}.report-root .sk6-msg-i{width:20px;height:20px;display:block}.report-root .sk6-msg p{color:#0091ea;word-break:keep-all;flex:1 1 0;min-width:0;margin:0;font-size:16px;font-weight:700;line-height:20.8px}.report-root .sk6-spot{background:#f1f5f9;border-radius:12px;justify-content:space-between;align-items:center;gap:16px;padding:16px;display:flex}.report-root .sk6-spot-l{flex:auto;align-items:center;gap:16px;min-width:0;display:flex}.report-root .sk6-spot-t{flex:auto;align-items:center;gap:8px;min-width:0;display:flex}.report-root .sk6-no{color:#fff;background:#1e293b;border:0;border-radius:999px;flex:none;justify-content:center;align-items:center;width:24px;height:24px;padding:0;font-family:inherit;font-size:10.5px;font-weight:600;line-height:1.3;display:inline-flex}.report-root button.sk6-no{cursor:pointer;transition:background .15s,transform .15s}.report-root button.sk6-no:hover{background:#2d5bff;transform:scale(1.12)}.report-root button.sk6-no:focus-visible{outline-offset:2px;outline:2px solid #2d5bff}.report-root .sk6-tag{flex:none;width:100px;min-width:0;display:flex}.report-root .sk6-tag em{box-sizing:border-box;background:var(--bg-2);outline-offset:-1px;color:#2d5bff;white-space:nowrap;text-overflow:ellipsis;border-radius:999px;outline:1px solid #2d5bff;max-width:100%;height:24px;padding:0 12px;font-size:14px;font-style:normal;font-weight:600;line-height:24px;display:block;overflow:hidden}.report-root .sk6-nm{-webkit-line-clamp:2;line-clamp:2;word-break:keep-all;color:#64748b;-webkit-box-orient:vertical;min-width:0;font-size:16px;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.report-root .sk6-nm-us{color:#2d5bff;font-size:14px;font-style:normal}.report-root .sk6-spot.is-us .sk6-nm{color:#2d5bff}.report-root .sk6-v{color:#64748b;font-variant-numeric:tabular-nums;white-space:nowrap;flex:none;font-size:14px;font-weight:700;line-height:1.3}.report-root .imap-t5nopin{color:var(--fg-3);background:var(--bg-2);white-space:nowrap;cursor:help;border-radius:999px;flex:none;padding:4px 7px;font-size:10.5px;font-weight:600;line-height:1;position:relative}.report-root .imap-t5nopin:focus-visible{outline:2px solid var(--accent-soft);outline-offset:1px}.report-root .imap-t5nopin .rk-tip{max-width:230px;left:auto;right:0}.report-root .imap-t5nopin:hover .rk-tip,.report-root .imap-t5nopin:focus-visible .rk-tip,.report-root .imap-t5nopin:focus .rk-tip{opacity:1;visibility:visible;transform:translateY(0)}.report-root .sk6-subj{gap:24px}.report-root .sk6-tbl{outline-offset:-1px;border-radius:16px;outline:1px solid #f1f5f9;flex-direction:column;flex:auto;display:flex}.report-root .sk6-tr{border-bottom:1px solid #f1f5f9;flex:1 1 0;grid-template-columns:minmax(0,1fr) 100px 100px;align-items:center;display:grid}.report-root .sk6-tr:last-child{border-bottom:0;border-radius:0 0 16px 16px}.report-root .sk6-tr>*{text-align:center;text-overflow:ellipsis;white-space:nowrap;min-width:0;padding:13px 16px;overflow:hidden}.report-root .sk6-th{background:#f8fafc;border-radius:16px 16px 0 0;flex:none}.report-root .sk6-th>*{color:#64748b;padding:13px 8px;font-size:14px;font-weight:700;line-height:1.3}.report-root .sk6-tc{color:#000;font-size:16px;font-weight:400;line-height:25.6px}.report-root .sk6-tc.is-hit{color:#2d5bff;font-weight:700;line-height:1.3}.report-root .sk6-tc.is-none{color:#94a3b8;font-weight:700;line-height:1.3}.report-root .sk6-ages{gap:24px}.report-root .sk6-agelist{flex-direction:column;flex:auto;gap:8px;display:flex}.report-root .sk6-age{outline-offset:-1px;border-radius:12px;outline:1px solid #f1f5f9;flex:1 1 0;justify-content:space-between;align-items:center;gap:8px;min-height:0;padding:16px;display:flex}.report-root .sk6-age-k{color:#000;white-space:nowrap;font-size:16px;font-weight:400;line-height:25.6px}.report-root .sk6-age-v{text-align:right;color:#64748b;white-space:nowrap;min-width:70px;font-size:14px;font-weight:700;line-height:1.3}.report-root .sk6-age.is-hl{outline-color:#6083ff}.report-root .sk6-age.is-hl .sk6-age-k,.report-root .sk6-age.is-hl .sk6-age-v{color:#2d5bff;font-size:20px;font-weight:600;line-height:1.3}@media (max-width:1080px){.report-root .sk6,.report-root .sk6.is-rest{grid-template-columns:repeat(2,minmax(0,1fr))}.report-root .sk6-top5{grid-column:1/-1}}@media (max-width:700px){.report-root .sk6,.report-root .sk6.is-rest{grid-template-columns:minmax(0,1fr)}.report-root #sec-market .sec-title h2{font-size:28px;line-height:1.3}.report-root .sk6-mapwrap{height:320px}.report-root .sk6-lgd{gap:8px;max-width:calc(100% - 24px);padding:8px 12px;bottom:12px;right:12px}.report-root .sk6-tag{width:76px}}@media print{.report-root .sk6-card{page-break-inside:avoid}}#sec-competitors .cmp2-skbadge{color:var(--accent);background:var(--accent-soft);white-space:normal;border-radius:8px;margin-top:5px;padding:2px 7px;font-size:10px;font-weight:700;line-height:1.35;display:block}.report-root .kwp{flex-direction:column;gap:24px;display:flex}.report-root .kwp-head{flex-direction:column;gap:8px;display:flex}.report-root .kwp-title{color:#000;letter-spacing:0;margin:0;font-size:24px;font-weight:600;line-height:31.2px}.report-root .kwp-meta{color:#64748b;font-size:16px;font-weight:400;line-height:25.6px}.report-root .kwp-body{flex-direction:column;gap:16px;display:flex}.report-root .kwp-tabs{gap:16px;display:flex}.report-root .kwp-tab{color:#000;min-width:0;height:56px;font:inherit;cursor:pointer;background:#f1f5f9;border:0;border-radius:999px;flex:1 1 0;justify-content:space-between;align-items:center;gap:8px;padding:0 16px;font-size:16px;font-weight:600;line-height:20.8px;transition:background .15s,color .15s;display:flex}.report-root .kwp-tab:hover{background:#cbd5e1}.report-root .kwp-tab.is-active,.report-root .kwp-tab.is-active:hover{background:var(--primary-500);color:#fff}.report-root .kwp-tab-title{align-items:center;gap:8px;min-width:0;display:flex}.report-root .kwp-tab-letter{background:var(--bg-2);outline-offset:-1px;color:#64748b;border-radius:999px;outline:1px solid #e2e8f0;flex:none;justify-content:center;align-items:center;width:25px;height:24px;font-size:14px;font-weight:600;line-height:18.2px;display:inline-flex}.report-root .kwp-tab.is-active .kwp-tab-letter{outline-color:var(--primary-500);color:var(--primary-500)}.report-root .kwp-tab-label{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.report-root .kwp-tab-count{flex:none}.report-root .kwp-tab-label,.report-root .kwp-tab-count{position:relative;top:2px}.report-root .kwp-tab-letter{padding-top:2px}.report-root .kwp-note{color:#64748b;background:#f8fafc;border-radius:8px;align-items:center;gap:8px;min-height:48px;padding:16px;font-size:16px;font-weight:700;line-height:20.8px;display:flex}.report-root .kwp-note-k,.report-root .kwp-panel{display:none}.report-root .kwp-panel.is-active{flex-direction:column;gap:16px;display:flex}.report-root .kwp-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.report-root .kwp-card{background:var(--bg-2);outline-offset:-1px;border-radius:12px;outline:1px solid #e2e8f0;flex-direction:column;gap:8px;min-height:82px;padding:16px;display:flex}.report-root .kwp-card-top{align-items:center;gap:8px;min-height:24px;display:flex}.report-root .kwp-card-kw{color:#000;word-break:keep-all;overflow-wrap:anywhere;flex:1 1 0;min-width:0;font-size:16px;font-weight:700;line-height:20.8px}.report-root .kwp-card-ai{background:var(--bg-2);outline:1px solid var(--primary-500);outline-offset:-1px;height:24px;color:var(--primary-500);white-space:nowrap;cursor:help;border-radius:999px;flex:none;justify-content:center;align-items:center;padding:0 12px;font-size:14px;font-weight:600;line-height:18.2px;display:inline-flex}.report-root .kwp-card-stats{color:#64748b;align-items:flex-start;gap:16px;font-size:14px;font-weight:700;line-height:18.2px;display:flex}.report-root .kwp-card-sub{min-width:0}.report-root .kwp-card-rank{text-align:right;color:var(--primary-500);white-space:nowrap;flex:none;margin-left:auto}.report-root .kwp-empty{text-align:center;color:#64748b;padding:28px 0;font-size:14px}@media print{.report-root .kwp-tabs{display:none}.report-root .kwp-panel{flex-direction:column;gap:16px;display:flex}.report-root .kwp-note-k{display:inline}.report-root .kwp-card{break-inside:avoid}}@media (max-width:1240px){.report-root .kwp-tabs{gap:12px}.report-root .kwp-tab{padding:0 12px}}@media (max-width:1160px){.report-root .kwp-tabs{flex-wrap:wrap}.report-root .kwp-tab{flex:46%}.report-root .kwp-grid{grid-template-columns:minmax(0,1fr)}}@media (max-width:560px){.report-root .kwp-grid{grid-template-columns:1fr}}@media print{.report-root .kwp-tabs{display:none}.report-root .kwp-panel{page-break-inside:avoid;margin-top:14px;display:block!important}}.report-root .sec-num{display:none}.report-root .rsnav{--rsnav-fg:#64748b;--rsnav-active:#2d5bff;z-index:3;width:250px;display:none;position:fixed;top:80px;left:max(24px,50vw - 880px)}@media (min-width:1780px){.report-root .rsnav{display:block}}@media print{.report-root .rsnav{display:none!important}}.report-root .rsnav-list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.report-root .rsnav-item{border-radius:var(--r-4);color:var(--rsnav-fg);background:#fff;align-items:center;gap:16px;padding:16px 24px;font-size:16px;font-weight:700;line-height:1.3;text-decoration:none;transition:color .15s,box-shadow .15s,background-color .15s;display:flex;overflow:hidden;box-shadow:inset 0 0 0 1px #f1f5f9}.report-root .rsnav-item:hover{background:var(--primary-100);box-shadow:inset 0 0 0 2px var(--primary-300)}.report-root .rsnav-mark{color:currentColor;flex:none;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex}.report-root .rsnav-label{white-space:nowrap}.report-root .rsnav-item.is-active{color:var(--rsnav-active)}.report-root #sec-ai-overall,.report-root #sec-competitors,.report-root #sec-kwig,.report-root #sec-platforms,.report-root #sec-traffic,.report-root #sec-market,.report-root #sec-checklist{scroll-margin-top:24px}.report-root .kwig-grid{grid-template-columns:minmax(0,1fr);align-items:start;gap:20px;display:grid}.report-root .kwig-col{margin:0;padding:0;position:static}.report-root .kwig-colbody{flex-direction:column;gap:24px;min-width:0;display:flex}.report-root .kwig-full{grid-column:1/-1;margin-top:20px}.report-root .kwig-full>.cs-card{margin-top:0}.report-root #sec-kwig .rk-head,.report-root #sec-platforms .rk-head{margin-bottom:40px}.report-root #sec-kwig .rk-title,.report-root #sec-platforms .rk-title{color:#000;letter-spacing:0;margin-top:0;font-size:40px;font-weight:600;line-height:52px}.report-root #sec-kwig .rk-sub,.report-root #sec-platforms .rk-sub{color:#64748b;margin-top:16px;font-size:16px;font-weight:400;line-height:25.6px}.report-root #sec-platforms .cs-card{margin-top:40px}.report-root .mcard{background:var(--bg-2);outline-offset:-1px;border-radius:16px;outline:1px solid #f1f5f9;align-items:stretch;gap:40px;padding:24px;display:flex}.report-root .mcard-side{flex-direction:column;flex:none;gap:40px;width:320px;display:flex}.report-root .mcard-head{align-items:center;gap:16px;display:flex}.report-root .mcard-label{color:#64748b;font-size:16px;font-weight:700;line-height:20.8px}.report-root .mcard-band{flex:auto;align-items:center;min-height:0;display:flex}.report-root .mcard-band-svg{width:100%;height:auto;display:block}.report-root .mcard-note{text-align:left;color:#64748b;font-size:16px;font-weight:700;line-height:20.8px}.report-root .mcard-main{flex-direction:column;flex:1 1 0;gap:24px;min-width:0;display:flex}.report-root .mcard-body{flex-direction:column;gap:24px;display:flex}.report-root .mcard-tbl{flex-direction:column;gap:12px;display:flex}.report-root .mcard-msg{background:#eaf7ff;border-radius:8px;align-items:center;gap:16px;padding:16px;display:flex;overflow:hidden}.report-root .mcard-msg-k{background:var(--bg-2);outline:1px solid var(--sys-info);outline-offset:-1px;height:24px;color:var(--sys-info);white-space:nowrap;border-radius:999px;flex:none;justify-content:center;align-items:center;padding:0 12px;font-size:14px;font-weight:600;line-height:18.2px;display:inline-flex}.report-root .mcard-msg-t{color:#000;flex:1 1 0;min-width:0;margin:0;font-size:16px;font-weight:400;line-height:25.6px}@media (max-width:860px){.report-root .mcard{flex-direction:column;gap:28px}.report-root .mcard-side{gap:24px;width:auto}}@media (max-width:700px){.report-root .mcard{padding:20px}.report-root .mcard-msg{flex-direction:column;align-items:flex-start;gap:12px}}.report-root .rk-overall-embed{margin:24px 0 0;padding:0;position:static}.report-root .rh-facts{flex-direction:column;align-self:stretch;margin:0;display:flex}.report-root .rh-fact{border-bottom:1px solid #f1f5f9;grid-template-columns:72px minmax(0,1fr);align-items:center;gap:21px;padding:8px 0;display:grid}.report-root .rh-fact dt{color:#64748b;font-size:14px;font-weight:400;line-height:22.4px}.report-root .rh-fact dd{color:#000;word-break:keep-all;margin:0;font-size:16px;font-weight:400;line-height:25.6px}
