:root{--mp-bg:#f9fafb;--mp-fg:#1a202c;--mp-panel-bg:#fff;--mp-card-bg:#f3f4f6;--mp-border:#e5e7eb;--mp-border-radius:8px;--mp-gap:16px;--mp-font-sans:"Inter",system-ui,sans-serif;--mp-accent:#3b82f6;--mp-danger:#e11d48}#root,body,html{height:100%;margin:0}body{background:var(--mp-bg);color:var(--mp-fg);font-family:var(--mp-font-sans)}.auth-screen{align-items:center;box-sizing:border-box;display:grid;min-height:100%;padding:24px}.auth-panel{grid-gap:14px;display:grid;gap:14px;justify-self:center;max-width:420px;width:100%}.auth-panel h1,.auth-panel p{margin:0}.auth-panel h1{font-size:1.35rem;font-weight:700}.auth-panel p{color:var(--mp-muted);line-height:1.5}.auth-actions{display:flex}.auth-button{background:var(--mp-fg);border:0;border-radius:8px;color:var(--mp-bg);cursor:pointer;font:inherit;font-weight:700;padding:10px 16px}.legal-links{display:flex;flex-wrap:wrap;gap:12px;margin-top:4px}.legal-links a,.public-page a{color:#2563eb;font-weight:700;text-decoration:none}.legal-links a:hover,.public-page a:hover{text-decoration:underline}.public-page{background:#f8fafc;box-sizing:border-box;color:#0f172a;min-height:100%}.public-page__header{align-items:center;background:#fff;border-bottom:1px solid #e2e8f0;box-sizing:border-box;display:flex;gap:16px;min-height:64px;padding:14px clamp(16px,4vw,40px)}.public-page__brand{color:#0f172a;font-size:1.05rem;font-weight:800;margin-right:auto}.public-page__nav{display:flex;flex-wrap:wrap;gap:14px}.public-page__content{box-sizing:border-box;line-height:1.65;margin:0 auto;max-width:840px;padding:clamp(24px,5vw,56px) clamp(16px,4vw,40px)}.public-page__effective,.public-page__kicker{color:#64748b;font-size:.92rem;font-weight:700;margin:0 0 8px}.public-page h1{font-size:clamp(2rem,6vw,3.5rem);line-height:1;margin:0 0 10px}.public-page h2{font-size:1.15rem;line-height:1.25;margin:30px 0 8px}.public-page li,.public-page p{font-size:1rem}.public-page ul{padding-left:20px}