/* Speshy shared stylesheet
   Changelog (most recent first):
   2026-08-15  Bar given a fixed 47px min-height so the page heading sits at the same vertical position on every page, whether or not the auth control is shown.
   2026-08-15  Footer identity line centred on every page (was left-aligned on non-auth pages like the home page).
   2026-08-15  Greyed .go buttons no longer react to the mouse (no hover colour flip; pointer-events disabled).
   2026-08-15  Top-right greeting ("Hello …") font size raised to 17px to match the Log out button.
   2026-08-14  Reverted button hover to the original (yellow background, dark text); removed the add-place button hover that was added this round.
   2026-08-14  Universal button hover changed: background stays black, text turns white on hover (was white bg / black text).
   2026-08-14  Universal button hover: buttons invert to white background with black text on hover (button.go, the Log in pill, and the add-place buttons).
   2026-08-14  Vertical spacing made responsive site-wide via --sp-* tokens (clamp on vmin): gaps scale with screen size, identical in portrait/landscape, capped at the current desktop values, all scaling by the same factor so every element keeps its relative position.
   2026-08-14  Email opt-in moved off sign-up to an account-page toggle; top-right greeting now links to the account page.
   2026-08-14  Sign-up email/password/Next now auto-fit exactly to the opt-in line width (checkbox to last word) via a max-content wrapper, so they never run longer than the opt-in line; standard --fieldw reduced to 393px for the other auth pages; sign-up field rhythm set to 56px (email->password and password->Next equal, matching the Next->"Already have an account?" distance), opt-in line centred in the password->Next gap.
   2026-08-14  Removed the footer horizontal rule on every page; Privacy/Terms footer links bolded; top-of-page Sign up / Log in words enlarged to 17px (matching the bottom Log in link); bottom Log in/Sign up link pulled up snug under its question.
   2026-08-14  Field + button size standard: --fieldw 412px (the "Email me about deals..." line width, checkbox to last word) and --fieldh 52px (the email box height). Email/password boxes, the consent row and every button now share this width; every button is 52px tall. The Log in button follows it too (it matches its own email/password boxes).
   2026-08-14  Footer ("Speshy ... ") now anchored to the very bottom of the frame on every page: flush at the bottom on short pages, with a 2cm minimum gap below the content on long pages (via .footspacer). Legal links moved above the ABN line so the ABN line is always last.
   2026-08-14  Footer legal links (Privacy / Terms) underline on hover only.
   2026-08-14  Auth submit-button width unified into the .card.auth standard (one rule for sign up / log in / reset / forgot); "Already have an account?" gap tightened; footer legal-links line (.footlegal) added for the sign-up page.
   2026-08-14  Form fields: labels notched onto the top border, 6px rounded corners, 2px borders, transparent fill; submit button rounded; consent checkbox centred, pointer cursor limited to the box.
   2026-08-14  Text colour softened to dark charcoal (--ink); consent checkbox cursor set to default (no hand).
   2026-08-14  Footer bar anchored to the bottom of the viewport on every page (sticky footer), no longer floating on short pages.
   2026-08-14  Single shared auth-page centring standard (.card.auth) for sign up / log in / forgot / reset; removed the OpenStreetMap credit from the footer.
   2026-08-14  Standard heading spacing (44px above every h1, one gap everywhere) and one heading font-size; button hover-inversion standard (black<->yellow like button.go) applied to the Log in pill.
   2026-08-14  Bar items vertically centred (wordmark aligns with the auth control); Log in pill uses the 6px standard corner radius like everything else.
   2026-08-14  Added the shared top-right auth control (Sign up / Log in pill; greeting / Log out when signed in).
   2026-08-14  Autofill highlight neutralised more forcefully (inset box-shadow to the page yellow) for browsers that ignore the transition trick.
   2026-08-14  Error handling standardised sitewide: red, floating under the control, non-shifting (.gowrap + .msg); autofilled inputs no longer show a coloured box.
   2026-08-14  Standard body text set to 16px sitewide; subtitle rule lines removed; button border 2px to match inputs.
   2026-08-14  Input placeholder colour darkened for legibility on the yellow fill.
   2026-08-14  Removed the nav separator line under the menu.
   2026-08-14  Font sizes consolidated to a consistent scale (11/13/14/16/18px + heading clamps); pointer cursor restored on interactive elements.
   2026-08-14  Nav links reverted to left-aligned; more space between input fields; opt-in hand cursor limited to the checkbox.
   2026-08-14  Header bar tightened: logo and CREATE ACCOUNT sit flush on one baseline, closer to the rule line.
   2026-08-14  Wallpaper rebuilt as a seamless repeating tile that scales with the screen (replaces the cropped fixed canvas).
   2026-08-14  Mobile nav no longer wraps: single-line horizontal scroll under 520px.
   2026-08-14  Page titles scale down on small screens and no longer wrap (one line at any width).
   2026-08-14  Rounded all remaining square boxes (messages, chips, dropdowns, new-place panel, step labels, welcome notice, email card + button) to match the 6px standard.
   2026-08-14  In-content links match body text (black) with underline, replacing browser-default blue.
   (earlier)   Base theme: yellow ticket design, sticky header, nav, footer, prose, forms. */
:root{--yellow:#FFD400;--black:#0A0A0A;--ink:#2B2B2B;--white:#FFFFFF;--dim:#5C5205;--grey:#7C7C72;--red:#C0281C;--line:rgba(10,10,10,.14);--fieldw:393px;--fieldh:52px;--sp-sm:clamp(9px,2.25vmin,18px);--sp-rm:clamp(15px,3.25vmin,26px);--sp-md:clamp(22px,5.5vmin,44px);--sp-lg:clamp(28px,7vmin,56px);--sp-foot:clamp(38px,9.5vmin,76px)}
*{box-sizing:border-box;margin:0;padding:0}
html{-webkit-text-size-adjust:100%}
body{background-color:var(--yellow);background-image:url(/bg.svg);background-size:100% auto;background-position:center top;background-repeat:repeat-y;background-attachment:scroll;color:var(--ink);font-family:Archivo,Helvetica,Arial,sans-serif;font-size:16px;line-height:1.45;min-height:100vh;display:flex;align-items:flex-start;justify-content:center}
.display{font-family:Archivo Black,Impact,sans-serif;font-weight:400;letter-spacing:-.02em}
.wrap{width:100%;display:flex;justify-content:center}
.card{width:100%;max-width:900px;margin:0 auto;padding:22px 18px 0}
@media (min-width:700px){.card{padding:34px 40px 0}}
@media (min-width:1000px){.card{padding:40px 48px 0}}
@media (min-width:1400px){.card{max-width:1000px;padding:50px 56px 0}}
.bar{display:flex;align-items:center;justify-content:space-between;border-bottom:4px solid var(--black);padding-bottom:8px;margin-bottom:24px;gap:12px;min-height:47px}
.mark{font-size:clamp(26px,7vw,32px);text-transform:uppercase;letter-spacing:-.03em;line-height:1}
.bar .loc{font-size:11px;letter-spacing:.2em;text-transform:uppercase;font-weight:700;white-space:nowrap;line-height:1}
h1{font-family:Archivo Black,Impact,sans-serif;font-weight:400;font-size:clamp(20px,6.6vw,52px);line-height:.9;text-transform:uppercase;letter-spacing:-.035em;margin-top:var(--sp-md);margin-bottom:var(--sp-sm);white-space:nowrap}
h2{font-family:Archivo Black,Impact,sans-serif;font-weight:400;font-size:clamp(30px,7vw,44px);line-height:.92;text-transform:uppercase;letter-spacing:-.03em;margin-bottom:14px}
.sub{font-size:clamp(14px,3.6vw,16px);font-weight:700;text-transform:uppercase;padding:0;margin-bottom:26px}
.lbl{display:block;font-size:11px;letter-spacing:.2em;text-transform:uppercase;font-weight:700;margin-bottom:7px}
.field>.lbl,.searchwrap>.lbl{position:absolute;top:-4px;left:15px;transform:translateY(-100%);margin:0;padding:0;background:transparent;line-height:1;z-index:5}
input[type=text],input[type=email],input[type=password],input[type=tel],input[type=number],input[type=date],textarea,select{width:100%;background:#fff;color:var(--ink);border:2px solid var(--black);border-radius:6px;font-family:inherit;font-size:16px;font-weight:600;padding:15px 13px}
/* Universal: every text-entry box shows the I-beam (text) cursor; dropdowns show a pointer. */
input[type=text],input[type=email],input[type=password],input[type=tel],input[type=number],input[type=date],input[type=search],input[type=url],textarea,[contenteditable="true"]{cursor:text}
select{cursor:pointer}
input:focus,textarea:focus,select:focus{outline:none;box-shadow:none}
input::placeholder{color:#5C5C5C;font-weight:400}
.field{margin-bottom:var(--sp-rm);margin-top:var(--sp-rm);position:relative}
.consent{display:flex;gap:12px;align-items:center;padding:8px 0;margin-bottom:20px;font-size:14px;font-weight:600;line-height:1.4}
.consent input[type=checkbox]{width:23px;height:23px;flex:0 0 23px;accent-color:var(--black);cursor:pointer;margin-top:0}
button.go{width:var(--fieldw);max-width:100%;height:var(--fieldh);margin:0 auto;background:var(--black);color:var(--yellow);border:2px solid var(--black);border-radius:6px;font-family:Archivo Black,Impact,sans-serif;font-size:clamp(18px,5vw,22px);text-transform:uppercase;padding:0 18px;cursor:pointer;display:flex;align-items:center;justify-content:center}
button.go:not(:disabled):hover{background:var(--yellow);color:var(--ink)}
button.go:disabled{opacity:.4;cursor:not-allowed;pointer-events:none}
/* ===== Auth-page layout standard =====
   Add class "auth" to the .card on sign up / log in / forgot / reset.
   Change anything here and it flows through to all of them. */
.card.auth{text-align:center}
.card.auth h1{white-space:normal}
.card.auth input,.card.auth textarea{text-align:left}
.card.auth .sitenav{display:none}
.card.auth .field{margin:var(--sp-md) auto;width:var(--fieldw);max-width:100%}
.card.auth .consent{margin:44px auto;width:var(--fieldw);max-width:100%;justify-content:flex-start}
.card.auth .signin-bottom{margin-top:var(--sp-lg)}
.card.auth .finelinks{font-size:12px;font-weight:600;color:var(--dim);margin:44px 0 0;border-top:2px solid var(--black);padding-top:20px}
.card.auth .finelinks a{text-decoration:underline}
.card.auth .signin-bottom .sib-q{margin:0 0 4px;font-size:14px;font-weight:600}
.card.auth .signin-bottom .loginlink{font-size:17px;font-weight:800;text-decoration:none;display:inline-block}
.card.auth .signin-bottom .loginlink:hover{text-decoration:underline}
.card.auth .forgot{font-size:13px;font-weight:600;margin:-24px 0 4px}
.card.auth .forgot a{text-decoration:underline}
.sitefoot .footlegal{font-size:11px;font-weight:700;line-height:1.7;color:var(--dim);margin:0 0 6px}
.sitefoot .footlegal a{color:inherit;text-decoration:none}
.sitefoot .footlegal a:hover{text-decoration:underline}
/* Site-wide error-handling standard: red, floating just under the control it
   belongs to, never pushing the layout. Wrap the control and its .msg in a
   .gowrap so the absolute message anchors beneath the button. */
.gowrap{position:relative;margin-bottom:var(--sp-lg)}
.msg{position:absolute;top:100%;left:0;right:0;margin-top:8px;font-size:13px;font-weight:700;color:var(--red);background:none;padding:0}
/* Keep autofilled inputs looking identical to empty ones (no yellow/blue box). */
input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-text-fill-color:var(--ink)!important;-webkit-box-shadow:0 0 0 1000px #fff inset!important;box-shadow:0 0 0 1000px #fff inset!important;transition:background-color 9999s 0s,color 9999s 0s}
.msg:empty{display:none}
/* 2026-08-17  Universal rule: hide the green success/"Saved." confirmation on every save
   action site-wide. Error messages (.msg without .ok, red) stay visible. */
.msg.ok{display:none}
/* Shared top-right auth control (Sign up / Log in, or greeting / Log out). Same on every page. */
.authbtns{display:flex;align-items:center;gap:14px;white-space:nowrap}
.authbtns a{font-size:17px;font-weight:700;text-decoration:none;color:var(--black);cursor:pointer}
.authbtns a.secondary:hover{text-decoration:underline}
.authbtns a.pill{background:var(--black);color:var(--yellow);border:2px solid var(--black);padding:7px 16px;border-radius:6px;line-height:1}
.authbtns a.pill:hover{background:var(--yellow);color:var(--ink)}
.authbtns .greet{font-size:17px;font-weight:700;color:var(--ink);text-decoration:none}
.authbtns .greet:hover{text-decoration:underline}
@media (max-width:520px){.authbtns{gap:9px}.authbtns a{font-size:15px}.authbtns a.pill{padding:7px 13px}}
.searchwrap{margin-bottom:18px;margin-top:12px;position:relative;z-index:50}
.ac{display:none;position:absolute;top:100%;left:0;right:0;z-index:60;border:3px solid var(--black);border-top:none;background:var(--white);max-height:290px;overflow-y:auto;box-shadow:0 12px 24px -12px rgba(0,0,0,.35);border-radius:0 0 6px 6px}
.ac-item{padding:12px 13px;cursor:pointer;border-bottom:2px solid var(--line)}
.ac-item:last-child{border-bottom:none}
.ac-item:hover,.ac-item.on{background:var(--black);color:var(--yellow)}
.ac-item:hover .ac-sub{color:var(--yellow)}
/* Site-wide dropdown row hover: black row, yellow text (the standard) */
.ac .row:hover,.sub-ac .row:hover,.ac .r:hover,.prow:hover{background:var(--black);color:var(--yellow)}
.ac .row:hover .meta,.sub-ac .row:hover .meta,.ac .r:hover .meta,.prow:hover .meta{color:var(--yellow)}
.ac-name{font-family:Archivo Black,Impact,sans-serif;font-size:14px;line-height:1.15}
.ac-sub{font-size:11px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:var(--grey);margin-top:3px}
.ac-add{background:#F5F3EA}
.ac-add .ac-name{font-size:14px}
.ac-busy{padding:12px 13px;font-size:13px;font-weight:700;color:var(--grey)}
.chips{margin-bottom:20px;display:flex;flex-wrap:wrap;gap:8px}
.chips:empty{margin-bottom:0}
.chip{background:var(--black);color:var(--yellow);padding:10px 11px 10px 13px;display:flex;align-items:center;gap:9px;font-weight:700;font-size:14px;max-width:100%;border-radius:6px}
.chip span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.chip button{background:none;border:none;color:var(--yellow);font-family:Archivo Black,Impact,sans-serif;font-size:16px;cursor:pointer;padding:0 2px;line-height:1}
.empty{padding:12px 0;font-weight:600;font-size:14px;margin-bottom:16px;color:var(--dim);text-align:left}
.newplace{display:none;margin-bottom:18px}
.np-head{background:var(--black);color:var(--yellow);font-family:Archivo Black,Impact,sans-serif;font-size:14px;padding:11px 13px;line-height:1.25;border-radius:6px 6px 0 0}
.np-body{border:3px solid var(--black);border-top:none;padding:14px 13px;background:var(--white);position:relative;border-radius:0 0 6px 6px}
.np-actions{display:flex;gap:9px;margin-top:12px}
.np-add,.np-cancel{flex:1;border:3px solid var(--black);border-radius:6px;font-family:Archivo Black,Impact,sans-serif;font-size:14px;text-transform:uppercase;padding:12px;cursor:pointer}
.np-add{background:var(--black);color:var(--yellow)}
.np-cancel{background:transparent;color:var(--ink)}
.np-note{font-size:13px;font-weight:600;color:var(--dim);margin-top:10px;line-height:1.45}
.sub-ac{display:none;position:absolute;left:13px;right:13px;z-index:70;border:3px solid var(--black);border-top:none;max-height:200px;overflow-y:auto;background:var(--white);box-shadow:0 12px 24px -12px rgba(0,0,0,.35);border-radius:0 0 6px 6px}
.suggest{display:none;background:var(--black);color:var(--yellow);padding:10px 12px;margin:-8px 0 18px;font-size:14px;font-weight:700;line-height:1.4;border-radius:6px}
.suggest button{background:none;border:none;padding:0;color:var(--yellow);font-family:inherit;font-size:14px;font-weight:700;text-decoration:underline;cursor:pointer}
.steps{margin-top:30px;border-top:4px solid var(--black);padding-top:18px}
.steps-head{font-family:Archivo Black,Impact,sans-serif;font-size:11px;letter-spacing:.22em;text-transform:uppercase;background:var(--black);color:var(--yellow);display:inline-block;padding:6px 10px 7px;margin-bottom:14px;border-radius:6px}
.step{display:flex;gap:12px;align-items:baseline;font-size:14px;font-weight:600;line-height:1.4;padding:9px 0;border-bottom:2px solid var(--line)}
.step:last-child{border-bottom:none}
.step .n{font-family:inherit;font-weight:600;font-size:14px;line-height:1.4;flex:0 0 auto;min-width:18px}
.promise{margin-top:20px;font-size:13px;font-weight:600;line-height:1.55;color:var(--dim)}
.attrib{margin-top:12px;font-size:11px;color:var(--grey);font-weight:600;line-height:1.5}
.done{display:none}
.done p{font-size:16px;font-weight:600;margin-bottom:22px}
.sitefoot{margin-top:0;padding-top:20px;padding-bottom:16px;text-align:center}
.footlinks{display:flex;flex-wrap:wrap;gap:6px 22px;margin-bottom:16px}
.footlinks a{
  font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;
  color:var(--ink);text-decoration:none;border-bottom:2px solid transparent;padding-bottom:2px;
}
.footlinks a:hover{border-bottom-color:var(--ink)}
.footmeta{font-size:11px;font-weight:600;line-height:1.7;color:var(--dim)}
.prose{max-width:62ch}
.prose p{margin-bottom:16px;font-size:16px;line-height:1.65}
.prose h3{
  font-family:Archivo Black,Impact,sans-serif;font-weight:400;
  font-size:18px;text-transform:uppercase;letter-spacing:-.01em;
  margin:30px 0 12px;
}
.prose ul{margin:0 0 18px 20px}
.prose li{margin-bottom:9px;font-size:16px;line-height:1.6}
.prose strong{font-weight:700}
/* In-content links: match body text colour (black) with an underline, replacing the
   browser-default blue. Component links (nav, footer, back-link, notice) set their own
   text-decoration/colour and are unaffected. */
a{color:var(--ink);text-decoration:underline;text-underline-offset:2px}
a:visited{color:var(--ink)}
.backlink{
  display:inline-block;margin-top:26px;font-size:13px;font-weight:700;
  letter-spacing:.14em;text-transform:uppercase;color:var(--ink);
  text-decoration:none;border-bottom:2px solid var(--black);padding-bottom:2px;
}
.sitenav{
  display:flex;flex-wrap:wrap;gap:4px 20px;
  margin:-14px 0 26px;padding-bottom:14px;
}
.sitenav a{
  font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;
  color:var(--ink);text-decoration:none;
  border-bottom:2px solid transparent;padding-bottom:3px;opacity:.7;
}
.sitenav a:hover{opacity:1;border-bottom-color:var(--ink)}
.sitenav a.on{opacity:1;border-bottom-color:var(--ink)}
@media (max-width:520px){.sitenav{gap:4px 16px;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.sitenav::-webkit-scrollbar{display:none}.sitenav a{font-size:11px;letter-spacing:.1em;white-space:nowrap;flex:0 0 auto}}
/* Hide the scrollbar. Content still scrolls; the bar is just invisible. */
html{scrollbar-width:none;-ms-overflow-style:none}
html::-webkit-scrollbar{display:none}
body::-webkit-scrollbar{display:none}
/* Scrollbar hidden. Scrolling still works — wheel, trackpad, keyboard,
   touch — the indicator is just not drawn. */
html{scrollbar-width:none;-ms-overflow-style:none}
html::-webkit-scrollbar{display:none;width:0;height:0}
body{scrollbar-width:none;-ms-overflow-style:none}
body::-webkit-scrollbar{display:none;width:0;height:0}
/* Anchored header. Added last so nothing later overrides it. */
.bar{
  position:sticky !important;
  top:0 !important;
  z-index:100 !important;
  background-color:var(--yellow) !important;
  margin-bottom:0 !important;
  padding-top:12px !important;
}
.sitenav{
  position:sticky !important;
  top:58px !important;
  z-index:99 !important;
  background-color:var(--yellow) !important;
  margin:0 0 26px !important;
  padding-top:12px !important;
}
/* One sticky block instead of two, so they cannot overlap.
   The bar keeps its own spacing; the nav sits under it as normal flow. */
.bar{
  position:static !important;
  margin-bottom:0 !important;
  padding-top:0 !important;
}
.sitenav{
  position:static !important;
  margin:0 !important;
  padding-top:14px !important;
}
.stickytop{
  position:sticky;
  top:0;
  z-index:100;
  background-color:var(--yellow);
  padding-top:20px;
}
.stickytop{
  background-color:rgba(255,212,0,.82) !important;
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
}
div.stickytop{
  background-color:rgba(255,212,0,.78) !important;
  -webkit-backdrop-filter:blur(10px) saturate(1.1) !important;
  backdrop-filter:blur(10px) saturate(1.1) !important;
}
div.stickytop .bar,
div.stickytop .sitenav{
  background-color:transparent !important;
}

/* Wallpaper holds still; content scrolls over it. Nothing covers the pattern. */
body{
  background-attachment:fixed !important;
  background-size:clamp(360px,60vmin,640px) !important;
  background-position:center center !important;
  background-repeat:repeat !important;
}
div.stickytop{
  position:static !important;
  background:none !important;
  background-color:transparent !important;
  -webkit-backdrop-filter:none !important;
  backdrop-filter:none !important;
  padding-top:0 !important;
}

/* Footer anchored to the bottom of the viewport on every page. The footspacer is a
   flex item that grows to fill a short page (pushing the footer to the frame bottom) and,
   on a long page, holds a fixed 2cm (76px) minimum gap below the last content. */
body{align-items:stretch !important}
.wrap{align-items:stretch}
.card{display:flex;flex-direction:column;min-height:100vh}
.footspacer{flex:1 0 var(--sp-foot)}

/* 2026-08-17  Universal autofill-proof field. A contenteditable div is never autofilled
   by the browser (no suggestion pop-up), unlike <input>. Any non-credential field uses:
   <div class="ce-input" data-autofield contenteditable="true" data-placeholder="…"></div>
   read/written with ceVal() (footer.js). Credential fields stay real <input>s so password
   managers keep working. */
.ce-input{width:100%;box-sizing:border-box;background:#fff;color:var(--ink);border:2px solid var(--black);border-radius:6px;font-family:inherit;font-size:16px;font-weight:600;line-height:normal;padding:15px 13px;outline:none;white-space:nowrap;overflow:hidden;cursor:text;text-align:left}
.ce-input:focus{box-shadow:none}
.ce-input:empty:before{content:attr(data-placeholder);color:var(--grey);font-weight:400}


/* ---- Segmented one-time-code input (SMS / email verification codes) ----
   Upgrades any <input autocomplete="one-time-code"> into per-digit boxes
   (see upgradeOtpInputs in footer.js). Styled in Speshy's black/yellow language. */
.otp{position:relative;display:inline-flex;vertical-align:top;max-width:100%}
.otp .otpcells{display:flex;gap:8px}
.otp .otpcell{width:44px;height:54px;border:2px solid var(--black);border-radius:6px;background:var(--white);display:flex;align-items:center;justify-content:center;font-family:'Archivo Black',Impact,sans-serif;font-size:22px;line-height:1;color:var(--ink);box-sizing:border-box;transition:box-shadow .1s}
.otp .otpcell.active{box-shadow:none}
.otp .otpcell .caret{display:none;width:2px;height:26px;background:var(--black);animation:otpblink 1.05s step-end infinite}
.otp .otpcell.active .caret{display:block}
.otp .otpcell.active .dg:empty{display:none}
@keyframes otpblink{50%{opacity:0}}
.otp>input{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;min-width:0!important;margin:0!important;padding:0!important;border:0!important;box-shadow:none!important;background:transparent!important;color:transparent!important;caret-color:transparent!important;text-align:center;letter-spacing:0!important;text-indent:0!important;outline:none;cursor:text;font-size:22px}
.otp>input::placeholder{color:transparent!important;opacity:0!important}
.otp>input:focus{box-shadow:none}
@media(max-width:430px){.otp .otpcell{width:40px;height:50px;font-size:20px}.otp .otpcells{gap:6px}}


/* ---- Universal phone-number field (see phonefield.js) ---- */
.mobilefield .phonerow{display:flex;align-items:center;height:52px;border:2px solid var(--black);border-radius:6px;background:#fff;overflow:hidden}
.mobilefield .phonerow select{flex:0 0 auto;width:132px;height:calc(100% - 18px);border:0;border-right:2px solid var(--black);border-radius:0;background:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0 14px;font-family:inherit;font-size:15px;font-weight:600;text-align:center;text-align-last:center;cursor:pointer}
.mobilefield .phonerow input{flex:1 1 auto;min-width:0;height:100%;border:0;border-radius:0;background:transparent;padding:0 10px 0 10px;font-family:inherit;font-size:16px;font-weight:600;color:var(--ink)}
.mobilefield .phonerow #mobnum{flex:1 1 auto;min-width:0;height:100%;line-height:48px;background:transparent;padding:0 10px;font-family:inherit;font-size:16px;font-weight:600;color:var(--ink);outline:none;cursor:text;white-space:nowrap;overflow:hidden;text-align:left}
.mobilefield .phonerow select:focus,.mobilefield .phonerow input:focus{outline:none;box-shadow:none}
.mobilefield{position:relative}
.mobilefield.dialopen{z-index:300}
.mobilefield .phonerow #dialBtn.dialbtn{flex:0 0 auto;width:122px;box-sizing:border-box;height:calc(100% - 18px);border:0;border-right:2px solid var(--black);border-radius:0;background:transparent;display:flex;align-items:center;justify-content:flex-start;gap:10px;padding:0 10px;font-family:inherit;font-size:15px;font-weight:600;color:var(--ink);cursor:pointer;-webkit-appearance:none;appearance:none}
.mobilefield .phonerow #dialBtn .flag{font-size:18px;line-height:1}
.mobilefield .phonerow #dialBtn .di{flex:1 1 auto;text-align:left;min-width:20px;color:var(--ink);font-size:15px}
.mobilefield .phonerow #dialBtn .dc{flex:0 0 auto;color:var(--ink)}
.mobilefield .phonerow #dialBtn .dcaret{font-size:11px;color:var(--dim,#888);margin-left:1px}
.mobilefield .phonerow #dialSearch.dialsearch{flex:0 0 auto;height:calc(100% - 18px);border:0;border-right:2px solid var(--black);border-radius:0;background:transparent;padding:0 12px;font-family:inherit;font-size:15px;font-weight:600;color:var(--ink);outline:none;box-sizing:border-box;min-width:0}
.mobilefield .phonerow #dialSearch.dialsearch:focus{box-shadow:none;outline:none}
.dialac{position:absolute;left:2px;top:calc(52px + 6px);z-index:200;width:140px;background:#fff;border:2px solid var(--black);border-radius:8px;box-shadow:0 12px 34px rgba(0,0,0,.16);overflow:hidden}
.dialac #dialSearch{width:100%;box-sizing:border-box;border:0;border-bottom:2px solid var(--black);padding:12px 14px;font-family:inherit;font-size:15px;font-weight:600;color:var(--ink);outline:none}
.dialac .diallist{max-height:264px;overflow-y:auto;-webkit-overflow-scrolling:touch}
.dialac .dialrow{display:flex;align-items:center;gap:10px;padding:10px 10px 10px 10px;cursor:pointer;font-weight:600;font-size:14px;color:var(--ink)}
.dialac .dialrow:hover,.dialac .dialrow.active{background:var(--black);color:var(--yellow)}
.dialac .dialrow:hover .di,.dialac .dialrow:hover .dc,.dialac .dialrow.active .di,.dialac .dialrow.active .dc{color:var(--yellow)}
.dialac .dialrow .df{font-size:18px;line-height:1}
.dialac .dialrow .dn{flex:1 1 auto;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.dialac .dialrow .dc{flex:0 0 auto;color:var(--dim,#888)}
.dialac .dialrow .di{flex:1 1 auto;font-weight:700;color:var(--ink);min-width:20px;font-size:13px}
.dialac .dialnone{padding:14px;color:var(--dim,#888);font-weight:600;font-size:14px}
