@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&display=swap");.accswitch-root{display:flex;flex-direction:column;min-height:100vh;background:#181616}.accswitch-center{flex:1 0 auto;display:flex;align-items:center;justify-content:center;width:100%}.accswitch-card{border-radius:1.15rem;padding:2.8rem 2.2rem 2.1rem;width:850px;min-width:0;max-width:98vw;display:flex;flex-direction:column;align-items:stretch;gap:0}.accswitch-toggle{display:flex;width:100%;justify-content:flex-start;gap:1rem;margin-bottom:2.1rem}.accswitch-toggle-btn{padding:.75rem 2.1rem;border:2px solid #c9a471;border-radius:.7rem;background:transparent;color:#fff;font-family:Playfair Display,serif;font-weight:700;font-size:1.09rem;letter-spacing:.05em;cursor:pointer;transition:background .18s,color .18s,border .18s;outline:none;margin-right:.15rem}.accswitch-toggle-btn.active,.accswitch-toggle-btn:hover{background:#c9a471;color:#181616;border:2px solid #c9a471}.accswitch-form{width:100%}.accswitch-loading-container{min-height:100vh;width:100vw;display:flex;align-items:flex-start;justify-content:center;background:#181616;padding-top:18vh}.accswitch-loading{border:3px solid #c9a471;border-top-color:#fffbe6;border-radius:50%;width:34px;height:34px;animation:spin .8s linear infinite;display:inline-block;vertical-align:middle;margin-inline:auto;margin-top:4rem}.accswitch-title{font-family:Playfair Display,serif;font-size:1.8rem;font-weight:800;color:#fff;margin-bottom:2.1rem;text-align:left;letter-spacing:.01em}.accswitch-accent{color:#c9a471;font-size:1.06rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;display:inline-block;margin-bottom:.3rem}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:600px){.accswitch-center{justify-content:center;padding-inline:2vw}.accswitch-card{min-width:0;width:99vw;max-width:99vw;padding:1.5rem .7rem 1.4rem;border-radius:12px}.accswitch-toggle{gap:.4rem;margin-bottom:1.1rem}.accswitch-toggle-btn{font-size:.99rem;padding:.53rem .92rem;border-radius:7px}}