.canitas-auth{--navy:#093860;--navy-dark:#062744;--orange:#e35135;--orange-dark:#c43a22;--orange-pale:#fdf0ee;--teal-pale:#eaf5f6;--teal-deep:#3f7d86;--yellow:#f8bf44;--yellow-pale:#fff6e2;--green:#1f7a4d;--green-pale:#eaf6ef;--ink:#141210;--soft:#3c342e;--muted:#5a504a;--bg:#f7f5f1;--border:#ddd5c8;--serif:var(--font-lora),Georgia,"Times New Roman",serif;--sans:var(--font-montserrat),system-ui,-apple-system,sans-serif;--hand:var(--font-caveat),"Segoe Script",cursive;position:relative;display:flex;min-height:100dvh;flex-direction:column;background:var(--bg);color:var(--ink);font-family:var(--sans);font-size:1.05rem;line-height:1.55;-webkit-font-smoothing:antialiased}.canitas-auth *,.canitas-auth :after,.canitas-auth :before{box-sizing:border-box}.canitas-auth:before{content:"";position:fixed;z-index:0;background-image:url(/assets/logo-canitas.png);background-repeat:repeat;background-size:120px auto;opacity:.045;pointer-events:none;transform:rotate(-8deg) scale(1.35);inset:0}.canitas-auth .topbar,.canitas-auth main{position:relative;z-index:1}.canitas-auth .hand{color:var(--orange);font-family:var(--hand);font-size:1.3em;font-weight:700;line-height:1}.canitas-auth h1,.canitas-auth h2{margin:0;color:var(--navy);font-family:var(--serif);font-weight:700;line-height:1.15}.canitas-auth h1{font-size:1.85rem}.canitas-auth h2{font-size:1.5rem}.canitas-auth p{margin:0}.canitas-auth a{color:var(--teal-deep);text-decoration:underline;text-underline-offset:3px}.canitas-auth a:hover{color:var(--navy)}.canitas-auth button{font-family:inherit}.canitas-auth :focus-visible{border-radius:8px;outline:4px solid var(--teal-deep);outline-offset:3px}.canitas-auth .topbar{background:#fff;border-bottom:2px solid var(--border)}.canitas-auth .topbar-in{display:flex;max-width:620px;align-items:center;gap:.75rem;margin:0 auto;padding:.6rem 1rem}.canitas-auth .brand{display:block;flex:0 0 auto;line-height:0}.canitas-auth .brand img{display:block;width:auto;height:2.5rem}.canitas-auth .help-btn{display:inline-flex;min-height:3rem;align-items:center;gap:.5rem;margin-left:auto;padding:0 .9rem;border:2px solid var(--teal-deep);border-radius:.85rem;background:var(--teal-pale);color:var(--navy);cursor:pointer;font-size:1rem;font-weight:700}.canitas-auth .help-btn:hover{background:#dcedef}.canitas-auth .help-btn svg{flex:0 0 auto}.canitas-auth main{display:flex;flex:1;justify-content:center;padding:1.25rem 1rem 2rem}.canitas-auth .card{width:100%;max-width:560px;align-self:flex-start;padding:1.75rem;border:2px solid var(--border);border-radius:1.25rem;background:#fff;box-shadow:0 10px 30px rgba(9,56,96,.07)}@media (max-width:560px){.canitas-auth .card{padding:1.25rem 1rem;border-radius:1rem}.canitas-auth h1{font-size:1.7rem}.canitas-auth main{padding:.9rem .75rem 1.5rem}}.canitas-auth .lede{margin-top:.6rem;color:var(--soft);font-size:1.05rem;text-wrap:pretty}.canitas-auth .field{display:flex;flex-direction:column;gap:.45rem;margin-top:1.15rem}.canitas-auth .field label,.canitas-auth .field>span{color:var(--navy);font-size:1.1rem;font-weight:700}.canitas-auth .field input{width:100%;min-height:3.5rem;padding:.7rem 1rem;border:1.5px solid #9c9187;border-radius:.85rem;background:#fff;color:var(--ink);font-family:inherit;font-size:1.25rem}.canitas-auth .field input::placeholder{color:#8e837a}.canitas-auth .field input:focus{border-color:var(--teal-deep);box-shadow:0 0 0 4px rgba(63,125,134,.18);outline:none}.canitas-auth .field input.bad{border-color:var(--orange-dark);box-shadow:0 0 0 4px rgba(196,58,34,.14)}.canitas-auth .toggle-pass{display:inline-flex;min-height:3rem;align-self:flex-start;align-items:center;gap:.5rem;padding:0 .9rem;border:1.5px solid #dcdee0;border-radius:.85rem;background:#f4f5f6;color:#4b5158;cursor:pointer;font-size:1rem;font-weight:700}.canitas-auth .toggle-pass:hover{background:#e9eaec}.canitas-auth .hint{color:var(--muted);font-size:.9rem}.canitas-auth .err{display:flex;align-items:flex-start;gap:.7rem;margin-top:1.15rem;padding:.9rem 1rem;border:2px solid var(--orange-dark);border-radius:.85rem;background:var(--orange-pale);color:#7d2413;font-size:1rem;line-height:1.5}.canitas-auth .err svg{flex:0 0 auto;color:var(--orange-dark)}.canitas-auth .ok{display:flex;align-items:flex-start;gap:.7rem;margin-top:1.15rem;padding:.9rem 1rem;border:2px solid var(--green);border-radius:.85rem;background:var(--green-pale);color:#14563a;font-size:1rem;line-height:1.5}.canitas-auth .ok svg{flex:0 0 auto}.canitas-auth .btn{display:flex;width:100%;min-height:3.75rem;align-items:center;justify-content:center;gap:.6rem;padding:0 1.1rem;border:none;border-radius:1rem;cursor:pointer;font-size:1.2rem;font-weight:700;text-decoration:none;transition:transform .06s ease,filter .15s}.canitas-auth .btn svg{flex:0 0 auto}.canitas-auth .btn:disabled{cursor:default;opacity:.6}.canitas-auth .btn-primary{background:var(--orange);box-shadow:0 5px 0 var(--orange-dark);color:#fff}.canitas-auth .btn-primary:hover:not(:disabled){filter:brightness(1.05)}.canitas-auth .btn-primary:active:not(:disabled){box-shadow:0 2px 0 var(--orange-dark);transform:translateY(3px)}.canitas-auth .btn-quiet{border:2px solid var(--navy);background:#fff;box-shadow:0 4px 0 rgba(9,56,96,.2);color:var(--navy)}.canitas-auth .btn-quiet:hover:not(:disabled){background:#bcdde1}.canitas-auth .btn-quiet:active:not(:disabled){box-shadow:0 2px 0 rgba(9,56,96,.2);transform:translateY(2px)}.canitas-auth .stack{display:flex;flex-direction:column;gap:.8rem;margin-top:1.4rem}.canitas-auth .foot{margin-top:1.4rem;padding-top:1.1rem;border-top:2px solid var(--border);color:var(--soft);font-size:.95rem}.canitas-auth .foot strong{color:var(--navy)}.canitas-auth .head{display:flex;flex-wrap:wrap;align-items:center;gap:1rem}.canitas-auth .head h1{flex:1 1 10rem}.canitas-auth .mailbox{display:flex;width:5.5rem;height:5.5rem;flex:0 0 auto;align-items:center;justify-content:center}.canitas-auth .mailbox img{width:100%;height:100%;object-fit:contain}@media (max-width:560px){.canitas-auth .head{gap:.75rem}.canitas-auth .mailbox{width:4.25rem;height:4.25rem}}.canitas-auth .tick svg{width:52%;height:auto}.canitas-auth .tick{display:flex;width:5rem;height:5rem;flex:0 0 auto;align-items:center;justify-content:center;border:3px solid var(--green);border-radius:50%;background:var(--green-pale);color:var(--green)}.canitas-auth .steps{display:flex;flex-direction:column;gap:1rem;margin:1.3rem 0 0;padding:0;list-style:none}.canitas-auth .steps li{display:flex;align-items:flex-start;gap:.8rem;color:var(--soft);font-size:1.05rem;line-height:1.45;overflow-wrap:anywhere;text-wrap:pretty}.canitas-auth .steps strong{color:var(--navy)}.canitas-auth .steps .num{display:flex;width:2.2rem;height:2.2rem;flex:0 0 auto;align-items:center;justify-content:center;border-radius:50%;background:var(--navy);color:#fff;font-size:1.05rem;font-weight:700}.canitas-auth .captcha{display:flex;flex-direction:column;align-items:center;gap:.4rem;margin-top:1.15rem}.canitas-auth .captcha p{color:var(--muted);font-size:.9rem}.canitas-auth .sheet{position:fixed;z-index:60;display:flex;align-items:center;justify-content:center;padding:1rem;background:rgba(10,20,30,.5);inset:0}.canitas-auth .sheet-card{width:100%;max-width:480px;max-height:100%;padding:1.5rem;overflow-y:auto;border:2px solid var(--border);border-radius:1.25rem;background:#fff}.canitas-auth .sheet-top{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.canitas-auth .eyebrow{color:#b4881d;font-size:.9rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.canitas-auth .sheet-hours{margin-top:.5rem;color:var(--soft);font-size:.98rem}.canitas-auth .close-btn{display:flex;width:3rem;height:3rem;flex:0 0 auto;align-items:center;justify-content:center;border:2px solid var(--border);border-radius:50%;background:#fff;color:var(--navy);cursor:pointer}.canitas-auth .contact-list{display:flex;flex-direction:column;gap:.7rem;margin-top:1.2rem}.canitas-auth .contact{display:flex;min-height:4.25rem;align-items:center;gap:.85rem;padding:.7rem .9rem;border:2px solid var(--border);border-radius:1rem;background:#fff;color:var(--navy);text-decoration:none}.canitas-auth .contact:hover{border-color:var(--yellow);background:var(--yellow-pale);color:var(--navy)}.canitas-auth .contact .ic{display:flex;width:3rem;height:3rem;flex:0 0 auto;align-items:center;justify-content:center;border-radius:50%;background:var(--yellow);color:var(--navy)}.canitas-auth .contact b{display:block;font-size:1.1rem;font-weight:700;line-height:1.25}.canitas-auth .contact span{display:block;color:var(--muted);font-size:.95rem;line-height:1.3}@media (min-width:768px){.canitas-auth{font-size:1.25rem}.canitas-auth:before{background-size:160px auto}.canitas-auth .topbar-in{max-width:45rem}.canitas-auth main{padding:2.5rem 1.5rem 4rem}.canitas-auth .card{max-width:45rem;padding:3.25rem 3rem;border-radius:1.75rem;box-shadow:0 18px 45px rgba(9,56,96,.1)}.canitas-auth h1{font-size:3rem}.canitas-auth h2{font-size:2rem}.canitas-auth .lede{margin-top:1rem;font-size:1.3rem}.canitas-auth .head{gap:1.5rem}.canitas-auth .field{gap:.6rem;margin-top:2rem}.canitas-auth .field label,.canitas-auth .field>span{font-size:1.45rem}.canitas-auth .field input{min-height:4.75rem;padding:.9rem 1.25rem;border-radius:1.1rem;font-size:1.65rem}.canitas-auth .toggle-pass{min-height:3.5rem;padding:0 1.1rem;font-size:1.15rem}.canitas-auth .hint{font-size:1.05rem}.canitas-auth .err,.canitas-auth .ok{margin-top:1.5rem;padding:1.15rem 1.25rem;border-radius:1.1rem;font-size:1.2rem}.canitas-auth .btn{min-height:5.25rem;border-radius:1.25rem;font-size:1.6rem}.canitas-auth .stack{gap:1.1rem;margin-top:2rem}.canitas-auth .foot{margin-top:2rem;padding-top:1.5rem;font-size:1.15rem}.canitas-auth .mailbox{width:8rem;height:8rem}.canitas-auth .tick{width:6rem;height:6rem}.canitas-auth .steps{gap:1.3rem;margin-top:2rem}.canitas-auth .steps li{gap:1rem;font-size:1.3rem}.canitas-auth .steps .num{width:2.9rem;height:2.9rem;font-size:1.3rem}.canitas-auth .captcha{margin-top:1.5rem}.canitas-auth .captcha p{font-size:1.05rem}}