@import "https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;700;800&family=Barlow:wght@400;500;600&display=swap";
:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:.8;--PhoneInputInternationalIconGlobe-opacity:.65;--PhoneInputCountrySelect-marginRight:.35em;--PhoneInputCountrySelectArrow-width:.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:#00000080;--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:#0000001a}.PhoneInput{align-items:center;display:flex}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{width:100%;height:100%;display:block}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{margin-right:var(--PhoneInputCountrySelect-marginRight);align-self:stretch;align-items:center;display:flex;position:relative}.PhoneInputCountrySelect{z-index:1;opacity:0;cursor:pointer;border:0;width:100%;height:100%;position:absolute;top:0;left:0}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity);display:block}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}:root{--pink-accent:#ec4899;--pink-accent-hover:#db2777;--pink-accent-dim:#ec489926;--pink-accent-dim-border:#ec489959;--pink-border-bright:#ec48994d}.girls-reg-wrap{background:var(--background);justify-content:center;align-items:flex-start;min-height:100vh;padding:40px 16px 60px;font-family:Barlow,sans-serif;display:flex}.girls-reg-card{background:var(--background-card);border:1px solid var(--pink-border-bright);width:100%;max-width:660px;box-shadow:0 24px 80px #ec48991f, 0 0 0 1px var(--pink-border-bright);border-radius:16px;overflow:hidden}.girls-reg-header{border-bottom:1px solid var(--pink-border-bright);background:linear-gradient(135deg,#2b0c1c 0%,#17050e 100%);padding:28px 32px 24px;position:relative;overflow:hidden}.girls-reg-header:before{content:"";background:var(--pink-accent-dim);filter:blur(60px);pointer-events:none;border-radius:50%;width:200px;height:200px;position:absolute;top:-40px;right:-40px}.girls-reg-badge{background:var(--pink-accent-dim);border:1px solid var(--pink-accent-dim-border);color:var(--pink-accent);letter-spacing:.16em;text-transform:uppercase;border-radius:20px;align-items:center;gap:6px;margin-bottom:10px;padding:4px 10px;font-size:11px;font-weight:700;display:inline-flex}.girls-reg-badge span{background:var(--pink-accent);border-radius:50%;width:6px;height:6px;display:inline-block}.girls-reg-title{color:var(--foreground);text-transform:uppercase;letter-spacing:.04em;margin-bottom:6px;font-family:Barlow Condensed,sans-serif;font-size:clamp(22px,5vw,30px);font-weight:800;line-height:1.1}.girls-reg-subtitle{color:var(--foreground-muted);font-size:13px;line-height:1.5}.girls-reg-cost{background:var(--pink-accent);color:#fff;letter-spacing:.08em;box-shadow:0 4px 16px var(--pink-accent-dim);border-radius:8px;padding:6px 16px;font-family:Barlow Condensed,sans-serif;font-size:16px;font-weight:800;position:absolute;top:28px;right:32px}.girls-reg-progress{background:var(--background-section);border-bottom:1px solid var(--border);align-items:center;gap:0;padding:14px 32px;display:flex;overflow-x:auto}.girls-prog-step{flex-shrink:0;align-items:center;gap:6px;display:flex}.girls-prog-dot{border:1.5px solid var(--pink-border-bright);width:22px;height:22px;color:var(--foreground-dim);background:var(--background-input);border-radius:50%;justify-content:center;align-items:center;font-size:10px;font-weight:700;display:flex}.girls-prog-dot.active{background:var(--pink-accent);border-color:var(--pink-accent);color:#fff;box-shadow:0 0 8px var(--pink-accent-dim)}.girls-prog-label{letter-spacing:.05em;text-transform:uppercase;color:var(--foreground-dim);white-space:nowrap;font-size:10px;font-weight:600}.girls-prog-label.active{color:var(--foreground-muted)}.girls-prog-line{background:var(--border);flex:1;min-width:16px;height:1px;margin:0 8px}.girls-reg-body{padding:28px 32px 32px}.girls-sec-card{background:var(--background-section);border:1px solid var(--border);border-radius:12px;margin-bottom:16px;padding:20px 20px 22px}.girls-sec-card:last-of-type{margin-bottom:0}.girls-photo-zone{border:2px dashed var(--pink-border-bright);background:var(--background-input);cursor:pointer;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;min-height:130px;transition:border-color .2s,background .2s;display:flex;position:relative;overflow:hidden}.girls-photo-zone:hover{border-color:var(--pink-accent);background:var(--pink-accent-dim)}.girls-photo-zone input[type=file]{display:none}.girls-submit-btn{background:var(--pink-accent);color:#fff;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;width:100%;box-shadow:0 4px 20px var(--pink-accent-dim);border:none;border-radius:10px;margin-top:20px;padding:14px;font-family:Barlow Condensed,sans-serif;font-size:16px;font-weight:700;transition:background .2s,transform .15s,box-shadow .2s}.girls-submit-btn:hover{background:var(--pink-accent-hover);box-shadow:0 8px 28px var(--pink-accent-dim);transform:translateY(-1px)}.girls-submit-btn:active{transform:translateY(0)}.girls-submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.girls-fi:focus{border-color:var(--pink-accent)!important;box-shadow:0 0 0 3px var(--pink-accent-dim)!important}
