:root{--bg: #0b0e14;--surface: #141722;--surface2: #1c202d;--raised: #222739;--border: #2a2f40;--text: #f1f5f9;--muted: #94a3b8;--faint: #64748b;--accent: #7c3aed;--accent2: #8b5cf6;--down: #34d399;--up: #a78bfa;--warn: #fbbf24;--err: #f87171;--info: #38bdf8;--c-video: #ff80ab;--c-compressed: #b388ff;--c-programs: #82b1ff;--c-music: #ff8a80;--c-images: #4dd0e1;--c-documents: #ffd54f;--c-other: #94a3b8;--ui: system-ui, -apple-system, "Segoe UI Variable Text", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--side-w: 248px;--side-collapsed-w: 68px;--status-h: 52px;--lift: rgb(255 255 255 / .04);--lift-2: rgb(255 255 255 / .08);--shadow: rgb(0 0 0 / .45);--scrim: rgb(0 0 0 / .55)}:root[data-theme=light]{--bg: #f4f5f8;--surface: #ffffff;--surface2: #f7f8fb;--raised: #eef0f5;--border: #dfe3ec;--text: #14161c;--muted: #5a6478;--faint: #6b7488;--accent: #6d28d9;--accent2: #7c3aed;--down: #047857;--up: #7c3aed;--warn: #b45309;--err: #dc2626;--info: #0284c7;--c-video: #d81b60;--c-compressed: #6d28d9;--c-programs: #1d4ed8;--c-music: #dc2626;--c-images: #0891b2;--c-documents: #b45309;--c-other: #64748b;--lift: rgb(0 0 0 / .035);--lift-2: rgb(0 0 0 / .07);--shadow: rgb(15 23 42 / .16);--scrim: rgb(15 23 42 / .42)}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--ui);font-size:15px;line-height:1.5;-webkit-text-size-adjust:100%;overflow-x:hidden}.num{font-variant-numeric:tabular-nums;letter-spacing:-.02em;font-weight:700}.micro{font-size:9.5px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--faint)}button,input{font:inherit}button{cursor:pointer;color:inherit}:focus-visible{outline:2px solid var(--accent2);outline-offset:2px}.primary{min-height:46px;padding:11px 20px;border:0;border-radius:11px;background:linear-gradient(135deg,var(--accent),var(--accent2));color:#fff;font-weight:650;display:inline-flex;align-items:center;justify-content:center;gap:8px}.primary:disabled{opacity:.5;cursor:default}.primary:not(:disabled):active{transform:translateY(1px)}.ghost{min-height:40px;padding:8px 14px;border:1px solid var(--border);border-radius:10px;background:transparent;color:var(--muted);display:inline-flex;align-items:center;justify-content:center;gap:7px}.ghost:hover{background:var(--surface2);color:var(--text)}.ghost.danger:hover{color:var(--err);border-color:var(--err);background:transparent}input[type=text],input[type=email],input[type=password],input[type=url]{width:100%;min-height:46px;padding:11px 14px;background:var(--surface2);border:1px solid var(--border);border-radius:11px;color:var(--text)}input::placeholder{color:var(--faint)}input:focus-visible{outline:none;border-color:var(--accent2);box-shadow:0 0 0 3px #7c3aed4d}.err{margin:0;color:var(--err);font-size:.87rem}.ok{margin:0;color:var(--down);font-size:.87rem}.mark{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:linear-gradient(135deg,var(--accent),var(--accent2));font-size:17px;flex:0 0 auto}.split{position:relative;min-height:100dvh;max-width:1440px;margin:0 auto;display:grid;grid-template-columns:1fr;align-content:start}@media (min-width: 960px){.split{grid-template-columns:1.06fr .94fr;align-content:stretch}.pane{border-left:1px solid var(--border)}}.brand-pane{display:grid;align-content:center;gap:20px;max-width:660px;padding:clamp(26px,4.5vw,56px);padding-top:max(26px,env(safe-area-inset-top))}.lockup{display:flex;align-items:center;gap:12px}.mark.lg{border-radius:12px}.wordmark{font-size:1.05rem;font-weight:800;letter-spacing:-.02em}.lockup .wordmark{font-size:1.55rem;letter-spacing:-.035em}.wordmark-alt{color:var(--accent2)}.badge{justify-self:start;margin:0;display:inline-flex;align-items:center;gap:9px;padding:7px 14px 7px 11px;border:1px solid var(--border);border-radius:999px;background:var(--surface);color:var(--muted);font-size:.82rem}.badge .dot{width:7px;height:7px;border-radius:50%;background:var(--down);box-shadow:0 0 0 3px #34d39929}.brand-pane h1{margin:0;font-size:clamp(2rem,4.3vw,3.05rem);font-weight:800;letter-spacing:-.035em;line-height:1.05;text-wrap:balance}.accent{color:var(--accent2)}.lede{margin:0;max-width:46ch;color:var(--muted);font-size:1.02rem}.features{display:grid;gap:17px;margin:6px 0 0;padding:0;list-style:none}.features li{display:flex;align-items:flex-start;gap:14px}.fic{flex:0 0 auto;width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--border);border-radius:11px;background:var(--surface2);color:var(--accent2)}.fic svg{width:19px;height:19px}.features b{display:block;font-size:.95rem;font-weight:650}.features em{display:block;font-style:normal;color:var(--muted);font-size:.88rem}@media (max-width: 959px){.brand-pane.compact{gap:14px;padding-bottom:2px}.brand-pane.compact .badge,.brand-pane.compact .lede,.brand-pane.compact .features{display:none}.brand-pane.compact h1{font-size:1.7rem}}.pane{display:grid;align-content:center;justify-items:center;gap:20px;padding:clamp(26px,4vw,48px) clamp(20px,4vw,44px);padding-bottom:max(26px,env(safe-area-inset-bottom))}.pane>*{width:100%;max-width:400px}.preview{border:1px solid var(--border);border-radius:16px;background:var(--surface);overflow:hidden}.preview-bar{display:flex;align-items:center;gap:6px;padding:10px 13px;border-bottom:1px solid var(--border);background:var(--surface2)}.preview-bar i{width:8px;height:8px;border-radius:50%;background:var(--border)}.preview-bar span{margin-left:8px;font-size:.76rem;font-weight:650;color:var(--faint)}.preview-body{display:grid;gap:15px;padding:15px}.prow{display:flex;align-items:center;gap:11px}.pdot{flex:0 0 auto;width:9px;height:9px;border-radius:3px}.pdot.app{background:var(--info)}.pdot.video{background:var(--up)}.pmeta{flex:1 1 auto;min-width:0;display:grid;gap:5px}.pmeta b{font-size:.8rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pmeta em{font-style:normal;font-size:.72rem;color:var(--faint)}.ptrack{height:4px;border-radius:99px;background:var(--raised);overflow:hidden}.ptrack i{display:block;height:100%;border-radius:99px;background:linear-gradient(90deg,var(--accent),var(--accent2))}.ppct{flex:0 0 auto;font-size:.74rem;color:var(--muted)}.steps{display:grid;gap:12px;margin:0;padding:0;list-style:none}.step{display:flex;align-items:baseline;gap:12px}.step b{font-variant-numeric:tabular-nums;font-size:.78rem;font-weight:700;color:var(--accent2);flex:0 0 auto}.step span{color:var(--muted);font-size:.94rem}.footnote{margin:0;text-align:center;color:var(--faint);font-size:.8rem}.auth{min-height:100dvh;display:grid;place-items:center;padding:24px}.card{width:100%;max-width:400px;display:grid;gap:13px;background:var(--surface);border:1px solid var(--border);border-radius:18px;padding:30px 26px}.card h2{margin:0;font-size:1.35rem;font-weight:750;letter-spacing:-.02em}.card .hint{margin:-6px 0 4px;color:var(--muted);font-size:.9rem}.card label{display:grid;gap:5px}.switcher{margin:2px 0 0;color:var(--muted);font-size:.88rem;text-align:center}.switcher button{background:none;border:0;padding:0;color:var(--accent2);font-weight:650}.switcher.quiet button{color:var(--faint);font-weight:600}.field{position:relative;display:block}.field>.fi{position:absolute;left:13px;top:50%;transform:translateY(-50%);width:17px;height:17px;color:var(--faint);pointer-events:none}.field input{padding-left:40px}.field:has(.peek) input{padding-right:42px}.card-head{display:grid;justify-items:center;gap:7px;text-align:center;margin-bottom:4px}.card-head h2{margin:4px 0 0;font-size:1.45rem}.card-head .hint{margin:0}.mark.xl{border-radius:15px;margin-bottom:2px}.forgot{margin:-4px 0 0;text-align:right;font-size:.86rem}.forgot button{background:none;border:0;padding:0;color:var(--accent2);font-weight:650}.or{display:flex;align-items:center;gap:12px;margin:4px 0 0;color:var(--faint);font-size:.82rem}.or:before,.or:after{content:"";flex:1;height:1px;background:var(--border)}.social{display:grid;grid-template-columns:1fr 1fr;gap:10px}.social button{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:46px;padding:10px 12px;border:1px solid var(--border);border-radius:11px;background:var(--surface2);color:var(--text);font-size:.9rem;font-weight:600}.social button svg{width:18px;height:18px}.social button:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 479px){.social{grid-template-columns:1fr}}.soon{position:absolute;top:4px;right:6px;padding:1px 6px;border-radius:999px;background:var(--raised);color:var(--faint);font-size:8.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.topbar{position:absolute;top:max(14px,env(safe-area-inset-top));right:18px;display:flex;gap:9px;z-index:3}.pane>.topbar{width:auto;max-width:none}.topbar .ghost{position:relative;background:var(--surface);font-size:.85rem}.ghost:disabled{cursor:not-allowed;opacity:.6}.ghost.square{padding:8px;width:40px}.topbar .fi{width:17px;height:17px}.topbar-in{min-height:40px;padding:8px 20px;border-radius:10px;font-size:.9rem}@media (max-width: 599px){.topbar .ghost:not(.square){display:none}.topbar-in{min-height:36px;padding:7px 16px;font-size:.86rem}}.quote{margin:4px 0 0;display:grid;gap:9px;padding:16px 18px;border:1px solid var(--border);border-radius:14px;background:var(--surface);max-width:46ch}.quote.is-placeholder{border-style:dashed;background:transparent}.quote blockquote{margin:0;font-size:.95rem}.quote figcaption{color:var(--faint);font-size:.85rem}.quote.is-placeholder blockquote,.quote.is-placeholder figcaption{color:var(--faint)}.ph-tag{color:var(--faint)}@media (max-width: 959px){.brand-pane.compact .quote{display:none}}.quota-box{display:flex;flex-direction:column;gap:8px;padding:12px 14px;background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:0 2px 8px #00000026}.quota-top{display:flex;align-items:center;justify-content:space-between;gap:8px}.quota-title{font-size:13px;font-weight:700;color:var(--text);letter-spacing:-.01em}.quota-pct{font-size:11.5px;font-weight:600;color:var(--muted)}.quota-box .gauge{height:5px;border-radius:999px;background:var(--lift-2);overflow:hidden;margin:1px 0}.quota-box .gauge>i{display:block;height:100%;width:100%;transform-origin:left center;background:var(--accent2);transition:transform .45s ease}.quota-box .gauge.warn>i{background:var(--warn)}.quota-box .gauge.full>i{background:var(--err)}.quota-details{display:flex;flex-direction:column;gap:2px}.quota-used{font-size:12px;font-weight:650;color:var(--text)}.quota-free{font-size:11.5px;color:var(--faint)}.list{list-style:none;margin:0;padding:14px 20px 28px;display:grid;grid-template-columns:minmax(0,1fr);gap:10px}.dl{display:flex;flex-direction:column;padding:12px 16px;background:var(--surface);border:1px solid var(--border);border-radius:12px;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease;position:relative;width:100%;max-width:100%;box-sizing:border-box}.dl:hover{border-color:var(--raised);background:#171b28;box-shadow:0 4px 14px #00000038}.card-main{display:flex;align-items:center;gap:14px;width:100%;min-width:0}.chip-ic{display:grid;place-items:center;width:38px;height:38px;border-radius:9px;background:var(--tint, #8e99a8);color:#fff;flex:0 0 38px;box-shadow:0 2px 6px #0003}.chip-ic .chip-svg{width:20px;height:20px;stroke:#fff;stroke-width:2;color:#fff;fill:none}.card-body{flex:1 1 0%;min-width:0;overflow:hidden;display:flex;flex-direction:column;gap:4px}.card-body .head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;min-width:0}.card-body .name{flex:1 1 auto;min-width:0;font-size:13.5px;font-weight:650;letter-spacing:-.01em;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card-body .pct{flex:0 0 auto;font-size:12.5px;font-weight:700;color:var(--muted)}.bar-track{height:4px;border-radius:999px;background:var(--lift-2);overflow:hidden;margin:3px 0 2px}.bar-track>i{display:block;height:100%;width:100%;transform-origin:left center;background:var(--accent);transition:transform .35s ease}.dl[data-state=Downloading] .bar-track>i{background:var(--accent2)}.dl[data-state=Completed] .bar-track>i{background:var(--down)}.dl[data-state=Paused] .bar-track>i{background:var(--warn)}.dl[data-state=Error] .bar-track>i{background:var(--err)}.dl[data-state=Blocked] .bar-track>i{background:var(--err)}.dl[data-state=Blocked]{border-color:color-mix(in srgb,var(--err) 45%,var(--border))}.state-pill[data-state="Over quota"]{background:#f8717129;color:var(--err)}.dl[data-state=Queued] .bar-track>i{background:var(--faint)}.card-body .foot{display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:0;font-size:12px}.sub{display:flex;align-items:center;gap:8px;min-width:0;color:var(--muted);font-variant-numeric:tabular-nums;overflow:hidden}.sub-text{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sub.bad{color:var(--err)}.sub.bad{align-items:flex-start}.sub.bad .state-pill{margin-top:1px}.sub.bad .sub-text{white-space:normal;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden}.expiry{color:var(--faint)}.state-pill{flex:0 0 auto;padding:1px 7px;border-radius:999px;background:var(--surface2);color:var(--muted);font-size:11px;font-weight:700;letter-spacing:.01em}.state-pill[data-state=Downloading]{background:#8b5cf62e;color:var(--accent2)}.state-pill[data-state=Seeding]{background:#a78bfa2e;color:var(--up)}.state-pill[data-state=Completed]{background:#34d39929;color:var(--down)}.state-pill[data-state=Paused]{background:#fbbf2429;color:var(--warn)}.state-pill[data-state=Failed]{background:#f8717129;color:var(--err)}.state-pill[data-state=Queued]{background:var(--surface2);color:var(--muted)}.stats{display:flex;align-items:center;gap:10px;flex:0 0 auto}.stat-line{display:flex;align-items:center;gap:5px;font-size:11.5px;font-weight:600;color:var(--muted);font-variant-numeric:tabular-nums}.stat-line .ic{width:13px;height:13px;stroke-width:2.2}.stat-line.down{color:var(--down)}.stat-line.up{color:var(--up)}.act{display:flex;align-items:center;gap:6px;flex:0 0 auto;flex-shrink:0;margin-left:auto}.act .icon-btn{width:34px;height:34px;min-height:34px;border-radius:8px;flex:0 0 34px}.act .icon-btn .ic{width:16px;height:16px}.icon-btn.danger:hover{color:var(--err);border-color:#f8717166;background:#f871711a}.save-btn{min-height:34px;padding:5px 12px;font-size:12.5px;border-radius:8px;gap:6px}.save-btn .ic{width:14px;height:14px}.files{width:100%;max-width:100%;min-width:0;display:flex;flex-direction:column;gap:4px;margin-top:8px;padding-top:8px;border-top:1px solid var(--border);box-sizing:border-box;overflow:hidden}.file{display:flex;align-items:center;gap:10px;width:100%;max-width:100%;min-width:0;min-height:38px;padding:6px 10px;border-radius:8px;background:var(--lift);border:1px solid var(--border);color:var(--muted);text-decoration:none;font-size:.84rem;box-sizing:border-box;overflow:hidden;transition:all .15s ease}.file:hover{background:var(--surface2);border-color:var(--raised);color:var(--text)}.file-type-ic{width:16px;height:16px;flex:0 0 16px;flex-shrink:0;color:var(--faint);transition:color .15s ease}.file:hover .file-type-ic{color:var(--accent2)}.file-name{flex:1 1 0%;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-size{flex:0 0 auto;flex-shrink:0;font-size:.78rem;color:var(--faint);white-space:nowrap}.file-dl-btn{display:inline-grid;place-items:center;width:30px;height:30px;border-radius:7px;background:#7c3aed1f;border:1px solid rgba(124,58,237,.35);color:var(--accent2);flex:0 0 30px;flex-shrink:0;margin-left:4px;transition:all .15s ease}.file-dl-btn .ic{width:15px;height:15px;stroke-width:2.4}.file:hover .file-dl-btn,.file:active .file-dl-btn{background:var(--accent);border-color:var(--accent);color:#fff;box-shadow:0 2px 8px #7c3aed73}.note{margin:0;padding:40px 18px;text-align:center;color:var(--muted)}.note.warn{color:var(--warn)}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:56px 20px 64px;margin:auto;max-width:440px;animation:emptyFadeIn .25s ease-out}.empty-visual{display:grid;place-items:center;margin-bottom:14px;filter:drop-shadow(0 8px 24px rgb(124 58 237 / .25))}.empty-title{margin:0 0 8px;font-size:1.35rem;font-weight:750;color:var(--text);letter-spacing:-.015em}.empty-sub{margin:0 0 22px;font-size:.92rem;color:var(--muted);line-height:1.45}.empty-actions{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap}.empty-btn{min-height:42px;padding:9px 22px;border-radius:10px;font-size:.94rem;box-shadow:0 4px 14px #7c3aed73}.empty-clear-btn{min-height:42px;padding:9px 16px;border-radius:10px;font-size:.88rem}.empty-foot{margin:18px 0 0;font-size:.8rem;color:var(--faint);line-height:1.4}@keyframes emptyFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){.bar-track>i,.gauge>i,.side{transition:none}}.ic{width:18px;height:18px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.grow{flex:1}.shell{display:grid;grid-template-columns:var(--side-w) 1fr;grid-template-rows:1fr var(--status-h);grid-template-areas:"side main" "status status";height:100dvh;transition:grid-template-columns .22s cubic-bezier(.4,0,.2,1)}.shell.is-collapsed{grid-template-columns:var(--side-collapsed-w) 1fr}.side{grid-area:side;display:flex;flex-direction:column;gap:8px;padding:14px 12px;background:var(--surface);border-right:1px solid var(--border);overflow-y:auto;overflow-x:hidden;transition:padding .22s ease;scrollbar-width:none}.side::-webkit-scrollbar{display:none}.side-top{display:flex;align-items:center;gap:9px;padding:2px 4px 6px;min-height:38px}.brand-wrap{display:flex;align-items:center;gap:9px;min-width:0}.side-top .mark{border-radius:8px;flex:0 0 28px}.side-collapse-btn{margin-left:auto;width:32px;height:32px;border-radius:8px}.side-collapse-btn .ic{width:15px;height:15px}.side.is-collapsed{padding:14px 6px;align-items:center}.side.is-collapsed .side-top{padding:2px 0 6px;justify-content:center;width:100%}.side.is-collapsed .brand-wrap{justify-content:center}.side.is-collapsed .wordmark,.side.is-collapsed .side-collapse-btn{display:none}.side.is-collapsed .add-btn{width:44px;height:44px;min-height:44px;padding:0;border-radius:12px;justify-content:center;margin:2px auto}.side.is-collapsed .add-btn .btn-label{display:none}.side.is-collapsed .nav{width:100%;align-items:center}.side.is-collapsed .side-label{display:none}.side.is-collapsed .nav-row{width:44px;height:44px;min-height:44px;padding:0;justify-content:center;border-left:none;border-radius:10px;margin:1px auto}.side.is-collapsed .nav-row.is-on{background:var(--raised);box-shadow:inset 0 0 0 1.5px var(--accent)}.side.is-collapsed .nav-row .nav-label,.side.is-collapsed .nav-row .tally{display:none}.side.is-collapsed .nav-row .ic{width:20px;height:20px}.side.is-collapsed .side-foot{width:100%;align-items:center}.quota-box.is-mini{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;padding:8px 4px;width:44px;margin:0 auto;cursor:default}.quota-box.is-mini .mini-pct{font-size:11px;font-weight:700;color:var(--muted);line-height:1}.quota-box.is-mini .gauge{width:32px;height:4px;margin:0}.nav{display:flex;flex-direction:column;gap:2px;margin-top:4px}.nav-part{display:contents}.side-label{margin:12px 0 3px;padding:0 11px}.nav-part:first-child .side-label{margin-top:2px}.nav-row{display:flex;align-items:center;gap:11px;width:100%;min-height:40px;padding:8px 11px;border:0;border-left:3px solid transparent;border-radius:9px;background:transparent;color:var(--muted);font-weight:600;text-align:left}.nav-row .ic{color:var(--muted)}.nav-row:hover{background:var(--surface2)}.nav-row.is-on{background:var(--surface2);border-left-color:var(--accent);color:var(--text);font-weight:700}.nav-row.is-on .ic{color:var(--tint, var(--text))}.nav-row .tally,.nav-row .sl{margin-left:auto;font-size:11.5px;font-weight:700;font-variant-numeric:tabular-nums;color:var(--faint);padding:1px 7px;border-radius:999px;background:var(--surface);transition:color .15s ease,background .15s ease}.nav-row:hover .tally,.nav-row:hover .sl{background:var(--raised);color:var(--muted)}.nav-row.is-on .tally,.nav-row.is-on .sl{background:var(--raised);color:var(--text)}.side-foot{margin-top:auto;padding-top:8px;display:grid;gap:8px}.main{grid-area:main;position:relative;display:flex;flex-direction:column;min-width:0;overflow-y:auto;overflow-x:hidden;container-type:inline-size}.bar{display:flex;align-items:center;gap:10px;padding:14px 20px 10px;padding-top:max(14px,env(safe-area-inset-top))}.bar-nav-toggle{display:inline-grid;margin-right:2px}.heading{margin:0;display:flex;align-items:center;gap:9px;font-size:1.02rem;font-weight:750;letter-spacing:-.01em}.count-pill{padding:1px 8px;border-radius:999px;background:var(--surface2);color:var(--muted);font-size:.76rem;font-weight:700}.chip .tally{margin-left:6px;padding:0 6px;border-radius:999px;background:var(--raised);color:var(--faint);font-size:.72rem;font-weight:700;transition:all .15s ease}.chip.is-on .tally{background:#ffffff3d;color:#fff}.kbd{flex:0 0 auto;padding:2px 6px;border:1px solid var(--border);border-radius:6px;color:var(--faint);font-family:inherit;font-size:10px;font-weight:700;letter-spacing:.04em}.icon-btn{display:inline-grid;place-items:center;width:38px;height:38px;border:1px solid var(--border);border-radius:10px;background:transparent;color:var(--muted)}.icon-btn:hover{background:var(--surface2);color:var(--text)}.search-toggle{display:none;flex:0 0 auto}.find{display:flex;align-items:center;gap:8px;padding:0 11px;border:1px solid var(--border);border-radius:10px;background:var(--surface2);color:var(--faint);flex:1 1 180px;min-width:130px;max-width:280px;transition:border-color .15s ease,max-width .2s ease,box-shadow .15s ease}.find input{border:0;background:transparent;min-height:38px;padding:8px 0;width:100%;flex:1 1 auto;min-width:40px;color:var(--text)}.find input:focus-visible{box-shadow:none}.find:focus-within,.find.is-expanded{border-color:var(--accent2);max-width:340px}.find .clear-btn{display:inline-grid;place-items:center;width:22px;height:22px;min-height:22px;padding:0;border:0;border-radius:50%;background:transparent;color:var(--muted);cursor:pointer;flex:0 0 auto}.find .clear-btn:hover{background:var(--raised);color:var(--text)}.find .clear-btn .ic{width:14px;height:14px}.bar .find{flex:0 1 280px;min-width:140px;margin-left:8px}.bar .search-toggle{margin-left:6px}.filters{display:flex;align-items:center;gap:10px;padding:2px 20px 10px}.add-btn{width:100%;justify-content:flex-start;gap:10px}.add-btn .ic{width:18px;height:18px}.modal-wrap{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;display:grid;place-items:center;padding:20px;background:var(--scrim)}.modal{width:100%;max-width:440px;display:grid;gap:14px;padding:20px;background:var(--surface);border:1px solid var(--border);border-radius:16px;box-shadow:0 24px 60px var(--shadow)}.modal-head{display:flex;align-items:center;gap:10px}.quota-full{max-width:460px}.quota-full .qf-badge{display:grid;place-items:center;width:34px;height:34px;flex:0 0 auto;border-radius:10px;color:var(--err);background:color-mix(in srgb,var(--err) 16%,transparent)}.quota-full .qf-badge .ic{width:19px;height:19px}.qf-body{display:grid;gap:10px}.qf-body p{margin:0;line-height:1.5}.qf-body b{color:var(--text)}.qf-why{color:var(--muted);font-size:13px}.status .build{color:var(--faint);font-variant-numeric:tabular-nums;font-size:12px;letter-spacing:.02em}.confirm-modal{max-width:440px}.confirm-modal .cf-badge{display:grid;place-items:center;width:34px;height:34px;flex:0 0 auto;border-radius:10px;color:var(--accent);background:color-mix(in srgb,var(--accent) 16%,transparent)}.confirm-modal.is-danger .cf-badge{color:var(--err);background:color-mix(in srgb,var(--err) 16%,transparent)}.confirm-modal .cf-badge .ic{width:19px;height:19px}.cf-body{display:grid;gap:8px}.cf-body p{margin:0;line-height:1.5;color:var(--muted)}.cf-body b{color:var(--text)}.cf-name{color:var(--text)!important;font-weight:600;overflow-wrap:anywhere}.modal-foot .primary.is-danger{background:var(--err);border-color:var(--err);color:#fff}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:grid;place-items:center;padding:16px;background:var(--scrim);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);animation:pFadeIn .18s ease-out}@keyframes pFadeIn{0%{opacity:0}to{opacity:1}}.profile-modal{width:100%;max-width:580px;max-height:min(88vh,760px);display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:16px;box-shadow:0 24px 70px var(--shadow);overflow:hidden;animation:pModalScale .2s cubic-bezier(.16,1,.3,1)}@keyframes pModalScale{0%{opacity:0;transform:scale(.96) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}.p-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--border);background:var(--surface2)}.p-title-wrap{display:flex;align-items:center;gap:10px}.p-title-ic{width:20px;height:20px;color:var(--accent2)}.p-header h2{margin:0;font-size:1.08rem;font-weight:700;color:var(--text);letter-spacing:-.01em}.p-close-btn{width:32px;height:32px;display:grid;place-items:center;border-radius:8px;color:var(--muted)}.p-close-btn:hover{color:var(--text);background:var(--border)}.p-tabs{display:flex;gap:4px;padding:8px 16px;background:#0003;border-bottom:1px solid var(--border)}.p-tab{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:9px 12px;font-size:.86rem;font-weight:600;color:var(--muted);background:transparent;border:1px solid transparent;border-radius:9px;cursor:pointer;transition:all .15s ease}.p-tab .ic{width:16px;height:16px}.p-tab:hover{color:var(--text);background:var(--lift)}.p-tab.active{color:#fff;background:var(--accent);box-shadow:0 2px 8px #7c3aed66}.p-body{flex:1;overflow-y:auto;padding:18px 20px}.p-content{display:flex;flex-direction:column;gap:14px}.p-card{display:flex;flex-direction:column;gap:10px;padding:16px;background:var(--lift);border:1px solid var(--border);border-radius:12px}.p-card-header{display:flex;align-items:center;gap:8px}.p-card-header .ic{width:17px;height:17px;color:var(--accent2)}.p-card-header h4{margin:0;font-size:.94rem;font-weight:650;color:var(--text)}.p-card-header-split{justify-content:space-between}.p-card-header-left{display:flex;align-items:center;gap:8px}.p-card-desc{margin:0;font-size:.8rem;color:var(--muted);line-height:1.4}.user-badge-card{flex-direction:row;align-items:center;gap:16px;background:linear-gradient(135deg,rgb(124 58 237 / .12) 0%,transparent 100%);border-color:#7c3aed4d}.p-avatar-wrap{flex:0 0 auto}.p-avatar{display:grid;place-items:center;width:52px;height:52px;border-radius:50%;background:linear-gradient(135deg,#7c3aed,#4f46e5);color:#fff;font-size:1.4rem;font-weight:700;box-shadow:0 4px 14px #7c3aed66}.p-user-meta{flex:1;display:flex;flex-direction:column;gap:4px;min-width:0}.p-user-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.p-username{margin:0;font-size:1.15rem;font-weight:700;color:#fff}.p-role-badge{display:inline-block;padding:2px 8px;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;border-radius:999px}.p-role-badge.admin{background:#f59e0b2e;border:1px solid rgba(245,158,11,.45);color:var(--warn)}.p-role-badge.standard{background:#7c3aed2e;border:1px solid rgba(124,58,237,.4);color:var(--accent2)}.p-email{font-size:.82rem;color:var(--muted)}.p-joined{display:flex;align-items:center;gap:6px;font-size:.78rem;color:var(--faint)}.p-dot{opacity:.5}.p-plan-chip{color:var(--accent2);font-weight:550}.p-form{display:flex;flex-direction:column;gap:10px;margin-top:4px}.p-input-group{display:flex;flex-direction:column;gap:5px}.p-input-group label{font-size:.78rem;font-weight:600;color:var(--muted)}.p-input-wrap{position:relative;display:flex;align-items:center}.p-input-wrap input{width:100%;padding:8px 36px 8px 12px;font-size:.86rem;background:var(--surface2);border:1px solid var(--border);border-radius:8px;color:var(--text);transition:border-color .15s}.p-input-wrap input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 2px #7c3aed40}.p-peek-btn{position:absolute;right:6px;display:grid;place-items:center;width:28px;height:28px;background:transparent;border:0;color:var(--faint);border-radius:6px;cursor:pointer}.p-peek-btn:hover{color:var(--text);background:var(--lift-2)}.p-peek-btn .ic{width:17px;height:17px}.p-btn-row{display:flex;justify-content:flex-end;margin-top:4px}.p-action-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:7px 14px;font-size:.82rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .15s ease;border:1px solid transparent}.p-action-btn.primary{background:var(--accent);color:#fff}.p-action-btn.primary:hover:not(:disabled){background:#6d28d9;box-shadow:0 2px 8px #7c3aed66}.p-action-btn.subtle{background:var(--surface2);border-color:var(--border);color:var(--text)}.p-action-btn.subtle:hover:not(:disabled){border-color:var(--raised);background:var(--lift-2)}.p-action-btn.danger{background:#f871711f;border-color:#f8717159;color:var(--err)}.p-action-btn.danger:hover:not(:disabled){background:var(--err);color:#fff}.p-action-btn:disabled{opacity:.5;cursor:not-allowed}.p-banner{display:flex;align-items:center;gap:8px;padding:8px 12px;font-size:.82rem;font-weight:550;border-radius:8px}.p-banner.success{background:#34d3991f;border:1px solid rgba(52,211,153,.35);color:var(--ok)}.p-banner.danger{background:#f871711f;border:1px solid rgba(248,113,113,.35);color:var(--err)}.p-banner .ic{width:15px;height:15px;flex:0 0 15px}.p-session-list{display:flex;flex-direction:column;gap:8px;margin-top:4px}.p-session-item{display:flex;align-items:center;gap:12px;padding:10px 12px;background:var(--surface2);border:1px solid var(--border);border-radius:9px;transition:border-color .15s}.p-session-item.current{border-color:#7c3aed66;background:#7c3aed0d}.p-session-icon{display:grid;place-items:center;width:32px;height:32px;border-radius:8px;background:var(--lift);color:var(--muted);flex:0 0 32px}.p-session-details{flex:1;display:flex;flex-direction:column;gap:3px;min-width:0}.p-session-name-row{display:flex;align-items:center;gap:8px}.p-session-name{font-size:.86rem;font-weight:600;color:var(--text)}.p-session-badge{display:inline-flex;align-items:center;gap:5px;padding:1px 7px;font-size:.72rem;font-weight:600;color:var(--ok);background:#34d39926;border:1px solid rgba(52,211,153,.35);border-radius:999px}.p-live-dot{width:6px;height:6px;border-radius:50%;background:var(--ok);box-shadow:0 0 6px var(--ok)}.p-session-sub{display:flex;align-items:center;gap:6px;font-size:.76rem;color:var(--faint)}.p-session-del{width:30px;height:30px;border-radius:7px;flex:0 0 30px}.p-quota-metric{display:flex;justify-content:space-between;align-items:baseline}.p-quota-nums{display:flex;gap:6px;align-items:baseline}.p-quota-nums b{font-size:1.1rem;color:var(--text)}.p-quota-nums span{font-size:.82rem;color:var(--muted)}.p-quota-free{font-size:.82rem;font-weight:600;color:var(--accent2)}.p-progress-track{width:100%;height:8px;background:var(--lift-2);border-radius:999px;overflow:hidden;margin-top:2px}.p-progress-fill{height:100%;border-radius:999px;transition:width .3s ease}.p-seg-bar{width:100%;height:16px;display:flex;border-radius:999px;overflow:hidden;background:var(--lift-2);box-shadow:inset 0 1px 3px #0006;margin-top:4px}.p-seg-slice{height:100%;transition:all .3s ease}.p-seg-slice:first-child{border-top-left-radius:999px;border-bottom-left-radius:999px}.p-seg-slice:last-child{border-top-right-radius:999px;border-bottom-right-radius:999px}.p-seg-slice.only-child{border-radius:999px!important;width:100%!important}.p-legend-wrap{display:flex;flex-wrap:wrap;gap:8px 14px;padding:8px 2px 2px;align-items:center}.p-legend-item{display:inline-flex;align-items:center;gap:6px;font-size:.8rem}.p-legend-dot{width:9px;height:9px;border-radius:50%;flex:0 0 9px;box-shadow:0 0 4px #0000004d}.p-legend-name{font-weight:600;color:var(--text)}.p-legend-pct{font-weight:700;font-size:.78rem;color:var(--muted)}.p-legend-size{font-size:.75rem;color:var(--faint)}.p-cat-list{display:flex;flex-direction:column;gap:6px;margin-top:8px}.p-cat-row{display:flex;align-items:center;justify-content:space-between;padding:6px 8px;background:var(--surface2);border-radius:8px;font-size:.82rem}.p-cat-left{display:flex;align-items:center;gap:8px}.p-cat-dot{width:8px;height:8px;border-radius:50%;flex:0 0 8px}.p-cat-icon{width:14px;height:14px;color:var(--faint)}.p-cat-name{font-weight:600;color:var(--text)}.p-cat-count{font-size:.74rem;color:var(--faint)}.p-cat-right{display:flex;align-items:center;gap:8px}.p-cat-bytes{font-weight:600;color:var(--muted)}.p-cat-pct{font-size:.74rem;color:var(--faint);min-width:28px;text-align:right}.p-empty-category{padding:20px;text-align:center;font-size:.84rem;color:var(--muted)}.danger-card{border-color:#f8717140;background:#f8717105}.p-cleanup-actions{display:flex;flex-direction:column;gap:8px;margin-top:4px}.p-cleanup-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;background:var(--surface2);border:1px solid var(--border);border-radius:9px}.p-cleanup-info{display:flex;flex-direction:column;gap:2px}.p-cleanup-info b{font-size:.86rem;color:var(--text)}.p-cleanup-info span{font-size:.76rem;color:var(--muted)}.p-footer{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;border-top:1px solid var(--border);background:var(--surface2)}.player-wrap{padding:0}.player{width:100%;max-width:min(1100px,100vw);max-height:100dvh;display:grid;gap:12px;padding:16px;padding-bottom:max(16px,env(safe-area-inset-bottom));background:var(--surface);border:1px solid var(--border);border-radius:16px}.player .modal-head h2{margin:0;min-width:0;font-size:.98rem;font-weight:650;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.player .modal-head .icon-btn{margin-left:auto;flex:0 0 auto}.player video{width:100%;max-height:min(72dvh,620px);background:#000;border-radius:10px}.player audio{width:100%}.player-note{margin:0;font-size:.8rem}.play-btn:hover{color:var(--down);border-color:var(--down)}@media (max-width: 640px){.player{border-radius:0;border-left:0;border-right:0;max-width:100vw}.player video{max-height:56dvh}}.modal-head h2{margin:0;font-size:1.1rem;font-weight:750;letter-spacing:-.01em}.modal-head .icon-btn{margin-left:auto}.modal label{display:grid;gap:5px}.modal-foot{display:flex;gap:10px;justify-content:flex-end}.modal-foot .ghost,.modal-foot .primary{min-width:118px}.usermenu{position:relative;flex:0 0 auto}.avatar-btn{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:4px 10px 4px 4px;border:1px solid var(--border);border-radius:999px;background:transparent;color:var(--text)}.avatar-btn:hover{background:var(--surface2)}.avatar{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,var(--accent),var(--accent2));color:#fff;font-size:.82rem;font-weight:800}.avatar.lg{width:38px;height:38px;font-size:1rem}.avatar-name{font-size:.88rem;font-weight:650;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.avatar-btn .caret{width:15px;height:15px;color:var(--faint)}.menu-pop{position:absolute;top:calc(100% + 8px);right:0;z-index:25;min-width:250px;max-width:320px;display:grid;gap:4px;padding:8px;background:var(--raised);border:1px solid var(--border);border-radius:14px;box-shadow:0 16px 40px #00000080;animation:pFadeIn .15s ease-out}.menu-who{display:flex;align-items:flex-start;gap:12px;padding:6px 8px 10px;min-width:0}.menu-who-details{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.menu-who-name-row{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.menu-who-name{font-size:.95rem;font-weight:700;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.menu-role-chip{display:inline-block;padding:1px 6px;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;border-radius:999px}.menu-role-chip.admin{background:#f59e0b2e;border:1px solid rgba(245,158,11,.45);color:var(--warn)}.menu-role-chip.standard{background:#7c3aed2e;border:1px solid rgba(124,58,237,.4);color:var(--accent2)}.menu-who-email{font-size:.78rem;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.menu-who-email.placeholder{color:var(--faint);font-style:italic}.menu-who-quota{display:block;font-style:normal;font-size:.75rem;color:var(--faint);margin-top:3px}.menu-meta-list{display:flex;flex-direction:column;gap:4px;padding:6px 10px;background:var(--surface);border-radius:9px;border:1px solid var(--border);margin-bottom:2px}.menu-meta-item{display:flex;align-items:center;gap:8px;font-size:.76rem;color:var(--muted)}.menu-meta-item .ic{width:14px;height:14px;color:var(--accent2);flex-shrink:0}.menu-meta-item b{color:var(--text);font-weight:600}.menu-sep{height:1px;background:var(--border);margin:2px 0}.menu-item{display:flex;align-items:center;gap:10px;width:100%;min-height:38px;padding:8px 10px;border:0;border-radius:9px;background:transparent;color:var(--text);font-weight:600;text-align:left}.menu-item:hover{background:var(--surface2)}.menu-item .ic{width:17px;height:17px;color:var(--muted)}.chips{display:flex;gap:7px;min-width:0;overflow-x:auto;scrollbar-width:none}.chips::-webkit-scrollbar{display:none}.chip{flex:0 0 auto;min-height:32px;padding:5px 14px;border:1px solid var(--border);border-radius:16px;background:transparent;color:var(--muted);font-size:.85rem;font-weight:600;transition:all .15s ease}.chip:hover{background:var(--surface2);color:var(--text)}.chip.is-on{background:var(--accent);border-color:var(--accent);color:#fff;font-weight:700;box-shadow:0 2px 8px #7c3aed66}.sortwrap{display:flex;align-items:center;gap:8px;flex:0 0 auto}.sortwrap select.chip{min-height:32px;padding:5px 10px;color:var(--text);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:none;cursor:pointer}.chip.sort{font-variant-numeric:tabular-nums;white-space:nowrap}.sort-dir-group{display:inline-flex;align-items:center;gap:4px}.sort-arrow-btn{width:32px;height:32px;min-height:32px;padding:0;display:inline-grid;place-items:center;border-radius:8px;cursor:pointer;transition:all .15s ease}.sort-arrow-btn .ic{width:14px;height:14px;stroke-width:2.3}.sort-arrow-btn:hover{background:var(--surface2);color:var(--text)}.sort-arrow-btn.is-on{background:var(--accent);border-color:var(--accent);color:#fff;box-shadow:0 2px 8px #7c3aed66}.chip-ic .ic{width:20px;height:20px;stroke-width:2.1}.file .ic{width:16px;height:16px;color:var(--down)}.bulk .icon-btn{gap:7px}.bulk .icon-btn .btn-label{display:inline}.card-menu button .ic{width:16px;height:16px}.status{grid-area:status;display:flex;align-items:center;gap:16px;padding:0 20px;padding-bottom:env(safe-area-inset-bottom);background:var(--surface);border-top:1px solid var(--border)}.rate{display:flex;align-items:center;gap:6px}.live{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:.84rem}.live .dot{width:7px;height:7px;border-radius:50%;background:var(--faint)}.live .dot.on{background:var(--down);box-shadow:0 0 0 3px #34d39929}.rate .ic{width:15px;height:15px;stroke-width:2.4}.rate .num{font-size:.95rem}.rate.down{color:var(--down)}.rate.up{color:var(--up)}.tot{display:flex;flex-direction:column;line-height:1.15}.tot .num{font-size:.84rem;color:var(--text)}.ver{font-size:11px;font-weight:700;color:var(--faint);font-variant-numeric:tabular-nums;letter-spacing:.02em}.only-narrow{display:none}.fab{position:fixed;right:16px;bottom:calc(var(--status-h) + 16px + env(safe-area-inset-bottom));z-index:25;width:56px;height:56px;place-items:center;border:0;border-radius:18px;background:linear-gradient(135deg,var(--accent),var(--accent2));color:#fff;box-shadow:0 10px 26px #00000073,0 0 0 1px #8b5cf659}.fab .ic{width:26px;height:26px;stroke-width:2.4}.fab:active{transform:scale(.96)}@container (max-width: 680px){.search-toggle{display:inline-grid}.search-toggle.is-hidden{display:none}.bar .find:not(.is-expanded){display:none}.bar .find.is-expanded{display:flex;flex:1 1 auto;max-width:none;animation:searchDrop .18s ease-out}}@media (max-width: 860px){.only-narrow{display:inline-grid}.shell{grid-template-columns:minmax(0,1fr);grid-template-areas:"main" "status";width:100%;max-width:100vw;overflow-x:hidden}.main{width:100%;max-width:100%;min-width:0;overflow-y:auto;overflow-x:hidden}.list{padding:10px 14px 96px;gap:8px;width:100%;max-width:100%;box-sizing:border-box}.dl{padding:11px 13px;border-radius:11px;width:100%;max-width:100%;box-sizing:border-box}.card-main{gap:10px;width:100%;min-width:0}.side{position:fixed;inset:0 auto 0 0;z-index:30;width:min(84vw,var(--side-w));transform:translate(-102%);transition:transform .22s ease;padding-top:max(14px,env(safe-area-inset-top))}.side.is-open{transform:none;box-shadow:0 0 0 100vmax #00000080}.side-collapse-btn{display:none}.side.is-collapsed{padding:14px 12px;align-items:stretch}.side.is-collapsed .side-top,.side.is-collapsed .brand-wrap{justify-content:flex-start}.side.is-collapsed .wordmark{display:inline}.side.is-collapsed .add-btn{width:100%;height:auto;min-height:38px;padding:8px 14px;justify-content:flex-start;margin:0}.side.is-collapsed .add-btn .btn-label{display:inline}.side.is-collapsed .side-label{display:block}.side.is-collapsed .nav-row{width:100%;min-height:40px;padding:8px 11px;justify-content:flex-start;border-left:3px solid transparent}.side.is-collapsed .nav-row.is-on{border-left-color:var(--accent);box-shadow:none}.side.is-collapsed .nav-row .nav-label,.side.is-collapsed .nav-row .tally{display:inline}.side.is-collapsed .quota-box.is-mini{display:none}.scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:29}.bar{padding:12px 14px 8px}.filters{flex-wrap:wrap}.kbd{display:none}.sortwrap{margin-left:auto}.search-toggle{display:inline-grid}.search-toggle.is-hidden{display:none}.bar .find:not(.is-expanded){display:none}.bar .find.is-expanded{display:flex;flex:1 1 auto;max-width:none;animation:searchDrop .18s ease-out}.filters{padding:2px 14px 10px}.status{gap:12px;padding:0 14px}.bulk .icon-btn{flex:1}.tot:first-of-type{margin-left:auto}}@keyframes searchDrop{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 640px){.bar{padding:10px 12px 6px}.filters{padding:2px 10px 8px;gap:6px}.list{padding:8px 8px 96px;gap:8px;width:100%;max-width:100%;box-sizing:border-box}.dl{padding:9px 10px;border-radius:10px;width:100%;max-width:100%;box-sizing:border-box}.card-main{gap:8px;width:100%;min-width:0}.chip-ic{width:32px;height:32px;flex:0 0 32px;border-radius:8px}.chip-ic .chip-svg{width:16px;height:16px}.card-body{flex:1 1 0%;min-width:0;overflow:hidden;gap:2px}.card-body .head{gap:6px;min-width:0}.card-body .name{font-size:13px;font-weight:650;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card-body .pct{font-size:11.5px;flex:0 0 auto}.bar-track{height:3px;margin:2px 0;width:100%}.card-body .foot{display:flex;flex-direction:column;align-items:flex-start;gap:1px;min-width:0;width:100%;overflow:hidden;font-size:11px}.sub{display:flex;align-items:center;gap:5px;min-width:0;max-width:100%;overflow:hidden;font-size:11px}.sub-text{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px}.state-pill{padding:1px 5px;font-size:10px;flex:0 0 auto}.stats{display:flex;align-items:center;gap:5px;min-width:0;max-width:100%;overflow:hidden;font-size:10.5px}.stat-line{font-size:10.5px;gap:3px;flex:0 0 auto}.stat-line .ic{width:11px;height:11px}.act{display:flex;align-items:center;gap:4px;flex:0 0 auto;flex-shrink:0;margin-left:auto}.act .icon-btn{width:30px;height:30px;min-height:30px;flex:0 0 30px;border-radius:7px;padding:0}.act .icon-btn .ic{width:14px;height:14px}.save-btn{min-height:30px;height:30px;padding:3px 8px;font-size:11px;border-radius:7px;gap:3px;flex:0 0 auto}.save-btn .ic{width:12px;height:12px}.files{width:100%;max-width:100%;min-width:0;box-sizing:border-box;padding-top:8px;margin-top:6px;overflow:hidden}.file{width:100%;max-width:100%;min-width:0;box-sizing:border-box;min-height:36px;padding:4px 8px;gap:6px;overflow:hidden}.file-type-ic{width:14px;height:14px;flex:0 0 14px;flex-shrink:0}.file-name{flex:1 1 0%;min-width:0;font-size:.8rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-size{flex:0 0 auto;flex-shrink:0;font-size:.74rem;white-space:nowrap}.file-dl-btn{width:28px;height:28px;min-height:28px;flex:0 0 28px;flex-shrink:0;margin-left:2px;background:#7c3aed2e;border-color:#7c3aed66;color:var(--accent2);border-radius:6px}.file-dl-btn .ic{width:14px;height:14px}.modal-backdrop{padding:10px}.profile-modal{max-height:92vh;border-radius:14px}.p-header{padding:12px 14px}.p-tabs{padding:6px 10px}.p-tab{padding:7px 8px;font-size:.8rem;gap:5px}.p-body{padding:12px 14px}.user-badge-card{padding:12px;gap:12px}.p-avatar{width:44px;height:44px;font-size:1.2rem}.p-username{font-size:1.05rem}.p-cleanup-item{flex-direction:column;align-items:stretch;gap:8px}.p-cleanup-item .p-action-btn{width:100%}.p-card-header-split{flex-direction:column;align-items:stretch;gap:8px}}@media (max-width: 380px){.list{padding:6px 6px 92px}.dl{padding:8px}.card-main{gap:6px}.chip-ic{width:28px;height:28px;flex:0 0 28px}.chip-ic .chip-svg{width:14px;height:14px}.act{gap:3px}.act .icon-btn{width:28px;height:28px;min-height:28px;flex:0 0 28px}.act .icon-btn .ic{width:13px;height:13px}.file{padding:3px 6px;gap:4px}.file-dl-btn{width:26px;height:26px;min-height:26px;flex:0 0 26px}.file-dl-btn .ic{width:13px;height:13px}}@media (max-width: 560px){.tot,.avatar-name,.avatar-btn .caret{display:none}.avatar-btn{padding:4px}.status{gap:12px}.rate.up{margin-left:auto}}.peek{position:absolute;right:6px;top:50%;transform:translateY(-50%);display:grid;place-items:center;width:34px;height:34px;background:none;border:0;padding:0;color:var(--faint)}.peek svg{width:18px;height:18px}.peek:hover{color:var(--text)}.paste-btn .ic{width:17px;height:17px}.paste-note{margin:-4px 0 0;font-size:.82rem}.history-view{display:flex;flex-direction:column;gap:16px;width:100%;max-width:1000px;margin:0 auto;padding:16px 20px 48px}.history-view.is-compact{max-width:100%;padding:4px 0 16px;gap:12px}.history-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.history-chips{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.history-controls{display:flex;align-items:center;gap:8px;margin-left:auto}.history-search-wrap{position:relative;display:flex;align-items:center;background:var(--surface2);border:1px solid var(--border);border-radius:9px;padding:0 8px;height:36px;min-width:210px;transition:border-color .15s ease}.history-search-wrap:focus-within{border-color:var(--accent)}.history-search-wrap .ic{width:15px;height:15px;color:var(--faint);flex-shrink:0;margin-right:6px}.history-search-input{border:0;background:transparent;color:var(--text);font-size:.85rem;width:100%;outline:none;font-family:inherit}.history-search-input::placeholder{color:var(--faint)}.history-refresh-btn{width:36px;height:36px;border-radius:9px;display:grid;place-items:center;background:var(--surface2);border:1px solid var(--border);color:var(--muted)}.history-refresh-btn:hover{color:var(--text);border-color:var(--faint)}.history-list{display:flex;flex-direction:column;gap:8px}.history-item{display:flex;align-items:flex-start;gap:14px;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:12px 16px;transition:background-color .15s ease,border-color .15s ease}.history-item:hover{background:var(--surface2);border-color:var(--faint)}.history-item-icon{width:36px;height:36px;border-radius:10px;display:grid;place-items:center;flex-shrink:0;background:var(--surface2);border:1px solid var(--border)}.history-item-icon .ic{width:18px;height:18px}.history-item-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.history-item-main{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.history-item-title{font-weight:600;font-size:.92rem;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.history-filename{font-family:var(--ui);word-break:break-all;white-space:normal}.history-action-text{font-weight:600;color:var(--text)}.history-size-pill,.history-count-pill{font-size:.73rem;font-weight:600;padding:2px 7px;border-radius:6px;background:var(--raised);color:var(--muted);border:1px solid var(--border);white-space:nowrap}.history-item-meta{display:flex;align-items:center;gap:7px;font-size:.78rem;color:var(--muted);flex-wrap:wrap}.history-action-badge{display:inline-flex;align-items:center;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:1px 7px;border-radius:999px}.history-meta-sep{color:var(--border)}.history-time{color:var(--muted)}.history-device{max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.history-addr{font-size:.75rem}.badge-download{background:#34d39924;color:var(--down)}.badge-add{background:#38bdf824;color:var(--info)}.badge-remove{background:#f8717124;color:var(--err)}.badge-cleanup{background:#fbbf2424;color:var(--warn)}.badge-signin{background:#a78bfa24;color:var(--accent2)}.badge-signup{background:#34d39924;color:var(--down)}.badge-failed{background:#f8717124;color:var(--err)}.badge-security,.badge-expire{background:#fbbf2424;color:var(--warn)}.badge-other{background:var(--surface2);color:var(--faint)}.history-loading{display:flex;align-items:center;justify-content:center;gap:10px;padding:48px 16px;color:var(--muted);font-size:.9rem}.history-error{display:flex;flex-direction:column;align-items:center;gap:12px;padding:36px 16px}.history-empty{display:flex;flex-direction:column;align-items:center;text-align:center;padding:48px 20px;background:var(--surface);border:1px dashed var(--border);border-radius:14px}.history-empty-icon{width:48px;height:48px;border-radius:12px;display:grid;place-items:center;background:var(--surface2);color:var(--faint);margin-bottom:12px}.history-empty-icon .ic{width:24px;height:24px}.history-empty h3{margin:0 0 6px;font-size:1rem;font-weight:700;color:var(--text)}.history-empty .sub{margin:0 0 16px;font-size:.85rem;color:var(--muted);max-width:380px}.spin{animation:spin .85s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 640px){.history-view{padding:12px 14px 40px}.history-toolbar{flex-direction:column;align-items:stretch}.history-controls{width:100%}.history-search-wrap{flex:1;min-width:0}.history-item{padding:10px 12px;gap:10px}.history-item-icon{width:32px;height:32px}.history-item-icon .ic{width:16px;height:16px}}
