.pdd-auth-fullscreen{position:fixed!important;top:0!important;left:0!important;width:100vw!important;height:100vh!important;background:#000!important;color:#fff!important;font-family:'Inter',-apple-system,sans-serif!important;overflow-y:auto!important;z-index:999999!important;display:flex;flex-direction:column}:root{--brand-red:#a30000}.pdd-auth-bg{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0.4;z-index:1}.pdd-auth-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,1) 0%,rgba(0,0,0,0.5) 50%,rgba(0,0,0,0.8) 100%);z-index:2}.pdd-auth-header{position:relative;z-index:10;padding:30px 5%}.pdd-logo-large{font-size:2.2rem;font-weight:900;letter-spacing:-1.5px}.brand-red{color:var(--brand-red)}.pdd-auth-container{position:relative;z-index:10;background:rgba(0,0,0,0.75);width:100%;max-width:450px;margin:0 auto;padding:50px 60px 40px;border-radius:6px;backdrop-filter:blur(10px)}.pdd-auth-container h2{font-size:2rem;font-weight:700;margin-bottom:5px;color:#fff}.auth-subtitle{color:#aaa;font-size:0.95rem;margin-bottom:30px}.pdd-auth-form{display:flex;flex-direction:column;gap:16px}.input-group input{width:100%;background:#333;border:1px solid transparent;border-radius:4px;padding:16px 20px;color:#fff;font-size:1rem;outline:none;transition:0.2s ease}.input-group input:focus{background:#444;border-color:var(--brand-red)}.input-group input::placeholder{color:#8c8c8c}.email-confirmation-notice{display:flex;align-items:flex-start;gap:12px;background:rgba(163,0,0,0.1);border-left:3px solid var(--brand-red);padding:15px;border-radius:4px;margin-top:5px}.mail-icon{width:20px;height:20px;flex-shrink:0;color:var(--brand-red);margin-top:2px}.email-confirmation-notice span{font-size:0.85rem;color:#ccc;line-height:1.4}.pdd-btn-submit{background:var(--brand-red);color:#fff;border:none;border-radius:4px;padding:16px;font-size:1rem;font-weight:700;margin-top:10px;cursor:pointer;transition:0.3s ease}.pdd-btn-submit:hover{background:maroon;box-shadow:0 5px 15px rgba(163,0,0,0.3)}.pdd-auth-footer{margin-top:40px;color:#737373}.switch-prompt{font-size:1rem;margin-bottom:20px;color:#ccc}.switch-prompt a{color:#fff;text-decoration:none;font-weight:600}.switch-prompt a:hover{text-decoration:underline}.terms-text{font-size:0.75rem;line-height:1.5}.terms-text a{color:#888;text-decoration:underline}.terms-text a:hover{color:#fff}@media (max-width:600px){.pdd-auth-container{padding:30px 5%;background:#000;min-height:100vh;border-radius:0}.pdd-auth-header{padding:20px 5%}}