:root{color-scheme:light;--page: #f5f7fb;--surface: #fff;--text: #152139;--muted: #6e7b91;--line: #dfe5ee;--blue: #1769f6;--blue-soft: #eaf2ff;--green: #10ae62;--green-soft: #eaf9f1;--orange: #f5a000;--orange-soft: #fff6e5;--red: #ef4545;--red-soft: #ffeded;--shadow: 0 5px 20px rgba(25, 45, 80, .055);--radius: 11px;font-family:Inter,PingFang SC,Microsoft YaHei,system-ui,sans-serif;color:var(--text);background:var(--page);font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}html,body,#app{margin:0;min-width:320px;min-height:100%}body{margin:0;background:var(--page);color:var(--text);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}button,input,select{font:inherit}button{color:inherit}button:disabled{cursor:not-allowed;opacity:.62}svg{display:block}.app-shell{min-height:100vh;display:grid;grid-template-columns:204px minmax(0,1fr)}.sidebar{position:fixed;inset:0 auto 0 0;width:204px;background:#fff;border-right:1px solid var(--line);display:flex;flex-direction:column;z-index:5}.brand{height:68px;display:flex;align-items:center;gap:11px;padding:0 26px;border-bottom:1px solid var(--line)}.brand-mark{width:36px;height:36px;display:grid;place-items:center;color:var(--blue)}.brand-mark svg{width:36px;height:36px;stroke-width:2}.brand-name{font-size:20px;font-weight:750;white-space:nowrap}.nav{padding:24px 0}.nav-item{position:relative;height:58px;padding:0 26px;display:flex;align-items:center;gap:13px;color:#334159;text-decoration:none;font-size:15px;font-weight:550}.nav-item svg{width:21px;height:21px;stroke-width:1.8}.nav-item.active{color:var(--blue);background:linear-gradient(90deg,#edf4ff,#f6f9ff)}.nav-item.active:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:var(--blue);border-radius:0 4px 4px 0}.sidebar-foot{margin-top:auto;height:58px;border:0;border-top:1px solid var(--line);background:#fff;display:flex;align-items:center;gap:10px;padding:0 26px;color:var(--muted);cursor:pointer}.sidebar-foot svg{width:17px}.main-area{grid-column:2;min-width:0}.topbar{height:60px;background:#ffffffeb;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:flex-end;gap:20px;padding:0 30px;color:#506077}.topbar>span{display:flex;align-items:center;gap:8px}.topbar svg{width:18px}.avatar{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#dce8fb;color:#31547f;font-size:12px;font-style:normal;font-weight:750}.content{width:min(1320px,calc(100vw - 244px));margin:0 auto;padding:24px 0 26px}.page-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.page-head h1{font-size:26px;line-height:1.2;margin:0;letter-spacing:-.02em}.page-head p{margin:7px 0 0;color:var(--muted)}.head-actions{display:flex;gap:12px}.btn{height:40px;border:1px solid var(--line);border-radius:7px;background:#fff;padding:0 17px;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;font-weight:620;outline:0}.btn svg{width:17px;height:17px}.btn:hover:not(:disabled){border-color:#abc9ff;color:var(--blue)}.btn:focus-visible,.filter-btn:focus-visible,.query-btn:focus-visible,.more-btn:focus-visible{box-shadow:0 0 0 3px #1769f621}.btn-primary{background:var(--blue);border-color:var(--blue);color:#fff;box-shadow:0 4px 12px #1769f62e}.btn-primary:hover:not(:disabled){color:#fff;background:#0f5ee5}.btn-stop{color:#d83838;border-color:#f1b7b7;background:#fff8f8}.btn-stop:hover:not(:disabled){color:#c92f2f;border-color:#e98e8e;background:var(--red-soft)}.btn-run-all{color:#fff;border-color:#0fa968;background:#0fa968}.btn-run-all:hover:not(:disabled){border-color:#0b9159;background:#0b9159}.btn-clear-errors{color:#d83838;border-color:#f1b7b7}.btn-clear-errors:hover:not(:disabled){color:#c92f2f;border-color:#e98e8e;background:var(--red-soft)}.panel{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.summary{overflow:hidden;margin-bottom:18px}.summary-status{min-height:112px;display:grid;grid-template-columns:repeat(4,1fr)}.summary-item{position:relative;display:flex;align-items:center;gap:18px;padding:0 32px}.summary-item:not(:last-child):after{content:"";position:absolute;right:0;width:1px;height:58px;background:var(--line)}.metric-icon{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;color:var(--blue);background:var(--blue-soft)}.metric-icon svg{width:27px;height:27px;stroke-width:1.8}.summary-item:nth-child(2) .metric-icon{color:var(--green);background:var(--green-soft)}.summary-item:nth-child(3) .metric-icon{color:var(--orange);background:var(--orange-soft)}.summary-item:nth-child(4) .metric-icon{color:var(--red);background:var(--red-soft)}.metric-copy small{display:block;color:var(--muted);margin-bottom:2px}.metric-copy strong{font-size:25px;line-height:1.2}.summary-item:nth-child(2) strong{color:var(--green)}.summary-item:nth-child(3) strong{color:var(--orange)}.summary-item:nth-child(4) strong{color:var(--red)}.index-stats{min-height:92px;border-top:1px solid var(--line);display:grid;grid-template-columns:minmax(210px,1fr) 3fr;background:#fbfcff}.index-stats-heading{padding:0 24px 0 32px;display:flex;align-items:center;justify-content:space-between;gap:16px}.index-stats-copy{display:flex;flex-direction:column}.index-stats-copy strong{font-size:15px}.index-stats-copy small{margin-top:3px;color:var(--muted)}.index-stats-button{height:34px;padding:0 12px;color:var(--blue);border-color:#cbdcff;background:#f5f8ff;white-space:nowrap}.index-stats-button svg{width:15px;height:15px}.index-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);margin:0}.index-stat-item{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center}.index-stat-item:before{content:"";position:absolute;left:0;width:1px;height:46px;background:var(--line)}.index-stat-item dt{color:var(--muted);font-size:13px}.index-stat-item dd{margin:3px 0 0;display:flex;align-items:baseline;gap:5px}.index-stat-item dd strong{color:var(--blue);font-size:22px;line-height:1.2}.index-stat-item dd span{color:var(--muted);font-size:12px}.daily-changes{border-top:1px solid var(--line);background:#fff}.daily-changes-heading{min-height:76px;padding:12px 24px 12px 32px;display:flex;align-items:center;justify-content:space-between;gap:18px}.daily-changes-empty{min-height:70px;padding:0 32px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:center;color:var(--muted);background:#fbfcff}.daily-changes-grid{padding:0 24px 20px;display:grid;grid-template-columns:1fr 1fr;gap:16px}.daily-change-card{min-width:0;border:1px solid var(--line);border-radius:9px;overflow:hidden;background:#fff}.daily-change-card>header{height:58px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.daily-change-card>header>span{display:flex;align-items:center;gap:7px;font-weight:700}.daily-change-card>header svg{width:18px;height:18px}.daily-change-card>header strong{font-size:24px;line-height:1}.daily-change-card>header small{margin-left:4px;color:var(--muted);font-size:12px;font-weight:500}.daily-change-card.increase>header{color:#07864a;background:var(--green-soft)}.daily-change-card.decrease>header{color:#c83737;background:var(--red-soft)}.daily-site-list{max-height:180px;margin:0;padding:0;overflow:auto;list-style:none}.daily-site-list li{min-height:42px;padding:7px 14px;display:grid;grid-template-columns:minmax(120px,1fr) auto 70px;align-items:center;gap:12px;border-bottom:1px solid #edf0f5;font-size:12px}.daily-site-list li:last-child{border-bottom:0}.daily-site-list li strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.daily-site-list li span{color:var(--muted)}.daily-site-list li em{text-align:right;font-style:normal;font-weight:700}.increase .daily-site-list li em{color:#07864a}.decrease .daily-site-list li em{color:#c83737}.daily-list-empty{min-height:74px;display:flex;align-items:center;justify-content:center;color:var(--muted);font-size:12px}.traffic-page{display:grid;gap:18px}.traffic-livebar{min-height:62px;padding:10px 16px;display:flex;align-items:center;gap:12px}.live-indicator{display:inline-flex;align-items:center;gap:8px;color:#07864a;font-size:13px;font-weight:700}.live-indicator i{width:9px;height:9px;border-radius:50%;background:var(--green);box-shadow:0 0 0 5px #10ae621c;animation:pulse 1.5s infinite}.traffic-livebar label{margin-left:auto;display:flex;align-items:center;gap:9px;color:var(--muted);font-size:12px}.traffic-livebar select{width:260px;height:40px;padding:0 34px 0 11px;border:1px solid var(--line);border-radius:7px;background:#fff;color:var(--text);outline:0}.traffic-livebar select:focus{border-color:var(--blue);box-shadow:0 0 0 3px #1769f614}.traffic-livebar .btn{height:40px}.traffic-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.traffic-metric{min-width:0;min-height:116px;padding:18px;display:flex;align-items:center;gap:14px}.traffic-metric-icon{flex:0 0 46px;width:46px;height:46px;border-radius:12px;display:grid;place-items:center}.traffic-metric-icon svg{width:22px}.traffic-metric-icon.blue{color:var(--blue);background:var(--blue-soft)}.traffic-metric-icon.green{color:var(--green);background:var(--green-soft)}.traffic-metric-icon.purple{color:#7454da;background:#f1edff}.traffic-metric-icon.orange{color:#d98200;background:var(--orange-soft)}.traffic-metric>span:last-child{min-width:0}.traffic-metric small,.traffic-metric em{display:block;color:var(--muted);font-size:12px;font-style:normal;white-space:nowrap}.traffic-metric strong{display:block;margin:2px 0;font-size:25px;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.traffic-metric .latest-time{font-size:17px;line-height:1.9}.tracker-setup{min-height:86px;padding:14px 16px;display:flex;align-items:center;gap:14px}.tracker-setup-icon{flex:0 0 42px;width:42px;height:42px;border-radius:10px;display:grid;place-items:center;color:var(--blue);background:var(--blue-soft)}.tracker-setup-icon svg{width:20px}.tracker-setup-copy{flex:0 1 310px;min-width:235px}.tracker-setup-copy strong{display:block}.tracker-setup-copy p{margin:4px 0 0;color:var(--muted);font-size:12px;line-height:1.55}.tracker-code-list{flex:1 1 420px;min-width:0;display:grid;gap:8px}.tracker-code-row{min-width:0;display:flex;align-items:center;gap:8px}.tracker-code-label{flex:0 0 48px;color:var(--muted);font-size:12px;font-weight:600}.tracker-code{flex:1 1 320px;min-width:160px;padding:10px 12px;border:1px solid #d8e2f2;border-radius:7px;background:#f7f9fc;color:#36506f;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tracker-code-list .tracker-code{overflow:visible;text-overflow:clip;white-space:normal;overflow-wrap:anywhere;line-height:1.45}.tracker-placeholder{color:var(--muted)}.tracker-setup .btn{flex:0 0 auto}.traffic-records{overflow:hidden}.traffic-records-head{min-height:66px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.traffic-records-head div strong,.traffic-records-head div small{display:block}.traffic-records-head div small{margin-top:3px;color:var(--muted);font-size:12px}.traffic-records-head>span{padding:5px 9px;border-radius:6px;color:var(--blue);background:var(--blue-soft);font-size:12px}.traffic-table{min-width:900px;table-layout:fixed}.traffic-table thead th{height:43px;padding:0 15px;text-align:left}.traffic-table th:nth-child(1){width:20%}.traffic-table th:nth-child(2){width:40%}.traffic-table th:nth-child(3){width:20%}.traffic-table th:nth-child(4){width:20%}.traffic-table tbody td{height:67px;padding:9px 15px;text-align:left}.traffic-table td>small{display:block;margin-top:3px;color:var(--muted);font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ip-address{padding:4px 7px;border-radius:5px;color:#27517d;background:#f0f5fb;font-size:12px}.visit-url{max-width:100%;display:flex;align-items:center;gap:6px;color:var(--blue);text-decoration:none}.visit-url:hover{text-decoration:underline}.visit-url span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.visit-url svg{flex:0 0 14px;width:14px}.device-cell{display:inline-flex;align-items:center;gap:7px;font-weight:620}.device-cell svg{width:17px;color:#65758d}.traffic-table time{color:#45566f;white-space:nowrap}.traffic-empty{height:230px!important;color:var(--muted);text-align:center!important}.traffic-empty svg{display:inline-block;width:19px;margin-right:8px;vertical-align:middle}.sitemap-page{max-width:1320px}.sitemap-page-head{margin-bottom:20px}.sitemap-panel{margin-bottom:18px;overflow:hidden}.sitemap-page .sitemap-panel{min-height:calc(100vh - 172px)}.sitemap-page .sitemap-log-scroll{max-height:calc(100vh - 395px);min-height:260px}.sitemap-head{min-height:82px;padding:16px 20px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:16px}.sitemap-head h2{margin:0;font-size:17px}.sitemap-head p{margin:5px 0 0;color:var(--muted)}.sitemap-controls{min-height:68px;padding:12px 18px;display:flex;align-items:flex-end;gap:10px;border-bottom:1px solid var(--line)}.sitemap-controls label{display:flex;flex-direction:column;gap:5px;color:var(--muted);font-size:12px}.sitemap-controls select{width:220px;height:40px;padding:0 11px;border:1px solid var(--line);border-radius:7px;background:#fff;color:var(--text);outline:0}.sitemap-controls select:focus{border-color:var(--blue);box-shadow:0 0 0 3px #1769f614}.sitemap-lock{margin-left:auto;align-self:center;padding:6px 10px;border-radius:6px;color:#9a6800;background:var(--orange-soft);font-size:12px}.sitemap-status{min-height:58px;padding:10px 18px;display:flex;align-items:center;gap:10px;color:#536078;background:#f8fafc;border-bottom:1px solid var(--line)}.sitemap-status>svg{width:20px;color:var(--blue)}.sitemap-status span{display:flex;flex-direction:column}.sitemap-status strong{color:var(--text)}.sitemap-status.failed,.sitemap-status.interrupted{background:var(--red-soft)}.sitemap-status.failed>svg,.sitemap-status.interrupted>svg{color:var(--red)}.sitemap-status.paused{background:var(--orange-soft)}.sitemap-status.paused>svg{color:#d58a00}.sitemap-status.completed{background:var(--green-soft)}.sitemap-status.completed>svg{color:var(--green)}.sitemap-progress{margin-left:auto;white-space:nowrap}.sitemap-log-scroll{max-height:310px;overflow:auto}.sitemap-log-table{min-width:1040px;table-layout:auto}.sitemap-log-table th{height:42px;position:sticky;top:0;z-index:1}.sitemap-log-table td{height:50px;padding:7px 10px;font-size:12px}.sitemap-log-table th:nth-child(1){width:160px}.sitemap-log-table th:nth-child(2){width:130px}.sitemap-log-table th:nth-child(3){width:160px}.sitemap-log-table th:nth-child(5){width:100px}.sitemap-log-table th:nth-child(6){width:150px}.sitemap-file{max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left}.sitemap-result{display:inline-block;padding:4px 7px;border-radius:5px;background:#eef2f7}.sitemap-result.success{color:#07864a;background:var(--green-soft)}.sitemap-result.skipped{color:#8a6500;background:var(--orange-soft)}.sitemap-result.failed,.sitemap-result.stopped{color:#c83737;background:var(--red-soft)}.sitemap-result.paused{color:#8a6500;background:var(--orange-soft)}.sitemap-result.unconfirmed{color:#c83737;background:var(--red-soft)}.sitemap-log-empty{height:110px!important;color:var(--muted)}.results{overflow:hidden}.batch-alert{min-height:58px;padding:11px 18px;border-bottom:1px solid #f1d295;background:#fff8e8;color:#735b24;display:flex;align-items:center;gap:11px}.batch-alert>svg{flex:0 0 20px;width:20px;color:#dc9200}.batch-alert span{line-height:1.6}.batch-alert strong{display:block;color:#5e4815}.batch-alert-actions{margin-left:auto;display:flex;flex-wrap:wrap;gap:8px}.batch-alert .btn-verify{flex:0 0 auto;height:36px;border-color:#e2bc66;color:#6a4b08;background:#fff;text-decoration:none}.batch-alert .btn-verify:hover:not(:disabled){border-color:#c9972c;color:#5b3d00;background:#fffdf7}.toolbar{min-height:66px;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:10px;padding:11px 18px}.search-box{position:relative;width:280px}.search-box svg{position:absolute;left:13px;top:50%;transform:translateY(-50%);width:18px;color:#8290a5}.search-box input{width:100%;height:39px;border:1px solid var(--line);border-radius:7px;padding:0 13px 0 40px;outline:0;color:var(--text)}.search-box input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #1769f614}.search-box input::placeholder{color:#9da7b7}.filter-btn{height:39px;border:1px solid var(--line);border-radius:7px;background:#fff;padding:0 17px;cursor:pointer;outline:0}.filter-btn:hover,.filter-btn.active{color:var(--blue);border-color:#95bbff;background:#f6f9ff}.toolbar-spacer{margin-left:auto}.toolbar .btn{height:39px}.toolbar .btn-primary{padding:0 18px}.table-scroll{overflow-x:auto}table{width:100%;min-width:1110px;border-collapse:collapse;table-layout:fixed}th,td{border-right:1px solid var(--line);border-bottom:1px solid var(--line)}th:last-child,td:last-child{border-right:0}thead th{height:38px;background:#fafcff;font-size:13px;font-weight:650}thead tr:first-child th{height:45px}tbody td{height:69px;text-align:center;background:#fff;transition:background .18s}tbody tr:hover td{background:#f8fbff}.check-col{width:48px}.site-col{width:190px;text-align:left;padding-left:12px}.time-col{width:112px}.status-col{width:100px}.action-col{width:125px}.site-cell{text-align:left;padding-left:12px}.site-info{display:flex;align-items:center;gap:11px}.site-info>span:last-child{min-width:0}.site-info strong{display:block;font-weight:650;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.site-info small{display:block;color:var(--muted);font-size:12px;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.site-icon{flex:0 0 34px;width:34px;height:34px;border-radius:8px;display:grid;place-items:center;color:#fff;background:#4385f5;font-weight:800;font-size:16px}.site-icon.tone-1{background:#25afb4}.site-icon.tone-2{background:#7257e9}.site-icon.tone-3{background:#8795aa}.engine-head{display:inline-flex;align-items:center;gap:7px}.engine-logo{width:21px;height:21px;border-radius:7px;display:grid;place-items:center;color:#fff;font-size:10px;font-style:normal;font-weight:800}.engine-logo.blue{background:var(--blue)}.engine-logo.orange{background:#ff673d}.engine-logo.green{background:var(--green);border-radius:50%}.weekly{display:inline-flex;align-items:center;justify-content:center;gap:5px}.spark{width:42px;height:18px}.spark polyline{fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.spark.blue polyline{stroke:var(--blue)}.spark.orange polyline{stroke:#ff673d}.spark.green polyline{stroke:var(--green)}.time-cell{color:#526178;white-space:nowrap}.status{display:inline-flex;align-items:center;gap:6px;border-radius:6px;padding:5px 9px;font-size:12px;font-weight:650;white-space:nowrap}.status:before{content:"";width:7px;height:7px;border-radius:50%}.status.normal{color:#079a54;background:var(--green-soft)}.status.normal:before{background:var(--green)}.status.pending{color:#1762ba;background:#edf5ff}.status.pending:before{background:#277de4}.status.querying{color:#b77300;background:var(--orange-soft)}.status.querying:before{background:var(--orange);animation:pulse 1s infinite}.status.error{color:#d83838;background:var(--red-soft)}.status.error:before{background:var(--red)}.status-button{border:0;cursor:pointer;font:inherit}.status-button:hover{box-shadow:inset 0 0 0 1px #ef454547}.status-button:focus-visible{outline:0;box-shadow:0 0 0 3px #ef454524}@keyframes pulse{50%{opacity:.35}}.row-actions{display:flex;align-items:center;justify-content:center;gap:6px}.query-btn{height:34px;border:1px solid #bfd5fa;border-radius:6px;background:#fff;color:var(--blue);padding:0 10px;font-weight:620;cursor:pointer;white-space:nowrap;display:inline-flex;align-items:center;gap:5px;outline:0}.query-btn svg{width:14px}.query-btn:hover:not(:disabled){background:var(--blue-soft)}.more-btn{flex:0 0 31px;width:31px;height:34px;border:1px solid var(--line);border-radius:6px;background:#fff;cursor:pointer;display:grid;place-items:center;outline:0}.more-btn svg{width:17px}.more-btn:hover{color:var(--blue);border-color:#abc9ff}.more-wrap{position:relative}.action-menu{position:absolute;top:calc(100% + 6px);right:0;width:132px;padding:5px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 12px 28px #14233e29;z-index:12}.action-menu button{width:100%;height:36px;padding:0 10px;border:0;border-radius:6px;background:transparent;color:#d93b3b;display:flex;align-items:center;gap:8px;cursor:pointer;white-space:nowrap}.action-menu button:hover{background:var(--red-soft)}.action-menu svg{width:16px;height:16px}tbody tr:last-child .action-menu{top:auto;bottom:calc(100% + 6px)}.action-menu-enter-active,.action-menu-leave-active{transition:opacity .15s ease,transform .15s ease}.action-menu-enter-from,.action-menu-leave-to{opacity:0;transform:translateY(-4px)}input[type=checkbox]{width:16px;height:16px;accent-color:var(--blue)}.loading-cell,.empty-cell{height:250px;color:var(--muted);border-right:0}.loading-cell svg{display:inline-block;width:18px;margin-right:8px;vertical-align:middle}.pagination{height:64px;display:flex;align-items:center;padding:0 20px;gap:9px;color:#4e5c72}.pages{margin-left:auto;display:flex;align-items:center;gap:8px}.pages button{width:34px;height:34px;border:1px solid var(--line);border-radius:6px;background:#fff;display:grid;place-items:center;cursor:pointer}.pages button svg{width:16px}.pages button.active{color:#fff;background:var(--blue);border-color:var(--blue)}.page-jump-input{width:58px;height:34px;border:1px solid var(--line);border-radius:6px;background:#fff;padding:0 8px;color:#435068;text-align:center;outline:0}.page-jump-input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #1769f617}.page-jump-input::-webkit-inner-spin-button,.page-jump-input::-webkit-outer-spin-button{margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.pages select{height:34px;border:1px solid var(--line);border-radius:6px;background:#fff;padding:0 9px;color:#435068}.dialog-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#161f2f61;display:grid;place-items:center;z-index:20}.dialog{width:min(480px,calc(100vw - 32px));background:#fff;border-radius:12px;box-shadow:0 24px 60px #0f1c3138}.dialog-head{padding:23px 26px 12px;display:flex;align-items:flex-start;justify-content:space-between}.dialog-head h2{font-size:21px;margin:0}.dialog-head p{margin:6px 0 0;color:var(--muted)}.close-btn{width:32px;height:32px;border:0;background:transparent;border-radius:6px;display:grid;place-items:center;cursor:pointer;color:#667389}.close-btn:hover{background:#f1f4f8}.close-btn svg{width:19px}.dialog-body{padding:8px 26px 12px}.field{display:block;margin-bottom:17px}.field>span{display:block;margin-bottom:7px;font-weight:620}.field input{width:100%;height:44px;border:1px solid var(--line);border-radius:7px;padding:0 13px;outline:0;color:var(--text)}.field input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #1769f617}.field small{display:block;margin-top:5px;color:var(--muted);font-size:12px}.check-line{display:flex;align-items:center;gap:9px;margin-top:3px}.dialog-foot{padding:16px 26px 24px;display:flex;justify-content:flex-end;gap:10px}.dialog-foot .btn{height:40px}.btn-danger{color:#fff;background:var(--red);border-color:var(--red);box-shadow:0 4px 12px #ef45452e}.btn-danger:hover:not(:disabled){color:#fff;background:#dc3535;border-color:#dc3535}.delete-dialog{width:min(440px,calc(100vw - 32px))}.delete-heading{display:flex;align-items:center;gap:13px}.delete-icon{flex:0 0 42px;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;color:var(--red);background:var(--red-soft)}.delete-icon svg{width:20px;height:20px}.delete-dialog-body{margin:8px 26px 0;padding:14px 15px;border-radius:8px;background:#f7f9fc;color:#556278;line-height:1.7}.delete-dialog-body strong{color:var(--text)}.error-log-dialog{width:min(680px,calc(100vw - 32px));max-height:min(760px,calc(100vh - 36px));display:flex;flex-direction:column}.error-log-head{flex:0 0 auto;padding-bottom:16px;border-bottom:1px solid var(--line)}.error-log-heading{display:flex;align-items:center;gap:13px}.error-log-icon{flex:0 0 42px;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;color:var(--red);background:var(--red-soft)}.error-log-icon svg{width:21px;height:21px}.error-log-body{min-height:220px;padding:18px 26px;overflow-y:auto;background:#f8fafc}.error-log-loading,.error-log-empty{height:210px;display:flex;align-items:center;justify-content:center;gap:8px;color:var(--muted)}.error-log-loading svg{width:19px}.error-log-item{padding:16px 17px;border:1px solid var(--line);border-radius:9px;background:#fff}.error-log-item+.error-log-item{margin-top:12px}.error-log-item>header{display:flex;align-items:center;justify-content:space-between;gap:12px}.engine-error-badge{padding:4px 9px;border-radius:5px;color:#d63838;background:var(--red-soft);font-size:12px;font-weight:700}.error-log-item time{display:inline-flex;align-items:center;gap:5px;color:var(--muted);font-size:12px}.error-log-item time svg{width:14px;height:14px}.error-log-item h3{margin:12px 0 6px;font-size:15px}.raw-error{margin:0;color:#718096;font-size:13px}.error-suggestion{margin-top:13px;padding:11px 12px;border-radius:7px;background:#fff8e8;color:#735b24;display:flex;align-items:flex-start;gap:9px;line-height:1.65}.error-suggestion svg{flex:0 0 17px;width:17px;margin-top:3px;color:#e3a100}.error-suggestion strong{display:block;color:#5e4815}.error-log-foot{flex:0 0 auto;align-items:center;justify-content:space-between;padding-top:14px}.error-log-foot>span{color:var(--muted);font-size:12px}.error-log-foot-actions{display:flex;gap:10px}.dialog-fade-enter-active,.dialog-fade-leave-active{transition:opacity .2s ease}.dialog-fade-enter-active .dialog,.dialog-fade-leave-active .dialog{transition:transform .2s ease}.dialog-fade-enter-from,.dialog-fade-leave-to{opacity:0}.dialog-fade-enter-from .dialog,.dialog-fade-leave-to .dialog{transform:translateY(10px) scale(.985)}.toast{position:fixed;right:26px;bottom:26px;background:#26334b;color:#fff;border-radius:8px;padding:11px 17px;box-shadow:0 12px 28px #121e3633;z-index:30}.toast-enter-active,.toast-leave-active{transition:.22s}.toast-enter-from,.toast-leave-to{opacity:0;transform:translateY(18px)}.spin{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}@media(max-width:1060px){.app-shell{grid-template-columns:72px minmax(0,1fr)}.sidebar{width:72px}.brand{justify-content:center;padding:0}.brand-name,.nav-item span,.sidebar-foot span{display:none}.nav-item{padding:0;justify-content:center}.sidebar-foot{justify-content:center;padding:0}.main-area{grid-column:2}.content{width:calc(100vw - 104px)}.summary-item{padding:0 18px}.metric-icon{width:44px;height:44px}.toolbar{flex-wrap:wrap}.toolbar-spacer{margin-left:0}.toolbar .btn:last-child{margin-left:auto}.traffic-metrics{grid-template-columns:1fr 1fr}.tracker-setup{flex-wrap:wrap}.tracker-code-list{order:3;flex-basis:100%;margin-left:56px}.tracker-code{order:3;flex-basis:calc(100% - 112px);margin-left:56px}.tracker-code-list .tracker-code{order:initial;flex-basis:auto;margin-left:0}.tracker-setup .btn{order:4}}@media(max-width:720px){.app-shell{display:block}.sidebar{position:static;width:100%;height:64px;flex-direction:row;border-right:0;border-bottom:1px solid var(--line)}.brand{height:64px;padding:0 16px;justify-content:flex-start}.brand-name{display:block;font-size:17px}.brand-mark,.brand-mark svg{width:34px;height:34px}.nav{padding:0;margin-left:auto;display:flex}.nav-item{width:50px;height:64px}.nav-item:not(.active),.sidebar-foot{display:none}.nav-item.active:before{inset:auto 8px 0;width:auto;height:3px}.main-area{width:100%}.topbar{display:none}.content{width:100%;padding:20px 15px}.page-head{align-items:flex-start;gap:14px}.page-head h1{font-size:23px}.head-actions .btn:first-of-type{display:none}.head-actions .btn{padding:0 12px}.summary-status{grid-template-columns:1fr 1fr}.summary-item{height:84px;padding:0 15px}.summary-item:nth-child(2):after{display:none}.summary-item:nth-child(-n+2){border-bottom:1px solid var(--line)}.metric-icon{width:40px;height:40px}.metric-copy strong{font-size:21px}.index-stats{grid-template-columns:1fr}.index-stats-heading{min-height:72px;padding:0 15px;border-bottom:1px solid var(--line)}.index-stats-grid{min-height:78px}.index-stat-item:first-child:before{display:none}.index-stat-item dt{font-size:12px}.index-stat-item dd strong{font-size:20px}.daily-changes-heading{padding:12px 15px;align-items:flex-start;flex-direction:column}.daily-changes-grid{padding:0 15px 15px;grid-template-columns:1fr}.daily-site-list li{grid-template-columns:minmax(100px,1fr) auto 58px;gap:8px}.sitemap-head{align-items:flex-start;flex-direction:column}.sitemap-controls{align-items:stretch;flex-wrap:wrap}.sitemap-controls label,.sitemap-controls select{width:100%}.sitemap-lock{width:100%;margin-left:0;text-align:center}.toolbar{align-items:center}.search-box{width:100%}.filter-btn{padding:0 12px}.toolbar-spacer{display:none}.toolbar .btn:last-child{margin-left:0}.pagination{padding:0 12px}.pages button:nth-of-type(n+4),.pages>span{display:none}.traffic-livebar{align-items:stretch;flex-wrap:wrap}.live-indicator{width:100%;padding:4px 2px}.traffic-livebar label{width:100%;margin-left:0;align-items:stretch;flex-direction:column;gap:4px}.traffic-livebar select{width:100%}.traffic-livebar .btn{flex:1 1 calc(50% - 6px);align-self:flex-end;padding:0 10px}.traffic-metrics{grid-template-columns:1fr 1fr;gap:10px}.traffic-metric{min-height:102px;padding:13px;gap:10px}.traffic-metric-icon{flex-basis:38px;width:38px;height:38px;border-radius:9px}.traffic-metric-icon svg{width:19px}.traffic-metric strong{font-size:21px}.traffic-metric .latest-time{font-size:13px}.tracker-setup{align-items:flex-start}.tracker-setup-copy{flex:1 1 calc(100% - 56px);min-width:0}.tracker-code-list{margin-left:0}.tracker-code-row{align-items:stretch;flex-wrap:wrap}.tracker-code-label{flex-basis:100%}.tracker-code{order:3;flex-basis:100%;margin-left:0}.tracker-code-list .tracker-code{flex-basis:100%}.tracker-code-row .btn{width:100%}.tracker-setup .btn{order:4;width:100%}.traffic-records-head{padding:0 14px}}
