:root{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.6;color:var(--fg);background:var(--bg)}:root{--bg: #fafafa;--fg: #1a1a1a;--muted: #6b7280;--accent: #2563eb;--border: #e5e7eb;--card: #fff;--overlay-fg: #1a1a1a}@media(prefers-color-scheme:dark){:root{--bg: #111;--fg: #e5e5e5;--muted: #a3a3a3;--accent: #60a5fa;--border: #333;--card: #1a1a1a;--overlay-fg: #fff}}*{box-sizing:border-box}body{margin:0;min-height:100vh}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button{font:inherit;cursor:pointer}input,textarea{font:inherit}.artifact-card:hover{background:var(--border);border-color:var(--muted)}.artifact-card:hover .artifact-card-desc{color:var(--fg)}.ascii-logo-wrap{min-height:0}@media(max-width:640px){.profile-main{height:100vh;height:100dvh;max-height:100vh;max-height:100dvh;min-height:0;overflow:hidden;padding:8px 16px;padding-bottom:max(8px,env(safe-area-inset-bottom));justify-content:center;box-sizing:border-box}.ascii-logo-wrap{flex:1;min-height:0;max-height:none;margin-bottom:4px}.ascii-frame-inner{height:100%!important;width:auto!important;min-width:100%;max-height:100%!important;flex:none}.profile-nav{flex-direction:column!important;align-items:stretch}.profile-nav a{justify-content:center}.profile-card{flex-shrink:0;margin-top:0}.profile-card h1{margin-top:0;margin-bottom:6px;font-size:1.75rem}.profile-card .profile-nav{gap:6px}.profile-card .profile-nav a{padding:10px 16px}.profile-card a[href*=artifacts]{margin-top:6px;font-size:.9rem}}@keyframes request-form-spin{to{transform:rotate(360deg)}}.request-form-spinner{flex-shrink:0}
