:root{--primary:#f38020;--border:#ddd;--bg:#fafafa}*{box-sizing:border-box}#root,body,html{color:#1c1c1c;font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif;height:100%;margin:0}body{background:#fafafa;background:var(--bg)}.app-root{display:flex;flex-direction:column;height:100%}.topbar{align-items:center;background:#fff;border-bottom:1px solid #ddd;border-bottom:1px solid var(--border);display:flex;gap:8px;padding:8px 12px;position:relative}.search-input{background:#f1f1f1;border:1px solid #0000;border-radius:999px;flex:1 1;font-size:14px;padding:8px 16px}.icon-button{background:#0000;border:none;border-radius:999px;cursor:pointer;font-size:18px;padding:6px}.icon-button:disabled{cursor:not-allowed;opacity:.5}.menu{background:#fff;border:1px solid #ddd;border:1px solid var(--border);border-radius:8px;box-shadow:0 6px 20px #00000014;min-width:160px;overflow:hidden;position:absolute;right:12px;top:48px;z-index:20}.menu button{background:none;border:none;cursor:pointer;padding:10px 12px;text-align:left;width:100%}.menu button:hover{background:#f5f5f5}.breadcrumbs{align-items:center;display:flex;font-size:14px;gap:8px;padding:10px 12px}.breadcrumbs button{background:none;border:none;color:#555;cursor:pointer;font-size:14px;padding:0}.breadcrumbs .current{color:#222;font-weight:600}.dropzone{background:#fafafa;background:var(--bg);flex:1 1;overflow-y:auto;transition:filter .2s ease}.centered{align-items:center;display:flex;flex-direction:column;gap:12px;height:100%;justify-content:center}.spinner{animation:spin 1s linear infinite;border:3px solid #ddd;border-radius:50%;border-top:3px solid var(--primary);height:28px;width:28px}@keyframes spin{to{transform:rotate(1turn)}}.file-grid{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));padding:8px 12px 96px}.file-card{align-items:center;background:#fff;border:1px solid #0000;border-radius:10px;cursor:pointer;display:flex;gap:12px;padding:10px 12px;text-align:left;width:100%}.file-card:hover{background:#f5f5f5}.file-card.selected{background:#fff4e8;border-color:#f3c08a}.file-name{font-size:14px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-meta{color:#666;display:flex;flex-wrap:wrap;font-size:12px;gap:8px}.fab{background:#f38020;background:var(--primary);border:none;border-radius:50%;bottom:16px;box-shadow:0 6px 12px #0003;color:#fff;font-size:24px;height:56px;width:56px}.fab,.secondary-fab{cursor:pointer;position:fixed;right:16px}.secondary-fab{background:#fff;border:1px solid #ddd;border:1px solid var(--border);border-radius:999px;bottom:90px;box-shadow:0 4px 10px #0000001f;padding:10px 14px}.toolbar-bottom{background:#fff;border-top:1px solid #ddd;border-top:1px solid var(--border);bottom:0;justify-content:space-evenly;left:0;padding:8px 12px;right:0;z-index:30}.overlay,.toolbar-bottom{display:flex;position:fixed}.overlay{background:#0006;inset:0;z-index:100}.drawer-bottom{background:#fff;border-radius:16px 16px 0 0;margin-top:auto;padding:16px;width:100%}.drawer-right{background:#fff;display:flex;flex-direction:column;height:100%;margin-left:auto;max-width:100%;padding:16px;width:360px}.drawer-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(4,minmax(0,1fr))}.icon-caption{align-items:center;background:#fff;border:1px solid #ddd;border:1px solid var(--border);border-radius:12px;cursor:pointer;display:flex;flex-direction:column;gap:6px;padding:12px 8px;width:100%}.icon-caption span{color:#444;font-size:12px}.modal{background:#fff;border-radius:12px;display:flex;flex-direction:column;margin:auto;max-height:80%;max-width:92%;overflow:hidden;width:380px}.modal-header{font-weight:600;padding:12px 16px}.modal-header,.tabs{border-bottom:1px solid #ddd;border-bottom:1px solid var(--border)}.tabs{display:flex}.tabs button{background:none;border:none;cursor:pointer;flex:1 1;font-weight:500;padding:10px}.tabs button.active{border-bottom:2px solid #f38020;border-bottom:2px solid var(--primary)}.modal-body{overflow-y:auto;padding:12px 16px}.progress-list{list-style:none;margin:0;padding:0}.progress-item{border-bottom:1px solid #f0f0f0;justify-content:space-between;padding:10px 0}.progress-item,.toast{align-items:center;display:flex}.toast{background:#333;border-radius:10px;bottom:16px;color:#fff;gap:8px;left:16px;padding:10px 14px;position:fixed;z-index:200}.toast button{background:none;border:none;color:#fff;cursor:pointer;font-size:14px}
/*# sourceMappingURL=main.270ada4c.css.map*/