.auth-container{display:flex;justify-content:center;align-items:center;min-height:100vh}.auth-content{position:relative;justify-content:center;align-items:center;padding:2rem 2rem 3rem;max-width:800px}.auth-content,.form{display:flex;flex-direction:column;border-radius:8px;width:100%}.form{text-align:center;gap:.5rem;padding:2rem;box-shadow:0 4px 10px var(--user-theme-color-15,rgba(125,158,230,.15));min-width:400px;max-width:400px;color:var(--foreground)}@media (max-width:640px){.auth-content{padding:1rem 1rem 2rem}.form{min-width:auto;max-width:100%;border-radius:12px;padding:1.5rem;gap:1rem;box-shadow:0 8px 32px rgba(0,0,0,.1)}}@media (max-width:480px){.form{padding:1.25rem;border-radius:8px}}.form input{width:100%;margin-left:auto;margin-right:auto;box-sizing:border-box;min-height:44px;padding:.75rem 1rem;border:1.5px solid var(--hover);border-radius:8px;font-size:16px;transition:border-color .2s ease}.form input:focus{outline:none;border-color:var(--user-theme-color,var(--highlight));box-shadow:0 0 0 2px var(--user-theme-color-15,rgba(125,158,230,.15))}@media (max-width:640px){.form input{min-height:48px;padding:.875rem 1rem}}.form input[type=checkbox],.form input[type=radio]{accent-color:var(--user-theme-color)}.form input[type=range]{-webkit-appearance:none;appearance:none;height:2px;background:var(--user-theme-color-15,rgba(var(--user-theme-color-rgb,125,158,230),.15));border-radius:2px;outline:none}.form input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;background:var(--user-theme-color);border:2px solid #fff;box-shadow:0 0 0 1px rgba(0,0,0,.08);border-radius:50%;cursor:pointer}.form input[type=range]::-moz-range-thumb{width:16px;height:16px;background:var(--user-theme-color);border:2px solid #fff;box-shadow:0 0 0 1px rgba(0,0,0,.08);border-radius:50%;cursor:pointer}.form input[type=range]::-ms-thumb{width:16px;height:16px;background:var(--user-theme-color);border:2px solid #fff;box-shadow:0 0 0 1px rgba(0,0,0,.08);border-radius:50%;cursor:pointer}