html:root,html:root[data-theme=dark]{--primary:#10b981;--primary-d:#059669;--primary-l:#6ee7b7;--primary-rgb:16,185,129;--accent:#f59e0b;--accent-l:#fcd34d;--accent-rgb:245,158,11;--bg:#0a0f0d;--bg2:#111815;--bg3:#1a2421;--bg4:#222f2b;--bg-rgb:10,15,13;--bg2-rgb:17,24,21;--text:#eef3f0;--text2:#9aa6a0;--text3:#6b7a72;--text-muted:#4b5953;--fg-rgb:255,255,255;--border:rgba(160,180,170,.13);--border-h:rgba(16,185,129,.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(16,185,129,.26);--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:#059669;--primary-d:#047857;--primary-l:#047857;--primary-rgb:5,150,105;--accent:#d97706;--accent-l:#b45309;--accent-rgb:217,119,6;--bg:#f3f8f5;--bg2:#ffffff;--bg3:#eef3f0;--bg4:#e4ece7;--bg-rgb:243,248,245;--bg2-rgb:255,255,255;--text:#0e1b15;--text2:#45554d;--text3:#6a7a72;--text-muted:#94a39b;--fg-rgb:18,30,24;--border:rgba(15,40,28,.1);--border-h:rgba(5,150,105,.42);--success:#059669;--success-l:#10b981;--warning:#d97706;--warning-l:#f59e0b;--danger:#dc2626;--danger-l:#ef4444;--info:#0284c7;--info-l:#0ea5e9;--card:rgba(15,40,28,.02);--surface-1:rgba(15,40,28,.035);--surface-2:rgba(15,40,28,.065);--shadow-sm:0 1px 3px rgba(15,40,28,.09),0 1px 2px rgba(15,40,28,.05);--shadow-md:0 12px 30px rgba(15,40,28,.1);--shadow-lg:0 26px 54px rgba(15,40,28,.14);--ring:0 0 0 3px rgba(5,150,105,.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] .cash-quick button:hover,html:root[data-theme=light] .cat-chip: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] .pt-btn:hover,html:root[data-theme=light] .qty button: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}}