@import url("https://cdn.hugeicons.com/font/hgi-stroke-rounded.css");@import url("/styles/style.css");:root{--theme-bg:#F8F9FC;--theme-card-bg:#FFFFFF;--theme-text-primary:#101828;--theme-text-secondary:#475467;--theme-border:#EAECF0;--theme-panel-bg:rgba(255,255,255,0.7);--theme-glass-border:rgba(255,255,255,0.5);--theme-accent:#6366f1;--theme-accent-hover:#4f46e5;--theme-shadow:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06);--sidebar-bg:rgba(255,255,255,0.8);--sidebar-icon-hover:#f3f4f6;--sidebar-active:#6366f1;--sidebar-border:#eaecf0}[data-theme=dark]{--theme-bg:#0D1117;--theme-card-bg:#161B22;--theme-text-primary:#f0f6fc;--theme-text-secondary:#8b949e;--theme-border:#30363d;--theme-panel-bg:rgba(22,27,34,0.7);--theme-glass-border:rgba(240,246,252,0.1);--theme-accent:#58a6ff;--theme-accent-hover:#1f6feb;--theme-shadow:0 4px 6px -1px rgba(0,0,0,0.3),0 2px 4px -1px rgba(0,0,0,0.2);--sidebar-bg:rgba(22,27,34,0.8);--sidebar-icon-hover:#30363d;--sidebar-active:#58a6ff;--sidebar-border:#30363d}.quick-access{position:fixed;right:0;top:80px;height:calc(100vh - 80px);width:60px;display:flex;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:1000;background:var(--sidebar-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-left:1px solid var(--sidebar-border)}.quick-access.expanded{width:460px}.quick-access .sidepanel{width:60px;border-left:1px solid var(--sidebar-border);display:flex;flex-direction:column;align-items:center;padding:20px 0;order:2}.quick-access .display{flex:1 1;width:0;overflow:hidden;opacity:0;transition:all .3s ease;background:var(--theme-card-bg);display:flex;flex-direction:column;order:1}.quick-access.expanded .display{width:400px;opacity:1}.quick-access .icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:12px;margin-bottom:12px;cursor:pointer;color:var(--theme-text-secondary);transition:all .2s;position:relative}.quick-access .icon:hover{background:var(--sidebar-icon-hover);color:var(--theme-text-primary)}.quick-access .icon.active{background:var(--sidebar-active);color:white;box-shadow:0 4px 12px rgba(99,102,241,.3)}.quick-access .scanner.icon .orb{width:10px;height:10px;border-radius:50%;background:#10b981;box-shadow:0 0 10px #10b981}.quick-access .hr{width:30px;height:1px;background:var(--sidebar-border);margin:8px 0 20px}.quick-access .display .header{padding:24px;border-bottom:1px solid var(--sidebar-border);display:flex;justify-content:space-between;align-items:center}.quick-access .display .header .header_name{margin:0;font-size:1.1rem;font-weight:600;color:var(--theme-text-primary)}.quick-access .display .header p{margin:4px 0 0;font-size:.85rem;color:var(--theme-text-secondary)}.quick-access .display .close{cursor:pointer;font-size:1.5rem;opacity:.6;color:var(--theme-text-primary)}.quick-access .display .close:hover{opacity:1}*{box-sizing:border-box;padding:0;margin:0}body{background-color:var(--theme-bg);color:var(--theme-text-primary);transition:background-color .3s cubic-bezier(.4,0,.2,1),color .3s cubic-bezier(.4,0,.2,1);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--theme-bg)}::-webkit-scrollbar-thumb{background:var(--theme-border);border-radius:4px}[data-theme=dark] input,[data-theme=dark] select{color-scheme:dark}.theme-select{background:var(--theme-card-bg);border:1px solid var(--theme-border);border-radius:12px;padding:8px 12px;color:var(--theme-text-primary);font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;outline:none;min-width:140px}.theme-select:focus,.theme-select:hover{border-color:var(--theme-accent)}.theme-select:focus{box-shadow:0 0 0 2px rgba(99,102,241,.2)}