:root{color:#18202f;background:#eef3f6;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.58}.auth-shell{display:grid;min-height:100vh;place-items:center;padding:24px}.auth-panel{width:min(420px,100%);padding:32px;border:1px solid #dbe3ea;border-radius:8px;background:#fff;box-shadow:0 20px 60px #18202f14}.auth-panel h1{margin:14px 0 22px;font-size:32px;letter-spacing:0}.shell{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:32px 0 48px}.topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:24px}.brand-line{display:flex;align-items:center;gap:9px;color:#334155;font-weight:700}.topbar h1{margin:8px 0 0;font-size:clamp(34px,6vw,62px);line-height:1;letter-spacing:0}.top-actions,.item-actions{display:flex;gap:8px}.icon-button{display:inline-grid;width:40px;height:40px;place-items:center;border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:#18202f}.icon-button:hover{border-color:#64748b}.icon-button.danger{color:#b42318}.stats-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:18px}.stat{display:flex;align-items:center;justify-content:space-between;min-height:76px;padding:18px;border:1px solid #d8e1e8;border-radius:8px;background:#fff}.stat span{color:#667085;font-weight:700}.stat strong{font-size:32px;line-height:1}.workspace{display:grid;grid-template-columns:minmax(300px,380px) minmax(0,1fr);gap:18px;align-items:start}.input-panel,.items-panel{border:1px solid #d8e1e8;border-radius:8px;background:#fff}.input-panel{padding:18px}.items-panel{min-height:420px;padding:18px}.panel-title{display:flex;align-items:center;gap:9px;margin-bottom:16px}.items-title{justify-content:space-between}.items-title>div{display:flex;align-items:center;gap:9px}.bulk-actions{display:flex;gap:8px;align-items:center}.panel-title h2{margin:0;font-size:18px;letter-spacing:0}.text-form{display:grid;gap:10px}input,textarea{width:100%;border:1px solid #cbd5e1;border-radius:8px;background:#f8fafc;color:#18202f;outline:none}input{height:42px;padding:0 12px}textarea{min-height:180px;resize:vertical;padding:12px}input:focus,textarea:focus{border-color:#0f766e;background:#fff}.form-row{display:grid;grid-template-columns:100px 1fr;gap:10px;align-items:end}.form-row label{display:grid;gap:5px;color:#667085;font-size:13px;font-weight:700}.primary-action,.secondary-action{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;border:0;border-radius:8px;font-weight:800}.primary-action{background:#0f766e;color:#fff}.secondary-action{width:100%;border:1px solid #cbd5e1;background:#fff;color:#18202f}.bulk-action{display:inline-flex;align-items:center;gap:7px;min-height:36px;padding:0 12px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:#18202f;font-weight:800}.select-all-action{display:inline-flex;align-items:center;min-height:36px;padding:0 10px;border:1px solid #cbd5e1;border-radius:8px;background:#f8fafc;color:#334155;font-weight:800}.upload-box{display:grid;gap:8px;margin-top:12px;padding:12px;border:1px dashed #cbd5e1;border-radius:8px;background:#f8fafc;transition:background .16s ease,border-color .16s ease,box-shadow .16s ease}.upload-box.drag-over{border-color:#0f766e;background:#ecfdf5;box-shadow:inset 0 0 0 1px #0f766e}.upload-box input{display:none}.upload-hint{margin:0;color:#667085;font-size:13px;font-weight:800;text-align:center}.upload-box.drag-over .upload-hint{color:#0f766e}.upload-status{margin:0;color:#667085;font-size:13px;font-weight:700;text-align:center}.items-list{display:grid;gap:10px}.item-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:center;padding:16px;border:1px solid #e2e8f0;border-radius:8px;background:#fbfcfd}.item-card.selected{border-color:#0f766e;background:#f0fdfa}.item-meta-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.file-select{display:inline-flex;align-items:center;gap:6px;color:#475467;font-size:12px;font-weight:800}.file-select input{width:16px;height:16px;padding:0;accent-color:#0f766e}.item-card h3{margin:6px 0;overflow-wrap:anywhere;font-size:18px;letter-spacing:0}.item-card p{margin:0;color:#475467;overflow-wrap:anywhere}.item-card small{display:block;margin-top:8px;color:#667085;font-weight:700}.kind{display:inline-flex;align-items:center;min-height:24px;padding:0 8px;border-radius:999px;background:#e2e8f0;color:#334155;font-size:12px;font-weight:800;text-transform:uppercase}.kind.file{background:#d9f99d;color:#365314}.kind.text{background:#cffafe;color:#155e75}.empty-state{display:grid;min-height:260px;place-items:center;border:1px dashed #cbd5e1;border-radius:8px;color:#667085;font-weight:700}.form-error{color:#b42318;font-weight:700}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:780px){.shell{width:min(100% - 24px,1180px);padding-top:20px}.topbar{align-items:stretch}.workspace,.stats-grid,.item-card{grid-template-columns:1fr}.items-title{align-items:stretch;flex-direction:column}.bulk-actions{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.item-actions{justify-content:flex-end}}
