.Register-module__PwnMtW__page{background:#f8fafb;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex;position:relative;overflow:hidden}.Register-module__PwnMtW__page:before{content:"";background:var(--primary);z-index:0;width:100%;height:50%;position:absolute;top:0;left:0}.Register-module__PwnMtW__container{z-index:10;background:#fff;border-radius:32px;grid-template-columns:1fr 1.2fr;width:100%;max-width:1100px;min-height:700px;display:grid;position:relative;overflow:hidden;box-shadow:0 50px 100px -20px #00000026}.Register-module__PwnMtW__infoSide{background:var(--primary);color:#fff;flex-direction:column;justify-content:space-between;padding:4rem;display:flex;position:relative;overflow:hidden}.Register-module__PwnMtW__infoSide:after{content:"";opacity:.1;mix-blend-mode:overlay;z-index:0;background-image:url(https://images.unsplash.com/photo-1577100078279-b34c5afd78e1?ixlib=rb-4.0.3&auto=format&fit=crop&w=1200&q=80);background-position:50%;background-size:cover;position:absolute;inset:0}.Register-module__PwnMtW__infoContent{z-index:10;position:relative}.Register-module__PwnMtW__badge{color:var(--accent);text-transform:uppercase;letter-spacing:1px;background:#ffffff1a;border:1px solid #ffffff1a;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem;font-size:.75rem;font-weight:700;display:inline-flex}.Register-module__PwnMtW__title{font-family:var(--font-display);color:#fff;margin-bottom:1.5rem;font-size:2.75rem;font-weight:800;line-height:1.1}.Register-module__PwnMtW__description{color:#ffffffb3;max-width:90%;font-size:1rem;line-height:1.6}.Register-module__PwnMtW__benefits{flex-direction:column;gap:2rem;margin-top:3rem;display:flex}.Register-module__PwnMtW__benefitItem{gap:1.25rem;display:flex}.Register-module__PwnMtW__iconBox{width:48px;height:48px;color:var(--accent);background:#b4db331a;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Register-module__PwnMtW__benefitText b{color:#fff;margin-bottom:.25rem;font-size:1.1rem;display:block}.Register-module__PwnMtW__benefitText span{color:#ffffff80;font-size:.9rem;line-height:1.4}.Register-module__PwnMtW__copyright{z-index:10;color:#ffffff4d;text-transform:uppercase;letter-spacing:1.5px;font-size:.75rem;position:relative}.Register-module__PwnMtW__formSide{background:#fff;flex-direction:column;justify-content:center;padding:4rem;display:flex}.Register-module__PwnMtW__backLink{color:var(--text-muted);align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.Register-module__PwnMtW__backLink:hover{color:var(--primary);transform:translate(-4px)}.Register-module__PwnMtW__formHeader{margin-bottom:2.5rem}.Register-module__PwnMtW__formHeader h2{font-family:var(--font-display);color:var(--primary);margin-bottom:.5rem;font-size:2rem;font-weight:800}.Register-module__PwnMtW__formHeader p{color:var(--text-muted);font-size:1rem}.Register-module__PwnMtW__form{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.Register-module__PwnMtW__formGroup{flex-direction:column;gap:.6rem;display:flex}.Register-module__PwnMtW__fullWidth{grid-column:span 2}.Register-module__PwnMtW__formGroup label{color:var(--primary);margin-left:.25rem;font-size:.85rem;font-weight:700}.Register-module__PwnMtW__inputWrapper{position:relative}.Register-module__PwnMtW__inputIcon{color:#9ca3af;pointer-events:none;transition:color .3s;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.Register-module__PwnMtW__input,.Register-module__PwnMtW__select{width:100%;color:var(--text-main);background:#f8fafb;border:1px solid #e2e8f0;border-radius:14px;padding:1rem 1rem 1rem 2.75rem;font-family:inherit;font-size:.95rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.Register-module__PwnMtW__select{appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right 1rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-left:1rem}.Register-module__PwnMtW__input:focus,.Register-module__PwnMtW__select:focus{border-color:var(--primary);background:#fff;outline:none;box-shadow:0 4px 12px #0000000d}.Register-module__PwnMtW__input:focus+.Register-module__PwnMtW__inputIcon{color:var(--primary)}.Register-module__PwnMtW__btnSubmit{background:var(--primary);color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:1px;border:none;border-radius:16px;grid-column:span 2;justify-content:center;align-items:center;gap:.75rem;margin-top:1.5rem;padding:1.25rem;font-size:1rem;font-weight:800;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.Register-module__PwnMtW__btnSubmit:hover{background:var(--accent);color:var(--primary);transform:translateY(-4px);box-shadow:0 15px 30px #0000001a}.Register-module__PwnMtW__loginPrompt{text-align:center;color:var(--text-muted);grid-column:span 2;margin-top:1.5rem;font-size:.9rem}.Register-module__PwnMtW__loginLink{color:var(--primary);margin-left:.25rem;font-weight:800;text-decoration:none;transition:all .3s}.Register-module__PwnMtW__loginLink:hover{color:var(--accent);text-decoration:underline}@media (max-width:1024px){.Register-module__PwnMtW__container{grid-template-columns:1fr;max-width:600px}.Register-module__PwnMtW__infoSide{padding:3rem}.Register-module__PwnMtW__title{font-size:2rem}.Register-module__PwnMtW__page:before{height:100%}.Register-module__PwnMtW__benefits{display:none}}@media (max-width:600px){.Register-module__PwnMtW__page{padding:1rem}.Register-module__PwnMtW__formSide{padding:2rem 1.5rem}.Register-module__PwnMtW__form{grid-template-columns:1fr;gap:1.25rem}.Register-module__PwnMtW__fullWidth,.Register-module__PwnMtW__btnSubmit{grid-column:span 1}.Register-module__PwnMtW__title{font-size:1.75rem}}
