body.auth-page-body,html.auth-page-html{background:#000!important;overflow-x:hidden}.auth-page{position:relative;min-height:100vh;overflow-y:auto;width:100vw;max-width:100vw;background:#000;margin:0;padding:0}.auth-bg{position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;background:url(/images/sandbackground.jpg);background-size:cover;background-position:50%;background-repeat:no-repeat;z-index:0}.auth-container{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;min-height:100vh;padding:20px 16px;width:100%}.auth-card{width:100%;max-width:420px;background:#fff;border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.15);padding:20px 24px;margin:16px 0}.back-home{position:absolute;top:16px;left:16px;z-index:2;display:inline-flex;align-items:center;gap:8px;height:40px;padding:0 14px;border-radius:999px;border:1px solid hsla(0,0%,100%,.3);background:rgba(0,0,0,.4);color:#fff;font-weight:600;cursor:pointer;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);transition:transform .15s ease,box-shadow .2s ease}.back-home:hover{transform:translateY(-1px);box-shadow:0 8px 20px rgba(0,0,0,.3)}.back-icon{width:18px;height:18px;display:inline-block}.auth-brand{text-align:center;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#111;margin-bottom:4px;font-size:11px}.auth-title{font-size:26px;font-weight:900;margin:0 0 16px}.auth-subtitle,.auth-title{text-align:center;color:#1a1a1a}.auth-subtitle{font-size:24px;font-weight:700;margin:0 0 8px}.auth-description{text-align:center;font-size:14px;color:#666;margin:0 0 20px}.auth-form{display:flex;flex-direction:column;gap:6px;margin-bottom:0}.auth-label{font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#6b7280;margin-top:4px}.auth-input{height:40px;border-radius:8px;border:1px solid #e5e7eb;padding:0 12px;font-size:14px;outline:none;transition:box-shadow .2s,border-color .2s;background:#fff}.auth-input:focus{border-color:#111;box-shadow:0 0 0 4px rgba(0,0,0,.06)}.auth-error{color:#b91c1c;background:#fee2e2;border:1px solid #fecaca;border-radius:10px;padding:8px 12px;font-size:13px}.auth-button{width:100%;height:42px;border-radius:999px;background:#111;color:#fff;border:none;font-weight:700;letter-spacing:.04em;cursor:pointer;transition:transform .15s ease,box-shadow .2s ease;display:flex;align-items:center;justify-content:center;gap:8px;position:relative;margin-top:4px}.auth-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 20px rgba(0,0,0,.2)}.auth-button:disabled{opacity:.7;cursor:not-allowed}.auth-spinner{width:18px;height:18px;border:2px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.auth-divider{text-align:center;margin:14px 0;position:relative;display:flex;align-items:center;justify-content:center}.auth-divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#e5e7eb;z-index:0}.auth-divider span{position:relative;z-index:1;background:#fff;padding:0 16px;color:#6b7280;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.06em}.auth-sso{display:flex;gap:10px;margin-bottom:12px}.sso-button{flex:1;height:40px;border-radius:8px;border:1px solid #e5e7eb;background:#fff;display:flex;align-items:center;justify-content:center;gap:8px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease}.sso-button:hover{border-color:#d1d5db;transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.sso-icon{width:20px;height:20px}.auth-help{text-align:center;margin:20px 0}.auth-help-link{background:none;border:none;color:#111;font-weight:600;cursor:pointer;text-decoration:underline;font-size:14px}.auth-help-link:hover{color:#333}.auth-help-text{font-size:14px;color:#666;margin-top:8px}.auth-alt{margin-top:8px;text-align:center}.auth-alt-btn{background:transparent;border:none;color:#111;font-weight:600;cursor:pointer;padding:6px 10px;border-radius:999px;font-size:13px}.auth-alt-btn:hover{background:#f3f4f6}.auth-footer{margin-top:12px;text-align:center;padding-bottom:0}.auth-legal{font-size:11px;color:#6b7280;line-height:1.4}.auth-link{color:#111;text-decoration:underline;font-weight:600}.auth-link:hover{color:#333}.auth-mobile{margin-top:24px}.mobile-header{background:#374151;color:#fff;text-align:center;padding:12px;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;border-radius:8px 8px 0 0}.mobile-buttons{display:flex;gap:8px;background:#1f2937;padding:12px;border-radius:0 0 8px 8px}.mobile-button{flex:1;height:40px;background:#374151;border:none;border-radius:6px;color:#fff;font-size:11px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:background .2s ease}.mobile-button:hover{background:#4b5563}.mobile-icon{width:16px;height:16px}@media (max-width:480px){.auth-container{padding:16px 16px 32px;align-items:flex-start}.auth-card{padding:24px;margin:16px 0}.auth-title{font-size:26px;margin-bottom:16px}.auth-form{gap:8px}.auth-sso{flex-direction:column;margin-bottom:12px}.auth-divider{margin:12px 0}.auth-alt{margin-top:10px}.auth-footer{margin-top:16px}.mobile-buttons{flex-direction:column}.bg-element{width:30px;height:30px;font-size:14px}}