.register-module__jUGYdG__registerContainer{box-sizing:border-box;width:100%;max-width:100%;min-height:80vh;padding:6.5rem 1.5rem 4rem}.register-module__jUGYdG__header{text-align:center;flex-direction:column;gap:.75rem;margin-bottom:2.5rem;display:flex}.register-module__jUGYdG__formCard{background-color:var(--card);border:var(--border-width) solid var(--card-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);flex-direction:column;gap:1.5rem;padding:2.5rem;display:flex}.register-module__jUGYdG__formCardTitle{border-bottom:var(--border-width) solid var(--card-border);color:var(--primary);margin-top:0;padding-bottom:.75rem;font-size:1.3rem;font-weight:700}.register-module__jUGYdG__formGrid{grid-template-columns:1fr;gap:1rem;display:grid}@media (min-width:768px){.register-module__jUGYdG__formGrid{grid-template-columns:1fr 1fr}}.register-module__jUGYdG__checkboxContainer{border-top:var(--border-width) solid var(--card-border);flex-direction:column;gap:.75rem;margin-top:.5rem;padding-top:1rem;display:flex}.register-module__jUGYdG__checkboxLabel{color:var(--foreground);cursor:pointer;align-items:flex-start;gap:.75rem;font-size:.88rem;line-height:1.4;display:flex}.register-module__jUGYdG__checkboxInput{accent-color:var(--primary);cursor:pointer;flex-shrink:0;margin-top:.15rem}.register-module__jUGYdG__tesseraWrapper{perspective:1000px;margin:1.5rem 0}.register-module__jUGYdG__tesseraCard{background:linear-gradient(135deg, var(--card) 0%, var(--primary-light) 100%);border:2px solid var(--primary);border-radius:var(--radius-md);box-shadow:var(--shadow-md);color:var(--foreground);font-family:var(--font-sans);transition:transform var(--transition-slow);flex-direction:column;gap:1.25rem;padding:2rem;display:flex;position:relative;overflow:hidden}.register-module__jUGYdG__tesseraCard:hover{transform:translateY(-5px)}.register-module__jUGYdG__tesseraCard:before{content:"";pointer-events:none;background:radial-gradient(circle,#ffffff0d 0%,#0000 60%);width:200%;height:200%;position:absolute;top:-50%;left:-50%}.register-module__jUGYdG__tesseraHeader{border-bottom:1px solid var(--primary);justify-content:space-between;align-items:center;padding-bottom:.5rem;display:flex}.register-module__jUGYdG__tesseraTitle{letter-spacing:1px;color:var(--primary);margin:0;font-size:.95rem;font-weight:800}.register-module__jUGYdG__tesseraSubTitle{text-transform:uppercase;color:var(--muted);font-size:.7rem;font-weight:600}.register-module__jUGYdG__tesseraNumber{font-family:var(--font-mono);text-align:center;letter-spacing:2px;color:var(--primary);text-shadow:0 2px 4px #0000000d;margin:.5rem 0;font-size:2rem;font-weight:700}.register-module__jUGYdG__tesseraInfo{grid-template-columns:1fr 1.2fr;gap:.5rem;font-size:.85rem;display:grid}.register-module__jUGYdG__tesseraFooter{color:var(--muted);text-align:center;border-top:1px dashed var(--card-border);margin-top:.5rem;padding-top:.5rem;font-size:.65rem}.register-module__jUGYdG__successCard{text-align:center;flex-direction:column;align-items:center;gap:1.25rem;padding:2rem;display:flex}.register-module__jUGYdG__successIcon{background-color:var(--success-light);width:4.5rem;height:4.5rem;color:var(--success);border-radius:var(--radius-full);justify-content:center;align-items:center;display:flex}.register-module__jUGYdG__registerGrid{grid-template-columns:1fr;gap:2.5rem;margin-top:1rem;display:grid}@media (min-width:992px){.register-module__jUGYdG__registerGrid{grid-template-columns:1fr 1.1fr}}.register-module__jUGYdG__infoColumn{flex-direction:column;display:flex}.register-module__jUGYdG__infoCard{background-color:var(--card);border:var(--border-width) solid var(--card-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);flex-direction:column;gap:1.5rem;height:100%;padding:2.5rem;display:flex}.register-module__jUGYdG__infoTitle{color:var(--primary);margin-bottom:.5rem;font-size:1.5rem;font-weight:700;display:inline-block;position:relative}.register-module__jUGYdG__infoTitle:after{content:"";background:linear-gradient(90deg, var(--primary), var(--secondary));border-radius:var(--radius-full);width:40px;height:4px;position:absolute;bottom:-6px;left:0}.register-module__jUGYdG__infoDesc{color:var(--muted);margin-bottom:.5rem;font-size:1rem;line-height:1.6}.register-module__jUGYdG__featuresList{flex-direction:column;gap:1rem;display:flex}.register-module__jUGYdG__featureItem{flex-direction:column;gap:.25rem;display:flex}.register-module__jUGYdG__featureItem strong{color:var(--foreground);font-size:.95rem}.register-module__jUGYdG__featureItem span{color:var(--muted);font-size:.88rem;line-height:1.4}.register-module__jUGYdG__infoImageContainer{border-radius:var(--radius-md);border:var(--border-width) solid var(--card-border);height:14rem;margin-top:auto;position:relative;overflow:hidden}.register-module__jUGYdG__infoImage{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-slow)}.register-module__jUGYdG__infoCard:hover .register-module__jUGYdG__infoImage{transform:scale(1.04)}.register-module__jUGYdG__imageCaption{color:#fff9f2;text-align:center;background:#141210cc;padding:.5rem 1rem;font-size:.8rem;font-weight:600;position:absolute;bottom:0;left:0;right:0}.register-module__jUGYdG__formColumn{flex-direction:column;display:flex}.register-module__jUGYdG__formSection{border:1px solid var(--card-border);background-color:var(--background);border-radius:var(--radius-md);flex-direction:column;gap:1rem;margin-bottom:.5rem;padding:1.5rem;display:flex}.register-module__jUGYdG__sectionHeader{border-bottom:1px solid var(--card-border);align-items:center;gap:.5rem;margin-bottom:.5rem;padding-bottom:.5rem;display:flex}.register-module__jUGYdG__sectionTitle{color:var(--primary);margin:0;font-size:1.05rem;font-weight:700}.register-module__jUGYdG__formGrid3{grid-template-columns:1fr;gap:1rem;display:grid}@media (min-width:768px){.register-module__jUGYdG__formGrid3{grid-template-columns:1fr 1fr 1fr}}@media (max-width:768px){.register-module__jUGYdG__registerContainer{padding:5.5rem 1rem calc(6rem + env(safe-area-inset-bottom)) 1rem}.register-module__jUGYdG__formCard,.register-module__jUGYdG__infoCard{padding:1.25rem 1rem}.register-module__jUGYdG__formSection{padding:1rem}.register-module__jUGYdG__tesseraCard{padding:1.25rem 1rem}.register-module__jUGYdG__tesseraNumber{word-break:break-all;font-size:1.5rem}.register-module__jUGYdG__tesseraInfo{grid-template-columns:1fr;gap:.75rem;font-size:.75rem}.register-module__jUGYdG__infoImageContainer{height:10rem}}
