:root{font-family:Inter,Segoe UI,Microsoft YaHei UI,Microsoft YaHei,system-ui,sans-serif;color:#172033;background:#f4f6fa;font-synthesis:none;--blue: #2563eb;--blue-soft: #edf4ff;--border: #e4e8ef;--muted: #788397;--shadow: 0 8px 28px rgba(32, 47, 75, .07)}*{box-sizing:border-box}body{margin:0;min-width:1180px;min-height:100vh;background:#f4f6fa}button,input,textarea{font:inherit}button{cursor:pointer}.app-shell{min-height:100vh;display:grid;grid-template-columns:220px 1fr;transition:grid-template-columns .2s ease}.app-shell.collapsed{grid-template-columns:76px 1fr}.sidebar{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;background:#fff;border-right:1px solid var(--border);z-index:10}.brand{height:76px;display:flex;align-items:center;gap:11px;padding:0 18px;border-bottom:1px solid #f0f2f6;overflow:hidden}.brand-mark{width:54px;height:54px;display:grid;place-items:center;flex:0 0 auto;color:#fff;font-size:27px;font-weight:800;border-radius:17px;background:linear-gradient(145deg,#4b8dff,#1551d3);box-shadow:0 9px 22px #2563eb3d}.brand-mark.small{width:38px;height:38px;border-radius:11px;font-size:19px}.brand strong{display:block;font-size:18px;white-space:nowrap}.brand span{display:block;margin-top:2px;color:#9aa4b4;font-size:9px;letter-spacing:1.4px;white-space:nowrap}.sidebar nav{padding:16px 10px;flex:1}.sidebar button{width:100%;height:44px;display:flex;align-items:center;gap:12px;padding:0 13px;border:0;border-radius:9px;color:#566176;background:transparent;white-space:nowrap;overflow:hidden}.sidebar button svg{width:19px;flex:0 0 auto}.sidebar button:hover{background:#f6f8fc;color:#24324a}.sidebar button.active{color:var(--blue);background:var(--blue-soft);font-weight:600}.nav-divider{height:1px;margin:14px 8px;background:#edf0f4}.sidebar-footer{padding:10px;border-top:1px solid var(--border)}.workspace{min-width:0}.quick-nav{position:fixed;right:18px;top:50%;z-index:40;display:grid;gap:8px;padding:8px;border:1px solid rgba(203,213,225,.8);border-radius:18px;background:#ffffffeb;box-shadow:0 12px 30px #0f172a21;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transform:translateY(-50%)}.quick-nav button{width:38px;height:38px;display:grid;place-items:center;padding:0;border:1px solid #dbe5f2;border-radius:13px;color:#2563eb;background:linear-gradient(180deg,#fff,#f4f8ff);box-shadow:0 2px 7px #2563eb14;transition:transform .16s ease,box-shadow .16s ease,color .16s ease,background .16s ease}.quick-nav button:hover{color:#fff;border-color:#2563eb;background:linear-gradient(180deg,#4b8dff,#2563eb);box-shadow:0 8px 18px #2563eb38;transform:translateY(-1px) scale(1.04)}.quick-nav button:active{transform:translateY(0) scale(.98)}.quick-nav svg{width:18px;height:18px;stroke-width:2.3}.quick-nav.collapsed{padding:6px;border-radius:999px}.topbar{height:76px;display:flex;align-items:center;gap:14px;padding:0 28px;background:#fff;border-bottom:1px solid var(--border)}.page-heading h1{margin:0;font-size:20px}.page-heading p{margin:3px 0 0;color:var(--muted);font-size:12px}.account{margin-left:auto;display:flex;align-items:center;gap:13px;font-size:14px}.icon-button{width:36px;height:36px;padding:0;display:grid;place-items:center;border:1px solid var(--border);border-radius:9px;background:#fff;color:#647086}.icon-button svg{width:18px}.page-content{max-width:1500px;margin:0 auto;padding:22px 28px 36px}.card{margin-bottom:18px;background:#fff;border:1px solid var(--border);border-radius:12px;box-shadow:0 2px 4px #202f4b05}.input-card,.options-card,.list-card{padding:20px}.card-title-row{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:15px}.card-title-row h2{margin:0;font-size:17px}.card-title-row p{margin:5px 0 0;color:var(--muted);font-size:12px}.owned-switch{display:flex;align-items:center;gap:9px;color:#59657a;font-size:13px}.owned-switch input{display:none}.owned-switch span{width:34px;height:19px;padding:2px;border-radius:999px;background:#ccd3de;transition:.2s}.owned-switch span:before{content:"";display:block;width:15px;height:15px;border-radius:50%;background:#fff;transition:.2s}.owned-switch input:checked+span{background:var(--blue)}.owned-switch input:checked+span:before{transform:translate(15px)}.domain-editor{position:relative;height:285px;display:grid;grid-template-columns:36px 1fr;border:1px solid #dfe4ec;border-radius:9px;overflow:hidden}.line-number{padding-top:14px;text-align:center;color:#98a2b2;background:#f8f9fb;border-right:1px solid #edf0f4;font:12px ui-monospace,monospace}.domain-editor textarea{width:100%;height:226px;padding:13px 15px;resize:none;border:0;outline:0;color:#28354c;line-height:1.65}.domain-editor textarea::placeholder{color:#a7afbc}.editor-toolbar{position:absolute;right:12px;bottom:10px;display:flex;align-items:center;gap:8px}.visit-mode-select{height:36px;display:inline-flex;align-items:center;gap:5px;padding:0 8px;border:1px solid var(--border);border-radius:8px;color:#566176;background:#f8f9fb}.visit-mode-select svg{width:15px;flex:0 0 auto}.visit-mode-select select{max-width:154px;padding:0 18px 0 0;border:0;outline:0;color:inherit;background:transparent;font-size:13px;cursor:pointer}.editor-toolbar button,.result-actions button,.card-title-row>button{height:36px;display:inline-flex;align-items:center;gap:6px;padding:0 12px;border:1px solid var(--border);border-radius:8px;background:#f8f9fb;color:#566176}.editor-toolbar button svg,.result-actions button svg,.card-title-row>button svg{width:15px}.preset-actions{display:flex;align-items:center;gap:8px;margin-left:auto}.preset-actions select{height:32px;min-width:128px;padding:0 28px 0 10px;border:1px solid var(--border);border-radius:8px;color:#566176;background:linear-gradient(180deg,#fff,#f8fafc);outline:none;font-size:13px;cursor:pointer}.preset-actions select:disabled{cursor:not-allowed;opacity:.55}.preset-actions button{height:32px;display:inline-flex;align-items:center;gap:5px;padding:0 10px;border:1px solid var(--border);border-radius:8px;color:#566176;background:linear-gradient(180deg,#fff,#f8fafc)}.preset-actions button svg{width:14px}.preset-actions button:hover:not(:disabled),.preset-actions select:hover:not(:disabled){border-color:#cbd5e1;box-shadow:0 2px 7px #0f172a0f}.preset-actions span{min-width:42px;color:#168657;font-size:12px}.domain-count{padding:5px 8px;border-radius:6px;color:#6c778a;background:#f0f2f6;font-size:12px}.primary-button{color:#fff!important;border-color:var(--blue)!important;background:var(--blue)!important;box-shadow:0 5px 14px #2563eb38}button:disabled{cursor:not-allowed;opacity:.48}.form-error{margin:10px 0 0;color:#dc3748;font-size:13px}.option-groups{display:grid;gap:2px}.option-group{display:grid;grid-template-columns:138px minmax(0,1fr);align-items:start;gap:12px;padding:9px 4px;border-top:1px solid #eef1f5}.group-label{display:flex;align-items:center;gap:9px;font-weight:600;color:#33405a;cursor:pointer;-webkit-user-select:none;user-select:none}.group-label svg{width:18px;color:var(--blue)}.group-label input{display:none}.option-items{display:flex;flex-wrap:wrap;align-items:center;gap:7px 20px}.check-option{min-width:94px;display:flex;align-items:center;gap:6px;padding:1px 0;color:#59657a;font-size:13px;white-space:nowrap;cursor:pointer}.check-option input{display:none}.check-box{position:relative;width:15px;height:15px;display:inline-grid;flex:0 0 15px;place-items:center;border:1px solid #cbd5e1;border-radius:2px;background:#fff;box-shadow:0 1px 2px #0f172a0a;transition:border-color .14s ease,background .14s ease,box-shadow .14s ease,transform .14s ease}.check-box:after{content:"";position:absolute;left:4px;top:1px;width:4px;height:8px;border-right:2px solid #fff;border-bottom:2px solid #fff;opacity:0;transform:rotate(42deg) scale(.75);transform-origin:center;transition:opacity .12s,transform .12s}.check-option:hover .check-box,.group-label:hover .check-box{border-color:#94a3b8;box-shadow:inset 0 0 0 1px #ffffffbf,0 2px 5px #0f172a14;transform:translateY(-1px)}.check-option input:checked+.check-box,.group-label input:checked+.check-box{border-color:#007aff;background:#007aff;box-shadow:0 1px 5px #007aff38}.check-option input:checked+.check-box:after{opacity:1;transform:rotate(42deg) scale(1)}.group-label input:checked+.check-box:after{opacity:1;transform:rotate(42deg) scale(1)}.group-label input:indeterminate+.check-box{border-color:#007aff;background:linear-gradient(180deg,#0a84ff,#007aff);box-shadow:0 2px 7px #007aff40}.group-label input:indeterminate+.check-box:after{content:"";position:absolute;top:6px;left:3px;width:7px;height:2px;border:0;border-radius:999px;background:#fff;opacity:1;transform:none}.group-check-box{margin-left:2px}.result-card{overflow:hidden}.result-title{padding:20px 20px 0}.result-actions{display:flex;gap:8px}.result-actions .selection-copy-button:not(:disabled){color:#fff;border-color:var(--blue);background:var(--blue);box-shadow:0 4px 12px #2563eb33}.progress-wrap{display:flex;align-items:center;gap:10px;padding:0 20px 16px;color:var(--blue);font-size:12px}.progress-bar{height:7px;flex:1;overflow:hidden;border-radius:999px;background:#edf1f6}.progress-bar span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#4b8dff,#2563eb);transition:width .35s}.table-scroll{overflow-x:auto;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}table{width:100%;min-width:1280px;border-collapse:collapse;font-size:12px}.empty-result-table{min-width:0}th{height:42px;padding:0 11px;text-align:center;color:#606c80;background:#f8f9fb;border-bottom:1px solid var(--border);font-weight:600;white-space:nowrap}td{max-width:190px;height:48px;padding:7px 11px;border-bottom:1px solid #eff2f5;color:#5d687a;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}tbody tr:hover{background:#fbfcff}.result-table thead th{background:#f8f9fb;box-shadow:0 1px 0 var(--border)}.result-table .sticky-column{position:sticky;z-index:2;background:#fff}.result-table thead .sticky-column{z-index:7;background:#f8f9fb}.result-table .select-column{left:0;width:44px;min-width:44px;max-width:44px;padding-right:7px;padding-left:12px;text-align:center}.result-table .index-column{left:44px;width:58px;min-width:58px;max-width:58px}.result-table .domain-column{left:102px;width:170px;min-width:170px;max-width:170px;box-shadow:7px 0 9px -9px #233049b3}.result-table tbody tr:hover>.sticky-column{background:#fbfcff}.result-table tbody tr.selected>td{background:#f2f7ff}.result-table tbody tr.selected>.sticky-column{background:#f2f7ff}.floating-result-header{position:fixed;top:0;height:42px;overflow:hidden;z-index:30;border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:#f8f9fb;box-shadow:0 8px 18px #0f172a14;opacity:0;pointer-events:none;transform:translateY(-4px);transition:opacity .12s ease,transform .12s ease}.floating-result-header.visible{opacity:1;pointer-events:auto;transform:translateY(0)}.floating-table-scroll{width:100%;height:42px;overflow:hidden}.floating-result-header-table{min-width:1280px;table-layout:auto}.floating-result-header th{height:40px}.floating-result-header .sticky-column{background:#f8f9fb}.column-header{position:relative;height:100%;min-height:22px;display:inline-flex;align-items:center;justify-content:center;gap:5px}.sort-header{width:100%;height:100%;display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:0;border:0;color:inherit;background:transparent;font:inherit;font-weight:600;text-align:center;white-space:nowrap;cursor:pointer}.column-header .sort-header{width:auto;transition:opacity .2s ease,transform .2s ease}.sort-header:hover{color:var(--blue)}.baidu-index-header-cell{min-width:124px}.quick-open-header-cell .column-header{width:100%;min-width:102px}.domain-column.quick-open-header-cell .column-header{width:124px;min-width:124px;margin:0 auto}.domain-column.quick-open-header-cell .quick-open-sort-button{transform:translate(11px)}.quick-open-title-button{height:100%;padding:0;border:0;color:inherit;background:transparent;font:inherit;font-weight:600;white-space:nowrap;cursor:pointer;opacity:1;transform:translate(0);transition:opacity .24s ease,transform .24s ease}.domain-column.quick-open-header-cell .quick-open-title-button{position:relative;width:39px;flex:0 0 39px;letter-spacing:0;text-indent:0}.domain-column.quick-open-header-cell .quick-open-title-button>span{position:absolute;top:50%;transform:translateY(-50%)}.domain-column.quick-open-header-cell .domain-title-first-character{left:5px}.domain-column.quick-open-header-cell .domain-title-last-character{left:31px}.quick-open-title-button:hover{color:var(--blue)}.quick-open-sort-button{position:relative;z-index:5;width:18px;height:24px;flex:0 0 18px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;color:inherit;background:transparent;cursor:pointer}.quick-open-sort-button:hover .sort-mark:before{border-bottom-color:var(--blue)}.quick-open-sort-button:hover .sort-mark:after{border-top-color:var(--blue)}.bulk-open-button{position:absolute;inset:50% auto auto 42%;z-index:3;width:64px;height:24px;display:inline-flex;align-items:center;justify-content:center;padding:0 7px;border:1px solid #2563eb;border-radius:999px;color:#fff;background:linear-gradient(135deg,#3b82f6,#7c3aed);opacity:0;pointer-events:none;box-shadow:0 4px 12px #2563eb2e;transform:translate(-50%,-50%) scale(.9);transition:opacity .24s ease,box-shadow .24s ease,transform .24s ease}.bulk-open-button span{white-space:nowrap;font-size:11px;font-weight:600}.bulk-open-button:hover{box-shadow:0 6px 16px #2563eb47}.bulk-open-help{position:absolute;top:0;left:calc(42% + 25px);z-index:7;width:15px;height:15px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #fff;border-radius:50%;color:#fff;background:#a0a8b5;box-shadow:0 2px 5px #64748b33;font-size:10px;font-weight:700;line-height:1;opacity:1;pointer-events:auto;transition:background-color .22s ease,box-shadow .22s ease}.domain-column.quick-open-header-cell .bulk-open-help{left:calc(42% + 20px)}.bulk-open-help:hover,.bulk-open-help:focus{background:#2563eb;outline:none;animation:bulk-help-glow .8s ease-in-out infinite alternate}@keyframes bulk-help-glow{0%{box-shadow:0 3px 8px #2563eb47,0 0 #2563eb2e}to{box-shadow:0 5px 12px #2563eb6b,0 0 0 4px #2563eb00}}.bulk-open-tooltip{position:absolute;top:0;right:auto;bottom:auto;left:calc(100% + 8px);width:218px;padding:7px 9px;overflow:visible;border:1px solid rgba(255,255,255,.08);border-radius:9px;color:#fff;background:#0f172af5;box-shadow:0 8px 22px #0f172a38;font-size:11px;font-weight:500;line-height:1.45;text-align:center;white-space:normal;visibility:hidden;opacity:0;pointer-events:none;transform:translateY(5px) scale(.97);transform-origin:left top;transition:opacity .18s ease,transform .22s cubic-bezier(.34,1.56,.64,1),visibility .18s}.bulk-open-help:hover .bulk-open-tooltip,.bulk-open-help:focus .bulk-open-tooltip{visibility:visible;opacity:1;transform:translateY(0) scale(1)}.quick-open-header-cell:hover .quick-open-title-button{opacity:0;pointer-events:none;transform:translate(-7px)}.quick-open-header-cell:hover .bulk-open-button,.bulk-open-button:focus-visible{opacity:1;pointer-events:auto;outline:none;transform:translate(-50%,-50%) scale(1)}.sort-mark{position:relative;width:9px;height:14px;display:inline-block;flex:0 0 9px;opacity:.82}.sort-mark:before,.sort-mark:after{content:"";position:absolute;left:1px;border-left:4px solid transparent;border-right:4px solid transparent}.sort-mark:before{top:1px;border-bottom:4px solid #c0c7d2}.sort-mark:after{bottom:1px;border-top:4px solid #c0c7d2}.sort-mark.active:before{border-bottom-color:var(--blue)}.sort-mark.active:after{border-top-color:#c0c7d2}.sort-mark.active.desc:before{border-bottom-color:#c0c7d2}.sort-mark.active.desc:after{border-top-color:var(--blue)}.table-checkbox{position:relative;width:15px;height:15px;margin:0;cursor:pointer;vertical-align:middle;appearance:none;-webkit-appearance:none;border:1px solid #cbd5e1;border-radius:2px;background:#fff;box-shadow:0 1px 2px #0f172a0a;transition:border-color .14s ease,background .14s ease,box-shadow .14s ease,transform .14s ease}.table-checkbox:hover{border-color:#94a3b8;box-shadow:inset 0 0 0 1px #ffffffbf,0 2px 5px #0f172a14;transform:translateY(-1px)}.table-checkbox:checked{border-color:#007aff;background:#007aff;box-shadow:0 1px 5px #007aff38}.table-checkbox:indeterminate{border-color:#007aff;background:linear-gradient(180deg,#0a84ff,#007aff);box-shadow:0 2px 7px #007aff40}.table-checkbox:checked:after{content:"";position:absolute;left:4px;top:1px;width:4px;height:8px;border-right:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(42deg);transform-origin:center}.table-checkbox:indeterminate:after{content:"";position:absolute;top:6px;left:3px;width:7px;height:2px;border-radius:999px;background:#fff}.table-checkbox:disabled{cursor:not-allowed;opacity:.45}.domain-cell{color:#26344c;font-weight:600}.domain-link{color:#2563eb;text-decoration:none;font-weight:600}.domain-link:visited{color:#7c3aed}.domain-link:hover,.domain-link:focus-visible{color:#124fc9;text-decoration:underline;outline:none}.domain-link:visited:hover,.domain-link:visited:focus-visible{color:#6d28d9}.result-value{color:#344258}.result-value.value-blue{color:#005eff}.result-value.value-red{color:red}.result-value.value-muted{color:#8b95a7}.result-link{display:inline-flex;min-width:22px;min-height:22px;align-items:center;justify-content:center;margin:-3px 0;border-radius:6px;color:#2563eb;font-weight:600;text-decoration:none;transform-origin:center;transition:color .18s ease,background-color .18s ease,box-shadow .18s ease,transform .18s ease}.result-link.value-red{color:red}.result-link:visited{color:#7c3aed}.result-link:hover,.result-link:focus-visible{position:relative;z-index:1;color:#124fc9;background:#eaf2ff;box-shadow:0 4px 12px #2563eb38;outline:none;text-decoration:none;transform:scale(1.38)}.result-link:visited:hover,.result-link:visited:focus-visible{color:#6d28d9;background:#f3e8ff;box-shadow:0 4px 12px #7c3aed38}.cell-loading{width:22px;height:22px;display:inline-grid;place-items:center;color:#111827;vertical-align:middle}.cell-loading svg{width:15px;height:15px;stroke-width:3}.index-status-badge{min-width:62px;height:22px;display:inline-flex;align-items:center;justify-content:center;gap:3px;padding:0 7px;border-radius:4px;color:#fff;font-weight:600;line-height:22px}.index-status-badge:before{content:"×";width:14px;height:14px;display:inline-grid;place-items:center;border:1px solid rgba(255,255,255,.8);border-radius:999px;font-size:11px;line-height:1}.index-status-badge.indexed{background:#4caf50}.index-status-badge.indexed:before{content:"✓"}.index-status-badge.not-indexed{background:#ff3838}.weight-badge{min-width:43px;height:22px;display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:0 6px;border-radius:4px;color:#fff;background:#2f80ed;font-weight:700;line-height:22px}.weight-badge span{min-width:15px;height:15px;display:inline-grid;place-items:center;border-radius:3px;color:inherit;background:#fff3;font-size:10px;line-height:1}.weight-badge.baidu{background:#3187ff}.weight-badge.sogou{background:#ff5b4f}.weight-badge.so360{background:#20ad58}.weight-badge.sm{background:#f08a00}.weight-badge.toutiao{background:#ef3340}.weight-badge.default{background:#1185b5}.status-pill{display:inline-flex;align-items:center;gap:5px;padding:4px 7px;border-radius:6px;color:#657084;background:#f0f2f5}.status-pill svg{width:13px}.status-pill.success{color:#168657;background:#eaf8f1}.status-pill.failed{color:#d33b4d;background:#fff0f2}.status-pill.running{color:#2563eb;background:#edf4ff}.status-pill.queued{color:#657084;background:#f0f2f5}.text-button{border:0;color:var(--blue);background:transparent}.empty-state{height:180px;text-align:center;color:#9ba5b5}.empty-state.compact{height:106px}.empty-state svg{display:block;width:30px;margin:0 auto 9px}.empty-state strong,.empty-state span{display:block}.empty-state span{margin-top:5px;font-weight:400}.result-stats{height:66px;display:flex;align-items:center;justify-content:flex-end;gap:38px;padding:0 22px}.bottom-copy-button{height:36px;display:inline-flex;align-items:center;gap:6px;margin-right:auto;padding:0 12px;border:1px solid var(--border);border-radius:8px;color:#566176;background:#f8f9fb}.bottom-copy-button svg{width:15px}.bottom-copy-button:not(:disabled){color:#fff;border-color:var(--blue);background:var(--blue);box-shadow:0 4px 12px #2563eb33}.result-stats div{display:flex;align-items:baseline;gap:8px}.result-stats span{color:#8a94a5;font-size:12px}.result-stats strong{font-size:19px}.result-stats .danger strong{color:#dc3748}.result-stats.empty-stats{height:56px;justify-content:flex-start;gap:24px}.result-stats.empty-stats div{align-items:center;gap:6px}.result-stats.empty-stats strong{min-width:23px;padding:3px 6px;border-radius:3px;color:#fff;background:#16b86a;font-size:13px;line-height:18px;text-align:center}.result-stats.empty-stats .pending strong{background:#f59e0b}.result-stats.empty-stats .danger strong{color:#fff;background:#ef3f32}.simple-list{border-top:1px solid #edf0f4}.simple-list>button,.schedule-row{width:100%;min-height:66px;display:flex;align-items:center;gap:13px;padding:10px 4px;text-align:left;border:0;border-bottom:1px solid #edf0f4;background:#fff}.simple-list>button:hover{background:#fafbfe}.simple-list svg,.schedule-row svg{width:20px;color:var(--blue)}.simple-list span,.schedule-row span{display:grid;gap:4px}.simple-list small,.schedule-row small{color:var(--muted)}.simple-list em,.schedule-row em{margin-left:auto;font-style:normal;color:#68748a}.simple-list em.success{color:#168657}.simple-list em.partial,.simple-list em.failed{color:#d33b4d}.simple-empty{padding:60px 0;text-align:center;color:#9aa4b3}.schedule-form{display:grid;grid-template-columns:1fr 180px 150px;gap:10px}.schedule-form input,.schedule-form select{height:40px;padding:0 11px;border:1px solid #dbe1ea;border-radius:8px;color:#455168;background:#fff;outline:0}.schedule-form button{height:40px;display:flex;align-items:center;justify-content:center;gap:7px;border-radius:8px}.schedule-form button svg{width:16px}.schedule-domain-picker{max-height:180px;display:flex;flex-wrap:wrap;gap:8px 18px;margin-top:14px;padding:14px;overflow-y:auto;border:1px solid #e5e9f0;border-radius:9px;background:#fafbfc}.schedule-domain-picker label{display:flex;align-items:center;gap:7px;color:#59657a;font-size:13px;cursor:pointer}.schedule-domain-picker input{display:none}.schedule-domain-picker input:checked+.check-box{border-color:var(--blue);background:var(--blue)}.schedule-domain-picker input:checked+.check-box:after{opacity:1;transform:scale(1)}.schedule-domain-picker p{margin:0;color:var(--muted);font-size:13px}.domain-grid,.provider-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;border-top:1px solid #edf0f4;padding-top:16px}.domain-grid article,.provider-grid article{display:flex;align-items:center;gap:12px;padding:15px;border:1px solid var(--border);border-radius:10px}.domain-grid article>svg,.provider-grid article>svg{width:20px;color:var(--blue)}.domain-grid article div,.provider-grid article div{display:grid;gap:4px;min-width:0}.domain-grid article strong,.provider-grid article strong{overflow:hidden;text-overflow:ellipsis}.domain-grid article span,.provider-grid article span{color:var(--muted);font-size:11px}.provider-grid em{margin-left:auto;padding:4px 7px;border-radius:6px;font-size:11px;font-style:normal;background:#f0f2f5}.provider-grid em.ready{color:#168657;background:#eaf8f1}.provider-grid em.limited{color:#b86a09;background:#fff5e5}.login-page{min-height:100vh;display:grid;place-items:center;background:radial-gradient(circle at 50% 0,#e7f0ff,#f7f9fc 48%)}.login-card{width:390px;padding:38px;text-align:center;border:1px solid rgba(221,227,238,.9);border-radius:18px;background:#ffffffeb;box-shadow:var(--shadow)}.login-card .brand-mark{margin:0 auto 18px}.login-card h1{margin:0;font-size:26px}.login-card>p{color:var(--muted);margin:7px 0 28px}.login-card form{display:grid;gap:15px;text-align:left}.login-card label{display:grid;gap:7px;color:#566176;font-size:13px}.login-card input{height:43px;padding:0 12px;border:1px solid #dbe1ea;border-radius:8px;outline:0}.login-card input:focus{border-color:#6a9cff;box-shadow:0 0 0 3px #edf4ff}.login-button{height:44px;display:flex;align-items:center;justify-content:center;gap:8px;border-radius:8px;margin-top:4px}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:1280px){.option-group{grid-template-columns:130px repeat(3,minmax(145px,1fr))}.domain-grid,.provider-grid{grid-template-columns:repeat(2,1fr)}}
