:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--accent:#aa3bff;--accent-bg:#aa3bff1a;--icon-folder:#9b6dff;--icon-file:#b48eff;--icon-image:#8b5cf6;--icon-audio:#a855f7;--icon-video:#7c3aed;--icon-roblox:#b48eff;--icon-key:#9b6dff;--sans:system-ui, -apple-system, sans-serif}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--accent:#c084fc;--accent-bg:#c084fc26;--icon-folder:#7e7e92;--icon-file:#9595ac}}body{font-family:var(--sans);background:var(--bg);color:var(--text);margin:0}#root{min-height:100vh}*,:before,:after{box-sizing:border-box}::selection{color:var(--text-h);background:#aa3bff40}@media (prefers-color-scheme:dark){::selection{background:#c084fc4d}}input[type=checkbox]{appearance:none;border:1.5px solid var(--border);background:var(--bg);cursor:pointer;border-radius:4px;flex-shrink:0;width:18px;height:18px;transition:background .15s,border-color .15s;position:relative}input[type=checkbox]:hover{border-color:var(--accent)}input[type=checkbox]:checked{background:var(--accent);border-color:var(--accent)}input[type=checkbox]:checked:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:5px;height:10px;position:absolute;top:2px;left:5px;transform:rotate(45deg)}input[type=checkbox]:disabled{opacity:.35;cursor:not-allowed}button{transition:background .15s,color .15s,border-color .15s}button.btn-ghost:hover{background:var(--accent)!important;color:#fff!important}.btn-outline:hover{background:var(--accent)!important;color:#fff!important;border-color:var(--accent)!important}button.btn-icon:hover{color:var(--accent)!important}@keyframes spin{to{transform:rotate(360deg)}}.spinner{border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;flex-shrink:0;width:16px;height:16px;animation:.6s linear infinite spin}
