.auth-page{background:linear-gradient(135deg,#000,#1a1a1a);min-height:100vh;padding:120px 1rem 4rem;position:relative}@media(max-width:576px){.auth-page{padding:96px .75rem 2.5rem}}.auth-page:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 50%,rgba(212,175,55,.1) 0,transparent 50%);pointer-events:none}.auth-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;align-items:start}@media(max-width:992px){.auth-container{grid-template-columns:1fr;max-width:500px}}@media(max-width:768px){.auth-container{max-width:420px;gap:2rem}}@media(max-width:576px){.auth-container{max-width:360px;gap:1.5rem}}.auth-card{background:#1f1f1f;border-radius:.75rem;padding:3rem;border:1px solid rgba(212,175,55,.1);box-shadow:0 20px 60px rgba(0,0,0,.5);position:relative;z-index:1}@media(max-width:768px){.auth-card{padding:2rem}}@media(max-width:576px){.auth-card{padding:1.5rem 1rem}}.auth-header{text-align:center;margin-bottom:2.5rem}.auth-header .auth-icon{width:80px;height:80px;background:linear-gradient(135deg,rgba(212,175,55,.2),rgba(212,175,55,.1));border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#d4af37;border:2px solid rgba(212,175,55,.3)}.auth-header .auth-icon svg{stroke-width:1.5}.auth-header .auth-title{font-size:2rem;font-weight:700;color:#fff;margin-bottom:.5rem;background:linear-gradient(135deg,#fff,#d4af37);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.auth-header .auth-subtitle{font-size:1rem;color:#a0a0a0;margin:0}@media(max-width:576px){.auth-header .auth-title{font-size:1.5rem}.auth-header .auth-subtitle{font-size:.9rem}}.auth-form .form-group{margin-bottom:1.5rem}.auth-form .form-group .form-label{display:flex;align-items:center;gap:.5rem;font-size:.95rem;font-weight:600;color:#fff;margin-bottom:.5rem}.auth-form .form-group .form-label svg{color:#d4af37}.auth-form .form-group .form-label .optional-badge{font-size:.8rem;font-weight:400;color:#6b6b6b;margin-left:.25rem}.auth-form .form-group .form-control{width:100%;padding:.875rem 1rem;background:rgba(26,26,26,.5);border:1px solid rgba(212,175,55,.2);border-radius:.375rem;color:#fff;font-size:1rem;transition:all .3s ease}@media(max-width:576px){.auth-form .form-group .form-control{padding:.75rem .875rem;font-size:.95rem}}.auth-form .form-group .form-control::placeholder{color:#6b6b6b}.auth-form .form-group .form-control:focus{outline:none;border-color:#d4af37;box-shadow:0 0 0 3px rgba(212,175,55,.1);background:rgba(26,26,26,.8)}.auth-form .form-group .form-text{display:block;margin-top:.5rem;font-size:.85rem;color:#6b6b6b}.auth-form .password-input-wrapper{position:relative}.auth-form .password-input-wrapper .form-control{padding-right:3rem}.auth-form .password-input-wrapper .password-toggle{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:none;border:none;color:#a0a0a0;cursor:pointer;padding:.25rem;display:flex;align-items:center;transition:color .3s ease}.auth-form .password-input-wrapper .password-toggle:hover{color:#d4af37}.auth-form .form-check-wrapper{margin-bottom:1.5rem}.auth-form .form-check-wrapper .form-check{display:flex;align-items:flex-start;gap:.75rem}.auth-form .form-check-wrapper .form-check .form-check-input{width:18px;height:18px;border:2px solid rgba(212,175,55,.3);border-radius:4px;background:transparent;cursor:pointer;margin-top:.25rem;flex-shrink:0;accent-color:#d4af37}.auth-form .form-check-wrapper .form-check .form-check-input:checked{background:#d4af37;border-color:#d4af37}.auth-form .form-check-wrapper .form-check .form-check-label{color:#a0a0a0;font-size:.9rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;line-height:1.5}.auth-form .form-check-wrapper .form-check .form-check-label .terms-link{color:#d4af37;text-decoration:none;font-weight:600;transition:color .3s ease}.auth-form .form-check-wrapper .form-check .form-check-label .terms-link:hover{color:#ddc061;text-decoration:underline}.auth-form .btn-gold{width:100%;background:linear-gradient(135deg,#d4af37,#b29126);color:#0a0a0a;border:none;padding:1rem;font-weight:600;font-size:1.05rem;border-radius:.375rem;transition:all .3s ease;box-shadow:0 4px 15px rgba(212,175,55,.3);cursor:pointer}@media(max-width:576px){.auth-form .btn-gold{padding:.875rem;font-size:1rem}}.auth-form .btn-gold:hover{transform:translateY(-2px);box-shadow:0 6px 25px rgba(212,175,55,.4)}.auth-form .btn-gold:active{transform:translateY(0)}.auth-form .btn-gold:disabled{opacity:.6;cursor:not-allowed;transform:none}.auth-form .auth-divider{text-align:center;margin:2rem 0;position:relative}.auth-form .auth-divider:after,.auth-form .auth-divider:before{content:"";position:absolute;top:50%;width:45%;height:1px;background:rgba(222,226,230,.1)}.auth-form .auth-divider:before{left:0}.auth-form .auth-divider:after{right:0}.auth-form .auth-divider span{background:#1f1f1f;padding:0 1rem;color:#6b6b6b;font-size:.9rem;position:relative;z-index:1}.auth-form .auth-footer{text-align:center}.auth-form .auth-footer p{color:#a0a0a0;font-size:.95rem;margin:0}.auth-form .auth-footer .auth-link{color:#d4af37;font-weight:600;text-decoration:none;transition:color .3s ease}.auth-form .auth-footer .auth-link:hover{color:#ddc061;text-decoration:underline}.auth-benefits{background:rgba(31,31,31,.5);border-radius:.75rem;padding:2.5rem;border:1px solid rgba(212,175,55,.1);position:relative;z-index:1}@media(max-width:992px){.auth-benefits{display:none}}.auth-benefits .benefits-title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:2rem;background:linear-gradient(135deg,#fff,#d4af37);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.auth-benefits .benefits-list{list-style:none;padding:0;margin:0}.auth-benefits .benefits-list li{display:flex;align-items:flex-start;gap:1.25rem;padding:1.5rem 0;border-bottom:1px solid rgba(222,226,230,.05)}.auth-benefits .benefits-list li:last-child{border-bottom:none;padding-bottom:0}.auth-benefits .benefits-list li .benefit-icon{width:40px;height:40px;background:linear-gradient(135deg,#d4af37,#b29126);color:#0a0a0a;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.125rem;flex-shrink:0;box-shadow:0 4px 12px rgba(212,175,55,.3)}.auth-benefits .benefits-list li div{flex:1 1}.auth-benefits .benefits-list li div strong{display:block;color:#fff;font-size:1.05rem;margin-bottom:.5rem}.auth-benefits .benefits-list li div p{color:#a0a0a0;font-size:.9rem;line-height:1.5;margin:0}