html:root,html:root[data-theme=dark]{--primary:#3b82f6;--primary-d:#2563eb;--primary-l:#93c5fd;--primary-rgb:59,130,246;--accent:#f59e0b;--accent-l:#fcd34d;--accent-rgb:245,158,11;--bg:#08101f;--bg2:#0f1a2e;--bg3:#172439;--bg4:#1e3050;--bg-rgb:8,16,31;--bg2-rgb:15,26,46;--text:#eef3fa;--text2:#9aa6bc;--text3:#6b7a93;--text-muted:#4b5670;--fg-rgb:255,255,255;--border:rgba(148,163,184,.13);--border-h:rgba(59,130,246,.5);--success:#34d399;--success-l:#6ee7b7;--warning:#fbbf24;--warning-l:#fcd34d;--danger:#f87171;--danger-l:#fca5a5;--info:#38bdf8;--info-l:#7dd3fc;--card:rgba(255,255,255,.025);--surface-1:rgba(255,255,255,.04);--surface-2:rgba(255,255,255,.07);--shadow-sm:0 2px 8px rgba(0,0,0,.34);--shadow-md:0 14px 34px rgba(0,0,0,.44);--shadow-lg:0 32px 64px rgba(0,0,0,.55);--ring:0 0 0 3px rgba(59,130,246,.28);--radius:11px;--radius-lg:16px;--font-h:'Space Grotesk','Inter',sans-serif;--font-b:'Inter',sans-serif;color-scheme:dark}html:root[data-theme=light]{--primary:#2563eb;--primary-d:#1d4ed8;--primary-l:#1d4ed8;--primary-rgb:37,99,235;--accent:#d97706;--accent-l:#b45309;--accent-rgb:217,119,6;--bg:#f4f7fb;--bg2:#ffffff;--bg3:#eef3f9;--bg4:#e4ecf5;--bg-rgb:244,247,251;--bg2-rgb:255,255,255;--text:#0c1424;--text2:#445165;--text3:#6a7588;--text-muted:#94a0b3;--fg-rgb:12,20,36;--border:rgba(20,40,80,.1);--border-h:rgba(37,99,235,.4);--success:#059669;--success-l:#10b981;--warning:#d97706;--warning-l:#f59e0b;--danger:#dc2626;--danger-l:#ef4444;--info:#0284c7;--info-l:#0ea5e9;--card:rgba(20,40,80,.02);--surface-1:rgba(20,40,80,.035);--surface-2:rgba(20,40,80,.07);--shadow-sm:0 1px 3px rgba(20,40,80,.09),0 1px 2px rgba(20,40,80,.05);--shadow-md:0 12px 30px rgba(20,40,80,.1);--shadow-lg:0 26px 54px rgba(20,40,80,.14);--ring:0 0 0 3px rgba(37,99,235,.22);color-scheme:light}html.kp-theme-anim,html.kp-theme-anim *,html.kp-theme-anim ::after,html.kp-theme-anim ::before{transition:background-color .32s ease,color .26s ease,border-color .32s ease,fill .32s ease,box-shadow .32s ease!important}html:root ::-webkit-scrollbar{width:11px;height:11px}html:root ::-webkit-scrollbar-track{background:0 0}html:root ::-webkit-scrollbar-thumb{background:var(--surface-2);border-radius:8px;border:2px solid transparent;background-clip:content-box}html:root ::-webkit-scrollbar-thumb:hover{background:rgba(var(--primary-rgb),.5);background-clip:content-box}html:root{scrollbar-color:var(--surface-2) transparent}::selection{background:rgba(var(--primary-rgb),.32);color:var(--text)}html:root[data-theme=light] input,html:root[data-theme=light] select,html:root[data-theme=light] textarea{color:var(--text)}html:root[data-theme=light] input::placeholder,html:root[data-theme=light] textarea::placeholder{color:var(--text-muted)}html:root[data-theme=light] .btn-ghost:hover,html:root[data-theme=light] .icon-btn:hover,html:root[data-theme=light] .logo-btn,html:root[data-theme=light] .modal-close:hover,html:root[data-theme=light] .sb-link:hover{color:var(--text)}.kp-theme-toggle{position:fixed;right:20px;bottom:20px;z-index:99990;width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer;color:var(--text);background:var(--bg2);border:1px solid var(--border);box-shadow:var(--shadow-md);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform .22s cubic-bezier(.34,1.56,.64,1),color .2s ease,border-color .2s ease,background .2s ease}.kp-theme-toggle:hover{transform:translateY(-3px) rotate(-12deg);color:var(--primary);border-color:var(--border-h)}.kp-theme-toggle:active{transform:translateY(-1px) scale(.94)}.kp-theme-toggle:focus-visible{outline:0;box-shadow:var(--shadow-md),var(--ring)}.kp-theme-toggle svg{width:21px;height:21px;display:block}.kp-theme-toggle .kp-ic{animation:kpIcoIn .35s ease}@keyframes kpIcoIn{from{opacity:0;transform:rotate(-90deg) scale(.4)}to{opacity:1;transform:rotate(0) scale(1)}}@media(max-width:560px){.kp-theme-toggle{width:44px;height:44px;right:14px;bottom:14px}.kp-theme-toggle svg{width:19px;height:19px}}@media print{.kp-theme-toggle{display:none}}