@import "https://fonts.googleapis.com/css2?family=Geist:wght@400;500;600;700&display=swap";:root{--background:#fafafa;--foreground:#18181b;--card:#fff;--muted:#f4f4f5;--muted-foreground:#71717a;--border:#e4e4e7;--input:#e4e4e7;--primary:#18181b;--primary-foreground:#fafafa;--destructive:#dc2626;--destructive-bg:#fef2f2;--success:#15803d;--success-bg:#f0fdf4;--warning:#a16207;--warning-bg:#fefce8;--ring:#a1a1aa}*{box-sizing:border-box}html,body,#root{min-height:100%}body{color:var(--foreground);background:var(--background);margin:0;font-family:Geist,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,textarea{font:inherit}.admin-shell{gap:20px;width:min(1180px,100% - 32px);margin:0 auto;padding:32px 0;display:grid}.shell-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:16px;padding-bottom:8px;display:flex}.shell-header h1{letter-spacing:0;margin:0;font-size:1.375rem;font-weight:650;line-height:1.2}.shell-header p{color:var(--muted-foreground);margin:4px 0 0;font-size:.9rem}.banner{border:1px solid var(--border);background:var(--card);border-radius:8px;padding:12px 14px}.banner.error,.state.error{background:var(--destructive-bg);color:var(--destructive);border-color:#fecaca}.banner p{margin:4px 0 0}.tab-nav{border:1px solid var(--border);background:var(--muted);border-radius:8px;flex-wrap:wrap;gap:4px;width:fit-content;padding:4px;display:flex}.tab{color:var(--muted-foreground);cursor:pointer;background:0 0;border:0;border-radius:6px;min-height:32px;padding:0 10px;font-size:.875rem;font-weight:500}.tab:hover{color:var(--foreground);background:#fff}.tab.active{color:var(--foreground);background:#fff;box-shadow:0 1px 2px #18181b0f}.section-wrap{gap:20px;display:grid}.panel,.developer-tools{border:1px solid var(--border);background:var(--card);border-radius:8px}.panel{padding:18px}.panel.compact{padding:14px}.panel-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.panel-head h2,.panel-head h3{letter-spacing:0;margin:0;font-size:1rem;font-weight:650;line-height:1.25}.panel-head p{color:var(--muted-foreground);margin:3px 0 0;font-size:.875rem}.summary-grid{border:1px solid var(--border);border-radius:8px;grid-template-columns:repeat(4,minmax(0,1fr));display:grid;overflow:hidden}.summary-card{background:var(--card);border-right:1px solid var(--border);min-height:94px;padding:14px}.summary-card:last-child{border-right:0}.summary-card p{color:var(--muted-foreground);text-transform:uppercase;margin:0;font-size:.78rem;font-weight:600}.summary-card strong{margin-top:10px;font-size:1.55rem;font-weight:650;line-height:1;display:block}.table-controls{margin-bottom:12px}.sign-in-panel{gap:12px;display:grid}.sign-in-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.register-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.input,.textarea{border:1px solid var(--input);width:100%;min-height:36px;color:var(--foreground);background:#fff;border-radius:6px;padding:8px 10px;font-size:.9rem}.textarea{resize:vertical;min-height:108px}.input:focus,.textarea:focus{outline-offset:2px;border-color:var(--ring);outline:2px solid #a1a1aa47}.input::placeholder,.textarea::placeholder{color:var(--muted-foreground)}.table-scroll{border:1px solid var(--border);border-radius:8px;overflow:auto}table{border-collapse:collapse;width:100%;min-width:1040px;font-size:.875rem}th,td{text-align:left;border-bottom:1px solid var(--border);vertical-align:top;padding:10px 12px}th{color:var(--muted-foreground);background:#fafafa;font-size:.78rem;font-weight:600}tbody tr:last-child td{border-bottom:0}tbody tr:hover{background:#fafafa}.muted-line{max-width:240px;color:var(--muted-foreground);text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:.78rem;display:block;overflow:hidden}.truncate{white-space:nowrap;text-overflow:ellipsis;max-width:420px;overflow:hidden}.button{border:1px solid var(--primary);background:var(--primary);color:var(--primary-foreground);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;gap:8px;min-height:36px;padding:0 12px;font-size:.875rem;font-weight:500;display:inline-flex}.button:hover{opacity:.9}.button.secondary{border-color:var(--border);color:var(--foreground);background:#fff}.button.subtle{color:var(--muted-foreground);background:0 0;border-color:#0000}.button:disabled{opacity:.5;cursor:not-allowed}.pagination{color:var(--muted-foreground);justify-content:space-between;align-items:center;gap:10px;margin-top:12px;font-size:.875rem;display:flex}.state{border:1px dashed var(--border);color:var(--muted-foreground);background:#fff;border-radius:8px;padding:14px;font-size:.9rem}.state.inline{margin-top:10px}.developer-tools{overflow:hidden}.developer-tools>summary{cursor:pointer;-webkit-user-select:none;user-select:none;padding:13px 16px;font-size:.9rem;font-weight:600}.developer-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:0 16px 16px;display:grid}.auth-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.field{gap:6px;display:grid}.field span{color:var(--muted-foreground);font-size:.82rem;font-weight:500}.inline-actions{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.meta-block{border:1px solid var(--border);background:#fafafa;border-radius:8px;margin:12px 0;padding:10px}.meta-block p{color:var(--muted-foreground);margin:0;font-size:.84rem;line-height:1.5}.break{word-break:break-all}.pill{border:1px solid var(--border);background:#fff;border-radius:999px;align-items:center;min-height:24px;padding:0 8px;font-size:.78rem;font-weight:500;display:inline-flex}.pill.success{color:var(--success);background:var(--success-bg);border-color:#bbf7d0}.pill.warning{color:var(--warning);background:var(--warning-bg);border-color:#fde68a}.pill.danger{color:var(--destructive);background:var(--destructive-bg);border-color:#fecaca}.pill.muted{color:var(--muted-foreground)}@media (width<=1200px){.summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.summary-card:nth-child(2n){border-right:0}.summary-card{border-bottom:1px solid var(--border)}.summary-card:nth-last-child(-n+2){border-bottom:0}.developer-grid{grid-template-columns:1fr 1fr}}@media (width<=900px){.admin-shell{width:min(100% - 24px,1180px);padding:18px 0}.shell-header,.panel-head{flex-direction:column;align-items:stretch}.tab-nav{width:100%}.tab{flex:auto}.summary-grid,.developer-grid,.sign-in-grid,.auth-grid{grid-template-columns:1fr}.summary-card,.summary-card:nth-child(2n),.summary-card:nth-last-child(-n+2){border-right:0;border-bottom:1px solid var(--border)}.summary-card:last-child{border-bottom:0}.pagination{flex-direction:column;align-items:flex-start}}
