html,body,#root{min-width:100%;min-height:100%;margin:0}html{background:var(--background)}body{background:var(--background);color:var(--text);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;transition:background-color .2s,color .2s}button,input,select,textarea{font:inherit}button{border:0}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#eef1f5}::-webkit-scrollbar-thumb{background:#c6cdd8;border-radius:10px}html[data-theme=dark]{background:#0d0f14}html[data-theme=dark] ::-webkit-scrollbar-track{background:#151820}html[data-theme=dark] ::-webkit-scrollbar-thumb{background:#343b4a}.video-overlay{z-index:9999;color:#fff;isolation:isolate;background:#000;justify-content:center;align-items:center;width:100vw;height:100dvh;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex;position:fixed;inset:0;overflow:hidden}.video-player-container{isolation:isolate;contain:strict;backface-visibility:hidden;background:#000;justify-content:center;align-items:center;width:100%;min-width:0;height:100%;min-height:0;display:flex;position:absolute;inset:0;overflow:hidden;transform:translate(0,0)}.video-player-container:before{content:"";z-index:0;pointer-events:none;background:#000;position:absolute;inset:0}.nix-video{z-index:1;object-fit:contain;cursor:pointer;-webkit-user-select:none;user-select:none;backface-visibility:hidden;background:#000;width:100%;min-width:0;height:100%;min-height:0;display:block;position:absolute;inset:0;transform:translate(0,0)}.video-loading{z-index:20;pointer-events:none;color:#fffffff0;text-align:center;text-shadow:0 2px 10px #000;backface-visibility:hidden;background:#000000b8;flex-direction:column;justify-content:center;align-items:center;gap:13px;font-size:14px;font-weight:600;display:flex;position:absolute;inset:0;transform:translate(0,0)}.video-loading-progress{color:#ffffffb8;background:#ffffff14;border:1px solid #ffffff24;border-radius:999px;min-width:150px;padding:7px 12px;font-size:12px;font-weight:500}.video-spinner{border:3px solid #fff;border-color:#fff #ffffffb3 #ffffff2e #ffffff2e;border-radius:50%;width:42px;height:42px;animation:.75s linear infinite nix-spin}@keyframes nix-spin{to{transform:rotate(360deg)}}.video-error{z-index:60;text-align:center;-webkit-backdrop-filter:blur(12px);background:#000000eb;flex-direction:column;justify-content:center;align-items:center;padding:32px;display:flex;position:absolute;inset:0}.video-error-icon{color:#fff;background:#ffffff12;border:1px solid #ffffff2e;border-radius:50%;place-items:center;width:52px;height:52px;margin-bottom:14px;font-size:23px;font-weight:800;display:grid}.video-error h3{margin:0 0 8px;font-size:21px;font-weight:700}.video-error p{color:#ffffff9e;max-width:620px;margin:0 0 22px;font-size:14px;line-height:1.5}.video-error-actions{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.video-error button{color:#fff;cursor:pointer;background:#ffffff17;border:1px solid #ffffff29;border-radius:9px;min-height:42px;padding:0 18px;font-size:13px;font-weight:600;transition:background .16s,border-color .16s,transform .16s}.video-error button:hover{background:#ffffff29;border-color:#ffffff42;transform:translateY(-1px)}.video-controls{z-index:30;opacity:0;pointer-events:none;backface-visibility:hidden;background:0 0;padding:30px 26px 10px;transition:opacity .18s,transform .18s;position:absolute;bottom:0;left:0;right:0;transform:translateY(6px)}.video-controls.visible,.controls-active .video-controls{opacity:1;pointer-events:auto;transform:translate(0,0)}.controls-hidden .video-controls{opacity:0;pointer-events:none}.video-title{align-items:center;gap:9px;width:100%;min-width:0;margin-bottom:5px;display:flex}.video-title-text{color:#fff;letter-spacing:-.01em;white-space:nowrap;text-overflow:ellipsis;text-shadow:0 2px 10px #000000bf;min-width:0;font-size:15px;font-weight:650;overflow:hidden}.player-mode{color:#ffffffb8;letter-spacing:.04em;text-transform:uppercase;background:#ffffff14;border:1px solid #ffffff29;border-radius:5px;flex:none;padding:3px 7px;font-size:10px;font-weight:750}.progress-wrap{align-items:center;width:100%;height:20px;margin-bottom:4px;display:flex;position:relative}.progress-wrap:before{content:"";background:#ffffff47;border-radius:999px;height:4px;transition:height .12s;position:absolute;left:0;right:0}.progress-wrap:hover:before{height:6px}.progress-fill{pointer-events:none;z-index:1;background:#e50914;border-radius:999px;height:4px;transition:width 80ms linear;position:absolute;left:0}.video-progress{z-index:3;appearance:none;cursor:pointer;background:0 0;width:100%;height:20px;margin:0;padding:0;position:relative}.video-progress::-webkit-slider-runnable-track{background:0 0;height:4px}.video-progress::-moz-range-track{background:0 0;height:4px}.video-progress::-webkit-slider-thumb{appearance:none;opacity:0;background:#e50914;border:0;border-radius:50%;width:13px;height:13px;margin-top:-4.5px;transition:opacity .12s;box-shadow:0 1px 5px #0006}.video-progress:hover::-webkit-slider-thumb{opacity:1}.video-progress:focus::-webkit-slider-thumb{opacity:1}.video-progress::-moz-range-thumb{opacity:0;background:#e50914;border:0;border-radius:50%;width:13px;height:13px}.video-progress:hover::-moz-range-thumb{opacity:1}.video-progress:focus::-moz-range-thumb{opacity:1}.video-control-row{align-items:center;gap:5px;min-height:38px;display:flex}.video-control-row button{color:#fff;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:9px;flex:none;place-items:center;width:40px;height:38px;padding:0;transition:background .14s,border-color .14s,transform .14s;display:grid}.video-control-row button:hover,.video-control-row button:focus-visible{background:#ffffff1c;border-color:#ffffff1c;outline:none}.video-control-row button:active{transform:scale(.94)}.video-control-row button svg{width:19px;height:19px}.video-time{color:#ffffffe6;font-variant-numeric:tabular-nums;white-space:nowrap;min-width:108px;margin-left:4px;font-size:12px}.player-spacer{flex:1}.volume-slider{appearance:none;cursor:pointer;background:#ffffff4d;border-radius:999px;width:82px;height:4px;margin:0 6px 0 0}.volume-slider::-webkit-slider-thumb{appearance:none;background:#fff;border:0;border-radius:50%;width:12px;height:12px}.volume-slider::-moz-range-thumb{background:#fff;border:0;border-radius:50%;width:12px;height:12px}.player-select-wrap{-webkit-backdrop-filter:blur(12px);color:#ffffff94;white-space:nowrap;background:#0f0f0fc7;border:1px solid #ffffff24;border-radius:9px;align-items:center;gap:6px;height:40px;padding:0 9px;font-size:10px;font-weight:650;display:inline-flex}.player-select-wrap select{color:#fff;cursor:pointer;background:0 0;border:0;outline:0;min-width:48px;height:30px;padding:0 5px;font-size:12px;font-weight:650}.player-select-wrap select option{color:#fff;background:#151515}.view-control{border-color:#ffffff2e;min-width:108px}.view-control select{min-width:76px}.quality-control{border-color:#ffffff2e;min-width:118px}.quality-control .quality-select{min-width:64px}.video-overlay.controls-hidden,.video-overlay.controls-hidden *,.video-overlay.controls-hidden .nix-video{cursor:none!important}.video-overlay.controls-active{cursor:default}.video-overlay.controls-active .nix-video,.video-overlay.controls-active button,.video-overlay.controls-active select,.video-overlay.controls-active input[type=range]{cursor:pointer}.video-player-container:fullscreen{background:#000;width:100vw;height:100vh}.video-player-container:fullscreen .nix-video{width:100vw;height:100vh;position:absolute;inset:0}.video-control-row button:focus-visible,.player-select-wrap select:focus-visible,.video-progress:focus-visible,.volume-slider:focus-visible{outline-offset:2px;outline:2px solid #ffffffd9}.video-overlay,.video-player-container,.video-player-container:before,.nix-video,.video-loading,.video-controls{background-color:#000}.video-controls{will-change:opacity, transform}@media (width>=900px){.video-controls{padding-bottom:12px;padding-left:38px;padding-right:38px}.video-control-row{gap:7px}.video-control-row button{width:42px;height:42px}.player-select-wrap{height:40px}}@media (width<=850px){.player-select-wrap>span{display:none}.quality-control{min-width:auto}.player-select-wrap{padding:0 7px}.video-time{min-width:88px}}@media (width<=700px){.video-controls{padding:24px 12px 7px}.video-title-text{font-size:12px}.video-control-row{gap:2px}.video-control-row button{width:34px;height:34px}.video-time{min-width:84px;font-size:11px}.volume-slider{width:55px}.player-select-wrap{height:34px}.player-select-wrap select{height:28px;font-size:11px}.quality-control .quality-select{min-width:54px}.view-control select{min-width:58px}}@media (width<=560px){.video-time{min-width:70px}.volume-slider{display:none}.video-control-row button{width:31px;height:34px}.video-control-row button svg{width:17px;height:17px}.player-select-wrap{border-radius:8px;padding:0 4px}.quality-control .quality-select{min-width:49px}.view-control select{min-width:52px}.video-error{padding:20px}.video-error-actions{width:min(320px,100%)}.video-error-actions button{width:100%}}@media (prefers-reduced-motion:reduce){.video-spinner{animation:none}.video-controls,.video-control-row button{transition:none}.video-progress::-webkit-slider-thumb{transition:none}}.video-controls{isolation:isolate;background:0 0!important}.video-controls:before{content:"";z-index:-1;pointer-events:none;background:linear-gradient(#0000 0%,#0000001f 48%,#0000007a 100%);position:absolute;inset:0}.video-controls>*{position:relative}.video-title-text,.video-time{text-shadow:0 2px 8px #000000e6}@media (width<=700px){.video-controls{padding-top:18px;padding-bottom:6px}}.file-viewer-overlay{z-index:10000;box-sizing:border-box;color:#fff;background:#000000d1;justify-content:center;align-items:center;padding:20px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex;position:fixed;inset:0}.file-viewer{background:#11151b;border:1px solid #ffffff1f;border-radius:14px;flex-direction:column;width:min(1200px,100%);height:min(850px,100%);display:flex;overflow:hidden;box-shadow:0 24px 80px #0000008c}.file-viewer-header{box-sizing:border-box;background:#171c23;border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;gap:16px;min-height:64px;padding:10px 14px 10px 20px;display:flex}.file-viewer-title strong{white-space:nowrap;text-overflow:ellipsis;max-width:min(65vw,700px);font-size:15px;overflow:hidden}.file-viewer-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.file-viewer-download,.file-preview-unsupported a{color:#111;cursor:pointer;background:#fff;border:0;border-radius:8px;justify-content:center;align-items:center;min-height:38px;padding:0 14px;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex}.file-viewer-download:hover,.file-preview-unsupported a:hover{background:#e8e8e8}.file-viewer-content{background:#080a0d;flex:1;justify-content:center;align-items:center;min-height:0;display:flex;position:relative;overflow:hidden}.file-preview-image{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%;display:block}.file-preview-frame{background:#fff;border:0;width:100%;height:100%;display:block}.file-preview-text{background:#fff}.file-preview-audio{text-align:center;box-sizing:border-box;flex-direction:column;align-items:center;gap:18px;width:min(680px,90%);padding:30px;display:flex}.file-preview-audio h2{white-space:nowrap;text-overflow:ellipsis;max-width:100%;margin:0;font-size:20px;overflow:hidden}.file-preview-icon{color:#fff;background:#202630;border-radius:16px;justify-content:center;align-items:center;width:72px;height:72px;font-size:26px;font-weight:700;display:flex}.file-preview-unsupported{text-align:center;flex-direction:column;align-items:center;gap:14px;max-width:600px;padding:32px;display:flex}.file-preview-unsupported p{color:#aeb7c5;margin:0;line-height:1.6}.file-preview-error{color:#ffd7d7;background:#541b1b;border-radius:8px;padding:12px 14px;font-size:13px;position:absolute;bottom:20px;left:20px;right:20px}@media (width<=700px){.file-viewer-overlay{padding:0}.file-viewer{border:0;border-radius:0;width:100%;height:100%}.file-viewer-header{padding-left:14px}.file-viewer-title strong{max-width:45vw}.file-viewer-download{padding:0 10px}.file-viewer-close{width:36px;height:36px}.file-viewer-content{min-height:0}}.smart-page{max-width:1400px;margin:0 auto;padding:28px 4px 70px}.smart-hero{justify-content:space-between;align-items:flex-start;gap:30px;margin-bottom:22px;display:flex}.smart-kicker{letter-spacing:1.6px;color:#7569ff;margin-bottom:10px;font-size:11px;font-weight:800}.smart-hero h1{margin:0 0 12px;font-size:34px;line-height:1.1}.smart-hero p{color:var(--text-secondary);max-width:850px;margin:0;font-size:15px;line-height:1.5}.smart-orb{color:#8277ff;background:#292347;border-radius:18px;flex:none;place-items:center;width:64px;height:64px;font-size:31px;display:grid}.smart-search{border:1px solid var(--border);background:var(--surface);border-radius:12px;align-items:center;gap:12px;margin-bottom:16px;padding:7px 8px 7px 15px;display:flex}.smart-search span{color:var(--text-muted);font-size:26px}.smart-search input{color:var(--text);background:0 0;border:0;outline:0;flex:1;min-width:0;font-size:14px}.smart-search button,.smart-panel button,.smart-index-banner button{background:var(--primary);color:#fff;cursor:pointer;border:0;border-radius:9px;padding:11px 17px;font-weight:700}.smart-search button:disabled,.smart-panel button:disabled,.smart-index-banner button:disabled{opacity:.55;cursor:default}.smart-error{color:#ffcbd0;background:#3a2025;border:1px solid #71343d;border-radius:9px;justify-content:space-between;gap:12px;margin-bottom:14px;padding:11px 14px;display:flex}.smart-error button{color:inherit;cursor:pointer;background:0 0;border:0;font-size:18px}.smart-tabs{gap:4px;margin-bottom:18px;display:flex;overflow:auto}.smart-tabs button{color:var(--text-secondary);white-space:nowrap;cursor:pointer;background:0 0;border:0;border-radius:9px;padding:10px 14px;font-size:14px}.smart-tabs button.active{background:var(--surface);color:var(--text);font-weight:700}.smart-stat-grid{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:14px;display:grid}.smart-stat-grid>div,.health-grid>div,.analytics-top>div{background:var(--surface);border:1px solid var(--border);border-radius:13px;padding:17px}.smart-stat-grid small,.health-grid small,.analytics-top small{color:var(--text-secondary);font-size:12px;display:block}.smart-stat-grid strong{margin:8px 0 2px;font-size:28px;display:block}.smart-stat-grid span{color:var(--text-muted);font-size:11px}.smart-two-col{grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px;display:grid}.smart-panel{background:var(--surface);border:1px solid var(--border);border-radius:13px;margin-bottom:14px;padding:18px}.smart-panel h2{margin:0 0 4px;font-size:17px}.smart-panel p{color:var(--text-secondary);margin:0 0 17px;font-size:12px}.break-row{margin:14px 0}.break-row>div{justify-content:space-between;font-size:12px;display:flex}.break-row i,.analytics-types i{background:var(--surface-hover);border-radius:99px;height:7px;margin-top:7px;display:block;overflow:hidden}.break-row em,.analytics-types em{background:var(--primary);border-radius:inherit;height:100%;display:block}.engine-row{border-bottom:1px solid var(--border);align-items:center;gap:11px;padding:13px 0;display:flex}.engine-row:last-child{border-bottom:0}.engine-row .dot{background:var(--success);border-radius:50%;flex:none;width:8px;height:8px}.engine-row>div{flex:1}.engine-row b,.engine-row small{display:block}.engine-row small{color:var(--text-muted);margin-top:2px;font-size:11px}.engine-row button{padding:8px 13px;font-size:12px}.collection-mini-grid{grid-template-columns:repeat(4,1fr);gap:9px;display:grid}.collection-mini-grid button,.collection-grid button{border:1px solid var(--border);background:var(--surface-soft);color:var(--text);cursor:pointer;text-align:left;border-radius:10px;padding:13px}.collection-mini-grid button:hover,.collection-grid button:hover{border-color:var(--primary)}.collection-mini-grid strong,.collection-mini-grid span{display:block}.collection-mini-grid span{color:var(--text-muted);margin-top:5px;font-size:11px}.smart-index-banner{background:var(--primary-soft);border:1px solid #cfd0ff;border-radius:12px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:14px;padding:14px 16px;display:flex}.smart-index-banner strong,.smart-index-banner span{display:block}.smart-index-banner span{color:var(--text-secondary);margin-top:4px;font-size:12px}.panel-heading{justify-content:space-between;align-items:flex-start;gap:15px;display:flex}.ghost{color:var(--text)!important;border:1px solid var(--border)!important;background:0 0!important}.collection-grid{grid-template-columns:repeat(4,1fr);gap:11px;display:grid}.collection-grid button{gap:12px;display:flex}.collection-grid button.selected{border-color:var(--primary);background:var(--primary-soft)}.collection-icon{font-size:24px}.collection-grid strong,.collection-grid span,.collection-grid b{display:block}.collection-grid span{color:var(--text-secondary);margin:4px 0;font-size:11px}.collection-grid b{font-size:11px}.collection-results{border-top:1px solid var(--border);margin-top:22px;padding-top:20px}.smart-empty{text-align:center;min-height:180px;color:var(--text-muted);place-items:center;font-size:14px;display:grid}.duplicate-group{border:1px solid var(--border);border-radius:11px;margin:12px 0;overflow:hidden}.duplicate-head{background:var(--surface-soft);justify-content:space-between;gap:10px;padding:12px 14px;display:flex}.duplicate-head span{color:var(--text-muted);font-size:11px}.duplicate-file{border-top:1px solid var(--border);align-items:center;gap:10px;padding:11px 14px;display:flex}.duplicate-file div{flex:1;min-width:0}.duplicate-file b,.duplicate-file small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.duplicate-file small{color:var(--text-muted);margin-top:3px;font-size:11px}.duplicate-file>strong{font-size:11px}.health-grid,.analytics-top{grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:16px;display:grid}.health-grid strong,.analytics-top strong{margin-top:8px;font-size:25px;display:block}.issue{border-bottom:1px solid var(--border);align-items:center;gap:11px;padding:12px 0;display:flex}.issue div{flex:1;min-width:0}.issue b,.issue small{display:block}.issue small{color:var(--text-muted);text-overflow:ellipsis;margin-top:3px;font-size:11px;overflow:hidden}.issue em{color:#d97706;font-size:11px}.analytics-top{grid-template-columns:repeat(3,1fr)}.analytics-types>div{margin:16px 0}.analytics-types div>div{justify-content:space-between;font-size:12px;display:flex}.analytics-types span{color:var(--text-muted)}.subheading{margin:24px 0 10px;font-size:15px}.watch-list>div{border-bottom:1px solid var(--border);justify-content:space-between;padding:11px 0;font-size:12px;display:flex}.watch-list span{color:var(--text-muted)}@media (width<=1000px){.smart-media-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.collection-grid,.collection-mini-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=750px){.smart-page{padding:20px 0 50px}.smart-stat-grid{grid-template-columns:repeat(2,1fr)}.smart-two-col{grid-template-columns:1fr}.smart-media-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.health-grid{grid-template-columns:repeat(2,1fr)}.smart-orb{display:none}}@media (width<=520px){.smart-hero h1{font-size:28px}.smart-search{padding-left:10px}.smart-search button{padding:10px}.collection-grid,.analytics-top{grid-template-columns:1fr}.smart-index-banner{flex-direction:column;align-items:flex-start}}html[data-theme=dark] .smart-index-banner{background:#211f3a;border-color:#3d3964}.smart-panel,.smart-stat-grid>div,.health-grid>div,.analytics-top>div,.smart-search{background:var(--surface)}.smart-orb-button{cursor:pointer;background:0 0;border:0;padding:0}.smart-row-section{margin:0 0 24px}.smart-row-heading{justify-content:space-between;align-items:flex-end;gap:16px;margin:0 0 10px;display:flex}.smart-row-title{align-items:center;gap:9px;display:flex}.smart-row-title span{color:var(--primary);font-size:17px}.smart-row-title h2{margin:0;font-size:18px}.smart-row-heading p{color:var(--text-secondary);margin:4px 0 0;font-size:12px}.smart-see-all{color:var(--primary);cursor:pointer;background:0 0;border:0;padding:5px 0;font-weight:700}.smart-see-all span{margin-left:5px}.smart-horizontal-row{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.collection-results-heading{justify-content:space-between;align-items:center;gap:15px;margin:0 0 14px;display:flex}.collection-results-heading h3{margin:0 0 3px;font-size:16px}.collection-results-heading span{color:var(--text-secondary);font-size:12px}.smart-modal-backdrop{z-index:1000;background:#000000ad;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.smart-details-modal{background:var(--surface);border:1px solid var(--border);border-radius:16px;width:min(700px,100%);max-height:90vh;padding:24px;position:relative;overflow:auto;box-shadow:0 24px 80px #0000004d}.smart-modal-close{color:var(--text-secondary);cursor:pointer;background:0 0;border:0;font-size:28px;position:absolute;top:12px;right:14px}.smart-detail-path{word-break:break-all;color:var(--text-muted)!important;margin-bottom:18px!important;font-size:12px!important}.smart-details-grid small,.smart-details-grid strong{display:block}.smart-details-grid small{color:var(--text-muted);margin-bottom:4px;font-size:10px}.smart-details-grid strong{overflow-wrap:anywhere;font-size:12px}@media (width<=1000px){.smart-horizontal-row{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=750px){.smart-horizontal-row{grid-template-columns:repeat(2,minmax(0,1fr))}.smart-row-heading{align-items:flex-start}.collection-results-heading{flex-direction:column;align-items:flex-start}.smart-details-grid{grid-template-columns:1fr}}.auth-page{background:radial-gradient(circle at 50% 0%,#e5091429,transparent 40%),var(--bg,#08090b);place-items:center;min-height:100dvh;padding:24px;display:grid;position:relative;overflow:hidden}.auth-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1;background:#111215e0;border:1px solid #ffffff1a;border-radius:24px;width:min(440px,100%);padding:36px;position:relative;box-shadow:0 30px 90px #00000073}.auth-brand{align-items:center;gap:12px;display:flex}.auth-logo{color:#fff;background:#e50914;border-radius:12px;place-items:center;width:42px;height:42px;font-size:23px;font-weight:900;display:grid}.auth-brand strong{letter-spacing:2px;font-size:20px;display:block}.auth-brand span{letter-spacing:2px;opacity:.55;font-size:9px;display:block}.auth-heading{margin:34px 0 24px}.auth-heading h1{margin:0 0 8px;font-size:30px}.auth-heading p{opacity:.62;margin:0}.auth-form{gap:17px;display:grid}.auth-form label{gap:8px;font-size:13px;font-weight:600;display:grid}.auth-form input:not([type=checkbox]){box-sizing:border-box;width:100%;color:inherit;background:#ffffff0d;border:1px solid #ffffff1f;border-radius:11px;outline:none;padding:13px 14px}.auth-form input:focus{border-color:#e50914;box-shadow:0 0 0 3px #e5091424}.auth-check{grid-template-columns:auto 1fr;align-items:center;gap:9px!important;font-weight:500!important;display:flex!important}.auth-check input{accent-color:#e50914}.auth-submit{color:#fff;letter-spacing:.8px;cursor:pointer;background:#e50914;border:0;border-radius:11px;padding:14px;font-weight:800}.auth-submit:disabled{opacity:.6;cursor:wait}.auth-error{color:#ff8a90;background:#e509141f;border-radius:10px;padding:11px 13px;font-size:13px}.auth-foot{text-align:center;opacity:.4;margin-top:22px;font-size:11px}.auth-glow{filter:blur(80px);opacity:.08;background:#e50914;border-radius:50%;width:280px;height:280px;position:absolute}.auth-glow-one{top:-160px;left:-100px}.auth-glow-two{bottom:-140px;right:-120px}.profile-page{min-height:calc(100vh - 72px);color:var(--text,#172033);display:block!important}.profile-page .page-title{visibility:visible!important;opacity:1!important;display:flex!important}.profile-page .page-title>div{align-items:center;gap:14px;display:flex}.profile-page .page-icon{background:var(--card,#fff);border:1px solid var(--border,#e5e7eb);color:#e50914;border-radius:14px;place-items:center;width:52px;height:52px;display:grid}.profile-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.profile-card{background:var(--card,#121316);border:1px solid var(--border,#ffffff14);border-radius:18px;padding:22px;visibility:visible!important;opacity:1!important;display:block!important}.profile-card h2{color:inherit;margin:0 0 7px;font-size:18px}.profile-card h3{color:inherit}.profile-card-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.role-badge{text-transform:uppercase;letter-spacing:1px;color:#ff8a90;background:#e5091421;border-radius:8px;justify-content:center;align-items:center;padding:6px 8px;font-size:10px;display:inline-flex}.profile-hero{align-items:center;gap:15px;margin:20px 0;display:flex}.big-avatar{color:#fff;background:#e50914;border-radius:50%;flex:0 0 68px;place-items:center;width:68px;height:68px;font-size:28px;font-weight:800;display:grid;overflow:hidden}.big-avatar img{object-fit:cover;width:100%;height:100%}.profile-hero h3{margin:0 0 4px}.profile-hero p,.muted{opacity:.55;margin:0;font-size:13px}.profile-form{gap:15px;display:grid}.profile-form label{gap:7px;font-size:12px;font-weight:600;display:grid}.profile-form input{box-sizing:border-box;border:1px solid var(--border,#ffffff1a);width:100%;color:inherit;background:#ffffff0a;border-radius:10px;outline:none;padding:11px 12px;transition:border-color .2s,box-shadow .2s,background .2s}.profile-form input:focus{border-color:#e50914;box-shadow:0 0 0 3px #e509141f}.profile-form input::placeholder{opacity:.5}.profile-form small{opacity:.5;font-weight:400}.profile-primary{color:#fff;cursor:pointer;background:#e50914;border:0;border-radius:10px;padding:11px 15px;font-weight:700;transition:transform .15s,background .15s,opacity .15s}.profile-primary:hover{background:#f20d19;transform:translateY(-1px)}.profile-primary:disabled{opacity:.55;cursor:not-allowed;transform:none}.profile-message,.profile-error{border-radius:10px;margin:0 0 15px;padding:11px 14px}.profile-message{color:#7ee2aa;background:#23b4641f}.profile-error{color:#ff8a90;background:#e509141f}.sessions-card{margin-top:18px}.sessions-list{margin-top:15px;display:grid}.session-row{border-top:1px solid var(--border,#ffffff12);align-items:center;gap:14px;padding:15px 0;display:flex}.session-icon{text-align:center;width:28px;min-width:28px;font-size:22px}.session-main{flex:1;gap:3px;min-width:0;display:grid}.session-main strong{font-size:14px}.session-title{align-items:center;gap:8px;min-width:0;display:flex}.session-main span,.session-main small{opacity:.55;text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.session-main small{display:block}.current-session{background:#22c55e0d;border-radius:10px;padding-left:10px;padding-right:10px}.current-badge{letter-spacing:.8px;color:#22c55e;background:#22c55e1f;border-radius:6px;padding:4px 6px;font-size:9px;font-weight:800}.session-actions{flex-wrap:wrap;gap:8px;display:flex}.revoke-button,.danger-outline{color:#ff737a;cursor:pointer;background:0 0;border:1px solid #e5091459;border-radius:9px;padding:8px 10px;transition:background .15s,border-color .15s,color .15s}.revoke-button:hover,.danger-outline:hover{color:#e50914;background:#e5091414;border-color:#e50914}.danger-outline{white-space:nowrap}.secondary-button{border:1px solid var(--border,#ffffff1f);color:inherit;cursor:pointer;background:0 0;border-radius:9px;padding:8px 11px}.secondary-button:hover{color:#e50914;border-color:#e50914}.secondary-button:disabled,.revoke-button:disabled{opacity:.55;cursor:not-allowed}.device-summary{border:1px solid var(--border,#ffffff14);opacity:.8;border-radius:10px;justify-content:space-between;gap:12px;margin-top:16px;padding:10px 12px;font-size:12px;display:flex}.device-summary strong{font-size:15px}.empty-sessions{text-align:center;opacity:.5;padding:28px}.profile-account-status{color:#22c55e;margin-top:6px;font-size:11px;display:inline-block}html[data-theme=dark] .profile-page{color:#fff;background:#0d0f14}html[data-theme=dark] .profile-card{color:#fff;background:#121316;border-color:#ffffff14}html[data-theme=dark] .profile-form input{color:#fff;background:#ffffff0a;border-color:#ffffff1a}html[data-theme=light] .profile-page{color:#172033;background:#f5f7fa}html[data-theme=light] .profile-card{color:#172033;background:#fff;border-color:#e2e7ee;box-shadow:0 2px 12px #0000000a}html[data-theme=light] .profile-card h2,html[data-theme=light] .profile-card h3{color:#172033}html[data-theme=light] .profile-hero p,html[data-theme=light] .muted{color:#6b7280;opacity:1}html[data-theme=light] .profile-form label{color:#374151}html[data-theme=light] .profile-form input{color:#172033;background:#fff;border-color:#d5dbe4}html[data-theme=light] .profile-form input::placeholder{color:#98a2b3;opacity:1}html[data-theme=light] .profile-form small{color:#6b7280;opacity:1}html[data-theme=light] .profile-form input:focus{border-color:#e50914;box-shadow:0 0 0 3px #e509141f}html[data-theme=light] .session-row{border-top-color:#e5e7eb}html[data-theme=light] .session-main strong{color:#172033}html[data-theme=light] .session-main span,html[data-theme=light] .session-main small{color:#6b7280;opacity:1}html[data-theme=light] .secondary-button{color:#374151;background:#fff;border-color:#d1d5db}html[data-theme=light] .secondary-button:hover{color:#e50914;border-color:#e50914}html[data-theme=light] .device-summary{color:#4b5563;background:#f9fafb;border-color:#e5e7eb}html[data-theme=light] .current-session{background:#22c55e0b}html[data-theme=light] .revoke-button,html[data-theme=light] .danger-outline{color:#dc2626;background:#fff;border-color:#dc262659}html[data-theme=light] .revoke-button:hover,html[data-theme=light] .danger-outline:hover{color:#e50914;background:#e509140f;border-color:#e50914}html[data-theme=light] .empty-sessions{color:#6b7280;opacity:1}html[data-theme=light] .profile-message{color:#15803d;background:#16a34a14}html[data-theme=light] .profile-error{color:#dc2626;background:#dc262614}html[data-theme=light] .role-badge{color:#dc2626;background:#e5091414}html[data-theme=light] .profile-page .page-icon{color:#e50914;background:#fff;border-color:#e2e7ee}@media (width<=800px){.profile-grid{grid-template-columns:1fr}.profile-card-head{align-items:center}.session-row{align-items:flex-start}.session-main span{white-space:normal}.device-summary{flex-direction:column}}@media (width<=520px){.profile-card{border-radius:14px;padding:16px}.profile-card-head{flex-direction:column;align-items:flex-start}.profile-hero{margin:16px 0}.session-row{gap:10px}.session-main small{white-space:normal}.revoke-button,.danger-outline,.secondary-button{padding:7px 9px}}:root{--background:#f5f7fa;--surface:#fff;--surface-soft:#f8fafc;--surface-hover:#f1f4f8;--border:#e2e7ee;--border-dark:#d5dbe4;--text:#172033;--text-secondary:#667085;--text-muted:#98a2b3;--primary:#4f46e5;--primary-soft:#eef2ff;--success:#22c55e;--sidebar-width:248px;--header-height:72px}*{box-sizing:border-box}.app{background:var(--background);min-height:100vh;color:var(--text)}.sidebar{width:var(--sidebar-width);background:var(--surface);border-right:1px solid var(--border);z-index:100;flex-direction:column;display:flex;position:fixed;top:0;bottom:0;left:0}.logo{height:var(--header-height);border-bottom:1px solid var(--border);align-items:center;padding:0 24px;display:flex}.logo-mark{color:#fff;background:#172033;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;font-weight:800;display:flex}.logo-title{letter-spacing:1px;margin-left:12px;font-size:21px;font-weight:800}.logo-subtitle{letter-spacing:2px;color:var(--text-muted);margin-top:-2px;margin-left:12px;font-size:8px}.sidebar-nav{flex:1;padding:22px 14px;overflow-y:auto}.nav-section-title{color:var(--text-muted);letter-spacing:1.4px;margin-bottom:10px;padding:0 14px;font-size:10px;font-weight:700}.nav-section-title.second{margin-top:27px}.nav-item{min-height:42px;color:var(--text-secondary);border-radius:9px;align-items:center;margin-bottom:3px;padding:0 13px;font-size:14px;text-decoration:none;transition:background .15s,color .15s;display:flex}.nav-item:hover{background:var(--surface-hover);color:var(--text)}.nav-item.active{color:var(--text);background:#edf1f6;font-weight:600}.nav-icon{color:#667085;justify-content:center;align-items:center;width:25px;height:25px;margin-right:9px;display:flex}.nav-icon svg{width:18px;height:18px}.nav-item.active .nav-icon{color:var(--primary)}.storage-box{background:var(--surface-soft);border:1px solid var(--border);border-radius:11px;margin:0 14px 14px;padding:14px}.storage-header{align-items:center;gap:7px;font-size:13px;font-weight:700;display:flex}.storage-icon{align-items:center;width:19px;height:19px;display:flex}.storage-icon svg{width:17px;height:17px}.storage-bar{background:#e4e8ee;border-radius:10px;height:6px;margin-top:12px;overflow:hidden}.storage-used{background:var(--primary);border-radius:inherit;width:25%;height:100%}.storage-info{color:var(--text-muted);justify-content:space-between;margin-top:8px;font-size:10px;display:flex}.sidebar-footer{color:var(--text-secondary);align-items:center;padding:0 20px 17px;font-size:11px;display:flex}.server-status-dot{background:var(--success);border-radius:50%;width:7px;height:7px;margin-right:8px}.main{min-height:100vh;margin-left:var(--sidebar-width)}.header{height:var(--header-height);border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:50;background:#fffffff5;align-items:center;padding:0 30px;display:flex;position:sticky;top:0}.search-container{background:var(--surface-soft);border:1px solid var(--border);border-radius:9px;align-items:center;width:min(500px,55vw);height:42px;padding:0 13px;display:flex}.search-container:focus-within{background:#fff;border-color:#c6ceda}.search-icon{color:#667085;justify-content:center;align-items:center;width:20px;height:20px;margin-right:8px;display:flex}.search-container input{width:100%;color:var(--text);background:0 0;border:0;outline:0;font-size:13px}.search-container input::placeholder{color:#98a2b3}.clear-search{width:25px;height:25px;color:var(--text-muted);cursor:pointer;background:0 0;font-size:18px}.header-actions{align-items:center;gap:10px;margin-left:auto;display:flex}.header-button{border:1px solid var(--border);height:40px;color:var(--text-secondary);cursor:pointer;background:#fff;border-radius:9px;align-items:center;gap:8px;padding:0 15px;display:flex}.header-button:hover{background:var(--surface-soft)}.icon-button{border:1px solid var(--border);width:40px;height:40px;color:var(--text-secondary);cursor:pointer;background:#fff;border-radius:9px;justify-content:center;align-items:center;display:flex}.icon-button:hover{background:var(--surface-soft)}.profile{align-items:center;margin-left:4px;display:flex}.profile-button{color:inherit;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:10px;padding:4px 8px}.profile-button:hover{background:var(--surface-soft)}.profile-avatar{color:#fff;background:#172033;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:13px;font-weight:700;display:flex;overflow:hidden}.profile-avatar img{object-fit:cover;width:100%;height:100%}.profile-info{flex-direction:column;margin-left:9px;display:flex}.profile-info strong{font-size:12px;line-height:16px}.profile-info small{color:var(--text-muted);font-size:9px}.content{min-height:calc(100vh - var(--header-height))}.page{max-width:1600px;margin:0 auto;padding:34px}.page-title{margin-bottom:28px}.page-title>div{align-items:center;display:flex}.page-icon{border:1px solid var(--border);width:52px;height:52px;color:var(--primary);background:#fff;border-radius:12px;justify-content:center;align-items:center;margin-right:14px;display:flex}.page-icon svg{width:28px;height:28px}.page-title h1{letter-spacing:-.7px;margin:0;font-size:30px;line-height:1.1}.page-title p{color:var(--text-secondary);margin:6px 0 0;font-size:13px}.file-grid{grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:16px;display:grid}.file-card{text-align:left;border:1px solid var(--border);min-width:0;color:var(--text);cursor:pointer;background:#fff;border-radius:12px;padding:0;transition:transform .15s,box-shadow .15s,border-color .15s;overflow:hidden}.file-card:hover{border-color:var(--border-dark);transform:translateY(-2px);box-shadow:0 8px 25px #10182814}.file-icon{border-bottom:1px solid var(--border);color:#667085;background:linear-gradient(145deg,#f8fafc,#eef2f7);justify-content:center;align-items:center;height:135px;display:flex}.file-icon svg{width:52px;height:52px}.file-name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;padding:12px 12px 0;font-size:12px;font-weight:600;overflow:hidden}.file-size{color:var(--text-muted);padding:5px 12px 13px;font-size:10px}.empty-state{border:1px dashed var(--border-dark);text-align:center;background:#fff;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;min-height:350px;display:flex}.empty-state-icon{background:var(--surface-hover);width:64px;height:64px;color:var(--text-secondary);border-radius:14px;justify-content:center;align-items:center;margin-bottom:14px;display:flex}.empty-state h2{margin:0;font-size:17px}.empty-state p{color:var(--text-muted);margin:8px 0 0;font-size:12px}.error-state{color:#b42318;background:#fff5f5;border:1px solid #fecaca;border-radius:10px;padding:18px;font-size:13px}@media (width<=900px){:root{--sidebar-width:210px}.page{padding:25px}.header{padding:0 20px}.profile-info{display:none}}@media (width<=650px){:root{--sidebar-width:0px}.sidebar{display:none}.main{margin-left:0}.page{padding:20px}.header{padding:0 15px}.search-container{width:100%}.header-button{display:none}.file-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.file-icon{height:110px}}.dashboard-page{padding-top:30px}.hero{border:1px solid var(--border);background:linear-gradient(135deg,#fff 0%,#f7f8fc 100%);border-radius:16px;justify-content:space-between;align-items:center;min-height:245px;margin-bottom:32px;padding:34px 38px;display:flex;box-shadow:0 5px 18px #1018280a}.hero-copy{max-width:720px}.hero-label{color:#667085;letter-spacing:1.8px;margin-bottom:12px;font-size:11px;font-weight:700}.hero h1{letter-spacing:-1.2px;margin:0;font-size:40px}.hero h1 span{color:var(--primary)}.hero-copy>p{color:var(--text-secondary);margin:13px 0 18px;font-size:14px}.hero-logo{color:#fff;background:#172033;border-radius:26px;justify-content:center;align-items:center;width:110px;height:110px;font-size:48px;font-weight:800;display:flex;box-shadow:0 14px 35px #1720332e}.server-badge{border:1px solid var(--border);color:var(--text-secondary);background:#f8fafc;border-radius:999px;align-items:center;gap:8px;padding:8px 11px;font-size:12px;display:inline-flex}.online-dot,.offline-dot{border-radius:50%;width:7px;height:7px}.online-dot{background:#22c55e}.offline-dot{background:#ef4444}.server-badge.online{color:#166534;background:#f0fdf4;border-color:#bbf7d0}.server-badge.offline{color:#991b1b;background:#fef2f2;border-color:#fecaca}.section-heading{justify-content:space-between;align-items:flex-end;margin-bottom:16px;display:flex}.section-heading h2{letter-spacing:-.3px;margin:0;font-size:22px}.section-heading p{color:var(--text-secondary);margin:5px 0 0;font-size:13px}.library-count{color:var(--text-muted);font-size:12px}.media-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;display:grid}.media-card{text-align:left;border:1px solid var(--border);min-height:145px;color:var(--text);cursor:pointer;background:#fff;border-radius:14px;align-items:flex-start;gap:16px;padding:20px;transition:transform .16s,border-color .16s,box-shadow .16s;display:flex;position:relative}.media-card:hover{border-color:#cbd3df;transform:translateY(-2px);box-shadow:0 8px 24px #10182812}.media-card-icon{height:48px;color:var(--primary);background:#eef2ff;border-radius:12px;flex:0 0 48px;justify-content:center;align-items:center;display:flex}.media-svg{width:25px;height:25px}.media-card-content{min-width:0;padding-right:20px}.media-card h3{margin:2px 0 7px;font-size:15px}.media-card p{color:var(--text-secondary);margin:0;font-size:12px;line-height:1.5}.media-count{color:var(--text-muted);margin-top:10px;font-size:11px;display:inline-block}.card-arrow{color:#98a2b3;font-size:18px;position:absolute;bottom:15px;right:17px}.quick-section{margin-top:34px;padding-bottom:20px}.quick-actions{grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;display:grid}.quick-action{text-align:left;border:1px solid var(--border);color:var(--text);cursor:pointer;background:#fff;border-radius:12px;align-items:center;gap:13px;padding:15px;display:flex}.quick-action:hover{background:#fafbfc;border-color:#cbd3df}.quick-icon{color:#667085;background:#f1f4f8;border-radius:10px;flex:0 0 42px;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.quick-action strong,.quick-action small{display:block}.quick-action strong{font-size:13px}.quick-action small{color:var(--text-muted);margin-top:4px;font-size:11px}.empty-state-icon{color:#667085;font-size:14px;font-weight:700}.page-icon{letter-spacing:.3px;font-size:12px;font-weight:700}@media (width<=1050px){.media-grid,.quick-actions{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=700px){.hero{min-height:auto;padding:25px}.hero-logo{display:none}.hero h1{font-size:32px}.media-grid,.quick-actions{grid-template-columns:1fr}}.uploads-page{padding-bottom:40px}.upload-dropzone{cursor:pointer;background:#fbfcfe;border:1.5px dashed #cbd3df;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;min-height:260px;padding:30px;transition:all .18s;display:flex}.upload-dropzone:hover,.upload-dropzone.dragging{background:#f7f8fa;border-color:#667085;transform:translateY(-1px)}.upload-big-icon{color:#fff;background:#172033;border-radius:16px;justify-content:center;align-items:center;width:58px;height:58px;margin-bottom:15px;font-size:28px;font-weight:500;display:flex}.upload-dropzone h2{margin:0;font-size:20px}.upload-dropzone p{color:var(--text-secondary);margin:7px 0 10px;font-size:13px}.upload-dropzone>span{color:var(--text-muted);font-size:11px}.upload-location-card{border:1px solid var(--border);background:#fff;border-radius:12px;justify-content:space-between;align-items:center;gap:20px;margin-top:16px;padding:16px 18px;display:flex}.upload-location-card small{color:var(--text-muted);letter-spacing:1px;margin-bottom:5px;font-size:10px;font-weight:700;display:block}.upload-location-card strong{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:13px}.upload-location-card>span{color:#667085;background:#f1f5f9;border-radius:999px;padding:6px 9px;font-size:10px}.upload-list-card{border:1px solid var(--border);background:#fff;border-radius:14px;margin-top:16px;padding:18px}.upload-list-header{justify-content:space-between;align-items:center;gap:15px;margin-bottom:15px;display:flex}.upload-list-header h2{margin:0;font-size:16px}.upload-list-header p{color:var(--text-secondary);margin:4px 0 0;font-size:11px}.primary-button,.secondary-button{cursor:pointer;border-radius:8px;min-height:36px;padding:0 14px;font-size:12px;font-weight:600}.primary-button{color:#fff;background:#172033;border:1px solid #172033}.primary-button:hover{background:#253047}.primary-button:disabled{opacity:.55;cursor:not-allowed}.secondary-button{border:1px solid var(--border);color:var(--text);background:#fff}.selected-files{flex-direction:column;gap:8px;display:flex}.selected-file,.recent-file{background:#fafbfc;border:1px solid #edf0f4;border-radius:9px;align-items:center;gap:12px;min-width:0;padding:11px 12px;display:flex}.selected-file-icon{color:#667085;background:#eef2f6;border-radius:8px;flex:0 0 38px;justify-content:center;align-items:center;width:38px;height:38px;font-size:8px;font-weight:800;display:flex}.selected-file-info{flex:1;min-width:0}.selected-file-info strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;display:block;overflow:hidden}.selected-file-info>span{color:var(--text-muted);margin-top:4px;font-size:10px;display:block}.remove-upload{color:#98a2b3;cursor:pointer;background:0 0;border:0;border-radius:6px;width:28px;height:28px;font-size:20px}.remove-upload:hover{color:#344054;background:#f1f3f5}.upload-progress-line{background:#e9edf2;border-radius:8px;height:5px;margin-top:7px;overflow:hidden}.upload-progress-line span{border-radius:inherit;background:#172033;height:100%;transition:width .2s;display:block}.upload-message{border-radius:9px;margin-top:14px;padding:11px 13px;font-size:12px}.upload-message.success{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0}.upload-message.error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.upload-empty{text-align:center;color:var(--text-muted);padding:25px;font-size:12px}.recent-file{justify-content:space-between}.recent-file>div{min-width:0}.recent-file strong,.recent-file span{display:block}.recent-file strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.recent-file span{color:var(--text-muted);margin-top:4px;font-size:10px}.recent-file small{color:var(--text-muted);flex:none;font-size:10px}.settings-container{flex-direction:column;gap:16px;max-width:850px;display:flex}.settings-section{border:1px solid var(--border);background:#fff;border-radius:14px;padding:20px}.settings-section-header{border-bottom:1px solid #edf0f4;padding-bottom:15px}.settings-section-header h2{margin:0;font-size:16px}.settings-section-header p{color:var(--text-secondary);margin:5px 0 0;font-size:12px}.settings-row{border-bottom:1px solid #f0f2f5;justify-content:space-between;align-items:center;gap:20px;padding:16px 0;display:flex}.settings-row:last-child{border-bottom:0;padding-bottom:0}.settings-row strong{font-size:13px}.settings-row p{color:var(--text-secondary);margin:4px 0 0;font-size:11px}.toggle{cursor:pointer;background:#d0d5dd;border:0;border-radius:999px;flex:0 0 42px;width:42px;height:24px;padding:2px;position:relative}.toggle span{background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .18s;display:block;box-shadow:0 1px 3px #0000002e}.toggle.enabled span{transform:translate(18px)}.server-info-card{padding-top:16px}.server-indicator{color:#166534;align-items:center;gap:7px;margin-bottom:15px;font-size:11px;font-weight:600;display:inline-flex}.server-indicator span{background:#22c55e;border-radius:50%;width:7px;height:7px}.server-details{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.server-details>div{background:#f8fafc;border-radius:9px;padding:12px}.server-details small,.server-details strong{display:block}.server-details small{color:var(--text-muted);margin-bottom:5px;font-size:10px}.server-details strong{word-break:break-word;font-size:11px}.about-card{align-items:center;gap:14px;padding-top:16px;display:flex}.about-logo{color:#fff;background:#172033;border-radius:13px;justify-content:center;align-items:center;width:50px;height:50px;font-size:22px;font-weight:800;display:flex}.about-card h3{margin:0;font-size:14px}.about-card p{color:var(--text-secondary);margin:4px 0;font-size:11px}.about-card span{color:var(--text-muted);font-size:10px}@media (width<=650px){.upload-location-card,.upload-list-header{flex-direction:column;align-items:flex-start}.server-details{grid-template-columns:1fr}.recent-file{flex-direction:column;align-items:flex-start}}.uploads-page .file-grid{margin-top:2px}.uploads-page .file-card{min-width:0}.continue-section{margin-bottom:36px}.continue-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:18px;display:grid}.continue-card{color:inherit;text-align:left;cursor:pointer;background:#11131a;border:1px solid #ffffff14;border-radius:14px;padding:0;transition:transform .18s,border-color .18s,box-shadow .18s;position:relative;overflow:hidden}.continue-card:hover{border-color:#ffffff2e;transform:translateY(-3px);box-shadow:0 12px 30px #00000038}.continue-thumb{aspect-ratio:16/9;background:linear-gradient(135deg,#171a24,#0c0d12);place-items:center;display:grid;position:relative}.continue-play{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff24;border-radius:50%;place-items:center;width:52px;height:52px;padding-left:3px;font-size:20px;display:grid}.continue-time{background:#000000bf;border-radius:5px;padding:3px 7px;font-size:11px;position:absolute;bottom:9px;right:9px}.continue-info{flex-direction:column;gap:5px;padding:12px 13px 10px;display:flex}.continue-info strong{white-space:nowrap;text-overflow:ellipsis;font-size:14px;overflow:hidden}.continue-info span{opacity:.62;font-size:12px}.continue-progress{background:#ffffff24;border-radius:3px;height:3px;margin:0 10px 10px;overflow:hidden}.continue-progress span{border-radius:inherit;background:currentColor;height:100%;display:block}@media (width<=700px){.continue-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}}.file-card{border:1px solid var(--border);width:100%;font:inherit;display:block;position:relative}.file-card:focus-visible{outline-offset:2px;outline:3px solid #3b82f647}.file-thumbnail{object-fit:cover;background:#f1f3f5;width:100%;height:100%;display:block}.file-meta-row{justify-content:space-between;align-items:center;gap:8px;min-height:32px;display:flex}.file-meta-row .file-size{min-width:0}.file-download-button{border:1px solid var(--border);background:var(--surface,#fff);width:30px;height:30px;color:var(--text);cursor:pointer;border-radius:8px;flex:none;justify-content:center;align-items:center;margin:0 8px 8px 0;font-size:18px;line-height:1;display:inline-flex}.file-download-button:hover{background:var(--surface-hover,#f2f4f7)}.file-viewer-overlay{z-index:10000;background:#000000c7;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.file-viewer{color:#fff;background:#101114;border:1px solid #ffffff1f;border-radius:14px;flex-direction:column;width:min(1400px,100%);height:min(900px,100%);min-height:0;display:flex;overflow:hidden;box-shadow:0 25px 80px #00000073}.file-viewer-header{background:#181a1f;border-bottom:1px solid #ffffff1a;flex:none;justify-content:space-between;align-items:center;gap:16px;min-height:58px;padding:10px 14px 10px 18px;display:flex}.file-viewer-title{flex-direction:column;gap:3px;min-width:0;display:flex}.file-viewer-title strong{text-overflow:ellipsis;white-space:nowrap;max-width:min(70vw,900px);font-size:14px;overflow:hidden}.file-viewer-title span{color:#a8adb7;font-size:11px}.file-viewer-actions{flex:none;align-items:center;gap:8px;display:flex}.file-viewer-download{color:#111;background:#fff;border-radius:8px;padding:9px 13px;font-size:12px;font-weight:700;text-decoration:none}.file-viewer-download:hover{background:#e8e8e8}.file-viewer-close{color:#fff;cursor:pointer;background:0 0;border:0;border-radius:8px;width:38px;height:38px;font-size:28px;line-height:1}.file-viewer-close:hover{background:#ffffff1a}.file-viewer-content{background:#050608;flex:auto;justify-content:center;align-items:center;min-height:0;display:flex;position:relative}.file-preview-image{object-fit:contain;-webkit-user-select:none;user-select:none;width:auto;max-width:100%;height:auto;max-height:100%}.file-preview-frame{background:#fff;border:0;width:100%;height:100%}.file-preview-text{font-family:ui-monospace,SFMono-Regular,Consolas,monospace}.file-preview-audio{text-align:center;background:#181a1f;border:1px solid #ffffff1a;border-radius:16px;width:min(620px,90%);padding:40px}.file-preview-audio h2{word-break:break-word;margin:16px 0 26px;font-size:18px}.file-preview-audio audio{width:100%}.file-preview-icon{color:#fff;background:#292d35;border-radius:16px;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto;font-size:30px;font-weight:700;display:flex}.file-preview-unsupported{text-align:center;background:#181a1f;border:1px solid #ffffff1a;border-radius:16px;width:min(620px,90%);padding:40px}.file-preview-unsupported h2{margin:20px 0 10px;font-size:18px}.file-preview-unsupported p{color:#b5bac4;margin:0 0 22px;font-size:13px;line-height:1.6}.file-preview-unsupported a{color:#111;background:#fff;border-radius:8px;padding:10px 16px;font-size:12px;font-weight:700;text-decoration:none;display:inline-flex}.file-preview-error{color:#fff;background:#b42318eb;border-radius:8px;max-width:90%;padding:9px 13px;font-size:12px;position:absolute;bottom:18px;left:50%;transform:translate(-50%)}@media (width<=700px){.file-viewer-overlay{padding:0}.file-viewer{border-radius:0;width:100%;height:100%}.file-viewer-title strong{max-width:45vw}.file-viewer-download{padding:8px 10px}}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--nix-bg:#f5f7fb;--nix-surface:#fff;--nix-surface-2:#eef2f7;--nix-text:#172033;--nix-text-muted:#718096;--nix-border:#e1e6ef;--nix-accent:#4f46e5;--nix-shadow:#17203314}html[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}html[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--nix-bg:#0f1117;--nix-surface:#171a22;--nix-surface-2:#20242e;--nix-text:#f4f6fb;--nix-text-muted:#a8b0c0;--nix-border:#2b3140;--nix-accent:#7c72ff;--nix-shadow:#00000047}body{background:var(--nix-bg);color:var(--nix-text)}#root{min-height:100vh}.settings-section{background:var(--nix-surface);border:1px solid var(--nix-border);box-shadow:0 8px 28px var(--nix-shadow);border-radius:16px;margin-top:28px;padding:22px}.settings-section-title h2{color:var(--nix-text);margin:0 0 6px}.settings-section-title p{color:var(--nix-text-muted);margin:0 0 18px}.theme-options{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.theme-option{border:1px solid var(--nix-border);background:var(--nix-surface);min-height:82px;color:var(--nix-text);cursor:pointer;text-align:left;border-radius:12px;align-items:center;gap:12px;padding:14px;transition:border-color .18s,background .18s,transform .18s;display:flex}.theme-option:hover{transform:translateY(-1px)}.theme-option.active{border-color:var(--nix-accent);background:color-mix(in srgb, var(--nix-accent) 8%, var(--nix-surface))}.theme-option-icon{background:var(--nix-surface-2);border-radius:10px;place-items:center;width:38px;height:38px;font-size:20px;display:grid}.theme-option strong{margin-bottom:3px;display:block}.theme-option small{color:var(--nix-text-muted);font-size:12px;display:block}@media (width<=760px){.theme-options{grid-template-columns:1fr}}.app,.main-content,.content,.page,.dashboard,.movies-page,.library-page{background:var(--nix-bg);color:var(--nix-text)}.card,.media-card,.file-card,.panel,.modal,.header,.sidebar,.topbar,.search-box,.settings-card{background-color:var(--nix-surface);color:var(--nix-text);border-color:var(--nix-border)}h1,h2,h3,h4,h5,h6,.file-name,.media-title{color:var(--nix-text)}p,.file-meta,.media-meta,.subtitle,.muted{color:var(--nix-text-muted)}html[data-theme=light]{--background:#f5f7fa;--surface:#fff;--surface-soft:#f8fafc;--surface-hover:#f1f4f8;--border:#e2e7ee;--border-dark:#d5dbe4;--text:#172033;--text-secondary:#667085;--text-muted:#98a2b3;--primary:#4f46e5;--primary-soft:#eef2ff}html[data-theme=dark]{--background:#0d0f14;--surface:#171a22;--surface-soft:#1d212b;--surface-hover:#232834;--border:#2b3140;--border-dark:#363d4c;--text:#f4f6fb;--text-secondary:#a8b0c0;--text-muted:#7f899c;--primary:#7c72ff;--primary-soft:#25233f}html[data-theme=dark] body,html[data-theme=dark] .app,html[data-theme=dark] .main,html[data-theme=dark] .content,html[data-theme=dark] .page{background:var(--background);color:var(--text)}html[data-theme=dark] .sidebar,html[data-theme=dark] .header{color:var(--text);border-color:var(--border);background:#151820}html[data-theme=dark] .logo-mark,html[data-theme=dark] .upload-big-icon,html[data-theme=dark] .about-logo{background:#202638}html[data-theme=dark] .nav-item{color:var(--text-secondary)}html[data-theme=dark] .nav-item:hover{background:var(--surface-hover);color:var(--text)}.hero{background:linear-gradient(135deg, var(--surface) 0%, var(--surface-soft) 100%);border-color:var(--border)}html[data-theme=dark] .hero{background:linear-gradient(135deg,#171a22 0%,#20242e 100%);box-shadow:0 8px 30px #0000003d}.hero-label,.hero-copy>p,.section-heading p,.library-count,.media-card p,.quick-action small{color:var(--text-secondary)}.media-card,.quick-action,.settings-section,.upload-location-card,.upload-list-card{background:var(--surface);color:var(--text);border-color:var(--border)}.media-card:hover,.quick-action:hover{border-color:var(--border-dark);background:var(--surface-hover)}.media-card-icon,.quick-icon{background:var(--surface-soft);color:var(--primary)}.card-arrow,.media-count,.file-meta,.file-size{color:var(--text-muted)}.server-badge{background:var(--surface-soft);color:var(--text-secondary);border-color:var(--border)}html[data-theme=dark] .server-badge.online{color:#86efac;background:#12301e;border-color:#245c36}html[data-theme=dark] .server-badge.offline{color:#fca5a5;background:#32171a;border-color:#673036}.file-card,.file-grid .file-card{background:var(--surface);color:var(--text);border-color:var(--border)}.file-thumbnail,.file-icon,.empty-state,.upload-dropzone,.selected-file,.recent-file,.server-details>div{background:var(--surface-soft);color:var(--text);border-color:var(--border)}html[data-theme=dark] .file-thumbnail,html[data-theme=dark] .file-icon{background:#20242e}.upload-dropzone{border-color:var(--border-dark)}.upload-dropzone:hover,.upload-dropzone.dragging{background:var(--surface-hover);border-color:var(--primary)}.secondary-button{background:var(--surface);color:var(--text);border-color:var(--border)}.secondary-button:hover{background:var(--surface-hover)}.selected-file,.recent-file{border-color:var(--border)}html[data-theme=dark] .selected-file-icon{color:var(--text-secondary);background:#272c37}html[data-theme=dark] .remove-upload:hover{color:var(--text);background:#2a2f3a}.settings-section{background:var(--surface)}.settings-section-header,.settings-row{border-bottom-color:var(--border)}.settings-row strong,.settings-section-header h2,.about-card h3{color:var(--text)}.settings-row p,.settings-section-header p,.about-card p{color:var(--text-secondary)}.theme-option{background:var(--surface);color:var(--text);border-color:var(--border)}.theme-option:hover{background:var(--surface-hover)}.theme-option-icon{background:var(--surface-soft)}.theme-option small{color:var(--text-muted)}.toggle{background:#667085}.toggle.enabled{background:var(--primary)}.server-details>div{background:var(--surface-soft)}.hero-logo{display:none!important}html[data-theme=dark] .storage-card,html[data-theme=dark] .storage-box{background:var(--surface)!important;color:var(--text)!important;border-color:var(--border)!important}html[data-theme=dark] .storage-card *,html[data-theme=dark] .storage-box *{color:inherit}.file-viewer,.file-viewer-header,.file-viewer-content,.file-preview-audio,.file-preview-unsupported{color:#fff}html[data-theme=dark] .header-button,html[data-theme=dark] .icon-button,html[data-theme=dark] .page-icon,html[data-theme=dark] .search-container{color:var(--text);border-color:var(--border);background:#1b1f28}html[data-theme=dark] .search-container:focus-within{background:#20242e;border-color:#46506a}html[data-theme=dark] .header-button:hover,html[data-theme=dark] .icon-button:hover{background:#252a35}html[data-theme=dark] .search-icon,html[data-theme=dark] .profile-info small{color:var(--text-muted)}html[data-theme=dark] .profile-avatar{color:#fff;background:#202638}html[data-theme=dark] .storage-box{background:#171a22}html[data-theme=dark] .page-icon{background:#1b1f28}html[data-theme=dark] .file-card:hover{background:#20242e}html[data-theme=dark] .empty-state{background:#171a22;border-color:#363d4c}html[data-theme=dark] .empty-state-icon,html[data-theme=dark] .upload-location-card>span{color:var(--text-secondary);background:#252a35}html[data-theme=dark] .upload-progress-line{background:#303746}html[data-theme=dark] .server-indicator{color:#86efac}html[data-theme=dark] .primary-button{background:#202638;border-color:#30384a}html[data-theme=dark] .primary-button:hover{background:#293149}html[data-theme=dark] .error-state{color:#fca5a5;background:#32171a;border-color:#673036}.files-page{color:var(--text)}.files-breadcrumb{color:var(--text-secondary);flex-wrap:wrap;align-items:center;gap:8px;margin:0 0 22px;font-size:14px;display:flex}.files-back-button{border:1px solid var(--border);background:var(--surface);width:38px;height:38px;color:var(--text);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;margin-right:5px;font-size:22px;line-height:1;transition:background .18s,border-color .18s,color .18s,transform .18s;display:inline-flex}.files-back-button:hover{background:var(--surface-hover);border-color:var(--primary);color:var(--primary);transform:translate(-2px)}.files-back-button:active{transform:scale(.94)}.breadcrumb-root{color:var(--text-secondary);cursor:pointer;background:0 0;border:0;padding:5px 0;font-size:14px;font-weight:600}.breadcrumb-root:hover{color:var(--primary)}.breadcrumb-root.active{color:var(--text);cursor:default}.breadcrumb-item{align-items:center;gap:8px;display:inline-flex}.breadcrumb-separator{color:var(--text-muted);font-size:18px}.breadcrumb-item strong{color:var(--text);font-weight:700}.files-count{color:var(--text-secondary);margin-bottom:14px;font-size:13px}.files-retry-button{margin-top:15px}.files-page .file-card{background:var(--surface);color:var(--text);border-color:var(--border)}.files-page .file-card:hover{background:var(--surface-hover);border-color:var(--border-dark)}.files-page .file-icon{background:var(--surface-soft);color:var(--text-secondary);border-color:var(--border)}.files-page .file-name{color:var(--text)}.files-page .file-size{color:var(--text-muted)}.files-page .empty-state{background:var(--surface);color:var(--text);border-color:var(--border-dark)}.files-page .empty-state h2{color:var(--text)}.files-page .empty-state p{color:var(--text-muted)}.files-page .empty-state-icon{background:var(--surface-hover);color:var(--text-secondary)}html[data-theme=dark] .files-back-button{color:#f4f6fb;background:#171a22;border-color:#2b3140}html[data-theme=dark] .files-back-button:hover{color:#7c72ff;background:#232834;border-color:#7c72ff}@media (width<=650px){.files-breadcrumb{margin-bottom:18px}.files-back-button{width:36px;height:36px}}html[data-theme=light] .continue-card-thumbnail{background:#eef2f7!important}html[data-theme=light] .continue-card-title{color:#172033!important}html[data-theme=light] .continue-card-time{color:#667085!important}html[data-theme=light] .continue-card-progress{background:#dce2ea!important}html[data-theme=light] .continue-card-progress-fill{background:#6366f1!important}html[data-theme=dark] .continue-card-thumbnail{background:#20242e!important}html[data-theme=dark] .continue-card-title{color:#f4f6fb!important}html[data-theme=dark] .continue-card-time{color:#a8b0c0!important}html[data-theme=dark] .continue-card-progress{background:#343a49!important}html[data-theme=dark] .continue-card-progress-fill{background:#7c72ff!important}html[data-theme=light] .continue-card:hover{border-color:#6366f1!important}html[data-theme=dark] .continue-card:hover{border-color:#7c72ff!important}.continue-card-play{color:#fff!important;background:#1e1e28b8!important}.continue-card-duration{color:#fff!important;background:#000000e0!important}html[data-theme=light] .continue-card{box-shadow:0 6px 20px #1018280f;color:#172033!important;background:#fff!important;border-color:#e2e7ee!important}html[data-theme=light] .continue-thumb{background:linear-gradient(135deg,#f1f4f8,#e7ebf1)!important}html[data-theme=light] .continue-info strong{color:#172033!important}html[data-theme=light] .continue-info span{color:#667085!important;opacity:1!important}html[data-theme=light] .continue-progress{background:#dfe4eb!important}html[data-theme=light] .continue-progress span{background:#4f46e5!important}html[data-theme=dark] .continue-card{box-shadow:0 8px 25px #00000047;color:#f4f6fb!important;background:#171a22!important;border-color:#2b3140!important}html[data-theme=dark] .continue-thumb{background:linear-gradient(135deg,#20242e,#0d0f14)!important}html[data-theme=dark] .continue-info strong{color:#f4f6fb!important}html[data-theme=dark] .continue-info span{color:#a8b0c0!important;opacity:1!important}html[data-theme=dark] .continue-progress{background:#343a49!important}html[data-theme=dark] .continue-progress span{background:#7c72ff!important}html[data-theme=light] .continue-card:hover{box-shadow:0 10px 28px #1018281a;border-color:#c7cffc!important}html[data-theme=dark] .continue-card:hover{box-shadow:0 12px 32px #00000059;border-color:#444b60!important}.continue-play{color:#fff!important;background:#1e1e28b8!important}.continue-time{color:#fff!important;background:#000000e0!important}html[data-theme=light] .nav-item.active{color:#172033!important;background:#edf1f6!important}html[data-theme=light] .nav-item.active .nav-icon{color:#4f46e5!important}html[data-theme=dark] .nav-item.active{color:#f4f6fb!important;background:#232834!important}html[data-theme=dark] .nav-item.active .nav-icon{color:#7c72ff!important}html[data-theme=dark] .header-button,html[data-theme=dark] .icon-button,html[data-theme=dark] .search-container{color:#f4f6fb!important;background:#1b1f28!important;border-color:#2b3140!important}html[data-theme=dark] .header-button:hover,html[data-theme=dark] .icon-button:hover,html[data-theme=dark] .search-container:focus-within{background:#232834!important}html[data-theme=dark] .search-container input{color:#f4f6fb!important}html[data-theme=dark] .search-container input::placeholder{color:#7f899c!important}html[data-theme=dark] .storage-box{color:#f4f6fb!important;background:#171a22!important;border-color:#2b3140!important}html[data-theme=dark] .storage-bar{background:#343a49!important}html[data-theme=dark] .file-card{color:#f4f6fb!important;background:#171a22!important;border-color:#2b3140!important}html[data-theme=dark] .file-icon,html[data-theme=dark] .file-thumbnail{background:#20242e!important}html[data-theme=dark] .file-name{color:#f4f6fb!important}html[data-theme=dark] .file-size{color:#7f899c!important}html[data-theme=dark] .empty-state{color:#f4f6fb!important;background:#171a22!important;border-color:#363d4c!important}html[data-theme=dark] .upload-dropzone{background:#171a22!important;border-color:#363d4c!important}html[data-theme=dark] .upload-location-card,html[data-theme=dark] .upload-list-card,html[data-theme=dark] .selected-file,html[data-theme=dark] .recent-file{color:#f4f6fb!important;background:#171a22!important;border-color:#2b3140!important}html[data-theme=dark] .settings-section{background:#171a22!important;border-color:#2b3140!important}html[data-theme=dark] .settings-row,html[data-theme=dark] .settings-section-header{border-color:#2b3140!important}body,.app,.sidebar,.header,.page,.hero,.media-card,.quick-action,.file-card,.continue-card,.settings-section,.storage-box{transition:background-color .2s,color .2s,border-color .2s}.search-submit{color:inherit;cursor:pointer;background:0 0;flex-shrink:0;justify-content:center;align-items:center;margin:0;padding:0;display:flex}.clear-search{width:28px;height:28px;color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:7px;justify-content:center;align-items:center;margin-right:6px;padding:0;display:flex}.clear-search:hover{background:var(--surface-hover);color:var(--text-primary)}.search-page .page-title{margin-bottom:28px}.search-container{align-items:center;display:flex;position:relative}.search-submit{width:38px;height:100%;color:var(--text-secondary,#8d96a8);cursor:pointer;background:0 0;border:0;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:flex}.search-submit:hover{color:var(--text-primary,#fff)}.search-container input{flex:1;min-width:0}.clear-search{width:28px;height:28px;color:var(--text-secondary,#8d96a8);cursor:pointer;background:0 0;border:0;border-radius:7px;justify-content:center;align-items:center;margin-right:6px;padding:0;font-size:20px;line-height:1;display:flex}.clear-search:hover{color:var(--text-primary,#fff);background:#ffffff0f}.search-page{max-width:none}.search-result-heading{color:var(--text-secondary,#9aa3b5);margin:24px 0 18px;font-size:15px}.search-empty{text-align:center;min-height:300px;color:var(--text-secondary,#8d96a8);border:1px dashed #ffffff1f;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;padding:40px;display:flex}.search-empty h2{color:var(--text-primary,#fff);margin:16px 0 6px;font-size:18px}.search-empty p{margin:0;font-size:14px}.search-results{width:100%}.search-count{color:var(--text-secondary,#8d96a8);margin-bottom:12px;font-size:13px}.search-result-list{flex-direction:column;gap:6px;display:flex}.search-result-item{background:var(--surface,#161a22);width:100%;color:inherit;text-align:left;cursor:pointer;border:1px solid #ffffff12;border-radius:12px;grid-template-columns:44px minmax(0,1fr) 100px 40px;align-items:center;gap:12px;padding:12px 14px;display:grid}.search-result-icon{width:40px;height:40px;color:var(--accent,#8b7cff);background:#ffffff0d;border-radius:10px;justify-content:center;align-items:center;display:flex}.search-result-info strong{text-overflow:ellipsis;white-space:nowrap;color:var(--text-primary,#fff);font-size:14px;overflow:hidden}.search-result-info span{text-overflow:ellipsis;white-space:nowrap;color:var(--text-secondary,#8d96a8);font-size:12px;overflow:hidden}.search-result-size{color:var(--text-secondary,#8d96a8);text-align:right;font-size:12px}.search-result-download span:hover{color:var(--text-primary,#fff);background:#ffffff14}@keyframes nix-search-spin{to{transform:rotate(360deg)}}@media (width<=700px){.search-result-item{grid-template-columns:40px minmax(0,1fr) 36px}.search-result-size{display:none}}.search-result-item{border:1px solid var(--border-color);background:var(--surface);width:100%;color:var(--text-primary);text-align:left;cursor:pointer;border-radius:12px;grid-template-columns:44px minmax(0,1fr) 100px 40px;align-items:center;gap:12px;padding:12px 14px;transition:background .15s,border-color .15s,transform .15s;display:grid}.search-result-item:hover{background:var(--surface-hover);border-color:var(--accent)}.search-result-icon{background:var(--surface-hover);width:40px;height:40px;color:var(--accent);border-radius:10px;justify-content:center;align-items:center;display:flex}.search-result-name{text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600;display:block;overflow:hidden;color:var(--text-primary)!important}.search-result-path{text-overflow:ellipsis;white-space:nowrap;font-size:12px;display:block;overflow:hidden;color:var(--text-secondary)!important}.search-result-download span{width:34px;height:34px;color:var(--text-secondary);border-radius:8px;justify-content:center;align-items:center;display:flex}.search-page{background:var(--background)!important;color:var(--text)!important}.search-result-heading{color:var(--text-secondary)!important}.search-result-heading strong{color:var(--text)!important}.search-count{color:var(--text-muted)!important}.search-result-item{text-align:left;cursor:pointer;border-radius:12px;grid-template-columns:44px minmax(0,1fr) 100px 40px;align-items:center;gap:12px;width:100%;padding:12px 14px;transition:background-color .15s,border-color .15s,transform .15s;display:grid;background:var(--surface)!important;color:var(--text)!important;border:1px solid var(--border)!important}.search-result-item:hover{transform:translateY(-1px);background:var(--surface-hover)!important;border-color:var(--border-dark)!important}.search-result-icon{border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:flex;background:var(--surface-soft)!important;color:var(--primary)!important}.search-result-info{flex-direction:column;gap:4px;min-width:0;display:flex}.search-result-info strong{text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600;line-height:1.4;display:block;overflow:hidden;color:var(--text)!important}.search-result-info span{text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:1.4;display:block;overflow:hidden;color:var(--text-secondary)!important}.search-result-size{text-align:right;font-size:12px;color:var(--text-secondary)!important}.search-result-download{justify-content:center;align-items:center;display:flex}.search-result-download span{cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;transition:background-color .15s,color .15s;display:flex;color:var(--text-secondary)!important}.search-result-download span:hover{background:var(--surface-hover)!important;color:var(--text)!important}.search-empty{text-align:center;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;min-height:300px;padding:40px;display:flex;background:var(--surface)!important;color:var(--text-secondary)!important;border:1px dashed var(--border-dark)!important}.search-empty h2{margin:16px 0 6px;font-size:18px;color:var(--text)!important}.search-empty p{margin:0;font-size:14px;color:var(--text-secondary)!important}.search-error h2{color:#dc2626!important}.search-spinner{border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;width:30px;height:30px;animation:.8s linear infinite nix-search-spin}html[data-theme=dark] .search-result-item{color:#f4f6fb!important;background:#171a22!important;border-color:#2b3140!important}html[data-theme=dark] .search-result-item:hover{background:#232834!important;border-color:#363d4c!important}html[data-theme=dark] .search-result-info strong{color:#f4f6fb!important}html[data-theme=dark] .search-result-info span,html[data-theme=dark] .search-result-size{color:#a8b0c0!important}html[data-theme=dark] .search-result-icon{color:#7c72ff!important;background:#20242e!important}html[data-theme=dark] .search-result-download span{color:#a8b0c0!important}html[data-theme=dark] .search-result-download span:hover{color:#f4f6fb!important;background:#2a2f3a!important}html[data-theme=dark] .search-empty{color:#a8b0c0!important;background:#171a22!important;border-color:#363d4c!important}html[data-theme=dark] .search-empty h2{color:#f4f6fb!important}html[data-theme=dark] .search-empty p{color:#a8b0c0!important}@media (width<=700px){.search-result-item{grid-template-columns:40px minmax(0,1fr) 36px}.search-result-size{display:none}}.search-image-viewer{z-index:9999;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000e0;justify-content:center;align-items:center;padding:30px;display:flex;position:fixed;inset:0}.search-image-container{flex-direction:column;align-items:center;max-width:95vw;max-height:92vh;display:flex;position:relative}.search-image-container img{object-fit:contain;border-radius:8px;max-width:92vw;max-height:82vh;display:block;box-shadow:0 20px 80px #00000080}.search-image-close{color:#fff;cursor:pointer;z-index:2;background:#ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:28px;line-height:1;display:flex;position:absolute;top:-48px;right:0}.search-image-close:hover{background:#ffffff38}.search-image-title{text-overflow:ellipsis;white-space:nowrap;color:#fff;max-width:80vw;margin-top:12px;font-size:14px;font-weight:500;overflow:hidden}.search-result-item .search-result-icon{transition:transform .15s,background-color .15s}.search-result-item:hover .search-result-icon{transform:scale(1.05)}@media (width<=700px){.search-image-viewer{padding:15px}.search-image-container img{max-width:96vw;max-height:82vh}.search-image-close{top:-44px;right:0}}.library-toolbar{flex-wrap:wrap;align-items:center;gap:12px;margin:22px 0 16px;display:flex}.library-filter-search{border:1px solid var(--border);background:var(--surface);min-width:220px;height:44px;color:var(--text);box-sizing:border-box;border-radius:10px;flex:320px;align-items:center;gap:10px;padding:0 12px;display:flex}.library-filter-search span{opacity:.65;color:var(--text-secondary);font-size:20px}.library-filter-search input{color:var(--text);background:0 0;border:0;outline:0;flex:1;min-width:0}.library-filter-search input::placeholder{color:var(--text-muted);opacity:1}.library-filter-search button{color:var(--text);opacity:.65;cursor:pointer;background:0 0;border:0;font-size:20px}.library-toolbar select{border:1px solid var(--border);background:var(--surface);height:44px;color:var(--text);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;border-radius:10px;outline:none;padding:0 12px}html[data-theme=dark] .library-toolbar select{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}.library-toolbar select:focus,.library-filter-search:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb, var(--primary) 12%, transparent)}.library-load-more{justify-content:center;padding:24px 0 10px;display:flex}.file-video-thumbnail{object-fit:cover}@media (width<=650px){.library-toolbar{align-items:stretch}.library-filter-search{flex-basis:100%}.library-toolbar select,.library-toolbar .secondary-button{flex:1}}.dashboard-page .hero{background:linear-gradient(135deg,#ffffff0b,#ffffff04);border:1px solid #ffffff14;border-radius:18px;position:relative;overflow:hidden;box-shadow:0 10px 35px #0000002e,inset 0 1px #ffffff09}.dashboard-page .hero:after{content:"";filter:blur(55px);pointer-events:none;background:#7c5cff1a;border-radius:50%;width:220px;height:220px;position:absolute;top:-110px;right:-100px}.dashboard-page .hero-copy{z-index:2;position:relative}.dashboard-page .hero-label{color:#a8b1c9;letter-spacing:1.7px;align-items:center;gap:8px;font-size:11px;font-weight:700;display:flex}.dashboard-page .hero-label:before{content:"";background:#e50914;border-radius:50%;width:6px;height:6px;box-shadow:0 0 10px #e509148c}.dashboard-page .hero h1{letter-spacing:-1.8px}.dashboard-page .hero h1 span{background:linear-gradient(135deg,#a78bfa,#7c5cff);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.dashboard-page .hero p{color:#8e97b0}.dashboard-page .server-badge{-webkit-backdrop-filter:blur(10px);border-radius:999px;transition:transform .18s,border-color .18s}.dashboard-page .server-badge:hover{transform:translateY(-1px)}html[data-theme=light] .dashboard-page .hero{background:linear-gradient(135deg,#fff,#f7f8fc);border-color:#e3e7ef;box-shadow:0 10px 35px #1e283c12,inset 0 1px #fff}html[data-theme=light] .dashboard-page .hero:after{background:#7c5cff12}html[data-theme=light] .dashboard-page .hero-label,html[data-theme=light] .dashboard-page .hero p{color:#667085}html[data-theme=light] .dashboard-page .hero h1 span{background:linear-gradient(135deg,#6366f1,#7c3aed);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}@media (width<=600px){.dashboard-page .hero{border-radius:14px}.dashboard-page .hero h1{letter-spacing:-1px}}.smart-status-row{flex-wrap:wrap;gap:8px;display:flex}.smart-section{margin:0 0 34px}.smart-section-heading{justify-content:space-between;align-items:end;margin-bottom:14px;display:flex}.smart-section-heading h2{margin:0 0 4px;font-size:21px}.smart-section-heading p{color:var(--text-secondary);margin:0;font-size:13px}.smart-media-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.smart-media-card{border:1px solid var(--border);background:var(--surface);border-radius:14px;min-width:0;transition:all .18s;position:relative;overflow:hidden;box-shadow:0 3px 14px #1018280a}.smart-media-card:hover{border-color:var(--primary);transform:translateY(-2px);box-shadow:0 10px 28px #10182814}.smart-media-main{width:100%;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;padding:0;display:block}.smart-media-thumb{aspect-ratio:16/9;background:var(--surface-hover);place-items:center;display:grid;position:relative;overflow:hidden}.smart-media-thumb img{object-fit:cover;width:100%;height:100%;display:block}.smart-type-icon{color:var(--primary);opacity:.8;font-size:30px;font-weight:800}.smart-play{color:#fff;background:#0000009e;border-radius:50%;place-items:center;width:34px;height:34px;padding-left:2px;font-size:13px;display:grid;position:absolute;bottom:10px;left:10px}.smart-duration{color:#fff;background:#000000b8;border-radius:5px;padding:3px 6px;font-size:11px;position:absolute;bottom:8px;right:8px}.smart-progress{background:#00000059;height:4px;position:absolute;bottom:0;left:0;right:0}.smart-progress span{background:var(--primary);height:100%;display:block}.smart-media-info{flex-direction:column;gap:4px;padding:11px 12px 8px;display:flex}.smart-media-info strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.smart-media-info span{color:var(--text-muted);font-size:11px}.smart-media-actions{gap:4px;padding:0 8px 9px;display:flex}.smart-icon-button{border:1px solid var(--border);background:var(--surface);width:30px;height:30px;color:var(--text-secondary);cursor:pointer;border-radius:8px;place-items:center;font-size:15px;text-decoration:none;display:grid}.smart-icon-button:hover{background:var(--surface-hover);color:var(--text)}.smart-icon-button.is-favorite{color:#eab308;border-color:#f1d27a}.smart-icon-button:disabled{opacity:.5;cursor:default}.smart-modal-backdrop{z-index:10000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000009e;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.smart-details-modal{border:1px solid var(--border);background:var(--surface);width:min(680px,100%);max-height:85vh;color:var(--text);border-radius:18px;padding:26px;position:relative;overflow:auto;box-shadow:0 25px 80px #0000004d}.smart-modal-close{background:var(--surface-hover);width:36px;height:36px;color:var(--text);cursor:pointer;border-radius:50%;font-size:22px;position:absolute;top:12px;right:12px}.smart-details-modal h2{margin:0 40px 7px 0;font-size:20px}.smart-detail-path{color:var(--text-muted);word-break:break-all;margin:0 0 22px;font-size:12px}.smart-details-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.smart-details-grid>div{border:1px solid var(--border);background:var(--surface-hover);border-radius:10px;padding:12px}.smart-details-grid small{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px;font-size:10px;display:block}.smart-details-grid strong{word-break:break-word;font-size:13px;display:block}html[data-theme=dark] .smart-media-card{box-shadow:none;background:#171a22;border-color:#2b3140}html[data-theme=dark] .smart-media-card:hover{border-color:#7c72ff}html[data-theme=dark] .smart-icon-button{color:#a8b0c0;background:#171a22;border-color:#2b3140}html[data-theme=dark] .smart-details-modal{background:#171a22;border-color:#2b3140}html[data-theme=dark] .smart-details-grid>div{background:#20242e;border-color:#2b3140}@media (width<=1050px){.smart-media-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=750px){.smart-media-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.smart-details-grid{grid-template-columns:1fr}}@media (width<=650px){.smart-section{margin-bottom:26px}.smart-media-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.smart-media-info{padding:9px}.smart-media-actions{padding:0 6px 7px}.smart-status-row{gap:6px}.smart-details-modal{padding:20px}}.favorites-page .smart-media-grid{margin-top:4px}.favorites-page .empty-state{margin-top:10px}@media (width<=650px){.favorites-page .smart-media-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.smart-library-page .smart-media-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.smart-library-page .files-count{margin-bottom:14px}.smart-library-page .library-load-more{justify-content:center;padding:24px 0 10px;display:flex}.smart-library-page .smart-media-thumb{min-height:150px}.smart-library-page .smart-media-thumb img{transition:transform .22s,opacity .22s}.smart-library-page .smart-media-main:hover .smart-media-thumb img{transform:scale(1.025)}.smart-library-page .smart-media-card{min-width:0}@media (width<=1250px){.smart-library-page .smart-media-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (width<=950px){.smart-library-page .smart-media-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=700px){.smart-library-page .smart-media-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.smart-library-page .smart-media-thumb{min-height:110px}}@media (width<=650px){html,body,#root{width:100%;min-width:0;overflow-x:hidden}body{overscroll-behavior-x:none}.app{width:100%;min-height:100dvh}.main{width:100%;min-width:0;padding-bottom:calc(76px + env(safe-area-inset-bottom));margin-left:0!important}.content{width:100%;min-width:0}.page{box-sizing:border-box;width:100%;padding:16px 14px 28px!important}.header{z-index:1000;box-sizing:border-box;gap:8px;min-height:58px;position:sticky;top:0;padding:8px 12px!important}.search-container{flex:1;min-width:0;height:42px;width:auto!important}.search-container input{min-width:0;font-size:14px}.header-actions{flex:none}.profile{margin-left:0}.profile-info,.header-button,.header-actions .icon-button{display:none!important}.profile-avatar{width:34px;height:34px;font-size:13px}.hero{border-radius:14px!important;min-height:0!important;margin-bottom:20px!important;padding:22px 18px!important}.hero h1{font-size:clamp(27px,8vw,36px)!important}.hero-copy>p{font-size:13px;line-height:1.55}.file-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}.file-card{border-radius:12px;min-width:0}.file-icon{height:105px!important}.file-icon svg{width:42px;height:42px}.file-name{padding:9px 9px 0!important;font-size:11px!important}.file-size{padding:4px 9px 10px!important;font-size:9px!important}.media-grid,.card-grid,.quick-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.quick-action{min-height:82px;padding:12px!important}.settings-container{width:100%}.settings-section{border-radius:13px;padding:15px!important}button,a,input,select,textarea{touch-action:manipulation}}@media (width<=390px){.page{padding-left:11px!important;padding-right:11px!important}.file-grid,.media-grid,.card-grid,.quick-actions{gap:7px!important}.file-icon{height:92px!important}}.mobile-bottom-nav,.mobile-more-backdrop{display:none}@media (width<=650px){.mobile-bottom-nav{z-index:3000;height:calc(64px + env(safe-area-inset-bottom));padding:5px 5px env(safe-area-inset-bottom);background:color-mix(in srgb, var(--surface) 96%, transparent);border-top:1px solid var(--border);-webkit-backdrop-filter:blur(18px);grid-template-columns:repeat(5,1fr);display:grid;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 28px #1018281a}.mobile-nav-item{min-width:0;color:var(--text-muted);font:inherit;-webkit-tap-highlight-color:transparent;touch-action:manipulation;background:0 0;border:0;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:3px;font-size:10px;font-weight:600;text-decoration:none;display:flex}.mobile-nav-item.active{color:var(--primary);background:var(--surface-hover)}.mobile-nav-icon{place-items:center;height:24px;font-size:20px;font-weight:700;line-height:1;display:grid}.mobile-nav-more{cursor:pointer}.mobile-more-backdrop{z-index:2999;background:#00000073;align-items:flex-end;animation:.16s nix-mobile-fade-in;display:flex;position:fixed;inset:0}.mobile-more-sheet{width:100%;padding:9px 16px calc(82px + env(safe-area-inset-bottom));background:var(--surface);border-radius:22px 22px 0 0;animation:.2s nix-mobile-sheet-up;box-shadow:0 -14px 40px #0003}.mobile-more-handle{background:var(--border-dark);border-radius:999px;width:42px;height:4px;margin:0 auto 14px}.mobile-more-title{color:var(--text);margin-bottom:14px;font-size:16px;font-weight:750}.mobile-more-grid{grid-template-columns:repeat(3,1fr);gap:9px;display:grid}.mobile-more-item{border:1px solid var(--border);background:var(--surface-soft);min-height:76px;color:var(--text);font:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:7px;font-size:11px;font-weight:650;display:flex}.mobile-more-icon{background:var(--surface-hover);width:34px;height:34px;color:var(--primary);border-radius:10px;place-items:center;font-size:18px;display:grid}html[data-theme=dark] .mobile-bottom-nav{background:#171a22f5;border-color:#2b3140;box-shadow:0 -8px 28px #00000059}html[data-theme=dark] .mobile-more-item{background:#1d212b;border-color:#2b3140}@keyframes nix-mobile-fade-in{0%{opacity:0}to{opacity:1}}@keyframes nix-mobile-sheet-up{0%{opacity:.8;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}}
