.password-protection{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#f8fafc,#e2e8f0);display:flex;align-items:center;justify-content:center;z-index:9999}.password-protection__container{background:#fff;padding:40px;border-radius:16px;box-shadow:0 10px 25px rgba(0,0,0,.1);width:100%;max-width:400px;text-align:center}.password-protection__container h1{color:#1a202c;font-size:24px;margin:24px 0 8px;font-family:BMWTypeNext-Bold,sans-serif}.password-protection__container p{color:#64748b;margin-bottom:32px;font-size:16px}.password-protection__logo{margin-bottom:24px}.password-protection__logo img{height:50px;width:auto;max-width:180px}.password-protection__form{display:flex;flex-direction:column;gap:16px}.password-protection__form .ant-input-affix-wrapper{height:48px;border-radius:8px}.password-protection__form .ant-input-affix-wrapper .anticon{color:#64748b}.password-protection__form .ant-btn{height:48px;border-radius:8px;background:linear-gradient(135deg,#E1A121,#D97706);border:none;font-weight:500;font-size:16px}.password-protection__form .ant-btn:hover{background:linear-gradient(135deg,#D97706,#B45309)}.password-protection__form .ant-btn:disabled{opacity:.7;background:linear-gradient(135deg,#E1A121,#D97706)}@media(max-width:480px){.password-protection{padding:20px}.password-protection__container{padding:24px}}