:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f6f7fb;--panel:#fff;--panel-2:#f9fafb;--text:#111827;--muted:#6b7280;--line:#e5e7eb;--primary:#0f766e;--primary-dark:#115e59;--accent:#f97316;--danger:#dc2626;--shadow:0 24px 70px #0f172a1f}*{box-sizing:border-box}html,body{min-height:100%;margin:0}body{color:var(--text);background:radial-gradient(circle at 12% 20%,#0f766e1f,#0000 32rem),linear-gradient(135deg,#f8fafc 0%,#eef2f7 48%,#fff7ed 100%);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input{font:inherit}a{color:inherit;text-decoration:none}.brand-mark{color:#fff;background:#0f766e;border-radius:8px;justify-content:center;align-items:center;width:48px;height:48px;font-size:22px;font-weight:800;display:inline-flex;box-shadow:0 18px 40px #0f766e42}textarea,select{font:inherit}.login-page{background:#07080d;justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.login-bg-orbs{pointer-events:none;z-index:0;position:absolute;inset:0}.orb{filter:blur(100px);opacity:.5;border-radius:50%;position:absolute}.orb-1{background:radial-gradient(circle,#0f766e 0%,#0000 70%);width:600px;height:600px;animation:16s ease-in-out infinite orb-drift-1;top:-18%;left:-12%}.orb-2{background:radial-gradient(circle,#6d28d9 0%,#0000 70%);width:500px;height:500px;animation:20s ease-in-out infinite orb-drift-2;bottom:-20%;right:-8%}.orb-3{opacity:.3;background:radial-gradient(circle,#0ea5e9 0%,#0000 70%);width:350px;height:350px;animation:14s ease-in-out infinite orb-drift-3;top:40%;left:50%}.orb-4{opacity:.2;background:radial-gradient(circle,#f97316 0%,#0000 70%);width:280px;height:280px;animation:18s ease-in-out infinite orb-drift-4;top:10%;right:20%}@keyframes orb-drift-1{0%,to{transform:translate(0)scale(1)}33%{transform:translate(80px,60px)scale(1.1)}66%{transform:translate(-40px,30px)scale(.95)}}@keyframes orb-drift-2{0%,to{transform:translate(0)scale(1)}33%{transform:translate(-60px,-80px)scale(1.08)}66%{transform:translate(30px,-40px)scale(.92)}}@keyframes orb-drift-3{0%,to{transform:translate(-50%,-50%)scale(1)}50%{transform:translate(calc(60px - 50%),calc(-50% - 40px))scale(1.15)}}@keyframes orb-drift-4{0%,to{transform:translate(0)scale(1)}50%{transform:translate(-40px,50px)scale(1.1)}}.login-grid-overlay{z-index:1;pointer-events:none;background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:64px 64px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(60% 60%,#000 20%,#0000 100%);mask-image:radial-gradient(60% 60%,#000 20%,#0000 100%)}.login-center{z-index:2;flex-direction:column;align-items:center;width:min(100%,440px);padding:24px;animation:.6s cubic-bezier(.16,1,.3,1) both login-fade-up;display:flex;position:relative}@keyframes login-fade-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.login-brand-header{align-items:center;gap:14px;margin-bottom:36px;display:flex}.login-logo{color:#fff;background:linear-gradient(135deg,#0f766e,#14b8a6);border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;animation:3s ease-in-out infinite logo-glow;display:inline-flex;box-shadow:0 0 20px #0f766e66,0 0 60px #0f766e26}@keyframes logo-glow{0%,to{box-shadow:0 0 20px #0f766e66,0 0 60px #0f766e26}50%{box-shadow:0 0 28px #0f766e99,0 0 80px #0f766e40}}.login-brand-text{flex-direction:column;display:flex}.login-brand-name{color:#fff;letter-spacing:-.01em;font-size:20px;font-weight:800}.login-brand-sub{color:#ffffff73;margin-top:2px;font-size:13px;font-weight:500}.login-glass-card{-webkit-backdrop-filter:blur(24px);background:#ffffff0a;border:1px solid #ffffff14;border-radius:20px;width:100%;padding:36px;box-shadow:0 32px 64px #0000004d,inset 0 1px #ffffff0f}.login-card-header{text-align:center;margin-bottom:32px}.login-card-header h1{color:#fff;letter-spacing:-.02em;margin:0;font-size:28px;font-weight:800}.login-card-header p{color:#ffffff73;margin:8px 0 0;font-size:14px;line-height:1.6}.login-form-stack{gap:20px;display:grid}.login-field{gap:8px;display:grid}.login-field label{color:#ffffffa6;font-size:13px;font-weight:600}.login-input-wrap{position:relative}.login-input-wrap input{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;outline:0;width:100%;height:48px;padding:0 16px;font-size:15px;transition:border-color .2s,background .2s,box-shadow .2s}.login-input-wrap input::placeholder{color:#ffffff40}.login-input-wrap input:focus{background:#ffffff12;border-color:#0f766e99;box-shadow:0 0 0 4px #0f766e26}.login-submit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0f766e,#14b8a6);border:0;border-radius:12px;justify-content:center;align-items:center;gap:10px;width:100%;height:50px;margin-top:4px;font-size:15px;font-weight:750;transition:transform .2s,box-shadow .2s,filter .2s;display:inline-flex;box-shadow:0 4px 16px #0f766e4d,0 0 40px #0f766e1a}.login-submit:hover{filter:brightness(1.08);transform:translateY(-2px);box-shadow:0 8px 28px #0f766e66,0 0 60px #0f766e26}.login-submit:active{transform:translateY(0)}.login-submit:disabled{cursor:not-allowed;opacity:.6;filter:none;transform:none}.login-error{color:#fca5a5;background:#ef444414;border:1px solid #ef44444d;border-radius:10px;padding:12px 14px;font-size:13px;line-height:1.5}.login-hint{color:#ffffff47;text-align:center;margin:20px 0 0;font-size:12px;line-height:1.6}.login-features{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;margin-top:28px;display:flex}.login-feature-pill{color:#ffffff80;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0a;border:1px solid #ffffff14;border-radius:100px;align-items:center;gap:6px;padding:7px 14px;font-size:12px;font-weight:500;transition:border-color .2s,color .2s,background .2s;display:inline-flex}.login-feature-pill:hover{color:#fffc;background:#0f766e14;border-color:#0f766e4d}.form-stack{gap:18px;display:grid}.field{gap:8px;display:grid}.field label{color:#374151;font-size:14px;font-weight:650}.field input{border:1px solid var(--line);width:100%;height:46px;color:var(--text);background:#fff;border-radius:8px;outline:0;padding:0 14px;transition:border-color .16s,box-shadow .16s}.field input:focus{border-color:#0f766eb8;box-shadow:0 0 0 4px #0f766e1f}.submit-button{background:var(--primary);color:#fff;cursor:pointer;border:0;border-radius:8px;justify-content:center;align-items:center;gap:10px;width:100%;height:48px;font-weight:750;transition:background .16s,transform .16s,box-shadow .16s;display:inline-flex}.submit-button:hover{background:var(--primary-dark);transform:translateY(-1px);box-shadow:0 14px 30px #0f766e38}.submit-button:disabled{cursor:not-allowed;opacity:.72;transform:none}.error-box{color:var(--danger);background:#fef2f2e6;border:1px solid #dc26263d;border-radius:8px;padding:11px 12px;font-size:14px;line-height:1.45}.success-box{color:#166534;background:#f0fdf4f2;border:1px solid #16a34a3d;border-radius:8px;padding:11px 12px;font-size:14px;line-height:1.45}.success-box strong{margin-bottom:8px;display:block}.result-list{border-top:1px solid #16a34a2e;gap:4px;margin-top:8px;padding-top:8px;display:grid}.result-list span{color:#15803d;font-size:12px;font-weight:800}.result-list code{color:#14532d;white-space:normal;word-break:break-word;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace}.admin-shell{background:#f8fafc;min-height:100vh}.topbar{border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffe6;justify-content:space-between;align-items:center;min-height:68px;padding:0 32px;display:flex}.topbar-brand{align-items:center;gap:12px;font-weight:800;display:flex}.topbar-brand .brand-mark{border-radius:8px;width:36px;height:36px;font-size:16px}.topbar-actions{align-items:center;gap:14px;display:flex}.muted{color:var(--muted)}.ghost-button{border:1px solid var(--line);color:#374151;cursor:pointer;background:#fff;border-radius:8px;justify-content:center;align-items:center;gap:8px;height:38px;padding:0 14px;font-weight:700;display:inline-flex}.dashboard{max-width:1180px;margin:0 auto;padding:42px 28px}.dashboard h1{margin:0 0 10px;font-size:36px}.dashboard-intro{color:var(--muted);margin:0 0 28px;font-size:16px}.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:20px;display:grid}.stat-card,.panel-card{border:1px solid var(--line);background:#fff;border-radius:8px;padding:20px}.stat-card span{color:var(--muted);font-size:13px}.stat-card strong{margin-top:10px;font-size:30px;display:block}.panel-card{margin-top:16px}.panel-card h2{margin:0 0 10px;font-size:20px}.panel-card p{color:var(--muted);margin:0;line-height:1.7}@media (max-width:920px){.login-shell{grid-template-columns:1fr}.login-visual{min-height:auto;padding:34px 24px 0}.login-visual:before{inset:14px}.login-copy h1{font-size:44px}.workflow-strip{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.analytics-grid,.analytics-grid.wide-left{grid-template-columns:1fr}}@media (max-width:560px){.login-panel-wrap,.login-panel{padding:24px}.topbar{flex-direction:column;align-items:flex-start;gap:12px;padding:18px 22px}.topbar-actions{justify-content:space-between;width:100%}.dashboard{padding:28px 20px}.stats-grid{grid-template-columns:1fr}}.app-frame{background:linear-gradient(#ffffffe0,#f8fafcf0),#f6f7fb;grid-template-columns:284px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{background:#fff;border-right:1px solid #e2e8f0eb;flex-direction:column;height:100vh;padding:22px 16px;display:flex;position:sticky;top:0}.sidebar-brand{align-items:center;gap:12px;padding:4px 8px 24px;display:flex}.sidebar-brand .brand-mark{width:42px;height:42px;font-size:19px}.sidebar-brand strong,.sidebar-brand span{display:block}.sidebar-brand strong{font-size:18px}.sidebar-brand span{color:var(--muted);margin-top:2px;font-size:12px}.sidebar-nav{flex-direction:column;flex:1;gap:8px;min-height:0;display:flex}.nav-item{color:#475569;border:1px solid #0000;border-radius:8px;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:10px;padding:10px;transition:background .16s,border-color .16s,color .16s;display:grid}.nav-item:hover{color:#0f172a;background:#f8fafc;border-color:#dbe4ee}.nav-item.active{color:#0f766e;background:#ecfdf5;border-color:#0f766e2e}.nav-icon{background:#f1f5f9;border-radius:8px;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.nav-item.active .nav-icon{background:#ccfbf1}.nav-item strong,.nav-item small{display:block}.nav-item strong{font-size:14px}.nav-item small{color:var(--muted);margin-top:2px;font-size:12px}.nav-cluster{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:10px;margin-top:auto;padding:12px;display:grid}.cluster-icon{width:38px;height:38px;color:var(--primary);background:#fff;border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.nav-cluster strong,.nav-cluster span{display:block}.nav-cluster strong{font-size:13px}.nav-cluster span{color:var(--muted);margin-top:3px;font-size:12px;line-height:1.45}.workspace{min-width:0}.workspace-topbar{z-index:10;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffd1;border-bottom:1px solid #e2e8f0eb;justify-content:space-between;align-items:center;gap:18px;min-height:76px;padding:0 28px;display:flex;position:sticky;top:0}.search-box{width:min(100%,460px);height:42px;color:var(--muted);background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:10px;padding:0 12px;display:flex}.search-box kbd{color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:6px;align-items:center;gap:3px;margin-left:auto;padding:4px 6px;font-size:11px;display:inline-flex}.topbar-tools{align-items:center;gap:10px;display:flex}.primary-action,.icon-text-button,.square-button,.secondary-action,.danger-action{cursor:pointer;white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;font-weight:750;display:inline-flex}.primary-action{border:1px solid var(--primary);background:var(--primary);color:#fff;gap:9px;min-height:44px;padding:0 16px;box-shadow:0 16px 30px #0f766e2e}.primary-action.small{min-height:40px;padding:0 13px}.secondary-action,.icon-text-button{color:#334155;background:#fff;border:1px solid #e2e8f0;gap:8px;min-height:40px;padding:0 13px}.danger-action{color:#b91c1c;background:#fef2f2;border:1px solid #dc262638;gap:7px;min-height:36px;padding:0 11px}.danger-action:hover{background:#fee2e2;border-color:#dc26265c}.danger-action:disabled{cursor:not-allowed;opacity:.72}.square-button{color:#334155;background:#fff;border:1px solid #e2e8f0;width:40px;height:40px}.user-chip{background:#fff;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:10px;padding:6px 10px 6px 6px;display:flex}.user-chip>span{color:#fff;background:#0f766e;border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;font-size:13px;font-weight:800;display:inline-flex}.user-chip strong,.user-chip small{display:block}.user-chip strong{font-size:13px}.user-chip small{color:var(--muted);font-size:11px}.workspace-content{max-width:1280px;margin:0 auto;padding:32px}.workspace-content:has(.jobs-workbench){width:100%;max-width:none}.workspace-content:has(.site-management-wide){width:100%;max-width:none}.workspace-content:has(.pages-workbench){width:100%;max-width:none;padding:20px 24px 28px}.page-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px;display:flex}.analytics-refresh{flex:none;align-items:center;gap:10px;display:flex}.analytics-refresh-hint{color:#0f766e;font-size:12px;font-weight:700}.eyebrow{color:var(--primary);letter-spacing:0;margin:0 0 8px;font-size:13px;font-weight:800}.page-title{letter-spacing:0;margin:0;font-size:34px;line-height:1.14}.page-description{max-width:680px;color:var(--muted);margin:10px 0 0;line-height:1.7}.pages-workbench{gap:12px;display:grid}.pages-header{align-items:center;margin-bottom:0}.pages-header .eyebrow{margin-bottom:4px;font-size:12px}.pages-header .page-title{font-size:28px;line-height:1.08}.pages-header .page-description{margin-top:6px;font-size:13px;line-height:1.45}.hero-panel{background:linear-gradient(135deg,#0f766e1f,#0000 42%),linear-gradient(145deg,#fff,#f8fafc);border:1px solid #dbe4ee;border-radius:8px;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);gap:22px;margin-bottom:20px;padding:24px;display:grid}.hero-panel h2{margin:0 0 10px;font-size:24px}.hero-panel p{color:var(--muted);margin:0;line-height:1.7}.pipeline-list{gap:10px;display:grid}.pipeline-step{background:#ffffffc2;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:10px;padding:10px 12px;display:flex}.pipeline-step span{color:#0f766e;background:#ccfbf1;border-radius:8px;justify-content:center;align-items:center;width:26px;height:26px;font-size:12px;font-weight:850;display:inline-flex}.metric-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:22px;display:grid}.metric-card,.data-panel,.form-panel,.detail-panel,.empty-state,.setting-panel{background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 18px 46px #0f172a0b}.metric-card{padding:18px}.metric-head{color:var(--muted);justify-content:space-between;align-items:center;font-size:13px;display:flex}.metric-icon{width:34px;height:34px;color:var(--primary);background:#f0fdfa;border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.metric-value{margin-top:18px;font-size:32px;font-weight:850;display:block}.metric-note{color:var(--muted);margin-top:6px;font-size:12px;display:block}.content-grid{grid-template-columns:minmax(0,1.4fr) minmax(300px,.8fr);gap:18px;display:grid}.data-panel,.form-panel,.detail-panel,.setting-panel{overflow:hidden}.panel-header{border-bottom:1px solid #edf2f7;justify-content:space-between;align-items:center;gap:12px;padding:18px 20px;display:flex}.panel-header h2{margin:0;font-size:18px}.panel-header p{color:var(--muted);margin:4px 0 0;font-size:13px}.table-wrap{overflow-x:auto}.data-table{border-collapse:collapse;width:100%;min-width:680px}.data-table th,.data-table td{text-align:left;vertical-align:middle;border-bottom:1px solid #edf2f7;padding:14px 20px}.data-table th{color:#64748b;font-size:12px;font-weight:800}.data-table td{color:#334155;font-size:14px}.data-table tr:last-child td{border-bottom:0}.horizontal-tabs{background:#fff;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:6px;padding:5px;display:inline-flex}.horizontal-tabs a{color:#475569;border-radius:7px;justify-content:center;align-items:center;min-height:36px;padding:0 16px;font-size:14px;font-weight:800;display:inline-flex}.horizontal-tabs a:hover{color:#0f766e;background:#f8fafc}.horizontal-tabs a.active{color:#fff;background:#0f766e;box-shadow:0 12px 24px #0f766e2e}.analytics-tabs{margin:-4px 0 22px}.analytics-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-bottom:22px;display:grid}.analytics-grid.wide-left{grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr)}.analytics-panel-body{min-height:250px;padding:18px 20px 20px}.analytics-empty{min-height:180px;color:var(--muted);justify-content:center;align-items:center;margin:0;font-weight:700;display:flex}.stat-bars{gap:15px;display:grid}.stat-bar-row{gap:7px;display:grid}.stat-bar-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.stat-bar-head span{color:#1e293b;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:800;overflow:hidden}.stat-bar-head strong{color:var(--primary);font-size:13px}.stat-bar-track{background:#ecfdf5;border-radius:999px;height:10px;overflow:hidden}.stat-bar-track span{border-radius:inherit;background:linear-gradient(90deg,#0f766e,#14b8a6);height:100%;display:block}.stat-bar-row small{color:var(--muted);font-size:12px}.trend-bars{grid-template-columns:repeat(auto-fit,minmax(42px,1fr));align-items:end;gap:10px;min-height:220px;display:grid}.trend-bar{text-align:center;grid-template-rows:24px 1fr 22px;align-items:end;gap:7px;min-width:0;height:220px;display:grid}.trend-bar strong{color:#0f172a;font-size:12px}.trend-bar span{background:linear-gradient(#14b8a6,#0f766e);border-radius:8px 8px 3px 3px;width:100%;min-height:8px;display:block}.trend-bar small{color:var(--muted);font-size:11px}.rank-list{gap:10px;display:grid}.rank-item{border:1px solid #e2e8f0;border-radius:8px;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 12px;display:grid}.rank-item span{width:26px;height:26px;color:var(--primary);background:#f0fdfa;border-radius:7px;justify-content:center;align-items:center;font-size:12px;font-weight:850;display:inline-flex}.rank-item strong{color:#1e293b;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:13px;overflow:hidden}.rank-item em{color:#64748b;font-style:normal;font-weight:800}.analytics-table{min-width:1080px}.ua-cell{text-overflow:ellipsis;white-space:nowrap;max-width:360px;overflow:hidden}.crawler-badge{border-radius:999px;justify-content:center;min-width:44px;padding:5px 9px;font-size:12px;font-weight:850;display:inline-flex}.crawler-badge.ai{color:#047857;background:#ecfdf5}.crawler-badge.search{color:#1d4ed8;background:#eff6ff}.empty-state.compact{box-shadow:none;border:0}.site-management-panel{background:#fff;border:1px solid #0f766e29;border-radius:8px;padding:0;overflow:hidden;box-shadow:0 18px 46px #0f172a0d,inset 0 0 0 1px #ffffffa6}.site-management-wide{width:100%}.site-table-wrap{overflow-x:auto}.site-management-table{border-collapse:collapse;color:#1f2937;width:100%;min-width:1420px}.site-management-table thead{background:#f0fdfa}.site-management-table th{color:#0f4f49;text-align:left;white-space:nowrap;border-bottom:1px solid #0f766e29;padding:15px 14px;font-size:13px;font-weight:850}.site-management-table td{color:#334155;vertical-align:middle;background:#fff;border-bottom:1px solid #edf2f7;padding:16px 14px;font-size:14px}.site-management-table th:first-child,.site-management-table td:first-child{width:56px}.site-management-table th:nth-child(2),.site-management-table td:nth-child(2){min-width:190px}.site-management-table th:last-child,.site-management-table td:last-child{min-width:620px}.site-management-table tbody tr:hover td{background:#fbfefc}.site-management-table tbody tr:last-child td{border-bottom:0}.site-domain-link{color:#0f172a;white-space:nowrap;font-size:15px;font-weight:850}.site-domain-link:hover{color:var(--primary)}.site-state-pill,.site-health-pill{white-space:nowrap;border-radius:999px;align-items:center;gap:7px;height:28px;padding:0 10px;font-size:12px;font-weight:850;display:inline-flex}.site-state-pill{color:#14532d;background:#dcfce7;border:1px solid #0f766e38}.site-state-pill:before,.site-health-pill span{content:"";background:#0f766e;border-radius:999px;width:8px;height:8px}.site-state-pill.disabled{color:#475569;background:#e2e8f0;border-color:#cbd5e1}.site-health-pill{color:#475569;background:#f8fafc;border:1px solid #cbd5e1}.site-health-pill span{background:#64748b}.site-health-pill.healthy{color:#14532d;background:#dcfce7;border-color:#16a34a47}.site-health-pill.healthy span{background:#16a34a}.site-health-pill.warning{color:#92400e;background:#fef3c7;border-color:#d9770647}.site-health-pill.warning span{background:#d97706}.cache-https-cell{white-space:nowrap;align-items:center;gap:6px;display:inline-flex}.mini-state{border-radius:999px;align-items:center;min-height:24px;padding:0 8px;font-size:12px;font-weight:850;display:inline-flex}.mini-state.on{color:#047857;background:#ecfdf5}.mini-state.off{color:#64748b;background:#f1f5f9}.site-actions{white-space:nowrap;flex-wrap:nowrap;align-items:center;gap:8px;min-width:0;display:flex}.site-action,.site-actions .danger-action{cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;gap:6px;min-height:34px;padding:0 11px;font-size:12px;font-weight:850;text-decoration:none;transition:transform .16s,box-shadow .16s,filter .16s;display:inline-flex}.site-action:hover,.site-actions .danger-action:hover{filter:saturate(1.05);transform:translateY(-1px);box-shadow:0 10px 18px #0f766e21}.site-action.soft{color:#0f766e;background:#e6fffb}.site-action.solid{color:#fff;background:#0f766e}.site-action.muted{color:#334155;background:#eef2f7}.site-action.info{color:#0369a1;background:#e0f2fe}.published-page-panel{background:#fff;border:1px solid #3b82f633;border-radius:8px;overflow:hidden;box-shadow:0 12px 34px #2563eb14,inset 0 0 0 1px #ffffffb8}.published-page-table-wrap{overflow-x:auto}.published-page-table{border-collapse:collapse;color:#1f2937;width:100%;min-width:1080px}.published-page-table thead{background:#eaf2ff}.published-page-table th{color:#123f68;text-align:left;white-space:nowrap;border-bottom:1px solid #3b82f63d;padding:10px 12px;font-size:12px;font-weight:850}.published-page-table td{color:#334155;vertical-align:middle;background:#f8fbffbd;border-bottom:1px solid #93c5fd57;padding:9px 12px;font-size:13px;line-height:1.35}.published-page-table td:first-child{width:48px}.published-page-table td:last-child{width:250px}.published-page-table tbody tr:hover td{background:#f8fbff}.published-page-table tbody tr:last-child td{border-bottom:0}.page-domain-link{color:#0f172a;white-space:nowrap;font-size:13px;font-weight:800;text-decoration:none}.page-domain-link:hover{color:#2563eb}.page-title-cell{color:#334155;max-width:460px}.page-title-text{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.page-status-pill{color:#14532d;white-space:nowrap;background:#bbf7d0;border:1px solid #10b9814d;border-radius:999px;align-items:center;gap:6px;height:22px;padding:0 8px;font-size:11px;font-weight:850;display:inline-flex}.page-status-pill span{background:#0f172a;border-radius:999px;width:6px;height:6px}.page-status-pill.disabled{color:#475569;background:#e2e8f0;border-color:#cbd5e1}.page-status-pill.disabled span{background:#64748b}.page-actions{flex-wrap:nowrap;gap:6px;display:flex}.page-action{cursor:pointer;border:0;border-radius:7px;justify-content:center;align-items:center;gap:4px;min-height:26px;padding:0 9px;font-size:12px;font-weight:850;line-height:1;text-decoration:none;transition:transform .16s,box-shadow .16s,filter .16s;display:inline-flex}.page-action:hover{filter:saturate(1.08);transform:translateY(-1px);box-shadow:0 10px 18px #2563eb29}.page-action.primary{color:#fff;background:linear-gradient(135deg,#6d8cff,#3f62dd)}.page-action.muted{color:#244277;background:#dbe7ff}.page-action.danger{color:#fff;background:linear-gradient(135deg,#f87171,#dc2626)}.page-time-cell{white-space:nowrap}.site-edit-backdrop{z-index:120;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f8fafcb8;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.site-edit-modal{background:#fff;border:1px solid #2563eb42;border-radius:8px;flex-direction:column;width:min(100%,620px);max-height:calc(100vh - 48px);display:flex;overflow:hidden;box-shadow:0 28px 80px #0f172a38}.site-edit-header{border-bottom:1px solid #dbeafe;justify-content:space-between;align-items:flex-start;gap:16px;padding:18px 20px;display:flex}.site-edit-header h2,.site-edit-header p{margin:0}.site-edit-header h2{color:#0f172a;font-size:18px}.site-edit-header p{color:#64748b;margin-top:5px;font-size:13px}.site-edit-body{gap:13px;padding:18px 20px;display:grid;overflow:auto}.site-edit-body label{gap:7px;display:grid}.site-edit-body label span{color:#334155;font-size:12px;font-weight:850}.site-edit-body input,.site-edit-body textarea{color:#0f172a;width:100%;font:inherit;background:#fff;border:1px solid #2563eb47;border-radius:8px;outline:none;padding:11px 12px}.site-edit-body input:focus,.site-edit-body textarea:focus{border-color:#0f766e85;box-shadow:0 0 0 3px #14b8a61f}.site-edit-body textarea.short{resize:vertical;min-height:86px}.site-edit-body textarea.html{resize:vertical;min-height:260px;font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:12px;line-height:1.65}.site-edit-loading{color:#475569;justify-content:center;align-items:center;gap:10px;min-height:300px;font-weight:800;display:flex}.site-edit-actions{border-top:1px solid #dbeafe;justify-content:flex-end;gap:10px;padding:14px 20px;display:flex}.delete-confirm-backdrop{z-index:130;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172a5c;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.delete-confirm-modal{text-align:center;background:#fff;border:1px solid #f8717147;border-radius:8px;width:min(100%,420px);padding:24px;box-shadow:0 28px 80px #0f172a3d}.delete-confirm-icon{color:#dc2626;background:#fef2f2;border-radius:8px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:14px;display:inline-flex}.delete-confirm-modal h2{color:#0f172a;margin:0;font-size:20px}.delete-confirm-modal p{color:#475569;margin:10px 0 0;font-size:14px;line-height:1.7}.delete-confirm-modal strong{color:#0f172a}.delete-confirm-error{color:#b91c1c;background:#fef2f2;border:1px solid #dc262633;border-radius:8px;margin-top:14px;padding:10px 12px;font-size:13px;font-weight:750}.delete-confirm-actions{justify-content:center;gap:10px;margin-top:20px;display:flex}.site-actions .danger-action{color:#b91c1c;background:#fee2e2;gap:6px;min-height:34px}.site-actions .danger-action svg{display:none}.title-cell strong,.title-cell span{display:block}.title-cell strong{color:#0f172a}.title-cell span{color:var(--muted);margin-top:3px;font-size:12px}.status-pill{border-radius:999px;align-items:center;padding:6px 10px;font-size:12px;font-weight:800;display:inline-flex}.status-draft,.status-pending{color:#475569;background:#f1f5f9}.status-published,.status-success{color:#166534;background:#dcfce7}.status-generating,.status-running{color:#1d4ed8;background:#dbeafe}.status-failed{color:#b91c1c;background:#fee2e2}.status-disabled,.status-cancelled{color:#6b7280;background:#f3f4f6}.empty-state{text-align:center;place-items:center;min-height:220px;padding:34px;display:grid}.empty-state svg{color:var(--primary);margin-bottom:12px}.empty-state h2,.empty-state h3{margin:0 0 8px}.empty-state p{max-width:430px;color:var(--muted);margin:0 auto 18px;line-height:1.7}.quick-list{gap:10px;padding:16px;display:grid}.quick-item{border:1px solid #edf2f7;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:12px;display:flex}.quick-item strong,.quick-item span{display:block}.quick-item span{color:var(--muted);margin-top:4px;font-size:12px}.form-panel{max-width:920px}.site-form{gap:18px;padding:22px;display:grid}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.field.full{grid-column:1/-1}.field textarea,.field select{border:1px solid var(--line);width:100%;color:var(--text);background:#fff;border-radius:8px;outline:0;padding:12px 14px;transition:border-color .16s,box-shadow .16s}.field textarea{resize:vertical;min-height:112px}.field textarea:focus,.field select:focus{border-color:#0f766eb8;box-shadow:0 0 0 4px #0f766e1f}.field-hint{color:var(--muted);font-size:12px;line-height:1.5}.form-actions{border-top:1px solid #edf2f7;align-items:center;gap:12px;margin:4px -22px -22px;padding:18px 22px;display:flex}.detail-grid{grid-template-columns:minmax(0,1fr) minmax(320px,.48fr);gap:18px;display:grid}.detail-panel{padding:20px}.detail-panel h2{margin:0 0 16px;font-size:20px}.detail-list{gap:12px;display:grid}.detail-row{border-bottom:1px solid #edf2f7;grid-template-columns:130px minmax(0,1fr);gap:14px;padding-bottom:12px;display:grid}.detail-row:last-child{border-bottom:0;padding-bottom:0}.detail-row span{color:var(--muted)}.detail-row strong{color:#0f172a;word-break:break-word;font-weight:750}.code-preview{color:#dbeafe;white-space:pre-wrap;background:#0f172a;border:1px solid #e2e8f0;border-radius:8px;max-height:420px;padding:16px;font-size:12px;line-height:1.7;overflow:auto}.settings-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.setting-panel{padding:18px}.setting-panel svg{color:var(--primary);margin-bottom:12px}.setting-panel h2{margin:0 0 8px;font-size:18px}.setting-panel p{color:var(--muted);margin:0;line-height:1.65}.ai-settings-shell{gap:16px;display:grid}.ai-config-layout{grid-template-columns:minmax(0,680px) minmax(360px,1fr);align-items:start;gap:18px;display:grid}.settings-tabs-shell{gap:18px;display:grid}.settings-mode-tabs{flex-wrap:wrap;gap:12px;display:flex}.settings-mode-tab{color:#334155;cursor:pointer;background:#fff;border:1px solid #dbe4ee;border-radius:8px;align-items:center;gap:9px;min-height:46px;padding:0 18px;font-weight:850;transition:border-color .16s,background .16s,box-shadow .16s;display:inline-flex}.settings-mode-tab:hover{background:#fbfefc;border-color:#0f766e38}.settings-mode-tab.active{color:#0f766e;background:#f0fdfa;border-color:#0f766e8f;box-shadow:0 12px 26px #0f766e1a}.ai-provider-tabs{grid-template-columns:repeat(4,minmax(180px,1fr));gap:14px;display:grid}.football-provider-tabs{grid-template-columns:repeat(2,minmax(180px,1fr))}.ai-provider-tab{color:#0f172a;cursor:pointer;text-align:left;background:#fff;border:1px solid #dbe4ee;border-radius:8px;align-items:center;gap:12px;min-height:62px;padding:0 18px;transition:border-color .16s,box-shadow .16s,background .16s;display:flex}.ai-provider-tab span:nth-child(2){font-weight:850}.ai-provider-tab svg:last-child{color:var(--primary);margin-left:auto}.ai-provider-tab:hover{background:#fbfefc;border-color:#0f766e3d}.ai-provider-tab.active{background:#f0fdfa;border-color:#0f766e9e;box-shadow:0 14px 34px #0f766e1f}.provider-icon{border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.provider-icon.deepseek{color:var(--primary);background:#e6fffb}.provider-icon.apikeyfun{color:#ea580c;background:#fff7ed}.provider-icon.zhipu{color:#4f46e5;background:#eef2ff}.provider-icon.custom{color:#2563eb;background:#f1f5f9}.ai-config-panel{background:#fff;border:1px solid #e2e8f0;border-radius:8px;gap:18px;width:min(100%,680px);padding:22px;display:grid;box-shadow:0 18px 46px #0f172a0b}.deepseek-runtime-panel{background:#fff;border:1px solid #e2e8f0;border-radius:8px;gap:18px;padding:22px;display:grid;box-shadow:0 18px 46px #0f172a0b}.deepseek-runtime-title{align-items:center;gap:12px;display:flex}.deepseek-runtime-title h2,.deepseek-runtime-title p{margin:0}.deepseek-runtime-title h2{font-size:18px}.deepseek-runtime-title p{color:var(--muted);margin-top:4px;font-size:13px}.deepseek-thinking-card{background:#f0fdfa;border:1px solid #0f766e29;border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;padding:14px;display:grid}.deepseek-thinking-card strong,.deepseek-thinking-card span{display:block}.deepseek-thinking-card strong{color:#0f4f49;font-size:14px}.deepseek-thinking-card span{color:#315f5a;margin-top:5px;font-size:13px;line-height:1.55}.deepseek-runtime-panel .field input:disabled,.deepseek-runtime-panel .field select:disabled{color:#94a3b8;cursor:not-allowed;background:#f1f5f9}.deepseek-runtime-section{border-top:1px solid #edf2f7;gap:16px;padding-top:18px;display:grid}.deepseek-runtime-section h3{color:#0f172a;margin:0;font-size:17px}.ai-config-title{align-items:center;gap:12px;display:flex}.ai-config-title h2{margin:0;font-size:18px}.ai-config-title p{color:var(--muted);margin:4px 0 0;font-size:13px}.provider-row{grid-template-columns:minmax(0,1fr) auto;gap:10px;display:grid}.provider-row input[readonly],.field input[readonly]{color:#475569;background:#f8fafc}.register-link{height:42px}.secret-input{grid-template-columns:minmax(0,1fr) 42px;display:grid}.model-select-row{grid-template-columns:minmax(0,1fr) auto;gap:10px;display:grid}.model-select-row .secondary-action{height:42px}.secret-input input{border-top-right-radius:0;border-bottom-right-radius:0}.secret-input button{border:1px solid var(--line);color:#64748b;cursor:pointer;background:#fff;border-left:0;border-radius:0 8px 8px 0;justify-content:center;align-items:center;display:inline-flex}.settings-toggle{color:#334155;cursor:pointer;align-items:center;gap:10px;width:fit-content;font-size:14px;font-weight:750;display:inline-flex}.settings-toggle input{opacity:0;pointer-events:none;position:absolute}.settings-toggle span{background:#cbd5e1;border-radius:999px;width:42px;height:24px;transition:background .16s;position:relative}.settings-toggle span:before{content:"";background:#fff;border-radius:999px;width:18px;height:18px;transition:transform .16s;position:absolute;top:3px;left:3px;box-shadow:0 2px 5px #0f172a2e}.settings-toggle input:checked+span{background:var(--primary)}.settings-toggle input:checked+span:before{transform:translate(18px)}.ai-config-actions{border-top:1px solid #edf2f7;align-items:center;gap:12px;margin:2px -22px -22px;padding:18px 22px;display:flex}.ai-config-footnote{color:var(--muted);align-items:center;gap:8px;font-size:13px;display:inline-flex}.ai-config-footnote svg{color:var(--primary)}.deepseek-balance-panel{color:#0f4f49;background:#f0fdfa;border:1px solid #0f766e29;border-radius:8px;gap:6px;padding:12px;display:grid}.deepseek-balance-panel strong{font-size:14px}.deepseek-balance-panel span{color:#315f5a;font-size:13px;line-height:1.55}.image-settings-list{grid-template-columns:repeat(2,minmax(360px,1fr));align-items:start;gap:18px;width:100%;display:grid}.image-provider-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;flex-direction:column;min-width:0;height:100%;display:flex;overflow:hidden;box-shadow:0 18px 46px #0f172a0b}.image-provider-head{border-bottom:1px solid #edf2f7;align-items:center;gap:12px;padding:16px;display:flex}.image-provider-head h2,.image-provider-head p{margin:0}.image-provider-head h2{font-size:17px}.image-provider-head p{color:var(--muted);margin-top:4px;font-size:13px}.image-provider-head .register-link{margin-left:auto}.image-provider-icon{border-radius:8px;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.image-provider-icon.baidu{color:#0f766e;background:#e6fffb}.image-provider-icon.image2{color:#7c3aed;background:#f3e8ff}.image-provider-body{flex:1;gap:16px;padding:16px;display:grid}.image-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.image-provider-body textarea{min-height:92px}.image-provider-actions{border-top:1px solid #edf2f7;justify-content:space-between;align-items:center;gap:12px;margin:0 -16px -16px;padding:14px 16px;display:flex}.image-provider-actions span{color:var(--muted);font-size:13px}.filter-settings-panel{background:#fff;border:1px solid #dbe4ee;border-radius:8px;display:grid;overflow:hidden;box-shadow:0 18px 46px #0f172a0b}.filter-settings-head{background:linear-gradient(#fff 0%,#fbfefc 100%);border-bottom:1px solid #edf2f7;align-items:center;gap:14px;padding:20px 22px;display:flex}.filter-head-icon{width:44px;height:44px;color:var(--primary);background:#e6fffb;border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.filter-settings-head h2,.filter-settings-head p{margin:0}.filter-settings-head h2{color:#0f172a;font-size:19px;font-weight:900}.filter-settings-head p{color:var(--muted);margin-top:4px;font-size:13px;line-height:1.6}.filter-settings-layout{gap:18px;padding:22px;display:grid}.filter-rule-band{background:#fff;border:1px solid #e2e8f0;border-radius:8px;gap:16px;padding:18px;display:grid}.filter-section-title{align-items:flex-start;gap:10px;display:flex}.filter-section-title svg{color:var(--primary);margin-top:2px}.filter-section-title h3,.filter-section-title span{margin:0}.filter-section-title h3{color:#0f172a;font-size:16px;font-weight:900}.filter-section-title span{color:var(--muted);margin-top:4px;font-size:13px;line-height:1.55;display:block}.filter-rule-band textarea{min-height:132px}.filter-title-row{grid-template-columns:220px minmax(0,1fr);align-items:center;gap:18px;display:grid}.filter-textarea-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.filter-final-band{background:#fbfefc}.filter-final-grid{grid-template-columns:minmax(220px,1fr) 180px;align-items:end;gap:18px;display:grid}.filter-settings-actions{border-top:1px solid #edf2f7;align-items:center;gap:12px;padding:18px 22px;display:flex}.global-settings-shell{gap:22px;display:grid}.global-settings-hero{background:linear-gradient(#fff 0%,#f8fffd 100%);border:1px solid #cfe0ee;border-radius:8px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:16px;padding:22px 24px;display:grid;box-shadow:0 24px 58px #0f766e14}.global-hero-mark{width:54px;height:54px;color:var(--primary);background:#e6fffb;border:1px solid #0f766e33;border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.global-settings-hero span{color:var(--primary);font-size:12px;font-weight:900}.global-settings-hero h1,.global-settings-hero p{margin:0}.global-settings-hero h1{color:#0f172a;margin-top:4px;font-size:28px;font-weight:950}.global-settings-hero p{color:var(--muted);margin-top:8px;line-height:1.65}.global-settings-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:18px;display:grid}.global-settings-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;align-content:start;gap:16px;padding:20px;display:grid;box-shadow:0 18px 46px #0f172a0b}.global-wide-card{grid-column:1/-1}.global-card-title{border-bottom:1px solid #edf2f7;align-items:flex-start;gap:10px;padding-bottom:14px;display:flex}.global-card-title svg{color:var(--primary);margin-top:2px}.global-card-title h2,.global-card-title span{margin:0}.global-card-title h2{color:#0f172a;font-size:17px;font-weight:900}.global-card-title span{color:var(--muted);margin-top:4px;font-size:13px;line-height:1.55;display:block}.global-two-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.global-settings-card textarea{min-height:106px}.global-switch-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.global-switch-grid .settings-toggle{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;width:100%;min-height:58px;padding:0 14px}.global-settings-actions{background:#ffffffe6;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:12px;padding:14px;display:flex;box-shadow:0 16px 36px #0f172a0e}.global-code-shell{gap:18px;display:grid}.global-code-panel{background:#f7f9ff;border:1px solid #b8ccff;border-radius:8px;gap:16px;padding:20px;display:grid;box-shadow:0 18px 44px #476bb21a}.global-code-title{border-bottom:1px solid #ccdaff;align-items:flex-start;gap:10px;padding-bottom:12px;display:flex}.global-code-title svg{color:var(--primary);margin-top:2px}.global-code-title h1,.global-code-title h2,.global-code-title p{margin:0}.global-code-title h1,.global-code-title h2{color:#0f172a;font-size:16px;font-weight:900}.global-code-title p{color:#52637a;margin-top:6px;font-size:13px;line-height:1.65}.global-code-body{gap:14px;display:grid}.global-code-body textarea{background:#fff;min-height:118px}.global-inject-panel{background:#fff;border:1px solid #dbeafe;border-radius:8px;gap:14px;padding:16px;display:grid}.global-inject-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.global-inject-head strong,.global-inject-head small{display:block}.global-inject-head strong{color:#0f172a;font-size:15px;font-weight:900}.global-inject-head small{color:var(--muted);margin-top:4px;font-size:12px}.global-inject-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.script-code-card{gap:10px;min-width:0;display:grid}.script-toggle-card{cursor:pointer;background:#f8fafc;border:1px solid #dbeafe;border-radius:8px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;padding:12px 14px;display:grid}.script-toggle-card input{width:18px;height:18px;accent-color:var(--primary)}.script-toggle-card span{gap:3px;min-width:0;display:grid}.script-toggle-card strong{color:#0f172a;font-size:14px;font-weight:900;line-height:1.25}.script-toggle-card small{color:#64748b;font-size:12px;line-height:1.35}.script-code-label{color:#334155;font-size:13px;font-weight:850}.global-code-body textarea.compact-code{min-height:92px;font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:12px;line-height:1.6}.global-inline-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:14px;display:grid}.global-output-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;display:grid}.global-output-card{cursor:pointer;background:#ffffffb8;border:1px solid #b8ccff;border-radius:8px;align-content:start;gap:7px;min-height:116px;padding:14px 14px 14px 40px;display:grid;position:relative}.global-output-card input{opacity:0;pointer-events:none;position:absolute}.global-output-card>span{background:#fff;border:1px solid #9db5ef;border-radius:4px;width:15px;height:15px;position:absolute;top:16px;left:14px}.global-output-card input:checked+span{border-color:var(--primary);background:var(--primary);box-shadow:inset 0 0 0 3px #fff}.global-output-card strong{color:#0f172a;font-size:14px;font-weight:900}.global-output-card code{color:#52637a;font-family:inherit;font-size:12px}.global-output-card small{color:#64748b;line-height:1.5}.global-code-actions{align-items:center;gap:12px;display:flex}.global-action-note{color:var(--muted);align-items:center;gap:7px;font-size:13px;display:inline-flex}.prompt-settings-shell{display:grid}.prompt-settings-panel{background:#f7f9ff;border:1px solid #b8ccff;border-radius:8px;gap:18px;padding:20px;display:grid;box-shadow:0 18px 44px #476bb21a}.prompt-settings-title,.prompt-section-head{border-bottom:1px solid #ccdaff;justify-content:space-between;align-items:flex-start;gap:14px;padding-bottom:12px;display:flex}.prompt-settings-title svg{color:var(--primary);flex:none;margin-top:2px}.prompt-settings-title h1,.prompt-settings-title p,.prompt-section-head h2,.prompt-section-head span{margin:0}.prompt-settings-title h1,.prompt-section-head h2{color:#0f172a;font-size:16px;font-weight:900}.prompt-settings-title p,.prompt-section-head span{color:#52637a;margin-top:6px;font-size:13px;line-height:1.6;display:block}.prompt-settings-panel textarea{background:#fff;min-height:94px}.prompt-row textarea{border:1px solid var(--line);width:100%;min-height:94px;color:var(--text);resize:vertical;background:#fff;border-radius:8px;outline:0;padding:12px 14px;line-height:1.6;transition:border-color .16s,box-shadow .16s,background .16s}.prompt-row textarea:focus{background:#fff;border-color:#0f766eb8;box-shadow:0 0 0 4px #0f766e1f}.prompt-list,.prompt-rule-list{gap:12px;display:grid}.prompt-row{grid-template-columns:minmax(0,1fr) 42px;align-items:start;gap:10px;display:grid}.danger-icon-action{color:#b91c1c;cursor:pointer;background:#fee2e2;border:1px solid #fecaca;border-radius:8px;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.danger-icon-action:disabled{cursor:not-allowed;opacity:.55}.prompt-rule-card{background:#ffffffb8;border:1px solid #b8ccff;border-radius:8px;gap:12px;padding:14px;display:grid}.prompt-settings-actions{align-items:center;gap:12px;display:flex}.prompt-dirty-note{color:#f59e0b;font-size:13px;font-weight:800}.generation-model-panel{background:#fff;border:1px solid #dbe4ee;border-radius:8px;gap:18px;padding:22px;display:grid;box-shadow:0 18px 46px #0f172a0b}.generation-model-title{border-bottom:1px solid #edf2f7;align-items:flex-start;gap:12px;padding-bottom:16px;display:flex}.generation-model-title svg{color:var(--primary)}.generation-model-title h2,.generation-model-title p{margin:0}.generation-model-title h2{font-size:18px}.generation-model-title p{color:var(--muted);margin-top:5px;font-size:13px;line-height:1.6}.generation-stage-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.generation-stage-card{background:#fbfefc;border:1px solid #e2e8f0;border-radius:8px;gap:12px;padding:16px;display:grid}.generation-stage-icon{width:38px;height:38px;color:var(--primary);background:#e6fffb;border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.generation-stage-card strong{color:#0f172a}.generation-stage-card select{border:1px solid var(--line);width:100%;color:var(--text);background:#fff;border-radius:8px;outline:0;padding:12px 14px}.generation-stage-card small{color:var(--muted)}.generation-model-actions{align-items:center;gap:12px;display:flex}.jobs-workbench{max-width:none;margin:0}.job-console{background:linear-gradient(#f0fdfac7,#fffffffa),#fff;border:1px solid #0e74902e;border-radius:8px;margin-bottom:18px;overflow:hidden;box-shadow:0 18px 46px #0f172a0e}.job-console-head{border-bottom:1px solid #0e749024;justify-content:space-between;align-items:center;gap:16px;padding:18px 20px 14px;display:flex}.job-console-head h2{color:#0f172a;margin:2px 0 0;font-size:18px}.job-console-stats{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.job-console-stats span{color:#0f766e;background:#ffffffc2;border:1px solid #0f766e24;border-radius:8px;padding:7px 10px;font-size:12px;font-weight:800}.job-mode-tabs{background:#ffffffc7;border:1px solid #0e749029;border-radius:8px;gap:6px;margin:16px 20px 0;padding:4px;display:inline-flex}.job-mode-tabs button{color:#475569;cursor:pointer;min-height:36px;font:inherit;background:0 0;border:0;border-radius:6px;padding:0 16px;font-size:13px;font-weight:900}.job-mode-tabs button.active{color:#fff;background:#0f766e;box-shadow:0 8px 20px #0f766e2e}.job-publish-pane{padding-top:4px}.main-domain-controls label{max-width:220px}.job-action-bar{border-top:1px solid #0e74901a;padding-top:12px}.job-domain-picker{background:#fffc;border:1px solid #0e749024;border-radius:8px;margin:0 20px 14px;overflow:hidden}.job-domain-picker-head{border-bottom:1px solid #0e74901a;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}.job-domain-picker-head div{gap:2px;display:grid}.job-domain-picker-head strong{color:#0f172a;font-size:14px}.job-domain-picker-head span{color:#64748b;font-size:12px;font-weight:800}.table-wrap.compact{box-shadow:none}.job-title-input{color:#0f172a;width:min(100%,420px);min-height:38px;font:inherit;border:1px solid #0e74902e;border-radius:8px;padding:0 12px}.job-control-bar{flex-wrap:wrap;align-items:end;gap:10px;padding:16px 20px 12px;display:flex}.job-control-bar label{flex:150px;gap:6px;min-width:138px;display:grid}.job-control-bar label:nth-child(3),.job-control-bar label:nth-child(4){flex:0 118px;min-width:108px}.job-control-bar label span{color:#475569;font-size:12px;font-weight:800}.job-control-bar select,.job-control-bar input{color:#0f172a;width:100%;min-height:42px;font:inherit;background:#fff;border:1px solid #0e749038;border-radius:8px;outline:none;padding:0 12px}.job-control-bar .primary-action,.job-control-bar .secondary-action,.job-control-bar .danger-action{flex:none;min-height:42px}.job-control-bar .primary-action{min-width:142px}.job-control-bar select:focus,.job-control-bar input:focus{border-color:#0f766e8c;box-shadow:0 0 0 3px #14b8a61f}.job-help-strip{color:#334155;background:#f8fafcd1;border:1px solid #0e749024;border-radius:8px;align-items:center;gap:10px;margin:0 20px 10px;padding:11px 13px;display:flex}.job-help-strip.primary{background:#e0f2feb8}.job-help-strip span{background:#334155;border-radius:999px;flex:none;width:7px;height:7px;display:inline-flex}.job-help-strip p{margin:0;font-size:13px;line-height:1.6}.job-inline-status{color:#475569;align-items:center;gap:8px;margin:0 20px 4px;padding:0;font-size:13px;font-weight:800;display:inline-flex}.job-inline-status span{background:#0f766e;border-radius:999px;flex:none;width:7px;height:7px}.job-log-panel{padding:16px 20px 20px}.job-log-title{color:#0f172a;align-items:center;gap:8px;margin-bottom:10px;display:flex}.job-log-title span{color:#64748b;margin-left:8px;font-size:12px;font-weight:700}.job-log-clear{color:#b91c1c;cursor:pointer;background:#fff;border:1px solid #b91c1c47;border-radius:8px;align-items:center;gap:6px;margin-left:auto;padding:6px 10px;font-size:12px;font-weight:700;display:inline-flex}.job-log-clear:hover:not(:disabled){background:#fef2f2}.job-log-clear:disabled{opacity:.45;cursor:not-allowed}.job-log-box{background:#f8fafc;border:1px solid #2563eb38;border-radius:8px;min-height:238px;max-height:360px;padding:12px 14px;overflow:auto}.job-log-line,.job-log-empty{color:#334155;margin:0;font-size:13px;line-height:1.65}.job-log-line span{color:#64748b;margin-right:10px;font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,monospace;display:inline-block}.job-log-line.success{color:#047857}.job-log-line.error{color:#b91c1c}.job-log-empty{color:#64748b}.save-message{font-size:13px;font-weight:750}.save-message.success{color:#0f766e}.save-message.error{color:#dc2626}.title-grand-shell{gap:28px;display:grid}.title-grand-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.title-grand-stat{text-align:center;background:linear-gradient(#f7faff 0%,#f9fbff 100%);border:1px solid #aac6ff;border-radius:8px;place-items:center;min-height:110px;padding:18px;display:grid;box-shadow:inset 0 1px #ffffffb8}.title-grand-stat span{color:#4b5563;font-size:14px;font-weight:750}.title-grand-stat strong{font-size:34px;font-weight:900;line-height:1;display:block}.title-grand-stat strong.blue{color:#32a8ee}.title-grand-stat strong.green{color:#22c55e}.title-grand-stat strong.orange{color:#f59e0b}.title-library-card{background:#ffffffd1;border:1px solid #aac6ff;border-radius:8px;padding:22px 24px 24px;box-shadow:0 24px 58px #476bb21f}.title-library-head{border-bottom:1px solid #bdd0ff;justify-content:space-between;align-items:center;gap:18px;padding-bottom:14px;display:flex}.title-library-head h1{color:#111827;letter-spacing:0;margin:0;font-size:20px;font-weight:900}.title-dedupe-action{color:#315282;background:#f8fbff;border-color:#bdd0ff}.title-grand-body{gap:10px;padding-top:18px;display:grid}.title-grand-label{color:#475569;align-items:center;gap:9px;font-size:14px;font-weight:850;display:flex}.title-grand-label>span{background:#dbeafe;border-radius:999px;width:8px;height:8px}.title-grand-label small{color:#64748b;margin-left:auto;font-size:12px;font-weight:750}.title-grand-textarea-wrap{position:relative}.title-grand-textarea{color:#0f172a;resize:vertical;background:#ffffffeb;border:1px solid #aac6ff;border-radius:8px;outline:0;width:100%;min-height:min(58vh,520px);padding:16px 14px;line-height:1.65;transition:border-color .16s,box-shadow .16s,background .16s}.title-grand-textarea::placeholder{color:#6b84ad}.title-grand-textarea:focus{background:#fff;border-color:#7aa8ff;box-shadow:0 0 0 4px #7aa8ff24}.title-floating-save{color:#5b5796;cursor:pointer;background:#fffffff0;border:1px solid #dbe7ff;border-radius:8px 0 0 8px;justify-content:center;align-items:center;width:62px;height:62px;transition:color .16s,transform .16s,box-shadow .16s;display:inline-flex;position:absolute;top:58px;right:-58px;box-shadow:0 16px 34px #476bb22e}.title-floating-save:hover{color:var(--primary);transform:translate(-2px);box-shadow:0 20px 42px #0f766e29}.title-floating-save:disabled{cursor:not-allowed;opacity:.68;transform:none}.title-usage-card{background:#ffffffc7;border:1px solid #6f95ff;border-radius:8px;padding:24px;box-shadow:0 24px 58px #476bb229}.title-usage-head{justify-content:space-between;align-items:center;gap:18px;margin-bottom:16px;display:flex}.title-usage-head h2{color:#111827;letter-spacing:0;margin:0;font-size:18px;font-weight:900}.title-usage-head span,.title-library-head span{background:#93aefa;width:96px;height:2px;margin-top:10px;display:block}.title-danger-action{color:#fff;cursor:pointer;white-space:nowrap;background:#e44555;border:0;border-radius:8px;justify-content:center;align-items:center;min-height:34px;padding:0 16px;font-size:13px;font-weight:850;transition:background .16s,box-shadow .16s,transform .16s;display:inline-flex}.title-danger-action:hover{background:#d73345;transform:translateY(-1px);box-shadow:0 12px 24px #e4455538}.title-danger-action:disabled{cursor:not-allowed;opacity:.68;transform:none}.title-usage-table-wrap{border:1px solid #bdd0ff;border-radius:8px;overflow-x:auto}.title-usage-table{border-collapse:collapse;width:100%;min-width:940px}.title-usage-table thead{background:#eef6ff}.title-usage-table th,.title-usage-table td{color:#334155;text-align:left;vertical-align:middle;border-bottom:1px solid #c7d8ff;padding:16px 18px}.title-usage-table th{color:#0f4f60;font-size:13px;font-weight:900}.title-usage-table td{font-size:14px;line-height:1.45}.title-usage-table th:first-child,.title-usage-table td:first-child{width:80px}.title-usage-table th:nth-child(2),.title-usage-table td:nth-child(2){width:58%}.title-usage-table tr:last-child td{border-bottom:0}.title-usage-empty{color:var(--muted);text-align:center}.tag-settings-shell{gap:22px;display:grid}.tag-metric-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.tag-metric-card{background:linear-gradient(135deg,#0f766e14,#0000 48%),#fff;border:1px solid #0f766e24;border-radius:8px;align-content:center;gap:9px;min-height:118px;padding:20px;display:grid;box-shadow:0 18px 46px #0f172a0b}.tag-metric-card svg{color:var(--primary)}.tag-metric-card span{color:var(--muted);font-size:13px;font-weight:750}.tag-metric-card strong{color:#0f172a;font-size:32px;font-weight:900;line-height:1}.tag-layout{grid-template-columns:minmax(0,1.2fr) minmax(360px,.8fr);gap:18px;display:grid}.tag-config-panel{background:#fffffff0;border:1px solid #e2e8f0;border-radius:8px;gap:18px;padding:20px;display:grid;box-shadow:0 18px 46px #0f172a0b}.tag-panel-head{border-bottom:1px solid #edf2f7;justify-content:space-between;align-items:flex-start;gap:16px;margin:-2px 0 0;padding-bottom:16px;display:flex}.tag-panel-head h2,.tag-panel-head p{margin:0}.tag-panel-head h2{font-size:18px;font-weight:900}.tag-panel-head p{color:var(--muted);margin-top:5px;font-size:13px;line-height:1.6}.tag-panel-head>svg{color:var(--primary)}.tag-form-grid,.tag-number-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.tag-number-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.tag-config-panel .field>span{color:#374151;font-size:14px;font-weight:750}.tag-config-panel textarea{min-height:100px}.tag-toggle{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:10px 12px}.tag-token-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.tag-token-row{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;grid-template-columns:132px minmax(0,1fr) 40px;align-items:center;gap:10px;min-width:0;padding:10px;display:grid}.tag-token-row span{color:#334155;font-size:13px;font-weight:800}.tag-token-row code,.image-tag-actions code{color:#0f766e;text-overflow:ellipsis;white-space:nowrap;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:12px;font-weight:800;overflow:hidden}.image-tag-list{gap:12px;display:grid}.image-tag-row{background:#fbfdff;border:1px solid #dbe4ee;border-radius:8px;grid-template-columns:minmax(140px,.7fr) 112px 112px minmax(220px,1.2fr);align-items:end;gap:12px;padding:14px;display:grid}.image-tag-path{min-width:0}.image-tag-actions{border-top:1px solid #edf2f7;grid-column:1/-1;align-items:center;gap:9px;padding-top:12px;display:flex}.image-tag-actions code{min-width:0;margin-right:auto}.sticky-status{z-index:6;position:sticky;bottom:16px;box-shadow:0 18px 46px #0f172a14}.asset-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.asset-tile{background:#fff;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.asset-thumb{aspect-ratio:16/10;color:#0f766e;background:linear-gradient(135deg,#0f766e1f,#f973161f),#f8fafc;place-items:center;display:grid}.asset-body{padding:14px}.asset-body strong,.asset-body span{display:block}.asset-body span{color:var(--muted);margin-top:5px;font-size:12px;line-height:1.5}.modal-backdrop{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172a7a;justify-content:center;align-items:center;padding:22px;display:flex;position:fixed;inset:0}.modal-panel{background:#fff;border:1px solid #e2e8f0e6;border-radius:8px;width:min(100%,560px);overflow:hidden;box-shadow:0 30px 90px #0f172a47}.modal-header{border-bottom:1px solid #edf2f7;justify-content:space-between;align-items:flex-start;gap:16px;padding:20px;display:flex}.modal-header h2{margin:0;font-size:22px}.modal-body{gap:16px;padding:20px;display:grid}.modal-body textarea{min-height:180px}.modal-actions{justify-content:flex-end;margin:2px -20px -20px;padding:16px 20px}.config-hero{grid-template-columns:minmax(0,1fr) 280px}.config-mini-status{background:#ffffffbd;border:1px solid #0f766e24;border-radius:8px;align-content:center;padding:18px;display:grid}.config-mini-status span{color:var(--primary);align-items:center;gap:8px;margin-bottom:10px;font-size:13px;font-weight:850;display:inline-flex}.config-mini-status strong{color:#0f172a;font-size:18px;line-height:1.4}.independent-config{gap:18px;display:grid}.config-card{background:#ffffffeb;border:1px solid #dbe4ee;border-radius:8px;overflow:hidden;box-shadow:0 18px 46px #0f172a0b}.config-card-title{border-bottom:1px solid #edf2f7;justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;display:flex}.config-card-title.compact{border-bottom:0;padding-bottom:12px}.config-card-title h2{margin:0;font-size:18px}.config-card-title p{color:var(--muted);margin:5px 0 0;font-size:13px;line-height:1.6}.config-card-title svg{color:var(--primary)}.config-stack{gap:18px;padding:20px;display:grid}.code-editor-field{gap:10px;display:grid}.code-editor-field>span{color:#334155;font-size:14px;font-weight:850}.config-card>.code-field{padding:20px}.code-field{gap:9px;display:grid}.code-field>span{color:#334155;font-size:14px;font-weight:850}.code-field textarea{color:#0f172a;resize:vertical;background:#fbfdff;border:1px solid #bfdbfe;border-radius:8px;outline:0;width:100%;min-height:128px;padding:14px;transition:border-color .16s,box-shadow .16s,background .16s}.code-field textarea.short{min-height:92px}.code-field textarea:focus{background:#fff;border-color:#0f766eb8;box-shadow:0 0 0 4px #0f766e1a}.html-editor{background:#020617;border:1px solid #1e293b;border-radius:8px;margin:0 20px 20px;overflow:hidden}.code-editor-field .html-editor{margin:0}.config-card>.code-editor-field{margin:0 20px 20px}.editor-toolbar{background:#0f172a;border-bottom:1px solid #1e293b;justify-content:space-between;align-items:center;gap:14px;min-height:46px;padding:0 12px;display:flex}.editor-window-title{color:#cbd5e1;align-items:center;gap:8px;font-size:13px;display:flex}.editor-window-title strong{margin-left:6px}.window-dot{border-radius:999px;width:8px;height:8px}.window-dot.red{background:#fb7185}.window-dot.yellow{background:#facc15}.window-dot.green{background:#34d399}.editor-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.editor-button{cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;gap:6px;min-height:30px;padding:0 10px;font-size:12px;font-weight:850;display:inline-flex}.editor-button.soft{color:#0f766e;background:#ccfbf1}.editor-button.info{color:#1d4ed8;background:#dbeafe}.editor-button.muted{color:#e2e8f0;background:#1e293b}.editor-body{grid-template-columns:52px minmax(0,1fr);min-height:220px;display:grid}.editor-body.large{min-height:330px}.line-gutter{color:#64748b;text-align:right;border-right:1px solid #1e293b;padding:16px 12px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:13px}.editor-body textarea{color:#dbeafe;resize:vertical;background:0 0;border:0;outline:0;width:100%;min-height:220px;padding:16px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:13px;line-height:1.7}.editor-body.large textarea{min-height:330px}.editor-body textarea::placeholder{color:#64748b}.switch-grid{flex-wrap:wrap;gap:16px;padding:0 20px 20px;display:flex}.switch-row{cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:10px;padding:10px 12px;display:inline-flex}.switch-row input{opacity:0;pointer-events:none;position:absolute}.switch-row>span{background:#cbd5e1;border-radius:999px;width:42px;height:24px;transition:background .16s;position:relative}.switch-row>span:after{content:"";background:#fff;border-radius:999px;width:18px;height:18px;transition:transform .16s;position:absolute;top:3px;left:3px;box-shadow:0 2px 5px #0f172a2e}.switch-row input:checked+span{background:var(--primary)}.switch-row input:checked+span:after{transform:translate(18px)}.switch-row strong{color:#334155;font-size:14px}.sticky-savebar{z-index:5;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffdb;border:1px solid #e2e8f0eb;border-radius:8px;justify-content:center;gap:12px;padding:12px;display:flex;position:sticky;bottom:16px;box-shadow:0 18px 46px #0f172a14}@media (max-width:1120px){.app-frame{grid-template-columns:1fr}.sidebar{border-bottom:1px solid #e2e8f0;border-right:0;height:auto;position:static}.sidebar-nav{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.nav-cluster{display:none}.workspace-topbar{position:static}.content-grid,.detail-grid,.ai-config-layout,.filter-title-row,.filter-final-grid,.global-settings-hero,.global-settings-grid,.global-inject-grid,.tag-layout{grid-template-columns:1fr}.settings-grid,.ai-provider-tabs,.global-output-grid,.asset-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.workspace-topbar,.page-header,.prompt-section-head,.prompt-settings-title{flex-direction:column;align-items:stretch}.topbar-tools{flex-wrap:wrap}.workspace-content{padding:22px}.sidebar-nav,.metric-grid,.form-grid,.settings-grid,.ai-provider-tabs,.tag-metric-grid,.tag-form-grid,.tag-number-grid,.tag-token-grid,.filter-textarea-grid,.global-two-grid,.global-switch-grid,.global-inline-grid,.global-output-grid,.prompt-row,.generation-stage-grid,.job-control-bar,.image-settings-list,.asset-grid,.hero-panel,.config-hero{grid-template-columns:1fr}.search-box{width:100%}.user-chip{display:none}.provider-row,.model-select-row,.deepseek-thinking-card,.image-form-grid{grid-template-columns:1fr}.tag-token-row{grid-template-columns:minmax(0,1fr) 40px}.tag-token-row span{grid-column:1/-1}.image-tag-row{grid-template-columns:1fr}.ai-config-actions{flex-direction:column;align-items:stretch}.modal-panel{max-height:calc(100vh - 34px);overflow-y:auto}.title-grand-stats{grid-template-columns:1fr}.title-library-card{padding:18px}.title-library-head,.title-usage-head,.title-grand-label,.editor-toolbar,.sticky-savebar{flex-direction:column;align-items:stretch}.title-grand-label small{margin-left:0}.title-floating-save{border-radius:8px;width:100%;height:48px;margin-top:10px;position:static}.title-usage-card{padding:18px}.title-danger-action{width:100%}.job-console-head{flex-direction:column;align-items:stretch}.job-console-stats{justify-content:flex-start}.job-control-bar .primary-action,.job-control-bar .secondary-action,.job-control-bar .danger-action{width:100%}.editor-body{grid-template-columns:38px minmax(0,1fr)}}
