/* Wynbook — colours: the shared base palette, exactly as wynlive renders it today (owner 2026-09-12: "use same
   color scheme for wynbook as wynlive"). No token overrides here; only the logotype lockup rules below. The
   earlier "Royal" navy/gold token set is retired (git history, 2026-09-12). */

/* Wynbook lockup: the logotype replaces mark + text wordmark wherever .brand renders it (masthead, auth
   pages); one variant per theme. */
.brand img.brand-lockup{width:auto!important;height:21px!important;max-width:none}
.brand{--lockup-h:21px;--flag-xh:.517;--flag-base:.823}.auth-masthead .brand{--lockup-h:20px}
@media(max-width:760px){.brand{--lockup-h:18px}.auth-masthead .brand{--lockup-h:18px}}@media(max-width:370px){.brand{--lockup-h:17px}}
.brand .lockup-dark{display:none}
[data-theme="dark"] .brand .lockup-light{display:none}
[data-theme="dark"] .brand .lockup-dark{display:inline-block}
.auth-masthead .brand img.brand-lockup{height:20px!important}
@media(max-width:760px){.brand img.brand-lockup{height:18px!important}.auth-masthead .brand img.brand-lockup{height:18px!important}}
@media(max-width:370px){.brand img.brand-lockup{height:17px!important}}
