#root{width:100%;margin:0;padding:0}.back-btn{background:var(--surface-2);border:1px solid var(--line);color:var(--text);cursor:pointer;box-shadow:none;border-radius:999px;margin-bottom:1rem;padding:.6rem .95rem;font-size:.9rem;transition:background-color .2s,border-color .2s,transform .2s}.back-btn:hover{background-color:#ffffff0f;border-color:#d9b15b73;transform:translateY(-1px)}:root{--bg:#070810;--bg-elevated:#0f111c;--surface:#10111cf0;--surface-2:#141623f7;--surface-3:#202337;--text:#f6f5fb;--muted:#999daf;--accent:#ff4d8d;--accent-2:#a96bff;--accent-3:#ff8db5;--line:#ffffff1a;--shadow:0 24px 64px #0006;--radius-lg:26px;--radius-md:20px;--radius-sm:12px}body{min-width:320px;min-height:100%;color:var(--text);background:radial-gradient(circle at 72% -10%,#a96bff1c,#0000 28%),linear-gradient(#070810 0%,#090a13 46%,#070810 100%);margin:0;padding:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-x:hidden}*{box-sizing:border-box}html{background:var(--bg);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;min-width:320px;min-height:100%}img,video,iframe{max-width:100%}button,input,textarea,select{font:inherit}.App{min-height:100dvh;color:var(--text);position:relative;overflow:clip visible}.App:before{content:"";pointer-events:none;background:radial-gradient(circle at 12% 20%,#ff4d8d0b,#0000 22%),radial-gradient(circle at 86% 2%,#a96bff0e,#0000 24%);position:fixed;inset:0}.app-header{z-index:20;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:max(.85rem, env(safe-area-inset-top)) max(clamp(1.25rem, 4vw, 4.5rem), env(safe-area-inset-right)) .85rem max(clamp(1.25rem, 4vw, 4.5rem), env(safe-area-inset-left));background:#06070dc7;border-bottom:1px solid #fff1;justify-content:space-between;align-items:center;gap:1rem;display:flex;position:sticky;top:0}.header-brand{text-align:left;border-radius:12px;align-items:center;display:flex;box-shadow:none!important;background:0 0!important;border:0!important;padding:0!important}.header-brand:hover{transform:none!important}.brand-mark-row{align-items:center;gap:.75rem;display:flex}.brand-mark{flex:none;width:2.5rem;height:2.5rem;display:block}.logo{letter-spacing:-.035em;color:var(--text);font-size:1.22rem;font-weight:850}.brand-subtitle{color:var(--muted);margin:0;font-size:.68rem}.header-actions,.header-nav,.header-auth-actions,.header-user-actions{flex-wrap:wrap;align-items:center;display:flex}.header-actions{justify-content:flex-end;gap:1.25rem;min-width:0}.header-account-slot{align-items:center;gap:.45rem;display:flex}.app-header .cross-app-button{color:#baf4c0;white-space:nowrap;background:#7ee78717;border-color:#7ee78747;align-items:center;gap:.4rem;font-weight:800;display:inline-flex}.app-header .cross-app-button:hover{background:#7ee78726;border-color:#7ee78775}.header-nav,.header-auth-actions,.header-user-actions{gap:.25rem}.header-nav{min-width:0}.mobile-shorts-link,.mobile-user-menu-item,.mobile-bottom-nav{display:none}.notification-shell{position:relative}.notification-bell{align-items:center;gap:.45rem;display:inline-flex;position:relative}.notification-bell-icon{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:1rem;height:1rem}.notification-count{color:#09111f;background:#ff8b5e;border-radius:999px;justify-content:center;align-items:center;min-width:1.35rem;height:1.35rem;padding:0 .3rem;font-size:.72rem;font-weight:700;display:inline-flex}.notification-panel{z-index:30;width:min(92vw,360px);padding:1rem;position:absolute;top:calc(100% + .6rem);right:0}.notification-panel-header{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.8rem;display:flex}.notification-list{overscroll-behavior:contain;gap:.65rem;max-height:min(60dvh,520px);display:grid;overflow-y:auto}.notification-item,.notification-empty{text-align:left;border-radius:var(--radius-sm);border:1px solid var(--line);background:#ffffff0a;width:100%;padding:.85rem .9rem}.notification-item{gap:.35rem;display:grid}.notification-item strong{color:var(--text)}.notification-item span,.notification-empty{color:var(--muted);line-height:1.5}.notification-item.is-unread{background:#7ee7871a;border-color:#7ee7875c}.app-header button{color:var(--text);cursor:pointer;box-shadow:none;background:0 0;border:1px solid #0000;border-radius:10px;padding:.57rem .85rem;font-size:.92rem;transition:background-color .2s,border-color .2s,transform .2s}.app-header button:hover{background-color:#ffffff0e;border-color:#ffffff12;transform:translateY(-1px)}.app-header .nav-active{color:#fff;background:#ff4d8d1c;border-color:#ff4d8d2e}.container{width:100%;min-width:0;max-width:none;margin:0 auto;padding:1.35rem 1.5rem 4rem}.App--shorts{overscroll-behavior:none;flex-direction:column;height:100dvh;min-height:0;display:flex;overflow:hidden}.App--shorts .app-header{flex:none}.container--shorts{overscroll-behavior:none;flex:auto;max-width:100%;height:auto;min-height:0;padding:1rem 1.25rem 1.1rem;overflow:hidden}.container--auth-view{align-content:center;min-height:calc(100vh - 104px);padding-top:2rem;padding-bottom:2rem;display:grid}button{color:#fff;cursor:pointer;box-shadow:none;touch-action:manipulation;background:linear-gradient(135deg,#ff4d8d,#a96bff);border:none;border-radius:999px;justify-content:center;align-items:center;gap:.45rem;padding:.72rem 1.25rem;font-size:.94rem;transition:transform .2s,filter .2s,background-color .2s;display:inline-flex}button:hover:not(:disabled){filter:brightness(1.04);transform:translateY(-1px)}button:disabled{cursor:not-allowed;box-shadow:none;background-color:#666}.loading{text-align:center;padding:2rem;font-size:1.2rem}.route-loading{min-height:55vh;color:var(--muted);flex-direction:column;justify-content:center;align-items:center;gap:.7rem;display:flex}.route-loading>span{border:2px solid #ffffff1a;border-top-color:var(--accent);border-radius:50%;width:2.2rem;height:2.2rem;animation:.8s linear infinite route-spin}@keyframes route-spin{to{transform:rotate(360deg)}}.error{color:#fff;background-color:#c92a2a2e;border:1px solid #c92a2a66;border-radius:14px;margin-bottom:1rem;padding:1rem}.success{color:#fff;background-color:#37b24d2e;border:1px solid #37b24d66;border-radius:14px;margin-bottom:1rem;padding:1rem}.status-banner{margin-bottom:1.25rem}.session-banner{width:100%;color:var(--muted);justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:1rem 1.2rem;display:flex}.session-banner>div{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.session-banner strong{color:var(--text)}.session-banner p{max-width:44ch;margin:0;line-height:1.6}.session-label{color:var(--accent-3);text-transform:uppercase;letter-spacing:.08em;font-size:.72rem}.guest-banner,.auth-panel-shell{margin-bottom:1.5rem}.guest-banner{justify-content:space-between;align-items:center;gap:1.2rem;padding:1.25rem 1.35rem;display:flex}.guest-banner strong,.auth-panel-header strong{color:var(--text);margin-top:.25rem;font-size:1.05rem;display:block}.guest-banner p,.auth-panel-header p{color:var(--muted);margin:.45rem 0 0;line-height:1.65}.guest-banner-actions,.auth-panel-header{align-items:center;gap:.85rem;display:flex}.guest-banner-actions{flex-wrap:wrap}.ghost-action-btn{color:var(--text);border:1px solid var(--line);box-shadow:none;background:#ffffff0a}.profile-pill{background:#ffffff0a;align-items:center;gap:.55rem;display:inline-flex}.profile-pill-avatar{color:#fff;background:linear-gradient(135deg,#ff4d8d,#a96bff);border-radius:50%;justify-content:center;align-items:center;width:1.7rem;height:1.7rem;font-weight:700;display:inline-flex}.user-menu-shell{position:relative}.user-menu-dropdown{z-index:30;border-radius:var(--radius-sm);border:1px solid var(--line);background:var(--surface-2);width:180px;padding:.5rem 0;position:absolute;top:calc(100% + .6rem);right:0}.user-menu-item{text-align:left;width:100%;color:var(--text);cursor:pointer;background:0 0;border:none;padding:.65rem 1rem;font-size:.9rem;transition:background-color .15s;display:block}.user-menu-item:hover{background-color:#ffffff0f}.user-menu-item.user-menu-logout{color:#ff8b5e}.user-menu-item.user-menu-logout:hover{background-color:#ff8b5e1a}.user-menu-notifications{justify-content:space-between;align-items:center;gap:.75rem}.user-menu-count{color:#09111f;background:#ff8b5e;border-radius:999px;justify-content:center;align-items:center;min-width:1.3rem;height:1.3rem;padding:0 .3rem;font-size:.68rem;font-weight:800;display:inline-flex}.user-menu-divider{border:none;border-top:1px solid var(--line);margin:.4rem 0}.header-login-btn{font-weight:750;color:#0b0c13!important;background:#f4f3f8!important;padding-inline:1.05rem!important}.auth-panel-shell{padding:1.25rem}.auth-panel-shell-standalone{width:min(100%,760px);margin:0 auto}.auth-panel-header{justify-content:space-between;margin-bottom:1rem}.integration-panel{border-radius:var(--radius-lg);border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow);margin-bottom:1.5rem;padding:1.2rem}.integration-panel-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.integration-panel-header h2{margin:.2rem 0 0;font-size:1.05rem}.integration-eyebrow{color:var(--accent-3);text-transform:uppercase;letter-spacing:.08em;margin:0;font-size:.72rem}.integration-badge{border:1px solid var(--line);border-radius:999px;padding:.45rem .75rem;font-size:.85rem}.integration-badge.is-ready{color:#8ce99a;background:#37b24d29}.integration-badge.is-pending{color:#ffd28a;background:#ffb34724}.integration-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.integration-card{border:1px solid var(--line);background:var(--surface-2);border-radius:16px;flex-direction:column;gap:.45rem;min-height:108px;padding:1rem;display:flex}.integration-card strong{font-size:.98rem}.integration-card span{color:var(--muted);line-height:1.45}.integration-card-online{background:#37b24d1a;border-color:#37b24d59}.integration-card-warning{background:#ffb34714;border-color:#ffb34759}.integration-card-offline{background:#c92a2a1f;border-color:#c92a2a59}.integration-card-neutral{border-color:#ffffff1f}.integration-issues{flex-wrap:wrap;gap:.65rem;margin-top:1rem;display:flex}.integration-copy{color:var(--muted);margin:1rem 0 0;line-height:1.65}.creator-studio-shell{gap:1.2rem;display:grid}.creator-studio-header{justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.2rem 1.3rem;display:flex}.creator-studio-header p{color:var(--muted);margin:.45rem 0 0;line-height:1.6}.creator-studio-tabs{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.panel-shell{border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow);background:linear-gradient(#0f1624f5,#080d18f5)}.panel-muted{background:linear-gradient(#0e1625fa,#090f1bfa)}.section-eyebrow{text-transform:uppercase;letter-spacing:.16em;color:#9be9a8;margin:0 0 .55rem;font-size:.72rem}.section-heading-row{justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1rem;display:flex}.section-heading-row h2,.section-heading-row h3{margin:0}.chip-row{flex-wrap:wrap;gap:.65rem;display:flex}.soft-chip{border:1px solid var(--line);color:var(--muted);background:#ffffff0a;border-radius:999px;align-items:center;gap:.35rem;padding:.45rem .75rem;font-size:.82rem;display:inline-flex}.soft-input,.soft-select,.soft-textarea{border:1px solid var(--line);border-radius:var(--radius-sm);background-color:var(--surface-2);color:#fff;width:100%;padding:.9rem .95rem;font-family:inherit;font-size:.96rem}.soft-input:focus,.soft-select:focus,.soft-textarea:focus{background-color:#202733;border-color:#7ee7878c;outline:none;box-shadow:0 0 0 3px #7ee7871a}.app-footer{color:#767b8d;background:#05060b99;border-top:1px solid #ffffff12;grid-template-columns:minmax(260px,1.3fr) minmax(260px,1fr) auto;align-items:center;gap:2rem;margin-top:4rem;padding:2.4rem clamp(1.25rem,4vw,4.5rem) 2.8rem;display:grid}.footer-brand{align-items:center;gap:.8rem;display:flex}.footer-brand strong,.footer-brand small{display:block}.footer-brand strong{color:#f5f4f9;font-size:1rem}.footer-brand small{color:#777c8f;margin-top:.2rem}.app-footer p,.app-footer>span{margin:0;font-size:.74rem;line-height:1.65}:focus-visible{outline-offset:3px;outline:2px solid #ff699df2}@media (width<=1100px){.app-header{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.7rem 1rem;display:grid}.header-actions{grid-column:1/-1;grid-template-columns:minmax(0,1fr) auto;gap:.75rem;width:100%;margin-left:0;display:grid}.header-nav{overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;touch-action:pan-x pan-y pinch-zoom;justify-content:flex-start;overflow:auto hidden}.header-nav::-webkit-scrollbar{display:none}.header-nav button{flex:none}.session-banner,.guest-banner,.auth-panel-header{flex-direction:column;align-items:flex-start}.integration-grid{grid-template-columns:1fr}.creator-studio-header{flex-direction:column}.app-footer{grid-template-columns:1fr;gap:1.15rem}.container--shorts{height:auto;min-height:0;overflow:hidden}}@media (width<=640px){.App:not(.App--shorts){padding-bottom:calc(68px + env(safe-area-inset-bottom))}.container--shorts{padding:0}.app-header{min-height:calc(64px + env(safe-area-inset-top));padding:max(.7rem, env(safe-area-inset-top)) max(.85rem, env(safe-area-inset-right)) .7rem max(.85rem, env(safe-area-inset-left));-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);grid-template-columns:minmax(0,1fr) auto;gap:.45rem;display:grid}.logo{font-size:1.05rem}.brand-subtitle{display:none}.brand-mark{width:2.15rem;height:2.15rem}.header-actions{grid-column:auto;gap:.25rem;width:auto;height:auto;margin:0;display:flex;position:static}.app-header .cross-app-button{display:none}.cross-app-label{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.header-nav,.mobile-shorts-link{display:none}.mobile-bottom-nav{z-index:28;min-height:calc(64px + env(safe-area-inset-bottom));padding:.35rem max(.35rem, env(safe-area-inset-right)) env(safe-area-inset-bottom) max(.35rem, env(safe-area-inset-left));-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#07080eeb;border-top:1px solid #ffffff1a;grid-template-columns:repeat(5,minmax(0,1fr));display:grid;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -14px 34px #00000052}.mobile-bottom-nav button{color:#777d91;min-width:0;min-height:56px;box-shadow:none;background:0 0;border:0;border-radius:12px;align-content:center;place-items:center;gap:.2rem;padding:.25rem .1rem;display:grid}.mobile-bottom-nav button.is-active{color:#fff;background:#ff4d8d1a}.mobile-bottom-nav svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:1.25rem;height:1.25rem}.mobile-bottom-nav span{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:.62rem;font-weight:750;overflow:hidden}.header-user-actions{width:auto;display:flex}.header-account-slot{gap:.25rem;display:flex;position:static;transform:none}.header-login-btn{width:auto!important;padding:.52rem .8rem!important;font-size:.75rem!important;display:inline-flex!important;position:static!important}.profile-pill>span:last-child{display:none}.profile-pill{min-width:2.4rem;min-height:2.4rem;padding:.35rem!important}.notification-bell{display:none}.notification-label{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.notification-bell-icon{width:1.15rem;height:1.15rem}.notification-count{min-width:1.15rem;height:1.15rem;padding:0 .2rem;font-size:.62rem;position:absolute;top:-.2rem;right:-.2rem}.notification-panel{top:calc(64px + env(safe-area-inset-top));right:max(.6rem, env(safe-area-inset-right));left:max(.6rem, env(safe-area-inset-left));width:auto;max-height:calc(100dvh - 150px - env(safe-area-inset-bottom));position:fixed;overflow:hidden}.notification-panel-header{align-items:flex-start}.notification-panel-header .ghost-action-btn{width:auto;padding:.45rem .65rem;font-size:.68rem}.notification-list{max-height:calc(100dvh - 230px - env(safe-area-inset-bottom))}.user-menu-dropdown{top:calc(64px + env(safe-area-inset-top));right:max(.6rem, env(safe-area-inset-right));width:min(250px,100vw - 1.2rem);position:fixed}.mobile-user-menu-item{display:flex}.guest-banner-actions button,.auth-panel-header button{justify-content:center;width:100%}.container{padding:1.1rem max(.8rem, env(safe-area-inset-right)) 3rem max(.8rem, env(safe-area-inset-left))}.container--shorts{height:auto;padding:1rem .9rem 2rem;overflow:visible}.guest-banner,.auth-panel-shell,.integration-panel,.session-banner{border-radius:22px}.section-heading-row{flex-wrap:wrap;align-items:flex-start}.app-footer{margin-top:2.5rem;padding:2rem 1rem}}@media (width<=380px){.logo{font-size:.95rem}.brand-mark{width:2rem;height:2rem}.brand-mark-row{gap:.55rem}.header-login-btn{padding-inline:.65rem!important}}@media (width<=360px){.header-brand .brand-mark{display:none}}@media (pointer:coarse){button,select,input[type=checkbox],input[type=radio]{min-height:44px}}@media (hover:none){button:hover:not(:disabled),.app-header button:hover{transform:none}}.language-selector{color:#d9dbe5;background:#ffffff0b;border:1px solid #ffffff1c;border-radius:10px;align-items:center;gap:.35rem;min-height:38px;padding:0 .55rem;display:inline-flex;position:relative}.language-symbol{color:#ff7aa9;font-size:.78rem;font-weight:850}.language-code{display:none}.language-selector select{max-width:108px;min-height:34px;color:inherit;cursor:pointer;background:0 0;border:0;outline:0;padding:0 1.1rem 0 0;font-size:.72rem;font-weight:750}.language-selector option{color:#fff;background:#292c32}@media (width<=640px){.language-selector{justify-content:center;width:38px;min-height:38px;padding:0}.language-symbol{display:none}.language-code{color:#f2f3f8;letter-spacing:.04em;font-size:.66rem;font-weight:850;display:block}.language-selector select{opacity:0;cursor:pointer;width:100%;max-width:none;min-height:100%;padding:0;position:absolute;inset:0}}.landing-page{--landing-ink:#f7f4ef;--landing-muted:#f7f4efa8;min-height:100vh;color:var(--landing-ink);background:#070811;overflow:hidden}.landing-cinematic{isolation:isolate;flex-direction:column;min-height:100dvh;padding:0 clamp(1.25rem,4.6vw,5.5rem);display:flex;position:relative;overflow:hidden}.landing-cinematic:before{content:"";z-index:-2;pointer-events:none;background:linear-gradient(90deg,#05060dd6 0%,#05060d8a 36%,#05060d14 72%,#05060d3d 100%),linear-gradient(#05060d52 0%,#05060d05 48%,#05060dc7 100%);position:absolute;inset:0}.landing-video-reel{z-index:-3;pointer-events:none;background:#070810;position:absolute;inset:0;overflow:hidden}.landing-video-slide{opacity:0;filter:saturate(1.12)contrast(1.04)brightness(1.06);transition:opacity 1.5s;position:absolute;inset:0}.landing-video-slide.is-active{opacity:1}.landing-video-slide:after{content:"";background:linear-gradient(#06070e05,#06070e1f);position:absolute;inset:0}.landing-video-slide iframe,.landing-video-slide video{object-fit:cover;border:0;width:max(100%,177.78vh);max-width:none;height:max(100%,56.25vw);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(1.03)}.landing-reel-progress{z-index:2;gap:.42rem;display:flex;position:absolute;bottom:2.5rem;right:clamp(1.25rem,4.6vw,5.5rem)}.landing-reel-progress span{background:#ffffff40;width:1.8rem;height:2px;transition:width .3s,background .3s}.landing-reel-progress span.is-active{background:#fff;width:3.8rem}.landing-glow{filter:blur(130px);opacity:.08;z-index:-1;pointer-events:none;border-radius:50%;width:34rem;height:34rem;position:absolute}.landing-glow--creator{background:#ff476f;top:20%;left:-18rem}.landing-glow--stream{background:#7457ff;bottom:-14rem;right:-15rem}.landing-header{border-bottom:1px solid #ffffff21;align-items:center;gap:clamp(1rem,3vw,3rem);min-height:6rem;display:flex}.landing-brand{color:inherit;letter-spacing:.22em;white-space:nowrap;align-items:center;gap:.75rem;font-size:.88rem;font-weight:900;text-decoration:none;display:inline-flex}.landing-brand img{width:2.45rem;height:2.45rem}.landing-nav{align-items:center;gap:clamp(1rem,2.2vw,2.1rem);margin-left:auto;display:flex}.landing-nav a,.landing-nav button{color:#ffffffb8;cursor:pointer;background:0 0;border:0;padding:.6rem 0;font-size:.76rem;font-weight:750;text-decoration:none;transition:color .2s}.landing-nav a:hover,.landing-nav button:hover{color:#fff}.landing-header-actions{align-items:center;gap:.65rem;display:flex}.landing-language{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#05060d75;border:1px solid #fff3;border-radius:.45rem;align-items:center;gap:.4rem;min-height:2.45rem;padding:0 .65rem;display:flex}.landing-language span{color:#ff7192;font-size:.72rem;font-weight:900}.landing-language select{color:#fff;cursor:pointer;background:0 0;border:0;outline:0;max-width:6.5rem;font-size:.72rem;font-weight:750}.landing-language option{color:#fff;background:#12141f}.landing-login{color:#090a12;cursor:pointer;background:#fff;border:1px solid #ffffff1f;border-radius:.45rem;min-height:2.45rem;padding:0 1rem;font-size:.72rem;font-weight:850;transition:transform .2s,background .2s}.landing-login:hover{background:#f1eaff;transform:translateY(-1px)}.landing-hero{flex-direction:column;flex:1;justify-content:center;width:min(100%,88rem);margin:auto;padding:clamp(3rem,8vh,7rem) 0 2.4rem;display:flex}.landing-intro{width:min(100%,52rem)}.landing-kicker,.landing-section-heading p,.landing-centered-heading>p{color:#ff6388;letter-spacing:.24em;align-items:center;gap:.75rem;margin:0 0 1.25rem;font-size:.66rem;font-weight:900;display:flex}.landing-kicker span{background:currentColor;width:2.6rem;height:1px}.landing-intro h1{letter-spacing:-.065em;text-shadow:0 5px 35px #00000080;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(4rem,7vw,7.4rem);font-weight:500;line-height:.88}.landing-intro h1 em{color:#0000;-webkit-text-stroke:1px #f7f2ebb8;font-weight:400}.landing-description{color:#f7f2ebd1;text-shadow:0 2px 18px #000000c2;max-width:39rem;margin:1.7rem 0 0;font-size:clamp(.98rem,1.3vw,1.16rem);line-height:1.65}.landing-primary-actions{flex-wrap:wrap;gap:.75rem;margin-top:2rem;display:flex}.landing-primary{cursor:pointer;border:1px solid #0000;border-radius:.5rem;justify-content:center;align-items:center;gap:.65rem;min-height:3.15rem;padding:0 1.35rem;font-size:.78rem;font-weight:900;transition:transform .22s,background .22s,border-color .22s;display:inline-flex}.landing-primary:hover{transform:translateY(-2px)}.landing-primary--creator{color:#080910;background:#fff}.landing-primary--creator:hover{background:#f2eaff}.landing-primary--watch{color:#fff;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#08091175;border-color:#ffffff4d}.landing-primary--watch:hover{background:#080911ad;border-color:#ffffff94}.landing-play{color:#aa96ff;font-size:.68rem}.landing-scroll-cue{color:#ffffff8f;letter-spacing:.13em;text-transform:uppercase;align-items:center;gap:.65rem;width:max-content;margin-top:auto;font-size:.63rem;font-weight:800;text-decoration:none;display:flex}.landing-scroll-cue span{border:1px solid #ffffff38;border-radius:50%;place-items:center;width:1.8rem;height:1.8rem;display:grid}.landing-section{width:min(100% - 2.5rem,88rem);margin:0 auto;padding:clamp(5rem,9vw,9rem) 0}.landing-section-heading{justify-content:space-between;align-items:flex-end;gap:3rem;margin-bottom:2.5rem;display:flex}.landing-section-heading>div{max-width:48rem}.landing-section-heading>span{max-width:31rem;color:var(--landing-muted);font-size:.88rem;line-height:1.65}.landing-section-heading h2,.landing-centered-heading h2{letter-spacing:-.05em;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.5rem,4.6vw,5rem);font-weight:500;line-height:1}.landing-centered-heading{text-align:center;max-width:60rem;margin:0 auto 3rem}.landing-centered-heading>p{justify-content:center}.landing-showcase{border-bottom:1px solid #ffffff17}.landing-showcase-grid{grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:15rem;gap:.8rem;display:grid}.landing-showcase-card{color:#fff;text-align:left;cursor:pointer;isolation:isolate;background:#10121c;border:1px solid #ffffff1a;border-radius:1rem;min-height:0;padding:0;position:relative;overflow:hidden}.landing-showcase-card:first-child{grid-area:span 2/span 2}.landing-showcase-card img,.landing-showcase-fallback{object-fit:cover;width:100%;height:100%;transition:transform .6s,filter .6s;position:absolute;inset:0}.landing-showcase-fallback{background:radial-gradient(circle at 60% 28%,#7352ff7a,#0000 35%),linear-gradient(145deg,#171224,#090b14)}.landing-showcase-shade{background:linear-gradient(#0000 20%,#05060c26 48%,#05060cf5 100%);position:absolute;inset:0}.landing-showcase-index{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#04050a40;border:1px solid #ffffff38;border-radius:50%;place-items:center;width:2.5rem;height:2.5rem;font:700 .66rem/1 ui-monospace,monospace;display:grid;position:absolute;top:1rem;left:1rem}.landing-showcase-content{z-index:1;flex-direction:column;align-items:flex-start;display:flex;position:absolute;inset:auto 1.3rem 1.35rem}.landing-showcase-content small{color:#ff7998;letter-spacing:.16em;text-transform:uppercase;font-size:.58rem;font-weight:900}.landing-showcase-content strong{margin:.35rem 0 .7rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.45rem,2.2vw,2.25rem);font-weight:500;line-height:1.05}.landing-showcase-content span{letter-spacing:.1em;text-transform:uppercase;font-size:.67rem;font-weight:850}.landing-showcase-card:hover img,.landing-showcase-card:hover .landing-showcase-fallback{filter:saturate(1.15);transform:scale(1.045)}.landing-showcase-card:focus-visible,.landing-primary:focus-visible,.landing-login:focus-visible{outline-offset:4px;outline:2px solid #fff}.landing-experiences{background:linear-gradient(#090a13,#0b0c16);width:100%;max-width:none;padding-inline:max(1.25rem,50vw - 44rem)}.landing-experience-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.landing-experience{border:1px solid #ffffff1c;border-radius:1.2rem;flex-direction:column;align-items:flex-start;min-height:30rem;padding:clamp(1.7rem,3vw,3.2rem);display:flex;position:relative;overflow:hidden}.landing-experience:before{content:"";filter:blur(65px);opacity:.32;border-radius:50%;width:23rem;height:23rem;position:absolute;top:-9rem;right:-8rem}.landing-experience--creator{background:linear-gradient(145deg,#28121d,#0d0e17 62%)}.landing-experience--creator:before{background:#df315e}.landing-experience--watch{background:linear-gradient(145deg,#181534,#0d0e17 62%)}.landing-experience--watch:before{background:#6448e7}.landing-experience-number{color:#ffffff78;letter-spacing:.14em;font:.68rem/1 ui-monospace,monospace}.landing-experience-symbol{color:#ff7596;border:1px solid #fff3;border-radius:50%;place-items:center;width:5rem;height:5rem;margin:auto 0 1.8rem;font-size:1.6rem;display:grid;box-shadow:0 0 0 1rem #ffffff06}.landing-experience--watch .landing-experience-symbol{color:#aa98ff;font-size:1.1rem}.landing-experience h3{letter-spacing:-.045em;max-width:31rem;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,3.3vw,3.5rem);font-weight:500}.landing-experience p{max-width:34rem;min-height:3.5rem;color:var(--landing-muted);margin:1rem 0 1.8rem;font-size:.9rem;line-height:1.65}.landing-experience button{color:#fff;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;background:0 0;border:0;border-top:1px solid #ffffff24;justify-content:space-between;align-items:center;width:100%;padding:1rem 0;font-size:.69rem;font-weight:900;display:flex}.landing-reasons{border-bottom:1px solid #ffffff17}.landing-reason-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem;display:grid}.landing-reason-grid article{background:linear-gradient(155deg,#ffffff0e,#ffffff04);border:1px solid #ffffff17;border-radius:.9rem;min-height:16rem;padding:1.4rem}.landing-reason-grid article>span{color:#ff6b8d;font:700 .65rem/1 ui-monospace,monospace}.landing-reason-grid h3{margin:5rem 0 .75rem;font-size:1.03rem}.landing-reason-grid p{color:var(--landing-muted);margin:0;font-size:.8rem;line-height:1.65}.landing-faq{max-width:66rem}.landing-faq-list{border-top:1px solid #ffffff1f}.landing-faq details{border-bottom:1px solid #ffffff1f}.landing-faq summary{cursor:pointer;justify-content:space-between;align-items:center;gap:2rem;padding:1.45rem .25rem;font-size:clamp(.94rem,1.3vw,1.08rem);font-weight:750;list-style:none;display:flex}.landing-faq summary::-webkit-details-marker{display:none}.landing-faq summary span{color:#ff7394;font-size:1.3rem;font-weight:400;transition:transform .2s}.landing-faq details[open] summary span{transform:rotate(45deg)}.landing-faq details p{max-width:52rem;color:var(--landing-muted);margin:-.3rem 0 1.5rem;font-size:.88rem;line-height:1.75}.landing-final-cta{background:radial-gradient(circle at 80% 10%,#6f4bff38,#0000 33%),radial-gradient(circle at 12% 90%,#ff437029,#0000 34%),#0d0e18;border:1px solid #ffffff1f;border-radius:1.2rem;justify-content:space-between;align-items:center;gap:3rem;width:min(100% - 2.5rem,88rem);min-height:17rem;margin:0 auto 5rem;padding:clamp(2rem,4vw,4rem);display:flex}.landing-final-cta>div:first-child{max-width:47rem}.landing-final-cta p{letter-spacing:-.05em;margin:0 0 .8rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.1rem,4vw,4.2rem);line-height:1}.landing-final-cta>div:first-child span{color:var(--landing-muted);font-size:.9rem}.landing-final-cta .landing-primary-actions{flex-shrink:0;margin:0}.landing-footer{color:#ffffff85;border-top:1px solid #ffffff1a;grid-template-columns:auto 1fr auto;align-items:center;gap:2rem;min-height:8rem;padding:1.5rem clamp(1.25rem,4.6vw,5.5rem);display:grid}.landing-footer .landing-brand{color:#fff}.landing-footer-links{flex-wrap:wrap;justify-content:center;gap:1rem 1.5rem;display:flex}.landing-footer-links a{color:inherit;font-size:.68rem;text-decoration:none}.landing-footer-links a:hover{color:#fff}.landing-footer small{letter-spacing:.13em;white-space:nowrap;font-size:.6rem}body.animaged-landing-active iframe[title*=chat i],body.animaged-landing-active [id*=chat-widget i],body.animaged-landing-active [class*=chat-widget i],body.animaged-landing-active [id*=botpress i],body.animaged-landing-active [class*=botpress i]{display:none!important}@media (width<=980px){.landing-nav{display:none}.landing-header-actions{margin-left:auto}.landing-showcase-grid{grid-template-columns:1fr 1fr}.landing-showcase-card:first-child{grid-area:auto/1/auto/-1}.landing-section-heading{flex-direction:column;align-items:flex-start;gap:1.25rem}.landing-reason-grid{grid-template-columns:1fr 1fr}.landing-final-cta{flex-direction:column;align-items:flex-start}.landing-footer{text-align:center;grid-template-columns:1fr;justify-items:center}}@media (width<=640px){.landing-cinematic{padding-inline:1rem}.landing-cinematic:before{background:linear-gradient(#05060d8a,#05060d33 34%,#05060dd6)}.landing-header{min-height:5rem}.landing-brand{letter-spacing:.16em;gap:.55rem;font-size:.72rem}.landing-brand img{width:2.1rem;height:2.1rem}.landing-language{justify-content:center;width:2.45rem;padding:0}.landing-language span{color:#fff;font-size:.65rem}.landing-language select{opacity:0;width:2.45rem;height:2.45rem;position:absolute}.landing-login{padding:0 .75rem}.landing-hero{padding:3.4rem 0 1.4rem}.landing-intro h1{font-size:clamp(3.35rem,16vw,5rem)}.landing-description{max-width:30rem;margin-top:1.3rem;font-size:.94rem;line-height:1.55}.landing-primary-actions{width:100%}.landing-primary{flex:1;padding-inline:.85rem}.landing-scroll-cue{display:none}.landing-reel-progress{bottom:1.5rem;right:1rem}.landing-section{width:min(100% - 2rem,88rem);padding:4.5rem 0}.landing-showcase-grid{grid-template-columns:1fr}.landing-showcase-card:first-child{grid-column:auto}.landing-experiences{width:100%;padding-inline:1rem}.landing-experience-grid{grid-template-columns:1fr}.landing-experience{min-height:25rem}.landing-reason-grid{grid-template-columns:1fr}.landing-reason-grid article{min-height:12rem}.landing-reason-grid h3{margin-top:3rem}.landing-final-cta{width:calc(100% - 2rem);margin-bottom:3rem}.landing-final-cta .landing-primary-actions{width:100%}.landing-footer{padding-inline:1rem}}@media (prefers-reduced-motion:reduce){.landing-video-slide,.landing-showcase-card img,.landing-showcase-fallback,.landing-primary{transition:none}}
