@import url("https://fonts.googleapis.com/css2?family=Hedvig+Letters+Serif:wght@400&family=Jersey+20&family=Inter:wght@400;500;700&display=swap");@import url("https://cdn.hugeicons.com/font/hgi-stroke-rounded.css");@import url("/styles/style.css");:root{--theme-bg:#F4F7FE;--theme-card-bg:#FFFFFF;--theme-text-primary:#1B254B;--theme-text-secondary:#A3AED0;--theme-border:#E0E5F2;--theme-panel-bg:rgba(255,255,255,0.7);--theme-glass-border:rgba(255,255,255,0.1);--theme-accent:#FDA837;--theme-accent-hover:#FF9E47;--theme-shadow:0px 18px 40px rgba(112,144,176,0.12);--theme-blue:#0099ff;--theme-blue-hover:#0077cc;--sidebar-bg:rgba(255,255,255,0.8);--sidebar-icon-hover:#F4F7FE;--sidebar-active:#FDA837;--sidebar-border:#E0E5F2}.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(253,168,55,.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}.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(253,168,55,.2)}.admin-table-row:hover{background-color:var(--sidebar-icon-hover)!important}