:root{color:#17211f;background:#f7f3ea;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0}.app-shell{min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:32px}.top-bar{position:fixed;top:0;right:0;left:0;display:flex;align-items:center;justify-content:space-between;padding:20px 32px}.brand{color:#17211f;font-size:.92rem;font-weight:800}.auth-actions{display:flex;gap:12px}.button{min-width:96px;min-height:44px;border:0;border-radius:8px;background:#17211f;color:#fff;cursor:pointer;font:inherit;font-size:.95rem;font-weight:800;padding:0 18px}.button:hover:not(:disabled){background:#0d6b62}.button:focus-visible{outline:3px solid #d89b2b;outline-offset:3px}.button:disabled{cursor:not-allowed;opacity:.5}.button-secondary{background:#fff;color:#17211f;box-shadow:inset 0 0 0 1px #cbd6d1}.hero{width:min(720px,100%)}.eyebrow{margin:0 0 12px;color:#0d6b62;font-size:.82rem;font-weight:700;text-transform:uppercase}h1{margin:0 0 16px;font-size:clamp(2.5rem,8vw,5rem);line-height:.95}p{max-width:52ch;color:#3f4f4b;font-size:1.1rem;line-height:1.6}.auth-message{color:#9c2f19;font-weight:700}.endpoint-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.dialog-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:#17211f8f;padding:24px}.dialog{width:min(720px,100%);max-height:min(720px,86vh);overflow:hidden;border-radius:8px;background:#fff;box-shadow:0 24px 80px #17211f47}.dialog-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:22px 24px}.dialog-eyebrow{margin:0 0 4px;color:#0d6b62;font-size:.78rem;font-weight:800;line-height:1.3;text-transform:uppercase}h2{margin:0;color:#17211f;font-size:1.15rem;line-height:1.3}.dialog-close{width:36px;height:36px;flex:0 0 auto;border:0;border-radius:999px;background:#e9efed;color:#17211f;cursor:pointer;font:inherit;font-size:1rem;font-weight:900}.dialog-close:hover{background:#d9e4df}.response-body{max-height:calc(min(720px,86vh) - 96px);margin:0;overflow:auto;border-top:1px solid #dce5e1;background:#101816;color:#e9f7f1;font-size:.86rem;line-height:1.55;padding:20px 24px 24px;white-space:pre-wrap;word-break:break-word}@media(max-width:520px){.app-shell{padding:24px}.top-bar{padding:16px 24px}.button{min-width:84px}.endpoint-actions{align-items:stretch;flex-direction:column}}
