:root{--bg: #f4f6f9;--bg-subtle: #eef1f6;--surface: #ffffff;--surface-hover: #f9fafb;--border: #e5e7eb;--border-light: #f0f1f3;--text: #111827;--text-secondary: #374151;--muted: #6b7280;--muted-light: #9ca3af;--accent: #2563eb;--accent-soft: #eff6ff;--accent-hover: #1d4ed8;--on: #059669;--on-soft: #ecfdf5;--off: #dc2626;--off-soft: #fef2f2;--purple: #7c3aed;--purple-soft: #f5f3ff;--shadow-sm: 0 1px 2px rgba(16, 24, 40, .05);--shadow: 0 1px 3px rgba(16, 24, 40, .08), 0 1px 2px rgba(16, 24, 40, .04);--shadow-md: 0 4px 12px rgba(16, 24, 40, .08), 0 2px 4px rgba(16, 24, 40, .04);--shadow-lg: 0 12px 32px rgba(16, 24, 40, .12);--radius: 12px;--radius-lg: 16px}*{box-sizing:border-box}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;background:var(--bg);color:var(--text);line-height:1.5;-webkit-font-smoothing:antialiased}.app{max-width:1280px;margin:0 auto;padding:24px 24px 48px}.auth-alert{display:flex;flex-direction:column;gap:4px;background:var(--off-soft);border:1px solid #fecaca;color:#991b1b;border-radius:var(--radius);padding:12px 16px;margin-bottom:16px;font-size:14px}.auth-alert strong{font-size:15px}.auth-alert-hint{color:#b91c1c;font-size:13px}.brand-badge{display:inline-flex;align-items:center;gap:10px;background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:8px 14px 8px 10px;margin-bottom:16px;box-shadow:var(--shadow-sm)}.brand-badge-icon{width:36px;height:36px;flex-shrink:0}.brand-badge-icon svg{display:block;width:36px;height:36px}.brand-badge-name{font-size:15px;font-weight:700;color:var(--text);letter-spacing:-.01em}.brand-badge-meta{display:flex;flex-direction:column;align-items:flex-end;margin-left:8px;padding-left:12px;border-left:1px solid var(--border-light);line-height:1.35}.brand-badge-version{font-size:12px;font-weight:600;color:var(--text-secondary);font-variant-numeric:tabular-nums}.brand-badge-deploy{font-size:11px;color:var(--muted);font-variant-numeric:tabular-nums;white-space:nowrap}.brand-sidebar{display:flex;flex-direction:column;gap:8px;padding:4px 2px 12px}.brand-sidebar-head{display:flex;align-items:center;gap:10px;min-width:0}.brand-sidebar-text{display:flex;flex-direction:column;gap:2px;min-width:0}.brand-sidebar-text .brand-badge-name{font-size:16px;line-height:1.2}.brand-sidebar-tag{font-size:11px;color:var(--muted);letter-spacing:.02em}.brand-sidebar-meta{display:flex;align-items:center;flex-wrap:wrap;gap:4px 6px;padding-left:46px;font-size:11px;color:var(--muted);line-height:1.3}.brand-sidebar-sep{color:var(--muted-light)}.brand-sidebar-meta .brand-badge-version{font-size:11px;color:var(--text-secondary)}.brand-sidebar-meta .brand-badge-deploy{font-size:11px;white-space:normal;word-break:break-all}.hero{display:grid;grid-template-columns:1fr 280px;gap:24px;align-items:center;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:28px 32px;margin-bottom:24px;box-shadow:var(--shadow)}.hero-text h1{margin:0 0 8px;font-size:26px;font-weight:700;letter-spacing:-.02em;color:var(--text)}.hero-desc{margin:0;font-size:14px;color:var(--muted);max-width:480px;line-height:1.6}.hero-badge{display:inline-flex;align-items:center;gap:6px;margin-top:14px;padding:6px 12px;background:var(--accent-soft);color:var(--accent);border-radius:999px;font-size:12px;font-weight:600}.hero-illustration{display:flex;justify-content:flex-end;align-items:center}.hero-svg{width:100%;max-width:280px;height:auto}@media(max-width:768px){.hero{grid-template-columns:1fr;padding:20px}.hero-illustration{justify-content:center}}.stat-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:14px;margin-bottom:24px}.stat-card{display:flex;align-items:flex-start;gap:12px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:16px;box-shadow:var(--shadow-sm);transition:box-shadow .15s,border-color .15s}.stat-card:hover{box-shadow:var(--shadow);border-color:#d1d5db}.stat-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;flex-shrink:0}.stat-icon.blue{background:var(--accent-soft);color:var(--accent)}.stat-icon.green{background:var(--on-soft);color:var(--on)}.stat-icon.red{background:var(--off-soft);color:var(--off)}.stat-icon.purple{background:var(--purple-soft);color:var(--purple)}.stat-body{min-width:0}.stat-value{font-size:22px;font-weight:700;letter-spacing:-.02em;line-height:1.2;color:var(--text)}.stat-label{font-size:12px;color:var(--muted);margin-top:2px;font-weight:500}.nav-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:6px;margin-bottom:20px;box-shadow:var(--shadow-sm)}.tabs{display:flex;gap:4px}.tabs button{display:inline-flex;align-items:center;gap:8px;flex:1;justify-content:center;background:transparent;color:var(--muted);border:none;border-radius:8px;padding:10px 16px;font-size:14px;font-weight:500;cursor:pointer;transition:background .15s,color .15s,box-shadow .15s}.tabs button:hover{color:var(--text-secondary);background:var(--bg-subtle)}.tabs button.active{color:var(--accent);background:var(--accent-soft);box-shadow:var(--shadow-sm);font-weight:600}.trends{display:flex;flex-direction:column;gap:20px}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media(max-width:900px){.grid-2{grid-template-columns:1fr}}.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:20px 22px;box-shadow:var(--shadow-sm)}.panel-head{display:flex;align-items:center;gap:10px;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid var(--border-light)}.panel-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;background:var(--accent-soft);color:var(--accent);flex-shrink:0}.panel-head h3{margin:0;font-size:15px;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.panel-sub{font-size:12px;color:var(--muted);margin-left:auto}.toolbar-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:14px 16px;margin-bottom:16px;box-shadow:var(--shadow-sm)}.toolbar{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.toolbar select,.toolbar input{background:var(--bg);color:var(--text);border:1px solid var(--border);border-radius:8px;padding:9px 12px;font-size:14px;transition:border-color .15s,box-shadow .15s}.toolbar select:focus,.toolbar input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #2563eb1f}.toolbar input{flex:1;min-width:200px;padding-left:36px}.search-wrap{position:relative;flex:1;min-width:200px}.search-wrap .search-icon{position:absolute;left:11px;top:50%;transform:translateY(-50%);color:var(--muted-light);pointer-events:none}.search-wrap input{width:100%;min-width:0}.btn-primary{display:inline-flex;align-items:center;gap:6px;background:var(--accent);color:#fff;border:none;border-radius:8px;padding:9px 16px;font-size:14px;font-weight:600;cursor:pointer;transition:background .15s}.btn-primary:hover{background:var(--accent-hover)}.loading,.empty{padding:48px 24px;text-align:center;color:var(--muted);background:var(--surface);border:1px dashed var(--border);border-radius:var(--radius)}@keyframes shimmer-sweep{0%{background-position:100% 0}to{background-position:-100% 0}}.shimmer{display:block;background:linear-gradient(90deg,#eef1f6,#eef1f6 35%,#f8fafc,#eef1f6 65%,#eef1f6);background-size:200% 100%;animation:shimmer-sweep 1.35s ease-in-out infinite;border-radius:6px}.shimmer-line{height:12px;margin:3px 0;max-width:100%}.shimmer-line-sm{height:10px;opacity:.85;margin-top:8px}.shimmer-icon{width:40px;height:40px;border-radius:10px}.shimmer-pill{width:52px;height:22px;border-radius:999px}.shimmer-wall-img{width:100%;aspect-ratio:1;border-radius:12px;margin-bottom:8px}.table-skeleton tbody td{pointer-events:none}.wall-item-skeleton{pointer-events:none;cursor:default}.wall-item-skeleton:hover{transform:none;box-shadow:none}.empty-card{display:flex;flex-direction:column;align-items:center;gap:12px;padding:56px 24px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);text-align:center}.empty-icon{width:64px;height:64px;border-radius:16px;background:var(--bg-subtle);display:flex;align-items:center;justify-content:center;color:var(--muted-light)}.empty code{background:var(--bg);padding:2px 8px;border-radius:6px;color:var(--accent);font-size:13px}.table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.table-wrap>table{width:100%;min-width:1040px;border-collapse:collapse;font-size:13px;table-layout:auto}.table-wrap>table thead th{text-align:left;padding:12px 16px;color:var(--muted);font-size:12px;font-weight:600;text-transform:none;letter-spacing:0;white-space:nowrap;background:var(--bg-subtle);border-bottom:1px solid var(--border)}.table-wrap>table tbody td{padding:12px 16px;border-bottom:1px solid var(--border-light);vertical-align:middle;color:var(--text-secondary);word-break:keep-all;overflow-wrap:break-word;line-height:1.45}.table-wrap>table tbody tr:last-child td{border-bottom:none}.table-wrap>table tbody tr.clickable{cursor:pointer;transition:background .12s}.table-wrap>table tbody tr.clickable:hover{background:var(--accent-soft)}table{width:100%;border-collapse:collapse;font-size:13px}thead th{text-align:left;padding:12px 16px;color:var(--muted);font-size:12px;font-weight:600;text-transform:none;letter-spacing:0;white-space:nowrap;background:var(--bg-subtle);border-bottom:1px solid var(--border)}tbody td{padding:12px 16px;border-bottom:1px solid var(--border-light);vertical-align:middle;color:var(--text-secondary);word-break:keep-all;overflow-wrap:break-word}tbody tr:last-child td{border-bottom:none}tbody tr.clickable{cursor:pointer;transition:background .12s}tbody tr.clickable:hover{background:var(--accent-soft)}.col-icon{width:60px}.col-name{min-width:180px;max-width:280px}.col-compact{white-space:nowrap;width:1%}.col-developer{min-width:120px;max-width:220px}.col-category{min-width:88px;max-width:140px}.col-params{min-width:160px;max-width:320px}.icon{width:44px;height:44px;border-radius:10px;object-fit:cover;box-shadow:var(--shadow-sm);border:1px solid var(--border-light)}.name{font-weight:600;color:var(--text)}.sub{color:var(--muted);font-size:12px}.badge{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:6px;font-size:11px;font-weight:600;white-space:nowrap}.badge.on{background:var(--on-soft);color:var(--on)}.badge.off{background:var(--off-soft);color:var(--off)}.badge.relist{background:var(--accent-soft);color:var(--accent)}.badge.muted{background:var(--bg-subtle);color:var(--muted)}.date-cell{font-variant-numeric:tabular-nums;color:var(--text-secondary);white-space:nowrap}.toolbar input[type=date]{flex:0;min-width:150px;padding-left:12px}.linkish{color:var(--accent)}.pagination-card{margin-top:16px;padding:12px 16px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.pagination{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px}.pagination-summary{font-size:13px;color:var(--muted)}.pagination-controls{display:flex;flex-wrap:wrap;align-items:center;gap:6px}.pagination-controls button{min-width:36px;height:34px;padding:0 10px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text-secondary);font-size:13px;cursor:pointer}.pagination-controls button:hover:not(:disabled):not(.active){border-color:var(--accent);background:var(--bg-subtle)}.pagination-controls button.active{border-color:var(--accent);background:var(--accent);color:#fff}.pagination-controls button:disabled{opacity:.45;cursor:not-allowed}.pagination-ellipsis{padding:0 4px;color:var(--muted);font-size:13px}.wall{display:grid;grid-template-columns:repeat(auto-fill,minmax(148px,1fr));gap:16px}.wall-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:12px;text-align:center;cursor:pointer;transition:transform .15s,box-shadow .15s,border-color .15s;box-shadow:var(--shadow-sm)}.wall-item:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);border-color:#d1d5db}.wall-item img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:12px;border:1px solid var(--border-light)}.no-img{width:100%;aspect-ratio:1;display:flex;align-items:center;justify-content:center;color:var(--muted-light);background:var(--bg-subtle);border-radius:12px;font-size:12px}.wall-name{font-size:13px;font-weight:600;margin:10px 0 4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text)}.detail-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#11182766;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;display:flex;align-items:flex-start;justify-content:center;padding:32px 24px;overflow-y:auto}.detail-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);max-width:880px;width:100%;padding:0;position:relative;margin-bottom:40px;box-shadow:var(--shadow-lg);overflow:hidden}.detail-close{position:absolute;top:16px;right:16px;display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:var(--bg);border:1px solid var(--border);border-radius:8px;color:var(--muted);cursor:pointer;transition:background .15s,color .15s;z-index:1}.detail-close:hover{background:var(--off-soft);color:var(--off);border-color:#fecaca}.detail-header{display:flex;gap:18px;padding:24px 24px 20px;background:linear-gradient(180deg,var(--accent-soft) 0%,var(--surface) 100%);border-bottom:1px solid var(--border-light)}.detail-icon{width:72px;height:72px;border-radius:16px;object-fit:cover;box-shadow:var(--shadow);border:2px solid #fff;flex-shrink:0}.detail-header h2{margin:0 0 4px;font-size:20px;font-weight:700;color:var(--text)}.detail-missing{display:inline-flex;align-items:center;gap:6px;margin-top:10px;padding:8px 12px;background:#fffbeb;color:#b45309;border-radius:8px;font-size:13px;border:1px solid #fde68a}.detail-body{padding:20px 24px 24px}.detail-section{background:var(--bg);border:1px solid var(--border-light);border-radius:var(--radius);padding:16px;margin-bottom:14px}.detail-section h3{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;margin:0 0 10px;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.03em}.detail-text{white-space:pre-wrap;line-height:1.6;font-size:14px;color:var(--text-secondary);max-height:180px;overflow-y:auto;margin:0}.detail-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}@media(max-width:640px){.detail-grid{grid-template-columns:repeat(2,1fr)}}.detail-meta-item{background:var(--surface);border:1px solid var(--border-light);border-radius:8px;padding:10px 12px}.detail-meta-item .label{display:block;color:var(--muted);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px}.detail-meta-item .value{font-size:14px;font-weight:500;color:var(--text)}.detail-links a{display:inline-flex;align-items:center;gap:4px;color:var(--accent);text-decoration:none;font-size:13px;word-break:break-all}.detail-links a:hover{text-decoration:underline}.sub.mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;word-break:break-all;overflow-wrap:anywhere}.detail-version-row{display:flex;gap:8px;margin-top:10px;flex-wrap:wrap}.detail-header-meta{margin-top:8px}.detail-pills{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-top:10px}.detail-pill-group{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.detail-pill-group+.detail-pill-group{padding-left:10px;border-left:1px solid var(--border-light)}@media(max-width:520px){.detail-pill-group+.detail-pill-group{padding-left:0;border-left:none;width:100%}}.version-pill,.ios-pill{display:inline-flex;align-items:center;padding:3px 8px;border-radius:6px;font-size:11px;font-weight:600;line-height:1.4}.version-pill{background:var(--purple-soft);color:var(--purple)}.ios-pill{background:var(--on-soft);color:var(--on)}.detail-meta-item.highlight{background:var(--accent-soft);border-color:#bfdbfe}.version-lg{font-size:16px!important;font-weight:700!important;color:var(--accent)!important}.iap-count{display:flex;align-items:baseline;gap:4px}.iap-count-num{font-size:20px;font-weight:700;color:var(--text)}.iap-count-unit{font-size:13px;color:var(--muted)}.collapse-head{display:flex;align-items:center;gap:10px;width:100%;background:none;border:none;padding:0;cursor:pointer;text-align:left}.collapse-head h3{margin:0;flex:1}.collapse-arrow{font-size:12px;color:var(--accent);font-weight:600;white-space:nowrap}.collapse-summary{margin:8px 0 0;font-size:13px;color:var(--muted);line-height:1.5}.detail-shots-strip{display:flex;gap:12px;overflow-x:auto;padding-bottom:4px}.shot-thumb-btn{border:2px solid transparent;border-radius:12px;padding:0;background:none;cursor:pointer;flex-shrink:0;transition:border-color .15s,transform .15s}.shot-thumb-btn:hover{border-color:var(--accent);transform:translateY(-2px)}.shot-thumb-btn img{height:240px;border-radius:10px;display:block;border:1px solid var(--border-light);box-shadow:var(--shadow-sm)}.gallery-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000e0;z-index:2000;display:flex;align-items:center;justify-content:center;padding:16px}.gallery-panel{width:100%;max-width:960px;max-height:95vh;display:flex;flex-direction:column;position:relative}.gallery-close{position:absolute;top:-8px;right:0;z-index:2;display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#ffffff26;border:none;border-radius:50%;color:#fff;cursor:pointer}.gallery-counter{text-align:center;color:#fffc;font-size:14px;margin-bottom:12px}.gallery-main{position:relative;display:flex;align-items:center;justify-content:center;flex:1;min-height:0}.gallery-image{max-height:calc(95vh - 140px);max-width:100%;object-fit:contain;border-radius:8px}.gallery-nav{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border:none;border-radius:50%;background:#fff3;color:#fff;font-size:28px;line-height:1;cursor:pointer;z-index:1}.gallery-nav:hover{background:#ffffff59}.gallery-prev{left:0}.gallery-next{right:0}.gallery-thumbs{display:flex;gap:8px;justify-content:center;overflow-x:auto;padding:16px 0 4px;margin-top:8px}.gallery-thumb{border:2px solid transparent;border-radius:6px;padding:0;background:none;cursor:pointer;opacity:.55;flex-shrink:0}.gallery-thumb.active{border-color:#fff;opacity:1}.gallery-thumb img{height:56px;border-radius:4px;display:block}.detail-shots-below{padding:0 24px 20px;border-bottom:1px solid var(--border-light)}.detail-header-main{flex:1;min-width:0}.detail-bundle{display:flex;align-items:center;gap:8px;font-size:13px}.detail-bundle code{display:inline-flex;align-items:center;background:var(--bg);padding:4px 10px;border-radius:6px;border:1px solid var(--border-light);font-size:12px;line-height:1.4;word-break:break-all}.label-inline{color:var(--muted);font-size:12px;font-weight:600;flex-shrink:0;line-height:1.4}.section-head-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.section-head-row h3{margin:0}.section-count{font-size:12px;color:var(--accent);font-weight:600}.country-group{margin-bottom:12px}.country-group-label{font-size:12px;color:var(--muted);margin-bottom:8px;font-weight:600}.country-tags{display:flex;flex-wrap:wrap;gap:8px}.country-tag{display:inline-flex;padding:5px 10px;background:var(--surface);border:1px solid var(--border);border-radius:8px;font-size:13px;color:var(--text-secondary)}.version-table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:8px}.version-num{font-weight:600;margin-right:8px}.link-btn{background:none;border:none;color:var(--accent);cursor:pointer;font-size:13px;padding:0}.version-note{margin-top:8px;max-height:120px}.detail-meta-item.full{margin-bottom:10px}.detail-meta-item.full:last-child{margin-bottom:0}.value.mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px}.section-sub{font-size:12px;color:var(--muted);margin:12px 0 6px;font-weight:600}.iap-table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:8px;background:var(--surface)}.iap-table{width:100%;border-collapse:collapse;font-size:13px}.iap-table thead th{text-align:left;padding:10px 14px;background:var(--bg-subtle);color:var(--muted);font-size:12px;font-weight:600;border-bottom:1px solid var(--border)}.iap-table tbody td{padding:10px 14px;border-bottom:1px solid var(--border-light);vertical-align:top}.iap-table tbody tr:last-child td{border-bottom:none}.iap-name{color:var(--accent);font-weight:500}.iap-price{white-space:nowrap;font-weight:600;color:var(--text)}.detail-shots{display:flex;gap:10px;overflow-x:auto;padding-bottom:4px}.detail-shots img{height:240px;border-radius:10px;flex-shrink:0;border:1px solid var(--border);box-shadow:var(--shadow-sm)}.detail-footer{font-size:12px;color:var(--muted-light);margin-top:8px}.layout{display:grid;grid-template-columns:260px minmax(0,1fr);min-height:100vh;align-items:stretch}.main-area{min-width:0;display:flex;justify-content:center;background:var(--bg)}.sidebar{position:sticky;top:0;height:100vh;overflow-y:auto;background:var(--surface);border-right:1px solid var(--border);padding:20px 14px 16px;display:flex;flex-direction:column;gap:12px}.sidebar-brand{padding-bottom:12px;margin-bottom:4px;border-bottom:1px solid var(--border-light)}.sidebar-brand .brand-badge{margin-bottom:0;width:100%}.sidebar-nav{display:flex;flex-direction:column;gap:4px}.menu-group{margin-bottom:10px}.menu-group:last-child{margin-bottom:0}.menu-group-head{display:flex;align-items:center;gap:10px;width:100%;background:none;border:none;padding:10px 12px;cursor:pointer;color:var(--text);font-size:14px;font-weight:700;letter-spacing:.01em;border-radius:10px;transition:background .15s,color .15s}.menu-group-head:hover,.menu-group-head.open{background:var(--bg-subtle)}.menu-group-head.in-active{color:var(--text)}.menu-group-head.in-active .menu-group-icon{color:var(--accent)}.menu-group-icon{display:inline-flex;flex-shrink:0;color:var(--text-secondary)}.menu-group-label{flex:1;text-align:left}.menu-caret{display:inline-flex;color:var(--muted-light);transform:rotate(90deg);transition:transform .15s}.menu-caret.collapsed{transform:rotate(0)}.menu-items{display:flex;flex-direction:column;gap:2px;margin:6px 0 2px 14px;padding:6px 0 6px 10px;border-left:2px solid var(--border)}.menu-group.expanded .menu-items{background:linear-gradient(90deg,var(--bg-subtle) 0%,transparent 100%);border-radius:0 8px 8px 0}.menu-item{display:flex;align-items:center;gap:8px;width:100%;background:none;border:none;padding:7px 10px 7px 8px;cursor:pointer;color:var(--muted);font-size:13px;font-weight:500;border-radius:8px;text-align:left;border-left:3px solid transparent;margin-left:-3px;transition:background .15s,color .15s,border-color .15s}.menu-item-label{line-height:1.3}.menu-item:hover{background:var(--surface);color:var(--text-secondary)}.menu-item.active{background:var(--accent-soft);color:var(--accent);font-weight:600;border-left-color:var(--accent)}.menu-item-icon{display:inline-flex;flex-shrink:0;color:currentColor;opacity:.75}.menu-item.active .menu-item-icon{opacity:1}.content{width:100%;max-width:1280px;margin:0;padding:28px 32px 56px}.view-keep-alive[data-active=false]{display:none}@media(max-width:820px){.layout{grid-template-columns:1fr}.main-area{justify-content:stretch}.content{max-width:none;padding:20px 16px 40px}.sidebar{position:static;height:auto;flex-direction:column;border-right:none;border-bottom:1px solid var(--border)}}.page-header{margin-bottom:18px}.page-header h1{margin:0 0 6px;font-size:22px;font-weight:700;color:var(--text)}.page-desc{margin:0;font-size:14px;color:var(--muted)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:18px 20px;box-shadow:var(--shadow-sm);margin-bottom:18px}.card h3{margin:0 0 14px;font-size:15px;font-weight:700;color:var(--text)}.about-card{max-width:520px}.about-row{display:flex;gap:12px;padding:8px 0;border-bottom:1px solid var(--border-light);font-size:14px}.about-label{width:88px;color:var(--muted);font-weight:600}.crawl-status-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:12px 16px;margin-bottom:18px;font-size:13px;color:var(--text-secondary)}.crawl-status-sep{color:var(--muted-light)}.crawl-status-hint{color:var(--off);font-size:12px}.text-on{color:var(--on)}.text-off{color:var(--off)}.worker-dot{width:9px;height:9px;border-radius:50%;flex-shrink:0}.worker-dot.on{background:var(--on);box-shadow:0 0 0 3px var(--on-soft)}.worker-dot.off{background:var(--muted-light);box-shadow:0 0 0 3px var(--bg-subtle)}.crawl-cols{display:grid;grid-template-columns:340px 1fr;gap:18px;align-items:start}@media(max-width:820px){.crawl-cols{grid-template-columns:1fr}}.form-row{margin-bottom:14px;display:flex;flex-direction:column;gap:6px}.form-row>label{font-size:12px;font-weight:600;color:var(--muted)}.form-row select,.form-row input[type=number],.form-row input[type=date]{padding:8px 10px;border:1px solid var(--border);border-radius:8px;font-size:14px;background:var(--surface);color:var(--text)}.check-row{display:flex;gap:16px}.check{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:500;color:var(--text-secondary);cursor:pointer}.seg{display:inline-flex;border:1px solid var(--border);border-radius:8px;overflow:hidden;width:fit-content}.seg button{background:var(--surface);border:none;padding:8px 16px;cursor:pointer;font-size:13px;color:var(--text-secondary)}.seg button.active{background:var(--accent);color:#fff;font-weight:600}.form-err{background:var(--off-soft);color:#991b1b;border:1px solid #fecaca;border-radius:8px;padding:8px 12px;font-size:13px;margin-bottom:12px}.crawl-form .btn-primary{width:100%;justify-content:center}.active-job{border:1px solid var(--border-light);border-radius:10px;padding:12px 14px;margin-bottom:10px}.active-job-head{display:flex;align-items:center;gap:10px;margin-bottom:10px}.active-job-title{font-weight:600;font-size:14px;color:var(--text)}.active-job-params{flex:1;color:var(--muted);font-size:12px}.icon-btn{background:none;border:1px solid var(--border);border-radius:7px;padding:4px;cursor:pointer;color:var(--muted);display:inline-flex}.icon-btn:hover{color:var(--off);border-color:#fecaca;background:var(--off-soft)}.progress-wrap{display:flex;flex-direction:column;gap:6px}.progress-track{height:8px;background:var(--bg-subtle);border-radius:6px;overflow:hidden}.progress-fill{height:100%;background:var(--accent);border-radius:6px;transition:width .4s ease}.progress-fill.done{background:var(--on)}.progress-fill.failed{background:var(--off)}.progress-fill.canceled{background:var(--muted-light)}.progress-fill.active{background:linear-gradient(90deg,var(--accent),#60a5fa,var(--accent));background-size:200% 100%;animation:progress-slide 1.4s linear infinite}@keyframes progress-slide{0%{background-position:200% 0}to{background-position:-200% 0}}.progress-meta{display:flex;justify-content:space-between;font-size:12px;color:var(--muted)}.progress-num{font-variant-numeric:tabular-nums;white-space:nowrap}.cov-bar{display:flex;align-items:center;gap:8px}.cov-bar-track{flex:1;height:8px;background:var(--bg-subtle);border-radius:6px;overflow:hidden}.cov-bar-fill{height:100%;background:var(--on);border-radius:6px}.cov-bar-num{font-size:12px;color:var(--muted);font-variant-numeric:tabular-nums;width:34px;text-align:right}.link-btn:disabled{color:var(--muted-light);cursor:not-allowed}td.mono{font-variant-numeric:tabular-nums;color:var(--text-secondary)}.day-nav-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:10px 14px;box-shadow:var(--shadow-sm);margin-bottom:12px}.day-nav{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.day-arrow{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid var(--border);border-radius:9px;background:var(--surface);color:var(--text-secondary);cursor:pointer;flex-shrink:0}.day-arrow:hover:not(:disabled){background:var(--accent-soft);color:var(--accent);border-color:var(--accent)}.day-arrow:disabled{color:var(--muted-light);cursor:not-allowed;opacity:.5}.day-arrow .flip{transform:rotate(180deg)}.day-nav-center{display:flex;align-items:baseline;gap:10px;min-width:220px;justify-content:center}.day-nav-date{font-size:20px;font-weight:700;color:var(--text);letter-spacing:-.01em;font-variant-numeric:tabular-nums}.day-nav-weekday{font-size:13px;color:var(--muted);background:var(--bg-subtle);border-radius:6px;padding:2px 8px}.day-nav-counts{font-size:13px;color:var(--accent);font-weight:600}.day-nav-sep{flex:1}.day-select{padding:8px 10px;border:1px solid var(--border);border-radius:8px;font-size:13px;background:var(--surface);color:var(--text-secondary);max-width:260px}.empty-card .btn-primary{margin-top:14px}.export-layout{display:flex;flex-direction:column;gap:16px}.export-section{padding:20px 24px}.export-section-title{margin:0 0 16px;font-size:14px;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em}.export-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.export-section-header .export-section-title{margin:0}.export-col-actions{display:flex;gap:8px}.export-field{margin-bottom:20px}.export-field:last-child{margin-bottom:0}.export-label{display:block;font-size:13px;font-weight:500;color:var(--text-secondary);margin-bottom:8px}.export-radio-group{display:flex;flex-wrap:wrap;gap:12px}.export-radio{display:flex;align-items:center;gap:6px;cursor:pointer;font-size:14px;color:var(--text)}.export-radio input[type=radio]{accent-color:var(--accent);width:15px;height:15px}.export-date-range{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.export-date-range input[type=date]{border:1px solid var(--border);border-radius:8px;padding:7px 10px;font-size:14px;color:var(--text);background:var(--surface);outline:none;transition:border-color .15s}.export-date-range input[type=date]:focus{border-color:var(--accent);box-shadow:0 0 0 3px #2563eb14}.export-date-sep{font-size:13px;color:var(--muted)}.export-hint{margin:8px 0 0;font-size:12px;color:var(--muted);line-height:1.5}.export-col-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:10px}.export-checkbox{display:flex;align-items:center;gap:7px;cursor:pointer;font-size:14px;color:var(--text);padding:6px 10px;border-radius:8px;transition:background .12s}.export-checkbox:hover{background:var(--bg-subtle)}.export-checkbox input[type=checkbox]{accent-color:var(--accent);width:15px;height:15px;flex-shrink:0}.export-summary{display:flex;flex-direction:column;gap:0}.export-summary-rows{display:flex;flex-direction:column;gap:0;margin-bottom:16px}.export-summary-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid var(--border-light);font-size:14px}.export-summary-row:last-child{border-bottom:none}.export-summary-key{color:var(--muted);font-size:13px}.export-summary-val{font-weight:500;color:var(--text)}.export-success{display:flex;align-items:center;gap:6px;background:var(--on-soft);color:var(--on);border-radius:8px;padding:10px 14px;font-size:13px;margin-bottom:14px}.export-btn{width:100%;justify-content:center;padding:11px 20px;font-size:15px;gap:8px}.btn-ghost{background:none;border:1px solid var(--border);border-radius:7px;padding:5px 12px;font-size:13px;color:var(--text-secondary);cursor:pointer;transition:background .12s,border-color .12s}.btn-ghost:hover{background:var(--bg-subtle);border-color:var(--muted-light)}@media(min-width:900px){.export-layout{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:16px}.export-summary{grid-column:1 / -1;flex-direction:row;align-items:flex-start;gap:32px}.export-summary .export-section-title{white-space:nowrap;min-width:80px}.export-summary-rows{flex:1;margin-bottom:0}.export-summary-rows{display:grid;grid-template-columns:repeat(4,1fr);gap:0 16px}.export-summary-row{flex-direction:column;align-items:flex-start;gap:4px;padding:0;border-bottom:none}.export-btn-wrap{display:flex;align-items:center;flex-direction:column;justify-content:flex-end;min-width:160px}.export-btn{width:auto;min-width:140px}}.agent-layout{display:grid;grid-template-columns:240px 1fr;gap:16px;height:calc(100vh - 200px);min-height:480px}.agent-convs{display:flex;flex-direction:column;gap:10px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:12px;overflow:hidden}.agent-new{width:100%;justify-content:center}.agent-conv-list{display:flex;flex-direction:column;gap:4px;overflow-y:auto}.agent-conv-item{display:flex;align-items:center;justify-content:space-between;gap:6px;padding:8px 10px;border-radius:8px;cursor:pointer;color:var(--text-secondary)}.agent-conv-item:hover{background:var(--surface-hover)}.agent-conv-item.active{background:var(--accent-soft);color:var(--accent)}.agent-conv-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.agent-conv-del{border:none;background:none;color:var(--muted-light);cursor:pointer;opacity:0;transition:opacity .15s}.agent-conv-item:hover .agent-conv-del{opacity:1}.agent-empty{padding:8px 10px}.agent-main{display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.agent-messages{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:16px}.agent-welcome{margin:auto;text-align:center;color:var(--muted);display:flex;flex-direction:column;align-items:center;gap:12px}.agent-suggests{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;max-width:480px}.agent-suggests button{border:1px solid var(--border);background:var(--surface);border-radius:999px;padding:6px 14px;font-size:12px;color:var(--text-secondary);cursor:pointer}.agent-suggests button:hover{border-color:var(--accent);color:var(--accent)}.agent-msg{display:flex}.agent-msg.user{justify-content:flex-end}.agent-msg .agent-bubble{max-width:80%;padding:12px 14px;border-radius:12px;font-size:14px;line-height:1.6;word-break:break-word}.agent-msg.user .agent-bubble{background:var(--accent);color:#fff;white-space:pre-wrap}.agent-msg.assistant .agent-bubble{background:var(--bg-subtle);color:var(--text);max-width:88%}.agent-reasoning,.agent-tool{font-size:12px;margin-bottom:8px;border:1px solid var(--border);border-radius:8px;background:var(--surface);padding:6px 10px}.agent-reasoning summary,.agent-tool summary{cursor:pointer;color:var(--muted)}.agent-reasoning pre,.agent-tool pre{white-space:pre-wrap;word-break:break-word;margin:8px 0 0;color:var(--text-secondary);font-size:12px}.agent-tools{display:flex;flex-direction:column;gap:6px}.agent-tool-name{font-weight:600;color:var(--purple);margin-right:8px}.agent-tool-args{color:var(--muted);font-family:monospace}.agent-content{min-width:0}.agent-cursor{animation:agent-blink 1s step-start infinite}.md{font-size:14px;line-height:1.7;color:var(--text);overflow-wrap:anywhere}.md>*:first-child{margin-top:0}.md>*:last-child{margin-bottom:0}.md p{margin:0 0 10px}.md h1,.md h2,.md h3,.md h4{margin:16px 0 8px;line-height:1.35;font-weight:650}.md h1{font-size:18px}.md h2{font-size:16px}.md h3{font-size:15px}.md h4{font-size:14px}.md ul,.md ol{margin:0 0 10px;padding-left:22px}.md li{margin:3px 0}.md strong{font-weight:650}.md code{background:#1018280f;border-radius:4px;padding:1px 5px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12.5px}.md pre{background:#0f172a;color:#e2e8f0;border-radius:8px;padding:12px 14px;overflow-x:auto;margin:0 0 10px}.md pre code{background:none;color:inherit;padding:0;font-size:12.5px}.md blockquote{margin:0 0 10px;padding:4px 12px;border-left:3px solid var(--border);color:var(--muted)}.md a{color:var(--accent);text-decoration:none}.md a:hover{text-decoration:underline}.md table{border-collapse:collapse;width:100%;margin:0 0 12px;font-size:13px;display:block;overflow-x:auto}.md th,.md td{border:1px solid var(--border);padding:6px 10px;text-align:left;white-space:nowrap}.md thead th{background:var(--bg-subtle);font-weight:600}.md tbody tr:nth-child(2n){background:var(--surface-hover)}.md hr{border:none;border-top:1px solid var(--border);margin:14px 0}@keyframes agent-blink{50%{opacity:0}}.agent-rate{display:flex;gap:8px;margin-top:8px}.agent-rate button{border:1px solid var(--border);background:var(--surface);color:var(--muted);border-radius:6px;padding:3px 8px;cursor:pointer}.agent-rate button.on{border-color:var(--accent);color:var(--accent)}.agent-status{font-size:12px;color:var(--muted);font-style:italic}.agent-controls{display:flex;gap:14px;padding:8px 12px 0;flex-wrap:wrap}.agent-controls label{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--muted)}.agent-controls select{border:1px solid var(--border);border-radius:6px;padding:3px 6px;font-size:12px;color:var(--text-secondary);background:var(--surface);cursor:pointer}.agent-input{display:flex;gap:10px;padding:12px;border-top:1px solid var(--border)}.agent-input textarea{flex:1;resize:none;border:1px solid var(--border);border-radius:8px;padding:10px 12px;font-size:14px;font-family:inherit}.agent-input textarea:focus{outline:none;border-color:var(--accent)}.agent-tabs{display:flex;gap:4px}.agent-tabs button{border:1px solid var(--border);background:var(--surface);padding:6px 14px;border-radius:8px;cursor:pointer;color:var(--text-secondary);font-size:13px}.agent-tabs button.active{background:var(--accent);color:#fff;border-color:var(--accent)}.agent-mem-actions{display:flex;gap:6px;flex-wrap:wrap}.agent-mem-actions button{border:1px solid var(--border);background:var(--surface);padding:4px 10px;border-radius:6px;cursor:pointer;font-size:12px;color:var(--text-secondary)}.agent-mem-actions button:hover{border-color:var(--accent);color:var(--accent)}.agent-modal-mask{position:fixed;top:0;right:0;bottom:0;left:0;background:#10182866;display:flex;align-items:center;justify-content:center;z-index:100}.agent-modal{background:var(--surface);border-radius:var(--radius-lg);padding:24px;width:520px;max-width:92vw;max-height:88vh;overflow-y:auto;box-shadow:var(--shadow-lg);display:flex;flex-direction:column;gap:12px}.agent-modal.wide{width:760px}.agent-modal h3{margin:0}.agent-modal label{display:flex;flex-direction:column;gap:4px;font-size:13px;color:var(--text-secondary)}.agent-modal input,.agent-modal select,.agent-modal textarea{border:1px solid var(--border);border-radius:8px;padding:8px 10px;font-size:14px;font-family:inherit}.agent-modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:4px}.agent-modal-actions button{border:1px solid var(--border);background:var(--surface);padding:8px 16px;border-radius:8px;cursor:pointer}.feedback-list{display:flex;flex-direction:column;gap:12px}.feedback-item{display:flex;flex-direction:column;gap:8px}.feedback-head{display:flex;align-items:center;gap:10px}.feedback-q,.feedback-a{font-size:14px;line-height:1.6}.feedback-reason{font-size:12px}.feedback-actions{display:flex;gap:10px}.feedback-actions button{border:1px solid var(--border);background:var(--surface);padding:6px 14px;border-radius:8px;cursor:pointer;font-size:13px}.trace-list{display:flex;flex-direction:column;gap:10px}.trace-item{border:1px solid var(--border);border-radius:8px;padding:10px}.trace-item pre{white-space:pre-wrap;word-break:break-word;font-size:12px;margin:6px 0 0}.trace-reasoning{color:var(--muted)}.trace-tool{color:var(--purple);font-family:monospace}
