:root{color-scheme:light;--blue: var(--color-primary);--text: var(--color-primary-foreground);--muted: #9b9b9b;--line: #e8e8e8;font-family:var(--font-family-base);font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}html,body,#root{width:100%;height:100%;margin:0}body{color:var(--text);background:#fff}button,input{font:inherit}button{color:inherit}.app-icon{display:inline-flex;flex:none;line-height:0;color:inherit}.app-icon svg{display:block;width:100%;height:100%}.dashboard{width:100%;height:100%;display:flex;flex-direction:column;background:#fff;color:var(--text)}.dashboard-topbar{flex:0 0 auto;display:grid;grid-template-columns:1fr minmax(0,auto) 1fr;align-items:center;gap:16px;height:56px;padding:0 40px;border-bottom:1px solid var(--line)}.dashboard-logo{width:26px;height:26px;display:block;justify-self:start}.dashboard-search{justify-self:center;display:inline-flex;align-items:center;gap:8px;width:min(280px,42vw);color:var(--muted)}.dashboard-search-input{flex:1;min-width:0;height:32px;border:0;background:transparent;outline:none;color:var(--text);font-size:14px;text-align:left}.dashboard-search-input::placeholder{color:var(--muted)}.dashboard-actions{justify-self:end;display:inline-flex;align-items:center;gap:14px}.dashboard-action{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:0;background:transparent;color:#6f6f6f;cursor:pointer}.dashboard-action:hover{color:#111}.dashboard-avatar{display:grid;place-items:center;width:26px;height:26px;border:1px solid #d6d6d6;border-radius:50%;color:#444;font-size:12px;font-weight:400}.dashboard-body{flex:1;min-height:0;overflow-y:auto;padding:28px 40px 56px}.dashboard-tabs{display:flex;align-items:center;gap:22px;margin-bottom:26px}.dashboard-tab{padding:0;border:0;background:transparent;color:var(--muted);font-size:15px;cursor:pointer}.dashboard-tab:hover{color:#555}.dashboard-tab.is-active{color:var(--color-primary);font-weight:500}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(248px,1fr));gap:32px 28px}.dashboard-card{display:flex;flex-direction:column;gap:12px;padding:0;border:0;background:transparent;text-align:left;cursor:pointer}.dashboard-card-thumb{display:block;width:100%;aspect-ratio:16 / 10;border:1px solid #ececec;border-radius:6px;background:#f1f1f1;transition:border-color .12s ease,box-shadow .12s ease}.dashboard-card:hover .dashboard-card-thumb{border-color:#d4d4d4;box-shadow:var(--shadow-box)}.dashboard-card-head{display:flex;align-items:center;gap:8px}.dashboard-card-avatar{flex:0 0 auto;display:grid;place-items:center;width:20px;height:20px;border:1px solid #dcdcdc;border-radius:50%;color:#555;font-size:10px;font-weight:600}.dashboard-card-name{color:#1f1f1f;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard-card:hover .dashboard-card-name{text-decoration:underline;text-underline-offset:2px}.dashboard-card-meta{display:flex;align-items:center;gap:12px;color:var(--muted);font-size:12px}.dashboard-card-stat{display:inline-flex;align-items:center;gap:4px}.dashboard-empty{margin:48px 0 0;color:var(--muted);font-size:14px}.dashboard-loading{display:grid;place-items:center;height:100%;color:var(--muted);font-size:13px}
