:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#eef1f5;color:#17202a}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input,select{font:inherit}button{border:0}.shell{min-height:100vh;display:grid;grid-template-rows:auto 1fr}.topbar{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 24px;background:#152033;color:#f8fafc;border-bottom:1px solid rgba(255,255,255,.08)}.brand{display:flex;align-items:center;gap:12px;min-width:0}.brand-mark{width:38px;height:38px;display:grid;place-items:center;border-radius:8px;background:#4cc9a6;color:#102019;font-weight:800}.brand-title{margin:0;font-size:18px;line-height:1.2}.brand-subtitle{margin:2px 0 0;color:#b8c3d5;font-size:13px}.top-actions{display:flex;align-items:center;gap:10px}.project-select{min-width:180px;max-width:280px;height:38px;color:#17202a;background:#fff;border:1px solid #cbd5e1;border-radius:6px;padding:0 10px}.main{width:min(1180px,100%);margin:0 auto;padding:22px}.login-wrap{min-height:100vh;display:grid;place-items:center;padding:24px;background:linear-gradient(135deg,#152033eb,#1c4053e0),url(https://images.unsplash.com/photo-1518709268805-4e9042af2176?auto=format&fit=crop&w=1800&q=70);background-size:cover;background-position:center}.login-panel{width:min(420px,100%);padding:28px;background:#fffffff5;border:1px solid rgba(255,255,255,.72);border-radius:8px;box-shadow:0 24px 80px #050e1d47}.login-panel h1{margin:0 0 6px;font-size:26px;line-height:1.1}.login-panel p{margin:0 0 24px;color:#526173}.form-stack{display:grid;gap:14px}.field{display:grid;gap:6px}.field span{color:#334155;font-size:13px}.field input{width:100%;height:42px;border:1px solid #cbd5e1;border-radius:6px;padding:0 12px;background:#fff;color:#17202a}.toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:16px}.breadcrumbs{min-height:38px;display:flex;align-items:center;gap:4px;flex-wrap:wrap}.breadcrumb{height:32px;padding:0 8px;border-radius:6px;background:transparent;color:#334155;cursor:pointer}.breadcrumb:hover{background:#dfe6ef}.button-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.btn{min-height:38px;padding:0 13px;border-radius:6px;background:#fff;color:#17202a;border:1px solid #cbd5e1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:7px;white-space:nowrap}.btn:hover{background:#f8fafc}.btn.primary{background:#116b5b;border-color:#116b5b;color:#fff}.btn.primary:hover{background:#0d5c4e}.btn.danger{color:#b42318;border-color:#f2c3bd}.btn.ghost{background:transparent;border-color:transparent;color:#dbe5f2}.btn.ghost:hover{background:#ffffff17}.drop-zone{min-height:520px;background:#fff;border:1px solid #d9e1ea;border-radius:8px;overflow:hidden}.drop-zone.dragging{outline:3px solid #4cc9a6;outline-offset:3px}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:13px 16px;border-bottom:1px solid #edf1f6;text-align:left;vertical-align:middle}.table th{font-size:12px;color:#64748b;text-transform:uppercase;letter-spacing:.04em;background:#f8fafc}.file-name{display:flex;align-items:center;gap:10px;min-width:0}.file-name button{max-width:100%;padding:0;background:transparent;color:#17202a;cursor:pointer;overflow-wrap:anywhere;text-align:left}.file-name button:disabled{cursor:default;color:#334155}.file-icon{width:34px;height:34px;border-radius:8px;display:grid;place-items:center;background:#e8f3ef;color:#116b5b;flex:0 0 auto}.file-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.file-icon--folder{background:#e6f3ee;color:#116b5b}.file-icon--archive{background:#eef0ff;color:#4f46a3}.file-icon--image{background:#e8f6fb;color:#087ea4}.file-icon--code{background:#f0f4f8;color:#3f5871}.file-icon--unity{background:#fff3df;color:#a35607}.file-icon--document{background:#eef4ff;color:#2f5f98}.muted{color:#64748b}.empty-state{min-height:420px;display:grid;place-items:center;color:#64748b;text-align:center;padding:24px}.empty-state.compact{min-height:120px}.status{margin:12px 0 0;color:#64748b;font-size:14px}.error{margin:12px 0 0;color:#b42318;font-size:14px}.upload-panel{margin-top:16px;display:grid;gap:10px}.audit-panel{margin-top:16px;background:#fff;border:1px solid #d9e1ea;border-radius:8px;overflow:hidden}.panel-head{min-height:56px;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid #edf1f6}.panel-head h2{margin:0;font-size:16px}.meta-time{color:#64748b;font-size:12px}.upload-item{display:grid;grid-template-columns:minmax(120px,1fr) 160px;gap:12px;align-items:center;color:#334155;font-size:13px}.progress{height:8px;overflow:hidden;border-radius:999px;background:#dbe3ed}.progress span{display:block;height:100%;width:0;background:#116b5b;transition:width .2s ease}@media(max-width:720px){.topbar,.toolbar{align-items:stretch;flex-direction:column}.top-actions,.button-row{justify-content:flex-start}.main{padding:14px}.table th:nth-child(2),.table td:nth-child(2),.table th:nth-child(3),.table td:nth-child(3),.table th:nth-child(4),.table td:nth-child(4){display:none}.upload-item{grid-template-columns:1fr}}
