.wa-auth{--paper:#f9f9f4;--off:#fbfaf6;--ink:#111814;--sign:#09251e;--sign-line:#1c4a3a;--sign-t:#edefe6;--red:#c8102e;--red-dark:#a50d26;--blue:#1657c8;--amber:#f2b632;--amber-deep:#8a6410;--amber-line:#ebd08a;--border:#d8d3c7;--border-2:#e5e1d5;--t-mut:#5f665d;--t-faint:#8a9083;--ok:#2e7a47;--ok-bg:#e4f0e4;--ok-line:#c7e0c6;--display:-apple-system,BlinkMacSystemFont,"Helvetica Neue","Segoe UI",Arial,sans-serif;--sans:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--mono:ui-monospace,"SF Mono","Cascadia Code",Menlo,monospace;background:var(--paper);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased;flex-direction:column;min-height:100vh;font-size:16px;line-height:1.55;display:flex;overflow-x:clip}.wa-auth *{box-sizing:border-box}.wa-auth a{color:inherit;text-decoration:none}.wa-auth h1{margin:0}.wa-auth .display{font-family:var(--display);letter-spacing:-.028em;text-transform:uppercase;font-weight:900;line-height:.92}.wa-auth .nav{border-bottom:2px solid var(--ink);background:var(--off)}.wa-auth .nav-in{justify-content:space-between;align-items:center;gap:1rem;max-width:1120px;height:64px;margin:0 auto;padding:0 clamp(1.15rem,4.5vw,2rem);display:flex}.wa-auth .logo{font-family:var(--display);letter-spacing:-.02em;border:2.5px solid var(--ink);background:var(--paper);border-radius:6px;align-items:center;gap:.05em;padding:.34rem .55rem .3rem;font-size:1.1rem;font-weight:900;line-height:1;display:inline-flex}.wa-auth .logo:before{content:"";background:var(--red);border-radius:2px;width:.5em;height:.5em;margin-right:.35em;transform:rotate(45deg)}.wa-auth .logo .a{color:var(--red)}.wa-auth .logo .tmk{vertical-align:super;font-size:.5em;font-weight:800}.wa-auth .nav-links{align-items:center;gap:.4rem;display:flex}.wa-auth .nav-links a{color:var(--t-mut);border-radius:6px;padding:.45rem .6rem;font-size:.84rem;font-weight:700}.wa-auth .nav-links a:hover{background:var(--paper);box-shadow:inset 0 -2px 0 var(--red);color:var(--ink)}.wa-auth .auth-body{flex-direction:column;flex:1;justify-content:center;align-items:center;padding:clamp(1.5rem,5vw,3.5rem) 1.15rem;display:flex}.wa-auth .auth-head{text-align:center;width:100%;max-width:24rem;margin-bottom:1.4rem}.wa-auth .auth-eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--t-faint);align-items:center;gap:.5rem;font-size:.66rem;font-weight:800;display:inline-flex}.wa-auth .auth-eyebrow:before{content:"";background:var(--red);border-radius:2px;width:7px;height:7px;transform:rotate(45deg)}.wa-auth .auth-head h1{color:var(--ink);margin-top:.8rem;font-size:clamp(1.8rem,5vw,2.5rem)}.wa-auth .auth-head .subline{font-family:var(--mono);color:var(--t-mut);margin:.7rem 0 0;font-size:.76rem;font-weight:600}.wa-auth .auth-card{border:2px solid var(--ink);background:#fff;border-radius:14px;width:100%;max-width:24rem;overflow:hidden;box-shadow:8px 8px #11181429}.wa-auth .auth-card .card-top{border-bottom:2px solid var(--ink);background:var(--off);justify-content:space-between;align-items:center;gap:.6rem;padding:.6rem .95rem;display:flex}.wa-auth .auth-card .card-top .serial{font-family:var(--mono);letter-spacing:.1em;color:var(--t-faint);text-transform:uppercase;font-size:.6rem}.wa-auth .auth-card .card-top .tag{font-family:var(--display);letter-spacing:.1em;text-transform:uppercase;color:var(--ok);border:1.5px solid var(--ok-line);background:var(--ok-bg);border-radius:4px;padding:.2rem .45rem;font-size:.56rem;font-weight:900}.wa-auth .auth-card .card-body{padding:1.4rem}.wa-auth .gbtn{border:2px solid var(--ink);width:100%;color:var(--ink);cursor:pointer;background:#fff;border-radius:7px;justify-content:center;align-items:center;gap:.6rem;padding:.7rem;font-size:.9rem;font-weight:700;transition:background .15s;display:inline-flex;box-shadow:3px 3px #1118141f}.wa-auth .gbtn:hover{background:var(--off)}.wa-auth .divider{align-items:center;gap:.7rem;margin:1rem 0;display:flex}.wa-auth .divider .ln{background:var(--border);flex:1;height:2px}.wa-auth .divider span{font-family:var(--display);letter-spacing:.14em;text-transform:uppercase;color:var(--t-faint);font-size:.6rem;font-weight:900}.wa-auth form{flex-direction:column;gap:.9rem;display:flex}.wa-auth .field{flex-direction:column;gap:.4rem;display:flex}.wa-auth .field .lbl-row{justify-content:space-between;align-items:center;display:flex}.wa-auth .field label{letter-spacing:.06em;text-transform:uppercase;color:var(--t-mut);font-size:.66rem;font-weight:800}.wa-auth .field .forgot{color:var(--blue);font-size:.72rem;font-weight:700}.wa-auth .field .forgot:hover{text-decoration:underline}.wa-auth .auth-input{border:2px solid var(--border);background:var(--off);color:var(--ink);font-size:16px;font-family:var(--sans);border-radius:7px;padding:.7rem .8rem;transition:border-color .15s,background .15s}.wa-auth .auth-input::placeholder{color:var(--t-faint)}.wa-auth .auth-input:focus{border-color:var(--blue);background:#fff;outline:none}.wa-auth .field .hint{color:var(--t-faint);font-size:.72rem}.wa-auth .auth-err{color:var(--red);margin:-.2rem 0 0;font-size:.82rem;font-weight:600}.wa-auth .auth-submit{background:var(--red);color:#fff;cursor:pointer;width:100%;box-shadow:4px 4px 0 var(--ink);border:2px solid #0000;border-radius:7px;justify-content:center;align-items:center;gap:.5rem;padding:.8rem;font-size:.95rem;font-weight:800;transition:background .15s;display:inline-flex}.wa-auth .auth-submit:hover{background:var(--red-dark)}.wa-auth .auth-submit:disabled{opacity:.6;cursor:not-allowed}.wa-auth .auth-submit:focus-visible,.wa-auth .gbtn:focus-visible,.wa-auth a:focus-visible,.wa-auth .auth-input:focus-visible{outline:3px solid var(--blue);outline-offset:2px}.wa-auth .auth-alt{color:var(--t-mut);margin-top:1.2rem;font-size:.88rem}.wa-auth .auth-alt a{color:var(--ink);text-underline-offset:2px;font-weight:800;text-decoration:underline}.wa-auth .auth-blurb{background:var(--off);border:1.5px solid var(--border);border-left:4px solid var(--amber);border-radius:0 10px 10px 0;width:100%;max-width:24rem;margin-top:1.2rem;padding:.85rem 1rem}.wa-auth .auth-blurb p{color:var(--t-mut);margin:0;font-size:.8rem;line-height:1.5}.wa-auth .auth-note{color:var(--t-faint);text-align:center;max-width:22rem;margin-top:1rem;font-size:.72rem;line-height:1.5}.wa-auth .confirm-card{border:2px solid var(--ink);text-align:center;background:#fff;border-radius:14px;width:100%;max-width:24rem;padding:1.6rem;position:relative;overflow:hidden;box-shadow:8px 8px #2e7a4747}.wa-auth .confirm-card:before{content:"";background:var(--ok);height:8px;position:absolute;top:0;left:0;right:0}.wa-auth .confirm-card .cstamp{font-family:var(--display);letter-spacing:.06em;text-transform:uppercase;color:var(--ok);border:2.5px solid var(--ok);border-radius:6px;margin:.4rem auto .2rem;padding:.34rem .6rem;font-size:.62rem;font-weight:900;display:inline-block;transform:rotate(-5deg)}.wa-auth .confirm-card h1{font-family:var(--display);text-transform:uppercase;letter-spacing:-.02em;margin-top:.6rem;font-size:1.5rem;font-weight:900}.wa-auth .confirm-card p{color:var(--t-mut);margin:.8rem 0 0;font-size:.88rem;line-height:1.55}.wa-auth .confirm-card p b{color:var(--ink)}
