:root{--bg-dark:#0f111a;--panel-bg:#14182499;--panel-border:#ffffff14;--accent-color:#00f0ff;--accent-glow:#00f0ff66;--primary:#00f0ff;--text-main:#fff;--text-muted:#8b92a5;--success:#00e676;--warning:#f59e0b;--danger:#ff1744}body{background-color:var(--bg-dark);background-image:radial-gradient(circle at 50% -20%, #1a1e36, var(--bg-dark));color:var(--text-main);background-attachment:fixed;min-height:100vh;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}*{box-sizing:border-box}h1,h2,h3,p{margin:0}.glass-panel{background:var(--panel-bg);-webkit-backdrop-filter:blur(16px);border:1px solid var(--panel-border);border-radius:16px;box-shadow:0 8px 32px #0000005e}input,select,button{font-family:inherit}.app-container{width:100%;max-width:1200px;margin:0 auto;padding:2rem}.header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.global-stats{background:#0000004d;border:1px solid #ffffff0d;border-radius:8px;gap:2rem;padding:1rem 2rem;display:flex}.header h1{background:linear-gradient(90deg, #fff, var(--accent-color));-webkit-text-fill-color:transparent;text-shadow:0 0 20px var(--accent-glow);-webkit-background-clip:text;font-size:2.5rem;font-weight:800}.icon-ghost{color:var(--accent-color);filter:drop-shadow(0 0 10px var(--accent-glow))}.dashboard{flex-direction:column;gap:2rem;display:flex}.dropzone{cursor:pointer;text-align:center;border:2px dashed #fff3;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;padding:3rem 2rem;transition:all .3s;display:flex}.dropzone:hover,.dropzone.active{border-color:var(--accent-color);background:#00f0ff0d}.dropzone .icon{color:var(--text-muted);margin-bottom:1rem;transition:color .3s}.dropzone:hover .icon{color:var(--accent-color)}.dropzone h3{margin-bottom:.5rem;font-size:1.2rem}.dropzone p{color:var(--text-muted);font-size:.9rem}.staging-area{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=768px){.staging-area{grid-template-columns:1fr 1fr}}.config-panel{flex-direction:column;gap:1.5rem;padding:1.5rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-row{gap:1rem;display:flex}.form-row>.form-group{flex:1}.form-group label{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;font-size:.85rem}.form-control{border:1px solid var(--panel-border);color:#fff;background:#0000004d;border-radius:8px;width:100%;padding:.8rem 1rem;font-size:1rem;transition:border-color .3s}.form-control:focus{border-color:var(--accent-color);outline:none}.torrent-info{border-left:4px solid var(--accent-color);background:#0003;border-radius:8px;padding:1rem}.torrent-name{word-break:break-all;margin-bottom:.25rem;font-weight:600}.torrent-meta{color:var(--text-muted);font-size:.85rem}.speed-slider{align-items:center;gap:1rem;display:flex}.speed-slider input[type=range]{appearance:none;cursor:pointer;background:#ffffff1f;border-radius:999px;outline:none;flex:1;height:6px}.speed-slider input[type=range]::-webkit-slider-thumb{appearance:none;background:var(--accent-color);border:3px solid var(--bg-dark);width:18px;height:18px;box-shadow:0 0 10px var(--accent-glow);cursor:pointer;border-radius:50%;transition:transform .15s}.speed-slider input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.2)}.speed-slider input[type=range]::-moz-range-thumb{background:var(--accent-color);border:3px solid var(--bg-dark);width:18px;height:18px;box-shadow:0 0 10px var(--accent-glow);cursor:pointer;border-radius:50%}.speed-display{text-align:right;min-width:90px;color:var(--accent-color);font-size:1.05rem;font-weight:700}.speed-range-labels{color:var(--text-muted);justify-content:space-between;margin-top:.45rem;font-size:.7rem;display:flex}.actions{gap:1rem;margin-top:1rem;display:flex}.btn{cursor:pointer;text-transform:uppercase;letter-spacing:1px;border:none;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:1rem;font-size:1.1rem;font-weight:700;transition:all .3s;display:flex}.btn-start{color:#fff;background:linear-gradient(135deg,#00b4db,#0083b0);box-shadow:0 4px 15px #00b4db4d}.btn-start:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00b4db80}.btn-stop{color:#fff;background:linear-gradient(135deg,#ff416c,#ff4b2b);box-shadow:0 4px 15px #ff416c4d}.btn-stop:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff416c80}.btn-panic{color:#fff;background:linear-gradient(135deg,#e53935,#c62828);font-size:1.2rem;animation:2s infinite pulse-danger;box-shadow:0 4px 15px #e5393566}.btn-panic:hover{transform:scale(1.05);box-shadow:0 6px 20px #e5393599}@keyframes pulse-danger{0%{box-shadow:0 0 #e53935b3}70%{box-shadow:0 0 0 15px #e5393500}to{box-shadow:0 0 #e5393500}}.btn-secondary{color:#fff;background:#ffffff1a}.btn-secondary:hover{background:#ffffff26}.section-title{align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.5rem;font-weight:600;display:flex}.sessions-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem;display:grid}.session-card{flex-direction:column;gap:1rem;padding:1.5rem;display:flex;position:relative;overflow:hidden}.session-card:before{content:"";background:var(--accent-color);width:100%;height:4px;position:absolute;top:0;left:0}.session-card.stopped:before{background:var(--text-muted)}.card-header{justify-content:space-between;align-items:flex-start;display:flex}.card-title{word-break:break-all;margin-bottom:.25rem;font-size:1.1rem;font-weight:700}.card-tracker{color:var(--text-muted);font-size:.8rem}.stats-grid{background:#0003;border-radius:8px;grid-template-columns:repeat(2,1fr);gap:.75rem;padding:1rem;display:grid}.stat-item{flex-direction:column;display:flex}.stat-item label{text-transform:uppercase;color:var(--text-muted);font-size:.75rem}.stat-item span{font-size:1.1rem;font-weight:700}.stat-item span.accent{color:var(--accent-color)}.leechers-warning{color:var(--danger);align-items:center;gap:.25rem;margin-top:.5rem;font-size:.85rem;display:flex}.auth-page{justify-content:center;align-items:center;width:100vw;min-height:100vh;padding:1.5rem;display:flex;position:relative;overflow:hidden}.auth-bg-animation{z-index:0;background:radial-gradient(circle,#0f111a 0%,#050608 100%);width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.shape{filter:blur(80px);opacity:.5;border-radius:50%;animation:20s cubic-bezier(.4,0,.2,1) infinite alternate float;position:absolute}.shape-1{background:var(--accent-color);width:500px;height:500px;animation-delay:0s;top:-15%;left:-10%}.shape-2{background:#ff007a;width:400px;height:400px;animation-delay:-5s;bottom:0%;right:-10%}.shape-3{background:#7928ca;width:350px;height:350px;animation-delay:-10s;bottom:30%;left:20%}@keyframes float{0%{transform:translate(0)rotate(0)scale(1)}50%{transform:translate(100px,50px)rotate(180deg)scale(1.1)}to{transform:translate(-50px,100px)rotate(360deg)scale(.9)}}.auth-card{z-index:10;-webkit-backdrop-filter:blur(28px);background:#0f111a73;border-radius:24px;width:100%;max-width:420px;padding:3rem 2.5rem;animation:.6s cubic-bezier(.16,1,.3,1) auth-fade-in;position:relative;box-shadow:0 25px 50px -12px #0009,inset 0 0 0 1px #ffffff14}@keyframes auth-fade-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.auth-header{text-align:center;flex-direction:column;align-items:center;margin-bottom:1.75rem;display:flex}.auth-logo{width:72px;height:72px;box-shadow:0 0 30px var(--accent-glow);background:#00f0ff14;border:1px solid #00f0ff40;border-radius:50%;justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.auth-header h1{letter-spacing:-.04em;background:linear-gradient(135deg,#fff 0%,#a5b4fc 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:2.2rem;font-weight:800}.auth-accent{background:linear-gradient(135deg,#00f0ff 0%,#0080ff 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.auth-subtitle{color:var(--text-muted);margin-top:.35rem;font-size:.9rem}.auth-tabs{border:1px solid var(--panel-border);background:#00000059;border-radius:10px;gap:.25rem;margin-bottom:1.25rem;padding:.25rem;display:flex}.auth-tab{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:.4rem;padding:.55rem .5rem;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.auth-tab:hover{color:var(--text-main)}.auth-tab.active{color:var(--accent-color);background:#00f0ff1f;box-shadow:inset 0 0 0 1px #00f0ff4d}.auth-error{color:var(--danger);background:#ff17441a;border:1px solid #ff174466;border-radius:8px;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.65rem .85rem;font-size:.85rem;display:flex}.auth-form{flex-direction:column;gap:1rem;display:flex}.auth-field label{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:.4rem;font-size:.78rem;font-weight:600;display:block}.auth-input-wrap{align-items:center;display:flex;position:relative}.auth-input-icon{color:var(--text-muted);pointer-events:none;position:absolute;left:.85rem}.auth-input-wrap input{width:100%;color:var(--text-main);background:#ffffff08;border:1px solid #ffffff14;border-radius:14px;outline:none;padding:.85rem 2.6rem .85rem 2.5rem;font-size:.95rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.auth-input-wrap input::placeholder{color:#8b92a566}.auth-input-wrap input:focus{background:#ffffff0f;border-color:#00f0ff80;transform:translateY(-2px);box-shadow:0 0 0 4px #00f0ff26}.auth-eye{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:.3rem;transition:color .2s;display:flex;position:absolute;right:.6rem}.auth-eye:hover{color:var(--text-main)}.auth-submit{color:#fff;text-shadow:0 1px 2px #0000004d;cursor:pointer;background:linear-gradient(135deg,#00f0ff 0%,#0080ff 100%);border:none;border-radius:14px;justify-content:center;align-items:center;gap:.5rem;margin-top:.75rem;padding:.9rem;font-size:1.05rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 8px 20px #0080ff4d}.auth-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 12px 30px #0080ff80,0 0 15px #00f0ff66}.auth-submit:active:not(:disabled){transform:translateY(1px)}.auth-submit:disabled{opacity:.5;filter:grayscale(.5);cursor:not-allowed}.auth-spinner{animation:.8s linear infinite auth-spin}@keyframes auth-spin{to{transform:rotate(360deg)}}.auth-switch{text-align:center;color:var(--text-muted);margin-top:1.5rem;font-size:.85rem}.auth-switch button{color:var(--accent-color);font-size:inherit;cursor:pointer;background:0 0;border:none;padding:0;font-weight:600}.auth-switch button:hover{text-decoration:underline}.app-shell{flex-direction:column;min-height:100vh;display:flex}.app-main{flex-direction:column;flex:1;display:flex}.app-nav{z-index:100;-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--panel-border);background:#0f111ab3;position:sticky;top:0}.nav-inner{justify-content:space-between;align-items:center;gap:1rem;width:100%;max-width:1200px;margin:0 auto;padding:.75rem 2rem;display:flex}.nav-links{gap:.5rem;display:flex}.nav-link{color:var(--text-muted);border-radius:10px;align-items:center;gap:.5rem;padding:.55rem .95rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.nav-link:hover{color:var(--text-main);background:#ffffff0d}.nav-link.active{color:var(--accent-color);background:#00f0ff1a;box-shadow:inset 0 0 0 1px #00f0ff40}.nav-logout{border:1px solid var(--panel-border);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:10px;align-items:center;gap:.5rem;padding:.55rem .95rem;font-size:.9rem;font-weight:600;transition:all .2s;display:flex}.nav-logout:hover{color:var(--danger);background:#ff174414;border-color:#ff174466}.admin-page{flex:1;width:100%}.admin-container{flex-direction:column;gap:2rem;width:100%;max-width:1200px;margin:0 auto;padding:2.5rem 2rem;display:flex}.admin-header{align-items:center;gap:1rem;display:flex}.admin-header h1{letter-spacing:-.02em;background:linear-gradient(90deg, #fff, var(--accent-color));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:800}.admin-subtitle{color:var(--text-muted);margin-top:.25rem;font-size:.95rem}.admin-loading{min-height:60vh;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:1rem;font-size:1.05rem;display:flex}.admin-loading-icon{animation:1.6s ease-in-out infinite pulse}.stat-cards{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;display:grid}.stat-card{flex-direction:column;gap:.4rem;padding:1.5rem;transition:transform .25s,box-shadow .25s;display:flex}.stat-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000073,0 0 0 1px #00f0ff33}.stat-card-head{color:var(--text-muted);align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.stat-card-head svg{color:var(--accent-color)}.stat-card-head span{text-transform:uppercase;letter-spacing:.08em;font-size:.78rem;font-weight:600}.stat-card-value{color:#fff;font-size:2.4rem;font-weight:800;line-height:1.1}.stat-card-caption{color:var(--text-muted);font-size:.8rem}.chart-panel{padding:1.5rem}.chart-body{width:100%;height:300px;margin-top:.5rem}.chart-body-sm{height:200px}.active-sessions h2{font-size:1.5rem;font-weight:700}.no-sessions{text-align:center;color:var(--text-muted);border:1px dashed var(--panel-border);background:#0003;border-radius:16px;padding:3rem 2rem}@keyframes pulse{0%,to{opacity:1}50%{opacity:.45}}@media (width<=768px){.app-container{padding:1rem}.nav-inner{gap:.5rem;padding:.7rem 1rem}.nav-links{gap:.35rem}.nav-link,.nav-logout{gap:.35rem;padding:.5rem .7rem;font-size:.82rem}.admin-container{gap:1.5rem;padding:1.5rem 1rem}.admin-header h1{font-size:2rem}.header{flex-direction:column;align-items:stretch;gap:1.5rem}.global-stats{flex-direction:column;gap:1rem;padding:1rem}.header h1{font-size:2rem}.form-row{flex-direction:column;gap:1rem}.sessions-grid{grid-template-columns:1fr}.dashboard{gap:1.5rem}}.users-panel{flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.users-table-wrap{scrollbar-width:thin;scrollbar-color:#fff3 transparent;padding-bottom:.4rem;overflow-x:auto}.users-table-wrap::-webkit-scrollbar{height:8px}.users-table-wrap::-webkit-scrollbar-track{background:#ffffff0a;border-radius:999px}.users-table-wrap::-webkit-scrollbar-thumb{background:#ffffff2e;border-radius:999px}.users-table-wrap::-webkit-scrollbar-thumb:hover{background:#00f0ff66}.users-table{border-collapse:collapse;white-space:nowrap;width:100%;font-size:.86rem}.users-table th{text-align:left;color:var(--text-muted);text-transform:uppercase;letter-spacing:.6px;border-bottom:1px solid var(--panel-border);padding:.55rem .6rem;font-size:.68rem}.users-table td{vertical-align:middle;border-bottom:1px solid #ffffff0d;padding:.7rem .6rem}.users-table th:last-child,.users-table td:last-child{background:#131725;position:sticky;right:0;box-shadow:-8px 0 12px -8px #000000b3}.users-table tbody tr:hover td:last-child{background:#181d2d}.users-table tbody tr:last-child td{border-bottom:none}.users-table tbody tr:hover{background:#ffffff08}.row-blocked .user-name,.row-blocked .cell-accent{opacity:.5}.user-name{font-weight:600}.cell-accent{color:var(--accent-color);font-weight:600}.cell-muted{color:var(--text-muted)}.badge{text-transform:uppercase;letter-spacing:.5px;border-radius:999px;margin-left:.35rem;padding:.12rem .42rem;font-size:.64rem;font-weight:700;display:inline-block}.badge:first-child{margin-left:0}.badge-admin{color:#c084fc;background:#a855f726;border:1px solid #a855f759}.badge-you{color:var(--accent-color);background:#00f0ff1a;border:1px solid #00f0ff4d}.badge-active{color:var(--success);background:#00e6761f;border:1px solid #00e6764d}.badge-blocked{color:var(--danger);background:#ff17441f;border:1px solid #ff174459}.user-actions{gap:.4rem;display:flex}.icon-btn{border:1px solid var(--panel-border);width:30px;height:30px;color:var(--text-main);cursor:pointer;background:#ffffff0f;border-radius:7px;justify-content:center;align-items:center;transition:all .2s;display:inline-flex}.icon-btn:hover:not(:disabled){background:#ffffff24;transform:translateY(-1px)}.icon-btn:disabled{opacity:.3;cursor:not-allowed}.icon-btn-warning:hover:not(:disabled){color:var(--warning);background:#f59e0b33;border-color:#f59e0b80}.icon-btn-success:hover:not(:disabled){color:var(--success);background:#00e67626;border-color:#00e67680}.icon-btn-danger:hover:not(:disabled){color:var(--danger);background:#ff174426;border-color:#ff174480}.admin-notice{border-radius:8px;justify-content:space-between;align-items:center;gap:1rem;padding:.7rem 1rem;font-size:.88rem;display:flex}.admin-notice-error{color:#ff8a9d;background:#ff17441a;border:1px solid #ff174459}.admin-notice-success{color:#9df5c6;background:#00e67614;border:1px solid #00e6764d}.temp-password{color:var(--success);-webkit-user-select:all;user-select:all;background:#00000059;border:1px solid #00e67666;border-radius:5px;padding:.1rem .45rem;font-family:SF Mono,Fira Code,monospace;font-size:.9rem}.notice-close{color:inherit;cursor:pointer;opacity:.7;background:0 0;border:none;justify-content:center;align-items:center;padding:.2rem;display:inline-flex}.notice-close:hover{opacity:1}.toast-stack{z-index:10000;flex-direction:column;gap:.6rem;max-width:min(90vw,380px);display:flex;position:fixed;top:1.25rem;right:1.25rem}.toast{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--panel-border);color:var(--text-main);background:#141824f2;border-radius:10px;align-items:center;gap:.6rem;padding:.85rem 1rem;font-size:.9rem;animation:.25s toast-in;display:flex;box-shadow:0 8px 30px #00000073}.toast span{flex:1}.toast-success{border-left:3px solid var(--success)}.toast-success svg{color:var(--success)}.toast-error{border-left:3px solid var(--danger)}.toast-error svg{color:var(--danger)}.toast-info{border-left:3px solid var(--accent-color)}.toast-info svg{color:var(--accent-color)}.toast-close{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:.15rem;display:inline-flex}.toast-close:hover{color:var(--text-main)}@keyframes toast-in{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.confirm-overlay{z-index:10001;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;justify-content:center;align-items:center;padding:1rem;animation:.15s toast-in;display:flex;position:fixed;inset:0}.confirm-dialog{flex-direction:column;gap:1rem;width:100%;max-width:440px;padding:1.75rem;display:flex}.confirm-title{align-items:center;gap:.5rem;margin:0;font-size:1.25rem;display:flex}.confirm-title.danger{color:var(--danger)}.confirm-message{color:var(--text-muted);margin:0;line-height:1.5}.confirm-actions{gap:.75rem;margin-top:.5rem;display:flex}.confirm-actions .btn{padding:.7rem 1rem;font-size:.95rem}.limit-chip{border:1px solid var(--panel-border);color:var(--text-muted);background:#ffffff0d;border-radius:6px;margin-right:.25rem;padding:.1rem .38rem;font-size:.68rem;display:inline-block}.account-form{flex-direction:column;gap:1rem;max-width:620px;display:flex}.account-submit{align-self:flex-start;padding:.75rem 1.5rem;font-size:.95rem}.message-textarea{resize:vertical;min-height:90px;font-family:inherit;line-height:1.5}.char-counter{text-align:right;color:var(--text-muted);margin-top:.3rem;font-size:.72rem}.message-thread{flex-direction:column;gap:1.25rem;margin-top:1.25rem;display:flex}.message-item{border-left:2px solid var(--panel-border);flex-direction:column;gap:.6rem;padding-left:.75rem;display:flex}.message-item.message-unread{border-left-color:var(--accent-color)}.message-bubble{border:1px solid var(--panel-border);background:#ffffff0a;border-radius:10px;padding:.85rem 1rem}.message-mine,.message-from-user{border-left:3px solid #ffffff2e}.message-admin{background:#00f0ff0f;border-color:#00f0ff40;margin-left:1.5rem}.message-meta{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:.4rem;margin-bottom:.45rem;font-size:.75rem;display:flex}.message-body{white-space:pre-wrap;word-break:break-word;font-size:.92rem;line-height:1.55}.message-delete{width:24px;height:24px;margin-left:auto}.badge-pending{color:var(--warning);background:#f59e0b24;border:1px solid #f59e0b59}.badge-unread{color:var(--accent-color);background:#00f0ff24;border:1px solid #00f0ff66}.reply-box{align-items:stretch;gap:.6rem;margin-left:1.5rem;display:flex}.reply-box .form-control{flex:1;margin:0}.reply-send{text-transform:none;letter-spacing:0;flex:none;padding:.6rem 1.1rem;font-size:.85rem}@media (width<=768px){.reply-box{flex-direction:column;margin-left:0}.message-admin{margin-left:0}}.settings-panel{max-width:780px}.settings-description{color:var(--text-muted);margin:0;font-size:.92rem;line-height:1.6}.field-hint{color:var(--text-muted);opacity:.85;font-size:.78rem;line-height:1.5}.form-control:focus{border-color:var(--accent-color);background:#0000006b;box-shadow:0 0 0 3px #00f0ff1f}.form-control::placeholder{color:#8b92a5a6}.form-control:disabled{opacity:.5;cursor:not-allowed}.btn:disabled{opacity:.45;cursor:not-allowed;box-shadow:none;transform:none!important}.btn:active:not(:disabled){transform:translateY(1px)}*{scrollbar-width:thin;scrollbar-color:#ffffff29 transparent}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#ffffff29 padding-box content-box;border:2px solid #0000;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#00f0ff59 padding-box content-box}::selection{color:#fff;background:#00f0ff47}.glass-panel{transition:border-color .3s,box-shadow .3s}.admin-page,.app-container{animation:.28s both page-in}@keyframes page-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
