.ThemeToggle-module__sGqMhG__toggle{background:var(--surface);border:1px solid var(--border);width:38px;height:38px;color:var(--foreground);cursor:pointer;transition:background var(--duration-fast), border-color var(--duration-fast);border-radius:50%;justify-content:center;align-items:center;display:flex}.ThemeToggle-module__sGqMhG__toggle:hover{background:var(--surface-hover);border-color:var(--border-strong)}
.UserMenu-module__gr1FQq__userMenu{position:relative}.UserMenu-module__gr1FQq__avatarBtn{cursor:pointer;background:0 0;border:none;border-radius:999px;align-items:center;gap:.4rem;padding:.2rem;transition:opacity .15s;display:flex}.UserMenu-module__gr1FQq__avatarBtn:hover{opacity:.85}.UserMenu-module__gr1FQq__avatarImg{object-fit:cover;border:2px solid #a855f799;border-radius:50%;width:42px;height:42px}.UserMenu-module__gr1FQq__avatarFallback{color:#fff;background:linear-gradient(135deg,#7c3aed,#4f46e5);border:2px solid #a855f799;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:1rem;font-weight:700;display:flex}.UserMenu-module__gr1FQq__chevron{color:var(--foreground-muted);transition:transform .2s}.UserMenu-module__gr1FQq__chevron.UserMenu-module__gr1FQq__rotated{transform:rotate(180deg)}.UserMenu-module__gr1FQq__dropdown{background:var(--surface-raised);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border);z-index:500;border-radius:14px;min-width:200px;padding:.5rem;position:absolute;top:calc(100% + .5rem);right:0;box-shadow:0 8px 32px #00000080,0 2px 8px #0000004d}.UserMenu-module__gr1FQq__dropdownHeader{align-items:center;gap:.75rem;padding:.5rem .6rem .6rem;display:flex}.UserMenu-module__gr1FQq__dropdownAvatar{object-fit:cover;border:2px solid #a855f766;border-radius:50%;flex-shrink:0;width:38px;height:38px}.UserMenu-module__gr1FQq__dropdownAvatarFallback{color:#fff;background:linear-gradient(135deg,#7c3aed,#4f46e5);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:1rem;font-weight:700;display:flex}.UserMenu-module__gr1FQq__dropdownInfo{flex-direction:column;gap:.2rem;display:flex}.UserMenu-module__gr1FQq__dropdownLogin{color:var(--foreground);white-space:nowrap;text-overflow:ellipsis;max-width:130px;font-size:.875rem;font-weight:700;overflow:hidden}.UserMenu-module__gr1FQq__dropdownBadge{color:#a855f7;background:#a855f71f;border:1px solid #a855f74d;border-radius:999px;align-self:flex-start;padding:.1rem .45rem;font-size:.68rem;font-weight:600}.UserMenu-module__gr1FQq__divider{background:var(--border-subtle);height:1px;margin:.35rem 0}.UserMenu-module__gr1FQq__item{width:100%;color:var(--foreground-muted);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:.6rem;padding:.55rem .75rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:flex}.UserMenu-module__gr1FQq__item:hover{background:var(--surface-hover);color:var(--foreground)}.UserMenu-module__gr1FQq__notifBadge{color:#fff;background:#ef4444;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;margin-left:auto;padding:0 4px;font-size:.65rem;font-weight:700;line-height:1;display:flex}.UserMenu-module__gr1FQq__logout{color:#ef4444cc}.UserMenu-module__gr1FQq__logout:hover{color:#ef4444;background:#ef44441a}.UserMenu-module__gr1FQq__tierBadge{color:var(--foreground-muted);background:var(--surface-hover);border:1px solid var(--border-subtle);border-radius:999px;align-self:flex-start;align-items:center;gap:.25rem;padding:.1rem .45rem;font-size:.68rem;font-weight:600;display:inline-flex}
.AppNavbar-module__S2c0Aa__navbar{background:var(--nav-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);z-index:100;will-change:transform;height:64px;position:fixed;top:0;left:0;right:0}.AppNavbar-module__S2c0Aa__inner{justify-content:space-between;align-items:center;max-width:1400px;height:100%;margin:0 auto;padding:0 2rem;display:flex}.AppNavbar-module__S2c0Aa__logo{letter-spacing:-.05em;align-items:center;gap:.6rem;font-size:1.2rem;font-weight:700;text-decoration:none;display:flex}.AppNavbar-module__S2c0Aa__logo img{border-radius:6px}.AppNavbar-module__S2c0Aa__actions{align-items:center;gap:.75rem;display:flex}@media (max-width:767px){.AppNavbar-module__S2c0Aa__navbar{display:none}}
.AppSidebar-module__AVqsFW__sidebar{background:var(--card-bg);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-right:1px solid var(--border-subtle);z-index:90;will-change:transform;contain:paint;flex-direction:column;width:220px;padding:.9rem .7rem;transition:width .25s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:64px;bottom:0;left:0;overflow:hidden}.AppSidebar-module__AVqsFW__sidebar.AppSidebar-module__AVqsFW__collapsed{width:68px}.AppSidebar-module__AVqsFW__toggle{border:1px solid var(--border);background:var(--surface);width:26px;height:26px;color:var(--foreground-muted);cursor:pointer;border-radius:7px;flex-shrink:0;justify-content:center;align-self:flex-end;align-items:center;margin-bottom:.9rem;transition:color .15s,border-color .15s;display:flex}.AppSidebar-module__AVqsFW__toggle:hover{color:var(--foreground);border-color:var(--border-strong)}.AppSidebar-module__AVqsFW__toggle svg{transition:transform .25s cubic-bezier(.16,1,.3,1)}.AppSidebar-module__AVqsFW__collapsed .AppSidebar-module__AVqsFW__toggle{align-self:center}.AppSidebar-module__AVqsFW__collapsed .AppSidebar-module__AVqsFW__toggle svg{transform:rotate(180deg)}.AppSidebar-module__AVqsFW__nav{flex-direction:column;flex:1;gap:.2rem;display:flex;overflow-y:auto}.AppSidebar-module__AVqsFW__link{color:var(--foreground-muted);white-space:nowrap;border-radius:10px;align-items:center;gap:.75rem;padding:.6rem .65rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:background .15s,color .15s;display:flex}.AppSidebar-module__AVqsFW__link:hover{background:var(--surface-hover);color:var(--foreground)}.AppSidebar-module__AVqsFW__link.AppSidebar-module__AVqsFW__active{color:#fff;background:linear-gradient(135deg, var(--primary), var(--primary-hover))}.AppSidebar-module__AVqsFW__icon{flex-shrink:0;width:19px;height:19px;display:flex}.AppSidebar-module__AVqsFW__icon svg{width:100%;height:100%}.AppSidebar-module__AVqsFW__label{text-overflow:ellipsis;overflow:hidden}.AppSidebar-module__AVqsFW__collapsed .AppSidebar-module__AVqsFW__label{display:none}.AppSidebar-module__AVqsFW__collapsed .AppSidebar-module__AVqsFW__link{justify-content:center}@media (max-width:767px){.AppSidebar-module__AVqsFW__sidebar{display:none}}.AppSidebar-module__AVqsFW__group{flex-direction:column;margin-top:.5rem;display:flex}.AppSidebar-module__AVqsFW__groupHeader{text-transform:uppercase;letter-spacing:.05em;opacity:.5;width:100%;color:inherit;font-family:inherit;font-size:.7rem;font-weight:inherit;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:.5rem 1rem .25rem;transition:opacity .15s;display:flex}.AppSidebar-module__AVqsFW__groupHeader:hover{opacity:.85}.AppSidebar-module__AVqsFW__groupChevron{flex-shrink:0;transition:transform .2s cubic-bezier(.16,1,.3,1)}.AppSidebar-module__AVqsFW__groupChevronCollapsed{transform:rotate(-90deg)}
.AppBreadcrumb-module__vEfuFG__breadcrumb{max-width:1400px;margin:0 auto;padding:.85rem 2rem 0}.AppBreadcrumb-module__vEfuFG__breadcrumb ol{flex-wrap:wrap;align-items:center;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.AppBreadcrumb-module__vEfuFG__breadcrumb li{align-items:center;gap:.4rem;font-size:.82rem;display:flex}.AppBreadcrumb-module__vEfuFG__breadcrumb a{color:var(--foreground-muted);text-decoration:none}.AppBreadcrumb-module__vEfuFG__breadcrumb a:hover{color:var(--primary)}.AppBreadcrumb-module__vEfuFG__current{color:var(--foreground);font-weight:600}.AppBreadcrumb-module__vEfuFG__sep{color:var(--foreground-muted);opacity:.5}@media (max-width:767px){.AppBreadcrumb-module__vEfuFG__breadcrumb{display:none}}
.AppFooter-module__0qBmBa__footer{border-top:1px solid var(--border-subtle);background:var(--surface);margin-top:auto;padding:3rem 1.5rem 1.5rem}.AppFooter-module__0qBmBa__inner{grid-template-columns:1.4fr repeat(4,1fr);gap:2rem;max-width:1200px;margin:0 auto;display:grid}.AppFooter-module__0qBmBa__inShell .AppFooter-module__0qBmBa__inner{max-width:none;margin:0}.AppFooter-module__0qBmBa__inShell .AppFooter-module__0qBmBa__bottom{max-width:none;margin:2rem 0 0}@media (max-width:900px){.AppFooter-module__0qBmBa__inner{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.AppFooter-module__0qBmBa__inner{grid-template-columns:1fr}}.AppFooter-module__0qBmBa__col{flex-direction:column;gap:.6rem;display:flex}.AppFooter-module__0qBmBa__logo{align-items:center;gap:.5rem;font-weight:700;text-decoration:none;display:flex}.AppFooter-module__0qBmBa__logo img{border-radius:6px}.AppFooter-module__0qBmBa__pitch{color:var(--foreground-muted);max-width:260px;font-size:.82rem;line-height:1.5}.AppFooter-module__0qBmBa__heading{text-transform:uppercase;letter-spacing:.05em;color:var(--foreground);font-size:.75rem;font-weight:700}.AppFooter-module__0qBmBa__col a,.AppFooter-module__0qBmBa__placeholder{color:var(--foreground-muted);font-size:.85rem;text-decoration:none}.AppFooter-module__0qBmBa__col a:hover{color:var(--primary)}.AppFooter-module__0qBmBa__bottom{border-top:1px solid var(--border-subtle);max-width:1200px;color:var(--foreground-muted);flex-wrap:wrap;justify-content:space-between;gap:.5rem;margin:2rem auto 0;padding-top:1.5rem;font-size:.78rem;display:flex}
.BottomNav-module__JpMf2G__bottomNav{display:none}@media (max-width:767px){.BottomNav-module__JpMf2G__bottomNav{z-index:150;background:var(--nav-bg-scrolled);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);height:76px;padding-bottom:env(safe-area-inset-bottom,0px);border-top:1px solid #7c3aed33;justify-content:space-around;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0}}.BottomNav-module__JpMf2G__bnItem{height:76px;color:var(--foreground-muted);cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;background:0 0;border:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:4px;min-width:44px;padding:0;text-decoration:none;transition:color .2s;display:flex}.BottomNav-module__JpMf2G__bnFabSpacer{flex:1;height:76px}.BottomNav-module__JpMf2G__bnFab{color:#fff;cursor:pointer;-webkit-tap-highlight-color:transparent;background:linear-gradient(135deg,#9146ff,#7c3aed);border:none;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;padding:0;display:flex;position:absolute;top:-28px;left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 8px 24px #7c3aed80,0 2px 8px #0006}.BottomNav-module__JpMf2G__bnFab:active{transform:translate(-50%)scale(.94)}.BottomNav-module__JpMf2G__fabIcon{justify-content:center;align-items:center;animation:1.75s cubic-bezier(.34,1.56,.64,1) both BottomNav-module__JpMf2G__fabIconCycle;display:flex}@keyframes BottomNav-module__JpMf2G__fabIconCycle{0%{opacity:0;transform:translateY(24px)}15%{opacity:1;transform:translateY(0)}82%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-24px)}}@media (prefers-reduced-motion:reduce){.BottomNav-module__JpMf2G__fabIcon{animation:none}}.BottomNav-module__JpMf2G__bnItem span{letter-spacing:.01em;font-size:.65rem;font-weight:600}.BottomNav-module__JpMf2G__active{color:var(--secondary)}.BottomNav-module__JpMf2G__bnItem:active{color:#c4b5fd;transform:scale(.92)}.BottomNav-module__JpMf2G__bnItem svg{transition:transform .15s}.BottomNav-module__JpMf2G__active svg{filter:drop-shadow(0 0 8px #a78bfa80)}.BottomNav-module__JpMf2G__bnAvatar{border:2px solid #0000;border-radius:50%;width:26px;height:26px;transition:border-color .2s;overflow:hidden}.BottomNav-module__JpMf2G__bnAvatar img{object-fit:cover;width:100%;height:100%;display:block}.BottomNav-module__JpMf2G__fabBackdrop{-webkit-backdrop-filter:blur(3px);z-index:200;background:#0000008c;animation:.2s ease-out both BottomNav-module__JpMf2G__fabBackdropIn;position:fixed;inset:0}.BottomNav-module__JpMf2G__fabBackdrop.BottomNav-module__JpMf2G__closing{animation:.2s ease-in both BottomNav-module__JpMf2G__fabBackdropOut}@keyframes BottomNav-module__JpMf2G__fabBackdropIn{0%{opacity:0}to{opacity:1}}@keyframes BottomNav-module__JpMf2G__fabBackdropOut{0%{opacity:1}to{opacity:0}}.BottomNav-module__JpMf2G__fabSheet{z-index:210;background:var(--surface-raised);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);max-height:min(70vh,520px);padding:.75rem .5rem calc(1.75rem + env(safe-area-inset-bottom,0px));border-top:1px solid #7c3aed40;border-radius:20px 20px 0 0;grid-template-columns:repeat(2,1fr);gap:.25rem;animation:.25s cubic-bezier(.34,1.56,.64,1) both BottomNav-module__JpMf2G__fabSheetIn;display:grid;position:fixed;bottom:0;left:0;right:0;overflow-y:auto;box-shadow:0 -8px 32px #00000080}.BottomNav-module__JpMf2G__fabSheet.BottomNav-module__JpMf2G__closing{animation:.2s ease-in both BottomNav-module__JpMf2G__fabSheetOut}@keyframes BottomNav-module__JpMf2G__fabSheetIn{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes BottomNav-module__JpMf2G__fabSheetOut{0%{transform:translateY(0)}to{transform:translateY(100%)}}.BottomNav-module__JpMf2G__fabSheetItem{color:var(--foreground);border-radius:12px;align-items:center;gap:.85rem;padding:.85rem 1rem;text-decoration:none;transition:background .15s;display:flex}.BottomNav-module__JpMf2G__fabSheetItem:active{background:var(--surface-hover)}.BottomNav-module__JpMf2G__fabSheetIcon{color:var(--secondary);flex-shrink:0;justify-content:center;align-items:center;display:flex}.BottomNav-module__JpMf2G__fabSheetLabel{font-size:.95rem;font-weight:600}.BottomNav-module__JpMf2G__bnAvatarPlaceholder{background:var(--surface-hover);justify-content:center;align-items:center;display:flex}
.EventModal-module__BUHSBG__modalOverlay{z-index:200;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000a6;justify-content:center;align-items:center;padding:1rem;transition:background-color .2s,-webkit-backdrop-filter .2s,backdrop-filter .2s;display:flex;position:fixed;inset:0}@starting-style{.EventModal-module__BUHSBG__modalOverlay{-webkit-backdrop-filter:blur();backdrop-filter:blur();background:0 0}}.EventModal-module__BUHSBG__modalBox{background:var(--surface-raised);border:1px solid var(--border);border-radius:18px;flex-direction:column;width:100%;max-width:560px;max-height:90vh;transition:opacity .2s,transform .2s;display:flex;overflow-y:auto;box-shadow:0 20px 60px #0009}@starting-style{.EventModal-module__BUHSBG__modalBox{opacity:0;transform:scale(.96)translateY(8px)}}@media (min-width:860px){.EventModal-module__BUHSBG__modalBox{max-width:780px}.EventModal-module__BUHSBG__modalBody{gap:1.25rem;padding:1.5rem 2rem}}.EventModal-module__BUHSBG__modalHeader{justify-content:space-between;align-items:center;padding:1.25rem 1.5rem 0;display:flex}.EventModal-module__BUHSBG__modalHeader h3{letter-spacing:-.02em;text-wrap:balance;font-size:1.05rem;font-weight:700}.EventModal-module__BUHSBG__modalClose{border:1px solid var(--border);width:32px;height:32px;color:var(--foreground-muted);cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;transition:background .15s,color .15s;display:flex;position:relative}.EventModal-module__BUHSBG__modalClose:before{content:"";position:absolute;inset:-6px}.EventModal-module__BUHSBG__modalClose:hover{background:var(--surface-hover);color:var(--foreground)}.EventModal-module__BUHSBG__modalBody{flex-direction:column;gap:1rem;padding:1.25rem 1.5rem;display:flex}.EventModal-module__BUHSBG__bodyGrid{flex-direction:column;gap:1.25rem;display:flex}.EventModal-module__BUHSBG__formCol{flex-direction:column;gap:1rem;min-width:0;display:flex}.EventModal-module__BUHSBG__previewColEvt{flex-direction:column;gap:.85rem;display:flex}.EventModal-module__BUHSBG__previewColTitle{color:var(--foreground-muted);margin:0;font-size:.78rem;font-weight:600}.EventModal-module__BUHSBG__discordCard,.EventModal-module__BUHSBG__twitchCard{border:1px solid var(--border);background:var(--surface);border-radius:12px;overflow:hidden}.EventModal-module__BUHSBG__discordCardBanner{aspect-ratio:16/9;background:linear-gradient(155deg,#2a2140,#100c1e 60%,#1a1330);position:relative}.EventModal-module__BUHSBG__discordCardBannerImg{object-fit:cover;width:100%;height:100%;display:block}.EventModal-module__BUHSBG__discordCardBannerPlaceholder{background:repeating-linear-gradient(115deg,#ffffff0a 0 2px,#0000 2px 26px);width:100%;height:100%}.EventModal-module__BUHSBG__discordCardBody{flex-direction:column;gap:.3rem;padding:.75rem .9rem;display:flex}.EventModal-module__BUHSBG__discordCardEyebrow{letter-spacing:.03em;color:#949cf7;text-transform:uppercase;font-size:.65rem;font-weight:700}.EventModal-module__BUHSBG__discordCardTitle{color:var(--foreground);margin:0;font-size:.9rem;font-weight:700}.EventModal-module__BUHSBG__discordCardMeta{color:var(--foreground-muted);margin:0;font-size:.75rem}.EventModal-module__BUHSBG__twitchCardHead{color:#bf93ff;text-transform:uppercase;letter-spacing:.03em;background:#9146ff1f;align-items:center;gap:.4rem;padding:.6rem .9rem;font-size:.72rem;font-weight:700;display:flex}.EventModal-module__BUHSBG__twitchCardTitle{color:var(--foreground);margin:.6rem .9rem 0;font-size:.9rem;font-weight:700}.EventModal-module__BUHSBG__twitchCardMeta{color:var(--foreground-muted);margin:.25rem .9rem .6rem;font-size:.75rem}@media (min-width:860px){.EventModal-module__BUHSBG__bodyGrid{grid-template-columns:1fr 280px;align-items:start;gap:1.75rem;display:grid}.EventModal-module__BUHSBG__previewColEvt{position:sticky;top:0}}.EventModal-module__BUHSBG__modalFooter{border-top:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:.75rem;padding:1rem 1.5rem 1.25rem;display:flex}.EventModal-module__BUHSBG__formField{flex-direction:column;gap:.4rem;display:flex}.EventModal-module__BUHSBG__formRow{gap:.75rem;display:flex}.EventModal-module__BUHSBG__formRow .EventModal-module__BUHSBG__formField{flex:1}.EventModal-module__BUHSBG__durationSelects{gap:.5rem;max-width:260px;display:flex}.EventModal-module__BUHSBG__durationSelects select{flex:1;min-width:0}.EventModal-module__BUHSBG__formLabel{color:var(--foreground-muted);font-size:.78rem;font-weight:600}.EventModal-module__BUHSBG__req{color:#f87171}.EventModal-module__BUHSBG__formHint{color:var(--foreground-muted);opacity:.6;margin-left:.35rem;font-size:.72rem;font-weight:400}.EventModal-module__BUHSBG__formInput{background:var(--surface);border:1px solid var(--border);color:var(--foreground);box-sizing:border-box;border-radius:8px;width:100%;padding:.55rem .75rem;font-family:inherit;font-size:.88rem;transition:border-color .15s}.EventModal-module__BUHSBG__formInput:focus-visible{outline-offset:2px;border-color:#a855f7;outline:2px solid #a855f7}.EventModal-module__BUHSBG__formTextarea{resize:vertical;min-height:72px}.EventModal-module__BUHSBG__formField:has(.EventModal-module__BUHSBG__formInput:user-invalid) .EventModal-module__BUHSBG__formInput{border-color:#f87171}.EventModal-module__BUHSBG__formField:has(.EventModal-module__BUHSBG__formInput:user-invalid) .EventModal-module__BUHSBG__formLabel{color:#f87171}.EventModal-module__BUHSBG__typeSelector{flex-wrap:wrap;gap:.4rem;display:flex}.EventModal-module__BUHSBG__typeBtn{border:1px solid var(--border);background:var(--surface);color:var(--foreground-muted);cursor:pointer;border-radius:8px;align-items:center;gap:.45rem;padding:.4rem .85rem;font-size:.8rem;transition:background .15s,color .15s,border-color .15s;display:flex}.EventModal-module__BUHSBG__typeBtn:hover{background:var(--surface-hover);color:var(--foreground)}.EventModal-module__BUHSBG__typeSelectorLarge{gap:.75rem}.EventModal-module__BUHSBG__typeBtnLarge{flex-direction:column;justify-content:center;gap:.5rem;min-width:90px;padding:1rem 1.5rem;font-size:.85rem}.EventModal-module__BUHSBG__typeBtnLarge svg{width:28px;height:28px}.EventModal-module__BUHSBG__typeBtntwitch{color:#bf93ff;background:#9146ff1a;border-color:#9146ff}.EventModal-module__BUHSBG__typeBtntwitch:hover{color:#d4b8ff;background:#9146ff33}.EventModal-module__BUHSBG__typeBtnyoutube{color:#ff8080;background:#ff444414;border-color:#f44}.EventModal-module__BUHSBG__typeBtnyoutube:hover{color:#ffa3a3;background:#ff444429}.EventModal-module__BUHSBG__typeBtnautre{color:#94a3b8;background:#64748b1a;border-color:#64748b}.EventModal-module__BUHSBG__typeBtnautre:hover{color:#b3bfcc;background:#64748b33}.EventModal-module__BUHSBG__typeStep{flex-direction:column;align-items:center;gap:.75rem;padding:1.25rem 0;display:flex}.EventModal-module__BUHSBG__typeStepLabel{color:var(--foreground-muted);font-size:.85rem}.EventModal-module__BUHSBG__typeLocked{align-items:center;gap:.6rem;display:flex}.EventModal-module__BUHSBG__typeBadge{border-radius:8px;align-items:center;gap:.45rem;padding:.35rem .85rem;font-size:.8rem;font-weight:500;display:inline-flex}.EventModal-module__BUHSBG__typeBadge svg{width:18px;height:18px}.EventModal-module__BUHSBG__typeBadgetwitch{color:#bf93ff;background:#9146ff26;border:1px solid #9146ff}.EventModal-module__BUHSBG__typeBadgeyoutube{color:#ff8080;background:#ff44441f;border:1px solid #f44}.EventModal-module__BUHSBG__typeBadgeautre{color:#94a3b8;background:#64748b26;border:1px solid #64748b}.EventModal-module__BUHSBG__typeChangeBtn{color:var(--foreground-muted);cursor:pointer;background:0 0;border:none;padding:0;font-size:.75rem;text-decoration:underline}.EventModal-module__BUHSBG__thumbInputRow{align-items:center;gap:.4rem;display:flex}.EventModal-module__BUHSBG__thumbInputRow .EventModal-module__BUHSBG__formInput{flex:1}.EventModal-module__BUHSBG__thumbUploadBtn{flex-shrink:0;justify-content:center;align-items:center;min-height:auto;padding:.5rem .6rem;display:flex}.EventModal-module__BUHSBG__thumbPreview{border:1px solid var(--border);background:var(--surface);border-radius:8px;justify-content:center;align-items:center;height:140px;max-height:140px;margin-top:.5rem;display:flex;position:relative;overflow:hidden}.EventModal-module__BUHSBG__thumbImg{object-fit:cover;width:100%;max-height:140px;display:block}.EventModal-module__BUHSBG__thumbClearBtn{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000008c;border:1px solid #ffffff40;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;transition:background .15s;display:flex;position:absolute;top:6px;right:6px}.EventModal-module__BUHSBG__thumbClearBtn:before{content:"";position:absolute;inset:-11px}.EventModal-module__BUHSBG__thumbClearBtn:hover{background:#ef444499}.EventModal-module__BUHSBG__platformToggles{flex-direction:column;gap:.6rem;display:flex}.EventModal-module__BUHSBG__platformToggle{cursor:pointer;color:var(--foreground);-webkit-user-select:none;user-select:none;align-items:center;gap:.6rem;font-size:.85rem;display:flex}.EventModal-module__BUHSBG__platformToggleOff{opacity:.45;cursor:not-allowed;filter:grayscale()}.EventModal-module__BUHSBG__platformToggle input[type=checkbox],.EventModal-module__BUHSBG__recurrenceToggle input[type=checkbox]{display:none}.EventModal-module__BUHSBG__toggleTrack{background:var(--surface);border:1px solid var(--border);border-radius:9px;flex-shrink:0;width:34px;height:18px;transition:background .2s,border-color .2s;position:relative}.EventModal-module__BUHSBG__toggleTrack:after{content:"";background:var(--foreground-muted);border-radius:50%;width:12px;height:12px;transition:transform .2s,background .2s;position:absolute;top:2px;left:2px}.EventModal-module__BUHSBG__platformToggle input:checked~.EventModal-module__BUHSBG__toggleTrack,.EventModal-module__BUHSBG__recurrenceToggle input:checked~.EventModal-module__BUHSBG__toggleTrack{background:#a855f7;border-color:#a855f7}.EventModal-module__BUHSBG__platformToggle input:checked~.EventModal-module__BUHSBG__toggleTrack:after,.EventModal-module__BUHSBG__recurrenceToggle input:checked~.EventModal-module__BUHSBG__toggleTrack:after{background:#fff;transform:translate(16px)}.EventModal-module__BUHSBG__recurrenceToggle{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.6rem;display:flex}.EventModal-module__BUHSBG__recurrenceLabel{color:var(--foreground);flex-direction:column;gap:.15rem;font-size:.85rem;display:flex}.EventModal-module__BUHSBG__recurrenceHint{color:#a855f7;font-size:.72rem;font-weight:500}.EventModal-module__BUHSBG__occurrencesGrid{flex-wrap:wrap;gap:.4rem;display:flex}.EventModal-module__BUHSBG__occChip{cursor:pointer;color:#4ade80;background:#4ade8014;border:1px solid #4ade8059;border-radius:999px;align-items:center;gap:.3rem;padding:.28rem .65rem;font-size:.74rem;font-weight:600;transition:all .15s;display:inline-flex}.EventModal-module__BUHSBG__occChipSkipped{color:#f87171;opacity:.8;background:#ef444414;border-color:#ef444459}.EventModal-module__BUHSBG__occSummary{color:#f87171;margin:.25rem 0 0;font-size:.72rem}.EventModal-module__BUHSBG__catSearchWrap{position:relative}.EventModal-module__BUHSBG__catDropdown{z-index:300;background:var(--surface-raised);border:1px solid var(--border);border-radius:10px;max-height:260px;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow:hidden auto;box-shadow:0 8px 32px #00000080}.EventModal-module__BUHSBG__catItem{width:100%;color:var(--foreground);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.65rem;padding:.5rem .75rem;font-size:.85rem;transition:background .12s;display:flex}.EventModal-module__BUHSBG__catItem:hover{background:#a855f71f}.EventModal-module__BUHSBG__catItem+.EventModal-module__BUHSBG__catItem{border-top:1px solid var(--border-subtle)}.EventModal-module__BUHSBG__catArt{object-fit:cover;background:var(--surface);border-radius:4px;flex-shrink:0;width:28px;height:37px}.EventModal-module__BUHSBG__catSkeleton{pointer-events:none}.EventModal-module__BUHSBG__skel{background:linear-gradient(90deg, var(--surface) 25%, var(--surface-hover) 50%, var(--surface) 75%);background-size:200% 100%;border-radius:4px;animation:1.3s ease-in-out infinite EventModal-module__BUHSBG__emShimmer}.EventModal-module__BUHSBG__skelArt{flex-shrink:0;width:28px;height:37px}.EventModal-module__BUHSBG__skelName{height:13px;margin:auto 0}@keyframes EventModal-module__BUHSBG__emShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:600px){.EventModal-module__BUHSBG__modalOverlay{align-items:flex-end;padding:0}.EventModal-module__BUHSBG__modalBox{border-radius:20px 20px 0 0;max-width:100%;max-height:95svh}}
.FeatureLanding-module__5jq_SG__featureLanding{min-height:100svh;overflow-x:hidden}.FeatureLanding-module__5jq_SG__hero{padding:4rem 1.5rem 5rem;position:relative;overflow:hidden}.FeatureLanding-module__5jq_SG__heroWaves{z-index:0;pointer-events:none;opacity:1;transition:opacity 1.2s;position:absolute;inset:0}@starting-style{.FeatureLanding-module__5jq_SG__heroWaves{opacity:0}}.FeatureLanding-module__5jq_SG__glowOrb{filter:blur(80px);pointer-events:none;z-index:0;border-radius:50%;position:absolute}.FeatureLanding-module__5jq_SG__glowOrb1{background:radial-gradient(circle, var(--primary-glow) 0%, transparent 70%);width:600px;height:600px;animation:6s ease-in-out infinite FeatureLanding-module__5jq_SG__pulseGlow;top:-200px;right:-150px}.FeatureLanding-module__5jq_SG__glowOrb2{background:radial-gradient(circle,#a78bfa2e 0%,#0000 70%);width:500px;height:500px;animation:8s ease-in-out infinite reverse FeatureLanding-module__5jq_SG__pulseGlow;bottom:-150px;left:-100px}.FeatureLanding-module__5jq_SG__heroInner{z-index:1;grid-template-columns:1.1fr 1fr;align-items:center;gap:3rem;max-width:1200px;margin:0 auto;animation:.6s ease-out FeatureLanding-module__5jq_SG__fadeIn;display:grid;position:relative}@media (max-width:900px){.FeatureLanding-module__5jq_SG__heroInner{text-align:center;grid-template-columns:1fr}}.FeatureLanding-module__5jq_SG__heroText{flex-direction:column;align-items:flex-start;gap:1.5rem;display:flex}@media (max-width:900px){.FeatureLanding-module__5jq_SG__heroText{align-items:center}}.FeatureLanding-module__5jq_SG__heroTitle{letter-spacing:-.03em;font-size:clamp(2.1rem,5.5vw,3.25rem);font-weight:800;line-height:1.1}.FeatureLanding-module__5jq_SG__heroSub{color:var(--foreground-muted);max-width:480px;font-size:clamp(1rem,2vw,1.1rem);line-height:1.65}.FeatureLanding-module__5jq_SG__heroCta{padding:1rem 2.5rem;font-size:1.05rem}.FeatureLanding-module__5jq_SG__heroPreview{justify-content:center;display:flex}.FeatureLanding-module__5jq_SG__featureGridSection{padding:2rem 1.5rem 5rem}.FeatureLanding-module__5jq_SG__featureGridInner{max-width:1100px;margin:0 auto}.FeatureLanding-module__5jq_SG__featureGrid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}@media (max-width:900px){.FeatureLanding-module__5jq_SG__featureGrid{grid-template-columns:1fr}}.FeatureLanding-module__5jq_SG__featureCard{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem}.FeatureLanding-module__5jq_SG__featureCard h3{margin:0 0 .4rem;font-size:1rem}.FeatureLanding-module__5jq_SG__featureCard p{color:var(--foreground-muted);font-size:.85rem;line-height:1.5}.FeatureLanding-module__5jq_SG__howSection{padding:2rem 1.5rem 5rem}.FeatureLanding-module__5jq_SG__howInner{max-width:760px;margin:0 auto}.FeatureLanding-module__5jq_SG__howEyebrow{text-align:center;text-transform:uppercase;letter-spacing:.08em;color:var(--foreground-muted);margin-bottom:1.5rem;font-size:.75rem;font-weight:700;display:block}.FeatureLanding-module__5jq_SG__howSteps{flex-direction:column;gap:1.25rem;margin:0;padding:0;list-style:none;display:flex}.FeatureLanding-module__5jq_SG__howStep{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius-lg);align-items:flex-start;gap:1rem;padding:1.25rem 1.5rem;display:flex}.FeatureLanding-module__5jq_SG__howStepNum{background:var(--primary-glow);width:32px;height:32px;color:var(--secondary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.9rem;font-weight:700;display:flex}.FeatureLanding-module__5jq_SG__howStepBody h3{margin:0 0 .3rem;font-size:1rem}.FeatureLanding-module__5jq_SG__howStepBody p{color:var(--foreground-muted);margin:0;font-size:.85rem;line-height:1.55}.FeatureLanding-module__5jq_SG__closingCta{text-align:center;flex-direction:column;align-items:center;gap:.6rem;padding:1rem 1.5rem 5rem;display:flex}.FeatureLanding-module__5jq_SG__closingCta h2{margin:0;font-size:1.9rem}.FeatureLanding-module__5jq_SG__closingCta p{color:var(--foreground-muted);margin:0 0 .75rem}.FeatureLanding-module__5jq_SG__previewWindow{border-radius:var(--radius-lg);background:var(--card-bg);border:1px solid var(--border);width:100%;max-width:420px;overflow:hidden;box-shadow:0 20px 60px #00000059}.FeatureLanding-module__5jq_SG__previewTitlebar{border-bottom:1px solid var(--border-subtle);gap:6px;padding:.75rem 1rem;display:flex}.FeatureLanding-module__5jq_SG__previewDot{background:var(--border-strong);border-radius:50%;width:8px;height:8px}.FeatureLanding-module__5jq_SG__previewBody{flex-direction:column;gap:.75rem;padding:1.25rem;display:flex}.FeatureLanding-module__5jq_SG__previewLine{background:var(--border-subtle);border-radius:4px;height:8px}.FeatureLanding-module__5jq_SG__previewBlock{border-radius:var(--radius-md);background:linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);height:32px}
.FreeformEditor-module__PkX7Ia__ffbPage{--edt-bg:#1a1a1f;--edt-surface:#ffffff0a;--edt-surface-solid:#202027;--edt-surface-hover:#ffffff12;--edt-border:#2e2e35;--edt-text:#e4e4e7;--edt-text-dim:#9a9aa5;--edt-accent:#fff;--edt-accent-on:#000;--edt-danger:#ff6b6b;--edt-ok:#4ade80;--edt-warn:#facc15;--edt-r-sm:6px;--edt-r-md:10px;--edt-r-lg:14px;--edt-r-full:9999px;--edt-blur:20px;background:var(--edt-bg);min-height:100vh;color:var(--edt-text);font-family:var(--font-inter,Inter, system-ui, sans-serif);flex-direction:column;display:flex}.FreeformEditor-module__PkX7Ia__ffbHeader{border-bottom:1px solid var(--edt-border);background:var(--edt-surface);-webkit-backdrop-filter:blur(var(--edt-blur));backdrop-filter:blur(var(--edt-blur));flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:1rem 1.5rem;display:flex}@supports not ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.FreeformEditor-module__PkX7Ia__ffbHeader{background:var(--edt-surface-solid)}}.FreeformEditor-module__PkX7Ia__ffbHeaderLeft{align-items:center;gap:2rem;display:flex}.FreeformEditor-module__PkX7Ia__ffbLogo{font-family:var(--font-jakarta,"Plus Jakarta Sans", sans-serif);font-size:1.1rem;font-weight:700}.FreeformEditor-module__PkX7Ia__ffbTitle{margin:0;font-size:1.1rem}.FreeformEditor-module__PkX7Ia__ffbTabs{align-items:center;gap:1.5rem;font-size:.85rem;display:flex}.FreeformEditor-module__PkX7Ia__ffbTabActive{color:var(--edt-text);border-bottom:2px solid var(--edt-text);padding-bottom:.1rem;font-weight:600}.FreeformEditor-module__PkX7Ia__ffbTabDisabled{color:var(--edt-text-dim);opacity:.5;cursor:not-allowed}.FreeformEditor-module__PkX7Ia__ffbHeaderActions{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.FreeformEditor-module__PkX7Ia__ffbIconBtn{border-radius:var(--edt-r-sm);width:32px;height:32px;color:var(--edt-text);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;font-size:1rem;text-decoration:none;transition:background .15s;display:flex}.FreeformEditor-module__PkX7Ia__ffbIconBtn:hover{background:var(--edt-surface-hover)}.FreeformEditor-module__PkX7Ia__ffbCanvasToolbarRow{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.FreeformEditor-module__PkX7Ia__ffbDeviceToggle{border-radius:var(--edt-r-full);background:var(--edt-surface-solid);border:1px solid var(--edt-border);padding:.2rem;display:flex}.FreeformEditor-module__PkX7Ia__ffbDeviceToggle button{border-radius:var(--edt-r-full);color:var(--edt-text-dim);cursor:pointer;background:0 0;border:none;padding:.4rem 1rem;font-size:.8rem;font-weight:600;transition:background .15s,color .15s}.FreeformEditor-module__PkX7Ia__ffbDeviceToggle button.FreeformEditor-module__PkX7Ia__active{background:var(--edt-accent);color:var(--edt-accent-on)}.FreeformEditor-module__PkX7Ia__ffbSaveDraft,.FreeformEditor-module__PkX7Ia__ffbSave{border-radius:var(--edt-r-md);border:1px solid var(--edt-border);cursor:pointer;color:var(--edt-text);background:var(--edt-surface-solid);padding:.55rem 1.1rem;font-family:inherit;font-size:.85rem;text-decoration:none;transition:background .15s}.FreeformEditor-module__PkX7Ia__ffbSaveDraft:hover{background:var(--edt-surface-hover)}.FreeformEditor-module__PkX7Ia__ffbSave{background:var(--edt-accent);border-color:var(--edt-accent);color:var(--edt-accent-on);font-weight:600}.FreeformEditor-module__PkX7Ia__ffbSave:disabled,.FreeformEditor-module__PkX7Ia__ffbSaveDraft:disabled{opacity:.6;cursor:default}.FreeformEditor-module__PkX7Ia__ffbPreviewLink{cursor:pointer;color:inherit;background:#1a1a2e;border:none;border-radius:.5rem;padding:.5rem 1rem;text-decoration:none}.FreeformEditor-module__PkX7Ia__ffbPublishForm{background:#16162a;border-bottom:1px solid #222;flex-wrap:wrap;align-items:center;gap:1rem;padding:1rem 1.5rem;display:flex}.FreeformEditor-module__PkX7Ia__ffbPublishForm label{color:#aaa;flex-direction:column;font-size:.8rem;display:flex}.FreeformEditor-module__PkX7Ia__ffbPublishForm input{color:inherit;background:#0f0f1e;border:1px solid #333;border-radius:.4rem;width:100px;margin-top:.25rem;padding:.4rem}.FreeformEditor-module__PkX7Ia__ffbPublishNote{color:#999;max-width:320px;margin:0;font-size:.75rem}.FreeformEditor-module__PkX7Ia__ffbBody,.FreeformEditor-module__PkX7Ia__ffbPanelGroup{flex:1;min-height:0;display:flex}.FreeformEditor-module__PkX7Ia__ffbSeparator{background:var(--edt-border);cursor:col-resize;flex-shrink:0;width:1px;position:relative}.FreeformEditor-module__PkX7Ia__ffbSeparator:after{content:"";position:absolute;inset:0 -3px}.FreeformEditor-module__PkX7Ia__ffbSeparator:hover,.FreeformEditor-module__PkX7Ia__ffbSeparator[data-resize-handle-active]{background:var(--edt-accent)}.FreeformEditor-module__PkX7Ia__ffbLeftPanel{background:var(--edt-surface);-webkit-backdrop-filter:blur(var(--edt-blur));backdrop-filter:blur(var(--edt-blur))}.FreeformEditor-module__PkX7Ia__ffbLeftPanelInner{flex-direction:row;height:100%;min-height:0;display:flex}.FreeformEditor-module__PkX7Ia__ffbToolBar{border-right:1px solid var(--edt-border);flex-direction:column;flex-shrink:0;align-items:center;gap:.25rem;width:48px;padding:.5rem 0;display:flex}.FreeformEditor-module__PkX7Ia__ffbToolBtn{border-radius:var(--edt-r-sm);width:36px;height:36px;color:var(--edt-text-dim);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:flex}.FreeformEditor-module__PkX7Ia__ffbToolBtn:hover,.FreeformEditor-module__PkX7Ia__ffbToolBtn.FreeformEditor-module__PkX7Ia__active{background:var(--edt-surface-hover);color:var(--edt-text)}.FreeformEditor-module__PkX7Ia__ffbPalette{flex:1;min-width:0;padding:1.25rem;overflow-y:auto}.FreeformEditor-module__PkX7Ia__ffbProps{background:var(--edt-surface);-webkit-backdrop-filter:blur(var(--edt-blur));backdrop-filter:blur(var(--edt-blur));padding:1.25rem}@supports not ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.FreeformEditor-module__PkX7Ia__ffbPalette,.FreeformEditor-module__PkX7Ia__ffbProps,.FreeformEditor-module__PkX7Ia__ffbLeftPanel{background:var(--edt-surface-solid)}}.FreeformEditor-module__PkX7Ia__ffbPanelTitle{font-family:var(--font-inter,Inter, system-ui, sans-serif);text-transform:uppercase;letter-spacing:.08em;color:var(--edt-text-dim);margin:0 0 .9rem;font-size:.75rem;font-weight:600}.FreeformEditor-module__PkX7Ia__ffbPanelTitleSpaced{margin-top:1.75rem}.FreeformEditor-module__PkX7Ia__ffbPanelSubtitle{color:var(--edt-text-dim);margin:1rem 0 .5rem;font-size:.8rem}.FreeformEditor-module__PkX7Ia__ffbPaletteGrid{grid-template-columns:1fr 1fr;gap:.5rem;margin-bottom:.5rem;display:grid}.FreeformEditor-module__PkX7Ia__ffbAddBtn{border-radius:var(--edt-r-md);border:1px solid var(--edt-border);background:var(--edt-surface-solid);width:100%;color:var(--edt-text);cursor:pointer;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.4rem;padding:.75rem .5rem;font-size:.7rem;transition:background .15s,border-color .15s;display:flex}.FreeformEditor-module__PkX7Ia__ffbAddBtn:hover{background:var(--edt-surface-hover);border-color:var(--edt-accent)}.FreeformEditor-module__PkX7Ia__ffbAddBtnIcon{color:var(--edt-text-dim)}.FreeformEditor-module__PkX7Ia__ffbDeleteBtn,.FreeformEditor-module__PkX7Ia__ffbResetBtn{border-radius:var(--edt-r-md);border:1px solid var(--edt-border);background:var(--edt-surface-solid);width:100%;color:var(--edt-text);cursor:pointer;text-align:left;margin-bottom:.5rem;padding:.55rem;font-size:.8rem;display:block}.FreeformEditor-module__PkX7Ia__ffbDeleteBtn{color:var(--edt-danger);border-color:var(--edt-danger);margin-bottom:1rem}.FreeformEditor-module__PkX7Ia__ffbLayerList{flex-direction:column;gap:.25rem;margin:0 0 .5rem;padding:0;list-style:none;display:flex}.FreeformEditor-module__PkX7Ia__ffbLayerItem{border-radius:var(--edt-r-sm);width:100%;color:var(--edt-text);cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;align-items:center;gap:.5rem;padding:.5rem .6rem;font-size:.75rem;display:flex}.FreeformEditor-module__PkX7Ia__ffbLayerItem:hover{background:var(--edt-surface-hover)}.FreeformEditor-module__PkX7Ia__ffbLayerItem.FreeformEditor-module__PkX7Ia__active{background:var(--edt-surface-hover);border-color:var(--edt-border)}.FreeformEditor-module__PkX7Ia__ffbLayerEye{opacity:.6;font-size:.7rem}.FreeformEditor-module__PkX7Ia__ffbLayerName{text-overflow:ellipsis;white-space:nowrap;color:inherit;font:inherit;cursor:pointer;text-align:left;background:0 0;border:none;flex:1;padding:0;overflow:hidden}.FreeformEditor-module__PkX7Ia__ffbLayerNameInput{background:var(--edt-surface);border:1px solid var(--edt-border);border-radius:var(--edt-r-sm);color:var(--edt-text);font:inherit;flex:1;padding:.1rem .3rem}.FreeformEditor-module__PkX7Ia__ffbLayerBadge{opacity:.7;flex-shrink:0;font-size:.65rem}.FreeformEditor-module__PkX7Ia__ffbLayerDragHandle{cursor:grab;opacity:.5;touch-action:none;flex-shrink:0}.FreeformEditor-module__PkX7Ia__ffbLayerDragHandle:active{cursor:grabbing}.FreeformEditor-module__PkX7Ia__ffbLayerToggle{color:inherit;opacity:.6;cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0;font-size:.75rem}.FreeformEditor-module__PkX7Ia__ffbLayerToggle:hover{opacity:1}.FreeformEditor-module__PkX7Ia__ffbLayerRowHidden{opacity:.5}.FreeformEditor-module__PkX7Ia__ffbWorkshopBtn{border-radius:var(--edt-r-full);color:#fff;cursor:not-allowed;opacity:.85;background:#000;border:none;justify-content:center;align-items:center;gap:.4rem;width:100%;margin-top:1.5rem;padding:.7rem;font-size:.8rem;font-weight:600;display:flex}.FreeformEditor-module__PkX7Ia__ffbPropsHeader{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.FreeformEditor-module__PkX7Ia__ffbPropsHeader .FreeformEditor-module__PkX7Ia__ffbPanelTitle{margin:0}.FreeformEditor-module__PkX7Ia__ffbSelectedTag{color:var(--edt-text-dim);text-transform:uppercase;letter-spacing:.05em;font-size:.7rem}.FreeformEditor-module__PkX7Ia__ffbCanvasBgTypeRow{gap:.25rem;margin-bottom:.75rem;display:flex}.FreeformEditor-module__PkX7Ia__ffbCanvasBgTypeRow button{border-radius:var(--edt-r-sm);border:1px solid var(--edt-border);background:var(--edt-surface-solid);color:var(--edt-text);cursor:pointer;flex:1;padding:.45rem;font-size:.72rem;transition:background .15s,color .15s,border-color .15s}.FreeformEditor-module__PkX7Ia__ffbCanvasBgTypeRow button:hover{background:var(--edt-surface-hover);border-color:var(--edt-accent)}.FreeformEditor-module__PkX7Ia__ffbCanvasBgTypeRow button.FreeformEditor-module__PkX7Ia__active,.FreeformEditor-module__PkX7Ia__ffbCanvasBgTypeRow button.FreeformEditor-module__PkX7Ia__active:hover{background:var(--edt-accent);border-color:var(--edt-accent);color:var(--edt-accent-on)}.FreeformEditor-module__PkX7Ia__ffbBgType{margin-bottom:.75rem;display:flex}.FreeformEditor-module__PkX7Ia__ffbBgType button{color:inherit;cursor:pointer;background:#16162a;border:1px solid #333;flex:1;padding:.4rem;font-size:.75rem}.FreeformEditor-module__PkX7Ia__ffbBgType button.FreeformEditor-module__PkX7Ia__active{background:#9b59b6}.FreeformEditor-module__PkX7Ia__ffbNetworkItem{border-radius:var(--edt-r-md);border:1px solid var(--edt-border);justify-content:space-between;align-items:center;margin-bottom:.4rem;padding:.5rem .6rem;font-size:.75rem;display:flex}.FreeformEditor-module__PkX7Ia__ffbField{color:var(--edt-text-dim);margin-bottom:.75rem;font-size:.8rem;display:block}.FreeformEditor-module__PkX7Ia__ffbField input,.FreeformEditor-module__PkX7Ia__ffbField select{border-radius:var(--edt-r-sm);border:1px solid var(--edt-border);width:100%;color:var(--edt-text);box-sizing:border-box;background:#00000008;margin-top:.3rem;padding:.5rem .6rem;font-family:inherit;display:block}.FreeformEditor-module__PkX7Ia__ffbField input:focus,.FreeformEditor-module__PkX7Ia__ffbField select:focus{border-color:var(--edt-accent);outline:none}.FreeformEditor-module__PkX7Ia__ffbFieldInline{align-items:center;gap:.5rem;display:flex}.FreeformEditor-module__PkX7Ia__ffbFieldInline input{flex:1;width:auto;margin-top:0}.FreeformEditor-module__PkX7Ia__ffbFieldValue{text-align:right;font-variant-numeric:tabular-nums;width:2rem;color:var(--edt-text-dim)}.FreeformEditor-module__PkX7Ia__ffbColorRow,.FreeformEditor-module__PkX7Ia__ffbNumericRow{gap:.5rem;margin-bottom:.5rem;display:flex}.FreeformEditor-module__PkX7Ia__ffbNumericRow .FreeformEditor-module__PkX7Ia__ffbField{flex:1}.FreeformEditor-module__PkX7Ia__ffbNumericRow input[type=number]{width:100%}.FreeformEditor-module__PkX7Ia__ffbPositionRow{gap:.5rem;margin-bottom:.5rem;display:flex}.FreeformEditor-module__PkX7Ia__ffbPositionRow .FreeformEditor-module__PkX7Ia__ffbField{flex:1}.FreeformEditor-module__PkX7Ia__ffbColorField{color:var(--edt-text-dim);text-align:center;flex:1;font-size:.7rem}.FreeformEditor-module__PkX7Ia__ffbColorField input{border:1px solid var(--edt-border);cursor:pointer;background:0 0;border-radius:6px;width:28px;height:28px;margin:.3rem auto 0;padding:0;display:block}.FreeformEditor-module__PkX7Ia__ffbFieldWithGallery{align-items:center;gap:.4rem;display:flex}.FreeformEditor-module__PkX7Ia__ffbFieldWithGallery input{flex:1;margin-top:0}.FreeformEditor-module__PkX7Ia__ffbAlignRow{gap:.25rem;margin-top:.3rem;display:flex}.FreeformEditor-module__PkX7Ia__ffbAlignRow button{border-radius:var(--edt-r-sm);border:1px solid var(--edt-border);background:var(--edt-surface-solid);color:var(--edt-text);cursor:pointer;flex:1;padding:.45rem;font-size:.72rem;transition:background .15s,color .15s,border-color .15s}.FreeformEditor-module__PkX7Ia__ffbAlignRow button:hover{background:var(--edt-surface-hover);border-color:var(--edt-accent)}.FreeformEditor-module__PkX7Ia__ffbAlignRow button.FreeformEditor-module__PkX7Ia__active,.FreeformEditor-module__PkX7Ia__ffbAlignRow button.FreeformEditor-module__PkX7Ia__active:hover{background:var(--edt-accent);border-color:var(--edt-accent);color:var(--edt-accent-on)}.FreeformEditor-module__PkX7Ia__ffbSection{border-top:1px solid var(--edt-border);padding:.75rem 0}.FreeformEditor-module__PkX7Ia__ffbSection:first-of-type{border-top:none;padding-top:0}.FreeformEditor-module__PkX7Ia__ffbSectionHeader{width:100%;color:var(--edt-text-dim);font-family:var(--font-inter,Inter, system-ui, sans-serif);text-transform:uppercase;letter-spacing:.05em;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:0;font-size:.8rem;font-weight:600;display:flex}.FreeformEditor-module__PkX7Ia__ffbSectionChevron{font-size:.7rem;transition:transform .15s;display:inline-block}.FreeformEditor-module__PkX7Ia__ffbSectionChevronOpen{transform:rotate(180deg)}.FreeformEditor-module__PkX7Ia__ffbSectionBody{margin-top:.75rem}.FreeformEditor-module__PkX7Ia__ffbCanvasZone{padding:2rem}.FreeformEditor-module__PkX7Ia__ffbCanvasZoneInner{flex-direction:column;align-items:center;gap:1rem;min-height:100%;display:flex}.FreeformEditor-module__PkX7Ia__ffbCanvas{touch-action:none;color:#fff;position:relative}.FreeformEditor-module__PkX7Ia__ffbCanvasDesktop{border:1px solid var(--edt-border);border-radius:var(--edt-r-lg);width:1200px;min-height:600px}.FreeformEditor-module__PkX7Ia__ffbCanvasMobile{width:390px;height:844px;box-shadow:0 0 0 8px var(--edt-surface-solid), 0 0 0 9px var(--edt-border), 0 20px 50px #0009;border-radius:40px;position:relative;overflow-y:auto}.FreeformEditor-module__PkX7Ia__ffbCanvasTablet{border:1px solid var(--edt-border);border-radius:var(--edt-r-lg);width:768px;max-width:100%;min-height:600px;margin:0 auto}.FreeformEditor-module__PkX7Ia__ffbCanvasDesktopMediaKit{border:1px solid #2a2a44;width:1024px;min-height:1000px}.FreeformEditor-module__PkX7Ia__ffbCanvasMobileMediaKit{border:1px solid #2a2a44;border-radius:1.5rem;width:450px;min-height:1000px;box-shadow:0 0 0 8px #1a1a2e,0 0 0 10px #333,0 20px 40px #00000080}.FreeformEditor-module__PkX7Ia__ffbCanvasTabletMediaKit{border:1px solid #2a2a44;width:768px;max-width:100%;min-height:1000px;margin:0 auto}.FreeformEditor-module__PkX7Ia__ffbMobileNotch{background:var(--edt-surface-solid);z-index:10;pointer-events:none;border-radius:0 0 14px 14px;width:120px;height:24px;position:absolute;top:0;left:50%;transform:translate(-50%)}.FreeformEditor-module__PkX7Ia__ffbMobileStatusBar{height:24px;color:var(--edt-text);z-index:5;pointer-events:none;justify-content:space-between;align-items:center;padding:0 1.25rem;font-size:.7rem;display:flex;position:absolute;top:0;left:0;right:0}.FreeformEditor-module__PkX7Ia__ffbWidgetWrap{cursor:grab;-webkit-user-select:none;user-select:none;touch-action:none;outline-offset:2px;outline:1px solid #0000;transition:outline-color .15s;position:absolute}.FreeformEditor-module__PkX7Ia__ffbWidgetWrap:hover{outline-color:#0000004d}.FreeformEditor-module__PkX7Ia__ffbWidgetWrap.FreeformEditor-module__PkX7Ia__active{outline:1.5px solid var(--edt-accent)}.FreeformEditor-module__PkX7Ia__ffbWidgetWrap:active{cursor:grabbing}.FreeformEditor-module__PkX7Ia__ffbHandle{background:var(--edt-accent);cursor:nwse-resize;border:1.5px solid #fff;border-radius:50%;width:8px;height:8px;position:absolute;bottom:-4px;right:-4px}.FreeformEditor-module__PkX7Ia__ffbResizeHandle{background:var(--edt-accent);z-index:20;border:1.5px solid #fff;border-radius:50%;width:8px;height:8px;position:absolute}.FreeformEditor-module__PkX7Ia__ffbHandleNw{cursor:nwse-resize;top:-4px;left:-4px}.FreeformEditor-module__PkX7Ia__ffbHandleN{cursor:ns-resize;top:-4px;left:50%;transform:translate(-50%)}.FreeformEditor-module__PkX7Ia__ffbHandleNe{cursor:nesw-resize;top:-4px;right:-4px}.FreeformEditor-module__PkX7Ia__ffbHandleE{cursor:ew-resize;top:50%;right:-4px;transform:translateY(-50%)}.FreeformEditor-module__PkX7Ia__ffbHandleSe{cursor:nwse-resize;bottom:-4px;right:-4px}.FreeformEditor-module__PkX7Ia__ffbHandleS{cursor:ns-resize;bottom:-4px;left:50%;transform:translate(-50%)}.FreeformEditor-module__PkX7Ia__ffbHandleSw{cursor:nesw-resize;bottom:-4px;left:-4px}.FreeformEditor-module__PkX7Ia__ffbHandleW{cursor:ew-resize;top:50%;left:-4px;transform:translateY(-50%)}.FreeformEditor-module__PkX7Ia__ffbRotateHandle{background:var(--edt-surface-solid);border:1.5px solid var(--edt-accent);cursor:grab;z-index:20;border-radius:50%;width:10px;height:10px;position:absolute;top:-28px;left:50%;transform:translate(-50%)}.FreeformEditor-module__PkX7Ia__ffbRotateHandle:before{content:"";background:var(--edt-accent);width:1px;height:18px;position:absolute;top:100%;left:50%;transform:translate(-50%)}.FreeformEditor-module__PkX7Ia__ffbDimensionsOverlay{background:var(--edt-surface-solid);border:1px solid var(--edt-border);border-radius:var(--edt-r-sm);font-variant-numeric:tabular-nums;color:var(--edt-text);white-space:nowrap;z-index:20;pointer-events:none;padding:.15rem .5rem;font-size:.7rem;position:absolute;bottom:-26px;left:50%;transform:translate(-50%)}.FreeformEditor-module__PkX7Ia__ffbFloatingToolbar{z-index:10;background:#1a1f2e;border-radius:8px;gap:.25rem;padding:.25rem;display:flex;position:absolute;top:-1.25rem;left:50%;transform:translate(-50%,-50%);box-shadow:0 4px 12px #00000040}.FreeformEditor-module__PkX7Ia__ffbFloatingToolbar button{cursor:pointer;color:#fff;background:0 0;border:none;border-radius:5px;padding:.25rem .5rem;font-size:.9rem}.FreeformEditor-module__PkX7Ia__ffbFloatingToolbar button:hover{background:#ffffff26}.FreeformEditor-module__PkX7Ia__ffbWidgetInner{width:100%;position:relative}.FreeformEditor-module__PkX7Ia__ffbWidgetInner>div{opacity:1!important;position:static!important;transform:none!important}.FreeformEditor-module__PkX7Ia__ffbWidget{box-sizing:border-box;white-space:nowrap;position:relative}.FreeformEditor-module__PkX7Ia__ffbWidgetLabel{color:#999;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;display:block}.FreeformEditor-module__PkX7Ia__ffbWidgetNumber{font-size:1.5rem;font-weight:700}.FreeformEditor-module__PkX7Ia__ffbWidgetSocial{color:#fff;border-radius:.75rem;align-items:center;gap:.5rem;padding:.5rem 1rem;font-weight:600;display:inline-flex}.FreeformEditor-module__PkX7Ia__ffbWidgetIcon{flex-shrink:0;width:18px;height:18px}.FreeformEditor-module__PkX7Ia__ffbWidgetLink{background:#1a1a2e;border-radius:.75rem;padding:.5rem 1rem;display:inline-block}.FreeformEditor-module__PkX7Ia__ffbWidgetDecoration{max-width:100%;display:block}.FreeformEditor-module__PkX7Ia__ffbWidgetPlaceholder{color:#666;border:1px dashed #444;padding:1rem;font-size:.75rem}.FreeformEditor-module__PkX7Ia__ffbAlignmentBar{border-radius:var(--edt-r-full);background:var(--edt-surface-solid);border:1px solid var(--edt-border);align-items:center;gap:.2rem;padding:.25rem;display:flex}.FreeformEditor-module__PkX7Ia__ffbAlignmentBar button{border-radius:var(--edt-r-full);width:28px;height:28px;color:var(--edt-text);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;font-size:.8rem;display:flex}.FreeformEditor-module__PkX7Ia__ffbAlignmentBar button:hover:not(:disabled){background:var(--edt-surface-hover)}.FreeformEditor-module__PkX7Ia__ffbAlignmentBar button:disabled{color:var(--edt-text-dim);opacity:.4;cursor:default}.FreeformEditor-module__PkX7Ia__ffbAlignmentBarSep{background:var(--edt-border);width:1px;height:18px;margin:0 .2rem}.FreeformEditor-module__PkX7Ia__ffbZoomControl{border-radius:var(--edt-r-full);background:var(--edt-surface-solid);border:1px solid var(--edt-border);align-items:center;gap:.3rem;padding:.2rem;display:flex}.FreeformEditor-module__PkX7Ia__ffbZoomControl button{border-radius:var(--edt-r-full);width:24px;height:24px;color:var(--edt-text);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;font-size:.9rem;display:flex}.FreeformEditor-module__PkX7Ia__ffbZoomControl button:hover{background:var(--edt-surface-hover)}.FreeformEditor-module__PkX7Ia__ffbZoomControl select{color:var(--edt-text);cursor:pointer;background:0 0;border:none;font-family:inherit;font-size:.75rem}.FreeformEditor-module__PkX7Ia__ffbCanvasWithRulers{grid-template-rows:20px 1fr;grid-template-columns:20px 1fr;display:grid}.FreeformEditor-module__PkX7Ia__ffbRulerH{background-image:repeating-linear-gradient(to right, var(--edt-border) 0, var(--edt-border) 1px, transparent 1px, transparent 100%);background-repeat:repeat-x;grid-area:1/2}.FreeformEditor-module__PkX7Ia__ffbRulerV{background-image:repeating-linear-gradient(to bottom, var(--edt-border) 0, var(--edt-border) 1px, transparent 1px, transparent 100%);background-repeat:repeat-y;grid-area:2/1}.FreeformEditor-module__PkX7Ia__ffbRulerCorner{grid-area:1/1}.FreeformEditor-module__PkX7Ia__ffbCanvasZoomWrap{grid-area:2/2}.FreeformEditor-module__PkX7Ia__ffbCanvasZoomInner{transform-origin:0 0}.FreeformEditor-module__PkX7Ia__ffbSnapGuideX{background:var(--edt-danger);pointer-events:none;z-index:50;width:1px;position:absolute;top:0;bottom:0}.FreeformEditor-module__PkX7Ia__ffbSnapGuideY{background:var(--edt-danger);pointer-events:none;z-index:50;height:1px;position:absolute;left:0;right:0}.FreeformEditor-module__PkX7Ia__ffbContextMenu{z-index:100;background:var(--edt-surface-solid);border:1px solid var(--edt-border);border-radius:var(--edt-r-md);flex-direction:column;min-width:180px;padding:.35rem;display:flex;position:fixed;box-shadow:0 8px 24px #0006}.FreeformEditor-module__PkX7Ia__ffbContextMenu button{border-radius:var(--edt-r-sm);width:100%;color:var(--edt-text);cursor:pointer;text-align:left;background:0 0;border:none;padding:.5rem .6rem;font-family:inherit;font-size:.8rem;display:block}.FreeformEditor-module__PkX7Ia__ffbContextMenu button:hover{background:var(--edt-surface-hover)}.FreeformEditor-module__PkX7Ia__ffbContextMenu button:disabled{color:var(--edt-text-dim);cursor:default}.FreeformEditor-module__PkX7Ia__ffbContextMenu button:disabled:hover{background:0 0}.FreeformEditor-module__PkX7Ia__ffbContextMenuSep{background:var(--edt-border);height:1px;margin:.3rem 0}.FreeformEditor-module__PkX7Ia__ffbGradientPresets{grid-template-columns:repeat(6,1fr);gap:.4rem;margin-top:.5rem;display:grid}.FreeformEditor-module__PkX7Ia__ffbGradientPreset{aspect-ratio:1;border-radius:var(--edt-r-sm);border:1px solid var(--edt-border);cursor:pointer;width:100%;padding:0}.FreeformEditor-module__PkX7Ia__ffbGradientPreset:hover{border-color:var(--edt-accent)}
.MobileAccountSheet-module__U-__kq__overlay{z-index:200;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;align-items:flex-end;animation:.2s MobileAccountSheet-module__U-__kq__fadeIn;display:flex;position:fixed;inset:0}@keyframes MobileAccountSheet-module__U-__kq__fadeIn{0%{opacity:0}to{opacity:1}}.MobileAccountSheet-module__U-__kq__sheet{background:var(--surface-raised);width:100%;padding:12px 0 calc(16px + env(safe-area-inset-bottom,0px));border-top:1px solid #7c3aed4d;border-radius:20px 20px 0 0;animation:.3s cubic-bezier(.16,1,.3,1) MobileAccountSheet-module__U-__kq__slideUp}@keyframes MobileAccountSheet-module__U-__kq__slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.MobileAccountSheet-module__U-__kq__handle{background:var(--border-strong);border-radius:2px;width:36px;height:4px;margin:0 auto 20px}.MobileAccountSheet-module__U-__kq__user{border-bottom:1px solid var(--border-subtle);align-items:center;gap:12px;margin-bottom:8px;padding:0 20px 16px;display:flex}.MobileAccountSheet-module__U-__kq__avatar{object-fit:cover;border:2px solid #7c3aed66;border-radius:50%;width:44px;height:44px}.MobileAccountSheet-module__U-__kq__login{color:var(--foreground);font-size:.95rem;font-weight:700}.MobileAccountSheet-module__U-__kq__sub{color:var(--foreground-muted);margin-top:1px;font-size:.78rem}.MobileAccountSheet-module__U-__kq__items{flex-direction:column;display:flex}.MobileAccountSheet-module__U-__kq__item{color:var(--foreground);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;align-items:center;gap:12px;min-height:44px;padding:14px 20px;font-family:inherit;font-size:.95rem;font-weight:500;text-decoration:none;transition:background .15s;display:flex}.MobileAccountSheet-module__U-__kq__item:active{background:var(--surface-hover)}.MobileAccountSheet-module__U-__kq__danger{color:var(--destructive)}.MobileAccountSheet-module__U-__kq__badge{background:var(--destructive);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:20px;margin-left:auto;padding:0 5px;font-size:.7rem;font-weight:700;line-height:1;display:flex}.MobileAccountSheet-module__U-__kq__divider{background:var(--border-subtle);height:1px;margin:4px 0}
.sections-module__Yacj7W__section{border-bottom:1px solid var(--border,#2a2a2a)}.sections-module__Yacj7W__summary{text-transform:uppercase;letter-spacing:.04em;cursor:pointer;opacity:.75;padding:8px 12px;font-size:12px}.sections-module__Yacj7W__body{gap:8px;padding:8px 12px 12px;display:grid}.sections-module__Yacj7W__row{grid-template-columns:1fr 1fr;gap:6px;display:grid}.sections-module__Yacj7W__field{flex-direction:column;gap:2px;font-size:12px;display:flex}.sections-module__Yacj7W__field input,.sections-module__Yacj7W__field select{font:inherit;color:inherit;border:1px solid var(--border,#333);background:#000;border-radius:4px;padding:4px 6px}
.DonationCard-module__-dt-Pq__card{background:var(--card-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border);border-radius:16px;flex-wrap:wrap;align-items:center;gap:1rem;padding:1.5rem;display:flex}.DonationCard-module__-dt-Pq__icon{color:#ec4899;background:#ec48991a;border-radius:10px;flex-shrink:0;padding:.6rem;display:inline-flex}.DonationCard-module__-dt-Pq__card h4{margin:0 0 .3rem;font-size:.95rem;font-weight:700}.DonationCard-module__-dt-Pq__card p{color:var(--foreground-muted);margin:0;font-size:.82rem}.DonationCard-module__-dt-Pq__btn{color:#fff;white-space:nowrap;transition:box-shadow var(--duration-fast) var(--ease-out);background:linear-gradient(135deg,#ec4899,#a855f7);border-radius:10px;margin-left:auto;padding:.6rem 1.1rem;font-size:.82rem;font-weight:700;text-decoration:none}.DonationCard-module__-dt-Pq__btn:hover{box-shadow:0 6px 18px #ec489959}
.FreeformWidget-module__vCVSXq__ffRevealWrap{opacity:0;transition:opacity .5s,transform .5s;position:absolute;transform:translateY(1rem);container-type:inline-size}.FreeformWidget-module__vCVSXq__ffRevealWrap.FreeformWidget-module__vCVSXq__isRevealed{opacity:1;transform:translateY(0)}.FreeformWidget-module__vCVSXq__ffWidget{box-sizing:border-box;transition:box-shadow .3s,filter .3s;position:relative}.FreeformWidget-module__vCVSXq__ffWidgetSocial,.FreeformWidget-module__vCVSXq__ffWidgetLink{transition:transform .3s,box-shadow .3s}.FreeformWidget-module__vCVSXq__ffWidgetSocial:hover,.FreeformWidget-module__vCVSXq__ffWidgetLink:hover{filter:brightness(1.1);box-shadow:0 4px 16px #0000004d}.FreeformWidget-module__vCVSXq__ffWidgetLabel{color:#999;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;display:block}.FreeformWidget-module__vCVSXq__ffWidgetText{font-size:clamp(1rem,8cqw,1.5rem);font-weight:700}.FreeformWidget-module__vCVSXq__ffWidgetSocial{box-sizing:border-box;color:#fff;white-space:normal;justify-content:center;align-items:center;gap:.5rem;width:100%;min-width:0;min-height:2.75rem;padding:.5rem 1rem;font-weight:600;text-decoration:none;display:flex}.FreeformWidget-module__vCVSXq__ffWidgetSocialIconOnly{padding:.5rem}.FreeformWidget-module__vCVSXq__ffWidgetIcon{flex-shrink:0;width:18px;height:18px}.FreeformWidget-module__vCVSXq__ffWidgetLink{box-sizing:border-box;width:100%;min-height:2.75rem;color:inherit;white-space:normal;background:#1a1a2e;justify-content:center;align-items:center;min-width:0;padding:.5rem 1rem;text-decoration:none;display:flex}.FreeformWidget-module__vCVSXq__ffWidgetDecoration{aspect-ratio:16/9;object-fit:cover;max-width:100%;display:block;width:100%!important;height:auto!important;position:static!important}.FreeformWidget-module__vCVSXq__ffWidgetNoPointer{pointer-events:none}.FreeformWidget-module__vCVSXq__ffWidgetEmbed{width:100%;position:relative;container-type:inline-size}.FreeformWidget-module__vCVSXq__ffWidgetEmbed iframe{border:none;width:100%;display:block}.FreeformWidget-module__vCVSXq__ffWidgetEmbedYoutube iframe{aspect-ratio:16/9}.FreeformWidget-module__vCVSXq__ffWidgetEmbedSpotify iframe{aspect-ratio:4/3;height:152px}
.LoginModal-module__ii0EnW__overlay{z-index:300;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000a6;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.LoginModal-module__ii0EnW__box{background:var(--surface-raised);border:1px solid var(--border);border-radius:18px;flex-direction:column;width:100%;max-width:380px;display:flex;box-shadow:0 20px 60px #0009}.LoginModal-module__ii0EnW__header{justify-content:space-between;align-items:center;padding:1.25rem 1.5rem 0;display:flex}.LoginModal-module__ii0EnW__header h3{letter-spacing:-.02em;font-size:1.05rem;font-weight:700}.LoginModal-module__ii0EnW__closeBtn{color:var(--foreground-muted);cursor:pointer;background:0 0;border:none;padding:.25rem;font-size:1.5rem;line-height:1}.LoginModal-module__ii0EnW__closeBtn:hover{color:var(--foreground)}.LoginModal-module__ii0EnW__body{padding:1.25rem 1.5rem 1.5rem}.LoginModal-module__ii0EnW__body p{color:var(--foreground-muted);margin-bottom:1rem;font-size:.9rem;line-height:1.5}.LoginModal-module__ii0EnW__options{flex-direction:column;gap:.75rem;display:flex}:is(.LoginModal-module__ii0EnW__options>a,.LoginModal-module__ii0EnW__options>button){justify-content:center;width:100%}@media (max-width:767px){.LoginModal-module__ii0EnW__box{max-width:100%}}
@keyframes SkeletonCalendrier-module__w6Laqq__shimmerMove{0%{transform:translate(-100%)}to{transform:translate(200%)}}.SkeletonCalendrier-module__w6Laqq__skWrapper{background:linear-gradient(160deg,#0d0d2b,#1a0a3a);border-radius:12px;min-height:300px;padding:1.5rem;overflow:hidden}.SkeletonCalendrier-module__w6Laqq__skHeader{flex-direction:column;gap:.6rem;margin-bottom:1.5rem;display:flex}.SkeletonCalendrier-module__w6Laqq__skBlock{background:#ffffff12;border-radius:8px;position:relative;overflow:hidden}.SkeletonCalendrier-module__w6Laqq__skBlock:after{content:"";background:linear-gradient(90deg,#0000 0%,#ffffff1f 50%,#0000 100%);animation:1.6s ease-in-out infinite SkeletonCalendrier-module__w6Laqq__shimmerMove;position:absolute;inset:0}.SkeletonCalendrier-module__w6Laqq__skTitle{width:40%;height:28px}.SkeletonCalendrier-module__w6Laqq__skSubtitle{width:25%;height:14px;margin-top:4px}.SkeletonCalendrier-module__w6Laqq__skDays{flex-direction:column;gap:.75rem;display:flex}.SkeletonCalendrier-module__w6Laqq__skDay{align-items:center;gap:1rem;display:flex}.SkeletonCalendrier-module__w6Laqq__skLabel{flex-shrink:0;width:80px;height:20px}.SkeletonCalendrier-module__w6Laqq__skCard{border-radius:10px;width:160px;height:36px}.SkeletonCalendrier-module__w6Laqq__skCard2{width:130px}
.dashboard-module__BUJBAa__dashboard{flex-direction:column;min-height:100vh;display:flex;position:relative}@media (max-width:767px){.dashboard-module__BUJBAa__dashboard{padding-bottom:calc(64px + env(safe-area-inset-bottom,0px))}}.dashboard-module__BUJBAa__scrollBody{z-index:1;padding:100px 2rem 3rem;position:relative}@media (max-width:767px){.dashboard-module__BUJBAa__scrollBody{padding:1rem 1rem 3rem}}.dashboard-module__BUJBAa__loading{justify-content:center;align-items:center;padding:6rem 0;display:flex}.dashboard-module__BUJBAa__hero{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.dashboard-module__BUJBAa__refreshBtn{white-space:nowrap}.dashboard-module__BUJBAa__heroActions{flex-direction:column;align-items:flex-end;gap:.2rem;display:flex}.dashboard-module__BUJBAa__greeting{letter-spacing:-.02em;font-size:clamp(1.5rem,4vw,2.2rem);font-weight:800}.dashboard-module__BUJBAa__analyticsGrid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-bottom:2rem;display:grid}@media (max-width:900px){.dashboard-module__BUJBAa__analyticsGrid{grid-template-columns:1fr}}.dashboard-module__BUJBAa__kpiBars{align-items:flex-end;gap:4px;height:64px;margin:.75rem 0 .25rem;display:flex;position:relative}.dashboard-module__BUJBAa__kpiBarWrap{cursor:pointer;border-radius:4px 4px 0 0;flex:1;align-items:flex-end;height:100%;display:flex}.dashboard-module__BUJBAa__kpiBarWrap:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.dashboard-module__BUJBAa__kpiBar{background:#7c3aed40;border-radius:4px 4px 0 0;width:100%;min-height:3px;transition:height .3s,filter .15s}.dashboard-module__BUJBAa__kpiBarWrap:hover .dashboard-module__BUJBAa__kpiBar{filter:brightness(1.25)}.dashboard-module__BUJBAa__kpiBarLast{background:#7c3aed;box-shadow:0 0 12px #7c3aed8c}.dashboard-module__BUJBAa__kpiBarSelected{outline:2px solid var(--primary);outline-offset:2px}.dashboard-module__BUJBAa__weeklyBubble{z-index:30;cursor:pointer;background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius-md);width:min(320px,100vw - 2rem);max-height:60vh;padding:1.1rem;animation:.1s ease-out dashboard-module__BUJBAa__weeklyBubbleIn;position:absolute;bottom:calc(100% + 14px);left:50%;overflow-y:auto;transform:translate(-50%)translateY(0);box-shadow:0 16px 40px #0000004d}.dashboard-module__BUJBAa__weeklyBubbleClosing{animation:.1s ease-in forwards dashboard-module__BUJBAa__weeklyBubbleOut}.dashboard-module__BUJBAa__weeklyBubbleArrow{background:var(--surface);border-right:1px solid var(--border-strong);border-bottom:1px solid var(--border-strong);width:14px;height:14px;position:absolute;bottom:-7px;transform:translate(-50%)rotate(45deg)}.dashboard-module__BUJBAa__weeklyBubbleTitle{margin:0;font-size:.95rem;font-weight:700}.dashboard-module__BUJBAa__weeklyBubbleTotal{letter-spacing:-.02em;margin:.75rem 0 0;font-size:1.5rem;font-weight:800}.dashboard-module__BUJBAa__weeklyDetailList{flex-direction:column;gap:.5rem;margin-top:1rem;display:flex}.dashboard-module__BUJBAa__weeklyDetailRow{background:var(--surface-hover);border-radius:8px;justify-content:space-between;align-items:center;gap:.75rem;padding:.5rem .6rem;display:flex}.dashboard-module__BUJBAa__weeklyDetailPlatform{align-items:center;gap:.5rem;font-size:.82rem;font-weight:600;display:flex}.dashboard-module__BUJBAa__weeklyDetailValue{font-size:.82rem;font-weight:700}@keyframes dashboard-module__BUJBAa__weeklyBubbleIn{0%{opacity:0;transform:translate(-50%)translateY(6px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@keyframes dashboard-module__BUJBAa__weeklyBubbleOut{0%{opacity:1;transform:translate(-50%)translateY(0)}to{opacity:0;transform:translate(-50%)translateY(6px)}}@media (max-width:767px){.dashboard-module__BUJBAa__weeklyBubble{width:max(240px,min(320px,100vw - 2rem))}}.dashboard-module__BUJBAa__kpiTrend{align-items:center;gap:.3rem;margin-bottom:.5rem;font-size:.78rem;font-weight:600;display:flex}.dashboard-module__BUJBAa__kpiTrend svg{width:16px;height:16px}.dashboard-module__BUJBAa__trendUp{color:#4ade80}.dashboard-module__BUJBAa__trendDown{color:#f87171}.dashboard-module__BUJBAa__card{background:var(--card-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border);border-radius:16px;padding:1.5rem;transition:box-shadow .3s,transform .3s;position:relative}.dashboard-module__BUJBAa__cardHeader{justify-content:space-between;align-items:flex-start;display:flex}.dashboard-module__BUJBAa__cardEyebrow{text-transform:uppercase;letter-spacing:.05em;color:var(--foreground-muted);margin:0;font-size:.7rem;font-weight:600}.dashboard-module__BUJBAa__cardNumber{margin:.3rem 0 0;font-size:1.75rem;font-weight:800}.dashboard-module__BUJBAa__cardIcon{color:#7c3aed;background:#7c3aed1a;border-radius:8px;padding:.5rem}.dashboard-module__BUJBAa__cardSub{color:var(--foreground-muted);margin:1rem 0 0;font-size:.78rem}.dashboard-module__BUJBAa__cardNetworks{flex-wrap:wrap;align-items:center;gap:.4rem;margin-top:1rem;display:flex}.dashboard-module__BUJBAa__cardNetworks .dashboard-module__BUJBAa__cardSub{margin:0}.dashboard-module__BUJBAa__networkBadge{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;display:inline-flex}.dashboard-module__BUJBAa__networkBadge svg{color:#fff;width:12px;height:12px}.dashboard-module__BUJBAa__mainGrid{grid-template-columns:2fr 1fr;align-items:start;gap:1.5rem;display:grid}@media (max-width:1100px){.dashboard-module__BUJBAa__mainGrid{grid-template-columns:1fr}}.dashboard-module__BUJBAa__toolsCol{flex-direction:column;gap:1.5rem;display:flex}.dashboard-module__BUJBAa__sectionTitle{margin:0 0 1rem;font-size:1.1rem;font-weight:700}.dashboard-module__BUJBAa__sectionTitleSm{margin:0 0 1rem;font-size:.95rem;font-weight:700}.dashboard-module__BUJBAa__bento{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (max-width:700px){.dashboard-module__BUJBAa__bento{grid-template-columns:1fr}}.dashboard-module__BUJBAa__bentoCard{background:var(--card-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border);color:var(--foreground);contain:layout paint;content-visibility:auto;contain-intrinsic-size:auto 200px;border-radius:16px;padding:1.5rem;transition:box-shadow .3s,transform .3s}.dashboard-module__BUJBAa__bentoCard:hover{box-shadow:0 12px 40px -12px var(--primary-glow);transform:translateY(-2px)}.dashboard-module__BUJBAa__bentoWide{grid-column:1/-1}.dashboard-module__BUJBAa__bentoIcon{color:#7c3aed;background:#7c3aed1a;border-radius:10px;margin-bottom:.75rem;padding:.6rem;display:inline-flex}.dashboard-module__BUJBAa__bentoCard h4{margin:0 0 .4rem;font-size:1rem;font-weight:700}.dashboard-module__BUJBAa__bentoCard p{color:var(--foreground-muted);margin:0;font-size:.82rem}.dashboard-module__BUJBAa__bentoBadges{flex-wrap:wrap;gap:.4rem;margin-top:.75rem;display:flex}.dashboard-module__BUJBAa__bentoBadge{background:var(--surface-hover);color:var(--foreground-muted);border-radius:999px;padding:.2rem .5rem;font-size:.68rem;font-weight:700}.dashboard-module__BUJBAa__bentoStats{gap:1rem;margin-top:1rem;display:flex}.dashboard-module__BUJBAa__bentoStat{flex-direction:column;display:flex}.dashboard-module__BUJBAa__bentoStatLabel{color:var(--foreground-muted);font-size:.7rem}.dashboard-module__BUJBAa__bentoStatValue{color:#7c3aed;font-size:1.1rem;font-weight:700}.dashboard-module__BUJBAa__sidebarCol{flex-direction:column;gap:1.5rem;display:flex}.dashboard-module__BUJBAa__profileCard{background:var(--card-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border);contain:layout paint;border-radius:16px;overflow:hidden}.dashboard-module__BUJBAa__profileBanner{background:linear-gradient(135deg,#7c3aed4d,#7c3aed0d);height:5rem}.dashboard-module__BUJBAa__profileBody{margin-top:-2.5rem;padding:0 1.25rem 1.25rem}.dashboard-module__BUJBAa__profileAvatar{border:3px solid var(--card-bg);object-fit:cover;background:var(--surface-hover);border-radius:50%;width:5rem;height:5rem;margin-bottom:.75rem}.dashboard-module__BUJBAa__profileBody h4{margin:0 0 .4rem;font-size:1rem;font-weight:700}.dashboard-module__BUJBAa__profileBody>p{color:var(--foreground-muted);margin:0 0 1rem;font-size:.82rem}.dashboard-module__BUJBAa__profileLinks{flex-direction:column;gap:.5rem;display:flex}.dashboard-module__BUJBAa__profileLink{background:var(--surface-hover);border:1px solid var(--border-subtle);color:var(--foreground);border-radius:10px;justify-content:space-between;align-items:center;padding:.65rem .85rem;font-size:.82rem;font-weight:600;text-decoration:none;display:flex}.dashboard-module__BUJBAa__profileLink svg:first-child{color:#7c3aed;vertical-align:middle;margin-right:.4rem}.dashboard-module__BUJBAa__calendarHeader{margin-bottom:1rem}.dashboard-module__BUJBAa__calendarHeader h4{margin:0;font-size:.95rem;font-weight:700}.dashboard-module__BUJBAa__calendarList{flex-direction:column;gap:.6rem;display:flex}.dashboard-module__BUJBAa__calendarItem{border-radius:12px;align-items:center;gap:.75rem;padding:.5rem;display:flex}.dashboard-module__BUJBAa__calendarTile{background:var(--surface-hover);border:1px solid var(--border-subtle);border-radius:10px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:48px;display:flex}.dashboard-module__BUJBAa__calendarTile span{color:var(--foreground-muted);font-size:.6rem}.dashboard-module__BUJBAa__calendarTile strong{font-size:.95rem}.dashboard-module__BUJBAa__calendarText p{margin:0;font-size:.85rem;font-weight:600}.dashboard-module__BUJBAa__calendarText span{color:var(--foreground-muted);font-size:.72rem}.dashboard-module__BUJBAa__emptyText{color:var(--foreground-muted);font-size:.85rem}.dashboard-module__BUJBAa__addEvent{text-align:center;color:#7c3aed;margin-top:1rem;font-size:.78rem;text-decoration:none;display:block}.dashboard-module__BUJBAa__addEvent:hover{text-decoration:underline}
.WorkshopGallery-module__RvDO0W__overlay{z-index:200;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.WorkshopGallery-module__RvDO0W__panel{background:var(--edt-surface,#fff);border-radius:12px;flex-direction:column;width:min(900px,92vw);max-height:85vh;display:flex;overflow:hidden}.WorkshopGallery-module__RvDO0W__header{border-bottom:1px solid var(--edt-border,#e5e7eb);justify-content:space-between;align-items:center;padding:1rem 1.25rem;font-weight:600;display:flex}.WorkshopGallery-module__RvDO0W__close{cursor:pointer;color:var(--edt-text-dim,#6b7280);background:0 0;border:none;font-size:1rem}.WorkshopGallery-module__RvDO0W__body{padding:1.25rem;overflow-y:auto}.WorkshopGallery-module__RvDO0W__sectionTitle{margin:1.25rem 0 .75rem;font-size:.9rem;font-weight:600}.WorkshopGallery-module__RvDO0W__sectionTitle:first-child{margin-top:0}.WorkshopGallery-module__RvDO0W__grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;display:grid}.WorkshopGallery-module__RvDO0W__card{border:1px solid var(--edt-border,#e5e7eb);border-radius:10px;overflow:hidden}.WorkshopGallery-module__RvDO0W__previewFrame{aspect-ratio:3/4;width:100%;position:relative;overflow:hidden}.WorkshopGallery-module__RvDO0W__previewCanvas{transform-origin:0 0;width:900px;height:1200px;position:absolute;top:0;left:0;transform:scale(.244)}.WorkshopGallery-module__RvDO0W__cardFooter{justify-content:space-between;align-items:center;gap:.5rem;padding:.6rem .75rem;display:flex}.WorkshopGallery-module__RvDO0W__cardName{margin:0;font-size:.85rem;font-weight:600}.WorkshopGallery-module__RvDO0W__cardAuthor{color:var(--edt-text-dim,#6b7280);margin:0;font-size:.75rem}.WorkshopGallery-module__RvDO0W__applyBtn{background:var(--edt-accent,#6366f1);color:var(--edt-accent-on,#fff);cursor:pointer;white-space:nowrap;border:none;border-radius:6px;padding:.4rem .75rem;font-size:.8rem}.WorkshopGallery-module__RvDO0W__empty{color:var(--edt-text-dim,#6b7280);padding:1rem 0;font-size:.85rem}.WorkshopGallery-module__RvDO0W__publishRow{gap:.5rem;display:flex}.WorkshopGallery-module__RvDO0W__publishInput{border:1px solid var(--edt-border,#e5e7eb);border-radius:6px;flex:1;padding:.5rem .75rem}
.AppShell-module__zsum4a__content{margin-left:220px;padding-top:64px;transition:margin-left .25s cubic-bezier(.16,1,.3,1)}.AppShell-module__zsum4a__content.AppShell-module__zsum4a__collapsed{margin-left:68px}@media (max-width:767px){.AppShell-module__zsum4a__content{margin-left:0;padding-top:0}}.AppShell-module__zsum4a__contentBody{min-height:1px}@media (max-width:767px){.AppShell-module__zsum4a__contentBody{padding-bottom:calc(76px + env(safe-area-inset-bottom,0px))}}
.MediaKitContextSelector-module__ykq_PG__mkContextSelector{align-items:center;gap:.5rem;display:flex}.MediaKitContextSelector-module__ykq_PG__mkContextLabel{color:var(--foreground-muted);white-space:nowrap;font-size:.8rem}.MediaKitContextSelector-module__ykq_PG__mkContextSelect{border:1px solid var(--border);background:var(--surface-hover);color:var(--foreground);border-radius:.5rem;max-width:100%;padding:.35rem .6rem;font-size:.85rem}@media (max-width:767px){.MediaKitContextSelector-module__ykq_PG__mkContextSelector{flex-wrap:wrap}.MediaKitContextSelector-module__ykq_PG__mkContextSelect{flex:1;min-width:0}}
.PublicNav-module__xPbpKa__navbar{z-index:100;background:var(--nav-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border-subtle);will-change:transform;contain:paint;position:sticky;top:0}.PublicNav-module__xPbpKa__navbarInner{justify-content:space-between;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;padding:.875rem 1.5rem;display:flex}.PublicNav-module__xPbpKa__navLogo{align-items:center;gap:.6rem;font-size:1rem;font-weight:700;text-decoration:none;display:flex}.PublicNav-module__xPbpKa__navLogo img{border-radius:6px}.PublicNav-module__xPbpKa__navLinks{gap:1.5rem;display:flex}.PublicNav-module__xPbpKa__navLinks a{color:var(--foreground-muted);font-size:.875rem;font-weight:600;text-decoration:none}.PublicNav-module__xPbpKa__navLinks a:hover{color:var(--foreground)}.PublicNav-module__xPbpKa__navLinks a.PublicNav-module__xPbpKa__active{color:var(--foreground);text-underline-offset:4px;font-weight:800;text-decoration:underline}.PublicNav-module__xPbpKa__navActions{align-items:center;gap:.75rem;display:flex}@media (max-width:900px){.PublicNav-module__xPbpKa__navLinks{display:none}}
.media-kit-editor-module__khGV-W__ffbPage{color:#f5f5f7;background:#0a0a18;flex-direction:column;min-height:100vh;display:flex}.media-kit-editor-module__khGV-W__ffbTitle{margin:0;font-size:1.1rem}.media-kit-editor-module__khGV-W__ffbHeaderActions{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.media-kit-editor-module__khGV-W__ffbWorkshopBtn{color:#f5a623;cursor:pointer;background:0 0;border:1px solid #f5a623;border-radius:.5rem;padding:.5rem 1rem}.media-kit-editor-module__khGV-W__ffbPublishForm{background:#16162a;border-bottom:1px solid #222;flex-wrap:wrap;align-items:center;gap:1rem;padding:1rem 1.5rem;display:flex}.media-kit-editor-module__khGV-W__ffbPublishForm label{color:#aaa;flex-direction:column;font-size:.8rem;display:flex}.media-kit-editor-module__khGV-W__ffbPublishForm input{color:inherit;background:#0f0f1e;border:1px solid #333;border-radius:.4rem;width:100px;margin-top:.25rem;padding:.4rem}.media-kit-editor-module__khGV-W__ffbPublishNote{color:#999;max-width:320px;margin:0;font-size:.75rem}.media-kit-editor-module__khGV-W__ffbPreviewLink,.media-kit-editor-module__khGV-W__ffbSave{cursor:pointer;color:inherit;background:#1a1a2e;border:none;border-radius:.5rem;padding:.5rem 1rem;text-decoration:none}.media-kit-editor-module__khGV-W__ffbSave{background:#9b59b6;font-weight:600}.media-kit-editor-module__khGV-W__ffbSave:disabled{opacity:.6;cursor:default}
.mentions-legales-module__Hixuba__legalPage{flex-direction:column;min-height:100svh;display:flex}.mentions-legales-module__Hixuba__legalInner{flex:1;max-width:760px;margin:0 auto;padding:3rem 1.5rem}.mentions-legales-module__Hixuba__legalInner h1{margin:0 0 .5rem;font-size:2rem}.mentions-legales-module__Hixuba__legalUpdated{color:var(--foreground-muted);margin:0 0 2rem;font-size:.8rem}.mentions-legales-module__Hixuba__legalInner section{margin-bottom:2.5rem;scroll-margin-top:80px}.mentions-legales-module__Hixuba__legalInner h2{margin:0 0 .75rem;font-size:1.25rem}.mentions-legales-module__Hixuba__legalInner p{color:var(--foreground-muted);margin:0 0 .75rem;line-height:1.7}.mentions-legales-module__Hixuba__legalInner p strong{color:var(--foreground)}.mentions-legales-module__Hixuba__legalInner ul{color:var(--foreground-muted);margin:0 0 .75rem;padding-left:1.25rem;line-height:1.7}.mentions-legales-module__Hixuba__legalInner a{color:var(--secondary);text-decoration:underline}@media (max-width:767px){.mentions-legales-module__Hixuba__legalInner{padding:2rem 1rem}.mentions-legales-module__Hixuba__legalInner h1{font-size:1.5rem}}
.pseudo-module__FsNfDq__libpPage{min-height:100vh}.pseudo-module__FsNfDq__libpState{min-height:100vh;color:var(--foreground-muted);background:var(--background);justify-content:center;align-items:center;display:flex}.pseudo-module__FsNfDq__libpCanvas{color:#fff;width:1024px;min-height:100vh;position:relative}
.editor-module__I6Npga__ffbPage{--edt-bg:#faf8ff;--edt-surface:#ffffffb3;--edt-surface-solid:#fff;--edt-surface-hover:#0000000a;--edt-border:#00000014;--edt-text:#131b2e;--edt-text-dim:#6b7280;--edt-accent:#000;--edt-accent-on:#fff;--edt-danger:#ba1a1a;--edt-ok:#2e7d32;--edt-warn:#b26a00;--edt-r-sm:8px;--edt-r-md:12px;--edt-r-lg:16px;--edt-r-full:9999px;--edt-blur:20px;background:var(--edt-bg);min-height:100vh;color:var(--edt-text);font-family:var(--font-inter,Inter, system-ui, sans-serif);flex-direction:column;display:flex}[data-theme=dark] .editor-module__I6Npga__ffbPage{--edt-bg:#0a0a0f;--edt-surface:#ffffff0f;--edt-surface-solid:#16162a;--edt-surface-hover:#ffffff14;--edt-border:#ffffff1f;--edt-text:#f4f4f8;--edt-text-dim:#9a9aa5;--edt-accent:#fff;--edt-accent-on:#000}.editor-module__I6Npga__ffbHeaderLeft{align-items:center;gap:2rem;display:flex}.editor-module__I6Npga__ffbTabs{align-items:center;gap:1.5rem;font-size:.85rem;display:flex}.editor-module__I6Npga__ffbTabActive{color:var(--edt-text);border-bottom:2px solid var(--edt-text);padding-bottom:.1rem;font-weight:600}.editor-module__I6Npga__ffbTabDisabled{color:var(--edt-text-dim);opacity:.5;cursor:not-allowed}.editor-module__I6Npga__ffbHeaderActions{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.editor-module__I6Npga__ffbIconBtn{border-radius:var(--edt-r-sm);width:32px;height:32px;color:var(--edt-text);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;font-size:1rem;text-decoration:none;transition:background .15s;display:flex}.editor-module__I6Npga__ffbIconBtn:hover{background:var(--edt-surface-hover)}.editor-module__I6Npga__ffbSaveDraft,.editor-module__I6Npga__ffbSave{border-radius:var(--edt-r-md);border:1px solid var(--edt-border);cursor:pointer;color:var(--edt-text);background:var(--edt-surface-solid);padding:.55rem 1.1rem;font-family:inherit;font-size:.85rem;text-decoration:none;transition:background .15s}.editor-module__I6Npga__ffbSaveDraft:hover{background:var(--edt-surface-hover)}.editor-module__I6Npga__ffbSave{background:var(--edt-accent);border-color:var(--edt-accent);color:var(--edt-accent-on);font-weight:600}.editor-module__I6Npga__ffbSave:disabled,.editor-module__I6Npga__ffbSaveDraft:disabled{opacity:.6;cursor:default}.editor-module__I6Npga__ffbPanelTitle{font-family:var(--font-inter,Inter, system-ui, sans-serif);text-transform:uppercase;letter-spacing:.08em;color:var(--edt-text-dim);margin:0 0 .9rem;font-size:.75rem;font-weight:600}.editor-module__I6Npga__ffbPanelTitleSpaced{margin-top:1.75rem}.editor-module__I6Npga__ffbAddBtn{border-radius:var(--edt-r-md);border:1px solid var(--edt-border);background:var(--edt-surface-solid);width:100%;color:var(--edt-text);cursor:pointer;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.4rem;padding:.75rem .5rem;font-size:.7rem;transition:background .15s,border-color .15s;display:flex}.editor-module__I6Npga__ffbAddBtn:hover{background:var(--edt-surface-hover);border-color:var(--edt-accent)}.editor-module__I6Npga__ffbWorkshopBtn{border-radius:var(--edt-r-full);color:#fff;cursor:not-allowed;opacity:.85;background:#000;border:none;justify-content:center;align-items:center;gap:.4rem;width:100%;margin-top:1.5rem;padding:.7rem;font-size:.8rem;font-weight:600;display:flex}.editor-module__I6Npga__ffbCanvasBgTypeRow{gap:.25rem;margin-bottom:.75rem;display:flex}.editor-module__I6Npga__ffbCanvasBgTypeRow button{border-radius:var(--edt-r-sm);border:1px solid var(--edt-border);background:var(--edt-surface-solid);color:var(--edt-text);cursor:pointer;flex:1;padding:.45rem;font-size:.72rem;transition:background .15s,color .15s,border-color .15s}.editor-module__I6Npga__ffbCanvasBgTypeRow button:hover{background:var(--edt-surface-hover);border-color:var(--edt-accent)}.editor-module__I6Npga__ffbCanvasBgTypeRow button.editor-module__I6Npga__active,.editor-module__I6Npga__ffbCanvasBgTypeRow button.editor-module__I6Npga__active:hover{background:var(--edt-accent);border-color:var(--edt-accent);color:var(--edt-accent-on)}.editor-module__I6Npga__ffbNetworkItem{border-radius:var(--edt-r-md);border:1px solid var(--edt-border);justify-content:space-between;align-items:center;margin-bottom:.4rem;padding:.5rem .6rem;font-size:.75rem;display:flex}.editor-module__I6Npga__ffbField{color:var(--edt-text-dim);margin-bottom:.75rem;font-size:.8rem;display:block}.editor-module__I6Npga__ffbField input,.editor-module__I6Npga__ffbField select{border-radius:var(--edt-r-sm);border:1px solid var(--edt-border);width:100%;color:var(--edt-text);box-sizing:border-box;background:#00000008;margin-top:.3rem;padding:.5rem .6rem;font-family:inherit;display:block}.editor-module__I6Npga__ffbField input:focus-visible,.editor-module__I6Npga__ffbField select:focus-visible{outline:2px solid var(--edt-accent);outline-offset:2px;border-color:var(--edt-accent)}.editor-module__I6Npga__ffbFieldInline{align-items:center;gap:.5rem;display:flex}.editor-module__I6Npga__ffbFieldInline input{flex:1;width:auto;margin-top:0}.editor-module__I6Npga__ffbFieldValue{text-align:right;font-variant-numeric:tabular-nums;width:2rem;color:var(--edt-text-dim)}.editor-module__I6Npga__ffbColorRow{gap:.5rem;margin-bottom:.5rem;display:flex}.editor-module__I6Npga__ffbColorField{color:var(--edt-text-dim);text-align:center;flex:1;font-size:.7rem}.editor-module__I6Npga__ffbColorField input{border:1px solid var(--edt-border);cursor:pointer;background:0 0;border-radius:6px;width:28px;height:28px;margin:.3rem auto 0;padding:0;display:block}.editor-module__I6Npga__ffbSection{border-top:1px solid var(--edt-border);padding:.75rem 0}.editor-module__I6Npga__ffbSection:first-of-type{border-top:none;padding-top:0}.editor-module__I6Npga__ffbSectionHeader{width:100%;color:var(--edt-text-dim);font-family:var(--font-inter,Inter, system-ui, sans-serif);text-transform:uppercase;letter-spacing:.05em;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:0;font-size:.8rem;font-weight:600;display:flex}.editor-module__I6Npga__ffbSectionChevron{font-size:.7rem;transition:transform .15s;display:inline-block}.editor-module__I6Npga__ffbSectionChevronOpen{transform:rotate(180deg)}.editor-module__I6Npga__ffbSectionBody{margin-top:.75rem}.editor-module__I6Npga__ffbGradientPresets{grid-template-columns:repeat(6,1fr);gap:.4rem;margin-top:.5rem;display:grid}.editor-module__I6Npga__ffbGradientPreset{aspect-ratio:1;border-radius:var(--edt-r-sm);border:1px solid var(--edt-border);cursor:pointer;width:100%;padding:0}.editor-module__I6Npga__ffbGradientPreset:hover{border-color:var(--edt-accent)}
.pseudo-module___h3U8a__ffPage{color:#f5f5f7;min-height:100vh}.pseudo-module___h3U8a__ffState{color:#888;justify-content:center;align-items:center;min-height:60vh;display:flex}.pseudo-module___h3U8a__ffContextSelector{justify-content:center;padding:1rem;display:flex}.pseudo-module___h3U8a__ffCanvas{width:1024px;min-height:100vh;position:relative}.pseudo-module___h3U8a__ffTemplateCredit{text-align:center;color:#777;padding:1.5rem 1rem;font-size:.75rem}.pseudo-module___h3U8a__ffTemplateCredit a{color:#9b59b6;text-decoration:none}
