: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;min-height:100vh;overflow:hidden;padding:12px 16px;justify-content:center}.ascii-logo-wrap{flex:1;min-height:38vh;max-height:none;margin-bottom:12px}.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}.profile-card h1{margin-bottom:12px;font-size:2rem}.profile-card .profile-nav{gap:8px}.profile-card a[href*=artifacts]{margin-top:12px}}@keyframes request-form-spin{to{transform:rotate(360deg)}}.request-form-spinner{flex-shrink:0}
