.not-found-module__HS70Aa__page{min-height:100vh;padding:var(--space-xl) 0;place-items:center;display:grid}.not-found-module__HS70Aa__card{width:min(100%, var(--content-max));padding:var(--space-lg);gap:var(--space-md);display:grid}.not-found-module__HS70Aa__content{flex-direction:column;gap:5px;display:flex}.not-found-module__HS70Aa__card h1{font-size:var(--text-xl);font-weight:700;line-height:var(--line-height-titles)}.not-found-module__HS70Aa__kicker{text-transform:uppercase;letter-spacing:.24em;font-size:var(--text-xs);color:var(--color-muted)}.not-found-module__HS70Aa__subtitle{color:var(--color-ink)}.not-found-module__HS70Aa__actions{gap:var(--space-sm);flex-wrap:wrap;display:flex}
.buttons-module__s_8S2q__buttonGroup{gap:var(--space-sm);flex-wrap:wrap;display:flex}.buttons-module__s_8S2q__start{justify-content:flex-start}.buttons-module__s_8S2q__end{justify-content:flex-end}.buttons-module__s_8S2q__primary,.buttons-module__s_8S2q__secondary,.buttons-module__s_8S2q__button,.buttons-module__s_8S2q__danger{justify-content:center;align-items:center;gap:var(--space-xs);font-weight:400;font-size:var(--text-md);border:none;border-radius:999px;padding:6px 12px;display:inline-flex}.buttons-module__s_8S2q__primary{background:var(--color-ink);color:#fff}.buttons-module__s_8S2q__secondary{background:var(--color-white);border-color:var(--color-border);color:var(--color-ink)}.buttons-module__s_8S2q__button{background:var(--color-ink);color:var(--color-white);cursor:pointer}.buttons-module__s_8S2q__button:disabled{opacity:.6;cursor:not-allowed}.buttons-module__s_8S2q__danger{background:var(--color-rose);color:var(--color-white);cursor:pointer}.buttons-module__s_8S2q__danger:hover:not(:disabled){background:var(--color-rose-dark)}.buttons-module__s_8S2q__danger:disabled{opacity:.6;cursor:not-allowed}
.ConfirmActionModal-module__b6DCoW__overlay{padding:var(--space-lg);z-index:120;animation:ConfirmActionModal-module__b6DCoW__backdropFadeIn var(--duration-modal-in) var(--ease-modal-in);background:#1f1f1f80;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ConfirmActionModal-module__b6DCoW__modal{background:var(--color-card);border-radius:var(--radius-lg);border:1px solid var(--color-border);width:min(560px,100%);box-shadow:var(--shadow-soft);padding:var(--space-lg);gap:var(--space-md);animation:ConfirmActionModal-module__b6DCoW__modalZoomIn var(--duration-modal-in) var(--ease-modal-in);transform-origin:50%;display:grid}.ConfirmActionModal-module__b6DCoW__overlayClosing{animation:ConfirmActionModal-module__b6DCoW__backdropFadeOut var(--duration-modal-out) var(--ease-modal-out) forwards}.ConfirmActionModal-module__b6DCoW__modalClosing{animation:ConfirmActionModal-module__b6DCoW__modalZoomOut var(--duration-modal-out) var(--ease-modal-out) forwards}@keyframes ConfirmActionModal-module__b6DCoW__backdropFadeIn{0%{opacity:0}to{opacity:1}}@keyframes ConfirmActionModal-module__b6DCoW__backdropFadeOut{0%{opacity:1}to{opacity:0}}@keyframes ConfirmActionModal-module__b6DCoW__modalZoomIn{0%{opacity:0;transform:scale(.88)}to{opacity:1;transform:scale(1)}}@keyframes ConfirmActionModal-module__b6DCoW__modalZoomOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.88)}}@media (prefers-reduced-motion:reduce){.ConfirmActionModal-module__b6DCoW__overlay,.ConfirmActionModal-module__b6DCoW__overlayClosing,.ConfirmActionModal-module__b6DCoW__modal,.ConfirmActionModal-module__b6DCoW__modalClosing{animation:none}}.ConfirmActionModal-module__b6DCoW__title{font-size:var(--text-lg);color:var(--color-ink);margin:0;font-weight:600}.ConfirmActionModal-module__b6DCoW__imageFrame{border-radius:calc(var(--radius-lg) - 4px);background:linear-gradient(180deg, #fff9, #ffffffeb), var(--color-highlight-medium);width:100%;height:min(46vh,420px);position:relative;overflow:hidden}.ConfirmActionModal-module__b6DCoW__image{width:100%;height:100%;display:block}.ConfirmActionModal-module__b6DCoW__imageContain,.ConfirmActionModal-module__b6DCoW__imageCover{object-fit:cover}.ConfirmActionModal-module__b6DCoW__message{font-size:var(--text-md);line-height:var(--line-height-body);color:var(--color-muted);white-space:pre-line;margin:0}.ConfirmActionModal-module__b6DCoW__actions{justify-content:flex-end;gap:var(--space-sm);flex-wrap:wrap;margin-top:20px;display:flex}@media (max-width:640px){.ConfirmActionModal-module__b6DCoW__modal{width:100%;padding:var(--space-md)}}
.DownloadOverlay-module__YOfllW__backdrop{z-index:80;background:#fff;place-items:center;display:grid;position:fixed;inset:0}.DownloadOverlay-module__YOfllW__content{justify-items:center;gap:1rem;width:min(100%,18rem);padding:1.5rem;display:grid}.DownloadOverlay-module__YOfllW__progressSection{justify-items:center;gap:1rem;width:100%;display:grid}.DownloadOverlay-module__YOfllW__progressMeter{gap:.5rem;width:100%;display:grid}.DownloadOverlay-module__YOfllW__errorSection{justify-items:center;gap:1rem;width:100%;display:grid}.DownloadOverlay-module__YOfllW__loadingAnimation{justify-self:center;place-items:center;width:8rem;height:8rem;margin-bottom:.25rem;display:grid;position:relative}.DownloadOverlay-module__YOfllW__loadingPulse,.DownloadOverlay-module__YOfllW__loadingRing,.DownloadOverlay-module__YOfllW__loadingCore,.DownloadOverlay-module__YOfllW__errorIconWrap{grid-area:1/1}.DownloadOverlay-module__YOfllW__loadingPulse{background:color-mix(in srgb, var(--color-highlight) 14%, transparent);border-radius:999px;width:100%;height:100%;animation:1.9s ease-out infinite DownloadOverlay-module__YOfllW__overlayPulse}.DownloadOverlay-module__YOfllW__loadingRing{border:.35rem solid color-mix(in srgb, var(--color-highlight) 16%, white);border-top-color:var(--color-highlight);border-radius:999px;width:5.75rem;height:5.75rem;animation:1s linear infinite DownloadOverlay-module__YOfllW__overlaySpin}.DownloadOverlay-module__YOfllW__loadingCore{background:radial-gradient(circle at 30% 30%, color-mix(in srgb, white 88%, var(--color-highlight)), var(--color-highlight));width:2.75rem;height:2.75rem;box-shadow:0 0 0 .35rem color-mix(in srgb, var(--color-highlight) 12%, transparent);border-radius:999px;place-items:center;animation:1.6s ease-in-out infinite DownloadOverlay-module__YOfllW__overlayBreathe;display:grid}.DownloadOverlay-module__YOfllW__loadingIcon{width:1.3rem;height:1.3rem;color:var(--color-ink);stroke-width:2.4px}.DownloadOverlay-module__YOfllW__errorIconWrap{background:color-mix(in srgb, var(--color-danger) 12%, white);width:5.5rem;height:5.5rem;box-shadow:0 0 0 .5rem color-mix(in srgb, var(--color-danger) 8%, transparent);border-radius:999px;place-items:center;animation:1.8s ease-in-out infinite DownloadOverlay-module__YOfllW__overlayBreathe;display:grid}.DownloadOverlay-module__YOfllW__errorIcon{width:2.5rem;height:2.5rem;color:var(--color-danger)}.DownloadOverlay-module__YOfllW__progressTrack{background:color-mix(in srgb, var(--color-highlight) 18%, white);border-radius:999px;width:100%;height:.5rem;overflow:hidden}.DownloadOverlay-module__YOfllW__progressFill{border-radius:inherit;background:var(--color-highlight);height:100%;transition:width .18s ease-out}.DownloadOverlay-module__YOfllW__progressValue{font-variant-numeric:tabular-nums;color:var(--color-highlight);justify-self:center;font-size:.95rem;font-weight:700}.DownloadOverlay-module__YOfllW__errorMessage{color:var(--color-ink);text-align:center;text-wrap:balance;margin:0;font-size:1rem;font-weight:400}.DownloadOverlay-module__YOfllW__closeButton{min-width:7rem}@keyframes DownloadOverlay-module__YOfllW__overlaySpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes DownloadOverlay-module__YOfllW__overlayPulse{0%{opacity:.15;transform:scale(.72)}70%{opacity:0}to{opacity:0;transform:scale(1.18)}}@keyframes DownloadOverlay-module__YOfllW__overlayBreathe{0%,to{transform:scale(.96)}50%{transform:scale(1)}}@media (max-width:720px){.DownloadOverlay-module__YOfllW__content{width:min(100%,16rem);padding:1.25rem}.DownloadOverlay-module__YOfllW__loadingAnimation{width:7rem;height:7rem}.DownloadOverlay-module__YOfllW__loadingRing{width:5rem;height:5rem}.DownloadOverlay-module__YOfllW__loadingCore{width:2.35rem;height:2.35rem}}
.page-module__rS8d_W__container{min-height:100vh;padding:var(--space-lg);padding-bottom:var(--space-xl);gap:var(--space-lg);flex-direction:column;display:flex}.page-module__rS8d_W__content{width:min(100%, var(--content-max));flex-direction:column;margin-inline:auto;display:flex;position:relative}.page-module__rS8d_W__backLinkRow{align-self:flex-start}.page-module__rS8d_W__challengePanelRow{width:100%}.page-module__rS8d_W__sparksRowWrapper{width:100%;margin-bottom:var(--space-xl)}.page-module__rS8d_W__eventName{font-size:var(--text-xl);color:var(--color-ink);font-weight:900;line-height:var(--line-height-titles);letter-spacing:-.08rem;margin-bottom:10px}.page-module__rS8d_W__statsBlock{margin-bottom:30px}.page-module__rS8d_W__photosRemaining{font-size:var(--text-lg);color:var(--color-ink);font-weight:400;display:block}.page-module__rS8d_W__photosCooldown{font-size:var(--text-sm);color:var(--color-rose);font-weight:400;display:block}.page-module__rS8d_W__photosSent,.page-module__rS8d_W__photosPending{font-size:var(--text-md);color:var(--color-muted);margin-top:2px;font-weight:400;display:block}.page-module__rS8d_W__photosPendingActive{color:var(--color-rose)}.page-module__rS8d_W__mainActions{gap:var(--space-sm);justify-content:center;align-items:center;width:100%;display:flex}.page-module__rS8d_W__mainActionsEntering{animation:.24s cubic-bezier(.22,1,.36,1) both page-module__rS8d_W__actionsContentEnter}.page-module__rS8d_W__floatingUploadDock{left:50%;bottom:calc(var(--space-md) + env(safe-area-inset-bottom,0px));width:min(fit-content, 720px);border:1px solid var(--color-cream);background:color-mix(in srgb, var(--color-card) 78%, transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:20;border-radius:24px;padding:10px;transition:width .2s,padding .2s,box-shadow .2s;position:fixed;transform:translate(-50%)}.page-module__rS8d_W__floatingUploadDockActions{max-width:420px}.page-module__rS8d_W__floatingUploadDockFaceSearch{width:min(calc(100vw - (var(--space-lg) * 2)), 100%);max-width:420px;animation:.26s cubic-bezier(.22,1,.36,1) both page-module__rS8d_W__actionsDockEnter}.page-module__rS8d_W__floatingUploadDockActionsEntering{transform-origin:bottom;animation:.26s cubic-bezier(.22,1,.36,1) both page-module__rS8d_W__actionsDockEnter}.page-module__rS8d_W__floatingUploadDockPreview{width:min(calc(100vw - (var(--space-lg) * 2)), 100%);z-index:70;transform-origin:bottom;max-width:420px;animation:.42s cubic-bezier(.22,1,.36,1) both page-module__rS8d_W__previewDockEnter}.page-module__rS8d_W__floatingUploadDockPreviewClosing{pointer-events:none;animation:.22s cubic-bezier(.4,0,.2,1) both page-module__rS8d_W__previewDockExit}.page-module__rS8d_W__btnDockRound{cursor:pointer;width:54px;height:54px;color:var(--color-ink);box-shadow:var(--shadow-super-soft);border:none;border-radius:50%;place-items:center;transition:transform .3s cubic-bezier(.075,.82,.165,1),opacity .2s,background-color .2s;display:grid;position:relative}.page-module__rS8d_W__btnDockRound:active{transform:scale(.94)}.page-module__rS8d_W__btnDockRound:disabled{opacity:.6;cursor:not-allowed}.page-module__rS8d_W__btnDockCamera{background:color-mix(in srgb, var(--color-highlight) 58%, white)}.page-module__rS8d_W__btnDockChallenge{background:var(--color-ink);color:var(--color-white)}.page-module__rS8d_W__btnDockChallengeAccent{isolation:isolate;z-index:0;background:0 0;overflow:hidden}.page-module__rS8d_W__btnDockChallengeAccent:before{content:"";border-radius:inherit;background:radial-gradient(closest-side, transparent calc(100% - 5px), color-mix(in srgb, var(--color-highlight) 82%, var(--color-white)) calc(100% - 4px), color-mix(in srgb, var(--color-rose) 60%, var(--color-highlight)) 100%), conic-gradient(from 0deg, color-mix(in srgb, var(--color-white) 90%, var(--color-highlight)) 0deg, color-mix(in srgb, var(--color-highlight) 92%, var(--color-white)) 42deg, color-mix(in srgb, var(--color-highlight) 75%, var(--color-rose)) 94deg, color-mix(in srgb, var(--color-rose) 92%, var(--color-highlight)) 146deg, color-mix(in srgb, var(--color-highlight) 54%, var(--color-white)) 210deg, color-mix(in srgb, var(--color-highlight) 84%, var(--color-white)) 282deg, color-mix(in srgb, var(--color-white) 90%, var(--color-highlight)) 360deg);pointer-events:none;will-change:transform;animation:.9s linear infinite page-module__rS8d_W__challengeDockRingSpin;position:absolute;inset:0}.page-module__rS8d_W__btnDockChallengeAccent:after{content:"";border-radius:inherit;background:radial-gradient(circle at top right, color-mix(in srgb, var(--color-highlight) 22%, transparent), transparent 42%), var(--color-ink);pointer-events:none;position:absolute;inset:4px}.page-module__rS8d_W__btnDockChallengeAccent:disabled:before{opacity:.45}.page-module__rS8d_W__challengeDockIcon{z-index:1;place-items:center;display:grid;position:relative}.page-module__rS8d_W__btnDockFaceSearch{background:color-mix(in srgb, var(--color-highlight) 58%, white)}.page-module__rS8d_W__btnDockMusic{background:color-mix(in srgb, var(--color-highlight) 38%, white)}.page-module__rS8d_W__btnDockSparks{background:color-mix(in srgb, var(--color-highlight) 48%, white)}.page-module__rS8d_W__btnDockFaceSearchReady:after{content:"";background:var(--color-rose);width:9px;height:9px;box-shadow:0 0 0 3px var(--color-card);border-radius:50%;position:absolute;top:7px;right:7px}.page-module__rS8d_W__previewSection{transform-origin:bottom;border-radius:20px;flex-direction:column;gap:10px;margin:0;animation:.5s cubic-bezier(.2,.9,.2,1.08) both page-module__rS8d_W__previewContentEnter;display:flex}.page-module__rS8d_W__previewSectionClosing{animation:.2s cubic-bezier(.4,0,1,1) both page-module__rS8d_W__previewContentExit}.page-module__rS8d_W__previewImage{object-fit:cover;border-radius:20px;width:100%;height:100%;max-height:min(80vh,460px);display:block}.page-module__rS8d_W__previewMedia{border-radius:20px;min-height:150px;position:relative;overflow:hidden}.page-module__rS8d_W__previewActions{gap:var(--space-sm);grid-template-columns:1fr 1fr;display:grid}.page-module__rS8d_W__btnPreviewAction{height:60px;font-size:var(--text-lg);padding:0 var(--space-md);cursor:pointer;border:none;border-radius:20px;justify-content:space-between;align-items:center;font-weight:400;transition:opacity .2s;display:flex}.page-module__rS8d_W__btnPreviewAction:active{opacity:.8}.page-module__rS8d_W__btnDelete{background-color:var(--color-white);color:var(--color-rose)}.page-module__rS8d_W__btnDeleteIcon{color:var(--color-rose);background-color:var(--color-highlight-medium);border-radius:50%;place-items:center;width:30px;height:30px;display:grid}.page-module__rS8d_W__btnConfirm{background-color:var(--color-highlight);color:var(--color-ink)}.page-module__rS8d_W__btnConfirmIcon{background-color:var(--color-ink);color:#fff;border-radius:50%;place-items:center;width:30px;height:30px;display:grid}.page-module__rS8d_W__gallerySection{margin-top:8px;margin-bottom:80px}.page-module__rS8d_W__galleryHeader{gap:var(--space-sm);margin-bottom:var(--space-lg);flex-direction:column;display:flex}.page-module__rS8d_W__faceSearchDockSummary{justify-content:space-between;align-items:center;gap:var(--space-sm);width:100%;display:flex}.page-module__rS8d_W__faceSearchKicker{margin:0 0 var(--space-xs);text-transform:uppercase;letter-spacing:.24em;font-size:var(--text-xs);color:var(--color-muted)}.page-module__rS8d_W__faceSearchTitle{font-size:var(--text-lg);color:var(--color-ink);font-weight:400;line-height:var(--line-height-titles);max-width:110px;margin:0}.page-module__rS8d_W__faceSearchActions{align-items:center;gap:var(--space-sm);display:flex}.page-module__rS8d_W__faceSearchActionButton,.page-module__rS8d_W__faceSearchCloseButton{cursor:pointer;border:none;transition:transform .3s cubic-bezier(.075,.82,.165,1)}.page-module__rS8d_W__faceSearchActionButton:active,.page-module__rS8d_W__faceSearchCloseButton:active{transform:scale(.98)}.page-module__rS8d_W__faceSearchActionButton{background:color-mix(in srgb, var(--color-highlight) 58%, white);width:50px;height:50px;color:var(--color-ink);border-radius:50%;place-items:center;display:grid}.page-module__rS8d_W__faceSearchCloseButton{background:var(--color-white);width:50px;height:50px;color:var(--color-rose);border-radius:50%;place-items:center;display:grid}.page-module__rS8d_W__galleryTitle{font-size:var(--text-xl);color:var(--color-ink);margin-bottom:var(--space-xs);font-weight:400}.page-module__rS8d_W__gallerySubtitle{font-size:var(--text-md);color:var(--color-ink);font-weight:400;line-height:var(--line-height-body);margin-bottom:0}.page-module__rS8d_W__photoFeed{gap:var(--space-md);flex-direction:column;display:flex}.page-module__rS8d_W__photoGrid{width:100%;min-width:0}.page-module__rS8d_W__photoGridFallback{gap:var(--space-sm);grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;display:grid}.page-module__rS8d_W__photoMasonry{width:100%}.page-module__rS8d_W__photoVertical{grid-template-columns:minmax(0,1fr);gap:60px;display:grid}.page-module__rS8d_W__viewSwitcher{border:1px solid var(--color-border);background:var(--color-card);border-radius:999px;align-self:flex-start;align-items:center;gap:4px;padding:4px;display:inline-flex}.page-module__rS8d_W__viewControls{justify-content:space-between;align-items:center;gap:var(--space-sm);width:100%;min-width:0;display:flex}.page-module__rS8d_W__viewButton{color:var(--color-ink);font-size:var(--text-sm);cursor:pointer;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;gap:6px;padding:6px 12px;font-weight:400;transition:background-color .15s ease-in-out;display:inline-flex}.page-module__rS8d_W__viewButtonActive{background:var(--color-ink);color:var(--color-white)}.page-module__rS8d_W__galleryEndControls{align-items:center;gap:6px;display:inline-flex}.page-module__rS8d_W__challengeViewButton{background:color-mix(in srgb, var(--color-highlight) 58%, white);width:38px;height:38px;color:var(--color-ink);cursor:pointer;border:none;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;transition:background-color .15s ease-in-out,color .15s ease-in-out,transform .3s cubic-bezier(.075,.82,.165,1);display:inline-flex}.page-module__rS8d_W__downloadAllButton{background:var(--color-card);border:none;border:1px solid var(--color-border);width:38px;height:38px;color:var(--color-ink);cursor:pointer;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;transition:background-color .15s ease-in-out,color .15s ease-in-out,transform .3s cubic-bezier(.075,.82,.165,1);display:inline-flex}.page-module__rS8d_W__downloadAllButton:active{transform:scale(.98)}.page-module__rS8d_W__downloadAllButton:disabled{opacity:.5;cursor:not-allowed}.page-module__rS8d_W__challengeViewButton:active{transform:scale(.98)}.page-module__rS8d_W__challengeViewButtonActive{background:var(--color-ink);border-color:var(--color-ink);color:var(--color-white)}.page-module__rS8d_W__loadingMoreWrap{padding:var(--space-md) 0;grid-column:1/-1;justify-content:center;display:flex}.page-module__rS8d_W__loadingMore{align-items:center;gap:var(--space-xs);font-size:var(--text-sm);color:var(--color-muted);display:inline-flex}.page-module__rS8d_W__loadingSpinner{border:2px solid var(--color-border);border-top-color:var(--color-rose);border-radius:999px;width:16px;height:16px;animation:.8s linear infinite page-module__rS8d_W__spin}.page-module__rS8d_W__emptyState{padding:var(--space-xl);text-align:center;color:var(--color-ink);background:var(--color-highlight-soft);border-radius:20px;grid-column:1/-1;width:100%}.page-module__rS8d_W__galleryTabs{margin-bottom:var(--space-md);gap:8px;display:flex}.page-module__rS8d_W__tabButton{background:var(--color-cream);color:var(--color-ink);font-size:var(--text-md);cursor:pointer;border:none;border-radius:999px;align-items:center;gap:8px;padding:6px 12px;font-weight:400;transition:all .15s ease-in-out;display:flex}.page-module__rS8d_W__tabActive{background:var(--color-ink);color:var(--color-white)}.page-module__rS8d_W__tabActive:hover{background:var(--color-ink)}.page-module__rS8d_W__tabBadge{background:var(--color-rose);color:var(--color-white);font-size:var(--text-xs);text-align:center;border-radius:999px;min-width:20px;padding:2px 8px;font-weight:400}.page-module__rS8d_W__hiddenInput{display:none}.page-module__rS8d_W__srOnly{clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.page-module__rS8d_W__errorCard{flex-direction:column;gap:5px;display:flex}.page-module__rS8d_W__errorCard span{font-size:var(--text-md);line-height:var(--line-height-body);color:var(--color-rose);font-weight:400}.page-module__rS8d_W__errorCard h1{line-height:var(--line-height-titles);color:var(--color-ink);font-weight:700}.page-module__rS8d_W__errorCard p{font-size:var(--text-md);line-height:var(--line-height-body);color:var(--color-muted);font-weight:400}@media (min-width:768px){.page-module__rS8d_W__content{align-items:center;column-gap:var(--space-xl);row-gap:var(--space-xs);grid-template-columns:1fr auto;grid-template-areas:"back back""challenge challenge""sparks sparks""title actions""stats actions""preview preview""gallery gallery";display:grid}.page-module__rS8d_W__backLinkRow{grid-area:back}.page-module__rS8d_W__sparksRowWrapper{grid-area:sparks}.page-module__rS8d_W__challengePanelRow{grid-area:challenge;justify-content:center;display:flex}.page-module__rS8d_W__challengePanelRow>*{width:min(100%,420px)}.page-module__rS8d_W__eventName{grid-area:title;margin:0}.page-module__rS8d_W__statsBlock{grid-area:stats;margin-bottom:0}.page-module__rS8d_W__mainActions{grid-area:actions;margin-bottom:0}.page-module__rS8d_W__gallerySection{margin-top:var(--space-xl);grid-area:gallery}.page-module__rS8d_W__galleryHeader{flex-direction:row;justify-content:space-between;align-items:flex-end}.page-module__rS8d_W__photoFeed{gap:var(--space-lg);grid-template-columns:repeat(3,1fr);display:grid}.page-module__rS8d_W__photoGrid{width:100%}.page-module__rS8d_W__photoGridFallback{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:900px){.page-module__rS8d_W__floatingUploadDock{width:min(fit-content, 100%);bottom:calc(var(--space-md) + env(safe-area-inset-bottom,0px))}.page-module__rS8d_W__uploadGif{width:100%;height:100%}}@media (max-width:400px){.page-module__rS8d_W__floatingUploadDock{border-radius:20px;padding:8px}.page-module__rS8d_W__btnMain{font-size:var(--text-md)}.page-module__rS8d_W__btnDockRound{width:50px;height:50px}.page-module__rS8d_W__btnPreviewAction{font-size:var(--text-md)}}@media (prefers-reduced-motion:reduce){.page-module__rS8d_W__floatingUploadDockActionsEntering,.page-module__rS8d_W__floatingUploadDockFaceSearch,.page-module__rS8d_W__floatingUploadDockPreview,.page-module__rS8d_W__floatingUploadDockPreviewClosing,.page-module__rS8d_W__previewSection,.page-module__rS8d_W__previewSectionClosing,.page-module__rS8d_W__mainActionsEntering,.page-module__rS8d_W__btnDockChallengeAccent:before{animation:none}}@keyframes page-module__rS8d_W__actionsDockEnter{0%{opacity:0;transform:translate(-50%)translateY(14px)scale(.985)}to{opacity:1;transform:translate(-50%)translateY(0)scale(1)}}@keyframes page-module__rS8d_W__actionsContentEnter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes page-module__rS8d_W__previewDockEnter{0%{opacity:0;transform:translate(-50%)translateY(32px)scale(.96)}58%{opacity:1;transform:translate(-50%)translateY(-4px)scale(1.006)}78%{transform:translate(-50%)translateY(1px)scale(.999)}to{opacity:1;transform:translate(-50%)translateY(0)scale(1)}}@keyframes page-module__rS8d_W__previewContentEnter{0%{opacity:0;transform:translateY(22px)scaleY(.94)}62%{opacity:1;transform:translateY(-3px)scaleY(1.008)}82%{transform:translateY(1px)scaleY(.998)}to{opacity:1;transform:translateY(0)scaleY(1)}}@keyframes page-module__rS8d_W__previewDockExit{0%{opacity:1;transform:translate(-50%)translateY(0)scale(1)}to{opacity:0;transform:translate(-50%)translateY(20px)scale(.985)}}@keyframes page-module__rS8d_W__previewContentExit{0%{opacity:1;transform:translateY(0)scaleY(1)}to{opacity:0;transform:translateY(16px)scaleY(.965)}}@keyframes page-module__rS8d_W__challengeDockRingSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes page-module__rS8d_W__spin{to{transform:rotate(360deg)}}.page-module__rS8d_W__bulkUploadBanner{top:var(--space-sm);z-index:5;gap:var(--space-xs);margin-bottom:var(--space-md);padding:var(--space-sm) var(--space-md);background:color-mix(in srgb, var(--color-card) 92%, transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:var(--shadow-super-soft);border:1px solid color-mix(in srgb, var(--color-rose) 18%, transparent);border-radius:14px;flex-direction:column;display:flex;position:sticky}.page-module__rS8d_W__bulkUploadBannerRow{align-items:center;gap:var(--space-sm);display:flex}.page-module__rS8d_W__bulkUploadBannerSpinner{border:2px solid color-mix(in srgb, var(--color-rose) 25%, transparent);border-top-color:var(--color-rose);border-radius:50%;flex-shrink:0;width:16px;height:16px;animation:.8s linear infinite page-module__rS8d_W__spin}.page-module__rS8d_W__bulkUploadBannerLabel{font-size:var(--text-sm);color:var(--color-ink);font-weight:600}.page-module__rS8d_W__bulkUploadBannerTrack{background:color-mix(in srgb, var(--color-rose) 14%, transparent);border-radius:999px;width:100%;height:5px;overflow:hidden}.page-module__rS8d_W__bulkUploadBannerFill{background:var(--color-rose);border-radius:999px;height:100%;transition:width .3s}
.LegalNotice-module__LD-oYa__legalFooter{font-size:var(--text-sm);line-height:var(--line-height-body);color:var(--color-muted);text-align:center;margin:0}.LegalNotice-module__LD-oYa__legalFooter a{color:var(--color-ink);text-underline-offset:2px;text-decoration:underline;transition:color .15s ease-in-out}.LegalNotice-module__LD-oYa__legalFooter a:hover{color:var(--color-rose)}
.GuestNameModal-module__ytlSUq__overlay{padding:var(--space-lg);z-index:30;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:GuestNameModal-module__ytlSUq__backdropFadeIn var(--duration-modal-in) var(--ease-modal-in);background:#1f1f1fb3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.GuestNameModal-module__ytlSUq__modal{background:var(--color-card);border-radius:var(--radius-lg);width:min(480px,100%);padding:var(--space-md);border:1px solid var(--color-border);gap:var(--space-lg);animation:GuestNameModal-module__ytlSUq__modalZoomIn var(--duration-modal-in) var(--ease-modal-in);transform-origin:50%;display:grid}@keyframes GuestNameModal-module__ytlSUq__backdropFadeIn{0%{opacity:0}to{opacity:1}}@keyframes GuestNameModal-module__ytlSUq__modalZoomIn{0%{opacity:0;transform:scale(.88)}to{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion:reduce){.GuestNameModal-module__ytlSUq__overlay,.GuestNameModal-module__ytlSUq__modal{animation:none}}.GuestNameModal-module__ytlSUq__header{gap:var(--space-xs);text-align:center;display:grid}.GuestNameModal-module__ytlSUq__header h2{font-size:var(--text-xl);color:var(--color-ink);margin:0;font-weight:900}.GuestNameModal-module__ytlSUq__eventName{font-size:var(--text-md);color:var(--color-muted);margin:0}.GuestNameModal-module__ytlSUq__form{gap:var(--space-lg);display:grid}.GuestNameModal-module__ytlSUq__field{gap:var(--space-xs);display:grid}.GuestNameModal-module__ytlSUq__label{font-size:var(--text-md);color:var(--color-ink)}.GuestNameModal-module__ytlSUq__input{border-radius:var(--radius-sm);border:1px solid var(--color-border);font-size:var(--text-md);background:var(--color-card);color:var(--color-ink);padding:14px 16px;transition:border-color .2s}.GuestNameModal-module__ytlSUq__input:focus{border-color:var(--color-highlight);outline:none}.GuestNameModal-module__ytlSUq__input:disabled{opacity:.6;cursor:not-allowed}.GuestNameModal-module__ytlSUq__error{color:var(--color-rose-dark);font-size:var(--text-sm);margin:0}.GuestNameModal-module__ytlSUq__hint{color:var(--color-muted);font-size:var(--text-sm);margin:0}.GuestNameModal-module__ytlSUq__button{background:var(--color-ink);color:#fff;font-size:var(--text-md);cursor:pointer;border:none;border-radius:20px;padding:14px 24px;font-weight:400;transition:background-color .2s}.GuestNameModal-module__ytlSUq__button:hover:not(:disabled){background:var(--color-rose-dark)}.GuestNameModal-module__ytlSUq__button:disabled{opacity:.6;cursor:not-allowed}@media (max-width:720px){.GuestNameModal-module__ytlSUq__modal{padding:var(--space-lg)}.GuestNameModal-module__ytlSUq__header h2{font-size:var(--text-lg)}}
.PanelBackLink-module__5TwKrq__backButton{color:var(--color-muted);font-size:var(--text-md);cursor:pointer;background-color:#0000;border:none;justify-content:center;align-items:center;gap:8px;margin-top:10px;margin-bottom:30px;transition:opacity .2s;display:flex}.PanelBackLink-module__5TwKrq__iconCircle{background-color:var(--color-highlight-soft);width:30px;height:30px;color:var(--color-ink);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background-color .2s;display:flex}.PanelBackLink-module__5TwKrq__backButton:hover .PanelBackLink-module__5TwKrq__iconCircle{background-color:var(--color-highlight-medium)}
.EventUpgradesModal-module__C2sCgq__overlay{padding:var(--space-lg);z-index:20;animation:EventUpgradesModal-module__C2sCgq__backdropFadeIn var(--duration-modal-in) var(--ease-modal-in);background:#1f1f1f80;justify-content:center;align-items:center;display:flex;position:fixed;inset:0;overflow-y:auto}.EventUpgradesModal-module__C2sCgq__modal{width:min(520px,100%);max-height:calc(100dvh - var(--space-lg) - var(--space-lg));background:var(--color-card);border-radius:var(--radius-lg);padding:var(--space-lg);border:1px solid var(--color-border);box-shadow:var(--shadow-soft);gap:var(--space-md);animation:EventUpgradesModal-module__C2sCgq__modalZoomIn var(--duration-modal-in) var(--ease-modal-in);transform-origin:50%;display:grid;overflow-y:auto}.EventUpgradesModal-module__C2sCgq__overlayClosing{animation:EventUpgradesModal-module__C2sCgq__backdropFadeOut var(--duration-modal-out) var(--ease-modal-out) forwards}.EventUpgradesModal-module__C2sCgq__modalClosing{animation:EventUpgradesModal-module__C2sCgq__modalZoomOut var(--duration-modal-out) var(--ease-modal-out) forwards}@keyframes EventUpgradesModal-module__C2sCgq__backdropFadeIn{0%{opacity:0}to{opacity:1}}@keyframes EventUpgradesModal-module__C2sCgq__backdropFadeOut{0%{opacity:1}to{opacity:0}}@keyframes EventUpgradesModal-module__C2sCgq__modalZoomIn{0%{opacity:0;transform:scale(.88)}to{opacity:1;transform:scale(1)}}@keyframes EventUpgradesModal-module__C2sCgq__modalZoomOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.88)}}@media (prefers-reduced-motion:reduce){.EventUpgradesModal-module__C2sCgq__overlay,.EventUpgradesModal-module__C2sCgq__overlayClosing,.EventUpgradesModal-module__C2sCgq__modal,.EventUpgradesModal-module__C2sCgq__modalClosing{animation:none}}.EventUpgradesModal-module__C2sCgq__header{justify-content:space-between;align-items:center;gap:var(--space-md);display:flex}.EventUpgradesModal-module__C2sCgq__header h2{font-size:var(--text-xl);color:var(--color-ink);font-weight:400}.EventUpgradesModal-module__C2sCgq__closeButton{background:var(--color-highlight-soft);width:32px;height:32px;color:var(--color-ink);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,transform .15s ease-in-out;display:inline-flex}.EventUpgradesModal-module__C2sCgq__closeButton:hover{background-color:var(--color-highlight-soft);border-color:var(--color-highlight-medium)}.EventUpgradesModal-module__C2sCgq__closeButton:focus-visible{border-color:var(--color-highlight);outline:none}.EventUpgradesModal-module__C2sCgq__closeButton:active{transform:scale(.96)}.EventUpgradesModal-module__C2sCgq__error{padding:var(--space-sm);border-radius:var(--radius-sm);background:color-mix(in oklab, var(--color-rose) 15%, white);color:var(--color-rose-dark);font-size:var(--text-sm);margin:0}.EventUpgradesModal-module__C2sCgq__intro{font-size:var(--text-sm);color:var(--color-muted);line-height:var(--line-height-body);margin:0}.EventUpgradesModal-module__C2sCgq__cards{gap:var(--space-md);display:grid}.EventUpgradesModal-module__C2sCgq__upgradeCard{padding:var(--space-md);background:var(--color-card);border:1px solid var(--color-border);border-radius:var(--radius-md);gap:var(--space-sm);display:grid}.EventUpgradesModal-module__C2sCgq__cardTop{align-items:flex-start;gap:var(--space-sm);display:flex}.EventUpgradesModal-module__C2sCgq__cardIcon{background:var(--color-highlight-soft);width:40px;height:40px;color:var(--color-ink);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.EventUpgradesModal-module__C2sCgq__cardInfo{flex-direction:column;gap:4px;display:flex}.EventUpgradesModal-module__C2sCgq__cardInfo strong{font-size:var(--text-md);color:var(--color-ink);font-weight:600}.EventUpgradesModal-module__C2sCgq__cardDescription{font-size:var(--text-sm);color:var(--color-muted);line-height:var(--line-height-body)}.EventUpgradesModal-module__C2sCgq__limitBreakdown{padding:var(--space-xs) var(--space-sm);background:var(--color-highlight-soft);font-size:var(--text-sm);border-radius:999px;justify-content:space-between;align-items:center;display:flex}.EventUpgradesModal-module__C2sCgq__limitLabel{color:var(--color-muted)}.EventUpgradesModal-module__C2sCgq__limitValue{color:var(--color-ink)}.EventUpgradesModal-module__C2sCgq__limitValue strong{font-weight:600}.EventUpgradesModal-module__C2sCgq__badge{padding:4px var(--space-sm);background:var(--color-highlight-soft);color:var(--color-ink);font-size:var(--text-sm);border-radius:999px;align-self:flex-start;align-items:center;font-weight:500;display:inline-flex}.EventUpgradesModal-module__C2sCgq__tierOptions{gap:var(--space-sm);display:grid}.EventUpgradesModal-module__C2sCgq__tierOption{justify-content:space-between;align-items:center;gap:var(--space-sm);padding:var(--space-sm) var(--space-md);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-card);display:flex}.EventUpgradesModal-module__C2sCgq__tierOptionXl{border-color:var(--color-highlight);background:var(--color-highlight-soft)}.EventUpgradesModal-module__C2sCgq__tierInfo{flex-direction:column;gap:4px;min-width:0;display:flex}.EventUpgradesModal-module__C2sCgq__tierName{align-items:center;gap:var(--space-xs);font-size:var(--text-md);color:var(--color-ink);flex-wrap:wrap;font-weight:600;display:inline-flex}.EventUpgradesModal-module__C2sCgq__tierDescription{font-size:var(--text-sm);color:var(--color-muted);line-height:var(--line-height-body)}.EventUpgradesModal-module__C2sCgq__savingsBadge{padding:3px var(--space-sm);background:var(--color-highlight);color:var(--color-ink);font-size:var(--text-xs);border-radius:999px;align-self:flex-start;font-weight:600}.EventUpgradesModal-module__C2sCgq__tierBuy{align-items:flex-end;gap:var(--space-xs);flex-direction:column;flex-shrink:0;display:flex}.EventUpgradesModal-module__C2sCgq__priceBlock{flex-direction:column;align-items:flex-end;line-height:1.1;display:flex}.EventUpgradesModal-module__C2sCgq__priceReference{font-size:var(--text-xs);color:var(--color-muted);text-decoration:line-through}.EventUpgradesModal-module__C2sCgq__price{font-size:var(--text-lg);color:var(--color-ink);font-weight:600}@media (max-width:720px){.EventUpgradesModal-module__C2sCgq__overlay{padding:var(--space-sm);align-items:flex-start}.EventUpgradesModal-module__C2sCgq__modal{max-height:calc(100dvh - var(--space-sm) - var(--space-sm));padding:var(--space-md)}.EventUpgradesModal-module__C2sCgq__header h2{font-size:var(--text-lg)}.EventUpgradesModal-module__C2sCgq__price{font-size:var(--text-md)}}
.EventLimitBadge-module__kzYNbW__wrapper{align-items:flex-start;gap:8px;width:fit-content;display:flex}.EventLimitBadge-module__kzYNbW__icon{color:var(--color-muted);flex-shrink:0;margin-top:1px}.EventLimitBadge-module__kzYNbW__content{flex-direction:column;gap:4px;display:flex}.EventLimitBadge-module__kzYNbW__counter{font-size:var(--text-md);color:var(--color-muted);font-weight:400;line-height:1}.EventLimitBadge-module__kzYNbW__counter.EventLimitBadge-module__kzYNbW__counterAtLimit{color:var(--color-rose)}.EventLimitBadge-module__kzYNbW__upgradeNudge{font-size:var(--text-sm);color:var(--color-muted);width:fit-content;text-decoration:none;transition:color .2s}.EventLimitBadge-module__kzYNbW__upgradeNudge:hover{color:var(--color-ink)}
.LogoutButton-module__atPMTG__logoutButton{background-color:var(--color-rose);width:100%;color:var(--color-white);font-size:var(--text-md);text-align:left;cursor:pointer;border:none;border-radius:20px;justify-content:space-between;align-items:center;padding:12px 12px 12px 24px;font-weight:400;transition:all .2s;display:flex}.LogoutButton-module__atPMTG__logoutButton:disabled{opacity:.7;cursor:not-allowed}.LogoutButton-module__atPMTG__iconWrapper{background-color:#ffffff40;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;transition:background-color .2s;display:flex}
.templates-module__z4Zalq__sheet{box-sizing:border-box;width:100%;font-family:var(--font-dm-sans);letter-spacing:-.03em;color:var(--color-ink);background:var(--color-white);-webkit-print-color-adjust:exact;print-color-adjust:exact;position:relative;overflow:hidden;container-type:inline-size}.templates-module__z4Zalq__sheetA6{aspect-ratio:105/148}.templates-module__z4Zalq__sheetA4{aspect-ratio:210/297}.templates-module__z4Zalq__sheetStory{aspect-ratio:1080/1920}.templates-module__z4Zalq__classico{background:var(--color-ink);color:var(--color-white)}.templates-module__z4Zalq__rosa{background:var(--color-highlight);color:var(--color-ink)}.templates-module__z4Zalq__foto{color:var(--color-white)}.templates-module__z4Zalq__fotoBg{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;inset:0}.templates-module__z4Zalq__fotoOverlay{z-index:1;background:linear-gradient(#67283a8c 0%,#67283ad9 100%);position:absolute;inset:0}.templates-module__z4Zalq__classico .templates-module__z4Zalq__glow{z-index:0;background:radial-gradient(circle at 50% 18%,#febcca47 0%,#febcca00 55%);position:absolute;inset:0}.templates-module__z4Zalq__body{z-index:2;box-sizing:border-box;text-align:center;flex-direction:column;justify-content:space-between;align-items:center;height:100%;padding:8cqw;display:flex;position:relative}.templates-module__z4Zalq__brand{justify-content:center;align-items:center;gap:2cqw;display:flex}.templates-module__z4Zalq__brandLogo{object-fit:contain;width:auto;height:4.5cqw}.templates-module__z4Zalq__kicker{text-transform:uppercase;letter-spacing:.24em;opacity:.85;font-size:2.6cqw;font-weight:600}.templates-module__z4Zalq__title{letter-spacing:-.05em;margin:2cqw 0;font-size:12cqw;font-weight:900;line-height:1.02}.templates-module__z4Zalq__message{opacity:.6;text-align:center;border-top:.15cqw solid;max-width:80%;margin-top:5cqw;margin-left:auto;margin-right:auto;padding-top:4cqw;font-size:3.6cqw;font-weight:400;line-height:1.25}.templates-module__z4Zalq__meta{flex-direction:column;gap:.8cqw;margin-top:3cqw;display:flex}.templates-module__z4Zalq__metaDate{text-transform:uppercase;letter-spacing:.18em;opacity:.85;font-size:3.2cqw;font-weight:700}.templates-module__z4Zalq__metaLocation{opacity:.5;font-size:2.6cqw;font-weight:400}.templates-module__z4Zalq__qrWrap{flex-direction:column;align-items:center;gap:2.5cqw;display:flex}.templates-module__z4Zalq__qrCard{background:var(--color-white);border-radius:4cqw;width:38cqw;padding:3cqw;box-shadow:0 2cqw 6cqw #0000002e}:is(.templates-module__z4Zalq__qrCard svg,.templates-module__z4Zalq__qrCard canvas){display:block;width:100%!important;height:auto!important}.templates-module__z4Zalq__qrHint{opacity:.9;font-size:2.8cqw;font-weight:600}.templates-module__z4Zalq__tagline{opacity:.85;font-size:2.8cqw;font-weight:600}.templates-module__z4Zalq__shortLink{opacity:.8;word-break:break-all;font-size:2.6cqw;font-weight:600}.templates-module__z4Zalq__classico .templates-module__z4Zalq__accent,.templates-module__z4Zalq__foto .templates-module__z4Zalq__accent{color:var(--color-highlight)}.templates-module__z4Zalq__rosa .templates-module__z4Zalq__accent{color:var(--color-rose)}.templates-module__z4Zalq__foto .templates-module__z4Zalq__kicker,.templates-module__z4Zalq__foto .templates-module__z4Zalq__message,.templates-module__z4Zalq__foto .templates-module__z4Zalq__metaDate,.templates-module__z4Zalq__foto .templates-module__z4Zalq__metaLocation,.templates-module__z4Zalq__foto .templates-module__z4Zalq__qrHint,.templates-module__z4Zalq__foto .templates-module__z4Zalq__tagline,.templates-module__z4Zalq__foto .templates-module__z4Zalq__shortLink{opacity:1}.templates-module__z4Zalq__tableSign .templates-module__z4Zalq__title{font-size:12cqw}.templates-module__z4Zalq__tableSign .templates-module__z4Zalq__qrCard{width:46cqw}.templates-module__z4Zalq__messageHero{letter-spacing:-.04em;text-align:center;flex:1;justify-content:center;align-items:center;max-width:88%;margin:0 auto;font-size:9cqw;font-weight:800;line-height:1.08;display:flex}.templates-module__z4Zalq__messageFooter{border-top:.15cqw solid;flex-direction:row;justify-content:space-between;align-items:center;gap:3cqw;width:100%;padding-top:4cqw;display:flex}.templates-module__z4Zalq__messageEventInfo{text-align:left;flex-direction:column;flex:1;gap:.6cqw;display:flex}.templates-module__z4Zalq__messageEventName{letter-spacing:-.02em;font-size:3.2cqw;font-weight:700}.templates-module__z4Zalq__messageEventMeta{font-size:2.4cqw;font-weight:400}.templates-module__z4Zalq__messageQrWrap{flex-shrink:0}.templates-module__z4Zalq__messageQr{background:var(--color-white);border-radius:2cqw;width:18cqw;padding:1.5cqw}:is(.templates-module__z4Zalq__messageQr svg,.templates-module__z4Zalq__messageQr canvas){display:block;width:100%!important;height:auto!important}.templates-module__z4Zalq__stickerSheet{box-sizing:border-box;background:var(--color-white);grid-template-columns:repeat(3,1fr);gap:4cqw;height:100%;padding:6cqw;display:grid}.templates-module__z4Zalq__sticker{border:.4cqw dashed var(--color-border);text-align:center;border-radius:4cqw;flex-direction:column;justify-content:center;align-items:center;gap:1.5cqw;padding:3cqw 2cqw;display:flex}.templates-module__z4Zalq__stickerQr{width:70%}:is(.templates-module__z4Zalq__stickerQr svg,.templates-module__z4Zalq__stickerQr canvas){display:block;width:100%!important;height:auto!important}.templates-module__z4Zalq__stickerHint{color:var(--color-ink);font-size:2.4cqw;font-weight:600;line-height:1.1}
.page-module___xUOsW__page{gap:var(--space-lg);padding-bottom:var(--space-xl);flex-direction:column;display:flex}.page-module___xUOsW__headerRow{justify-content:space-between;align-items:center;gap:var(--space-sm);display:flex}.page-module___xUOsW__headerActions{align-items:center;gap:var(--space-xs);display:flex}.page-module___xUOsW__title{font-size:var(--text-xl);line-height:var(--line-height-body);color:var(--color-ink);margin:0;font-weight:400}.page-module___xUOsW__zipButton{justify-content:center;align-items:center;gap:var(--space-xs);background:var(--color-ink);color:var(--color-white);font-size:var(--text-sm);cursor:pointer;border:none;border-radius:999px;padding:6px 12px;display:inline-flex}.page-module___xUOsW__zipButton:disabled{opacity:.6;cursor:not-allowed}.page-module___xUOsW__zipButtonText{display:none}@media (max-width:399px){.page-module___xUOsW__zipButton{width:34px;height:34px;padding:0}}@media (min-width:400px){.page-module___xUOsW__zipButtonText{display:inline}}.page-module___xUOsW__selectButton{border:1px solid var(--color-border);background:var(--color-card);color:var(--color-ink);font-size:var(--text-sm);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;padding:6px 12px;display:inline-flex}.page-module___xUOsW__bulkBar{z-index:50;padding:var(--space-sm) var(--space-md);background:var(--color-card);border-top:1px solid var(--color-border);position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 16px #00000014}.page-module___xUOsW__bulkBarInner{justify-content:space-between;align-items:center;gap:var(--space-sm);max-width:640px;margin:0 auto;display:flex}.page-module___xUOsW__bulkCount{font-size:var(--text-sm);color:var(--color-muted)}.page-module___xUOsW__bulkBarActions{align-items:center;gap:var(--space-xs);display:flex}.page-module___xUOsW__bulkCancelButton{border:1px solid var(--color-border);color:var(--color-ink);font-size:var(--text-sm);cursor:pointer;background:0 0;border-radius:999px;justify-content:center;align-items:center;padding:6px 16px;display:inline-flex}.page-module___xUOsW__bulkCancelButton:disabled{opacity:.6;cursor:not-allowed}.page-module___xUOsW__bulkDeleteButton{background:var(--color-rose);color:var(--color-white);font-size:var(--text-sm);cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;padding:6px 16px;display:inline-flex}.page-module___xUOsW__bulkDeleteButton:disabled{opacity:.6;cursor:not-allowed}.page-module___xUOsW__emptyState{padding:var(--space-xl);text-align:center;color:var(--color-ink);background:var(--color-highlight-soft);border-radius:20px}.page-module___xUOsW__groupsContainer{flex-direction:column;gap:40px;display:flex}.page-module___xUOsW__loadingMoreWrap{padding:var(--space-md) 0;justify-content:center;display:flex}.page-module___xUOsW__loadingMore{align-items:center;gap:var(--space-xs);font-size:var(--text-sm);color:var(--color-muted);display:inline-flex}.page-module___xUOsW__loadingSpinner{border:2px solid var(--color-border);border-top-color:var(--color-rose);border-radius:999px;width:16px;height:16px;animation:.8s linear infinite page-module___xUOsW__spin}.page-module___xUOsW__dateSection{gap:var(--space-sm);flex-direction:column;display:flex}.page-module___xUOsW__eventGroups{gap:var(--space-lg);flex-direction:column;display:flex}.page-module___xUOsW__eventGroup{gap:var(--space-sm);flex-direction:column;display:flex}.page-module___xUOsW__groupHeading{justify-content:space-between;align-items:flex-end;gap:var(--space-sm);display:flex}.page-module___xUOsW__groupMeta{gap:var(--space-xs);flex-direction:column;display:flex}.page-module___xUOsW__dateHeading{font-size:var(--text-lg);color:var(--color-muted);text-transform:lowercase;margin:0;font-weight:500;line-height:1.3}.page-module___xUOsW__eventInfo{flex-direction:column;display:flex}.page-module___xUOsW__eventZipButton{background:var(--color-highlight-soft);color:var(--color-ink);cursor:pointer;border:none;border-radius:999px;flex:0 0 30px;justify-content:center;align-self:flex-start;align-items:center;width:30px;height:30px;padding:0;display:inline-flex}.page-module___xUOsW__eventZipButton:disabled{opacity:.6;cursor:not-allowed}.page-module___xUOsW__eventHeading{font-size:var(--text-md);line-height:var(--line-height-body);color:var(--color-ink);margin:0;font-weight:600}.page-module___xUOsW__locationText{font-size:var(--text-sm);line-height:var(--line-height-body);color:var(--color-muted);margin:0}.page-module___xUOsW__grid{gap:var(--space-sm);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}@media (min-width:768px){.page-module___xUOsW__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:767px){.page-module___xUOsW__groupHeading{align-items:stretch}}@media (min-width:1280px){.page-module___xUOsW__grid{grid-template-columns:repeat(6,minmax(0,1fr))}}@keyframes page-module___xUOsW__spin{to{transform:rotate(360deg)}}
.page-module__8Njheq__page{flex-direction:column;gap:50px;display:flex}.page-module__8Njheq__card{background:var(--color-card);border-radius:var(--radius-lg);gap:var(--space-md);display:grid}.page-module__8Njheq__cardHeader{justify-content:space-between;align-items:flex-start;gap:var(--space-md);flex-wrap:wrap;display:flex}.page-module__8Njheq__cardHeader h1{font-size:var(--text-xl);font-weight:400;line-height:1.1em}.page-module__8Njheq__kicker{text-transform:uppercase;letter-spacing:.24em;font-size:var(--text-sm);color:var(--color-muted)}.page-module__8Njheq__subtitle{color:var(--color-muted)}.page-module__8Njheq__form{gap:var(--space-md);display:grid}.page-module__8Njheq__formGrid{gap:var(--space-lg);grid-template-columns:minmax(0,1fr);display:grid}.page-module__8Njheq__formColumn{gap:var(--space-md);min-width:0;display:grid}@media (min-width:860px){.page-module__8Njheq__formGrid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start}}.page-module__8Njheq__field{gap:var(--space-xs);font-size:var(--text-md);color:var(--color-ink);display:grid}.page-module__8Njheq__field input{border-radius:var(--radius-sm);border:1px solid var(--color-border);font-size:var(--text-md);color:var(--color-ink);padding:12px 14px}.page-module__8Njheq__field input:focus{border-color:var(--color-highlight);outline:none}.page-module__8Njheq__formActions{justify-content:flex-end;gap:var(--space-sm);margin-top:var(--space-md);display:flex}.page-module__8Njheq__formError{padding:var(--space-sm);border-radius:var(--radius-sm);color:var(--color-rose-dark);font-size:var(--text-md);background:#c65d5d1f}.page-module__8Njheq__formSuccess{padding:var(--space-sm);border-radius:var(--radius-sm);color:#1f6b4b;font-size:var(--text-md);background:#1f6b4b1f}.page-module__8Njheq__fieldHint{font-size:var(--text-sm);color:var(--color-muted)}.page-module__8Njheq__readOnlyInput{color:var(--color-muted);cursor:not-allowed;background:#f4f1ed}.page-module__8Njheq__passwordRequirements{font-size:var(--text-sm);color:var(--color-muted);gap:6px;display:grid}.page-module__8Njheq__passwordRequirement{align-items:center;gap:6px;display:flex}.page-module__8Njheq__passwordRequirementMet{color:#1f6b4b}.page-module__8Njheq__passwordWrapper{width:100%;display:flex;position:relative}.page-module__8Njheq__passwordWrapper input{flex:1;width:100%;padding-right:44px}.page-module__8Njheq__passwordToggle{cursor:pointer;color:var(--color-muted);background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:inline-flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.page-module__8Njheq__logOutSection{justify-content:center;display:flex}@media (max-width:720px){.page-module__8Njheq__formActions{justify-content:flex-start}}
.CreateEventModal-module__CCa-zG__modalOverlay{padding:var(--space-lg);z-index:20;animation:CreateEventModal-module__CCa-zG__backdropFadeIn var(--duration-modal-in) var(--ease-modal-in);background:#1f1f1f80;justify-content:center;align-items:center;display:flex;position:fixed;inset:0;overflow-y:auto}.CreateEventModal-module__CCa-zG__modal{width:min(560px,100%);max-height:calc(100dvh - var(--space-lg) - var(--space-lg));background:var(--color-card);border-radius:var(--radius-lg);padding:var(--space-lg);border:1px solid var(--color-border);box-shadow:var(--shadow-soft);gap:var(--space-md);animation:CreateEventModal-module__CCa-zG__modalZoomIn var(--duration-modal-in) var(--ease-modal-in);transform-origin:50%;display:grid;overflow-y:auto}.CreateEventModal-module__CCa-zG__overlayClosing{animation:CreateEventModal-module__CCa-zG__backdropFadeOut var(--duration-modal-out) var(--ease-modal-out) forwards}.CreateEventModal-module__CCa-zG__modalClosing{animation:CreateEventModal-module__CCa-zG__modalZoomOut var(--duration-modal-out) var(--ease-modal-out) forwards}@keyframes CreateEventModal-module__CCa-zG__backdropFadeIn{0%{opacity:0}to{opacity:1}}@keyframes CreateEventModal-module__CCa-zG__backdropFadeOut{0%{opacity:1}to{opacity:0}}@keyframes CreateEventModal-module__CCa-zG__modalZoomIn{0%{opacity:0;transform:scale(.88)}to{opacity:1;transform:scale(1)}}@keyframes CreateEventModal-module__CCa-zG__modalZoomOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.88)}}@media (prefers-reduced-motion:reduce){.CreateEventModal-module__CCa-zG__modalOverlay,.CreateEventModal-module__CCa-zG__overlayClosing,.CreateEventModal-module__CCa-zG__modal,.CreateEventModal-module__CCa-zG__modalClosing{animation:none}}.CreateEventModal-module__CCa-zG__modalHeader{justify-content:space-between;align-items:flex-start;gap:var(--space-md);display:flex}.CreateEventModal-module__CCa-zG__modalHeader>div{flex-direction:column;gap:6px;display:flex}.CreateEventModal-module__CCa-zG__modalHeader h2{font-size:var(--text-xl);font-weight:400}.CreateEventModal-module__CCa-zG__modalClose{background:var(--color-highlight-soft);width:32px;height:32px;color:var(--color-ink);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,transform .15s ease-in-out;display:inline-flex}.CreateEventModal-module__CCa-zG__modalClose:hover{background-color:var(--color-highlight-soft);border-color:var(--color-highlight-medium)}.CreateEventModal-module__CCa-zG__modalClose:focus-visible{border-color:var(--color-highlight);outline:none}.CreateEventModal-module__CCa-zG__modalClose:active{transform:scale(.96)}.CreateEventModal-module__CCa-zG__form{gap:var(--space-md);display:grid}.CreateEventModal-module__CCa-zG__field{gap:var(--space-xs);font-size:var(--text-md);display:grid}.CreateEventModal-module__CCa-zG__field input{border-radius:var(--radius-sm);border:1px solid var(--color-border);font-size:var(--text-md);color:var(--color-ink);background-color:var(--color-card);min-height:46px;padding:12px 14px;font-family:inherit;line-height:1.4}.CreateEventModal-module__CCa-zG__field input[type=date],.CreateEventModal-module__CCa-zG__field input[type=datetime-local]{appearance:auto}.CreateEventModal-module__CCa-zG__field input[type=date]::-webkit-date-and-time-value{text-align:left}.CreateEventModal-module__CCa-zG__field input[type=datetime-local]::-webkit-date-and-time-value{text-align:left}.CreateEventModal-module__CCa-zG__formActions{justify-content:flex-end;gap:var(--space-sm);margin-top:10px;display:flex}.CreateEventModal-module__CCa-zG__fieldError{color:var(--color-rose-dark);font-size:var(--text-md)}.CreateEventModal-module__CCa-zG__formError{padding:var(--space-sm);border-radius:var(--radius-sm);background:color-mix(in oklab, var(--color-rose) 15%, white);color:var(--color-rose-dark);font-size:var(--text-md);flex-direction:column;gap:6px;display:flex}.CreateEventModal-module__CCa-zG__upgradeHint{font-size:var(--text-sm);color:var(--color-muted)}.CreateEventModal-module__CCa-zG__upgradeLink{color:var(--color-rose-dark);text-underline-offset:2px;font-weight:500;text-decoration:underline;transition:opacity .15s ease-in-out}.CreateEventModal-module__CCa-zG__upgradeLink:hover{opacity:.75}.CreateEventModal-module__CCa-zG__optionsGrid{gap:var(--space-md);margin-top:var(--space-xs);grid-template-columns:1fr 1fr;display:grid}.CreateEventModal-module__CCa-zG__optionCard{padding:var(--space-md);border:1px solid var(--color-border);border-radius:var(--radius-md);cursor:pointer;background:var(--color-card);flex-direction:column;gap:8px;transition:all .2s;display:flex;position:relative}.CreateEventModal-module__CCa-zG__optionCard:hover{border-color:var(--color-highlight)}.CreateEventModal-module__CCa-zG__optionCard:has(input:disabled){opacity:.65;cursor:not-allowed;pointer-events:none}.CreateEventModal-module__CCa-zG__optionCard:has(input:disabled):hover{border-color:var(--color-border)}.CreateEventModal-module__CCa-zG__optionCard:has(input:checked){border-color:var(--color-highlight);background:color-mix(in oklab, var(--color-highlight) 20%, white);box-shadow:0 0 0 1px var(--color-highlight)}.CreateEventModal-module__CCa-zG__optionCard span{font-size:var(--text-md);color:var(--color-muted);line-height:var(--line-height-body)}.CreateEventModal-module__CCa-zG__optionCard strong{font-size:var(--text-md);color:var(--color-ink);justify-content:space-between;align-items:center;gap:var(--space-xs);font-weight:400;display:flex}.CreateEventModal-module__CCa-zG__optionCard strong:after{content:"";border-radius:var(--radius-sm);border:1px solid var(--color-border);background:#fff;flex-shrink:0;width:18px;height:18px;transition:all .2s}.CreateEventModal-module__CCa-zG__optionCard:has(input:checked) strong:after{background:var(--color-highlight);border-color:var(--color-highlight);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:14px}.CreateEventModal-module__CCa-zG__optionCard input[type=checkbox]{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.CreateEventModal-module__CCa-zG__checkboxField span{line-height:var(--line-height-body)}@media (max-width:720px){.CreateEventModal-module__CCa-zG__modalOverlay{padding:var(--space-sm);align-items:flex-start}.CreateEventModal-module__CCa-zG__modal{max-height:calc(100dvh - var(--space-sm) - var(--space-sm));padding:var(--space-md)}.CreateEventModal-module__CCa-zG__field input::placeholder,.CreateEventModal-module__CCa-zG__field input,.CreateEventModal-module__CCa-zG__field,.CreateEventModal-module__CCa-zG__optionCard strong,.CreateEventModal-module__CCa-zG__optionCard span,.CreateEventModal-module__CCa-zG__fieldError,.CreateEventModal-module__CCa-zG__formError,.CreateEventModal-module__CCa-zG__checkboxField span{font-size:var(--text-sm)}}
.PlanUpgradeHint-module__IQKs_a__upgradeHint{color:var(--color-ink);max-width:100%;display:inline-flex}.PlanUpgradeHint-module__IQKs_a__text{font-size:var(--text-sm);color:var(--color-muted);text-wrap:balance}.PlanUpgradeHint-module__IQKs_a__text strong{color:var(--color-highlight);font-weight:600}.PlanUpgradeHint-module__IQKs_a__dark .PlanUpgradeHint-module__IQKs_a__text{color:#ffffff8c}.PlanUpgradeHint-module__IQKs_a__dark .PlanUpgradeHint-module__IQKs_a__text strong{color:var(--color-highlight)}
.SlideshowChallengeOverlay-module__-7FIhW__overlay{top:var(--safe-top);z-index:8;pointer-events:none;min-width:300px;position:absolute;left:50%;transform:translate(-50%)}.SlideshowChallengeOverlay-module__-7FIhW__overlayStage{z-index:8;width:100%;height:0;position:relative}.SlideshowChallengeOverlay-module__-7FIhW__overlayLayerActive{z-index:1;position:relative}.SlideshowChallengeOverlay-module__-7FIhW__overlayLayerExiting{z-index:2;pointer-events:none;position:absolute;inset:0}.SlideshowChallengeOverlay-module__-7FIhW__card,.SlideshowChallengeOverlay-module__-7FIhW__infoPanel,.SlideshowChallengeOverlay-module__-7FIhW__winnerPanel{isolation:isolate;position:relative;overflow:hidden}.SlideshowChallengeOverlay-module__-7FIhW__card:before,.SlideshowChallengeOverlay-module__-7FIhW__card:after,.SlideshowChallengeOverlay-module__-7FIhW__infoPanel:before,.SlideshowChallengeOverlay-module__-7FIhW__infoPanel:after,.SlideshowChallengeOverlay-module__-7FIhW__winnerPanel:before,.SlideshowChallengeOverlay-module__-7FIhW__winnerPanel:after{content:"";border-radius:inherit;pointer-events:none;position:absolute;inset:0}.SlideshowChallengeOverlay-module__-7FIhW__card:before,.SlideshowChallengeOverlay-module__-7FIhW__infoPanel:before,.SlideshowChallengeOverlay-module__-7FIhW__winnerPanel:before{opacity:.94;z-index:-2;background:radial-gradient(circle at 12% 18%,#ffffff2e,#0000 22%),radial-gradient(circle at 86% 12%,#ec414e29,#0000 26%),radial-gradient(circle at 50% 120%,#febcca29,#0000 30%);animation:6.5s ease-in-out infinite SlideshowChallengeOverlay-module__-7FIhW__slideshow-challenge-glow}.SlideshowChallengeOverlay-module__-7FIhW__card:after,.SlideshowChallengeOverlay-module__-7FIhW__infoPanel:after,.SlideshowChallengeOverlay-module__-7FIhW__winnerPanel:after{opacity:.62;z-index:-1;background:linear-gradient(115deg,#0000 0%,#ffffff0a 38%,#ffffff2e 50%,#ffffff0a 62%,#0000 100%);width:58%;height:180%;animation:7.8s linear infinite SlideshowChallengeOverlay-module__-7FIhW__slideshow-challenge-sheen;inset:-28% auto auto -24%;transform:translate(-120%)rotate(12deg)}.SlideshowChallengeOverlay-module__-7FIhW__card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);text-align:center;background:radial-gradient(circle at 0 0,#febcca42,#0000 34%),linear-gradient(145deg,#67283af0,#4e182ce6);border:1px solid #ffffff1f;border-radius:24px;gap:8px;padding:14px 18px;display:grid}.SlideshowChallengeOverlay-module__-7FIhW__infoPanel{border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:radial-gradient(circle at 0 0,#febcca3d,#0000 34%),linear-gradient(135deg,#67283af5,#4e182cf0);border:1px solid #ffffff1f;gap:6px;width:100%;padding:12px;display:grid}.SlideshowChallengeOverlay-module__-7FIhW__infoHeader{justify-content:space-between;align-items:flex-start;gap:var(--space-lg);z-index:1;flex-wrap:wrap;display:flex;position:relative}.SlideshowChallengeOverlay-module__-7FIhW__infoCopy{gap:var(--space-md);min-width:0;display:grid}.SlideshowChallengeOverlay-module__-7FIhW__infoHelperRow{justify-content:flex-start;align-items:center;gap:var(--space-md);width:100%;display:flex}.SlideshowChallengeOverlay-module__-7FIhW__infoTopRow{justify-content:space-between;align-items:flex-start;gap:var(--space-lg);background-color:var(--color-highlight-medium);border-radius:999px;width:100%;padding:6px 14px;display:flex}.SlideshowChallengeOverlay-module__-7FIhW__votingPanel{justify-items:center}.SlideshowChallengeOverlay-module__-7FIhW__votingHeader{justify-content:center}.SlideshowChallengeOverlay-module__-7FIhW__infoKicker{font-size:var(--text-lg);color:var(--color-white);flex:1;min-width:0;margin:0;font-weight:600}.SlideshowChallengeOverlay-module__-7FIhW__infoHelper{font-size:var(--text-md);line-height:var(--line-height-body);color:#fff;flex:1;min-width:0;max-width:380px;margin:0}.SlideshowChallengeOverlay-module__-7FIhW__infoHelperArtwork{pointer-events:none;filter:drop-shadow(0 10px 18px #67283a33);flex-shrink:0;order:-1;width:50px;height:50px;position:relative}.SlideshowChallengeOverlay-module__-7FIhW__infoHelperArtworkImage{object-fit:contain;object-position:center;filter:saturate(1.05)}.SlideshowChallengeOverlay-module__-7FIhW__infoCountdown{font-size:var(--text-lg);color:var(--color-white);text-align:right;flex-shrink:0;align-self:flex-start;margin:0;font-weight:400}.SlideshowChallengeOverlay-module__-7FIhW__votingCountdown{width:auto;font-size:var(--text-lg)}.SlideshowChallengeOverlay-module__-7FIhW__winnerPanel{align-items:center;gap:var(--space-lg);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:radial-gradient(circle at 0 0,#ffffff47,#0000 26%),linear-gradient(135deg,#febccafa,#ffd6abf5);border:1px solid #ffffff42;grid-template-columns:minmax(0,1fr) auto;width:100%;min-height:72px;padding:12px 18px;display:grid}.SlideshowChallengeOverlay-module__-7FIhW__bannerEnter,.SlideshowChallengeOverlay-module__-7FIhW__bannerExit{transform-origin:top;will-change:opacity, translate, scale, filter}.SlideshowChallengeOverlay-module__-7FIhW__bannerEnter{animation:.36s cubic-bezier(.2,.9,.2,1.08) both SlideshowChallengeOverlay-module__-7FIhW__slideshow-banner-bounce-in}.SlideshowChallengeOverlay-module__-7FIhW__bannerExit{animation:.24s cubic-bezier(.4,0,.2,1) both SlideshowChallengeOverlay-module__-7FIhW__slideshow-banner-bounce-out}.SlideshowChallengeOverlay-module__-7FIhW__winnerContent{min-width:0;display:grid}.SlideshowChallengeOverlay-module__-7FIhW__winnerLabel{font-size:var(--text-lg);color:var(--color-ink);margin:0;font-weight:400}.SlideshowChallengeOverlay-module__-7FIhW__winnerName{font-size:var(--text-lg);color:var(--color-ink);white-space:nowrap;text-overflow:ellipsis;margin:0;font-weight:900;overflow:hidden}.SlideshowChallengeOverlay-module__-7FIhW__winnerChallengeTitle{font-size:var(--text-md);color:color-mix(in srgb, var(--color-ink) 78%, transparent);white-space:nowrap;text-overflow:ellipsis;margin:0;font-weight:400;overflow:hidden}.SlideshowChallengeOverlay-module__-7FIhW__winnerMedia,.SlideshowChallengeOverlay-module__-7FIhW__winnerIcon{filter:drop-shadow(0 14px 22px #67283a2e);background:0 0;flex-shrink:0;width:64px;height:64px;position:relative;overflow:hidden}.SlideshowChallengeOverlay-module__-7FIhW__winnerMediaImage{object-fit:cover;transform:scale(1.02)}.SlideshowChallengeOverlay-module__-7FIhW__winnerIcon{color:var(--color-ink);justify-content:center;align-items:center;display:flex}.SlideshowChallengeOverlay-module__-7FIhW__kicker{letter-spacing:.16em;text-transform:uppercase;color:#f6f0e8b3;margin:0;font-size:11px;font-weight:700}.SlideshowChallengeOverlay-module__-7FIhW__title{font-size:var(--text-lg);line-height:var(--line-height-titles);color:#fff;margin:0;font-weight:600}.SlideshowChallengeOverlay-module__-7FIhW__countdown,.SlideshowChallengeOverlay-module__-7FIhW__winnerRow{font-size:var(--text-lg);margin:0;font-weight:400}.SlideshowChallengeOverlay-module__-7FIhW__countdown{color:var(--color-rose)}.SlideshowChallengeOverlay-module__-7FIhW__winnerRow{font-size:var(--text-md);color:var(--color-rose);justify-content:center;align-items:center;gap:8px;width:100%;display:inline-flex}.SlideshowChallengeOverlay-module__-7FIhW__link{pointer-events:auto;color:#1a1414;background:#fff7ec;border-radius:999px;justify-content:center;justify-self:center;align-items:center;padding:10px 16px;font-size:.92rem;font-weight:700;text-decoration:none;display:inline-flex}@keyframes SlideshowChallengeOverlay-module__-7FIhW__slideshow-challenge-glow{0%,to{opacity:.82;transform:scale(1)translate(0,0)}50%{opacity:1;transform:scale(1.05)translate(1.5%,-1%)}}@keyframes SlideshowChallengeOverlay-module__-7FIhW__slideshow-challenge-sheen{0%{transform:translate(-128%)rotate(12deg)}55%,to{transform:translate(220%)rotate(12deg)}}@keyframes SlideshowChallengeOverlay-module__-7FIhW__slideshow-banner-bounce-in{0%{opacity:0;filter:saturate(.92);translate:0 18px;scale:.96}62%{opacity:1;filter:saturate(1.04);translate:0 -8px;scale:1.018}to{opacity:1;filter:saturate();translate:0;scale:1}}@keyframes SlideshowChallengeOverlay-module__-7FIhW__slideshow-banner-bounce-out{0%{opacity:1;filter:saturate();translate:0;scale:1}to{opacity:0;filter:saturate(.94);translate:0 -14px;scale:.985}}@media (max-width:720px){.SlideshowChallengeOverlay-module__-7FIhW__overlay{width:calc(100% - 24px)}.SlideshowChallengeOverlay-module__-7FIhW__card{border-radius:18px;padding:12px 14px}.SlideshowChallengeOverlay-module__-7FIhW__infoPanel{border-radius:18px;padding:12px}.SlideshowChallengeOverlay-module__-7FIhW__winnerPanel{border-radius:18px;padding:12px 14px}}@media (prefers-reduced-motion:reduce){.SlideshowChallengeOverlay-module__-7FIhW__card:before,.SlideshowChallengeOverlay-module__-7FIhW__card:after,.SlideshowChallengeOverlay-module__-7FIhW__infoPanel:before,.SlideshowChallengeOverlay-module__-7FIhW__infoPanel:after,.SlideshowChallengeOverlay-module__-7FIhW__winnerPanel:before,.SlideshowChallengeOverlay-module__-7FIhW__winnerPanel:after{animation:none}.SlideshowChallengeOverlay-module__-7FIhW__bannerEnter,.SlideshowChallengeOverlay-module__-7FIhW__bannerExit{animation-duration:1ms}}
.WelcomeGuide-module__ZQNvjW__overlay{z-index:40;background:#fff;flex-direction:column;justify-content:center;gap:40px;display:flex;position:fixed;inset:0}.WelcomeGuide-module__ZQNvjW__track{flex:none;width:400%;transition:transform .3s ease-in-out;display:flex}.WelcomeGuide-module__ZQNvjW__slide{width:25%;min-height:360px;padding:0 var(--space-xl);justify-content:center;align-items:center;gap:var(--space-lg);text-align:center;flex-direction:column;display:flex}.WelcomeGuide-module__ZQNvjW__message{max-width:720px;color:var(--color-ink);font-size:var(--text-xxl);font-weight:400;line-height:var(--line-height-titles);margin:0}.WelcomeGuide-module__ZQNvjW__message strong{font-weight:700}.WelcomeGuide-module__ZQNvjW__imageWrap{justify-content:center;width:min(100%,720px);display:flex}.WelcomeGuide-module__ZQNvjW__image{object-fit:cover;border-radius:var(--radius-lg);width:100%;height:400px}.WelcomeGuide-module__ZQNvjW__pagination{justify-content:center;align-items:center;gap:var(--space-xs);width:100%;margin-top:-20px;display:flex}.WelcomeGuide-module__ZQNvjW__paginationDot{background:var(--color-cream);border-radius:999px;width:6px;height:6px;transition:width .15s ease-in-out,background-color .15s ease-in-out}.WelcomeGuide-module__ZQNvjW__paginationDotActive{background:var(--color-ink);width:32px}.WelcomeGuide-module__ZQNvjW__nav{justify-content:space-between;align-items:center;gap:var(--space-md);width:min(100%,760px);padding:0 var(--space-lg);margin:0 auto;display:flex}.WelcomeGuide-module__ZQNvjW__navEnd{justify-content:flex-end}.WelcomeGuide-module__ZQNvjW__navSpacer{width:120px;min-height:1px}@media (max-width:720px){.WelcomeGuide-module__ZQNvjW__slide{min-height:200px;padding:0 var(--space-lg);gap:30px}.WelcomeGuide-module__ZQNvjW__message{font-size:var(--text-lg);line-height:var(--line-height-titles)}.WelcomeGuide-module__ZQNvjW__imageWrap{width:100%}.WelcomeGuide-module__ZQNvjW__image{height:350px}.WelcomeGuide-module__ZQNvjW__pagination{margin-top:-20px}.WelcomeGuide-module__ZQNvjW__nav{width:100%;padding:0 var(--space-lg)}.WelcomeGuide-module__ZQNvjW__navSpacer{width:100px}}
.EventSuspensionButton-module__UQi0EW__button{justify-content:space-between;align-items:center;gap:var(--space-sm);background:var(--color-ink);width:100%;min-height:54px;color:var(--color-white);font-size:var(--text-md);text-align:left;cursor:pointer;appearance:none;border:1px solid #0000;border-radius:20px;padding:12px 12px 12px 24px;font-weight:400;transition:transform .3s cubic-bezier(.075,.82,.165,1),background-color .2s,border-color .2s,color .2s,opacity .2s;display:inline-flex}.EventSuspensionButton-module__UQi0EW__button:disabled{opacity:.6;cursor:not-allowed}.EventSuspensionButton-module__UQi0EW__label{text-align:left;flex:1}.EventSuspensionButton-module__UQi0EW__iconWrap{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.EventSuspensionButton-module__UQi0EW__suspend{border-color:var(--color-highlight);background:color-mix(in srgb, var(--color-rose) 8%, var(--color-card));color:var(--color-rose-dark)}.EventSuspensionButton-module__UQi0EW__suspend .EventSuspensionButton-module__UQi0EW__iconWrap{background:var(--color-highlight-medium);color:var(--color-rose-dark)}.EventSuspensionButton-module__UQi0EW__resume{background:var(--color-ink);color:var(--color-white)}.EventSuspensionButton-module__UQi0EW__resume .EventSuspensionButton-module__UQi0EW__iconWrap{color:var(--color-white);background-color:#fff3}
.KitClient-module__Y_nVOq__page{max-width:var(--content-max,1100px);gap:var(--space-lg);flex-direction:column;margin:0 auto;display:flex}.KitClient-module__Y_nVOq__title{font-size:var(--text-xl);letter-spacing:-.03em;color:var(--color-ink);margin:0;font-weight:900}.KitClient-module__Y_nVOq__layout{gap:var(--space-lg);grid-template-columns:320px 1fr;align-items:start;display:grid}.KitClient-module__Y_nVOq__controls{gap:var(--space-md);top:var(--space-md);flex-direction:column;display:flex;position:sticky}.KitClient-module__Y_nVOq__controlBlock{gap:var(--space-sm);flex-direction:column;display:flex}.KitClient-module__Y_nVOq__controlLabel{color:var(--color-ink);font-size:.85rem;font-weight:600}.KitClient-module__Y_nVOq__chipRow{gap:var(--space-xs);flex-wrap:wrap;display:flex}.KitClient-module__Y_nVOq__chip{border:1px solid var(--color-border);background:var(--color-white);color:var(--color-ink);cursor:pointer;border-radius:999px;padding:6px 14px;font-size:.85rem;font-weight:500;transition:background .2s}.KitClient-module__Y_nVOq__chip:hover{background:var(--color-highlight-soft)}.KitClient-module__Y_nVOq__chipActive{background:var(--color-ink);color:var(--color-white);border-color:var(--color-ink)}.KitClient-module__Y_nVOq__chipActive:hover{background:var(--color-ink)}.KitClient-module__Y_nVOq__textarea{box-sizing:border-box;border:1px solid var(--color-border);border-radius:var(--radius-md);width:100%;padding:var(--space-sm);font-family:var(--font-dm-sans);color:var(--color-ink);resize:vertical;letter-spacing:-.03em;font-size:.9rem}.KitClient-module__Y_nVOq__textarea:focus-visible{outline:2px solid var(--color-ink);outline-offset:2px}.KitClient-module__Y_nVOq__charCount{color:var(--color-muted);align-self:flex-end;font-size:.72rem}.KitClient-module__Y_nVOq__actions{gap:var(--space-sm);margin-top:var(--space-xs);flex-direction:column;display:flex}.KitClient-module__Y_nVOq__primaryButton,.KitClient-module__Y_nVOq__secondaryButton{justify-content:center;align-items:center;gap:var(--space-xs);cursor:pointer;border:1px solid #0000;border-radius:999px;padding:12px 18px;font-size:.92rem;font-weight:600;display:inline-flex}.KitClient-module__Y_nVOq__primaryButton{background:var(--color-ink);color:var(--color-white)}.KitClient-module__Y_nVOq__secondaryButton{background:var(--color-highlight-soft);color:var(--color-ink)}.KitClient-module__Y_nVOq__linkButton{color:var(--color-rose);cursor:pointer;background:0 0;border:none;align-self:center;font-size:.85rem;font-weight:600}.KitClient-module__Y_nVOq__primaryButton:disabled,.KitClient-module__Y_nVOq__secondaryButton:disabled{opacity:.6;cursor:not-allowed}.KitClient-module__Y_nVOq__previewArea{background:var(--color-highlight-soft);border-radius:var(--radius-lg);padding:var(--space-lg);justify-content:center;min-height:60vh;display:flex}.KitClient-module__Y_nVOq__previewStage{width:100%;max-width:380px}.KitClient-module__Y_nVOq__printArea{border-radius:var(--radius-md);width:100%;overflow:hidden}@media (max-width:860px){.KitClient-module__Y_nVOq__layout{grid-template-columns:1fr}.KitClient-module__Y_nVOq__controls{position:static}.KitClient-module__Y_nVOq__previewStage{max-width:320px}}.KitClient-module__Y_nVOq__uploadInput{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.KitClient-module__Y_nVOq__uploadZone{border:2px dashed var(--color-border);border-radius:var(--radius-md);padding:var(--space-lg) var(--space-md);cursor:pointer;background:var(--color-white);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:130px;transition:border-color .2s,background .2s;display:flex}.KitClient-module__Y_nVOq__uploadZone:hover{border-color:var(--color-rose);background:var(--color-highlight-soft)}.KitClient-module__Y_nVOq__uploadZone[data-busy=true]{opacity:.6;cursor:not-allowed}.KitClient-module__Y_nVOq__uploadZoneIcon{color:var(--color-rose)}.KitClient-module__Y_nVOq__uploadZoneText{color:var(--color-ink);font-size:.88rem;font-weight:600}.KitClient-module__Y_nVOq__uploadZoneHint{color:var(--color-muted);letter-spacing:.02em;font-size:.74rem}.KitClient-module__Y_nVOq__fotoPreviewBlock{flex-direction:column;display:flex;position:relative}.KitClient-module__Y_nVOq__fotoBgPreview{aspect-ratio:105/148;object-fit:cover;border-radius:var(--radius-md);border:1px solid var(--color-border);width:100%;display:block}.KitClient-module__Y_nVOq__fotoChangeBtn{background:var(--color-white);border:1px solid var(--color-border);width:36px;height:36px;color:var(--color-ink);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;bottom:10px;right:10px;box-shadow:0 2px 8px #0000001f}.KitClient-module__Y_nVOq__fotoChangeBtn:hover{background:var(--color-ink);border-color:var(--color-ink);color:var(--color-white)}.KitClient-module__Y_nVOq__fotoRemoveBtn{background:var(--color-white);border:1px solid var(--color-border);width:36px;height:36px;color:var(--color-rose);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;transition:background .2s,transform .15s;display:flex;position:absolute;bottom:10px;left:10px;box-shadow:0 2px 8px #0000001f}.KitClient-module__Y_nVOq__fotoRemoveBtn:hover{background:var(--color-rose);border-color:var(--color-rose);color:var(--color-white)}.KitClient-module__Y_nVOq__fotoRemoveBtn:disabled{opacity:.6;cursor:not-allowed}
.page-module__R-w_KG__page{flex-direction:column;gap:30px;padding-bottom:80px;display:flex}.page-module__R-w_KG__topSection{flex-direction:column;gap:3px;display:flex}.page-module__R-w_KG__viewSwitcher{border:1px solid var(--color-border);background:var(--color-card);border-radius:999px;align-self:flex-start;align-items:center;gap:4px;padding:4px;display:inline-flex}.page-module__R-w_KG__viewButton{color:var(--color-ink);font-size:var(--text-sm);cursor:pointer;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;gap:6px;padding:6px 12px;font-weight:400;transition:background-color .15s ease-in-out;display:inline-flex}.page-module__R-w_KG__viewButtonActive{background:var(--color-ink);color:var(--color-white)}.page-module__R-w_KG__headerRow{justify-content:space-between;align-items:center;gap:10px;display:flex}.page-module__R-w_KG__title{font-size:var(--text-xl);color:var(--color-ink);margin:0;font-weight:400;line-height:1}.page-module__R-w_KG__addButton{background-color:var(--color-cream);width:40px;height:40px;color:var(--color-muted);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background-color .2s,transform .2s;display:flex}.page-module__R-w_KG__eventsGrid,.page-module__R-w_KG__groupSection{gap:var(--space-md);flex-direction:column;display:flex}.page-module__R-w_KG__groupTitle{font-size:var(--text-lg);color:var(--color-muted);margin:0;font-weight:400}.page-module__R-w_KG__emptyState{padding:var(--space-xl);text-align:center;color:var(--color-ink);background:var(--color-highlight-soft);border-radius:20px}@media (min-width:720px){.page-module__R-w_KG__eventsGrid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));display:grid}}
.layout-module__HxXr5W__page{gap:var(--space-lg);min-height:100vh;padding:var(--space-lg);flex-direction:column;display:flex}.layout-module__HxXr5W__main{width:min(100%, var(--content-max));margin:0 auto}
.page-module__GhTGCW__page{gap:var(--space-xl);flex-direction:column;margin:0 auto;display:flex}.page-module__GhTGCW__header{gap:var(--space-sm);flex-direction:column;display:flex}.page-module__GhTGCW__headerContent{gap:var(--space-xs);flex-direction:column;display:flex}.page-module__GhTGCW__title{font-family:var(--font-dm-sans);font-size:var(--text-xl);color:var(--color-ink);margin:0;font-weight:400}.page-module__GhTGCW__subtitle{color:var(--color-muted);font-size:var(--text-md);max-width:600px;margin:0;line-height:1.35}.page-module__GhTGCW__notice,.page-module__GhTGCW__noticeError{padding:var(--space-sm) var(--space-md);border-radius:var(--radius-md);color:var(--color-rose-dark);background:#ec414e1a;border:1px solid #ec414e33}.page-module__GhTGCW__intervalToggle{background:var(--color-highlight-soft);border:1px solid var(--color-border);border-radius:999px;align-self:center;align-items:center;gap:4px;padding:5px;display:inline-flex}.page-module__GhTGCW__intervalOption{color:var(--color-ink);font-family:var(--font-dm-sans);font-size:var(--text-md);cursor:pointer;background:0 0;border:none;border-radius:999px;align-items:center;gap:8px;padding:8px 18px;font-weight:500;transition:background .2s,color .2s;display:inline-flex}.page-module__GhTGCW__intervalOptionActive{background:var(--color-ink);color:var(--color-white)}.page-module__GhTGCW__intervalSave{background:var(--color-highlight);color:var(--color-ink);border-radius:999px;align-items:center;padding:2px 8px;font-size:11px;font-weight:600;display:inline-flex}.page-module__GhTGCW__intervalOptionActive .page-module__GhTGCW__intervalSave{background:var(--color-rose);color:var(--color-white)}.page-module__GhTGCW__planEquivalent{opacity:.6;margin:0 0 8px;font-size:13px}.page-module__GhTGCW__planSave{background:var(--color-highlight);color:var(--color-ink);border-radius:999px;align-self:flex-start;align-items:center;margin:0 0 20px;padding:4px 12px;font-size:13px;font-weight:700;display:inline-flex}.page-module__GhTGCW__plansList{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:20px;display:grid}.page-module__GhTGCW__planCard{background:var(--color-ink);border-radius:var(--radius-lg);color:var(--color-white);border:1px solid #ffffff1f;flex-direction:column;min-height:100%;padding:28px;display:flex;position:relative}.page-module__GhTGCW__featured{background:var(--color-white);color:var(--color-ink);border-color:#0000;box-shadow:0 0 0 6px #febcca2e,0 30px 80px #00000038}.page-module__GhTGCW__badge{background:var(--color-rose);color:#fff;letter-spacing:.16em;text-transform:uppercase;border-radius:999px;padding:6px 12px;font-size:11px;font-weight:600;position:absolute;top:-12px;right:24px}.page-module__GhTGCW__cardTop{justify-content:space-between;align-items:center;gap:10px;display:flex}.page-module__GhTGCW__planName{letter-spacing:.16em;text-transform:uppercase;font-size:14px;font-weight:500}.page-module__GhTGCW__badgeAtual{color:var(--color-white);white-space:nowrap;background:#ffffff1f;border-radius:999px;justify-content:center;align-items:center;padding:5px 10px;font-size:11px;line-height:1;display:inline-flex}.page-module__GhTGCW__featured .page-module__GhTGCW__badgeAtual{color:var(--color-ink);background:#67283a14}.page-module__GhTGCW__planPrice{align-items:baseline;gap:6px;margin:14px 0 4px;display:flex}.page-module__GhTGCW__planPrice b{letter-spacing:-.05em;font-size:52px;font-weight:900;line-height:1}.page-module__GhTGCW__planPrice span{opacity:.6;font-size:14px}.page-module__GhTGCW__planTag{opacity:.6;margin:0 0 24px;font-size:14px}.page-module__GhTGCW__featureList{flex-direction:column;gap:12px;margin:0 0 28px;padding:0;font-size:15px;list-style:none;display:flex}.page-module__GhTGCW__featureItem{align-items:flex-start;gap:10px;line-height:1.3;display:flex}.page-module__GhTGCW__featText{flex-direction:column;gap:3px;min-width:0;display:flex}.page-module__GhTGCW__featureUpgradeHint{max-width:100%;margin-top:2px}.page-module__GhTGCW__chk{background:var(--color-highlight-soft);width:18px;height:18px;color:var(--color-ink);border-radius:999px;flex:0 0 18px;justify-content:center;align-items:center;margin-top:2px;display:inline-flex}.page-module__GhTGCW__featured .page-module__GhTGCW__chk{background:var(--color-highlight)}.page-module__GhTGCW__muted{color:#fff6;text-decoration:line-through}.page-module__GhTGCW__featured .page-module__GhTGCW__muted{color:#67283a66}.page-module__GhTGCW__muted .page-module__GhTGCW__chk{color:#0000;background:#ffffff0f}.page-module__GhTGCW__featured .page-module__GhTGCW__muted .page-module__GhTGCW__chk{background:#67283a26}.page-module__GhTGCW__checkoutArea{margin-top:auto;padding-top:4px;display:flex}.page-module__GhTGCW__checkoutForm{width:100%;display:flex}.page-module__GhTGCW__cta{min-height:46px;font-weight:500;color:#fff!important;background:0 0!important;border:1px solid #ffffff47!important;border-radius:999px!important;justify-content:center!important;width:100%!important}.page-module__GhTGCW__featured .page-module__GhTGCW__cta{background:var(--color-ink)!important;color:#fff!important;border-color:#0000!important}.page-module__GhTGCW__addOnsCard{background:var(--color-ink);border-radius:var(--radius-lg);color:var(--color-white);border:1px solid #ffffff1f;flex-direction:column;gap:20px;padding:28px;display:flex}.page-module__GhTGCW__addOnsHead{flex-direction:column;gap:6px;display:flex}.page-module__GhTGCW__addOnsTitle{letter-spacing:.16em;text-transform:uppercase;margin:0;font-size:14px;font-weight:500}.page-module__GhTGCW__addOnsSubtitle{opacity:.6;max-width:560px;margin:0;font-size:14px;line-height:1.4}.page-module__GhTGCW__addOnsList{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.page-module__GhTGCW__addOnRow{border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;gap:16px;padding:16px 0;display:flex}.page-module__GhTGCW__addOnRow:first-child{border-top:none}.page-module__GhTGCW__addOnInfo{flex-direction:column;gap:3px;min-width:0;display:flex}.page-module__GhTGCW__addOnName{flex-wrap:wrap;align-items:center;gap:8px;font-size:16px;font-weight:600;display:inline-flex}.page-module__GhTGCW__addOnNew{background:var(--color-rose);color:var(--color-white);letter-spacing:.04em;opacity:1;border-radius:999px;align-items:center;padding:2px 8px;font-size:11px;font-weight:600;display:inline-flex}.page-module__GhTGCW__addOnSavings{background:var(--color-highlight);color:var(--color-ink);border-radius:999px;align-self:flex-start;margin-top:4px;padding:3px 10px;font-size:12px;font-weight:600}.page-module__GhTGCW__addOnPriceRef{opacity:.55;font-size:13px;text-decoration:line-through}.page-module__GhTGCW__addOnDesc{opacity:.6;font-size:14px;line-height:1.35}.page-module__GhTGCW__addOnPrice{text-align:right;flex-direction:column;flex-shrink:0;align-items:flex-end;display:flex}.page-module__GhTGCW__addOnPrice b{letter-spacing:-.03em;font-size:22px;font-weight:900;line-height:1.1}.page-module__GhTGCW__addOnPrice span{opacity:.6;font-size:12px}.page-module__GhTGCW__launchBadge{min-height:32px;color:var(--color-ink);font-size:var(--text-sm);text-align:center;background:linear-gradient(90deg,#febcca66 0%,#fffffff5 50%,#febcca66 100%);border:1px solid #febccae6;border-radius:999px;justify-content:center;align-self:center;align-items:center;gap:10px;max-width:100%;padding:6px 12px;font-weight:400;line-height:1;display:inline-flex}.page-module__GhTGCW__launchBadgeIcon{width:18px;height:18px;color:var(--color-rose-dark);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.page-module__GhTGCW__comparisonSection{margin-top:var(--space-lg);gap:var(--space-md);flex-direction:column;display:flex}.page-module__GhTGCW__comparisonHeader{justify-content:space-between;align-items:center;gap:var(--space-md);flex-wrap:wrap;display:flex}.page-module__GhTGCW__comparisonTitle{font-size:var(--text-lg);color:var(--color-ink);margin:0;font-weight:400}.page-module__GhTGCW__manageButton{background:var(--color-cream);color:var(--color-ink);font-size:var(--text-md);cursor:pointer;border:none;border-radius:999px;padding:6px 12px;font-weight:400;transition:background .2s}.page-module__GhTGCW__manageButton:hover{background:#d4d4d4}@media (max-width:900px){.page-module__GhTGCW__plansList{grid-template-columns:1fr}}@media (max-width:640px){.page-module__GhTGCW__launchBadge{width:100%;max-width:320px;padding-inline:14px}.page-module__GhTGCW__planPrice b{font-size:46px}}
.CurrentPlanSection-module__EsPN0q__currentPlanSection{flex-direction:column;gap:12px;display:flex}.CurrentPlanSection-module__EsPN0q__sectionHeader{justify-content:space-between;align-items:center;gap:var(--space-md);flex-wrap:wrap;display:flex}.CurrentPlanSection-module__EsPN0q__headerActions{flex-flow:wrap;align-items:center;gap:8px;display:flex}.CurrentPlanSection-module__EsPN0q__headerActions form{align-items:center;display:inline-flex}.CurrentPlanSection-module__EsPN0q__sectionHeader h2{font-size:var(--text-xl);color:var(--color-ink);letter-spacing:-.02em;margin:0;font-weight:400}.CurrentPlanSection-module__EsPN0q__plansLink{font-size:var(--text-md);color:var(--color-ink);background:0 0;border-radius:999px;justify-content:center;align-items:center;padding:6px 12px;font-weight:400;text-decoration:none;display:inline-flex}.CurrentPlanSection-module__EsPN0q__currentPlanCard{border:1px solid var(--color-highlight);background:var(--color-white);border-radius:20px;flex-direction:column;display:flex;overflow:hidden}.CurrentPlanSection-module__EsPN0q__currentPlanCardTrial,.CurrentPlanSection-module__EsPN0q__currentPlanCardAnfitriao,.CurrentPlanSection-module__EsPN0q__currentPlanCardSocialite{background:var(--color-white)}.CurrentPlanSection-module__EsPN0q__currentPlanCardShow{background:linear-gradient(180deg, #fff 26%, var(--color-highlight-soft) 100%)}.CurrentPlanSection-module__EsPN0q__planMain{flex-direction:column;gap:12px;min-height:145px;padding:20px 20px 18px;display:flex}.CurrentPlanSection-module__EsPN0q__planMainShow{padding-bottom:14px}.CurrentPlanSection-module__EsPN0q__showHero,.CurrentPlanSection-module__EsPN0q__planTextBlock{flex-direction:column;gap:12px;width:100%;display:flex}.CurrentPlanSection-module__EsPN0q__showHero{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:16px}.CurrentPlanSection-module__EsPN0q__showHero .CurrentPlanSection-module__EsPN0q__planTextBlock{flex:1;min-width:0}.CurrentPlanSection-module__EsPN0q__cardHeader{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.CurrentPlanSection-module__EsPN0q__planName{color:var(--color-ink);letter-spacing:-.02em;font-size:18px;font-weight:500}.CurrentPlanSection-module__EsPN0q__headerBadges{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex}.CurrentPlanSection-module__EsPN0q__badgeAtual,.CurrentPlanSection-module__EsPN0q__dateBadge{white-space:nowrap;border-radius:999px;align-items:center;gap:6px;padding:6px 10px;font-size:12px;line-height:1;display:inline-flex}.CurrentPlanSection-module__EsPN0q__badgeAtual{color:var(--color-ink);background:#67283a14}.CurrentPlanSection-module__EsPN0q__dateBadge{color:var(--color-rose-dark);background:#ec414e1a}.CurrentPlanSection-module__EsPN0q__dateBadge strong{font-weight:600}.CurrentPlanSection-module__EsPN0q__priceBlock{flex-direction:column;gap:6px;display:flex}.CurrentPlanSection-module__EsPN0q__priceRow{align-items:flex-end;gap:6px;min-height:34px;display:flex}.CurrentPlanSection-module__EsPN0q__priceAmount{letter-spacing:-.03em;color:var(--color-ink);font-size:30px;font-weight:700;line-height:.9}.CurrentPlanSection-module__EsPN0q__priceSuffix,.CurrentPlanSection-module__EsPN0q__planSupportingText{color:#67283a8c;margin:0;font-size:14px;font-weight:500;line-height:1.3}.CurrentPlanSection-module__EsPN0q__showVisual{flex-shrink:0;justify-content:center;align-items:flex-start;margin-top:4px;display:flex}.CurrentPlanSection-module__EsPN0q__showImage{object-fit:contain;width:auto;max-width:90px;height:auto}.CurrentPlanSection-module__EsPN0q__cardDivider{background:var(--color-highlight-soft);height:1px;margin:0 20px}.CurrentPlanSection-module__EsPN0q__currentPlanCardShow .CurrentPlanSection-module__EsPN0q__cardDivider{background:#67283a24}.CurrentPlanSection-module__EsPN0q__showBadge{background:var(--color-ink);color:var(--color-white);text-align:center;z-index:1;border-radius:999px;align-self:flex-end;margin:-16px 20px 0 0;padding:6px 12px;font-size:14px;line-height:1;position:relative}.CurrentPlanSection-module__EsPN0q__cardContent{background:var(--color-white);flex-direction:column;gap:18px;padding:16px 20px 20px;display:flex}.CurrentPlanSection-module__EsPN0q__featureList{color:var(--color-ink);flex-direction:column;gap:12px;font-size:14px;display:flex}.CurrentPlanSection-module__EsPN0q__featureGroup{flex-direction:column;gap:3px;display:flex}.CurrentPlanSection-module__EsPN0q__featureItem{align-items:flex-start;gap:10px;display:flex}.CurrentPlanSection-module__EsPN0q__featureUpgradeHint{max-width:calc(100% - 25px);margin-left:25px}.CurrentPlanSection-module__EsPN0q__featureBadgeOn{color:var(--color-ink)}.CurrentPlanSection-module__EsPN0q__featureBadgeOff{color:var(--color-muted);opacity:.72}.CurrentPlanSection-module__EsPN0q__featureBadgeDot{border:1px solid var(--color-highlight);width:15px;height:15px;color:var(--color-highlight);background:0 0;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;font-size:8px;line-height:1;display:inline-flex}.CurrentPlanSection-module__EsPN0q__featureBadgeOff .CurrentPlanSection-module__EsPN0q__featureBadgeDot,.CurrentPlanSection-module__EsPN0q__featureItem.CurrentPlanSection-module__EsPN0q__featureBadgeOff .CurrentPlanSection-module__EsPN0q__featureBadgeDot{background:#67283a0d;border-color:#67283a1f}.CurrentPlanSection-module__EsPN0q__socialiteEventsHighlight{background:linear-gradient(90deg,#febcca40 0%,#fffffff2 50%,#febcca40 100%);border:1px solid #febccaa6;border-radius:999px;padding:6px 12px}.CurrentPlanSection-module__EsPN0q__emptyState{padding:var(--space-md);border-radius:var(--radius-md);border:1px dashed var(--color-border);color:var(--color-muted);text-align:center;background:#fff9}.CurrentPlanSection-module__EsPN0q__pendingDowngradeNotice{padding:var(--space-sm) var(--space-md);border-radius:var(--radius-sm);color:var(--color-muted);background:#ec414e0f;border:1px solid #ec414e24;font-size:13px;line-height:1.35}.CurrentPlanSection-module__EsPN0q__pendingDowngradeNotice strong{color:var(--color-ink);font-weight:600}@media (max-width:640px){.CurrentPlanSection-module__EsPN0q__showHero{align-items:center}.CurrentPlanSection-module__EsPN0q__planMain,.CurrentPlanSection-module__EsPN0q__planMainShow{min-height:auto}}
.LoginForm-module__teg8eq__card{gap:var(--space-lg);width:100%;max-width:420px;box-shadow:none;background:0 0;border:none;border-radius:0;flex-direction:column;padding:0;display:flex}.LoginForm-module__teg8eq__heading{flex-direction:column;align-items:center;display:flex}.LoginForm-module__teg8eq__logo{width:min(100%,250px);height:auto;display:block}.LoginForm-module__teg8eq__heading h1{font-size:var(--text-xl);font-weight:400;line-height:var(--line-height-titles);color:var(--color-ink)}.LoginForm-module__teg8eq__kicker{text-transform:uppercase;letter-spacing:.24em;font-size:var(--text-xs);color:var(--color-muted)}.LoginForm-module__teg8eq__subtitle{font-size:var(--text-md);line-height:var(--line-height-body);color:var(--color-muted);font-weight:400}.LoginForm-module__teg8eq__form{gap:var(--space-md);flex-direction:column;display:flex}.LoginForm-module__teg8eq__actionGroup{gap:var(--space-sm);flex-direction:column;display:flex}.LoginForm-module__teg8eq__createAccountButton{border:1px solid var(--color-border);font-size:var(--text-md);line-height:var(--line-height-body);color:var(--color-ink);border-radius:999px;justify-content:center;align-items:center;padding:6px 12px;text-decoration:none;transition:border-color .15s ease-in-out,background-color .15s ease-in-out,color .15s ease-in-out;display:inline-flex}.LoginForm-module__teg8eq__createAccountButton:hover{background:var(--color-highlight-soft);border-color:var(--color-highlight)}.LoginForm-module__teg8eq__label{gap:var(--space-xs);font-size:var(--text-md);line-height:var(--line-height-body);color:var(--color-ink);flex-direction:column;font-weight:400;display:flex}.LoginForm-module__teg8eq__input{padding:var(--space-sm) var(--space-md);border-radius:var(--radius-sm);border:1px solid var(--color-border);font-size:var(--text-md);line-height:var(--line-height-body);color:var(--color-ink);background:var(--color-card);font-weight:400}.LoginForm-module__teg8eq__passwordWrapper{align-items:center;display:flex;position:relative}.LoginForm-module__teg8eq__passwordWrapper .LoginForm-module__teg8eq__input{padding-right:calc(var(--space-lg) + var(--space-sm));width:100%}.LoginForm-module__teg8eq__passwordToggle{right:var(--space-sm);cursor:pointer;color:var(--color-muted);padding:var(--space-xs);background:0 0;border:none;justify-content:center;align-items:center;transition:color .15s ease-in-out;display:flex;position:absolute}.LoginForm-module__teg8eq__passwordToggle:hover{color:var(--color-ink)}.LoginForm-module__teg8eq__error{color:var(--color-rose-dark);font-size:var(--text-md);line-height:var(--line-height-body);text-align:center}.LoginForm-module__teg8eq__message{color:#ff8c00;font-size:var(--text-md);line-height:var(--line-height-body);text-align:center}.LoginForm-module__teg8eq__helperRow{justify-content:center;align-items:center;gap:var(--space-sm);flex-wrap:wrap;display:flex}.LoginForm-module__teg8eq__resetLink{all:unset;color:var(--color-ink);font-size:var(--text-sm);line-height:var(--line-height-body);cursor:pointer;align-items:center;font-weight:400;text-decoration:underline;display:inline-flex}.LoginForm-module__teg8eq__resetLink:disabled{opacity:.6;cursor:not-allowed}@media (max-width:768px){.LoginForm-module__teg8eq__heading{margin-bottom:20px}}
.page-module__lMBU5a__card{gap:var(--space-lg);width:100%;max-width:420px;box-shadow:none;background:0 0;border:none;border-radius:0;flex-direction:column;padding:0;display:flex}.page-module__lMBU5a__passwordRequirements{margin:var(--space-xs) 0 0 0;gap:var(--space-xs);font-size:var(--text-sm);color:var(--color-muted);line-height:var(--line-height-body);flex-direction:column;padding:0;list-style:none;display:flex}.page-module__lMBU5a__passwordRequirements li{align-items:center;gap:var(--space-xs);display:flex}.page-module__lMBU5a__heading{gap:var(--space-xs);flex-direction:column;display:flex}.page-module__lMBU5a__heading h1{font-size:var(--text-xl);font-weight:400;line-height:var(--line-height-titles);color:var(--color-ink)}.page-module__lMBU5a__kicker{text-transform:uppercase;letter-spacing:.24em;font-size:var(--text-xs);color:var(--color-muted)}.page-module__lMBU5a__subtitle{font-size:var(--text-md);line-height:var(--line-height-body);color:var(--color-muted);font-weight:400}.page-module__lMBU5a__form{gap:var(--space-md);flex-direction:column;display:flex}.page-module__lMBU5a__label{gap:var(--space-xs);font-size:var(--text-md);line-height:var(--line-height-body);color:var(--color-ink);flex-direction:column;font-weight:400;display:flex}.page-module__lMBU5a__input{padding:var(--space-sm) var(--space-md);border-radius:var(--radius-sm);border:1px solid var(--color-border);font-size:var(--text-md);line-height:var(--line-height-body);color:var(--color-ink);background:var(--color-card);font-weight:400}.page-module__lMBU5a__passwordWrapper{align-items:center;display:flex;position:relative}.page-module__lMBU5a__passwordWrapper .page-module__lMBU5a__input{padding-right:calc(var(--space-lg) + var(--space-sm));width:100%}.page-module__lMBU5a__passwordToggle{right:var(--space-sm);cursor:pointer;color:var(--color-muted);padding:var(--space-xs);background:0 0;border:none;justify-content:center;align-items:center;transition:color .15s ease-in-out;display:flex;position:absolute}.page-module__lMBU5a__passwordToggle:hover{color:var(--color-ink)}.page-module__lMBU5a__error{color:var(--color-rose-dark);font-size:var(--text-md);line-height:var(--line-height-body);text-align:center}.page-module__lMBU5a__message{color:#ff8c00;font-size:var(--text-md);line-height:var(--line-height-body);text-align:center}.page-module__lMBU5a__helper{font-size:var(--text-sm);line-height:var(--line-height-body);color:var(--color-muted)}.page-module__lMBU5a__helper a{color:var(--color-rose)}
.page-module__iiNy3W__card{gap:var(--space-lg);width:100%;max-width:420px;box-shadow:none;background:0 0;border:none;border-radius:0;flex-direction:column;padding:0;display:flex}.page-module__iiNy3W__passwordRequirements{margin:var(--space-xs) 0 0 0;gap:var(--space-xs);font-size:var(--text-sm);color:var(--color-muted);line-height:var(--line-height-body);flex-direction:column;padding:0;list-style:none;display:flex}.page-module__iiNy3W__passwordRequirements li{align-items:center;gap:var(--space-xs);display:flex}.page-module__iiNy3W__heading{flex-direction:column;display:flex}.page-module__iiNy3W__heading h1{font-size:var(--text-xl);font-weight:400;line-height:var(--line-height-titles);color:var(--color-ink)}.page-module__iiNy3W__kicker{text-transform:uppercase;letter-spacing:.24em;font-size:var(--text-xs);color:var(--color-muted)}.page-module__iiNy3W__subtitle{font-size:var(--text-md);line-height:var(--line-height-body);color:var(--color-muted);font-weight:400}.page-module__iiNy3W__form{gap:var(--space-md);flex-direction:column;display:flex}.page-module__iiNy3W__label{gap:var(--space-xs);font-size:var(--text-md);line-height:var(--line-height-body);color:var(--color-ink);flex-direction:column;font-weight:400;display:flex}.page-module__iiNy3W__input{padding:var(--space-sm) var(--space-md);border-radius:var(--radius-sm);border:1px solid var(--color-border);font-size:var(--text-md);line-height:var(--line-height-body);color:var(--color-ink);background:var(--color-card);font-weight:400}.page-module__iiNy3W__passwordWrapper{align-items:center;display:flex;position:relative}.page-module__iiNy3W__passwordWrapper .page-module__iiNy3W__input{padding-right:calc(var(--space-lg) + var(--space-sm));width:100%}.page-module__iiNy3W__passwordToggle{right:var(--space-sm);cursor:pointer;color:var(--color-muted);padding:var(--space-xs);background:0 0;border:none;justify-content:center;align-items:center;transition:color .15s ease-in-out;display:flex;position:absolute}.page-module__iiNy3W__passwordToggle:hover{color:var(--color-ink)}.page-module__iiNy3W__error{color:var(--color-rose-dark);font-size:var(--text-md);line-height:var(--line-height-body);text-align:center}.page-module__iiNy3W__message{color:#ff8c00;font-size:var(--text-md);line-height:var(--line-height-body);text-align:center}.page-module__iiNy3W__helper{text-align:end;font-size:var(--text-sm);line-height:var(--line-height-body);color:var(--color-muted)}.page-module__iiNy3W__helper a{color:var(--color-rose)}
.page-module__R4NDyq__page{flex-direction:column;gap:40px;display:flex}.page-module__R4NDyq__hero{padding-top:var(--space-md);gap:18px;display:grid}.page-module__R4NDyq__heroTitle{align-items:baseline;gap:var(--space-xs);line-height:1;display:flex}.page-module__R4NDyq__heroTitleKicker{color:var(--color-ink);font-size:44px;font-weight:400}.page-module__R4NDyq__heroTitleName{letter-spacing:-.05em;color:var(--color-ink);font-size:44px;font-weight:900}.page-module__R4NDyq__heroSubtitle{font-size:var(--text-md);line-height:var(--line-height-titles);color:var(--color-ink);max-width:56ch;display:grid}.page-module__R4NDyq__heroSubtitleMuted{color:color-mix(in oklab, var(--color-muted) 75%, var(--color-cream))}.page-module__R4NDyq__headerGrid{gap:var(--space-lg);grid-template-columns:minmax(0,1.3fr) minmax(0,.9fr);align-items:start;display:grid}.page-module__R4NDyq__cardHeader{justify-content:space-between;align-items:center;gap:var(--space-sm);display:flex}.page-module__R4NDyq__headerActions{gap:var(--space-sm);margin-top:var(--space-lg);flex-wrap:wrap;display:flex}.page-module__R4NDyq__menu{position:relative}.page-module__R4NDyq__menuButton{border:1px solid var(--color-border);cursor:pointer;letter-spacing:.12em;background:#fff;border-radius:999px;height:100%;padding:6px 12px;font-weight:600}.page-module__R4NDyq__menuDropdown{background:var(--color-card);border-radius:var(--radius-md);border:1px solid var(--color-border);box-shadow:var(--shadow-super-soft);z-index:30;min-width:160px;padding:6px;display:grid;position:absolute;top:calc(100% + 8px);right:0}.page-module__R4NDyq__menuItem{text-align:left;cursor:pointer;border-radius:var(--radius-sm);color:inherit;background:0 0;border:none;width:100%;padding:10px 12px;font-weight:600;text-decoration:none;display:block}.page-module__R4NDyq__menuItem:hover{background:#fff4ee}.page-module__R4NDyq__menuItemLogout{color:var(--color-rose-dark)}.page-module__R4NDyq__menuItemLogout:hover{background:#c65d5d1f}.page-module__R4NDyq__kicker{text-transform:uppercase;letter-spacing:.24em;font-size:var(--text-xs);color:var(--color-muted)}.page-module__R4NDyq__subtitle{color:var(--color-muted);margin-top:var(--space-xs)}.page-module__R4NDyq__planPanel{border-radius:var(--radius-md);padding:var(--space-md);border:1px solid var(--color-border);gap:var(--space-md);background:#fffdfb;display:grid}.page-module__R4NDyq__eventsSection{border-radius:var(--radius-lg);padding:var(--space-lg);border:1px solid var(--color-border);background:#fcfcfc;box-shadow:0 4px 6px -1px #0000000d}.page-module__R4NDyq__sectionHeader{justify-content:space-between;align-items:center;gap:var(--space-md);flex-wrap:wrap;display:flex}.page-module__R4NDyq__iconOnlyButton{width:40px;height:40px;margin-left:auto;padding:0}.page-module__R4NDyq__iconOnlyButtonHighlight{background:var(--color-rose);border-color:var(--color-rose);color:#fff;box-shadow:var(--shadow-soft)}.page-module__R4NDyq__planCard{padding:var(--space-md);border-radius:var(--radius-md);border:1px solid var(--color-border);justify-content:space-between;gap:var(--space-md);background:#fff9f4;flex-wrap:wrap;align-items:center;display:flex}.page-module__R4NDyq__planName{font-weight:600;font-size:var(--text-md)}.page-module__R4NDyq__planMeta{color:var(--color-muted);margin-top:var(--space-xs);font-size:var(--text-sm)}.page-module__R4NDyq__planDates{color:var(--color-ink);font-size:var(--text-sm);gap:var(--space-xs);display:grid}.page-module__R4NDyq__eventsList{margin-top:var(--space-md);gap:var(--space-sm);display:grid}.page-module__R4NDyq__eventCard{justify-content:space-between;align-items:center;gap:var(--space-md);padding:var(--space-md);border-radius:var(--radius-md);border:1px solid var(--color-border);color:inherit;background:#fff9f4;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex}.page-module__R4NDyq__eventCard:hover{box-shadow:var(--shadow-soft);transform:translateY(-2px)}.page-module__R4NDyq__eventName{font-weight:600}.page-module__R4NDyq__eventMeta{color:var(--color-muted);margin-top:var(--space-xs);font-size:var(--text-sm)}.page-module__R4NDyq__eventStatus{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.18em;color:var(--color-rose-dark)}.page-module__R4NDyq__emptyState{margin-top:var(--space-md);padding:var(--space-md);border-radius:var(--radius-md);border:1px dashed var(--color-border);color:var(--color-muted);gap:var(--space-xs);display:grid}.page-module__R4NDyq__modalOverlay{padding:var(--space-lg);z-index:20;background:#1f1f1f80;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.page-module__R4NDyq__modal{background:var(--color-card);border-radius:var(--radius-lg);width:min(560px,100%);padding:var(--space-lg);border:1px solid var(--color-border);box-shadow:var(--shadow-soft);gap:var(--space-md);display:grid}.page-module__R4NDyq__modalHeader{justify-content:space-between;align-items:flex-start;gap:var(--space-md);display:flex}.page-module__R4NDyq__modalClose{border:1px solid var(--color-border);cursor:pointer;background:0 0;border-radius:999px;padding:8px 14px}.page-module__R4NDyq__form{gap:var(--space-md);display:grid}.page-module__R4NDyq__field{gap:var(--space-xs);font-size:var(--text-sm);display:grid}.page-module__R4NDyq__field input{border-radius:var(--radius-sm);border:1px solid var(--color-border);font-size:var(--text-sm);padding:12px 14px}.page-module__R4NDyq__formActions{justify-content:flex-end;gap:var(--space-sm);display:flex}.page-module__R4NDyq__fieldError{color:var(--color-rose-dark);font-size:var(--text-xs)}.page-module__R4NDyq__formError{padding:var(--space-sm);border-radius:var(--radius-sm);color:var(--color-rose-dark);font-size:var(--text-sm);background:#c65d5d1f}.page-module__R4NDyq__formSuccess{padding:var(--space-sm);border-radius:var(--radius-sm);color:#1f6b4b;font-size:var(--text-sm);background:#1f6b4b1f}.page-module__R4NDyq__fieldHint{font-size:var(--text-xs);color:var(--color-muted)}.page-module__R4NDyq__readOnlyInput{color:var(--color-muted);cursor:not-allowed;background:#f4f1ed}.page-module__R4NDyq__passwordRequirements{font-size:var(--text-xs);color:var(--color-muted);gap:6px;display:grid}.page-module__R4NDyq__passwordRequirement{align-items:center;gap:6px;display:flex}.page-module__R4NDyq__passwordRequirementMet{color:#1f6b4b}.page-module__R4NDyq__passwordWrapper{align-items:center;display:flex;position:relative}.page-module__R4NDyq__passwordWrapper input{width:100%;padding-right:44px}.page-module__R4NDyq__passwordToggle{cursor:pointer;color:var(--color-muted);background:0 0;border:none;justify-content:center;align-items:center;padding:4px;transition:color .2s;display:flex;position:absolute;right:12px}.page-module__R4NDyq__passwordToggle:hover{color:var(--color-ink)}.page-module__R4NDyq__actionArea{gap:20px;margin-top:-12px;display:grid}.page-module__R4NDyq__actionCards{grid-template-columns:repeat(2,1fr);gap:22px;display:grid}.page-module__R4NDyq__actionCard{border-radius:var(--radius-lg);cursor:pointer;min-height:300px;color:inherit;border:none;text-decoration:none;position:relative;overflow:hidden}.page-module__R4NDyq__actionCardViewEvents{background:var(--color-card)}.page-module__R4NDyq__actionCardViewEvents:after{content:"";pointer-events:none;background:linear-gradient(#fff0 0%,#ffffffeb 80%,#fffffff5 100%);position:absolute;inset:0}.page-module__R4NDyq__actionCardFooter{z-index:1;justify-content:center;padding:14px;display:flex;position:absolute;bottom:0;left:0;right:0}.page-module__R4NDyq__actionCardFooterText{font-size:var(--text-lg);color:var(--color-ink);font-weight:400}.page-module__R4NDyq__actionCardFooterTextMuted{font-size:var(--text-lg);color:var(--color-muted);font-weight:400}.page-module__R4NDyq__actionCardCreate{background:var(--color-highlight-soft);border-radius:var(--radius-lg)}.page-module__R4NDyq__actionCardCreateCenter{justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.page-module__R4NDyq__actionCardCreateCircle{background:var(--color-white);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.page-module__R4NDyq__actionCardCreateIcon{color:var(--color-muted)}.page-module__R4NDyq__utilitySection{gap:18px;display:grid}.page-module__R4NDyq__utilityButtons{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.page-module__R4NDyq__utilityButton{border-radius:var(--radius-md);padding:var(--space-md);justify-content:space-between;align-items:flex-start;gap:var(--space-xs);width:100%;color:var(--color-ink);cursor:pointer;text-align:left;font-weight:400;text-decoration:none;display:flex}.page-module__R4NDyq__utilityInstallButton{background:linear-gradient(var(--color-card), var(--color-card)) padding-box, linear-gradient(120deg, var(--color-highlight-medium), var(--color-highlight), var(--color-rose), var(--color-highlight), var(--color-highlight-medium)) border-box;box-shadow:0 0 0 1px var(--color-highlight-soft), 0 0 14px var(--color-highlight-soft);background-position:0 0,0%;background-size:100% 100%,240% 240%;border:1px solid #0000;transition:background-color .18s ease-in-out,border-color .18s ease-in-out,box-shadow .2s ease-in-out;animation:4.2s ease-in-out infinite page-module__R4NDyq__upgradeGlowBorder}.page-module__R4NDyq__utilityInstallButton:hover:not(:disabled){background:linear-gradient(color-mix(in oklab, var(--color-card) 94%, var(--color-highlight-soft)), color-mix(in oklab, var(--color-card) 94%, var(--color-highlight-soft))) padding-box, linear-gradient(120deg, var(--color-highlight-medium), var(--color-highlight), var(--color-rose), var(--color-highlight), var(--color-highlight-medium)) border-box;box-shadow:0 0 0 1px var(--color-highlight-medium), 0 0 18px var(--color-highlight-medium)}.page-module__R4NDyq__utilityButton:disabled{opacity:.7;cursor:wait}.page-module__R4NDyq__utilityProfileButton{border:1px solid var(--color-border);box-shadow:none;animation:none}.page-module__R4NDyq__utilityButtonText{text-align:left;gap:6px;display:grid}.page-module__R4NDyq__utilityButtonTitle{font-size:var(--text-md);color:var(--color-ink);font-weight:400}.page-module__R4NDyq__utilityButtonDescription{font-size:var(--text-md);line-height:var(--line-height-body);color:var(--color-muted)}@keyframes page-module__R4NDyq__upgradeGlowBorder{0%{background-position:0 0,0%}50%{background-position:0 0,100%}to{background-position:0 0,0%}}@media (max-width:720px){.page-module__R4NDyq__utilityButtons{grid-template-columns:1fr}.page-module__R4NDyq__actionCard{min-height:165px}.page-module__R4NDyq__actionCardFooterText,.page-module__R4NDyq__actionCardFooterTextMuted{font-size:var(--text-md)}.page-module__R4NDyq__actionCards{gap:16px}.page-module__R4NDyq__heroTitleKicker,.page-module__R4NDyq__heroTitleName{font-size:var(--text-xxl)}.page-module__R4NDyq__eventCard{flex-direction:column;align-items:flex-start}.page-module__R4NDyq__formActions{flex-direction:column;align-items:stretch}}
.page-module__IQfU_q__page{justify-content:center;width:100%;display:flex}.page-module__IQfU_q__content{gap:var(--space-md);flex-direction:column;width:100%;display:flex}.page-module__IQfU_q__title{line-height:var(--line-height-titles);letter-spacing:-.03em;flex-direction:column;margin-top:10px;display:flex}.page-module__IQfU_q__titleRegular{font-size:var(--text-xl);color:var(--color-ink);font-weight:400}.page-module__IQfU_q__titleStrong{font-size:var(--text-xl);color:var(--color-ink);font-weight:900}.page-module__IQfU_q__subtitle{font-size:var(--text-lg);line-height:var(--line-height-titles);color:color-mix(in srgb, var(--color-ink) 55%, white);margin-bottom:var(--space-md);font-weight:400}.page-module__IQfU_q__backLink{color:var(--color-ink);text-underline-offset:2px;font-weight:400;text-decoration:underline}.page-module__IQfU_q__dashboardLink{margin-top:var(--space-sm);justify-content:flex-start;align-self:stretch;display:inline-flex}@media (max-width:720px){.page-module__IQfU_q__dashboardLink{justify-content:flex-end}}
.error-module__bSZLSW__page{min-height:100vh;padding:var(--space-xl) 0;place-items:center;display:grid}.error-module__bSZLSW__card{width:min(100%, var(--content-max));padding:var(--space-lg);gap:var(--space-md);display:grid}.error-module__bSZLSW__content{flex-direction:column;gap:5px;display:flex}.error-module__bSZLSW__card h1{font-size:var(--text-xl);font-weight:700;line-height:var(--line-height-titles)}.error-module__bSZLSW__kicker{text-transform:uppercase;letter-spacing:.24em;font-size:var(--text-xs);color:var(--color-muted)}.error-module__bSZLSW__subtitle{color:var(--color-ink)}.error-module__bSZLSW__actions{gap:var(--space-sm);flex-wrap:wrap;display:flex}
