@font-face { font-family: Anybody; font-weight: 400; font-style: normal; font-display: swap; src: url(/assets/fonts/anybody-v9-latin_latin-ext-regular.woff2) format("woff2"); }
@font-face { font-family: Anybody; font-weight: 700; font-style: normal; font-display: swap; src: url(/assets/fonts/anybody-v9-latin_latin-ext-700.woff2) format("woff2"); }
@font-face { font-family: Anybody; font-weight: 800; font-style: normal; font-display: swap; src: url(/assets/fonts/anybody-v9-latin_latin-ext-800.woff2) format("woff2"); }

/* CityWifi portal skin (2026-09-24) - a light, full-width landing page
   matching the design the brand asked for (white page, black logo badge,
   pink kicker, checklist, phone field, plum call-to-action). Everything is
   scoped to body.brand-citywifi so it can never affect the default OneGo
   portal or the admin UI, which share app.css. Colors/icons/logo are the brand's own (taken from the supplied
   K3Tele.com page); the heading font there is Anybody - drop its woff2
   files into public/assets/fonts/ to use it, else a system sans is used. */
body.brand-citywifi {
    --cw-pink: #ED2674;
    --cw-plum: #803774;
    --cw-blue: #3070B6;
    --cw-sky: #54A8DC;
    --cw-ink: #111;
    --accent: var(--cw-plum);
    --accent-dim: #d9c7d5;
    --cw-font: Anybody, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    --text: #111;
    --text-dim: #555;
    --panel: #fff;
    --panel-border: #d9d5dc;
    --good: #2a8a4a;
    background: #fff;
    color: #111;
    font-family: Arial, Helvetica, sans-serif;
}
.brand-citywifi .login-shell { align-items: flex-start; padding: 20px 16px 40px; }
.brand-citywifi .login-card { width: 100%; max-width: 460px; background: transparent; border: 0; padding: 0; }
.brand-citywifi .login-brand { justify-content: center; margin: 4px 0 28px; }
.brand-citywifi .login-logo { height: auto; width: min(260px, 72vw); }
.brand-citywifi .sub { color: #444; font-size: 14px; }
.brand-citywifi .btn { background: var(--cw-plum); color: #fff; border-radius: 8px; padding: 16px 20px; font-size: 20px; font-weight: 700; }
.brand-citywifi .btn:hover { background: #6a2d60; }
.brand-citywifi .error-box { background: #fdeaf0; border: 1px solid var(--cw-pink); color: #8a1f47; }
.brand-citywifi .notice-box { background: #eef6fd; border: 1px solid var(--cw-sky); color: #1d4f7c; }
.brand-citywifi .spinner { border-color: rgba(0,0,0,.12); border-top-color: var(--cw-plum); }
.brand-citywifi a { color: var(--cw-sky); }

.cw-hero { text-align: center; margin: 0 0 22px; }
.cw-kicker { color: var(--cw-pink); font-size: 30px; font-weight: 800; line-height: 1.1; margin: 0; }
.cw-headline { font-size: 30px; font-weight: 800; line-height: 1.05; margin: 2px 0 26px; color: #111; }
.cw-body { font-size: 15px; font-weight: 700; line-height: 1.35; margin: 0 0 22px; color: #111; }
.cw-bullets { list-style: none; margin: 0 auto; padding: 0; width: fit-content; text-align: left; }
.cw-bullets li { display: flex; align-items: center; gap: 18px; font-size: 19px; font-weight: 700; margin: 0 0 14px; color: #111; }
.cw-bullets img { width: 42px; height: 42px; flex: 0 0 42px; }

.cw-form .cw-label { font-family: var(--cw-font); font-size: 20px; color: #111; margin: 0 0 6px; display: block; }
.cw-phone { display: flex; gap: 22px; margin-bottom: 22px; }
.cw-cc { flex: 0 0 auto; display: flex; align-items: center; gap: 12px; border: 3px solid #111; border-radius: 10px; padding: 0 14px; height: 54px; background: #fafafa; font-family: var(--cw-font); font-size: 20px; color: #111; }
.cw-flag { width: 26px; height: 20px; background: linear-gradient(#1eb53a 0 33%, #fff 33% 66%, #0072c6 66% 100%); display: block; }
.cw-phone input[type=tel] { flex: 1; min-width: 0; height: 54px; border: 3px solid #111; border-radius: 10px; padding: 0 16px; font-size: 20px; background: #fafafa; color: #111; font-family: var(--cw-font); }
.cw-terms { display: flex; align-items: center; gap: 14px; margin: 0 0 40px; font-family: var(--cw-font); font-size: 18px; color: #111; }
.cw-terms input[type=checkbox] { width: 28px; height: 28px; flex: 0 0 28px; accent-color: var(--cw-plum); border: 3px solid #111; }
.cw-terms a { color: var(--cw-sky); text-decoration: none; }

/* "You're connected" countdown: one centered block (label + time), not a
   left-aligned line above a centered number. */
.brand-citywifi .portal-connected { text-align: center; padding: 8px 0 4px; }
.brand-citywifi .portal-connected .sub { margin: 0 0 4px; font-size: 16px; font-weight: 700; color: #111; }
.brand-citywifi .portal-connected .portal-countdown { font-size: 56px; margin: 4px 0 0; }
