@import"https://fonts.googleapis.com/css2?family=Patrick+Hand&display=swap";:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;--app-name-font: "Patrick Hand", "Comic Sans MS", "Marker Felt", "Bradley Hand", cursive;color:#141414;background:#fff8df;font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-width:320px}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button{min-height:44px;border:0;cursor:pointer}.topbar{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:64px;padding:10px clamp(16px,4vw,44px);border-bottom:3px solid #141414;background:#fff8dfeb;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.brand{display:inline-flex;align-items:center;gap:10px;min-height:40px;font-family:var(--app-name-font);font-size:clamp(1.75rem,2.8vw,2.35rem);font-weight:400;letter-spacing:0;line-height:1;text-transform:none}.brand img{width:40px;height:40px;border:2px solid #141414;border-radius:12px;object-fit:cover;box-shadow:2px 2px #141414}.links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;color:#141414;font-size:.93rem;font-weight:850}.links a{display:inline-flex;align-items:center;min-height:38px;padding:0 11px;border:2px solid transparent;border-radius:999px}.links a:hover{border-color:#141414;background:#fff}.links .nav-cta{border-color:#141414;background:#b8ff63;box-shadow:3px 3px #141414}.shell{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:28px 0 52px}.panel{border:2px solid #141414;border-radius:8px;background:#fff}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 18px;border-radius:8px;border:2px solid #141414;background:#141414;color:#fff;font-weight:900;letter-spacing:0;transition:transform .16s ease,box-shadow .16s ease}.button:hover{transform:translate(-2px,-2px)}.button.secondary{border:2px solid #141414;background:#fff;color:#141414}.button.danger{background:#a11d33}.muted{color:#687483}@media(max-width:720px){.topbar{align-items:center;min-height:60px}.links{justify-content:flex-end;gap:6px;font-size:.86rem}.links a{min-height:34px;padding:0 8px}.links a[href="/privacy"],.links a[href="/terms"]{display:none}}
