:root{--bg:#f2f4f8;--panel:#fff;--text:#0f172a;--muted:#475569;--line:#dbe1ea;--primary:#32549f;--primary-strong:#274687;--primary-soft:#eaf0ff;--primary-soft-2:#dce7ff;--primary-line:#aebfe8;--secondary:#ff6f61;--secondary-soft:#ffe7e3;--button-subtle-bg:#f4f6fb;--button-subtle-border:#ccd6ea;--button-subtle-text:#2d406d;--ok:#2f855a;--warn:#ff6f61;--danger:#b42318}*{box-sizing:border-box}html,body{color:var(--text);background:linear-gradient(#f6f8fb 0%,#edf2f7 100%);margin:0;padding:0;font-family:Pretendard,Noto Sans KR,sans-serif}a{color:var(--primary);text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:24px}.container.with-side-nav{max-width:none;margin:0;padding:24px 24px 24px 112px}.page-content{max-width:1200px;margin:0 auto}.side-nav{border:1px solid var(--line);z-index:60;background:#f5f6f8;border-radius:16px;flex-direction:column;gap:8px;width:72px;padding:10px 8px;transition:width .22s;display:flex;position:fixed;top:18px;bottom:18px;left:18px;box-shadow:0 10px 30px #0f172a1f}.side-nav:hover,.side-nav:focus-within{width:196px}.side-nav-item{color:#6b7280;cursor:pointer;background:0 0;border:0;border-radius:10px;justify-content:center;align-items:center;gap:0;width:100%;height:48px;padding:0;font-size:13px;font-weight:600;line-height:1;text-decoration:none;display:inline-flex}.side-nav-item:hover{color:#4b5563;background:#e5e7eb}.side-nav-item:focus-visible{outline:2px solid var(--primary-soft-2);outline-offset:1px}.side-nav-item.is-active{color:#374151;background:#dfe3e8;font-weight:700}.side-nav-item.is-logout{color:#6b7280;margin-top:2px}.side-nav-item.is-logout:hover{background:#e5e7eb}.side-nav-icon{flex:none;width:24px;height:24px;display:block}.side-nav-icon-wrap{flex:none;justify-content:center;align-items:center;display:inline-flex;position:relative}.side-nav-badge{color:#fff;text-align:center;background:#b42318;border-radius:999px;min-width:18px;height:18px;padding:0 5px;font-size:10px;font-weight:700;line-height:18px;position:absolute;top:-7px;right:-11px;box-shadow:0 0 0 2px #fff}.side-nav-badge-alert{min-width:16px;padding:0}.side-nav-label{white-space:nowrap;display:none;overflow:hidden}.side-nav-menu{gap:4px;display:grid}.side-nav-divider{border-top:1px solid #cfd4dc;width:calc(100% - 10px);margin:2px auto;display:block}.side-nav-bottom{border-top:1px solid #e2e8f0;gap:4px;margin-top:auto;padding-top:8px;display:grid}.side-nav:hover .side-nav-label,.side-nav:focus-within .side-nav-label{max-width:128px;display:inline-block}.side-nav:hover .side-nav-item,.side-nav:focus-within .side-nav-item{justify-content:flex-start;gap:12px;padding:0 12px}.side-info-panel{border:1px solid var(--line);z-index:50;background:#fff;border-radius:12px;width:240px;padding:10px;position:absolute;bottom:4px;left:calc(100% + 8px);box-shadow:0 8px 24px #0f172a26}.topbar{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.brand-topbar{border:1px solid var(--primary-line);background:linear-gradient(100deg,#f4f7ff 0%,#eef3ff 54%,#f8faff 100%);border-radius:14px;padding:10px 14px}.brand-main{min-width:0}.brand-customer{align-items:center;gap:10px;min-width:0;display:flex}.brand-customer-logo{width:auto;height:22px;display:block}.brand-divider{background:var(--primary-line);align-self:stretch;width:1px}.brand-title{font-size:20px}.brand-slogan{color:var(--primary);margin:1px 0 0;font-size:12px;font-weight:600}.brand-side{flex-direction:column;align-items:flex-end;display:flex}.brand-side-stack{justify-items:end;gap:5px;display:grid}.brand-side-actions{background:0 0;border:0;border-radius:12px;align-items:center;gap:6px;padding:0;display:inline-flex}.mode-switch{align-items:center;gap:6px;display:inline-flex}.mode-link{border-color:#b8c6e1}.mode-link-active{border-color:var(--primary);background:var(--primary);color:#fff}.mode-link-active:hover{border-color:var(--primary);background:var(--primary-strong)}.icon-action-btn{border:1px solid var(--button-subtle-border);background:var(--button-subtle-bg);height:36px;color:var(--button-subtle-text);cursor:pointer;border-radius:10px;align-items:center;gap:6px;padding:0 12px;font-size:13px;font-weight:600;line-height:1;text-decoration:none;display:inline-flex}.icon-action-btn:hover{border-color:var(--primary-line);background:#eef3ff}.icon-action-btn:focus-visible{outline:2px solid var(--primary-soft-2);outline-offset:1px}.icon-action-btn-primary{color:#1f2937;background:#c7d0de;border-color:#9aa7bd}.icon-action-btn-primary:hover{background:#b8c2d2;border-color:#8896ae}.user-menu[open]>.icon-action-btn-primary{color:#1f2937;background:#b8c2d2;border-color:#8896ae}.icon-action-btn-logout{color:#b42318;background:#fff7f6;border-color:#f3c1bc}.icon-action-btn-logout:hover{background:#fff0ee;border-color:#e89f99}.icon-action-svg{width:14px;height:14px;display:block}.user-menu{position:relative}.user-menu>summary{list-style:none}.user-menu>summary::-webkit-details-marker{display:none}.user-menu[open]>summary{border-color:var(--primary-line);background:#eef3ff}.user-menu-panel{border:1px solid var(--line);z-index:20;background:#fff;border-radius:10px;min-width:220px;padding:10px;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 8px 24px #0f172a26}.user-menu-label{color:var(--muted);margin:8px 0 0;font-size:12px}.user-menu-section-title{color:#334155;margin:10px 0 0;font-size:12px;font-weight:700}.user-menu-divider{border:0;border-top:1px solid var(--line);margin:10px 0 8px}.user-menu-panel .user-menu-label:first-child{margin-top:0}.user-menu-value{color:var(--text);margin:4px 0 0;font-size:13px;line-height:1.35}.user-menu-error{color:#b42318;margin:8px 0 0;font-size:12px}.powered-logo-wrap{opacity:1;background:#dbe3ef;border:0;border-radius:999px;justify-content:center;align-items:center;height:26px;padding:0 9px;display:inline-flex}.powered-by-image{width:auto;height:14px;display:block}.title{margin:0;font-size:26px;font-weight:700}.subtitle{color:var(--muted);margin:2px 0 0;font-size:13px}.home-link{background:var(--primary);color:#fff;cursor:pointer;border:0;border-radius:10px;justify-content:center;align-items:center;min-height:42px;padding:0 14px;font-family:inherit;font-size:14px;font-weight:600;line-height:1;display:inline-flex}.home-link:hover{background:var(--primary-strong)}.home-link:disabled{opacity:.7;cursor:wait}.filter-form{gap:12px;display:grid}.filter-label{color:var(--text);margin:0;font-size:14px;font-weight:600}.filter-grid{grid-template-columns:minmax(250px,1.5fr) minmax(120px,.8fr) minmax(120px,.8fr) minmax(120px,.8fr) minmax(160px,1fr);gap:10px;display:grid}.request-filter-grid{grid-template-columns:minmax(340px,2fr) minmax(130px,.9fr) minmax(130px,.9fr) minmax(130px,.9fr) minmax(170px,1.1fr)}.request-date-range{grid-template-columns:minmax(155px,1fr) auto minmax(155px,1fr)}.filter-input{border:1px solid var(--line);width:100%;height:42px;color:var(--text);background:#fff;border-radius:10px;margin-top:6px;padding:0 12px;font-family:inherit;font-size:14px;line-height:1.2}.filter-date-range{grid-template-columns:1fr auto 1fr;align-items:center;gap:8px;margin-top:6px;display:grid}.filter-date-range .filter-input{margin-top:0}.filter-date-separator{color:var(--muted);font-size:14px;font-weight:600}.checkbox-row{flex-wrap:wrap;gap:12px;margin-top:10px;display:flex}.checkbox-item{align-items:center;gap:6px;font-family:inherit;font-size:14px;display:inline-flex}.filter-actions{align-items:center;gap:10px;display:flex}.button{border:1px solid var(--primary);background:var(--primary);color:#fff;cursor:pointer;border-radius:10px;justify-content:center;align-items:center;min-height:42px;padding:0 14px;font-family:inherit;font-size:14px;font-weight:700;line-height:1;text-decoration:none;transition:background .15s,border-color .15s,color .15s,opacity .15s;display:inline-flex}.button:hover{border-color:var(--primary-strong);background:var(--primary-strong);color:#fff}.button:focus-visible{outline:2px solid var(--primary-soft-2);outline-offset:1px}.button.button-subtle{border-color:var(--button-subtle-border);background:var(--button-subtle-bg);color:var(--button-subtle-text)}.button.button-subtle:hover{border-color:var(--primary-line);color:var(--button-subtle-text);background:#eef3ff}.button:disabled,.button[aria-disabled=true]{opacity:.5;cursor:default}.filter-actions .button,.filter-actions .reset-link,.filter-actions .home-link{min-width:92px}.filter-actions .home-link{border:1px solid #0000;border-radius:10px;min-height:42px;padding:0 14px;font-family:inherit;font-size:14px}.filter-actions .home-link:disabled{opacity:.7;cursor:wait}.filter-actions .home-link.home-link-needs-apply{background:#d92d20}.filter-actions .home-link.home-link-needs-apply:hover{background:#b42318}.filter-loading-hint,.filter-pending-inline-hint{color:var(--muted);align-self:center;margin:0;font-size:13px}body.filter-query-submitting .table-wrap{pointer-events:none}.reset-link{border:1px solid var(--button-subtle-border);background:var(--button-subtle-bg);color:var(--button-subtle-text);border-radius:10px;justify-content:center;align-items:center;min-height:42px;padding:0 14px;font-family:inherit;font-size:14px;font-weight:600;line-height:1;display:inline-flex}.reset-link:hover{border-color:var(--primary-line);background:#eef3ff}.grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.summary-card .value{align-items:baseline;gap:8px;display:flex}.value-divider{color:var(--muted);font-size:18px;font-weight:600}.summary-caption{color:var(--muted);margin:6px 0 0;font-size:12px}.card{background:var(--panel);border:1px solid var(--line);border-radius:14px;padding:16px}.label{color:var(--muted);margin:0;font-size:12px}.value{margin:8px 0 0;font-size:24px;font-weight:700}.section{margin-top:20px}.request-summary-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.report-results-filter-grid{grid-template-columns:1.4fr repeat(4,minmax(0,1fr))}.report-results-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch}.counterfeit-filter-grid{grid-template-columns:minmax(260px,1.4fr) minmax(120px,.65fr) minmax(140px,.75fr) minmax(180px,.95fr) minmax(220px,1.1fr)}.counterfeit-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.counterfeit-tab-summary-grid{margin-top:14px;margin-bottom:16px}.counterfeit-sub-tabs{flex-wrap:wrap;margin-top:14px;margin-bottom:16px;overflow-x:visible}.counterfeit-sub-tabs .table-tab{white-space:normal;text-align:center;flex:240px;justify-content:center;align-items:center;display:flex}.counterfeit-risk-metric-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.counterfeit-status-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:16px}.counterfeit-summary-list{gap:6px;margin-top:6px;display:grid}.counterfeit-summary-list-item{color:var(--text);margin:0;font-size:13px;font-weight:600}.counterfeit-risk-list-stack{gap:16px;display:grid}.counterfeit-table-section{scroll-margin-top:88px}.counterfeit-fixed-brand-pill{box-sizing:border-box;color:#294b89;background:#f8fbff;border:1px solid #d6deec;border-radius:10px;align-items:center;width:100%;min-height:42px;margin-top:6px;padding:0 14px;font-size:14px;font-weight:700;display:flex}.counterfeit-scope-card{justify-content:space-between;align-items:center;gap:20px;display:flex}.counterfeit-scope-value{color:#294b89}.counterfeit-scope-meta{text-align:right;min-width:180px}.summary-card-link{color:inherit;text-decoration:none;transition:border-color .15s,box-shadow .15s,transform .15s;display:block}.summary-card-link:hover{border-color:var(--primary-line);transform:translateY(-1px);box-shadow:0 10px 24px #0f172a14}.summary-card-link:focus-visible{outline:2px solid var(--primary-soft-2);outline-offset:2px}.report-results-table{table-layout:fixed}.counterfeit-table-wrap{overflow:auto hidden}.counterfeit-table{table-layout:fixed;width:100%;min-width:0}.counterfeit-table th,.counterfeit-table td{white-space:nowrap;vertical-align:middle}.counterfeit-table .counterfeit-col-checkbox{text-align:center;width:44px}.counterfeit-table .counterfeit-col-status{width:76px}.counterfeit-table .counterfeit-col-date{width:104px}.counterfeit-table .counterfeit-col-metric{text-align:right;width:72px}.counterfeit-table th.counterfeit-col-metric{white-space:normal;line-height:1.2}.counterfeit-table .counterfeit-score-cell{font-variant-numeric:tabular-nums}.counterfeit-table .counterfeit-score-cell-danger{color:#b42318;background:#fff1f1;font-weight:700}.counterfeit-table .counterfeit-col-market{white-space:normal;word-break:keep-all;width:112px;padding-right:14px;line-height:1.35}.counterfeit-table .counterfeit-col-store{white-space:normal;word-break:break-word;width:120px;padding-left:14px;line-height:1.35}.counterfeit-table .counterfeit-col-seller{white-space:normal;word-break:break-word;width:118px;line-height:1.35}.counterfeit-table .counterfeit-col-product-name{white-space:normal;word-break:break-word;width:220px;max-width:220px;line-height:1.35;overflow:hidden}.counterfeit-table .counterfeit-col-reviewer{white-space:normal;word-break:break-word;width:112px;max-width:112px;line-height:1.35}.counterfeit-table .counterfeit-col-address{white-space:normal;word-break:break-word;width:150px;max-width:150px;line-height:1.35}.counterfeit-table .counterfeit-col-price{text-align:right;font-variant-numeric:tabular-nums;width:96px}.counterfeit-table .counterfeit-col-thumb{text-align:center;width:76px}.counterfeit-status-badge{border-radius:999px;justify-content:center;align-items:center;min-width:62px;padding:5px 10px;font-size:12px;font-weight:700;display:inline-flex}.counterfeit-status-badge.is-confirmed{color:#b42318;background:#fee4e2}.counterfeit-status-badge.is-pending{color:#4338ca;background:#eef2ff}.counterfeit-thumb-link{justify-content:center;align-items:center;display:inline-flex}.counterfeit-thumb{object-fit:cover;background:#f8fafc;border:1px solid #dbe1ea;border-radius:8px;width:48px;height:48px;display:block}.counterfeit-thumb-empty{width:48px;height:48px;color:var(--muted);border:1px dashed #d0d9e8;border-radius:8px;justify-content:center;align-items:center;font-size:12px;display:inline-flex}.counterfeit-slide{z-index:41}.counterfeit-panel-summary-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.counterfeit-panel-summary-line{align-items:center;gap:8px;margin-top:8px;display:flex}.counterfeit-risk-pill{border-radius:999px;justify-content:center;align-items:center;min-width:52px;padding:5px 10px;font-size:12px;font-weight:700;display:inline-flex}.counterfeit-risk-pill.is-danger{color:#b42318;background:#fee4e2}.counterfeit-risk-pill.is-warning{color:#111827;background:#fff4df}.counterfeit-risk-pill.is-muted{color:#111827;background:#eef2f7}.counterfeit-panel-confirm-btn{white-space:nowrap}.counterfeit-panel-note{color:#475467;margin:0;font-size:13px;line-height:1.45}.counterfeit-signal-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.counterfeit-panel-image-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.counterfeit-panel-image-card{gap:8px;display:grid}.counterfeit-panel-image,.counterfeit-panel-image-empty{width:100%;height:188px}.counterfeit-panel-signal-danger{color:#b42318;font-weight:700}.counterfeit-panel-signal-default{color:#111827;font-weight:700}.counterfeit-link{font-weight:600}.counterfeit-link-empty{color:var(--muted)}.counterfeit-confirm-btn:disabled{opacity:.55;cursor:default}.counterfeit-table-caption{margin:0}.report-results-table th,.report-results-table td{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.report-results-table th:first-child,.report-results-table td:first-child{width:88px}.report-results-table th:nth-child(2),.report-results-table td:nth-child(2){width:72px}.report-results-table th:nth-child(3),.report-results-table td:nth-child(3){width:88px}.report-results-table th:nth-child(4),.report-results-table td:nth-child(4){width:140px}.report-results-table th:nth-child(4){white-space:normal;line-height:1.35}.report-results-table th:nth-child(5),.report-results-table td:nth-child(5){width:124px}.report-results-table th:nth-child(6),.report-results-table td:nth-child(6){width:104px}.report-results-table th:nth-child(7),.report-results-table td:nth-child(7){width:96px}.report-results-table th:nth-child(8),.report-results-table td:nth-child(8){width:172px}.report-results-table th:nth-child(9),.report-results-table td:nth-child(9){width:112px}.report-results-table th:nth-child(10),.report-results-table td:nth-child(10){width:96px}.report-results-table th:nth-child(11),.report-results-table td:nth-child(11){width:128px}.report-result-status-badge{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;min-width:68px;padding:5px 10px;font-size:12px;font-weight:700;display:inline-flex}.report-result-status-badge.is-completed{color:#166534;background:#e7f6ee}.report-result-status-badge.is-pending{color:#b45309;background:#fff4e5}.report-result-status-badge.is-manual_completed{color:#4338ca;background:#eef2ff}.report-result-issue-list{flex-wrap:nowrap;gap:6px;display:flex;overflow:hidden}.report-result-issue-pill{color:#374151;text-overflow:ellipsis;white-space:nowrap;background:#f3f4f6;border-radius:999px;align-items:center;max-width:100%;padding:4px 8px;font-size:12px;font-weight:600;display:inline-flex;overflow:hidden}.report-results-summary-breakdown{flex-direction:column;gap:8px;margin-top:14px;display:flex}.report-results-summary-breakdown-row{color:var(--muted);justify-content:space-between;align-items:center;gap:10px;font-size:13px;display:flex}.report-results-summary-breakdown-row strong{color:var(--text);font-size:14px}.report-results-pagination{margin-top:16px}.report-results-row{cursor:pointer}.report-results-row:hover{background:#f8fafc}.report-results-row-selected{background:#eef4ff}.report-results-slide-backdrop{z-index:40;background:#0f172a42;position:fixed;inset:0}.report-results-slide{z-index:41}.request-action-success{color:#166534;margin:8px 0 0;font-size:13px;font-weight:600}.request-action-error{color:#b91c1c;margin:8px 0 0;font-size:13px;font-weight:600}.button.is-disabled{pointer-events:none;opacity:.5}.request-overview-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.rights-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.rights-flow-intro-stack{gap:10px;display:grid}.rights-flow-intro-card{background:radial-gradient(circle at 100% 0,#c63f451f,#0000 32%),linear-gradient(135deg,#fff7f5 0%,#fff 72%);padding:18px 20px}.rights-flow-intro-card-secondary{background:radial-gradient(circle at 100% 0,#94a3b81f,#0000 32%),linear-gradient(135deg,#f8fafc 0%,#fff 72%)}.rights-flow-headline{color:#111827;margin:10px 0 0;font-size:20px;font-weight:700;line-height:1.5}.rights-total-disclosure{margin-top:14px;padding:0;overflow:hidden}.rights-total-summary{cursor:pointer;justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;list-style:none;display:flex}.rights-total-summary::-webkit-details-marker{display:none}.rights-total-summary-action{color:#c63f45;flex:none;align-items:center;gap:8px;font-size:13px;font-weight:700;display:inline-flex}.rights-total-summary-action:after{content:"▾";font-size:12px;transition:transform .2s}.rights-total-disclosure[open] .rights-total-summary-action:after{transform:rotate(180deg)}.rights-total-summary-close,.rights-total-disclosure[open] .rights-total-summary-open{display:none}.rights-total-disclosure[open] .rights-total-summary-close{display:inline}.rights-total-disclosure-body{border-top:1px solid #94a3b82e;gap:12px;padding:0 18px 18px;display:grid}.rights-total-disclosure-body .rights-flow-intro-card{margin-top:18px}.rights-total-loading-card{align-items:center;gap:14px;margin-top:18px;padding:18px 20px;display:flex}.rights-total-loading-indicator{border:2px solid #c63f452e;border-top-color:#c63f45;border-radius:999px;flex:none;width:18px;height:18px;animation:.9s linear infinite rights-total-spin}@keyframes rights-total-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.rights-stage-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:12px}.rights-stage-card{background:linear-gradient(#fffffffa 0%,#f8fafcfa 100%);border-radius:18px;grid-template-rows:236px auto minmax(132px,1fr);min-height:100%;padding:18px;display:grid;position:relative;box-shadow:0 14px 34px #0f172a0f}.rights-stage-card:after{content:"→";border:1px solid var(--line);color:#c63f45;z-index:1;background:#fff;border-radius:999px;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;font-weight:700;display:flex;position:absolute;top:26px;right:-16px;box-shadow:0 10px 24px #0f172a14}.rights-stage-card:last-child:after{display:none}.rights-stage-card-muted{background:linear-gradient(#f8fafcfa 0%,#f1f5f9fa 100%)}.rights-stage-head{align-items:flex-start;gap:10px;display:flex}.rights-stage-heading-copy{min-height:64px}.rights-stage-top{flex-direction:column;gap:12px;height:100%;padding-bottom:48px;display:flex}.rights-stage-support-caption{min-height:34px;margin-top:-2px}.rights-stage-step{color:#fff;background:#c63f45;border-radius:10px;flex:none;justify-content:center;align-items:center;width:30px;height:30px;font-size:13px;font-weight:700;display:inline-flex}.rights-stage-title{color:#111827;margin:0;font-size:15px;font-weight:700}.rights-stage-caption{color:#64748b;margin:4px 0 0;font-size:12px;line-height:1.45}.rights-stage-value{color:#111827;margin:2px 0 0;font-size:32px;font-weight:800;line-height:1}.rights-stage-kicker{color:#c63f45;margin:-4px 0 0;font-size:12px;font-weight:700}.rights-stage-metric-list{flex-direction:column;gap:8px;display:flex}.rights-stage-top-metric-list{margin-top:8px;margin-bottom:20px}.rights-stage-action-top-metric-list{margin-bottom:22px}.rights-stage-divider{border-top:1px solid #94a3b83d;width:100%;margin-top:12px}.rights-stage-bottom{grid-template-rows:minmax(0,1fr) auto;gap:8px;height:100%;min-height:0;padding-top:8px;display:grid}.rights-stage-bottom .rights-stage-metric-list{align-content:start;margin-top:0}.rights-stage-note{align-self:end;align-items:flex-start;min-height:32px;display:flex}.rights-stage-note .summary-caption{margin:0}.rights-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:12px}.rights-detail-card{flex-direction:column;gap:8px;display:flex}.rights-breakdown-row{justify-content:space-between;align-items:baseline;gap:8px;font-size:13px;display:flex}.rights-breakdown-row span:last-child{font-weight:700}.request-judgement-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.home-filter-card{padding:14px}.home-filter-form{gap:10px}.home-default-period-caption{margin:0}.home-filter-grid{grid-template-columns:320px 190px 190px}.home-filter-grid input[type=date].filter-input,.home-filter-grid select.filter-input{border-radius:10px!important}.home-period-field{width:320px}.home-period-field .request-date-range{grid-template-columns:minmax(140px,1fr) auto minmax(140px,1fr)}.home-brand-field{width:190px}.filter-actions .home-link,.filter-actions .reset-link{justify-content:center;align-items:center;min-width:92px;height:42px;padding:0 14px;font-size:14px;display:inline-flex}.price-trend-row-list{--price-trend-columns:minmax(280px, 1fr) minmax(340px, 1.3fr) minmax(340px, 1.3fr);gap:10px;display:grid}.price-trend-grid-head{grid-template-columns:var(--price-trend-columns);align-items:center;gap:10px;padding:0 8px;display:grid}.price-trend-grid-head-cell{color:#334155;min-width:0;font-size:13px;font-weight:700}.price-trend-grid-head-cell .label{margin:0}.price-trend-row-card{grid-template-columns:var(--price-trend-columns);background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;align-items:stretch;gap:8px;padding:6px;display:grid}.price-trend-cell{background:#fff;border:1px solid #d5dfea;border-radius:10px;flex-direction:column;justify-content:center;height:146px;min-height:146px;padding:6px;display:flex}.price-trend-rate-box{text-align:left;justify-content:flex-start}.price-trend-rate-box .label{margin:0 0 4px;font-size:13px}.price-trend-rate-head{grid-template-columns:92px minmax(0,1fr);align-items:center;gap:6px;display:grid}.price-trend-rate-title,.price-trend-rate-chart-title{color:#475569;white-space:nowrap;margin:0;padding-inline:8px;font-size:13px;font-weight:700;line-height:1.2}.price-trend-rate-chart-title{text-align:right}.price-trend-rate-value{color:#b42318;justify-content:center;align-items:center;margin:0;font-size:26px;font-weight:800;line-height:1;display:flex}.price-trend-rate-content{flex:1;grid-template-columns:92px minmax(0,1fr);align-items:stretch;gap:6px;min-height:0;display:grid}.price-trend-inline-chart{align-items:stretch;min-width:0;height:100%;margin-top:0;display:flex;overflow:hidden}.price-trend-product-card{grid-template-columns:116px minmax(0,1fr);align-items:center;gap:14px;display:grid}.price-trend-thumb-wrap{width:116px;height:116px}.price-trend-thumb{object-fit:cover;background:0 0;border:1px solid #e5e7eb;border-radius:10px;width:116px;height:116px}.price-trend-thumb-empty{color:#64748b;background:#fff;border:1px solid #e5e7eb;border-radius:10px;justify-content:center;align-items:center;font-size:11px;display:flex}.price-trend-product-meta{flex-direction:column;justify-content:center;gap:4px;min-width:0;display:flex}.price-trend-product-meta p{color:#334155;margin:0;font-size:13px;line-height:1.35}.price-trend-seller-content{flex:1;grid-template-columns:92px minmax(0,1fr);align-items:stretch;gap:6px;min-height:0;display:grid}.price-trend-seller-card{justify-content:center}.price-trend-seller-head{grid-template-columns:92px minmax(0,1fr);align-items:center;gap:6px;display:grid}.price-trend-seller-title{color:#475569;white-space:nowrap;margin:0;padding-inline:8px;font-size:13px;font-weight:700;line-height:1.2}.price-trend-seller-value{color:#111;justify-content:center;align-items:center;margin:0;font-size:26px;font-weight:800;line-height:1;display:flex}.price-trend-seller-chart{align-items:stretch;min-width:0;height:100%;display:flex}.price-trend-seller-chart-title{color:#475569;text-align:right;white-space:nowrap;margin:0;padding-inline:8px;font-size:13px;font-weight:700;line-height:1.2}.price-trend-hist-svg{width:100%;height:100%;min-height:0;margin-top:0}.price-trend-row-chart-wrap{width:100%;height:100%;position:relative;overflow:hidden}.price-trend-row-chart-svg{background:0 0;border:0;border-radius:0;width:100%;height:100%;min-height:0}.price-trend-row-chart-svg .axis-line{stroke:#94a3b8;stroke-width:1px}.price-trend-hist-svg .axis-line{stroke:#d8e0ea;stroke-width:1px}.price-trend-hist-svg .axis-label{fill:#64748b;font-family:inherit;font-size:13px}.price-trend-hist-svg .axis-tick{stroke:#d8e0ea;stroke-width:1px}.price-trend-hist-svg .price-trend-hist-bar{fill:#cbd5e1}.price-trend-hist-svg .hist-count-label{fill:#6b7280;font-family:inherit;font-size:14px;font-weight:700}.price-trend-row-chart-svg .price-line{fill:none;stroke:#9ca3af;stroke-width:2px}.price-trend-row-chart-svg .price-point{fill:#fff;stroke:#9ca3af;stroke-width:1.8px}.price-trend-row-chart-svg .price-point-highlight{fill:#c63f45;stroke:#c63f45}.price-trend-row-chart-svg .axis-label{fill:#475569;font-family:inherit;font-size:13px}.section-header{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.table-wrap{width:100%;max-width:100%;overflow:hidden}.table{border-collapse:collapse;background:var(--panel);border:1px solid var(--line);border-radius:14px;width:100%;overflow:hidden}.review-table{table-layout:fixed;min-width:0}.request-table-card{padding:12px}.request-table{table-layout:fixed}.request-table th,.request-table td{vertical-align:middle;font-size:13px}.request-table .request-product-cell,.request-table .request-seller-cell,.request-table .request-reason-cell{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.request-table .request-reason-cell{max-width:280px}.request-create-btn{height:32px;padding:0 10px;font-size:12px}.request-badge-active{background:var(--primary-soft);color:var(--primary)}.request-status-requested{color:var(--primary);background:#eaf0ff}.request-status-in-progress{color:#c24a2e;background:#fff0ea}.request-status-completed{color:var(--ok);background:#dff5e7}.request-status-on-hold{color:#475569;background:#f1f5f9}.judgement-status-empty{color:#475569;background:#e2e8f0}.judgement-status-pending{color:var(--primary);background:#eaf0ff}.judgement-status-in-progress{color:#c24a2e;background:#fff0ea}.judgement-status-completed{color:#1d4ed8;background:#dbeafe}.judgement-status-rejected{color:#334155;background:#edf2f7}.judgement-status-violation{color:#b42318;background:#ffe7e3}.request-priority-normal{color:#334155;background:#edf2f7}.request-priority-urgent{color:#b42318;background:#ffe7e3}.request-section-title{margin:0;font-size:16px;font-weight:700}.request-target-tabs{margin-bottom:10px}.request-target-mid-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.request-target-status-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:10px}.request-target-status-grid-pending{grid-template-columns:repeat(2,minmax(0,1fr))}.request-list-controls{margin-bottom:10px}.request-top10-card{padding:14px}.request-product-overview-card{padding:12px}.request-product-overview-card .summary-caption{font-size:12px}.request-product-overview-layout{grid-template-columns:168px minmax(300px,380px) minmax(0,1fr);align-items:stretch;gap:12px;min-width:0;display:grid}.request-product-thumbnail-wrap{align-self:center;width:168px;height:168px}.request-product-thumbnail{border:1px solid var(--line);object-fit:cover;background:#f8fafc;border-radius:12px;width:168px;height:168px}.request-product-thumbnail-link{border-radius:12px;width:168px;height:168px;display:block}.request-product-thumbnail-link:hover .request-product-thumbnail{box-shadow:0 4px 12px #1e293b2e}.request-product-thumbnail-empty{color:#64748b;justify-content:center;align-items:center;font-size:12px;display:flex}.request-product-overview-meta{border:1px solid var(--line);background:#f8fafc;border-radius:12px;flex-direction:column;justify-content:center;gap:7px;min-width:0;height:168px;padding:10px 12px;display:flex}.request-product-overview-meta p{color:#334155;margin:0;font-size:13px;line-height:1.35}.request-product-overview-chart-pane{border:1px solid var(--line);background:#f8fafc;border-radius:12px;grid-template-rows:auto 1fr;gap:6px;min-width:0;height:168px;padding:8px 10px;display:grid;overflow:hidden}.request-product-overview-chart-title{color:#64748b;margin:0;font-size:13px}.request-product-overview-chart-wrap{width:100%;min-width:0;height:100%;min-height:0;position:relative;overflow:hidden}.request-product-overview-chart-svg{background:0 0;border:0;border-radius:0;width:100%;height:100%;min-height:0;display:block}.request-product-overview-chart-svg .axis-line{stroke:#94a3b8;stroke-width:1px}.request-product-overview-chart-svg .reference-line{stroke:#16a34a;stroke-width:1.5px;stroke-dasharray:5 5}.request-product-overview-chart-svg .price-line{fill:none;stroke:#1f2937;stroke-width:2px}.request-product-overview-chart-svg .price-point{fill:#fff;stroke:#c63f45;stroke-width:1.8px}.request-product-overview-chart-svg .axis-label{fill:#475569;font-family:inherit;font-size:13px}.request-product-overview-hover-tooltip{color:#f8fafc;pointer-events:none;z-index:2;background:#0f172af2;border-radius:8px;min-width:180px;padding:8px 10px;font-size:12px;line-height:1.35;position:absolute;transform:translate(-50%,calc(-100% - 12px));box-shadow:0 8px 22px #0f172a40}.request-product-overview-hover-tooltip p{margin:0}.request-top10-form{align-items:end;gap:10px;margin:10px 0 14px;display:flex}.request-top10-select{min-width:220px;max-width:340px}.request-top10-grid{grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);align-items:start;gap:12px;display:grid}@media (max-width:1500px){.request-product-overview-layout{grid-template-columns:168px minmax(0,1fr)}.request-product-overview-chart-pane{grid-column:1/-1;height:220px}.request-top10-grid{grid-template-columns:1fr}}.request-top10-table th,.request-top10-table td{font-size:12px}.request-top10-selected-row{background:#f3f8ff}.request-top10-side{gap:12px;display:grid}.request-top10-subcard{padding:12px}.request-top10-side-form{gap:8px;margin-top:8px;display:grid}.request-top10-side-select{width:100%;min-width:0;max-width:100%;font-size:14px}.request-top10-loading{color:var(--muted);align-self:start;align-items:center;gap:8px;min-height:16px;line-height:1.25;display:flex}.request-top10-spinner{border:2px solid #cbd5e1;border-top-color:var(--primary);border-radius:50%;flex:none;width:14px;min-width:14px;height:14px;min-height:14px;animation:.8s linear infinite request-top10-spin;display:inline-block}.request-top10-loading-text{-webkit-text-size-adjust:100%;margin:0;font-weight:500;line-height:1.25;font-size:12px!important}@keyframes request-top10-spin{to{transform:rotate(360deg)}}.request-top10-range-table th,.request-top10-range-table td{font-size:12px}.request-top10-chart-wrap{width:100%;position:relative}.request-top10-chart-svg{border:1px solid var(--line);background:#f8fafc;border-radius:10px;width:100%;height:auto}.request-top10-chart-svg .axis-line{stroke:#94a3b8;stroke-width:1px}.request-top10-chart-svg .price-line{fill:none;stroke:#1f2937;stroke-width:2px}.request-top10-chart-svg .price-series-line{fill:none;stroke:#1e293b73;stroke-width:1.4px}.request-top10-chart-svg .date-guide-line{stroke:#94a3b84d;stroke-width:1px}.request-top10-chart-svg .axis-label{fill:#475569;font-family:inherit;font-size:13px}.request-top10-chart-svg circle{cursor:pointer;stroke:#fff;stroke-width:1px}.request-top10-hover-tooltip{color:#f8fafc;pointer-events:none;z-index:2;background:#0f172af2;border-radius:8px;min-width:180px;padding:8px 10px;font-size:12px;line-height:1.35;position:absolute;transform:translate(-50%,calc(-100% - 12px));box-shadow:0 8px 22px #0f172a40}.request-top10-hover-tooltip p{margin:0}.request-top10-chart-legend-row{flex-wrap:wrap;align-items:center;gap:12px;margin-top:10px;display:flex}.request-top10-chart-legend-title{color:#475569;margin:0;font-size:12px;font-weight:600}.request-top10-chart-legend{color:#475569;flex-wrap:wrap;gap:10px;margin-top:0;font-size:12px;display:flex}.request-top10-chart-legend span{align-items:center;gap:6px;display:inline-flex}.legend-dot{border-radius:50%;width:9px;height:9px;display:inline-block}.legend-under{background:#c63f45}.legend-match{background:#cbd5e1}.legend-over{background:#64748b}.request-candidate-table .col-request-action{text-align:center;width:8.6%;min-width:92px}.request-candidate-table td.col-request-action{text-align:center}.request-candidate-table .request-create-btn{justify-content:center;align-items:center;width:100%;min-height:32px;display:inline-flex}.request-candidate-table .request-badge-active{white-space:nowrap}.table th,.table td{border-bottom:1px solid var(--line);text-align:left;padding:8px;font-size:14px}.review-table th,.review-table td{text-overflow:ellipsis;overflow:hidden}.review-table .sort-btn{white-space:nowrap}.review-table .header-two-line{white-space:normal;vertical-align:middle;line-height:1.1;display:inline-block}.review-table .col-brand{width:7.2%}.review-table .col-market{width:8.2%}.review-table .col-store,.review-table .col-seller-name{width:8.2%;min-width:120px}.review-table .col-product-keyword{width:10%}.request-candidate-table .col-seller-name{width:8.2%;min-width:130px}.request-candidate-table .col-product-keyword{min-width:220px}.request-candidate-table .col-product-keyword-wrap{white-space:normal;word-break:break-word;line-height:1.35}.review-table .col-task-id{width:7.4%;min-width:84px}.review-table .col-scraped-date{width:8.2%;min-width:108px}.review-table .col-product-name{width:18%}.review-table .col-thumbnail-image{text-align:center;width:6.2%;min-width:76px}.request-candidate-table .col-product-name{width:24%;min-width:260px}.review-table .col-fixed{white-space:nowrap;vertical-align:middle}.review-table .col-bulk-select{text-align:center;width:3.5%;min-width:40px}.bulk-select-header{align-items:center;gap:6px;display:inline-flex}.bulk-select-header span{font-size:12px;font-weight:600}.review-table th.col-seller-type .sort-btn,.review-table th.col-review-status .sort-btn,.review-table th.col-detail-status .sort-btn{white-space:normal;line-height:1.15}.review-table .col-seller-type{width:5.8%}.review-table .col-list-price{font-variant-numeric:tabular-nums;width:8%}.review-table .col-discount-rate{font-variant-numeric:tabular-nums;width:6%}.discount-rate-under{color:var(--text);font-weight:400}.discount-rate-over{color:var(--text);white-space:pre-line;font-weight:400;line-height:1.15;display:inline-block}.review-table .col-review-status{width:7%}.review-table .col-reviewer{width:8%}.review-table .col-completed-at{width:11%}.review-table .col-review-outcome{width:8%}.review-table .col-ingredient-status{width:5.4%}.review-table .col-detail-status{width:6.2%}.review-table .col-thumbnail-status{white-space:normal;width:7.2%}.thumbnail-preview-link{justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.thumbnail-preview{object-fit:cover;vertical-align:middle;width:40px;height:40px}.thumbnail-preview-empty{width:40px;height:40px;color:var(--muted);justify-content:center;align-items:center;font-size:12px;display:inline-flex}.subsection-title{color:var(--text);margin:12px 0 8px;font-size:15px;font-weight:700}.dashboard-subsection-title{font-size:22px;font-weight:800}.confirmed-title{margin-top:16px}.confirmed-table{margin-bottom:6px}.confirmed-table .col-task-id{width:6.8%}.confirmed-table .col-brand{width:6.4%}.confirmed-table .col-market{width:7.2%}.confirmed-table .col-product-name{width:14.5%}.confirmed-table .col-store{width:7.2%;min-width:96px}.confirmed-table .col-seller-name{width:8%;min-width:110px}.confirmed-table .col-seller-type{width:5.2%}.confirmed-table .col-reviewer{width:7%}.confirmed-table .col-completed-at{width:9.5%}.confirmed-table .col-review-outcome{width:7.4%}.confirmed-table .col-ingredient-status{width:5%}.confirmed-table .col-detail-status{width:5.8%}.confirmed-table .col-thumbnail-status{width:6%}.confirmed-table td,.confirmed-table .col-thumbnail-status{white-space:nowrap}.empty-cell{color:var(--muted);text-align:center!important;padding:18px 10px!important}.table-tabs{flex-wrap:nowrap;gap:8px;margin:10px 0 12px;display:flex;overflow-x:auto}.queue-progress-summary{margin:0 0 12px}.queue-progress-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.confirmed-outcome-summary{margin:0 0 12px}.confirmed-outcome-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.confirmed-outcome-grid .card{padding:14px}.excluded-reason-summary-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.excluded-reason-summary-grid .card{border-radius:12px;padding:10px 12px}.summary-card-filter-btn{text-align:left;background:var(--surface);cursor:pointer;border:1px solid #c9d2e3;width:100%;transition:transform .14s,box-shadow .18s,border-color .14s,background-color .14s;transform:translateY(0);box-shadow:0 1px 2px #0f172a0a}.summary-card-filter-btn:hover:not(:disabled){background:#f7faff;border-color:#7f95c5;transform:translateY(-2px);box-shadow:0 10px 20px #1c3f781f}.summary-card-filter-btn.active{background:#edf3ff;border-color:#3b5aa1;box-shadow:0 8px 18px #2a4a8833}.summary-card-filter-btn:active:not(:disabled){transform:translateY(0);box-shadow:0 4px 10px #1c3f7824}.summary-card-filter-btn:focus-visible{outline-offset:1px;outline:2px solid #7f95c5}.summary-card-filter-btn:disabled{cursor:wait}.queue-progress-grid .card{padding:14px}.summary-card-static{flex-direction:column;justify-content:flex-start;min-height:100%;display:flex}.summary-platform-breakdown{flex-direction:column;gap:8px;margin-top:12px;display:flex}.summary-platform-breakdown-row{color:var(--muted);justify-content:space-between;align-items:center;gap:10px;font-size:13px;display:flex}.summary-platform-breakdown-row strong{color:var(--text);font-size:14px}.excluded-reason-summary-grid .label{white-space:nowrap}.excluded-reason-value{color:var(--text);margin-top:6px;font-size:22px}.outcome-value-normal{color:#2f855a}.outcome-value-white-seller{color:var(--primary)}.outcome-value-report-target{color:#b42318}.table-tab{border:1px solid var(--button-subtle-border);background:var(--button-subtle-bg);color:var(--button-subtle-text);cursor:pointer;white-space:nowrap;border-radius:12px;flex:none;padding:10px 16px;font-weight:600;line-height:1.2;font-size:14px!important}.table-tab:disabled{opacity:.65;cursor:wait}.table-tab.active{background:var(--primary);border-color:var(--primary);color:#fff}.table-tab-badge{color:#b42318;background:#b423181f;border-radius:999px;justify-content:center;align-items:center;margin-left:8px;padding:2px 8px;font-size:12px;font-weight:700;display:inline-flex}.table-tab.active .table-tab-badge{color:#fff;background:#ffffff2e}.pagination-bar{justify-content:space-between;align-items:center;gap:8px;margin-top:10px;margin-bottom:10px;display:flex}.table-search{margin-right:8px}.table-middle-action{flex:1;justify-content:center;gap:8px;min-width:0;display:flex}.pagination-controls{align-items:center;gap:8px;margin-left:auto;display:inline-flex}.white-seller-bulk-btn{color:#24539a;background:#e8f3ff;border-color:#8cbcf5}.white-seller-bulk-btn:hover{color:#1f4a89;background:#d7eaff;border-color:#6fa6ec}.normal-bulk-btn{color:#1f6a3a;background:#e7f6ec;border-color:#9ad0ab}.normal-bulk-btn:hover{color:#17542d;background:#d8efdf;border-color:#7fbe95}.list-exclude-bulk-btn{color:#334155;background:#edf2f7;border-color:#a8b3c4}.list-exclude-bulk-btn:hover{color:#1e293b;background:#e2e8f0;border-color:#94a3b8}.export-download-btn,.export-download-btn.pagination-btn{color:#1e293b;background:#e2e8f0;border-color:#94a3b8;height:42px;min-height:42px;padding:0 14px;font-size:14px}.export-download-btn:hover{color:#0f172a;background:#d8e0ea;border-color:#8392a7}body.export-query-submitting>*{pointer-events:none}body.export-query-submitting:before{content:"";z-index:9998;background:#f1f5f9b8;position:fixed;inset:0}body.export-query-submitting:after{content:"엑셀 생성 중...";color:#1e293b;text-align:center;z-index:9999;pointer-events:none;cursor:wait;background:#fff;border:1px solid #94a3b8;border-radius:12px;min-width:180px;padding:14px 18px;font-size:14px;font-weight:600;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 10px 30px #0f172a1f}.table-action-error,.table-action-success{margin:4px 0 10px;font-size:13px}.table-action-error{color:#b42318}.table-action-success{color:#2f855a}.table-bulk-hint{color:#4b647f;margin:2px 0 10px;font-size:12px}.brand-request-notice{background:#fff5f5;border:1px solid #f1c7c4;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;margin:0 0 12px;padding:12px 14px;display:flex}.brand-request-notice-text{color:#b42318;margin:0;font-size:12px;font-weight:600}.brand-request-notice-btn{white-space:nowrap}.table-search-input{border:1px solid var(--line);width:220px;height:34px;color:var(--text);background:#fff;border-radius:10px;padding:0 10px;font-family:inherit;font-size:13px}.table-search-input::placeholder{color:#64748b}.pagination-info{color:var(--muted);font-size:13px}.pagination-loading{color:var(--primary);font-size:13px;font-weight:600}.pagination-btn:disabled{opacity:.45;cursor:wait}.pagination-btn{min-height:34px;padding:0 10px;font-size:13px}.sort-btn{font:inherit;color:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:4px;margin:0;padding:0;font-weight:700;display:inline-flex}.review-row{cursor:pointer}.review-row:hover{background:#f8fafc}.review-row-new-request{background:#fff6ed}.review-row-new-request:hover{background:#ffedd5}.review-row-priority{box-shadow:inset 3px 0 0 var(--primary)}.review-row-selected{background:var(--primary-soft)}.thumbnail-cell{flex-direction:column;align-items:flex-start;gap:2px;display:flex}.thumbnail-status-row{white-space:nowrap;align-items:center;gap:6px;display:inline-flex}.thumbnail-score-block{flex-direction:column;align-items:flex-start;gap:0;line-height:1.2;display:flex}.thumbnail-score{color:var(--muted);white-space:nowrap;font-size:14px}.thumbnail-score-danger{color:#b42318}.item-status{font-weight:400}.item-status-normal{color:#2f855a}.item-status-violation{color:#b42318}.item-status-delisted{color:#6b7280}.review-outcome-white-seller{color:var(--primary)}.white-seller-chip{color:var(--primary);background:var(--primary-soft);white-space:nowrap;border-radius:999px;align-self:flex-start;margin-top:0;padding:3px 8px;font-size:12px;font-weight:600;display:inline-block}.slide-overlay{z-index:40;background:#0f172a59;border:0;position:fixed;inset:0}.bulk-exclude-modal{border:1px solid var(--line);z-index:42;background:#fff;border-radius:12px;gap:12px;width:min(520px,100vw - 24px);padding:16px;display:grid;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 16px 36px #0f172a3d}.bulk-exclude-modal-title{color:var(--text);margin:0;font-size:16px;font-weight:700}.bulk-exclude-modal-reason-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.bulk-exclude-modal-reason-grid .slide-radio-option{width:100%}.bulk-exclude-modal-actions{justify-content:flex-end;align-items:center;gap:8px;display:flex}.review-slide{border-left:1px solid var(--line);z-index:41;background:#fff;flex-direction:column;width:min(480px,92vw);height:100vh;display:flex;position:fixed;top:0;right:0;box-shadow:-10px 0 30px #0f172a33}.request-modal{width:min(520px,96vw)}.request-detail-form{background:#f8fafc}.request-thumbnail-reference{background:#eef4ff;border:1px solid #dbe5f1;border-radius:12px;padding:12px}.request-thumbnail-reference .slide-image-card{background:#fff}.slide-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:16px;display:flex}.slide-header h3{margin:0;font-size:18px}.slide-close{border:1px solid var(--line);color:var(--text);cursor:pointer;background:#fff;border-radius:8px;padding:6px 10px;font-weight:600}.slide-body{gap:12px;padding:16px;display:grid;overflow-y:auto}.slide-form{border:1px solid var(--line);background:#f8fafc;border-radius:12px;gap:10px;padding:12px;display:grid}.review-slide-fieldset{border:0;gap:10px;min-inline-size:0;margin:0;padding:0;display:grid}.review-slide-fieldset:disabled{opacity:1}.slide-form-row{gap:6px;display:grid}.slide-form-row label{color:var(--text);font-size:13px;font-weight:600}.slide-input{border:1px solid var(--line);width:100%;color:var(--text);background:#fff;border-radius:10px;padding:8px 10px;font-family:inherit;font-size:14px}.request-target-info-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.request-target-info-item{background:0 0;border:0;border-radius:0;min-width:0;padding:2px 0}.request-target-info-label{color:#9aa7b8;margin:0 0 4px;font-size:11px;font-weight:500}.request-target-info-value{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:13px;font-weight:500;overflow:hidden}.request-target-info-value-multiline{white-space:normal;max-height:2.7em;line-height:1.35}.request-target-info-value-wrap{white-space:normal;text-overflow:unset;line-height:1.35;overflow:visible}.request-target-link{margin-top:0;font-size:13px;font-weight:500}.slide-section-title{color:var(--text);margin:0;font-size:13px;font-weight:700}.request-panel-section{background:#fff;border:1px solid #dbe5f1;border-radius:10px;gap:10px;padding:10px;display:grid}.request-panel-title{color:var(--text);margin:0;font-size:13px;font-weight:700}.request-note-row{grid-template-columns:minmax(0,1fr);align-items:start;gap:6px}.slide-form-row label.request-note-label{color:#64748b;margin:0;font-size:12px;font-weight:500}.request-note-textarea{min-height:72px}.request-readonly-summary{gap:10px;display:grid}.request-readonly-item{background:#f8fafc;border:1px solid #dbe5f1;border-radius:10px;gap:6px;padding:10px;display:grid}.request-readonly-label{color:#64748b;margin:0;font-size:12px;font-weight:600}.request-readonly-value{align-items:center;gap:8px;display:flex}.request-readonly-text{color:var(--text);white-space:pre-wrap;margin:0;font-size:14px;line-height:1.5}.request-priority-row{align-items:flex-start}.request-priority-grid{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.request-priority-badge{width:fit-content;margin:8px 0 0}.request-action-columns{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:10px;display:grid}.request-action-column{background:#f8fafc;border:1px solid #dbe5f1;border-radius:10px;flex-direction:column;gap:10px;min-width:0;padding:10px;display:flex}.request-action-column .slide-complete-btn,.request-action-column .request-exclude-btn{white-space:nowrap;justify-content:center;align-items:center;width:100%;height:42px;min-height:42px;margin-top:auto;padding:0 12px;font-size:14px;font-weight:600;line-height:1;display:inline-flex}.request-action-description{color:#475569;margin:0;font-size:12px;line-height:1.4}.request-exclude-reason-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-content:start;gap:8px;display:grid}.request-exclude-reason-grid .slide-radio-option{width:100%}.request-exclude-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.request-exclude-btn{color:#fff;cursor:pointer;border:1px solid #0000;border-radius:10px;padding:8px 12px;font-family:inherit;font-size:13px;font-weight:600}.request-exclude-btn-normal{background:#2f855a}.request-exclude-btn-normal:hover{background:#276749}.request-exclude-btn-white{background:#2b6cb0}.request-exclude-btn-white:hover{background:#1f4e80}.request-exclude-btn-delisted{background:#6b7280}.request-exclude-btn-delisted:hover{background:#4b5563}.request-exclude-btn:disabled{opacity:.7;cursor:wait}.slide-field-label{color:var(--text);font-size:13px;font-weight:600}.slide-field-label-with-tip{align-items:center;gap:6px;display:inline-flex}.inline-info-tooltip{color:#475569;cursor:help;background:#fff;border:1px solid #94a3b8;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:11px;font-weight:700;line-height:1;display:inline-flex;position:relative}.inline-info-tooltip:focus-visible{outline:2px solid var(--primary-soft-2);outline-offset:2px}.inline-info-tooltip-box{color:#f8fafc;word-break:break-word;pointer-events:none;visibility:hidden;opacity:0;z-index:5;background:#334155eb;border-radius:8px;width:220px;max-width:min(220px,100vw - 40px);padding:8px 10px;font-size:12px;line-height:1.35;transition:opacity .14s;position:absolute;bottom:calc(100% + 10px);left:0;transform:none;box-shadow:0 8px 22px #0f172a40}.inline-info-tooltip-box:after{content:"";background:#334155eb;width:8px;height:8px;position:absolute;top:100%;left:12px;transform:translate(-50%,-50%)rotate(45deg)}.inline-info-tooltip:hover .inline-info-tooltip-box,.inline-info-tooltip:focus-visible .inline-info-tooltip-box{visibility:visible;opacity:1}.slide-select{border:1px solid var(--line);width:100%;color:var(--text);background:#fff;border-radius:10px;padding:8px 10px;font-family:inherit;font-size:14px}.slide-radio-group{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.slide-radio-option{border:1px solid var(--line);color:var(--text);cursor:pointer;background:#fff;border-radius:999px;align-items:center;gap:6px;padding:6px 10px;font-size:13px;display:inline-flex}.slide-radio-option input{margin:0}.slide-radio-option.is-selected{background:var(--primary-soft);border-color:var(--primary-line)}.slide-radio-option.is-danger.is-selected{background:var(--secondary-soft);color:#b53d34;border-color:#ffb1a8}.slide-radio-option.is-disabled{opacity:.6;cursor:not-allowed}.slide-check-group{gap:8px;display:grid}.slide-check-option{border:1px solid var(--line);color:var(--text);cursor:pointer;background:#fff;border-radius:10px;align-items:center;gap:8px;padding:8px 10px;font-size:13px;display:inline-flex}.slide-check-option input{margin:0}.slide-check-option.is-selected{background:var(--primary-soft);border-color:var(--primary-line)}.slide-textarea{border:1px solid var(--line);width:100%;min-height:72px;color:var(--text);resize:vertical;background:#fff;border-radius:10px;padding:8px 10px;font-family:inherit;font-size:14px}.slide-readonly-note{border:1px solid var(--line);color:var(--text);white-space:pre-wrap;background:#f8fafc;border-radius:10px;padding:10px 12px;font-size:14px;line-height:1.5}.slide-file-input{border:1px solid var(--line);width:100%;color:var(--text);background:#fff;border-radius:10px;padding:8px 10px;font-family:inherit;font-size:13px}.slide-upload-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.paste-box{color:#334155;cursor:text;background:#f8fafc;border:1px dashed #94a3b8;border-radius:10px;padding:10px 12px;font-size:12px;line-height:1.4}.paste-box:focus{outline:2px solid var(--primary-soft-2);outline-offset:1px;border-color:var(--primary)}.paste-box-help{margin:0}.paste-focus-button{border:1px solid var(--button-subtle-border);background:var(--button-subtle-bg);color:var(--button-subtle-text);border-radius:10px;width:fit-content;min-height:46px;padding:12px 16px;font-family:inherit;font-size:14px;font-weight:600}.paste-focus-button-thick{min-width:220px}.paste-focus-button.is-armed{border-color:var(--primary);background:var(--primary-soft-2)}.clipboard-capture-input{opacity:0;pointer-events:none;width:1px;height:1px;position:fixed;top:-9999px;left:-9999px}.slide-paste-guide{color:#334155}.slide-actions{gap:8px;display:flex}.white-seller-action-btn{color:#24539a;background:#e8f3ff;border-color:#8cbcf5}.white-seller-action-btn:hover{color:#1f4a89;background:#d7eaff;border-color:#6fa6ec}.delisted-action-btn{color:#334155;background:#edf0f5;border-color:#b6bcc7}.delisted-action-btn:hover{background:#dfe5ee;border-color:#a0a8b5}.list-exclude-action-btn{color:#334155;background:#f1f5f9;border-color:#c6ccd8}.list-exclude-action-btn:hover{background:#e5ebf3;border-color:#b0b8c5}.slide-complete-btn{border-radius:10px;padding:8px 14px;font-family:inherit;font-size:14px;font-weight:600}.slide-complete-btn:disabled{opacity:.7}.slide-complete-btn-loading:disabled{cursor:wait}.slide-complete-btn-policy-disabled:disabled{cursor:not-allowed}.slide-hint{color:var(--primary);margin:0;font-size:12px}.review-restriction-notice{color:#9a6700;background:#fff7e8;border:1px solid #f3d6a4;border-radius:10px;margin:0;padding:10px 12px;font-size:12px;line-height:1.5}.slide-error{color:#b42318;margin:0;font-size:13px;font-weight:600}.slide-success{color:#2f855a;margin:0;font-size:13px;font-weight:600}.slide-title{margin:0;font-size:18px;font-weight:700}.slide-meta{color:var(--muted);margin:0;font-size:13px}.slide-status-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.slide-similarity{color:var(--text);font-size:13px;font-weight:600}.slide-image-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.slide-image-card{border:1px solid var(--line);background:#fafcff;border-radius:12px;padding:10px}.slide-image-title{margin:0 0 8px;font-size:13px;font-weight:600}.slide-image{object-fit:cover;border:1px solid var(--line);border-radius:10px;width:100%;height:180px}.slide-image-empty{height:180px;color:var(--muted);border:1px dashed var(--line);background:#fff;border-radius:10px;place-items:center;margin:0;font-size:13px;display:grid}.slide-link{width:fit-content;margin-top:4px;font-size:14px;font-weight:600;display:inline-block}.badge{border-radius:999px;padding:3px 8px;font-size:12px;font-weight:600;display:inline-block}.status-not_reviewed{color:#1e293b;background:#e2e8f0}.status-in_progress{background:var(--secondary-soft);color:var(--secondary)}.status-completed{color:var(--ok);background:#c6f6d5}.request-new-badge{color:#b42318;background:#fef3f2}.mono{font-family:Pretendard,Noto Sans KR,sans-serif}.loading-page{gap:16px;display:grid}.loading-topbar{border-radius:14px;height:72px}.loading-filter{border-radius:14px;height:138px}.loading-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.loading-summary-card{border-radius:14px;height:106px}.loading-table{border-radius:14px;height:340px}.loading-skeleton{background:#e2e8f0;position:relative;overflow:hidden}.loading-skeleton:after{content:"";background:linear-gradient(90deg,#0000,#ffffffa6,#0000);animation:1.2s ease-in-out infinite loading-shimmer;position:absolute;inset:0;transform:translate(-100%)}@keyframes loading-shimmer{to{transform:translate(100%)}}.exclude-rule-subtitle{margin:6px 0 12px}.missing-recovery-form{gap:12px;display:grid}.missing-recovery-inline-grid{grid-template-columns:minmax(120px,150px) minmax(110px,150px) minmax(140px,190px) minmax(0,1fr) auto;align-items:end;gap:12px;display:grid}.missing-recovery-url-input{margin-top:0}.missing-recovery-inline-grid .home-link{white-space:nowrap}.missing-recovery-inline-grid .home-link:disabled{cursor:not-allowed}.missing-recovery-inline-grid .home-link.home-link-loading:disabled{cursor:wait}.missing-recovery-result{gap:10px;display:grid}.missing-recovery-highlight-message{color:#166534;background:#f0fdf4;border:1px solid #86efac;border-radius:10px;justify-content:space-between;align-items:center;gap:10px;margin:0;padding:10px 12px;font-size:13px;font-weight:700;line-height:1.4;display:flex}.missing-recovery-highlight-message .home-link{background:#166534;flex:none}.missing-recovery-highlight-message .home-link:hover{background:#14532d}.missing-recovery-highlight-message-alert{color:#92400e;background:#fffbeb;border-color:#fcd34d}.missing-recovery-confirm-label{color:inherit;align-items:flex-start;gap:8px;font-size:13px;font-weight:600;line-height:1.5;display:inline-flex}.missing-recovery-confirm-label input{flex:none;margin:2px 0 0}.missing-recovery-table{table-layout:fixed}.missing-recovery-table th,.missing-recovery-table td{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.missing-recovery-table th:first-child,.missing-recovery-table td:first-child{width:5%}.missing-recovery-table th:nth-child(2),.missing-recovery-table td:nth-child(2){width:7%}.missing-recovery-table th:nth-child(3),.missing-recovery-table td:nth-child(3){width:14%}.missing-recovery-table th:nth-child(4),.missing-recovery-table td:nth-child(4){width:8%}.missing-recovery-table th:nth-child(5),.missing-recovery-table td:nth-child(5),.missing-recovery-table th:nth-child(6),.missing-recovery-table td:nth-child(6){width:10%}.missing-recovery-table th:nth-child(7),.missing-recovery-table td:nth-child(7){width:17%}.missing-recovery-table th:nth-child(8),.missing-recovery-table td:nth-child(8),.missing-recovery-table th:nth-child(9),.missing-recovery-table td:nth-child(9){width:10%}.missing-recovery-table th:nth-child(10),.missing-recovery-table td:nth-child(10){width:11%}.missing-recovery-select-col,.missing-recovery-select-cell{text-align:center}.missing-recovery-select-cell input{width:16px;height:16px;margin:0}.missing-recovery-disabled-text{color:var(--muted);font-size:12px}.missing-recovery-request-list{gap:10px;display:grid}.missing-recovery-request-table{table-layout:fixed}.missing-recovery-request-table-wrap{overflow-x:auto}.missing-recovery-request-table-excluded{min-width:1200px}.missing-recovery-request-table th:first-child,.missing-recovery-request-table td:first-child{width:7%}.missing-recovery-request-table th:nth-child(2),.missing-recovery-request-table td:nth-child(2){width:8%}.missing-recovery-request-table th:nth-child(3),.missing-recovery-request-table td:nth-child(3){width:10%}.missing-recovery-request-table th:nth-child(4),.missing-recovery-request-table td:nth-child(4){width:12%}.missing-recovery-request-table th:nth-child(5),.missing-recovery-request-table td:nth-child(5){width:14%}.missing-recovery-request-table th:nth-child(6),.missing-recovery-request-table td:nth-child(6){width:25%}.missing-recovery-request-table th:nth-child(7),.missing-recovery-request-table td:nth-child(7){width:9%}.missing-recovery-request-table th:nth-child(8),.missing-recovery-request-table td:nth-child(8){width:15%}.missing-recovery-request-table-excluded th:first-child,.missing-recovery-request-table-excluded td:first-child{width:7%}.missing-recovery-request-table-excluded th:nth-child(2),.missing-recovery-request-table-excluded td:nth-child(2){width:10%}.missing-recovery-request-table-excluded th:nth-child(3),.missing-recovery-request-table-excluded td:nth-child(3){width:14%}.missing-recovery-request-table-excluded th:nth-child(4),.missing-recovery-request-table-excluded td:nth-child(4){width:10%}.missing-recovery-request-table-excluded th:nth-child(5),.missing-recovery-request-table-excluded td:nth-child(5){width:22%}.missing-recovery-request-table-excluded th:nth-child(6),.missing-recovery-request-table-excluded td:nth-child(6){width:7%}.missing-recovery-request-table-excluded th:nth-child(7),.missing-recovery-request-table-excluded td:nth-child(7){width:11%}.missing-recovery-request-table-excluded th:nth-child(8),.missing-recovery-request-table-excluded td:nth-child(8){width:9%}.missing-recovery-request-table-excluded th:nth-child(9),.missing-recovery-request-table-excluded td:nth-child(9){width:10%}.missing-recovery-request-url{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.missing-recovery-request-link{color:inherit;text-decoration:underline}.exclude-rule-form{gap:16px;display:grid}.exclude-rule-inline-grid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:end;gap:12px;display:grid}.exclude-rule-actions{gap:8px;margin-top:10px;display:flex}.exclude-rule-actions .home-link,.exclude-rule-actions .reset-link{min-height:42px;padding:0 14px;font-size:14px;line-height:1}.exclude-rule-label-with-tip{align-items:center;gap:6px;display:inline-flex}.exclude-rule-info-tooltip .inline-info-tooltip-box{width:280px;max-width:min(280px,100vw - 40px)}.exclude-rule-message{margin:8px 0 0;font-size:13px;font-weight:600}.exclude-rule-message.success{color:#0f766e}.exclude-rule-message.error{color:#b42318}.exclude-rule-list{gap:8px;display:grid}.exclude-rule-list-title{margin:0;font-size:16px}.exclude-rule-table{table-layout:fixed}.exclude-rule-table th,.exclude-rule-table td{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.exclude-rule-table th:first-child,.exclude-rule-table td:first-child{width:14%}.exclude-rule-table th:nth-child(2),.exclude-rule-table td:nth-child(2){width:20%}.exclude-rule-table th:nth-child(3),.exclude-rule-table td:nth-child(3){width:14%}.exclude-rule-table th:nth-child(4),.exclude-rule-table td:nth-child(4){width:20%}.exclude-rule-table th:nth-child(5),.exclude-rule-table td:nth-child(5),.exclude-rule-table th:nth-child(6),.exclude-rule-table td:nth-child(6){width:16%}.exclude-rule-table-error{color:#b42318}.product-master-form{gap:18px;display:grid}.product-master-guidance{gap:8px;display:grid}.product-master-tab-bar{flex-wrap:wrap;gap:8px;display:flex}.product-master-tab{border:1px solid var(--line);min-height:40px;color:var(--muted);cursor:pointer;background:#fff;border-radius:999px;padding:0 16px;font-size:14px;font-weight:700}.product-master-tab.is-active{border-color:var(--primary);background:var(--primary-soft);color:var(--primary)}.product-master-pane{gap:18px;display:grid}.product-master-pane-subtitle{margin:0 0 4px}.product-master-workspace{grid-template-columns:minmax(280px,3fr) minmax(0,7fr);align-items:start;gap:18px;display:grid}.product-master-search-form{border:1px solid var(--line);background:var(--panel);border-radius:14px;gap:12px;min-height:148px;padding:14px 16px;display:grid}.product-master-search-grid{grid-template-columns:1fr;gap:12px;display:grid}.product-master-form-card{border:1px solid var(--line);background:var(--panel);border-radius:14px;gap:10px;padding:12px 16px 14px;display:grid}.product-master-panel,.product-master-side-column{gap:14px;display:grid}.product-master-side-history{gap:6px;display:grid}.product-master-history-card-shell{border:1px solid var(--line);background:var(--panel);border-radius:14px;gap:14px;padding:14px 16px;display:grid}.product-master-card-heading{gap:4px;min-height:42px;display:grid}.product-master-card-heading .section-header{margin-bottom:0}.product-master-card-heading h3{font-size:15px;line-height:1.3}.product-master-brand-stack{gap:8px;display:grid}.product-master-entry-table{table-layout:fixed}.product-master-entry-table th,.product-master-entry-table td{vertical-align:middle;padding:10px 14px}.product-master-entry-table th{color:#344054;background:#f8fafc;width:180px;font-size:13px;font-weight:700}.product-master-entry-table td .filter-input{width:100%;min-height:38px;padding-top:8px;padding-bottom:8px}.product-master-locked-row th{color:#667085;background:#eef2f6}.product-master-entry-table td .product-master-locked-input,.product-master-entry-table td .product-master-locked-input:disabled{color:#667085;cursor:not-allowed;opacity:1;background:#f3f4f6;border-color:#d0d5dd}.product-master-url-row{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;display:grid}.product-master-inline-link-btn{white-space:nowrap}.product-master-status-select{font-weight:700}.product-master-status-select.is-active{color:#027a48;background:#ecfdf3;border-color:#86efac}.product-master-status-select.is-inactive{color:#b42318;background:#fef3f2;border-color:#fda29b}.product-master-inline-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.product-master-url-field{grid-column:span 2}.product-master-toolbar{gap:12px;display:grid}.product-master-search-summary{color:var(--muted);font-size:13px}.product-master-filter-row{grid-template-columns:1.1fr 1fr .9fr 1.8fr;gap:10px;display:grid}.product-master-filter-input{min-height:40px}.product-master-row-selected{background:#f8fbff}.product-master-table{table-layout:fixed}.product-master-table th,.product-master-table td{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.product-master-table th:first-child,.product-master-table td:first-child{width:10%}.product-master-table th:nth-child(2),.product-master-table td:nth-child(2){width:12%}.product-master-table th:nth-child(3),.product-master-table td:nth-child(3){width:10%}.product-master-table th:nth-child(4),.product-master-table td:nth-child(4){width:16%}.product-master-table th:nth-child(5),.product-master-table td:nth-child(5){width:14%}.product-master-table th:nth-child(6),.product-master-table td:nth-child(6),.product-master-table th:nth-child(7),.product-master-table td:nth-child(7){width:8%}.product-master-table th:nth-child(8),.product-master-table td:nth-child(8){width:10%}.product-master-table th:nth-child(9),.product-master-table td:nth-child(9){width:12%}.product-master-table th:nth-child(10),.product-master-table td:nth-child(10){width:10%}.product-master-row-actions{gap:6px;display:flex}.product-master-selected-summary{border:1px solid var(--line);background:#f8fafc;border-radius:14px;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:14px 16px;display:grid}.product-master-created-summary{border-bottom:1px solid var(--line);grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding-bottom:12px;display:grid}.product-master-side-history .section-header{margin-bottom:2px}.product-master-side-history h3{font-size:15px;line-height:1.3}.product-master-history-log-list{gap:12px;display:grid}.product-master-history-log-row{border-top:1px solid #94a3b833;gap:10px;padding:12px 0 0;display:grid}.product-master-history-log-row:first-child{border-top:0;padding-top:0}.product-master-history-log-meta{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.product-master-history-log-body{gap:4px;display:grid}.product-master-history-log-trigger{text-align:left;width:100%;font:inherit;color:var(--primary);cursor:pointer;white-space:nowrap;text-overflow:ellipsis;background:0 0;border:0;padding:0;font-size:13px;line-height:1.5;overflow:hidden}.product-master-history-log-trigger:hover{color:var(--primary)}.product-master-history-log-empty{color:var(--muted);border-top:1px solid #94a3b833;padding:12px 0 0;font-size:13px}.product-master-change-modal{border:1px solid var(--line);z-index:42;background:#fff;border-radius:14px;gap:14px;width:min(640px,100vw - 24px);max-height:min(80vh,760px);padding:16px;display:grid;position:fixed;top:50%;left:50%;overflow:auto;transform:translate(-50%,-50%);box-shadow:0 16px 36px #0f172a3d}.product-master-change-modal-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.product-master-change-modal-title{color:var(--text);margin:0;font-size:16px;font-weight:700}.product-master-change-modal-meta{border-bottom:1px solid var(--line);grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding-bottom:12px;display:grid}.product-master-change-modal-body{gap:8px;display:grid}.product-master-change-modal-line{color:var(--text);white-space:pre-wrap;word-break:break-word;background:#f8fafc;border-radius:10px;margin:0;padding:10px 12px;font-size:13px;line-height:1.5}.product-master-empty-state{border:1px dashed var(--line);background:#f8fafc;border-radius:14px;padding:20px 18px}.product-master-status-badge{border-radius:999px;justify-content:center;align-items:center;min-height:28px;padding:0 10px;font-size:12px;font-weight:700;display:inline-flex}.product-master-status-badge.is-active{color:#0b6b3a;background:#dff5e7}.product-master-status-badge.is-pending{color:#9a6700;background:#fff4db}.product-master-status-badge.is-inactive{color:#475467;background:#f3f4f6}.product-master-muted{color:var(--muted);font-size:12px}.ops-admin-panel{gap:14px;display:grid}.ops-admin-view-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.ops-admin-view-card{border-radius:8px;min-height:104px;padding:12px}.summary-card-filter-btn.ops-admin-view-card.has-work{background:#fff3f5;border-color:#e3a2aa;box-shadow:0 8px 18px #b935501f}.summary-card-filter-btn.ops-admin-view-card.has-work:hover:not(:disabled){background:#ffe8ec;border-color:#cf6b79;box-shadow:0 10px 20px #b9355029}.summary-card-filter-btn.ops-admin-view-card.has-work.active{background:#ffe1e7;border-color:#c24157;box-shadow:0 10px 22px #b9355033}.ops-admin-content-panel{border:1px solid var(--line);background:#fff;border-radius:8px;gap:12px;padding:14px;display:grid}.ops-admin-content-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.ops-admin-alert-table-wrap{overflow-x:auto}.ops-admin-alert-table{width:100%;min-width:820px}.ops-admin-alert-table td,.ops-admin-alert-table th{vertical-align:top}.ops-admin-checkbox-col{text-align:center;width:44px}.ops-admin-inline-button{min-height:34px;padding:0 12px;font-size:13px}.ops-admin-summary-card,.ops-admin-role-card{border:1px solid var(--line);background:#fff;border-radius:8px;padding:14px}.ops-admin-summary-value{color:var(--text);margin:6px 0 4px;font-size:24px;font-weight:700;line-height:1.2}.ops-admin-section-note,.ops-admin-placeholder{margin-bottom:14px}.ops-admin-role-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.button.primary{border-color:var(--primary);background:var(--primary);color:#fff}.button.secondary{border-color:var(--button-subtle-border);background:var(--button-subtle-bg);color:var(--button-subtle-text)}.button.secondary:hover:not(:disabled){border-color:var(--primary-line);color:var(--button-subtle-text);background:#eef3ff}.button.sm{border-radius:8px;min-height:34px;padding:0 10px;font-size:13px}.button.danger{color:#a63345;background:#fff4f5;border-color:#e7b4bb}.button.danger:hover:not(:disabled){color:#8c2436;background:#ffe7ea;border-color:#d98b97}.ops-admin-change-table{width:100%}.ops-admin-request-table-wrap{overflow-x:auto}.ops-admin-request-table{width:100%;min-width:960px}.ops-admin-request-table td,.ops-admin-request-table th{vertical-align:top}.ops-admin-wide-col{min-width:140px}.ops-admin-name-col{width:76px;min-width:76px}.ops-admin-category-col{width:92px;min-width:92px}.ops-admin-brand-col{width:96px;min-width:96px}.ops-admin-model-col{width:88px;min-width:88px}.ops-admin-date-col{width:118px;min-width:118px}.ops-admin-two-line-cell{gap:4px;min-width:180px;display:grid}.ops-admin-date-cell{white-space:normal;word-break:keep-all}.ops-admin-change-table th,.ops-admin-change-table td{vertical-align:top;word-break:break-word}.ops-user-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.ops-user-toolbar-controls{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.ops-user-filter-form .filter-input,.ops-user-toolbar .filter-input{margin-top:0}.ops-user-filter-form{gap:12px;display:grid}.ops-user-filter-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;display:grid}.ops-user-filter-search-row{grid-template-columns:minmax(280px,1fr);gap:10px;display:grid}.ops-user-filter-field{display:grid}.ops-user-filter-field-wide{max-width:420px}.ops-user-filter-actions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.ops-user-filter-submit-group,.ops-user-filter-action-group{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.ops-user-filter-warning{color:#a63345}.ops-user-top-actions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px;display:flex}.ops-user-top-actions-left,.ops-user-top-actions-right{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.ops-user-top-actions-right{justify-content:flex-end;margin-left:auto}.ops-user-upload-modal{width:min(960px,100vw - 24px)}.ops-user-upload-form{gap:12px;display:grid}.ops-user-upload-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.ops-user-upload-preview-table th:first-child,.ops-user-upload-preview-table td:first-child{white-space:normal;word-break:break-all;width:210px}.ops-user-upload-preview-table th:nth-child(2),.ops-user-upload-preview-table td:nth-child(2){white-space:nowrap;width:88px}.ops-user-upload-preview-table th:last-child,.ops-user-upload-preview-table td:last-child{width:220px}.ops-user-table th:first-child,.ops-user-table td:first-child{text-align:center;width:44px}.ops-user-table th:nth-child(7),.ops-user-table td:nth-child(7),.ops-user-table th:nth-child(8),.ops-user-table td:nth-child(8){width:144px}.ops-user-search-input,.ops-user-filter-select,.ops-user-field input,.ops-user-field select,.ops-user-assignment-row input,.ops-user-assignment-row select{border:1px solid var(--line);min-height:40px;color:var(--text);background:#fff;border-radius:10px;padding:0 12px;font-size:14px}.ops-user-search-input{min-width:220px}.ops-user-filter-select,.ops-user-toolbar-button{min-width:120px}.ops-user-filter-button{min-width:72px}.ops-user-bulk-button{min-width:84px}.ops-user-list-controls .table-search{flex:0 280px;min-width:0;margin-right:0}.ops-user-list-controls .table-search-input{width:100%}.ops-user-list-controls .table-middle-action{flex:1}.ops-user-table td,.ops-user-table th{vertical-align:top}.ops-user-row{cursor:pointer}.ops-user-row:hover{background:#0f172a08}.ops-user-row.is-active{background:#0ea5e914}.ops-user-permission-cell{gap:4px;min-width:220px;display:grid}.ops-user-role-cell{min-width:120px}.ops-user-permission-line{word-break:break-word;margin:0;font-size:13px;line-height:1.45}.ops-user-permission-summary-line{align-items:baseline;gap:6px;min-width:0;display:flex}.ops-user-permission-summary-line .ops-user-permission-line{flex:1;min-width:0}.ops-user-permission-summary-line .product-master-muted{white-space:nowrap;flex:none;margin:0}.ops-user-action-group{flex-wrap:wrap;gap:8px;display:flex}.ops-user-form{gap:12px;display:grid}.ops-user-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.ops-user-create-form-grid{grid-template-columns:minmax(0,1fr)}.ops-user-field{gap:8px;display:grid}.ops-user-meta-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.ops-user-account-card{gap:10px;display:grid}.ops-user-assignment-policy-note,.ops-user-create-note{margin-top:6px}.ops-user-email-input-group{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;display:grid}.ops-user-email-domain{border:1px solid var(--line);height:40px;color:var(--muted);white-space:nowrap;background:#f8fafc;border-radius:10px;align-items:center;padding:0 12px;font-size:14px;line-height:1;display:inline-flex}.ops-user-panel-actions{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:8px;margin-left:auto;display:flex}.ops-user-add-assignment-action,.ops-user-assignment-list-appended{margin-top:10px}.ops-user-action-button-wrap{z-index:0;align-items:center;display:inline-flex;position:relative}.ops-user-action-button-wrap:hover,.ops-user-action-button-wrap:focus-within{z-index:6}.ops-user-action-button{padding-right:30px!important}.ops-user-action-button-wrap .ops-user-action-tooltip{z-index:1;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.ops-user-action-button-wrap .ops-user-action-tooltip .inline-info-tooltip-box{inset:50% calc(100% + 10px) auto auto;transform:translateY(-50%)}.ops-user-action-button-wrap .ops-user-action-tooltip .inline-info-tooltip-box:after{top:50%;left:auto;right:0;transform:translate(50%,-50%)rotate(45deg)}.ops-user-account-info-grid{gap:10px 14px}.ops-user-status-feedback{margin-top:6px}.ops-user-edit-shell{gap:10px;display:grid}.ops-user-slide{width:min(480px,92vw)}.ops-user-edit-form{background:#eef4ff}.ops-user-form-section{margin-top:4px}.ops-user-assignment-list{gap:10px;display:grid}.ops-user-assignment-header{grid-template-columns:118px minmax(0,1.05fr) minmax(0,1.2fr) 58px;align-items:end;gap:10px;display:grid}.ops-user-assignment-header p{margin:0}.ops-user-assignment-row{grid-template-columns:118px minmax(0,1.05fr) minmax(0,1.2fr) 58px;align-items:center;gap:10px;display:grid}.ops-user-assignment-row .filter-input{width:100%;margin-top:0}.ops-user-assignment-row .slide-input{box-sizing:border-box;width:100%;height:40px}.ops-user-fixed-scope-value{align-items:center;padding-top:0;padding-bottom:0;display:flex}.ops-user-assignment-row-placeholder{min-height:32px;display:block}.ops-user-assignment-row .button{white-space:nowrap;width:58px;min-width:0;padding-left:0;padding-right:0}.ops-user-delete-button{color:#6b7280;background:#f3f4f6;border-color:#d6d9df}.ops-user-delete-button:hover:not(:disabled){color:#4b5563;background:#e9edf2;border-color:#c7ccd4}.ops-user-change-summary{gap:10px;display:grid}.ops-user-change-table-wrap{border:1px solid var(--line);background:#fff;border-radius:12px;overflow:hidden}.ops-user-change-table{border-collapse:collapse;table-layout:fixed;width:100%}.ops-user-change-table th,.ops-user-change-table td{border-bottom:1px solid var(--line);vertical-align:top;text-align:left;padding:12px;font-size:13px}.ops-user-change-table thead th{color:var(--text);background:#f8fafc;font-weight:700}.ops-user-change-table thead th:first-child,.ops-user-change-table tbody th{width:92px;color:var(--text);background:#fcfdff;font-weight:600}.ops-user-change-table tbody tr:last-child th,.ops-user-change-table tbody tr:last-child td{border-bottom:0}.ops-user-change-role-cell{white-space:pre-line}.ops-user-change-table td>p{margin:0}.ops-user-change-list{gap:6px;display:grid}.ops-user-change-list p{margin:0}.ops-user-form-actions{justify-content:flex-start;gap:10px;display:flex}.ops-user-summary-card{background:#f8fafc}.ops-user-create-info-card{background:#fff}.ops-user-modal-head .button,.ops-user-panel-actions .button,.ops-user-form-section .button,.ops-user-assignment-row .button,.ops-user-form-actions .button{box-sizing:border-box;border-radius:8px;height:32px;min-height:32px;padding:0 10px;font-size:13px;line-height:1}.product-master-history{gap:10px;display:grid}.product-master-history-list{gap:12px;display:grid}.product-master-history-card{border:1px solid var(--line);background:var(--panel);border-radius:14px;gap:10px;padding:14px;display:grid}.product-master-history-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.product-master-history-fields{color:var(--muted);font-size:13px}.product-master-history-diff{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.product-master-history-label{margin:0 0 8px;font-size:13px;font-weight:700}.product-master-history-grid{gap:8px;margin:0;display:grid}.product-master-history-grid div{background:#f8fafc;border-radius:10px;gap:2px;padding:10px 12px;display:grid}.product-master-history-grid dt{color:var(--muted);font-size:12px}.product-master-history-grid dd{color:var(--text);margin:0;font-size:13px}.product-master-history-empty{color:var(--muted);background:#f8fafc;border-radius:10px;padding:10px 12px;font-size:13px}@media (max-width:900px){.container.with-side-nav{padding:14px}.page-content{max-width:none}.side-nav{flex-direction:row;align-items:center;width:100%;height:auto;min-height:0;margin-bottom:12px;padding:8px;position:static;overflow-x:auto}.side-nav:hover,.side-nav:focus-within{width:100%}.side-nav-item{justify-content:center;width:auto;min-width:46px;padding:0 10px}.side-nav-menu{align-items:center;gap:6px;display:flex}.side-nav-divider{border-top:0;border-left:1px solid #cfd4dc;width:1px;height:24px;margin:0 2px}.side-nav-bottom{border-top:0;gap:6px;margin-top:0;margin-left:auto;padding-top:0;display:flex}.side-nav-label{max-width:128px;display:inline-block}.side-nav:hover .side-nav-item,.side-nav:focus-within .side-nav-item{justify-content:center;gap:6px;padding:0 10px}.side-info-panel{width:auto;inset:calc(100% + 8px) 0 auto}.grid,.filter-grid,.request-filter-grid,.exclude-rule-inline-grid,.missing-recovery-inline-grid,.product-master-inline-grid{grid-template-columns:1fr}.product-master-url-field{grid-column:span 1}.product-master-entry-table,.product-master-entry-table tbody,.product-master-entry-table tr,.product-master-entry-table th,.product-master-entry-table td{width:100%;display:block}.product-master-entry-table th{border-bottom:0;border-left:0;border-right:0;width:100%;padding-bottom:8px}.product-master-entry-table td{padding-top:0}.product-master-search-grid,.product-master-workspace,.product-master-url-row{grid-template-columns:1fr}.missing-recovery-highlight-message{flex-direction:column;align-items:flex-start}.slide-image-grid,.request-target-info-grid{grid-template-columns:1fr}.review-slide{width:100vw}.table-tabs{flex-wrap:wrap}.table-tab{padding:10px 16px;font-size:14px!important}.pagination-bar{flex-wrap:wrap;justify-content:flex-start}.table-search{width:100%;margin-right:0}.table-search-input{width:100%}.product-master-filter-row{grid-template-columns:1fr}.table-middle-action{justify-content:flex-start;width:100%}.pagination-controls{flex-wrap:wrap;margin-left:0}.brand-topbar{flex-direction:column;align-items:flex-start;gap:10px}.brand-customer{flex-direction:column;align-items:flex-start;gap:8px}.brand-divider{display:none}.brand-side{align-items:flex-start;width:100%}.brand-side-stack{justify-items:start}.brand-side-actions{flex-wrap:wrap}.mode-switch{flex-wrap:wrap;width:100%}.user-menu-panel{left:0;right:auto}.loading-summary-grid,.request-summary-grid,.counterfeit-summary-grid,.counterfeit-filter-grid,.product-master-selected-summary,.product-master-created-summary,.product-master-history-log-meta,.product-master-change-modal-meta,.ops-admin-summary-grid,.ops-admin-role-grid,.ops-admin-view-grid{grid-template-columns:1fr}.ops-admin-content-header{flex-direction:column;align-items:flex-start}.product-master-history-diff{grid-template-columns:1fr}.counterfeit-scope-card{flex-direction:column;align-items:flex-start}.counterfeit-scope-meta{text-align:left}.home-filter-grid{grid-template-columns:1fr}.home-period-field,.home-brand-field{width:100%}.price-trend-row-card{grid-template-columns:1fr;align-items:start;padding:10px}.price-trend-grid-head{display:none}.price-trend-cell{height:auto;min-height:0}.price-trend-thumb-wrap{width:100%;height:auto}.price-trend-thumb{aspect-ratio:1;width:100%;max-width:98px;height:auto}.price-trend-rate-box{text-align:left}.price-trend-rate-content{grid-template-columns:1fr}.price-trend-rate-head{grid-template-columns:1fr;gap:2px}.price-trend-seller-content{grid-template-columns:1fr}.price-trend-seller-head{grid-template-columns:1fr;gap:2px}.request-overview-grid,.rights-kpi-grid,.rights-stage-grid{grid-template-columns:1fr}.rights-stage-card{grid-template-rows:auto auto auto}.rights-stage-heading-copy,.rights-stage-support-caption{min-height:0}.rights-stage-card:after{display:none}.request-judgement-grid,.request-target-mid-grid,.request-target-status-grid,.request-top10-grid,.request-product-overview-layout{grid-template-columns:1fr}.request-product-thumbnail-wrap{width:100%;height:auto}.request-product-thumbnail{aspect-ratio:1;width:100%;max-width:168px;height:auto}.request-product-overview-meta{height:auto}.request-product-overview-chart-pane{height:190px}.request-top10-form{flex-wrap:wrap;align-items:center}.request-top10-select{max-width:100%}.request-top10-side-select{font-size:16px}.loading-filter{height:220px}.ops-user-toolbar{align-items:stretch}.ops-user-toolbar-controls{justify-content:stretch}.ops-user-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ops-user-filter-search-row{grid-template-columns:1fr}.ops-user-filter-field-wide{max-width:none}.ops-user-filter-actions,.ops-user-filter-submit-group,.ops-user-filter-action-group,.ops-user-top-actions{justify-content:stretch;align-items:stretch}.ops-user-top-actions-left,.ops-user-top-actions-right{justify-content:stretch;width:100%}.ops-user-upload-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ops-user-search-input,.ops-user-filter-select,.ops-user-toolbar-button{width:100%}.ops-user-list-controls{flex-direction:column;align-items:stretch}.ops-user-list-controls .table-search,.ops-user-list-controls .table-middle-action,.ops-user-list-controls .pagination-controls{width:100%}.ops-user-list-controls .pagination-controls{justify-content:space-between}.ops-user-modal{padding:0}.ops-user-form-grid,.ops-user-meta-grid,.ops-user-change-summary-grid,.ops-user-assignment-header,.ops-user-assignment-row{grid-template-columns:1fr}.ops-user-assignment-header{display:none}}.login-page{background:radial-gradient(circle at 18% 14%,#254a953d 0,#254a9500 34%),radial-gradient(circle at 86% 20%,#ff6f6133 0,#ff6f6100 40%),linear-gradient(132deg,#eef3fb 0%,#f8fafd 40%,#edf2f8 100%);justify-content:center;align-items:center;min-height:100vh;padding:28px;display:flex}.login-shell{grid-template-columns:minmax(0,1fr) minmax(360px,420px);align-items:stretch;gap:22px;width:100%;display:grid}.login-layout{gap:12px;width:min(1020px,100%);display:grid}.login-story{color:#f5f8ff;background:radial-gradient(circle at 72% 10%,#7b97da47 0,#7b97da00 40%),linear-gradient(132deg,#3a5dabfa 0%,#2a4788fa 58%,#1d3264fc 100%);border:1px solid #2e488142;border-radius:26px;gap:14px;padding:32px;animation:.44s both loginFadeUp;display:grid;box-shadow:0 34px 74px #1d305f47}.login-brand-logo-frame{justify-self:start;align-items:center;min-height:40px;padding:0;display:inline-flex}.login-story-list{gap:9px;margin:0;padding:0;list-style:none;display:grid}.login-story-list li{color:#eff4fff5;align-items:center;gap:8px;font-size:14px;display:inline-flex}.login-story-list li:before{content:"";transform-origin:50%;background:#ff8f84;border-radius:999px;width:7px;height:7px;animation:2.4s ease-in-out infinite loginStoryDotPulse;box-shadow:0 0 0 4px #ff8f8438}.login-story-list li:nth-child(2):before{animation-delay:.4s}.login-story-list li:nth-child(3):before{animation-delay:.8s}.login-brand-logo{filter:none;width:auto;height:38px}.login-title{letter-spacing:-.02em;color:#fff;margin:0;font-size:32px;line-height:1.14}.login-subtitle{color:#eef3fff0;margin:0;font-size:15px;line-height:1.6}.login-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffe0;border:1px solid #a8b5cf5c;border-radius:26px;padding:24px;animation:.5s both loginFadeUp;box-shadow:0 28px 62px #1f2f5329}.login-card-head{gap:4px;display:grid}.login-card-title{letter-spacing:-.02em;color:#16203d;margin:0;font-size:25px}.login-card-caption{color:#586886;margin:0;font-size:13px}.login-panel-block{margin-top:14px}.login-panel-block.is-sub{background:linear-gradient(#fbfcff 0%,#f4f7ff 100%);border:1px solid #cad6eca8;border-radius:16px;padding:16px}.login-form{gap:9px;display:grid}.login-label{color:#25324f;letter-spacing:.02em;margin-top:2px;font-size:12px;font-weight:700}.login-form input{color:#0f172a;background:linear-gradient(#fff 0%,#fbfdff 100%);border:1px solid #c3cde0;border-radius:12px;width:100%;height:46px;padding:0 13px;font-size:14px;transition:border-color .2s,box-shadow .2s}.login-form input:focus-visible{border-color:#6e84ba;outline:none;box-shadow:0 0 0 4px #6e84ba33}.login-primary-button,.login-secondary-button{cursor:pointer;border:0;border-radius:12px;height:44px;font-size:14px;font-weight:700}.login-primary-button{color:#fff;background:linear-gradient(#2f54a2 0%,#243f79 100%);margin-top:4px;box-shadow:0 10px 20px #2740743d}.login-primary-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 14px 24px #2740744d}.login-secondary-button{color:#23386b;background:linear-gradient(#edf2ff 0%,#e3ebff 100%);border:1px solid #b5c3e2;margin-top:6px}.login-secondary-button:hover:not(:disabled){background:linear-gradient(#e4edff 0%,#dbe6ff 100%)}.login-primary-button:disabled,.login-secondary-button:disabled{cursor:default;opacity:.58;box-shadow:none;transform:none}.login-link-button{color:#58709e;cursor:pointer;background:0 0;border:0;justify-self:end;padding:0;font-size:12px}.login-link-button:hover{color:#2b3f69;text-decoration:underline}.login-subtle-button{color:#1e3d7d;cursor:pointer;background:linear-gradient(#f4f7ff 0%,#eaf0ff 100%);border:1px solid #c8d4ec;border-radius:12px;width:100%;height:40px;margin-top:10px;font-size:13px;font-weight:600}.login-subtle-button:hover{background:linear-gradient(#edf3ff 0%,#e4ecff 100%)}.login-divider{border:0;border-top:1px dashed #d2daeb;margin:18px 0 14px}.login-section-title{color:#1f2f55;margin:0;font-size:15px}.login-section-caption{color:#637291;margin:4px 0 10px;font-size:12px}.login-message{color:#334566;margin:9px 0 0;font-size:13px;line-height:1.4}.login-message.is-success{color:#16714e}.login-message.is-error{color:#b32b22}.login-footer{justify-content:flex-start;align-items:flex-end;margin-top:auto;display:flex}.login-powered-logo{opacity:.9;width:auto;height:16px}.login-global-footer{text-align:center;letter-spacing:.01em;color:#63708b;margin:0;font-size:12px;font-weight:500}@keyframes loginFadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes loginStoryDotPulse{0%,to{opacity:.75;transform:scale(.9);box-shadow:0 0 0 3px #ff8f8429}50%{opacity:1;transform:scale(1.24);box-shadow:0 0 0 6px #ff8f8447}}@media (prefers-reduced-motion:reduce){.login-story-list li:before{animation:none}}@media (max-width:640px){.login-page{padding:14px}.login-shell{grid-template-columns:1fr;gap:14px}.login-global-footer{font-size:11px}.login-story,.login-card{border-radius:18px;padding:18px}.login-title{font-size:24px}.login-footer{justify-content:flex-start}.login-panel-block.is-sub{padding:13px}.login-story-list li{font-size:13px}}
