:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f7f8fa;--surface:#fff;--surface-soft:#f3f5f7;--brand-soft:#fff1f2;--brand-tint:#ffe3e6;--text:#20262d;--muted:#66707a;--subtle:#949ca5;--border:#e3e7eb;--border-strong:#cdd4dc;--brand:#e60012;--brand-dark:#b8000f;--link:#1d5fbf;--green:#169b56;--blue:#2563eb;--cyan:#0e9fba;--orange:#f59e0b;--red:#e60012;--gray:#6b7280;--shadow:0 1px 2px #20262d0d;--shadow-raised:0 14px 36px #20262d12}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);min-width:320px;color:var(--text);-webkit-font-smoothing:antialiased;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;font-size:15px;line-height:1.65}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.site-shell{flex-direction:column;min-height:100vh;display:flex}.topbar{z-index:20;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff5;border-bottom:1px solid #e600121a;justify-content:space-between;align-items:center;gap:20px;padding:12px clamp(16px,5vw,56px);display:flex;position:sticky;top:0;box-shadow:0 1px #20262d08}.brand{align-items:center;gap:10px;min-width:0;display:inline-flex}.brand-mark{object-fit:contain;flex:none;width:48px;height:44px;display:block}.brand strong,.brand small{line-height:1.1;display:block}.brand strong{font-size:15px;font-weight:800}.brand small{color:var(--brand);letter-spacing:0;margin-top:3px;font-size:11px;font-weight:800}.topnav{align-items:center;gap:2px;display:flex}.topnav a{color:var(--muted);border-radius:8px;padding:7px 11px;font-size:14px;font-weight:700}.topnav a:hover{background:var(--brand-soft);color:var(--brand-dark)}.app-view{flex:1;width:min(1180px,100vw - 36px);min-width:0;margin:0 auto;padding:30px 0 58px}.footer{color:var(--subtle);border-top:1px solid var(--border);justify-items:center;gap:10px;padding:20px 16px 26px;font-size:13px;display:grid}.footer-copy,.footer-links{flex-wrap:wrap;justify-content:center;gap:8px 16px;display:flex}.footer-links a{color:var(--muted);font-weight:700}.footer-links a:hover,.text-link:hover{color:var(--brand-dark)}.text-link{color:var(--link);font-weight:720}.page-head,.home-copy,.detail-title{gap:8px;min-width:0;display:grid}.page-head{margin-bottom:18px}.page-head h1,.home-copy h1{letter-spacing:0;margin:0;font-weight:800;line-height:1.18}.page-head h1{overflow-wrap:anywhere;word-break:break-word;max-width:100%;font-size:clamp(24px,4vw,32px)}.home-copy h1{max-width:650px;font-size:clamp(28px,4vw,42px)}.page-head p,.home-copy p,.detail-summary,.empty-state p{color:var(--muted);margin:0}.page-head p,.home-copy p{max-width:700px}.eyebrow{color:var(--brand);margin:0;font-size:13px;font-weight:800}.home-layout,.content-grid{align-items:start;gap:20px;display:grid}.home-layout{grid-template-columns:minmax(0,1.18fr) minmax(300px,.82fr)}.content-grid{grid-template-columns:minmax(0,1.32fr) minmax(300px,.68fr)}.search-panel,.section-panel,.detail-hero,.empty-state,.notice-panel{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:8px}.search-panel,.detail-hero{border-color:var(--border-strong)}.search-panel{min-height:280px;box-shadow:var(--shadow-raised);border-color:#e600122e;padding:clamp(24px,5vw,46px);position:relative;overflow:hidden}.search-panel:before{background:linear-gradient(90deg, var(--brand) 0 72%, var(--text) 72% 100%);content:"";height:3px;position:absolute;inset:0 0 auto}.search-form,.compact-search{border:1px solid var(--border-strong);background:#fff;border-radius:8px;grid-template-columns:minmax(0,1fr) auto;gap:8px;padding:6px;transition:border-color .16s,box-shadow .16s;display:grid}.search-form{max-width:660px;margin-top:24px}.compact-search{width:min(560px,100%);padding:5px}.search-field{width:100%;min-height:46px;color:var(--text);background:0 0;border:0;border-radius:6px;outline:none;padding:0 12px}.search-form:focus-within,.compact-search:focus-within{border-color:#e6001273;box-shadow:0 0 0 3px #e6001214}.form-control:focus{border-color:var(--brand);box-shadow:0 0 0 3px #e600121a}.search-field:focus{box-shadow:none}.btn{min-height:38px;color:var(--text);white-space:nowrap;background:#fff;border:1px solid #0000;border-radius:7px;justify-content:center;align-items:center;gap:6px;padding:0 14px;font-weight:680;transition:background .16s,border-color .16s,color .16s,box-shadow .16s;display:inline-flex}.btn.primary{background:var(--brand);color:#fff;box-shadow:0 7px 16px #e600122e}.btn.primary:hover{background:var(--brand-dark);box-shadow:0 9px 20px #b8000f33}.btn.secondary{border-color:var(--border-strong);color:var(--text)}.btn.secondary:hover{background:var(--brand-soft);color:var(--brand-dark);border-color:#e600123d}.chip-row,.tag-row,.keyword-grid,.detail-actions,.metric-row,.scope-note{flex-wrap:wrap;display:flex}.chip-row,.keyword-grid{gap:8px}.chip-row{margin-top:18px}.chip,.keyword-chip,.tag{border-radius:999px;align-items:center;font-size:13px;display:inline-flex}.chip{background:var(--brand-soft);min-height:29px;color:var(--brand-dark);border:1px solid #e6001214;border-radius:7px;gap:6px;padding:0 10px;font-weight:700}.chip:hover{background:#fff;border-color:#e600123d}.keyword-chip{border:1px solid var(--border);color:#4b5563;background:#fff;min-height:30px;padding:0 10px}.keyword-chip:hover{background:var(--brand-soft);color:var(--brand-dark);border-color:#e6001238}.tag{background:var(--surface-soft);color:#4b5563;border:1px solid #20262d0f;min-height:25px;padding:0 8px;font-size:12px;font-weight:700}.scope-note{border-top:1px solid var(--border);color:var(--muted);gap:8px 14px;margin-top:28px;padding-top:18px;font-size:13px}.scope-note span{padding-left:12px;position:relative}.scope-note span:before{background:var(--brand);content:"";border-radius:999px;width:4px;height:4px;position:absolute;top:.7em;left:0}.side-stack,.result-layout,.result-list,.detail-layout,.updates-timeline,.faq-list,.form{display:grid}.side-stack,.detail-layout{gap:14px}.result-layout{gap:18px;min-width:0}.result-list{gap:8px}.section-panel{min-width:0;padding:18px 18px 16px}.section-title{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;padding-bottom:10px;display:flex}.section-title h2{align-items:center;gap:8px;margin:0;font-size:16px;line-height:1.25;display:inline-flex}.section-title h2:before{background:var(--brand);content:"";border-radius:999px;width:3px;height:15px}.section-title small{color:var(--muted)}.list{gap:0;display:grid}.list-row,.result-card,.update-row{border-bottom:1px solid var(--border);display:grid}.list-row{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:11px;padding:12px 0}.list-row:hover{background:#fbfcfd}.list-row:last-child,.update-row:last-child{border-bottom:0}.app-logo{background:var(--logo-bg,#e5e7eb);width:36px;height:36px;color:var(--logo-fg,#111827);border-radius:7px;flex:none;place-items:center;font-size:14px;font-weight:800;display:grid}.app-logo-icon{width:20px;height:20px;display:block}.app-logo-icon path{fill:currentColor}.app-logo-large{width:56px;height:56px;font-size:18px}.app-logo-large .app-logo-icon{width:30px;height:30px}.app-line{min-width:0}.app-name{align-items:center;gap:8px;min-width:0;margin:0;font-weight:760;line-height:1.35;display:flex}.app-name span:first-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.app-meta{color:var(--muted);margin:2px 0 0;font-size:13px;line-height:1.45;display:block}.summary-text{color:var(--muted);margin:4px 0 0;font-size:14px}.status-pill{min-height:24px;color:var(--status-color,var(--gray));background:var(--status-bg,#f3f4f6);white-space:nowrap;border-radius:999px;align-items:center;gap:5px;padding:0 8px;font-size:12px;font-weight:700;display:inline-flex}.status-dot{background:currentColor;border-radius:50%;width:7px;height:7px}.status-green{--status-color:var(--green);--status-bg:#ecfdf5}.status-cyan{--status-color:var(--cyan);--status-bg:#ecfeff}.status-blue{--status-color:var(--blue);--status-bg:#eff6ff}.status-orange{--status-color:var(--orange);--status-bg:#fffbeb}.status-red{--status-color:var(--red);--status-bg:#fef2f2}.status-gray{--status-color:var(--gray);--status-bg:#f3f4f6}.toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.result-card{border:1px solid var(--border);box-shadow:var(--shadow);background:#fff;border-radius:8px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:15px 16px}.result-card:hover{border-color:var(--border-strong)}.empty-state,.notice-panel{gap:14px;padding:24px;display:grid}.legal-layout{gap:18px;width:min(860px,100%);margin:0 auto;display:grid}.legal-head{margin-bottom:0}.legal-card{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow);border-radius:8px;gap:0;padding:clamp(18px,4vw,30px);display:grid}.legal-section{border-bottom:1px solid var(--border);gap:9px;padding:18px 0;display:grid}.legal-section:first-child{padding-top:0}.legal-section:last-child{border-bottom:0;padding-bottom:0}.legal-section h2{margin:0;font-size:18px;line-height:1.35}.legal-copy{color:#374151;gap:10px;display:grid}.legal-copy p{margin:0}.notice-panel{background:#fffbeb;border-color:#fde68a}.empty-state h2,.notice-panel h2{margin:0;font-size:22px}.detail-hero{gap:18px;padding:clamp(20px,4vw,30px);display:grid}.detail-main{grid-template-columns:auto minmax(0,1fr);align-items:start;gap:14px;display:grid}.detail-title h1{flex-wrap:wrap;align-items:center;gap:8px;margin:0;font-size:clamp(25px,4vw,34px);font-weight:800;line-height:1.2;display:flex}.detail-summary{color:#374151;max-width:780px;font-size:16px;line-height:1.6}.detail-actions{gap:10px}.want-action{align-items:center;gap:8px;display:inline-flex}.want-action .form-message{padding:6px 8px}.metric-row{color:var(--muted);gap:8px 14px;font-size:13px}.breadcrumb{color:var(--muted);margin-bottom:12px;font-size:13px}.breadcrumb a{color:var(--link)}.table-wrap,.ranking-table-wrap{max-width:100%;overflow-x:auto}.ranking-table-wrap{border:1px solid var(--border);background:#fff;border-radius:8px}.data-table{border-collapse:collapse;width:100%;min-width:680px;font-size:14px}.ranking-table{min-width:820px}.data-table th,.data-table td{border-bottom:1px solid var(--border);text-align:left;vertical-align:top;padding:12px 10px}.data-table th{color:var(--muted);font-size:12px;font-weight:700}.data-table tr:last-child td{border-bottom:0}.data-table th:first-child,.data-table td:first-child,.data-table th:nth-child(2),.data-table td:nth-child(2),.data-table th:nth-child(4),.data-table td:nth-child(4),.data-table th:nth-child(5),.data-table td:nth-child(5){white-space:nowrap}.path-action{min-height:32px;font-size:13px}.ranking-card-list{display:none}.ranking-card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:8px;gap:12px;padding:14px;display:grid}.ranking-card-head{grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:10px;display:grid}.ranking-card-title{gap:2px;min-width:0;display:grid}.ranking-card-title strong,.ranking-card-path strong,.ranking-card-grid strong{overflow-wrap:anywhere}.ranking-card-path{background:var(--surface-soft);border:1px solid var(--border);border-radius:8px;gap:3px;padding:10px;display:grid}.ranking-card-path span,.ranking-card-grid small{color:var(--muted);font-size:12px;font-weight:700}.ranking-card-path em{color:var(--muted);font-size:13px;font-style:normal}.ranking-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.ranking-card-grid>span{border:1px solid var(--border);border-radius:8px;gap:4px;min-width:0;padding:10px;display:grid}.ranking-card-grid strong{font-size:13px}.ranking-card-footer{justify-content:space-between;align-items:center;gap:10px;display:flex}.issue-list,.source-list{gap:0;margin:0;padding:0;list-style:none;display:grid}.issue-list li,.source-list li,.feedback-row,.faq-item{border-bottom:1px solid var(--border);padding:12px 0}.issue-list li:last-child,.source-list li:last-child,.feedback-row:last-child,.faq-item:last-child{border-bottom:0}.feedback-row{gap:7px;display:grid}.feedback-row p,.faq-item p{color:#374151;margin:0;font-size:14px;line-height:1.55}.faq-item summary{cursor:pointer;color:var(--text);font-weight:720;line-height:1.45}.faq-item p{color:#4b5563;margin-top:8px;line-height:1.65}.alt-row{grid-template-columns:auto minmax(0,1fr) auto;align-items:start}.scan-details{position:relative}.scan-details summary{list-style:none}.scan-details summary::-webkit-details-marker{display:none}.scan-panel{border:1px solid var(--border);background:#fff;border-radius:8px;gap:8px;width:156px;margin-top:8px;padding:10px;display:grid}.qr-mini{border:1px solid var(--border);background:#fff;border-radius:7px;grid-template-columns:repeat(7,1fr);gap:3px;width:112px;height:112px;margin:0 auto;padding:8px;display:grid}.qr-mini span{background:#111827;border-radius:2px}.qr-mini span:nth-child(3n),.qr-mini span:nth-child(5n){background:0 0}.rank{background:var(--brand-soft);width:28px;height:28px;color:var(--brand-dark);border:1px solid #e600121f;border-radius:7px;place-items:center;font-size:13px;font-weight:800;display:inline-grid}.updates-timeline{gap:0}.update-row{grid-template-columns:auto minmax(0,1fr);gap:10px;padding:13px 0}.update-marker{background:var(--brand);width:10px;height:10px;box-shadow:0 0 0 4px var(--brand-soft);border-radius:50%;margin-top:8px}.form{gap:10px}.form-note{color:var(--muted);margin:0;font-size:13px;line-height:1.5}.form-message{border-radius:7px;margin:0;padding:8px 10px;font-size:13px;line-height:1.45}.form-message.success{color:#166534;background:#ecfdf5;border:1px solid #16a34a38}.form-message.error{color:#991b1b;background:#fef2f2;border:1px solid #dc262638}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.form-label{color:#374151;gap:6px;font-size:13px;font-weight:700;display:grid}.form-control{border:1px solid var(--border-strong);width:100%;min-height:40px;color:var(--text);background:#fff;border-radius:8px;outline:none;padding:8px 10px}textarea.form-control{resize:vertical;min-height:86px}.honeypot-field{width:1px;height:1px;position:absolute;left:-10000px;overflow:hidden}.admin-grid{grid-template-columns:repeat(auto-fit,minmax(142px,1fr));gap:10px;display:grid}.admin-stat{border:1px solid var(--border);box-shadow:var(--shadow);background:#fff;border-radius:8px;padding:14px}.admin-stat strong{font-size:24px;line-height:1.1;display:block}.admin-stat span{color:var(--muted);font-size:13px}.admin-page-head{grid-template-columns:minmax(0,1fr) auto;align-items:start}.admin-head-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.ops-dashboard{gap:18px}.ops-hero{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:20px;display:grid}.ops-hero h2{margin:8px 0 6px;font-size:clamp(22px,3vw,30px);line-height:1.2}.ops-hero p{max-width:780px;color:var(--muted);margin:0}.ops-hero-facts{gap:8px;min-width:180px;display:grid}.ops-hero-facts span{border:1px solid var(--border);color:#374151;background:#fbfcfd;border-radius:7px;padding:8px 10px;font-size:13px;font-weight:700}.ops-status{border-radius:7px;align-items:center;width:fit-content;min-height:26px;padding:4px 8px;font-size:12px;font-weight:800;line-height:1.2;display:inline-flex}.ops-status.good{color:#166534;background:#ecfdf5}.ops-status.warn{color:#92400e;background:#fffbeb}.ops-status.bad{color:#991b1b;background:#fef2f2}.ops-status.neutral{background:var(--surface-soft);color:#374151}.ops-metric-grid{margin-bottom:2px}.ops-metric-card{color:inherit;gap:3px;display:grid}.ops-metric-card small{color:var(--subtle);font-size:12px;line-height:1.35}.ops-health-list{gap:0;display:grid}.ops-health-list.compact{margin-top:12px}.ops-health-row{border-bottom:1px solid var(--border);grid-template-columns:auto minmax(0,1fr);align-items:start;gap:12px;padding:12px 0;display:grid}.ops-health-row:last-child{border-bottom:0}.ops-health-row strong,.ops-list-main a,.ops-list-main{color:var(--text);font-weight:760}.trend-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.trend-block{gap:12px;display:grid}.trend-bars{grid-template-columns:repeat(7,minmax(22px,1fr));align-items:end;gap:8px;min-height:120px;padding-top:8px;display:grid}.trend-item{min-width:0;color:var(--subtle);text-align:center;grid-template-rows:minmax(72px,1fr) auto;align-items:end;gap:7px;font-size:11px;display:grid}.trend-bar{background:var(--brand);border-radius:5px 5px 2px 2px;width:100%;min-height:8px;display:block}.ops-list{gap:12px;display:grid}.ops-list-row{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;display:grid}.ops-list-main{gap:6px;min-width:0;display:grid}.ops-list-main a{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ops-bar-track{background:#edf0f4;border-radius:999px;height:7px;display:block;overflow:hidden}.ops-bar-fill{border-radius:inherit;background:var(--brand);height:100%;display:block}.ops-run-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.ops-run-grid span{border:1px solid var(--border);background:#fbfcfd;border-radius:8px;gap:2px;padding:10px;display:grid}.ops-run-grid strong{font-size:22px;line-height:1.15}.ops-run-grid small{color:var(--muted);font-size:12px}.ops-warning-list{margin-top:10px}.review-row{border-bottom:1px solid var(--border);grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:12px;padding:13px 0;display:grid}.review-row:last-child{border-bottom:0}.review-row p{color:#374151;margin:3px 0 0;font-size:14px;line-height:1.55}.review-actions{flex-wrap:wrap;justify-content:flex-end;gap:7px;display:flex}.candidate-review-actions{gap:7px;min-width:220px;display:grid}.auto-ops-actions{gap:8px;margin-top:10px;display:grid}.review-note-input{min-height:34px;font-size:13px}.admin-app-tools{gap:18px;display:grid}.admin-bulk-form{border-top:1px solid var(--border);padding-top:16px}.compact-title{margin-bottom:0}.bulk-input{min-height:132px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:13px;line-height:1.5}.admin-app-table{margin-top:16px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (max-width:860px){.home-layout,.content-grid,.admin-grid,.admin-page-head,.ops-hero,.trend-grid{grid-template-columns:1fr}.admin-head-actions{justify-content:flex-start}}@media (max-width:640px){body{font-size:14px}.topbar{flex-direction:column;align-items:flex-start;gap:10px}.topnav{width:100%;padding-bottom:2px;overflow-x:auto}.topnav a{flex:none}.app-view{width:min(100vw - 24px,1120px);padding-top:22px}.search-form,.compact-search,.result-card,.list-row,.alt-row,.review-row{grid-template-columns:1fr}.result-card .btn,.search-form .btn,.compact-search .btn,.alt-row .btn,.review-actions .btn{width:100%}.home-layout .section-panel .list-row{grid-template-columns:auto minmax(0,1fr);align-items:start}.home-layout .section-panel .list-row .tag{grid-column:2;width:fit-content}.ranking-table-wrap{display:none}.ranking-card-list{gap:10px;display:grid}.ranking-card-head{grid-template-columns:auto minmax(0,1fr)}.ranking-card-head .tag{grid-column:2;width:fit-content}.ranking-card-footer{flex-direction:column;align-items:stretch}.ranking-card-footer .path-action{white-space:normal;width:100%;min-width:0}.review-actions{justify-content:stretch}.detail-main,.form-grid{grid-template-columns:1fr}.footer{justify-content:flex-start}}
