:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}*{box-sizing:border-box}body{color:#1f2937;background:#f4f6fb;margin:0;font-family:Arial,Helvetica,sans-serif}button{cursor:pointer}.page{min-height:100vh}.login-page{justify-content:center;align-items:center;padding:32px;display:flex}.login-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;width:100%;max-width:420px;padding:36px;box-shadow:0 20px 50px #0f172a14}.brand-mark{color:#fff;background:#2563eb;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:18px;font-weight:800;display:flex}.login-card h1{margin:0;font-size:34px}.login-subtitle{color:#64748b;margin:8px 0 28px}.login-card label{color:#475569;margin-bottom:6px;font-size:14px;font-weight:700;display:block}.login-card input{border:1px solid #cbd5e1;border-radius:10px;width:100%;height:44px;margin-bottom:16px;padding:0 12px;font-size:15px}.primary-button{color:#fff;background:#2563eb;border:none;border-radius:10px;padding:11px 18px;font-weight:700}.primary-button:hover{background:#1d4ed8}.secondary-button{color:#334155;background:#fff;border:1px solid #cbd5e1;border-radius:10px;padding:10px 16px;font-weight:700}.secondary-button:hover{background:#f8fafc}.small-button{color:#334155;background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:7px 10px;font-weight:700}.small-button:hover{background:#f8fafc}.danger-button{color:#dc2626;background:#fff;border:1px solid #fecaca;border-radius:8px;padding:7px 10px;font-weight:700}.danger-button:hover{background:#fef2f2}.message{color:#1d4ed8;background:#eff6ff;border-radius:10px;margin-top:18px;padding:12px;font-weight:700}.app-page{padding:36px}.app-header{justify-content:space-between;align-items:center;max-width:1180px;margin:0 auto 24px;display:flex}.eyebrow{color:#2563eb;letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px;font-size:13px;font-weight:800}.app-header h1{margin:0;font-size:44px}.app-header p{color:#64748b;margin:8px 0 0}.status-bar{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe;border-radius:12px;max-width:1180px;margin:0 auto 20px;padding:12px 16px;font-weight:700}.app-grid{grid-template-columns:320px 1fr;gap:20px;max-width:1180px;margin:0 auto;display:grid}.panel{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:22px;box-shadow:0 16px 40px #0f172a0d}.panel-header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:18px;display:flex}.panel-header h2{margin:0;font-size:24px}.panel-header p{color:#64748b;margin:6px 0 0;font-size:14px}.folder-list{flex-direction:column;gap:10px;display:flex}.folder-item{text-align:left;color:#334155;background:#fff;border:1px solid #e5e7eb;border-radius:12px;align-items:center;gap:10px;width:100%;padding:12px;font-weight:700;display:flex}.folder-item:hover{background:#f8fafc}.folder-item.active{color:#1d4ed8;background:#eff6ff;border-color:#2563eb}.folder-icon{font-size:18px}.folder-name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.file-count{color:#475569;text-align:center;background:#f1f5f9;border-radius:999px;min-width:72px;padding:8px 12px;font-weight:800}.upload-box{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:14px;grid-template-columns:1fr auto auto;align-items:center;gap:12px;margin-bottom:20px;padding:16px;display:grid}.upload-title{color:#334155;font-weight:800}.upload-help{color:#64748b;margin-top:4px;font-size:13px}.upload-box input{max-width:260px}.empty-box{text-align:center;color:#64748b;background:#f8fafc;border:1px solid #e5e7eb;border-radius:14px;padding:24px;font-weight:700}.empty-box.large{padding:50px}.table-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%}th{text-align:left;color:#64748b;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid #e5e7eb;padding:12px 8px;font-size:13px}td{vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:14px 8px}.file-name{align-items:center;gap:10px;max-width:360px;display:flex}.file-name span:last-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.file-icon{font-size:18px}.folder-id-cell{color:#64748b;text-overflow:ellipsis;white-space:nowrap;max-width:260px;font-size:13px;overflow:hidden}.actions-column{text-align:center}.actions-cell{justify-content:center;gap:8px;display:flex}@media (width<=900px){.app-page{padding:20px}.app-header{align-items:flex-start;gap:16px}.app-header h1{font-size:34px}.app-grid,.upload-box{grid-template-columns:1fr}.upload-box input{max-width:100%}}.folder-item:before,.folder-row:before,.file-item:before,.file-row:before,.folder-card:before,.file-card:before,button:before,li:before{content:none!important}:before,:after{content:none!important;display:none!important}.folder-icon,.file-icon{width:0!important;margin:0!important;padding:0!important;display:none!important}.folder-icon,.file-icon,.folder-item>span:first-child:not(.folder-name),.file-name>span:first-child:not(:last-child){visibility:hidden!important;width:0!important;min-width:0!important;max-width:0!important;margin:0!important;padding:0!important;font-size:0!important;line-height:0!important;display:none!important;overflow:hidden!important}.actions-cell,.actions-column{z-index:10!important;pointer-events:auto!important;position:relative!important}.actions-cell button,.small-button,.danger-button{z-index:20!important;pointer-events:auto!important;cursor:pointer!important;min-height:36px!important;position:relative!important}
