:root{--theme-bg:#fff;--theme-text:#111;--theme-text-muted:#6b6b6b;--theme-border:#e5e5e5;--theme-border-hover:#c7c7c7;--theme-elevation-0:#fff;--theme-elevation-50:#fafafa;--theme-elevation-100:#f5f5f5;--theme-elevation-150:#eee;--theme-radius:4px;--font-mono:"Roboto Mono", monospace}@media (prefers-color-scheme:dark){:root{--theme-bg:#111;--theme-text:#f5f5f5;--theme-text-muted:#a3a3a3;--theme-border:#2d2d2d;--theme-border-hover:#444;--theme-elevation-0:#111;--theme-elevation-50:#161616;--theme-elevation-100:#1d1d1d;--theme-elevation-150:#252525}}*{box-sizing:border-box}html{background:var(--theme-bg);min-height:100%;color:var(--theme-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body{min-height:100%}body{background:var(--theme-bg);color:var(--theme-text);margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:24px}a{color:inherit}img{max-width:100%;height:auto;display:block}button,a{-webkit-tap-highlight-color:transparent}.home{background:var(--theme-bg);flex-direction:column;min-height:100vh;padding:32px;display:flex}.content{flex:1;justify-content:center;align-items:center;width:100%;display:flex}.card{background:var(--theme-elevation-50);border:1px solid var(--theme-border);border-radius:var(--theme-radius);flex-direction:column;align-items:center;width:100%;max-width:620px;padding:56px 48px;display:flex}.logo{border:1px solid var(--theme-border);background:#fff;border-radius:50%;justify-content:center;align-items:center;width:88px;height:88px;margin-bottom:32px;display:flex;overflow:hidden}.logo img{object-fit:contain;width:65px;height:65px}.eyebrow{color:var(--theme-text-muted);letter-spacing:.08em;text-transform:uppercase;margin:0 0 12px;font-size:12px;font-weight:600;line-height:16px}h1{color:var(--theme-text);letter-spacing:-.025em;text-align:center;margin:0;font-size:42px;font-weight:600;line-height:48px}.market{color:var(--theme-text);margin:12px 0 0;font-size:18px;font-weight:500;line-height:26px}.user{color:var(--theme-text-muted);margin:12px 0 0;font-size:15px;line-height:24px}.description{max-width:240px;color:var(--theme-text-muted);text-align:center;text-wrap:"pretty";margin:24px 0 0;font-size:15px;line-height:24px}.links{justify-content:center;width:100%;margin-top:36px;display:flex}.admin{min-height:44px;color:var(--theme-bg);background:var(--theme-text);border:1px solid var(--theme-text);border-radius:var(--theme-radius);justify-content:space-between;align-items:center;gap:20px;padding:10px 16px;font-size:14px;font-weight:500;line-height:20px;text-decoration:none;transition:background-color .12s,border-color .12s,opacity .12s;display:inline-flex}.admin:hover{opacity:.88}.admin:focus-visible{outline:2px solid var(--theme-text);outline-offset:3px}.admin:active{opacity:.72}.arrow{font-size:18px;line-height:16px}.footer{min-height:40px;color:var(--theme-text-muted);justify-content:center;align-items:center;font-size:12px;line-height:16px;display:flex}.separator{color:var(--theme-border-hover);margin:0 8px}@media (max-width:768px){.home{padding:20px}.card{padding:44px 28px}h1{font-size:36px;line-height:42px}}@media (max-width:480px){.home{padding:16px}.card{padding:36px 20px}.logo{width:76px;height:76px;margin-bottom:24px}.logo img{width:56px;height:56px}h1{font-size:30px;line-height:36px}.description{font-size:14px;line-height:22px}.admin{justify-content:center;width:100%}}
