*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{font-family:Georgia,Times New Roman,serif;min-height:100vh;background:#0d0d0d;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:hidden}.login-wrapper{display:flex;width:100vw;height:100vh;position:relative}.video-panel{position:relative;width:50%;height:100%;overflow:hidden;flex-shrink:0}.bg-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.video-panel:before{content:"";position:absolute;inset:0;background:#0a03086b;z-index:2}.video-fade-overlay{position:absolute;inset:0;background:linear-gradient(to right,transparent 0%,transparent 50%,rgba(10,4,8,.6) 70%,rgba(10,4,8,.92) 85%,#0f0509 100%);z-index:3}.video-brand{position:absolute;bottom:3rem;left:3rem;z-index:4;animation:fadeInUp .9s ease forwards}.brand-badge{width:64px;height:64px;background:#ffffff1f;border:1px solid rgba(255,255,255,.2);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.brand-badge svg{width:30px;height:30px;fill:#fff}.brand-name{font-size:2.4rem;font-weight:700;color:#fff;letter-spacing:-.5px;line-height:1.1;margin-bottom:.5rem;text-shadow:0 2px 20px rgba(0,0,0,.5)}.brand-tagline{font-size:.9rem;color:#ffffffa6;letter-spacing:.12em;text-transform:uppercase;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400}.glass-bridge{position:absolute;left:-60px;top:0;width:120px;height:100%;background:linear-gradient(to right,#8b153800,#8b153814 40%,#8b15380a);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);z-index:0;border-left:1px solid rgba(255,255,255,.06);pointer-events:none}.form-panel{flex:1;background:#0f0509;display:flex;align-items:center;justify-content:center;padding:2.5rem 3rem 2.5rem 4rem;position:relative;overflow:hidden}.form-panel:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 80% 20%,rgba(139,21,56,.12) 0%,transparent 50%),radial-gradient(circle at 20% 80%,rgba(80,10,30,.1) 0%,transparent 40%);z-index:0}.form-container{position:relative;z-index:1;width:100%;max-width:360px;animation:fadeInRight .8s ease .2s both}.form-header{margin-bottom:2.25rem}.mobile-logo{display:none;width:52px;height:52px;background:#8b15384d;border:1px solid rgba(139,21,56,.4);border-radius:14px;align-items:center;justify-content:center;margin-bottom:1.5rem}.mobile-logo svg{width:26px;height:26px;fill:#e8637c}.form-header h2{font-size:2rem;font-weight:700;color:#fff;margin-bottom:.5rem;letter-spacing:-.5px;line-height:1.2}.form-header p{font-size:.875rem;color:#ffffff73;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400}.alert-error{display:flex;align-items:center;gap:.625rem;background:#e74c3c1f;border:1px solid rgba(231,76,60,.3);border-radius:10px;padding:.75rem 1rem;margin-bottom:1.5rem;color:#ff8080;font-size:.8125rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.form-group{margin-bottom:1.25rem}.form-group label{display:flex;align-items:center;gap:6px;font-size:.8125rem;font-weight:500;color:#ffffffbf;margin-bottom:.5rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:.03em;text-transform:uppercase}.required-dot{width:5px;height:5px;border-radius:50%;background:#8b1538;display:inline-block;flex-shrink:0}.input-wrapper{position:relative;display:flex;align-items:center}.input-icon{position:absolute;left:.875rem;width:17px;height:17px;fill:#ffffff4d;pointer-events:none;z-index:1;transition:fill .2s ease;flex-shrink:0}.form-group input{width:100%;padding:.8rem 1rem .8rem 2.75rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:10px;color:#fff;font-size:.9375rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease;-webkit-appearance:none;appearance:none;outline:none}.form-group input::placeholder{color:#ffffff40}.form-group input:hover:not(:focus){border-color:#fff3;background:#ffffff14}.form-group input:focus{border-color:#8b1538b3;background:#ffffff14;box-shadow:0 0 0 3px #8b153833}.form-group:focus-within .input-icon{fill:#e8637ccc}.form-group input.input-error{border-color:#e74c3c99;background:#e74c3c0f}.form-group input.input-error:focus{box-shadow:0 0 0 3px #e74c3c33}.toggle-password{position:absolute;right:.75rem;background:transparent;border:none;cursor:pointer;padding:.25rem;color:#ffffff4d;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:color .2s ease;z-index:1}.toggle-password:hover{color:#ffffffb3}.toggle-password:focus{outline:2px solid rgba(139,21,56,.5);outline-offset:2px;color:#ffffffb3}.error-message{display:flex;align-items:center;gap:4px;color:#ff6b6b;font-size:.775rem;margin-top:.375rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500}.btn-submit{width:100%;padding:.9rem 1.5rem;background:linear-gradient(135deg,#8b1538,#b02048 60%,#8b1538);background-size:200% auto;color:#fff;border:none;border-radius:10px;font-size:.9375rem;font-weight:600;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.625rem;margin-top:1.75rem;transition:background-position .4s ease,transform .15s ease,box-shadow .3s ease;-webkit-appearance:none;appearance:none;letter-spacing:.02em}.btn-submit:hover{background-position:right center;transform:translateY(-1px);box-shadow:0 6px 24px #8b153873}.btn-submit:active{transform:translateY(0) scale(.99);box-shadow:0 2px 8px #8b15384d}.btn-submit:focus{outline:none;box-shadow:0 0 0 3px #8b153866,0 6px 24px #8b15384d}.form-footer{margin-top:1.5rem;text-align:center}.forgot-link{color:#ffffff61;font-size:.8125rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;text-decoration:none;transition:color .2s ease;padding:.5rem;border-radius:6px;display:inline-block}.forgot-link:hover{color:#ffffffb3}.forgot-link:focus{outline:2px solid rgba(139,21,56,.5);outline-offset:2px;color:#ffffffb3}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@media(max-width:1200px){.video-panel{width:50%}.form-panel{padding:2rem 2.5rem 2rem 3rem}.brand-name{font-size:2rem}}@media(max-width:1024px){.video-panel{width:50%}.form-panel{padding:2rem}}@media(max-width:768px){body{overflow-y:auto}.login-wrapper{flex-direction:column;height:auto;min-height:100vh}.video-panel{width:100%;height:40vh;min-height:240px;flex-shrink:0}.video-fade-overlay{background:linear-gradient(to bottom,transparent 0%,rgba(10,4,8,.5) 60%,#0f0509 100%)}.glass-bridge{display:none}.video-brand{bottom:1.5rem;left:1.5rem}.brand-badge{width:48px;height:48px;margin-bottom:.875rem}.brand-badge svg{width:24px;height:24px}.brand-name{font-size:1.6rem}.brand-tagline{font-size:.8rem}.form-panel{flex:1;padding:2rem 1.5rem 2.5rem;overflow-y:auto}.mobile-logo{display:none}.form-header h2{font-size:1.6rem}.form-container{max-width:100%;animation:none}}@media(max-width:480px){.video-panel{height:35vh;min-height:200px}.brand-name{font-size:1.4rem}.video-brand{left:1.25rem;bottom:1.25rem}.form-panel{padding:1.75rem 1.25rem 2.5rem}.form-header{margin-bottom:1.75rem}.form-header h2{font-size:1.4rem}.form-group input{font-size:1rem}}@media(max-width:360px){.video-panel{height:30vh;min-height:180px}.form-panel{padding:1.5rem 1rem 2rem}.brand-name,.form-header h2{font-size:1.25rem}.brand-tagline{font-size:.7rem}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media(forced-colors:active){.form-group input,.btn-submit,.brand-badge{border:2px solid ButtonText}}
