/* 系统独立页面的高对比配色：默认跟随系统，支持 .system-light 强制浅色。 */
:root{color-scheme:dark;--sys-page:#0f172a;--sys-card:#172033;--sys-card-soft:#202c41;--sys-line:#40506a;--sys-text:#f8fafc;--sys-muted:#cbd5e1;--sys-faint:#94a3b8;--sys-input:#0b1220;--sys-brand:#60a5fa;--sys-brand-hover:#93c5fd}
@media(prefers-color-scheme:light){:root:not(.system-dark){color-scheme:light;--sys-page:#f4f7fb;--sys-card:#fff;--sys-card-soft:#f8fafc;--sys-line:#cbd5e1;--sys-text:#172033;--sys-muted:#475569;--sys-faint:#64748b;--sys-input:#fff;--sys-brand:#2563eb;--sys-brand-hover:#1d4ed8}}
.system-light{color-scheme:light;--sys-page:#f4f7fb;--sys-card:#fff;--sys-card-soft:#f8fafc;--sys-line:#cbd5e1;--sys-text:#172033;--sys-muted:#475569;--sys-faint:#64748b;--sys-input:#fff;--sys-brand:#2563eb;--sys-brand-hover:#1d4ed8}.system-dark{color-scheme:dark}
body{background:var(--sys-page)!important;color:var(--sys-text)!important}.glass-card,.install-box{background:var(--sys-card)!important;border:1px solid var(--sys-line)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;color:var(--sys-text)!important}.glass-card h1,.install-box h1,.glass-card .text-white,.install-box .text-white{color:var(--sys-text)!important}.glass-card .text-gray-300,.glass-card .text-gray-400,.glass-card .text-gray-500,.install-box .text-gray-300,.install-box .text-gray-400,.install-box .text-gray-500{color:var(--sys-muted)!important}
.input-field,input:not([type="checkbox"]):not([type="radio"]),textarea,select{background:var(--sys-input)!important;color:var(--sys-text)!important;border-color:var(--sys-line)!important}.input-field::placeholder,input::placeholder,textarea::placeholder{color:var(--sys-faint)!important;opacity:1!important}.input-field:focus,input:focus,textarea:focus,select:focus{border-color:var(--sys-brand)!important;box-shadow:0 0 0 3px color-mix(in srgb,var(--sys-brand) 22%,transparent)!important}.btn-primary{background:var(--sys-brand)!important;border-color:var(--sys-brand)!important;color:#fff!important}.btn-primary:hover{background:var(--sys-brand-hover)!important}.tab-bar{background:var(--sys-card-soft)!important}.tab-btn{color:var(--sys-muted)!important}.tab-btn.active{background:var(--sys-brand)!important;color:#fff!important}.tab-btn:hover{color:var(--sys-text)!important}label,code{color:var(--sys-muted)!important}code{background:var(--sys-card-soft)!important}.text-red-300{color:#fca5a5!important}.text-emerald-300{color:#6ee7b7!important}

@media(max-width:480px){body{padding:14px!important}.glass-card,.install-box{padding:20px!important;width:100%!important}.number-captcha{width:100%}.number-captcha input{min-width:0!important}.tab-btn{padding:9px 10px!important;font-size:13px!important}}
