:root{--bg:#f3f5f3;--surface:#fff;--ink:#17211e;--muted:#5f6d68;--line:#d8dfdb;--accent:#0f766e;--accent-soft:#e5f4f1;--danger:#b42318;--danger-soft:#fff0ed;--warn:#9a6700;--warn-soft:#fff8e6;--ok:#15803d;--ok-soft:#e9f7ee;--radius:8px}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{background:var(--bg);color:var(--ink);letter-spacing:0;margin:0;font:15px/1.6 PingFang SC,Microsoft YaHei,Segoe UI,system-ui,sans-serif}button,input,select{font:inherit}.hero{grid-template-columns:1fr auto auto;align-items:end;gap:24px;max-width:1180px;margin:0 auto;padding:34px 24px 26px;display:grid}.hero-copy{min-width:0}.eyebrow{color:var(--accent);text-transform:uppercase;margin:0 0 4px;font-size:13px;font-weight:700}h1,h2,p{margin-top:0}h1{margin-bottom:8px;font-size:34px;line-height:1.2}h2{margin-bottom:6px;font-size:18px;line-height:1.3}.hero-sub{color:var(--muted);max-width:640px;margin-bottom:0}.hero-metrics{gap:10px;display:flex}.metric{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);text-align:center;min-width:76px;padding:10px 14px}.metric strong{font-size:22px;line-height:1.1;display:block}.metric span{color:var(--muted);font-size:12px}.button{border-radius:var(--radius);border:1px solid var(--line);background:var(--surface);min-height:40px;color:var(--ink);cursor:pointer;white-space:nowrap;justify-content:center;align-items:center;gap:8px;padding:0 16px;display:inline-flex}.button:hover{border-color:var(--accent)}.button-primary{border-color:var(--accent);background:var(--accent);color:#fff}.button-primary:hover{background:#0b665f}.button:disabled{opacity:.55;cursor:wait}.button svg{width:17px;height:17px}.spin{animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.alert-strip{grid-template-columns:1fr 1fr;gap:14px;max-width:1180px;margin:0 auto 26px;padding:0 24px;display:grid}.alert-item{border-radius:var(--radius);border:1px solid;gap:12px;padding:14px 16px;display:flex}.alert-item svg{flex:none;width:22px;height:22px;margin-top:2px}.alert-item h2{margin-bottom:2px;font-size:15px}.alert-item p{margin-bottom:0;font-size:14px}.alert-danger{background:var(--danger-soft);color:#7f1d1d;border-color:#f2b8b5}.alert-danger svg{color:var(--danger)}.alert-warn{background:var(--warn-soft);color:#6b4a00;border-color:#eccf86}.alert-warn svg{color:var(--warn)}.alert-info{color:#1b4a52;background:#eef8fa;border-color:#b7d9dd}.alert-info svg{color:#0e7490}.layout{grid-template-columns:minmax(0,1.55fr) minmax(330px,1fr);align-items:start;gap:22px;max-width:1180px;margin:0 auto;padding:0 24px 40px;display:grid}.panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:20px}.section-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;padding-bottom:14px;display:flex}.section-head>div{min-width:0}.section-head.compact{margin-bottom:14px}.section-note{color:var(--muted);margin-bottom:0;font-size:13px}.section-controls{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.filter-field{color:var(--muted);white-space:nowrap;align-items:center;gap:7px;font-size:13px;display:inline-flex}.filter-select{border:1px solid var(--line);background:var(--surface);max-width:150px;min-height:34px;color:var(--ink);cursor:pointer;border-radius:6px;padding:4px 28px 4px 10px;font-size:13px}.filter-select:focus{outline:2px solid var(--accent-soft);border-color:var(--accent)}.checkline{color:var(--muted);cursor:pointer;white-space:nowrap;align-items:center;gap:7px;font-size:13px;display:inline-flex}.checkline input{width:16px;height:16px;accent-color:var(--accent)}.legend{flex-wrap:wrap;gap:8px;display:flex}.legend-item{color:var(--muted);align-items:center;gap:5px;font-size:12px;display:inline-flex}.dot{border-radius:50%;width:8px;height:8px}.dot.available{background:var(--ok)}.dot.checking,.dot.pending{background:var(--warn)}.dot.unavailable{background:var(--danger)}.account-list{gap:14px;display:grid}.account-card{border:1px solid var(--line);border-radius:var(--radius);gap:12px;padding:14px;display:grid}.account-card.is-available{background:#fbfefb;border-color:#bcdcc8}.account-card.is-unavailable{background:#fffbfb;border-color:#efc6c2}.account-top{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.status-badge{border-radius:999px;align-items:center;min-height:24px;padding:0 9px;font-size:12px;font-weight:700;display:inline-flex}.status-badge.available{background:var(--ok-soft);color:var(--ok)}.status-badge.checking,.status-badge.pending{background:var(--warn-soft);color:var(--warn)}.status-badge.unavailable,.status-badge.unknown{background:var(--danger-soft);color:var(--danger)}.country,.channel-tag,.updated{color:var(--muted);font-size:12px}.channel-tag{border:1px solid var(--line);border-radius:999px;padding:2px 7px}.updated{margin-left:auto}.cred{gap:8px;display:grid}.cred-row{grid-template-columns:72px minmax(0,1fr);align-items:baseline;gap:10px;display:grid}.cred-row label{color:var(--muted);font-size:13px}.cred-row code{overflow-wrap:anywhere;-webkit-user-select:all;user-select:all;min-width:0;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:14px}.account-actions{flex-wrap:wrap;gap:8px;display:flex}.account-actions .button{min-height:34px;padding:0 12px;font-size:13px}.account-message{color:var(--muted);margin:0;font-size:13px}.empty-state{color:var(--muted);text-align:center;padding:44px 16px}.empty-state svg{width:34px;height:34px}.empty-state p{margin:8px 0 0}.pagination{border-top:1px solid var(--line);flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;margin-top:18px;padding-top:16px;display:flex}.pagination-button{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);min-width:36px;min-height:36px;color:var(--ink);cursor:pointer;white-space:nowrap;justify-content:center;align-items:center;gap:5px;padding:0 10px;font-size:13px;display:inline-flex}.pagination-button:hover:not(:disabled):not(.is-current){border-color:var(--accent);color:var(--accent)}.pagination-button.is-current{border-color:var(--accent);background:var(--accent-soft);color:var(--accent);cursor:default;font-weight:700}.pagination-button:disabled{opacity:.5;cursor:not-allowed}.pagination-button svg{width:15px;height:15px}.pagination-summary{color:var(--muted);white-space:nowrap;padding:0 6px;font-size:13px}.pagination-gap{color:var(--muted);padding:0 2px}.side{gap:18px;display:grid}.channel-list{flex-wrap:wrap;gap:6px;display:flex}.channel-pill{border:1px solid var(--line);background:var(--surface);min-height:28px;color:var(--muted);cursor:pointer;white-space:nowrap;border-radius:999px;align-items:center;gap:5px;padding:3px 10px;font-size:12px;font-weight:700;display:inline-flex}.channel-pill:hover{border-color:var(--accent);color:var(--accent)}.channel-pill.is-active{border-color:var(--accent);background:var(--accent-soft);color:var(--accent)}.channel-pill .dot{flex:none;width:6px;height:6px}.guide-panel{overflow:hidden}.guide-steps{counter-reset:step;gap:10px;margin:0 0 18px;padding:0;list-style:none;display:grid}.guide-steps li{counter-increment:step;grid-template-columns:28px minmax(0,1fr);align-items:start;gap:10px;min-width:0;display:grid}.guide-steps li:before{content:counter(step);background:var(--accent-soft);width:26px;height:26px;color:var(--accent);border-radius:50%;justify-content:center;align-items:center;font-size:13px;font-weight:700;display:inline-flex}.guide-steps strong{font-size:14px;display:block}.guide-steps span{color:var(--muted);overflow-wrap:anywhere;font-size:13px}.guide-steps strong,.guide-steps span{grid-column:2;min-width:0}.guide-figures{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:16px;display:grid}figure{margin:0 0 16px}figure img{border:1px solid var(--line);border-radius:var(--radius);width:100%;height:auto;display:block}figcaption{color:var(--muted);margin-top:6px;font-size:12px}.guide-source{color:var(--muted);margin:0;font-size:12px}.guide-source a{color:var(--accent);text-decoration:none}.guide-source a:hover{text-decoration:underline}.footer{max-width:1180px;color:var(--muted);flex-wrap:wrap;align-items:center;gap:16px;margin:0 auto;padding:18px 24px 28px;font-size:13px;display:flex}.footer a{color:var(--accent);text-decoration:none}.footer a:hover{text-decoration:underline}@media (width<=960px){.hero{grid-template-columns:1fr auto}.hero-copy{grid-column:1/-1}.alert-strip,.layout{grid-template-columns:1fr}}@media (width<=620px){.hero{grid-template-columns:1fr;align-items:stretch;padding:26px 16px 20px}.hero-metrics{grid-template-columns:repeat(3,1fr);display:grid}.metric{min-width:0;padding:9px 6px}.alert-strip,.layout{padding-left:16px;padding-right:16px}.section-head{display:grid}.section-controls{gap:10px}.filter-select{max-width:118px}.cred-row{grid-template-columns:1fr;gap:2px}.guide-figures{grid-template-columns:1fr}.updated{width:100%;margin-left:0}}
