.remember-me-group{margin-top:16px;margin-bottom:24px}.checkbox-label{display:flex;align-items:center;cursor:pointer;font-size:14px;color:var(--gray);user-select:none}.checkbox-label input[type="checkbox"]{position:absolute;opacity:0;width:0;height:0}.checkbox-custom{width:20px;height:20px;border:2px solid var(--gold-border);border-radius:var(--radius-sm);margin-right:10px;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease,border-color .2s ease;flex-shrink:0}.checkbox-label:hover .checkbox-custom,.checkbox-label:focus-visible .checkbox-custom{border-color:var(--gold)}.checkbox-label:focus-visible{outline:2px solid #0d9488;outline-offset:2px}.checkbox-label input[type="checkbox"]:checked+.checkbox-custom{background:var(--gold);border-color:var(--gold)}.checkbox-label input[type="checkbox"]:checked+.checkbox-custom::after{content:'';width:6px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg);margin-bottom:2px}.checkbox-label input[type="checkbox"]:focus+.checkbox-custom{box-shadow:0 0 0 3px var(--gold-dim)}.checkbox-text{line-height:1.4}.code-input{gap:8px}.code-input input{width:44px;height:56px;font-size:1.25rem}@media(max-width:480px){.code-input{gap:4px}.code-input input{width:36px;height:48px;font-size:1rem}}