#psti-theme-toggle{position:fixed;right:20px;bottom:20px;width:56px;height:56px;border-radius:50%;background:#111827;color:#fff;display:flex;align-items:center;justify-content:center;font-size:26px;cursor:pointer;z-index:2147483647;box-shadow:0 10px 30px rgba(0,0,0,.35);transition:transform .15s ease,box-shadow .15s ease}#psti-theme-toggle:hover{transform:scale(1.06);box-shadow:0 14px 36px rgba(0,0,0,.45)}#psti-theme-panel{position:fixed;right:20px;bottom:88px;width:280px;background:rgba(15,23,42,.96);backdrop-filter:blur(18px);color:#fff;border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:14px 14px 12px;display:none;z-index:2147483647;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;box-shadow:0 20px 60px rgba(0,0,0,.35)}#psti-theme-panel[data-open="1"]{display:block}#psti-theme-panel .psti-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}#psti-theme-panel .psti-title{font-size:15px;font-weight:700;letter-spacing:.2px}#psti-theme-panel .psti-sub{font-size:11px;color:rgba(255,255,255,.6);margin-top:2px}#psti-theme-panel .psti-close{border:0;background:transparent;color:rgba(255,255,255,.75);font-size:18px;line-height:1;cursor:pointer;padding:0}#psti-theme-panel .psti-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.08)}#psti-theme-panel .psti-row:last-of-type{border-bottom:0}#psti-theme-panel .psti-label{display:flex;flex-direction:column;gap:2px;font-size:13px;font-weight:600}#psti-theme-panel .psti-label span{font-size:11px;font-weight:400;color:rgba(255,255,255,.55)}#psti-theme-panel input[type=color]{width:42px;height:30px;border:0;background:none;padding:0;cursor:pointer}#psti-theme-panel .psti-actions{display:flex;gap:8px;margin-top:12px}#psti-theme-panel button.psti-reset{flex:1;border:0;border-radius:10px;background:#FFD600;color:#0a0a12;font-weight:700;padding:10px 12px;cursor:pointer}#psti-theme-panel .psti-note{margin-top:10px;font-size:11px;line-height:1.45;color:rgba(255,255,255,.55)}