:root{--mkk-orange: #f97316;--mkk-orange-dark: #c2410c;--mkk-orange-soft: #fff7ed;--mkk-navy: #1e3a8a;--mkk-sky: #38bdf8;--mkk-bg: #eceff4;--mkk-card: #ffffff;--mkk-line: #e6ebf2;--mkk-line-soft: #f1f5f9;--mkk-text: #1e293b;--mkk-text-2: #475569;--mkk-muted: #64748b;--mkk-faint: #94a3b8;--mkk-up: #e0656b;--mkk-down: #5a8ee0;--mkk-neg: #dc2626;--mkk-tag-brand-bg: #fff1e6;--mkk-tag-brand-fg: #c2410c;--mkk-tag-good-bg: #e8eefa;--mkk-tag-good-fg: #1e3a8a;--mkk-tag-info-bg: #e6f4ff;--mkk-tag-info-fg: #0369a1;--mkk-tag-warn-bg: #fdf1dc;--mkk-tag-warn-fg: #b45309;--mkk-tag-bad-bg: #fde8e8;--mkk-tag-bad-fg: #c81e1e;--mkk-tag-muted-bg: #f1f5f9;--mkk-tag-muted-fg: #64748b;--mkk-s1: #f97316;--mkk-s2: #1e3a8a;--mkk-s3: #38bdf8;--mkk-s4: #94a3b8;--mkk-s5: #8b5e34;--mkk-s6: #166534;--mkk-s7: #fdba74;--mkk-s8: #6b7fb8;--mkk-s9: #7dd3fc;--mkk-s10: #cbd5e1;--mkk-pad: 32px;--mkk-sidebar: 220px;--mkk-radius: 12px;--mkk-radius-sm: 8px;--mkk-font: Inter, Pretendard, -apple-system, "Segoe UI", "Noto Sans KR", sans-serif}html,body{margin:0;background:var(--mkk-bg);color:var(--mkk-text);font-family:var(--mkk-font);font-size:13px}*{box-sizing:border-box}button:focus:not(:focus-visible){outline:none}.mkk-card{background:var(--mkk-card);border:1px solid var(--mkk-line);border-radius:var(--mkk-radius);padding:18px 20px}.mkk-card+.mkk-card{margin-top:22px}.mkk-card-title{font-size:15px;font-weight:700;margin:0 0 12px;display:flex;align-items:center;gap:8px}.mkk-kpis{display:grid;gap:14px}.mkk-kpi-val{font-size:22px;font-weight:800;margin-top:4px;white-space:nowrap;font-variant-numeric:tabular-nums;letter-spacing:-.2px}@media (max-width: 1100px){.mkk-kpi-val{font-size:19px}}@media (max-width: 767px){.mkk-kpis{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px}.mkk-kpi-val{font-size:17px}}.mkk-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:24px}.mkk-grid-3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px}@media (max-width: 767px){.mkk-grid-2,.mkk-grid-3{grid-template-columns:1fr;gap:16px}}.mkk-card>*{min-width:0}.mkk-seg{display:inline-flex;gap:4px;background:#f1f5f9;border-radius:999px;padding:3px}.mkk-seg button{border:0;background:transparent;border-radius:999px;padding:6px 12px;font-size:12.5px;font-weight:600;color:var(--mkk-muted);cursor:pointer;font-family:inherit;white-space:nowrap}.mkk-seg button[aria-pressed=true]{background:var(--mkk-orange);color:#fff}.mkk-seg[data-busy=true] button{pointer-events:none;opacity:.6}.mkk-tbl-wrap{overflow-x:auto}.mkk-tbl-wrap.scroll{max-height:400px;overflow-y:auto}.mkk-tbl-wrap.scroll thead th{position:sticky;top:0;z-index:1;background:#f8fafc}.mkk-clamp2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:keep-all}.mkk-tbl{width:100%;border-collapse:collapse;font-size:12.5px}.mkk-tbl th{text-align:left;font-size:11.5px;font-weight:600;color:var(--mkk-muted);padding:9px 10px;border-bottom:1px solid var(--mkk-line);white-space:nowrap;user-select:none}.mkk-tbl th.sortable{cursor:pointer}.mkk-tbl th.num,.mkk-tbl td.num{text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}.mkk-tbl td{padding:9px 10px;border-bottom:1px solid var(--mkk-line-soft);vertical-align:middle}.mkk-tbl tr:hover td{background:#f8fafc}.mkk-tbl tr.sum td{font-weight:700;background:#f8fafc;border-top:1px solid var(--mkk-line)}.mkk-tbl td.neg{color:var(--mkk-neg)}.mkk-pager{display:flex;align-items:center;justify-content:flex-end;gap:6px;margin-top:10px;font-size:12px;color:var(--mkk-muted)}.mkk-pager button{border:1px solid var(--mkk-line);background:#fff;border-radius:6px;padding:3px 8px;cursor:pointer;font-family:inherit}.mkk-pager button[aria-current=true]{background:var(--mkk-orange);color:#fff;border-color:var(--mkk-orange)}.mkk-pager button:disabled{opacity:.4;cursor:default}@media (max-width: 767px){.mkk-tbl.cards,.mkk-tbl.cards thead,.mkk-tbl.cards tbody,.mkk-tbl.cards tr,.mkk-tbl.cards td{display:block}.mkk-tbl.cards thead{display:none}.mkk-tbl.cards tr{border:1px solid var(--mkk-line);border-radius:10px;padding:8px 12px;margin-bottom:8px;background:#fff}.mkk-tbl.cards td{border:0;padding:3px 0;display:flex;justify-content:space-between;gap:12px;text-align:left!important}.mkk-tbl.cards td:before{content:attr(data-label);color:var(--mkk-faint);font-size:11.5px}.mkk-tbl.cards td.first{font-weight:700;display:block}.mkk-tbl.cards td.first:before{display:none}}.mkk-q{display:inline-flex;align-items:center;justify-content:center;width:15px;height:15px;border-radius:50%;background:#e2e8f0;color:#64748b;font-size:10px;font-weight:700;font-style:normal;cursor:help;margin-left:4px;vertical-align:middle}#mkk-tip{position:fixed;z-index:9999;max-width:320px;background:#1e293b;color:#fff;font-size:12px;line-height:1.5;padding:8px 10px;border-radius:8px;box-shadow:0 6px 20px #0000002e;pointer-events:none}.mkk-tr{display:grid;grid-template-columns:1fr auto auto;gap:12px;padding:6px 0;border-bottom:1px solid var(--mkk-line-soft);font-size:13px;align-items:baseline}.mkk-tr.h{font-weight:700}.mkk-tr.c{color:var(--mkk-faint);font-weight:500;padding-left:16px}.mkk-tr.c2{color:var(--mkk-faint);font-weight:500;padding-left:32px}.mkk-tr.fin{font-weight:800;border-bottom:0;border-top:2px solid var(--mkk-line);margin-top:4px;padding-top:10px}.mkk-tr b{font-variant-numeric:tabular-nums;white-space:nowrap}.mkk-tr b.neg{color:var(--mkk-neg)}.mkk-tr .pct{color:var(--mkk-faint);font-size:11.5px;min-width:52px;text-align:right}.mkk-empty{border:1px dashed var(--mkk-line);border-radius:var(--mkk-radius);padding:28px;text-align:center;color:var(--mkk-muted);background:#fff}.mkk-skel{background:linear-gradient(90deg,#eef2f7 25%,#f8fafc,#eef2f7 75%);background-size:200% 100%;animation:mkk-shimmer 1.2s infinite;border-radius:6px}@keyframes mkk-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.mkk-spin{width:16px;height:16px;border:2px solid #fed7aa;border-top-color:var(--mkk-orange);border-radius:50%;animation:mkk-spin .8s linear infinite;display:inline-block}@keyframes mkk-spin{to{transform:rotate(360deg)}}.mkk-shell-main{margin-left:var(--mkk-sidebar);padding:24px var(--mkk-pad);min-height:100vh}.mkk-sidebar{position:fixed;left:0;top:0;bottom:0;width:var(--mkk-sidebar);background:#111827;color:#cbd5e1;overflow-y:auto;padding:18px 14px}.mkk-bottom-tabs{display:none}@media (max-width: 767px){.mkk-sidebar{display:none}.mkk-shell-main{margin-left:0;padding:14px 14px 76px}.mkk-bottom-tabs{display:grid;grid-template-columns:repeat(5,1fr);position:fixed;left:0;right:0;bottom:0;height:60px;background:#fff;border-top:1px solid var(--mkk-line);z-index:50;padding-bottom:env(safe-area-inset-bottom)}.mkk-bottom-tabs a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:10.5px;color:var(--mkk-muted);text-decoration:none;font-weight:600}.mkk-bottom-tabs a[aria-current=page]{color:var(--mkk-orange)}.mkk-bottom-tabs a svg{width:20px;height:20px}}.mkk-kakao{position:fixed;right:18px;bottom:18px;width:46px;height:46px;border-radius:50%;background:#fee500;display:grid;place-items:center;box-shadow:0 4px 12px #0000002e;z-index:60}@media (max-width: 767px){.mkk-kakao{bottom:76px}}.mkk-subbar{background:#f1f5f9;color:var(--mkk-text-2);border:1px solid var(--mkk-line);border-radius:10px;padding:10px 14px;font-size:12.5px;margin-bottom:16px}.au-page{--bg:#f8fafc;--surface:#fff;--surface2:#f1f5f9;--border:#e2e8f0;--accent:#f97316;--accent-hover:#ea580c;--text:#0f172a;--muted:#64748b;--success:#10b981;--danger:#ef4444;position:fixed;inset:0;z-index:5;display:flex;overflow:auto;padding:28px 16px;font-family:Pretendard,sans-serif;font-size:16px;background:var(--bg) radial-gradient(ellipse at 50% 0%,rgba(99,102,241,.12) 0%,transparent 60%);color:var(--text)}.au-page .login-card{margin:auto;flex:none;width:420px;background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:44px;box-shadow:0 20px 40px #0000000a;box-sizing:border-box}.au-page .login-card.reg-wide{width:560px;max-width:560px}.au-page .login-logo{font-size:26px;font-weight:800;color:var(--accent);margin-bottom:6px;letter-spacing:-.5px}.au-page .login-sub{font-size:13px;color:var(--muted);margin-bottom:32px}.au-page .field{margin-bottom:18px}.au-page .field label{display:block;font-size:11px;color:var(--muted);margin-bottom:8px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.au-page .field input{width:100%;padding:12px 16px;background:var(--surface2);border:1px solid var(--border);border-radius:10px;color:var(--text);font-size:14px;font-family:inherit;outline:none;transition:all .25s;box-sizing:border-box}.au-page .field input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #6366f126}.au-page .btn-login{width:100%;padding:14px;margin-top:10px;background:var(--accent);border:none;border-radius:10px;color:#fff;font-size:15px;font-weight:700;font-family:inherit;cursor:pointer;transition:all .2s}.au-page .btn-login:hover{background:var(--accent-hover);transform:translateY(-1px)}.au-page .btn-login:disabled{opacity:.7;cursor:default;transform:none}.au-page .login-toggle{margin-top:18px;text-align:center;font-size:13px;color:var(--muted)}.au-page .login-toggle a{color:var(--accent);text-decoration:none;cursor:pointer;font-weight:600}.au-page .err{color:var(--danger);font-size:12px;margin-top:10px;text-align:center;min-height:18px;font-weight:500}.au-page .err.good{color:var(--success)}.au-page .save-login-wrap{display:flex;align-items:center;margin-bottom:14px}.au-page .save-login-label{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--muted);cursor:pointer;user-select:none}.au-page .save-login-label input[type=checkbox]{width:15px;height:15px;cursor:pointer;accent-color:var(--accent);margin:0}.au-page .reg-steps{display:flex;align-items:center;gap:6px;margin-bottom:22px}.au-page .reg-step-dot{height:6px;border-radius:3px;background:var(--border);transition:all .3s;width:20px}.au-page .reg-step-dot.done{background:var(--success);width:20px}.au-page .reg-step-dot.active{background:var(--accent);width:32px}.au-page .reg-sec{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:800;color:#1e293b;margin:18px 0 8px}.au-page .reg-sec:after{content:"";flex:1;height:1px;background:#e2e8f0}.au-page .reg-sec small{font-size:11.5px;font-weight:500;color:#94a3b8;margin-left:2px}.au-page .reg-inline{display:flex;gap:8px}.au-page .reg-inline input{flex:1;min-width:0}.au-page .reg-side-btn{flex:none;padding:0 14px;height:44px;border:none;border-radius:8px;background:#1e3a8a;color:#fff;font-size:13px;font-weight:700;cursor:pointer;white-space:nowrap;font-family:inherit}.au-page .reg-side-btn:disabled{background:#94a3b8;cursor:default}.au-page .reg-hint{font-size:11.5px;color:#1d4ed8;line-height:1.5;margin-top:6px}.au-page .rf{margin-bottom:10px}.au-page .rf input{width:100%;height:46px;padding:0 14px;border:1px solid #d5dbe4;border-radius:8px;font-size:13.5px;color:#0f172a;background:#fff;outline:none;font-family:inherit;box-sizing:border-box}.au-page .rf input:focus{border-color:#f97316;box-shadow:0 0 0 3px #f973161f}.au-page .rf input::placeholder{color:#a3adbb}.au-page .rf .reg-inline input,.au-page .rf .reg-side-btn{height:46px}.au-page .reg-msg{font-size:12px;line-height:1.55;margin:6px 2px 2px;color:#94a3b8}.au-page .reg-msg.ok{color:#166534;font-weight:600}.au-page .reg-msg.bad{color:#dc2626;font-weight:600}.au-page .reg-msg.busy{color:#64748b}.au-page .reg-paths{display:grid;grid-template-columns:repeat(4,1fr);gap:10px 8px;border:1px solid #e2e8f0;border-radius:10px;padding:14px 16px;margin-bottom:14px}.au-page .reg-paths label{font-size:12.5px;color:#334155;display:flex;align-items:center;gap:6px;cursor:pointer;white-space:nowrap}.au-page .verified-badge-row{margin-bottom:18px}.au-page .verified-badge{display:inline-flex;align-items:center;gap:6px;background:#10b9811a;border:1px solid rgba(16,185,129,.3);color:var(--success);padding:6px 14px;border-radius:20px;font-size:12px;font-weight:600}.au-page .terms-section{border:1px solid #e8e8e8;border-radius:10px;overflow:hidden;margin:14px 0 12px}.au-page .terms-all-row{display:flex;align-items:center;padding:11px 14px;background:#fafafa;border-bottom:1px solid #e8e8e8}.au-page .terms-all-row label{margin-left:8px;font-size:13px;font-weight:700;color:#1e293b;cursor:pointer}.au-page .terms-row{display:flex;align-items:center;justify-content:space-between;padding:9px 14px;border-bottom:1px solid #f3f3f3}.au-page .terms-row:last-child{border-bottom:none}.au-page .terms-row-left{display:flex;align-items:center;gap:8px;font-size:12px;color:#475569}.au-page .terms-row-left label{cursor:pointer}.au-page .terms-row-left input[type=checkbox],.au-page .terms-all-row input[type=checkbox]{width:15px;height:15px;accent-color:#f97316;cursor:pointer;flex-shrink:0;margin:0}.au-page .terms-req{color:#ef4444;font-size:11px;font-weight:600}.au-page .terms-opt{color:#94a3b8;font-size:11px}.au-page .terms-view-link{font-size:11px;color:#94a3b8;text-decoration:underline;cursor:pointer;white-space:nowrap;background:none;border:none;padding:0;font-family:inherit}.au-page .terms-view-link:hover{color:#f97316}.au-page #regStep3 .btn-login{margin-top:14px}@media (max-width:520px){.au-page .login-card,.au-page .login-card.reg-wide{width:100%;max-width:100%;padding:28px 20px}.au-page .reg-paths{grid-template-columns:repeat(2,1fr)}}.tos-modal{position:fixed;z-index:9999;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center}.tos-modal-inner{background:#fff;border-radius:16px;width:90%;max-width:600px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0003}.tos-modal-header{display:flex;align-items:center;justify-content:space-between;padding:18px 24px;border-bottom:1px solid #f0f0f0}.tos-modal-header span{font-weight:700;font-size:16px;color:#1e293b}.tos-modal-close{background:none;border:none;font-size:20px;cursor:pointer;color:#94a3b8;line-height:1}.tos-modal-body{overflow-y:auto;padding:20px 24px;flex:1}.tos-doc{font-size:13px;color:#334155;line-height:1.7}.tos-title{font-size:16px;font-weight:800;color:#1e293b;margin-bottom:16px;text-align:center}.tos-h2{font-size:13px;font-weight:700;color:#f97316;margin:16px 0 6px}.tos-doc p{margin:4px 0}.tos-doc .tos-item{padding-left:4px;color:#475569}.tos-footer{margin-top:20px;font-size:12px;color:#94a3b8;text-align:center;border-top:1px dashed #e2e8f0;padding-top:12px}.tos-modal-footer{padding:14px 24px;border-top:1px solid #f0f0f0;text-align:center}.tos-modal-footer .btn-login{width:auto;padding:10px 40px;font-size:14px;margin:0;background:#f97316;border:none;border-radius:10px;color:#fff;font-weight:700;cursor:pointer;font-family:inherit}.py-page{background:#f8fafc;color:#0f172a;min-height:100vh;display:flex;align-items:center;justify-content:center;font-size:16px}.py-page .container{width:100%;max-width:480px;padding:32px 24px;box-sizing:border-box}.py-page .back{color:#94a3b8;font-size:13px;text-decoration:none;display:inline-flex;align-items:center;gap:6px;margin-bottom:32px;transition:color .2s}.py-page .back:hover{color:#f97316}.py-page .page-title{font-size:24px;font-weight:800;color:#0f172a;margin-bottom:6px;letter-spacing:-.5px}.py-page .page-sub{color:#64748b;font-size:14px;margin:0 0 28px}.py-page .selected-plan-card{background:#fff;border:2px solid #e2e8f0;border-radius:16px;padding:24px 28px;margin-bottom:24px;position:relative;box-shadow:0 4px 20px #0000000f}.py-page .selected-plan-card.plan-pro{border-color:#0f172a}.py-page .selected-plan-card.plan-premium{border-color:#38bdf8}.py-page .plan-badge-top{display:inline-block;font-size:11px;font-weight:700;padding:3px 10px;border-radius:20px;margin-bottom:12px;letter-spacing:.04em}.py-page .badge-pro{background:#0f172a;color:#fff}.py-page .badge-premium{background:#38bdf8;color:#fff}.py-page .plan-card-name{font-size:13px;font-weight:700;color:#64748b;margin-bottom:6px;text-transform:uppercase;letter-spacing:.08em}.py-page .plan-card-price{font-size:38px;font-weight:800;color:#0f172a;line-height:1;margin-bottom:4px}.py-page .plan-card-price span{font-size:15px;font-weight:500;color:#94a3b8}.py-page .plan-card-desc{font-size:13px;color:#64748b;margin-top:10px}.py-page .plan-features-mini{list-style:none;margin:14px 0 0;padding:0}.py-page .plan-features-mini li{font-size:12.5px;color:#475569;padding:4px 0;display:flex;align-items:center;gap:7px}.py-page .mini-chk{color:#10b981;font-weight:900;font-size:13px}.py-page .change-plan-link{display:block;text-align:center;margin-bottom:20px;font-size:13px;color:#94a3b8;text-decoration:none;transition:color .2s}.py-page .change-plan-link:hover{color:#f97316}.py-page .error-box{background:#ef444414;border:1px solid rgba(239,68,68,.2);border-radius:10px;padding:14px 16px;margin-bottom:20px;color:#dc2626;font-size:13px}.py-page .btn-pay{width:100%;padding:16px;border:none;border-radius:12px;color:#fff;font-size:16px;font-weight:700;font-family:inherit;cursor:pointer;transition:all .2s;letter-spacing:-.2px}.py-page .btn-pay-pro{background:#0f172a}.py-page .btn-pay-pro:hover{background:#1e293b;transform:translateY(-1px)}.py-page .btn-pay-premium{background:linear-gradient(135deg,#38bdf8,#0ea5e9)}.py-page .btn-pay-premium:hover{opacity:.92;transform:translateY(-1px)}.py-page .btn-pay:disabled{opacity:.5;cursor:not-allowed;transform:none}.py-page .secure-note{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:14px;font-size:12px;color:#94a3b8}.py-page .secure-note svg{flex-shrink:0}.lg-page{padding:40px;max-width:780px;font-size:13px;color:#0f172a}.lg-page .lg-title{font-size:24px;font-weight:800;color:#0f172a;margin:0 0 6px}.lg-page .lg-date{font-size:13px;color:#94a3b8;margin:0 0 32px}.lg-page .lg-notice{background:#fff7ed;border-left:3px solid #f97316;padding:12px 16px;border-radius:0 8px 8px 0;margin-bottom:24px;font-size:13px;color:#92400e}.lg-page .lg-notice p{white-space:pre-line;line-height:1.8;margin:0}.lg-page .lg-sec{margin-bottom:28px}.lg-page .lg-sec h2{font-size:15px;font-weight:700;color:#1e293b;margin:0 0 10px;padding-bottom:6px;border-bottom:1px solid #f1f5f9}.lg-page .lg-sec ul{padding-left:18px;margin:6px 0 0}.lg-page .lg-sec li,.lg-page .lg-sec p{font-size:13.5px;color:#475569;line-height:1.9;margin:0 0 4px}.lg-page .lg-sec ul ul{margin-top:0}.lg-page .lg-hl{background:#fff7ed;border-left:3px solid #f97316;padding:12px 16px;border-radius:0 8px 8px 0;margin-top:10px;font-size:13px;color:#92400e}.lg-page .lg-foot{margin-top:40px;padding-top:20px;border-top:1px solid #e2e8f0;font-size:12px;color:#94a3b8;line-height:2}.lg-page .lg-foot .cols{display:flex;gap:48px;flex-wrap:wrap;align-items:flex-start}.lg-page .lg-foot .k{font-weight:600;color:#64748b;margin-bottom:6px}.lg-page .lg-foot a{color:#94a3b8;text-decoration:none}.lg-page .lg-foot .grid{display:grid;grid-template-columns:auto 1fr;gap:0 12px}.lg-page .lg-foot .grid span:nth-child(odd){color:#64748b}.lg-bar{height:52px;display:flex;align-items:center;justify-content:space-between;padding:0 28px;border-bottom:1px solid #eef2f7;background:#fff}.lg-bar .logo{font-size:18px;font-weight:800;color:#0f172a;text-decoration:none}.lg-bar .logo span{color:#f97316}.lg-bar a.to{font-size:13px;color:#475569;text-decoration:none}.lg-standalone{background:#fff;min-height:100vh}@media (max-width:768px){.lg-page{padding:20px 16px}}.ld-page{--orange:#f97316;--orange-dark:#c2410c;--orange-soft:#fff1e6;--navy:#10265c;--navy-tint:#e8eefa;--navy-txt:#1e3a8a;--black:#0f172a;--txt:#334155;--gray:#475569;--dim:#94a3b8;--line:#e2e8f0;--line-soft:#eef2f7;--bg-soft:#f8fafc;--white:#fff;font-family:Pretendard,Apple SD Gothic Neo,Malgun Gothic,system-ui,sans-serif;background:#fff;color:var(--black);line-height:1.5;word-break:keep-all;letter-spacing:-.01em;overflow-x:hidden;-webkit-font-smoothing:antialiased;font-size:16px}.ld-page *{box-sizing:border-box}.ld-page a{text-decoration:none;color:inherit}.ld-page img{max-width:100%;display:block}.ld-page .wrap{max-width:1440px;margin:0 auto;padding:0 72px}.ld-page .nav{position:sticky;top:0;z-index:50;background:#fffffff0;backdrop-filter:blur(8px);border-bottom:1px solid var(--line-soft)}.ld-page .nav-in{display:flex;align-items:center;justify-content:space-between;height:68px}.ld-page .logo{font-size:22px;font-weight:800;color:var(--black)}.ld-page .logo span{color:var(--orange)}.ld-page .nav-menu{display:flex;gap:26px;font-size:13.5px;font-weight:600;color:var(--gray)}.ld-page .nav-menu a:hover{color:var(--orange-dark)}.ld-page .nav-cta{display:flex;gap:10px;align-items:center}.ld-page .btn-ghost{font-size:13.5px;font-weight:500;color:var(--gray);padding:9px 15px;border:1px solid var(--line);border-radius:9px}.ld-page .btn-ghost:hover{border-color:var(--dim)}.ld-page .btn-orange{font-size:13.5px;font-weight:700;color:#fff;padding:9px 16px;background:var(--orange);border-radius:9px}.ld-page .btn-orange:hover{background:var(--orange-dark)}.ld-page .sec{padding:96px 0}.ld-page .sec.soft{background:var(--bg-soft)}.ld-page .sec.navy{background:var(--navy)}.ld-page .row{display:flex;gap:64px;align-items:center}.ld-page .row.rev{flex-direction:row-reverse}.ld-page .col-txt{width:440px;flex:none;display:flex;flex-direction:column;gap:16px}.ld-page .col-txt.hero-txt{width:520px;gap:22px}.ld-page .col-shot{flex:1;min-width:0}.ld-page .tag{align-self:flex-start;font-size:12.5px;font-weight:700;padding:5px 12px;border-radius:20px}.ld-page .tag.o{color:var(--orange-dark);background:var(--orange-soft)}.ld-page .tag.n{color:var(--navy-txt);background:var(--navy-tint)}.ld-page .tag.w{color:#fdba74;background:#f9731629}.ld-page h2.t{font-size:32px;font-weight:800;line-height:1.3;margin:0}.ld-page p.d{font-size:15.5px;line-height:1.7;color:var(--gray);margin:0}.ld-page .navy h2.t{color:#fff}.ld-page .navy p.d{color:#ffffffc7}.ld-page .pts{display:flex;flex-direction:column;gap:8px;font-size:14px;color:var(--txt)}.ld-page .pts div{display:flex;gap:8px;align-items:flex-start}.ld-page .pts svg{flex:none;margin-top:2px}.ld-page .navy .pts{color:#ffffffe6}.ld-page .note{font-size:12.5px;color:var(--dim)}.ld-page .more{font-size:14px;font-weight:700;color:var(--orange-dark);margin-top:2px}.ld-page .more:hover{text-decoration:underline}.ld-page .shot{border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 18px 44px #0f172a1a;overflow:hidden}.ld-page .navy .shot{box-shadow:0 18px 44px #02081e59}.ld-page .shot-bar{display:flex;align-items:center;justify-content:space-between;padding:11px 16px;background:var(--bg-soft);border-bottom:1px solid var(--line-soft)}.ld-page .dots{display:flex;gap:6px}.ld-page .dots i{width:9px;height:9px;border-radius:50%;background:var(--line);display:inline-block}.ld-page .shot-lbl{font-size:11px;font-weight:600;color:var(--dim)}.ld-page .shot img{cursor:zoom-in}.ld-page .inset{width:76%;margin:-40px 0 0 auto;border:3px solid #fff;border-radius:13px;box-shadow:0 16px 40px #0f172a38;overflow:hidden;background:#fff;position:relative}.ld-page .inset.sm{width:58%;margin-top:-46px}.ld-page .inset-lbl{padding:7px 12px;background:var(--bg-soft);border-bottom:1px solid var(--line-soft);font-size:10px;font-weight:600;color:var(--dim)}.ld-page .strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid var(--line-soft);border-bottom:1px solid var(--line-soft)}.ld-page .strip div{padding:26px 0;text-align:center;border-right:1px solid #f1f5f9}.ld-page .strip div:last-child{border-right:0}.ld-page .strip b{display:block;font-size:26px;font-weight:800}.ld-page .strip span{font-size:13px;color:#64748b}.ld-page .g2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.ld-page .g3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;align-items:start}.ld-page .head-blk{display:flex;flex-direction:column;gap:12px;max-width:760px;margin-bottom:36px}.ld-page .plans{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;max-width:1120px;margin:0 auto}.ld-page .plan{background:#fff;border:1px solid var(--line);border-radius:16px;padding:30px 28px;display:flex;flex-direction:column;gap:14px}.ld-page .plan.best{border:2px solid var(--orange);position:relative}.ld-page .plan-badge{position:absolute;top:-13px;left:50%;transform:translate(-50%);font-size:11.5px;font-weight:700;color:#fff;background:var(--orange);padding:4px 14px;border-radius:14px;white-space:nowrap}.ld-page .plan-k{font-size:12px;font-weight:700;color:var(--dim);letter-spacing:.08em}.ld-page .plan-p{font-size:34px;font-weight:800}.ld-page .plan-p small{font-size:14px;font-weight:500;color:var(--dim)}.ld-page .plan-free{font-size:13px;font-weight:600;color:var(--navy-txt);background:var(--navy-tint);padding:3px 9px;border-radius:12px;vertical-align:middle}.ld-page .plan-d{font-size:13.5px;color:#64748b;line-height:1.6}.ld-page .plan-btn{font-size:14px;font-weight:700;padding:12px 0;border-radius:10px;text-align:center;margin-top:6px}.ld-page .plan-btn.o{color:#fff;background:var(--orange)}.ld-page .plan-btn.n{color:#fff;background:var(--navy)}.ld-page .plan-btn.g{color:var(--txt);background:#fff;border:1px solid #cbd5e1;padding:11px 0}.ld-page .faqs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 28px;max-width:1120px;margin:0 auto}.ld-page .faq{border:1px solid var(--line-soft);border-radius:12px;padding:18px 20px;background:#fff;cursor:pointer}.ld-page .faq b{display:block;font-size:14.5px;font-weight:700}.ld-page .faq p{font-size:13px;color:#64748b;line-height:1.65;margin:7px 0 0}.ld-page .cta{background:var(--navy);padding:72px 0;text-align:center}.ld-page .cta h2{font-size:32px;font-weight:800;color:#fff;margin:0}.ld-page .cta p{font-size:15.5px;color:#ffffffbf;margin:12px 0 0}.ld-page .cta a{display:inline-block;margin-top:22px;font-size:16px;font-weight:700;color:var(--navy);padding:14px 32px;background:#fff;border-radius:11px}.ld-page footer{padding:36px 0 44px;background:#fff;border-top:1px solid var(--line-soft);font-size:12px;color:var(--dim);line-height:1.9}.ld-page .foot-in{display:flex;justify-content:space-between;align-items:flex-start;gap:28px;flex-wrap:wrap}.ld-page .hero-h{font-size:46px;font-weight:800;line-height:1.22}.ld-lb{position:fixed;inset:0;background:#030712e0;z-index:99999;display:flex;justify-content:center;align-items:center;padding:28px;cursor:zoom-out}.ld-lb img{max-width:96vw;max-height:94vh;border-radius:14px;box-shadow:0 30px 90px #0009}@media (max-width:1100px){.ld-page .wrap{padding:0 28px}.ld-page .row,.ld-page .row.rev{flex-direction:column;gap:32px}.ld-page .col-txt,.ld-page .col-txt.hero-txt,.ld-page .col-shot{width:100%}.ld-page .inset,.ld-page .inset.sm{width:100%;margin:18px 0 0}.ld-page .g2,.ld-page .g3,.ld-page .plans,.ld-page .faqs{grid-template-columns:1fr}.ld-page .sec{padding:64px 0}.ld-page h2.t{font-size:26px}.ld-page .nav-menu{display:none}.ld-page .strip{grid-template-columns:repeat(2,minmax(0,1fr))}.ld-page .strip div:nth-child(2){border-right:0}}@media (max-width:520px){.ld-page .wrap{padding:0 18px}.ld-page .btn-ghost{display:none}.ld-page h2.t{font-size:23px}.ld-page .hero-h{font-size:32px!important}}.lds-page{--orange:#e97132;--orange-dark:#c85e22;--orange-soft:rgba(233,113,50,.1);--amber:#f7b267;--navy:#1b2740;--navy-deep:#111827;--gray:#64748b;--gray-100:#f4f7fb;--gray-200:#e2e8f0;--black:#0f172a;--white:#fff;--green:#12b76a;--red:#e5484d;--dblue:#2563eb;font-family:Pretendard,sans-serif;background:#fff;color:var(--black);overflow-x:hidden;line-height:1.5;word-break:keep-all;font-size:16px}.lds-page *{box-sizing:border-box}.lds-page a{text-decoration:none;color:inherit}.lds-page .wrap{max-width:1280px;margin:0 auto;padding:0 28px}#ld-pricing .wrap{max-width:1120px}.lds-page nav{position:fixed;top:0;left:0;right:0;z-index:100;height:66px;display:flex;align-items:center;background:#fffffff5;backdrop-filter:blur(14px);border-bottom:1px solid var(--gray-200)}.lds-page nav .wrap{display:flex;align-items:center;justify-content:space-between;width:100%}.lds-page .nav-logo{font-size:23px;font-weight:900;color:var(--orange);letter-spacing:-1px}.lds-page .nav-links{display:flex;align-items:center;gap:30px}.lds-page .nav-links a{font-size:14.5px;font-weight:600;color:#334155;transition:color .2s}.lds-page .nav-links a:hover{color:var(--orange)}.lds-page .nav-links a.on{color:var(--orange);font-weight:800}.lds-page .nav-cta{display:flex;align-items:center;gap:9px}.lds-page .btn-o{padding:8px 16px;border:1.5px solid var(--gray-200);border-radius:8px;font-size:13px;font-weight:600;color:#334155;transition:all .2s}.lds-page .btn-o:hover{border-color:var(--orange);color:var(--orange)}.lds-page .btn-f{padding:9px 18px;border:none;border-radius:8px;font-size:13px;font-weight:700;color:#fff;background:var(--orange);transition:all .2s;box-shadow:0 2px 12px #e9713252}.lds-page .btn-f:hover{background:var(--orange-dark);transform:translateY(-1px)}.lds-page .sec{padding:96px 0}.lds-page .sec.light{background:var(--gray-100)}.lds-page .sec.navy{background:var(--navy)}.lds-page .sec.deep{background:var(--navy-deep)}.lds-page .row2{display:grid;grid-template-columns:.72fr 1.28fr;gap:56px;align-items:center}.lds-page .tcol .badge{display:inline-block;font-size:12px;font-weight:800;padding:5px 13px;border-radius:7px;margin-bottom:18px;background:#3f4a5e;color:#fff}.lds-page .sec.navy .tcol .badge,.lds-page .sec.deep .tcol .badge{background:#ffffff29;color:#fff}.lds-page .tcol h2{font-size:33px;font-weight:900;letter-spacing:-1.2px;line-height:1.32;margin:0 0 16px}.lds-page .tcol .s2sub{font-size:17px;font-weight:800;color:var(--orange);margin-bottom:14px}.lds-page .tcol p{font-size:15.5px;color:var(--gray);line-height:1.8;margin:0}.lds-page .sec.navy .tcol h2,.lds-page .sec.deep .tcol h2{color:#fff}.lds-page .sec.navy .tcol .s2sub,.lds-page .sec.deep .tcol .s2sub{color:var(--amber)}.lds-page .sec.navy .tcol p,.lds-page .sec.deep .tcol p{color:#ffffffd1}.lds-page .vcol{display:flex;justify-content:center}.lds-page .vcol img{width:100%;max-width:760px;border-radius:14px;box-shadow:0 18px 50px #0f172a2e;border:1px solid var(--gray-200);aspect-ratio:16/10;object-fit:cover;object-position:left top;background:#fff;cursor:zoom-in;transition:transform .35s cubic-bezier(.2,.8,.2,1),box-shadow .35s}.lds-page .vcol img:hover{transform:scale(1.045);box-shadow:0 30px 74px #0f172a4d}.lds-page .hero{padding:150px 0 96px;background:linear-gradient(180deg,#fff 0%,var(--gray-100) 100%)}.lds-page .hero .row2{gap:48px}.lds-page .hero .label{display:inline-block;font-size:12.5px;font-weight:800;color:var(--navy);background:#1e3a8a14;padding:6px 14px;border-radius:20px;margin-bottom:20px}.lds-page .hero h1{font-size:44px;font-weight:900;letter-spacing:-1.7px;line-height:1.28;margin:0 0 18px}.lds-page .hero h1 .acc{color:var(--orange)}.lds-page .hero .s2sub{font-size:17.5px;font-weight:800;color:var(--orange);margin-bottom:12px}.lds-page .hero p{font-size:16.5px;color:var(--gray);line-height:1.75;margin:0 0 30px}.lds-page .hero .cta{display:inline-block;padding:15px 32px;border-radius:11px;font-size:16px;font-weight:800;background:var(--orange);color:#fff;box-shadow:0 8px 24px #e971326b;transition:transform .2s}.lds-page .hero .cta:hover{transform:translateY(-2px)}.lds-page .hero-shot{width:100%;max-width:760px;aspect-ratio:16/10;object-fit:cover;object-position:left top;background:#fff;border-radius:16px;box-shadow:0 22px 60px #0f172a33;border:1px solid var(--gray-200)}.lds-page .shots{position:relative;width:100%;max-width:690px;margin-bottom:2%}.lds-page .shots .m{box-shadow:0 16px 40px #0f172a24!important}.lds-page .shots .i{position:absolute;right:-6%;bottom:-13%;width:62%;z-index:2;border:3px solid #fff!important;box-shadow:0 30px 64px #0f172a70!important;object-position:left top}.lds-page .sec-head{text-align:center;margin-bottom:8px}.lds-page .sec-head h2{font-size:32px;font-weight:900;letter-spacing:-1px;margin:0 0 12px}.lds-page .sec-head p{font-size:16px;color:var(--gray);margin:0}.lds-page .price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:940px;margin:44px auto 0;text-align:left}.lds-page .pcard{background:#fff;border:2px solid var(--gray-200);border-radius:18px;padding:30px 26px;position:relative}.lds-page .pcard.pop{border-color:var(--orange);box-shadow:0 12px 40px #e9713224}.lds-page .pbadge{position:absolute;top:-13px;left:50%;transform:translate(-50%);background:var(--orange);color:#fff;font-size:11px;font-weight:800;padding:4px 16px;border-radius:20px;white-space:nowrap}.lds-page .pname{font-size:12px;font-weight:800;color:#94a3b8;text-transform:uppercase;letter-spacing:.1em;margin-bottom:10px}.lds-page .pprice{font-size:30px;font-weight:900;letter-spacing:-1px;margin-bottom:4px}.lds-page .pprice span{font-size:13px;font-weight:500;color:#94a3b8}.lds-page .pdesc{font-size:13px;color:var(--gray);margin-bottom:18px}.lds-page .pfeats{list-style:none;margin:0 0 22px;padding:0}.lds-page .pfeats li{font-size:13px;color:#475569;padding:6px 0;display:flex;gap:8px;align-items:flex-start}.lds-page .chk{color:var(--green);font-weight:900;flex-shrink:0}.lds-page .pbtn{display:block;text-align:center;width:100%;padding:12px;border-radius:10px;font-size:14px;font-weight:700}.lds-page .pbtn.o{background:var(--orange);color:#fff}.lds-page .pbtn.n{background:var(--navy);color:#fff}.lds-page .pbtn.s{background:var(--navy-deep);color:#fff}.lds-page .ctable{width:100%;border-collapse:collapse;font-size:13px;max-width:940px;margin:48px auto 0}.lds-page .ctable th,.lds-page .ctable td{padding:12px 14px;text-align:center;border-bottom:1px solid var(--gray-100)}.lds-page .ctable th{font-weight:700;color:var(--gray);font-size:12px}.lds-page .ctable td:first-child,.lds-page .ctable th:first-child{text-align:left;color:#374151;font-weight:600}.lds-page .ctable .cat td{background:var(--gray-100);font-weight:800;color:#475569;font-size:11px;text-align:left;text-transform:uppercase;letter-spacing:.05em}.lds-page .limit{color:var(--orange);font-weight:800}.lds-page .cok{color:var(--green);font-weight:900}.lds-page .cta-sec{background:linear-gradient(180deg,#fff 0%,var(--gray-100) 100%);text-align:center;padding:92px 0}.lds-page .cta-sec .cl{font-size:13px;font-weight:800;letter-spacing:.06em;color:var(--orange);margin-bottom:14px}.lds-page .cta-sec h2{font-size:34px;font-weight:900;letter-spacing:-1.2px;line-height:1.34;margin:0 0 14px}.lds-page .cta-sec p{font-size:16px;color:var(--gray);margin:0 0 30px;line-height:1.7}.lds-page .cta-sec a{display:inline-block;padding:16px 38px;border-radius:12px;font-size:16.5px;font-weight:800;background:var(--orange);color:#fff;box-shadow:0 8px 26px #e971326b}.lds-page footer{background:#0b1b34;color:#8ba0bd;padding:46px 0;font-size:12.5px;line-height:2}.lds-page footer .cols{display:flex;gap:56px;flex-wrap:wrap}.lds-page footer b{color:#cbd8ea;font-weight:600}@media (max-width:860px){.lds-page .nav-links{display:none}.lds-page .row2{grid-template-columns:1fr;gap:34px}.lds-page .tcol{text-align:center}.lds-page .tcol h2{font-size:26px}.lds-page .hero{padding:120px 0 60px}.lds-page .hero h1{font-size:32px}.lds-page .price-grid{grid-template-columns:1fr}.lds-page .shots .i{position:static;width:100%;margin-top:16px;right:auto;bottom:auto;border-width:1px!important;box-shadow:0 16px 40px #0f172a33!important}}@media (max-width:640px){.lds-page .cta-sec h2{font-size:26px}}@font-face{font-family:MKK Label;src:url(/img/fonts/NanumGothic-Regular.ttf) format("truetype");font-weight:400;font-display:swap}@font-face{font-family:MKK Label;src:url(/img/fonts/NanumGothic-Bold.ttf) format("truetype");font-weight:700;font-display:swap}.bc-page{--primary:#f97316;--primary-dark:#c2410c;--red:#dc2626;--bg-card:#fff;--border:#e2e8f0;--border-strong:#cbd5e1;--text:#0f172a;--text-muted:#475569;--text-dim:#94a3b8;--radius:12px;--radius-sm:8px;color:var(--text);font-size:13px}.bc-page .mkk-page-head{margin-bottom:18px}.bc-page .mkk-page-title{font-size:20px;font-weight:800;letter-spacing:-.02em;color:var(--text);margin:0;line-height:normal}.bc-page .mkk-notes{margin-top:6px;font-size:12.5px;line-height:1.7}.bc-page .mkk-notes .n1{color:#475569}.bc-page .mkk-notes .n2{color:#94a3b8}.bc-page .bc-wrap{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:20px;align-items:start}@media (max-width:1200px){.bc-page .bc-wrap{grid-template-columns:minmax(0,1fr)}}.bc-page .bc-wrap>*,.bc-page .card{min-width:0}.bc-page .card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:20px}.bc-page .card+.card{margin-top:16px}.bc-page .sec-num{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:var(--primary);color:#fff;font-size:12px;font-weight:800;margin-right:8px}.bc-page .sec-title{font-size:15px;font-weight:800;color:var(--text);margin-bottom:16px;display:flex;align-items:center}.bc-page .sec-title small{font-size:11.5px;font-weight:500;color:var(--text-dim);margin-left:8px}.bc-page .fld{margin-bottom:14px}.bc-page .fld-label{font-size:12.5px;font-weight:700;color:var(--text-muted);margin-bottom:6px;display:block}.bc-page .fld-sub{font-size:11px;color:var(--text-dim);font-weight:500}.bc-page input[type=text],.bc-page input[type=number],.bc-page textarea,.bc-page select{width:100%;border:1px solid var(--border-strong);border-radius:var(--radius-sm);padding:9px 11px;font-size:13px;font-family:inherit;color:var(--text);background:#fff;outline:none;transition:border .15s;box-sizing:border-box}.bc-page input:focus,.bc-page textarea:focus,.bc-page select:focus{border-color:var(--primary)}.bc-page textarea{resize:vertical;min-height:52px;line-height:1.5}.bc-page .row-flex{display:flex;gap:8px;align-items:center}.bc-page .item-row{display:grid;grid-template-columns:118px 1fr 30px;gap:8px;align-items:center;margin-bottom:8px}.bc-page .item-row .del{border:none;background:#fef2f2;color:var(--red);border-radius:6px;width:28px;height:30px;cursor:pointer;font-size:15px;line-height:1}.bc-page .item-row .del:hover{background:#fee2e2}.bc-page .btn{border:none;border-radius:var(--radius-sm);padding:9px 14px;font-size:13px;font-weight:700;cursor:pointer;font-family:inherit;transition:.15s;white-space:nowrap}.bc-page .btn-add{background:#f1f5f9;color:var(--text-muted);width:100%;margin-top:4px}.bc-page .btn-add:hover{background:#e2e8f0}.bc-page .btn-pri{background:var(--primary);color:#fff}.bc-page .btn-pri:hover{background:var(--primary-dark)}.bc-page .btn-ghost{background:#fff;border:1px solid var(--border-strong);color:var(--text-muted)}.bc-page .btn-ghost:hover{border-color:var(--primary);color:var(--primary)}.bc-page .btn:disabled{opacity:.45;cursor:not-allowed}.bc-page .chk{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:var(--text-muted);cursor:pointer}.bc-page .chk input{width:16px;height:16px;accent-color:var(--primary)}.bc-page .grid2{display:grid;grid-template-columns:1fr 1fr;gap:10px}.bc-page .msg{font-size:12px;margin-top:8px;line-height:1.6}.bc-page .msg.bad{color:var(--red);font-weight:700}.bc-page .msg.ok{color:#166534}.bc-page .msg.dim{color:var(--text-dim)}.bc-page .preview-wrap{position:sticky;top:20px}.bc-page .stage-tools{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-bottom:10px;min-height:34px}.bc-page .tb{height:32px;padding:0 10px;border:1px solid var(--border-strong);background:#fff;border-radius:8px;font-size:12px;font-weight:700;color:var(--text-muted);cursor:pointer;font-family:inherit}.bc-page .tb:hover{border-color:var(--primary);color:var(--primary)}.bc-page .tb.on{background:#fff7ed;border-color:#f97316;color:#c2410c}.bc-page .tb.danger{color:var(--red)}.bc-page .tb.danger:hover{border-color:var(--red);background:#fef2f2}.bc-page .tb:disabled{opacity:.45;cursor:not-allowed}.bc-page .tb-sep{width:1px;height:20px;background:var(--border);margin:0 4px}.bc-page .tb-hint{font-size:11.5px;color:var(--text-dim);margin-left:auto}.bc-page .preview-stage{position:relative;display:flex;justify-content:center;align-items:center;background:repeating-conic-gradient(#f1f5f9 0% 25%,#fff 0% 50%) 50%/16px 16px;border:1px solid var(--border);border-radius:var(--radius-sm);padding:26px;min-height:260px;overflow:auto;user-select:none}.bc-page #stage{position:relative;background:#fff;color:#000;box-shadow:0 0 0 1px #cbd5e1,0 6px 20px #0f172a14;overflow:hidden;font-family:MKK Label,NanumGothic,Malgun Gothic,sans-serif}.bc-page #stage.exporting{box-shadow:none}.bc-page .el{position:absolute;cursor:move;line-height:1.3;word-break:break-all;white-space:pre-wrap}.bc-page .el.text{padding:0}.bc-page .el.text.editing{cursor:text;outline:1.5px solid #1d4ed8;background:#dbeafe59;user-select:text}.bc-page .el.image img,.bc-page .el.kc img{width:100%;height:100%;object-fit:contain;display:block;pointer-events:none}.bc-page .el.barcode{text-align:center}.bc-page .el.barcode canvas{display:block;width:100%;height:100%}.bc-page .el.barcode .bcerr{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:10px;color:#dc2626;border:1px dashed #dc2626;background:#fff5f5;text-align:center;padding:4px;line-height:1.3}.bc-page #stage:not(.exporting) .el.sel{outline:1.5px solid #f97316;outline-offset:1px}.bc-page #stage:not(.exporting) .el:hover:not(.sel){outline:1px dashed #94a3b8;outline-offset:1px}.bc-page .hd{position:absolute;right:-6px;bottom:-6px;width:11px;height:11px;border:2px solid #fff;background:#f97316;border-radius:2px;cursor:nwse-resize;box-shadow:0 0 0 1px #f97316}.bc-page #stage.exporting .hd,.bc-page #stage .el:not(.sel) .hd{display:none}.bc-page .pv-caption{font-size:11px;color:var(--text-dim);text-align:center;margin-top:8px;line-height:1.6}.bc-page .out-row{display:flex;gap:8px;margin-top:14px}.bc-page .out-row .btn{flex:1}.bc-page .chips{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.bc-page .chip{background:#f8fafc;border:1px solid var(--border);border-radius:8px;padding:8px 12px;font-size:11.5px;color:var(--text-muted)}.bc-page .chip b{color:var(--text);font-weight:700;display:block;font-size:12.5px;margin-top:2px}.bc-page .chip.warn b{color:var(--red)}.bc-page .warnbar{display:none;margin-top:10px;padding:9px 12px;border-radius:8px;background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;font-size:12px;font-weight:600;line-height:1.5}@media (max-width:768px){.bc-page .grid2{grid-template-columns:1fr}.bc-page .row-flex{flex-wrap:wrap}.bc-page .preview-stage{overflow:auto;justify-content:flex-start}.bc-page .preview-wrap{position:static}.bc-page .out-row{flex-wrap:wrap}.bc-page .sec-title{flex-wrap:wrap;word-break:keep-all;row-gap:2px}.bc-page .sec-title .fld-sub{flex-basis:100%;margin-left:0}}.ov-tabs{margin:0 0 18px}.ov-tabs .mkk-seg{border:1px solid rgba(15,23,42,.08);padding:4px;gap:6px}.ov-tabs .mkk-seg button{padding:8px 20px}.pb-wrap{display:flex;flex-direction:column;gap:22px}.pb-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:0;overflow:hidden}.pb-hd{display:flex;align-items:center;justify-content:space-between;padding:16px 22px;border-bottom:1px solid #eef2f7;gap:12px}.pb-hd h2{margin:0;font-size:15.5px;font-weight:800;color:#0f172a}.pb-hd .asof{font-size:12px;color:#94a3b8}.pb-hd h2 small{font-size:12px;font-weight:500;color:#94a3b8;margin-left:8px}.pb-hd .lnk{font-size:12px;color:#1d4ed8;text-decoration:none;font-weight:600}.pb-kpis{display:grid;grid-template-columns:repeat(7,1fr);gap:14px;padding:16px 22px 18px}.pb-kpi{position:relative;padding:22px 10px 20px;text-align:center;min-width:0;background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.pb-kpi:before{content:"";position:absolute;left:0;top:0;right:0;height:3px;background:var(--pb-line,#f97316)}.pb-kpi:nth-child(1){--pb-line:#f97316}.pb-kpi:nth-child(2){--pb-line:#f98d3f}.pb-kpi:nth-child(3){--pb-line:#faa15f}.pb-kpi:nth-child(4){--pb-line:#fbb47f}.pb-kpi:nth-child(5){--pb-line:#fcc79f}.pb-kpi:nth-child(6){--pb-line:#fddbbf}.pb-kpi:nth-child(7){--pb-line:#fee3cc}.pb-kpi:first-child .v{color:#c2410c}.pb-kpi .l{font-size:12.5px;color:#475569;font-weight:600;margin-bottom:10px}.pb-kpi .v{font-size:22px;font-weight:800;color:#0f172a;letter-spacing:-.01em;white-space:nowrap}.pb-kpi .v small{font-size:12px;font-weight:500;color:#94a3b8;margin-left:2px}.pb-kpi .s{font-size:11.5px;color:#94a3b8;margin-top:8px;line-height:1.6}.pb-kpi .d{font-size:12.5px;font-weight:800;margin-top:4px}.pb-kpi .up{color:#dc2626}.pb-kpi .dn{color:#1d4ed8}.pb-kpi .zero{color:#94a3b8}.pb-tblwrap{overflow-x:auto;padding:0 22px 18px}.pb-tbl{width:100%;border-collapse:collapse;font-size:12.5px;min-width:1100px}.pb-tbl th{background:#f8fafc;color:#475569;font-weight:700;padding:11px 10px;border-bottom:1px solid #e2e8f0;text-align:right;white-space:nowrap;cursor:pointer;user-select:none}.pb-tbl th:first-child,.pb-tbl td:first-child{text-align:left}.pb-tbl th.s:after{content:" ▼";font-size:9px;color:#f97316}.pb-tbl th.s.asc:after{content:" ▲"}.pb-tbl td{padding:12px 10px;border-bottom:1px solid #f1f5f9;text-align:right;color:#1e293b;font-variant-numeric:tabular-nums;white-space:nowrap}.pb-tbl td small{color:#94a3b8;font-size:11px;margin-left:3px}.pb-tbl td.neg{color:#dc2626}.pb-prod{display:flex;align-items:center;gap:12px}.pb-prod img,.pb-prod .ph{width:44px;height:44px;border-radius:8px;object-fit:cover;border:1px solid #e2e8f0;background:#f1f5f9;flex:none;display:inline-block}.pb-prod .n{font-weight:700;color:#0f172a;white-space:normal;max-width:360px;line-height:1.35}.pb-prod .c{font-size:11px;color:#94a3b8}.pb-empty{padding:40px;text-align:center;color:#94a3b8;font-size:13px}.pb-body{display:grid;grid-template-columns:minmax(0,1fr) 520px;gap:20px;padding:18px 22px 22px}.pb-chart h4,.pb-top h4{margin:0 0 8px;font-size:13px;font-weight:800;color:#0f172a}.pb-chart h4 span,.pb-top h4 span{font-size:11.5px;font-weight:500;color:#94a3b8;margin-left:4px}.pb-chart .cv{height:150px;position:relative;margin-bottom:26px}.pb-top{display:flex;flex-direction:column;gap:18px}.pb-top5{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.pb-t5{position:relative;text-align:center;min-width:0}.pb-t5 .img{width:100%;aspect-ratio:1;border-radius:12px;background:#f1f5f9;border:1px solid #eef2f7;display:flex;align-items:center;justify-content:center;color:#cbd5e1;font-size:11px;font-weight:700;overflow:hidden}.pb-t5 .img img{width:100%;height:100%;object-fit:cover}.pb-t5 .b{position:absolute;top:-8px;left:-6px;width:24px;height:24px;border-radius:50%;color:#fff;font-size:12px;font-weight:800;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #00000026;z-index:1}.pb-t5 .v{font-size:14px;font-weight:800;color:#0f172a;margin-top:8px}.pb-t5 .n{font-size:10.5px;color:#94a3b8;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pb-datebar{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding:14px 22px;border-bottom:1px solid #eef2f7}.pb-datebar .t{font-size:18px;font-weight:800;color:#0f172a;margin-right:8px}.pb-datebar .t small{display:block;font-size:11.5px;font-weight:500;color:#94a3b8}.pb-btn{height:32px;padding:0 12px;border:1.5px solid #e2e8f0;border-radius:8px;background:#fff;font-size:12.5px;font-weight:600;color:#475569;cursor:pointer;font-family:inherit}.pb-btn:hover{border-color:#f97316;color:#f97316}.pb-btn.on{background:#f97316;border-color:#f97316;color:#fff}.pb-sep{width:1px;height:20px;background:#e2e8f0;margin:0 4px}.pb-date{height:32px;padding:0 8px;border:1.5px solid #e2e8f0;border-radius:8px;font-size:12px;color:#334155;background:#fff;font-family:inherit}.pb-cols{display:grid;grid-template-columns:1fr 1fr;gap:20px;padding:18px 22px}.pb-box{border:1px solid #eef2f7;border-radius:12px;overflow:hidden}.pb-box h4{margin:0;padding:14px 18px;font-size:14px;font-weight:800;color:#0f172a;border-bottom:1px solid #eef2f7;background:#fff}.pb-kv{display:flex;align-items:baseline;justify-content:space-between;padding:12px 18px;border-bottom:1px solid #f1f5f9;font-size:13px}.pb-kv .k{color:#0f172a;font-weight:700;flex:0 0 100px}.pb-kv .v{font-size:17px;font-weight:800;color:#0f172a;flex:1;text-align:right}.pb-kv .v small{font-size:11.5px;font-weight:500;color:#94a3b8}.pb-kv .m{flex:0 0 130px;text-align:right;font-size:11.5px;color:#94a3b8}.pb-roas{margin:14px 18px 18px;background:#fffbeb;border-radius:10px;padding:14px 16px}.pb-roas .ttl{font-size:13px;font-weight:800;color:#0f172a;margin-bottom:10px}.pb-roas .two{display:flex;justify-content:space-around;text-align:center;margin-bottom:12px}.pb-roas .two .l{font-size:12px;font-weight:700}.pb-roas .two .v{font-size:20px;font-weight:800;color:#0f172a}.pb-roas .bar{position:relative;height:8px;border-radius:4px;background:#1e293b;margin:0 6px}.pb-roas .bar i{position:absolute;top:-4px;width:16px;height:16px;border-radius:50%;border:2px solid #fff;transform:translate(-50%)}.pb-grid2{display:grid;grid-template-columns:1fr 1fr;gap:22px}.pb-tree{padding:8px 0 10px}.pb-chips{display:flex;gap:6px;flex-wrap:wrap;padding:14px 22px 6px}.pb-chip{height:28px;padding:0 12px;border-radius:14px;border:1.5px solid #e2e8f0;background:#fff;font-size:12px;font-weight:600;color:#475569;cursor:pointer;font-family:inherit}.pb-chip.on{color:#fff;border-color:transparent}.pb-bigchart{height:560px;position:relative;margin:6px 22px 22px}.pb-note{font-size:11.5px;color:#94a3b8;padding:0 22px 16px;line-height:1.6;margin:0}#pb-tabs{display:inline-flex;gap:6px;background:#f1f5f9;border:1px solid rgba(15,23,42,.08);border-radius:30px;padding:4px;margin:0 0 18px}#pb-tabs button{padding:8px 20px;border:0;background:none;border-radius:24px;font-size:12.5px;font-weight:600;color:#64748b;cursor:pointer;white-space:nowrap;font-family:inherit}#pb-tabs button.on{background:#f97316;color:#fff}#pb-tab-main,#pb-tab-report{display:flex;flex-direction:column;gap:22px}@media (max-width:1400px){.pb-body,.pb-cols{grid-template-columns:1fr}.pb-kpis{grid-template-columns:repeat(4,1fr)}}@media (max-width:1100px){.pb-grid2{grid-template-columns:1fr}}@media (max-width:767px){.pb-kpis{grid-template-columns:repeat(2,1fr)}.pb-kpi .v{font-size:18px}.pb-hd{padding:14px 16px;flex-wrap:wrap}.pb-tblwrap,.pb-body,.pb-cols,.pb-datebar{padding-left:14px;padding-right:14px}.pb-bigchart{height:320px;margin:6px 14px 16px}.pb-chips,.pb-note{padding-left:14px;padding-right:14px}.pb-kv .m{flex:0 0 90px}.pb-top5{gap:8px}}.pd-card{background:#fff;border:1px solid #e6ebf2;border-radius:12px;box-shadow:0 1px 2px #1018280a}.pd-head{display:flex;align-items:center;gap:16px;padding:16px 20px;flex-wrap:wrap}.pd-img{width:64px;height:64px;border-radius:10px;object-fit:cover;border:1px solid #eef2f7;background:#f1f5f9;flex-shrink:0}.pd-meta{font-size:12px;color:#94a3b8;margin-top:4px}.pd-meta b{color:#475569;font-weight:600}.pd-sel{height:34px;border:1px solid #dfe5ec;border-radius:8px;padding:0 10px;font-size:13px;font-weight:600;color:#1e293b;background:#fff;max-width:360px;font-family:inherit}.pd-datebar{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-left:auto}.pd-datebar .lb{font-size:12px;font-weight:700;color:#334155;border:1px solid #dfe5ec;border-radius:7px;padding:6px 10px;background:#fff}.pd-datebar .rng{font-size:12.5px;font-weight:700;color:#0f172a;border:1px solid #dfe5ec;border-radius:7px;padding:6px 12px;background:#fff}.pd-datebar button{border:1px solid #dfe5ec;background:#fff;color:#475569;border-radius:7px;padding:6px 10px;font-size:12px;font-weight:600;cursor:pointer;font-family:inherit}.pd-datebar button.on{background:#f97316;border-color:#f97316;color:#fff}.pd-datebar .sep{width:1px;height:18px;background:#e2e8f0;margin:0 4px}.pd-datebar .row2{width:100%;display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end;align-items:center}.pd-subtabs{display:flex;gap:18px;padding:10px 20px 12px;border-top:1px solid #eef2f7;font-size:13px;color:#94a3b8;font-weight:600}.pd-subtabs .on{color:#0f172a;font-weight:800}.pd-grid4{display:grid;grid-template-columns:1fr 1fr 1fr 1.05fr;gap:14px;margin-top:16px}@media (max-width:1500px){.pd-grid4{grid-template-columns:1fr 1fr}}.pd-ct{font-size:14.5px;font-weight:800;color:#0f172a;padding:14px 18px;border-bottom:1px solid #eef2f7;display:flex;justify-content:space-between;align-items:center}.pd-ct a{font-size:12px;font-weight:700;color:#1d4ed8;background:#eef4ff;border-radius:6px;padding:4px 10px;text-decoration:none}.pd-kv{display:grid;grid-template-columns:auto 1fr auto;gap:0 10px;align-items:baseline;padding:9px 18px;border-bottom:1px solid #f4f7fa;font-size:12.5px}.pd-kv:last-child{border-bottom:none}.pd-kv .k{color:#334155;font-weight:600;white-space:nowrap}.pd-kv .v{text-align:right;font-size:15px;font-weight:800;color:#0f172a;font-variant-numeric:tabular-nums;white-space:nowrap}.pd-kv .v small{font-size:11px;font-weight:500;color:#94a3b8;margin-left:2px}.pd-kv .s{color:#94a3b8;font-size:11.5px;white-space:nowrap;text-align:right;min-width:90px}.pd-kv .v.neg{color:#dc2626}.pd-roas{padding:12px 18px 16px}.pd-roas .ttl{background:#fffbeb;border-radius:6px;text-align:center;font-weight:800;font-size:13px;color:#334155;padding:6px}.pd-roas .three{display:flex;justify-content:space-between;margin-top:12px;text-align:center}.pd-roas .three div{flex:1}.pd-roas .three .l{font-size:11.5px;font-weight:700}.pd-roas .three .n{font-size:20px;font-weight:900;margin-top:3px;color:#0f172a}.pd-roas .note{font-size:11px;color:#94a3b8;text-align:center;margin-top:4px}.pd-bar{position:relative;height:9px;border-radius:5px;background:#1e3a8a;margin-top:12px}.pd-bar i{position:absolute;top:-4px;width:17px;height:17px;border-radius:50%;border:2px solid #fff;box-shadow:0 1px 3px #00000040;transform:translate(-50%)}.pd-tree{padding:8px 0 10px}.pd-tr{display:flex;align-items:center;justify-content:space-between;padding:7px 18px;font-size:13px;color:#1e293b}.pd-tr.h{font-weight:800;color:#0f172a;border-top:1px solid #f1f5f9;margin-top:3px;padding-top:11px}.pd-tr.c{color:#94a3b8;padding-left:32px;font-size:12.5px;font-weight:500}.pd-tr.c .r b,.pd-tr.c .r b.neg{color:#94a3b8;font-weight:500}.pd-tr.c .r span{color:#b4bfcc}.pd-tr.c2{padding-left:52px}.pd-tr>span:first-child{flex:1;min-width:0;padding-right:8px;word-break:keep-all}.pd-tr .r{display:flex;gap:10px;align-items:baseline;flex:none}.pd-tr .r b{font-variant-numeric:tabular-nums;white-space:nowrap}.pd-tr .r span{font-size:11px;color:#94a3b8;min-width:40px;text-align:right;white-space:nowrap}.pd-tr.fin{color:#1d4ed8}.pd-tr .r b.neg{color:#dc2626}.pd-chips{display:flex;gap:6px;flex-wrap:wrap;padding:14px 18px 0}.pd-chip{border:1.5px solid #e2e8f0;background:#fff;color:#475569;border-radius:20px;padding:4px 11px;font-size:12px;font-weight:700;cursor:pointer;font-family:inherit}.pd-chip.on{color:#fff;border-color:transparent}.pd-chip.na{opacity:.4;cursor:not-allowed}.pd-funnel{display:grid;grid-template-columns:150px 1fr 150px;gap:20px;align-items:center;padding:20px 24px}.pd-pill{width:96px;height:200px;border-radius:14px;overflow:hidden;display:flex;flex-direction:column;margin:0 auto;background:#f1f5f9}.pd-pill .ad{background:#f97316}.pd-pill .og{background:#1e3a8a}.pd-fl{text-align:center;margin-top:10px;font-size:12px;color:#64748b}.pd-fl b{display:block;font-size:24px;font-weight:900;color:#0f172a}.pd-fl span{font-size:11.5px;font-weight:700}.pd-fl .a{color:#c2410c}.pd-fl .o{color:#1e3a8a;margin-left:8px}.pd-tri{position:relative;height:200px}.pd-tri svg{width:100%;height:100%}.pd-tri .mid{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:6px 14px;font-size:14px;font-weight:900;color:#1e3a8a;box-shadow:0 2px 8px #0000000f;white-space:nowrap}.pd-tri .mid small{color:#94a3b8;font-weight:600;margin-right:4px;font-size:11px}.pd-tri .sub{position:absolute;left:50%;top:calc(50% + 40px);transform:translate(-50%);display:flex;gap:8px}.pd-tri .sub span{background:#f1f5f9;border-radius:14px;padding:4px 10px;font-size:11.5px;color:#475569;font-weight:600;white-space:nowrap}table.pd-t{width:100%;border-collapse:collapse;font-size:12.5px}table.pd-t th{background:#f8fafc;color:#475569;font-weight:700;font-size:11.5px;padding:9px 10px;text-align:right;border-bottom:1px solid #e6ebf2;white-space:nowrap}table.pd-t th.l,table.pd-t td.l{text-align:left}table.pd-t th.g{border-bottom:1px solid #e6ebf2;text-align:center;color:#334155;background:#f1f5f9}table.pd-t td{padding:10px;text-align:right;border-bottom:1px solid #f1f5f9;color:#1e293b;font-variant-numeric:tabular-nums;white-space:nowrap}table.pd-t td small{color:#94a3b8;font-size:11px;margin-left:2px}table.pd-t td .u{color:#94a3b8;font-size:11px;display:block}table.pd-t td.neg{color:#dc2626;font-weight:700}.pd-hint{font-size:11px;color:#94a3b8;padding:0 18px 8px}.pd-empty{padding:40px;text-align:center;color:#94a3b8;font-size:13px}table.pd-t th.s{cursor:pointer;user-select:none}table.pd-t th.s:hover{color:#0f172a;background:#f1f5f9}table.pd-t th.s .ar{color:#cbd5e1;font-size:10px;margin-left:3px}table.pd-t th.s.on,table.pd-t th.s.on .ar{color:#1d4ed8}.pd-pager{display:flex;align-items:center;justify-content:center;gap:6px;padding:12px;flex-wrap:wrap}.pd-pg{min-width:30px;height:30px;border:1px solid #dfe5ec;background:#fff;border-radius:6px;font-size:12.5px;color:#475569;cursor:pointer;padding:0 8px;font-family:inherit}.pd-pg:hover:not(:disabled){background:#f1f5f9}.pd-pg:disabled{opacity:.4;cursor:default}.pd-pg.on{background:#f97316;color:#fff;border-color:#f97316;font-weight:700}.pd-pginfo{font-size:12px;color:#64748b;margin:0 6px}.pd-chart-box{position:relative;height:340px;padding:0 18px 18px}@media (max-width:767px){.pd-grid4{grid-template-columns:1fr}.pd-head{padding:14px}.pd-sel{max-width:100%;width:100%}.pd-datebar{margin-left:0}.pd-datebar .row2{justify-content:flex-start}.pd-funnel{grid-template-columns:1fr;gap:12px;padding:14px}.pd-tri{height:120px}.pd-chart-box{height:260px;padding:0 10px 12px}.pd-kv .s{min-width:0}}.inv-ins{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:16px}@media (max-width:1300px){.inv-ins{grid-template-columns:1fr}}.inv-box{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:16px 18px;min-width:0}.inv-box h4{margin:0 0 12px;font-size:13.5px;font-weight:800;color:#0f172a}.inv-box h4 small{font-weight:500;color:#94a3b8;font-size:11.5px;margin-left:6px}.inv-bar{display:grid;grid-template-columns:minmax(0,1fr) 120px 92px;align-items:center;gap:10px;padding:5px 0;font-size:12.5px}.inv-bar .n{color:#1e293b;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inv-bar .n small{color:#94a3b8;font-weight:500;margin-left:5px}.inv-bar .g{height:8px;background:#f1f5f9;border-radius:4px;overflow:hidden}.inv-bar .g i{display:block;height:100%;background:#f97316;border-radius:4px}.inv-bar .g i.navy{background:#1e3a8a}.inv-bar .g i.red{background:#c81e1e}.inv-bar .g i.warn{background:#b45309}.inv-bar .v{text-align:right;font-weight:700;color:#0f172a;font-variant-numeric:tabular-nums;white-space:nowrap}.inv-seg{display:inline-flex;gap:2px;background:#f1f5f9;border-radius:8px;padding:3px}.inv-seg button{border:0;background:none;padding:5px 12px;font-size:12px;font-weight:700;color:#64748b;border-radius:6px;cursor:pointer;font-family:inherit}.inv-seg button.on{background:#f97316;color:#fff}.inv-empty{color:#94a3b8;font-size:12.5px;padding:14px 0}.stl-t{width:100%;border-collapse:collapse;min-width:820px}.inv-sort{cursor:pointer;user-select:none}.inv-sort:hover{color:#f97316}.inv-scroll{overflow-x:auto}.inv-scroll::-webkit-scrollbar{height:12px}.inv-scroll::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:6px;border:3px solid #fff}.inv-scroll::-webkit-scrollbar-thumb:hover{background:#94a3b8}.inv-scroll::-webkit-scrollbar-track{background:#f6f8fb}.inv-scroll{scrollbar-width:thin;scrollbar-color:#cbd5e1 #f6f8fb}.inv-grow{cursor:pointer;background:#f8fafc}.inv-grow:hover td{background:#f1f5f9}.inv-grow td{border-top:1px solid #e6eaf0;font-weight:700}.inv-arrow{display:inline-block;width:13px;color:#94a3b8;font-size:11px;margin-right:2px}.inv-orow td{background:#fff}.inv-ctl{font-size:12.5px;color:#64748b;white-space:nowrap}.inv-ctl input{width:52px;height:28px;text-align:center;border:1px solid #e2e8f0;border-radius:7px;margin:0 3px;font-size:13px;font-weight:600;color:#0f172a;font-family:inherit}.inv-card{background:#fff;border:1px solid #e6ebf2;border-radius:14px;overflow:hidden}.inv-card-head{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;padding:14px 18px;border-bottom:1px solid #eef2f7}.inv-btn{height:34px;padding:0 14px;border-radius:8px;font-size:12.5px;font-weight:700;cursor:pointer;border:1px solid #dfe5ec;background:#fff;color:#475569;white-space:nowrap;font-family:inherit}.inv-btn.primary{padding:8px 14px;height:auto;background:#f97316;color:#fff;border:none}.inv-badge{display:inline-flex;align-items:center;gap:5px;padding:3px 9px;border-radius:12px;font-weight:700;font-size:11.5px;white-space:nowrap}.inv-badge i{width:7px;height:7px;border-radius:50%;display:inline-block}.inv-need{display:inline-block;background:#fff7ed;color:#c2410c;font-size:10.5px;font-weight:800;padding:3px 10px;border-radius:9px;border:1px solid #fed7aa;white-space:nowrap}.inv-nore{display:inline-block;background:#f1f5f9;color:#94a3b8;font-size:10px;font-weight:700;padding:3px 9px;border-radius:9px;white-space:nowrap}.inv-tag{display:inline-block;font-size:10px;font-weight:700;padding:1px 7px;border-radius:9px;margin-left:4px;vertical-align:middle}.inv-tag.bundle{background:#dbeafe;color:#1d4ed8}.inv-tag.grade{background:#fef3c7;color:#b45309}.inv-tag.sd{background:#e6f4ff;color:#0369a1;font-size:10.5px;padding:1px 7px;margin-left:6px}.inv-tag.off{background:#f1f5f9;color:#64748b;padding:1px 6px}.inv-img{width:30px;height:30px;border-radius:6px;object-fit:cover;border:1px solid #eef2f7;vertical-align:middle;margin-right:8px}.inv-img.ph{display:inline-block;background:#f1f5f9}.inv-setrow td{background:#eff6ff;border-top:1px solid #bfdbfe;border-bottom:1px solid #bfdbfe;padding:11px 16px}.inv-setrow input{width:56px;height:28px;border:1px solid #cbd5e1;border-radius:6px;text-align:center;font-size:12.5px;margin:0 4px;font-family:inherit}.inv-dash{color:#cbd5e1}.inv-notes-dark .n1{color:#1e293b}@media (max-width:768px){.inv-bar{grid-template-columns:minmax(0,1fr) 70px 80px}}.stl-period{white-space:nowrap;padding:7px 14px;font-size:12.5px;font-weight:600;border:1px solid #e2e8f0;background:#fff;color:#64748b;border-radius:8px;cursor:pointer;font-family:inherit}.stl-period.active{background:#f97316;border-color:#f97316;color:#fff}.stl-t{width:100%;border-collapse:collapse;min-width:860px}.stl-t th{font-size:12.5px;font-weight:700;color:#475569;padding:10px 12px;border-bottom:1px solid #e2e8f0;background:#f8fafc;white-space:nowrap;position:sticky;top:0}.stl-t td{font-size:12.5px;color:#1e293b;padding:10px 12px;border-bottom:1px solid #f1f5f9;font-variant-numeric:tabular-nums;white-space:nowrap}.stl-t th.sortable{cursor:pointer;user-select:none}.stl-t th.sortable:hover{color:#f97316}.stl-si{font-size:10px;color:#cbd5e1;margin-left:2px}.stl-si.on{color:#f97316}.stl-card{background:#fff;border:1px solid #e6ebf2;border-radius:14px;padding:20px 22px;margin-top:16px}.stl-card.flat{padding:0;overflow:hidden}.stl-cardtitle{font-size:15px;font-weight:800;color:#0f172a;margin-bottom:16px}.stl-thead{padding:14px 18px;font-weight:700;color:#0f172a;border-bottom:1px solid #eef2f7}.stl-ins-h{font-size:13px;font-weight:700;color:#334155;margin-bottom:12px}.stl-charts{display:grid;grid-template-columns:1fr 1fr;gap:24px 30px}.stl-grid2{display:grid;grid-template-columns:1fr 1fr;gap:24px 30px;margin-top:26px;padding-top:22px;border-top:1px solid #e6ebf2}@media (max-width:1100px){.stl-charts,.stl-grid2{grid-template-columns:1fr}}.stl-bar{display:flex;align-items:center;gap:9px;margin-bottom:10px}.stl-bar .bn{font-size:12px;color:#334155;width:132px;flex:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stl-bar .bw{flex:1;background:#f1f5f9;border-radius:5px;height:16px;overflow:hidden}.stl-bar .bf{height:100%;border-radius:5px}.stl-bar .bv{font-size:12px;font-weight:700;color:#334155;width:auto;min-width:74px;text-align:right;flex:none;font-variant-numeric:tabular-nums}.stl-bar .bv span{color:#94a3b8;font-weight:500}.stl-tab{border:1.5px solid #e2e8f0;background:#fff;color:#475569;font-size:13px;font-weight:700;padding:8px 16px;border-radius:999px;cursor:pointer;font-family:inherit}.stl-tab.on{background:#f97316;border-color:#f97316;color:#fff}.stl-badge{display:inline-block;font-size:11px;font-weight:700;padding:3px 9px;border-radius:10px}.stl-badge.done{color:#137333;background:#e6f4ea}.stl-badge.subj{color:#b45309;background:#fef3c7}.stl-typ{font-size:11px;font-weight:700;padding:2px 8px;border-radius:10px}.stl-typ.blue{color:#1e40af;background:#eff6ff}.stl-typ.orange{color:#c2410c;background:#fff7ed}.rg-tree{font-size:12.5px}.rg-tree .r{display:grid;grid-template-columns:1fr auto;gap:10px;padding:5px 0;border-bottom:1px solid #f1f5f9}.rg-tree .r.h{font-weight:800;color:#0f172a}.rg-tree .r.c{padding-left:14px;color:#64748b}.rg-tree .r .a{text-align:right;font-variant-numeric:tabular-nums;color:#1e293b}.rg-tree .r.fin{border-top:2px solid #e2e8f0;margin-top:4px;padding-top:8px}.rg-tree .r.fin .k,.rg-tree .r.fin .a{color:#1d4ed8;font-weight:900}.rg-exp{cursor:pointer}.rg-exp:hover{background:#f8fafc}.tl{position:relative;padding-left:118px}.tl:before{content:"";position:absolute;left:96px;top:6px;bottom:6px;width:2px;background:#eef2f7}.tl-day{position:relative;margin-bottom:14px}.tl-day:last-child{margin-bottom:0}.tl-date{position:absolute;left:-118px;top:2px;width:96px;text-align:right;padding-right:16px}.tl-date b{display:block;font-size:13px;color:#0f172a;font-variant-numeric:tabular-nums;line-height:1.2}.tl-date small{display:block;font-size:10.5px;color:#94a3b8;margin-top:2px}.tl-date .dd{display:inline-block;font-size:10px;font-weight:800;padding:1px 6px;border-radius:999px;background:#fff1e6;color:#c2410c;margin-top:4px}.tl-dot{position:absolute;left:-27px;top:8px;width:10px;height:10px;border-radius:50%;background:#fff;border:2px solid #cbd5e1}.tl-day.today .tl-dot{border-color:#f97316;background:#f97316}.tl-day.past .tl-dot{border-color:#e2e8f0;background:#e2e8f0}.tl-box{background:#fff;border:1px solid #e2e8f0;border-radius:10px;overflow:hidden}.tl-day.today .tl-box{border-color:#fdba74;box-shadow:0 0 0 3px #fff1e6}.tl-day.past .tl-box{background:#fafbfc}.tl-sum{display:flex;align-items:center;gap:10px;padding:9px 14px;border-bottom:1px solid #f1f5f9;font-size:12px;color:#475569}.tl-sum b{margin-left:auto;font-size:15px;color:#0f172a;font-variant-numeric:tabular-nums}.tl-day.past .tl-sum b{color:#64748b}.tl-sum .mini{display:flex;gap:6px}.tl-sum .mini i{display:inline-block;height:6px;border-radius:3px}.tl-sum .mini i.rg{background:#f97316}.tl-sum .mini i.sd{background:#1e3a8a}.tl-rows{display:grid;grid-template-columns:1fr 1fr}@media (max-width:1100px){.tl-rows{grid-template-columns:1fr}}.tl-row{display:grid;grid-template-columns:44px 1fr auto;gap:10px;align-items:center;font-size:12.5px;padding:7px 14px;border-bottom:1px solid #f6f8fb;color:#334155}.tl-rows .tl-row:nth-child(odd){border-right:1px solid #f6f8fb}.tl-row .ch{font-size:10.5px;font-weight:800;padding:2px 0;border-radius:6px;text-align:center}.tl-row .ch.rg{background:#fff1e6;color:#c2410c}.tl-row .ch.sd{background:#e8eefa;color:#1e3a8a}.tl-row .lb b{color:#0f172a}.tl-row .lb small{color:#94a3b8;font-size:11px;margin-left:4px}.tl-row .amt{font-variant-numeric:tabular-nums;font-weight:700;color:#0f172a}.tl-row .amt.done{color:#94a3b8;font-weight:600}.tl-row .amt.zero{color:#cbd5e1;font-weight:500}.tl-tag{font-size:10px;font-weight:700;padding:1px 6px;border-radius:6px;background:#f1f5f9;color:#64748b;margin-left:6px;vertical-align:middle}.wf-t{width:100%;border-collapse:collapse;font-size:12.5px}.wf-t th{background:#f8fafc;color:#475569;font-weight:700;padding:8px 10px;text-align:right;white-space:nowrap}.wf-t th:first-child,.wf-t td:first-child{text-align:left}.wf-t td{padding:8px 10px;border-bottom:1px solid #f1f5f9;text-align:right;font-variant-numeric:tabular-nums;color:#1e293b}.wf-t td.neg{color:#dc2626}.wf-t td.dim{color:#94a3b8}.wf-t td.hot{color:#dc2626;font-weight:800}.wf-t .ch{font-size:10.5px;font-weight:800;padding:1px 7px;border-radius:10px;color:#1e3a8a}.wf-t .ch.rg{background:#eff6ff}.wf-t .ch.sd{background:#e8eefa}.stl-alert{border:1px solid #f9d4c8;background:#fff7ed;border-radius:10px;padding:12px 16px;font-size:13px;color:#7c2d12;margin:0 0 14px}.stl-alert b{color:#9a3412}.stl-fbtn{border:none;background:transparent;color:#64748b;font-size:12.5px;font-weight:700;padding:6px 13px;border-radius:7px;cursor:pointer;font-family:inherit}.stl-fbtn.active{background:#0f172a;color:#fff}.stl-fgroup{display:inline-flex;gap:5px;background:#fff;border:1px solid #e6ebf2;border-radius:10px;padding:5px}.stl-pager{display:flex;justify-content:center;align-items:center;gap:6px;padding:12px 0 4px;font-size:12.5px;color:#64748b}.stl-pager button{min-width:30px;height:28px;padding:0 8px;border:1px solid #e2e8f0;border-radius:7px;background:#fff;color:#334155;font-weight:600;cursor:pointer;font-family:inherit}.stl-pager button.on{border-color:#f97316;background:#f97316;color:#fff;font-weight:800}.stl-pager button:disabled{color:#cbd5e1;cursor:default}.stl-empty{color:#94a3b8;font-size:13px;padding:14px 0}.stl-empty-td{text-align:center;padding:32px;color:#94a3b8}.stl-dash{color:#cbd5e1}.stl-bchart{display:flex;gap:6px;padding-top:16px}.stl-bchart .yax{width:46px;display:flex;flex-direction:column;justify-content:space-between;font-size:9px;color:#94a3b8;text-align:right}.stl-bchart .plot{flex:1;display:flex;align-items:flex-end;gap:8px;border-left:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;padding:0 8px}.stl-bchart .col{flex:1;display:flex;align-items:flex-end;justify-content:center;gap:6px;cursor:default;position:relative}.stl-bchart .bar{border-radius:2px 2px 0 0}.stl-xl{display:flex;gap:6px;margin-top:4px}.stl-xl .yax{width:46px}.stl-xl .lbls{flex:1;display:flex;gap:8px;padding:0 8px}.stl-xl .lbls div{flex:1;text-align:center;font-size:10px;color:#94a3b8}.stl-xl .lbls span{font-size:8px;color:#cbd5e1}.stl-bar-el{border-radius:2px 2px 0 0}.stl-periods{display:flex;gap:6px;flex-wrap:nowrap;align-items:center}.stl-rate-v{position:absolute;left:50%;transform:translate(-50%);font-size:10px;font-weight:800;color:#c2410c;white-space:nowrap}@media (max-width:768px){.stl-periods{flex-wrap:wrap}.wf-t td,.wf-t th{white-space:nowrap}.tl{padding-left:0}.tl:before{display:none}.tl-dot{display:none}.tl-date{position:static;width:auto;text-align:left;padding:0 0 6px;display:flex;gap:8px;align-items:baseline}.tl-date b,.tl-date small{display:inline}.tl-date .dd{margin-top:0}.tl-row{grid-template-columns:40px 1fr auto}.tl-row .lb{min-width:0}.tl-rows .tl-row:nth-child(odd){border-right:0}}.rt-page{--rt-border:#e0e4ed;--rt-text:#1a1d27;--rt-muted:#7a8299;--rt-red:#e03e2d;--rt-blue:#2979e8}.rt-page .rt-period{display:flex;gap:6px}.rt-page .rt-pbtn{font-size:12.5px;padding:7px 13px;border:1px solid #dfe5ec;background:#fff;border-radius:7px;color:#475569;cursor:pointer;font-family:inherit;white-space:nowrap}.rt-page .rt-pbtn:hover{background:#f1f5f9}.rt-page .rt-pbtn.on{background:#f97316;color:#fff;border-color:#f97316;font-weight:700}.rt-page .card{background:#fff;border:1px solid var(--rt-border);border-radius:12px;padding:20px}.rt-page .rt-card{margin-top:16px}.rt-page .rt-cardhead{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px;padding-bottom:12px;border-bottom:1px solid var(--rt-border);flex-wrap:wrap}.rt-page .rt-cardtitle{font-size:14px;font-weight:800;color:var(--rt-text)}.rt-page .rt-input{width:180px;font-size:12.5px;padding:7px 10px;border:1px solid var(--rt-border);border-radius:7px;background:#fff;font-family:inherit}.rt-page .rt-empty{padding:34px 12px;text-align:center;font-size:13px;color:var(--rt-muted)}.rt-page .table-wrap{overflow-x:auto;border-radius:12px;border:1px solid var(--rt-border)}.rt-page table{width:100%;border-collapse:collapse;font-size:13px}.rt-page th{background:#f7f9fc;color:var(--rt-muted);font-weight:600;font-size:11px;text-transform:uppercase;letter-spacing:.5px;padding:10px 14px;text-align:left;white-space:nowrap;position:sticky;top:0;border-bottom:1px solid var(--rt-border)}.rt-page td{padding:10px 14px;border-top:1px solid var(--rt-border);vertical-align:middle}.rt-page table th.tr,.rt-page table td.tr{text-align:right}.rt-page .number{font-variant-numeric:tabular-nums;letter-spacing:-.3px}.rt-page .rt-badge{display:inline-block;padding:3px 9px;border-radius:999px;font-size:11px;font-weight:700}.rt-page .rt-badge.recv{background:#fff7ed;color:#c2410c}.rt-page .rt-badge.done{background:#eef2ff;color:#3730a3}.rt-page .rt-badge.grade{background:#fef3c7;color:#92400e}.rt-page .rt-badge.normal{background:#f1f5f9;color:#64748b}.rt-page .rt-grow{background:#fafbfc;cursor:pointer}.rt-page .rt-grow:hover{background:#f1f5f9}.rt-page .rt-grow td{font-weight:700;color:var(--rt-text);border-top:1px solid var(--rt-border)}.rt-page .rt-cap{display:inline-block;width:14px;color:#94a3b8}.rt-page .rt-thumb{width:30px;height:30px;border-radius:6px;object-fit:cover;vertical-align:middle;border:1px solid #eef1f5}.rt-page .rt-thumb-ph{width:30px;height:30px;border-radius:6px;background:#eef1f5;display:inline-block;vertical-align:middle}.rt-page .rt-orow td{font-size:12.5px;color:var(--rt-muted);background:#fff}.rt-page .rt-oname{color:var(--rt-text);padding-left:34px}.rt-page code.rt-oid{font-size:11px;color:var(--rt-blue);background:#2979e80f;padding:3px 6px;border-radius:4px;cursor:pointer;font-family:inherit}.rt-page .rt-insight-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px 30px}@media (max-width:1100px){.rt-page .rt-insight-grid{grid-template-columns:1fr}}.rt-page .rt-charts-row{display:grid;grid-template-columns:1fr 1fr;gap:24px 30px;margin-top:26px;padding-top:22px;border-top:1px solid var(--rt-border)}@media (max-width:1100px){.rt-page .rt-charts-row{grid-template-columns:1fr}}.rt-page .rt-reason{display:flex;align-items:center;gap:9px;margin-bottom:9px}.rt-page .rt-reason .rt-rn{font-size:12px;color:var(--rt-text);width:110px;flex:none}.rt-page .rt-reason .rt-rbwrap{flex:1;background:#f1f5f9;border-radius:5px;height:16px;overflow:hidden}.rt-page .rt-reason .rt-rbfill{height:100%;background:#64748b;border-radius:5px}.rt-page .rt-reason .rt-rc{font-size:12px;font-weight:700;color:var(--rt-text);width:44px;text-align:right;flex:none}.rt-page .rt-ins-h{font-size:12px;font-weight:700;color:#475569;margin-bottom:12px}.rt-page .rt-topbar{display:flex;align-items:center;gap:9px;margin-bottom:9px}.rt-page .rt-topbar .rt-tn{font-size:12px;color:var(--rt-text);width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:none}.rt-page .rt-topbar .rt-tbwrap{flex:1;background:#f1f5f9;border-radius:5px;height:16px;overflow:hidden}.rt-page .rt-topbar .rt-tbfill{height:100%;background:#f97316;border-radius:5px}.rt-page .rt-topbar .rt-tc{font-size:12px;font-weight:700;color:var(--rt-text);width:44px;text-align:right;flex:none;font-variant-numeric:tabular-nums}.rt-page .rt-chan{font-size:10px;font-weight:700;padding:1px 5px;border-radius:4px;flex:none}.rt-page .rt-chan.sd{background:#eff6ff;color:#1d4ed8}.rt-page .rt-chan.rg{background:#fff7ed;color:#c2410c}.rt-page th.rt-sortable{cursor:pointer;user-select:none;white-space:nowrap}.rt-page th.rt-sortable:hover{color:#f97316}.rt-page .rt-si{font-size:10px;color:#cbd5e1;margin-left:2px}.rt-page .rt-si.on{color:#f97316}.rt-page .rt-head-box{background:#fff7ed;border:1px solid #fed7aa;border-radius:8px;padding:9px 11px;margin-bottom:10px;font-size:12px;color:#7c2d12}.rt-page .rt-lg{display:flex;gap:14px;font-size:11px;font-weight:700;margin-bottom:8px}.rt-page .rt-toast{position:fixed;right:20px;bottom:80px;background:#1e293b;color:#fff;padding:10px 14px;border-radius:10px;font-size:13px;z-index:70}.mkk-kpi-val small{font-size:12px;font-weight:500;color:#94a3b8;margin-left:2px}@media (max-width:768px){.rt-page .rt-period{flex-wrap:wrap}.rt-page .rt-input{width:100%}.rt-page .rt-topbar .rt-tn{width:96px}}@media (max-width:768px){.rt-page td{white-space:nowrap}.rt-page .rt-grow td:first-child{max-width:none!important}}.ad-page{--primary:#ff6b00;--navy:#35465c;--sky:#38bdf8;--bg-card:#fff;--border:rgba(0,0,0,.06);--text-muted:#475569;--text-dim:#64748b;--radius:14px;--radius-sm:9px;--text:#1a1d27}.ad-page .report-tab-nav{display:inline-flex;gap:6px;background:#f1f5f9;border:1px solid rgba(15,23,42,.08);border-radius:30px;padding:4px;margin-bottom:24px}.ad-page .report-tab-btn{flex:none;padding:8px 20px;background:none;border:none;border-radius:24px;color:var(--text-muted);font-size:12.5px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:6px;white-space:nowrap;font-family:inherit}.ad-page .report-tab-btn.active{background:var(--primary);color:#fff!important;font-weight:700;box-shadow:0 2px 10px #ff6b0033}.ad-page .report-tab-btn:hover:not(.active){background:#0f172a0a;color:var(--navy)}.ad-page .section-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:24px}.ad-page .section-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;flex-wrap:wrap;gap:12px}.ad-page .section-card-header h2{font-size:15px;font-weight:700;margin:0}.ad-page .result-count{display:inline-block;padding:2px 10px;background:#6366f11f;border-radius:100px;font-size:12px;color:#a5b4fc;margin-left:6px}.ad-page .table-wrapper{overflow-x:auto}.ad-page .table-controls{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.ad-page .select-filter{padding:7px 12px;background:#fff;border:1px solid var(--border);border-radius:8px;color:var(--text-muted);font-size:13px;cursor:pointer;font-family:inherit}.ad-page .btn-export{padding:7px 14px;background:#fff;border:1px solid var(--border);color:var(--text-muted);border-radius:8px;font-size:12.5px;cursor:pointer;font-family:inherit}.ad-page .perf-table{width:100%;border-collapse:collapse;font-size:13px}.ad-page .perf-table th{padding:9px 12px;text-align:left;font-size:11px;font-weight:600;color:var(--text-dim);border-bottom:1px solid var(--border);white-space:nowrap;user-select:none}.ad-page .perf-table td{padding:10px 12px;border-bottom:1px solid var(--border);color:var(--text-muted);white-space:nowrap}.ad-page .perf-table td:first-child{color:var(--text);font-weight:500;max-width:180px;overflow:hidden;text-overflow:ellipsis}.ad-page .perf-table tr:last-child td{border-bottom:none}.ad-page tr.ad-warn td{background:#fff5f5}.ad-page .roas-pill{display:inline-flex;align-items:center;padding:2px 8px;border-radius:12px;font-size:11.5px;font-weight:700}.ad-page .roas-pill.roas-excellent{background:#e8eefa;color:#1e3a8a}.ad-page .roas-pill.roas-good{background:#e6f4ff;color:#0369a1}.ad-page .roas-pill.roas-warn{background:#fdf1dc;color:#b45309}.ad-page .roas-pill.roas-bad{background:#fde8e8;color:#c81e1e}.ad-page .no-data-state{text-align:center;background:#fff;border:1px dashed #e2e8f0;border-radius:12px;padding:44px 20px;color:#64748b}.ad-page .no-data-state h3{font-size:14px;font-weight:800;color:#0f172a;margin:0 0 6px}.ad-page .no-data-state p{font-size:12.5px;color:#64748b;line-height:1.6;margin:0}.ad-page .kpi-period-bar{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-bottom:4px}.ad-page .kpi-period-bar .period-label{font-size:11.5px;font-weight:600;color:#94a3b8;letter-spacing:.04em;text-transform:uppercase;margin-right:6px}.ad-page .chart-period-btn{min-width:52px;height:32px;padding:0 14px;border-radius:8px;border:1.5px solid #e2e8f0;background:#fff;color:#64748b;font-size:12.5px;font-weight:500;cursor:pointer;font-family:inherit;white-space:nowrap}.ad-page .chart-period-btn.active{background:#6366f1;color:#fff;border-color:#6366f1;font-weight:700;box-shadow:0 2px 10px #6366f14d}.ad-page .auto-dashboard{display:flex;flex-direction:column;gap:24px;padding-top:32px;padding-bottom:40px}.ad-page .kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.ad-page .kpi-grid .kpi-card{position:relative;overflow:hidden;background:#fff;border:1px solid #e3e8ef;border-top:3px solid var(--ad-line,#f97316);border-radius:12px;padding:20px 18px 18px;min-width:0}.ad-page .kpi-grid .kpi-card:nth-child(1){--ad-line:color-mix(in srgb,#f97316 100%,#fff)}.ad-page .kpi-grid .kpi-card:nth-child(2){--ad-line:color-mix(in srgb,#f97316 76%,#fff)}.ad-page .kpi-grid .kpi-card:nth-child(3){--ad-line:color-mix(in srgb,#f97316 52%,#fff)}.ad-page .kpi-grid .kpi-card:nth-child(4){--ad-line:color-mix(in srgb,#f97316 28%,#fff)}.ad-page .kpi-label{font-size:12.5px;font-weight:600;color:#475569;margin-bottom:8px;white-space:nowrap}.ad-page .kpi-value{font-size:22px;font-weight:800;color:#0f172a;letter-spacing:-.01em;font-variant-numeric:tabular-nums;white-space:nowrap;margin-bottom:0}.ad-page .kpi-change{font-size:11.5px;color:#94a3b8;margin-top:7px}.ad-page .kpi-delta{font-weight:700}.ad-page .kpi-delta.up{color:#dc2626}.ad-page .kpi-delta.down{color:#1d4ed8}.ad-page .kpi-delta.flat{color:#94a3b8}.ad-page .kpi-strip{display:flex;gap:22px;flex-wrap:wrap;font-size:12.5px;color:#64748b;padding:2px 4px 0}.ad-page .kpi-strip b{color:#0f172a;font-weight:700;font-variant-numeric:tabular-nums}.ad-page .kpi-strip em{font-style:normal;color:#94a3b8;margin-left:4px}.ad-page .cmp-period{display:inline-flex;gap:4px;background:#f1f5f9;border-radius:8px;padding:3px}.ad-page .cmp-period button{border:none;background:none;padding:5px 12px;font-size:12.5px;font-weight:700;color:#64748b;border-radius:6px;cursor:pointer;font-family:inherit}.ad-page .cmp-period button.on{background:#f97316;color:#fff}.ad-page .cmp-list{margin-top:14px;border:1px solid #e6ebf2;border-radius:12px;overflow:hidden;background:#fff}.ad-page .cmp-row{display:grid;grid-template-columns:44px minmax(200px,1.3fr) 110px minmax(280px,2.2fr) 120px 120px 84px;gap:14px;align-items:center;padding:14px 18px;border-top:1px solid #f1f5f9}.ad-page .cmp-row:first-child{border-top:none}.ad-page .cmp-row.hd{padding:10px 18px;background:#f8fafc;font-size:11px;font-weight:700;color:#64748b;letter-spacing:.2px}.ad-page .cmp-row.hd>div{white-space:nowrap}.ad-page .cmp-row.hd .r{text-align:right}.ad-page .cmp-row.hd .on{color:#0f172a}.ad-page .cmp-img{width:44px;height:44px;border-radius:8px;object-fit:cover;border:1px solid #eef2f7}.ad-page .cmp-img-x{width:44px;height:44px;border-radius:8px;background:#f1f5f9;border:1px solid #eef2f7}.ad-page .cmp-nm{font-weight:700;color:#0f172a;font-size:13.5px;line-height:1.35;min-width:0}.ad-page .cmp-pid{font-size:11px;color:#94a3b8;font-weight:500;margin-top:2px}.ad-page .cmp-badge{display:inline-flex;align-items:center;gap:6px;padding:5px 11px;border-radius:20px;font-weight:800;font-size:12px;white-space:nowrap}.ad-page .cmp-badge .dot{width:7px;height:7px;border-radius:50%}.ad-page .cmp-act{font-size:13px;color:#0f172a;line-height:1.45;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.ad-page .cmp-act b{font-weight:800}.ad-page .cmp-act .why{display:block;font-size:11.5px;color:#64748b;margin-top:3px;font-weight:500}.ad-page .cmp-act a{color:#1d4ed8;font-weight:700;text-decoration:underline}.ad-page .cmp-num{font-size:14px;font-weight:700;color:#0f172a;font-variant-numeric:tabular-nums;text-align:right}.ad-page .cmp-num.roas{font-weight:800}.ad-page .ac-note{font-size:11.5px;color:#94a3b8;line-height:1.6}.ad-page .ac-btbl td{vertical-align:middle}.ad-page .ac-tg{display:inline-block;width:40px;height:22px;border-radius:11px;background:#cbd5e1;position:relative;vertical-align:middle}.ad-page .ac-tg:after{content:"";position:absolute;top:3px;left:3px;width:16px;height:16px;border-radius:50%;background:#fff}.ad-page .ac-tg.on{background:#1e3a8a}.ad-page .ac-tg.on:after{left:21px}.ad-page .ac-bar{display:inline-block;width:150px;height:8px;border-radius:4px;background:#eef2f7;vertical-align:middle;margin-right:10px;overflow:hidden}.ad-page .ac-bar i{display:block;height:100%;border-radius:4px;background:linear-gradient(90deg,#1e3a8a,#f97316)}.ad-page .ac-wrap{display:flex;flex-direction:column;gap:20px;padding-top:24px;padding-bottom:40px}.ad-page .ac-top{display:flex;flex-direction:column;align-items:stretch;gap:12px}.ad-page .ac-top>.kpi-period-bar{flex-wrap:wrap}.ad-page .ac-sel{height:38px;min-width:320px;max-width:560px;padding:0 12px;border:1.5px solid #e2e8f0;border-radius:9px;background:#fff;font-size:13px;font-weight:600;color:#0f172a;font-family:inherit}.ad-page .ac-nav{width:32px;height:32px;border:1.5px solid #e2e8f0;border-radius:8px;background:#fff;cursor:pointer;color:#475569;font-size:14px;font-family:inherit}.ad-page .ac-nav:hover{border-color:#f97316;color:#f97316}.ad-page .ac-sec{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:18px 20px}.ad-page .ac-sec h4{margin:0 0 12px;font-size:13.5px;font-weight:800;color:#0f172a;display:flex;align-items:center;gap:8px}.ad-page .ac-sec h4 span{font-size:11.5px;font-weight:500;color:#94a3b8}.ad-page .ac-row3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;align-items:start}.ad-page .ac-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.ad-page .ac-kv{background:#f8fafc;border:1px solid #eef2f7;border-radius:10px;padding:12px 14px;min-width:0}.ad-page .ac-kv .l{font-size:11.5px;color:#64748b;margin-bottom:6px;white-space:nowrap}.ad-page .ac-kv .v{font-size:17px;font-weight:800;color:#0f172a;letter-spacing:-.01em;white-space:nowrap}.ad-page .ac-kv .v.sm{font-size:14px;font-weight:700}.ad-page .ac-kv .d{font-size:11px;margin-top:4px;color:#94a3b8}.ad-page .ac-kv .d.up{color:#dc2626}.ad-page .ac-kv .d.dn{color:#1d4ed8}.ad-page .ac-mode{display:inline-flex;background:#f1f5f9;border:1px solid rgba(15,23,42,.08);border-radius:30px;padding:3px;gap:4px}.ad-page .ac-mbtn{border:0;background:none;border-radius:20px;padding:7px 14px;font-size:12.5px;font-weight:700;color:#64748b;cursor:pointer;white-space:nowrap;font-family:inherit}.ad-page .ac-mbtn.on{background:#f97316;color:#fff}.ad-page .ac-prod{display:flex;align-items:center;gap:8px;min-height:44px}.ad-page .ac-prod .imgs{display:flex;gap:4px}.ad-page .ac-prod img,.ad-page .ac-prod .ph{width:44px;height:44px;border-radius:8px;object-fit:cover;border:1px solid #e2e8f0;background:#f1f5f9;flex:none}.ad-page .ac-prod .n{font-size:12.5px;font-weight:700;color:#0f172a;max-width:260px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ad-page .ac-prod .s{font-size:11px;color:#94a3b8}.ad-page .ac-gauge{margin-top:34px}.ad-page .ac-gauge .bar{position:relative;height:14px;border-radius:7px;background:#eef2f7;overflow:visible;margin-bottom:26px}.ad-page .ac-gauge .fill{position:absolute;left:0;top:0;height:100%;border-radius:7px;background:#f97316}.ad-page .ac-gauge .mk{position:absolute;top:-8px;width:4px;height:30px;border-radius:2px;background:#1e3a8a;box-shadow:0 0 0 2px #fff;transform:translate(-50%)}.ad-page .ac-gauge .mk.be{background:#475569}.ad-page .ac-gauge .mk .mkl{position:absolute;top:-19px;left:50%;transform:translate(-50%);white-space:nowrap;font-size:10.5px;font-weight:800;color:#1e3a8a}.ad-page .ac-gauge .mk.be .mkl{top:auto;bottom:-19px;color:#475569}.ad-page .ac-gauge .lg{display:flex;gap:18px;margin-top:10px;font-size:11.5px;color:#64748b;flex-wrap:wrap}.ad-page .ac-gauge .lg2{display:flex;gap:18px;margin-top:8px;padding-top:8px;border-top:1px dashed #eef2f7;font-size:11.5px;color:#64748b;flex-wrap:wrap}.ad-page .ac-gauge .lg b,.ad-page .ac-gauge .lg2 b{color:#0f172a}.ad-page .ac-gauge .lg i{display:inline-block;width:10px;height:10px;border-radius:3px;margin-right:5px;vertical-align:-1px}.ad-page .ac-tbl{width:100%;border-collapse:collapse;font-size:12.5px}.ad-page .ac-tbl th{background:#f8fafc;color:#475569;font-weight:700;padding:9px 10px;border-bottom:1px solid #e2e8f0;text-align:right;white-space:nowrap;cursor:pointer;user-select:none}.ad-page .ac-tbl th:first-child,.ad-page .ac-tbl td:first-child{text-align:left}.ad-page .ac-tbl th.s:after{content:" ▼";font-size:9px;color:#f97316}.ad-page .ac-tbl th.s.asc:after{content:" ▲"}.ad-page .ac-tbl td{padding:8px 10px;white-space:nowrap;border-bottom:1px solid #f1f5f9;text-align:right;font-variant-numeric:tabular-nums;color:#1e293b}.ad-page .ac-date{height:32px;padding:0 8px;border:1.5px solid #e2e8f0;border-radius:8px;font-size:12px;color:#334155;background:#fff;font-family:inherit}.ad-page .ac-empty{padding:60px 20px;text-align:center;color:#64748b;font-size:13.5px}.ad-page .ac-pager,.ad-page .ad-pg{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:12px;font-size:12px;color:#64748b;flex-wrap:wrap}.ad-page .ad-pg-btn{min-width:38px;height:38px;padding:0 14px;border-radius:10px;border:1.5px solid #e2e8f0;background:#fff;color:#374151;font-size:13px;font-weight:500;cursor:pointer;box-shadow:0 1px 3px #0000000f;font-family:inherit}.ad-page .ad-pg-btn.active{background:#6366f1;color:#fff;border-color:#6366f1;font-weight:700}.ad-page .ad-pg-info{font-size:12px;color:#64748b;margin-left:10px;white-space:nowrap}.ad-page .ad-pg-btn[disabled]{opacity:.3;cursor:not-allowed;box-shadow:none}.ad-page .mk-tag{display:inline-block;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:600;line-height:16px;white-space:nowrap}.ad-page .mk-tag.brand{background:#fff1e6;color:#c2410c}.ad-page .mk-tag.info{background:#e6f4ff;color:#0369a1}.ad-page .mk-tag.muted{background:#f1f5f9;color:#64748b}.ad-page .mk-tag.bad{background:#fde8e8;color:#c81e1e}@media (max-width:1400px){.ad-page .ac-row3{grid-template-columns:1fr}.ad-page .ac-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:1100px){.ad-page .kpi-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.ad-page .kpi-grid{grid-template-columns:1fr}.ad-page .ac-grid{grid-template-columns:repeat(2,1fr)}.ad-page .ac-sel{min-width:0;width:100%}.ad-page .cmp-list{overflow-x:auto}.ad-page .cmp-row{min-width:900px}}.al-page .al-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:12px 0 18px}@media (max-width:1300px){.al-page .al-grid{grid-template-columns:repeat(2,1fr)}}.al-page .al-q{position:relative;background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;padding:14px 14px 12px;text-align:left;cursor:pointer;transition:all .15s;word-break:keep-all}.al-page .al-q:hover{border-color:#f97316}.al-page .al-q.on{border-color:#f97316;background:#fff7ed}.al-page .al-q.off{opacity:.55}.al-page .al-q .t{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700;color:#0f172a}.al-page .al-q .t span{flex:1}.al-page .al-q small{display:block;font-size:11px;font-weight:500;color:#94a3b8;margin-top:5px;line-height:1.4}.al-page .al-q .st{display:inline-flex;align-items:center;gap:5px;margin-top:9px;font-size:11.5px;font-weight:800;padding:3px 8px;border-radius:999px;background:#f1f5f9;color:#64748b}.al-page .al-q .st.bad{background:#fde8e8;color:#c81e1e}.al-page .al-q .st.warn{background:#fdf1dc;color:#b45309}.al-page .al-q .st.info{background:#e6f4ff;color:#0369a1}.al-page .al-sw{position:relative;width:34px;height:19px;border-radius:999px;background:#cbd5e1;cursor:pointer;flex:none;transition:.15s}.al-page .al-sw i{position:absolute;top:2px;left:2px;width:15px;height:15px;border-radius:50%;background:#fff;transition:.15s}.al-page .al-sw.on{background:#f97316}.al-page .al-sw.on i{left:17px}.al-page .al-ans{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:22px 24px;position:relative}.al-page .al-ans .q{font-size:12px;color:#94a3b8;margin-bottom:6px}.al-page .al-ans .a{font-size:19px;font-weight:800;color:#0f172a;line-height:1.35;word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.al-page .al-ans .sub{font-size:12.5px;font-weight:400;color:#64748b;margin-top:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.al-page .al-kv{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:16px 0}.al-page .al-kv>div{background:#f8fafc;border:1px solid #eef2f7;border-radius:10px;padding:12px 14px}.al-page .al-kv .l{font-size:11.5px;color:#64748b;margin-bottom:5px}.al-page .al-kv .v{font-size:18px;font-weight:800;color:#0f172a}.al-page .al-kv .d{font-size:11px;margin-top:3px;color:#94a3b8}.al-page .al-chart{height:230px;margin:6px 0 14px}.al-page .al-tbl{width:100%;border-collapse:collapse;font-size:12.5px}.al-page .al-tbl th{background:#f8fafc;color:#475569;font-weight:700;padding:9px 10px;border-bottom:1px solid #e2e8f0;text-align:right;white-space:nowrap;cursor:pointer;user-select:none}.al-page .al-tbl th:hover{color:#f97316}.al-page .al-tbl th:first-child,.al-page .al-tbl td:first-child{text-align:left}.al-page .al-tbl td{padding:8px 10px;border-bottom:1px solid #f1f5f9;text-align:right;color:#1e293b;font-variant-numeric:tabular-nums}.al-page .mkk-si{color:#f97316;font-size:10px}.al-page .al-prod{display:flex;align-items:center;gap:9px;min-width:220px}.al-page .al-prod img,.al-page .al-prod i{width:32px;height:32px;border-radius:6px;flex:0 0 32px;object-fit:cover;background:#f1f5f9;border:1px solid #eef2f7;display:block}.al-page .al-prod span{word-break:keep-all}.al-page .al-param{display:flex;flex-wrap:wrap;gap:8px 16px;align-items:center;margin-top:16px;padding-top:14px;border-top:1px solid #f1f5f9;font-size:12.5px;color:#475569}.al-page .al-param label{display:flex;align-items:center;gap:6px}.al-page .al-param input{width:92px;padding:6px 8px;border:1px solid #e2e8f0;border-radius:6px;font-size:12.5px;text-align:right;font-variant-numeric:tabular-nums;font-family:inherit}.al-page .al-goto{position:absolute;right:22px;top:20px;font-size:12px;font-weight:700;color:#1d4ed8;text-decoration:none;border:1px solid #dbe4f5;border-radius:8px;padding:6px 10px;background:#fff}.al-page .al-btn{white-space:nowrap;border:none;border-radius:8px;padding:9px 16px;font-size:13px;font-weight:700;cursor:pointer;font-family:inherit}.al-page .al-btn.p{background:#f97316;color:#fff}.al-page .al-btn.g{background:#fff;color:#475569;border:1px solid #e2e8f0}.al-page .al-top{display:grid;grid-template-columns:minmax(400px,1.15fr) 2.45fr;gap:14px;margin:14px 0;align-items:stretch}@media (max-width:1100px){.al-page .al-top{grid-template-columns:1fr}}.al-page .al-card .al-grid{margin:0}@media (max-width:1500px){.al-page .al-card .al-grid{grid-template-columns:repeat(2,1fr)}}.al-page .al-recentcard{margin-top:14px}.al-page .al-ph{display:flex;flex-wrap:wrap;gap:8px 10px;align-items:center;margin-top:12px;font-size:12.5px;color:#475569}.al-page .al-ph input{padding:6px 8px;border:1px solid #e2e8f0;border-radius:6px;font-size:12.5px;font-family:inherit}.al-page .al-ph .st{font-size:11.5px;font-weight:700;padding:2px 8px;border-radius:999px}.al-page .al-ph .st.ok{background:#e8eefa;color:#1e3a8a}.al-page .al-ph .st.no{background:#fdf1dc;color:#b45309}.al-page .al-ph .al-btn{padding:6px 11px;font-size:12px}.al-page .al-chips{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.al-page .al-chip{display:inline-flex;align-items:center;gap:6px;padding:5px 8px 5px 11px;border-radius:999px;background:#e8eefa;color:#1e3a8a;font-size:12.5px;font-weight:600;border:1px solid #d6e0f5}.al-page .al-chip i{font-style:normal;font-size:10px;font-weight:700;color:#1e3a8a;opacity:.6}.al-page .al-chip b{font-weight:700;cursor:pointer;color:#64748b;font-size:13px;line-height:1;padding:0 2px}.al-page .al-chip b:hover{color:#dc2626}.al-page .al-chip.add{background:#fff;color:#475569;border:1px dashed #cbd5e1;cursor:pointer;font-weight:600}.al-page .al-chip.add:hover{border-color:#f97316;color:#c2410c}.al-page .al-hourbtn{border:1px solid #e2e8f0;background:#fff;border-radius:8px;padding:6px 12px;font-size:12.5px;font-weight:700;color:#1e293b;cursor:pointer;display:inline-flex;align-items:center;gap:6px;font-family:inherit}.al-page .al-hourbtn:after{content:"";width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid #64748b}.al-page .al-hourwrap{position:relative;display:inline-block}.al-page .al-hourpop{position:absolute;top:34px;left:0;z-index:50;background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 8px 24px #0f172a1f;padding:10px;width:300px;display:none}.al-page .al-hourpop.open{display:block}.al-page .al-hourpop .g{font-size:11px;color:#94a3b8;font-weight:700;margin:4px 2px 6px}.al-page .al-hourpop .row{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:6px}.al-page .al-hourpop button{border:1px solid #e2e8f0;background:#fff;border-radius:999px;padding:4px 9px;font-size:12px;color:#334155;cursor:pointer;font-family:inherit}.al-page .al-hourpop button.on{background:#f97316;border-color:#f97316;color:#fff;font-weight:700}.al-page .al-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:16px 18px}.al-page .al-card .h{display:flex;align-items:center;gap:10px;margin-bottom:8px}.al-page .al-card .h b{font-size:14px;color:#0f172a;flex:1;white-space:nowrap}.al-page .al-ch{display:flex;gap:10px;align-items:center;font-size:13px;color:#1e293b;padding:8px 0;border-bottom:1px solid #f1f5f9;white-space:nowrap}.al-page .al-ch:last-child{border-bottom:none}.al-page .al-ch .s{color:#94a3b8;font-size:11.5px;margin-left:auto}.al-page .al-tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}@media (max-width:1100px){.al-page .al-tiles{grid-template-columns:repeat(2,1fr)}}.al-page .al-tile{border:1px solid #e2e8f0;border-left-width:4px;border-radius:10px;padding:10px 12px;cursor:pointer;background:#fff;transition:border-color .12s}.al-page .al-tile:hover{border-color:#f97316}.al-page .al-tile.bad{border-left-color:#c81e1e}.al-page .al-tile.warn{border-left-color:#b45309}.al-page .al-tile.info{border-left-color:#0369a1}.al-page .al-tile.read{opacity:.6}.al-page .al-tile .k{font-size:10.5px;font-weight:500;color:#94a3b8}.al-page .al-tile .k b{font-weight:500}.al-page .al-tile.bad .k b{color:#c81e1e}.al-page .al-tile.warn .k b{color:#b45309}.al-page .al-tile.info .k b{color:#0369a1}.al-page .al-tile .t{font-size:13px;font-weight:800;color:#0f172a;margin-top:2px}.al-page .al-tile .v{font-size:15px;font-weight:400;color:#334155;margin-top:3px;font-variant-numeric:tabular-nums}.al-page .al-tile.bad .v{color:#c81e1e}.al-page .al-tile .d{font-size:10.5px;color:#94a3b8;margin-top:4px}.al-page .mkk-saved{margin-left:8px;font-size:12px;font-weight:700;color:#166534}.al-page pre.al-kk-prev{margin-top:10px;padding:12px 14px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;font:12.5px/1.6 inherit;white-space:pre-wrap;color:#1e293b}@media (max-width:768px){.al-page .mkk-page-head,.al-page .al-card .h{flex-wrap:wrap}.al-page .al-grid,.al-page .al-card .al-grid{grid-template-columns:1fr}.al-page .al-kv{grid-template-columns:repeat(2,1fr)}.al-page .al-tiles{grid-template-columns:1fr}.al-page .al-top{grid-template-columns:minmax(0,1fr)}.al-page .al-tblwrap{overflow-x:auto}.al-page .al-hourpop{width:min(300px,calc(100vw - 40px))}.al-page .al-ans .a,.al-page .al-ans .sub{white-space:normal}.al-page .al-goto{position:static;display:inline-block;margin-bottom:8px}.al-page .al-ch{white-space:normal}}.al-page .al-prod span{display:inline-flex;flex-direction:column;line-height:1.25}.al-page .al-prod .al-vid{font-size:10.5px;color:#94a3b8;font-weight:500;letter-spacing:.1px}.sc-page .sc-top{display:grid;grid-template-columns:1fr 360px;gap:16px;align-items:start}.sc-page .sc-side{display:flex;flex-direction:column;overflow:hidden;box-sizing:border-box}.sc-page #sc-side-list{flex:1 1 auto;min-height:0;overflow:auto}.sc-page .sc-side .sc-form{flex:none}.sc-page .sc-more-btn{width:100%;height:30px;border:1px dashed #cbd5e1;background:#fff;border-radius:8px;font-size:12px;color:#475569;cursor:pointer;margin:2px 0 8px;font-family:inherit}.sc-page .sc-more-btn:hover{background:#f8fafc}@media (max-width:1200px){.sc-page .sc-top{grid-template-columns:1fr}}.sc-page .sc-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:16px 18px}.sc-page .sc-nav{display:flex;align-items:center;gap:10px;margin-bottom:12px;flex-wrap:wrap}.sc-page .sc-nav b{font-size:16px;color:#0f172a;min-width:110px;text-align:center}.sc-page .sc-btn{height:30px;padding:0 10px;white-space:nowrap;border:1px solid #e2e8f0;background:#fff;border-radius:7px;font-size:12.5px;color:#334155;cursor:pointer;font-family:inherit}.sc-page .sc-btn:hover{border-color:#f97316;color:#f97316}.sc-page .sc-btn.p{background:#f97316;border-color:#f97316;color:#fff;font-weight:700}.sc-page a.sc-btn{text-decoration:none;line-height:28px;display:inline-block}.sc-page .sc-legend{display:flex;gap:6px;flex-wrap:wrap;align-items:center;flex:1 0 100%;margin-left:0;margin-top:6px;font-size:11.5px;color:#64748b}.sc-page .sc-legend .lgrow{display:flex;gap:6px;flex-wrap:wrap;align-items:center;flex:1 0 100%}.sc-page .sc-legend .lg{font-size:11px;font-weight:700;color:#94a3b8;margin:0 2px 0 8px}.sc-page .sc-legend .lg:first-child{margin-left:0}.sc-page .sc-legend .lg.hint{flex:0 0 auto;margin:0;color:#64748b;font-weight:600}.sc-page .sc-legend .sc-allon{height:24px;padding:0 10px;border:1px solid #fed7aa;background:#fff7ed;color:#c2410c;border-radius:999px;font-size:11px;font-weight:700;cursor:pointer;font-family:inherit}.sc-page .sc-legend .sc-allon:hover{background:#ffedd5}.sc-page .sc-legend button.sc-lgb{display:inline-flex;align-items:center;gap:7px;height:28px;padding:0 11px 0 6px;border:1px solid #e2e8f0;border-radius:999px;background:#fff;font-size:11.5px;font-weight:600;color:#334155;cursor:pointer;user-select:none;font-family:inherit}.sc-page .sc-legend button.sc-lgb .sw{flex:none;width:26px;height:15px;border-radius:999px;background:#cbd5e1;position:relative;transition:background .15s}.sc-page .sc-legend button.sc-lgb .sw i{position:absolute;top:2px;left:2px;width:11px;height:11px;border-radius:50%;background:#fff;transition:left .15s;box-shadow:0 1px 2px #0f172a40}.sc-page .sc-legend button.sc-lgb.on .sw i{left:13px}.sc-page .sc-legend button.sc-lgb:hover{border-color:#cbd5e1;background:#f8fafc}.sc-page .sc-legend button.sc-lgb.off{color:#94a3b8;background:#f8fafc;border-color:#eef2f7}.sc-page .sc-up .h{display:flex;align-items:center;gap:8px}.sc-page .sc-seg{margin-left:auto;display:inline-flex;background:#f1f5f9;border:1px solid rgba(15,23,42,.08);border-radius:999px;padding:3px}.sc-page .sc-seg button{height:24px;padding:0 12px;border:0;background:none;border-radius:999px;font-size:11.5px;font-weight:600;color:#64748b;cursor:pointer;font-family:inherit}.sc-page .sc-seg button.on{background:#f97316;color:#fff}.sc-page .sc-uprow .d.dt{width:auto;min-width:0}.sc-page .sc-grp{margin-bottom:14px}.sc-page .sc-grp .gh{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:800;color:#0f172a;padding-bottom:6px;border-bottom:1px solid #eef2f7}.sc-page .sc-grp .gh .cnt{font-size:11.5px;color:#94a3b8;font-weight:600}.sc-page .sc-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));grid-template-rows:auto;grid-auto-rows:minmax(118px,auto);border-left:1px solid #eef2f7;border-top:1px solid #eef2f7}.sc-page .sc-dow{font-size:11.5px;font-weight:700;color:#64748b;text-align:center;padding:6px 0;border-right:1px solid #eef2f7;border-bottom:1px solid #eef2f7;background:#f8fafc}.sc-page .sc-day{min-height:118px;min-width:0;overflow:hidden;padding:6px 6px 4px;border-right:1px solid #eef2f7;border-bottom:1px solid #eef2f7;cursor:pointer;position:relative}.sc-page .sc-day:hover{background:#fffaf5}.sc-page .sc-day.sel{outline:2px solid #f97316;outline-offset:-2px;background:#fffaf5}.sc-page .sc-day.sel .sc-chip.more{animation:scGrow .18s ease both}@keyframes scGrow{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}.sc-page .sc-day.other{background:#fafbfc}.sc-page .sc-day.other .dn{color:#cbd5e1}.sc-page .sc-day .dn{font-size:12px;font-weight:700;color:#334155}.sc-page .sc-day.today .dn{background:#f97316;color:#fff;border-radius:10px;padding:0 6px;display:inline-block}.sc-page .sc-day .dn.sun{color:#c81e1e}.sc-page .sc-day .dn.sat{color:#1d4ed8}.sc-page .sc-chip{display:block;max-width:100%;font-size:10.5px;line-height:1.3;padding:2px 5px;border-radius:4px;margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#fff}.sc-page .sc-chip.alert{background:#0369a1}.sc-page .sc-chip.settle{background:#1e3a8a}.sc-page .sc-chip.stockout{background:#c81e1e}.sc-page .sc-chip.reorder{background:#f97316}.sc-page .sc-chip.tax{background:#94a3b8}.sc-page .sc-chip.inbound{background:#38bdf8}.sc-page .sc-chip.purchase{background:#8b5e34}.sc-page .sc-chip.promo{background:#6b7fb8}.sc-page .sc-chip.launch{background:#166534}.sc-page .sc-chip.finance{background:#b45309}.sc-page .sc-chip.memo{background:#64748b}.sc-page .sc-chip.user{box-shadow:inset 0 0 0 1.5px #ffffff8c}.sc-page .sc-chip.user.done{opacity:.5;text-decoration:line-through}.sc-page .sc-chip.past{opacity:.45}.sc-page .sc-more{display:inline-block;font-size:10px;font-weight:700;color:#475569;background:#eef2f7;border:1px solid #e2e8f0;border-radius:999px;padding:1px 7px;margin-top:4px;line-height:1.4}.sc-page .sc-day:hover .sc-more{background:#ffedd5;border-color:#fed7aa;color:#c2410c}.sc-page .sc-side h3{font-size:15px;font-weight:800;color:#0f172a;margin:0 0 4px}.sc-page .sc-side .sub{font-size:12px;color:#64748b;margin-bottom:12px}.sc-page .sc-item{border:1px solid #eef2f7;border-radius:9px;padding:9px 11px;margin-bottom:8px;border-left:4px solid #94a3b8}.sc-page .sc-item.alert{border-left-color:#0369a1}.sc-page .sc-item.launch{border-left-color:#166534}.sc-page .sc-item.finance{border-left-color:#b45309}.sc-page .sc-item.settle{border-left-color:#1e3a8a}.sc-page .sc-item.stockout{border-left-color:#c81e1e}.sc-page .sc-item.reorder{border-left-color:#f97316}.sc-page .sc-item.tax{border-left-color:#94a3b8}.sc-page .sc-item.user{border-left-color:#f97316;background:#fffaf5}.sc-page .sc-item .t{font-size:13px;font-weight:700;color:#0f172a}.sc-page .sc-item .s{font-size:12px;color:#64748b;margin-top:2px}.sc-page .sc-item .adv{font-size:12px;color:#1e293b;margin-top:5px;padding:6px 8px;background:#f8fafc;border-radius:6px;line-height:1.45}.sc-page .sc-item .act{margin-top:6px;display:flex;gap:6px}.sc-page .sc-item.done .t{text-decoration:line-through;color:#94a3b8}.sc-page .sc-form{border-top:1px solid #eef2f7;margin-top:12px;padding-top:12px}.sc-page .sc-form label{display:block;font-size:11.5px;color:#64748b;margin:8px 0 3px}.sc-page .sc-form input,.sc-page .sc-form select,.sc-page .sc-form textarea{width:100%;height:32px;border:1px solid #e2e8f0;border-radius:7px;padding:0 9px;font-size:12.5px;color:#1e293b;background:#fff;font-family:inherit;box-sizing:border-box}.sc-page .sc-form textarea{height:56px;padding:6px 9px;resize:vertical}.sc-page .sc-form .row{display:grid;grid-template-columns:1fr 1fr;gap:8px}.sc-page .sc-up{margin-top:16px}.sc-page .sc-up .h{font-size:15.5px;font-weight:800;color:#0f172a;margin-bottom:10px}.sc-page .sc-uprow{display:flex;gap:10px;align-items:flex-start;padding:8px 0;border-bottom:1px solid #f1f5f9;font-size:12.5px}.sc-page .sc-uprow .d{width:70px;flex:none;font-weight:700;color:#334155}.sc-page .sc-uprow .d small{display:block;font-weight:500;color:#94a3b8}.sc-page .sc-uprow .tt{color:#0f172a;font-weight:600}.sc-page .sc-uprow .ss{color:#64748b;margin-top:1px}.sc-page .sc-tag{display:inline-block;font-size:10.5px;padding:1px 6px;border-radius:4px;color:#fff;margin-right:6px;vertical-align:1px}@media (max-width:768px){.sc-page .sc-more span{display:none}.sc-page .sc-more{padding:1px 5px}.sc-page .sc-nav b{min-width:0}.sc-page .sc-day{padding:4px 3px 3px}.sc-page .sc-chip{font-size:9.5px;padding:1px 3px}.sc-page .sc-uprow .d{width:56px}}.ask-page .ask-wrap{padding:0 0 16px}.ask-page .ask-head h1{font-size:20px;font-weight:800;color:#0f172a;margin:0 0 6px}.ask-page .ask-head p{font-size:12.5px;color:#64748b;margin:0}.ask-page .ask-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin:10px 0 22px}.ask-page .ask-sec{font-size:13.5px;font-weight:800;color:#0f172a;margin-top:18px}.ask-page .ask-sec small{font-weight:500;color:#94a3b8;font-size:11.5px;margin-left:6px}.ask-page .ask-cats{display:inline-flex;gap:6px;background:#f1f5f9;border:1px solid rgba(15,23,42,.08);border-radius:30px;padding:4px;margin-top:10px;flex-wrap:wrap}.ask-page .ask-cats button{padding:7px 16px;border:0;background:none;border-radius:24px;font-size:12.5px;font-weight:600;color:#64748b;cursor:pointer;white-space:nowrap}.ask-page .ask-cats button.on{background:#f97316;color:#fff}.ask-page .ask-goto{float:right;font-size:12px;color:#1d4ed8;font-weight:600;text-decoration:none;border:1px solid #dbe4f3;border-radius:6px;padding:3px 9px}.ask-page .ask-goto:hover{background:#eff6ff}.ask-page .ask-q .rdy{display:inline-block;font-size:10px;font-weight:700;color:#94a3b8;background:#f1f5f9;border-radius:4px;padding:1px 5px;margin-left:6px;vertical-align:middle}.ask-page .ask-q{background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;padding:14px 14px 12px;text-align:left;cursor:pointer;font-size:13px;font-weight:700;color:#0f172a;line-height:1.4;transition:all .15s;word-break:keep-all;overflow-wrap:anywhere;font-family:inherit}.ask-page .ask-prod{display:flex;align-items:center;gap:9px;min-width:220px}.ask-page .ask-prod img,.ask-page .ask-prod i{width:32px;height:32px;border-radius:6px;flex:0 0 32px;object-fit:cover;background:#f1f5f9;border:1px solid #eef2f7;display:block}.ask-page .ask-prod span{word-break:keep-all}.ask-page .ask-q small{display:block;font-size:11px;font-weight:500;color:#94a3b8;margin-top:5px}.ask-page .ask-q:hover{border-color:#f97316}.ask-page .ask-q.on{border-color:#f97316;background:#fff7ed}.ask-page .ask-ans{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:22px 24px;display:none}.ask-page .ask-ans.show{display:block}.ask-page .ask-ans .q{font-size:12px;color:#94a3b8;margin-bottom:6px}.ask-page .ask-ans .a{font-size:19px;font-weight:800;color:#0f172a;line-height:1.35}.ask-page .ask-ans .a b.hl{color:#f97316;font-weight:800}.ask-page .ask-ans .sub{font-size:12.5px;font-weight:400;color:#64748b;margin:6px 0 14px;line-height:1.6}.ask-page .ask-ans .sub b{font-weight:500;color:#0f172a}.ask-page .ask-tree{border:1px solid #eef2f7;border-radius:12px;padding:14px 14px 10px;margin-top:34px;border-top:1px solid #eef2f7}.ask-page .ask-ans .ask-chart+.ask-tree,.ask-page .ask-ans .ask-tbl+.ask-tree{margin-top:38px}.ask-page .ask-ans .ask-tbl{margin-top:22px}.ask-page .ask-tree-h{font-size:13.5px;font-weight:800;color:#0f172a;padding:10px 2px 8px;border-bottom:1px solid #f1f5f9}.ask-page .ask-tree-h span{font-size:11.5px;font-weight:500;color:#94a3b8;margin-left:8px}.ask-page .ask-tr{display:flex;justify-content:space-between;align-items:baseline;padding:7px 2px;font-size:12.5px;color:#334155;border-bottom:1px solid #f8fafc}.ask-page .ask-tr.h{font-weight:700;color:#0f172a}.ask-page .ask-tr.c{padding-left:14px;color:#94a3b8;font-weight:500}.ask-page .ask-tr.c .r b,.ask-page .ask-tr.c .r b.neg{color:#94a3b8;font-weight:500}.ask-page .ask-tr.c2{padding-left:30px}.ask-page .ask-tr.fin{color:#1d4ed8}.ask-page .ask-tr .r{display:flex;align-items:baseline;gap:10px;font-variant-numeric:tabular-nums}.ask-page .ask-tr .r b{font-weight:700}.ask-page .ask-tr .r b.neg{color:#dc2626}.ask-page .ask-tr .r span{font-size:11px;color:#94a3b8;min-width:44px;text-align:right}.ask-page .ask-sub-chart{margin-top:14px;position:relative}.ask-page .ask-sub-chart canvas{width:100%!important;height:100%!important}.ask-page .ask-two{display:grid;grid-template-columns:minmax(0,1.44fr) minmax(0,1fr);gap:20px;margin-top:6px;align-items:start}.ask-page .ask-two .ask-tbl{margin-top:8px}.ask-page .ask-align .ask-tbl th{height:38px;padding:0 10px}.ask-page .ask-align .ask-tbl td{height:48px;padding:0 10px}.ask-page .ask-align .ask-tbl .ask-prod{min-width:0}.ask-page .ask-align .ask-tbl td:first-child,.ask-page .ask-align .ask-tbl th:first-child{width:100%;max-width:0;overflow:hidden}.ask-page .ask-align .ask-tbl .ask-prod span{display:block;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ask-page .ask-align .ask-sub-chart{margin-top:8px}@media (max-width:1100px){.ask-page .ask-two{grid-template-columns:1fr}.ask-page .ask-align .ask-sub-chart{padding-top:0!important}}.ask-page .ask-kv-h{font-size:12px;font-weight:700;color:#64748b;margin:-6px 0 8px}.ask-page .ask-kv-h span{font-weight:500;color:#94a3b8;margin-left:6px}.ask-page .ask-kv.ask-kv-prev>div{background:#fff;border-color:#eef2f7}.ask-page .ask-kv.ask-kv-prev .v{color:#475569}.ask-page .ask-kv{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:18px}.ask-page .ask-kv>div{background:#f8fafc;border:1px solid #eef2f7;border-radius:10px;padding:12px 14px}.ask-page .ask-kv .l{font-size:11.5px;color:#64748b;margin-bottom:5px}.ask-page .ask-kv .v{font-size:18px;font-weight:800;color:#0f172a}.ask-page .ask-kv .d{font-size:11px;margin-top:3px;color:#94a3b8}.ask-page .up{color:#dc2626!important}.ask-page .dn{color:#1d4ed8!important}.ask-page .ask-chart{height:300px;margin-bottom:18px;position:relative}.ask-page .ask-tbl{width:100%;border-collapse:collapse;font-size:12.5px}.ask-page .ask-tbl th{background:#f8fafc;color:#475569;font-weight:700;padding:9px 10px;border-bottom:1px solid #e2e8f0;text-align:right;white-space:nowrap}.ask-page .ask-tbl th:first-child,.ask-page .ask-tbl td:first-child{text-align:left}.ask-page .ask-tbl td{padding:8px 10px;border-bottom:1px solid #f1f5f9;text-align:right;color:#1e293b;font-variant-numeric:tabular-nums;white-space:nowrap}.ask-page .ask-tbl td:first-child{white-space:normal}.ask-page .ask-note{font-size:11.5px;color:#94a3b8;margin-top:12px;line-height:1.6}.ask-page .ask-load{padding:40px;text-align:center;color:#64748b;font-size:13px}.ask-page .ask-loader{padding:44px 20px 40px;text-align:center}.ask-page .ask-loader .sp{width:38px;height:38px;border:3px solid #e2e8f0;border-top-color:#f97316;border-radius:50%;margin:0 auto 16px;animation:askspin .8s linear infinite}.ask-page .ask-loader .msg{font-size:13.5px;font-weight:700;color:#1e3a8a;min-height:20px;animation:askfade 2.4s ease-in-out infinite}.ask-page .ask-loader .sub{font-size:12px;color:#94a3b8;margin-top:6px}.ask-page .ask-loader .bar{width:260px;height:4px;background:#f1f5f9;border-radius:2px;margin:16px auto 0;overflow:hidden}.ask-page .ask-loader .bar i{display:block;width:42%;height:100%;background:#f97316;border-radius:2px;animation:askbar 1.4s ease-in-out infinite}@keyframes askspin{to{transform:rotate(360deg)}}@keyframes askbar{0%{margin-left:-42%}to{margin-left:100%}}@keyframes askfade{0%,to{opacity:.55}50%{opacity:1}}@media (prefers-reduced-motion:reduce){.ask-page .ask-loader .sp,.ask-page .ask-loader .bar i,.ask-page .ask-loader .msg{animation:none}}.ask-page .ask-link{color:#f97316;font-weight:700;text-decoration:none}@media (max-width:1300px){.ask-page .ask-grid{grid-template-columns:repeat(3,1fr)}}.ask-page .ask-search{display:flex;align-items:center;gap:10px;background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;padding:6px 8px 6px 14px;margin-top:10px;max-width:820px;transition:border-color .15s}.ask-page .ask-search:focus-within{border-color:#f97316;box-shadow:0 0 0 3px #f973161a}.ask-page .ask-search svg{flex:0 0 auto;color:#94a3b8}.ask-page .ask-search input{flex:1;border:0;outline:0;font-size:14px;color:#0f172a;background:transparent;min-width:0;font-family:inherit}.ask-page .ask-search input::placeholder{color:#a3aebf}.ask-page .ask-search button{border:0;background:#f97316;color:#fff;font-weight:700;font-size:13px;border-radius:9px;padding:9px 16px;cursor:pointer;white-space:nowrap;font-family:inherit}.ask-page .ask-search button:hover{background:#ea6a0c}.ask-page .ask-search-hint{font-size:12px;color:#64748b;margin-top:8px;min-height:14px;line-height:1.5}.ask-page .ask-search-hint b{color:#0f172a;font-weight:600}.ask-page .chip{display:inline-block;background:#fff7ed;color:#c2410c;border:1px solid #fed7aa;border-radius:6px;padding:1px 8px;font-size:11.5px;font-weight:600;margin:0 3px}.ask-page .ask-search-hint .ex{display:inline-block;cursor:pointer;color:#1e3a8a;border-bottom:1px dotted #94a3b8;margin-right:10px}.ask-page .ask-q.gen{border-color:#fde7cf;background:#fffbf7}.ask-page .ask-q.gen:hover{border-color:#f97316}.ask-page .ask-q .tag{display:inline-block;font-size:10px;font-weight:700;color:#c2410c;background:#fff1e6;border-radius:4px;padding:1px 5px;margin-left:6px;vertical-align:middle}@media (max-width:768px){.ask-page .ask-wrap{padding:14px 14px 32px}.ask-page .ask-grid{grid-template-columns:repeat(2,1fr);gap:8px}.ask-page .ask-kv{grid-template-columns:repeat(2,1fr)}.ask-page .ask-ans{padding:16px 14px}.ask-page .ask-ans .a{white-space:normal;font-size:16px}.ask-page .ask-tbl-wrap{overflow-x:auto}.ask-page .ask-goto{float:none;display:inline-block;margin-bottom:8px}}html:has(body.ask-embed){background:transparent!important;overflow:hidden;height:auto!important;min-height:0!important}body.ask-embed{background:transparent!important;overflow:hidden;height:auto!important;min-height:0!important}body.ask-embed .mkk-sidebar,body.ask-embed .mkk-subbar,body.ask-embed .mkk-bottom-tabs,body.ask-embed .mkk-kakao,body.ask-embed .mkk-banner,body.ask-embed .ask-page .ask-head,body.ask-embed .ask-page #ask-grid,body.ask-embed .ask-page .ask-wrap>.ask-sec{display:none!important}body.ask-embed .mkk-shell-main{margin-left:0!important;padding:0!important;min-height:0!important;background:transparent!important}body.ask-embed .ask-page .ask-wrap{padding:0;max-width:none}.dh-page .dh-wrap{margin:0 auto;padding:24px 30px}.dh-page .dh-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;flex-wrap:wrap}.dh-page .mkk-notes{margin-top:6px;font-size:12px;line-height:1.85}.dh-page .mkk-notes .n1{color:#1d4ed8}.dh-page .mkk-notes .n2{color:#475569}.dh-page .mkk-notes .n3{color:#b91c1c}.dh-page .mkk-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:18px 0 16px}.dh-page .mkk-kpi{background:#fff;border:1px solid #e3e8ef;border-radius:12px;padding:14px 16px 12px;min-width:0}.dh-page .mkk-kpi .l{font-size:12.5px;color:#64748b;font-weight:500;white-space:nowrap}.dh-page .mkk-kpi .v{font-size:22px;font-weight:800;color:#0f172a;margin-top:6px;letter-spacing:-.01em;font-variant-numeric:tabular-nums;white-space:nowrap}.dh-page .mkk-kpi .v small{font-size:13px;color:#94a3b8;font-weight:600;margin-left:2px}.dh-page .mkk-kpi .s{font-size:11.5px;color:#94a3b8;margin-top:5px}.dh-page .dh-toolbar{margin-bottom:14px;display:flex;align-items:center;gap:8px;flex-wrap:wrap;background:#fff;border:1px solid #e6eaf0;border-radius:10px 10px 0 0;padding:12px 14px;border-bottom:none}.dh-page .dh-sel,.dh-page .dh-search{height:34px;border:1px solid #dfe5ec;border-radius:7px;font-size:13px;color:#1e293b;background:#fff;padding:0 10px;outline:none;font-family:inherit}.dh-page .dh-sel:focus,.dh-page .dh-search:focus{border-color:#93b4f5;box-shadow:0 0 0 3px #3b82f61f}.dh-page .dh-search{min-width:280px;flex:1 1 280px;max-width:420px}.dh-page .dh-btn{height:34px;padding:0 14px;border-radius:7px;font-size:13px;font-weight:700;cursor:pointer;border:1px solid transparent;font-family:inherit}.dh-page .dh-btn-n{background:#fff;color:#475569;border-color:#dfe5ec}.dh-page .dh-btn-n:hover{background:#f8fafc}.dh-page .dh-chk{display:flex;align-items:center;gap:6px;font-size:13px;color:#475569;cursor:pointer;padding:0 12px;height:34px;border:1px solid #dfe5ec;border-radius:7px;background:#fff;white-space:nowrap}.dh-page .dh-chk input{accent-color:#1d4ed8;width:14px;height:14px}.dh-page .dh-spacer{flex:1 1 auto}.dh-page .dh-panel{background:#fff;border:1px solid #e6eaf0;border-radius:0 0 10px 10px;overflow:hidden}.dh-page .dh-scroll{overflow-x:auto}.dh-page .dh-scroll::-webkit-scrollbar{height:12px}.dh-page .dh-scroll::-webkit-scrollbar-thumb{background:#c2ccd8;border-radius:6px;border:3px solid #fff}.dh-page .dh-scroll::-webkit-scrollbar-track{background:#f1f5f9}.dh-page table.dh-tb{width:100%;border-collapse:collapse;min-width:1040px}.dh-page table.dh-tb th{background:#f8fafc;font-size:12px;color:#475569;font-weight:700;padding:11px 12px;text-align:right;border-bottom:1px solid #e6eaf0;white-space:nowrap;position:sticky;top:0;z-index:3;user-select:none}.dh-page table.dh-tb td{padding:9px 10px;font-size:12.5px;color:#1e293b;text-align:right;border-bottom:1px solid #f1f5f9;white-space:nowrap}.dh-page table.dh-tb th.l,.dh-page table.dh-tb td.l{text-align:left}.dh-page table.dh-tb th.c,.dh-page table.dh-tb td.c{text-align:center}.dh-page table.dh-tb tbody tr:hover td{background:#fafbfc}.dh-page table.dh-tb td,.dh-page table.dh-tb th{border-right:1px solid #f1f5f9}.dh-page table.dh-tb td:last-child,.dh-page table.dh-tb th:last-child{border-right:none}.dh-page table.dh-tb td.l:first-child{white-space:normal;max-width:380px}.dh-page .dh-thumb{width:38px;height:38px;border-radius:6px;object-fit:cover;border:1px solid #eef2f7;background:#f8fafc;display:block}.dh-page .dh-thumb-x{width:38px;height:38px;border-radius:6px;background:#f1f5f9;border:1px solid #eef2f7}.dh-page .dh-pid{font-size:11px;color:#94a3b8;margin-top:2px;font-weight:500}.dh-page .dh-disc,.dh-page .dh-rate{color:#dc2626;font-weight:700}.dh-page .dh-badge{display:inline-block;padding:2px 8px;border-radius:12px;font-size:11px;font-weight:700}.dh-page .dh-rg{background:#fff1e6;color:#c2410c}.dh-page .dh-sd{background:#e6f4ff;color:#0369a1}.dh-page .dh-muted{color:#94a3b8}.dh-page .dh-empty{padding:44px;text-align:center;color:#94a3b8;font-size:14px}.dh-page .dh-pager{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px;border-top:1px solid #eef1f5;flex-wrap:wrap}.dh-page .dh-pg{min-width:30px;height:30px;border:1px solid #dfe5ec;background:#fff;border-radius:6px;font-size:12.5px;color:#475569;cursor:pointer;padding:0 8px;font-family:inherit}.dh-page .dh-pg:hover:not(:disabled){background:#f1f5f9}.dh-page .dh-pg:disabled{opacity:.4;cursor:default}.dh-page .dh-pg.on{background:#1d4ed8;color:#fff;border-color:#1d4ed8;font-weight:700}.dh-page .dh-pginfo{font-size:12.5px;color:#64748b;margin:0 6px}.dh-page .dh-tg{cursor:pointer;border:1px solid #F1F5F9;background:#f1f5f9;color:#64748b;border-radius:20px;padding:3px 10px;font-size:11px;font-weight:700;white-space:nowrap;margin-right:10px;flex-shrink:0;font-family:inherit}.dh-page .dh-tg.on{background:#fff1e6;border-color:#fff1e6;color:#c2410c}.dh-page .dh-chg{white-space:nowrap;font-size:12.5px;color:#334155}.dh-page .dh-chgd{display:inline-block;min-width:38px;color:#0f172a;font-weight:700;margin-right:4px}.dh-page .dh-up{color:#dc2626;font-weight:700}.dh-page .dh-down{color:#1d4ed8;font-weight:700}.dh-page .dh-tllbl{display:inline-block;width:56px;color:#94a3b8;font-size:11px;font-weight:700}.dh-page .dh-orow td{font-weight:500;background:#fff}.dh-page .dh-log{display:inline-block;text-align:left;border:1px solid #e6eaf0;border-radius:10px;background:#fff;padding:6px 18px 6px 10px}.dh-page .dh-logrow{display:grid;grid-template-columns:22px 92px 190px 130px 70px;align-items:center;column-gap:8px;padding:7px 0;position:relative}.dh-page .dh-logrow+.dh-logrow:before{content:"";position:absolute;left:10px;top:-14px;height:20px;border-left:2px dashed #dbe1e8}.dh-page .dh-logdot i{display:block;width:10px;height:10px;border-radius:50%;background:#cbd5e1;margin-left:5px}.dh-page .dh-logrow.cur .dh-logdot i{background:#f97316;box-shadow:0 0 0 3px #ffedd5}.dh-page .dh-logdate{font-size:12.5px;font-weight:700;color:#334155;font-variant-numeric:tabular-nums}.dh-page .dh-logdate small{display:inline-block;margin-left:6px;padding:1px 6px;border-radius:4px;background:#fff7ed;color:#c2410c;font-size:10px;font-weight:800}.dh-page .dh-logprice{font-size:14px;font-weight:800;color:#0f172a;font-variant-numeric:tabular-nums}.dh-page .dh-logrow.cur .dh-logprice{color:#c2410c}.dh-page .dh-logprice small{display:block;font-size:11px;color:#94a3b8;font-weight:500;margin-top:1px}.dh-page .dh-logtag{display:inline-block;padding:2px 8px;border-radius:12px;font-size:11px;font-weight:700;background:#f1f5f9;color:#64748b}.dh-page .dh-logtag.up{background:#fde8e8;color:#c81e1e}.dh-page .dh-logtag.down{background:#e6f4ff;color:#0369a1}.dh-page .dh-logdur{font-size:11.5px;color:#94a3b8;text-align:right}.dh-page .dh-grow{cursor:pointer;background:#f8fafc}.dh-page .dh-grow:hover td{background:#f1f5f9}.dh-page .dh-grow td{border-top:1px solid #e6eaf0;font-weight:600;padding-top:10px;padding-bottom:10px}.dh-page .dh-arrow{display:inline-block;width:14px;color:#94a3b8;font-size:11px;margin-right:2px}.dh-page .dh-gname{font-weight:700;color:#0f172a;white-space:normal;line-height:1.35}.dh-page .dh-oname{white-space:normal;font-weight:600;color:#334155}.dh-page .dh-ins{display:grid;grid-template-columns:1.6fr 1fr;gap:16px;margin-bottom:16px}.dh-page .dh-chgrow{display:grid;grid-template-columns:40px minmax(0,1fr) 150px 120px;gap:10px;align-items:center;padding:8px 6px;border-bottom:1px solid #f1f5f9;cursor:pointer;font-size:12.5px}.dh-page .dh-chgrow:hover{background:#f8fafc}.dh-page .dh-chgrow.on{background:#fff7ed}.dh-page .dh-chgrow img,.dh-page .dh-chgrow .ph{width:36px;height:36px;border-radius:6px;object-fit:cover;border:1px solid #eef2f7;background:#f8fafc;display:block}.dh-page .dh-chgrow .n{color:#0f172a;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dh-page .dh-chgrow .n small{color:#94a3b8;font-weight:500;margin-left:5px}.dh-page .dh-chgrow .p{white-space:nowrap;font-variant-numeric:tabular-nums;color:#475569;text-align:right}.dh-page .dh-chgrow .p b{color:#0f172a}.dh-page .dh-chgrow .d{text-align:right;color:#64748b;white-space:nowrap}.dh-page .dh-chgrow .d b{color:#334155}.dh-page .dh-chgtl{padding:8px 6px 12px 46px;border-bottom:1px solid #f1f5f9}@media (max-width:1300px){.dh-page .dh-ins{grid-template-columns:1fr}}.dh-page .dh-box{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:16px 18px;min-width:0}.dh-page .dh-box h4{margin:0 0 12px;font-size:13.5px;font-weight:800;color:#0f172a}.dh-page .dh-box h4 small{font-weight:500;color:#94a3b8;font-size:11.5px;margin-left:6px}.dh-page .dh-insempty{color:#94a3b8;font-size:12.5px;padding:12px 0}.dh-page .dh-gsum{text-align:left!important;color:#475569;font-weight:600}.dh-page .dh-gsum b{color:#0f172a}.dh-page .dh-tlbtn{margin-left:8px;border:1px solid #e2e8f0;background:#fff;color:#475569;border-radius:6px;padding:2px 8px;font-size:11px;font-weight:700;cursor:pointer;font-family:inherit}.dh-page .dh-tlbtn:hover{border-color:#f97316;color:#c2410c}.dh-page .dh-tlbtn.on{background:#fff1e6;border-color:#fff1e6;color:#c2410c}.dh-page .dh-tl td{background:#fbfcfe;font-size:12px}.dh-page .dh-gcell{display:flex;align-items:center;gap:9px}.dh-page .dh-gtext{min-width:0}.dh-page .dh-gmeta{font-size:11px;color:#94a3b8;font-weight:500;margin-top:2px}.dh-page .mk-tag{display:inline-block;border-radius:999px;font-weight:700;line-height:1.5}.dh-page .mk-tag.info{background:#e6f4ff;color:#0369a1}.dh-page .mk-tag.muted{background:#f1f5f9;color:#64748b}.dh-page .dh-inactive-btn{cursor:pointer;background:#f1f5f9;color:#64748b;border:1px solid #e2e8f0;border-radius:20px;padding:5px 16px;font-size:12px;font-weight:600;font-family:inherit}@media (max-width:768px){.dh-page .dh-wrap{padding:14px 14px 32px}.dh-page .mkk-kpis{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.dh-page .dh-search{min-width:0}.dh-page .dh-chgrow{grid-template-columns:40px minmax(0,1fr)}.dh-page .dh-chgrow .p,.dh-page .dh-chgrow .d{grid-column:2;text-align:left}}.rk-page{padding:24px 0;max-width:none}.rk-page .mkk-page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.rk-page .mkk-page-title{font-size:20px;font-weight:800;color:#1e293b;letter-spacing:-.3px;margin:0}.rk-page .mkk-notes{margin-top:9px;font-size:12px;line-height:1.85}.rk-page .mkk-notes .n1{color:#475569}.rk-page .mkk-notes .n2,.rk-page .mkk-notes .n3{color:#94a3b8}.rk-page .rk-asof{font-size:11.5px;color:#94a3b8;white-space:nowrap;display:flex;align-items:center;gap:6px;padding-top:4px}.rk-page .rk-asof i{width:7px;height:7px;border-radius:50%;background:#f97316;display:inline-block}.rk-page .rk-tabs{display:inline-flex;background:#fff;border:1px solid #e6ebf2;border-radius:9px;overflow:hidden;margin:16px 0 18px}.rk-page .rk-tabs button{border:none;background:none;padding:9px 18px;font-size:13px;font-weight:700;color:#64748b;cursor:pointer;border-right:1px solid #eef2f7;font-family:inherit}.rk-page .rk-tabs button:last-child{border-right:none}.rk-page .rk-tabs button.on{background:#f97316;color:#fff}.rk-page .rk-grid{display:grid;grid-template-columns:340px minmax(0,1fr);gap:16px;align-items:start}@media (max-width:1400px){.rk-page .rk-grid{grid-template-columns:300px minmax(0,1fr)}}@media (max-width:1100px){.rk-page .rk-grid{grid-template-columns:1fr}}.rk-page .rk-card{background:#fff;border:1px solid #e6ebf2;border-radius:14px;box-shadow:0 1px 2px #1018280a;overflow:hidden}.rk-page .rk-ch{padding:16px 20px;border-bottom:1px solid #eef2f7;font-size:15px;font-weight:700;color:#0f172a;display:flex;align-items:center;justify-content:space-between;gap:10px}.rk-page .rk-ch small{font-size:11.5px;font-weight:500;color:#94a3b8}.rk-page .rk-body{padding:18px 20px}.rk-page .rk-label{font-size:12.5px;font-weight:700;color:#334155;margin-bottom:6px;display:block}.rk-page .rk-label i{color:#dc2626;font-style:normal}.rk-page .rk-input{width:100%;box-sizing:border-box;padding:10px 12px;border:1px solid #e2e8f0;border-radius:8px;font-size:13px;color:#1e293b;margin-bottom:14px;font-family:inherit}.rk-page .rk-input:focus{outline:none;border-color:#2563eb}.rk-page .rk-btn{width:100%;padding:11px;border:none;border-radius:9px;background:#f97316;color:#fff;font-size:13.5px;font-weight:700;cursor:pointer;transition:.15s;font-family:inherit}.rk-page .rk-btn:hover{background:#ea580c}.rk-page .rk-btn:disabled{background:#e2e8f0;color:#94a3b8;cursor:default}.rk-page .rk-note{margin-top:16px;font-size:11.5px;color:#64748b;line-height:1.9;background:#f8fafc;border:1px solid #eef2f7;border-radius:8px;padding:11px 13px}.rk-page .rk-note b{color:#334155}.rk-page .rk-note .warn{color:#dc2626}.rk-page table.rk-t{width:100%;border-collapse:collapse}.rk-page table.rk-t th{font-size:11.5px;color:#94a3b8;font-weight:600;text-align:right;padding:11px 14px;background:#fafbfc;border-bottom:1px solid #eef2f7;white-space:nowrap}.rk-page table.rk-t th:nth-child(-n+3){text-align:left}.rk-page table.rk-t td{font-size:13px;color:#334155;text-align:right;padding:12px 14px;border-bottom:1px solid #f4f7fa;vertical-align:middle}.rk-page table.rk-t td:nth-child(-n+3){text-align:left}.rk-page table.rk-t tr:last-child td{border-bottom:none}.rk-page .rk-empty{padding:44px 20px;text-align:center;color:#a3adba;font-size:13px;line-height:1.7}.rk-page .rk-thumb{width:42px;height:42px;border-radius:8px;object-fit:cover;background:#f1f5f9;border:1px solid #eef2f7}.rk-page div.rk-thumb{box-sizing:border-box}.rk-page .rk-name{max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600;color:#1e293b}.rk-page .rk-mut{display:block;font-size:10.5px;color:#94a3b8;font-weight:500;margin-top:2px}.rk-page .rk-chip{display:inline-flex;align-items:center;gap:5px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;padding:3px 6px 3px 10px;font-size:11.5px;color:#475569;margin:2px 3px 2px 0}.rk-page .rk-chip button{border:none;background:none;color:#94a3b8;cursor:pointer;font-size:11px;padding:1px 3px;line-height:1;font-family:inherit}.rk-page .rk-chip button:hover{color:#dc2626}.rk-page .rk-bdg{display:inline-block;padding:2px 7px;border-radius:5px;font-size:10.5px;font-weight:700;white-space:nowrap}.rk-page .rk-bdg.rg{background:#e971321f;color:#c2410c}.rk-page .rk-bdg.sd{background:#2563eb1a;color:#1d4ed8}.rk-page .rk-bdg.ad{background:#94a3b829;color:#475569}.rk-page .rk-quota{display:flex;gap:10px;align-items:center}.rk-page .rk-qbox{border:1px solid #e2e8f0;border-radius:10px;padding:8px 14px;text-align:center;background:#fff;min-width:88px}.rk-page .rk-qbox .k{font-size:11.5px;color:#475569;font-weight:600;white-space:nowrap}.rk-page .rk-qbox .v{font-size:18px;font-weight:800;color:#0f172a;margin-top:3px;letter-spacing:-.01em;font-variant-numeric:tabular-nums}.rk-page .rk-exp{width:22px;height:22px;border:1px solid #e2e8f0;background:#fff;border-radius:6px;color:#64748b;font-size:10px;cursor:pointer;padding:0;line-height:1}.rk-page .rk-exp:hover{background:#f1f5f9}.rk-page tr.rk-detail td{background:#fafbfc;padding:0 14px 14px}.rk-page .rk-hist{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:10px;padding-top:12px}.rk-page .rk-hbox{background:#fff;border:1px solid #eef2f7;border-radius:9px;padding:10px 12px}.rk-page .rk-hbox .kw{font-size:12px;font-weight:700;color:#1e293b;margin-bottom:6px}.rk-page .rk-spark{display:flex;align-items:flex-end;gap:2px;height:38px;margin-bottom:5px}.rk-page .rk-spark i{flex:1;background:#bfdbfe;border-radius:2px 2px 0 0;min-height:2px}.rk-page .rk-spark i.last{background:#2563eb}.rk-page .rk-del{border:1px solid #fecaca;background:#fff;color:#dc2626;border-radius:7px;padding:5px 11px;font-size:11.5px;font-weight:600;cursor:pointer;font-family:inherit}.rk-page .rk-del:hover{background:#fef2f2}.rk-page .rk-search{padding:7px 11px;border:1px solid #e2e8f0;border-radius:8px;font-size:12px;min-width:170px;font-family:inherit}.rk-page .rk-tbl-wrap{overflow:auto}@media (max-width:768px){.rk-page{padding:14px 0 32px}.rk-page .rk-ch,.rk-page .rk-quota{flex-wrap:wrap}.rk-page .rk-search{min-width:0;flex:1 1 140px}.rk-page .rk-name{max-width:180px}.rk-page #rk-view-daily table.rk-t{min-width:640px}.rk-page .rk-chip{white-space:nowrap}}.kf-page{--primary:#ff6b00;--primary-dark:#cc5600;--accent:#f97316;--navy:#1e3a8a;--gray:#64748b;--green:#10b981;--red:#ef4444;--blue:#38bdf8;--bg:#f8fafc;--bg-card:#ffffff;--bg-card2:#f1f5f9;--border:rgba(0,0,0,.08);--border-strong:rgba(0,0,0,.14);--text:#0f172a;--text-muted:#475569;--text-dim:#94a3b8;--radius:12px;--radius-sm:8px;padding:26px 0 60px;color:var(--text)}.kf-page *,.kf-page *:before,.kf-page *:after{box-sizing:border-box}.kf-page .mkk-page-head{margin-bottom:18px;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.kf-page .kf-asof{font-size:11.5px;color:#94a3b8;white-space:nowrap;display:flex;align-items:center;gap:6px;padding-top:4px}.kf-page .kf-asof i{width:7px;height:7px;border-radius:50%;background:#f97316;display:inline-block}.kf-page .mkk-page-title{font-size:20px;font-weight:800;letter-spacing:-.02em;color:var(--text);margin:0}.kf-page .mkk-notes{margin-top:6px;font-size:12.5px;line-height:1.7}.kf-page .mkk-notes .n1{color:#475569}.kf-page .mkk-notes .n2{color:#94a3b8}.kf-page .card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:20px 22px;margin-bottom:16px}.kf-page .card-title{font-size:14.5px;font-weight:800;margin-bottom:4px}.kf-page .card-sub{font-size:11.5px;color:var(--text-dim);margin-bottom:14px}.kf-page .search-row{display:flex;gap:10px;margin-bottom:18px}.kf-page .search-row input{flex:1;max-width:560px;padding:13px 16px;border:1.5px solid var(--border-strong);border-radius:10px;font-size:14px;outline:none;background:#fff;font-family:inherit}.kf-page .search-row input:focus{border-color:var(--accent)}.kf-page .btn{padding:12px 22px;border:none;border-radius:10px;font-size:14px;font-weight:800;cursor:pointer;font-family:inherit}.kf-page .btn-primary{background:var(--accent);color:#fff}.kf-page .btn-primary:disabled{opacity:.55;cursor:default}.kf-page .btn-ghost{background:#fff;border:1px solid var(--border-strong);color:var(--text-muted);font-weight:700}.kf-page .layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:16px;align-items:start}.kf-page .layout>div,.kf-page .duo-row>.card,.kf-page .card{min-width:0}@media (max-width:1100px){.kf-page .layout{grid-template-columns:minmax(0,1fr)}}.kf-page .stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-bottom:16px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.kf-page .stat{background:#fff;border:0;border-right:1px solid #eef2f7;border-radius:0;padding:18px 18px 16px;min-width:0}.kf-page .stat:last-child{border-right:0}.kf-page .stat .k{font-size:12.5px;color:#475569;font-weight:600;margin-bottom:8px;white-space:nowrap}.kf-page .stat .v{font-size:22px;font-weight:800;letter-spacing:-.01em;font-variant-numeric:tabular-nums;white-space:nowrap}.kf-page .stat .v.orange{color:var(--accent)}.kf-page .stat .v.navy{color:var(--navy)}.kf-page .dev-bar{height:14px;border-radius:7px;overflow:hidden;display:flex;background:var(--bg-card2)}.kf-page .dev-bar .pc{background:var(--navy)}.kf-page .dev-bar .mo{background:var(--accent)}.kf-page .legend{display:flex;gap:16px;font-size:11.5px;color:var(--text-muted);margin-top:7px}.kf-page .legend b{color:var(--text)}.kf-page .dot{display:inline-block;width:8px;height:8px;border-radius:3px;margin-right:5px;vertical-align:1px}.kf-page .trend-wrap{display:flex;align-items:flex-end;gap:6px;height:90px;margin-top:6px}.kf-page .trend-col{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px}.kf-page .trend-bar{width:100%;max-width:34px;background:var(--accent);border-radius:4px 4px 0 0;opacity:.85}.kf-page .trend-lab{font-size:9.5px;color:var(--text-dim);white-space:nowrap}.kf-page table.kwt{width:100%;border-collapse:collapse;font-size:12.5px}.kf-page table.kwt th{padding:9px 8px;text-align:right;color:var(--text-muted);font-weight:600;font-size:11.5px;border-bottom:2px solid var(--border);white-space:nowrap;cursor:pointer;user-select:none}.kf-page table.kwt th:first-child{text-align:left}.kf-page table.kwt td{padding:9px 8px;text-align:right;border-bottom:1px solid var(--border);white-space:nowrap}.kf-page table.kwt td:first-child{text-align:left;font-weight:600}.kf-page table.kwt tr:hover td{background:#f8fafc}.kf-page .comp-badge{display:inline-block;padding:2px 9px;border-radius:10px;font-size:11px;font-weight:700}.kf-page .comp-낮음{background:#e6f4ea;color:#137333}.kf-page .comp-중간{background:#fef3c7;color:#b45309}.kf-page .comp-높음{background:#fee2e2;color:#b91c1c}.kf-page .pick-btn{background:#fff;border:1px solid var(--border-strong);border-radius:7px;padding:4px 10px;font-size:11px;font-weight:700;color:var(--accent);cursor:pointer;font-family:inherit}.kf-page .pick-btn:hover{background:#fff7ed;border-color:var(--accent)}.kf-page .pick-btn.on{background:var(--accent);color:#fff;border-color:var(--accent)}.kf-page .chips{display:flex;flex-wrap:wrap;gap:8px}.kf-page .kchip{display:inline-flex;align-items:center;gap:7px;background:#fff7ed;border:1px solid #fed7aa;border-radius:18px;padding:6px 12px;font-size:12px;font-weight:700;color:#c2410c}.kf-page .kchip small{font-weight:600;color:#f97316}.kf-page .kchip .x{cursor:pointer;color:#fdba74;font-weight:800}.kf-page .kchip .x:hover{color:#c2410c}.kf-page .hist-row{display:flex;align-items:center;gap:8px;padding:8px 2px;border-bottom:1px solid var(--border);font-size:12px}.kf-page .hist-row .kw{font-weight:700;cursor:pointer;color:var(--text)}.kf-page .hist-row .kw:hover{color:var(--accent)}.kf-page .hist-row .meta{color:var(--text-dim);font-size:11px;margin-left:auto;white-space:nowrap}.kf-page .hist-row .del{cursor:pointer;color:var(--text-dim);font-weight:800;padding:0 4px}.kf-page .hist-row .del:hover{color:var(--red)}.kf-page .spin{display:inline-block;width:16px;height:16px;border:2.5px solid #fde4cf;border-top-color:var(--accent);border-radius:50%;animation:kfspin .8s linear infinite;vertical-align:middle}@keyframes kfspin{to{transform:rotate(360deg)}}.kf-page .empty{font-size:12.5px;color:var(--text-dim);padding:14px 0}.kf-page .trend-topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.kf-page .period-btns{display:flex;gap:6px}.kf-page .period-btn{padding:5px 12px;background:var(--bg-card2);border:1px solid var(--border-strong);border-radius:6px;font-size:12px;font-weight:600;color:var(--text-dim);cursor:pointer;font-family:inherit}.kf-page .period-btn.active,.kf-page .period-btn:hover{background:var(--accent);color:#fff;border-color:var(--accent)}.kf-page .trend-stats{display:flex;gap:28px;flex-wrap:wrap;margin-bottom:12px;padding:13px 16px;background:var(--bg-card2);border-radius:10px}.kf-page .trend-stat{display:flex;flex-direction:column;gap:3px}.kf-page .trend-stat-label{font-size:11px;color:var(--text-dim)}.kf-page .trend-stat-value{font-size:16px;font-weight:800;color:var(--text)}.kf-page .trend-chart-wrap{position:relative;height:210px}.kf-page .trend-loading{text-align:center;padding:40px;color:var(--text-dim);font-size:13px}.kf-page .duo-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px;align-items:start}@media (max-width:1350px){.kf-page .duo-row{grid-template-columns:minmax(0,1fr)}}.kf-page th .sarw{font-size:9px;color:var(--text-dim);margin-left:2px}.kf-page th.sorted .sarw{color:var(--accent)}.kf-page .pgbtn{min-width:32px;height:32px;padding:0 9px;background:#fff;border:1px solid var(--border-strong);border-radius:8px;font-size:12.5px;font-weight:700;color:var(--text-muted);cursor:pointer;font-family:inherit}.kf-page .pgbtn:hover:not(:disabled){border-color:var(--accent);color:var(--accent)}.kf-page .pgbtn.cur{background:var(--accent);border-color:var(--accent);color:#fff}.kf-page .pgbtn:disabled{opacity:.4;cursor:default}.kf-page .rel-filter{width:220px;padding:8px 12px;border:1px solid var(--border-strong);border-radius:8px;font-size:12.5px;margin-bottom:10px;outline:none;font-family:inherit}.kf-page .tbl-x{overflow-x:auto}@media (max-width:768px){.kf-page{padding:14px 0 32px}.kf-page .search-row{flex-wrap:wrap}.kf-page .search-row input{max-width:none;flex:1 1 200px}.kf-page .stat-grid{grid-template-columns:repeat(2,1fr)}.kf-page .stat{border-bottom:1px solid #eef2f7}.kf-page .sum-two{grid-template-columns:1fr!important}.kf-page .trend-topbar{flex-wrap:wrap;gap:8px}.kf-page .trend-stats{gap:14px}.kf-page .rel-filter{width:100%}}.wt-page{--bg:#f8fafc;--surface:#ffffff;--surface2:#f1f5f9;--border:#e2e8f0;--accent:#f97316;--accent-hover:#ea580c;--text:#0f172a;--muted:#64748b;--success:#10b981;--danger:#ef4444;--blue:#38bdf8;--navy:#4a7cc9;--accent-light:rgba(249,115,22,.06);padding:24px 0;color:var(--text)}.wt-page *,.wt-page *:before,.wt-page *:after{box-sizing:border-box}@keyframes wtFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes mkkbar{0%{left:-40%}to{left:100%}}.wt-page .plan-badge{padding:5px 12px;border-radius:20px;font-size:11px;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.wt-page .plan-starter{background:#3b82f626;color:var(--blue);border:1px solid rgba(59,130,246,.3)}.wt-page .plan-pro{background:#ff6b3526;color:var(--accent);border:1px solid rgba(255,107,53,.3)}.wt-page .plan-none{background:#6b728026;color:var(--muted);border:1px solid rgba(107,114,128,.3)}.wt-page .btn-sm{padding:8px 16px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;transition:all .2s}.wt-page .btn-ghost{background:transparent;border:1px solid var(--border);color:var(--muted)}.wt-page .btn-ghost:hover{border-color:var(--accent);color:var(--accent);background:#ff6b350d}.wt-page .btn-primary{background:var(--accent);border:none;color:#fff;box-shadow:0 4px 12px #ff6b3540}.wt-page .btn-primary:hover{background:var(--accent-hover);transform:translateY(-1px)}.wt-page .main{margin-left:0;padding:24px 32px;max-width:none}.wt-page .success-banner{background:#10b9811a;border:1px solid rgba(16,185,129,.3);border-radius:14px;padding:16px 24px;margin-bottom:28px;display:flex;align-items:center;gap:12px;font-size:14px;color:var(--success);font-weight:600}.wt-page .sub-info-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:20px 24px;margin-bottom:28px;display:flex;align-items:center;justify-content:space-between}.wt-page .sub-info-left{display:flex;align-items:center;gap:16px}.wt-page .sub-info-text{font-size:13px;color:var(--muted);line-height:1.5}.wt-page .sub-info-text strong{color:var(--text);font-size:14px;font-weight:700}.wt-page .url-bar{display:flex;gap:12px;margin-bottom:32px}.wt-page .url-input{flex:1;padding:14px 18px;background:var(--surface);border:1px solid var(--border);border-radius:12px;color:var(--text);font-size:14px;font-family:inherit;outline:none;transition:all .25s}.wt-page .url-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #6366f11f}.wt-page .url-input::placeholder{color:var(--muted)}.wt-page .summary-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:22px 28px;box-shadow:0 4px 20px #00000005;transition:all .25s}.wt-page .summary-card:hover{transform:translateY(-2px);border-color:#6366f140}.wt-page .summary-label{font-size:12px;color:var(--muted);font-weight:600;text-transform:uppercase;letter-spacing:.06em}.wt-page .summary-value{font-size:30px;font-weight:800;margin-top:8px;font-family:JetBrains Mono,monospace}.wt-page .tracking-table-wrap{background:var(--surface);border:1px solid var(--border);border-radius:14px;overflow:hidden;box-shadow:0 4px 20px #0000000d}.wt-page .tracking-table{width:100%;border-collapse:collapse}.wt-page .tracking-table thead th{padding:13px 18px;text-align:center;font-size:11px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;background:var(--surface2);border-bottom:2px solid var(--border);white-space:nowrap}.wt-page .tracking-table thead th:first-child{text-align:left;padding-left:24px}.wt-page .tracking-table tbody tr{border-bottom:1px solid var(--border);transition:background .12s;cursor:pointer}.wt-page .tracking-table tbody tr:last-child{border-bottom:none}.wt-page .tracking-table tbody tr:hover{background:var(--surface2)}.wt-page .prod-cell{padding:16px 24px;font-size:13px;font-weight:600;color:var(--text);max-width:380px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wt-page .latest-cell{padding:16px 18px;text-align:center;font-size:15px;font-weight:800;color:var(--accent);letter-spacing:-.3px}.wt-page .num-cell{padding:16px 18px;text-align:center;font-size:14px;font-weight:500;color:var(--muted)}.wt-page .btn-del{background:transparent;border:1px solid transparent;color:var(--muted);border-radius:6px;padding:6px 12px;cursor:pointer;font-size:12px;font-weight:600;transition:all .2s}.wt-page .btn-del:hover{border-color:#ef44444d;color:var(--danger);background:#ef44440f}.wt-page .empty-state{text-align:center;padding:80px 0;color:var(--muted)}.wt-page .empty-icon{font-size:46px;margin-bottom:16px;opacity:.6}.wt-page .empty-state p{font-size:14px;font-weight:500}.wt-page .toast{position:fixed;bottom:32px;right:32px;background:var(--surface2);border:1px solid var(--border);border-radius:12px;padding:14px 24px;font-size:13px;font-weight:600;z-index:9999;transform:translateY(100px);opacity:0;transition:all .3s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 10px 30px #0000004d}.wt-page .toast.show{transform:translateY(0);opacity:1}.wt-page .toast.success{border-color:var(--success);color:var(--success);background:#10b9810f}.wt-page .toast.error{border-color:var(--danger);color:var(--danger);background:#ef44440f}.wt-page .mk-tooltip-container{position:relative;display:inline-flex;align-items:center}.wt-page .mk-tooltip-icon{display:inline-flex;align-items:center;justify-content:center;width:15px;height:15px;border-radius:50%;background:var(--surface2);border:1px solid var(--border);color:var(--muted);font-size:10px;font-weight:700;margin-left:6px;cursor:help;transition:all .2s}.wt-page .mk-tooltip-icon:hover{background:var(--accent);color:#fff;border-color:var(--accent)}.wt-page .mk-tooltip-box{position:absolute;bottom:130%;left:50%;transform:translate(-50%) translateY(4px);width:290px;background:var(--surface);border:1px solid var(--border);color:var(--text);padding:10px 14px;border-radius:8px;font-size:12px;font-weight:500;line-height:1.55;box-shadow:0 10px 25px #00000014;opacity:0;pointer-events:none;transition:all .2s cubic-bezier(.25,.8,.25,1);z-index:1000;text-align:left;white-space:normal;word-break:keep-all}.wt-page .mk-tooltip-box:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border-width:5px;border-style:solid;border-color:var(--surface) transparent transparent transparent}.wt-page .mk-tooltip-container:hover .mk-tooltip-box{opacity:1;pointer-events:auto;transform:translate(-50%) translateY(0)}.wt-page .mode-switcher{display:flex;gap:6px;margin-bottom:28px;background:var(--surface2);border-radius:14px;padding:5px;width:fit-content}.wt-page .mode-btn{padding:10px 22px;border-radius:10px;font-size:14px;font-weight:700;border:none;cursor:pointer;font-family:inherit;transition:all .2s;color:var(--muted);background:transparent}.wt-page .mode-btn.active{background:var(--surface);color:var(--accent);box-shadow:0 2px 10px #00000014}.wt-page .mode-btn:hover:not(.active){color:var(--text)}.wt-page .analysis-url-bar{display:flex;gap:12px;margin-bottom:32px}.wt-page .analysis-url-bar .url-input{flex:1}.wt-page .product-hero{display:grid;grid-template-columns:180px 1fr;gap:28px;background:var(--surface);border:1px solid var(--border);border-radius:18px;padding:28px;margin-bottom:24px;box-shadow:0 8px 30px #00000008}.wt-page .hero-img{width:180px;height:180px;border-radius:12px;object-fit:cover;background:var(--surface2);border:1px solid var(--border)}.wt-page .hero-info{display:flex;flex-direction:column;gap:10px}.wt-page .hero-name{font-size:18px;font-weight:800;line-height:1.4;color:var(--text)}.wt-page .hero-meta{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.wt-page .hero-badge{padding:4px 12px;border-radius:20px;font-size:12px;font-weight:700}.wt-page .badge-rocket-h{background:#3b82f61f;color:#3b82f6;border:1px solid rgba(59,130,246,.25)}.wt-page .badge-1p{background:#ef44441a;color:#ef4444;border:1px solid rgba(239,68,68,.2)}.wt-page .badge-3p{background:#6b72801a;color:var(--muted);border:1px solid var(--border)}.wt-page .badge-soldout-h{background:#6b728026;color:var(--muted);border:1px solid var(--border)}.wt-page .hero-cat{font-size:12px;color:var(--muted);font-weight:500}.wt-page .hero-cat span{color:var(--accent);font-weight:700}.wt-page .kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}.wt-page .kpi-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:20px 22px;transition:all .2s}.wt-page .kpi-card:hover{transform:translateY(-2px);border-color:#6366f140}.wt-page .kpi-label{font-size:11px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.07em;margin-bottom:8px}.wt-page .kpi-value{font-size:26px;font-weight:700;font-family:Outfit,sans-serif;letter-spacing:-.01em}.wt-page .kpi-sub{font-size:11px;color:var(--muted);margin-top:4px}.wt-page .tag-good{background:#10b9811f;color:var(--success)}.wt-page .tag-warn{background:#f59e0b1f;color:#f59e0b}.wt-page .analysis-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:24px}.wt-page .analysis-grid.full{grid-template-columns:1fr}.wt-page .acard{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:22px 24px;box-shadow:0 4px 16px #00000005}.wt-page .acard-title{font-size:14px;font-weight:800;color:var(--text);margin-bottom:16px;display:flex;align-items:center;gap:7px}.wt-page .rating-hero{display:flex;align-items:center;gap:20px;margin-bottom:18px}.wt-page .rating-big{font-size:42px;font-weight:900;font-family:JetBrains Mono,monospace;color:var(--text)}.wt-page .rating-stars{color:#f59e0b;font-size:20px;letter-spacing:2px}.wt-page .rating-count{font-size:13px;color:var(--muted);margin-top:4px}.wt-page .star-bar{display:flex;align-items:center;gap:10px;margin-bottom:8px}.wt-page .star-label{font-size:11px;color:var(--muted);min-width:28px;text-align:right}.wt-page .star-bar-wrap{flex:1;height:7px;background:var(--surface2);border-radius:4px;overflow:hidden}.wt-page .star-bar-fill{height:100%;border-radius:4px;background:#f59e0b;transition:width .6s}.wt-page .star-num{font-size:11px;color:var(--muted);min-width:40px;text-align:right;font-family:JetBrains Mono,monospace}.wt-page .opt-table{width:100%;border-collapse:collapse;font-size:13px}.wt-page .opt-table th{padding:10px 14px;text-align:left;font-size:10px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.07em;border-bottom:1px solid var(--border);background:var(--surface2)}.wt-page .opt-table td{padding:12px 14px;border-bottom:1px solid var(--border);vertical-align:middle}.wt-page .opt-table tr:last-child td{border-bottom:none}.wt-page .opt-table tr:hover td{background:var(--surface2)}.wt-page .opt-name{font-weight:600;color:var(--text);max-width:260px}.wt-page .opt-price{font-family:JetBrains Mono,monospace;font-weight:700}.wt-page .opt-stock{font-family:JetBrains Mono,monospace}.wt-page .opt-soldout{color:var(--danger);font-size:11px;font-weight:700}.wt-page .meta-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.wt-page .meta-key{font-size:11px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px}.wt-page .meta-val{font-size:13px;font-weight:600;color:var(--text);word-break:break-all}.wt-page .analysis-empty{text-align:center;padding:60px 0;color:var(--muted)}.wt-page .analysis-empty .empty-icon{font-size:52px;margin-bottom:16px;opacity:.5}.wt-page .analysis-empty p{font-size:14px;line-height:1.7;max-width:440px;margin:0 auto}.wt-page .analysis-error{background:#ef44440f;border:1px solid rgba(239,68,68,.2);border-radius:14px;padding:24px;text-align:center;color:var(--danger);font-size:14px;font-weight:600}.wt-page .analysis-loading{background:var(--surface);border:1px solid var(--border);border-radius:18px;padding:32px}.wt-page .tracking-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:14px;margin-bottom:20px}.wt-page .tracking-card{background:var(--surface);border:1.5px solid var(--border);border-radius:14px;padding:16px;cursor:pointer;transition:border-color .2s,box-shadow .2s,transform .15s}.wt-page .tracking-card:hover{border-color:var(--accent);box-shadow:0 4px 16px #f973162e;transform:translateY(-2px)}.wt-page .tracking-card.selected{border-color:var(--accent);box-shadow:0 4px 20px #f9731647}.wt-page .tcard-name{font-size:13px;font-weight:600;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:6px}.wt-page .tcard-meta{font-size:11px;color:var(--muted);margin-bottom:10px;display:flex;gap:6px;align-items:center}.wt-page .tcard-stats{display:flex;gap:12px;margin-bottom:12px}.wt-page .tcard-stat{display:flex;flex-direction:column;align-items:center;gap:2px}.wt-page .tcard-stat-val{font-size:18px;font-weight:800}.wt-page .tcard-stat-lbl{font-size:10px;color:var(--muted)}.wt-page .tcard-actions{display:flex;gap:6px;justify-content:flex-end}.wt-page .history-panel{background:var(--surface);border:1.5px solid var(--border);border-radius:16px;padding:24px;animation:wtFadeIn .25s ease}.wt-page .event-row{display:flex;gap:10px;padding:8px 0;border-bottom:1px solid var(--border);align-items:center;font-size:12px}.wt-page .event-icon{font-size:16px;flex-shrink:0}.wt-page .event-date{color:var(--muted);min-width:80px}.wt-page .event-msg{color:var(--text)}.wt-page .section-label{font-size:12px;font-weight:700;color:var(--navy);text-transform:uppercase;letter-spacing:.05em;margin:20px 0 8px;padding-left:8px;border-left:3px solid var(--navy)}.wt-page .badge-rocket-h{background:#f973161f!important;color:#f97316!important;border:1px solid rgba(249,115,22,.3)!important}.wt-page .badge-1p{background:#4a7cc91f!important;color:var(--navy)!important;border:1px solid rgba(74,124,201,.3)!important}.wt-page .badge-3p{background:#38bdf81f!important;color:var(--blue)!important;border:1px solid rgba(56,189,248,.3)!important}.wt-page .main{margin-left:0;padding:0;max-width:none}.wt-page .orange{color:var(--accent)}.wt-page .green{color:var(--success)}.wt-page .blue{color:var(--blue)}.wt-page .navy{color:var(--navy)}.wt-page .gray{color:#94a3b8}.wt-page .track-view-btn-on{background:var(--accent);color:#fff}.wt-page .track-view-btn-off{background:transparent;color:var(--muted)}@media (max-width:768px){.wt-page{padding:14px 0 32px}.wt-page .product-hero{grid-template-columns:1fr}.wt-page .hero-img{width:120px;height:120px}.wt-page .kpi-grid,.wt-page .analysis-grid,.wt-page .meta-grid,.wt-page .dm-cards,.wt-page .dm-two{grid-template-columns:1fr!important}.wt-page .url-bar,.wt-page .analysis-url-bar{flex-wrap:wrap}.wt-page .track-head{flex-wrap:wrap;gap:8px}.wt-page .summary-grid{grid-template-columns:1fr!important}.wt-page .tracking-table-wrap{overflow-x:auto}.wt-page .dm-sim-grid{grid-template-columns:1fr!important}.wt-page .hero-name{font-size:15px}}.si-page{padding:28px 0 40px;color:#1e293b;font-family:Pretendard,-apple-system,sans-serif}.si-page *,.si-page *:before,.si-page *:after{box-sizing:border-box}.si-page .mkk-page-head{margin-bottom:18px;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.si-page .si-asof{font-size:11.5px;color:#94a3b8;white-space:nowrap;display:flex;align-items:center;gap:6px;padding-top:4px}.si-page .si-asof i{width:7px;height:7px;border-radius:50%;background:#f97316;display:inline-block}.si-page .mkk-page-title{font-size:20px;font-weight:800;letter-spacing:-.02em;color:#0f172a;margin:0}.si-page .mkk-notes{margin-top:6px;font-size:12.5px;line-height:1.7}.si-page .mkk-notes .n1{color:#475569}.si-page .mkk-notes .n2{color:#94a3b8}.si-page .si-heatmap-wrap{background:#fff;border-radius:16px;box-shadow:0 2px 12px #0000000f;padding:20px 24px;margin-bottom:18px}.si-page .si-heatmap-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.si-page .si-heatmap-title{font-size:14px;font-weight:800;color:#1e293b}.si-page .si-heatmap-sub{font-size:11px;color:#94a3b8;margin-left:6px}.si-page .si-hm-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(155px,1fr));gap:10px}.si-page .si-controls{background:#fff;border-radius:14px;padding:18px 22px;box-shadow:0 1px 8px #0000000f;display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-bottom:22px}.si-page .si-ctrl-group{display:flex;align-items:center;gap:8px}.si-page .si-ctrl-label{font-size:12px;font-weight:700;color:#64748b;white-space:nowrap}.si-page .si-select{border:1.5px solid #e2e8f0;border-radius:8px;padding:7px 32px 7px 12px;font-size:13px;font-weight:600;color:#1e293b;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24'%3E%3Cpath fill='%2394a3b8' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") no-repeat right 8px center;appearance:none;cursor:pointer;transition:border-color .15s;min-width:130px;font-family:inherit}.si-page .si-select:focus{outline:none;border-color:#f97316}.si-page .si-period-btns{display:flex;gap:4px}.si-page .si-period-btn{border:1.5px solid #e2e8f0;border-radius:7px;padding:6px 14px;font-size:12px;font-weight:700;color:#64748b;background:#fff;cursor:pointer;transition:all .15s;font-family:inherit}.si-page .si-period-btn:hover{border-color:#f97316;color:#f97316}.si-page .si-period-btn.active{background:#f97316;border-color:#f97316;color:#fff}.si-page .si-divider{width:1px;height:28px;background:#e2e8f0;flex-shrink:0}.si-page .si-panels{display:grid;grid-template-columns:300px minmax(0,1fr);gap:18px;align-items:start}.si-page .si-panels>div{min-width:0}.si-page .si-rank-panel{background:#fff;border-radius:14px;box-shadow:0 1px 8px #0000000f;overflow:hidden}.si-page .si-panel-head{padding:16px 20px 12px;border-bottom:1px solid #f1f5f9;display:flex;align-items:center;justify-content:space-between}.si-page .si-panel-title{font-size:14px;font-weight:800;color:#1e293b}.si-page .si-panel-sub{font-size:11px;color:#94a3b8;font-weight:500}.si-page .si-rank-list{padding:8px 0;max-height:calc(100vh - 280px);overflow-y:auto}.si-page .si-rank-list::-webkit-scrollbar{width:4px}.si-page .si-rank-list::-webkit-scrollbar-track{background:transparent}.si-page .si-rank-list::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:4px}.si-page .si-rank-item{display:flex;align-items:center;padding:9px 16px;cursor:pointer;transition:all .15s;border-left:3px solid transparent;gap:10px}.si-page .si-rank-item:hover{background:#fafafa}.si-page .si-rank-item.selected{background:#fff7ed;border-left-color:var(--item-color,#f97316)}.si-page .si-rank-num{font-size:12px;font-weight:800;color:#94a3b8;min-width:24px;text-align:right}.si-page .si-rank-num.top3{color:#f97316;font-size:13px}.si-page .si-rank-kw{flex:1;font-size:13.5px;font-weight:600;color:#1e293b;display:inline-flex;align-items:center;gap:2px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.si-page .si-rank-dot{width:10px;height:10px;border-radius:50%;opacity:0;flex-shrink:0;transition:opacity .2s}.si-page .si-rank-item.selected .si-rank-dot{opacity:1}.si-page .si-rank-add-btn{font-size:10px;font-weight:700;padding:3px 7px;border-radius:5px;border:1.5px solid #e2e8f0;background:#fff;color:#94a3b8;cursor:pointer;transition:all .15s;white-space:nowrap;font-family:inherit}.si-page .si-rank-item:hover .si-rank-add-btn{border-color:#f97316;color:#f97316}.si-page .si-rank-item.selected .si-rank-add-btn{background:var(--item-color,#f97316);border-color:var(--item-color,#f97316);color:#fff}.si-page .si-rank-loading{display:flex;align-items:center;justify-content:center;padding:40px;gap:10px;color:#94a3b8;font-size:13px}.si-page .si-spinner{width:18px;height:18px;border:2px solid #e2e8f0;border-top-color:#f97316;border-radius:50%;animation:si-spin .7s linear infinite}@keyframes si-spin{to{transform:rotate(360deg)}}.si-page .si-chart-panel{background:#fff;border-radius:14px;box-shadow:0 1px 8px #0000000f;overflow:hidden}.si-page .si-chart-head{padding:16px 20px 12px;border-bottom:1px solid #f1f5f9;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px}.si-page .si-selected-chips{display:flex;gap:6px;flex-wrap:wrap}.si-page .si-chip{display:flex;align-items:center;gap:4px;padding:3px 8px 3px 10px;border-radius:20px;font-size:11px;font-weight:700;color:#fff;cursor:pointer;transition:opacity .15s}.si-page .si-chip:hover{opacity:.85}.si-page .si-chip-x{font-size:12px;opacity:.8}.si-page .si-chart-body{padding:20px;min-height:380px;position:relative}.si-page .si-chart-empty{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:#94a3b8}.si-page .si-chart-empty-icon{font-size:40px;opacity:.4}.si-page .si-chart-empty-text{font-size:14px;font-weight:600}.si-page .si-chart-empty-sub{font-size:12px}.si-page .si-chart-wrap canvas{width:100%!important}.si-page .si-kw-input{border:1.5px solid #e2e8f0;border-radius:8px;padding:5px 10px;font-size:12px;font-weight:500;color:#1e293b;width:150px;outline:none;font-family:inherit}.si-page .si-kw-input:focus{border-color:#f97316}.si-page .si-kw-add{border:1.5px solid #f97316;border-radius:8px;padding:5px 12px;font-size:12px;font-weight:700;color:#f97316;background:#fff;cursor:pointer;font-family:inherit;transition:all .15s}.si-page .si-kw-add:hover{background:#f97316;color:#fff}.si-page .si-num-input{border:1px solid #e2e8f0;border-radius:6px;padding:2px 6px;text-align:center;font-family:inherit}@media (max-width:768px){.si-page{padding:16px 0 40px}.si-page .si-panels{grid-template-columns:minmax(0,1fr)}.si-page .si-heatmap-wrap,.si-page .si-controls{padding:14px 16px}.si-page .si-rank-list{max-height:420px}.si-page .si-chart-body{padding:14px;min-height:300px}}.si-page #sourcingCalendar button,.si-page #sourcingCalendar span{white-space:nowrap}@media (max-width:768px){.si-page .si-chart-wrap canvas{min-height:240px}.si-page .si-chart-head>div:last-child{align-items:flex-start;width:100%}}.mg-page{--accent:#ff6b35;--accent2:#ffa500;--blue:#2979e8;--green:#18a85a;--red:#e03e2d;--yellow:#c9900a;--text:#1a1d27;--muted:#7a8299;--border:#e0e4ed;--surface:#fff;--card-radius:12px;padding:24px 0;color:var(--text);font-family:Inter,Noto Sans KR,-apple-system,Apple SD Gothic Neo,sans-serif;word-break:keep-all}.mg-page *,.mg-page *:before,.mg-page *:after{box-sizing:border-box}.mg-page .section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;min-height:50px}.mg-page .section-title{font-size:18px;font-weight:700;min-height:22px}.mg-page .section-sub{font-size:13px;color:var(--muted);margin-top:2px}.mg-page .mg-asof{font-size:11.5px;color:#94a3b8;white-space:nowrap;display:flex;align-items:center;gap:6px}.mg-page .mg-asof i{width:7px;height:7px;border-radius:50%;background:#f97316;display:inline-block}.mg-page .btn{padding:8px 16px;border-radius:8px;border:none;cursor:pointer;font-family:Inter,Noto Sans KR,-apple-system,sans-serif;font-size:13px;font-weight:600;transition:all .2s;display:flex;align-items:center;gap:6px}.mg-page .btn-primary{background:var(--accent);color:#fff}.mg-page .btn-primary:hover{background:#e55a25;transform:translateY(-1px)}.mg-page .btn-ghost{background:transparent;color:var(--muted);border:1px solid var(--border)}.mg-page .btn-ghost:hover{color:var(--text);border-color:var(--accent);background:#fff8f5}.mg-page .btn-sm{padding:6px 12px;font-size:12px}.mg-page .card{background:var(--surface);border:1px solid rgba(224,228,237,.5);border-radius:16px;padding:24px;box-shadow:0 4px 20px -2px #00000008;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s ease}.mg-page .card:hover{transform:translateY(-5px);box-shadow:0 12px 30px -4px #00000014}.mg-page .card-title{font-size:14px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px;display:flex;align-items:center;gap:8px}.mg-page .grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.mg-page .grid-2 .card>div:first-child[style*="align-items:center"]{gap:0!important}.mg-page .table-wrap{overflow-x:auto;border-radius:var(--card-radius);border:1px solid var(--border)}.mg-page table{width:100%;border-collapse:collapse;font-size:13px}.mg-page th{background:#f7f9fc;color:var(--muted);font-weight:600;font-size:11px;text-transform:uppercase;letter-spacing:.5px;padding:10px 14px;text-align:left;white-space:nowrap;position:sticky;top:0;border-bottom:1px solid var(--border)}.mg-page td{padding:10px 14px;border-top:1px solid var(--border);vertical-align:middle}.mg-page tr:hover td{background:#fafbfe}.mg-page .number{font-family:Inter,-apple-system,sans-serif;font-variant-numeric:tabular-nums;letter-spacing:-.3px}.mg-page .badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:20px;font-size:11px;font-weight:600}.mg-page .empty{text-align:center;padding:60px 20px}.mg-page .empty-icon{font-size:48px;margin-bottom:16px;opacity:.5}.mg-page .empty-text{color:var(--muted);font-size:14px}.mg-page input[type=number]{-moz-appearance:textfield}.mg-page input,.mg-page button{font-family:inherit}.mg-page .mkk-size-btn{background:#fff7ed;border:1px solid #fed7aa;color:#1e3a8a;padding:6px 12px;border-radius:6px;font-size:11px;font-weight:700;cursor:pointer;transition:all .2s ease;user-select:none;height:38px;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center}.mg-page .mkk-size-btn:hover{border-color:#f97316;color:#f97316;background:#ffedd5}.mg-page .mkk-size-btn.active{background:#f97316;border-color:#f97316;color:#fff;box-shadow:0 0 8px #f9731666}.mg-page .mg-input{height:36px;padding:0 10px;background:#fff;border:1px solid #fed7aa;border-radius:6px;color:#1e293b;font-size:12px;box-sizing:border-box;transition:border-color .2s;width:100%}.mg-page .mg-input:focus{outline:none;border-color:#f97316}.mg-page .mg-input.center{padding:0;text-align:center}.mg-page .mg-input.blue{border-color:#bfdbfe}.mg-page .mg-url{flex:1;height:40px;padding:0 14px;background:#fff;border:1px solid #fed7aa;border-radius:8px;color:#1e293b;font-size:13px;box-sizing:border-box;transition:border-color .2s;min-width:0}.mg-page .mg-url:focus{outline:none;border-color:#f97316}.mg-page .mg-box{background:#fff;border:1px solid rgba(249,115,22,.3);padding:12px 14px;border-radius:10px;display:flex;flex-direction:column;gap:10px}.mg-page .mg-box-title{font-size:12px;font-weight:700;color:#c2410c;display:flex;align-items:center;gap:6px;border-bottom:1px solid rgba(249,115,22,.2);padding-bottom:6px}.mg-page .mg-label{color:#1e3a8a;font-weight:600;font-size:11px}.mg-page .mg-col{display:flex;flex-direction:column;gap:4px}.mg-page .mg-rep-cell{background:#f9fafb;border:1px solid rgba(249,115,22,.25);padding:14px;border-radius:10px;text-align:center}.mg-page .mg-rep-cell .k{font-size:10px;color:#94a3b8;margin-bottom:6px;font-weight:600;letter-spacing:.3px}.mg-page .mg-rep-cell .k.tight{margin-bottom:2px}.mg-page .mg-rep-cell .sub{font-size:9px;color:#38bdf8;margin-bottom:4px;font-weight:700}.mg-page .mg-rep-cell strong{font-size:18px;color:#1e3a8a;font-weight:800;font-family:JetBrains Mono,monospace}.mg-page .mg-rep-cell.hi{background:#f973161a;border-color:#f9731659}.mg-page .mg-rep-cell.hi .k{color:#c2410c;font-weight:700}.mg-page .mg-pg{border:1px solid rgba(249,115,22,.35);background:#fff;cursor:pointer;border-radius:7px;min-width:32px;height:32px;font-size:12px;font-weight:700;transition:all .15s;color:#f97316}.mg-page .mg-pg.cur{background:#f97316;color:#fff;border-color:#f97316}.mg-page .mg-pg.dis{opacity:.4;cursor:default}.mg-page .mg-del{background:none;border:1px solid rgba(239,68,68,.4);color:#ef4444;cursor:pointer;font-size:11px;padding:3px 10px;border-radius:6px;font-weight:600;transition:all .15s}.mg-page .mg-del:hover{background:#ef444414}.mg-page .modal{background:#fff;border:1px solid var(--border);border-radius:16px;padding:28px;width:min(600px,95vw);max-height:90vh;overflow-y:auto;box-shadow:0 8px 40px #0000001f}.mg-page .mg-toast{position:fixed;right:20px;top:80px;z-index:9999;background:#fff;border:1px solid var(--border);border-radius:10px;padding:12px 18px;font-size:13px;display:flex;align-items:center;gap:10px;box-shadow:0 4px 20px #0000001f;animation:mg-slideIn .3s ease;min-width:280px}.mg-page .mg-toast.success{border-color:var(--green)}.mg-page .mg-toast.error{border-color:var(--red)}.mg-page .mg-toast.warning{border-color:var(--yellow)}@keyframes mg-slideIn{0%{transform:translate(100px);opacity:0}to{transform:none;opacity:1}}@keyframes mg-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes mg-pulseGlow{0%,to{opacity:1}50%{opacity:.4}}@media (max-width:768px){.mg-page{padding:16px 0}.mg-page .grid-2{grid-template-columns:minmax(0,1fr)}.mg-page .mg-rep-grid{grid-template-columns:minmax(0,1fr)!important}.mg-page .mg-size-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.mg-page .card{padding:16px}.mg-page .section-header{flex-wrap:wrap;gap:8px}}.pd-page{font-size:13px;color:#1e293b}.pd-page .mkk-page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px;flex-wrap:wrap}.pd-page .mkk-page-title{font-size:20px;font-weight:800;color:#1e293b;letter-spacing:-.3px;margin:0;line-height:normal}.pd-page .mkk-notes{margin-top:9px;font-size:12px;line-height:1.85}.pd-page .mkk-notes .n1{color:#475569}.pd-page .mkk-notes .n2{color:#94a3b8}.pd-page .mk-tag{display:inline-block;padding:3px 9px;border-radius:12px;font-size:11.5px;font-weight:700;line-height:1.3;white-space:nowrap;font-variant-numeric:tabular-nums}.pd-page .mk-tag.good{background:#e8eefa;color:#1e3a8a}.pd-page .mk-tag.info{background:#e6f4ff;color:#0369a1}.pd-page .mk-tag.warn{background:#fdf1dc;color:#b45309}.pd-page .mk-tag.bad{background:#fde8e8;color:#c81e1e}.pd-page .mk-tag.muted{background:#f1f5f9;color:#64748b}.pd-page .mkk-tools{display:flex;align-items:center;gap:8px;flex-wrap:wrap;background:#fff;border:1px solid #e6eaf0;border-radius:10px;padding:12px 14px;margin:16px 0}.pd-page .mkk-search{height:34px;border:1px solid #dfe5ec;border-radius:7px;font-size:13px;color:#1e293b;background:#fff;padding:0 12px;outline:none;min-width:300px;flex:1 1 300px;max-width:460px;font-family:inherit}.pd-page .mkk-search:focus{border-color:#93b4f5;box-shadow:0 0 0 3px #3b82f61f}.pd-page .mkk-b{height:34px;padding:0 14px;border-radius:7px;font-size:13px;font-weight:700;cursor:pointer;border:1px solid #dfe5ec;background:#fff;color:#475569;font-family:inherit}.pd-page .mkk-b:hover{background:#f8fafc}.pd-page .mkk-sp{flex:1 1 auto}.pd-page .mkk-hit{font-size:12.5px;color:#64748b;white-space:nowrap}.pd-page .mkk-pager{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 0 4px;flex-wrap:wrap}.pd-page .mkk-pg{min-width:32px;height:32px;border:1px solid #dfe5ec;background:#fff;border-radius:7px;font-size:13px;color:#475569;cursor:pointer;padding:0 9px;font-family:inherit}.pd-page .mkk-pg:hover:not(:disabled){background:#f1f5f9}.pd-page .mkk-pg:disabled{opacity:.4;cursor:default}.pd-page .mkk-pg.on{background:#1d4ed8;color:#fff;border-color:#1d4ed8;font-weight:700}.pd-page .mkk-pginfo{font-size:12.5px;color:#64748b;margin:0 6px}.pd-page .ck-seg{display:inline-flex;gap:2px;border-radius:8px;padding:0}.pd-page .ck-seg+.ck-seg{margin-left:6px;padding-left:10px;border-left:1px solid #e6eaf0}.pd-page .ck-seg button{border:none;background:none;padding:6px 13px;font-size:12.5px;font-weight:700;color:#64748b;border-radius:6px;cursor:pointer;white-space:nowrap;font-family:inherit}.pd-page .ck-seg button.on{background:#f97316;color:#fff}.pd-page .ck-seg button.loss.on{background:#dc2626}.pd-page .ck-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:16px 0 14px}.pd-page .ck-card{background:#fff;border:1px solid #e3e8ef;border-radius:12px;box-shadow:0 1px 2px #0f172a0a;padding:20px 18px 18px;min-width:0}.pd-page .ck-card .lbl{font-size:12.5px;color:#475569;font-weight:600}.pd-page .ck-card .val{font-size:22px;font-weight:800;color:#0f172a;margin-top:8px;letter-spacing:-.01em;font-variant-numeric:tabular-nums}.pd-page .ck-card .val .of{font-size:12px;color:#94a3b8;font-weight:500}.pd-page .ck-card .sub{font-size:11.5px;color:#94a3b8;margin-top:7px}.pd-page .ck-card.accent{cursor:pointer}.pd-page .ck-card.accent .val{color:#c2410c}.pd-page .ck-card.loss{cursor:pointer}.pd-page .ck-card.loss .val{color:#b91c1c}.pd-page .ck-card.accent:hover,.pd-page .ck-card.loss:hover{background:#f8fafc}.pd-page .ck-card:first-child .val{color:#c2410c}.pd-page .pd-asof{font-size:12px;color:#94a3b8;white-space:nowrap;display:flex;align-items:center;gap:6px;margin-top:6px}.pd-page .pd-asof i{width:7px;height:7px;border-radius:50%;background:#1e3a8a;display:inline-block}.pd-page .pd-loading{text-align:center;padding:40px;color:#94a3b8}.pd-page .pd-loading .t{font-size:15px;font-weight:600;margin-bottom:8px}.pd-page .pd-empty{text-align:center;padding:60px;color:#94a3b8}.pd-page .pd-empty .t{font-size:16px;font-weight:600;margin-bottom:8px}.pd-page .pd-empty .m{font-size:13px}.pd-page .costs-scroll{overflow-x:auto;border:1px solid #e2e8f0;border-radius:12px;background:#fff}.pd-page .costs-scroll::-webkit-scrollbar{height:13px}.pd-page .costs-scroll::-webkit-scrollbar-thumb{background:#c2ccd8;border-radius:7px;border:3px solid #fff}.pd-page .costs-scroll::-webkit-scrollbar-thumb:hover{background:#9aa7b6}.pd-page .costs-scroll::-webkit-scrollbar-track{background:#f1f5f9;border-radius:7px}#costs-grouped-list{min-width:1280px}#costs-grouped-list .cost-col-header,#costs-grouped-list .cost-grp-row,#costs-grouped-list .cost-opt-row{display:grid;grid-template-columns:28px 92px 56px 108px minmax(240px,1fr) 84px 92px 96px 96px 78px 92px 84px 80px 96px 82px 80px;align-items:center}#costs-grouped-list .cost-col-header,#costs-grouped-list .cost-opt-row{grid-template-columns:var(--pd-cols)}#costs-grouped-list .cost-col-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:3}#costs-grouped-list .cost-col-header>div{font-size:12px;font-weight:700;color:#475569;padding:11px 10px;text-align:right;white-space:nowrap;border-right:1px solid #eef2f7}#costs-grouped-list .cost-col-header>div:last-child,#costs-grouped-list .cost-col-header>div:first-child{border-right:0}#costs-grouped-list .cost-col-header>div.pf{color:#0f172a;font-weight:800}#costs-grouped-list .l{text-align:left!important}#costs-grouped-list .c{text-align:center!important}#costs-grouped-list .cost-grp{border-bottom:1px solid #e6eaf0}#costs-active-list>.cost-grp:last-child{border-bottom:0}#costs-grouped-list .cost-grp-row{background:#f8fafc;cursor:pointer;user-select:none;min-height:56px}#costs-grouped-list .cost-grp-row:hover{background:#f1f5f9}#costs-grouped-list .cost-grp-row>div,#costs-grouped-list .cost-opt-row>div{padding:8px 10px;text-align:right;font-size:12.5px;color:#1e293b;font-variant-numeric:tabular-nums;white-space:nowrap;border-right:1px solid #f1f5f9;min-width:0;font-weight:500}#costs-grouped-list .cost-grp-row>div:last-child,#costs-grouped-list .cost-opt-row>div:last-child,#costs-grouped-list .cost-grp-row>div:first-child,#costs-grouped-list .cost-opt-row>div:first-child{border-right:0}#costs-grouped-list .cost-grp-row>div{border-right-color:#eef2f7}#costs-grouped-list .ar{font-size:10px;color:#94a3b8;text-align:center!important;padding:0!important}#costs-grouped-list .cost-img{width:40px;height:40px;border-radius:6px;object-fit:cover;border:1px solid #e2e8f0;background:#f1f5f9;display:inline-block;vertical-align:middle}#costs-grouped-list .cost-img.ph{border-color:#e9eef4}#costs-grouped-list .id{font-size:12px;color:#475569}#costs-grouped-list .id small{display:block;font-size:10.5px;color:#94a3b8;font-weight:500}#costs-grouped-list .nm{white-space:normal!important;word-break:keep-all;line-height:1.4}#costs-grouped-list .gname{font-size:13px;font-weight:700;color:#0f172a}#costs-grouped-list .gmeta{font-size:11px;color:#94a3b8;margin-top:2px}#costs-grouped-list .gmeta b{color:#c2410c;font-weight:700}#costs-grouped-list .cost-opt-row{background:#fff;border-bottom:1px solid #f1f5f9}#costs-grouped-list .cost-opt-row:hover{background:#f6f9ff}#costs-grouped-list .cost-opt-row .mut{color:#1e293b}#costs-grouped-list .cost-opt-row .fin{font-weight:500;color:#1e293b;font-size:12.5px}#costs-grouped-list .cost-opt-row .dt{font-size:11px;color:#b6c0cc}#costs-grouped-list .cost-opt-row .ed{text-align:center!important;padding:5px 6px}#costs-grouped-list .cost-opt-row>div.pf{display:flex;align-items:center;justify-content:flex-end}#costs-grouped-list .cost-opt-row>div.fee{color:#1e293b;font-weight:500}#costs-grouped-list .mutS{color:#cbd5e1;font-size:11px}#costs-grouped-list .est{cursor:help}#costs-grouped-list .mkk-cell-btn{background:#fff;border:1px solid #e6eaf0;border-radius:6px;padding:4px 10px;font-size:12.5px;cursor:pointer;color:#c2410c;font-weight:500;min-width:64px;transition:all .12s;font-variant-numeric:tabular-nums;font-family:inherit}#costs-grouped-list .mkk-cell-btn:hover{color:#9a3412;border-color:#f97316;background:#fff7ed}#costs-grouped-list .mkk-cell-btn.on{color:#c2410c;border-color:#cbd5e1;font-weight:500}#costs-grouped-list .mkk-cell-btn.need{background:#fff;border:1px dashed #fdba74;color:#c2410c;font-weight:500}#costs-grouped-list .mkk-cell-btn.need:hover{background:#ffedd5;border-color:#f97316}#costs-grouped-list .ck-mg{display:inline-block;min-width:58px;text-align:center;padding:4px 10px;border-radius:14px;font-size:12.5px;font-weight:800;font-variant-numeric:tabular-nums}#costs-grouped-list .ck-mg.ok{background:#e8eefa;color:#1e3a8a}#costs-grouped-list .ck-mg.low{background:#fdf1dc;color:#b45309}#costs-grouped-list .ck-mg.loss{background:#fde8e8;color:#c81e1e}#costs-grouped-list .ck-mg.na{background:transparent;color:#cbd5e1;padding:4px;font-weight:600}#costs-grouped-list .ck-optship{width:78px;border:1px solid #e6eaf0;border-radius:6px;padding:4px 7px;font-size:12.5px;font-weight:500;color:#c2410c;text-align:right;font-variant-numeric:tabular-nums;background:#fff;font-family:inherit}#costs-grouped-list .ck-optship:focus{border-color:#f97316;outline:none}#costs-grouped-list .ck-optship::placeholder{color:#cbd5e1;font-weight:500}#costs-grouped-list .grp-active-btn{border:0;cursor:pointer;font:inherit;font-size:11px;font-weight:700;padding:3px 10px;border-radius:20px}#costs-grouped-list .mk-switch{display:inline-flex;align-items:center;gap:6px;background:none;padding:2px 4px;border-radius:6px;color:#94a3b8}#costs-grouped-list .mk-switch:hover{background:#f1f5f9}#costs-grouped-list .mk-switch i{width:30px;height:16px;border-radius:8px;background:#cbd5e1;position:relative;transition:background .15s;flex:none}#costs-grouped-list .mk-switch i:after{content:"";position:absolute;top:2px;left:2px;width:12px;height:12px;border-radius:50%;background:#fff;box-shadow:0 1px 2px #00000026;transition:left .15s}#costs-grouped-list .mk-switch.on i{background:#f97316}#costs-grouped-list .mk-switch.on i:after{left:16px}#costs-grouped-list .mk-switch.on{color:#c2410c}#costs-grouped-list .cost-grp.off .cost-grp-row{opacity:.6}#costs-grouped-list .pd-nomatch{padding:44px;text-align:center;color:#94a3b8;font-size:14px}#costs-grouped-list .mkk-q{margin-left:4px}.pd-page .pd-inactive{margin-top:20px}.pd-page .pd-inactive-bar{display:flex;align-items:center;gap:10px;margin-bottom:10px}.pd-page .pd-inactive-bar>i{flex:1;height:1px;background:#e2e8f0;display:block}.pd-page #btn-show-inactive{background:#f1f5f9;color:#64748b;border:1px solid #e2e8f0;border-radius:20px;padding:5px 16px;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap;font-family:inherit}.pd-hist{position:fixed;inset:0;background:#00000080;z-index:9999;display:flex;align-items:center;justify-content:center}.pd-hist .box{background:#fff;border-radius:16px;width:520px;max-width:95vw;max-height:85vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 60px #0003;font-size:13px;color:#1e293b}.pd-hist .hd{padding:20px 24px 16px;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;gap:12px}.pd-hist .hd h3{margin:0;font-size:16px;font-weight:700;color:#1e293b}.pd-hist .hd p{margin:4px 0 0;font-size:11.5px;color:#94a3b8;word-break:break-all}.pd-hist .x{background:none;border:none;font-size:22px;cursor:pointer;color:#94a3b8;line-height:1;font-family:inherit}.pd-hist .bd{flex:1;overflow-y:auto;padding:0 24px}.pd-hist table{width:100%;border-collapse:collapse;margin-top:8px}.pd-hist thead tr{background:#f8fafc}.pd-hist th{padding:9px 12px;text-align:left;font-size:11px;color:#64748b;font-weight:700}.pd-hist td{padding:9px 12px;font-size:13px;color:#374151}.pd-hist tbody tr{border-bottom:1px solid #f1f5f9}.pd-hist td.pr{font-weight:600;color:#1e3a8a}.pd-hist td.ac{text-align:right;color:#1a1d27}.pd-hist .chip{font-size:10.5px;color:#c2410c;font-weight:700;margin-left:4px}.pd-hist .del{background:#fef2f2;color:#dc2626;border:1px solid #fecaca;border-radius:6px;padding:3px 10px;font-size:12px;cursor:pointer;font-family:inherit}.pd-hist td.center{text-align:center;padding:20px;color:#94a3b8}.pd-hist .ft{padding:16px 24px 20px;border-top:1px solid #e2e8f0;background:#f8fafc}.pd-hist .ft p{margin:0 0 10px;font-size:12px;color:#64748b;font-weight:600}.pd-hist .ft .row{display:flex;gap:8px;align-items:flex-end}.pd-hist .ft .row>div{flex:1}.pd-hist .ft label{font-size:11px;color:#64748b;display:block;margin-bottom:4px}.pd-hist .ft input{width:100%;padding:8px 10px;border:1px solid #e2e8f0;border-radius:8px;font-size:13px;box-sizing:border-box;font-family:inherit}.pd-hist .ft .save{background:#1e3a8a;color:#fff;border:none;padding:8px 18px;border-radius:8px;font-size:13px;font-weight:700;cursor:pointer;white-space:nowrap;height:37px;font-family:inherit}.pd-toast{position:fixed;right:20px;bottom:24px;z-index:9999;display:flex;flex-direction:column;gap:8px}.pd-toast>div{background:#1e293b;color:#fff;padding:10px 14px;border-radius:10px;font-size:13px;box-shadow:0 6px 20px #0003}.pd-toast>div.error{background:#dc2626}@media (max-width:768px){.pd-page .ck-cards{grid-template-columns:repeat(2,1fr);gap:10px}.pd-page .mkk-search{min-width:0;flex:1 1 100%;max-width:none}}#costs-grouped-list .cost-grp-row>div.st,#costs-grouped-list .cost-opt-row>div.st{text-align:left;font-size:11.5px;color:#475569;overflow:hidden;text-overflow:ellipsis}#costs-grouped-list .cost-opt-row>div.st{color:#94a3b8}.pd-page .pd-dd{position:relative;font-size:12.5px}.pd-page .pd-dd>summary{list-style:none;cursor:pointer;height:34px;line-height:32px;padding:0 30px 0 12px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#334155;white-space:nowrap;max-width:220px;overflow:hidden;text-overflow:ellipsis}.pd-page .pd-dd>summary::-webkit-details-marker{display:none}.pd-page .pd-dd>summary:after{content:"";position:absolute;right:12px;top:13px;width:6px;height:6px;border-right:1.5px solid #64748b;border-bottom:1.5px solid #64748b;transform:rotate(45deg)}.pd-page .pd-dd[open]>summary{border-color:#f97316}.pd-page .pd-dd .menu{position:absolute;left:0;top:38px;z-index:20;min-width:170px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 8px 24px #0f172a1a;padding:6px 0}.pd-page .pd-dd .menu label{display:flex;align-items:center;gap:8px;padding:7px 12px;cursor:pointer;color:#334155}.pd-page .pd-dd .menu label:hover{background:#f8fafc}.pd-page .pd-dd .menu input{margin:0;accent-color:#f97316}.pd-page .pd-sel{height:34px;padding:0 28px 0 12px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#334155;font-size:12.5px;cursor:pointer}#costs-grouped-list .cost-col-header>div.sortable{cursor:pointer;user-select:none}#costs-grouped-list .cost-col-header>div.sortable:hover{color:#f97316}#costs-grouped-list .cost-col-header>div.on{color:#f97316}#costs-grouped-list .cost-col-header .mkk-si{font-size:10px}.pd-hist .box{max-width:640px}.pd-hist .bd{overflow-x:hidden}.pd-hist table{width:100%;table-layout:fixed}.pd-hist .box.wide{width:780px;max-width:96vw}.pd-hist .pd-hist-note{margin:12px 0 0;padding:9px 12px;background:#f8fafc;border:1px solid #eef2f7;border-radius:8px;font-size:11.5px;color:#64748b;line-height:1.5}.pd-hist table.pd-hist-t{width:100%;table-layout:fixed;border-collapse:collapse;margin:10px 0 4px}.pd-hist .pd-hist-t th{padding:9px 10px;font-size:11px;color:#64748b;font-weight:700;text-align:left;background:#f8fafc;border-bottom:1px solid #e2e8f0;white-space:nowrap}.pd-hist .pd-hist-t th.r{text-align:right}.pd-hist .pd-hist-t td{padding:10px;font-size:12.5px;color:#334155;vertical-align:middle;border-bottom:1px solid #f1f5f9}.pd-hist .pd-hist-t td.r{text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}.pd-hist .pd-hist-t tr.cur{background:#f8fafc}.pd-hist .pd-hist-t tr.editing{background:#eff6ff;box-shadow:inset 3px 0 #1e3a8a}.pd-hist .pd-hist-t td.pe{font-size:12px;color:#1e293b;font-weight:400;white-space:nowrap}.pd-hist .pd-hist-t td.pe em{font-style:normal;color:#1e293b;font-weight:400}.pd-hist .pd-hist-t td.pe small{display:block;font-weight:500;color:#94a3b8;font-size:10.5px;margin-top:2px}.pd-hist .pd-hist-t td.pe .chip{margin-left:5px;background:#f1f5f9;color:#1e293b;border:1px solid #e2e8f0;border-radius:9px;padding:1px 6px;font-size:10px;font-weight:400}.pd-hist .pd-hist-t .kd{display:inline-block;font-size:11px;font-weight:400;color:#1e293b;background:#f1f5f9;border-radius:6px;padding:2px 8px;white-space:nowrap}.pd-hist .pd-hist-t .kd.a{color:#1e293b;background:#f1f5f9}.pd-hist .pd-hist-t td.base{color:#1e293b}.pd-hist .pd-hist-t td.res{font-weight:700;color:#0f172a;font-size:13.5px}.pd-hist .pd-hist-t td.dl b{font-weight:700}.pd-hist .pd-hist-t td.dl b.up{color:#dc2626}.pd-hist .pd-hist-t td.dl b.dn{color:#2563eb}.pd-hist .pd-hist-t td.dl small{display:block;color:#94a3b8;font-size:10.5px;margin-top:2px;font-weight:600}.pd-hist .pd-hist-t td.dl .zero{color:#94a3b8;font-size:11.5px}.pd-hist .pd-hist-t td.ac{white-space:nowrap}.pd-hist .pd-hist-t .ed{background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe;border-radius:6px;padding:3px 9px;font-size:11.5px;cursor:pointer;font-family:inherit;margin-right:4px}.pd-hist .pd-hist-t .del{padding:3px 9px;font-size:11.5px}.pd-hist .pd-hist-t .autotag{font-size:11px;color:#94a3b8}.pd-hist .ft .cancel{background:#fff;color:#475569;border:1px solid #e2e8f0;padding:8px 14px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap;height:37px;font-family:inherit}@media (max-width:640px){.pd-hist .pd-hist-t{table-layout:auto}.pd-hist .pd-hist-t th,.pd-hist .pd-hist-t td{padding:8px 6px;font-size:11.5px}}.st-page{padding:24px 0;color:#0f172a}.st-page *,.st-page *:before,.st-page *:after{box-sizing:border-box}.st-page .mkk-page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.st-page .mkk-page-title{font-size:20px;font-weight:800;letter-spacing:-.02em;color:#0f172a;margin:0}.st-page .mkk-notes{font-size:12.5px;line-height:1.7}.st-page .mkk-notes .n1{color:#475569}.st-page .mkk-notes .n2{color:#94a3b8}.st-page .section-card{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:14px;padding:24px}.st-page .st-table{width:100%;border-collapse:collapse;min-width:580px}.st-page .st-th{text-align:left;padding:10px 12px;font-size:11.5px;font-weight:700;color:#8a94a6;border-bottom:1px solid #e6eaf0;white-space:nowrap}.st-page .st-td{padding:12px;font-size:13px;color:#1e293b;border-bottom:1px solid #f1f5f9;vertical-align:middle;white-space:nowrap}.st-page .st-pill{padding:4px 12px;border-radius:12px;font-size:11.5px;font-weight:700;cursor:pointer;margin-right:6px;font-family:inherit}.st-page .st-badge{font-size:11.5px;font-weight:700;padding:4px 12px;border-radius:12px}.st-page .st-badge.green{color:#137333;background:#e6f4ea}.st-page .st-badge.gray{font-weight:600;color:#94a3b8;background:#f8fafc;border:1px solid #e2e8f0}.st-page .st-badge.orange{color:#c2410c;background:#fff7ed;border:1px solid #fed7aa}.st-page .st-badge.purple{color:#7c3aed;padding:0;background:none}.st-page .st-spin{display:inline-block;width:11px;height:11px;border:2px solid #ddd6fe;border-top-color:#7c3aed;border-radius:50%;animation:mkkspin .8s linear infinite;vertical-align:middle;margin-right:5px}.st-page .st-input{width:100%;box-sizing:border-box;padding:11px;border:1px solid #e2e8f0;border-radius:8px;font-size:13px;margin-bottom:9px;font-family:inherit}.st-page .st-input.mono{font-family:monospace}.st-page .st-input:read-only{background:#f1f5f9}.st-page .st-btn-main{width:100%;padding:12px;background:#1e3a8a;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;font-family:inherit}.st-page .st-btn-main:disabled{cursor:default}.st-page .st-ov{display:flex;position:fixed;inset:0;background:#0f172a8c;z-index:9999;align-items:center;justify-content:center;padding:16px}.st-page .st-modal{background:#fff;border-radius:14px;max-width:440px;width:100%;overflow:hidden;box-shadow:0 20px 60px #0000004d}.st-page .st-modal-head{padding:18px 22px;border-bottom:1px solid #eef2f7;display:flex;justify-content:space-between;align-items:center}.st-page .st-modal-x{background:none;border:none;font-size:20px;color:#94a3b8;cursor:pointer;line-height:1}.st-page .st-keybox{background:#f8fafc;border:1px solid #eef2f7;border-radius:8px;padding:11px 13px;font-size:11px;color:#64748b;line-height:1.7}.st-page .st-keybox code{background:#eef2f7;padding:1px 5px;border-radius:4px}.st-page .st-keybox code.ip{background:#fff7ed;color:#c2410c;font-weight:700}@keyframes mkkspin{to{transform:rotate(360deg)}}@keyframes mkkbar{0%{margin-left:-42%}to{margin-left:100%}}@keyframes mkkfade{0%,to{opacity:.45}50%{opacity:1}}@media (max-width:768px){.st-page{padding:16px 0}.st-page .section-card{padding:16px!important}}.feat-page{padding:24px 0;width:100%;box-sizing:border-box;color:#0f172a}.feat-page *,.feat-page *:before,.feat-page *:after{box-sizing:border-box}.feat-page-header{margin-bottom:24px}.feat-page-title{font-size:26px;font-weight:800;color:#0f172a;margin:0 0 8px}.feat-page-sub{font-size:14.5px;color:#64748b;margin:0}.feat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:18px}.feat-card{background:#fff;border:1px solid #e8edf4;border-radius:16px;padding:26px;transition:all .25s;display:flex;flex-direction:column;position:relative;overflow:hidden;min-width:0}.feat-card:hover{box-shadow:0 8px 30px #00000012;transform:translateY(-3px);border-color:#e97132}.feat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:#e97132;transform:scaleX(0);transition:transform .25s;transform-origin:left}.feat-card:hover:before{transform:scaleX(1)}.feat-tags{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:12px}.feat-tag{background:#e9713217;color:#e97132;font-size:10.5px;font-weight:700;padding:3px 9px;border-radius:20px}.feat-title{font-size:17px;font-weight:700;color:#0f172a;margin-bottom:8px}.feat-desc{font-size:13px;color:#64748b;line-height:1.7;margin-bottom:18px;flex:1}.feat-btn{display:inline-block;padding:8px 18px;background:#e97132;color:#fff;border-radius:8px;font-size:13px;font-weight:600;text-decoration:none;transition:background .2s;margin-top:auto;align-self:flex-start}.feat-btn:hover{background:#cc5600}.feat-card.sky-theme .feat-tag{background:#38bdf81a;color:#0ea5e9}.feat-card.sky-theme:hover{border-color:#38bdf8}.feat-card.sky-theme:before{background:#38bdf8}.feat-card.sky-theme .feat-btn{background:#38bdf8;color:#fff}.feat-card.sky-theme .feat-btn:hover{background:#0ea5e9}.ext-feat-list{list-style:none;padding:0;margin:0 0 20px;display:flex;flex-direction:column;gap:10px}.ext-feat-item{display:flex;align-items:flex-start;gap:8px;font-size:13px;color:#475569;line-height:1.5}.ext-feat-item:before{content:"→";flex-shrink:0;font-weight:700;margin-top:1px}.ext-feat-item.orange:before{color:#f97316}.feat-category{margin-bottom:32px}.feat-cat-label{display:inline-flex;align-items:center;gap:8px;font-size:11.5px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:#35465c;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid rgba(53,70,92,.12)}.feat-banner-sub{font-size:14px;color:#ffffffb3;white-space:nowrap}.info-footer{margin-top:40px;padding-top:20px;border-top:1px solid #e2e8f0;font-size:12px;color:#94a3b8;line-height:2}.info-footer a{color:#94a3b8;text-decoration:none}.pricing-page{padding:24px 0;max-width:none;color:#0f172a}.pricing-page *,.pricing-page *:before,.pricing-page *:after{box-sizing:border-box}.pricing-header{margin-bottom:40px}.pricing-title{font-size:26px;font-weight:800;color:#0f172a;margin:0 0 8px}.pricing-sub{font-size:14.5px;color:#64748b;margin:0}.pricing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}@media (max-width:860px){.pricing-grid{grid-template-columns:minmax(0,1fr)}}.pricing-card{background:#fff;border:2px solid #e8edf4;border-radius:20px;padding:30px 26px;position:relative;transition:all .25s;min-width:0}.pricing-card:hover{box-shadow:0 10px 36px #00000014}.pricing-card.popular{border-color:#e97132;box-shadow:0 12px 40px #e9713221}.popular-badge{position:absolute;top:-13px;left:50%;transform:translate(-50%);background:#e97132;color:#fff;font-size:11px;font-weight:800;padding:4px 16px;border-radius:20px;white-space:nowrap}.plan-name{font-size:12px;font-weight:800;color:#94a3b8;text-transform:uppercase;letter-spacing:.1em;margin-bottom:10px}.plan-price{font-size:34px;font-weight:800;color:#0f172a;margin-bottom:4px;line-height:1.1}.plan-price span{font-size:15px;font-weight:500;color:#94a3b8}.plan-price .trial-badge{display:inline-block;font-size:11px;font-weight:700;background:#dcfce7;color:#16a34a;padding:2px 8px;border-radius:6px;margin-left:6px;vertical-align:middle}.plan-desc{font-size:13px;color:#64748b;margin-bottom:22px}.plan-divider{border:none;border-top:1px solid #f1f5f9;margin:0 0 22px}.feat-group-label{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.09em;color:#94a3b8;margin:14px 0 5px;padding-bottom:4px;border-bottom:1px solid #f1f5f9}.plan-features{list-style:none;padding:0;margin:0 0 6px}.plan-features li{font-size:13px;color:#475569;padding:6px 0;display:flex;align-items:flex-start;gap:9px}.plan-features li strong{color:#0f172a;font-weight:700}.chk{color:#10b981;font-size:15px;font-weight:900;flex-shrink:0}.plan-btn{width:100%;padding:12px;border:none;border-radius:10px;font-size:14px;font-weight:700;cursor:pointer;font-family:inherit;transition:all .2s;margin-top:20px}.btn-free{background:#f97316;color:#fff}.btn-free:hover{background:#ea6c05;transform:translateY(-1px)}.btn-starter{background:#0f172a;color:#fff}.btn-starter:hover{background:#1e293b;transform:translateY(-1px)}.btn-pro{background:#38bdf8;color:#fff}.btn-pro:hover{background:#0ea5e9;transform:translateY(-1px)}.pricing-note{margin-top:28px;font-size:12px;color:#94a3b8}.pricing-compare{margin-top:48px;overflow-x:auto}.pricing-compare h2{font-size:18px;font-weight:800;color:#0f172a;margin:0 0 20px;text-align:center}.compare-table{width:100%;border-collapse:collapse;font-size:13px;min-width:560px}.compare-table th,.compare-table td{padding:10px 14px;text-align:center;border-bottom:1px solid #f1f5f9}.compare-table th{font-weight:700;color:#64748b;font-size:12px}.compare-table td:first-child{text-align:left;color:#374151;font-weight:500}.compare-table .cat-row td{background:#f8fafc;font-weight:800;color:#475569;font-size:11px;text-transform:uppercase;letter-spacing:.07em;text-align:left}.compare-table .chk-cell{color:#10b981;font-size:17px;font-weight:900}.compare-table .limit-cell{color:#f97316;font-weight:700}.compare-table tr:hover td{background:#fafbfc}.col-pro{color:#e97132;font-weight:800}@media (max-width:768px){.feat-page,.pricing-page{padding:16px 0}.feat-banner-sub{white-space:normal}.feat-banner{padding:28px 20px!important}.feat-banner-title{font-size:22px!important}}.adm-root{--bg:#0f1117;--surface:#1a1d27;--surface2:#22263a;--border:#2d3148;--text:#e2e8f0;--muted:#64748b;--accent:#f97316;--success:#22c55e;--warning:#f59e0b;--danger:#ef4444;--blue:#3b82f6;--purple:#a855f7;--sidebar-w:220px;--green:#10b981;--cyan:#06b6d4;min-height:100vh;background:#f8fafc;color:#334155;font-size:16px}.adm-root h2,.adm-root h3,.adm-root p{margin:0}.adm-root *,.adm-root *:before,.adm-root *:after{box-sizing:border-box}.adm-root .admin-sidebar{width:var(--sidebar-w);min-height:100vh;background:#12141f;display:flex;flex-direction:column;position:fixed;top:0;left:0;z-index:100;border-right:1px solid var(--border)}.adm-root .admin-sb-logo{padding:20px 18px 16px;border-bottom:1px solid var(--border)}.adm-root .admin-sb-logo-main{font-size:16px;font-weight:800;color:#fff;letter-spacing:-.5px}.adm-root .admin-sb-logo-main span{color:var(--accent)}.adm-root .admin-sb-badge{display:inline-block;margin-top:5px;font-size:10px;font-weight:700;padding:2px 8px;border-radius:20px;background:#f9731633;color:var(--accent);border:1px solid rgba(249,115,22,.3)}.adm-root .admin-sb-nav{flex:1;padding:12px 0}.adm-root .admin-sb-label{padding:8px 16px 4px;font-size:10px;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.5px}.adm-root .admin-sb-item{display:flex;align-items:center;gap:10px;padding:10px 16px;font-size:13px;color:var(--muted);cursor:pointer;transition:all .15s;border-left:2px solid transparent;text-decoration:none;background:none;border-top:0;border-right:0;border-bottom:0;width:100%;text-align:left;font-family:inherit}.adm-root .admin-sb-item:hover{color:var(--text);background:#ffffff0a}.adm-root .admin-sb-item.active{color:var(--accent);border-left-color:var(--accent);background:#f9731614;font-weight:600}.adm-root .admin-sb-item .icon{font-size:16px}.adm-root .admin-sb-cnt{display:none;background:#ef4444;color:#fff;border-radius:10px;padding:1px 7px;font-size:10px;margin-left:auto;font-weight:700}.adm-root .admin-sb-cnt.on{display:inline}.adm-root .admin-sb-divider{height:1px;background:var(--border);margin:8px 0}.adm-root .admin-sb-back{display:flex;align-items:center;gap:8px;padding:10px 16px;font-size:12px;color:var(--muted);cursor:pointer;transition:all .15s;text-decoration:none}.adm-root .admin-sb-back:hover{color:var(--text)}.adm-root .admin-sb-footer{padding:14px 16px;border-top:1px solid var(--border)}.adm-root .admin-sb-email{font-size:11px;color:var(--muted);margin-bottom:8px;word-break:break-all}.adm-root .admin-sb-logout{width:100%;padding:8px;background:#ffffff0d;border:1px solid var(--border);border-radius:7px;color:var(--muted);font-size:12px;cursor:pointer;transition:all .15s;font-family:inherit}.adm-root .admin-sb-logout:hover{background:#ef444426;color:var(--danger);border-color:var(--danger)}.adm-root .main-content{margin-left:var(--sidebar-w);padding:24px 32px;background:#f8fafc;min-height:100vh}.adm-root .tab-panel{display:none;background:#f8fafc}.adm-root .tab-panel.active{display:block}.adm-root .page-header{margin-bottom:24px;background:transparent}.adm-root .page-title{font-size:22px;font-weight:700;margin-bottom:4px;color:#0f172a}.adm-root .page-sub{color:#64748b;font-size:13px}.adm-root .panel-title{color:#0f172a;font-size:24px;font-weight:700}.adm-root .panel-desc{color:#64748b;font-size:16px}.adm-root .stats-row{display:flex;gap:14px;margin-bottom:24px;flex-wrap:wrap}.adm-root .stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:16px 20px;flex:1;min-width:150px}.adm-root .stat-card .label{font-size:11px;color:#64748b;margin-bottom:6px}.adm-root .stat-card .value{font-size:24px;font-weight:700;color:#0f172a}.adm-root .table-wrap,.adm-root .user-table-wrap{background:#fff;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden;overflow-x:auto}.adm-root #panel-members table{min-width:1640px}.adm-root #panel-members th{white-space:nowrap}.adm-root #panel-members td{vertical-align:middle}.adm-root #panel-ip table{min-width:1200px}.adm-root #panel-ip th{white-space:nowrap}.adm-root th[data-k]{cursor:pointer;user-select:none}.adm-root th[data-k]:hover,.adm-root th[data-k].on{color:var(--accent)!important}.adm-root .toolbar{display:flex;gap:10px;margin-bottom:16px;align-items:center;flex-wrap:wrap}.adm-root .search-box{flex:1;min-width:200px;padding:9px 14px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#1e293b;font-size:13px;outline:none;font-family:inherit}.adm-root .search-box::placeholder{color:#94a3b8}.adm-root .search-box:focus{border-color:var(--accent)}.adm-root .filter-btn{padding:7px 14px;border-radius:8px;border:1px solid #e2e8f0;background:#fff;color:#475569;font-size:12px;cursor:pointer;transition:all .15s;font-family:inherit}.adm-root .filter-btn.active,.adm-root .filter-btn:hover{border-color:#f97316;color:#f97316;background:#f973160f}.adm-root table{width:100%;border-collapse:collapse;font-size:13px;background:#fff}.adm-root thead th{padding:11px 14px;background:#f8fafc;color:#64748b;font-weight:600;font-size:11px;text-transform:uppercase;letter-spacing:.4px;text-align:left;border-bottom:1px solid #e2e8f0}.adm-root tbody tr{border-bottom:1px solid #f1f5f9;transition:background .1s;color:#334155}.adm-root tbody tr:last-child{border-bottom:none}.adm-root tbody tr:hover{background:#00000005!important}.adm-root td{padding:11px 14px;vertical-align:middle;color:#334155}.adm-root .badge{display:inline-block;padding:2px 9px;border-radius:20px;font-size:11px;font-weight:700;white-space:nowrap}.adm-root .badge-free{background:#64748b33;color:var(--muted)}.adm-root .badge-pro{background:#3b82f633;color:var(--blue)}.adm-root .badge-premium{background:#a855f733;color:var(--purple)}.adm-root .badge-active{background:#22c55e26;color:var(--success)}.adm-root .badge-inactive{background:#ef444426;color:var(--danger)}.adm-root .plan-select{padding:5px 8px;border-radius:6px;background:#fff;border:1px solid #e2e8f0;color:#1e293b;font-size:12px;cursor:pointer;font-family:inherit}.adm-root .days-input{width:52px;padding:5px 7px;border-radius:6px;background:#fff;border:1px solid #e2e8f0;color:#1e293b;font-size:12px;text-align:center;font-family:inherit}.adm-root .btn-apply{padding:5px 11px;border-radius:6px;background:var(--accent);border:none;color:#fff;font-size:12px;font-weight:600;cursor:pointer;transition:opacity .15s;font-family:inherit}.adm-root .btn-apply:hover{opacity:.85}.adm-root .btn-danger{padding:5px 11px;border-radius:6px;background:transparent;border:1px solid var(--danger);color:var(--danger);font-size:12px;cursor:pointer;transition:all .15s;font-family:inherit}.adm-root .btn-danger:hover{background:#ef44441f}.adm-root .btn-ban{padding:4px 9px;border-radius:6px;background:transparent;border:1px solid #f59e0b;color:#f59e0b;font-size:11px;cursor:pointer;transition:all .15s;font-family:inherit}.adm-root .btn-ban:hover{background:#f59e0b1f}.adm-root .btn-del{padding:4px 9px;border-radius:6px;background:transparent;border:1px solid #ef4444;color:#ef4444;font-size:11px;cursor:pointer;transition:all .15s;font-family:inherit}.adm-root .btn-del:hover{background:#ef44441f}.adm-root .prog-wrap{display:flex;align-items:center;gap:8px}.adm-root .prog-bar{flex:1;height:5px;background:var(--surface2);border-radius:3px;overflow:hidden;min-width:50px}.adm-root .prog-fill{height:100%;border-radius:3px;transition:width .3s}.adm-root .prog-txt{font-size:11px;color:var(--muted);white-space:nowrap}.adm-root .api-section{background:#fff;border:1px solid #e2e8f0;border-radius:14px;margin-bottom:20px;overflow:hidden}.adm-root .api-section-header{display:flex;justify-content:space-between;align-items:center;padding:18px 22px;border-bottom:1px solid var(--border);cursor:pointer;transition:background .15s}.adm-root .api-section-header:hover{background:#00000005}.adm-root .api-section-header-left{display:flex;align-items:center;gap:14px}.adm-root .api-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:18px}.adm-root .api-icon.naver{background:linear-gradient(135deg,#10b98133,#06b6d433)}.adm-root .api-section-title{font-size:14px;font-weight:700;color:#0f172a;margin-bottom:2px}.adm-root .api-section-sub{font-size:12px;color:#64748b}.adm-root .conn-status{display:flex;align-items:center;gap:6px;padding:5px 12px;border-radius:20px;font-size:12px;font-weight:600;border:1px solid var(--border)}.adm-root .conn-status.connected{background:#22c55e1a;border-color:#22c55e4d;color:var(--success)}.adm-root .conn-status.disconnected{background:#64748b1a;border-color:var(--border);color:var(--muted)}.adm-root .conn-dot{width:7px;height:7px;border-radius:50%;background:currentColor}.adm-root .conn-dot.pulse{animation:adm-pulse 2s infinite}@keyframes adm-pulse{0%,to{opacity:1}50%{opacity:.4}}.adm-root .api-body{padding:20px 22px}.adm-root .form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:16px}.adm-root .form-grid.full{grid-template-columns:1fr}.adm-root .form-group{display:flex;flex-direction:column;gap:5px}.adm-root .form-label{font-size:12px;font-weight:600;color:#334155}.adm-root .form-input{padding:9px 12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;color:#1e293b;font-size:13px;font-family:Inter,monospace;outline:none;transition:border .15s}.adm-root .form-input:focus{border-color:var(--accent)}.adm-root .form-hint{font-size:11px;color:var(--muted);line-height:1.5}.adm-root .btn-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.adm-root .btn-test{padding:8px 18px;border-radius:8px;border:1px solid var(--accent);color:var(--accent);background:#f973161a;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s;font-family:inherit}.adm-root .btn-test:hover{background:#f9731633}.adm-root .btn-save{padding:8px 18px;border-radius:8px;border:none;color:#fff;background:var(--accent);font-size:13px;font-weight:600;cursor:pointer;transition:opacity .15s;font-family:inherit}.adm-root .btn-save:hover{opacity:.85}.adm-root .btn-clear{padding:8px 18px;border-radius:8px;border:1px solid var(--danger);color:var(--danger);background:transparent;font-size:13px;cursor:pointer;transition:all .15s;font-family:inherit}.adm-root .btn-clear:hover{background:#ef44441a}.adm-root .btn-time{font-size:11px;color:var(--muted)}.adm-root .guide-box{background:#10b9810d;border:1px solid rgba(16,185,129,.2);border-radius:10px;padding:14px 16px;margin-bottom:16px}.adm-root .guide-box-cyan{background:#06b6d40d;border-color:#06b6d433}.adm-root .guide-title{font-size:12px;font-weight:700;color:#10b981;margin-bottom:8px}.adm-root .guide-title-cyan{color:#06b6d4}.adm-root .guide-step{display:flex;gap:8px;padding:4px 0;border-bottom:1px solid rgba(16,185,129,.1);align-items:flex-start;font-size:12px;color:var(--muted)}.adm-root .guide-step:last-child{border-bottom:none}.adm-root .guide-num{width:18px;height:18px;flex-shrink:0;border-radius:50%;background:#10b98133;color:#10b981;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700}.adm-root .guide-num-cyan{background:#06b6d433;color:#06b6d4}.adm-root .test-panel{display:none;margin-top:14px;padding:12px 16px;border-radius:8px;font-size:12px}.adm-root .test-panel.on{display:block}.adm-root .test-panel.success{background:#22c55e1a;border:1px solid rgba(34,197,94,.2);color:var(--success)}.adm-root .test-panel.error{background:#ef44441a;border:1px solid rgba(239,68,68,.2);color:var(--danger)}.adm-root .test-panel.info{background:#3b82f61a;border:1px solid rgba(59,130,246,.2);color:var(--blue)}.adm-root .access-denied{display:none;text-align:center;padding:100px 20px}.adm-root .access-denied.on{display:block}.adm-root .access-denied-icon{font-size:56px;margin-bottom:16px}.adm-root #toast{position:fixed;bottom:24px;right:24px;padding:12px 22px;border-radius:10px;font-size:13px;font-weight:600;z-index:9999;display:none}.adm-root #toast.success{background:#22c55e;color:#fff}.adm-root #toast.error{background:#ef4444;color:#fff}.adm-root .empty-state{text-align:center;padding:50px 20px;color:var(--muted)}.adm-root td.empty-state{color:#334155}.adm-root #admin-reply-panel{background:#f8fafc;border:1px solid #e2e8f0}.adm-root #admin-reply-text{background:#fff;border:1px solid #e2e8f0;color:#1e293b}.adm-root .ip-textarea{width:100%;max-width:900px;padding:10px 12px;border:1px solid var(--border);border-radius:10px;font-family:ui-monospace,monospace;font-size:12.5px;background:var(--surface);color:inherit}.adm-root .ip-out{margin-top:10px;padding:12px;background:var(--surface);border:1px solid var(--border);border-radius:10px;font-size:12px;white-space:pre-wrap;min-height:40px;color:inherit}.md-overlay{position:fixed;inset:0;background:#0f172a8c;z-index:9999;display:flex;align-items:flex-start;justify-content:center;padding:40px 16px;overflow:auto}.md-card{background:#fff;border-radius:14px;max-width:840px;width:100%;box-shadow:0 20px 60px #0000004d}@media (max-width:768px){.adm-root .admin-sidebar{position:static;width:auto;min-height:0;border-right:0;border-bottom:1px solid var(--border)}.adm-root .admin-sb-nav{display:flex;overflow-x:auto;padding:6px 8px;gap:2px}.adm-root .admin-sb-label,.adm-root .admin-sb-divider{display:none}.adm-root .admin-sb-item{white-space:nowrap;width:auto;border-left:0;border-bottom:2px solid transparent;padding:8px 10px}.adm-root .admin-sb-item.active{border-bottom-color:var(--accent)}.adm-root .admin-sb-back{white-space:nowrap}.adm-root .admin-sb-footer{display:flex;align-items:center;gap:10px;padding:8px 12px}.adm-root .admin-sb-email{margin:0;flex:1}.adm-root .admin-sb-logout{width:auto}.adm-root .main-content{margin-left:0;padding:16px 14px}.adm-root .form-grid{grid-template-columns:1fr}.md-overlay{padding:16px 8px}}
