@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");:root{--bg:#070b14;--surface:hsla(0,0%,100%,.035);--surface-2:hsla(0,0%,100%,.06);--border:hsla(0,0%,100%,.09);--border-strong:hsla(0,0%,100%,.16);--fg:#eef2f9;--muted:#8b95ab;--accent-1:#2dd4bf;--accent-2:#3b82f6;--accent-grad:linear-gradient(135deg,#2dd4bf,#3b82f6);--accent-soft:rgba(45,212,191,.14);--glow-1:rgba(45,212,191,.1);--glow-2:rgba(59,130,246,.12);--danger:#f43f5e;--danger-soft:rgba(244,63,94,.14);--radius:14px;--radius-sm:10px;--shadow:0 18px 40px -20px rgba(0,0,0,.8);--shadow-glow:0 8px 30px -10px rgba(59,130,246,.45);--font:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--fg);font-size:15px;line-height:1.55;min-height:100vh;background-color:var(--bg);background-image:radial-gradient(60rem 60rem at 12% -10%,var(--glow-1),transparent 60%),radial-gradient(55rem 55rem at 95% 0,var(--glow-2),transparent 55%),radial-gradient(50rem 40rem at 50% 120%,var(--glow-1),transparent 60%);background-attachment:fixed;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}::selection{background:var(--accent-soft)}.shell{min-height:100vh;display:flex;flex-direction:column}.shell-header{position:-webkit-sticky;position:sticky;top:0;z-index:20;border-bottom:1px solid var(--border);background:rgba(7,11,20,.6);backdrop-filter:blur(14px) saturate(160%);-webkit-backdrop-filter:blur(14px) saturate(160%)}.shell-inner{max-width:1040px;margin:0 auto;width:100%;padding:0 24px;height:64px;justify-content:space-between}.shell-brand,.shell-inner{display:flex;align-items:center}.shell-brand{gap:10px;font-weight:600;font-size:15px;letter-spacing:-.01em}.shell-brand span{background:var(--accent-grad);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.shell-brand-icon{width:22px;height:22px;color:var(--accent-1);flex-shrink:0;filter:drop-shadow(0 0 8px rgba(45,212,191,.5))}.shell-nav{display:flex;align-items:center;gap:10px}.shell-email{font-size:13px;color:var(--muted);display:none}@media (min-width:560px){.shell-email{display:inline}}.shell-main{width:100%;max-width:1040px;margin:0 auto;padding:48px 24px 64px;flex:1 1;animation:fade-up .4s ease both}@keyframes fade-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:9px 16px;border-radius:var(--radius-sm);font-family:inherit;font-size:14px;font-weight:500;line-height:1;cursor:pointer;border:1px solid transparent;white-space:nowrap;transition:transform .15s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease,opacity .2s ease}.btn:active:not(:disabled){transform:translateY(1px)}.btn:disabled{opacity:.4;cursor:not-allowed}.btn svg{width:16px;height:16px;flex-shrink:0}.btn-primary{background:var(--accent-grad);color:#04121f;font-weight:600;box-shadow:var(--shadow-glow)}.btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 12px 34px -8px rgba(59,130,246,.6)}.btn-outline{background:var(--surface);color:var(--fg);border-color:var(--border-strong)}.btn-outline:hover:not(:disabled){background:var(--surface-2);border-color:var(--accent-1)}.btn-ghost{background:transparent;color:var(--muted)}.btn-ghost:hover:not(:disabled){background:var(--surface);color:var(--fg)}.btn-destructive{background:var(--danger-soft);color:#fda4b4;border-color:rgba(244,63,94,.3)}.btn-destructive:hover:not(:disabled){background:var(--danger);color:#fff;border-color:var(--danger)}.btn-sm{padding:7px 12px;font-size:13px}.btn-sm svg{width:14px;height:14px}.btn-icon{padding:8px;background:transparent;color:var(--muted);border-radius:9px}.btn-icon:hover:not(:disabled){background:var(--surface-2);color:var(--fg)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.hero{max-width:460px;margin:56px auto;padding:48px 36px;text-align:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:-40% 20% auto;height:200px;background:var(--accent-grad);filter:blur(70px);opacity:.25;pointer-events:none}.hero-icon{width:52px;height:52px;margin:0 auto 18px;color:var(--accent-1);position:relative;filter:drop-shadow(0 0 14px rgba(45,212,191,.45))}.hero h1{font-size:24px;font-weight:700;letter-spacing:-.02em;margin-bottom:10px}.hero h1,.hero p{position:relative}.hero p{font-size:14.5px;color:var(--muted);margin-bottom:26px}.video-list{list-style:none;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;background:var(--surface);box-shadow:var(--shadow)}.video-row{position:relative;border-bottom:1px solid var(--border)}.video-row:last-child{border-bottom:none}.video-row a{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 22px;transition:background .18s ease,padding-left .18s ease}.video-row a:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--accent-grad);transform:scaleY(0);transform-origin:center;transition:transform .2s ease}.video-row a:hover{background:var(--surface-2);padding-left:26px}.video-row a:hover:before{transform:scaleY(1)}.video-title{font-size:15px;font-weight:500;letter-spacing:-.01em}.video-meta{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:var(--surface-2);color:var(--muted);flex-shrink:0;transition:background .2s ease,color .2s ease,transform .2s ease}.video-meta svg{width:15px;height:15px}.video-row a:hover .video-meta{background:var(--accent-grad);color:#04121f;transform:scale(1.08)}.video-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));grid-gap:18px;gap:18px}.video-card{display:flex;flex-direction:column;gap:10px;border-radius:var(--radius);overflow:hidden;transition:transform .18s ease}.video-card:hover{transform:translateY(-3px)}.video-card-thumb{position:relative;aspect-ratio:16/9;border-radius:var(--radius);overflow:hidden;background:var(--surface-2);border:1px solid var(--border);display:flex;align-items:center;justify-content:center}.video-card-thumb img{width:100%;height:100%;object-fit:cover;display:block}.video-card-play{position:absolute;width:52px;height:52px;border-radius:50%;background:rgba(4,8,16,.55);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;color:#fff;opacity:.85;transition:opacity .18s ease,transform .18s ease,background .18s ease}.video-card-play svg{width:20px;height:20px}.video-card:hover .video-card-play{opacity:1;transform:scale(1.08);background:var(--accent-grad);color:#04121f}.video-card-title{font-size:14.5px;font-weight:500;letter-spacing:-.01em;padding:0 2px;line-height:1.4}.admin-video-thumb{width:64px;height:36px;object-fit:cover;border-radius:6px;flex-shrink:0;border:1px solid var(--border);background:var(--surface-2)}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));grid-gap:12px;gap:12px;margin-bottom:24px}.stat-card{display:flex;flex-direction:column;gap:4px;padding:18px;border-radius:var(--radius-sm);background:var(--surface-2);border:1px solid var(--border)}.stat-value{font-size:26px;font-weight:700;letter-spacing:-.02em;background:var(--accent-grad);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.stat-label{font-size:12.5px;color:var(--muted)}.analytics-chart{margin-bottom:24px}.chart-heading{font-size:12.5px;color:var(--muted);margin-bottom:10px}.chart-bars{display:flex;align-items:flex-end;gap:3px;height:90px;padding:0 2px}.chart-bar{flex:1 1;min-width:2px;background:var(--accent-grad);border-radius:3px 3px 0 0;opacity:.85;transition:opacity .15s ease}.chart-bar:hover{opacity:1}.analytics-subhead{font-size:14px;font-weight:600;margin-bottom:12px}.analytics-list{list-style:none;display:flex;flex-direction:column;gap:8px}.analytics-row{display:flex;align-items:center;flex-wrap:wrap;gap:6px 12px;padding:11px 16px;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);font-size:14px}.analytics-title{flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.analytics-dur{color:var(--muted);font-size:12.5px;white-space:nowrap}.analytics-views{color:var(--accent-1);font-weight:600;font-size:13px;white-space:nowrap}.analytics-stats{flex:1 1 320px;color:var(--muted);font-size:12.5px;text-align:right;white-space:normal}.pagination{display:flex;align-items:center;justify-content:space-between;margin-top:26px}.pagination-info{font-size:13.5px;color:var(--muted)}.watch-back{margin-bottom:22px}.watch-title{font-size:26px;font-weight:700;letter-spacing:-.02em;margin-bottom:20px}.watch-player{position:relative;border-radius:var(--radius);overflow:hidden;background:#000;aspect-ratio:16/9;width:100%;max-width:900px;border:1px solid var(--border);box-shadow:var(--shadow)}.watch-player iframe{width:100%;height:100%;border:0;display:block}.video-watermark{position:absolute;inset:0;pointer-events:none;background-repeat:repeat;z-index:2}.watch-error{padding:22px 24px;max-width:640px}.watch-error p{font-size:14.5px}.bundle-list{list-style:none;display:flex;flex-direction:column;gap:10px;max-width:720px;padding:0}.bundle-item{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:15px 18px}.bundle-item-info{display:flex;flex-direction:column;gap:3px;min-width:0}.bundle-item-title{font-weight:600;font-size:14.5px;color:var(--fg);text-decoration:none}.bundle-item-title:hover{text-decoration:underline}.admin-stack{display:flex;flex-direction:column;gap:22px}.admin-section{padding:26px}.admin-topbar{margin-bottom:24px}.admin-page-title{font-size:26px;font-weight:700;letter-spacing:-.02em;margin-bottom:16px}.admin-tabs{display:flex;gap:4px;padding:5px;border:1px solid var(--border);border-radius:12px;background:rgba(10,14,22,.8);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);position:-webkit-sticky;position:sticky;top:76px;z-index:9;overflow-x:auto}.admin-tab{flex:1 1;min-width:max-content;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:9px 14px;border:none;background:transparent;color:var(--muted);font-family:inherit;font-size:14px;font-weight:500;border-radius:8px;cursor:pointer;white-space:nowrap;transition:background .15s ease,color .15s ease}.admin-tab:hover{color:var(--fg);background:var(--surface-2)}.admin-tab.active{color:#04121f;background:var(--accent-grad);font-weight:600;box-shadow:var(--shadow-glow)}.tab-count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:999px;font-size:11px;font-weight:600;background:var(--surface-2);color:var(--muted)}.admin-tab.active .tab-count{background:rgba(4,18,31,.2);color:#04121f}.bulk-add{margin-top:14px}.bulk-add summary{cursor:pointer;font-size:13px;color:var(--muted);-webkit-user-select:none;-moz-user-select:none;user-select:none;width:max-content}.bulk-add summary:hover{color:var(--fg)}.bulk-add textarea{margin-top:10px;resize:vertical;font-family:inherit;line-height:1.5}.viewer-item{gap:10px}.viewer-email{flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis}.viewer-seen{color:var(--muted);font-size:12.5px;white-space:nowrap}.search-box{display:flex;align-items:center;gap:8px;margin-bottom:16px;position:relative}.search-box .search-icon{width:16px;height:16px;color:var(--muted);flex-shrink:0}.search-box .input{flex:1 1}.drag-handle{display:inline-flex;align-items:center;justify-content:center;padding:4px;color:var(--muted);cursor:-webkit-grab;cursor:grab;border-radius:7px;flex-shrink:0}.drag-handle:hover{color:var(--fg);background:var(--surface-2)}.drag-handle:active{cursor:-webkit-grabbing;cursor:grabbing}.drag-handle svg{width:18px;height:18px}.admin-video-item.drag-over{border-color:var(--accent-1);box-shadow:0 0 0 2px var(--accent-soft)}.share-title{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.badge-ok{color:#6ee7b7;background:rgba(16,185,129,.14);border:1px solid rgba(16,185,129,.3)}.badge-muted{color:var(--muted);background:var(--surface-2);border:1px solid var(--border)}.home-toolbar{display:flex;justify-content:flex-end;margin-bottom:16px}.home-toolbar:empty{display:none}.continue-section{margin-bottom:28px}.section-heading{font-size:15px;font-weight:600;letter-spacing:-.01em;margin-bottom:12px;color:var(--muted)}.continue-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:12px;gap:12px}.continue-card{display:flex;flex-direction:column;gap:12px;padding:16px;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);transition:border-color .15s ease,transform .15s ease}.continue-card:hover{border-color:var(--accent-1);transform:translateY(-2px)}.continue-title{font-size:14px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.continue-bar{height:5px;border-radius:999px;background:var(--surface-2);overflow:hidden}.continue-fill{display:block;height:100%;background:var(--accent-grad);border-radius:999px}.collection-chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}.chip{padding:6px 14px;border-radius:999px;border:1px solid var(--border-strong);background:var(--surface);color:var(--muted);font-family:inherit;font-size:13px;font-weight:500;cursor:pointer;transition:border-color .15s ease,color .15s ease,background .15s ease}.chip:hover{color:var(--fg);background:var(--surface-2)}.chip.active{color:#04121f;background:var(--accent-grad);border-color:transparent;font-weight:600}.admin-video-collection{display:flex;align-items:center;gap:10px}.admin-video-collection .input{flex:1 1;min-width:0}.collection-label{font-size:13px;color:var(--muted);white-space:nowrap}select.input{cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none}.protection-list{list-style:none;display:flex;flex-direction:column;gap:12px}.protection-list li{display:flex;align-items:flex-start;gap:10px;font-size:13.5px;line-height:1.55;color:var(--muted)}.protection-list strong{color:var(--fg);font-weight:600}.protection-list .dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;margin-top:6px}.dot-ok{background:#6ee7b7;box-shadow:0 0 8px rgba(16,185,129,.5)}.dot-warn{background:#fbbf24;box-shadow:0 0 8px rgba(251,191,36,.5)}.audit-list{list-style:none;display:flex;flex-direction:column;gap:8px}.audit-item{display:flex;align-items:center;gap:12px;padding:11px 16px;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);font-size:13.5px}.audit-action{font-weight:600;font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:12.5px;color:var(--accent-1);white-space:nowrap}.audit-detail{flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--fg)}.audit-meta{color:var(--muted);font-size:12.5px;white-space:nowrap;margin-left:auto}.admin-section-title{font-size:17px;font-weight:600;letter-spacing:-.01em;margin-bottom:18px;display:flex;align-items:center;gap:10px}.admin-section-title:before{content:"";width:4px;height:18px;border-radius:2px;background:var(--accent-grad)}.admin-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.admin-row .input{flex:1 1;min-width:0}.viewer-list{list-style:none;margin-top:16px;display:flex;flex-direction:column;gap:8px}.viewer-item{display:flex;align-items:center;justify-content:space-between;padding:11px 16px;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);font-size:14px;transition:border-color .2s ease}.viewer-item:hover{border-color:var(--border-strong)}.viewer-item--tagged{flex-direction:column;align-items:stretch;gap:8px}.viewer-item-main{display:flex;align-items:center;gap:10px}.viewer-tags-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.tag-chip{display:inline-flex;align-items:center;padding:2px 9px;background:var(--surface-3,var(--surface));border:1px solid var(--border);border-radius:999px;font-size:12px;color:var(--muted);white-space:nowrap}.tag-edit-input{flex:1 1;min-width:140px}.shares-list{list-style:none;display:flex;flex-direction:column;gap:10px}.share-item{display:flex;align-items:flex-start;gap:16px;padding:15px 18px;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm)}.share-item input[type=checkbox]{flex-shrink:0;width:auto;margin:0;cursor:pointer}.share-info{display:flex;flex-direction:column;gap:3px;min-width:0;flex:1 1}.share-title{font-weight:600;font-size:14.5px}.share-meta{font-size:13px;color:var(--muted)}.share-actions{display:flex;align-items:center;gap:8px;flex-shrink:0;flex-wrap:wrap;justify-content:flex-end}.share-resend-msg{font-size:12.5px}.bulk-action-bar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:10px 12px;margin-bottom:12px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm)}.admin-video-list{list-style:none;display:flex;flex-direction:column;gap:12px}.admin-video-item{display:flex;flex-direction:column;gap:14px;padding:18px;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);transition:border-color .2s ease,transform .15s ease}.admin-video-item:hover{border-color:var(--border-strong)}.admin-video-header{display:flex;align-items:center;gap:12px}.admin-video-controls{display:flex;gap:4px;flex-shrink:0}.admin-video-title{font-weight:600;font-size:15px;flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-video-share{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.admin-video-share .input{flex:1 1;min-width:220px}.share-result-list{display:flex;flex-direction:column;gap:6px}.share-result{display:flex;gap:8px;align-items:center}.share-result .input{flex:1 1;font-size:13px;color:var(--muted)}.share-notify{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--muted);cursor:pointer}.share-notify input{width:auto;margin:0;cursor:pointer}.share-sent-msg{font-size:13px;margin:0}.bulk-share-videos{display:flex;flex-direction:column;gap:10px}.bulk-video-picklist{list-style:none;display:flex;flex-direction:column;gap:2px;max-height:220px;overflow-y:auto;border:1px solid var(--border);border-radius:var(--radius-sm);padding:6px;background:var(--surface-2)}.bulk-video-pick{font-size:14px}.bulk-video-pick label{display:flex;align-items:center;gap:8px;padding:6px 8px;cursor:pointer;border-radius:6px}.bulk-video-pick label:hover{background:var(--surface-3,hsla(0,0%,100%,.04))}.bulk-video-pick input{width:auto;margin:0;cursor:pointer}.input{width:100%;background:rgba(0,0,0,.25);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--fg);font-family:inherit;font-size:14px;padding:10px 13px;outline:none;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.input::placeholder{color:var(--muted)}.input:focus{border-color:var(--accent-1);background:rgba(0,0,0,.35);box-shadow:0 0 0 3px var(--accent-soft)}.input-sm{padding:8px 11px;font-size:13px}.label{display:block;font-size:14px;font-weight:500;margin-bottom:7px}.theme-preview{height:64px;border-radius:var(--radius-sm);background:var(--accent-grad);box-shadow:var(--shadow-glow);margin-bottom:18px}.preset-grid{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.preset-btn{display:inline-flex;align-items:center;gap:8px;padding:7px 12px 7px 8px;border-radius:999px;border:1px solid var(--border);background:var(--surface-2);color:var(--fg);font-family:inherit;font-size:13px;font-weight:500;cursor:pointer;transition:border-color .18s ease,transform .15s ease}.preset-btn:hover{border-color:var(--border-strong);transform:translateY(-1px)}.preset-btn[data-active=true]{border-color:var(--accent-1);box-shadow:0 0 0 2px var(--accent-soft)}.preset-swatch{width:18px;height:18px;border-radius:50%;flex-shrink:0;box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.12)}.color-fields{display:flex;flex-wrap:wrap;gap:18px;align-items:flex-end}.color-field{display:flex;flex-direction:column;gap:7px}.color-input-wrap{display:flex;align-items:center;gap:10px}.color-swatch{width:44px;height:36px;padding:0;border:1px solid var(--border-strong);border-radius:9px;background:none;cursor:pointer}.color-swatch::-webkit-color-swatch-wrapper{padding:3px}.color-swatch::-webkit-color-swatch{border:none;border-radius:6px}.color-swatch::-moz-color-swatch{border:none;border-radius:6px}.color-hex{width:110px;font-family:ui-monospace,SF Mono,Menlo,monospace}.dropzone{border:1.5px dashed var(--border-strong);border-radius:var(--radius);padding:20px;transition:border-color .18s ease,background .18s ease}.dropzone.drag{border-color:var(--accent-1);background:var(--accent-soft)}.dropzone-hint{font-size:13.5px;color:var(--muted);margin-bottom:14px;text-align:center}.upload-controls{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.upload-controls .input{flex:1 1;min-width:220px}.file-input{font-family:inherit;font-size:13px;color:var(--muted);max-width:100%}.file-input::-webkit-file-upload-button{font-family:inherit;font-size:13px;font-weight:500;color:var(--fg);background:var(--surface-2);border:1px solid var(--border-strong);border-radius:var(--radius-sm);padding:8px 13px;margin-right:12px;cursor:pointer;-webkit-transition:border-color .18s ease,background .18s ease;transition:border-color .18s ease,background .18s ease}.file-input::file-selector-button{font-family:inherit;font-size:13px;font-weight:500;color:var(--fg);background:var(--surface-2);border:1px solid var(--border-strong);border-radius:var(--radius-sm);padding:8px 13px;margin-right:12px;cursor:pointer;transition:border-color .18s ease,background .18s ease}.file-input::-webkit-file-upload-button:hover{border-color:var(--accent-1);background:var(--surface)}.file-input::file-selector-button:hover{border-color:var(--accent-1);background:var(--surface)}.file-input:disabled{opacity:.5}.progress{margin-top:16px;height:8px;border-radius:999px;background:var(--surface-2);overflow:hidden}.progress-bar{height:100%;background:var(--accent-grad);border-radius:999px;transition:width .25s ease}.upload-status{display:flex;align-items:center;gap:12px;margin-top:16px}.upload-status .progress{flex:1 1;margin-top:0}.upload-failed{flex-wrap:wrap}.upload-error-msg{font-size:13px;color:var(--muted);flex:1 1;min-width:200px;word-break:break-word}.badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:600;white-space:nowrap;flex-shrink:0}.badge-processing{color:#fcd34d;background:rgba(251,191,36,.14);border:1px solid rgba(251,191,36,.3)}.badge-processing:before{content:"";width:7px;height:7px;border-radius:50%;background:#fbbf24;animation:pulse 1.2s ease-in-out infinite}.badge-error{color:#fda4b4;background:var(--danger-soft);border:1px solid rgba(244,63,94,.3)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}.text-muted{color:var(--muted);font-size:14px}.font-medium{font-weight:600;color:var(--fg)}.mt-4{margin-top:16px}.query-monitor{position:fixed;bottom:12px;right:12px;z-index:9999;font-size:12px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.query-monitor-toggle{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;border:1px solid var(--border-strong);background:rgba(7,11,20,.9);color:var(--fg);cursor:pointer;box-shadow:0 2px 10px rgba(0,0,0,.4)}.query-monitor-panel,.query-monitor-toggle{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.query-monitor-panel{margin-top:6px;padding:10px 12px;border-radius:10px;border:1px solid var(--border-strong);background:rgba(7,11,20,.95);box-shadow:0 4px 16px rgba(0,0,0,.5);min-width:260px;max-width:360px;max-height:50vh;overflow-y:auto}.query-monitor-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:3px 0;border-bottom:1px dashed var(--border);color:var(--muted)}.query-monitor-row:last-child{border-bottom:none}.query-monitor-row strong{color:var(--fg)}.query-monitor-row span:first-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
/*# sourceMappingURL=787208d56aec0c26.css.map*/