@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap";
*{box-sizing:border-box}html,body{height:100%}body{color:#fff;background:#0f172a;min-height:100vh;margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;transition:background .2s,color .2s;overflow:hidden}a{color:inherit;text-decoration:none}.full-height{height:100vh;min-height:100vh;height:calc(var(--vh,1vh)*100);flex-direction:column;padding:0;display:flex}.centered{text-align:center;flex:1;justify-content:center;align-items:center;padding:24px;display:flex}.auth-box{background:#0f172ab3;border:1px solid #ffffff1a;border-radius:16px;width:100%;max-width:360px;padding:24px 28px;box-shadow:0 20px 40px #00000059}.button{color:#fff;cursor:pointer;background:#2563eb;border:1px solid #fff3;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px 16px;font-size:15px;font-weight:700;display:inline-flex}.button.secondary{color:#fff;background:#ffffff14}.topbar{z-index:20;position:fixed;top:16px;right:16px}.avatar-btn{cursor:pointer;background:0 0;border:none;padding:0}.avatar-btn img{object-fit:cover;border:2px solid #ffffff40;border-radius:50%;width:44px;height:44px}.menu{background:#111827;border:1px solid #ffffff1a;border-radius:12px;min-width:220px;margin-top:8px;padding:12px;position:absolute;right:0;box-shadow:0 14px 40px #00000073}.menu h4{margin:0 0 4px;font-size:15px}.menu .muted{color:#cbd5e1;margin-bottom:8px;font-size:13px}.menu .link{color:#93c5fd;margin-bottom:8px;font-weight:600;text-decoration:none;display:block}.menu button{width:100%}.canvas-shell{flex:1;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.canvas-shell canvas{aspect-ratio:480/894;width:auto;max-width:100%;max-height:100%;height:calc(var(--vh,1vh)*100);background:#0f172a;display:block}@supports (-webkit-touch-callout:none){.full-height{height:-webkit-fill-available}.canvas-shell canvas{height:-webkit-fill-available;max-height:-webkit-fill-available}}@media (min-aspect-ratio:480/894){.canvas-shell canvas{height:calc(var(--vh,1vh)*100);width:auto}}@media (max-aspect-ratio:480/894){.canvas-shell canvas{width:100%;height:auto;max-height:calc(var(--vh,1vh)*100)}}@supports (height:100dvh){.full-height{height:100dvh;min-height:100dvh}.canvas-shell canvas{height:100dvh;max-height:100dvh}}.page-shell{color:#fff;max-width:1100px;margin:0 auto;padding:32px 24px 48px}.headline{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.card{background:#111827cc;border:1px solid #ffffff14;border-radius:16px;margin-top:16px;padding:20px}.pill{color:#bfdbfe;background:#3b82f626;border-radius:999px;align-items:center;gap:8px;padding:6px 10px;font-size:13px;font-weight:700;display:inline-flex}.muted{color:#cbd5e1}.stack{flex-direction:column;gap:10px;display:flex}.list{flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;display:flex}.badge{color:#fff;background:#ffffff0a;border:1px solid #fff3;border-radius:10px;padding:6px 10px;font-size:13px;font-weight:600}.grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px;display:grid}.label{text-transform:uppercase;letter-spacing:.02em;color:#cbd5e1;font-size:12px}input,select{color:#fff;background:#0003;border:1px solid #ffffff26;border-radius:10px;width:100%;padding:10px 12px;font-size:14px}@media (prefers-color-scheme:light){body{color:#0f172a;background:#eef1f7}.auth-box{background:#fff;border:1px solid #0f172a0f;box-shadow:0 18px 40px #00000014}.button{color:#fff;background:#2563eb;border-color:#2563eb33}.button.secondary{color:#0f172a;background:#2563eb1a}.menu{color:#0f172a;background:#fff;border:1px solid #0000000f}.card{color:#0f172a;background:#f8f9fd;border:1px solid #0000001f}.pill{color:#1d4ed8;background:#2563eb1a}.canvas-shell canvas{background:#0f172a}.menu .muted,.muted{color:#475569}.badge{color:#0f172a;background:#0000000d;border-color:#0000001f}.label{color:#334155}input,select{color:#0f172a;background:#fffffff2;border:1px solid #00000024}}
