:root{color-scheme:light dark;--auth-bg: #f5f6f8;--auth-panel: #ffffff;--auth-text: #181b20;--auth-muted: #626973;--auth-label: #3a4048;--auth-border: color-mix(in srgb, var(--auth-text) 12%, transparent);--auth-border-strong: color-mix(in srgb, var(--auth-text) 24%, transparent);--auth-field: #ffffff;--auth-accent: #1a7f52;--auth-accent-strong: #12613d;--auth-on-accent: #ffffff;--auth-ring: color-mix(in srgb, var(--auth-accent) 24%, transparent);--auth-danger: #c53727;--auth-success: #12613d;--auth-shadow: 0 1px 2px rgba(18, 22, 27, .05), 0 12px 30px -18px rgba(18, 22, 27, .28);--auth-radius-panel: 8px;--auth-radius-control: 6px;--auth-ease: cubic-bezier(.22, .61, .36, 1);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}@media (prefers-color-scheme: dark){:root{--auth-bg: #0b0d0f;--auth-panel: #141719;--auth-text: #eceff2;--auth-muted: #969da6;--auth-label: #b8bec6;--auth-border: rgba(255, 255, 255, .11);--auth-border-strong: rgba(255, 255, 255, .23);--auth-field: #1a1d20;--auth-accent: #28a96c;--auth-accent-strong: #31bf7c;--auth-on-accent: #04140d;--auth-ring: rgba(40, 169, 108, .28);--auth-danger: #ef6a5a;--auth-success: #31bf7c;--auth-shadow: 0 1px 2px rgba(0, 0, 0, .38), 0 14px 34px -18px rgba(0, 0, 0, .75)}}*{box-sizing:border-box}body{min-height:100svh;margin:0;background:var(--auth-bg);color:var(--auth-text);font-family:inherit;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.auth-shell{min-height:100svh;display:grid;place-items:center;padding:clamp(24px,5vw,56px) 20px}.auth-panel{width:min(100%,408px);border:1px solid var(--auth-border);border-radius:var(--auth-radius-panel);background:var(--auth-panel);padding:28px;box-shadow:var(--auth-shadow);opacity:0;animation:auth-rise .42s var(--auth-ease) forwards}.auth-brand{display:inline-flex;align-items:center;gap:9px;color:var(--auth-text);font-size:15px;font-weight:650;text-decoration:none}.auth-mark{display:block;width:auto;height:21px;color:var(--auth-accent)}.auth-heading{margin:26px 0 24px}h1{margin:0;color:var(--auth-text);font-size:24px;font-weight:680;line-height:1.18}p{margin:8px 0 0;color:var(--auth-muted);font-size:14px;line-height:1.55}.auth-form{display:flex;flex-direction:column;gap:15px}.auth-field{display:flex;flex-direction:column;gap:7px;color:var(--auth-label);font-size:13px;font-weight:560}input{width:100%;min-height:42px;border:1px solid var(--auth-border);border-radius:var(--auth-radius-control);background:var(--auth-field);color:var(--auth-text);padding:0 12px;font:inherit;font-size:14px;outline:none;transition:border-color .14s var(--auth-ease),box-shadow .14s var(--auth-ease)}input:focus{border-color:var(--auth-accent);box-shadow:0 0 0 3px var(--auth-ring)}input:-webkit-autofill{-webkit-text-fill-color:var(--auth-text);-webkit-box-shadow:0 0 0 40px var(--auth-field) inset;caret-color:var(--auth-text)}button{min-height:42px;margin-top:5px;border:0;border-radius:var(--auth-radius-control);background:var(--auth-accent);color:var(--auth-on-accent);cursor:pointer;font:inherit;font-size:14px;font-weight:650;transition:transform .13s var(--auth-ease),background-color .14s var(--auth-ease),opacity .14s var(--auth-ease)}button:active{transform:scale(.985)}button:focus-visible,a:focus-visible{outline:2px solid var(--auth-accent);outline-offset:2px}button[disabled]{cursor:wait;opacity:.56;transform:none}.auth-links{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:2px;font-size:13px}a{border-radius:3px;color:var(--auth-muted);font-weight:560;text-decoration:none;transition:color .13s var(--auth-ease)}.auth-message{min-height:20px;margin:0;color:var(--auth-muted);font-size:13px;line-height:1.45}.auth-message[data-state=error]{color:var(--auth-danger)}.auth-message[data-state=success]{color:var(--auth-success)}@media (hover: hover) and (pointer: fine){input:hover{border-color:var(--auth-border-strong)}button:hover{background:var(--auth-accent-strong)}a:hover{color:var(--auth-accent-strong)}}@media (prefers-reduced-motion: reduce){.auth-panel{animation:auth-fade .14s var(--auth-ease) forwards}}@keyframes auth-rise{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes auth-fade{to{opacity:1}}.dash-loading{display:grid;place-items:center;min-height:100svh;color:var(--auth-muted);font-size:14px}.dash{min-height:100svh;display:flex;flex-direction:column}.dash-top{display:flex;align-items:center;justify-content:space-between;padding:16px clamp(20px,5vw,40px);border-bottom:1px solid var(--auth-border)}.dash-signout{min-height:34px;margin:0;padding:0 14px;background:transparent;color:var(--auth-text);box-shadow:0 0 0 1px var(--auth-border) inset;font-size:13px}.dash-back{min-height:34px;display:inline-flex;align-items:center;padding:0 14px;border:1px solid var(--auth-border);border-radius:var(--auth-radius-control);font-size:13px;font-weight:560;color:var(--auth-text)}.dash-body{flex:1;width:min(100%,720px);margin:0 auto;padding:clamp(32px,8vw,72px) 24px}.dash-body h1{font-size:28px}.dash-body p{margin-top:12px;font-size:15px;max-width:46ch}.dash-header-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:24px}.dash-btn-sm{min-height:34px;margin:0;padding:0 14px;font-size:13px}.dash-btn-ghost{min-height:34px;margin:0;padding:0 14px;background:transparent;color:var(--auth-text);box-shadow:0 0 0 1px var(--auth-border) inset;font-size:13px}.dash-status{color:var(--auth-muted);font-size:14px}.dash-empty{border:1px dashed var(--auth-border-strong);border-radius:var(--auth-radius-panel);padding:40px 24px;text-align:center}.dash-empty p{margin:0 0 16px;color:var(--auth-muted);font-size:15px}.dash-empty-text{color:var(--auth-muted);font-size:14px;font-style:italic}.dash-create-form{display:flex;flex-direction:column;gap:12px;border:1px solid var(--auth-border);border-radius:var(--auth-radius-panel);background:var(--auth-panel);padding:20px;margin-bottom:24px}.dash-form-actions{display:flex;gap:8px}.dash-form-actions button{flex:1}.dash-project-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.dash-project-card{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 18px;border:1px solid var(--auth-border);border-radius:var(--auth-radius-panel);background:var(--auth-panel);text-decoration:none;color:var(--auth-text);transition:border-color .14s var(--auth-ease),box-shadow .14s var(--auth-ease)}.dash-project-name{font-size:15px;font-weight:600}.dash-project-meta{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--auth-muted)}.dash-project-slug{font-family:ui-monospace,SF Mono,Cascadia Mono,Menlo,monospace;font-size:12px}.dash-project-status{display:inline-block;padding:1px 7px;border-radius:99px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;background:color-mix(in srgb,var(--auth-accent) 14%,transparent);color:var(--auth-accent)}@media (hover: hover) and (pointer: fine){.dash-project-card:hover{border-color:var(--auth-border-strong);box-shadow:var(--auth-shadow)}.dash-btn-ghost:hover{background:color-mix(in srgb,var(--auth-text) 6%,transparent)}.dash-back:hover{border-color:var(--auth-border-strong);background:color-mix(in srgb,var(--auth-text) 4%,transparent)}}.dash-section{margin-top:36px}.dash-section-title{font-size:18px;font-weight:650;margin:0 0 14px;color:var(--auth-text)}.dash-item-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.dash-item-card{padding:14px 18px;border:1px solid var(--auth-border);border-radius:var(--auth-radius-panel);background:var(--auth-panel)}.dash-item-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.dash-item-name{font-size:14px;font-weight:600;color:var(--auth-text)}.dash-item-slug{font-family:ui-monospace,SF Mono,Cascadia Mono,Menlo,monospace;font-size:12px;color:var(--auth-muted)}.dash-item-desc{margin:6px 0 0;font-size:13px;color:var(--auth-muted);max-width:none}.dash-item-footer{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:10px}.dash-item-date{font-size:12px;color:var(--auth-muted)}.dash-tags{display:flex;flex-wrap:wrap;gap:5px}.dash-tag{display:inline-block;padding:1px 7px;border-radius:4px;font-size:11px;font-weight:560;background:color-mix(in srgb,var(--auth-text) 8%,transparent);color:var(--auth-muted)}.dash-safety-badge{display:inline-block;padding:1px 7px;border-radius:99px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;background:color-mix(in srgb,var(--auth-accent) 14%,transparent);color:var(--auth-accent)}.dash-safety-badge[data-safety=unsafe]{background:color-mix(in srgb,var(--auth-danger) 14%,transparent);color:var(--auth-danger)}
