/* Admin sign-in in the site's world («Το Ζ», navy field). Built from pos_site_v2/admin-login.html; every rule is scoped
   under #auth-gate so the panel after sign-in keeps its own stylesheet. The panel script shows the gate with display:flex. */
#auth-gate{
  color-scheme: light;
  --paper:#FFFFFF; --ink:#05243B; --ink-2:#3B5570; --rule:#C9D8E6; --rule-2:#E4ECF4; --red:#C8321E; --carbon:#F2C94C;
  --navy:#05243B; --on-navy:#FFFFFF; --on-navy-2:rgba(255,255,255,.74); --rule-navy:rgba(255,255,255,.28);
  --sans:'Commissioner','Segoe UI',system-ui,-apple-system,sans-serif; --mono:'JetBrains Mono',Consolas,'Courier New',monospace;
  --ease:cubic-bezier(.22,1,.36,1); --w:1200px;
}
#auth-gate *{box-sizing:border-box}
#auth-gate{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:17px;line-height:24px;-webkit-font-smoothing:antialiased}
#auth-gate ::selection{background:var(--ink);color:var(--paper)}
#auth-gate a{color:inherit;text-decoration:none}
#auth-gate button{font:inherit;color:inherit;background:none;border:0;padding:0;cursor:pointer}
#auth-gate a:focus-visible,#auth-gate button:focus-visible,#auth-gate input:focus-visible,#auth-gate [tabindex]:focus-visible{outline:2px solid var(--ink);outline-offset:3px}
#auth-gate input{caret-color:var(--ink)}
#auth-gate .wrap{max-width:var(--w);margin:0 auto;padding:0 24px}
#auth-gate .nav{position:fixed;top:0;left:0;right:0;z-index:20;background:transparent;border-bottom:1px solid transparent;transition:background .25s var(--ease),border-color .25s var(--ease)}
#auth-gate .nav.on{background:var(--paper);border-bottom-color:var(--rule)}
#auth-gate .nav .wrap{display:flex;align-items:center;gap:20px;height:72px}
#auth-gate .brand{display:flex;align-items:center;gap:10px;margin-right:auto}
#auth-gate .brand .logo{display:block;height:40px;width:128px;background:var(--ink);-webkit-mask:url("logo.png") center/contain no-repeat;mask:url("logo.png") center/contain no-repeat}
#auth-gate .lang{display:flex;gap:0;border:1px solid var(--rule);background:var(--paper);font-family:var(--mono);font-size:12px;font-weight:600}
#auth-gate .lang button{padding:6px 10px;letter-spacing:.06em}
#auth-gate .lang button[aria-pressed="true"]{background:var(--ink);color:var(--paper)}
#auth-gate .vr{width:1px;height:24px;background:var(--rule)}
#auth-gate .btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:15px 24px;background:var(--ink);color:var(--paper);font-weight:700;font-size:15px;line-height:16px;border:1px solid var(--ink);transition:background .18s var(--ease),color .18s var(--ease);white-space:nowrap}
#auth-gate .btn:hover{background:var(--paper);color:var(--ink)}
#auth-gate .btn.ghost{background:var(--paper);color:var(--ink)}
#auth-gate .btn.ghost:hover{background:var(--ink);color:var(--paper)}
#auth-gate .btn:active{background:var(--red);border-color:var(--red);color:var(--paper)}
#auth-gate .btn.sm{padding:9px 16px}
#auth-gate .btn[disabled]{opacity:.55;cursor:default}
#auth-gate .btn[disabled]:hover{background:var(--ink);color:var(--paper)}
#auth-gate .link{font-weight:600;border-bottom:1px solid var(--ink);padding-bottom:2px;line-height:1.1}
#auth-gate .link:hover{border-bottom-width:2px}
#auth-gate .folio{padding:120px 0 96px;min-height:100vh;position:relative;overflow:hidden}
#auth-gate .folio>.wrap{position:relative;z-index:1}
#auth-gate .plexus{position:absolute;inset:0;width:100%;height:100%;z-index:0;pointer-events:none}
#auth-gate .folio-head{display:flex;flex-wrap:wrap;align-items:center;gap:0 18px;padding:12px 0 11px;line-height:24px;font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-2);border-bottom:1px solid var(--rule);margin-bottom:48px}
#auth-gate .folio-head .r{margin-left:auto}
#auth-gate .folio-head .tel{font-family:var(--mono);font-weight:600;letter-spacing:0;color:var(--ink);border-bottom:1px solid var(--ink)}
#auth-gate h1,#auth-gate h2{margin:0;font-weight:800;letter-spacing:-.015em}
#auth-gate h1{font-size:clamp(34px,4vw,44px);line-height:48px}
#auth-gate .lede{margin:12px 0 0;font-size:17px;line-height:24px;color:var(--ink-2);max-width:32em}
#auth-gate .sheet{max-width:480px}
#auth-gate .two{display:grid;grid-template-columns:minmax(0,1fr) 480px;column-gap:48px;align-items:start}
#auth-gate .two .col{grid-column:2}
#auth-gate[data-layout="centre"] .two{grid-template-columns:1fr}
#auth-gate[data-layout="centre"] .two .col{grid-column:1;display:flex;justify-content:center}
#auth-gate[data-layout="centre"] .sheet{width:100%;max-width:520px}
#auth-gate[data-layout="centre"] .choice{margin-left:auto;margin-right:auto}
#auth-gate .plexus.mirror{display:none}
@media (max-width:980px){
#auth-gate .plexus.mirror{display:none!important}
}
#auth-gate .two[hidden]{display:none}
#auth-gate .side{position:relative}
#auth-gate .side .shot{border:1px solid var(--ink);background:var(--paper)}
#auth-gate .side .shot img{display:block;width:100%;height:auto}
#auth-gate .side .cap{display:flex;align-items:center;gap:12px;padding:12px 0 11px;border-bottom:1px solid var(--rule);font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-2)}
#auth-gate .side .cap .ticket{margin-left:auto;background:var(--carbon);color:var(--ink);font-family:var(--mono);font-size:11px;letter-spacing:.06em;padding:3px 8px;text-transform:none}
@media (max-width:980px){
#auth-gate .two{grid-template-columns:1fr}
#auth-gate .two .col{grid-column:1}
#auth-gate .side{display:none}
}
#auth-gate .gate[hidden]{display:none}
#auth-gate .two[hidden]+#hub{margin-top:0}
#auth-gate .form{margin-top:36px}
#auth-gate .form .row{display:grid;grid-template-columns:minmax(96px,150px) 1fr auto;gap:0 24px;align-items:center;padding:12px 0 11px;line-height:24px;border-bottom:1px solid var(--rule);cursor:text}
#auth-gate .form .row .desc{font-weight:600}
#auth-gate .form input{width:100%;font:inherit;color:var(--ink);background:transparent;border:0;padding:0;line-height:24px;min-height:24px;border-radius:0}
#auth-gate .form input:placeholder-shown{background:repeating-linear-gradient(90deg,var(--ink-2) 0 2px,transparent 2px 6px) 0 calc(100% - 5px)/100% 2px no-repeat;opacity:.55}
#auth-gate .form input:focus,#auth-gate .form input:focus-visible{outline:none;background:none;opacity:1}
#auth-gate .form .row:focus-within{border-bottom-color:var(--ink)}
#auth-gate .form input:-webkit-autofill,#auth-gate .form input:-webkit-autofill:hover,#auth-gate .form input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 1000px var(--paper) inset;-webkit-text-fill-color:var(--ink);caret-color:var(--ink);transition:background-color 100000s ease-in-out 0s}
#auth-gate .form input.code{font-family:var(--mono);font-size:22px;letter-spacing:.32em;font-weight:600}
#auth-gate .form input::-ms-reveal{display:none}
#auth-gate .eye{display:flex;align-items:center;justify-content:center;width:32px;height:32px;margin:-4px -6px -4px 0;color:var(--ink-2)}
#auth-gate .eye:hover{color:var(--ink)}
#auth-gate .eye svg{width:20px;height:20px}
#auth-gate .eye .off{display:none}
#auth-gate .eye.on .on{display:none}
#auth-gate .eye.on .off{display:block}
#auth-gate .caps{display:none;font-size:15px;line-height:24px;color:var(--ink-2);padding:8px 0 0}
#auth-gate .caps.on{display:block}
#auth-gate .check{display:flex;align-items:center;gap:12px;padding:12px 0 11px;border-bottom:1px solid var(--rule);cursor:pointer;line-height:24px}
#auth-gate .check input{position:absolute;opacity:0;width:1px;height:1px}
#auth-gate .check .box{width:16px;height:16px;border:1px solid var(--ink);flex:none;display:flex;align-items:center;justify-content:center;transition:background .15s var(--ease)}
#auth-gate .check .box svg{width:12px;height:12px;display:none;color:var(--paper)}
#auth-gate .check input:checked+.box{background:var(--ink)}
#auth-gate .check input:checked+.box svg{display:block}
#auth-gate .check input:focus-visible+.box{outline:2px solid var(--ink);outline-offset:3px}
#auth-gate .submit{padding:24px 0 12px;border-bottom:1px solid var(--ink);position:relative}
#auth-gate .submit::after{content:"";position:absolute;left:0;right:0;bottom:-4px;border-bottom:1px solid var(--ink)}
#auth-gate .submit .btn{width:100%;padding:15px 24px}
#auth-gate .note{font-size:15px;line-height:24px;color:var(--ink-2);padding:16px 0 0;min-height:40px}
#auth-gate .note.err{color:var(--red);font-weight:600}
#auth-gate .note.ok{color:var(--ink);font-weight:600}
#auth-gate .after{margin-top:28px}
#auth-gate .after .row{display:flex;justify-content:space-between;align-items:baseline;gap:16px;padding:12px 0 11px;line-height:24px;border-bottom:1px solid var(--rule)}
#auth-gate .after .row span{color:var(--ink-2)}
#auth-gate .choice{display:grid;grid-template-columns:1fr 1fr;gap:48px;margin-top:36px;max-width:1000px}
#auth-gate .tile{display:block;border-top:1px solid var(--ink);padding:16px 0 0;position:relative;transition:color .18s var(--ease)}
#auth-gate .tile .k{display:flex;align-items:center;gap:12px;font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-2)}
#auth-gate .tile .ticket{margin-left:auto;background:var(--carbon);color:var(--ink);font-family:var(--mono);font-size:11px;letter-spacing:.06em;padding:3px 8px}
#auth-gate .tile h2{font-size:22px;line-height:32px;margin-top:20px}
#auth-gate .tile p{margin:4px 0 0;color:var(--ink-2)}
#auth-gate .tile .go{display:inline-flex;align-items:center;gap:10px;margin-top:20px;font-weight:700}
#auth-gate .tile .go svg{width:18px;height:18px;transition:transform .2s var(--ease)}
#auth-gate .tile:hover .go svg{transform:translateX(4px)}
#auth-gate .tile .shot{margin-top:24px;border:1px solid var(--rule);background:var(--paper)}
#auth-gate .tile .shot img{display:block;width:100%;height:auto}
#auth-gate .who{display:flex;gap:16px;flex-wrap:wrap;align-items:baseline;margin-top:64px;padding-top:11px;border-top:1px solid var(--rule);font-size:15px;line-height:24px;color:var(--ink-2)}
#auth-gate .who .mail{font-family:var(--mono);font-size:12px;color:var(--ink)}
#auth-gate .who .sp{flex:1}
@media (max-width:760px){
#auth-gate .nav .wrap{height:64px;padding:0 16px}
#auth-gate .folio{padding:96px 0 64px}
#auth-gate .folio-head{margin-bottom:32px}
#auth-gate h1{font-size:34px;line-height:40px}
#auth-gate .form .row{grid-template-columns:1fr;gap:2px 0;padding:10px 0 9px}
#auth-gate .form .row .desc{font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-2)}
#auth-gate .form .row .eye{position:absolute;right:0;bottom:8px}
#auth-gate .form .row{position:relative}
#auth-gate .choice{grid-template-columns:1fr;gap:40px}
#auth-gate .folio-head .r{display:none}
#auth-gate .after .row{flex-direction:column;align-items:flex-start;gap:4px}
}
#auth-gate{--paper:#05243B;--ink:#FFFFFF;--ink-2:rgba(255,255,255,.74);--rule:rgba(255,255,255,.28);--rule-2:rgba(255,255,255,.16);--red:#FF8A76;--carbon:#F2C94C}
#auth-gate .btn{background:var(--carbon);color:#05243B;border-color:var(--carbon)}
#auth-gate .btn:hover{background:#05243B;color:var(--carbon)}
#auth-gate .btn.ghost{background:transparent;color:#FFFFFF;border-color:rgba(255,255,255,.55)}
#auth-gate .btn.ghost:hover{background:#FFFFFF;color:#05243B}
#auth-gate .btn:active{background:var(--red);border-color:var(--red);color:#05243B}
#auth-gate .btn[disabled]:hover{background:var(--carbon);color:#05243B}
#auth-gate .lang{border-color:rgba(255,255,255,.28);background:transparent;color:#FFFFFF}
#auth-gate .lang button[aria-pressed="true"]{background:#FFFFFF;color:#05243B}
#auth-gate .vr{background:rgba(255,255,255,.28)}
#auth-gate .nav.on{background:#05243B;border-bottom-color:var(--rule)}
#auth-gate .brand .logo{background:#FFFFFF}
#auth-gate .form .row:focus-within{border-bottom-color:#FFFFFF}
#auth-gate .submit,#auth-gate .submit::after{border-bottom-color:#FFFFFF}
#auth-gate .link{border-bottom-color:#FFFFFF}
#auth-gate .note.ok{color:var(--carbon)}
#auth-gate .callrow{white-space:nowrap}
#auth-gate{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;min-height:100vh;position:relative}
#auth-gate .folio{flex:1;width:100%;max-width:none!important;margin:0!important;padding:120px 0 96px!important}
@media (max-width:760px){#auth-gate .folio{padding:96px 0 64px!important}}   /* the panel's phone rule is main{padding:10px!important} */
#auth-gate .nav{position:fixed}
/* wide screens: the gate scales up as the site does (the panel after sign-in keeps its own size) */
@media (min-width:1600px){#auth-gate{zoom:1.12}}
@media (min-width:1800px){#auth-gate{zoom:1.24}}
@media (min-width:2200px){#auth-gate{zoom:1.45}}
/* the panel stylesheet reaches #auth-btn and body by id/element; the gate takes them back */
#auth-gate button,#auth-gate .btn,#auth-gate input{border-radius:0}
#auth-gate #auth-btn{width:100%;padding:15px 24px;background:var(--carbon);color:#05243B;border:1px solid var(--carbon);font-size:15px;font-weight:700;cursor:pointer}
#auth-gate #auth-btn:hover{opacity:1;background:#05243B;color:var(--carbon)}
#auth-gate #auth-btn[disabled]{opacity:.55}
body:has(#app[style*="none"]){background:#05243B}
#auth-gate .lang{border-color:rgba(255,255,255,.28);background:transparent;color:#FFFFFF}
#auth-gate .lang button[aria-pressed="true"]{background:#FFFFFF;color:#05243B}
#auth-gate .vr{background:rgba(255,255,255,.28)}
#auth-gate .callrow{color:var(--ink);white-space:nowrap}
/* the panel's own install button, while the gate is up: the world's ghost button instead of the old gold pill */
body:has(#app[style*="none"]) #pwa-install-btn{display:none!important;background:transparent!important;color:#FFFFFF!important;border:1px solid rgba(255,255,255,.55)!important;border-radius:0!important;box-shadow:none!important;font-family:'Commissioner','Segoe UI',system-ui,sans-serif!important;font-weight:700!important;font-size:15px!important;padding:9px 16px!important;right:24px!important;bottom:24px!important}
body:has(#app[style*="none"]) #pwa-install-btn:hover{background:#FFFFFF!important;color:#05243B!important}
