:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:0.8;--PhoneInputInternationalIconGlobe-opacity:0.65;--PhoneInputCountrySelect-marginRight:0.35em;--PhoneInputCountrySelectArrow-width:0.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:0.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:rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:rgba(0,0,0,.1)}.PhoneInput{display:flex;align-items:center}.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{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;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)}.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)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.success-container{background:linear-gradient(135deg,#fff,#f8fafc);border-radius:24px;position:relative;overflow:hidden;padding:14px 10px 10px;max-height:100vh;overflow-y:auto}.success-container::-webkit-scrollbar{width:6px}.success-container::-webkit-scrollbar-track{background:transparent}.success-container::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.success-container:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;background:linear-gradient(135deg,rgba(249,115,21,.03),rgba(249,115,21,0) 50%,rgba(249,115,21,.03));animation:rotate 20s linear infinite;pointer-events:none}.success-header{animation:scaleIn .5s cubic-bezier(.34,1.56,.64,1);position:relative;z-index:2;margin-bottom:16px}.success-icon-wrapper{position:relative;display:inline-block;animation:float 3s ease-in-out infinite}.success-icon-wrapper:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:120%;height:120%;background:radial-gradient(circle,rgba(249,115,21,.2) 0,transparent 70%);border-radius:50%;animation:pulse 2s ease-in-out infinite}.success-title{background:linear-gradient(135deg,#1e293b,#334155);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:1rem;font-weight:800;margin:16px 0 8px;letter-spacing:-.02em;animation:fadeInUp .5s ease .2s both;text-align:center}.success-subtitle{color:#64748b;font-size:.95rem;font-weight:500;margin-bottom:5px;animation:fadeInUp .5s ease .3s both;line-height:1.5;text-align:center}.success-badge{display:inline-flex;align-items:center;gap:6px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:6px 14px;border-radius:50px;font-size:.8rem;font-weight:600;margin-bottom:5px;animation:fadeInUp .5s ease .4s both}.content-section{animation:fadeInUp .5s ease .5s both;margin-bottom:16px;width:100%}.share-button{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;padding:12px 28px;border-radius:14px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);animation:fadeInUp .5s ease .7s both;border:none;box-shadow:0 6px 20px rgba(249,115,21,.3);position:relative;overflow:hidden}.share-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.3),transparent);transition:left .5s}.share-button:hover:before{left:100%}.share-button:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 8px 24px rgba(249,115,21,.4)}.share-button:active{transform:translateY(0) scale(.98)}.decorative-sparkle{position:absolute;color:#f97316;opacity:.5;animation:float 4s ease-in-out infinite;z-index:1}.sparkle-1{top:8%;right:12%;animation-delay:0s}.sparkle-2{top:15%;left:8%;animation-delay:1s}.sparkle-3{bottom:25%;right:8%;animation-delay:2s}.event-chat-card{background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:20px;padding:20px;width:100%;box-shadow:0 4px 16px rgba(249,115,21,.15);animation:fadeInUp .5s ease .6s both;position:relative;overflow:hidden}.event-chat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:100%;background:linear-gradient(135deg,hsla(0,0%,100%,.3),transparent);pointer-events:none}.chat-header{gap:10px;margin-bottom:16px}.chat-header,.chat-icon-wrapper{display:flex;align-items:center;justify-content:center}.chat-icon-wrapper{background:linear-gradient(135deg,#f97316,#ea580c);width:36px;height:36px;border-radius:12px;color:#fff;box-shadow:0 4px 12px rgba(249,115,21,.3)}.chat-title{font-size:1.1rem;font-weight:700;background:linear-gradient(135deg,#78350f,#92400e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}.attendees-section{display:flex;flex-direction:column;align-items:center;gap:12px;margin-bottom:16px}.attendees-list{display:flex;justify-content:center;padding:0;margin:0;list-style:none}.attendee-avatar{margin-left:-12px;transition:all .3s ease}.attendee-avatar:first-child{margin-left:0}.attendee-avatar:hover{transform:translateY(-4px) scale(1.1);z-index:100!important}.avatar-img{width:40px;height:40px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:3px solid #fff;box-shadow:0 2px 8px rgba(0,0,0,.15);transition:all .3s ease}.attendees-count{font-size:.85rem;font-weight:600;color:#92400e;background:hsla(0,0%,100%,.5);padding:4px 12px;border-radius:20px}.join-chat-btn{display:flex;align-items:center;justify-content:center;gap:8px;background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;padding:8px 14px;border-radius:12px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .3s ease;border:none;box-shadow:0 4px 12px rgba(249,115,21,.3);width:100%;margin-bottom:16px;position:relative;overflow:hidden}.join-chat-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.3),transparent);transition:left .5s}.join-chat-btn:hover:before{left:100%}.join-chat-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(249,115,21,.4)}.join-chat-btn:active{transform:translateY(0)}.app-stores{display:flex;justify-content:space-between;gap:12px;align-items:center}@media(max-width:768px){.success-container{padding:20px 16px 16px;border-radius:20px}.success-title{font-size:1rem}.share-button,.success-subtitle{font-size:.9rem}.share-button{padding:10px 24px}.event-chat-card{padding:16px}.chat-title{font-size:1rem}.avatar-img{width:36px;height:36px}.decorative-sparkle{display:none}}