:root{--bg:#000;--ink:#f0f0f0;--muted-ink:#9ca3af;--line:#ffffff1a;--chip:#ffffff0d;--accent:#8b5cf6;--qefy-red:#d83b2d;--qefy-soft:#ffffff0d;--hero-muted:#9ca3af;--hero-strong:#f3f4f6;--hero-copy:#d1d5db;--platform-copy:#9ca3af;--menu-line:#fff3;--footer-border:#ffffff1a}*{box-sizing:border-box}.glow-bg{z-index:0;pointer-events:none;position:fixed;inset:0;overflow:hidden}.glow{filter:blur(100px);opacity:.5;border-radius:50%;width:40vw;height:40vw;animation:10s ease-in-out infinite alternate glow-animation;position:absolute}.glow-1{background:radial-gradient(circle,#3b82f6cc 0%,#2563eb00 70%);animation-delay:0s;top:20%;left:20%}.glow-2{background:radial-gradient(circle,#8b5cf6cc 0%,#7c3aed00 70%);animation-delay:2s;bottom:20%;right:20%}@keyframes glow-animation{0%{opacity:.5;transform:translate(0)scale(1)}50%{opacity:.7;transform:translate(5%,5%)scale(1.2)}to{opacity:.5;transform:translate(-5%,-5%)scale(1)}}.bg-pattern{pointer-events:none;z-index:1;background-image:linear-gradient(90deg,#ffffff05 1px,#0000 1px),linear-gradient(#ffffff05 1px,#0000 1px);background-size:20px 20px;width:100%;height:100%;position:fixed;top:0;left:0}html{scroll-behavior:smooth}html,body{margin:0;padding:0}body{background:var(--bg);min-height:100vh;color:var(--ink);font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.page{z-index:2;width:min(100%,1280px);min-height:100vh;margin:0 auto;padding:14px 18px 48px;position:relative;overflow:hidden}.topbar{border:1px solid var(--line);z-index:50;background:var(--bg);border-radius:12px;justify-content:space-between;align-items:center;max-width:1180px;margin:0 auto;padding:10px 14px;transition:box-shadow .2s,border-color .2s;display:flex;position:sticky;top:14px}.topbar.stuck{border-color:var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#000000e0;box-shadow:0 4px 20px #0000001a}.brand{align-items:center;gap:10px;display:flex}.brandMark{justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.logoImg{object-fit:contain;border-radius:6px;width:100%;height:100%}.brandName{letter-spacing:-.02em;font-family:Times New Roman,Georgia,serif;font-size:34px}.topbarActions{align-items:center;gap:8px;display:flex}.primaryButton{color:#f0f0f0;letter-spacing:.01em;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff26;border-radius:12px;padding:12px 22px;font-weight:700;transition:transform .16s,box-shadow .16s;box-shadow:0 2px 8px #0000004d}.primaryButton:hover{background:#ffffff14;transform:translateY(-1px);box-shadow:0 4px 16px #0006}.primaryButton.large{color:#f0f0f0;background:#ffffff0d;border:1px solid #ffffff26;border-radius:16px;padding:17px 38px;font-size:34px;box-shadow:0 2px 8px #0000004d}.primaryButton.large:hover{background:#ffffff14;box-shadow:0 4px 16px #0006}.primaryButton.large:active{transform:translateY(1px);box-shadow:0 1px 4px #0000004d}.menuButton{border:1px solid var(--line);cursor:pointer;background:0 0;border-radius:12px;flex-direction:column;justify-content:center;gap:6px;width:58px;height:49px;display:flex}.menuButton span{background:var(--menu-line);width:24px;height:2px;margin:0 auto}.hero{text-align:center;max-width:1180px;margin:40px auto 0}.heroTitle{color:var(--hero-muted);letter-spacing:-.03em;background:linear-gradient(to bottom right,#e5e7eb,#6b7280);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:16px 0 22px;font-family:Times New Roman,Georgia,serif;font-size:clamp(58px,10vw,164px);font-weight:400;line-height:.9}.heroTitle em{color:var(--hero-strong);font-style:normal}.heroSubtitle{max-width:920px;color:var(--hero-copy);letter-spacing:-.01em;margin:0 auto;font-size:clamp(21px,2.9vw,44px);line-height:1.25}.hero .primaryButton{margin-top:26px}.heroCtaWrap{margin-top:26px;padding-top:10px;display:inline-block;position:relative}.heroCtaWrap .primaryButton{margin-top:0}.platformCopy{color:var(--platform-copy);margin-top:15px;font-size:clamp(13px,1.9vw,28px)}.platformCopyLink{font:inherit;color:var(--hero-strong);text-underline-offset:4px;cursor:pointer;background:0 0;border:0;margin:0;padding:0;-webkit-text-decoration:underline #fff6;text-decoration:underline #fff6}.platformCopyLink:hover{text-decoration-color:#fffc}.platformCopyLink:focus-visible{outline-offset:3px;border-radius:6px;outline:2px solid #8b5cf6d9}.themeToggleButton{border:1px solid var(--line);color:var(--ink);cursor:pointer;background:0 0;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;padding:0;display:inline-flex}.themeIcon{width:18px;height:18px;display:block}.tickerWrap{--core-w:132px;--core-h:52px;--core-half-width:calc(var(--core-w) / 2);--core-bottom:44px;--incoming-h:34px;--strip-h:42px;width:100%;height:128px;margin:26px auto 10px;position:relative;transform:rotate(-6deg)}.incomingLogos{left:0;right:calc(50% + var(--core-half-width));bottom:calc(var(--core-bottom) + (var(--core-h) - var(--incoming-h)) / 2 - 8px);height:var(--incoming-h);z-index:1;position:absolute;overflow:hidden}.incomingRail{will-change:transform;backface-visibility:hidden;width:max-content;animation:24s linear infinite incomingMarquee;display:flex}.incomingTrack{white-space:nowrap;flex:none;align-items:center;gap:12px;padding-left:0;padding-right:0;display:flex}.incomingChip{color:#e5e7eb}.outgoingStrip{left:50%;right:-9%;bottom:calc(var(--core-bottom) + (var(--core-h) - var(--strip-h)) / 2);height:var(--strip-h);z-index:2;background:#111820;border:1px solid #0a0f15;border-radius:0 999px 999px 0;align-items:center;display:flex;position:absolute;overflow:hidden}.outgoingRail{will-change:transform;backface-visibility:hidden;width:max-content;animation:42s linear infinite outgoingFolders;display:flex}.outgoingTrack{white-space:nowrap;flex:none;align-items:center;gap:10px;padding-inline:14px;display:flex}.outFolderChip{color:#ecf3ff;letter-spacing:.01em;background:#ffffff0f;border:1px solid #ffffff47;border-radius:999px;align-items:center;gap:6px;padding:6px 10px;font-size:14px;font-weight:700;display:inline-flex}.outFolderChip.folder{background:#7dc3ff24;border-color:#7dc3ff73}.outFolderChip.action{background:#53e6c224;border-color:#53e6c275}.outFolderChip.event{background:#ffffff1a;border-color:#ffffff54}.outChipIcon{flex-shrink:0;justify-content:center;align-items:center;width:14px;height:14px;display:inline-flex}.outChipIcon svg{width:100%;height:100%;display:block}.chip{align-items:center;gap:8px;font-size:17px;font-weight:600;display:inline-flex}.chipIcon{flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}.chipIcon svg{width:100%;height:100%;display:block}.thinkingBubble{color:#d8f6ff;letter-spacing:.01em;z-index:4;background:#0f4d61;border:1.5px solid #0f4d61;border-radius:999px;justify-content:center;align-items:center;gap:8px;min-width:156px;padding:9px 14px;font-size:14px;font-weight:700;display:inline-flex;position:absolute;bottom:98px;left:50%;transform:translate(-50%);box-shadow:0 8px 16px #00000042}.qefyMini{background:#d8f6ff;border-radius:999px;justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex;overflow:hidden}.logoImg.mini{width:12px;height:12px}.centerInput{left:50%;bottom:var(--core-bottom);width:var(--core-w);height:var(--core-h);z-index:8;background:#111820;border:2px solid #2a3544;border-radius:999px;flex-direction:column;justify-content:center;align-items:center;gap:2px;display:flex;position:absolute;transform:translate(-50%);box-shadow:0 10px 26px #0003}.centerLogoPulse{object-fit:contain;filter:drop-shadow(0 2px 4px #00000038);border-radius:9px;width:30px;height:30px;animation:2.4s ease-in-out infinite logoFloatPulse}.soundWave{justify-content:center;align-items:flex-end;gap:3px;width:52px;height:12px;display:inline-flex}.soundWave span{transform-origin:bottom;background:linear-gradient(#60a5fa 0%,#8b5cf6 100%);border-radius:999px;width:3px;height:100%;min-height:3px;animation:.95s ease-in-out infinite waveBars}.soundWave span:first-child{animation-delay:0s}.soundWave span:nth-child(2){animation-delay:90ms}.soundWave span:nth-child(3){animation-delay:.18s}.soundWave span:nth-child(4){animation-delay:.27s}.soundWave span:nth-child(5){animation-delay:.36s}.soundWave span:nth-child(6){animation-delay:.45s}.soundWave span:nth-child(7){animation-delay:.54s}.foldersWrap{display:none}.nextSection{margin-top:54px}.nextSectionInner{background:radial-gradient(120% 90% at 20% 12%,#3b82f626 0%,#3b82f600 56%) 0 0/100% 100%,radial-gradient(120% 95% at 82% 8%,#8b5cf61f 0%,#8b5cf600 58%) 0 0/100% 100%,linear-gradient(#000 0% 100%) 0 0/100% 100%;border-radius:52px 52px 0 0;width:100%;min-height:520px;margin:0 auto;padding:34px 26px 40px;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff0f}.nextSectionInner:before,.nextSectionInner:after{content:none}.nextSectionWatermarkGlow{pointer-events:none;z-index:0;background:radial-gradient(#4da8ff26 0%,#35d1f30f 40%,#0000 70%);width:min(900px,130vw);height:min(520px,55%);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.nextSectionFlashlight,.finalCtaFlashlight{z-index:1;pointer-events:none;filter:brightness(1.32)saturate(1.12);background-image:url(/pattern.svg);background-position:50%;background-repeat:repeat;background-size:200px 200px;position:absolute;inset:0}.nextSectionFlashlight{--fl-x:50%;--fl-y:50%;opacity:0;-webkit-mask-image:radial-gradient(380px circle at var(--fl-x) var(--fl-y), #000 0%, #0000008c 38%, #0000001f 64%, transparent 100%);-webkit-mask-image:radial-gradient(380px circle at var(--fl-x) var(--fl-y), #000 0%, #0000008c 38%, #0000001f 64%, transparent 100%);mask-image:radial-gradient(380px circle at var(--fl-x) var(--fl-y), #000 0%, #0000008c 38%, #0000001f 64%, transparent 100%);transition:opacity .35s}.finalCtaFlashlight{--cta-fl-x:50%;--cta-fl-y:50%;opacity:.4;-webkit-mask-image:radial-gradient(260px circle at var(--cta-fl-x) var(--cta-fl-y), #000 0%, #00000080 40%, #0000001a 66%, transparent 100%);-webkit-mask-image:radial-gradient(260px circle at var(--cta-fl-x) var(--cta-fl-y), #000 0%, #00000080 40%, #0000001a 66%, transparent 100%);mask-image:radial-gradient(260px circle at var(--cta-fl-x) var(--cta-fl-y), #000 0%, #00000080 40%, #0000001a 66%, transparent 100%)}.featureGrid{z-index:2;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid;position:relative}.featureCard{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0a13219e;border:1px solid #7da7da40;border-radius:24px;min-height:360px;padding:14px}.featureMediaPlaceholder{color:#d9ecffdb;text-align:center;letter-spacing:.02em;background:linear-gradient(#1f466e6b 0%,#0f1c2e9e 100%);border:1px dashed #a8ceff70;border-radius:18px;justify-content:center;align-items:center;height:210px;font-size:14px;font-weight:600;display:flex;overflow:hidden}.featureMediaPlaceholder.hasVideo{aspect-ratio:16/9;background:#0b1628;border-style:solid;border-color:#5399e88c;height:auto;padding:0}.featureVideo{object-fit:contain;object-position:top center;width:100%;height:100%;transition:transform .26s;display:block;transform:scale(1)}.featureMediaPlaceholder.hasVideo:hover .featureVideo{object-fit:cover;object-position:top center;transform:scale(1.08)}.featureTitle{color:#f2f6ff;margin:16px 0 8px;font-size:28px;font-weight:700;line-height:1.1}.featureCopy{color:#e1eeffdb;margin:0;font-size:17px;line-height:1.4}.appShowcase{z-index:2;background:#09132294;border:1px solid #8cb8ec47;border-radius:28px;margin-top:26px;padding:16px;position:relative}.appShowcaseLabel{color:#d8ebffe6;letter-spacing:.02em;text-transform:uppercase;margin:0 0 12px;font-size:12px;font-weight:700}.appShowcaseFrame{color:#dff0ffdb;text-align:center;background:0 0;border:0;border-radius:18px;justify-content:center;align-items:center;min-height:620px;font-size:22px;font-weight:700;display:flex;overflow:hidden}.appShowcaseVideo,.appShowcaseImage{object-fit:cover;width:100%;height:auto;display:block}.organizeSection{padding:80px 0 96px;position:relative}.organizeSection:before{content:"";background:linear-gradient(90deg,#0000 0%,#3b82f666 30%,#8b5cf666 70%,#0000 100%);width:min(1000px,100%);height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.statementSection{padding:70px 0 44px;position:relative;overflow:hidden}.statementSection:before{content:"";pointer-events:none;z-index:0;background-color:#b0d4ff29;position:absolute;inset:18px 18px 0;-webkit-mask-image:url(/imagotipos_qefy_my_pause.svg);mask-image:url(/imagotipos_qefy_my_pause.svg);-webkit-mask-position:0;mask-position:0;-webkit-mask-size:min(56vw,520px);mask-size:min(56vw,520px);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.statementInner{text-align:center;z-index:2;width:min(980px,100%);margin:0 auto;padding:0 18px;position:relative}.statementInner h2{letter-spacing:-.03em;color:#f3f4f6;margin:0;font-family:Times New Roman,Georgia,serif;font-size:clamp(38px,5.2vw,62px);font-weight:600;line-height:1.02}.statementInner h2 span{color:#d1d5db}.statementHeadline{text-wrap:balance}.statementDynamic{color:#9fd9ff;width:fit-content;margin:8px auto 0;padding-bottom:4px;display:block;position:relative}.statementBlurTextRun{flex-wrap:wrap;justify-content:center;gap:.12em .32em;max-width:100%;display:inline-flex}.statementBlurWord{will-change:filter, transform, opacity;display:inline-block}.statementBlurTextPlain{display:inline-block}.statementDynamicLine{transform-origin:0;background:linear-gradient(90deg,#9fd9ff2e 0%,#9fd9fff2 50%,#9fd9ff2e 100%);border-radius:999px;height:3px;animation:.52s cubic-bezier(.22,1,.36,1) statementUnderline;position:absolute;bottom:0;left:0;right:0}@media (prefers-reduced-motion:reduce){.statementDynamicLine{opacity:1;animation:none;transform:scaleX(1)}}.statementLead{color:#d1d5db;max-width:880px;margin:18px auto 0;font-size:clamp(19px,2.2vw,32px);line-height:1.25}.statementSub{color:#9ca3af;max-width:760px;margin:18px auto 0;font-size:clamp(15px,1.5vw,21px);line-height:1.35}.statementBlob{display:none}.statementBlob.left{background:radial-gradient(circle at 80%,#ed8282e6 0%,#ed828226 75%);top:-12px;left:-86px}.statementBlob.right{background:radial-gradient(circle at 30% 40%,#ece09ce6 0%,#ece09c1f 76%);bottom:-178px;right:-96px;transform:rotate(12deg)}.organizeInner{border-radius:0;width:min(1180px,100%);margin:0 auto;padding:0 18px;position:relative;overflow:visible}.organizeInner:before{content:"";pointer-events:none;z-index:0;background-color:#3b82f60a;position:absolute;inset:-40px 0 0;-webkit-mask-image:url(/imagotipos_qefy_my_pause.svg);mask-image:url(/imagotipos_qefy_my_pause.svg);-webkit-mask-position:100% 0;mask-position:100% 0;-webkit-mask-size:min(48vw,440px);mask-size:min(48vw,440px);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.organizeInner>*{z-index:1;position:relative}.organizeEyebrow{color:#60a5fa;text-transform:uppercase;letter-spacing:.16em;align-items:center;gap:10px;margin:0 0 16px;font-size:12px;font-weight:800;display:inline-flex}.organizeEyebrow:before{content:"";background:linear-gradient(90deg,#3b82f6,#8b5cf6);border-radius:2px;width:24px;height:2px}.organizeTitle{color:#f3f4f6;letter-spacing:-.035em;background:linear-gradient(90deg,#f0f0f0 0%,#8b9dc2 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 18px;font-family:Times New Roman,Georgia,serif;font-size:clamp(42px,6vw,78px);font-weight:500;line-height:.94}.organizeIntro{color:#d1d5dbbf;max-width:640px;margin:0 0 8px;font-size:clamp(17px,1.8vw,22px);line-height:1.45}.siteFooter{border-top:1px solid var(--footer-border);margin-top:12px;padding:22px 0 30px}.getStartedPage{justify-content:center;align-items:flex-start;min-height:100vh;padding:28px 20px 48px;display:flex;position:relative;overflow-x:hidden}.getStartedBg{z-index:0;background:radial-gradient(1000px 600px at 10% 0%, #d83b2d1f 0%, transparent 50%), radial-gradient(800px 480px at 95% 15%, #64aaff1a 0%, transparent 50%), var(--bg);pointer-events:none;position:fixed;inset:0}.getStartedGrain{z-index:0;opacity:.045;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:fixed;inset:0}.getStartedLayout{z-index:1;width:min(920px,100%);position:relative}.getStartedTopbar{justify-content:space-between;align-items:center;gap:16px;margin-bottom:28px;display:flex}.getStartedBrandLink{color:var(--ink);align-items:center;gap:10px;text-decoration:none;display:inline-flex}.getStartedLogo{border-radius:8px;box-shadow:0 4px 14px #00000014}.getStartedWordmark{letter-spacing:-.02em;font-family:Times New Roman,Georgia,serif;font-size:clamp(28px,4vw,36px);font-weight:600}.getStartedTopbarGhost{color:#c5d2e8;background:#1923328c;border:1px solid #64789673;border-radius:999px;padding:10px 16px;font-size:14px;font-weight:700;text-decoration:none;transition:background .18s,border-color .18s,transform .18s}.getStartedTopbarGhost:hover{background:#28374ba6;border-color:#0f4d6159}.getStartedHero{margin-bottom:22px}.getStartedEyebrow{letter-spacing:.14em;text-transform:uppercase;color:#0f4d61;align-items:center;gap:8px;margin:0 0 12px;font-size:12px;font-weight:800;display:inline-flex}.getStartedEyebrowDot{background:linear-gradient(135deg,#d83b2d 0%,#ff8a65 100%);border-radius:999px;width:7px;height:7px;box-shadow:0 0 0 3px #d83b2d33}.getStartedHero h1{letter-spacing:-.035em;color:#f2f6ff;margin:0 0 14px;font-family:Times New Roman,Georgia,serif;font-size:clamp(40px,6.5vw,64px);font-weight:600;line-height:.98}.getStartedLead{color:#c8d4e6;max-width:52ch;margin:0;font-size:clamp(17px,1.9vw,22px);line-height:1.45}.getStartedTip{color:#c8d4e6;background:linear-gradient(135deg,#1e304899 0%,#14203273 100%);border:1px solid #78a0d240;border-radius:16px;align-items:flex-start;gap:14px;margin-bottom:28px;padding:16px 18px;font-size:15px;line-height:1.45;display:flex;box-shadow:0 12px 36px #0f283c0f}.getStartedTip strong{color:#0f4d61}.getStartedTipIcon{color:#0f4d61;flex-shrink:0;margin-top:2px}.getStartedStepsGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-bottom:32px;display:grid}.getStartedStepCard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(165deg,#1c2636d9 0%,#121a28bf 100%);border:1px solid #50648280;border-radius:22px;padding:22px 22px 20px;transition:transform .22s cubic-bezier(.22,1,.36,1),box-shadow .22s,border-color .22s;position:relative;box-shadow:inset 0 1px #ffffff0a,0 22px 50px #0000004d}.getStartedStepCard:hover{border-color:#0f4d6147;transform:translateY(-3px);box-shadow:inset 0 1px #ffffff0f,0 28px 60px #00000059}.getStartedStepMeta{align-items:center;gap:10px;margin-bottom:12px;display:flex}.getStartedStepBadge{color:#e8fbff;background:linear-gradient(145deg,#0f4d61 0%,#1a6d86 100%);border-radius:10px;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;font-weight:800;display:inline-flex;box-shadow:0 4px 12px #0f4d6159}.getStartedStepLabel{letter-spacing:.12em;text-transform:uppercase;color:#9ca3af;font-size:11px;font-weight:800}.getStartedStepTitle{color:#eef4ff;letter-spacing:-.02em;margin:0 0 10px;font-size:clamp(22px,2.4vw,28px);font-weight:700;line-height:1.08}.getStartedStepBody{color:#aeb9cc;margin:0 0 18px;font-size:15px;line-height:1.5}.getStartedStepCtas{flex-direction:column;align-items:stretch;gap:12px;display:flex}.getStartedStepCtasRow{align-items:flex-start}.gsCtaPrimary,.gsCtaSecondary,.gsCtaHeroLight{letter-spacing:.01em;border-radius:14px;justify-content:center;align-items:center;gap:10px;padding:14px 22px;font-size:15px;font-weight:700;line-height:1.2;text-decoration:none;transition:transform .16s,box-shadow .16s,background .16s,border-color .16s;display:inline-flex}.gsCtaIcon{opacity:.92;flex-shrink:0}.gsCtaPrimary{color:#f0f0f0;background:#ffffff0d;border:1px solid #ffffff26;box-shadow:0 2px 8px #0000004d}.gsCtaPrimary:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0006}.gsCtaPrimary:active{transform:translateY(1px);box-shadow:0 1px 4px #0000004d}.gsCtaPrimary:focus-visible,.gsCtaSecondary:focus-visible,.getStartedBrandLink:focus-visible,.getStartedTopbarGhost:focus-visible,.getStartedChromeBadgeWrap:focus-visible,.gsBackLink:focus-visible{outline-offset:3px;outline:2px solid #0f4d61a6}.gsCtaHeroLight:focus-visible{outline-offset:3px;outline:2px solid #ffffffd9}.gsCtaSecondary{color:#d1d5db;background:#ffffff0d;border:1px solid #ffffff26;box-shadow:0 8px 24px #0f4d6114}.gsCtaSecondary:hover{background:#ffffff1a;border-color:#ffffff40;transform:translateY(-1px)}.gsCtaSecondaryIcon{color:#60a5fa;display:inline-flex}.getStartedChromeBadgeWrap{opacity:.95;align-self:flex-start;line-height:0;transition:opacity .16s,transform .16s;display:block}.getStartedChromeBadgeWrap:hover{opacity:1;transform:translateY(-1px)}.getStartedChromeBadge{border-radius:8px;width:auto;height:52px}.getStartedPlansBand{background:linear-gradient(155deg,#0f1728 0%,#152238 42%,#1a2e44 100%);border:1px solid #ffffff1f;border-radius:28px;margin-bottom:28px;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #00000040,0 32px 80px #080c1673}.getStartedPlansBandGlow{pointer-events:none;background:radial-gradient(at 50% 0,#78beff38 0%,#0000 58%);height:85%;position:absolute;inset:-40% -20% auto}.getStartedPlansBandInner{color:#ecf2ffeb;padding:28px 26px 26px;position:relative}.getStartedPlansKicker{letter-spacing:.16em;text-transform:uppercase;color:#9fc8ffbf;margin:0 0 8px;font-size:11px;font-weight:800}.getStartedPlansIntro h2{letter-spacing:-.03em;color:#fff;margin:0 0 12px;font-family:Times New Roman,Georgia,serif;font-size:clamp(26px,3.5vw,36px);font-weight:600;line-height:1.05}.getStartedPlansLead{color:#d6e0f2e0;max-width:56ch;margin:0 0 24px;font-size:16px;line-height:1.5}.getStartedPlanTiles{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:22px;display:grid}.getStartedPlanTile{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:18px;padding:18px 18px 16px}.getStartedPlanTileFeatured{background:linear-gradient(160deg,#508cdc2e 0%,#ffffff0d 100%);border-color:#78beff59;box-shadow:0 0 0 1px #78beff1f}.getStartedPlanTag{letter-spacing:.12em;text-transform:uppercase;color:#badcfff2;background:#78beff26;border:1px solid #78beff47;border-radius:999px;margin:0 0 8px;padding:4px 10px;font-size:10px;font-weight:800;display:inline-block}.getStartedPlanName{color:#fff;letter-spacing:-.02em;margin:0 0 4px;font-size:20px;font-weight:800}.getStartedPlanHook{color:#c8d6ecd9;margin:0 0 12px;font-size:14px}.getStartedPlanList{color:#d6e0f2e6;margin:0;padding:0 0 0 18px;font-size:14px;line-height:1.5}.getStartedPlanList li{margin-bottom:6px}.getStartedPlansActions{flex-direction:column;align-items:flex-start;gap:14px;display:flex}.getStartedPlansInApp{color:#c8d6ece0;max-width:54ch;margin:0;font-size:15px;line-height:1.5}.getStartedPlansInApp strong{color:#ecf4fff2}.gsCtaHeroLight{color:#0c1420;background:linear-gradient(#fff 0%,#e8eef8 100%);border:1px solid #ffffffa6;border-radius:999px;padding:16px 28px;font-size:16px;box-shadow:0 4px #b4c3dc8c,0 18px 40px #00000059}.gsCtaHeroLight:hover{background:linear-gradient(#fff 0%,#f2f6ff 100%);transform:translateY(-2px);box-shadow:0 5px #b4c3dca6,0 24px 50px #0006}.gsCtaHeroLight:active{transform:translateY(1px)}.gsCtaHeroLightMuted{opacity:.95;background:linear-gradient(#ffffffeb 0%,#dce4f0e0 100%)}.getStartedFooter{padding-top:8px}.gsBackLink{color:#9eb4d6;border-radius:10px;align-items:center;gap:8px;padding:8px 4px;font-size:14px;font-weight:700;text-decoration:none;transition:color .16s,background .16s;display:inline-flex}.gsBackLink:hover{color:#cfe4ff;background:#64a0ff1a}.gsBackLinkArrow{opacity:.75;font-size:16px}.siteFooterInner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;width:min(1180px,100%);margin:0 auto;padding:0 18px;display:flex}.footerBrand{color:#f3f4f6;align-items:center;gap:8px;font-family:Times New Roman,Georgia,serif;font-size:30px;line-height:1;display:inline-flex}.footerLinks{align-items:center;gap:18px;display:inline-flex}.footerLinks a{color:#d1d5db;font-size:15px;font-weight:700;text-decoration:none}.footerLinks a:hover{text-decoration:underline}.footerSocialLinks{align-items:center;gap:8px;display:inline-flex}.footerSocialLink{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:999px;justify-content:center;align-items:center;width:32px;height:32px;transition:transform .15s,border-color .15s,background .15s;display:inline-flex}.footerSocialLink svg{width:16px;height:16px;display:block}.footerSocialLink:hover{background:#ffffff1a;border-color:#fff3;transform:translateY(-1px)}.footerMeta{color:var(--muted-ink);margin:0;font-size:14px}.footerCompareSection,.footerAudienceSection{border:1px solid var(--line);background:#ffffff08;border-radius:14px;width:100%;padding:10px}.footerCompareTitle{color:#d1d5db;letter-spacing:.08em;text-transform:uppercase;margin:0 0 8px;font-size:12px;font-weight:900}.footerComparisonLinks{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:8px;margin:0;display:flex}.footerComparisonLink{color:#c5d4ea;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:700;line-height:1.2;text-decoration:none}.footerComparisonLink:hover{background:#ffffff1a;border-color:#fff3}.organizeInteractive{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff05;border:1px solid #ffffff0f;border-radius:24px;grid-template-columns:280px minmax(0,1fr);gap:0;margin-top:40px;display:grid;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff08,0 32px 80px #0006}.organizeFeatureList.organizeFeatureStrip{box-shadow:none;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#ffffff1a transparent;background:#0000004d;border:none;border-right:1px solid #ffffff0f;border-radius:0;flex-flow:column;align-items:stretch;gap:4px;max-height:none;padding:8px;display:flex;position:relative;overflow:hidden auto;-webkit-mask-image:none;mask-image:none}.organizeFeatureStrip::-webkit-scrollbar{height:5px}.organizeFeatureStrip::-webkit-scrollbar-track{background:0 0}.organizeFeatureStrip::-webkit-scrollbar-thumb{background:#a0a08c66;border-radius:999px}.organizeFeatureItem{text-align:left;color:#d8e1f28c;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:14px;flex-wrap:nowrap;flex:none;align-items:center;gap:10px;width:100%;max-width:none;padding:12px 14px;font-size:13.5px;font-weight:600;transition:all .2s cubic-bezier(.22,1,.36,1);display:flex;position:relative}.organizeFeatureItemIcon{flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex}.organizeFeatureStrip .organizeFeatureItemIcon{opacity:.5;width:18px;height:18px;transition:opacity .2s}.organizeFeatureItem.active .organizeFeatureItemIcon,.organizeFeatureItem:hover .organizeFeatureItemIcon{opacity:1}.organizeFeatureItemIcon svg{width:100%;height:100%;display:block}.featureControllerCycle{background:#142032cc;border-radius:6px;justify-content:center;align-items:center;width:100%;height:100%;display:inline-flex;position:relative;overflow:hidden}.featureControllerFrame{opacity:0;justify-content:center;align-items:center;animation:12.8s linear infinite featureControllerCycle;display:inline-flex;position:absolute;inset:0}.featureControllerFrame.frameOne{animation-delay:0s}.featureControllerFrame.frameTwo{animation-delay:3.2s}.featureControllerFrame.frameThree{animation-delay:6.4s}.featureControllerFrame.frameFour{animation-delay:9.6s}.featureControllerForward30{gap:1px}.featureControllerForward30 span{color:#1aa3ff;letter-spacing:-.02em;font-size:8px;font-weight:800;line-height:1}@keyframes featureControllerCycle{0%{opacity:0}1.5%{opacity:1}23%{opacity:1}25%{opacity:0}to{opacity:0}}.featureAutoplayIcon{background:#142032cc;border-radius:6px;justify-content:center;align-items:center;width:100%;height:100%;display:inline-flex;position:relative;overflow:hidden}.featureAutoplayStep{opacity:0;justify-content:center;align-items:center;animation:19.2s linear infinite featureAutoplayStepCycle;display:inline-flex;position:absolute;inset:0}.featureAutoplayStep.stepOne{animation-delay:0s}.featureAutoplayStep.stepTwo{animation-delay:3.2s}.featureAutoplayStep.stepThree{animation-delay:6.4s}.featureAutoplayStep.stepFour{animation-delay:9.6s}.featureAutoplayStep.stepFive{animation-delay:12.8s}.featureAutoplayStep.stepSix{animation-delay:16s}.featureAutoplayBrandIcon{width:12px;height:12px}.featureAutoplayCheckIcon{color:#22c55e}@keyframes featureAutoplayStepCycle{0%{opacity:0}1%{opacity:1}15.5%{opacity:1}16.67%{opacity:0}to{opacity:0}}.featureCrossDeviceIcon{color:#1aa3ff;background:#142032cc;border-radius:6px;justify-content:center;align-items:center;width:100%;height:100%;display:inline-flex;position:relative;overflow:hidden}.featureCrossDeviceStep{opacity:0;justify-content:center;align-items:center;animation:6.4s linear infinite featureCrossDeviceCycle;display:inline-flex;position:absolute;inset:0}.featureCrossDeviceStep.stepOne{animation-delay:0s}.featureCrossDeviceStep.stepTwo{animation-delay:3.2s}@keyframes featureCrossDeviceCycle{0%{opacity:0}3%{opacity:1}47%{opacity:1}50%{opacity:0}to{opacity:0}}.organizeFeatureItem:hover,.organizeFeatureItem:focus-visible{color:#d8e1f2d9;background:#ffffff0a;outline:none}.organizeFeatureItem.active{color:#f0f4ff;background:#ffffff0f;border-color:#0000;border-radius:0 14px 14px 0;box-shadow:inset 3px 0 #3b82f6}.organizeFeatureItem.active .organizeFeatureItemIcon{color:#60a5fa}.organizeFeatureItem .soonTag{flex-shrink:0;margin-left:auto}.organizePreview{box-shadow:none;background:0 0;border:none;border-radius:0;flex-direction:column;gap:0;min-width:0;max-width:100%;padding:0;animation:.35s cubic-bezier(.22,1,.36,1) organizePreviewFadeIn;display:flex;overflow:hidden}@keyframes organizePreviewFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.organizePreviewText{box-sizing:border-box;flex-direction:column;align-items:flex-start;gap:12px;min-width:0;max-width:100%;padding:28px 32px;display:flex}.organizePreviewTextStacked{box-sizing:border-box;background:linear-gradient(168deg,#0f172a94 0%,#080c166b 100%);border:1px solid #3b82f63d;border-radius:22px;gap:14px;min-width:0;max-width:100%;padding:26px 28px 28px;box-shadow:inset 0 1px #ffffff0d,0 28px 70px #00000061}.organizePreviewMedia{background:#0003;border:none;border-bottom:1px solid #ffffff0a;border-radius:0;flex:1;height:auto;min-height:min(480px,52vh);overflow:hidden}.organizePreviewMedia.organizePreviewMediaSoon{flex-direction:column;justify-content:center;align-items:center;display:flex}.organizePreviewMediaSoon .organizeSignupButton{align-self:center}:is(.organizePreviewMedia:has(.organizePreviewElastic),.organizePreviewMedia:has(.organizePreviewFolder),.organizePreviewMedia:has(.organizePreviewAutoplay),.organizePreviewMedia:has(.organizePreviewKeyboardNav),.organizePreviewMedia:has(.customThemesPreview),.organizePreviewMedia:has(.organizePreviewOrbit),.organizePreviewMedia:has(.organizePreviewMediaEasyControllers),.organizePreviewMedia:has(.aiFeaturesPreview)){flex-direction:column;align-items:stretch;min-height:0;display:flex}.organizePreviewMediaSyncFlow{--youtube-sync-electric-duration:2.1s;background:radial-gradient(85% 70% at 50% 32%,#6366f129,#0000 62%),radial-gradient(55% 50% at 85% 85%,#3b82f61a,#0000 55%),#0000003d;border-top:1px solid #ffffff0f;flex:1;justify-content:center;align-items:center;min-height:min(400px,46vh);padding:28px 20px 36px;display:flex}@keyframes youtubeSyncBoltSweepH{0%{opacity:.35;transform:translate(-120%)}15%{opacity:1}85%{opacity:1}to{opacity:.35;transform:translate(320%)}}@keyframes youtubeSyncBoltSweepV{0%{opacity:.35;transform:translateY(-150%)}20%{opacity:1}80%{opacity:1}to{opacity:.35;transform:translateY(280%)}}@keyframes youtubeSyncBandEdgePulse{0%,to{border-color:#93c5fd38;box-shadow:0 12px 40px #00000038,0 0 #38bdf800}50%{border-color:#7dd3fc6b;box-shadow:0 12px 40px #00000038,0 0 28px #38bdf838}}@keyframes youtubeSyncArrowElectric{0%,to{color:#93c5fde0;text-shadow:0 0 6px #7dd3fc59;filter:drop-shadow(0 0 4px #38bdf859)}50%{color:#f0f9ff;text-shadow:0 0 14px #bae6fdd9,0 0 28px #38bdf873;filter:drop-shadow(0 0 10px #7dd3fc8c)}}.youtubeSyncFlow{flex-direction:column;align-items:stretch;gap:28px;width:100%;max-width:720px;margin:0 auto;display:flex}.youtubeSyncFlowTrack{grid-template-columns:minmax(0,1fr) minmax(32px,48px) minmax(0,1fr) minmax(32px,48px) minmax(0,1fr);align-items:stretch;gap:0;width:100%;margin:0;padding:0;display:grid}.youtubeSyncFlowCard{text-align:center;background:linear-gradient(168deg,#ffffff12 0%,#ffffff05 55%,#0f172a59 100%);border:1px solid #ffffff1a;border-radius:18px;flex-direction:column;justify-content:flex-start;align-items:center;gap:12px;min-height:100%;padding:20px 12px 22px;display:flex;box-shadow:inset 0 1px #ffffff0f,0 18px 50px #00000052}.youtubeSyncFlowNum{color:#f5f9ff;background:linear-gradient(150deg,#60a5fa80,#818cf861);border:1px solid #bfdbfe6b;border-radius:999px;justify-content:center;align-items:center;width:44px;height:44px;font-size:17px;font-weight:800;display:inline-flex;box-shadow:0 4px 20px #3b82f647}.youtubeSyncFlowStepText{color:#d2dcf0eb;text-wrap:balance;margin:0;font-size:13.5px;font-weight:600;line-height:1.48}.youtubeSyncFlowConnector{justify-content:center;align-self:center;align-items:center;min-height:44px;padding:0 2px;display:flex}.youtubeSyncFlowConnectorLine{background:repeating-linear-gradient(90deg,#6496c859 0 4px,#0000 4px 9px);border-radius:3px;width:100%;height:4px;display:block;position:relative;overflow:hidden;box-shadow:0 0 12px #38bdf81f}.youtubeSyncFlowConnectorLine:after{content:"";width:48%;height:calc(100% + 2px);animation:youtubeSyncBoltSweepH var(--youtube-sync-electric-duration) cubic-bezier(.45, .05, .55, .95) infinite;pointer-events:none;background:linear-gradient(90deg,#0000 0%,#38bdf826 18%,#e0f2fefa 48%,#7dd3fcd9 72%,#0000 100%);border-radius:3px;position:absolute;top:-1px;left:0;box-shadow:0 0 10px 2px #bae6fda6,0 0 22px 4px #38bdf859}.youtubeSyncFlowTrack>.youtubeSyncFlowConnector:nth-child(4) .youtubeSyncFlowConnectorLine:after{animation-delay:calc(var(--youtube-sync-electric-duration) * .38)}.youtubeSyncFlowBand{text-align:center;background:linear-gradient(#0f172ab8 0%,#0f172a80 100%);border:1px solid #93c5fd38;border-radius:18px;padding:20px 18px 16px;animation:3.2s ease-in-out infinite youtubeSyncBandEdgePulse;box-shadow:0 12px 40px #00000038}.youtubeSyncFlowBandRow{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin-bottom:10px;display:flex}.youtubeSyncFlowPill{letter-spacing:.05em;border:1px solid #ffffff1f;border-radius:999px;padding:8px 14px;font-size:12.5px;font-weight:800}.youtubeSyncFlowPillQefy{color:#bfdbfe;background:#3b82f629}.youtubeSyncFlowPillYt{color:#fecaca;background:#ef44441f;border-color:#f871714d}.youtubeSyncFlowArrows{color:#93c5fdf2;font-size:22px;font-weight:300;line-height:1;animation:2.4s ease-in-out infinite youtubeSyncArrowElectric}.youtubeSyncFlowBandCaption{color:#c8d2e6c7;margin:0;font-size:13.5px;line-height:1.5}@media (max-width:680px){.youtubeSyncFlowTrack{grid-template-columns:1fr;max-width:420px;margin:0 auto}.youtubeSyncFlowCard{padding:18px 16px 20px}.youtubeSyncFlowConnector{min-height:0;padding:4px 0 6px}.youtubeSyncFlowConnectorLine{background:repeating-linear-gradient(#6496c859 0 4px,#0000 4px 9px);width:4px;height:26px}.youtubeSyncFlowConnectorLine:after{width:calc(100% + 2px);height:55%;animation-name:youtubeSyncBoltSweepV;animation-duration:calc(var(--youtube-sync-electric-duration) * .92);background:linear-gradient(#0000 0%,#38bdf833 22%,#e0f2fefa 50%,#7dd3fccc 78%,#0000 100%);top:0;left:-1px;box-shadow:0 0 8px 2px #bae6fd8c,0 0 18px 3px #38bdf859}.youtubeSyncFlowTrack>.youtubeSyncFlowConnector:nth-child(4) .youtubeSyncFlowConnectorLine:after{animation-delay:calc(var(--youtube-sync-electric-duration) * .32)}}@media (prefers-reduced-motion:reduce){.youtubeSyncFlowConnectorLine:after,.youtubeSyncFlowBand,.youtubeSyncFlowArrows{animation:none!important}.youtubeSyncFlowBand{border-color:#93c5fd38;box-shadow:0 12px 40px #00000038}.youtubeSyncFlowArrows{color:#93c5fdf2;text-shadow:none;filter:none}}.organizePreviewMedia:has(.organizePreviewKeyboardNav){background:0 0;border:none}.organizePreviewVideo,.organizePreviewImage{object-fit:cover;width:100%;height:100%;display:block}.organizePreviewImageContain{object-fit:contain;background:#141a22}.organizePreviewMedia:has(.lazyVideoShell){flex-direction:column;display:flex}.lazyVideoShell{isolation:isolate;opacity:0;border-radius:14px;flex:auto;width:100%;min-height:min(480px,52vh);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .85s cubic-bezier(.22,1,.36,1);position:relative;overflow:hidden;transform:translateY(10px)scale(.988)}.lazyVideoShell--visible{opacity:1;transform:translateY(0)scale(1)}.lazyVideoShell--reducedMotion{transition:opacity .45s;transform:none}.lazyVideoShell--reducedMotion.lazyVideoShell--visible{transform:none}.lazyVideoGlow{z-index:0;pointer-events:none;will-change:transform;background:conic-gradient(from 220deg,#3b82f6bf,#8b5cf6a6,#34d3998c,#f472b680,#38bdf8b3,#3b82f6bf);width:165%;height:165%;animation:18s linear infinite lazyVideoGlowRotate;position:absolute;top:-32.5%;left:-32.5%}.lazyVideoShellInner{z-index:1;background:#05080f;border-radius:12px;flex-direction:column;flex:auto;min-height:min(476px,52vh - 4px);margin:2px;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff12,0 22px 55px #0000006b,0 0 40px #3b82f60f}.lazyVideoShellInner .organizePreviewVideo,.lazyVideoShellInner .featureVideo{flex:auto;width:100%;min-height:0}.lazyVideoShell--reducedMotion .lazyVideoGlow{opacity:.55;filter:blur(28px);width:120%;height:120%;animation:none;top:-10%;left:-10%}.featureMediaPlaceholder.hasVideo .lazyVideoShell{flex:1;align-self:stretch;width:100%;height:100%;min-height:0}.featureMediaPlaceholder.hasVideo .lazyVideoShellInner{min-height:0}@keyframes lazyVideoGlowRotate{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.lazyVideoGlow{opacity:.45;filter:blur(32px);animation:none!important}.lazyVideoShell:not(.lazyVideoShell--reducedMotion){transition:opacity .4s;transform:none}}.autoplayFlowPreview.organizePreviewAutoplay{box-sizing:border-box;flex:auto;align-self:stretch;width:100%;min-height:0}.autoplayFlowPreview{background:radial-gradient(75% 65% at 40% 40%,#3b82f61a 0%,#0000 58%),linear-gradient(#080c16bf 0%,#04060eeb 100%);justify-content:center;align-items:center;padding:28px 24px 32px;display:flex;position:relative;overflow:hidden}.autoplayFlowLayout{grid-template-columns:minmax(0,1fr) minmax(200px,260px);align-items:center;gap:clamp(20px,4vw,36px);width:100%;max-width:720px;display:grid}.autoplayFlowMain{flex-direction:column;align-items:stretch;gap:14px;min-width:0;display:flex}.autoplayFlowVideo{aspect-ratio:16/11;background:linear-gradient(145deg,#1e293bf2 0%,#0f172afa 100%);border:1px solid #ffffff1a;border-radius:14px;justify-content:center;align-items:center;max-height:200px;transition:border-color .28s,box-shadow .28s;display:flex;position:relative;box-shadow:inset 0 1px #ffffff0f,0 16px 40px #00000059}.autoplayFlowVideoContent{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-width:0;padding:16px;display:flex}.autoplayFlowVideoIcon{background:#00000047;border-radius:14px;justify-content:center;align-items:center;width:64px;height:64px;display:flex;box-shadow:inset 0 1px #ffffff0f}.autoplayFlowVideoSvg{width:36px;height:36px;display:block}.autoplayFlowVideoTitle{letter-spacing:.02em;color:#f1f5f9f2;font-size:15px;font-weight:600;line-height:1.25}.autoplayFlowVideoCheckWrap{background:#0f172aa6;border:1px solid #34d39959;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:absolute;top:10px;right:10px}.autoplayFlowVideo--done{border-color:#34d39973;box-shadow:inset 0 1px #ffffff14,0 0 0 1px #34d39933,0 0 32px #34d3991f}.autoplayFlowVideoCheck{color:#34d399;filter:drop-shadow(0 0 10px #34d39973);width:22px;height:22px;animation:.42s cubic-bezier(.34,1.3,.64,1) autoplayFlowCheckPop}@keyframes autoplayFlowCheckPop{0%{opacity:0;transform:scale(.2)}to{opacity:1;transform:scale(1)}}.autoplayFlowProgress{width:100%}.autoplayFlowProgressTrack{background:#ffffff14;border-radius:999px;height:6px;overflow:hidden;box-shadow:inset 0 1px 2px #00000059}.autoplayFlowProgressFill{background:linear-gradient(90deg,#3b82f6,#8b5cf6);border-radius:999px;height:100%;transition:width .18s}.autoplayFlowQueue{flex-direction:column;gap:8px;min-width:0;margin:0;padding:0;list-style:none;display:flex}.autoplayFlowQueueItem{color:#e2e8f0e0;background:#0f172aa6;border:1px solid #ffffff0f;border-radius:12px;grid-template-columns:32px 1fr auto;align-items:center;gap:10px;padding:10px 12px;font-size:13px;font-weight:600;transition:border-color .2s,background .2s;display:grid}.autoplayFlowQueueItem--active{background:#1e3a6e59;border-color:#3b82f673}.autoplayFlowQueueItem--done{border-color:#34d39959}.autoplayFlowQueueItem--destroy{animation:.58s cubic-bezier(.4,0,.2,1) forwards autoplayFlowItemDestroy}@keyframes autoplayFlowItemDestroy{0%{opacity:1;filter:blur();transform:translate(0)scale(1)}35%{opacity:1;transform:translate(6px)scale(.98)}to{opacity:0;filter:blur(2px);transform:translate(24px)scale(.88)}}.autoplayFlowQueueIcon{background:#00000040;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.autoplayFlowQueueSvg{width:20px;height:20px;display:block}.autoplayFlowQueueLabel{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.autoplayFlowQueueCheck{color:#34d399;justify-content:center;align-items:center;width:22px;height:22px;display:flex}@media (max-width:720px){.autoplayFlowLayout{grid-template-columns:1fr;gap:20px}.autoplayFlowQueue{width:100%;max-width:360px;margin:0 auto}}@media (prefers-reduced-motion:reduce){.autoplayFlowVideoCheck{animation:none}.autoplayFlowQueueItem--destroy{opacity:.6;animation:none}.autoplayFlowProgressFill{transition:none}}.organizePreviewRemote{box-sizing:border-box;flex:auto;align-self:stretch;width:100%;min-height:0}:is(.organizePreview:has(.organizePreviewRemote),.organizeInteractive:has(.organizePreviewRemote)){overflow:visible}.organizePreviewMedia:has(.organizePreviewRemote){flex-direction:column;align-items:stretch;display:flex;overflow:visible}.remoteControlDualPreview{box-sizing:border-box;flex-direction:column;align-items:stretch;gap:0;width:100%;padding-bottom:clamp(24px,5vw,48px);display:flex;position:relative}.remoteControlPhone{width:100%;max-width:248px}.remoteControlPhoneDevice{filter:drop-shadow(0 22px 40px #0000008c)}.remoteControlPhoneBezel{background:linear-gradient(160deg,#ffffff17 0%,#0000 42%),linear-gradient(145deg,#3a3f48 0%,#12141a 100%);border:2px solid #ffffff24;border-radius:32px;padding:11px 9px 10px;box-shadow:inset 0 1px #ffffff1a,0 0 0 1px #00000080}.remoteControlPhoneDynamicIsland{background:linear-gradient(#151820 0%,#0a0c10 100%);border:1px solid #ffffff12;border-radius:999px;width:36%;height:24px;margin:0 auto 10px;box-shadow:inset 0 1px #ffffff0a}.remoteControlPhoneScreen{background:linear-gradient(#0f172a 0%,#020617 100%);border:1px solid #ffffff0f;border-radius:22px;flex-direction:column;min-height:420px;display:flex;overflow:hidden}.remoteControlPhone--compactPlayback .remoteControlPhoneScreen{min-height:0}.remoteControlPhone--compactPlayback .remoteControlPhoneNowCard{flex:0 auto}.remoteControlPhoneApp{flex-direction:column;flex:auto;gap:8px;min-height:0;padding:8px 10px 10px;display:flex}.remoteControlPhoneStatusBar{font-variant-numeric:tabular-nums;letter-spacing:.02em;color:#e2e8f0e0;justify-content:space-between;align-items:center;padding:0 2px;font-size:12px;font-weight:600;display:flex}.remoteControlPhoneStatusIcons{color:#e2e8f0c7;align-items:center;gap:5px;display:inline-flex}.remoteControlPhoneAppHeader{align-items:center;gap:10px;margin-top:2px;display:flex}.remoteControlPhoneAppLogo{border-radius:9px;flex-shrink:0;box-shadow:0 6px 16px #00000059}.remoteControlPhoneAppBrand{flex-direction:column;gap:1px;min-width:0;display:flex}.remoteControlPhoneAppName{letter-spacing:-.02em;color:#f8fafc;font-size:15px;font-weight:800;line-height:1.15}.remoteControlPhoneAppScreenLabel{color:#94a3b8f2;text-transform:none;font-size:11px;font-weight:600}.remoteControlPhoneAppHint{color:#94a3b8eb;margin:0 0 6px;font-size:11px;line-height:1.4}.remoteControlMobileSectionEyebrow{letter-spacing:.12em;text-transform:uppercase;color:#94a3b8bf;margin:0 0 6px;font-size:10px;font-weight:700}.remoteControlMobileSessionRow{background:#1e293b8c;border:1px solid #ffffff0f;border-radius:10px;align-items:center;gap:8px;margin-bottom:8px;padding:8px 10px;display:flex}.remoteControlMobileChromeIcon{background:#00000059;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;display:flex}.remoteControlMobileChromeSvg{width:16px;height:16px;display:block}.remoteControlMobileSessionText{color:#e2e8f0eb;flex:auto;min-width:0;font-size:12px;font-weight:600}.remoteControlMobileLivePill{letter-spacing:.08em;text-transform:uppercase;color:#6ee7b7;background:#34d39924;border:1px solid #34d39959;border-radius:999px;flex-shrink:0;padding:3px 7px;font-size:9px;font-weight:800}.remoteControlPhoneNowCard{background:#0f172a8c;border:1px solid #ffffff12;border-radius:14px;flex:auto;min-height:0;overflow:auto;box-shadow:inset 0 1px #ffffff0a}.remoteControlMobileTabBar{background:#020617a6;border:1px solid #ffffff0f;border-radius:14px;justify-content:space-around;align-items:stretch;gap:4px;margin-top:8px;padding:6px 4px 4px;display:flex}.remoteControlMobileTab{cursor:default;color:#94a3b8d9;min-width:0;font:inherit;background:0 0;border:none;border-radius:10px;flex-direction:column;flex:1 1 0;justify-content:center;align-items:center;gap:3px;padding:6px 4px;display:flex}.remoteControlMobileTabLabel{letter-spacing:.02em;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:9px;font-weight:600;overflow:hidden}.remoteControlMobileTab--active{color:#93c5fd;background:#3b82f624;box-shadow:inset 0 0 0 1px #3b82f640}.remoteControlMobileTab--active .remoteControlMobileTabLabel{color:#bfdbfe}.remoteControlPhoneHomeIndicator{background:#f8fafc38;border-radius:999px;flex-shrink:0;width:36%;height:5px;margin:8px auto 6px}.remoteChromePopupAppStrip{flex-wrap:wrap;align-items:center;gap:8px 10px;margin-bottom:8px;display:flex}.remoteChromePopup.remoteChromePopup--embeddedApp{box-shadow:none!important;background:0 0!important;border:none!important;padding:12px 10px 14px!important}.remoteChromePopup.remoteChromePopup--phone{box-sizing:border-box;width:100%;max-width:none;min-height:100%;margin:0;position:relative;inset:auto;left:auto!important;transform:none!important}.remoteControlPhone--compactPlayback .remoteChromePopup.remoteChromePopup--phone{min-height:0}.remoteChromeWindow--tv{box-shadow:0 0 0 2px #00000059,0 0 0 1px #ffffff14,0 24px 60px #00000073,0 0 40px #3b82f614}.remoteChromePreview{box-sizing:border-box;justify-content:center;align-items:stretch;width:100%;min-height:min(420px,48vh);padding:clamp(12px,2vw,20px);display:flex;position:relative;overflow:visible}.remoteChromePreview--hasPhoneOverlay{min-height:min(440px,52vh)}.remoteChromePhoneOverlay{pointer-events:none;z-index:22;justify-content:flex-end;align-items:flex-end;margin-bottom:clamp(-32px,-4vw,-16px);display:flex;position:absolute;inset:clamp(8px,1.5vw,16px)}.remoteChromePhoneOverlayShell{aspect-ratio:248/670;pointer-events:none;flex-shrink:0;width:min(140px,19.5vw);position:relative;transform:translateY(clamp(-10px,-1.2vw,-4px))}.remoteChromePhoneOverlayShell:has(.remoteControlPhone--compactPlayback){aspect-ratio:248/585}.remoteChromePhoneOverlayShell .remoteControlPhone{transform-origin:100% 100%;pointer-events:auto;width:248px;max-width:248px;position:absolute;bottom:0;right:0;transform:scale(.565)}.remoteChromePhoneOverlayShell .remoteControlPhoneDevice{filter:drop-shadow(0 22px 44px #000000b8)}.remoteChromeWindow{background:linear-gradient(#2f323a 0%,#1e2028 48%,#12141a 100%);border:1px solid #ffffff1a;border-radius:12px;width:100%;max-width:920px;margin:0 auto;overflow:visible;box-shadow:0 0 0 1px #00000059,0 24px 60px #00000073,0 0 40px #3b82f614}.remoteChromeTitleRow{background:#0003;border-bottom:1px solid #00000059;align-items:center;gap:10px;padding:8px 12px;display:flex}.remoteChromeTraffic{align-items:center;gap:6px;display:flex}.remoteChromeDot{opacity:.92;border-radius:999px;width:10px;height:10px}.remoteChromeDot--red{background:#ff5f57}.remoteChromeDot--yellow{background:#febc2e}.remoteChromeDot--green{background:#28c840}.remoteChromeTab{color:#e8eaedf2;background:#3c4043;border:1px solid #ffffff0f;border-bottom:none;border-radius:8px 8px 0 0;align-items:center;gap:8px;min-width:0;max-width:46%;padding:6px 14px 8px;font-size:12px;font-weight:600;display:inline-flex}.remoteChromeTabFavicon{border-radius:4px;flex-shrink:0}.remoteChromeTabTitle{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.remoteChromeToolbar{z-index:3;background:#35393e;border-bottom:1px solid #00000073;align-items:center;gap:10px;padding:8px 10px;display:flex;position:relative}.remoteChromeNav{color:#e8eaede0;flex-shrink:0;gap:2px;display:flex}.remoteChromeNavBtn{opacity:.88;border-radius:6px;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.remoteChromeOmnibox{color:#e8eaedeb;background:#202124;border:1px solid #ffffff0f;border-radius:999px;flex:auto;align-items:center;gap:8px;min-width:0;padding:7px 14px;font-size:12px;display:flex}.remoteChromeLock{opacity:.85;flex-shrink:0;font-size:11px}.remoteChromeUrl{text-overflow:ellipsis;white-space:nowrap;opacity:.92;overflow:hidden}.remoteChromeExtSlot{flex-shrink:0;position:relative}.remoteChromeExt{cursor:pointer;background:#2d3139f2;border:1px solid #ffffff14;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;padding:0;transition:border-color .16s,box-shadow .16s,transform .16s;display:flex}.remoteChromeExt:hover{border-color:#93c5fd59}.remoteChromeExt--active{border-color:#3b82f68c;box-shadow:0 0 0 1px #3b82f633}.remoteChromeExt--phoneLinked{cursor:default}.remoteChromeExt--phoneLinked:hover{border-color:#3b82f68c}.remoteChromePopup{z-index:30;background:linear-gradient(165deg,#1e293bfa 0%,#0f172afc 100%);border:1px solid #ffffff1a;border-radius:12px;width:min(292px,100vw - 48px);padding:12px 12px 14px;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 18px 50px #0000008c,0 0 0 1px #3b82f61f}.remoteChromePopupHeader{justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:8px;display:flex}.remoteChromePopupTitle{letter-spacing:.02em;color:#f1f5f9f5;margin:0;font-size:13px;font-weight:700}.remoteChromePopupBadge{letter-spacing:.06em;text-transform:uppercase;color:#6ee7b7;background:#34d39926;border:1px solid #34d39959;border-radius:999px;margin-top:4px;padding:3px 8px;font-size:10px;font-weight:700;display:inline-block}.remoteChromePopupClose{color:#94a3b8f2;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:4px;line-height:0}.remoteChromePopupClose:hover{color:#f1f5f9;background:#ffffff0f}.remoteChromePopupStatus{color:#94a3b8f2;margin:0 0 10px;font-size:11px}.remoteChromePopupPlayer{align-items:flex-start;gap:10px;margin-bottom:12px;display:flex}.remoteChromeThumb{background:#00000059;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.remoteChromeThumbSvg{width:28px;height:28px;display:block}.remoteChromePopupProgress{flex-direction:column;flex:1;gap:8px;min-width:0;display:flex}.remoteChromePopupProgressTrack{background:#ffffff14;border-radius:999px;height:5px;overflow:hidden}.remoteChromePopupProgressFill{background:linear-gradient(90deg,#3b82f6,#8b5cf6);border-radius:999px;height:100%}.remoteChromePopupTransport{align-items:center;gap:10px;display:flex}.remoteChromeRoundBtn{cursor:pointer;color:#f8fafc;background:linear-gradient(165deg,#3b82f6 0%,#1d4ed8 100%);border:none;border-radius:999px;justify-content:center;align-items:center;width:44px;height:44px;display:flex;box-shadow:0 8px 20px #2563eb59}.remoteChromeSkipBtn{color:#e2e8f0e6;cursor:pointer;background:#0f172a99;border:1px solid #ffffff1a;border-radius:8px;align-items:center;gap:4px;padding:6px 10px;font-size:12px;font-weight:600;display:inline-flex}.remoteChromeSpeedRow{align-items:flex-start;gap:10px;display:flex}.remoteChromeSpeedLabel{letter-spacing:.1em;text-transform:uppercase;color:#94a3b8e6;flex-shrink:0;padding-top:6px;font-size:10px;font-weight:700}.remoteChromeSpeedList{flex-flow:wrap;flex:1;gap:6px;min-width:0;margin:0;padding:0;list-style:none;display:flex}.remoteChromeSpeedBtn{text-align:center;color:#cbd5e1e0;font-variant-numeric:tabular-nums;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;width:auto;padding:6px 10px;font-size:12px;font-weight:600;transition:background .14s,border-color .14s}.remoteChromeSpeedBtn:hover{background:#ffffff0d}.remoteChromeSpeedBtn.active{color:#93c5fd;background:#3b82f61f;border-color:#3b82f673}.remoteChromeBody{background:radial-gradient(80% 70% at 50% 0,#3b82f60f 0%,#0000 55%),#12141a;grid-template-columns:minmax(0,220px) minmax(0,1fr);align-items:stretch;gap:14px;padding:14px;display:grid}.remoteChromeBody.remoteChromeBody--youtubeWatch{background:#0f0f0f;min-height:min(300px,38vh);padding:0;display:block;overflow:hidden}.remoteChromeTabFavicon--yt{flex-shrink:0;justify-content:center;align-items:center;width:14px;height:14px;display:flex}.remoteChromeTabYtSvg{width:14px;height:14px;display:block}.ytWatchMock{color:#f1f1f1;flex-direction:column;height:100%;min-height:min(300px,38vh);font-family:system-ui,Roboto,Segoe UI,sans-serif;display:flex}.ytWatchMockInnerBar{background:#0f0f0f;border-bottom:1px solid #ffffff14;flex-shrink:0;padding:6px 10px 8px}.ytWatchMockLogoRow{align-items:center;gap:6px;display:inline-flex}.ytWatchMockLogoSvg{width:18px;height:18px;display:block}.ytWatchMockLogoText{letter-spacing:-.02em;color:#fff;font-size:15px;font-weight:700}.ytWatchMockGrid{flex:auto;grid-template-columns:minmax(0,1fr) minmax(140px,200px);align-items:start;gap:12px;min-height:0;padding:10px 10px 12px;display:grid}.ytWatchMockMain{flex-direction:column;gap:8px;min-width:0;display:flex}.ytWatchMockPlayer{aspect-ratio:16/9;background:#181818;border:1px solid #ffffff14;border-radius:10px;position:relative;overflow:hidden}.ytWatchMockPlayerShade{background:linear-gradient(135deg,#1e1e1ee6 0%,#0f0f0ff2 100%);position:absolute;inset:0}.ytWatchMockPlayGlyph{color:#ffffffeb;opacity:.95;filter:drop-shadow(0 4px 20px #00000080);pointer-events:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ytWatchMockPlayerChrome{background:linear-gradient(#0000,#000000a6);padding:6px 8px 8px;position:absolute;bottom:0;left:0;right:0}.ytWatchMockProgressTrack{background:#ffffff26;border-radius:999px;height:4px;overflow:hidden}.ytWatchMockProgressFill{background:red;border-radius:999px;height:100%}.ytWatchMockTitle{color:#f1f1f1;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:13px;font-weight:600;line-height:1.35;display:-webkit-box;overflow:hidden}.ytWatchMockChannel{color:#aaa;margin:0;font-size:12px}.ytWatchMockAside{min-width:0;padding:4px 0 0}.ytWatchMockUpNext{color:#aaa;margin:0 0 8px;font-size:11px;font-weight:600}.ytWatchMockSuggestionList{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.ytWatchMockSuggestion{grid-template-columns:72px minmax(0,1fr);align-items:start;gap:8px;display:grid}.ytWatchMockSuggestionThumb{aspect-ratio:16/9;background:linear-gradient(135deg,#2a2a2a,#1a1a1a);border:1px solid #ffffff0f;border-radius:6px;width:100%;display:block}.ytWatchMockSuggestionTitle{color:#e5e5e5;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:11px;line-height:1.35;display:-webkit-box;overflow:hidden}@media (max-width:640px){.ytWatchMockGrid{grid-template-columns:1fr}.ytWatchMockAside{order:-1;padding-top:0}}.remoteChromeSide{min-width:0}.remoteChromeAutoplayMain{transform-origin:top;transform:scale(.92)}.remoteChromeAutoplayMain .autoplayFlowVideo{max-height:170px}.remoteChromeAutoplayMain .autoplayFlowVideoIcon{width:52px;height:52px}.remoteChromeAutoplayMain .autoplayFlowVideoSvg{width:30px;height:30px}.remoteChromeAutoplayMain .autoplayFlowVideoTitle{font-size:13px}.remoteChromePage{background:#0f1117;border:1px solid #ffffff0f;border-radius:10px;min-height:min(280px,36vh);position:relative;overflow:hidden}.remoteChromePage .lazyVideoShell{height:100%;min-height:min(260px,34vh)}.remoteChromePage .lazyVideoShellInner,.remoteChromePage .lazyVideoGlow{height:100%}.remoteChromeEmbedVideo{object-fit:cover;width:100%;height:100%;min-height:min(260px,34vh);display:block}@media (max-width:720px){.remoteChromeBody{grid-template-columns:1fr}.remoteChromeAutoplayMain{max-width:320px;margin:0 auto;transform:none}.remoteChromePopup{width:min(292px,100% - 24px);left:50%;right:auto;transform:translate(-50%)}.remoteChromePhoneOverlay{justify-content:center;align-items:flex-end;margin-bottom:clamp(-24px,-3vw,-12px)}.remoteChromePhoneOverlayShell{aspect-ratio:248/670;width:min(127px,53vw);transform:translateY(-6px)}.remoteChromePhoneOverlayShell .remoteControlPhone{transform-origin:bottom;margin-left:-124px;left:50%;right:auto;transform:scale(.512)}}@media (prefers-reduced-motion:reduce){.remoteChromeExt{transition:none}}.platformOrbit.organizePreviewOrbit{box-sizing:border-box;flex:auto;width:100%;min-height:min(480px,52vh)}.platformOrbit.organizePreviewOrbit.platformOrbit--interactive .platformOrbitSync{flex:auto;min-height:0}@media (min-width:721px){.platformOrbit.organizePreviewOrbit.platformOrbit--interactive .platformOrbitSync{align-items:center}}.organizePreviewMediaEasyControllers{box-sizing:border-box;flex-direction:column;flex:auto;justify-content:center;align-items:center;gap:clamp(18px,3vw,32px);width:100%;min-height:0;padding-inline:clamp(10px,2.5vw,28px);display:flex}.organizePreviewMediaEasyControllers .mediaControllersMagicBento{justify-content:center;width:100%;max-width:100%;display:flex}.organizePreviewMediaEasyControllers .mediaControllersMagicBento .card-grid{gap:.65em;width:100%;max-width:min(54em,100%);margin-left:auto;margin-right:auto}.organizePreviewMediaEasyControllers .mediaControllersMagicBento .magic-bento-card{aspect-ratio:auto;min-height:248px;padding:1.35em 1.35em 1.45em;overflow:visible}.organizePreviewMediaEasyControllers .mediaControllersMagicBento .particle-container{overflow:visible!important}.organizePreviewMediaEasyControllers .mediaControllersMagicBento .magic-bento-card__visual{min-height:64px;margin-bottom:.2rem}.organizePreviewMediaEasyControllers .mediaControllersMagicBento .magic-bento-card__title{font-size:17px;line-height:1.28}.organizePreviewMediaEasyControllers .mediaControllersMagicBento .magic-bento-card__description{font-size:13px;line-height:1.45;display:block;overflow:visible}@media (min-width:1024px){.organizePreviewMediaEasyControllers .mediaControllersMagicBento .magic-bento-card{min-height:272px}.organizePreviewMediaEasyControllers .mediaControllersMagicBento .magic-bento-card:nth-child(3),.organizePreviewMediaEasyControllers .mediaControllersMagicBento .magic-bento-card:nth-child(4){min-height:308px}}@media (max-width:599px){.organizePreviewMediaEasyControllers .mediaControllersMagicBento .magic-bento-card{min-height:220px}}.aiFeaturesPreview.organizePreviewAiFeatures{box-sizing:border-box;flex:auto;align-self:stretch;width:100%;min-height:0}.aiFeaturesPreview{background:radial-gradient(80% 70% at 50% 18%,#38bdf824,#0000 55%),linear-gradient(#0a101cd1 0%,#060a14f0 100%);justify-content:center;align-items:center;min-height:min(360px,42vh);padding:28px 22px 32px;display:flex;position:relative;overflow:hidden}.aiFeaturesPreviewGlow{pointer-events:none;background:radial-gradient(50% 45% at 50% 0,#22d3ee2e,#0000 70%);height:70%;position:absolute;inset:-40% -20% auto}.aiFeaturesPreviewCard{z-index:1;background:linear-gradient(155deg,#1e293b8c 0%,#0f172ab8 100%);border:1px solid #94a3b824;border-radius:16px;width:100%;max-width:420px;padding:20px 20px 22px;position:relative;box-shadow:inset 0 1px #ffffff0f,0 20px 48px #00000059}.aiFeaturesPreviewHeader{align-items:flex-start;gap:12px;margin-bottom:18px;display:flex}.aiFeaturesPreviewIcon{color:#67e8f9f2;background:#082f498c;border:1px solid #22d3ee47;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex;box-shadow:0 0 20px #22d3ee1f}.aiFeaturesPreviewHeaderText{min-width:0}.aiFeaturesPreviewTitle{letter-spacing:.02em;color:#f8fafcf5;margin:0 0 4px;font-size:15px;font-weight:700;line-height:1.25}.aiFeaturesPreviewHint{color:#94a3b8eb;margin:0;font-size:12px;line-height:1.45}.aiFeaturesPreviewRow{background:#00000038;border:1px solid #ffffff0f;border-radius:12px;align-items:flex-start;gap:14px;padding:14px;display:flex}.aiFeaturesPreviewThumb{background:linear-gradient(135deg,#334155e6 0%,#1e293bf2 100%);border-radius:8px;flex-shrink:0;width:72px;height:48px;box-shadow:inset 0 1px #ffffff0d}.aiFeaturesPreviewRowBody{flex-direction:column;flex:1;gap:10px;min-width:0;display:flex}.aiFeaturesPreviewItemTitle{color:#e2e8f0f2;letter-spacing:.01em;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:13px;font-weight:600;overflow:hidden}.aiFeaturesPreviewChips{flex-wrap:wrap;gap:8px;display:flex}.aiFeaturesPreviewChip{letter-spacing:.03em;color:#a5f3fceb;background:#082f498c;border:1px solid #22d3ee38;border-radius:999px;align-items:center;padding:5px 10px;font-size:11px;font-weight:600;display:inline-flex}.aiFeaturesPreviewChip--pulse{animation:2.4s ease-in-out infinite aiFeaturesChipPulse}@keyframes aiFeaturesChipPulse{0%,to{border-color:#22d3ee38;box-shadow:0 0 #22d3ee00}50%{border-color:#67e8f973;box-shadow:0 0 14px #22d3ee2e}}@media (prefers-reduced-motion:reduce){.aiFeaturesPreviewChip--pulse{animation:none}}.organizePreviewMedia:has(.offlineArchPreview){flex-direction:column;align-items:stretch;min-height:0;display:flex}.offlineArchPreview.organizePreviewOffline{box-sizing:border-box;flex:auto;align-self:stretch;width:100%;min-height:0}.offlineArchPreview{background:radial-gradient(80% 65% at 50% 12%,#22c55e1f,#0000 52%),linear-gradient(#0a101cd1 0%,#060a14f0 100%);flex-direction:column;justify-content:center;align-items:center;gap:22px;min-height:min(380px,46vh);padding:32px 24px 36px;display:flex;position:relative;overflow:hidden}.offlineArchGlow{pointer-events:none;background:radial-gradient(55% 45% at 50% 0,#4ade8026,#0000 65%);height:80%;position:absolute;inset:-50% -30% auto}.offlineArchPreview[data-phase=offline] .offlineArchGlow,.offlineArchPreview[data-phase=added] .offlineArchGlow{background:radial-gradient(55% 45% at 50% 0,#fbbf241a,#0000 65%);transition:background .8s}.offlineArchStatus{letter-spacing:.05em;text-transform:uppercase;z-index:1;border-radius:999px;align-items:center;gap:6px;padding:6px 13px;font-size:12px;font-weight:700;transition:background .4s,border-color .4s,color .4s;display:inline-flex}.offlineArchStatus--online{color:#86efacf2;background:#14532d73;border:1px solid #4ade8059;box-shadow:0 0 18px #4ade801a}.offlineArchStatus--offline{color:#fcd34df2;background:#78350f66;border:1px solid #fbbf2452}.offlineArchStatus--syncing{color:#93c5fdf5;background:#1e3a8a66;border:1px solid #60a5fa52;box-shadow:0 0 18px #60a5fa1a}.offlineArchStage{z-index:1;grid-template-columns:1fr auto 1fr;align-items:center;gap:0;width:100%;max-width:520px;display:grid}.offlineArchPanel{background:linear-gradient(155deg,#1e293bb3 0%,#0f172ad9 100%);border:1px solid #ffffff14;border-radius:14px;min-width:0;padding:14px 14px 16px;transition:border-color .5s,box-shadow .5s,opacity .5s}.offlineArchPanel--online{border-color:#4ade8040;box-shadow:inset 0 1px #ffffff0f,0 0 24px #4ade8014}.offlineArchPanel--dimmed{opacity:.42;border-color:#ffffff0d}.offlineArchPanelHeader{letter-spacing:.05em;text-transform:uppercase;color:#94a3b8d9;align-items:center;gap:6px;margin-bottom:12px;font-size:11px;font-weight:700;display:flex}.offlineArchPanelDevice .offlineArchPanelHeader{color:#a7f3d0e6}.offlineArchPanelCloud .offlineArchPanelHeader{color:#93c5fde6}.offlineArchPanel--dimmed .offlineArchPanelHeader{color:#94a3b880}.offlineArchLatencyBadge{color:#86eface6;letter-spacing:.04em;background:#14532d80;border:1px solid #4ade8047;border-radius:999px;margin-left:auto;padding:2px 7px;font-size:10px;font-weight:700}.offlineArchCloudBadge{color:#93c5fde6;background:#1e3a8a66;border:1px solid #60a5fa40;border-radius:999px;margin-left:auto;padding:2px 7px;font-size:10px;font-weight:700}.offlineArchCloudBadge--syncing{justify-content:center;align-items:center;padding:3px 8px;display:flex}.offlineArchQueueRows{flex-direction:column;gap:7px;display:flex}.offlineArchRow{background:#0000002e;border:1px solid #ffffff0d;border-radius:8px;align-items:center;gap:8px;min-width:0;padding:7px 8px;display:flex}.offlineArchRow--done{opacity:.5}.offlineArchRow--active{background:#14532d38;border-color:#4ade802e}.offlineArchRow--new{background:#78350f40;border-color:#fbbf2447;animation:.35s cubic-bezier(.22,1,.36,1) both offlineRowSlideIn}.offlineArchRow--syncing{background:#1e3a8a38;border-color:#60a5fa47;transition:border-color .4s,background .4s}@keyframes offlineRowSlideIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.offlineArchRowDot{background:#94a3b859;border-radius:50%;flex-shrink:0;width:7px;height:7px}.offlineArchRowDot--active{background:#4ade80bf;box-shadow:0 0 6px #4ade8073}.offlineArchRowDot--new{background:#fbbf24bf;box-shadow:0 0 6px #fbbf2466}.offlineArchRowTitle{color:#e2e8f0e0;white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:11.5px;font-weight:600;overflow:hidden}.offlineArchRowCheck{color:#4ade80b3;flex-shrink:0}.offlineArchLocalBadge{letter-spacing:.06em;text-transform:uppercase;color:#fcd34de6;background:#78350f8c;border:1px solid #fbbf2452;border-radius:999px;flex-shrink:0;padding:1px 6px;font-size:9.5px;font-weight:700}.offlineArchWire{flex-shrink:0;justify-content:center;align-items:center;width:36px;height:2px;display:flex;position:relative}.offlineArchWireLine{border-radius:2px;transition:background .5s,opacity .5s;position:absolute;inset:0}.offlineArchWireLine--active{background:linear-gradient(90deg,#4ade8099,#60a5fa99)}.offlineArchWireLine--broken{background:0 0;border-top:2px dashed #fbbf2459}.offlineArchWireBreak{background:#78350f8c;border:1px solid #fbbf2466;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.offlineArchWireBreak span{background:#fbbf24b3;border-radius:1px;width:8px;height:1.5px;display:block;transform:rotate(45deg)}.offlineArchPacket{width:6px;height:6px;animation:.7s cubic-bezier(.4,0,.2,1) both offlinePacketFly;animation-delay:var(--pkt-delay,0s);background:#60a5fae6;border-radius:50%;position:absolute;top:50%;left:0;transform:translateY(-50%);box-shadow:0 0 8px #60a5fa99}@keyframes offlinePacketFly{0%{opacity:.2;left:0}20%{opacity:1}80%{opacity:1}to{opacity:0;left:calc(100% - 6px)}}.offlineArchCloudDots{grid-template-columns:repeat(2,1fr);gap:6px;padding:4px;display:grid}.offlineArchCloudDot{background:#ffffff0f;border-radius:4px;width:28px;height:14px;transition:background .4s,box-shadow .4s}.offlineArchCloudDot--on{background:#60a5fa33;box-shadow:0 0 8px #60a5fa1a}.offlineArchCloudDot--syncing{animation:.6s ease-in-out both offlineDotPulse;animation-delay:calc(var(--dot-i,0) * .1s)}@keyframes offlineDotPulse{0%,to{background:#60a5fa33}50%{background:#60a5fa8c;box-shadow:0 0 12px #60a5fa4d}}.offlineArchSpinner{animation:1s linear infinite offlineSpin}@keyframes offlineSpin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.offlineArchSpinner{animation:none}.offlineArchPacket{opacity:0;animation:none}.offlineArchCloudDot--syncing,.offlineArchRow--new{animation:none}}.customThemesPreview{box-sizing:border-box;background:radial-gradient(75% 60% at 50% 20%,#6366f11f,#0000 58%),linear-gradient(165deg,#0f172a8c 0%,#080c18d9 100%);flex-direction:column;gap:clamp(16px,2.5vw,22px);width:100%;min-height:min(420px,48vh);padding:clamp(16px,2.5vw,24px) clamp(14px,2vw,22px) clamp(20px,3vw,28px);display:flex}.customThemesControls{flex-wrap:wrap;justify-content:center;align-items:center;gap:14px 18px;display:flex}.customThemesModeToggle{background:#00000059;border:1px solid #ffffff14;border-radius:999px;padding:4px;display:inline-flex;box-shadow:0 8px 24px #00000040}.customThemesModeBtn{letter-spacing:.02em;color:#e2e8f0bf;cursor:pointer;background:0 0;border:none;border-radius:999px;align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:600;transition:color .18s,background .18s,box-shadow .18s;display:inline-flex}.customThemesModeBtn:hover{color:#f8fafcf2}.customThemesModeBtn--active{color:#f8fafc;background:#ffffff1a;box-shadow:0 2px 12px #0003}.customThemesModeBtnText{line-height:1}.customThemesSwatches{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;display:inline-flex}.customThemesSwatch{background:var(--swatch,#3b82f6);cursor:pointer;border:2px solid #ffffff1f;border-radius:999px;width:28px;height:28px;padding:0;transition:transform .15s,box-shadow .15s,border-color .15s}.customThemesSwatch:hover{transform:scale(1.06)}.customThemesSwatch--active{border-color:#f8fafcd9;box-shadow:0 0 0 2px #0f172ae6,0 6px 18px #00000059}.customThemesThemeRoot{--theme-accent:59 130 246;width:100%}.customThemesThemeRoot--dark{--ct-bg:linear-gradient(180deg, #0f172a 0%, #020617 100%);--ct-surface:#0f172aeb;--ct-text:#f8fafcf0;--ct-muted:#94a3b8e0;--ct-border:#ffffff14;--ct-nav-active-bg:rgb(var(--theme-accent) / .22)}.customThemesThemeRoot--light{--ct-bg:linear-gradient(180deg, #f8fafc 0%, #e2e8f0 100%);--ct-surface:#fff;--ct-text:#0f172a;--ct-muted:#64748b;--ct-border:#0f172a1a;--ct-nav-active-bg:rgb(var(--theme-accent) / .18)}.customThemesSyncPanels{grid-template-columns:minmax(0,1fr);align-items:stretch;gap:14px;display:grid}@media (min-width:880px){.customThemesSyncPanels{grid-template-columns:minmax(0,1.35fr) minmax(0,.75fr);align-items:start;gap:16px}}.customThemesSyncPanels--stack{grid-template-columns:minmax(0,1fr)!important}.customThemesRemoteChrome{width:100%;margin-top:14px}.customThemesRemoteChrome .remoteChromeWindow{transform-origin:top;transform:scale(.92)}.customThemesRemoteChrome .remoteChromeSide{display:none}.customThemesRemoteChrome .remoteChromeBody{grid-template-columns:minmax(0,1fr)}.customThemesRemoteIconBadge{color:#fff;background:rgb(var(--theme-accent));width:36px;height:36px;box-shadow:0 10px 26px rgb(var(--theme-accent) / .35);border-radius:12px;justify-content:center;align-items:center;font-size:14px;font-weight:900;display:inline-flex;position:absolute;top:16px;left:16px}.customThemesThemeRoot .remoteChromePopup{background:var(--ct-bg)!important;border-color:var(--ct-border)!important;box-shadow:0 18px 50px #0000008c, 0 0 0 1px rgb(var(--theme-accent) / .16)!important}.customThemesThemeRoot .remoteChromePopupTitle{color:var(--ct-text)!important}.customThemesThemeRoot .remoteChromePopupStatus{color:var(--ct-muted)!important}.customThemesThemeRoot .remoteChromePopupProgressTrack{background:rgb(var(--theme-accent) / .12)!important}.customThemesThemeRoot .remoteChromePopupProgressFill{background:linear-gradient(90deg, rgb(var(--theme-accent)), rgb(var(--theme-accent) / .55))!important}.customThemesThemeRoot .remoteChromePopupClose{color:var(--ct-muted)!important}.customThemesThemeRoot .remoteChromePopupClose:hover{color:var(--ct-text)!important;background:rgb(var(--theme-accent) / .12)!important}.customThemesRemotePage{background:radial-gradient(ellipse 70% 60% at 50% 18%, rgb(var(--theme-accent) / .22), transparent 55%), linear-gradient(180deg, #0f172a8c, #020617d9);border:1px solid #ffffff0f;border-radius:12px;width:100%;height:100%}.customThemesChrome{border:1px solid #ffffff14;border-radius:14px;flex-direction:column;flex:1;min-height:220px;display:flex;overflow:hidden;box-shadow:0 18px 48px #00000059,inset 0 1px #ffffff0f}.customThemesChromeTop{background:var(--ct-bg);border-bottom:1px solid var(--ct-border);align-items:center;gap:10px;padding:12px 14px;display:flex}.customThemesChromeLogo{color:#fff;background:rgb(var(--theme-accent));width:28px;height:28px;box-shadow:0 4px 14px rgb(var(--theme-accent) / .45);border-radius:8px;justify-content:center;align-items:center;font-size:14px;font-weight:800;display:inline-flex}.customThemesChromeTitle{color:var(--ct-text);letter-spacing:-.02em;font-size:15px;font-weight:700}.customThemesChromeSpacer{flex:1}.customThemesChromePill{text-transform:uppercase;letter-spacing:.06em;color:rgb(var(--theme-accent));background:rgb(var(--theme-accent) / .12);border:1px solid rgb(var(--theme-accent) / .28);border-radius:6px;padding:4px 8px;font-size:11px;font-weight:700}.customThemesChromeBody{background:var(--ct-bg);flex:1;grid-template-columns:minmax(0,120px) minmax(0,1fr);gap:0;min-height:0;display:grid}.customThemesChromeNav{border-right:1px solid var(--ct-border);background:var(--ct-surface);flex-direction:column;gap:4px;padding:12px 10px;display:flex}.customThemesChromeNavItem{color:var(--ct-muted);border-radius:8px;padding:8px 10px;font-size:12px;font-weight:600}.customThemesChromeNavItem--active{color:var(--ct-text);background:var(--ct-nav-active-bg);box-shadow:0 0 0 1px rgb(var(--theme-accent) / .25)}.customThemesChromeMain{background:var(--ct-surface);flex-direction:column;gap:12px;padding:14px 14px 16px;display:flex}.customThemesChromeCard{border:1px solid var(--ct-border);background:rgb(var(--theme-accent) / .06);border-radius:10px;flex-direction:column;gap:10px;padding:12px 12px 14px;display:flex}.customThemesChromeCardTitle{color:var(--ct-text);letter-spacing:.01em;font-size:12px;font-weight:700}.customThemesChromeCardLine{background:linear-gradient(90deg, rgb(var(--theme-accent) / .45), rgb(var(--theme-accent) / .12));border-radius:4px;height:8px}.customThemesChromeCardLine--short{opacity:.85;width:62%}.customThemesChromeCta{color:#fff;background:rgb(var(--theme-accent));cursor:default;box-shadow:0 8px 20px rgb(var(--theme-accent) / .35);border:none;border-radius:8px;align-self:flex-start;padding:9px 18px;font-size:13px;font-weight:700}.customThemesExtPopup{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0206178c;border:1px solid #ffffff14;border-radius:14px;flex-direction:column;gap:10px;min-height:220px;padding:12px;display:flex;overflow:hidden;box-shadow:0 18px 44px #00000061,inset 0 1px #ffffff0f}.customThemesExtHeader{justify-content:space-between;align-items:center;gap:10px;display:flex}.customThemesExtBrand{align-items:center;gap:10px;min-width:0;display:inline-flex}.customThemesExtLogo{color:#fff;background:rgb(var(--theme-accent));width:28px;height:28px;box-shadow:0 4px 14px rgb(var(--theme-accent) / .45);border-radius:8px;justify-content:center;align-items:center;font-size:13px;font-weight:900;display:inline-flex}.customThemesExtTitle{letter-spacing:.06em;color:var(--ct-text);font-size:13px;font-weight:800}.customThemesExtPill{letter-spacing:.08em;color:rgb(var(--theme-accent));border:1px solid rgb(var(--theme-accent) / .28);background:rgb(var(--theme-accent) / .12);border-radius:999px;padding:4px 8px;font-size:10px;font-weight:800}.customThemesExtRow{border:1px solid var(--ct-border);background:#0000002e;border-radius:10px;justify-content:space-between;align-items:center;gap:10px;padding:10px;display:flex}.customThemesExtRowLabel{letter-spacing:.1em;text-transform:uppercase;color:var(--ct-muted);font-size:11px;font-weight:800}.customThemesExtModeChip{color:var(--ct-text);background:rgb(var(--theme-accent) / .18);border:1px solid rgb(var(--theme-accent) / .3);border-radius:999px;padding:6px 10px;font-size:12px;font-weight:700}.customThemesExtPalette{justify-content:flex-start;align-items:center;gap:8px;padding:0 2px;display:flex}.customThemesExtDot{background:var(--swatch,#3b82f6);opacity:.9;border-radius:999px;width:16px;height:16px;box-shadow:inset 0 0 0 1px #ffffff1f}.customThemesExtCard{border:1px solid var(--ct-border);background:#ffffff0a;border-radius:12px;flex-direction:column;flex:1;gap:10px;padding:12px;display:flex}.customThemesExtCardTitle{color:var(--ct-text);font-size:12px;font-weight:700}.customThemesExtCardLine{background:#94a3b838;border-radius:999px;height:7px}.customThemesExtCardLine--short{width:72%}.organizePreviewCustomThemes{width:100%}@media (max-width:599px){.customThemesChromeBody{grid-template-columns:minmax(0,96px) minmax(0,1fr)}.customThemesChromeNavItem{padding:7px 8px;font-size:11px}}.platformOrbit{background:radial-gradient(80% 70% at 50% 45%,#1e3a7838 0%,#0000 55%),linear-gradient(#0a101c80 0%,#050810b8 100%);justify-content:center;align-items:center;padding:20px 16px 24px;display:flex;position:relative;overflow:hidden}.platformOrbit--interactive{flex-direction:column;justify-content:flex-start;align-items:center}.platformOrbitGlow{pointer-events:none;background:radial-gradient(#3b82f624 0%,#0000 58%);position:absolute;inset:8% 12%}.platformOrbitSync{z-index:1;flex-direction:row;justify-content:center;align-items:stretch;gap:clamp(10px,2.5vw,22px);width:100%;max-width:820px;margin:0 auto;display:flex;position:relative}.platformOrbitDevice{flex-direction:column;flex:1 1 0;gap:10px;min-width:0;display:flex}.platformOrbitDevice--mobile{flex-basis:38%;max-width:280px}.platformOrbitDevice--desktop{flex-basis:58%}.platformOrbitDeviceBadge{letter-spacing:.1em;text-transform:uppercase;color:#bad2ffb8;align-self:flex-start;align-items:center;gap:6px;font-size:11px;font-weight:700;display:inline-flex}.platformOrbitDeviceBadgeIcon{opacity:.9;width:14px;height:14px}.platformOrbitPhone{background:linear-gradient(160deg,#374155f2 0%,#141c2afa 100%);border-radius:22px;padding:3px;position:relative;box-shadow:0 0 0 1px #ffffff12,0 22px 50px #00000073}.platformOrbitPhoneBezel{z-index:2;background:#00000073;border-radius:999px;width:38%;height:5px;position:absolute;top:10px;left:50%;transform:translate(-50%)}.platformOrbitPhoneInner{background:#0a0f18;border-radius:19px;padding:22px 10px 14px;overflow:hidden}.platformOrbitDesktop{background:#0c121ef2;border-radius:14px;overflow:hidden;box-shadow:0 0 0 1px #ffffff14,0 24px 55px #0000006b}.platformOrbitDesktopTitleBar{background:#00000047;border-bottom:1px solid #ffffff0d;align-items:center;gap:6px;padding:10px 12px;display:flex}.platformOrbitDesktopDot{background:#ffffff1f;border-radius:999px;width:9px;height:9px}.platformOrbitDesktopDot:first-child{background:#ef4444}.platformOrbitDesktopDot:nth-child(2){background:#eab308}.platformOrbitDesktopDot:nth-child(3){background:#22c55e}.platformOrbitDesktopBody{background:linear-gradient(#0f172a59 0%,#080c168c 100%);padding:12px 14px 16px}.platformOrbitQueue{flex-direction:column;gap:7px;min-width:0;margin:0;padding:0;list-style:none;display:flex}.platformOrbitQueueItem{color:#e2e8f0e0;background:#0f172aa6;border:1px solid #ffffff0f;border-radius:11px;grid-template-columns:28px 1fr;align-items:center;gap:8px;padding:8px 10px;font-size:12px;font-weight:600;display:grid}.platformOrbitQueueItem--active{background:#1e3a6e59;border-color:#3b82f673}.platformOrbitQueueItem--dragging{cursor:grabbing;box-shadow:0 20px 44px #00000080,0 0 0 1px #3b82f659}.platformOrbitQueueIcon{background:#00000040;border-radius:7px;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.platformOrbitQueueSvg{width:17px;height:17px;display:block}.platformOrbitQueueLabel{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.platformOrbit--interactive .platformOrbitHint{box-sizing:border-box;text-align:center;color:#93c5fde0;flex-shrink:0;width:100%;max-width:42rem;margin:0 auto 14px;padding:0 8px;font-size:12px;font-weight:500;line-height:1.45}.platformOrbitQueueItem--interactive{grid-template-columns:minmax(0,1fr);padding:0;overflow:hidden}.platformOrbitQueueRowBtn{width:100%;min-width:0;font:inherit;color:inherit;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:10px;grid-template-columns:28px minmax(0,1fr);align-items:center;gap:8px;margin:0;padding:8px 10px;transition:background .2s,box-shadow .2s;display:grid}.platformOrbitQueueRowBtn:hover{background:#3b82f61f}.platformOrbitQueueRowBtn:focus-visible{outline-offset:2px;outline:2px solid #3b82f6a6}.platformOrbitSyncBridge{flex-direction:column;flex:none;justify-content:center;align-self:center;align-items:center;gap:6px;min-height:120px;padding:0 4px;display:flex}.platformOrbitSyncBridgeLine{opacity:.55;background:linear-gradient(#0000,#3b82f673,#0000);border-radius:999px;flex:24px;width:2px;min-height:20px;max-height:48px;transition:opacity .35s,box-shadow .35s;display:block}.platformOrbitSyncBridgeLabel{letter-spacing:.14em;text-transform:uppercase;color:#93c5fdd9;background:#0f172a99;border:1px solid #3b82f647;border-radius:999px;padding:4px 8px;font-size:10px;font-weight:800}.platformOrbitSyncBridge--pulse .platformOrbitSyncBridgeLine{opacity:1;box-shadow:0 0 14px #3b82f68c}.platformOrbitSyncBridge--pulse .platformOrbitSyncBridgeLabel{color:#e0f2fe;border-color:#60a5fa8c;box-shadow:0 0 20px #3b82f640}@media (max-width:720px){.platformOrbitSync{flex-direction:column;align-items:stretch;max-width:420px}.platformOrbitDevice--mobile,.platformOrbitDevice--desktop{flex-basis:auto;max-width:none}.platformOrbitSyncBridge{flex-direction:row;width:100%;min-height:auto;padding:6px 0}.platformOrbitSyncBridgeLine{background:linear-gradient(90deg,#0000,#3b82f673,#0000);flex:40px;width:auto;min-height:2px;max-height:2px}}@media (prefers-reduced-motion:reduce){.platformOrbitSyncBridge--pulse .platformOrbitSyncBridgeLine,.platformOrbitSyncBridge--pulse .platformOrbitSyncBridgeLabel{box-shadow:none}}.folderLockPreview.organizePreviewFolder{box-sizing:border-box;flex:auto;align-self:stretch;width:100%;min-height:0}.folderLockPreview{background:radial-gradient(70% 60% at 50% 42%,#3b82f61f 0%,#0000 55%),linear-gradient(#0a101c99 0%,#040810eb 100%);justify-content:center;align-items:center;padding:28px 20px 32px;display:flex;position:relative;overflow:hidden}.folderLockPreviewGlow{pointer-events:none;background:radial-gradient(circle at 50% 35%,#60a5fa14 0%,#0000 50%);position:absolute;inset:0}.folderLockPreviewScene{z-index:1;width:100%;max-width:360px;position:relative}.folderLockPreviewShape{filter:drop-shadow(0 20px 40px #00000080)}.folderLockPreviewTab{background:linear-gradient(#7dd3fc 0%,#3b82f6 55%,#2563eb 100%);border-radius:14px 16px 0 0;width:48%;max-width:200px;height:24px;margin-left:10px;box-shadow:inset 0 1px #ffffff40}.folderLockPreviewBody{background:linear-gradient(168deg,#182644f7 0%,#0a101efc 100%);border:1px solid #60a5fa61;border-radius:4px 22px 22px;margin-top:-1px;padding:22px 18px 20px;animation:5.5s ease-in-out infinite folderLockBodySeal;position:relative;box-shadow:inset 0 1px #ffffff0f}@keyframes folderLockBodySeal{0%,34%{border-color:#60a5fa61;box-shadow:inset 0 1px #ffffff0f}40%,56%{border-color:#34d3998c;box-shadow:inset 0 1px #ffffff0f,0 0 0 1px #34d39940,0 0 28px #34d3991f}62%,to{border-color:#60a5fa61;box-shadow:inset 0 1px #ffffff0f}}.folderLockPreviewGrid{z-index:1;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px 12px;display:grid;position:relative}.folderLockPreviewChip{aspect-ratio:1;width:100%;max-width:54px;animation:5.5s cubic-bezier(.33,1.1,.64,1) infinite folderLockChipSettle;animation-delay:calc(var(--chip-i,0) * 70ms);background:#0f172af0;border-radius:12px;justify-content:center;align-items:center;margin:0 auto;display:flex;box-shadow:0 0 0 1px #ffffff14}@keyframes folderLockChipSettle{0%{transform:translate(var(--tx), var(--ty)) rotate(var(--rot)) scale(.48);opacity:0}10%{opacity:1}34%{opacity:1;transform:translate(0)rotate(0)scale(1)}58%{opacity:1;transform:translate(0)rotate(0)scale(1)}85%{opacity:1}to{transform:translate(var(--tx), var(--ty)) rotate(var(--rot)) scale(.48);opacity:0}}.folderLockPreviewSvg{width:26px;height:26px;display:block}.folderLockPreviewLockWrap{z-index:2;justify-content:center;align-items:center;width:42px;height:42px;animation:5.5s infinite folderLockBadge;display:flex;position:absolute;bottom:10px;right:10px}.folderLockPreviewLockRing{opacity:.9;background:linear-gradient(145deg,#34d39959,#10b98126);border-radius:999px;position:absolute;inset:0}.folderLockPreviewLockIcon{color:#6ee7b7;filter:drop-shadow(0 0 10px #34d39973);position:relative}@keyframes folderLockBadge{0%,36%{opacity:0;transform:scale(.5)}41%{opacity:1;transform:scale(1.1)}46%{opacity:1;transform:scale(1)}58%{opacity:1;transform:scale(1)}64%,to{opacity:0;transform:scale(.85)}}@media (prefers-reduced-motion:reduce){.folderLockPreviewChip{opacity:1;animation:none;transform:none}.folderLockPreviewBody{border-color:#34d39973;animation:none}.folderLockPreviewLockWrap{opacity:1;animation:none;transform:none}}.elasticSpeedSlider.organizePreviewElastic{box-sizing:border-box;flex:auto;align-self:stretch;width:100%;min-height:0}.elasticSpeedSlider{isolation:isolate;background:0 0;flex-direction:column;justify-content:center;align-items:center;gap:10px;width:100%;min-height:min(480px,52vh);padding:36px 24px 40px;display:flex;position:relative;overflow:hidden}.elasticSpeedBgStack{z-index:0;pointer-events:none;position:absolute;inset:0;overflow:hidden}.elasticSpeedHyperspeedHost{width:100%;height:100%;position:absolute;inset:0}.elasticSpeedHyperspeedFallback{background:radial-gradient(90% 65% at 50% 100%,#0f172aeb 0%,#0000 55%),radial-gradient(70% 50% at 20% 0,#1e3a5f59 0%,#0000 60%),linear-gradient(#050810fa 0%,#02040afc 100%);position:absolute;inset:0}.elasticSpeedHyperspeedScrim{z-index:1;pointer-events:none;background:radial-gradient(95% 75% at 50% 85%,#0508108c 0%,#0000 58%),linear-gradient(#0508106b 0%,#02040a9e 100%);position:absolute;inset:0}.elasticSpeedSlider>:not(.elasticSpeedBgStack){z-index:2;position:relative}.elasticSpeedSliderLabel{letter-spacing:.14em;text-transform:uppercase;color:#bad2ffb8;margin:0;font-size:12px;font-weight:600}.elasticSpeedValue{color:#f1f5ff;font-variant-numeric:tabular-nums;text-shadow:0 0 40px #3b82f640;margin:0 0 4px;font-size:clamp(38px,5.5vw,52px);font-weight:700;line-height:1}.elasticSpeedTrackOuter{width:100%;max-width:440px;margin-top:6px}.elasticSpeedTrack{flex-direction:column;gap:14px;width:100%;display:flex}.elasticSpeedRailRow{touch-action:none;cursor:pointer;height:44px;position:relative}.elasticSpeedRail{background:linear-gradient(90deg,#ffffff12,#60a5fa33,#ffffff12);border-radius:999px;height:7px;margin-top:-3px;position:absolute;top:50%;left:22px;right:22px;box-shadow:inset 0 1px 2px #00000059}.elasticSpeedThumb{pointer-events:none;will-change:transform;background:linear-gradient(165deg,#93c5fd 0%,#3b82f6 42%,#1d4ed8 100%);border-radius:999px;width:44px;height:44px;position:absolute;top:0;left:0;box-shadow:0 0 0 2px #ffffff2e,0 10px 28px #2563eb73}.elasticSpeedTicks{justify-content:space-between;align-items:flex-start;gap:2px;width:100%;padding:0 2px;display:flex}.elasticSpeedTick{color:#b4c8e673;font-variant-numeric:tabular-nums;cursor:pointer;background:0 0;border:none;border-radius:10px;flex:1;min-width:0;padding:6px 2px 4px;font-size:11px;font-weight:600;transition:color .16s,background .16s}.elasticSpeedTick:hover,.elasticSpeedTick:focus-visible{color:#d8e8ffe0;background:#ffffff0a;outline:none}.elasticSpeedTick.active{color:#93c5fd}.elasticSpeedTickLabel{white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.keyboardNavPreview.organizePreviewKeyboardNav{box-sizing:border-box;flex:auto;align-self:stretch;width:100%;min-height:0}.keyboardNavPreview{box-sizing:border-box;background:radial-gradient(85% 70% at 50% 38%,#3b82f61f 0%,#0000 58%),linear-gradient(165deg,#0c121ef5 0%,#040812fc 100%);flex-direction:column;flex:auto;justify-content:center;align-items:stretch;width:100%;min-height:min(480px,52vh);padding:clamp(14px,2.5vw,26px) clamp(10px,2.5vw,22px) clamp(16px,2.5vw,28px);display:flex;position:relative;overflow:hidden}.keyboardNavPreviewGrid{opacity:.22;pointer-events:none;background-image:linear-gradient(#ffffff0a 1px,#0000 1px),linear-gradient(90deg,#ffffff0a 1px,#0000 1px);background-size:22px 22px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(70% 65% at 50% 45%,#000 20%,#0000 72%);mask-image:radial-gradient(70% 65% at 50% 45%,#000 20%,#0000 72%)}.keyboardNavPreviewInner{z-index:1;border-radius:18px;outline:none;flex-flow:wrap;flex:auto;justify-content:center;align-items:center;gap:clamp(22px,4.5vw,52px);width:100%;max-width:none;min-height:0;padding:2px clamp(4px,1.5vw,12px);display:flex;position:relative}.keyboardNavPreviewInner:focus-visible{box-shadow:0 0 0 2px #60a5fa8c}.keyboardNavColumn{transform-origin:50%;flex:0 auto;transform:scale(1.06)}.keyboardNavScreen{flex-direction:column;flex:320px;gap:10px;width:100%;min-width:min(260px,42vw);max-width:min(540px,52vw);display:flex}.keyboardNavScreenBadge{letter-spacing:.1em;text-transform:uppercase;color:#bad2ffb8;align-self:flex-start;align-items:center;gap:6px;font-size:11px;font-weight:700;display:inline-flex}.keyboardNavScreenBadgeIcon{opacity:.9;width:14px;height:14px}.keyboardNavScreenWindow{background:#0c121ef2;border-radius:14px;overflow:hidden;box-shadow:0 0 0 1px #3b82f659,0 24px 55px #0000006b}.keyboardNavScreenTitleBar{background:#00000047;border-bottom:1px solid #ffffff0d;align-items:center;gap:6px;padding:10px 12px;display:flex}.keyboardNavScreenDot{background:#ffffff1f;border-radius:999px;width:9px;height:9px}.keyboardNavScreenDot:first-child{background:#ef4444}.keyboardNavScreenDot:nth-child(2){background:#eab308}.keyboardNavScreenDot:nth-child(3){background:#22c55e}.keyboardNavScreenList{background:linear-gradient(#0f172a59 0%,#080c168c 100%);flex-direction:column;gap:7px;margin:0;padding:12px 14px 16px;list-style:none;display:flex}.keyboardNavScreenSplit{grid-template-columns:minmax(0,1fr) minmax(0,1.12fr);align-items:stretch;min-height:0;display:grid}.keyboardNavScreenCol{flex-direction:column;min-width:0;display:flex}.keyboardNavScreenCol--folders{border-right:1px solid #ffffff14}.keyboardNavScreenColHead{letter-spacing:.08em;text-transform:uppercase;color:#94a3b8e6;padding:10px 10px 2px;font-size:9px;font-weight:700}.keyboardNavScreenSplit .keyboardNavScreenList{flex:auto;gap:6px;padding:6px 8px 10px}.keyboardNavScreenCol--folders .keyboardNavScreenList{padding-right:5px}.keyboardNavScreenCol--content .keyboardNavScreenList{padding-left:5px}.keyboardNavFolderItem.keyboardNavFolderItem--context:not(.keyboardNavScreenItem--active){background:#1e3a6e38;border-color:#3b82f647}.keyboardNavFolderItem.keyboardNavFolderItem--open:not(.keyboardNavScreenItem--active){background:#1e3a6e29;border-color:#3b82f638}.keyboardNavFolderIcon{background:#3b82f61a}.keyboardNavFolderGlyph{color:#93c5fdeb;width:15px;height:15px;display:block}.keyboardNavScreenItem{color:#e2e8f0e0;background:#0f172aa6;border:1px solid #ffffff0f;border-radius:11px;grid-template-columns:28px 1fr;align-items:center;gap:8px;padding:8px 10px;font-size:12px;font-weight:600;transition:border-color .2s,background .2s,box-shadow .2s;display:grid}.keyboardNavScreenItem--active{background:#1e3a6e6b;border-color:#3b82f68c;box-shadow:0 0 0 1px #3b82f633}.keyboardNavScreenIcon{background:#00000040;border-radius:7px;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.keyboardNavScreenSvg{width:17px;height:17px;display:block}.keyboardNavScreenLabel{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}button.keyboardNavKeyCap{cursor:pointer;font:inherit;appearance:none;-webkit-tap-highlight-color:transparent;border:none;margin:0;padding:0}button.keyboardNavKeyCap:focus-visible{outline-offset:2px;z-index:2;outline:2px solid #fde047d9}@media (max-width:720px){.keyboardNavPreviewInner{flex-direction:column}.keyboardNavColumn{transform:none}.keyboardNavScreen{width:100%;min-width:0;max-width:100%}}@media (prefers-reduced-motion:reduce){.keyboardNavColumn{transform:none}}.keyboardNavStage{perspective:1100px;perspective-origin:50% 42%}.keyboardNavFloat{transform-style:preserve-3d;animation:5.5s ease-in-out infinite keyboardNavFloat}.keyboardNavBoard{transform-style:preserve-3d;background:linear-gradient(145deg,#f8fafc 0%,#e2e8f0 48%,#cbd5e1 100%);border-radius:18px;width:260px;padding:14px 14px 16px;position:relative;transform:rotateX(56deg)rotate(-28deg);box-shadow:inset 0 1px #ffffffd9,0 28px 50px #00000073,0 10px 24px #0f172a59}.keyboardNavTopRow{justify-content:center;gap:10px;margin-bottom:12px;display:flex}.keyboardNavKey{-webkit-user-select:none;user-select:none;border-radius:11px;justify-content:center;align-items:center;display:flex}.keyboardNavKeyFn{color:#0f172a;background:linear-gradient(#fff 0%,#f1f5f9 100%);width:52px;height:40px;box-shadow:inset 0 1px #fffffff2,0 4px #94a3b8,0 8px 14px #0f172a33}.keyboardNavKeyIcon{width:18px;height:18px}.keyboardNavArrowCluster{grid-template-rows:repeat(2,48px);grid-template-columns:repeat(3,54px);gap:8px;width:fit-content;margin:0 auto 12px;display:grid}.keyboardNavKeyCap{letter-spacing:.02em;color:#fffffffa;text-shadow:0 1px #0003;background:linear-gradient(165deg,#fb923c 0%,#ea580c 55%,#c2410c 100%);font-size:17px;font-weight:800;transition:box-shadow .2s,transform .2s,filter .2s;box-shadow:inset 0 1px #ffffff40,0 5px #9a3412,0 12px 20px #c2410c59}.keyboardNavArrowSvg{color:#fffffffa;filter:drop-shadow(0 1px #00000040);width:22px;height:22px;display:block}.keyboardNavKeyUp{grid-area:1/2}.keyboardNavKeyLeft{grid-area:2/1}.keyboardNavKeyDown{grid-area:2/2}.keyboardNavKeyRight{grid-area:2/3}.keyboardNavKeyCap.keyboardNavKey--active{filter:brightness(1.08);transform:translateZ(10px)translateY(-2px)scale(1.04);box-shadow:inset 0 1px #ffffff59,0 3px #9a3412,0 0 0 2px #fde047a6,0 16px 36px #fb923c8c}.keyboardNavSpaceRow{justify-content:center;display:flex}.keyboardNavKeySpace{background:linear-gradient(165deg,#2dd4bf 0%,#0d9488 52%,#0f766e 100%);border-radius:9px;width:100%;height:36px;box-shadow:inset 0 1px #fff3,0 4px #115e59,0 10px 22px #0d948859}.keyboardNavSpaceGrip{background:#0f172a59;border-radius:999px;width:42%;height:4px;margin-top:8px;display:block}@keyframes keyboardNavFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.keyboardNavPreview:focus-visible{outline:none}@media (prefers-reduced-motion:reduce){.keyboardNavFloat{animation:none}.keyboardNavKeyCap.keyboardNavKey--active{filter:none;transform:none}}.organizeCarousel{flex-direction:column;gap:10px;height:100%;padding:10px;display:flex}.organizeCarouselViewport{cursor:pointer;background:#0000004d;border:0;border-radius:10px;width:100%;height:min(52vh,520px);min-height:440px;max-height:520px;margin:0;padding:0;transition:box-shadow .2s;display:block;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff0f}.organizeCarouselViewport:hover{box-shadow:inset 0 0 0 1px #ffffff1f}.organizeCarouselImage{object-fit:contain;object-position:center center;width:100%;height:100%;display:block}.organizeCarouselDots{justify-content:center;align-items:center;gap:7px;display:flex}.organizeCarouselDot{cursor:pointer;background:0 0;border:0;border-radius:999px;place-items:center;width:28px;height:28px;transition:all .18s;display:grid;position:relative}.organizeCarouselDot:after{content:"";background:#ffffff26;border-radius:999px;width:6px;height:6px;transition:all .18s}.organizeCarouselDot:focus-visible{outline-offset:6px;outline:2px solid #3b82f6bf}.organizeCarouselDot.active{background:0 0}.organizeCarouselDot.active:after{background:#3b82f6;width:20px;height:6px}.carouselModalOverlay{z-index:80;background:#070c14d6;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.carouselModalContent{background:#0f1724;border:1px solid #9dc0f073;border-radius:14px;width:min(100%,1200px);max-height:calc(100vh - 56px);overflow:hidden}.carouselModalImage{object-fit:contain;width:100%;height:auto;max-height:calc(100vh - 56px);display:block}.carouselModalClose{color:#e9f2ff;cursor:pointer;background:#121d2cdb;border:1px solid #9dc0f073;border-radius:999px;width:38px;height:38px;font-size:28px;line-height:1;position:absolute;top:14px;right:16px}.carouselModalNav{color:#e9f2ff;cursor:pointer;z-index:1;background:#121d2cdb;border:1px solid #9dc0f07a;border-radius:999px;width:42px;height:42px;font-size:28px;line-height:1;position:absolute;top:50%;transform:translateY(-50%)}.carouselModalNavPrev{left:18px}.carouselModalNavNext{right:18px}.organizePreview h3{color:#f0f4ff;letter-spacing:-.02em;flex-wrap:wrap;align-items:center;gap:8px;margin:0 0 4px;font-size:26px;font-weight:700;line-height:1.12;display:inline-flex}.organizePreview p{color:#c8d2e6b3;text-wrap:pretty;margin:0;font-size:15.5px;line-height:1.55}.organizePreviewDescription{max-width:100%}.organizePreviewExtensionNote{color:#bad2ffe0;text-wrap:pretty;max-width:52ch;margin:4px 0 0;font-size:14.5px;line-height:1.5}.organizeStoryCarousel{box-sizing:border-box;flex-direction:column;gap:12px;width:100%;min-width:0;max-width:100%;margin-top:2px;display:flex}.organizeStoryCarouselSlide{min-width:0;max-width:100%}.organizeStoryCarouselControls{justify-content:center;align-items:center;gap:14px;display:flex}.organizeStoryCarouselArrow{color:#93c5fd;cursor:pointer;background:#3b82f614;border:1px solid #3b82f659;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:border-color .18s,background .18s,color .18s;display:inline-flex}.organizeStoryCarouselArrow:hover{color:#bfdbfe;background:#3b82f624;border-color:#3b82f68c}.organizeStoryCarouselArrow:active{transform:scale(.96)}.organizeStoryItem{box-sizing:border-box;background:#ffffff05;border:1px solid #ffffff0f;border-radius:16px;min-width:0;max-width:100%;padding:16px;transition:border-color .2s}.organizeStoryItem:hover{border-color:#ffffff1a}.organizeStoryItem h4{color:#f0f4ff;margin:0 0 6px;font-size:18px;font-weight:700;line-height:1.2}.organizeStoryItem p{color:#c8d2e6b3;overflow-wrap:break-word;word-wrap:break-word;margin:0 0 10px;font-size:14.5px;line-height:1.5}.organizeStoryImage{object-fit:contain;object-position:center center;background:#0000004d;border:1px solid #ffffff0f;border-radius:10px;width:100%;max-width:100%;height:auto;max-height:500px;display:block}.tabFunnelMedia{flex-direction:column;gap:14px;width:100%;display:flex}.tabFunnelMediaImage{display:block}.tabFunnelWormhole{pointer-events:none;background:linear-gradient(#060a14f5 0%,#0a101efc 100%);border:1px solid #3b82f638;border-radius:14px;padding:12px 10px 14px;overflow:hidden;box-shadow:inset 0 1px #ffffff0a,0 18px 48px #00000059}.tabFunnelWormholeStage{flex-direction:column;align-items:center;width:100%;min-height:188px;display:flex}.tabFunnelChaos{flex-shrink:0;width:100%;height:46px;position:relative}.tabFunnelFlyChip{left:var(--x0);width:20px;height:15px;animation:3.2s cubic-bezier(.4,.02,.2,1) infinite tabFunnelWormholeFly;animation-delay:var(--fly-delay);background:linear-gradient(#ff4a4a 0%,#c40812 55%,#7f0a10 100%);border-radius:3px 3px 1px 1px;position:absolute;top:4px;box-shadow:0 0 0 1px #00000073,0 2px 5px #0006}.tabFunnelFlyChip:after{content:"";background:#ffffffe6;border-radius:1px;position:absolute;inset:3px 3px 4px}@keyframes tabFunnelWormholeFly{0%{left:var(--x0);transform:translateX(-50%) translateX(var(--wobble)) rotate(var(--rot)) scale(1);opacity:.95;top:4px}38%{opacity:.88;top:34px;left:50%;transform:translate(-50%)rotate(0)scale(.48)}46%,to{opacity:0;top:40px;left:50%;transform:translate(-50%)scale(.06)}}.tabFunnelPortal{flex-shrink:0;justify-content:center;align-items:center;width:min(132px,38vw);height:96px;margin:-6px 0 -4px;display:flex;position:relative}.tabFunnelPortalRing{border-radius:50%;animation:3.8s linear infinite tabFunnelPortalSpin;position:absolute;inset:0}.tabFunnelPortalRingOuter{background:conic-gradient(#3b82f68c,#8b5cf673,#38bdf840,#3b82f699);-webkit-mask:radial-gradient(#0000 54%,#000 56%);mask:radial-gradient(#0000 54%,#000 56%)}.tabFunnelPortalRingMid{background:conic-gradient(from 200deg,#7dd3fc73,#0000 35%,#6366f180);animation-duration:2.4s;animation-direction:reverse;inset:10%;-webkit-mask:radial-gradient(#0000 50%,#000 54%);mask:radial-gradient(#0000 50%,#000 54%)}.tabFunnelPortalCore{z-index:1;background:radial-gradient(circle at 38% 32%,#1e293b 0%,#020617 62%,#000 100%);border-radius:50%;width:46%;height:46%;animation:2.6s ease-in-out infinite tabFunnelCorePulse;position:relative;box-shadow:inset 0 0 28px #3b82f673,0 0 24px #3b82f659,0 0 48px #6366f133}@keyframes tabFunnelPortalSpin{to{transform:rotate(360deg)}}@keyframes tabFunnelCorePulse{0%,to{transform:scale(1);box-shadow:inset 0 0 28px #3b82f666,0 0 22px #3b82f652}50%{transform:scale(1.04);box-shadow:inset 0 0 36px #7dd3fc59,0 0 36px #3b82f673}}.tabFunnelOrganized{flex-wrap:wrap;justify-content:center;align-items:center;gap:9px;width:100%;min-height:40px;padding-top:6px;display:flex}.tabFunnelOrganizedIcon{width:24px;height:24px;animation:3.2s cubic-bezier(.34,1.2,.64,1) infinite tabFunnelOrganizedReveal;animation-delay:var(--slot-delay);border-radius:6px;flex-shrink:0;position:relative}.tabFunnelOrganizedIcon.yt{background:linear-gradient(#ff5252 0%,#b91c1c 100%);box-shadow:0 0 0 1px #00000059}.tabFunnelOrganizedIcon.yt:after{content:"";background:#ffffffeb;border-radius:2px;position:absolute;inset:4px 4px 5px}.tabFunnelOrganizedIcon.folder{background:linear-gradient(155deg,#3b82f6 0%,#1d4ed8 100%);box-shadow:0 0 0 1px #93c5fd40}.tabFunnelOrganizedIcon.folder:before{content:"";background:#ffffff38;border-radius:3px 3px 1px 1px;height:7px;position:absolute;top:3px;left:3px;right:3px}@keyframes tabFunnelOrganizedReveal{0%,36%{opacity:0;transform:translateY(10px)scale(0)}46%,to{opacity:1;transform:translateY(0)scale(1)}}@media (prefers-reduced-motion:reduce){.tabFunnelFlyChip,.tabFunnelPortalRing,.tabFunnelPortalCore{animation:none!important}.tabFunnelFlyChip{display:none}.tabFunnelOrganizedIcon{opacity:1;transform:none;animation:none!important}}.cleanMessChrome{box-sizing:border-box;width:100%;min-width:0;max-width:min(920px,100%);margin:0 auto}.cleanMessChromeWindow{min-width:0;max-width:100%;position:relative;overflow:visible}.cleanMessTitleRow{align-items:flex-end;gap:8px;padding-right:8px}.cleanMessTabStripWrap{flex:auto;min-width:0;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#000 0% 88%,#0000 100%);mask-image:linear-gradient(90deg,#000 0% 88%,#0000 100%)}.cleanMessTabStrip{scrollbar-width:none;flex-flow:row;align-items:flex-end;gap:3px;padding:0 2px 3px 0;display:flex;overflow-x:auto}.cleanMessTabStrip::-webkit-scrollbar{height:0;display:none}.cleanMessMiniTab{cursor:default;background:#373a40f2;border:none;border-radius:6px 6px 0 0;flex:none;justify-content:center;align-items:center;min-width:22px;height:26px;padding:0 5px;transition:opacity .22s,transform .22s;display:inline-flex;box-shadow:0 0 0 1px #00000059}.cleanMessMiniTab--yt{background:linear-gradient(#4a4d54 0%,#35383e 100%)}.cleanMessMiniTab--active{background:#3c4043;min-width:28px;box-shadow:0 0 0 1px #ffffff12,0 -1px #0003}.cleanMessMiniTab--gone{display:none}.cleanMessTabSvg{width:12px;height:12px;display:block}.cleanMessTabQefy{border-radius:3px;display:block}.cleanMessToolbar{z-index:3;position:relative}.cleanMessOmnibox{font-size:11px}.cleanMessExtStatic{cursor:default;pointer-events:none}.cleanMessPage{background:linear-gradient(#12141afa 0%,#0a0c12fc 100%);border-top:1px solid #0006;min-height:min(200px,28vw);padding:14px 12px 16px}.cleanMessPageInner{text-align:center;flex-direction:column;align-items:center;gap:14px;display:flex}.cleanMessPageHint{letter-spacing:.04em;color:#94a3b8bf;text-transform:uppercase;margin:0;font-size:11px;font-weight:600}.cleanMessCta{appearance:none;color:#f8fafcfa;cursor:pointer;background:linear-gradient(#2563eb59 0%,#1d4ed880 100%);border:1px solid #3b82f673;border-radius:999px;padding:10px 20px;font-size:13px;font-weight:650;transition:border-color .16s,transform .16s,opacity .16s;box-shadow:inset 0 1px #ffffff0f,0 8px 22px #00000059}.cleanMessCta:hover:not(:disabled){border-color:#60a5faa6;transform:translateY(-1px)}.cleanMessCta:disabled{cursor:default;opacity:.75}.cleanMessFolders{flex-wrap:wrap;justify-content:center;align-items:stretch;gap:10px;width:100%;display:flex}.cleanMessFolder{color:#94a3b8f2;background:#1e293b8c;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:6px;min-width:92px;padding:12px 10px 10px;transition:border-color .24s,box-shadow .24s,background .24s;display:flex;position:relative}.cleanMessFolder--filled{color:#e2e8f0fa;background:#1e3a8a59;border-color:#3b82f673;box-shadow:0 0 0 1px #3b82f61f}.cleanMessFolderIcon{color:#60a5fae6;justify-content:center;align-items:center;width:28px;height:22px;display:flex}.cleanMessFolderSvg{width:28px;height:22px;display:block}.cleanMessFolderLabel{max-width:100px;font-size:10px;font-weight:600;line-height:1.2}.cleanMessFolderBadge{color:#fff;background:#3b82f6e6;border-radius:999px;min-width:20px;padding:2px 6px;font-size:10px;font-weight:700;position:absolute;top:6px;right:6px;box-shadow:0 2px 8px #00000059}.cleanMessFlyLayer{z-index:25;pointer-events:none;position:absolute;inset:0;overflow:visible}.cleanMessFlyChip{background:#14141833;border-radius:5px;width:20px;height:20px;position:absolute;box-shadow:0 2px 10px #00000073}.cleanMessFlyChipSvg{width:20px;height:20px;display:block}.tabFunnelMedia .cleanMessChrome.tabFunnelMediaImage{display:block}@media (prefers-reduced-motion:reduce){.cleanMessFlyLayer{display:none}}.organizeStoryVideo{object-fit:contain;object-position:center center;background:#0000004d;border:1px solid #ffffff0f;border-radius:10px;width:100%;max-height:500px;display:block}.organizeHighlights{flex-wrap:wrap;gap:8px;margin-top:2px;display:flex}.organizeHighlightChip{color:#93c5fde6;letter-spacing:.01em;background:#3b82f60f;border:1px solid #3b82f626;border-radius:999px;align-items:center;padding:5px 12px;font-size:12px;font-weight:600;transition:border-color .2s,background .2s;display:inline-flex}.organizeHighlightChip:hover{background:#3b82f61a;border-color:#3b82f64d}.organizeSignupButton{color:#93c5fd;letter-spacing:.01em;background:linear-gradient(135deg,#3b82f61f 0%,#8b5cf614 100%);border:1px solid #3b82f64d;border-radius:10px;justify-content:center;align-self:flex-start;align-items:center;gap:8px;width:auto;padding:10px 20px;font-size:14px;font-weight:700;text-decoration:none;transition:all .2s cubic-bezier(.22,1,.36,1);animation:none;display:inline-flex;box-shadow:0 0 20px #3b82f614}.organizeSignupButtonIcon{flex-shrink:0;width:16px;height:16px}.organizeSignupButton.bottom{margin-top:4px}.organizeSignupButton:hover{color:#bfdbfe;background:linear-gradient(135deg,#3b82f62e 0%,#8b5cf61f 100%);border-color:#3b82f680;transform:translateY(-1px);box-shadow:0 0 28px #3b82f626}.organizeSignupButton:active{transform:translateY(1px);box-shadow:0 1px 4px #0000004d}.organizeStoreButton{border-radius:10px;align-self:flex-start;text-decoration:none;transition:transform .17s,filter .17s;display:inline-flex;overflow:hidden}.organizeStoreButton:hover{filter:brightness(1.04);transform:translateY(-1px)}.organizeStoreButton:active{transform:translateY(1px)}.organizeStoreBadge{width:220px;height:auto;display:block}.organizeAccordion{display:none}.soonTag{color:#c8d5ea;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;background:#2a3c568c;border:1px solid #9fb2d266;border-radius:999px;align-self:flex-start;margin-top:1px;margin-left:auto;padding:2px 7px;font-size:10px;font-weight:800}.soonTag.inline{padding:3px 8px;font-size:11px}.backToTop{z-index:60;border:1px solid var(--line);background:var(--bg);width:44px;height:44px;color:var(--ink);cursor:pointer;opacity:0;pointer-events:none;border-radius:999px;justify-content:center;align-items:center;transition:opacity .22s,transform .22s,box-shadow .15s;display:inline-flex;position:fixed;bottom:24px;right:24px;transform:translateY(12px);box-shadow:0 2px 10px #0000001a}.backToTop.visible{opacity:1;pointer-events:auto;transform:translateY(0)}.backToTop:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000029}@keyframes marquee{0%{transform:translate(0%)}to{transform:translate(-50%)}}@keyframes incomingMarquee{0%{transform:translate(-50%)}to{transform:translate(0%,0)}}@keyframes outgoingFolders{0%{transform:translate(-50%)}to{transform:translate(0%,0)}}@keyframes pulseIn{0%{opacity:.55;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes organizeSignupPulse{0%{box-shadow:0 2px 8px #0000004d,0 0 #8b5cf633}60%{box-shadow:0 2px 8px #0000004d,0 0 0 7px #8b5cf600}to{box-shadow:0 2px 8px #0000004d,0 0 #8b5cf600}}@keyframes logoFloatPulse{0%{opacity:.88;transform:translateY(1px)scale(.95)rotate(-2deg)}50%{opacity:1;transform:translateY(-1px)scale(1.05)rotate(2deg)}to{opacity:.88;transform:translateY(1px)scale(.95)rotate(-2deg)}}@keyframes waveBars{0%,to{opacity:.65;transform:scaleY(.35)}50%{opacity:1;transform:scaleY(1)}}@keyframes statementUnderline{0%{opacity:.2;transform:scaleX(0)}60%{opacity:1;transform:scaleX(1.04)}to{opacity:1;transform:scaleX(1)}}@media (max-width:1100px){.featureGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.featureGrid .featureCard:last-child{grid-column:1/-1}}@media (max-width:980px){.page{width:100%;padding:12px 12px 34px}.brandName{font-size:28px}.primaryButton{padding:10px 15px}.menuButton{width:45px;height:45px}.hero,.heroTitle{margin-top:28px}.heroCtaWrap{margin-top:20px;padding-top:8px}.tickerWrap{--core-w:124px;--core-h:48px;--core-half-width:calc(var(--core-w) / 2);--core-bottom:45px;--incoming-h:28px;--strip-h:34px;width:100%;margin-top:20px;margin-bottom:8px}.incomingLogos{bottom:calc(var(--core-bottom) + (var(--core-h) - var(--incoming-h)) / 2 - 8px);height:var(--incoming-h)}.outgoingStrip{height:var(--strip-h);bottom:calc(var(--core-bottom) + (var(--core-h) - var(--strip-h)) / 2)}.outFolderChip{padding:5px 8px;font-size:12px}.outChipIcon{width:12px;height:12px}.thinkingBubble{font-size:12px;bottom:94px}.centerInput{bottom:var(--core-bottom);width:var(--core-w);height:var(--core-h)}.centerLogoPulse{width:26px;height:26px}.soundWave{gap:2px;width:46px;height:10px}.soundWave span{width:2px}.nextSection{margin-top:38px}.nextSectionInner{border-radius:34px 34px 0 0;width:100%;min-height:340px;padding:22px 14px 26px}.nextSectionFlashlight,.finalCtaFlashlight{background-size:170px 170px}.nextSectionFlashlight{display:none}.finalCtaFlashlight{opacity:.32;-webkit-mask-image:radial-gradient(200px circle at var(--cta-fl-x) var(--cta-fl-y), #000 0%, #00000080 42%, #0000001a 70%, transparent 100%);-webkit-mask-image:radial-gradient(200px circle at var(--cta-fl-x) var(--cta-fl-y), #000 0%, #00000080 42%, #0000001a 70%, transparent 100%);mask-image:radial-gradient(200px circle at var(--cta-fl-x) var(--cta-fl-y), #000 0%, #00000080 42%, #0000001a 70%, transparent 100%)}.featureGrid{grid-template-columns:1fr;gap:14px}.featureCard{min-height:auto}.featureMediaPlaceholder{height:170px;font-size:13px}.featureTitle{font-size:24px}.featureCopy{font-size:15px}.appShowcase{border-radius:20px;margin-top:16px;padding:12px}.appShowcaseFrame{min-height:420px;font-size:18px}.organizeSection{padding:52px 0 56px}.organizeInteractive{border-radius:20px;grid-template-columns:1fr}.organizeFeatureList.organizeFeatureStrip{border-bottom:1px solid #ffffff0f;border-right:none;flex-direction:row;gap:4px;padding:8px 10px;overflow:auto hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 14px calc(100% - 14px),#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 14px calc(100% - 14px),#0000 100%)}.organizeFeatureItem{white-space:nowrap;border-radius:999px;flex:none;width:auto;padding:8px 14px;font-size:13px}.organizeFeatureItem.active{box-shadow:none;background:#ffffff14;border-radius:999px}.organizePreviewText{padding:20px 16px}.statementSection{padding:46px 0 30px}.statementInner{padding:0 12px}.statementBlob{opacity:.22;width:150px;height:280px}.statementBlob.left{left:-70px}.statementBlob.right{bottom:-130px;right:-70px}.organizeInner{padding:0 12px}.siteFooter{padding:18px 0 26px}.siteFooterInner{gap:10px;padding:0 12px}.getStartedPage{padding:20px 14px 40px}.getStartedTopbar{margin-bottom:22px}.getStartedStepsGrid{grid-template-columns:1fr;gap:14px}.getStartedStepCard{padding:18px 16px 16px}.getStartedPlanTiles{grid-template-columns:1fr}.getStartedPlansBandInner{padding:22px 18px 20px}.gsCtaPrimary,.gsCtaSecondary,.gsCtaHeroLight{justify-content:center;width:100%}.getStartedStepCtasRow{align-items:stretch}.getStartedChromeBadgeWrap{align-self:center}.footerBrand{font-size:26px}.footerLinks{flex-wrap:wrap;gap:12px}.footerLinks a{font-size:14px}.footerSocialLinks{gap:6px}.footerSocialLink{width:30px;height:30px}.footerComparisonLinks{justify-content:flex-start}.footerCompareSection,.footerAudienceSection{padding:8px}.organizeInteractive{display:none}.organizeAccordion{flex-direction:column;gap:6px;margin-top:20px;display:flex}.organizeAccordionItem{background:#ffffff05;border:1px solid #ffffff0f;border-radius:16px;transition:border-color .2s;overflow:hidden}.organizeAccordionItem.open{border-color:#3b82f626}.organizeAccordionHeader{color:#d8e1f2a6;text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:10px;width:100%;padding:14px 16px;font-size:14px;font-weight:600;transition:color .2s;display:inline-flex}.organizeAccordionItem.open .organizeAccordionHeader{color:#f0f4ff}.organizeAccordionHeader .soonTag{margin-left:auto}.organizeAccordionBody{border-top:1px solid #ffffff0a;flex-direction:column;gap:10px;padding:16px;display:flex}.organizeAccordionBodyStacked{background:linear-gradient(168deg,#0f172a80 0%,#080c1661 100%);border:1px solid #3b82f633;border-radius:16px;gap:12px;padding:16px 14px 14px;box-shadow:0 18px 48px #00000047}.organizeAccordionBody h3{color:#f0f4ff;flex-wrap:wrap;align-items:center;gap:8px;margin:0;font-size:20px;font-weight:700;line-height:1.15;display:inline-flex}.organizeAccordionBody p{color:#c8d2e6b3;margin:0;font-size:14.5px;line-height:1.5}.organizePreviewDescription{max-width:100%}.organizeAccordionBody .organizePreviewExtensionNote{color:#bad2ffe0;margin-top:6px}.organizeAccordionBody .organizePreviewMediaSyncFlow{border:1px solid #ffffff14;border-radius:14px;min-height:300px;margin-top:2px;padding:22px 14px 26px}.organizeHighlightChip{padding:5px 8px;font-size:11px}.organizeStoryItem{padding:10px}.organizeStoryItem h4{font-size:18px}.organizeStoryItem p{font-size:15px}.organizeStoryImage,.organizeStoryVideo{max-height:500px}.organizePreviewMedia{min-height:360px}.organizePreviewMedia .lazyVideoShell{min-height:min(360px,52vh)}.organizePreviewMedia .lazyVideoShellInner{min-height:min(356px,52vh - 4px)}.organizeCarouselViewport{height:min(48vh,360px);min-height:300px;max-height:360px}}.subPageLayout{flex-direction:column;gap:24px;width:min(100%,860px);margin:0 auto;padding:0 20px 72px;display:flex}.spHero{margin:0 -20px;padding:48px 20px 52px;position:relative;overflow:hidden}.spHeroBg{pointer-events:none;background:radial-gradient(800px 450px at 12% -8%,#d83b2d1f 0%,#0000 50%),radial-gradient(600px 380px at 92% 8%,#64aaff1a 0%,#0000 50%);position:absolute;inset:0}.spHeroGrain{opacity:.04;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:absolute;inset:0}.spHeroInner{z-index:1;flex-direction:column;gap:16px;width:min(860px,100%);margin:0 auto;display:flex;position:relative}.spBreadcrumb{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.spBreadcrumbLink{color:#8aa4c8;align-items:center;gap:6px;font-size:13px;font-weight:700;text-decoration:none;transition:color .14s;display:inline-flex}.spBreadcrumbLink:hover{color:#cfe4ff}.spBreadcrumbLogo{border-radius:4px;width:18px;height:18px}.spBreadcrumbSep{color:#5a6878;font-size:13px;font-weight:500}.spBreadcrumbCurrent{color:#6a7a8f}.spHeroTitle{letter-spacing:-.035em;color:#f2f6ff;margin:0;font-family:Times New Roman,Georgia,serif;font-size:clamp(34px,5.5vw,56px);font-weight:600;line-height:1}.spHeroSubtitle{color:#b8c8de;max-width:56ch;margin:0;font-size:clamp(16px,1.8vw,20px);line-height:1.5}.spHeroCta{color:#f0f0f0;background:#ffffff0d;border:1px solid #ffffff26;border-radius:14px;align-items:center;gap:10px;width:fit-content;margin-top:4px;padding:13px 24px;font-size:15px;font-weight:700;text-decoration:none;transition:transform .16s,box-shadow .16s;display:inline-flex;box-shadow:0 2px 8px #0000004d}.spHeroCta:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0006}.spHeroCta:active{transform:translateY(1px)}.spHeroCta:focus-visible{outline-offset:3px;outline:2px solid #0f4d6199}.spCard{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(170deg,#162030d9 0%,#101826bf 100%);border:1px solid #3c4e688c;border-radius:22px;padding:26px 24px;box-shadow:inset 0 1px #ffffff0a,0 16px 44px #0000004d}.spSectionKicker{letter-spacing:.14em;text-transform:uppercase;color:#6ab8d4;margin:0 0 6px;font-size:11px;font-weight:800}.spSectionTitle{letter-spacing:-.02em;color:#eef4ff;margin:0 0 18px;font-size:clamp(20px,2.5vw,28px);font-weight:750;line-height:1.1}.spAnswerSnippet{padding-left:28px;position:relative;overflow:hidden}.spAnswerAccent{background:linear-gradient(#35a8cc 0%,#4dc8e8 100%);border-radius:22px 0 0 22px;width:5px;position:absolute;top:0;bottom:0;left:0}.spAnswerContent{position:relative}.spAnswerText{color:#c5d4e8;margin:0;font-size:clamp(17px,1.8vw,20px);line-height:1.55}.spKeyTakeaways{background:linear-gradient(170deg,#121e32e0 0%,#0c1422d1 100%);border:1px solid #3c4e688c;position:relative;overflow:hidden}.spTakeawaysList{flex-direction:column;gap:10px;margin:0;padding:0 0 0 18px;display:flex}.spTakeawayItem{color:#c5d4e8;font-size:14px;line-height:1.6}.spBenefitList{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.spBenefitItem{color:#bcc8dc;align-items:flex-start;gap:12px;font-size:16px;line-height:1.5;display:flex}.spBenefitCheck{color:#6edd98;background:#2a644480;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin-top:1px;display:inline-flex}.spDiffSection{overflow:hidden}.spDiffGrid{border:1px solid #3c4e688c;border-radius:14px;overflow:hidden}.spDiffHeader{background:#1e375080;grid-template-columns:1.6fr 1fr 1fr;display:grid}.spDiffHeaderCell{letter-spacing:.12em;text-transform:uppercase;color:#6ab8d4;padding:12px 14px;font-size:11px;font-weight:800}.spDiffRow{border-top:1px solid #3c4e6866;grid-template-columns:1.6fr 1fr 1fr;transition:background .14s;display:grid}.spDiffRow:hover{background:#1e2d4173}.spDiffRowEven{background:#141e2d59}.spDiffCell{color:#bcc8dc;padding:14px;font-size:14px;line-height:1.5}.spDiffDimLabel{color:#e0eaff;font-weight:700}.spDiffQefyCol{position:relative}.spDiffQefyBadge{background:linear-gradient(#0f4d61 0%,#35d1f3 100%);border-radius:999px;width:3px;position:absolute;top:12px;bottom:12px;left:0}.spFaqList{border:1px solid #3c4e688c;border-radius:16px;flex-direction:column;display:flex;overflow:hidden}.spFaqItem{border-bottom:1px solid #3c4e6866}.spFaqItem:last-child{border-bottom:none}.spFaqQuestion{color:#d0dcf0;cursor:pointer;-webkit-user-select:none;user-select:none;background:#141e2d80;justify-content:space-between;align-items:center;gap:16px;padding:16px 20px;font-size:15px;font-weight:700;list-style:none;transition:background .14s;display:flex}.spFaqQuestion::-webkit-details-marker{display:none}.spFaqQuestion:hover{background:#1c283a99}.spFaqArrow{color:#7a9ab8;flex-shrink:0;transition:transform .24s}.spFaqItem[open] .spFaqArrow{transform:rotate(180deg)}.spFaqAnswer{color:#8fa3be;background:#0f192680;margin:0;padding:0 20px 16px;font-size:15px;line-height:1.65}.spEvidenceSection{color:#dceaffeb;background:linear-gradient(155deg,#000 0% 50%,#000 100%);border:none;border-radius:22px;padding:26px 24px;box-shadow:inset 0 0 0 1px #ffffff14,0 22px 56px #080c1659}.spEvidenceSection .spSectionTitle{color:#fff}.spEvidenceHeader{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:8px;margin-bottom:4px;display:flex}.spEvidenceMeta{color:#a0b4d2b3;margin:0;font-size:12px}.spEvidenceMeta time{font-weight:600}.spEvidenceGrid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:10px;display:grid}.spEvidenceCard{color:#c8daf5eb;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:12px;justify-content:space-between;align-items:center;gap:10px;padding:14px 16px;font-size:14px;font-weight:600;line-height:1.35;text-decoration:none;transition:background .15s,border-color .15s,transform .15s;display:flex}.spEvidenceCard:hover{background:#ffffff17;border-color:#78beff52;transform:translateY(-1px)}.spEvidenceLinkIcon{opacity:.55;flex-shrink:0}.spRelatedGrid{flex-wrap:wrap;gap:10px;display:flex}.spRelatedCard{color:#c5d4ea;background:#1926388c;border:1px solid #3c4e6880;border-radius:999px;align-items:center;gap:8px;padding:10px 16px;font-size:14px;font-weight:700;text-decoration:none;transition:background .16s,border-color .16s,transform .16s;display:inline-flex}.spRelatedCard:hover{background:#23344ba6;border-color:#64a0e666;transform:translateY(-1px)}.spRelatedArrow{opacity:.55;transition:opacity .16s}.spRelatedCard:hover .spRelatedArrow{opacity:.9}.spBlogSection{flex-direction:column;gap:20px;display:flex}.spBlogSectionHeader{align-items:center;gap:14px;display:flex}.spCompetitorBadge{align-items:center;gap:12px;display:flex}.spCompetitorLogo{object-fit:cover;background:#ffffff14;border-radius:10px;flex-shrink:0;width:36px;height:36px}.spBlogSectionHeader .spSectionTitle{margin:0}.spBlogBody{flex-direction:column;gap:14px;display:flex}.spBlogParagraph{color:#bcc8dc;margin:0;font-size:15px;line-height:1.75}.spLeadWrap{margin:0 0 2px}.spAnswerFirstLead{color:#d3def2;background:#0a14228c;border:1px solid #3c4e6873;border-radius:14px;margin:0;padding:12px 14px;font-size:14px;line-height:1.7}.spAnswerFirstLead a{color:#8bdcff;text-underline-offset:3px;-webkit-text-decoration:underline #8bdcff59;text-decoration:underline #8bdcff59}.spAnswerFirstLead a:hover{text-decoration-color:#8bdcffa6}.spScreenshotFigure{flex-direction:column;gap:10px;margin:8px 0 0;padding:0;display:flex}.spScreenshotImg{object-fit:cover;border:1px solid #3c4e688c;border-radius:14px;width:100%;height:auto}.spScreenshotCaption{color:#6b7b94;text-align:center;font-size:12px;font-style:italic}.spQefyShowcase{border-left:3px solid #35d1f3}.spQefyScreenshot{position:relative}.spProsConsGrid{border:1px solid #3c4e688c;border-radius:14px;grid-template-columns:1fr auto 1fr;gap:0;display:grid;overflow:hidden}.spProsConsDivider{background:#3c4e688c;width:1px}.spProsConsColumn{flex-direction:column;gap:12px;padding:20px;display:flex}.spProsConsColumnTitle{color:#e0eaff;letter-spacing:-.01em;margin:0;font-size:15px;font-weight:800}.spProsList,.spConsList{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.spProsItem,.spConsItem{color:#bcc8dc;align-items:flex-start;gap:8px;font-size:14px;line-height:1.55;display:flex}.spProsIcon{color:#6edd98;background:#2a644480;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-top:2px;display:inline-flex}.spConsIcon{color:#f0907a;background:#78322873;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-top:2px;display:inline-flex}.spConsList{border-top:1px solid #3c4e684d;margin-top:6px;padding-top:10px}.spProsConsLegend{color:#6b7b94;align-items:center;gap:6px;margin-top:8px;font-size:12px;display:flex}.spProsConsLegendSep{opacity:.5;margin:0 6px}.spVerdict{background:linear-gradient(135deg,#0f324673 0%,#0a192db3 100%);position:relative;overflow:hidden}.spVerdictAccent{background:linear-gradient(#35d1f3 0%,#0f4d61 100%);border-radius:999px 0 0 999px;width:4px;position:absolute;top:0;bottom:0;left:0}.spVerdictContent{flex-direction:column;gap:14px;display:flex}.spVerdictCta{align-self:flex-start;margin-top:8px}@media (max-width:980px){.subPageLayout{gap:18px;padding:0 14px 48px}.spHero{margin:0 -14px;padding:32px 14px 36px}.spCard{border-radius:18px;padding:20px 16px}.spDiffHeader,.spDiffRow{grid-template-columns:1.4fr 1fr 1fr}.spDiffCell,.spDiffHeaderCell{padding:10px;font-size:13px}.spEvidenceGrid{grid-template-columns:1fr}.spRelatedGrid{flex-direction:column}.spRelatedCard{width:100%}.spProsConsGrid{grid-template-columns:1fr}.spProsConsDivider{width:auto;height:1px}.spBlogParagraph{font-size:14px}}.sectionEyebrow{letter-spacing:.13em;text-transform:uppercase;color:#4da8ff;margin:0 0 14px;font-size:12px;font-weight:700}.howItWorksSection{background:#000;padding:104px 20px}.howItWorksInner{max-width:1100px;margin:0 auto}.howItWorksTitle{color:#def;letter-spacing:-.022em;margin:0 0 52px;font-size:clamp(26px,4.5vw,46px);font-weight:800;line-height:1.12}.howItWorksSteps{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.howItWorksStep{background:#111e30;border:1px solid #1c2d44;border-radius:20px;flex-direction:column;gap:10px;padding:32px 26px 28px;transition:transform .2s,box-shadow .2s;display:flex}.howItWorksStep:hover{transform:translateY(-4px);box-shadow:0 16px 40px #4da8ff1a}.stepNumberWrap{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.stepNumber{letter-spacing:.06em;background:linear-gradient(135deg,#4da8ff,#35d1f3);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:12px;font-weight:800}.stepIcon{color:#4da8ff;background:#4da8ff24;border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.stepTitle{color:#d8eeff;margin:0;font-size:18px;font-weight:700;line-height:1.25}.stepBody{color:#7a9ab8;margin:0;font-size:14.5px;line-height:1.6}@media (max-width:820px){.howItWorksSteps{grid-template-columns:1fr;max-width:480px}.howItWorksSection{padding:72px 20px}}.homeFaqSection{background:#000;padding:104px 20px}.homeFaqInner{max-width:780px;margin:0 auto}.homeFaqTitle{color:#def;letter-spacing:-.022em;margin:0 0 48px;font-size:clamp(24px,4vw,42px);font-weight:800;line-height:1.15}.homeFaqList{border:1px solid #1c2d44;border-radius:18px;flex-direction:column;display:flex;overflow:hidden}.homeFaqItem{border-bottom:1px solid #1c2d44}.homeFaqItem:last-child{border-bottom:none}.homeFaqQuestion{color:#c8dff4;cursor:pointer;-webkit-user-select:none;user-select:none;background:#ffffff08;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;font-size:16px;font-weight:600;list-style:none;transition:background .14s;display:flex}.homeFaqQuestion::-webkit-details-marker{display:none}.homeFaqQuestion:hover{background:#ffffff0f}.homeFaqArrow{color:#7a9ab8;flex-shrink:0;transition:transform .24s}.homeFaqItem[open] .homeFaqArrow{transform:rotate(180deg)}.homeFaqAnswer{color:#7a9ab8;background:#ffffff05;margin:0;padding:2px 24px 22px;font-size:15px;line-height:1.65}.homeFaqLink{color:#7ec8ff;text-underline-offset:2px;font-weight:600;text-decoration:underline}.homeFaqLink:hover{color:#a8dcff}@media (max-width:820px){.homeFaqSection{padding:72px 20px}.homeFaqQuestion{padding:18px;font-size:15px}.homeFaqAnswer{padding:2px 18px 18px}}.finalCtaSection{text-align:center;background:#000;padding:128px 20px;position:relative;overflow:hidden}.finalCtaGlow{pointer-events:none;z-index:0;background:radial-gradient(#4da8ff26 0%,#35d1f30f 40%,#0000 70%);width:min(900px,130vw);height:480px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.finalCtaInner{z-index:2;flex-direction:column;align-items:center;gap:22px;max-width:700px;margin:0 auto;display:flex;position:relative}.finalCtaPretext{color:#4da8ff;letter-spacing:.04em;opacity:.9;margin:0;font-size:13px;font-weight:600}.finalCtaTitle{color:#e8f4ff;letter-spacing:-.025em;margin:0;font-size:clamp(30px,6vw,58px);font-weight:900;line-height:1.1}.finalCtaBody{color:#a8c8ebb3;max-width:500px;margin:0;font-size:17px;line-height:1.6}.finalCtaButton{color:#fff;cursor:pointer;background:linear-gradient(130deg,#2485e8 0%,#35d1f3 100%);border:none;border-radius:100px;margin-top:6px;padding:15px 40px;font-size:16px;font-weight:700;text-decoration:none;transition:transform .15s,box-shadow .15s,opacity .15s;display:inline-block;box-shadow:0 4px 28px #35d1f347}.finalCtaButton:hover{transform:translateY(-2px)scale(1.02);box-shadow:0 10px 36px #35d1f36b}.finalCtaPlatforms{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:2px;display:flex}.finalCtaPlatforms span{color:#a8c8eb8c;background:#4da8ff14;border:1px solid #4da8ff2e;border-radius:100px;padding:4px 13px;font-size:11.5px;font-weight:500}.finalCtaFooter{z-index:2;border-top:1px solid #4da8ff1f;flex-direction:column;gap:40px;max-width:1100px;margin:80px auto 0;padding-top:48px;display:flex;position:relative}.finalCtaFooterTop{flex-wrap:wrap;align-items:center;gap:32px;display:flex}.footerBrandDark{color:#dcf0ffd9;flex-shrink:0;align-items:center;gap:9px;font-size:15px;font-weight:700;text-decoration:none;display:flex}.footerLinksDark{flex-wrap:wrap;flex:1;align-items:center;gap:8px;display:flex}.footerLinksDark a{color:#a8c8eb8c;border-radius:6px;padding:4px 10px;font-size:13.5px;font-weight:500;text-decoration:none;transition:color .14s,background .14s}.footerLinksDark a:hover{color:#c8e1ffe6;background:#4da8ff14}.finalCtaFooterLinks{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.footerColTitle{letter-spacing:.12em;text-transform:uppercase;color:#a8c8eb59;margin:0 0 12px;font-size:11px;font-weight:700}.finalCtaFooter .footerComparisonLinks{flex-direction:column;gap:6px;display:flex}.finalCtaFooter .footerComparisonLink{color:#a8c8eb80;background:0 0;border:none;border-radius:0;padding:0;font-size:13px;font-weight:400;line-height:1.4;text-decoration:none;transition:color .14s}.finalCtaFooter .footerComparisonLink:hover{color:#c8e1ffd9;background:0 0;border-color:#0000}.footerMetaDark{color:#a8c8eb47;margin:0;padding-bottom:8px;font-size:12px}@media (max-width:820px){.finalCtaSection{padding:88px 20px}.finalCtaBody{font-size:16px}.finalCtaFooterLinks{grid-template-columns:1fr 1fr}.finalCtaFooterTop{flex-direction:column;align-items:flex-start;gap:16px}}@media (max-width:540px){.finalCtaFooterLinks{grid-template-columns:1fr}}.waitlistOverlay{z-index:100;-webkit-backdrop-filter:blur(16px);background:#000000b3;justify-content:center;align-items:center;padding:20px;animation:.3s waitlistOverlayIn;display:flex;position:fixed;inset:0}@keyframes waitlistOverlayIn{0%{opacity:0}to{opacity:1}}.waitlistModal{background:#08080cf2;border:1px solid #ffffff0f;border-radius:28px;width:min(520px,100%);max-height:calc(100vh - 40px);animation:.4s cubic-bezier(.22,1,.36,1) waitlistModalIn;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff08,0 40px 100px #0009}@keyframes waitlistModalIn{0%{opacity:0;transform:translateY(20px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.waitlistClose{z-index:10;color:#fff6;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:999px;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;transition:all .2s;display:flex;position:absolute;top:16px;right:16px}.waitlistClose:hover{color:#fffc;background:#ffffff14;border-color:#ffffff26}.waitlistGlow{filter:blur(80px);pointer-events:none;opacity:.4;border-radius:50%;width:300px;height:300px;position:absolute}.waitlistGlow1{background:radial-gradient(circle,#3b82f699 0%,#0000 70%);top:-80px;left:-60px}.waitlistGlow2{background:radial-gradient(circle,#8b5cf680 0%,#0000 70%);bottom:-80px;right:-60px}.waitlistContent{z-index:2;text-align:center;isolation:isolate;flex-direction:column;align-items:center;padding:48px 36px 40px;display:flex;position:relative;overflow:hidden}.waitlistLightRays{z-index:0;pointer-events:none;position:absolute;inset:0;overflow:hidden}.waitlistLightRaysSpin{transform-origin:50% 0;filter:blur(38px);opacity:.85;background:conic-gradient(from 180deg at 50% 0,#0000 0deg 10deg,#93c5fd24 12deg,#0000 18deg 38deg,#818cf81c 40deg,#0000 46deg 68deg,#60a5fa1f 70deg,#0000 76deg 102deg,#a5b4fc17 104deg,#0000 110deg 142deg,#93c5fd1c 144deg,#0000 150deg 178deg,#818cf814 180deg,#0000 186deg 214deg,#60a5fa1a 216deg,#0000 222deg 250deg,#a5b4fc12 252deg,#0000 258deg 288deg,#93c5fd17 290deg,#0000 296deg 360deg);width:220%;height:220%;margin-left:-110%;animation:90s linear infinite waitlistLightRaysRotate;display:block;position:absolute;top:-60%;left:50%}.waitlistLightRaysSpin:after{content:"";mix-blend-mode:screen;opacity:.9;background:radial-gradient(55% 35% at 50% 8%,#bfdbfe2e 0%,#0000 62%);position:absolute;inset:0}.waitlistContent>:not(.waitlistLightRays){z-index:1;position:relative}@keyframes waitlistLightRaysRotate{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.waitlistLightRaysSpin{opacity:.55;animation:none}}.waitlistBrandRow{margin-bottom:20px}.waitlistLogo{border-radius:10px;box-shadow:0 4px 20px #0000004d}.waitlistTitle{letter-spacing:-.03em;background:linear-gradient(to bottom right,#e5e7eb,#6b7280);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 10px;font-size:clamp(26px,4vw,34px);font-weight:800;line-height:1.1}.waitlistSub{color:#9ca3afcc;max-width:360px;margin:0 0 28px;font-size:16px;line-height:1.5}.waitlistForm{width:100%;max-width:380px;margin-bottom:20px}.waitlistInputWrap{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:14px;align-items:center;gap:0;padding:4px;transition:border-color .2s,box-shadow .2s;display:flex}.waitlistInputWrap:focus-within{border-color:#3b82f666;box-shadow:0 0 0 3px #3b82f614}.waitlistInput{color:#f0f0f0;background:0 0;border:none;outline:none;flex:1;min-width:0;padding:12px 14px;font-size:15px}.waitlistInput::placeholder{color:#9ca3af80}.waitlistSubmit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6 0%,#6366f1 100%);border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;min-width:80px;padding:10px 22px;font-size:14px;font-weight:700;transition:all .2s;display:flex}.waitlistSubmit:hover{background:linear-gradient(135deg,#2563eb 0%,#4f46e5 100%);box-shadow:0 4px 16px #3b82f640}.waitlistSubmit:disabled{opacity:.7;cursor:not-allowed}.waitlistSpinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.6s linear infinite waitlistSpin;display:inline-block}@keyframes waitlistSpin{to{transform:rotate(360deg)}}.waitlistError{color:#f87171;margin:8px 0 0;font-size:13px;font-weight:600}.waitlistCounter{color:#9ca3af99;margin:0 0 28px;font-size:14px;font-weight:600}.waitlistFeatures{text-align:left;flex-direction:column;gap:12px;width:100%;max-width:380px;display:flex}.waitlistFeature{align-items:flex-start;gap:12px;font-size:14px;line-height:1.4;display:flex}.waitlistCheck{color:#4ade80;background:#22c55e1f;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-top:1px;font-size:12px;font-weight:800;display:flex}.waitlistFeature strong{color:#f0f4ffe6;margin-bottom:1px;font-weight:600;display:block}.waitlistFeature span:not(.waitlistCheck){color:#9ca3af8c;font-size:13px}.waitlistSuccessState{flex-direction:column;align-items:center;gap:12px;padding:20px 0;display:flex}.waitlistSuccessIcon{color:#4ade80;background:linear-gradient(135deg,#22c55e26 0%,#3b82f61a 100%);border:1px solid #22c55e33;border-radius:999px;justify-content:center;align-items:center;width:56px;height:56px;font-size:24px;font-weight:800;animation:.5s cubic-bezier(.22,1,.36,1) waitlistSuccessPop;display:flex}@keyframes waitlistSuccessPop{0%{opacity:0;transform:scale(0)}60%{transform:scale(1.15)}to{opacity:1;transform:scale(1)}}.waitlistDoneButton{color:#ffffffb3;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:10px;margin-top:8px;padding:10px 28px;font-size:14px;font-weight:600;transition:all .2s}.waitlistDoneButton:hover{color:#fff;background:#ffffff14}@media (max-width:540px){.waitlistContent{padding:40px 20px 32px}.waitlistTitle{font-size:26px}.waitlistSub{font-size:15px}}
