.faq-download-flow .faq-section{--faq-blue: #0071e3;--faq-blue-rgb: 0, 113, 227;width:min(920px,calc(100% - 64px));margin:0 auto;padding:var(--section-space) 0;display:block;scroll-margin-top:32px}.faq-download-flow .faq-intro{margin-bottom:var(--section-copy-content-gap);text-align:center}.faq-download-flow .faq-intro h2{margin:0;color:#111214;font-size:var(--section-heading-size);font-weight:var(--section-heading-weight);line-height:var(--section-heading-line-height);letter-spacing:var(--section-heading-letter-spacing)}.faq-download-flow .faq-intro p{margin:var(--section-title-copy-gap) 0 0;color:#60636a;font-size:var(--section-copy-size);line-height:1.65}.faq-download-flow .faq-intro a{color:var(--faq-blue);text-decoration:none}.faq-download-flow .faq-intro a:hover{text-decoration:underline}.faq-download-flow .faq-intro a:focus-visible,.faq-download-flow .faq-answer-content a:focus-visible{border-radius:3px;outline:2px solid var(--faq-blue);outline-offset:3px}.faq-download-flow .faq-list{border-top:0}.faq-download-flow .faq-item{position:relative;overflow:visible;border-bottom:1px solid #dfe2e6;background:transparent;transition:border-color .3s cubic-bezier(.19,1,.22,1)}.faq-download-flow .faq-item:before{content:"";position:absolute;top:26px;left:-17px;width:3px;height:30px;border-radius:99px;background:var(--faq-blue);opacity:0;transform:scaleY(.25);transition:opacity .26s ease,transform .52s cubic-bezier(.4,0,.2,1)}.faq-download-flow .faq-item.is-open:before{opacity:1;transform:scaleY(1)}.faq-download-flow .faq-item:last-child{border-bottom-color:transparent}.faq-download-flow .faq-item:last-child.is-open{border-bottom-color:#dfe2e6}.faq-download-flow .faq-question{position:relative;top:auto;right:auto;width:100%;min-height:82px;padding:0;display:grid;grid-template-columns:48px minmax(0,1fr) 34px;align-items:center;column-gap:20px;border:0;color:#202226;background:transparent;cursor:pointer;text-align:left;font:inherit;font-size:19px;font-weight:660;line-height:1.4;letter-spacing:-.2px;transition:color .15s ease}.faq-download-flow .faq-number{color:#a4a8ae;font-size:17px;font-weight:650;letter-spacing:.04em;transition:color .15s ease}.faq-download-flow .faq-question-text{min-width:0}.faq-download-flow .faq-question:hover,.faq-download-flow .faq-question[aria-expanded=true],.faq-download-flow .faq-question:hover .faq-number,.faq-download-flow .faq-question[aria-expanded=true] .faq-number{color:var(--faq-blue)}.faq-download-flow .faq-question:focus-visible{outline:0}.faq-download-flow .faq-icon{position:relative;top:auto;right:auto;width:33px;height:33px;border:1px solid #d7dade;border-radius:50%;transform:rotate(0);transition:transform .52s cubic-bezier(.4,0,.2,1),border-color .22s ease,background .22s ease,box-shadow .18s ease}.faq-download-flow .faq-icon:before,.faq-download-flow .faq-icon:after{content:"";position:absolute;top:50%;left:50%;width:12px;height:1.8px;margin:0;border-radius:2px;background:#30343a;transform:translate(-50%,-50%);transition:background .18s ease}.faq-download-flow .faq-icon:after{rotate:none;transform:translate(-50%,-50%) rotate(90deg)}.faq-download-flow .faq-question[aria-expanded=true] .faq-icon{border-color:rgba(var(--faq-blue-rgb),.28);background:rgba(var(--faq-blue-rgb),.09);transform:rotate(45deg)}.faq-download-flow .faq-question[aria-expanded=true] .faq-icon:before,.faq-download-flow .faq-question[aria-expanded=true] .faq-icon:after{background:var(--faq-blue)}.faq-download-flow .faq-question:focus-visible .faq-icon{box-shadow:0 0 0 3px rgba(var(--faq-blue-rgb),.16)}.faq-download-flow .faq-answer-panel{overflow:hidden}.faq-download-flow .faq-answer-clip{min-height:0;overflow:hidden}.faq-download-flow .faq-answer-content{position:relative;max-width:800px;min-height:132px;margin:-4px 52px 30px 68px;padding:0 120px 0 0;color:#4f545c;font-size:15px;line-height:1.75;animation:faq-answer-content-in .52s cubic-bezier(.4,0,.2,1) both}.faq-download-flow .faq-answer-content p{margin:0}.faq-download-flow .faq-answer-content p+p{margin-top:12px}.faq-download-flow .faq-answer-content strong{color:#202328;font-weight:680}.faq-download-flow .faq-answer-content ul{margin:12px 0 0;padding-left:20px}.faq-download-flow .faq-answer-content li+li{margin-top:7px}.faq-download-flow .faq-answer-content li::marker{color:#7c828a}.faq-download-flow .faq-answer-content a{color:var(--faq-blue);text-decoration:underline;text-underline-offset:3px}.faq-download-flow .faq-answer-visual{--faq-watermark-opacity: .07;position:absolute;right:-48px;bottom:-81px;width:192px;height:192px;display:grid;place-items:center;color:var(--faq-blue);pointer-events:none;animation:faq-watermark-in .52s cubic-bezier(.4,0,.2,1) 80ms both}.faq-download-flow .faq-answer-visual svg{width:176px;height:176px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.faq-download-flow .faq-answer-visual svg *{vector-effect:non-scaling-stroke}@keyframes faq-answer-content-in{0%{opacity:0;transform:translateY(-14px)}to{opacity:1;transform:translateY(0)}}@keyframes faq-watermark-in{0%{opacity:0;transform:translateY(18px) rotate(12deg) scale(.92)}to{opacity:var(--faq-watermark-opacity);transform:translateY(0) rotate(12deg) scale(1)}}@media(max-width:620px){.faq-download-flow .faq-section{width:calc(100% - 32px);padding:var(--section-space) 0}.faq-download-flow .faq-intro{margin-bottom:var(--section-copy-content-gap)}.faq-download-flow .faq-intro h2{font-size:var(--section-heading-size);letter-spacing:var(--section-heading-letter-spacing)}.faq-download-flow .faq-intro p{margin-top:var(--section-title-copy-gap);font-size:var(--section-copy-size)}.faq-download-flow .faq-question{min-height:80px;padding:0;grid-template-columns:32px minmax(0,1fr) 30px;column-gap:12px;font-size:16px}.faq-download-flow .faq-number{font-size:14px}.faq-download-flow .faq-icon{width:30px;height:30px}.faq-download-flow .faq-item:before{left:-9px}.faq-download-flow .faq-answer-content{min-height:0;margin:-3px 0 30px 44px;padding:0 76px 0 0;font-size:14px}.faq-download-flow .faq-answer-visual{--faq-watermark-opacity: .055;right:-42px;bottom:-68px;width:144px;height:144px}.faq-download-flow .faq-answer-visual svg{width:132px;height:132px}}@media(prefers-reduced-motion:reduce){.faq-download-flow .faq-item:before,.faq-download-flow .faq-icon,.faq-download-flow .faq-answer-content,.faq-download-flow .faq-answer-visual{animation-duration:.3s;transition-duration:.3s}}:root{font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,PingFang SC,Helvetica Neue,Arial,sans-serif;color:#111214;background:#fff;font-synthesis:none;--section-space: 71px;--section-heading-size: clamp(46px, 4.7vw, 64px);--section-heading-weight: 720;--section-heading-line-height: 1.04;--section-heading-letter-spacing: -3px;--section-title-copy-gap: 22px;--section-copy-content-gap: 68px;--section-copy-size: 19px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:0;min-height:100vh;overflow-x:hidden;background:#fff;-webkit-font-smoothing:antialiased}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit}button:focus-visible,a:focus-visible{outline:3px solid rgba(0,113,227,.34);outline-offset:3px}summary:focus-visible{outline:3px solid rgba(0,113,227,.34);outline-offset:-3px;border-radius:8px}.site-shell{min-height:100vh}.site-header{position:fixed;z-index:5000;top:0;right:0;left:0;width:100%;height:77px;padding:0 max(48px,calc((100% - 1260px)/2));display:grid;grid-template-columns:minmax(170px,1fr) auto minmax(132px,1fr);align-items:center;border-bottom:1px solid rgba(38,45,55,.08);background:#ffffff3d;-webkit-backdrop-filter:blur(16px) saturate(1.35);backdrop-filter:blur(16px) saturate(1.35);box-shadow:0 8px 28px #2332460e;opacity:1;transform:translateY(0);transition:height .26s cubic-bezier(.22,1,.36,1),transform .26s cubic-bezier(.22,1,.36,1),opacity .2s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease}.site-header.is-hidden{opacity:0;transform:translateY(calc(-100% - 1px));border-bottom-color:transparent;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;pointer-events:none}.site-header.is-compact{height:77px;border-bottom-color:#262d3714;background:#ffffffdb;-webkit-backdrop-filter:blur(18px) saturate(1.3);backdrop-filter:blur(18px) saturate(1.3);box-shadow:0 6px 20px #2332460f;pointer-events:none}.site-header.is-compact .wordmark,.site-header.is-compact .header-download{pointer-events:auto}.wordmark{grid-column:1;grid-row:1;display:inline-flex;align-items:center;gap:9px;color:#111214;text-decoration:none;font-size:21px;font-weight:660;width:fit-content;letter-spacing:-.35px;transition:opacity .18s ease,transform .18s ease,visibility .18s}.wordmark img{width:35px;height:35px;display:block}.site-header nav{grid-column:2;grid-row:1;justify-self:center;height:100%;display:flex;align-items:center;gap:34px;transition:opacity .18s ease,transform .18s ease,visibility .18s}.header-feature-nav{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-4px)}.site-header.is-compact .header-feature-nav{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.site-header .header-feature-nav{gap:64px}.site-header .header-feature-nav a{color:#64686f;font-size:17px;font-weight:590}.site-header .header-feature-nav a.active{color:#0071e3;font-weight:650}.site-header.is-hidden nav,.site-header.is-hidden .header-download,.site-header.is-hidden .wordmark,.site-header.is-compact .site-primary-nav{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-4px)}.site-header nav a{position:relative;height:100%;padding:0;color:#27282b;text-decoration:none;display:flex;align-items:center;font-size:15px;font-weight:540;white-space:nowrap;transition:color .15s ease}.site-header nav a:hover,.site-header nav a.active{color:#0071e3}.header-download,.omnidock-page button{border:0;color:#fff;background:#0071e3;cursor:pointer;box-shadow:0 6px 18px #0071e333;transition:transform .16s ease,background .16s ease,box-shadow .16s ease,opacity .16s ease,visibility .16s ease}.header-download:hover,.omnidock-page button:hover{background:#0077ed;transform:translateY(-1px);box-shadow:0 9px 22px #0071e340}.header-download:active,.omnidock-page button:active{transform:translateY(0) scale(.985)}.header-download{grid-column:3;grid-row:1;justify-self:end;padding:10px 19px;display:inline-flex;align-items:center;gap:8px;border-radius:999px;font-size:15px;font-weight:620}.header-download svg{width:18px;height:18px;stroke-width:2}.header-download.is-hidden{opacity:0;visibility:hidden;pointer-events:none}#demo,#features,#privacy,#pricing,#faq,#download{scroll-margin-top:98px}#demo{scroll-margin-top:0}:root{--brand-blue: #0a84ff;--brand-blue-deep: #0071e3;--brand-blue-bright: #4aa8ff;--feature-card-radius: 8px;--feature-card-stroke: rgba(0, 0, 0, .05);--feature-card-shadow: drop-shadow(0 4px 4px rgba(0, 0, 0, .25))}::selection{background:#0a84ff2e}.text-gradient,.hero-accent{background:linear-gradient(100deg,#0060c9 0%,var(--brand-blue) 48%,var(--brand-blue-bright) 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.hero{position:absolute;z-index:3100;top:clamp(96px,14.6svh,138px);right:0;left:0;height:auto;padding:0 24px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;pointer-events:none;will-change:opacity,transform}.hero h1{max-width:1220px;margin:0 auto;color:#fff;font-size:clamp(39px,4.05vw,57px);line-height:1.12;letter-spacing:-3px;font-weight:700;-webkit-text-stroke:0;paint-order:stroke fill;text-shadow:0 2px 14px rgba(0,38,82,.22)}.hero h1 img{width:1.22em;height:1.22em;margin-right:.18em;display:inline-block;vertical-align:-.26em;filter:drop-shadow(0 5px 11px rgba(0,39,82,.16))}.hero-latin{display:inline-block;font-size:1.22em;font-weight:650;letter-spacing:normal;transform:translateY(.06em)}.hero-dash{font-weight:400;letter-spacing:-.08em;-webkit-text-stroke:0}.hero-accent{color:#fff;background:none;-webkit-text-stroke:0;text-shadow:inherit}.hero-mobile-break{display:none}@media(min-width:521px){html[lang=en] .hero-dash+.hero-mobile-break{display:block}}html[lang=en]{--section-heading-weight: 700;--section-heading-letter-spacing: normal;font-kerning:normal;font-optical-sizing:auto}html[lang=en] .hero-latin{font-size:1em;font-weight:inherit;letter-spacing:inherit;transform:none}html[lang=en] .wordmark,html[lang=en] .site-header nav a,html[lang=en] .header-download,html[lang=en] .hero h1,html[lang=en] .hero p,html[lang=en] .hero-cta,html[lang=en] .feature-module-heading h2,html[lang=en] .feature-module-heading p,html[lang=en] .feature-tabs button,html[lang=en] .privacy-intro h2,html[lang=en] .privacy-intro p,html[lang=en] .privacy-card h3,html[lang=en] .privacy-card p,html[lang=en] .privacy-detail-trigger,html[lang=en] .privacy-detail-header h3,html[lang=en] .privacy-detail-card,html[lang=en] .pricing-section>header h2,html[lang=en] .pricing-section>header p,html[lang=en] .pricing-card h3,html[lang=en] .pricing-card>strong,html[lang=en] .pricing-card li,html[lang=en] .pricing-download,html[lang=en] .pricing-download-note,html[lang=en] .faq-intro h2,html[lang=en] .faq-intro p,html[lang=en] .faq-question,html[lang=en] .faq-answer-content,html[lang=en] .download-copy h2,html[lang=en] .download-copy p,html[lang=en] .download-copy button,html[lang=en] .download-copy a,html[lang=en] .download-copy small,html[lang=en] .download-release-note,html[lang=en] .footer-brand a,html[lang=en] .footer-main nav a{letter-spacing:normal}@media(min-width:1100px){html[lang=en] .feature-module-heading,html[lang=en] .feature-module-secondary .feature-module-heading{max-width:1160px}html[lang=en] .feature-module-heading p{max-width:780px}}.hero p{max-width:1060px;margin:22px auto 0;color:#ffffffeb;font-size:22px;line-height:1.45;letter-spacing:-.25px;text-shadow:0 2px 12px rgba(0,38,82,.27)}.hero-actions{width:min(100%,480px);margin:32px auto 0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;pointer-events:auto}.demo-stage.is-interactive .hero-actions{pointer-events:none}@media(min-width:1100px){.hero p{font-size:clamp(24px,2.1vw,32px)}.hero-actions{width:min(100%,520px);margin-top:32px}}@media(min-width:761px)and (max-height:800px){.hero{top:clamp(84px,13.5svh,102px)}}.hero-cta{width:100%;min-height:48px;padding:0 18px;border-radius:999px;font:650 16px/1 -apple-system,BlinkMacSystemFont,SF Pro Text,PingFang SC,sans-serif;cursor:pointer;transition:transform .16s ease,background-color .16s ease,border-color .16s ease,box-shadow .16s ease}@media(min-width:1100px){.hero-cta{min-height:52px;font-size:18px}}.hero-cta:hover{transform:translateY(-1px)}.hero-cta:active{transform:translateY(0) scale(.985)}.hero-cta:focus-visible{outline:3px solid rgba(10,132,255,.24);outline-offset:3px}.hero-cta-primary{border:1px solid rgba(255,255,255,.86);color:#075eb9;background:#fff;box-shadow:0 10px 28px #0034703d,inset 0 1px #fffffff5;animation:panel-tour-glow 3s ease-in-out infinite}.hero-cta-primary.is-attention-muted{animation:none;box-shadow:0 6px 18px #00347033}.hero-cta-primary:hover{color:#0755a7;background:#f8fbff;box-shadow:0 12px 28px #00347042}.hero-cta-secondary{border:1px solid rgba(255,255,255,.56);color:#fff;background:#0433604d;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:inset 0 1px #ffffff29,0 8px 24px #00254e29}.hero-cta-secondary:hover{background:#0433606b;border-color:#ffffffc2}@keyframes hero-rise{0%{opacity:0;transform:translateY(26px)}to{opacity:1;transform:translateY(0)}}.hero h1{animation:hero-rise .9s cubic-bezier(.22,1,.36,1) both}.hero p{animation:hero-rise .9s .1s cubic-bezier(.22,1,.36,1) both}.hero-actions{animation:hero-rise .9s .2s cubic-bezier(.22,1,.36,1) both}.demo-scroll-scene{position:relative;isolation:isolate;width:100%;height:170vh;height:170svh;background:#60a9dd}.top-anchor{position:absolute;top:0;left:0}.demo-sticky{position:sticky;top:0;width:100%;height:100vh;height:100svh;display:flex;justify-content:center;align-items:flex-start;overflow:hidden}.hero-desktop-wallpaper{position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block}.hero-desktop-wallpaper img{width:100%;height:100%;display:block;object-fit:cover;object-position:center center;filter:saturate(1.05) contrast(1.04)}.hero-desktop-atmosphere{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 70% 66% at -8% -10%,rgba(245,251,255,.38) 0%,rgba(164,211,244,.12) 38%,transparent 68%),radial-gradient(ellipse 62% 44% at 58% 23%,rgba(4,61,122,.12) 0%,rgba(3,53,108,.06) 48%,transparent 76%),linear-gradient(180deg,#032e6570,#03356e57 52%,#02234a6e);pointer-events:none}.hero-desktop-atmosphere:before{content:"";position:absolute;top:-24%;left:-10%;width:72%;height:78%;background:linear-gradient(130deg,rgba(255,255,255,.34),rgba(190,226,251,.12) 42%,transparent 68%);filter:blur(20px);transform:rotate(-4deg)}.hero-desktop-atmosphere:after{content:"";position:absolute;top:-14%;left:-16%;width:74%;height:68%;background:linear-gradient(126deg,rgba(255,255,255,.19) 0 8%,transparent 18%),linear-gradient(132deg,rgba(218,240,255,.13) 0 12%,transparent 25%);filter:blur(16px);transform:rotate(-2deg)}.demo-stage{position:fixed;z-index:10;left:50%;bottom:0;isolation:isolate;flex:0 0 auto;overflow:visible;transform:translate(-50%);will-change:width,height,transform}.demo-stage.is-interactive{position:absolute}.demo-frame-shadow{position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;pointer-events:none;border:0;background:transparent;box-shadow:0 0 0 1px #fffffff5,0 0 0 2px #91979ee6,0 -1px 0 3px #ffffff61,0 9px 20px #07121d38,0 32px 62px #07121d61;clip-path:inset(-90px -90px 0 -90px);border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.demo-screen{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;overflow:hidden;border-style:solid;border-color:#eef0f2;border-bottom-width:0!important;background:#60a9dd;box-shadow:inset 0 1px #fffffffa,inset 1px 0 #ffffffb8,inset -1px 0 #a4abb22e,inset 0 7px 12px #15253221;contain:layout paint}.demo-content{position:absolute;z-index:1;top:0;left:0;transform-origin:top left;will-change:transform}.demo-preview-enter{position:absolute;z-index:3000;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:0;border:0;border-radius:inherit;background:transparent;cursor:pointer}.demo-preview-enter:focus-visible{outline:4px solid rgba(10,132,255,.44);outline-offset:-4px}.demo-preview-enter:disabled{pointer-events:none}.demo-tour-pointer-layer{position:absolute;z-index:3100;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none}.demo-tour-cursor{z-index:2;opacity:1;transform:translate3d(calc(var(--demo-tour-x) - 4px),calc(var(--demo-tour-y) - 4px),0);transition:transform 1.2s cubic-bezier(.22,1,.36,1)}.demo-tour-click{z-index:1;top:var(--demo-tour-y);left:var(--demo-tour-x);animation:demo-tour-click .55s ease-out both}@keyframes demo-tour-click{0%{opacity:.9;transform:scale(.3)}to{opacity:0;transform:scale(1.35)}}.demo-tour-controls{position:absolute;z-index:5000;bottom:20px;left:50%;width:min(330px,calc(100% - 28px));display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:0;padding:4px;border:1px solid rgba(255,255,255,.38);border-radius:999px;background:#1f2327ad;-webkit-backdrop-filter:blur(20px) saturate(1.12);backdrop-filter:blur(20px) saturate(1.12);box-shadow:0 12px 30px #040c163d,inset 0 1px #ffffff29;opacity:0;pointer-events:none;transform:translate(calc(-50% + var(--demo-control-offset, 0px)),8px);transition:width .18s ease,opacity .16s ease,transform .16s ease}.demo-tour-controls.has-explore-note{width:min(720px,calc(100% - 180px));grid-template-columns:150px 150px minmax(0,1fr);overflow:hidden}html[lang=en] .demo-tour-controls.has-explore-note{width:min(920px,calc(100% - 28px))}.demo-screen:hover .demo-tour-controls,.demo-stage.is-preview-hovered .demo-tour-controls,.demo-screen:has(.demo-tour-mode-button:focus-visible) .demo-tour-controls{opacity:1;pointer-events:auto;transform:translate(calc(-50% + var(--demo-control-offset, 0px)))}.demo-tour-mode-button{position:relative;z-index:1;width:100%;min-width:0;min-height:42px;height:42px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:0;border-radius:999px;color:#ffffffc7;background:transparent;box-shadow:none;font-size:14px;font-weight:650;cursor:pointer;transition:color .14s ease,background .14s ease,box-shadow .14s ease}.demo-tour-mode-button:hover{color:#fff;background:#ffffff1a}.demo-tour-mode-button.is-active{color:#17212a;background:#ffffffed;box-shadow:0 2px 8px #00000029,inset 0 0 0 1px #ffffffb8}.demo-tour-mode-button.is-active:hover{color:#17212a;background:#fff}.demo-tour-mode-button svg{width:18px;height:18px;flex:0 0 auto;stroke-width:2.2}@media(hover:none){.demo-tour-controls{opacity:1;pointer-events:auto;transform:translate(calc(-50% + var(--demo-control-offset, 0px)))}}@media(prefers-reduced-motion:reduce){.demo-tour-controls{transition:none}.demo-tour-cursor{transition-duration:1.2s!important}}.desktop-shell{--window-font: 14px;--window-small-font: 12px;position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;isolation:isolate;overflow:hidden;background:#60a9dd}.desktop-wallpaper{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block;z-index:-2}.desktop-wallpaper img{width:100%;height:100%;display:block;object-fit:cover}.desktop-shell:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#eff8ff14;z-index:-1;pointer-events:none}.demo-stage:not(.is-interactive) .desktop-shell{background:transparent}.demo-stage:not(.is-interactive) .demo-screen{background:transparent}.demo-stage:not(.is-interactive) .demo-screen:before{content:"";position:absolute;z-index:0;top:calc(0px - var(--demo-frame-top, 0px));left:calc((100% - 100vw)/2);width:100vw;height:100vh;background:var(--hero-wallpaper-desktop) center center / cover no-repeat;pointer-events:none}.demo-stage:not(.is-interactive) .desktop-wallpaper{opacity:0}.demo-stage:not(.is-interactive) .desktop-shell:after{background:radial-gradient(ellipse 84% 70% at 54% 58%,#bbe0f82e,#cae7f91a 48%,#daeffc00 86%),linear-gradient(180deg,#e4f4ff06,#e2f3fe14 42%,#e0f2fd38)}.macbook-camera{position:absolute;z-index:2900;top:4px;left:50%;width:5px;height:5px;border-radius:50%;background:#35383e;box-shadow:inset 0 0 0 1px #ffffff14;transform:translate(-50%);pointer-events:none}.menu-bar{position:absolute;inset:0 0 auto;height:29px;z-index:400;display:flex;align-items:center;gap:8px;padding:0 12px;color:#151719;background:#f7fafcc7;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);font-size:13px;line-height:1;border-bottom:1px solid rgba(36,47,62,.12);transition:opacity .22s ease}.menu-apple{width:13px;height:13px;flex:0 0 auto}.menu-spacer{flex:1}.menu-omnidock-slot{position:relative;height:100%;display:grid;place-items:center}.menu-dockdart-cluster{height:24px;padding:0 4px;display:flex;align-items:center;gap:4px;border-radius:5px}.menu-dockdart-cluster svg{display:block}.menu-dockdart-cluster>svg{width:18px;height:18px;flex:0 0 auto}.menu-dockdart-cluster:hover,.menu-dockdart-cluster:has(.menu-omnidock-button.active){background:#0000001a}.menu-omnidock-button{width:18px;height:22px;padding:0;display:grid;place-items:center;border:0;border-radius:5px;background:transparent;cursor:pointer}.menu-omnidock-button svg{width:18px;height:18px;stroke-width:1}.menu-badge-divider{width:1px;height:14px;margin:0;align-self:center;background:currentColor;opacity:.72}.menu-badge-app{height:22px;padding:0;display:flex;align-items:center;gap:5px;border:0;color:inherit;background:transparent;cursor:pointer}.menu-badge-app svg{width:16px;height:16px}.menu-badge-app.whatsapp svg{width:16px;height:16px}.menu-badge-app.chatgpt svg{width:18px;height:18px}.menu-badge-app b{height:100%;display:flex;align-items:center;font-size:12px;line-height:1;font-weight:500}.menu-time{height:24px;display:flex;align-items:center;font-size:13px;line-height:1;font-weight:400;font-variant-numeric:tabular-nums}.menu-omnidock-popover{position:absolute;z-index:130;top:29px;right:-34px;width:196px;padding:7px;border:1px solid rgba(72,78,88,.16);border-radius:9px;color:#202226;background:#f7f7f8f5;-webkit-backdrop-filter:blur(26px) saturate(1.18);backdrop-filter:blur(26px) saturate(1.18);box-shadow:0 15px 38px #1b26383d}.menu-omnidock-popover strong{display:block;padding:5px 8px 7px;font-size:12px}.menu-omnidock-popover button{width:100%;height:27px;padding:0 8px;display:flex;align-items:center;justify-content:space-between;border:0;border-radius:5px;color:inherit;background:transparent;cursor:default;text-align:left;font-size:11px;opacity:1}.menu-omnidock-popover button:disabled{color:inherit;-webkit-text-fill-color:currentColor}.menu-omnidock-popover kbd{color:#777b81;font:inherit}.menu-omnidock-popover button:hover kbd{color:#ffffffd1}.menu-omnidock-popover i{display:block;height:1px;margin:4px 5px;background:#0000001a}.omnidock-panel-wrap{position:absolute;z-index:300;top:37px;bottom:8px;left:8px;width:240px}.panel-visibility-layer{position:absolute;z-index:300;top:0;left:0;width:248px;height:var(--demo-panel-height, 100%);pointer-events:none}.panel-visibility-layer .omnidock-panel-wrap{pointer-events:auto}.demo-stage:not(.is-interactive) .menu-bar,.demo-stage:not(.is-interactive) .omnidock-panel{-webkit-backdrop-filter:none;backdrop-filter:none}.demo-stage:not(.is-interactive) .menu-bar{right:auto;width:var(--demo-menu-width, 100%);background:#eef6fb47;border-bottom-color:transparent;box-shadow:none}.demo-stage:not(.is-interactive) .omnidock-panel{background:linear-gradient(145deg,#ffffffad,#e8eef694),#eef2f7c7}.panel-visibility-layer.is-guided .omnidock-panel-wrap:after{content:"";position:absolute;z-index:500;top:-2px;right:-2px;bottom:-2px;left:-2px;border:0;border-radius:30px;box-shadow:0 0 16px 4px #0043a65c,0 0 26px 7px #0072e342;animation:demo-panel-glow 3s ease-in-out infinite;pointer-events:none}.panel-edge-hotzone{position:absolute;z-index:299;top:29px;bottom:0;left:0;width:24px}.panel-tour{--guide-accent: #273544;position:absolute;top:0;right:0;bottom:0;left:0;z-index:360;pointer-events:none}.panel-tour-mask{position:absolute;background:transparent;box-shadow:0 0 0 9999px #040a1240}.panel-tour.edge{z-index:450;pointer-events:auto}.panel-tour.edge .panel-tour-mask{box-shadow:0 0 0 9999px #040a1259}.panel-tour-mask.click{top:37px;bottom:8px;left:8px;width:240px;border-radius:28px}.panel-tour-mask.edge{top:29px;bottom:0;left:0;width:27px;border-radius:0 13px 13px 0}.panel-tour-note{position:absolute;display:flex;align-items:center;gap:0;filter:drop-shadow(0 4px 10px rgba(7,22,43,.22))}.panel-tour-note.click{top:120px;left:212px}.panel-tour-note.edge{top:170px;left:4px}.panel-tour-pill{padding:15px 27px 16px;color:#fff;background:var(--guide-accent);border:1px solid rgba(18,71,153,.92);border-radius:999px;box-shadow:0 0 0 1px #051e4cc7,0 0 16px 4px #0043a65c,0 0 26px 7px #0072e342;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,PingFang SC,sans-serif;font-size:21px;font-weight:680;line-height:1;white-space:nowrap;animation:demo-tour-glow 3s ease-in-out infinite}.panel-tour-arrow{position:relative;z-index:1;flex:0 0 78px;width:78px;height:42px;margin-right:-9px;color:var(--guide-accent);transform-origin:right center}.panel-tour-arrow svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:visible;stroke-width:2.25}@keyframes panel-tour-glow{0%,to{box-shadow:0 8px 22px #050c1429,0 0 8px 1px #45b1ff1a}50%{box-shadow:0 10px 24px #050c142e,0 0 12px 2px #45b1ff29}}@keyframes demo-tour-glow{0%,to{border-color:#124799eb;box-shadow:0 0 0 1px #051e4cc7,0 0 16px 4px #0043a65c,0 0 26px 7px #0072e342}50%{border-color:#1e5fc3;box-shadow:0 0 0 2px #04255ee6,0 0 24px 7px #004bbb8c,0 0 36px 10px #0071e366}}@keyframes demo-panel-glow{0%,to{box-shadow:0 0 16px 4px #0043a65c,0 0 26px 7px #0072e342}50%{box-shadow:0 0 24px 7px #004bbb8c,0 0 36px 10px #0071e366}}.demo-tour-explore-note{position:relative;z-index:1;min-width:0;height:42px;margin-left:12px;padding:3px 12px 3px 14px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;box-sizing:border-box;overflow:hidden;color:#ffffffb8;background:transparent;border:0;border-radius:0;box-shadow:none;font-size:11px;line-height:1.3;text-align:left;pointer-events:none}.demo-tour-explore-note:before{content:"";position:absolute;top:10px;bottom:10px;left:0;width:1px;background:#ffffff2e}.demo-tour-explore-note strong{display:block;width:100%;overflow:hidden;color:#fff;font-size:12px;font-weight:680;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.demo-tour-explore-note>span{display:block;min-width:0;white-space:nowrap}.demo-tour-explore-note a{color:#fff;font-weight:720;text-decoration:none;pointer-events:auto}.demo-tour-explore-note a:hover{color:#fff;text-decoration:underline;text-underline-offset:2px}.demo-tour-explore-note .demo-scroll-more{margin:0 3px;display:inline-flex;align-items:center;gap:4px;line-height:1;vertical-align:middle}.demo-scroll-more>span:last-child{line-height:1}.demo-scroll-chevron-stack{width:14px;height:18px;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;animation:demo-scroll-cue 1.25s ease-in-out infinite}.demo-scroll-chevron-stack svg{width:14px;height:9px;margin:-1.5px 0;flex:0 0 auto;stroke-width:3}@keyframes demo-scroll-cue{0%,to{transform:translateY(-2px)}50%{transform:translateY(2px)}}.omnidock-panel{position:relative;width:240px;height:100%;display:flex;flex-direction:column;padding:16px 10px 3px;background:linear-gradient(145deg,#ffffff7a,#e8eef647),#eef2f757;-webkit-backdrop-filter:blur(32px) saturate(1.55) brightness(1.04);backdrop-filter:blur(32px) saturate(1.55) brightness(1.04);border:1px solid rgba(255,255,255,.56);border-radius:28px;box-shadow:0 16px 42px #202f4b3d,inset 0 1px #ffffff6b,inset 0 0 0 .5px #757c8929;overflow-x:hidden;overflow-y:auto;scrollbar-width:none}.omnidock-panel::-webkit-scrollbar{display:none}.player-mini{--player-visual-edge-gap: 9px;--player-control-icon-size: 18px;flex:0 0 auto;min-height:66px;padding:var(--player-visual-edge-gap) 12px;display:grid;grid-template-columns:48px minmax(0,1fr) 24px;grid-template-rows:48px;gap:13px 12px;align-items:center;overflow:hidden;border:.6px solid rgba(0,0,0,.06);border-radius:16px;background:transparent;box-shadow:none}.player-cover{width:48px;height:48px;border-radius:9px;object-fit:cover}.player-artwork-button{width:48px;height:48px;padding:0;border:0;border-radius:9px;background:transparent;cursor:pointer}.player-main{min-width:0;height:48px;padding:0;display:flex;flex-direction:column;justify-content:space-between}.player-copy{min-width:0;padding:0;border:0;color:inherit;background:transparent;cursor:pointer;text-align:left}.player-copy b,.player-copy small{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.player-copy b{color:#000000c7;font-size:14px;font-weight:650;line-height:1.08}.player-copy small{margin-top:2px;color:#00000080;font-size:11px;line-height:1}.player-toggle-button{width:24px;height:24px;padding:0;border:.6px solid rgba(0,0,0,.07);border-radius:50%;background:#fff9;color:#000000db;display:grid;place-items:center;box-shadow:0 1px 3px #00000017;cursor:pointer}.player-toggle-button svg{width:10px;height:10px}.player-progress{display:grid;grid-template-columns:27px 1fr 29px;gap:4px;align-items:center;color:#00000094;font-size:10px;line-height:1}.player-progress>span:last-child{text-align:right}.player-progress input{width:100%;height:10px;margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;cursor:pointer}.player-progress input::-webkit-slider-runnable-track{height:3.5px;border-radius:4px;background:#00000029}.player-progress input::-webkit-slider-thumb{width:8px;height:8px;margin-top:-2.25px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-radius:50%;background:#7a7a7a}.player-hover-controls{grid-column:1 / -1;min-height:var(--player-control-icon-size);margin-top:0;padding:0;display:flex;align-items:center;justify-content:space-between;overflow:visible}.player-hover-controls button{position:relative;flex:0 0 28px;width:28px;height:24px;min-height:24px;padding:0;display:grid;place-items:center;border:0;border-radius:12px;color:#000000d1;background:transparent;cursor:pointer;-webkit-tap-highlight-color:transparent}.player-hover-controls button:before{content:"";position:absolute;width:36px;height:36px}.player-hover-controls svg{width:var(--player-control-icon-size);height:var(--player-control-icon-size);transition:transform .1s ease}.player-hover-controls .seek-ten-button svg{width:20px;height:20px}.player-hover-controls button:active svg{transform:scale(.86)}.player-hover-controls .player-mode-button.mode-0,.player-hover-controls .player-mode-button.mode-1{color:#007aff}.player-hover-controls .player-mode-button.mode-2{color:#00000061}.player-hover-controls .player-mode-button:after{content:attr(data-mode);position:absolute;z-index:2;left:50%;bottom:calc(100% + 6px);padding:4px 7px;border-radius:6px;color:#fff;background:#181d24db;box-shadow:0 4px 12px #09132229;font-size:10px;line-height:1;white-space:nowrap;opacity:0;transform:translate(-50%,3px);transition:opacity .12s ease,transform .12s ease;pointer-events:none}.player-hover-controls .player-mode-button:hover:after,.player-hover-controls .player-mode-button:focus:after{opacity:1;transform:translate(-50%)}.quick-icons{flex:0 0 auto;width:100%;display:grid;grid-template-columns:repeat(5,28px);justify-content:start;column-gap:10px;margin-top:10px;padding:0}.quick-link-cell{position:relative;width:28px;height:28px;display:grid;place-items:center}.quick-link-button{width:28px;height:28px;padding:0;display:grid;place-items:center;overflow:hidden;border:0;border-radius:7px;background:transparent;cursor:pointer}.quick-link-button img,.quick-link-button svg{width:28px;height:28px;object-fit:contain;border-radius:7px}.running-icons{flex:0 0 auto;width:100%;display:grid;grid-template-columns:repeat(5,34px);justify-content:space-between;column-gap:0;row-gap:8px;margin-top:10px;padding:0 0 7px}.running-app-cell{position:relative;width:34px;height:40px;display:grid;place-items:start center}.running-app-cell:after{content:"";position:absolute;left:-4px;top:33px;width:42px;height:30px}.running-app-cell>button{position:relative;width:34px;height:34px;padding:0;display:grid;place-items:center;border:0;background:transparent;cursor:pointer}.running-app-cell>button:before{content:"";position:absolute;top:-5px;right:-5px;bottom:-5px;left:-5px;border-radius:11px}.running-app-icon{position:relative;width:34px;height:34px;display:grid;place-items:center}.chatgpt-app-icon{padding:16%;color:#20242a;border:.7px solid rgba(32,36,42,.16);border-radius:24%;background:linear-gradient(#fff,#f0f1f3);box-shadow:inset 0 1px #ffffffe6,0 1px 2px #161c2426}.running-icons img{width:34px;height:34px;object-fit:contain;border-radius:8px}.running-icons .running-app-icon>svg{width:34px;height:34px;object-fit:contain}.running-app-cell>button:after{content:"";position:absolute;bottom:-6px;width:8px;height:3px;border-radius:999px;background:#20b947;opacity:1}.running-app-cell>button.closed:after{opacity:0}.running-app-name-tip{position:absolute;z-index:140;left:50%;bottom:calc(100% + 7px);min-width:34px;padding:3px 6px 8px;border:.6px solid rgba(0,0,0,.12);border-radius:8px;color:#24262a;background:#fafafbfa;box-shadow:0 2px 5px #00000021;font-size:13px;font-weight:500;white-space:nowrap;opacity:0;transform:translate(-50%,2px);pointer-events:none;transition:opacity .12s ease,transform .12s ease}.running-app-name-tip:after{content:"";position:absolute;left:50%;bottom:-5px;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid rgba(250,250,251,.98);transform:translate(-50%)}.running-app-actions{position:absolute;z-index:140;left:50%;top:42px;min-height:21px;padding:2px 4px;display:flex;gap:5px;border:.6px solid rgba(0,0,0,.12);border-radius:7px;background:#fafafbfa;box-shadow:0 2px 5px #00000021;opacity:0;transform:translate(-50%,-2px);pointer-events:none;transition:opacity .12s ease,transform .12s ease}.running-app-actions button{width:17px;height:17px;padding:0;display:grid;place-items:center;border:0;color:#70747a;background:transparent;cursor:pointer}.running-app-actions button.destructive:hover{color:#d13c35}.running-app-actions svg{width:12.5px;height:12.5px}.running-app-cell:hover .running-app-name-tip,.running-app-cell:hover .running-app-actions,.running-app-cell:focus-within .running-app-name-tip,.running-app-cell:focus-within .running-app-actions{opacity:1;transform:translate(-50%);pointer-events:auto}.running-app-cell:nth-child(5n+1) .running-app-name-tip,.running-app-cell:nth-child(5n+1) .running-app-actions{left:0;transform:translateY(2px)}.running-app-cell:nth-child(5n+1):hover .running-app-name-tip,.running-app-cell:nth-child(5n+1):hover .running-app-actions,.running-app-cell:nth-child(5n+1):focus-within .running-app-name-tip,.running-app-cell:nth-child(5n+1):focus-within .running-app-actions{transform:translateY(0)}.running-app-cell:nth-child(5n+1) .running-app-name-tip:after{left:12px;transform:none}.running-app-cell:nth-child(5n) .running-app-name-tip,.running-app-cell:nth-child(5n) .running-app-actions{left:auto;right:0;transform:translateY(2px)}.running-app-cell:nth-child(5n):hover .running-app-name-tip,.running-app-cell:nth-child(5n):hover .running-app-actions,.running-app-cell:nth-child(5n):focus-within .running-app-name-tip,.running-app-cell:nth-child(5n):focus-within .running-app-actions{transform:translateY(0)}.running-app-cell:nth-child(5n) .running-app-name-tip:after{left:auto;right:12px;transform:none}.app-badge,.chat-header-icon b{position:absolute;z-index:3;top:-5px;right:-5px;min-width:19px;height:19px;padding:0 5px;display:grid;place-items:center;border-radius:10px;color:#fff;background:#ff4438;box-shadow:none;font-size:11px;font-weight:700}.panel-section-divider{flex:0 0 auto;height:1px;margin:3px 0 7px;background:#14181f14}.panel-browser-group{flex:0 0 auto;margin-bottom:5px;overflow:visible;border-radius:10px}.panel-group-header{position:relative;min-height:44px;padding:0;display:grid;grid-template-columns:minmax(0,1fr) 30px;align-items:center}.panel-group-header:before{content:"";position:absolute;top:1px;right:-5px;bottom:1px;left:-5px;z-index:0;border-radius:7px;background:transparent;pointer-events:none;transition:background .12s ease}.panel-group-header:hover:before,.panel-browser-group.active .panel-group-header:before{background:#00000009}.panel-group-main{position:relative;z-index:1;width:100%;min-width:0;min-height:44px;display:grid;grid-template-columns:26px 1fr;align-items:center;gap:6px;padding:0;border:0;border-radius:7px;color:#17191c;background:transparent;cursor:pointer;text-align:left}.browser-header-icon{position:relative;width:26px;height:26px}.panel-group-main img{width:26px;height:26px;object-fit:contain}.panel-group-main b{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:14px}.panel-disclosure-button{position:relative;z-index:1;width:30px;height:30px;padding:0;display:grid;place-items:center;border:0;border-radius:8px;color:#686b70;background:transparent;cursor:pointer}.panel-disclosure-button:hover{background:#0000000e}.panel-disclosure{width:22px;height:22px;display:grid;place-items:center;color:inherit}.panel-disclosure svg{width:12px;height:12px}.panel-browser-group.active .panel-group-main,.panel-browser-group.active .panel-disclosure-button,.panel-chat-header.active .panel-disclosure-button{color:#2973b3}.panel-browser-group.active .panel-disclosure svg,.panel-chat-header.active .panel-disclosure svg{stroke:#2973b3;stroke-width:3}.panel-browser-group.active .browser-header-icon:after{content:"";position:absolute;z-index:1;top:-2px;right:-2px;bottom:-2px;left:-2px;border:1px solid rgba(41,115,179,.82);border-radius:10px;pointer-events:none}.panel-group-new-tab{width:24px;height:24px;padding:0;display:grid;place-items:center;border:0;border-radius:6px;color:#74777c;background:transparent;cursor:pointer}.panel-group-new-tab:hover{background:#0000000e}.panel-group-new-tab svg{width:15px;height:15px}.panel-tab-stack{overflow:visible}.panel-tab-row{position:relative;width:100%;height:26px;padding:0 2px 0 4px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:4px;border-radius:5px;color:#25272b;background:transparent}.panel-tab-row:before,.pinned-thread:before{content:"";position:absolute;top:-2px;right:-5px;bottom:-2px;left:-5px;z-index:0;border-radius:5px;background:transparent;pointer-events:none;transition:background .12s ease}.panel-tab-row:before{top:1px;right:-5px;bottom:1px;left:-5px}.panel-tab-row:hover:before,.pinned-thread:hover:before{background:#00000009}.panel-tab-row.selected{color:#2973b3}.panel-tab-row.selected:before,.pinned-thread.active:before{background:#00000009}.panel-tab-row>*,.pinned-thread>*{position:relative;z-index:1}.panel-tab-main{min-width:0;height:100%;padding:0;display:grid;grid-template-columns:18px 1fr;align-items:center;gap:6px;border:0;color:inherit;background:transparent;cursor:pointer;text-align:left}.panel-tab-icon{position:relative;width:18px;height:18px;display:grid;place-items:center}.panel-tab-icon img,.panel-tab-icon svg{width:18px;height:18px;object-fit:contain}.panel-tab-row.selected .panel-tab-icon:after{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;border:1px solid rgba(41,115,179,.82);border-radius:6px;pointer-events:none}.panel-tab-title{min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:13px}.panel-active-dot{width:7px;height:7px;border-radius:50%;background:#0b80e8}.panel-tab-actions{height:18px;display:flex;align-items:center;gap:2px}.panel-tab-close{width:18px;height:18px;padding:0;display:grid;place-items:center;border:0;border-radius:50%;color:#777b82;background:transparent;cursor:pointer;opacity:0;pointer-events:auto}.panel-tab-close svg{width:11px;height:11px}.panel-tab-close:hover{color:#d4433d;background:#d4433d17}.panel-tab-row:hover .panel-tab-close,.panel-tab-row:focus-within .panel-tab-close{opacity:1}.panel-new-tab{width:calc(100% + 10px);height:24px;margin-left:-5px;display:grid;place-items:center;border:0;border-radius:7px;color:#8d9095;background:#00000006;cursor:pointer}.panel-new-tab:hover{background:#0000000e}.panel-new-tab svg{width:17px;height:17px}.panel-chat-group{flex:0 0 auto;margin-top:5px}.panel-chat-header{position:relative;width:100%;height:44px;padding:0;display:grid;grid-template-columns:minmax(0,1fr) 30px;align-items:center;border-radius:8px;color:#25272b;background:transparent;text-align:left}.panel-chat-header:before{content:"";position:absolute;top:0;right:-5px;bottom:0;left:-5px;z-index:0;border-radius:7px;background:transparent;pointer-events:none}.panel-chat-header:hover:before,.panel-chat-header.active:before{background:#00000009}.panel-chat-header.active{color:#2973b3}.panel-chat-header>*{position:relative;z-index:1}.panel-chat-main{width:100%;min-width:0;height:44px;padding:0;display:grid;grid-template-columns:26px 1fr;align-items:center;gap:6px;border:0;color:inherit;background:transparent;cursor:pointer;text-align:left}.chat-header-icon{position:relative;width:26px;height:26px}.chat-header-icon img{width:26px;height:26px;object-fit:contain}.panel-chat-header.active .chat-header-icon:after{content:"";position:absolute;z-index:1;top:-2px;right:-2px;bottom:-2px;left:-2px;border:1px solid rgba(41,115,179,.82);border-radius:10px;pointer-events:none}.panel-chat-header strong{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:14px}.pinned-content{padding-top:5px;overflow:visible}.pinned-content h3{margin:8px 8px 4px;color:#9a9da2;font-size:12px;font-weight:600}.pinned-folder{height:26px;padding:0 8px;display:flex;align-items:center;gap:8px;color:#5d6065}.pinned-folder svg{width:16px;height:16px}.pinned-folder b{font-size:14px}.pinned-thread{position:relative;width:100%;height:26px;padding:0 2px 0 0;display:grid;grid-template-columns:1fr auto;align-items:center;gap:6px;border:0;border-radius:5px;color:#202226;background:transparent;cursor:pointer;text-align:left}.pinned-thread span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:14px}.pinned-thread time{color:#74777c;font-size:13px}.pinned-thread i{width:6px;height:6px;border-radius:50%;background:#0b80e8}.panel-new-chat{width:calc(100% + 10px);height:24px;margin-left:-5px;display:grid;place-items:center;border:0;border-radius:7px;color:#8d9095;background:#00000006;cursor:pointer}.panel-new-chat:hover{background:#0000000e}.panel-new-chat svg{width:17px;height:17px}.show-more-threads{height:24px;margin-left:24px;padding:0;border:0;color:#a5a7ab;background:transparent;cursor:pointer;font-size:13px}.trash-row{position:relative;width:100%;min-height:44px;margin-top:auto;padding:5px 0;color:#202328;background:transparent;border-radius:5px}.trash-row:hover{background:#0000000f}.trash-open-button{width:100%;min-height:34px;padding:0 36px 0 0;display:grid;grid-template-columns:34px 1fr;align-items:center;gap:10px;border:0;color:inherit;background:transparent;cursor:pointer;text-align:left}.trash-open-button img{width:34px;height:34px;object-fit:contain;transform:translate(-4px)}.trash-open-button>span{min-width:0}.trash-open-button>span,.trash-row b,.trash-row small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.trash-row b{font-size:14px}.trash-row small{margin-top:2px;color:#777a80;font-size:13px}.trash-clear-button{position:absolute;z-index:2;top:50%;right:0;width:22px;height:22px;padding:0;display:flex;align-items:center;justify-content:center;gap:5px;border:0;color:#71757c;background:transparent;cursor:pointer;opacity:0;pointer-events:none;transform:translateY(-50%) scale(.96);transition:opacity .12s ease,transform .12s ease}.trash-clear-button svg{width:14px;height:14px;flex:0 0 auto}.trash-clear-button.confirming{width:104px;padding:4px 8px;border-radius:999px;color:#65686d;background:#ff000029;font-size:14px;font-weight:400;white-space:nowrap}.trash-row:has(.trash-clear-button.confirming) .trash-open-button{padding-right:110px}.trash-row:hover .trash-clear-button,.trash-row:focus-within .trash-clear-button,.trash-clear-button.confirming{opacity:1;pointer-events:auto;transform:translateY(-50%) scale(1)}.mac-window{position:absolute;overflow:hidden;border:1px solid rgba(54,65,80,.16);border-radius:10px;background:#fcfcfdfa;box-shadow:0 22px 42px #1d2a4242,0 2px 6px #19263a1f;transition:box-shadow .18s ease;will-change:transform}.mac-window:active{box-shadow:0 26px 56px #1d2a4252}.draggable-titlebar{cursor:move;touch-action:none;-webkit-user-select:none;user-select:none}.window-titlebar{height:35px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 12px;border-bottom:1px solid #e1e3e7;background:#f6f6f7;font-size:10px}.window-titlebar>svg{justify-self:end}.window-title-heading{display:flex;align-items:center;justify-content:center;gap:4px}.window-unread-badge{min-width:15px;height:15px;padding:0 4px;display:grid;place-items:center;border-radius:8px;color:#fff;background:#ff4438;font-size:8px;line-height:1}.traffic-lights{display:flex;gap:5px;align-items:center}.traffic{width:9px;height:9px;padding:0;border:0;border-radius:50%;box-shadow:inset 0 0 0 .5px #0000001f;cursor:pointer}.traffic:disabled{cursor:default}.traffic.red{background:#ff5f57}.traffic.yellow{background:#febc2e}.traffic.green{background:#28c840}.browser-window{--browser-page-scale: 1.3;--browser-page-size: 76.923%;left:225px;top:112px;width:720px;height:430px}.browser-tabs{height:36px;padding:7px 8px 0 12px;display:flex;align-items:flex-start;gap:5px;overflow:hidden;background:#e9ebee}.browser-tabs .traffic-lights{margin-right:8px;height:22px}.browser-tab{flex:1 1 0;min-width:0;max-width:none;height:29px;padding:0 4px 0 6px;display:grid;grid-template-columns:minmax(0,1fr) 15px;align-items:center;gap:2px;border:0;border-radius:7px 7px 0 0;background:transparent;color:#5f6369}.browser-tab:hover{background:#ffffff85}.browser-tab.active{background:#fff;color:#1f2226}.browser-tab-main{min-width:0;height:100%;padding:0;display:flex;align-items:center;gap:5px;overflow:hidden;border:0;color:inherit;background:transparent;cursor:pointer}.browser-tab-main img{width:13px;height:13px;flex:0 0 auto;object-fit:contain}.browser-tab-main>span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:9px}.browser-tab-close{width:15px;height:15px;padding:0;display:grid;place-items:center;border:0;border-radius:4px;color:#6a6e74;background:transparent;cursor:pointer;opacity:0}.browser-tab:hover .browser-tab-close,.browser-tab.active .browser-tab-close{opacity:1}.browser-tab-close:hover{color:#202226;background:#00000014}.browser-tab-close svg{width:10px;height:10px}.tab-spinner,.loading-spinner{display:block;border-radius:50%;border:1.5px solid #c8cbd0;border-top-color:#3b7dd8;animation:spin .72s linear infinite}.tab-spinner{width:12px;height:12px;flex:0 0 auto}.browser-toolbar{height:35px;padding:5px 11px;display:flex;align-items:center;gap:10px;background:#fff;border-bottom:1px solid #e5e7ea;color:#666b73}.browser-toolbar>svg{width:13px}.address{flex:1;height:24px;display:flex;align-items:center;gap:7px;padding:0 11px;border-radius:12px;background:#f0f2f5;color:#51555b;font-size:9px}.address svg{width:11px;height:11px;color:#5f6368}.browser-content,.browser-page-motion{height:calc(100% - 71px)}.browser-page-motion{height:100%;overflow:hidden}.browser-page-motion>.page{width:var(--browser-page-size);height:var(--browser-page-size);transform:scale(var(--browser-page-scale));transform-origin:top left}.page{height:100%;background:#fff}.loading-web-page{position:relative;display:grid;place-items:center}.page-loading-bar{position:absolute;z-index:2;left:0;right:0;top:0;height:2px;transform-origin:left center;background:#1a73e8}.loading-page-center{display:grid;justify-items:center;gap:9px;color:#73777e;font-size:9px}.loading-spinner{width:25px;height:25px;border-width:2px}.google-page{position:relative;display:grid;align-content:center;justify-items:center;padding:35px;color:#202124;font-family:Arial,sans-serif}.google-page>header{position:absolute;inset:0 0 auto;height:46px;padding:0 17px;display:flex;align-items:center;justify-content:space-between;font-size:9px}.google-page>header>span:last-child{display:flex;align-items:center;gap:11px}.google-page>header svg{width:15px;height:15px}.google-page>header b{width:25px;height:25px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#6d4c41;font-size:10px}.google-wordmark{width:136px;height:46px;margin-bottom:20px;object-fit:contain}.google-search{width:430px;height:42px;display:flex;align-items:center;gap:11px;padding:0 15px;border:1px solid #d9dce1;border-radius:22px;color:#8b8f96;box-shadow:0 2px 7px #1e2d4114;font-size:10px}.google-actions{display:flex;gap:8px;margin-top:19px}.google-actions button{padding:8px 12px;border:0;border-radius:4px;background:#f8f9fa;color:#3c4043;font-size:9px}.google-page>small{margin-top:18px;color:#4d5156;font-size:8px}.google-page>small:first-letter{color:#1a73e8}.google-page>footer{position:absolute;inset:auto 0 0;color:#70757a;background:#f2f2f2;font-size:8px}.google-page>footer>span{height:27px;padding:0 17px;display:flex;align-items:center;border-bottom:1px solid #dadce0}.google-page>footer>div{height:31px;padding:0 17px;display:flex;align-items:center}.google-page>footer i{flex:1}.x-page{display:grid;grid-template-columns:150px minmax(0,1fr) 210px;overflow:hidden;color:#0f1419;background:#fff;font-family:Arial,Helvetica Neue,sans-serif}.x-sidebar{min-width:0;padding:8px 11px 9px 17px;display:flex;flex-direction:column;border-right:1px solid #eff3f4}.x-logo{width:31px;height:31px;display:grid;place-items:center;border-radius:50%}.x-logo:hover{background:#eff3f4}.x-sidebar nav{margin-top:3px;display:grid;gap:1px}.x-sidebar nav>span{position:relative;width:fit-content;height:29px;padding:0 8px;display:flex;align-items:center;gap:11px;border-radius:999px;font-size:9px;white-space:nowrap}.x-sidebar nav>span:hover{background:#eff3f4}.x-sidebar nav>span svg{width:15px;height:15px;flex:0 0 auto}.x-sidebar nav>span b{font-size:9px;font-weight:700}.x-sidebar nav>span i{position:absolute;top:1px;left:19px;min-width:11px;height:11px;padding:0 3px;display:grid;place-items:center;border-radius:6px;color:#fff;background:#1d9bf0;font-size:6px;font-style:normal}.x-post-button{width:111px;height:31px;margin-top:5px;border:0;border-radius:999px;color:#fff;background:#0f1419;font-size:10px;font-weight:700}.x-account{min-width:0;margin-top:auto;display:grid;grid-template-columns:27px 1fr 13px;align-items:center;gap:6px}.x-account>img{width:27px;height:27px;border-radius:50%;object-fit:cover}.x-account span{min-width:0}.x-account b,.x-account small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:7px}.x-account small{color:#536471}.x-account>svg{width:12px}.x-feed{min-width:0;overflow:hidden;border-right:1px solid #eff3f4}.x-feed-header{height:65px;border-bottom:1px solid #eff3f4;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.x-feed-header>strong{height:31px;padding:0 11px;display:flex;align-items:center;font-size:12px}.x-feed-header>div{height:34px;display:grid;grid-template-columns:1fr 1fr;align-items:end;text-align:center;font-size:8px}.x-feed-header>div>b,.x-feed-header>div>span{position:relative;height:34px;display:grid;place-items:center}.x-feed-header>div>b:after{content:"";position:absolute;bottom:0;width:42px;height:3px;border-radius:3px;background:#1d9bf0}.x-compose{min-height:76px;padding:9px 11px 7px;display:grid;grid-template-columns:32px 1fr;gap:8px;border-bottom:1px solid #eff3f4}.x-compose>img{width:32px;height:32px;border-radius:50%;object-fit:cover}.x-compose p{margin:6px 0 14px;color:#536471;font-size:11px}.x-compose footer{display:flex;align-items:center;justify-content:space-between}.x-compose footer span{display:flex;gap:10px;color:#1d9bf0}.x-compose footer svg{width:13px;height:13px}.x-compose footer button{height:24px;padding:0 12px;border:0;border-radius:999px;color:#fff;background:#0f1419;font-size:8px;font-weight:700}.x-post{padding:9px 11px 7px;display:grid;grid-template-columns:32px 1fr;gap:8px;border-bottom:1px solid #eff3f4}.x-post>img{width:32px;height:32px;border-radius:50%;object-fit:cover}.x-post>div{min-width:0}.x-post header{min-width:0;display:grid;grid-template-columns:auto 1fr 13px;align-items:center;gap:4px}.x-post header b{font-size:8px;white-space:nowrap}.x-post header span{overflow:hidden;color:#536471;font-size:7px;text-overflow:ellipsis;white-space:nowrap}.x-post header svg{width:12px;color:#536471}.x-post p{margin:3px 0 8px;font-size:8px;line-height:1.4}.x-post footer{display:grid;grid-template-columns:repeat(4,1fr) 16px 16px;align-items:center;color:#536471;font-size:7px}.x-post footer span{display:flex;align-items:center;gap:3px}.x-post footer svg{width:11px;height:11px}.x-rightbar{padding:7px 11px;overflow:hidden}.x-rightbar>label{height:29px;padding:0 10px;display:flex;align-items:center;gap:7px;border-radius:999px;color:#536471;background:#eff3f4;font-size:8px}.x-rightbar>label svg{width:12px}.x-rightbar>section{margin-top:9px;padding:10px;border:1px solid #eff3f4;border-radius:11px}.x-rightbar>section>b{font-size:11px}.x-rightbar>section>p{margin:5px 0 7px;font-size:7px;line-height:1.35}.x-rightbar>section>button,.x-follow button{height:23px;padding:0 10px;border:0;border-radius:999px;color:#fff;background:#0f1419;font-size:7px;font-weight:700}.x-trends article{margin-top:8px;display:grid;gap:2px}.x-trends article small,.x-trends article span{color:#536471;font-size:6px}.x-trends article strong{font-size:8px}.x-trends a{display:block;margin-top:9px;color:#1d9bf0;font-size:7px}.x-follow>div{margin-top:8px;display:grid;grid-template-columns:26px 1fr auto;align-items:center;gap:7px}.x-follow>div>svg{width:25px;height:25px}.x-follow span{min-width:0}.x-follow strong,.x-follow small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:7px}.x-follow small{color:#536471}@keyframes spin{to{transform:rotate(360deg)}}.omnidock-page{padding:42px 52px;background:#fff}.mini-brand{display:flex;align-items:center;gap:7px;font-weight:650;font-size:13px}.mini-brand img{width:25px;height:25px}.omnidock-page small{display:block;color:#0071e3;margin:31px 0 8px;font-size:10px}.omnidock-page h2{margin:0;font-size:28px;line-height:1.17;letter-spacing:-1px}.omnidock-page p{margin:12px 0 18px;width:370px;color:#666a71;font-size:11px;line-height:1.5}.omnidock-page button{padding:8px 14px;border-radius:6px;font-size:10px}.gmail-page{display:grid;grid-template-columns:154px 1fr;color:#202124;background:#f6f8fc}.mail-sidebar{padding:13px 8px;display:flex;flex-direction:column;gap:3px;background:#f6f8fc;font-size:9px}.mail-brand{height:31px;padding:0 8px;display:flex;align-items:center;gap:8px}.mail-brand strong{color:#3c4043;font-size:15px;font-weight:500}.mail-sidebar>button{width:fit-content;margin:7px 0 10px;padding:10px 15px;display:flex;align-items:center;gap:7px;border:0;border-radius:13px;background:#c2e7ff;color:#133f54;box-shadow:0 1px 2px #3c40431f;font-size:9px}.mail-sidebar>span{min-height:25px;padding:0 9px;display:flex;align-items:center;border-radius:13px}.mail-sidebar .selected{background:#d3e3fd;font-weight:650}.mail-sidebar>small{margin:12px 9px 4px;color:#6f7378;font-size:8px}.mail-list{min-width:0;margin:8px 8px 8px 0;overflow:hidden;border-radius:12px;background:#fff;box-shadow:0 1px 2px #3c404314}.mail-topbar{height:47px;padding:0 12px;display:flex;align-items:center;gap:12px;border-bottom:1px solid #eef0f3;color:#5f6368}.mail-topbar>svg{width:15px;height:15px}.mail-avatar,.drive-avatar{width:24px;height:24px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#7c5ab8;font-size:9px;font-weight:650}.mail-search{flex:1;height:34px;display:flex;align-items:center;gap:8px;padding:0 12px;border-radius:18px;background:#edf2fa;color:#6e737a;font-size:9px}.mail-toolbar{height:32px;padding:0 12px;display:flex;align-items:center;gap:11px;border-bottom:1px solid #e9ebee;color:#656970}.mail-toolbar input,.mail-row input{width:13px;height:13px;margin:0}.mail-toolbar>svg{width:12px;height:12px}.mail-toolbar span{margin-left:auto;font-size:7px}.mail-row{min-width:0;height:35px;padding:0 10px;display:grid;grid-template-columns:14px 15px 90px minmax(0,1fr) 40px;align-items:center;gap:7px;border-bottom:1px solid #eceff1;color:#5f6368;background:#f7f8f9;font-size:8px}.mail-row.unread{color:#202124;background:#fff;box-shadow:inset 3px 0 #1a73e8}.mail-star{width:15px;height:15px;padding:0;display:grid;place-items:center;border:0;color:#b1b5ba;background:transparent}.mail-star svg{width:11px;height:11px}.mail-row strong,.mail-row span{min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.mail-row span b{color:inherit;font-weight:600}.mail-row time{color:#6f7378;text-align:right}.mail-row.unread time{color:#202124;font-weight:650}.notion-page{padding:34px 50px}.notion-page small{color:#777}.notion-page h2{margin:14px 0 4px;font-size:27px}.notion-page p{margin:0;color:#70737a;font-size:11px}.notion-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:11px;margin-top:24px}.notion-columns section{padding:10px;border-radius:7px;background:#f4f5f7;font-size:9px}.notion-columns article{margin-top:8px;padding:12px;border-radius:5px;background:#fff;box-shadow:0 1px 3px #00000014}.calendar-page{display:grid;grid-template-columns:140px 1fr;color:#303134}.calendar-page>aside{padding:14px 12px;display:flex;flex-direction:column;gap:8px;border-right:1px solid #e5e7ea;font-size:9px}.calendar-page>aside>svg{margin-bottom:-22px}.calendar-page>aside>b{margin-left:27px;font-size:12px}.calendar-page>aside button{width:fit-content;margin:18px 0 11px;padding:9px 14px;display:flex;align-items:center;gap:5px;border:1px solid #ddd;border-radius:12px;background:#fff;box-shadow:0 1px 3px #00000014;font-size:9px}.calendar-page>aside strong{margin-top:8px;color:#777;font-size:8px}.calendar-page>main{min-width:0;overflow:hidden}.calendar-page>main>header{height:45px;padding:0 14px;display:flex;align-items:center;gap:16px;border-bottom:1px solid #e5e7ea;font-size:9px}.calendar-page>main>header b{font-size:13px}.calendar-page>main>header button{margin-left:auto;padding:5px 9px;display:flex;align-items:center;gap:4px;border:1px solid #ddd;border-radius:5px;background:#fff;font-size:8px}.calendar-grid{height:calc(100% - 45px);display:grid;grid-template-columns:42px repeat(5,1fr);overflow:hidden}.calendar-times{padding-top:35px;display:grid;grid-template-rows:repeat(8,35px);border-right:1px solid #eceef1;color:#777;font-size:7px;text-align:right}.calendar-times span{padding:3px 6px 0 0;border-top:1px solid #eceef1}.calendar-grid>section{min-width:0;border-right:1px solid #eceef1}.calendar-grid>section>header{height:35px;display:grid;place-items:center;border-bottom:1px solid #eceef1;font-size:8px}.calendar-grid>section>header b{font-weight:500}.calendar-grid>section>header small{width:19px;height:19px;display:grid;place-items:center;border-radius:50%;color:#555;font-size:8px}.calendar-grid>section:first-of-type>header small{color:#fff;background:#1a73e8}.calendar-grid>section>div{position:relative;height:280px;background-size:100% 35px}.calendar-grid>section>div:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-top:1px solid #eceef1;box-shadow:0 35px #eceef1,0 70px #eceef1,0 105px #eceef1,0 140px #eceef1,0 175px #eceef1,0 210px #eceef1,0 245px #eceef1;opacity:.65}.calendar-grid article{position:absolute;z-index:1;left:4px;right:4px;min-height:35px;padding:5px 6px;overflow:hidden;border-left:3px solid #4f80d8;border-radius:4px;color:#174ea6;background:#d2e3fc;text-align:left;line-height:1.25}.calendar-grid article.green{color:#0d652d;border-color:#34a853;background:#ceead6}.calendar-grid article.purple{color:#653787;border-color:#a142f4;background:#e9d2fd}.calendar-grid article.orange{color:#8b4b06;border-color:#f9ab00;background:#fce8b2}.calendar-grid article b,.calendar-grid article small{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:7px}.drive-page{display:grid;grid-template-columns:150px 1fr;color:#3c4043;background:#f8fafd}.drive-page>aside{padding:15px 10px;display:flex;flex-direction:column;gap:11px;background:#f8fafd;font-size:9px}.drive-page>aside>div{display:flex;align-items:center;gap:8px;font-size:12px}.drive-page>aside>button{width:fit-content;padding:9px 13px;display:flex;align-items:center;gap:5px;border:0;border-radius:12px;background:#fff;box-shadow:0 1px 4px #0000002b;font-size:9px}.drive-page>aside .selected{margin:-4px;padding:5px;border-radius:8px;color:#0b57d0;background:#c2e7ff}.drive-page>main{min-width:0;margin:8px 8px 8px 0;padding:0 14px;overflow:hidden;border-radius:12px;background:#fff}.drive-page>main>header{height:48px;display:flex;align-items:center;gap:12px}.drive-page>main>header div{flex:1;height:32px;padding:0 12px;display:flex;align-items:center;gap:8px;border-radius:18px;color:#666;background:#edf2fa;font-size:9px}.drive-page>main>header>svg{width:14px}.drive-heading{height:42px;display:flex;align-items:center;gap:12px}.drive-heading h2{margin:0 auto 0 0;font-size:15px;font-weight:500}.drive-heading button{padding:5px 8px;display:flex;gap:4px;border:1px solid #ddd;border-radius:6px;background:#fff;font-size:8px}.drive-files{border-top:1px solid #e0e3e7}.drive-files>header,.drive-files article{min-width:0;height:38px;display:grid;grid-template-columns:minmax(170px,1fr) 100px 100px 18px;align-items:center;gap:10px;border-bottom:1px solid #e0e3e7;font-size:8px}.drive-files>header{height:31px;color:#6f7378}.drive-files article{grid-template-columns:18px minmax(142px,1fr) 100px 100px 18px}.drive-files article>svg:first-child{color:#4f86d9;fill:#4f86d921}.drive-files article b,.drive-files article span,.drive-files article time{min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.drive-files article span,.drive-files article time{color:#6f7378}.drive-files article>svg:last-child{color:#777}.figma-web-page{display:grid;grid-template-columns:105px 1fr 120px;color:#242424;background:#e7e7e7}.figma-web-page>aside{padding:12px 9px;display:flex;flex-direction:column;gap:10px;border-right:1px solid #d4d4d4;background:#fafafa;font-size:8px}.figma-web-page>aside>svg{margin-bottom:6px}.figma-web-page>aside .selected{margin:-4px;padding:5px;border-radius:4px;background:#daebf7}.figma-web-page>main{min-width:0}.figma-toolbar{height:31px;padding:0 10px;display:flex;align-items:center;border-bottom:1px solid #d4d4d4;background:#f7f7f7;font-size:8px}.figma-web-canvas{height:calc(100% - 31px);display:grid;place-items:center}.figma-web-canvas section{width:320px;height:205px;padding:18px 23px;background:#fff;box-shadow:0 2px 8px #00000029;text-align:center}.figma-web-canvas img{width:24px;height:24px;vertical-align:middle}.figma-web-canvas small{margin-left:5px;font-size:8px}.figma-web-canvas h2{margin:42px 0 16px;font-size:19px}.figma-web-canvas button{padding:7px 12px;border:0;border-radius:5px;color:#fff;background:#0071e3;font-size:8px}.figma-web-page>.figma-properties{border:0;border-left:1px solid #d4d4d4}.slack-workspace{height:100%;display:grid;grid-template-rows:38px 1fr;overflow:hidden;color:#1d1c1d;background:#fff;font-family:Arial,Helvetica Neue,sans-serif}.slack-topbar{padding:0 11px;display:grid;grid-template-columns:105px minmax(220px,430px) 1fr 25px;align-items:center;gap:10px;color:#ffffffe6;background:#350d36;font-size:9px}.slack-topbar>label{height:25px;padding:0 10px;display:flex;align-items:center;gap:7px;border:1px solid rgba(255,255,255,.23);border-radius:6px;background:#ffffff29}.slack-topbar>label b{font-size:9px;font-weight:400}.slack-topbar>svg{justify-self:end}.slack-top-avatar{width:23px;height:23px;display:grid;place-items:center;border-radius:5px;color:#fff;background:#6a4c93;font-weight:700}.slack-history{display:flex;align-items:center;gap:10px}.slack-history svg{width:12px;height:12px}.slack-body{min-height:0;display:grid;grid-template-columns:52px 180px minmax(0,1fr)}.slack-rail{padding:10px 7px;display:flex;flex-direction:column;align-items:center;gap:10px;color:#fffc;background:#3f0e40}.slack-team,.slack-rail button{width:31px;height:31px;display:grid;place-items:center;border:0;border-radius:8px;color:#fff;background:#ffffff26;font-size:9px;font-weight:700}.slack-team.active{background:#1264a3;box-shadow:0 0 0 2px #fff}.slack-rail button{margin-top:auto;cursor:pointer}.slack-sidebar{min-width:0;padding:8px 9px;display:flex;flex-direction:column;gap:2px;overflow:hidden;color:#ffffffd1;background:#4a154b;font-size:9px}.slack-sidebar>header{height:35px;margin:-3px -1px 5px;display:flex;align-items:center;justify-content:space-between;color:#fff;border-bottom:1px solid rgba(255,255,255,.14)}.slack-sidebar>header b{font-size:13px}.slack-sidebar button{width:25px;height:25px;padding:0;display:grid;place-items:center;border:0;border-radius:50%;color:#4a154b;background:#fff}.slack-sidebar>span{height:25px;padding:0 6px;display:flex;align-items:center;gap:7px;border-radius:4px;white-space:nowrap}.slack-sidebar>span svg{width:13px;height:13px}.slack-sidebar>strong{height:26px;margin-top:6px;padding:0 6px;display:flex;align-items:center;justify-content:space-between;color:#ffffffa8;font-size:8px}.slack-sidebar .selected{margin:0 -3px;padding-inline:9px;color:#fff;background:#1164a3}.presence{width:7px;height:7px;border:1px solid rgba(255,255,255,.6);border-radius:50%}.presence.online{border:0;background:#2eb67d}.slack-channel{min-width:0;display:grid;grid-template-rows:52px 1fr 86px;overflow:hidden;background:#fff}.slack-channel>header{padding:0 15px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ddd}.slack-channel>header>div b,.slack-channel>header>div small{display:block}.slack-channel>header>div b{font-size:13px}.slack-channel>header>div small{margin-top:3px;color:#616061;font-size:8px}.slack-channel>header>span{display:flex;align-items:center;color:#616061;font-size:8px}.slack-channel>header svg{width:13px;height:13px}.slack-messages{overflow:hidden;padding:0 0 6px}.slack-date{position:relative;height:24px;display:grid;place-items:center}.slack-date:before{content:"";position:absolute;left:0;right:0;height:1px;background:#ddd}.slack-date span{position:relative;padding:3px 10px;border:1px solid #ddd;border-radius:10px;background:#fff;font-size:7px;font-weight:700}.slack-messages article{min-height:53px;padding:5px 14px;display:grid;grid-template-columns:33px 1fr;gap:9px}.slack-messages article:hover{background:#f8f8f8}.slack-messages article>img{width:33px;height:33px;border-radius:6px;object-fit:cover}.slack-messages article>div{min-width:0}.slack-messages article header{display:flex;align-items:baseline;gap:6px}.slack-messages article header b{font-size:9px}.slack-messages article time{color:#616061;font-size:7px}.slack-messages article p{margin:3px 0 4px;font-size:8px;line-height:1.35}.slack-messages article footer{display:flex;align-items:center;gap:8px}.slack-messages article footer button{padding:2px 5px;border:1px solid #ddd;border-radius:8px;background:#fff;font-size:7px}.slack-messages article footer a{color:#1264a3;font-size:7px;font-weight:600}.slack-composer{align-self:end;margin:0 14px 11px;min-height:68px;overflow:hidden;border:1px solid #868686;border-radius:7px;color:#616061}.slack-composer>div{height:22px;padding:0 8px;display:flex;align-items:center;gap:10px;background:#f8f8f8;font-size:8px}.slack-composer svg{width:12px;height:12px}.slack-composer p{margin:8px 10px;font-size:8px}.slack-composer>footer{padding:0 8px 6px;display:flex;align-items:center;justify-content:space-between}.slack-composer>footer span{display:flex;gap:9px}.github-page{color:#1f2328}.github-page>header{height:46px;padding:0 14px;display:flex;align-items:center;gap:18px;border-bottom:1px solid #d8dee4;background:#f6f8fa;font-size:9px}.github-page>header b{margin-right:auto}.github-page>header .selected{align-self:stretch;display:grid;place-items:center;border-bottom:2px solid #fd8c73}.github-page>main{padding:22px 34px}.github-heading{display:flex;align-items:center;justify-content:space-between}.github-heading h2{margin:0;font-size:18px}.github-heading button{padding:7px 10px;border:1px solid #1a7f37;border-radius:5px;color:#fff;background:#1f883d;font-size:8px}.github-page main article{padding:10px 12px;display:grid;grid-template-columns:18px 1fr auto;align-items:center;gap:8px;border:1px solid #d8dee4;border-bottom:0;font-size:9px}.github-page main article:first-of-type{margin-top:15px;border-radius:6px 6px 0 0}.github-page main article:last-child{border-bottom:1px solid #d8dee4;border-radius:0 0 6px 6px}.github-page main article>svg{width:12px;height:12px;color:#1a7f37;fill:#1a7f371f}.github-page main article b,.github-page main article small{display:block}.github-page main article small{margin-top:3px;color:#656d76;font-size:7px}.github-page main article em{color:#1a7f37;font-size:7px;font-style:normal}.linear-page{display:grid;grid-template-columns:145px 1fr;color:#26262a}.linear-page>aside{padding:14px 10px;display:flex;flex-direction:column;gap:11px;border-right:1px solid #e4e4e7;background:#f8f8f9;font-size:9px}.linear-page>aside>div{display:flex;align-items:center;gap:7px;margin-bottom:8px;font-size:11px}.linear-page>aside strong{margin-top:8px;color:#97979c;font-size:8px}.linear-page>aside .selected{margin:-4px;padding:5px;border-radius:5px;background:#e8e8eb}.linear-page>main{padding:18px 24px}.linear-page>main header{display:flex;align-items:center;justify-content:space-between}.linear-page h2{margin:0;font-size:17px}.linear-page header button{padding:6px 9px;display:flex;align-items:center;gap:4px;border:0;border-radius:5px;color:#fff;background:#5e6ad2;font-size:8px}.linear-page main article{height:42px;padding:0 7px;display:grid;grid-template-columns:55px 1fr auto;align-items:center;border-bottom:1px solid #ececee}.linear-page main article small{color:#909096;font-size:8px}.linear-page main article b{font-size:9px}.linear-page main article span{padding:4px 7px;border-radius:10px;color:#666;background:#f0f0f2;font-size:7px}.producthunt-page>header{height:48px;padding:0 18px;display:flex;align-items:center;gap:18px;border-bottom:1px solid #eee;font-size:9px}.producthunt-page>header>div{width:260px;height:29px;padding:0 10px;display:flex;align-items:center;gap:7px;border:1px solid #ddd;border-radius:5px;color:#888}.producthunt-page>header button{margin-left:auto;padding:6px 10px;border:1px solid #ddd;border-radius:5px;background:#fff;font-size:8px}.producthunt-page main{width:78%;margin:0 auto;padding-top:18px}.producthunt-page h2{margin:0 0 12px;font-size:16px}.producthunt-page article{height:51px;display:grid;grid-template-columns:18px 36px 1fr auto;align-items:center;gap:10px;border-bottom:1px solid #eee}.producthunt-page article>b{color:#999;font-size:9px}.producthunt-page article>img{width:32px;height:32px;object-fit:contain;border-radius:7px}.producthunt-page article strong,.producthunt-page article small{display:block}.producthunt-page article strong{font-size:9px}.producthunt-page article small{margin-top:3px;color:#777;font-size:7px}.producthunt-page article button{padding:6px 8px;display:flex;align-items:center;gap:3px;border:1px solid #ddd;border-radius:5px;background:#fff;font-size:8px}.producthunt-page article button svg{width:10px;height:10px;transform:rotate(180deg)}.producthunt-icon{width:32px;height:32px;display:grid;place-items:center;border:1px solid #ececec;border-radius:8px;background:#fff}.youtube-page{display:grid;grid-template-rows:48px 1fr;color:#0f0f0f;background:#fff}.youtube-site-header{padding:0 18px;display:grid;grid-template-columns:170px minmax(220px,460px) minmax(58px,1fr);align-items:center;gap:18px;border-bottom:1px solid #ededed}.youtube-site-header>div{display:flex;align-items:center;gap:5px;font-size:15px}.youtube-site-header sup{align-self:start;margin-top:12px;color:#777;font-size:7px}.youtube-site-header label{height:31px;padding:0 13px;display:flex;align-items:center;gap:8px;border:1px solid #d8d8d8;border-radius:18px;color:#777;font-size:10px}.youtube-site-header label svg{margin-left:auto}.youtube-site-header>button{min-width:50px;padding:6px 12px;display:inline-flex;align-items:center;justify-content:center;justify-self:end;border:1px solid #e1e1e1;border-radius:18px;color:#065fd4;background:#fff;font-size:9px;font-weight:650;line-height:1;white-space:nowrap}.youtube-watch-layout{min-height:0;padding:18px 20px;display:grid;grid-template-columns:minmax(0,1fr) 235px;gap:17px;overflow:hidden}.youtube-watch-layout>main{min-width:0}.video-card{position:relative;aspect-ratio:16 / 9;display:grid;place-items:center;overflow:hidden;border-radius:10px;background:#080808}.video-card>img{width:100%;height:100%;object-fit:cover;filter:saturate(.8) brightness(.52) blur(1px);transform:scale(1.06)}.video-card>button{position:absolute;width:50px;height:50px;display:grid;place-items:center;border:0;border-radius:50%;color:#fff;background:#0f0f0fd6;font-size:20px}.video-card>button svg{margin-left:3px}.video-controls{position:absolute;left:14px;right:14px;bottom:10px;height:20px;display:grid;grid-template-columns:18px 1fr auto;align-items:center;gap:9px;color:#fff}.video-controls>span{height:3px;border-radius:3px;background:#fff6}.video-controls small{font-size:8px}.youtube-watch-layout h2{margin:11px 0 8px;font-size:16px;line-height:1.25}.youtube-meta-row{display:flex;align-items:center;gap:8px}.youtube-meta-row>img{width:31px;height:31px;border-radius:50%;object-fit:cover}.youtube-channel-avatar{width:31px;height:31px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#e62b1e;font-size:8px;font-weight:800;letter-spacing:-.3px}.youtube-meta-row>span b,.youtube-meta-row>span small{display:block}.youtube-meta-row>span b{font-size:10px}.youtube-meta-row>span small{margin-top:2px;color:#777;font-size:7px}.youtube-meta-row>i{flex:1}.youtube-meta-row button{padding:7px 11px;border:0;border-radius:16px;background:#f2f2f2;font-size:8px}.youtube-meta-row>span+button{color:#fff;background:#0f0f0f}.youtube-description{margin:10px 0 0;padding:9px 11px;border-radius:8px;color:#444;background:#f2f2f2;font-size:8px;line-height:1.4}.youtube-description b{color:#111}.youtube-recommendations{display:flex;flex-direction:column;gap:10px;overflow:hidden}.youtube-recommendations article{display:grid;grid-template-columns:105px 1fr;gap:8px}.youtube-recommendations article>img{width:105px;height:59px;border-radius:6px;object-fit:cover}.youtube-recommendations span{min-width:0}.youtube-recommendations b,.youtube-recommendations small{display:block;overflow:hidden;text-overflow:ellipsis}.youtube-recommendations b{max-height:30px;font-size:9px;line-height:1.35}.youtube-recommendations small{margin-top:3px;color:#666;font-size:7px;white-space:nowrap}.generic-browser-page{display:grid;align-content:center;justify-items:center;padding:35px;text-align:center}.generic-page-icon{width:54px;height:54px;display:grid;place-items:center;margin-bottom:13px;border:1px solid #e4e6e9;border-radius:15px;box-shadow:0 7px 18px #14233714}.generic-page-icon img{width:40px;height:40px;object-fit:contain}.generic-browser-page small{color:#0071e3;font-size:9px}.generic-browser-page h2{margin:8px 0;font-size:21px}.generic-browser-page p{margin:0;color:#73777e;font-size:10px}.finder-window{left:220px;top:67px;width:580px;height:350px}.finder-body{height:calc(100% - 35px);display:grid;grid-template-columns:130px 1fr}.finder-body aside{padding:17px 13px;display:flex;flex-direction:column;gap:12px;background:#eef1f6f2;color:#59606a;font-size:9px}.finder-body aside b{color:#8a8e95}.finder-body aside .selected{margin:-5px;padding:5px;border-radius:5px;background:#0071e324;color:#1768b1}.finder-grid{padding:28px;display:grid;grid-template-columns:repeat(4,1fr);gap:24px;align-content:start}.finder-grid article{display:grid;justify-items:center;gap:5px;color:#2e83d6}.finder-grid svg{width:49px;height:49px;fill:#48a4ee;stroke:#2686d1}.finder-grid span{color:#373b40;font-size:9px}.finder-list-view{min-width:0;overflow:hidden;background:#fffffff5}.finder-toolbar{height:48px;padding:0 14px;display:flex;align-items:center;gap:7px;border-bottom:1px solid #e3e5e8}.finder-toolbar button{width:27px;height:27px;padding:0;display:grid;place-items:center;border:0;border-radius:6px;color:#646970;background:#0000000b}.finder-toolbar button svg{width:13px}.finder-toolbar b{margin-left:7px;font-size:12px}.finder-toolbar span{flex:1}.finder-list-header,.finder-list-view article{height:39px;padding:0 13px;display:grid;grid-template-columns:minmax(180px,1fr) 125px 70px;align-items:center;gap:12px;border-bottom:1px solid #eceef0;font-size:9px}.finder-list-header{height:30px;color:#7a7e84;font-size:8px}.finder-list-view article{grid-template-columns:22px minmax(150px,1fr) 125px 70px}.finder-list-view article:nth-of-type(2n){background:#f3f4f6c7}.finder-list-view article>svg{width:18px;height:18px;color:#2e8bd7}.finder-list-view article>svg:first-child{fill:#48a4ee38}.finder-list-view article b,.finder-list-view article time,.finder-list-view article span{min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.finder-list-view article b{font-weight:500}.finder-list-view article time,.finder-list-view article span{color:#777c82}.trash-grid{position:relative;padding:28px;display:grid;grid-template-columns:repeat(4,1fr);gap:24px;align-content:start}.trash-grid article{display:grid;justify-items:center;gap:6px;color:#7a7e85}.trash-grid article svg{width:43px;height:43px}.trash-grid article span{max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#3d4147;font-size:9px}.trash-grid>small{position:absolute;left:28px;bottom:18px;color:#7b7f85;font-size:9px}.trash-empty{grid-column:1 / -1;height:200px;display:grid;place-content:center;justify-items:center;gap:10px;color:#8a8e95;font-size:10px}.trash-empty img{width:55px;height:55px;object-fit:contain;opacity:.72}.chat-window{left:250px;top:78px;width:630px;height:410px}.chatgpt-app{height:calc(100% - 35px);display:grid;grid-template-columns:170px 1fr;background:#fff}.chatgpt-sidebar{min-width:0;padding:12px 9px;display:flex;flex-direction:column;gap:4px;background:#f7f7f8;border-right:1px solid #e7e7e8}.chatgpt-brand{height:29px;padding:0 7px;display:flex;align-items:center;gap:7px;font-size:11px}.chatgpt-brand svg{width:16px;height:16px}.chatgpt-sidebar>button{width:100%;min-width:0;height:28px;padding:0 7px;display:flex;align-items:center;gap:7px;overflow:hidden;border:0;border-radius:6px;color:#303034;background:transparent;cursor:pointer;text-align:left;white-space:nowrap;font-size:9px}.chatgpt-sidebar>button:hover,.chatgpt-sidebar>button.active{background:#e9e9eb}.chatgpt-sidebar>button svg{flex:0 0 auto}.chatgpt-sidebar>button>span:first-child{min-width:0;overflow:hidden;text-overflow:ellipsis}.chat-thread-unread{flex:0 0 auto;width:7px;height:7px;margin-left:auto;border-radius:50%;background:#ff4438;box-shadow:0 0 0 2px #fff}.chatgpt-sidebar label{height:28px;padding:0 7px;display:flex;align-items:center;gap:7px;color:#57575d;font-size:9px}.chatgpt-sidebar label svg{width:13px}.chatgpt-sidebar>small{margin:11px 7px 3px;color:#8a8a90;font-size:8px;font-weight:650}.chatgpt-main{position:relative;min-width:0;display:grid;grid-template-rows:39px 1fr auto}.chatgpt-main>header{padding:0 16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ececee;font-size:10px}.chatgpt-main>header span{color:#74747a;font-size:8px}.chatgpt-messages{padding:22px 58px 65px;overflow:hidden;color:#292a2d;font-size:10px;line-height:1.55}.chatgpt-messages>.user-message{margin:0 0 20px auto;width:fit-content;max-width:80%;padding:8px 11px;border-radius:13px 13px 3px;background:#f0f0f1}.chatgpt-messages article{display:grid;grid-template-columns:24px 1fr;gap:9px}.assistant-avatar{width:23px;height:23px;display:grid;place-items:center;border:1px solid #dedee0;border-radius:50%}.assistant-avatar svg{width:14px;height:14px}.chatgpt-messages article b{font-size:9px}.chatgpt-messages article p{margin:5px 0}.chat-input{position:absolute;left:42px;right:42px;bottom:14px;padding:13px 15px;border:1px solid #dfe2e6;border-radius:18px;color:#858990;background:#fff;font-size:9px;box-shadow:0 4px 16px #0000000f}.chat-input span{float:right;width:20px;height:20px;margin:-5px;display:grid;place-items:center;border-radius:50%;background:#111;color:#fff}.messages-window{left:260px;top:94px;width:620px;height:380px}.messages-body{height:calc(100% - 35px);display:grid;grid-template-columns:44px 218px 1fr;background:#f5f5f5}.wechat-nav{padding:14px 7px 8px;display:flex;flex-direction:column;align-items:center;gap:12px;background:#2d2e31}.wechat-nav .whatsapp-logo{width:29px;height:29px;color:#25d366}.wechat-nav button{width:27px;height:27px;padding:0;display:grid;place-items:center;border:0;border-radius:6px;color:#aaa;background:transparent;font-size:9px}.wechat-nav button svg{width:14px;height:14px}.wechat-nav button.active{color:#fff;background:#25d366}.wechat-nav>span{flex:1}.wechat-chats{padding:10px 7px;overflow:hidden;border-right:1px solid #dadbdd;background:#ececee}.wechat-chats label{height:25px;margin-bottom:8px;padding:0 7px;display:flex;align-items:center;gap:5px;border-radius:5px;color:#85878b;background:#dddfe1;font-size:8px}.wechat-chats label svg{width:11px}.wechat-chats article{height:50px;padding:6px;display:grid;grid-template-columns:34px 1fr;align-items:center;gap:7px;border-radius:5px}.wechat-chats article.selected{background:#d3d4d6}.wechat-chats article>b{width:34px;height:34px;display:grid;place-items:center;border-radius:5px;color:#fff;background:#07c160;font-size:10px}.wechat-chats article>b.blue{background:#5c8fce}.wechat-chats article>b.orange{background:#e8a248}.wechat-chats article>img{width:34px;height:34px;border-radius:50%;object-fit:cover}.wechat-chats article span{min-width:0}.wechat-chats strong,.wechat-chats small{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.wechat-chats strong{color:#292b2e;font-size:9px}.wechat-chats small{margin-top:4px;color:#85888c;font-size:7px;font-weight:400}.wechat-conversation{min-width:0;display:grid;grid-template-rows:40px 1fr 68px;background:#efeae2}.wechat-conversation>header{padding:0 14px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #dddfe1;background:#f0f2f5;font-size:10px}.wechat-conversation>header svg{color:#667781}.wechat-thread{padding:24px 20px;display:flex;flex-direction:column;align-items:flex-start;gap:10px;overflow:hidden}.wechat-thread small{align-self:center;color:#a0a2a5;font-size:7px}.wechat-thread p{margin:0;max-width:78%;padding:8px 10px;border-radius:5px;background:#fff;font-size:9px}.wechat-thread p.mine{align-self:flex-end;background:#d9fdd3}.wechat-compose{padding:8px 12px;border-top:1px solid #dddfe1;background:#f0f2f5;color:#4c4f53;font-size:9px}.wechat-compose>span{display:flex;gap:9px}.wechat-compose>span svg{width:14px;height:14px}.wechat-compose p{margin:9px 0 0;padding:7px 9px;border-radius:7px;color:#8b959c;background:#fff}.wa-rail{padding:11px 6px 9px;display:flex;flex-direction:column;align-items:center;gap:9px;border-right:1px solid #d7dbdf;background:#f0f2f5}.wa-rail button{width:30px;height:30px;padding:0;display:grid;place-items:center;border:0;border-radius:8px;color:#54656f;background:transparent}.wa-rail button.active{color:#008069;background:#d9fdd3}.wa-rail button svg{width:16px;height:16px}.wa-rail>span{flex:1}.wa-rail>img{width:26px;height:26px;border-radius:50%;object-fit:cover}.wa-chats{min-width:0;overflow:hidden;border-right:1px solid #d7dbdf;background:#fff}.wa-chats>header{height:51px;padding:0 12px;display:flex;align-items:center;justify-content:space-between}.wa-chats h2{margin:0;font-size:17px;letter-spacing:-.4px}.wa-chats>header span{display:flex;gap:5px}.wa-chats>header button{width:27px;height:27px;padding:0;display:grid;place-items:center;border:0;border-radius:50%;color:#54656f;background:transparent}.wa-chats>header svg{width:14px;height:14px}.wa-chats>label{height:30px;margin:0 9px 7px;padding:0 10px;display:flex;align-items:center;gap:8px;border-radius:8px;color:#667781;background:#f0f2f5;font-size:8px}.wa-chats>label svg{width:12px;height:12px}.wa-filters{height:26px;padding:0 9px 5px;display:flex;gap:5px}.wa-filters button{height:22px;padding:0 9px;border:0;border-radius:12px;color:#54656f;background:#f0f2f5;font-size:8px}.wa-filters button.active{color:#008069;background:#e7fce3}.wa-chat-row{position:relative;width:100%;height:57px;padding:6px 9px;display:grid;grid-template-columns:39px minmax(0,1fr) auto;align-items:center;gap:8px;border:0;color:inherit;background:#fff;cursor:pointer;text-align:left}.wa-chat-row:after{content:"";position:absolute;left:56px;right:0;bottom:0;height:1px;background:#eef0f1}.wa-chat-row:hover,.wa-chat-row.selected{background:#f0f2f5}.wa-chat-row>img,.wa-group-avatar{width:39px;height:39px;display:grid;place-items:center;border-radius:50%;object-fit:cover;color:#fff;background:#00a884;font-size:10px;font-weight:700}.wa-group-avatar.blue{background:#6574cd}.wa-chat-row>span{min-width:0}.wa-chats strong,.wa-chats small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wa-chats strong{color:#111b21;font-size:9px}.wa-chats small{margin-top:5px;color:#667781;font-size:7px;font-weight:400}.wa-chat-meta{align-self:stretch;min-width:24px;padding-top:7px;display:flex;flex-direction:column;align-items:flex-end;gap:6px}.wa-chat-meta time{color:#667781;font-size:6px}.wa-unread-badge{min-width:14px;height:14px;padding:0 4px;display:grid;place-items:center;border-radius:8px;color:#fff;background:#25d366;font-size:7px;font-weight:700}.wa-conversation{min-width:0;display:grid;grid-template-rows:53px 1fr 48px;overflow:hidden;background:#efeae2}.wa-conversation>header{padding:0 13px;display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:8px;border-bottom:1px solid #d8dadd;background:#f0f2f5}.wa-conversation>header .wa-group-avatar,.wa-conversation-avatar{width:34px;height:34px;border-radius:50%;object-fit:cover;font-size:9px}.wa-conversation>header span{min-width:0}.wa-conversation>header strong,.wa-conversation>header small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wa-conversation>header strong{color:#111b21;font-size:10px}.wa-conversation>header small{margin-top:3px;color:#667781;font-size:7px}.wa-conversation>header div{display:flex;gap:13px;color:#54656f}.wa-conversation>header svg{width:14px;height:14px}.wa-thread{padding:13px 19px;display:flex;flex-direction:column;align-items:flex-start;gap:7px;overflow:hidden}.wa-thread .wa-date{align-self:center;padding:4px 8px;border-radius:6px;color:#54656f;background:#ffffffe0;box-shadow:0 1px 2px #00000014;font-size:6px}.wa-thread p{position:relative;max-width:78%;margin:0;padding:7px 43px 7px 9px;border-radius:7px;color:#111b21;background:#fff;box-shadow:0 1px 1px #00000017;font-size:8px;line-height:1.35}.wa-thread p.mine{align-self:flex-end;background:#d9fdd3}.wa-thread p time{position:absolute;right:7px;bottom:4px;color:#667781;font-size:5.5px;white-space:nowrap}.wa-file{width:185px;padding:8px 9px;display:grid;grid-template-columns:28px 1fr;align-items:center;gap:8px;border-radius:7px;background:#fff;box-shadow:0 1px 1px #00000017}.wa-file>svg{width:23px;height:23px;color:#e05252}.wa-file b,.wa-file small{display:block}.wa-file b{font-size:8px}.wa-file small{margin-top:3px;color:#667781;font-size:6px}.wa-compose{padding:7px 10px;display:grid;grid-template-columns:18px 1fr 18px 18px;align-items:center;gap:8px;border-top:1px solid #d8dadd;color:#54656f;background:#f0f2f5}.wa-compose>div{height:31px;padding:0 11px;display:flex;align-items:center;border-radius:8px;color:#667781;background:#fff;font-size:8px}.wa-compose svg{width:15px;height:15px}.slack-window{left:250px;top:82px;width:650px;height:395px}.slack-window>.slack-workspace{height:calc(100% - 35px)}.slack-app-body{height:calc(100% - 35px);display:grid;grid-template-columns:48px 155px 1fr;color:#1d1c1d}.slack-app-body>nav{padding:12px 7px;display:flex;flex-direction:column;align-items:center;gap:11px;color:#fff;background:#3f0e40}.slack-app-body>nav>svg{color:#fff!important}.slack-app-body>nav button{width:30px;height:30px;border:0;border-radius:8px;color:#fff;background:#ffffff24;font-size:10px}.slack-app-body>nav button.active{box-shadow:0 0 0 2px #fff}.slack-app-body>nav small{font-size:16px}.slack-app-body>aside{padding:10px 9px;display:flex;flex-direction:column;gap:9px;color:#ffffffc4;background:#4a154b;font-size:9px}.slack-app-body>aside header{height:27px;display:flex;align-items:center;justify-content:space-between;color:#fff}.slack-app-body>aside header b{font-size:13px}.slack-app-body>aside strong{margin-top:8px;color:#ffffff9e;font-size:8px}.slack-app-body>aside .selected{margin:-4px -6px;padding:5px 6px;color:#fff;background:#1164a3;border-radius:4px}.slack-app-body>main{position:relative;display:grid;grid-template-rows:45px 1fr auto;background:#fff}.slack-app-body>main>header{padding:0 14px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ddd}.slack-app-body>main>header b{font-size:12px}.slack-app-body>main>header small{color:#6f6f73;font-size:8px}.slack-thread{padding:17px 16px 62px}.slack-thread article,.slack-page main article{display:grid;grid-template-columns:30px 1fr;gap:9px;margin-bottom:17px}.slack-avatar{width:30px;height:30px;display:grid;place-items:center;border-radius:6px;color:#fff;font-weight:700;font-size:11px}.slack-avatar.purple{background:#7559a8}.slack-avatar.blue{background:#1b75bb}.slack-avatar.green{background:#2d9f6f}.slack-thread article b,.slack-page article b{font-size:10px}.slack-thread article small,.slack-page article small{color:#777;font-size:8px;font-weight:400}.slack-thread article p,.slack-page article p{margin:4px 0 0;font-size:9px;line-height:1.45}.slack-compose{position:absolute;left:15px;right:15px;bottom:14px;padding:10px 12px;border:1px solid #b8b8bb;border-radius:6px;color:#87878c;font-size:9px}.slack-compose>svg{float:right;width:12px;height:12px;color:#555}.figma-window{left:250px;top:91px;width:680px;height:390px}.figma-body{height:calc(100% - 35px);display:grid;grid-template-columns:150px 1fr 170px;color:#26272a;background:#fff}.figma-layers,.figma-inspector{padding:10px 8px;border-right:1px solid #dedfe1;font-size:8px}.figma-layers header{height:25px;display:flex;align-items:center;gap:7px}.figma-layers strong{display:block;margin:8px 5px}.figma-layers>span{height:24px;padding:0 6px;display:flex;align-items:center;border-radius:4px}.figma-layers>span.selected{color:#0d6ecf;background:#dbeeff}.figma-workspace{min-width:0;display:grid;grid-template-rows:34px 1fr}.figma-toolbar{padding:0 10px;display:flex;align-items:center;gap:5px;border-bottom:1px solid #dedfe1;background:#fff;font-size:9px}.figma-toolbar button{width:25px;height:25px;padding:0;display:grid;place-items:center;border:0;border-radius:5px;color:#4a4c50;background:transparent}.figma-toolbar button:first-child{color:#fff;background:#18a0fb}.figma-toolbar button svg{width:12px}.figma-toolbar b{margin-left:7px;font-size:8px;font-weight:500}.figma-toolbar span{margin-left:auto;display:flex;align-items:center;gap:4px;font-size:8px}.figma-canvas{display:grid;place-items:center;background:#e7e7e7}.figma-frame{width:390px;height:260px;overflow:hidden;background:#fff;box-shadow:0 2px 10px #00000024}.figma-frame>header{height:31px;padding:0 14px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #efeff0}.figma-frame>header>div{display:flex;align-items:center;gap:4px}.figma-frame>header img{width:16px;height:16px}.figma-frame>header small{font-size:6px;font-weight:650}.figma-frame>header nav{color:#676a70;font-size:5px}.figma-frame>header button{padding:4px 7px;border:0;border-radius:4px;color:#fff;background:#0071e3;font-size:5px}.figma-frame>main{height:calc(100% - 31px);padding:20px 22px;display:grid;grid-template-columns:1fr 128px;align-items:center;gap:16px}.figma-frame>main section>small{margin:0;color:#0d80dd;font-size:5px;letter-spacing:.6px}.figma-frame h3{margin:8px 0 7px;font-size:19px;line-height:1.12;letter-spacing:-.7px}.figma-frame p{margin:0 0 12px;color:#686b70;font-size:6px}.figma-frame>main section button{padding:6px 9px;border:0;border-radius:5px;color:#fff;background:#0071e3;font-size:6px}.figma-frame>main>img{width:128px;height:176px;object-fit:cover;object-position:left top;border-radius:11px;box-shadow:0 7px 16px #0000002b}.figma-inspector{border-right:0;border-left:1px solid #dedfe1}.figma-inspector header{height:29px;display:flex;justify-content:space-between;border-bottom:1px solid #eee}.figma-inspector header span{color:#8a8c91}.figma-inspector section{padding:9px 4px;display:grid;gap:7px;border-bottom:1px solid #ececee}.figma-inspector strong,.figma-inspector span{display:block}.figma-inspector section button{width:100%;padding:5px;display:flex;align-items:center;justify-content:center;gap:4px;border:1px solid #d7d9dc;border-radius:5px;background:#fff;font-size:8px}.notion-app-window{left:255px;top:74px;width:650px;height:405px}.notion-app-body{height:calc(100% - 35px);display:grid;grid-template-columns:165px 1fr;background:#fff}.notion-app-body>aside{padding:12px 9px;display:flex;flex-direction:column;gap:4px;border-right:1px solid #e7e6e3;background:#f7f6f3;color:#4c4b48;font-size:9px}.notion-app-body>aside>div{height:30px;padding:0 6px;display:flex;align-items:center;gap:7px;color:#222}.notion-app-body>aside>div img{width:20px;height:20px;border-radius:5px}.notion-app-body>aside>div>svg{margin-left:auto}.notion-app-body>aside label,.notion-app-body>aside>span{height:27px;padding:0 7px;display:flex;align-items:center;gap:7px;border-radius:5px}.notion-app-body>aside label{color:#8a8884}.notion-app-body>aside label svg,.notion-app-body>aside>span svg{width:13px;height:13px;flex:0 0 auto}.notion-app-body>aside .selected{background:#e8e7e4;color:#222;font-weight:600}.notion-app-body>aside strong{margin:11px 7px 4px;color:#92908b;font-size:8px}.notion-app-body>aside i{height:1px;margin:8px 5px;background:#e3e2df}.notion-app-body>main{min-width:0;display:grid;grid-template-rows:38px 1fr}.notion-app-body>main>header{padding:0 14px;display:flex;align-items:center;justify-content:space-between;color:#777570;font-size:8px}.notion-app-body>main>header b{color:#5d5b57;font-weight:500}.notion-app-body>main>article{padding:16px 38px}.notion-page-icon{width:34px;height:34px;display:grid;place-items:center;border:1px solid #e7e6e3;border-radius:7px;color:#555}.notion-page-icon svg{width:19px;height:19px}.notion-app-body h2{margin:10px 0 4px;font-size:24px}.notion-app-body p{margin:0 0 20px;color:#777570;font-size:9px}.notion-app-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.notion-app-columns section{padding:9px;border-radius:5px;background:#f7f6f3;font-size:8px}.notion-app-columns section>b{display:block;margin-bottom:8px}.notion-app-columns section>div{min-height:48px;padding:8px;display:flex;flex-direction:column;justify-content:space-between;border:1px solid #e8e6e2;border-radius:4px;background:#fff;box-shadow:0 1px 2px #0000000a}.notion-app-columns small{color:#888681;font-size:7px}.launchpad-window{left:250px;top:61px;width:650px;height:410px;background:#eef4f9f0;-webkit-backdrop-filter:blur(28px);backdrop-filter:blur(28px)}.launchpad-grid{height:calc(100% - 35px);padding:30px 40px;display:grid;grid-template-columns:repeat(6,1fr);gap:25px 24px;align-content:center}.launchpad-grid button{padding:0;display:grid;justify-items:center;gap:7px;border:0;color:#272a2f;background:transparent;cursor:pointer;font-size:9px}.launchpad-grid button:hover{transform:translateY(-2px)}.launchpad-grid img,.launchpad-grid button>svg{width:52px;height:52px;object-fit:contain;filter:drop-shadow(0 3px 5px rgba(0,0,0,.14))}.spotify-window{left:260px;top:78px;width:620px;height:390px;color:#fff;border-color:#ffffff1c;background:#121212}.spotify-titlebar{height:35px;padding:0 12px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;border-bottom:1px solid rgba(255,255,255,.08);background:#191919;font-size:10px}.spotify-titlebar>span{display:flex;align-items:center;gap:6px}.spotify-titlebar>span img{width:17px;height:17px;border-radius:5px}.spotify-body{height:calc(100% - 35px);display:grid;grid-template-columns:155px 1fr}.spotify-sidebar{padding:18px 12px;display:flex;flex-direction:column;gap:6px;color:#b3b3b3;background:#0b0b0b;font-size:9px}.spotify-sidebar strong{display:flex;align-items:center;gap:8px;margin:0 3px 12px;color:#fff;font-size:14px}.spotify-sidebar strong img{width:25px;height:25px;border-radius:6px}.spotify-sidebar>span{height:29px;padding:0 7px;display:flex;align-items:center;gap:9px;border-radius:5px}.spotify-sidebar>span.active{color:#fff;background:#262626;font-weight:650}.spotify-sidebar>span svg{width:14px;height:14px}.spotify-sidebar i{height:1px;margin:8px 5px;background:#ffffff1a}.spotify-sidebar b{margin:0 7px 4px;color:#777;font-size:8px}.spotify-main{position:relative;min-width:0;padding-bottom:75px;overflow:hidden;background:#171717}.spotify-album{height:157px;padding:25px 25px 14px;display:grid;grid-template-columns:120px 1fr;align-items:end;gap:20px;background:#4a443e}.spotify-album>img{width:120px;height:120px;border-radius:3px;object-fit:cover;box-shadow:0 10px 24px #0000006b}.spotify-album small{font-size:7px;text-transform:uppercase}.spotify-album h2{margin:5px 0;font-size:31px;letter-spacing:-1.4px}.spotify-album p{margin:0;color:#d1d1d1;font-size:8px}.spotify-album a{margin-top:7px;display:inline-flex;align-items:center;gap:4px;color:#fff;font-size:7px;text-decoration:none}.spotify-album a svg{width:9px;height:9px}.spotify-album-actions{height:47px;padding:7px 24px;display:flex;align-items:center;gap:18px}.spotify-big-play{width:34px;height:34px;display:grid;place-items:center;border:0;border-radius:50%;color:#111;background:#1ed760}.spotify-album-actions>svg{width:15px;color:#b3b3b3}.spotify-track-list{padding:0 20px}.spotify-track-list>header{height:24px;display:grid;grid-template-columns:1fr 95px 25px;align-items:center;border-bottom:1px solid rgba(255,255,255,.11);color:#a7a7a7;font-size:7px}.spotify-track-list>header svg{width:10px}.spotify-track-list>button{width:100%;height:34px;padding:0 7px;display:grid;grid-template-columns:1fr 95px 25px;align-items:center;border:0;border-radius:4px;color:#a7a7a7;background:transparent;text-align:left;font-size:7px}.spotify-track-list>button:hover{background:#ffffff12}.spotify-track-list>button.active b{color:#1ed760}.spotify-track-list>button>span:first-child{display:grid;grid-template-columns:19px 1fr;grid-template-rows:1fr 1fr;align-items:center}.spotify-track-list>button b{grid-column:2;color:#fff;font-size:8px}.spotify-track-list>button small{grid-column:2;font-size:7px}.spotify-track-list time{text-align:right}.spotify-track-list>button>span:first-child>svg{width:10px;height:10px;color:#1ed760}.spotify-player-bar{position:absolute;inset:auto 0 0;height:70px;padding:8px 13px;display:grid;grid-template-columns:150px 1fr 75px;align-items:center;gap:8px;border-top:1px solid rgba(255,255,255,.09);background:#181818}.spotify-player-bar>div:first-child{display:grid;grid-template-columns:42px 1fr 14px;align-items:center;gap:8px}.spotify-player-bar>div img{width:42px;height:42px;object-fit:cover}.spotify-player-bar b,.spotify-player-bar small{display:block;font-size:7px}.spotify-player-bar small{margin-top:3px;color:#aaa}.spotify-player-bar section nav{display:flex;align-items:center;justify-content:center;gap:15px}.spotify-player-bar button{width:21px;height:21px;padding:0;display:grid;place-items:center;border:0;border-radius:50%;color:#fff;background:transparent}.spotify-player-bar .spotify-play{width:27px;height:27px;color:#111;background:#fff}.spotify-player-bar .spotify-mode-button{color:#1ed760;cursor:pointer}.spotify-player-bar svg{width:12px;height:12px}.spotify-progress{margin-top:5px;display:grid;grid-template-columns:25px 1fr 25px;align-items:center;gap:6px;color:#a7a7a7;font-size:6px}.spotify-progress>div{height:3px;overflow:hidden;border-radius:3px;background:#4d4d4d}.spotify-progress i{display:block;height:100%;background:#fff}.spotify-volume{display:flex;align-items:center;gap:7px}.spotify-volume span{width:48px;height:3px;border-radius:3px;background:#b3b3b3}.browser-window{--demo-window-width: clamp(1100px, calc((100% - 248px)*.9) , 1460px);--demo-window-height: clamp(700px, 80%, 1000px);left:calc(248px + (100% - 248px - var(--demo-window-width)) / 2);top:clamp(70px,calc((100% - var(--demo-window-height)) / 2),170px);width:var(--demo-window-width);height:var(--demo-window-height)}.finder-window{--demo-window-width: clamp(1060px, calc((100% - 248px)*.88) , 1420px);--demo-window-height: clamp(700px, 78%, 960px);left:calc(248px + (100% - 248px - var(--demo-window-width)) / 2);top:clamp(70px,calc((100% - var(--demo-window-height)) / 2),170px);width:var(--demo-window-width);height:var(--demo-window-height)}.chat-window,.messages-window,.notion-app-window,.launchpad-window{--demo-window-width: clamp(1100px, calc((100% - 248px)*.9) , 1460px);--demo-window-height: clamp(700px, 80%, 1000px);left:calc(248px + (100% - 248px - var(--demo-window-width)) / 2);top:clamp(70px,calc((100% - var(--demo-window-height)) / 2),170px);width:var(--demo-window-width);height:var(--demo-window-height)}.slack-window,.figma-window,.spotify-window{--demo-window-width: clamp(1120px, calc((100% - 248px)*.91) , 1480px);--demo-window-height: clamp(720px, 81%, 1020px);left:calc(248px + (100% - 248px - var(--demo-window-width)) / 2);top:clamp(70px,calc((100% - var(--demo-window-height)) / 2),170px);width:var(--demo-window-width);height:var(--demo-window-height)}@media(min-width:761px){.demo-stage.is-touring:not(.is-interactive) .browser-window,.demo-stage.is-touring:not(.is-interactive) .chat-window{top:var(--demo-preview-window-top);height:var(--demo-preview-window-height)}}.window-titlebar,.spotify-titlebar{font-size:13px}.window-unread-badge{font-size:10px}.browser-tab-main>span:last-child{font-size:11px}.address{font-size:12px}.browser-toolbar{height:38px;padding-inline:13px}.browser-content{height:calc(100% - 74px)}.loading-page-center{font-size:12px}.google-page>header,.google-search{font-size:12px}.google-actions button,.google-page>small,.google-page>footer{font-size:11px}.mail-sidebar{font-size:12px}.mail-sidebar>button,.mail-search{font-size:12px}.mail-sidebar>small,.mail-toolbar span{font-size:10px}.mail-row{height:38px;font-size:11px}.calendar-page>aside,.calendar-page>aside button,.calendar-page>main>header{font-size:11px}.calendar-page>aside>b,.calendar-page>main>header b{font-size:14px}.calendar-page>aside strong{font-size:10px}.calendar-times,.calendar-grid>section>header,.calendar-grid article b,.calendar-grid article small{font-size:9px}.drive-page>aside,.drive-page>aside>button,.drive-page>main>header div{font-size:11px}.drive-page>aside>div,.drive-heading h2{font-size:14px}.drive-files>header,.drive-files article{height:40px;font-size:11px}.figma-web-page>aside,.figma-web-page .figma-toolbar{font-size:11px}.slack-topbar,.slack-topbar>label b,.slack-sidebar{font-size:11px}.slack-sidebar>header b,.slack-channel>header>div b{font-size:14px}.slack-sidebar>strong,.slack-channel>header>div small,.slack-channel>header>span{font-size:10px}.slack-date span,.slack-messages article time,.slack-messages article footer button,.slack-messages article footer a{font-size:9px}.slack-messages article header b,.slack-messages article p,.slack-composer>div,.slack-composer p{font-size:11px}.github-page>header,.github-page main article{font-size:11px}.github-heading button,.github-page main article small,.github-page main article em{font-size:10px}.linear-page>aside,.linear-page main article b{font-size:11px}.linear-page>aside>div{font-size:13px}.linear-page>aside strong,.linear-page main article small,.linear-page main article span,.linear-page header button{font-size:10px}.producthunt-page>header,.producthunt-page article>b,.producthunt-page article strong{font-size:11px}.producthunt-page>header button,.producthunt-page article button,.producthunt-page article small{font-size:10px}.youtube-site-header label,.youtube-site-header>button{font-size:11px}.video-card{height:auto}.youtube-watch-layout h2{font-size:18px}.youtube-meta-row>span b,.youtube-meta-row button,.youtube-description,.youtube-recommendations b{font-size:11px}.youtube-meta-row>span small,.youtube-recommendations small,.video-controls small{font-size:10px}.generic-browser-page small,.generic-browser-page p{font-size:12px}.notion-page p,.notion-columns section{font-size:12px}.x-sidebar nav>span,.x-sidebar nav>span b,.x-post-button,.x-compose p{font-size:11px}.x-account b,.x-account small,.x-feed-header>div,.x-compose footer button,.x-post header b,.x-post p,.x-rightbar>label,.x-rightbar>section>p,.x-rightbar>section>button,.x-follow button,.x-trends article strong,.x-follow strong,.x-follow small{font-size:9px}.x-post header span,.x-post footer,.x-trends article small,.x-trends article span,.x-trends a{font-size:8px}.finder-body{grid-template-columns:175px 1fr}.finder-body aside{padding:20px 16px;gap:14px;font-size:13px}.finder-grid,.trash-grid{padding:38px 34px;gap:30px}.finder-grid svg{width:58px;height:58px}.finder-grid span,.trash-grid article span{font-size:13px}.finder-toolbar b{font-size:13px}.finder-list-header{font-size:11px}.finder-list-view article{height:42px;font-size:13px}.trash-grid>small,.trash-empty{font-size:12px}.chatgpt-app{grid-template-columns:210px 1fr}.chatgpt-brand{font-size:14px}.chatgpt-sidebar>button,.chatgpt-sidebar label{height:33px;font-size:13px}.chatgpt-sidebar>small{font-size:11px}.chatgpt-main>header{height:46px;font-size:13px}.chatgpt-main>header span{font-size:11px}.chatgpt-messages{padding:32px 64px 88px;font-size:14px;line-height:1.55}.chatgpt-messages article b{font-size:13px}.chat-input{left:54px;right:54px;bottom:18px;padding:15px 17px;font-size:13px}.messages-body{grid-template-columns:52px 278px 1fr}.wa-rail button{width:32px;height:32px}.wa-rail button svg{width:17px;height:17px}.wa-chats h2{font-size:19px}.wa-chats>label{height:34px;font-size:12px}.wa-filters{height:30px}.wa-filters button{height:25px;font-size:11px}.wa-chat-row{height:63px;grid-template-columns:42px minmax(0,1fr) auto}.wa-chat-row>img,.wa-group-avatar{width:42px;height:42px;font-size:12px}.wa-chats strong{font-size:13px}.wa-chats small{margin-top:4px;font-size:11px}.wa-chat-meta time{font-size:10px}.wa-unread-badge{min-width:16px;height:16px;font-size:9px}.wa-conversation{grid-template-rows:55px 1fr 52px}.wa-conversation>header strong{font-size:13px}.wa-conversation>header small{font-size:11px}.wa-thread{padding:10px 18px;gap:5px}.wa-thread .wa-date{font-size:10px}.wa-thread p{padding:8px 48px 8px 10px;font-size:12px;line-height:1.4}.wa-thread p time{font-size:9px}.wa-file{width:205px}.wa-file b{font-size:12px}.wa-file small{font-size:10px}.wa-compose>div{font-size:12px}.slack-app-body>aside{font-size:12px}.slack-app-body>aside header b{font-size:14px}.slack-app-body>aside strong{font-size:10px}.slack-app-body>main>header b{font-size:13px}.slack-app-body>main>header small{font-size:10px}.slack-thread article b{font-size:12px}.slack-thread article small{font-size:10px}.slack-thread article p,.slack-compose{font-size:12px}.figma-body{grid-template-columns:175px 1fr 190px}.figma-layers,.figma-inspector{padding:12px 10px;font-size:11px}.figma-layers strong,.figma-inspector strong{font-size:12px}.figma-layers>span{height:29px}.figma-toolbar{height:38px;font-size:11px}.figma-toolbar b,.figma-toolbar span{font-size:10px}.figma-workspace{grid-template-rows:38px 1fr}.figma-frame{width:410px;height:274px}.figma-inspector section button{font-size:11px}.notion-app-body{grid-template-columns:205px 1fr}.notion-app-body>aside{padding:16px 13px;font-size:12px}.notion-app-body>aside strong{font-size:11px}.notion-app-body>main>header{height:44px;font-size:12px}.notion-app-body>main>article{padding:30px 48px}.notion-app-body h2{font-size:30px}.notion-app-body p{font-size:14px}.notion-app-columns section{padding:13px;font-size:12px}.notion-app-columns small{font-size:10px}.launchpad-grid{padding:32px 42px;gap:27px 24px}.launchpad-grid button{font-size:13px}.launchpad-grid img,.launchpad-grid button>svg{width:58px;height:58px}.spotify-body{grid-template-columns:190px 1fr}.spotify-sidebar{padding:18px 14px;font-size:13px}.spotify-sidebar strong{font-size:16px}.spotify-sidebar b{font-size:11px}.spotify-album{height:190px;padding:24px 24px 16px;grid-template-columns:150px 1fr;gap:20px}.spotify-album>img{width:150px;height:150px}.spotify-album small,.spotify-album a{font-size:11px}.spotify-album h2{font-size:32px}.spotify-album p{font-size:13px}.spotify-track-list>header{height:26px;grid-template-columns:1fr 105px 40px;font-size:11px}.spotify-track-list>button{height:38px;grid-template-columns:1fr 105px 40px;font-size:11px}.spotify-track-list>button b{font-size:13px}.spotify-track-list>button small{font-size:11px}.spotify-player-bar b{font-size:12px}.spotify-player-bar small{font-size:11px}.spotify-progress{font-size:10px}.video-controls>span{background:#ffffff6b;box-shadow:inset 18px 0 red}.omnidock-drawer{--drawer-font: 14px;--drawer-small-font: 13px;position:absolute;z-index:120;top:0;left:248px;width:780px;height:100%;overflow:hidden;border:1px solid rgba(255,255,255,.56);border-radius:28px;color:#202226;background:linear-gradient(145deg,#ffffff7a,#e8eef647),#eef2f757;-webkit-backdrop-filter:blur(32px) saturate(1.55) brightness(1.04);backdrop-filter:blur(32px) saturate(1.55) brightness(1.04);box-shadow:0 16px 42px #202f4b3d,inset 0 1px #ffffff6b,inset 0 0 0 .5px #757c8929;font-size:var(--drawer-font)}.omnidock-drawer h2,.omnidock-drawer h3,.omnidock-drawer p{margin:0}.drawer-settings-view{height:100%;padding:10px 14px;overflow:auto}.drawer-settings-view>header,.drawer-apps-view>header{display:grid;gap:10px}.drawer-settings-view>header>div,.drawer-apps-view>header>div{display:flex;align-items:baseline;gap:10px}.drawer-settings-view h2,.drawer-apps-view h2{font-size:22px}.drawer-settings-view header span,.drawer-apps-view header span{color:#787b80;font-size:var(--drawer-small-font)}.drawer-settings-view label,.drawer-apps-view label{height:36px;padding:0 10px;display:flex;align-items:center;gap:7px;border-radius:9px;background:#00000012}.drawer-settings-view label svg,.drawer-apps-view label svg{width:15px;color:#777}.drawer-settings-view input,.drawer-apps-view input{flex:1;border:0;outline:0;background:transparent;font-size:14px}.drawer-settings-groups{padding:8px 2px 2px}.drawer-settings-group{margin-top:28px}.drawer-section-title{height:22px;margin-bottom:10px;display:flex;align-items:center;gap:8px}.drawer-section-title h3{color:#111214;font-size:var(--drawer-font);font-weight:650;white-space:nowrap}.drawer-section-title>i{flex:1;height:1px;background:#0000000b}.drawer-settings-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:18px}.drawer-settings-grid button{min-height:124px;padding:14px 10px 8px;display:grid;grid-template-rows:36px 32px 18px;justify-items:center;align-content:start;gap:5px;border:.8px solid rgba(0,0,0,.08);border-radius:8px;color:#111214;background:transparent;cursor:default}.drawer-settings-grid button:hover{border-color:#0071e366}.drawer-settings-grid:not(:has(.settings-mini-switch)) button{min-height:101px;grid-template-rows:36px 32px;padding-bottom:10px}.settings-tile-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:13px;color:#fff;box-shadow:inset 0 0 0 .5px #00000014}.settings-tile-icon svg{width:21px;height:21px}.settings-tile-icon.blue{background:#1687e8}.settings-tile-icon.purple{background:#7256cf}.settings-tile-icon.orange{background:#f29b2e}.settings-tile-icon.green{background:#34a853}.settings-tile-icon.red{background:#e4574e}.settings-tile-icon.gray{background:#777b82}.drawer-settings-grid b{width:100%;display:grid;place-items:center;overflow:hidden;color:#111;font-size:var(--drawer-font);font-weight:500;line-height:1.25;text-align:center}.settings-mini-switch{width:36px;height:18px;padding:2px;display:flex;align-items:center;justify-content:flex-start;border-radius:999px;background:#0000002b}.settings-mini-switch>i{width:14px;height:14px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #00000040}.settings-mini-switch.active{justify-content:flex-end;background:#ef5732}.drawer-finder-view{height:100%;display:grid;grid-template-rows:52px 1fr}.drawer-finder-view>header{padding:0 14px;display:flex;align-items:center;border-bottom:1px solid rgba(0,0,0,.075)}.drawer-finder-view>header>div{display:flex;align-items:baseline;gap:8px}.drawer-finder-view h2{font-size:22px}.drawer-finder-view header span{color:#777b80;font-size:var(--drawer-small-font)}.drawer-finder-view header>button{margin-left:auto;margin-right:42px;border:0;background:transparent;cursor:pointer;font-weight:700}.drawer-finder-view>header>button{margin-right:0;width:24px;height:24px}.drawer-finder-columns{min-height:0;display:flex;overflow-x:auto}.drawer-finder-column{flex:0 0 205px;min-width:205px;height:100%;border-right:1px solid rgba(0,0,0,.075)}.drawer-finder-column>header{height:52px;padding:0 12px;display:grid;grid-template-columns:18px 1fr auto;align-items:center;gap:7px;border-bottom:1px solid rgba(0,0,0,.075)}.drawer-finder-column>header svg{color:#2f8bd5}.drawer-finder-column>header b{font-size:14px}.drawer-finder-column>header span{color:#777b80;letter-spacing:1px}.drawer-finder-column>div{padding:8px 7px}.drawer-finder-column button{width:100%;min-height:43px;padding:5px 7px;display:grid;grid-template-columns:20px 1fr;align-items:center;gap:8px;border:0;border-radius:7px;color:#303338;background:transparent;cursor:default;text-align:left}.drawer-finder-column button:hover{background:#0000000e}.drawer-finder-column button>svg{color:#348edb}.drawer-finder-column button span{min-width:0}.drawer-finder-column button b,.drawer-finder-column button small{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.drawer-finder-column button b{font-size:var(--drawer-font)}.drawer-finder-column button small{margin-top:2px;color:#7d8085;font-size:var(--drawer-small-font)}.drawer-apps-view{height:100%;padding:16px 12px 16px 16px;overflow:auto}.drawer-app-group{margin-top:26px}.drawer-app-group-header{width:100%;height:27px;padding:0;display:flex;align-items:center;gap:8px;color:#111214;background:transparent;text-align:left}.drawer-app-group-header h3{font-size:var(--drawer-font)}.drawer-app-group-header>span{color:#898c91;font-size:var(--drawer-small-font)}.drawer-app-group-header>i{flex:1;height:1px;background:#0000000d}.drawer-app-expand-button{min-width:52px;height:24px;padding:0 8px;display:inline-flex;align-items:center;justify-content:center;gap:5px;border:.7px solid rgba(17,18,20,.14);border-radius:7px;color:#111214b3;background:#ffffff2e;cursor:pointer;font-size:12px;font-weight:600;opacity:0;transition:opacity .12s ease,background .12s ease}.drawer-app-group:hover .drawer-app-expand-button,.drawer-app-group:focus-within .drawer-app-expand-button{opacity:1}.drawer-app-expand-button:hover{background:#ffffff5c}.drawer-app-expand-button svg{width:11px;height:11px;color:#1112146b;transition:transform .13s ease}.drawer-app-expand-button svg.expanded{transform:rotate(180deg)}.drawer-app-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:14px 10px;padding-top:11px}.drawer-app-subsection{display:contents}.drawer-app-subsection h4{grid-column:1 / -1;margin:2px 0 -9px;color:#85888d;font-size:var(--drawer-small-font);font-weight:500}.drawer-app-cell{position:relative;min-width:0;min-height:82px;display:grid;justify-items:center}.drawer-app-main{min-width:0;width:100%;padding:4px 2px;display:grid;justify-items:center;gap:8px;border:0;border-radius:9px;color:#2c2f34;background:transparent;cursor:pointer;font-size:var(--drawer-font)}.drawer-app-main:hover{background:#0000000b}.drawer-app-main>span:last-child{max-width:86px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.drawer-app-icon{position:relative;width:60px;height:60px;display:grid;place-items:center;overflow:visible}.drawer-app-icon>img,.drawer-app-icon>svg{width:54px;height:54px;padding:0;object-fit:contain;border-radius:12px;background:transparent;filter:none}.drawer-running-light{position:absolute;left:50%;bottom:-4px;width:8px;height:3px;border-radius:999px;background:#20b947;transform:translate(-50%)}.drawer-app-cell .running-app-name-tip{bottom:calc(100% - 1px)}.drawer-app-cell .running-app-actions{top:59px}.drawer-app-cell:hover .running-app-name-tip,.drawer-app-cell:hover .running-app-actions{opacity:1;transform:translate(-50%);pointer-events:auto}.extra-window-layer{position:absolute;top:0;right:0;bottom:0;left:0;z-index:88;transform:translate(22px,22px);pointer-events:none}.extra-window-layer>.mac-window{pointer-events:auto}.browser-switch-section{width:min(1320px,calc(100% - 48px));margin:0 auto;padding:112px 0 92px;scroll-margin-top:24px}.browser-story-comparison{margin-top:0;display:grid;grid-template-columns:minmax(0,13fr) minmax(0,7fr);gap:28px}.browser-compare-column{min-width:0}.browser-compare-column>header{height:56px;display:flex;align-items:flex-start}.browser-compare-column h3{margin:0;color:#4d5056;font-size:clamp(28px,2.7vw,38px);font-weight:780;line-height:1.12;letter-spacing:-1.1px}.browser-compare-now h3{color:var(--brand-blue)}.browser-story-compare-frame{position:relative;width:100%;aspect-ratio:8 / 5;isolation:isolate}.browser-story-compare-canvas{position:relative;width:1440px;height:900px;overflow:hidden;background:linear-gradient(#e9f3fa14,#e9f3fa14),url(/assets/landscape-wallpaper.png) center / cover;transform:scale(var(--story-canvas-scale, 1));transform-origin:top left}.browser-story-chat-window{position:absolute;z-index:2;top:62px;right:48px;bottom:92px;left:48px;display:grid;grid-template-columns:270px 1fr;overflow:hidden;border:1px solid rgba(27,31,38,.13);border-radius:19px;background:#fffffffa;box-shadow:0 18px 42px #18283d30}.browser-compare-now .browser-story-chat-window{left:294px}.browser-story-window-traffic{position:absolute;z-index:5;top:20px;left:20px;display:flex;gap:7px}.browser-story-window-traffic i{width:12px;height:12px;border-radius:50%;background:#ff5f57}.browser-story-window-traffic i:nth-child(2){background:#febc2e}.browser-story-window-traffic i:nth-child(3){background:#28c840}.browser-story-chat-window>aside{padding:62px 19px 20px;display:flex;flex-direction:column;gap:15px;border-right:1px solid rgba(34,38,44,.07);background:#f7f7f8;color:#3d4045;font-size:17px}.browser-story-chat-window>aside strong{display:flex;align-items:center;gap:9px;margin-bottom:6px;color:#17181b;font-size:20px}.browser-story-chat-window>aside strong img{width:28px;height:28px}.browser-story-chat-window>aside b{padding:10px;border:1px solid #dcdee2;border-radius:10px;font-weight:520}.browser-story-chat-window>aside small{margin-top:13px;color:#8a8d92;font-size:14px}.browser-story-chat-window>aside span{padding:8px 10px;border-radius:8px}.browser-story-chat-window>aside span.active{color:#16181b;background:#e8e9eb;font-weight:580}.browser-story-chat-main{position:relative;min-width:0;display:grid;grid-template-rows:54px 1fr;color:#24262a}.browser-story-chat-main>header{display:grid;place-items:center;border-bottom:1px solid #eceef0;font-size:18px;font-weight:610}.browser-story-chat-thread{width:min(760px,calc(100% - 90px));margin:0 auto;padding:76px 0 100px;display:grid;align-content:start;gap:42px;font-size:20px;line-height:1.55}.browser-story-chat-user{max-width:610px;margin-left:auto;padding:17px 22px;border-radius:22px;background:#f0f0f0}.browser-story-chat-thread article{display:grid;grid-template-columns:30px 1fr;gap:16px}.browser-story-chat-thread article img{width:30px;height:30px}.browser-story-chat-thread article p{margin:0}.browser-story-chat-answer{display:grid;gap:18px}.browser-story-chat-answer ol{margin:0;padding:0;display:grid;gap:12px;list-style:none}.browser-story-chat-answer li{display:grid;grid-template-columns:230px 1fr;gap:12px}.browser-story-chat-answer li b{color:#202226;font-weight:650}.browser-story-chat-answer li span{color:#5f6368}.browser-story-chat-input{position:absolute;right:9%;bottom:32px;left:9%;height:68px;padding:0 14px 0 22px;display:flex;align-items:center;border:1px solid #dfe1e4;border-radius:22px;color:#a2a5aa;background:#fff;box-shadow:0 4px 16px #181e270d;font-size:17px}.browser-story-chat-input span{width:34px;height:34px;margin-left:auto;display:grid;place-items:center;border-radius:50%;color:#fff;background:#202124}.browser-story-dock{position:absolute;z-index:8;left:50%;bottom:16px;padding:10px 13px;display:flex;align-items:center;gap:10px;border:1px solid rgba(255,255,255,.58);border-radius:22px;background:#f1f5f8ad;-webkit-backdrop-filter:blur(18px) saturate(1.25);backdrop-filter:blur(18px) saturate(1.25);box-shadow:0 10px 30px #1826383d;transform:translate(-50%)}.browser-story-dock-app{width:56px;height:56px;display:grid;place-items:center}.browser-story-dock-app img{width:56px;height:56px;display:block;object-fit:contain}.browser-story-dock-app.target{position:relative}.browser-story-dock-app.target:after{content:"";position:absolute;right:12px;bottom:-8px;left:12px;height:3px;border-radius:999px;background:#22272e}.browser-story-chrome-window{position:absolute;z-index:12;top:108px;right:28px;bottom:44px;left:116px;overflow:hidden;border:1px solid rgba(27,31,38,.16);border-radius:19px;background:#fff;box-shadow:0 20px 50px #131f313d;opacity:0;will-change:opacity,transform}.browser-compare-now .browser-story-chrome-window{left:362px}.browser-story-chrome-window .browser-story-window-traffic{top:22px}.browser-story-browser-tabs{height:82px;padding:18px 26px 0 82px;display:flex;align-items:end;gap:7px;background:#e9ebee}.browser-story-browser-tabs span{flex:0 0 250px;min-width:0;height:64px;padding:0 18px;display:flex;align-items:center;gap:11px;overflow:hidden;border-radius:15px 15px 0 0;color:#565a60;background:#ffffff52;font-size:18px;white-space:nowrap;text-overflow:ellipsis}.browser-story-browser-tabs span:nth-child(2){flex-basis:380px}.browser-story-browser-tabs span:nth-child(3){flex-basis:310px}.browser-story-browser-tabs span.active{color:#202226;background:#fff;font-weight:570}.browser-story-browser-tabs img{width:25px;height:25px;flex:0 0 auto;object-fit:contain}.browser-story-browser-tabs i{align-self:center;margin-left:4px;color:#6d7075;font-size:31px;font-style:normal}.browser-story-browser-toolbar{height:66px;padding:0 24px;display:grid;grid-template-columns:100px 1fr 70px;align-items:center;gap:16px;border-bottom:1px solid #e3e5e8;color:#6e7278;background:#fff;font-size:22px}.browser-story-browser-toolbar b{height:42px;padding:0 19px;display:flex;align-items:center;overflow:hidden;border-radius:22px;color:#52555a;background:#f1f2f4;font-size:17px;font-weight:500;white-space:nowrap}.browser-story-browser-toolbar>span:last-child{text-align:right}.browser-story-browser-content{position:absolute;top:148px;right:0;bottom:0;left:0;overflow:hidden;background:#fff}.browser-story-google-page{height:100%;display:grid;justify-items:center;align-content:center;gap:29px;background:#fff;transform:translateY(-28px)}.browser-story-google-page>img{width:205px;height:auto}.browser-story-google-page>div{width:620px;height:58px;padding:0 24px;display:flex;align-items:center;border:1px solid #dfe1e5;border-radius:29px;color:#8a8d92;box-shadow:0 2px 8px #3c40431f;font-size:17px}.browser-story-google-page section{display:flex;gap:36px}.browser-story-google-page section span{width:102px;display:grid;justify-items:center;gap:10px;color:#4c5056;font-size:15px}.browser-story-google-page section img{width:45px;height:45px;object-fit:contain}.browser-story-gmail-page{height:100%;display:grid;grid-template-rows:66px 1fr;color:#292c30;background:#f6f8fc}.browser-story-gmail-page>header{padding:0 24px;display:grid;grid-template-columns:34px 150px minmax(220px,520px) 1fr;align-items:center;gap:12px}.browser-story-gmail-page>header img{width:31px;height:31px}.browser-story-gmail-page>header strong{font-size:22px;font-weight:540}.browser-story-gmail-page>header label{height:44px;padding:0 19px;display:flex;align-items:center;border-radius:22px;color:#71757b;background:#eaf1fb;font-size:16px}.browser-story-gmail-page>header span{justify-self:end;color:#5f6368;font-size:18px}.browser-story-gmail-body{min-height:0;display:grid;grid-template-columns:210px 1fr}.browser-story-gmail-body>aside{padding:8px 14px;display:flex;flex-direction:column;gap:8px;font-size:16px}.browser-story-gmail-body>aside b{width:142px;margin-bottom:12px;padding:15px 17px;border-radius:16px;color:#1f1f1f;background:#c2e7ff;font-weight:560}.browser-story-gmail-body>aside strong,.browser-story-gmail-body>aside span{padding:9px 14px;border-radius:18px;font-weight:500}.browser-story-gmail-body>aside strong{background:#d3e3fd}.browser-story-gmail-body>aside strong i{float:right;font-style:normal}.browser-story-gmail-body>main{min-width:0;overflow:hidden;border-radius:14px 0 0;background:#fff}.browser-story-mail-toolbar{height:49px;padding:0 18px;display:flex;align-items:center;border-bottom:1px solid #eceff2;color:#60646a;font-size:17px}.browser-story-mail-toolbar span{margin-left:auto}.browser-story-mail-row{height:58px;padding:0 17px;display:grid;grid-template-columns:58px 165px minmax(0,1fr) 58px;align-items:center;gap:11px;border-bottom:1px solid #e5e7e9;color:#565a60;background:#f5f7f7;font-size:15px}.browser-story-mail-row.unread{color:#202226;background:#fff}.browser-story-mail-row>b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.browser-story-mail-row p{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.browser-story-mail-row p strong{font-weight:620}.browser-story-mail-row time{justify-self:end;font-size:13px;font-weight:590}.browser-story-window-switcher{position:absolute;z-index:22;top:29px;right:0;bottom:0;left:0;background:#1219232e;-webkit-backdrop-filter:blur(3px) saturate(.88);backdrop-filter:blur(3px) saturate(.88);opacity:0;animation:browser-story-old-window-switcher 12s ease-in-out both;animation-play-state:var(--old-animation-play-state, paused);will-change:opacity}.browser-story-window-switcher>div{position:absolute;top:92px;left:50%;width:1240px;height:540px;transform:translate(-50%)}.browser-story-window-choice{position:absolute;display:grid;gap:13px;color:#fff;text-align:center;font-size:16px}.browser-story-window-choice.linear{top:112px;left:0;width:390px}.browser-story-window-choice.workspace{top:34px;left:390px;width:460px;z-index:2}.browser-story-window-choice.notion{top:126px;right:0;width:390px}.browser-story-window-preview{position:relative;height:292px;overflow:hidden;border:1px solid rgba(20,25,32,.34);border-radius:15px;background:#fff;box-shadow:0 22px 52px #080f185c;color:#565a60;font-style:normal;text-align:left}.browser-story-window-choice.workspace .browser-story-window-preview{height:345px;box-shadow:0 28px 62px #080f186b,0 0 0 2px #ffffffb8}.browser-story-window-preview .browser-story-window-traffic{top:14px;left:15px;gap:5px}.browser-story-window-preview .browser-story-window-traffic i{width:9px;height:9px}.browser-story-overview-tab{height:54px;padding:9px 10px 0 64px;display:flex;align-items:center;gap:8px;background:#e9ebee}.browser-story-overview-tab>img{width:20px;height:20px;object-fit:contain}.browser-story-overview-tab>b{min-width:0;overflow:hidden;color:#34373c;font-size:13px;font-weight:560;text-overflow:ellipsis;white-space:nowrap}.browser-story-overview-tab em{min-width:0;height:34px;margin-left:auto;padding:0 10px;display:flex;align-items:center;gap:6px;border-radius:9px 9px 0 0;color:#666a70;background:#ffffff8c;font-size:12px;font-style:normal}.browser-story-overview-tab em img{width:17px;height:17px}.browser-story-overview-toolbar{height:38px;padding:0 12px;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:9px;border-bottom:1px solid #e3e5e8;color:#74787e;background:#fff;font-size:13px}.browser-story-overview-toolbar strong{height:25px;padding:0 11px;display:flex;align-items:center;overflow:hidden;border-radius:13px;color:#62666c;background:#f1f2f4;font-size:11px;font-weight:500;white-space:nowrap}.browser-story-overview-page{position:absolute;top:92px;right:0;bottom:0;left:0;overflow:hidden;background:#fff}.browser-story-overview-board{height:100%;padding:20px;display:grid;grid-template-columns:repeat(3,1fr);align-content:start;gap:10px;background:#f7f7f8}.browser-story-overview-board b{grid-column:1 / -1;margin-bottom:4px;color:#202226;font-size:16px}.browser-story-overview-board span{height:112px;padding:12px;border:1px solid #e4e5e7;border-radius:10px;color:#42464b;background:#fff;font-size:12px;line-height:1.4}.browser-story-overview-google{height:100%;display:grid;justify-items:center;align-content:center;gap:17px}.browser-story-overview-google>img{width:108px;height:auto}.browser-story-overview-google span{width:250px;height:32px;padding:0 14px;display:flex;align-items:center;border:1px solid #dfe1e5;border-radius:17px;color:#96999e;box-shadow:0 2px 6px #3c40431a;font-size:11px}.browser-story-overview-document{width:250px;margin:0 auto;padding:24px 22px;display:grid;gap:12px}.browser-story-overview-document b{color:#202226;font-size:20px}.browser-story-overview-document strong{color:#4f5358;font-size:13px}.browser-story-overview-document span{height:7px;border-radius:4px;background:#e7e8ea}.browser-story-overview-document span:nth-last-child(2){width:84%}.browser-story-overview-document span:last-child{width:66%}.browser-story-window-choice small{font-size:16px;font-weight:560;text-shadow:0 2px 5px rgba(0,0,0,.72)}.browser-story-window-switcher>footer{position:absolute;bottom:82px;left:50%;padding:8px 14px;display:flex;align-items:center;gap:9px;border-radius:12px;color:#fff;background:#191f288f;box-shadow:0 6px 18px #060c142e;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);font-size:16px;font-weight:580;transform:translate(-50%)}.browser-story-window-switcher>footer img{width:28px;height:28px;object-fit:contain}.browser-story-old-sequence{--old-animation-play-state: paused;position:absolute;top:0;right:0;bottom:0;left:0}.browser-story-old-sequence.is-playing{--old-animation-play-state: running}.browser-story-old-chrome-google{animation:browser-story-old-google 12s ease-in-out both;animation-play-state:var(--old-animation-play-state)}.browser-story-old-chrome-gmail{animation:browser-story-old-gmail 12s ease-in-out both;animation-play-state:var(--old-animation-play-state)}.browser-story-now-chrome-gmail{z-index:12;animation:browser-story-now-gmail 4s ease-in-out infinite}@keyframes browser-story-old-google{0%,47%{opacity:0;transform:translate3d(-12px,-9px,0) scale(.985)}52%,63%{opacity:1;transform:translateZ(0) scale(1)}68%,to{opacity:0;transform:scale(1)}}@keyframes browser-story-old-gmail{0%,63%{opacity:0;transform:scale(1)}68%,to{opacity:1;transform:scale(1)}}@keyframes browser-story-now-gmail{0%,20%{opacity:0;transform:translate3d(-12px,-9px,0) scale(.985)}25%,75%{opacity:1;transform:scale(1)}82%,to{opacity:0;transform:scale(.99)}}@keyframes browser-story-old-window-switcher{0%,17%{opacity:0}22%,47%{opacity:1}52%,to{opacity:0}}.browser-story-cursor{position:absolute;z-index:45;top:0;left:0;width:35px;height:43px;color:#fff;filter:drop-shadow(0 2px 2px rgba(0,0,0,.38));pointer-events:none;will-change:opacity,transform}.browser-story-cursor svg{width:100%;height:100%;display:block;overflow:visible}.browser-story-cursor path{fill:currentColor;stroke:#101317;stroke-width:1.5;stroke-linejoin:round}.browser-story-old-cursor{animation:browser-story-old-cursor-path 12s cubic-bezier(.4,0,.2,1) both;animation-play-state:var(--old-animation-play-state)}.browser-story-now-cursor{animation:browser-story-now-cursor-path 4s cubic-bezier(.4,0,.2,1) infinite}@keyframes browser-story-old-cursor-path{0%,5%{opacity:0;transform:translate3d(930px,650px,0)}8%{opacity:1;transform:translate3d(930px,650px,0)}16%,20%{opacity:1;transform:translate3d(687px,828px,0)}27%{opacity:1;transform:translate3d(1040px,690px,0)}41%,46%{opacity:1;transform:translate3d(720px,330px,0)}55%{opacity:1;transform:translate3d(950px,460px,0)}65%,91%{opacity:1;transform:translate3d(610px,145px,0)}96%,to{opacity:0;transform:translate3d(610px,145px,0)}}@keyframes browser-story-now-cursor-path{0%{opacity:1;transform:translate3d(650px,520px,0)}20%,75%{opacity:1;transform:translate3d(192px,332px,0)}80%{opacity:0;transform:translate3d(192px,332px,0)}82%{opacity:1;transform:translate3d(930px,650px,0)}to{opacity:1;transform:translate3d(650px,520px,0)}}.browser-story-click-pulse{position:absolute;z-index:42;width:66px;height:66px;border:5px solid rgba(21,132,246,.82);border-radius:50%;opacity:0;translate:-50% -50%;pointer-events:none;will-change:opacity,transform}.browser-story-old-click-dock{top:828px;left:687px;animation:browser-story-old-click-one 12s ease-out both;animation-play-state:var(--old-animation-play-state)}.browser-story-old-click-window{top:330px;left:720px;animation:browser-story-old-click-two 12s ease-out both;animation-play-state:var(--old-animation-play-state)}.browser-story-old-click-tab{top:145px;left:610px;animation:browser-story-old-click-three 12s ease-out both;animation-play-state:var(--old-animation-play-state)}.browser-story-now-click-tab{top:332px;left:192px;animation:browser-story-now-click 4s ease-out infinite}@keyframes browser-story-old-click-one{0%,16%{opacity:0;transform:scale(.25)}18%{opacity:1}23%,to{opacity:0;transform:scale(1.35)}}@keyframes browser-story-old-click-two{0%,41%{opacity:0;transform:scale(.25)}43%{opacity:1}48%,to{opacity:0;transform:scale(1.35)}}@keyframes browser-story-old-click-three{0%,64%{opacity:0;transform:scale(.25)}66%{opacity:1}71%,to{opacity:0;transform:scale(1.35)}}@keyframes browser-story-now-click{0%,18%{opacity:0;transform:scale(.25)}20%{opacity:1}25%,to{opacity:0;transform:scale(1.35)}}.browser-story-old-timer{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none;animation:browser-story-old-timer 12s linear both;animation-play-state:var(--old-animation-play-state)}@keyframes browser-story-old-timer{0%{transform:translate(0)}to{transform:translate(1px)}}.browser-story-old-control-layer{position:absolute;top:0;right:0;bottom:0;left:0;z-index:70;padding:30px;display:flex;align-items:flex-end;justify-content:flex-end;pointer-events:none}.browser-story-old-control-layer.is-idle{padding:0;align-items:center;justify-content:center;background:#11192424}.browser-story-old-control-layer button{width:116px;min-width:116px;height:116px;padding:0;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.32);border-radius:50%;color:#fff;background:#23272de0;-webkit-backdrop-filter:blur(22px) saturate(1.2);backdrop-filter:blur(22px) saturate(1.2);box-shadow:0 10px 28px #070d1557,inset 0 1px #ffffff2e;font:inherit;cursor:pointer;pointer-events:auto}.browser-story-old-control-layer.is-idle button{width:auto;min-width:520px;height:148px;padding:0 46px;gap:23px;border-color:#ffffffad;border-radius:999px;color:#272b31;background:#fafbfceb;box-shadow:0 16px 38px #0a121d3d,inset 0 1px #ffffffb8;font-size:34px;font-weight:680}.browser-story-old-control-layer button:hover{background:#14171cf5}.browser-story-old-control-layer.is-idle button:hover{background:#fffffffa}.browser-story-old-control-layer button:active{transform:scale(.97)}.browser-story-old-control-layer button:focus-visible{outline:6px solid rgba(255,255,255,.72);outline-offset:6px}.browser-story-old-control-layer button svg{width:43px;height:43px;flex:0 0 auto;fill:currentColor;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.browser-story-old-control-layer button svg.is-replay{fill:none}.browser-story-old-control-layer.is-idle button svg{width:47px;height:47px}.browser-story-old-control-layer button b{font-weight:650;white-space:nowrap}.browser-story-panel-host{position:absolute;top:0;right:0;bottom:0;left:0;z-index:16;pointer-events:none}.browser-story-panel-host .omnidock-panel-wrap{z-index:16}.browser-story-panel-target{position:absolute;z-index:38;top:318px;left:8px;width:240px;height:27px;border:2px solid rgba(0,113,227,.88);border-radius:8px;opacity:0;pointer-events:none;animation:browser-story-panel-target 4s ease-out infinite}@keyframes browser-story-panel-target{0%,18%{opacity:0;transform:scale(.98)}20%{opacity:1;transform:scale(1)}25%,75%{opacity:.3;transform:scale(1)}82%,to{opacity:0}}.browser-story-steps{--old-animation-play-state: paused;height:24px;margin:0 0 14px;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:10px;list-style:none;counter-reset:browser-step}.browser-story-steps.is-playing{--old-animation-play-state: running}.browser-story-steps.is-idle li:nth-child(n){animation:none;color:#b0b2b6}.browser-story-steps li{counter-increment:browser-step;display:flex;align-items:center;gap:4px;color:#858a91;font-size:clamp(11px,1.05vw,14px);font-weight:580}.browser-story-steps li:before{content:counter(browser-step);width:19px;height:19px;display:grid;place-items:center;flex:0 0 auto;border:1px solid currentColor;border-radius:50%;font-size:10px}.browser-story-steps li:nth-child(1){animation:browser-story-step-one 12s linear both;animation-play-state:var(--old-animation-play-state)}.browser-story-steps li:nth-child(2){animation:browser-story-step-two 12s linear both;animation-play-state:var(--old-animation-play-state)}.browser-story-steps li:nth-child(3){animation:browser-story-step-three 12s linear both;animation-play-state:var(--old-animation-play-state)}@keyframes browser-story-step-one{0%,20%{color:#3f4349}22%,to{color:#b0b2b6}}@keyframes browser-story-step-two{0%,20%{color:#b0b2b6}22%,52%{color:#3f4349}54%,to{color:#b0b2b6}}@keyframes browser-story-step-three{0%,52%{color:#b0b2b6}54%,to{color:#3f4349}}.browser-compare-now>p{height:24px;margin:0 0 14px;display:flex;align-items:center;color:#0071e3;font-size:16px;font-weight:620}.speed-promise-section{width:min(1320px,calc(100% - 48px));margin:0 auto;padding:148px 0 8px}.speed-promise-section h2{margin:0;color:#1d1e21;font-size:clamp(52px,6vw,82px);font-weight:760;line-height:1.02;letter-spacing:-3.8px}.speed-promise-section+.browser-switch-section{padding-top:92px}.no-search-section{width:min(1320px,calc(100% - 48px));margin:0 auto;padding:36px 0 116px;scroll-margin-top:24px}.no-search-section>h2{margin:0 0 36px;color:#1d1e21;font-size:clamp(38px,4.4vw,58px);font-weight:740;line-height:1.06;letter-spacing:-2.2px;text-align:center}.no-search-tabs{width:fit-content;max-width:100%;margin:0 auto 44px;padding:5px;display:flex;align-items:center;gap:3px;border:1px solid rgba(38,45,55,.08);border-radius:999px;background:#ffffff3d;-webkit-backdrop-filter:blur(16px) saturate(1.35);backdrop-filter:blur(16px) saturate(1.35);box-shadow:none}.no-search-tabs button{min-width:112px;height:44px;padding:0 17px;display:flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:999px;color:#62656a;background:transparent;cursor:pointer;font-size:15px;font-weight:620;transition:color .15s ease,background .15s ease,box-shadow .15s ease}.no-search-tabs button svg{width:17px;height:17px;stroke-width:1.9}.no-search-tabs button:hover{color:#25272b}.no-search-tabs button.active{color:#0071e3;background:#0a84ff14;box-shadow:none}.no-search-comparison{display:grid;grid-template-columns:minmax(0,13fr) minmax(0,7fr);gap:28px}.no-search-column{min-width:0}.no-search-column>header{height:56px;display:flex;align-items:flex-start}.no-search-column h3{margin:0;color:#4d5056;font-size:clamp(28px,2.7vw,38px);font-weight:780;line-height:1.12;letter-spacing:-1.1px}.no-search-now h3{color:var(--brand-blue)}.no-search-column>p{height:24px;margin:0 0 14px;display:flex;align-items:center;color:#75787e;font-size:16px;font-weight:560}.no-search-now>p{color:#0071e3;font-weight:620}.no-search-frame{position:relative;aspect-ratio:8 / 5}.no-search-canvas{position:absolute;top:0;left:0;width:1200px;height:750px;transform:scale(var(--no-search-scale, 1));transform-origin:top left}.no-search-scene-layer{position:absolute;top:0;right:0;bottom:0;left:0}.no-search-desktop{position:absolute;top:0;right:0;bottom:0;left:0;isolation:isolate;overflow:hidden;color:#282b30;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,PingFang SC,sans-serif}.no-search-wallpaper{position:absolute;z-index:-2;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.no-search-desktop:after{content:"";position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;background:#ecf6fc1f;pointer-events:none}.no-search-menu-bar{position:absolute;z-index:30;top:0;right:0;left:0;height:30px;padding:0 14px;display:flex;align-items:center;justify-content:space-between;color:#16191ddb;background:#f7fafccc;border-bottom:1px solid rgba(39,49,62,.11);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);font-size:13px;font-weight:570}.no-search-panel-rail{position:absolute;z-index:20;top:52px;bottom:30px;left:24px;width:78px;padding:17px 12px;display:flex;flex-direction:column;align-items:center;gap:12px;border:1px solid rgba(255,255,255,.56);border-radius:24px;background:linear-gradient(145deg,#ffffff94,#e0eaf457),#ebf1f773;-webkit-backdrop-filter:blur(30px) saturate(1.45);backdrop-filter:blur(30px) saturate(1.45);box-shadow:0 18px 42px #202f4b38,inset 0 1px #ffffff8f}.no-search-panel-rail>img{width:48px;height:48px;margin-bottom:12px;border-radius:12px}.no-search-panel-rail>span{width:48px;height:48px;display:grid;place-items:center;border-radius:13px;color:#1e252e8f}.no-search-panel-rail>span svg{width:24px;height:24px;stroke-width:1.8}.no-search-panel-rail>span.active{color:#0071e3;background:#ffffffc7;box-shadow:0 5px 16px #26436526,inset 0 0 0 1px #0071e324}.no-search-product-window{position:absolute;z-index:10;top:52px;right:38px;bottom:30px;left:126px;overflow:hidden;border:1px solid rgba(255,255,255,.64);border-radius:25px;background:linear-gradient(145deg,#ffffffc2,#e4edf68c),#f0f4f894;-webkit-backdrop-filter:blur(30px) saturate(1.35);backdrop-filter:blur(30px) saturate(1.35);box-shadow:0 22px 54px #21324838,inset 0 1px #ffffffad}.no-search-product-header{height:76px;padding:0 26px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(47,58,72,.09)}.no-search-product-header>span{display:flex;align-items:center;gap:12px}.no-search-product-header img{width:40px;height:40px;object-fit:contain;border-radius:10px}.no-search-product-header b{font-size:23px;letter-spacing:-.4px}.no-search-product-header small{color:#73777d;font-size:14px}.no-search-finder-columns{height:calc(100% - 76px);display:grid;grid-template-columns:repeat(3,1fr)}.no-search-finder-columns>section{min-width:0;border-right:1px solid rgba(37,46,57,.09)}.no-search-finder-columns>section:last-child{border-right:0}.no-search-finder-columns>section>header{height:62px;padding:0 20px;display:grid;grid-template-columns:22px 1fr auto;align-items:center;gap:10px;border-bottom:1px solid rgba(37,46,57,.08)}.no-search-finder-columns>section>header svg,.no-search-finder-row>svg{color:#2787d7}.no-search-finder-columns>section>header b{font-size:16px}.no-search-finder-columns>section>header span{color:#888c92;font-size:14px;letter-spacing:1px}.no-search-finder-row{min-height:78px;margin:9px 10px;padding:10px 12px;display:grid;grid-template-columns:28px 1fr;align-items:center;gap:10px;border-radius:11px;background:#ffffff6b}.no-search-finder-row>svg{width:23px;height:23px}.no-search-finder-row b,.no-search-finder-row small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.no-search-finder-row b{font-size:15px}.no-search-finder-row small{margin-top:5px;color:#777b81;font-size:12px}.applications-now{padding-bottom:18px;overflow:auto}.applications-now>section{padding:22px 28px 4px}.applications-now>section>header{height:28px;display:flex;align-items:center;gap:9px}.applications-now>section>header b{font-size:16px}.applications-now>section>header small{color:#8a8d92;font-size:13px}.applications-now>section>header i{flex:1;height:1px;background:#1e252d14}.applications-now>section>div{padding-top:16px;display:grid;grid-template-columns:repeat(6,1fr);gap:17px 12px}.applications-now>section>div>span{position:relative;min-width:0;height:94px;display:grid;justify-items:center;align-content:start;gap:7px;font-size:13px}.applications-now>section>div img{width:58px;height:58px;object-fit:contain;border-radius:13px}.applications-now>section>div b{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:530}.applications-now>section:first-of-type>div>span>i{position:absolute;top:57px;width:8px;height:3px;border-radius:99px;background:#20b947}.no-search-settings-search{height:44px;margin:20px 24px 0;padding:0 14px;display:flex;align-items:center;gap:9px;border-radius:11px;color:#83868b;background:#191f2712;font-size:14px}.no-search-settings-search svg{width:17px;height:17px}.no-search-settings-grid{padding:22px 24px;display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.no-search-settings-grid>span{height:115px;padding:14px 13px;display:grid;grid-template-columns:48px 1fr auto;align-items:center;gap:11px;border:1px solid rgba(37,46,57,.08);border-radius:14px;background:#ffffff7a}.no-search-settings-grid>span>i:first-child{width:48px;height:48px;display:grid;place-items:center;border-radius:15px;color:#fff}.no-search-settings-grid>span>i svg{width:25px;height:25px}.no-search-settings-grid .blue{background:#1687e8}.no-search-settings-grid .purple{background:#7256cf}.no-search-settings-grid .orange{background:#f29b2e}.no-search-settings-grid .gray{background:#777b82}.no-search-settings-grid .red{background:#e4574e}.no-search-settings-grid b{font-size:14px;font-weight:560}.no-search-settings-grid>span>svg{width:17px;height:17px;color:#9a9da2}.no-search-settings-grid em{width:36px;height:20px;padding:2px;display:flex;align-items:center;justify-content:flex-start;border-radius:99px;background:#b8bbc0}.no-search-settings-grid em>i{width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0003}.no-search-settings-grid em.active{justify-content:flex-end;background:#34b857}.no-search-link-list{height:calc(100% - 76px);padding:26px;display:grid;grid-template-columns:repeat(2,1fr);align-content:start;gap:16px}.no-search-link-list>span{min-height:112px;padding:18px 20px;display:grid;grid-template-columns:56px 1fr 24px;grid-template-rows:1fr 1fr;align-items:center;column-gap:14px;border:1px solid rgba(35,44,55,.09);border-radius:16px;background:#ffffff85}.no-search-link-list>span.selected{border-color:#0071e342;box-shadow:inset 0 0 0 1px #0071e312,0 8px 24px #005cb814}.no-search-link-list img{grid-row:1 / -1;width:56px;height:56px;object-fit:contain;border-radius:13px}.no-search-link-list b{align-self:end;font-size:16px}.no-search-link-list small{align-self:start;margin-top:3px;color:#787c82;font-size:12px}.no-search-link-list svg{grid-column:3;grid-row:1 / -1;color:#8c9096}.no-search-player-main{padding:34px 42px 22px;display:grid;grid-template-columns:190px 1fr;gap:34px}.no-search-player-main>img{width:190px;height:190px;object-fit:cover;border-radius:20px;box-shadow:0 18px 36px #1a243238}.no-search-player-main>div{padding-top:11px}.no-search-player-main small{color:#0071e3;font-size:14px;font-weight:650}.no-search-player-main h4{margin:16px 0 6px;font-size:38px;letter-spacing:-1.3px}.no-search-player-main p{margin:0;color:#6f7379;font-size:17px}.no-search-player-progress{position:relative;height:6px;margin-top:36px;overflow:hidden;border-radius:99px;background:#1f262f21}.no-search-player-progress i{position:absolute;top:0;right:47%;bottom:0;left:0;background:#0071e3}.no-search-player-progress span{position:absolute;top:50%;left:53%;width:15px;height:15px;border-radius:50%;background:#fff;box-shadow:0 2px 7px #18233138;transform:translate(-50%,-50%)}.no-search-player-main footer{margin-top:8px;display:flex;justify-content:space-between;color:#83878d;font-size:12px}.no-search-player-controls{margin:-2px auto 20px;display:flex;align-items:center;justify-content:center;gap:40px;color:#30343a}.no-search-player-controls>svg{width:26px;height:26px;fill:currentColor}.no-search-player-controls>span{width:60px;height:60px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#111418;box-shadow:0 8px 22px #161c2433}.no-search-player-controls>span svg{width:25px;height:25px;margin-left:4px;fill:currentColor}.no-search-player-queue{margin:0 28px;border-top:1px solid rgba(31,39,48,.09)}.no-search-player-queue>span{height:54px;display:grid;grid-template-columns:1fr 1fr auto;align-items:center;border-bottom:1px solid rgba(31,39,48,.07)}.no-search-player-queue b{font-size:14px}.no-search-player-queue small,.no-search-player-queue time{color:#7d8187;font-size:12px}.no-search-traffic{display:flex;gap:7px}.no-search-traffic i{width:12px;height:12px;border-radius:50%;background:#ff5f57;box-shadow:inset 0 0 0 .5px #0000001f}.no-search-traffic i:nth-child(2){background:#febc2e}.no-search-traffic i:nth-child(3){background:#28c840}.no-search-old-window{position:absolute;z-index:5;overflow:hidden;border:1px solid rgba(42,49,58,.22);border-radius:17px;background:#f8f8f8;box-shadow:0 24px 54px #1e2a3a47}.no-search-old-window>header{height:48px;padding:0 16px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;border-bottom:1px solid #d9dadd;background:#f2f2f3f5}.no-search-old-window>header b{font-size:14px}.no-search-old-window>header>span:last-child{justify-self:end}.old-finder{top:62px;right:42px;bottom:38px;left:42px}.old-finder>header>span:last-child{width:190px;height:28px;padding:0 10px;display:flex;align-items:center;border-radius:7px;color:#777b80;background:#e5e6e8;font-size:12px}.old-finder>div{height:calc(100% - 48px);display:grid;grid-template-columns:220px 1fr}.old-finder aside{padding:20px 14px;display:flex;flex-direction:column;gap:7px;border-right:1px solid #dadce0;background:#e8ebeef0}.old-finder aside b{margin:4px 8px;color:#80848a;font-size:11px}.old-finder aside span{height:34px;padding:0 9px;display:flex;align-items:center;gap:8px;border-radius:7px;font-size:13px}.old-finder aside span.selected{background:#cfd2d6}.old-finder aside svg{width:16px;height:16px;color:#4288c8}.old-finder main{min-width:0;background:#fff}.old-finder-toolbar{height:46px;padding:0 15px;display:flex;align-items:center;color:#6d7177;border-bottom:1px solid #e0e1e3;font-size:14px}.old-finder-toolbar small{margin-left:auto;color:#83878c;font-size:11px}.old-finder main p{height:51px;margin:0;padding:0 16px;display:grid;grid-template-columns:23px minmax(160px,1fr) 120px 130px;align-items:center;gap:10px;border-bottom:1px solid #ececee;font-size:12px}.old-finder main p:nth-child(odd){background:#f7f7f8}.old-finder main p>svg{color:#3b8bd2}.old-finder main p b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.old-finder main p span,.old-finder main p time{color:#777b81}.old-launchpad{position:absolute;top:30px;right:0;bottom:0;left:0;padding:54px 72px 34px;overflow:hidden;color:#fff;background:#0f19265c;-webkit-backdrop-filter:blur(22px) saturate(.8);backdrop-filter:blur(22px) saturate(.8);text-shadow:0 1px 4px rgba(0,0,0,.4)}.old-launchpad>label{width:300px;height:38px;margin:0 auto 35px;display:flex;align-items:center;justify-content:center;gap:8px;border:1px solid rgba(255,255,255,.42);border-radius:10px;background:#ffffff26;font-size:14px}.old-launchpad>div{display:grid;grid-template-columns:repeat(8,1fr);gap:28px 30px}.old-launchpad>div>span{min-width:0;display:grid;justify-items:center;gap:8px}.old-launchpad img{width:66px;height:66px;object-fit:contain;border-radius:15px;filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}.old-launchpad b{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:520}.old-launchpad footer{position:absolute;right:0;bottom:20px;left:0;display:flex;justify-content:center;gap:8px}.old-launchpad footer i{width:7px;height:7px;border-radius:50%;background:#ffffff73}.old-launchpad footer i.active{background:#fff}.old-settings{top:55px;right:38px;bottom:35px;left:38px}.old-settings>div{height:calc(100% - 48px);display:grid;grid-template-columns:310px 1fr}.old-settings aside{padding:14px 12px;overflow:hidden;border-right:1px solid #d9dadd;background:#ececee}.old-settings aside>label{height:34px;padding:0 11px;display:flex;align-items:center;gap:7px;border-radius:8px;color:#777b80;background:#dfe0e2;font-size:13px}.old-settings aside>strong{height:65px;margin:8px 0;padding:0 8px;display:flex;align-items:center;gap:11px}.old-settings aside>strong>i{width:43px;height:43px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#73767b;font-style:normal}.old-settings aside>strong span{display:grid;font-size:13px}.old-settings aside>strong small{margin-top:3px;color:#777b81;font-size:11px}.old-settings aside p{height:32px;margin:0;padding:0 8px;display:grid;grid-template-columns:22px 1fr 15px;align-items:center;gap:7px;border-radius:6px;font-size:12px}.old-settings aside p:nth-of-type(12){background:#d3d5d8}.old-settings aside p>svg:first-child{width:17px;height:17px;color:#3a85c9}.old-settings aside p>svg:last-child{width:13px;height:13px;color:#979a9f}.old-settings main{padding:34px 40px;overflow:hidden;background:#f7f7f8}.old-settings main h3{margin:0 0 31px;font-size:26px}.old-settings main section{margin-bottom:25px;overflow:hidden;border:1px solid #dedfe1;border-radius:12px;background:#fff}.old-settings main section>b{height:41px;padding:0 17px;display:flex;align-items:center;border-bottom:1px solid #e4e5e6;font-size:14px}.old-settings main section p{height:54px;margin:0;padding:0 17px;display:flex;align-items:center;border-bottom:1px solid #ececee;font-size:13px}.old-settings main section p:last-child{border-bottom:0}.old-settings main section p>i{flex:1;height:4px;margin-left:30px;border-radius:99px;background:linear-gradient(90deg,#1687e8 45%,#d4d5d8 45%)}.old-settings main section p>span,.old-settings main section p>em{margin-left:auto}.old-settings main section p>span{padding:6px 11px;border-radius:7px;background:#eceef0}.old-settings main section p>em{width:36px;height:20px;padding:2px;display:flex;border-radius:99px;background:#c0c2c5}.old-settings main section p>em i{width:16px;height:16px;border-radius:50%;background:#fff}.old-bookmarks{inset:auto;top:110px;left:150px;width:900px;height:560px}.old-bookmarks>nav{height:46px;padding:0 14px;display:grid;grid-template-columns:90px 1fr 60px;align-items:center;gap:10px;background:#f1f2f4;border-bottom:1px solid #d9dbde;font-size:13px}.old-bookmarks>nav label{height:30px;padding:0 14px;display:flex;align-items:center;border-radius:16px;background:#fff}.old-bookmarks>div{height:calc(100% - 94px);display:grid;grid-template-columns:230px 1fr}.old-bookmarks aside{padding:23px 15px;display:flex;flex-direction:column;gap:8px;border-right:1px solid #dedfe1;background:#f5f6f7}.old-bookmarks aside b{margin:0 10px 12px;font-size:17px}.old-bookmarks aside span{height:37px;padding:0 10px;display:flex;align-items:center;gap:9px;border-radius:8px;font-size:13px}.old-bookmarks aside span:nth-of-type(1){background:#dbe8fa}.old-bookmarks aside svg{color:#6c7178}.old-bookmarks main{padding:20px 24px;background:#fff}.old-bookmarks main>label{height:38px;padding:0 13px;display:flex;align-items:center;gap:8px;border-radius:9px;color:#7c8085;background:#f0f1f3;font-size:13px}.old-bookmarks main p{height:51px;margin:0;padding:0 10px;display:grid;grid-template-columns:24px 1fr 70px 25px;align-items:center;gap:10px;border-bottom:1px solid #eceef0;font-size:13px}.old-bookmarks main p>svg{color:#6f747a}.old-bookmarks main p>span{min-width:0;display:grid}.old-bookmarks main p b,.old-bookmarks main p small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.old-bookmarks main p small{margin-top:2px;color:#868a90;font-size:10px}.old-bookmarks main p em{color:#7e8288;font-size:11px;font-style:normal}.old-player-stack{position:absolute;top:30px;right:0;bottom:0;left:0}.old-player-window{position:absolute;overflow:hidden;border:1px solid rgba(34,42,53,.22);border-radius:17px;background:#fff;box-shadow:0 22px 50px #1d2a3a47}.old-player-window>header{height:46px;padding:0 15px;display:flex;align-items:center;gap:18px;border-bottom:1px solid #dcdde0;background:#f3f3f4;font-size:13px}.old-player-window.music{z-index:6;top:66px;left:65px;width:600px;height:530px}.old-player-window.music main{display:grid;justify-items:center;padding:34px}.old-player-window.music main>img{width:230px;height:230px;border-radius:10px;box-shadow:0 14px 32px #1c26333b}.old-player-window.music h3{margin:22px 0 5px;font-size:28px}.old-player-window.music p{margin:0;color:#777b81;font-size:15px}.old-player-window.music main>span{margin-top:27px;display:flex;align-items:center;gap:38px}.old-player-window.music main>span>svg{width:25px;height:25px;fill:currentColor}.old-player-window.music main>span i{width:54px;height:54px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#111418}.old-player-window.music main>span i svg{width:23px;height:23px;margin-left:4px;fill:currentColor}.old-player-window.spotify{z-index:5;top:38px;right:55px;width:680px;height:470px;color:#fff;background:#181818}.old-player-window.spotify>header{color:#fff;border-color:#303034;background:#222226}.old-player-window.spotify>aside{position:absolute;top:46px;bottom:0;left:0;width:170px;padding:24px 18px;color:#bfc1c4;background:#111;font-size:13px;line-height:2.1}.old-player-window.spotify>main{margin-left:170px;padding:52px 36px;background:linear-gradient(#59496f,#181818 70%)}.old-player-window.spotify main img{width:145px;height:145px;border-radius:7px;box-shadow:0 12px 28px #0000004d}.old-player-window.spotify h3{margin:20px 0 7px;font-size:29px}.old-player-window.spotify p{margin:0;color:#c6c8cb;font-size:13px}.old-player-window.youtube{z-index:7;right:80px;bottom:42px;width:570px;height:330px}.old-player-window.youtube main{height:calc(100% - 46px);padding:37px;color:#fff;background:linear-gradient(135deg,#0f1319,#4c6075)}.old-player-window.youtube main>span{width:72px;height:72px;display:grid;place-items:center;border-radius:50%;background:#ffffff29;font-size:30px}.old-player-window.youtube h3{margin:30px 0 7px;font-size:24px}.old-player-window.youtube p{margin:0;color:#ffffffb3;font-size:13px}.no-search-product-scene .no-search-real-menu-bar{width:100%;height:30px;font-size:13px}.no-search-product-scene .omnidock-panel-wrap{top:42px;bottom:12px;left:12px}.no-search-product-scene.is-links .omnidock-panel-wrap,.no-search-product-scene.is-player .omnidock-panel-wrap{top:52px;bottom:auto;left:64px;height:696px;transform:scale(1.9);transform-origin:top left}.no-search-product-scene.is-links .omnidock-panel-wrap{top:42px;left:64px;height:696px;transform:scale(1.5)}.no-search-product-scene.is-player .omnidock-panel-wrap{top:66px;left:84px;transform:scale(2.25)}.no-search-product-scene.is-player .player-mini{border-color:#0071e37a;background:#ffffff94;box-shadow:0 0 0 3px #0071e32e,0 9px 24px #004e9c29}.no-search-product-scene.is-player .omnidock-panel>.quick-icons,.no-search-product-scene.is-player .omnidock-panel>.running-icons,.no-search-product-scene.is-player .omnidock-panel>.panel-section-divider,.no-search-product-scene.is-player .omnidock-panel>.panel-browser-group,.no-search-product-scene.is-player .omnidock-panel>.panel-chat-group,.no-search-product-scene.is-player .omnidock-panel>.trash-row{opacity:.12;pointer-events:none}.no-search-product-scene.is-links .player-mini,.no-search-product-scene.is-links .omnidock-panel>.running-icons,.no-search-product-scene.is-links .omnidock-panel>.panel-section-divider,.no-search-product-scene.is-links .omnidock-panel>.panel-browser-group,.no-search-product-scene.is-links .omnidock-panel>.panel-chat-group,.no-search-product-scene.is-links .omnidock-panel>.trash-row{opacity:.12;pointer-events:none}.no-search-product-scene.is-finder .omnidock-panel>*,.no-search-product-scene.is-applications .omnidock-panel>*,.no-search-product-scene.is-settings .omnidock-panel>*{opacity:.12;pointer-events:none}.no-search-product-scene.is-finder .omnidock-drawer,.no-search-product-scene.is-applications .omnidock-drawer,.no-search-product-scene.is-settings .omnidock-drawer{left:248px;height:100%;border:1px solid rgba(0,113,227,.58);background:#ffffffb8;box-shadow:0 0 0 4px #edf8ffe6,0 0 0 7px #0071e347,0 22px 48px #0b1d3052}.no-search-product-scene.is-applications .drawer-app-group-header h3,.no-search-product-scene.is-settings .drawer-section-title h3{font-size:12px;font-weight:580}.no-search-product-scene.is-applications .drawer-app-group-header>span,.no-search-product-scene.is-applications .drawer-app-subsection h4{font-size:11px}.no-search-product-scene.is-applications .drawer-apps-view{padding:10px 12px 12px}.no-search-product-scene.is-applications .drawer-apps-view>header{gap:6px}.no-search-product-scene.is-applications .drawer-apps-view>header h2{font-size:20px}.no-search-product-scene.is-applications .drawer-apps-view>header label{height:30px}.no-search-product-scene.is-applications .drawer-app-group{margin-top:7px}.no-search-product-scene.is-applications .drawer-app-group-header{height:20px;gap:6px}.no-search-product-scene.is-applications .drawer-app-expand-button{min-width:45px;height:19px;padding:0 6px;font-size:10px}.no-search-product-scene.is-applications .drawer-app-expand-button svg{width:9px;height:9px}.no-search-product-scene.is-applications .drawer-app-grid{gap:5px 8px;padding-top:5px}.no-search-product-scene.is-applications .drawer-app-subsection h4{margin:0 0 -3px}.no-search-product-scene.is-applications .drawer-app-cell{min-height:58px}.no-search-product-scene.is-applications .drawer-app-main{gap:8px;font-size:12px}.no-search-product-scene.is-applications .drawer-app-icon{width:44px;height:44px}.no-search-product-scene.is-applications .drawer-app-icon>img,.no-search-product-scene.is-applications .drawer-app-icon>svg{width:40px;height:40px;border-radius:10px}.no-search-product-scene.is-links .quick-icons{position:relative;z-index:2;grid-template-columns:repeat(6,24px);justify-content:space-between;column-gap:0;row-gap:8px;padding:8px 6px;border:1px solid rgba(0,113,227,.48);border-radius:13px;background:#ffffff94;-webkit-backdrop-filter:blur(18px) saturate(1.35);backdrop-filter:blur(18px) saturate(1.35);box-shadow:0 0 0 3px #0071e32e,0 9px 24px #004e9c29}.no-search-product-scene.is-links .quick-link-cell,.no-search-product-scene.is-links .quick-link-button{width:24px;height:24px}.no-search-product-scene.is-links .quick-link-button img,.no-search-product-scene.is-links .quick-link-button svg{width:24px;height:24px;border-radius:6px}.old-finder-scene{position:absolute;top:30px;right:0;bottom:0;left:0;overflow:hidden}.old-desktop-files span{position:absolute;top:var(--desktop-y);left:var(--desktop-x);z-index:1;width:96px;display:grid;justify-items:center;gap:7px;color:#fff;text-align:center;text-shadow:0 2px 5px rgba(0,0,0,.7)}.old-desktop-files svg{width:50px;height:50px;color:#79b8ee;fill:#ebf6ffe0;filter:drop-shadow(0 4px 7px rgba(17,37,57,.28))}.old-desktop-files b{max-width:100%;font-size:13px;font-weight:560;line-height:1.2}.old-finder-window{width:820px;height:520px}.old-finder-window.tertiary{z-index:2;top:40px;left:62px;opacity:.92}.old-finder-window.secondary{z-index:3;top:88px;left:168px;opacity:.96}.old-finder-window.primary{z-index:5;top:145px;left:286px}.old-finder-window>header>span:last-child{width:190px;height:28px;padding:0 10px;display:flex;align-items:center;gap:6px;border-radius:7px;color:#777b80;background:#e5e6e8;font-size:12px}.old-finder-window>div{height:calc(100% - 48px);display:grid;grid-template-columns:190px 1fr}.old-finder-window aside{padding:20px 14px;display:flex;flex-direction:column;gap:7px;border-right:1px solid #dadce0;background:#e8ebeef5}.old-finder-window aside b{margin:4px 8px;color:#80848a;font-size:12px}.old-finder-window aside span{height:34px;padding:0 9px;display:flex;align-items:center;gap:8px;border-radius:7px;font-size:13px}.old-finder-window aside span.selected{background:#cfd2d6}.old-finder-window aside svg{width:16px;height:16px;color:#4288c8}.old-finder-window main{min-width:0;background:#fff}.old-finder-window main p{height:55px;margin:0;padding:0 16px;display:grid;grid-template-columns:23px minmax(180px,1fr) 120px 110px;align-items:center;gap:10px;border-bottom:1px solid #ececee;font-size:12px}.old-finder-window main p:nth-child(odd){background:#f7f7f8}.old-finder-window main p>svg{color:#3b8bd2}.old-finder-window main p b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.old-finder-window main p span,.old-finder-window main p time{color:#777b81}.old-applications-window{position:absolute;z-index:6;top:170px;left:250px;width:700px;height:440px;overflow:hidden;border:1px solid rgba(255,255,255,.78);border-radius:31px;color:#46484c;background:linear-gradient(145deg,#ffffffe0,#eef5fac7),#f5f8fad1;-webkit-backdrop-filter:blur(28px) saturate(1.25);backdrop-filter:blur(28px) saturate(1.25);box-shadow:0 26px 65px #1d2a3a47,inset 0 1px #fffc}.old-applications-window>header{height:60px;padding:0 22px;display:grid;grid-template-columns:52px 1fr auto;align-items:center;gap:16px;border-bottom:1px solid rgba(66,71,78,.13)}.old-applications-mark{width:38px;height:38px;display:grid;place-items:center;color:#73767a;font-size:24px;font-weight:770;line-height:1}.old-applications-window h3{margin:0;font-size:27px;font-weight:620;letter-spacing:-1px}.old-applications-window>header>svg{width:27px;height:27px;color:#74777b}.old-applications-window>nav{min-height:48px;padding:8px 20px;display:flex;align-items:center;gap:9px;overflow:hidden;border-bottom:1px solid rgba(66,71,78,.13)}.old-applications-window>nav span{flex:0 0 auto;padding:5px 9px;border-radius:10px;color:#74777c;background:#ffffffad;font-size:11px;font-weight:590}.old-applications-window>main{height:calc(100% - 108px);padding:18px 28px 24px;display:grid;grid-template-columns:repeat(7,1fr);align-content:start;gap:18px 21px;overflow:hidden}.old-applications-window>main>span{min-width:0;display:grid;justify-items:center;align-content:start;gap:9px}.old-applications-window>main img{width:52px;height:52px;object-fit:contain;border-radius:12px;filter:drop-shadow(0 4px 7px rgba(30,39,51,.18))}.old-applications-window>main b{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:540}.old-settings{inset:auto;top:55px;left:220px;width:760px;height:640px;border-radius:22px}.old-settings>header{height:50px;grid-template-columns:250px 1fr auto;background:#f7f7f8f7}.old-settings-history{justify-self:start;margin-left:12px;color:#7d8084;font-size:25px;letter-spacing:10px}.old-settings>div{height:calc(100% - 50px);grid-template-columns:250px 1fr}.old-settings aside{padding:14px 14px 24px;overflow:hidden;background:#f4f4f5f5}.old-settings aside>label{height:35px;padding:0 12px;border-radius:11px;font-size:13px}.old-settings aside>strong{height:60px;margin:7px 0;gap:11px}.old-settings aside>strong>i{width:40px;height:40px;font-size:13px}.old-settings aside>strong>i.old-settings-avatar{overflow:hidden;background:#d8dade}.old-settings aside>strong>i.old-settings-avatar img{width:100%;height:100%;object-fit:cover}.old-settings aside>strong span{font-size:14px}.old-settings aside>strong small{font-size:11px}.old-settings aside p{height:38px;padding:0 10px;grid-template-columns:29px 1fr;gap:8px;border-radius:10px;font-size:13px}.old-settings aside p:nth-of-type(12){background:transparent}.old-settings aside p.selected{color:#fff;background:#0a6bdd}.old-settings aside p.selected .old-setting-icon{box-shadow:0 1px 4px #0000003d}.old-settings main{padding:16px 20px 30px;overflow:hidden;background:#f9f9f9fa}.old-setting-icon{width:30px;height:30px;display:grid;place-items:center;border-radius:8px;color:#fff;background:#909399;box-shadow:0 2px 5px #1d242d33}.old-setting-icon svg{width:18px;height:18px}.old-setting-icon.blue{background:#1889ed}.old-setting-icon.green{background:#3dc766}.old-setting-icon.red{background:#f04e68}.old-setting-icon.cyan{background:#20bdd1}.old-setting-icon.dark{background:#292a2d}.old-settings-hero{min-height:175px;padding:15px 24px;display:grid;justify-items:center;align-content:center;border-radius:20px}.old-settings main .old-settings-hero{background:#f3f3f3}.old-settings main .old-settings-hero .old-setting-icon{width:53px;height:53px;border-radius:15px}.old-settings main .old-settings-hero .old-setting-icon svg{width:34px;height:34px}.old-settings main .old-settings-hero h3{margin:8px 0 2px;font-size:25px}.old-settings main .old-settings-hero p{width:100%;height:auto;min-height:0;margin:0;padding:0;display:block;color:#777b80;font-size:12px;line-height:1.45;text-align:center;white-space:nowrap}.old-settings-groups{padding-top:12px;display:grid;gap:10px}.old-settings main .old-settings-groups section{margin:0;overflow:hidden;border:0;border-radius:16px;background:#f2f2f2}.old-settings main .old-settings-groups section p{height:41px;padding:0 13px;display:grid;grid-template-columns:32px 1fr 18px;gap:12px;font-size:12px}.old-settings main .old-settings-groups section p .old-setting-icon{width:28px;height:28px;border-radius:7px}.old-settings main .old-settings-groups section p .old-setting-icon svg{width:16px;height:16px}.old-settings main .old-settings-groups section p>svg{color:#a2a5a9}.old-settings main section p>.old-setting-icon{flex:none;height:28px;margin:0;background:#909399}.old-settings main section p>.old-setting-icon.blue{background:#1889ed}.old-settings main section p>.old-setting-icon.green{background:#3dc766}.old-settings main section p>.old-setting-icon.red{background:#f04e68}.no-search-legacy-players{position:absolute;top:30px;right:0;bottom:0;left:0}.no-search-legacy-players .spotify-window{top:64px;left:390px;width:720px;height:470px}.story-music-window{top:205px;left:88px;width:660px;height:450px;color:#24262a;background:#fff}.story-music-body{height:calc(100% - 35px);display:grid;grid-template-columns:145px 1fr}.story-music-body>aside{padding:18px 12px;display:flex;flex-direction:column;gap:8px;border-right:1px solid #dedfe2;color:#60636a;background:#f4f4f5;font-size:11px}.story-music-body>aside strong{margin:0 5px 9px;color:#e9425d;font-size:15px}.story-music-body>aside span{height:25px;padding:0 7px;display:flex;align-items:center;border-radius:6px}.story-music-body>aside span:first-of-type{color:#fff;background:#e94762}.story-music-body>aside i{height:1px;margin:5px;background:#d9dade}.story-music-body>aside b{margin:0 7px;color:#8a8d92;font-size:9px}.story-music-body>main{position:relative;min-width:0;padding-bottom:62px;overflow:hidden}.story-music-body>main>header{height:160px;padding:22px 26px 18px;display:grid;grid-template-columns:120px 1fr;align-items:end;gap:20px;background:#f4e7e7}.story-music-body>main>header img{width:120px;height:120px;border-radius:8px;box-shadow:0 9px 22px #36232338}.story-music-body>main>header small{color:#d9415c;font-size:9px;font-weight:650}.story-music-body>main>header h2{margin:7px 0 5px;font-size:29px}.story-music-body>main>header p{margin:0;color:#777b81;font-size:11px}.story-music-body>main>section{padding:8px 20px}.story-music-body>main>section p{height:39px;margin:0;padding:0 7px;display:grid;grid-template-columns:20px 1fr 110px 40px;align-items:center;border-bottom:1px solid #ececef;font-size:10px}.story-music-body>main>section p.active{color:#d9415c}.story-music-body>main>section p small{color:#7c8085}.story-music-body>main>section p time{color:#8a8d92;text-align:right}.story-music-body>main>footer{position:absolute;right:0;bottom:0;left:0;height:62px;padding:8px 16px;display:grid;grid-template-columns:42px 1fr 25px 34px 25px 78px;align-items:center;gap:8px;border-top:1px solid #dedfe2;background:#f8f8f9fa}.story-music-body>main>footer img{width:42px;height:42px;border-radius:5px}.story-music-body>main>footer span b,.story-music-body>main>footer span small{display:block;font-size:9px}.story-music-body>main>footer span small{color:#7c8085}.story-music-body>main>footer>svg{width:16px;height:16px;fill:currentColor}.story-music-body>main>footer>i{width:29px;height:29px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#e94762}.story-music-body>main>footer>i svg{width:12px;height:12px;fill:currentColor}.story-music-body>main>footer>em{height:4px;border-radius:4px;background:linear-gradient(90deg,#e94762 55%,#d5d6d9 55%)}.auto-quit-section{width:min(1320px,calc(100% - 48px));margin:0 auto;padding:36px 0 116px;scroll-margin-top:24px}.auto-quit-section>h2{margin:0 0 52px;color:#1d1e21;font-size:clamp(38px,4.4vw,58px);font-weight:740;line-height:1.06;letter-spacing:-2.2px;text-align:center}.auto-quit-comparison{display:grid;grid-template-columns:minmax(0,13fr) minmax(0,7fr);gap:28px}.auto-quit-column{min-width:0}.auto-quit-column>header{height:56px;display:flex;align-items:flex-start}.auto-quit-column h3{margin:0;color:#4d5056;font-size:clamp(28px,2.7vw,38px);font-weight:780;line-height:1.12;letter-spacing:-1.1px}.auto-quit-now h3{color:var(--brand-blue)}.auto-quit-before h3{font-size:clamp(23px,2.25vw,32px);letter-spacing:-.8px}.auto-quit-column>p{height:24px;margin:0 0 14px;display:flex;align-items:center;color:#75787e;font-size:16px;font-weight:560}.auto-quit-now>p{color:#0071e3;font-weight:620}.auto-quit-story-canvas{color:#25272b}.auto-quit-desktop{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.auto-quit-menu-bar{z-index:80;background:#f6f9fcc7}.auto-quit-panel-host{position:absolute;top:0;right:0;bottom:0;left:0;z-index:50;pointer-events:none}.auto-quit-panel-host .omnidock-panel-wrap{z-index:50}.auto-quit-panel-demo{position:absolute;top:0;right:0;bottom:0;left:0}.auto-quit-magnifier{position:absolute;z-index:55;top:136px;left:83px;width:92px;pointer-events:none}.auto-quit-magnifier img{width:100%;height:auto;display:block;object-fit:contain;filter:drop-shadow(0 10px 15px rgba(25,35,49,.2))}.auto-quit-inactivity-tip{position:absolute;z-index:56;top:248px;left:58px;width:360px;min-height:104px;padding:22px 24px;display:flex;align-items:center;border:1px solid rgba(57,70,86,.13);border-radius:20px;color:#34383e;background:#f5f8fbf0;-webkit-backdrop-filter:blur(18px) saturate(1.12);backdrop-filter:blur(18px) saturate(1.12);box-shadow:0 16px 34px #19233126,inset 0 1px #ffffffb8;pointer-events:none}.auto-quit-inactivity-tip p{margin:0;display:grid;gap:2px;font-size:17px;font-weight:620;line-height:1.55;letter-spacing:-.12px}.auto-quit-inactivity-tip p span{white-space:nowrap}.auto-quit-window{position:absolute;overflow:hidden;border:1px solid rgba(27,31,38,.16);border-radius:18px;background:#fff;box-shadow:0 22px 52px #131f313d;transform-origin:center;will-change:opacity,transform}.auto-quit-window>header{position:relative;height:52px;padding:0 18px;display:grid;grid-template-columns:82px 1fr 82px;align-items:center;border-bottom:1px solid rgba(30,34,40,.08);background:#f7f7f8f5}.auto-quit-window>header>span:nth-child(2){min-width:0;display:flex;align-items:center;justify-content:center;gap:8px}.auto-quit-window>header img{width:22px;height:22px;object-fit:contain;border-radius:5px}.auto-quit-window>header b{overflow:hidden;font-size:14px;font-weight:620;text-overflow:ellipsis;white-space:nowrap}.auto-quit-traffic{display:flex;gap:7px}.auto-quit-traffic i{width:12px;height:12px;border-radius:50%;background:#ff5f57;box-shadow:inset 0 0 0 .5px #0000001f}.auto-quit-traffic i:nth-child(2){background:#febc2e}.auto-quit-traffic i:nth-child(3){background:#28c840}.is-clean .auto-quit-window-primary{z-index:5;top:88px;right:72px;bottom:124px;left:330px}.is-crowded .auto-quit-window-primary{z-index:8;top:118px;left:760px;width:610px;height:572px}.is-crowded .auto-quit-window-chrome{z-index:4;top:62px;left:90px;width:990px;height:540px}.is-crowded .auto-quit-window-chatgpt{z-index:6;top:176px;left:650px;width:690px;height:510px}.is-crowded .auto-quit-window-figma{z-index:5;top:205px;left:292px;width:900px;height:540px}.is-crowded .auto-quit-window-slack{z-index:7;top:325px;left:124px;width:750px;height:460px}.auto-quit-notion{height:calc(100% - 52px);display:grid;grid-template-columns:225px 1fr;background:#fff}.auto-quit-notion>aside{padding:25px 16px;display:flex;flex-direction:column;gap:12px;border-right:1px solid #e6e7e9;color:#5b5e63;background:#f7f7f6;font-size:14px}.auto-quit-notion>aside strong{margin-bottom:11px;display:flex;align-items:center;gap:9px;color:#202226;font-size:16px}.auto-quit-notion>aside strong img{width:27px;height:27px}.auto-quit-notion>aside small{margin-top:13px;color:#8b8e93;font-size:12px}.auto-quit-notion>aside span{padding:8px 9px;border-radius:7px}.auto-quit-notion>aside span.selected{color:#24262a;background:#e9e9e7;font-weight:620}.auto-quit-notion>main{min-width:0}.auto-quit-notion>main>header{height:48px;padding:0 23px;display:flex;align-items:center;justify-content:flex-end;border-bottom:1px solid #ececee;color:#72757a;font-size:13px}.auto-quit-notion>main>article{width:min(720px,calc(100% - 80px));margin:0 auto;padding:58px 0}.auto-quit-notion>main>article>small{font-size:34px}.auto-quit-notion h3{margin:15px 0 12px;color:#1f2023;font-size:39px;letter-spacing:-1px}.auto-quit-notion p{margin:0;color:#65686d;font-size:16px}.auto-quit-notion-columns{margin-top:35px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.auto-quit-notion-columns section{padding:17px;display:grid;align-content:start;gap:11px;border:1px solid #e5e6e8;border-radius:10px;background:#fafafa}.auto-quit-notion-columns b{margin-bottom:5px;font-size:14px}.auto-quit-notion-columns span{padding:12px;border-radius:7px;background:#fff;box-shadow:0 1px 3px #14192014;font-size:13px}.auto-quit-chrome{height:calc(100% - 52px);display:grid;grid-template-rows:56px 47px 1fr}.auto-quit-chrome>nav{padding:12px 14px 0;display:grid;grid-template-columns:1fr 1.4fr 1fr 35px;align-items:end;gap:7px;background:#e8eaed}.auto-quit-chrome>nav span,.auto-quit-chrome>nav b{height:44px;padding:0 13px;display:flex;align-items:center;overflow:hidden;border-radius:10px 10px 0 0;color:#5e6268;background:#ffffff57;font-size:13px;white-space:nowrap}.auto-quit-chrome>nav b{color:#24262a;background:#fff}.auto-quit-chrome>nav i{align-self:center;font-size:23px;font-style:normal}.auto-quit-chrome>label{margin:6px 14px;padding:0 15px;display:flex;align-items:center;border-radius:18px;color:#777b81;background:#f1f2f4;font-size:12px}.auto-quit-chrome>div{min-height:0;display:grid;grid-template-columns:170px 1fr;background:#f6f8fc}.auto-quit-chrome aside{padding:17px 13px;display:flex;flex-direction:column;gap:11px;color:#5f6368;font-size:13px}.auto-quit-chrome aside strong{margin-bottom:8px;color:#2d3136;font-size:17px}.auto-quit-chrome aside b{width:fit-content;padding:12px 15px;border-radius:13px;color:#163d52;background:#c2e7ff}.auto-quit-chrome aside span{padding:7px 10px}.auto-quit-chrome aside span.selected{border-radius:14px;background:#d3e3fd}.auto-quit-chrome main{min-width:0;overflow:hidden;border-radius:12px 0 0;background:#fff}.auto-quit-chrome main header{height:45px;padding:0 15px;display:flex;align-items:center;color:#6b6f75;font-size:12px}.auto-quit-chrome main p{height:49px;margin:0;padding:0 15px;display:grid;grid-template-columns:145px 1fr 48px;align-items:center;gap:10px;border-top:1px solid #e5e7ea;color:#5e6267;background:#f7f8f9;font-size:12px}.auto-quit-chrome main p b{color:#2d3034}.auto-quit-chrome main p span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.auto-quit-chrome main time{text-align:right}.auto-quit-chat{height:calc(100% - 52px);display:grid;grid-template-columns:210px 1fr}.auto-quit-chat>aside{padding:23px 15px;display:flex;flex-direction:column;gap:13px;border-right:1px solid #e5e6e8;color:#56595e;background:#f7f7f8;font-size:13px}.auto-quit-chat>aside strong{margin-bottom:12px;color:#202226;font-size:17px}.auto-quit-chat>aside b,.auto-quit-chat>aside span{padding:9px;border-radius:7px}.auto-quit-chat>aside b{border:1px solid #dadce0}.auto-quit-chat>aside span.selected{background:#e7e8ea}.auto-quit-chat>main{position:relative;padding:0 34px}.auto-quit-chat>main>header{height:49px;display:grid;place-items:center;border-bottom:1px solid #eceef0;font-size:15px;font-weight:620}.auto-quit-chat p.user{width:70%;margin:55px 0 33px auto;padding:14px 17px;border-radius:18px;background:#f0f0f0;font-size:14px;line-height:1.45}.auto-quit-chat article{display:grid;grid-template-columns:28px 1fr;gap:13px;font-size:14px;line-height:1.55}.auto-quit-chat article img{width:28px;height:28px}.auto-quit-chat article p{margin:0}.auto-quit-chat>main>label{position:absolute;right:32px;bottom:24px;left:32px;height:51px;padding:0 17px;display:flex;align-items:center;justify-content:space-between;border:1px solid #dfe1e4;border-radius:18px;color:#a0a3a8;font-size:13px}.auto-quit-figma{height:calc(100% - 52px);display:grid;grid-template-columns:190px 1fr 200px}.auto-quit-figma>aside{padding:18px 14px;display:flex;flex-direction:column;gap:12px;color:#5c6065;background:#fafafa;font-size:12px}.auto-quit-figma>aside:first-child{border-right:1px solid #d9dbde}.auto-quit-figma>aside:last-child{border-left:1px solid #d9dbde}.auto-quit-figma>aside strong{margin-bottom:6px;color:#24262a;font-size:14px}.auto-quit-figma>aside span{padding:6px;border-radius:4px}.auto-quit-figma>aside span.selected{background:#dcecf8}.auto-quit-figma>main{min-width:0;background:#dadcdf}.auto-quit-figma>main>header{height:41px;padding:0 13px;display:flex;align-items:center;color:#55595f;background:#f6f6f6;font-size:11px}.auto-quit-figma>main>div{height:calc(100% - 41px);display:grid;place-items:center}.auto-quit-figma>main section{width:420px;height:265px;padding:38px 45px;background:#fff;box-shadow:0 4px 13px #171c2333}.auto-quit-figma>main small{color:#6a6d72;font-size:9px;letter-spacing:1px}.auto-quit-figma>main h3{width:320px;margin:31px 0 10px;font-size:26px;line-height:1.05}.auto-quit-figma>main p{width:300px;color:#74777d;font-size:11px}.auto-quit-figma>main button{margin-top:20px;padding:9px 15px;border:0;border-radius:6px;color:#fff;background:#141518;font:600 10px -apple-system,BlinkMacSystemFont,sans-serif}.auto-quit-slack{height:calc(100% - 52px);display:grid;grid-template-columns:210px 1fr}.auto-quit-slack>aside{padding:19px 14px;display:flex;flex-direction:column;gap:11px;color:#ffffffc7;background:#4a154b;font-size:13px}.auto-quit-slack>aside strong{margin-bottom:13px;color:#fff;font-size:17px}.auto-quit-slack>aside small{margin-top:11px;color:#ffffff94}.auto-quit-slack>aside span{padding:7px 9px;border-radius:5px}.auto-quit-slack>aside span.selected{color:#fff;background:#1164a3}.auto-quit-slack>main{position:relative;min-width:0;background:#fff}.auto-quit-slack>main>header{height:55px;padding:0 19px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #dedfe1}.auto-quit-slack>main article{padding:20px 22px;border-bottom:1px solid #eff0f1;font-size:13px}.auto-quit-slack>main article p{margin:0 0 7px}.auto-quit-slack>main article small{color:#85888d;font-weight:400}.auto-quit-slack>main>label{position:absolute;right:20px;bottom:20px;left:20px;height:54px;padding:0 15px;display:flex;align-items:center;border:1px solid #babdc2;border-radius:8px;color:#8d9095;font-size:13px}.auto-quit-story-dock{position:absolute;z-index:70;bottom:15px;left:50%;height:82px;padding:10px 13px;display:flex;align-items:center;gap:10px;border:1px solid rgba(255,255,255,.58);border-radius:22px;background:#f1f5f8ad;-webkit-backdrop-filter:blur(18px) saturate(1.25);backdrop-filter:blur(18px) saturate(1.25);box-shadow:0 10px 30px #1826383d;transform:translate(-50%)}.auto-quit-dock-app{position:relative;width:58px;height:62px;display:grid;place-items:center}.auto-quit-dock-app img{width:56px;height:56px;object-fit:contain}.auto-quit-dock-app>i{position:absolute;bottom:-7px;left:50%;width:6px;height:6px;border-radius:50%;background:#55585c;opacity:0;transform:translate(-50%)}.auto-quit-dock-app.is-running>i,.auto-quit-dock-app.is-quitting>i{opacity:1}.auto-quit-story-dock>em{width:1px;height:56px;margin:0 2px;background:#22283138}.auto-quit-story-dock.is-full{width:calc(100% - 70px);height:72px;padding:7px 10px;justify-content:center;gap:4px}.auto-quit-story-dock.is-full .auto-quit-dock-app{width:48px;height:56px}.auto-quit-story-dock.is-full .auto-quit-dock-app img{width:48px;height:48px}.auto-quit-story-dock.is-full .auto-quit-dock-app>i{bottom:-5px;left:50%;width:5px;height:5px}.auto-quit-story-dock.is-full>em{height:48px;margin:0 1px}.privacy-section,.pricing-section,.faq-section{width:min(1240px,calc(100% - 96px));margin:0 auto}.privacy-section{padding:var(--section-space) 0;scroll-margin-top:32px}.privacy-intro h2,.pricing-section>header h2,.faq-section>h2,.download-copy h2{margin:0;color:#111214;font-size:var(--section-heading-size);font-weight:var(--section-heading-weight);line-height:var(--section-heading-line-height);letter-spacing:var(--section-heading-letter-spacing)}.privacy-intro{text-align:center}.privacy-intro p{margin:var(--section-title-copy-gap) 0 0;color:#60636a;font-size:var(--section-copy-size);line-height:1.65;letter-spacing:-.2px}.privacy-interactive-area{margin-top:var(--section-copy-content-gap)}.privacy-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.privacy-card{min-height:186px;padding:30px 26px;display:grid;grid-template-columns:1fr;justify-items:center;align-content:start;gap:15px;text-align:center;border:1px solid #dfe1e4;border-radius:26px;background:#fff;box-shadow:none;transition:border-color .18s ease,background-color .18s ease,box-shadow .18s ease}.privacy-card:hover{transform:none;border-color:#dfe1e4;box-shadow:none}.privacy-card>svg{width:36px;height:36px;color:#62656a;stroke-width:1.7}.privacy-card h3{margin:0;color:#24262a;font-size:17px;font-weight:650;letter-spacing:0}.privacy-card p{margin:10px 0 0;color:#696c72;font-size:15px;line-height:1.65}.privacy-detail-trigger{margin-top:11px;padding:0;border:0;color:#0071e3;background:transparent;font:inherit;font-size:13px;font-weight:610;line-height:1.5;cursor:pointer}.privacy-detail-trigger:hover{text-decoration:underline;text-underline-offset:3px}.privacy-detail-trigger:focus-visible{border-radius:4px;outline:3px solid rgba(0,113,227,.25);outline-offset:3px}.privacy-detail-card{width:100%;overflow:hidden}.privacy-detail-inner{margin-top:18px;padding:28px 32px 26px;border:1px solid rgba(0,113,227,.38);border-radius:24px;background:#f8fcfff5;box-shadow:0 14px 34px #1d364f12}.privacy-detail-header{display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:12px}.privacy-detail-header svg{width:27px;height:27px;color:#62656a;stroke-width:1.7}.privacy-detail-header h3{margin:0;color:#24262a;font-size:20px;font-weight:670;line-height:1.35;letter-spacing:-.35px}.privacy-detail-facts{margin-top:22px}.privacy-detail-row{padding-bottom:15px;display:grid;grid-template-columns:160px minmax(0,1fr);gap:18px;color:#696c72;font-size:14px;line-height:1.65}.privacy-detail-card.is-network .privacy-detail-row{grid-template-columns:210px minmax(0,1fr)}.privacy-detail-row+.privacy-detail-row{padding-top:15px;border-top:1px solid #e9eaec}.privacy-detail-row:last-child{padding-bottom:0}.privacy-detail-row strong{color:#2a2c30;font-weight:670}.privacy-detail-row a{display:inline-block;margin-top:5px;color:#0071e3;font-weight:610;text-decoration:none}.privacy-detail-row a svg{width:12px;height:12px;margin:0 2px;vertical-align:-1px}.privacy-detail-row a:hover{text-decoration:underline;text-underline-offset:3px}.privacy-detail-note{margin:22px 0 0;padding-top:18px;border-top:1px solid #e9eaec;color:#696c72;font-size:14px;line-height:1.65}.pricing-section{padding:var(--section-space) 0;scroll-margin-top:32px;text-align:center}.pricing-section>header p{margin:var(--section-title-copy-gap) 0 0;color:#60636a;font-size:var(--section-copy-size);line-height:1.65;letter-spacing:-.2px}.pricing-plans{width:min(1120px,100%);margin-top:var(--section-copy-content-gap);margin-right:auto;margin-left:auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:20px;text-align:left}.pricing-card{min-width:0;min-height:280px;padding:32px 32px 30px;border:1px solid #dfe1e4;border-radius:28px;background:#fff;box-shadow:none}.pricing-card h3{margin:0;color:#24262a;font-size:20px;font-weight:690;line-height:1.35;letter-spacing:-.25px}.pricing-card>strong{margin-top:18px;display:block;color:#111214;font-size:clamp(46px,4.3vw,57px);font-weight:750;line-height:1;letter-spacing:-2.4px;font-variant-numeric:tabular-nums}.pricing-card ul{margin:25px 0 0;padding:0;display:grid;gap:13px;list-style:none}.pricing-card li{position:relative;padding-left:17px;color:#575b62;font-size:14px;font-weight:540;line-height:1.6}.pricing-card li:before{content:"";position:absolute;top:.72em;left:0;width:5px;height:5px;border-radius:50%;background:#686c72;transform:translateY(-50%)}.pricing-download{min-height:54px;margin-top:44px;padding:0 31px;display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;color:#fff;background:#0071e3;box-shadow:0 8px 22px #0071e338;font-size:17px;font-weight:650;line-height:1;text-decoration:none;transition:transform .16s ease,background .16s ease,box-shadow .16s ease}.pricing-download svg{width:21px;height:21px;stroke-width:2}.pricing-download:hover{background:#0077ed;box-shadow:0 10px 25px #0071e345;transform:translateY(-1px)}.pricing-download:active{transform:translateY(0) scale(.985)}.pricing-download:focus-visible{outline:3px solid rgba(0,113,227,.28);outline-offset:4px}.pricing-download-note{margin-top:14px;display:block;color:#71757c;font-size:14px;font-weight:400;line-height:1.5}.faq-download-flow{background:#fff}.faq-section{padding:120px 0 150px;display:grid;grid-template-columns:minmax(270px,4fr) minmax(0,7fr);gap:100px;scroll-margin-top:32px}.faq-list{border-top:1px solid #d8dadd}.faq-item{border-bottom:1px solid #d8dadd}.faq-question{width:100%;min-height:102px;padding:0 54px 0 0;display:flex;align-items:center;position:relative;border:0;color:#202226;background:transparent;cursor:pointer;text-align:left;font-size:20px;font-weight:650;font-family:inherit;letter-spacing:-.25px;transition:color .15s ease}.faq-question:hover{color:var(--brand-blue)}.faq-question:focus-visible{outline:2px solid var(--brand-blue);outline-offset:4px}.faq-icon{position:absolute;top:50%;right:0;width:34px;height:34px;border:1px solid #d9dce0;border-radius:50%;transform:translateY(-50%) rotate(0);transition:transform .3s cubic-bezier(.19,1,.22,1),border-color .18s ease,background .18s ease}.faq-icon:before,.faq-icon:after{content:"";position:absolute;top:50%;left:50%;width:13px;height:2px;margin:-1px 0 0 -6.5px;border-radius:2px;background:#303339;transition:background .18s ease}.faq-icon:after{rotate:90deg}.faq-question[aria-expanded=true]{color:var(--brand-blue)}.faq-question[aria-expanded=true] .faq-icon{border-color:#0a84ff80;background:#0a84ff12;transform:translateY(-50%) rotate(45deg)}.faq-question[aria-expanded=true] .faq-icon:before,.faq-question[aria-expanded=true] .faq-icon:after{background:var(--brand-blue)}.faq-answer-wrap{overflow:hidden}.faq-answer{max-width:720px;margin:-8px 54px 30px 0;color:#63666c;font-size:17px;line-height:1.75}.download-section{position:relative;isolation:isolate;width:100%;min-height:520px;margin:0;padding:80px max(48px,calc((100% - 1240px)/2));display:grid;grid-template-columns:minmax(220px,340px) max-content;align-items:center;justify-content:center;gap:clamp(36px,5vw,72px);overflow:hidden;border:0;border-radius:0;background:transparent;scroll-margin-top:24px;content-visibility:auto;contain-intrinsic-size:520px}.download-section>*{position:relative;z-index:1}.download-icon-wrap{position:relative;display:grid;place-items:center;isolation:isolate}.download-icon-wrap:before{content:"";position:absolute;z-index:-1;width:120%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(10,132,255,.13) 0%,rgba(10,132,255,.035) 50%,transparent 72%)}.download-icon-wrap img{width:min(100%,340px);height:auto;display:block;filter:drop-shadow(0 24px 30px rgba(20,106,181,.2))}.download-copy{width:fit-content;max-width:740px;text-align:left}.download-copy h2{font-size:clamp(36px,3.5vw,52px);letter-spacing:0;white-space:nowrap;text-wrap:nowrap}.download-copy p{margin:24px 0 34px;color:#4f535a;font-size:20px;line-height:1.65}.download-copy :is(button,a){min-width:205px;height:58px;padding:0 28px;display:inline-flex;align-items:center;justify-content:center;gap:11px;border:0;border-radius:999px;color:#fff;background:#0071e3;box-shadow:0 6px 18px #0071e333;cursor:pointer;font-size:18px;font-weight:660;text-decoration:none;transition:transform .16s ease,background .16s ease,box-shadow .16s ease}.download-copy :is(button,a) svg{width:23px;height:23px;stroke-width:2}.download-copy :is(button,a):hover{background:#0077ed;transform:translateY(-1px);box-shadow:0 9px 22px #0071e340}.download-copy :is(button,a):active{transform:translateY(0) scale(.985)}.download-copy small{margin-top:18px;display:block;color:#71757c;font-size:14px}.download-release-note{width:fit-content;margin:18px 0 0;padding:9px 12px;display:block;border-radius:8px;color:#225b93;background:#0071e314;font-size:14px;line-height:1.45}.site-footer{margin-top:0;padding:32px max(48px,calc((100% - 1240px)/2));border-top:1px solid rgba(38,45,55,.06);color:#202226;background:#fff}.footer-main{min-height:0;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:80px}.footer-brand a{color:#92969c;text-decoration:none;font-size:13px;font-weight:450}.footer-links{display:grid;justify-items:end}.footer-main nav{display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;gap:12px 27px}.footer-main nav a{padding:7px 0;color:#62666c;text-decoration:none;font-size:14px;font-weight:520}.footer-main nav a:hover,.footer-main nav .footer-contact:hover{color:#0071e3}.footer-main nav .footer-contact{min-height:40px;padding:0 16px;display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(28,31,36,.1);border-radius:999px;color:#62666c;background:#fff;font-weight:520;transition:color .16s ease,border-color .16s ease,background .16s ease,transform .16s ease}.footer-main nav .footer-contact svg{width:16px;height:16px}.footer-main nav .footer-contact:hover{border-color:#1c1f2429;color:#202226;background:#fff;transform:translateY(-1px)}.feature-demo-card{position:relative;overflow:visible;border:0;border-radius:var(--feature-card-radius);background:transparent;box-shadow:none;filter:var(--feature-card-shadow);isolation:isolate}.feature-demo-card-clip{position:absolute;top:0;right:0;bottom:0;left:0;display:block;overflow:hidden;border-radius:inherit;background:#88abc4;isolation:isolate;clip-path:inset(.01px round var(--feature-card-radius));-webkit-mask-image:linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0,#fff 0)}.feature-demo-card-clip:after{content:"";position:absolute;z-index:1000;top:0;right:0;bottom:0;left:0;border:1px solid var(--feature-card-stroke);border-radius:inherit;pointer-events:none}.feature-module{width:min(1200px,calc(100% - 48px));margin:0 auto;padding:var(--section-space) 0;scroll-margin-top:98px}#features{padding-top:calc(var(--section-space) * 2);padding-bottom:32px}.feature-module-secondary{padding:32px 0 var(--section-space)}.feature-module-heading{max-width:780px;margin:0 auto;text-align:center}.feature-module-heading h2{margin:0;color:#111214;font-size:var(--section-heading-size);font-weight:var(--section-heading-weight);line-height:var(--section-heading-line-height);letter-spacing:var(--section-heading-letter-spacing)}.feature-module-heading p{margin:var(--section-title-copy-gap) auto 0;color:#60636a;font-size:var(--section-copy-size);font-weight:400;line-height:1.65;letter-spacing:-.2px}.feature-module-secondary .feature-module-heading{max-width:780px}.feature-tab-line{margin-top:40px;display:flex;align-items:center;justify-content:center;gap:15px}.feature-tabs{max-width:100%;padding:5px;display:flex;align-items:center;gap:2px;overflow-x:auto;border:1px solid rgba(35,42,50,.09);border-radius:16px;background:#f7f8fadb;scrollbar-width:none;-webkit-backdrop-filter:blur(16px) saturate(1.15);backdrop-filter:blur(16px) saturate(1.15)}.feature-tabs::-webkit-scrollbar{display:none}.feature-tabs button{min-height:38px;padding:0 11px;display:inline-flex;align-items:center;justify-content:center;gap:6px;flex:0 0 auto;border:0;border-radius:11px;color:#686d74;background:transparent;cursor:pointer;font:590 14px/1 -apple-system,BlinkMacSystemFont,SF Pro Text,PingFang SC,sans-serif;white-space:nowrap;transition:color .16s ease,background .16s ease,box-shadow .16s ease}.feature-tabs button:hover{color:#25282d;background:#ffffffb3}.feature-tabs button.active{color:#056bc7;background:#fff;box-shadow:0 1px 5px #141d2917}.feature-tabs button>svg{width:15px;height:15px;stroke-width:2.1}.feature-tabs button em{margin-left:2px;padding:3px 5px;border-radius:5px;color:#0a69bd;background:#0a84ff1c;font-size:10px;font-style:normal;font-weight:700;letter-spacing:-.2px}.feature-tabs.is-compact{max-width:min(100%,900px)}.feature-tabs.is-compact button{min-height:36px;font-size:13px}.feature-more{margin:0;flex:0 0 auto;color:#9ba0a7;font-size:13px;white-space:nowrap}.feature-stage{position:relative;height:590px;margin-top:26px}.feature-module-secondary .feature-stage{height:390px;margin-top:22px}.feature-stage-motion{position:absolute;top:0;right:0;bottom:0;left:0}.feature-product-demo{position:relative;width:100%;height:100%;overflow:hidden;isolation:isolate;border:1px solid rgba(24,35,51,.11);border-radius:24px;background:#d8e6f0;box-shadow:0 18px 50px #1f304629,inset 0 1px #ffffff80}.feature-demo-wallpaper{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.feature-product-demo:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(90deg,#e5f3fc0f,#14324b17);pointer-events:none}.feature-demo-menu{position:absolute;z-index:2;top:0;right:0;left:0;height:30px;padding:0 15px;display:flex;align-items:center;justify-content:space-between;color:#171f29d1;border-bottom:1px solid rgba(39,55,73,.1);background:#f6fafca1;-webkit-backdrop-filter:blur(18px) saturate(1.1);backdrop-filter:blur(18px) saturate(1.1);font-size:12px;font-weight:600}.feature-demo-panel{position:absolute;z-index:3;top:0;right:0;bottom:0;left:0;pointer-events:none}.feature-demo-panel .omnidock-panel-wrap{top:42px;bottom:14px;left:14px;z-index:3}.feature-result-shell{position:absolute;z-index:4;top:59px;right:28px;bottom:27px;left:302px;display:grid;grid-template-rows:auto 1fr auto;gap:11px;min-width:0}.feature-result-shell>p{width:fit-content;max-width:100%;margin:0;padding:6px 9px;align-self:start;border:1px solid rgba(255,255,255,.18);border-radius:8px;color:#fffffff5;background:#142a3f6b;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);font-size:14px;font-weight:560;line-height:1.25;text-shadow:0 1px 5px rgba(9,28,47,.42)}.feature-result-shell>p b{color:#fff;font-weight:700}.feature-result-shell>footer{min-height:28px;display:flex;align-items:center;gap:8px;color:#fff;font-size:15px;font-weight:640;text-shadow:0 1px 5px rgba(9,28,47,.44)}.feature-result-shell>footer i{width:19px;height:19px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#2ac769;box-shadow:0 2px 7px #145f3552;font-size:12px;font-style:normal}.feature-result-browser,.feature-result-chat,.feature-result-sites,.feature-result-app,.feature-result-audio,.feature-result-settings,.feature-result-files,.feature-utility-result{min-width:0;overflow:hidden;border:1px solid rgba(25,33,44,.12);border-radius:17px;background:#fffffff7;box-shadow:0 15px 34px #12213333,inset 0 1px #ffffffe6}.feature-result-browser{display:grid;grid-template-rows:48px 40px 1fr;color:#30343a}.feature-browser-tabs{padding:9px 12px 0;display:flex;align-items:end;gap:5px;overflow:hidden;background:#e9ebee}.feature-browser-tabs span,.feature-browser-tabs b{height:39px;padding:0 13px;display:flex;align-items:center;overflow:hidden;border-radius:10px 10px 0 0;color:#6a6f76;background:#ffffff73;font-size:12px;font-weight:560;white-space:nowrap;text-overflow:ellipsis}.feature-browser-tabs b{min-width:170px;color:#202327;background:#fff}.feature-browser-address{height:25px;margin:8px 12px 7px;padding:0 12px;display:flex;align-items:center;border-radius:14px;color:#747980;background:#f0f1f3;font-size:11px}.feature-browser-inbox{padding:3px 15px 10px;background:#f7f9fc}.feature-browser-inbox>strong{height:36px;display:flex;align-items:center;gap:8px;color:#383c42;font-size:14px;font-weight:590}.feature-browser-inbox>strong img{width:21px;height:21px;object-fit:contain}.feature-browser-inbox p{height:36px;margin:0;padding:0 8px;display:grid;grid-template-columns:112px minmax(0,1fr) 42px;align-items:center;gap:9px;border-top:1px solid #e5e7ea;color:#5d6269;background:#fff;font-size:11px}.feature-browser-inbox p b,.feature-browser-inbox p span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.feature-browser-inbox p b{color:#33363a}.feature-browser-inbox p time{color:#8a8f96;font-size:10px;text-align:right}.feature-result-chat{padding:18px 21px;display:grid;align-content:center;gap:14px;color:#282b30}.feature-result-chat header{display:flex;align-items:center;gap:9px;font-size:15px;font-weight:650}.feature-result-chat header img{width:22px;height:22px}.feature-result-chat p{max-width:77%;margin:0;padding:12px 14px;border-radius:14px;font-size:13px;line-height:1.55}.feature-chat-user{justify-self:end;background:#edf0f2}.feature-chat-answer{background:#f8f8f8}.feature-result-chat footer{height:37px;padding:0 12px;display:flex;align-items:center;border:1px solid #dfe2e5;border-radius:11px;color:#9b9fa5;font-size:12px}.feature-result-chat footer b{margin-left:auto;width:20px;height:20px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#202328}.feature-result-sites{display:grid;grid-template-rows:42px 1fr;color:#292c31}.feature-result-sites header{padding:0 15px;display:flex;align-items:center;gap:8px;border-bottom:1px solid #e7e9ec;font-size:13px}.feature-result-sites header img{width:22px;height:22px}.feature-result-sites header span{margin-left:auto;color:#858a91;font-size:11px}.feature-result-sites main{padding:clamp(19px,3vw,42px);display:grid;align-content:center;justify-items:start;background:linear-gradient(145deg,#fbfafd,#f0f5fb)}.feature-result-sites small{color:#6d5bd0;font-size:11px;font-weight:750;letter-spacing:1px}.feature-result-sites h3{max-width:360px;margin:12px 0 9px;font-size:clamp(20px,2.3vw,31px);line-height:1.16;letter-spacing:-1px}.feature-result-sites p{margin:0;color:#6a6f77;font-size:13px}.feature-site-button{margin-top:20px;padding:9px 14px;border-radius:8px;color:#fff;background:#6a5be2;font-size:12px;font-weight:650}.feature-result-app{position:relative;display:grid;grid-template-columns:128px 1fr;grid-template-rows:43px 1fr;color:#303338}.feature-result-app>header{grid-column:1 / -1;padding:0 15px;display:flex;align-items:center;gap:8px;border-bottom:1px solid #e7e9ec;font-size:13px}.feature-result-app>header img{width:21px;height:21px}.feature-result-app>header span{margin-left:auto}.feature-result-app>aside{padding:17px 13px;color:#7b8087;background:#f5f6f7;font-size:11px;line-height:2.5}.feature-result-app>aside b{color:#272a2f}.feature-result-app>main{padding:20px 24px}.feature-result-app>main small{font-size:18px}.feature-result-app h3{margin:6px 0;font-size:22px;letter-spacing:-.7px}.feature-result-app p{margin:0;color:#6c7178;font-size:12px}.feature-result-app main>div{margin-top:16px;display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.feature-result-app main>div span{min-height:55px;padding:8px;border:1px solid #e3e5e8;border-radius:8px;color:#858a91;font-size:10px}.feature-result-app main>div b{display:block;margin-top:5px;color:#373a40;font-size:11px;line-height:1.25}.feature-result-audio{padding:clamp(20px,4vw,42px);display:grid;grid-template-columns:minmax(112px,170px) 1fr auto;align-items:center;gap:22px;color:#fff;background:linear-gradient(135deg,#153f7d,#17253e)}.feature-result-audio>img{width:100%;max-width:170px;border-radius:10px;box-shadow:0 12px 25px #00000047}.feature-result-audio small{color:#ffffffab;font-size:11px}.feature-result-audio h3{margin:7px 0 4px;font-size:clamp(21px,2.5vw,31px)}.feature-result-audio p{margin:0;color:#ffffffbd;font-size:13px}.feature-result-audio span{margin-top:18px;display:flex;align-items:center;color:#ffffffb3;font-size:11px}.feature-result-audio span i{width:105px;height:4px;margin-right:7px;border-radius:4px;background:linear-gradient(90deg,#fff 49%,#ffffff38 49%)}.feature-audio-pause{width:39px;height:39px;display:grid;place-items:center;border-radius:50%;color:#152b50;background:#fff;font-weight:800;font-style:normal}.feature-result-settings{display:grid;grid-template-columns:160px 1fr;color:#30343a}.feature-result-settings aside{padding:16px 13px;display:flex;flex-direction:column;gap:7px;color:#6e737a;background:#f4f4f5;font-size:12px}.feature-result-settings aside b{margin-bottom:8px;color:#2a2d31;font-size:14px}.feature-result-settings aside span,.feature-result-settings aside strong{padding:7px 9px;border-radius:7px;font-weight:560}.feature-result-settings aside strong{color:#fff;background:#0a84ff}.feature-result-settings main{padding:22px 26px}.feature-result-settings main>svg{width:30px;height:30px;padding:6px;border-radius:8px;color:#fff;background:#7f8389}.feature-result-settings h3{margin:8px 0 5px;font-size:21px}.feature-result-settings p{margin:0 0 17px;color:#747980;font-size:12px}.feature-result-settings label{min-height:39px;padding:0 11px;display:flex;align-items:center;border-top:1px solid #e7e8eb;color:#4f545b;font-size:12px}.feature-result-settings label i{margin-left:auto;padding:3px 7px;border-radius:10px;color:#fff;background:#34c759;font-size:10px;font-style:normal}.feature-result-files{display:grid;grid-template-columns:145px 1fr;color:#34383e}.feature-result-files aside{padding:16px 12px;display:flex;flex-direction:column;gap:7px;color:#777c84;background:#f3f4f5;font-size:11px}.feature-result-files aside b{margin-top:6px;color:#a0a4aa;font-size:10px}.feature-result-files aside b:first-child{margin-top:0}.feature-result-files aside span,.feature-result-files aside strong{padding:5px 8px;border-radius:6px}.feature-result-files aside strong{color:#fff;background:#0a84ff;font-weight:580}.feature-result-files main{min-width:0;background:#fff}.feature-result-files main header{height:42px;padding:0 13px;display:flex;align-items:center;gap:7px;border-bottom:1px solid #e6e8eb;font-size:12px}.feature-result-files main header svg{color:#0a84ff}.feature-result-files main header span{margin-left:auto;color:#969ba1;font-size:10px}.feature-result-files main p{height:36px;margin:0;padding:0 13px;display:grid;grid-template-columns:17px minmax(0,1fr) 42px;align-items:center;gap:7px;border-bottom:1px solid #f0f1f2;font-size:11px}.feature-result-files main p svg{color:#0a84ff}.feature-result-files main p b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.feature-result-files main p span{color:#92969c;font-size:10px;text-align:right}.feature-utility-result{padding:0 clamp(21px,4vw,46px);display:grid;grid-template-columns:52px minmax(0,1fr) auto;align-items:center;gap:18px;color:#30343a}.feature-utility-result>svg{width:52px;height:52px;padding:13px;border-radius:16px;color:#0878da;background:#0a84ff1c}.feature-utility-result h3{margin:0 0 5px;font-size:20px;letter-spacing:-.5px}.feature-utility-result p{margin:0;color:#767b83;font-size:13px}.feature-utility-result label{min-height:32px;margin-top:12px;padding:0 9px;display:flex;align-items:center;gap:7px;border-radius:8px;color:#555a61;background:#f4f5f6;font-size:12px}.feature-utility-result label i{margin-left:auto;padding:3px 7px;border-radius:10px;color:#fff;background:#34c759;font-size:10px;font-style:normal}.feature-utility-result.uninstall>b{padding:9px 11px;border-radius:8px;color:#fff;background:#e0473e;font-size:12px}.feature-utility-result.uninstall ul{margin:10px 0 0;padding-left:18px;color:#7c8188;font-size:11px;line-height:1.55}.feature-utility-result.default-app label img{width:18px;height:18px}.feature-utility-result.motion>svg{color:#ca8900;background:#fff3d2}.feature-utility-result.sound>svg{color:#7c5cdb;background:#efeaff}.feature-utility-result.sound em{margin-top:8px;display:block;color:#8b8f96;font-size:12px;font-style:normal;letter-spacing:4px}.feature-utility-result.cleaning>svg{color:#256dca;background:#e8f2ff}.feature-utility-result.cleaning label svg{width:13px;height:13px}@media(max-width:820px){:root{--section-space: 64px;--section-heading-size: clamp(42px, 12vw, 56px);--section-heading-letter-spacing: -2.2px;--section-title-copy-gap: 20px;--section-copy-content-gap: 48px;--section-copy-size: 17px}.feature-module{width:calc(100% - 32px);padding:var(--section-space) 0}#features{padding-top:calc(var(--section-space) * 2);padding-bottom:24px}.feature-module-secondary{padding:24px 0 var(--section-space)}.feature-module-heading{text-align:center}.feature-module-heading h2{font-size:var(--section-heading-size);letter-spacing:var(--section-heading-letter-spacing)}.feature-module-heading p{margin-top:var(--section-title-copy-gap);font-size:var(--section-copy-size);line-height:1.65}.feature-module-secondary .feature-module-heading h2{font-size:var(--section-heading-size)}.feature-tab-line{margin-top:var(--section-copy-content-gap);display:block}.feature-tabs{width:calc(100% + 32px);margin-left:-16px;padding-inline:16px;border-right:0;border-left:0;border-radius:0;background:#f9fafbd6}.feature-tabs button{min-height:39px;padding:0 10px;font-size:13px}.feature-tabs.is-compact{max-width:none}.feature-more{margin:10px 0 0;font-size:12px}.feature-stage{height:500px;margin-top:21px}.feature-module-secondary .feature-stage{height:340px}.feature-product-demo{border-radius:18px}.feature-demo-panel .omnidock-panel-wrap{top:39px;bottom:11px;left:9px;transform:scale(.74);transform-origin:top left}.feature-result-shell{top:53px;right:13px;bottom:17px;left:190px;gap:8px}.feature-result-shell>p{padding:4px 6px;font-size:10px;line-height:1.3}.feature-result-shell>footer{min-height:23px;gap:6px;font-size:12px}.feature-result-shell>footer i{width:16px;height:16px;font-size:10px}.feature-result-browser,.feature-result-chat,.feature-result-sites,.feature-result-app,.feature-result-audio,.feature-result-settings,.feature-result-files,.feature-utility-result{border-radius:12px}.feature-browser-tabs{padding:7px 8px 0}.feature-browser-tabs span,.feature-browser-tabs b{height:30px;padding:0 8px;font-size:9px}.feature-browser-tabs b{min-width:125px}.feature-browser-tabs span:last-child{display:none}.feature-browser-address{height:21px;margin:5px 8px;padding:0 8px;font-size:8px}.feature-browser-inbox{padding:2px 8px}.feature-browser-inbox>strong{height:26px;font-size:11px}.feature-browser-inbox>strong img{width:16px;height:16px}.feature-browser-inbox p{height:29px;padding:0 4px;grid-template-columns:70px minmax(0,1fr);gap:5px;font-size:9px}.feature-browser-inbox p time{display:none}.feature-result-chat{padding:12px;gap:9px}.feature-result-chat header{font-size:11px}.feature-result-chat header img{width:17px;height:17px}.feature-result-chat p{max-width:90%;padding:8px 9px;border-radius:10px;font-size:10px}.feature-result-chat footer{height:29px;padding:0 9px;border-radius:8px;font-size:9px}.feature-result-chat footer b{width:16px;height:16px}.feature-result-sites main{padding:19px}.feature-result-sites h3{margin:9px 0 7px;font-size:18px}.feature-result-sites p{font-size:10px}.feature-site-button{margin-top:13px;padding:7px 9px;font-size:10px}.feature-result-app{grid-template-columns:78px 1fr}.feature-result-app>header{padding:0 10px;font-size:10px}.feature-result-app>header img{width:17px;height:17px}.feature-result-app>aside{padding:10px 8px;font-size:8px;line-height:2.25}.feature-result-app>main{padding:12px}.feature-result-app>main small{font-size:14px}.feature-result-app h3{margin:3px 0;font-size:16px}.feature-result-app p{font-size:9px}.feature-result-app main>div{margin-top:9px;gap:4px}.feature-result-app main>div span{min-height:42px;padding:5px;font-size:7px}.feature-result-app main>div b{margin-top:3px;font-size:8px}.feature-result-audio{padding:17px;grid-template-columns:75px 1fr;gap:12px}.feature-result-audio>img{max-width:75px}.feature-result-audio h3{margin:4px 0 2px;font-size:18px}.feature-result-audio p{font-size:10px}.feature-result-audio span{margin-top:10px;font-size:8px}.feature-result-audio span i{width:54px}.feature-audio-pause{display:none}.feature-result-settings{grid-template-columns:81px 1fr}.feature-result-settings aside{padding:10px 7px;gap:4px;font-size:8px}.feature-result-settings aside b{margin-bottom:4px;font-size:9px}.feature-result-settings aside span,.feature-result-settings aside strong{padding:4px;border-radius:4px}.feature-result-settings main{padding:13px}.feature-result-settings main>svg{width:23px;height:23px;padding:5px;border-radius:6px}.feature-result-settings h3{margin:5px 0 3px;font-size:16px}.feature-result-settings p{margin-bottom:9px;font-size:9px}.feature-result-settings label{min-height:29px;padding:0 6px;font-size:8px}.feature-result-settings label i{padding:2px 5px;font-size:8px}.feature-result-files{grid-template-columns:73px 1fr}.feature-result-files aside{padding:10px 7px;gap:4px;font-size:8px}.feature-result-files aside b{font-size:8px}.feature-result-files aside span,.feature-result-files aside strong{padding:4px;border-radius:4px}.feature-result-files main header{height:31px;padding:0 8px;font-size:9px}.feature-result-files main header span{display:none}.feature-result-files main p{height:28px;padding:0 8px;grid-template-columns:13px minmax(0,1fr);gap:4px;font-size:8px}.feature-result-files main p span{display:none}.feature-utility-result{padding:0 15px;grid-template-columns:38px minmax(0,1fr);gap:11px}.feature-utility-result>svg{width:38px;height:38px;padding:10px;border-radius:11px}.feature-utility-result h3{margin-bottom:3px;font-size:15px}.feature-utility-result p{font-size:10px;line-height:1.35}.feature-utility-result label{min-height:27px;margin-top:7px;padding:0 7px;border-radius:6px;font-size:9px}.feature-utility-result.uninstall>b{display:none}.feature-utility-result.uninstall ul{margin-top:7px;padding-left:13px;font-size:8px}.feature-utility-result.sound em{margin-top:5px;font-size:9px}}@media(max-width:430px){.feature-stage{height:465px}.feature-module-secondary .feature-stage{height:322px}.feature-demo-panel .omnidock-panel-wrap{transform:scale(.65)}.feature-result-shell{left:166px}}@media(prefers-reduced-motion:reduce){.feature-tabs button{transition:none}}.browser-story-compare-canvas.feature-demo-card-canvas{width:1442px;height:902px}.no-search-canvas.feature-demo-card-canvas{width:1202px;height:752px}@media(max-width:1280px)and (min-width:821px){.download-copy h2{font-size:clamp(32px,4vw,42px)}}@media(max-width:1180px)and (min-width:821px){.pricing-plans{gap:14px}.pricing-card{padding-right:24px;padding-left:24px}}@media(max-width:820px){.site-header{width:100%;height:112px;padding:0 16px;grid-template-columns:1fr auto;grid-template-rows:58px 54px;align-items:center}.site-header.is-hidden{height:64px;grid-template-rows:64px 0}.site-header.is-hidden nav{height:0;overflow:hidden}.site-header nav{width:100%;height:54px;grid-column:1 / -1;grid-row:2;gap:27px;overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch}.site-header nav::-webkit-scrollbar{display:none}.site-header nav a{flex:0 0 auto;font-size:14px}.wordmark{font-size:19px}.wordmark img{width:31px;height:31px}.header-download{grid-column:2;grid-row:1;padding:9px 13px;font-size:14px}#demo,#features,#privacy,#pricing,#faq,#download{scroll-margin-top:132px}#demo{scroll-margin-top:0}.hero{top:64px;right:0;left:0;height:auto;min-height:0;padding:42px 18px 48px}.hero h1{font-size:clamp(36px,9.8vw,46px);letter-spacing:-1.8px}.hero p{margin-top:18px;font-size:17px}.hero-actions{width:min(100%,360px);margin-top:20px;gap:8px}.hero-cta{min-height:46px}.demo-tour-controls{--demo-control-offset: 0px;bottom:10px;gap:2px;padding:4px}.demo-tour-controls.has-explore-note{width:min(330px,calc(100% - 28px));grid-template-columns:repeat(2,minmax(0,1fr));overflow:visible}.demo-tour-mode-button{min-width:100px;min-height:38px;height:38px;padding:0 11px;gap:6px;font-size:12px}.demo-tour-mode-button svg{width:16px;height:16px}.demo-tour-explore-note{position:absolute;left:50%;bottom:calc(100% - 4px);width:calc(100% - 8px);height:auto;min-height:48px;margin-left:0;padding:10px 12px 14px;background:#1f2327c7;border:1px solid rgba(255,255,255,.38);border-bottom:0;border-radius:13px 13px 5px 5px;transform:translate(-50%);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);font-size:11px}.demo-tour-explore-note:before{display:none}.demo-stage{margin-bottom:0}.browser-switch-section{width:calc(100% - 32px);padding:76px 0 82px}.browser-story-comparison{margin-top:0;grid-template-columns:minmax(0,13fr) minmax(0,7fr);gap:14px}.browser-compare-column>header{height:48px}.browser-compare-column h3{font-size:clamp(15px,3.8vw,19px);line-height:1.2;letter-spacing:-.3px}.browser-story-steps{height:56px;margin-bottom:10px;grid-template-columns:1fr;grid-template-rows:repeat(3,16px);gap:2px}.browser-story-steps li{gap:4px;font-size:clamp(9.5px,2.4vw,11.5px);line-height:1}.browser-story-steps li:before{width:14px;height:14px;font-size:8px}.browser-compare-now>p{height:56px;margin-bottom:10px;align-items:flex-start;font-size:clamp(10px,2.8vw,13px);line-height:1.3}.speed-promise-section{width:calc(100% - 32px);padding:96px 0 4px}.speed-promise-section h2{font-size:clamp(44px,13vw,60px);letter-spacing:-2.4px}.speed-promise-section+.browser-switch-section{padding-top:58px}.no-search-section{width:calc(100% - 32px);padding:32px 0 84px}.no-search-section>h2{margin-bottom:28px;font-size:clamp(34px,9.6vw,44px);letter-spacing:-1.5px;text-align:left}.no-search-tabs{width:100%;margin-bottom:34px;padding:4px;gap:2px;border-radius:999px}.no-search-tabs button{min-width:0;height:42px;padding:0;flex:1;gap:0;border-radius:999px}.no-search-tabs button svg{width:17px;height:17px}.no-search-tabs button span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.no-search-comparison{grid-template-columns:minmax(0,13fr) minmax(0,7fr);gap:14px}.no-search-column>header{height:48px}.no-search-column h3{font-size:clamp(15px,3.8vw,19px);line-height:1.2;letter-spacing:-.3px}.no-search-column>p{height:42px;margin-bottom:10px;align-items:flex-start;font-size:clamp(10px,2.8vw,13px);line-height:1.3}.auto-quit-section{width:calc(100% - 32px);padding:32px 0 84px}.auto-quit-section>h2{margin-bottom:38px;font-size:clamp(34px,9.6vw,44px);letter-spacing:-1.5px;text-align:left}.auto-quit-comparison{grid-template-columns:minmax(0,13fr) minmax(0,7fr);gap:14px}.auto-quit-column>header{height:48px}.auto-quit-column h3{font-size:clamp(15px,3.8vw,19px);line-height:1.2;letter-spacing:-.3px}.auto-quit-column>p{height:32px;align-items:flex-start;font-size:clamp(10px,2.8vw,13px);line-height:1.3}.privacy-section,.pricing-section,.faq-section{width:calc(100% - 32px)}.privacy-section{padding:var(--section-space) 0}.privacy-intro h2,.pricing-section>header h2,.faq-section>h2,.download-copy h2{font-size:clamp(42px,12vw,56px);letter-spacing:-2.2px}.privacy-intro p{margin-top:var(--section-title-copy-gap);font-size:var(--section-copy-size);line-height:1.65}.privacy-interactive-area{margin-top:var(--section-copy-content-gap)}.privacy-cards{grid-template-columns:1fr;gap:12px}.privacy-card{min-height:0;padding:26px 22px;grid-template-columns:1fr;gap:13px;border-radius:22px}.privacy-card>svg{width:34px;height:34px}.privacy-card p{margin-top:6px;font-size:14px}.privacy-detail-trigger{margin-top:9px;font-size:13px}.privacy-detail-inner{margin-top:12px;padding:23px 20px 21px;border-radius:22px}.privacy-detail-header{grid-template-columns:30px minmax(0,1fr);gap:10px}.privacy-detail-header svg{width:24px;height:24px}.privacy-detail-header h3{font-size:18px}.privacy-detail-facts{margin-top:19px}.privacy-detail-row,.privacy-detail-card.is-network .privacy-detail-row{grid-template-columns:1fr;gap:5px;font-size:13px}.privacy-detail-note{margin-top:19px;padding-top:16px;font-size:13px}.pricing-section{padding:var(--section-space) 0}.pricing-section>header h2 span{display:block}.pricing-section>header p{margin-top:var(--section-title-copy-gap);font-size:var(--section-copy-size);line-height:1.6}.pricing-plans{margin-top:var(--section-copy-content-gap);grid-template-columns:1fr;gap:12px}.pricing-card{min-height:0;padding:26px 24px 25px;border-radius:22px}.pricing-card h3{font-size:18px}.pricing-card>strong{margin-top:15px;font-size:44px;letter-spacing:-2px}.pricing-card ul{margin-top:20px;gap:11px}.pricing-card li{font-size:14px}.pricing-download{min-height:52px;margin-top:35px;padding:0 29px;font-size:16px}.pricing-download-note{margin-top:13px;font-size:13px}.faq-section{padding:var(--section-space) 0;grid-template-columns:1fr;gap:50px}.faq-question{min-height:84px;padding-right:44px;font-size:17px;line-height:1.35}.faq-answer{margin:-2px 44px 25px 0;font-size:15px}.download-section{width:100%;min-height:0;padding:72px 24px 84px;grid-template-columns:1fr;gap:38px;text-align:center}.faq-download-flow{background:#fff}.download-icon-wrap img{width:220px}.download-copy{max-width:690px;margin:0 auto;text-align:center}.download-copy h2{font-size:clamp(28px,8vw,36px);letter-spacing:0}.download-copy p{margin:24px auto 30px;font-size:17px}.download-copy :is(button,a){width:min(100%,280px)}.download-copy small{font-size:13px;line-height:1.5}.download-release-note{margin-right:auto;margin-left:auto;font-size:13px}.site-footer{padding:30px 24px}.footer-main{min-height:0;grid-template-columns:1fr;grid-template-rows:auto;gap:30px}.footer-brand a{margin:0 auto}.footer-links{width:100%;justify-items:stretch}.footer-main nav{width:100%;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:7px 0}.footer-main nav a{grid-column:span 2;min-height:36px;padding:0;display:flex;align-items:center;justify-content:center;font-size:14px}.footer-main nav a:nth-child(4){grid-column:2 / span 2}.footer-main nav a:nth-child(5){grid-column:4 / span 2}.footer-main nav .footer-contact{grid-column:1 / -1;width:fit-content;min-height:40px;margin:7px auto 0;padding:0 16px}}@media(max-width:520px){.hero-mobile-break{display:block}.demo-stage:not(.is-interactive) .demo-screen:before{background-image:var(--hero-wallpaper-mobile)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.001ms!important}.hero h1,.hero p,.hero-actions,.download-icon-wrap img,.faq-list details[open] p{animation:none!important}}.feature-tabs-rail{position:relative;width:fit-content;max-width:100%;margin:-10px auto 0}.feature-tabs-rail:before,.feature-tabs-rail:after{content:"";position:absolute;z-index:2;top:10px;bottom:0;width:54px;pointer-events:none;opacity:0;transition:opacity .16s ease}.feature-tabs-rail:before{left:0;background:linear-gradient(90deg,#fff 18%,#fff0)}.feature-tabs-rail:after{right:0;background:linear-gradient(270deg,#fff 18%,#fff0)}.feature-tabs-rail.can-scroll-left:before,.feature-tabs-rail.can-scroll-right:after{opacity:1}.feature-tabs-scroll{width:100%;max-width:100%;padding-top:10px;overflow-x:auto;overflow-y:hidden;overscroll-behavior-inline:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch}.feature-tabs-scroll::-webkit-scrollbar{display:none}.feature-tabs-arrow{position:absolute;z-index:3;top:calc(50% + 5px);width:30px;height:30px;padding:0;display:grid;place-items:center;border:1px solid rgba(27,35,44,.12);border-radius:50%;color:#4c525a;background:#fffffff5;box-shadow:0 3px 10px #141d2924;cursor:pointer;transform:translateY(-50%)}.feature-tabs-arrow:hover{color:#0071e3}.feature-tabs-arrow:focus-visible{outline:2px solid rgba(10,132,255,.35);outline-offset:2px}.feature-tabs-arrow.is-left{left:6px}.feature-tabs-arrow.is-right{right:6px}.feature-tabs-arrow svg{width:17px;height:17px;stroke-width:2.2}.feature-tabs.no-search-tabs{width:max-content;max-width:none;margin:0;padding:5px;gap:3px;overflow:visible;border:1px solid rgba(38,45,55,.08);border-radius:999px;background:#ffffff3d;-webkit-backdrop-filter:blur(16px) saturate(1.35);backdrop-filter:blur(16px) saturate(1.35);box-shadow:none}.feature-tabs.no-search-tabs button{position:relative;min-width:112px;height:44px;min-height:44px;padding:0 17px;gap:8px;border-radius:999px;color:#62656a;font-size:15px;font-weight:620}.feature-tabs.no-search-tabs button>svg{width:17px;height:17px;stroke-width:1.9}.feature-tabs.no-search-tabs button>.feature-nav-mask{width:17px;height:17px;display:block;flex:0 0 auto;color:inherit;background:currentColor;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}.feature-nav-mask.is-browser-tabs{-webkit-mask-image:url(/assets/feature-icons/browser-tabs.svg);mask-image:url(/assets/feature-icons/browser-tabs.svg)}.feature-nav-mask.is-ai-chat{-webkit-mask-image:url(/assets/feature-icons/ai-chat.svg);mask-image:url(/assets/feature-icons/ai-chat.svg)}.feature-nav-mask.is-deep-uninstall{-webkit-mask-image:url(/assets/feature-icons/deep-uninstall.svg);mask-image:url(/assets/feature-icons/deep-uninstall.svg)}.feature-tabs.no-search-tabs button:hover{color:#25272b;background:transparent}.feature-tabs.no-search-tabs button.active{color:#0071e3;background:#0a84ff17;box-shadow:inset 0 0 0 1px #0a84ff12}.feature-tabs.no-search-tabs button:focus-visible{outline:2px solid rgba(10,132,255,.28);outline-offset:-2px}.feature-tabs.no-search-tabs button em{position:absolute;z-index:2;top:-9px;right:-8px;margin:0;padding:3px 6px;border:1px solid rgba(0,113,227,.18);border-radius:999px;color:#0069ce;background:#f6fbfff0;box-shadow:0 3px 8px #0056a81c;font-size:10px;font-style:normal;font-weight:720;letter-spacing:-.2px;white-space:nowrap}.feature-tab-description{position:absolute;z-index:12;right:18px;bottom:18px;max-width:min(470px,calc(100% - 36px));margin:0;padding:7px 10px;display:flex;align-items:flex-start;gap:6px;border:1px solid rgba(255,255,255,.13);border-radius:11px;color:#ffffffb8;background:#181c2261;box-shadow:0 2px 8px #0a111b14;font-size:12px;font-weight:430;line-height:1.45;text-align:left;pointer-events:none;-webkit-backdrop-filter:blur(12px) saturate(1.15);backdrop-filter:blur(12px) saturate(1.15)}.feature-tab-description>svg{width:14px;height:14px;margin-top:1px;flex:0 0 auto;opacity:.78}.feature-tab-description.is-centered{top:50%;right:auto;bottom:auto;left:50%;width:max-content;transform:translate(-50%,-50%)}.feature-tab-description.is-more-copy{width:min(800px,calc(100% - 36px));min-height:110px;max-width:none;padding:22px 28px;align-items:center;gap:12px;box-sizing:border-box;font-size:14px;line-height:1.45}.feature-tab-description.is-more-copy>svg{width:14px;height:14px;margin-top:2px}.feature-tab-description.is-more-copy>span{display:grid;gap:4px}.feature-tab-description.is-more-copy>span>span{color:#ffffffe0;font-weight:520}.feature-tab-description.is-more-copy strong{color:#fffffff5;font-size:20px;font-weight:650;line-height:1.25}.feature-more-story-shell{position:relative;height:auto;aspect-ratio:8 / 5}.feature-stage,.feature-module-secondary .feature-stage{width:100%;height:auto;min-height:0;margin-top:24px}.feature-module-secondary .feature-stage{margin-inline:auto}@media(min-width:821px){#features .feature-stage,.feature-module-secondary .feature-stage{width:min(100%,max(1056px,calc((100dvh - 122px)*1.6)));margin-inline:auto}.feature-module.is-viewport-focused{--feature-focus-gap: 24px}#features.is-viewport-focused .feature-stage,.feature-module-secondary.is-viewport-focused .feature-stage{width:min(100%,calc((100dvh - 133px - var(--feature-focus-gap) - var(--feature-focus-gap) - var(--feature-focus-gap)) * 1.6));margin-top:var(--feature-focus-gap);margin-inline:auto}}.feature-stage-motion{position:relative;inset:auto;min-height:0}.feature-real-scene{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;isolation:isolate;color:#25272b;background:#bcd0dc;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,PingFang SC,sans-serif}.feature-real-wallpaper{position:absolute;z-index:-2;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.feature-real-scene:after{content:"";position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#e5f3fc0a,#14324b1a);pointer-events:none}.feature-real-menu{z-index:4;color:#171f29d6;border-bottom:1px solid rgba(39,55,73,.1);background:#f6fafca1;-webkit-backdrop-filter:blur(18px) saturate(1.1);backdrop-filter:blur(18px) saturate(1.1)}.feature-real-panel{position:absolute;z-index:5;top:0;right:0;bottom:0;left:0;pointer-events:none}.feature-real-panel .omnidock-panel-wrap{top:42px;bottom:12px;left:12px;z-index:5}.feature-other-window{position:absolute;z-index:6;top:122px;right:106px;width:530px;padding:16px;overflow:hidden;border:1px solid rgba(29,38,50,.16);border-radius:16px;background:#fbfcfeeb;box-shadow:0 18px 44px #16273a38,inset 0 1px #ffffffe0}.feature-other-window>header{position:relative;height:38px;padding-left:44px;display:flex;align-items:center;gap:8px;color:#2a2d32;font-size:16px}.feature-other-window>header:before{content:"";position:absolute;left:0;width:31px;height:11px;background:radial-gradient(circle at 5px 5px,#ff5f57 0 4px,transparent 4.5px),radial-gradient(circle at 15px 5px,#febc2e 0 4px,transparent 4.5px),radial-gradient(circle at 25px 5px,#28c840 0 4px,transparent 4.5px)}.feature-other-window>header svg{width:18px;height:18px;color:#6f747c}.feature-other-item{min-height:74px;margin-top:8px;padding:10px 12px;display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;border:1px solid transparent;border-radius:11px;color:#3c4148;background:#f4f6f8e0}.feature-other-item>svg{width:22px;height:22px;color:#6c727a}.feature-other-item span{min-width:0;display:grid;gap:4px}.feature-other-item span b{font-size:14px;font-weight:650}.feature-other-item small{color:#7b8188;font-size:11px}.feature-other-item i{padding:4px 7px;border-radius:999px;color:#77808a;background:#4d566114;font-size:10px;font-style:normal;font-weight:640}.feature-other-item.current{border-color:#0071e366;background:#eef8ffed;box-shadow:0 0 0 3px #0071e31f}.feature-other-item.current>svg{color:#0071e3}.feature-other-item.current i{color:#0071e3;background:#0071e31a}.feature-other-item.upcoming{opacity:.74}.feature-other-item.upcoming i{color:#7a6cc7;background:#7667ca1a}.feature-native-window{position:absolute;z-index:6;top:92px;right:92px;width:558px;min-height:470px;display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(30,39,50,.17);border-radius:16px;color:#25272b;background:#f9fafcf0;box-shadow:0 20px 48px #16273a3d,inset 0 1px #ffffffeb}.feature-native-title{position:relative;min-height:54px;padding:0 20px 0 62px;display:flex;align-items:center;gap:9px;border-bottom:1px solid rgba(44,52,62,.1);color:#2b2e33;background:#f5f6f8e0;font-size:16px;font-weight:660}.feature-native-title:before{content:"";position:absolute;left:18px;width:35px;height:12px;background:radial-gradient(circle at 5px 6px,#ff5f57 0 4px,transparent 4.5px),radial-gradient(circle at 17px 6px,#febc2e 0 4px,transparent 4.5px),radial-gradient(circle at 29px 6px,#28c840 0 4px,transparent 4.5px)}.feature-native-title span{width:25px;height:25px;display:grid;place-items:center;border-radius:7px;color:#0878da;background:#0a84ff1a}.feature-native-title svg{width:15px;height:15px}.feature-native-window footer{min-height:54px;margin-top:auto;padding:0 16px;display:flex;align-items:center;gap:10px;border-top:1px solid rgba(44,52,62,.1);background:#f5f6f8c2;color:#626870;font-size:12px}.feature-native-window footer>i{flex:1}.feature-native-window footer button,.feature-native-window footer>b{min-width:75px;height:30px;padding:0 11px;display:grid;place-items:center;border:1px solid rgba(31,39,51,.14);border-radius:7px;color:#35393f;background:#fff;font:inherit;font-weight:580}.feature-native-window footer>b{color:#fff;border-color:#0071e3;background:#0071e3}.feature-native-summary{margin:18px 22px 12px;display:flex;gap:14px;color:#747981;font-size:12px}.feature-native-summary i{color:#0878da;font-style:normal;font-weight:660}.feature-uninstall-list{margin:0 18px 18px;overflow:hidden;border:1px solid #dfe3e7;border-radius:10px;background:#fff}.feature-uninstall-list label{min-height:64px;padding:0 13px;display:grid;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:8px;border-top:1px solid #eceef0;font-size:12px}.feature-uninstall-list label:first-child{border-top:0}.feature-uninstall-list label>b{width:17px;height:17px;display:grid;place-items:center;border-radius:5px;color:#fff;background:#0071e3;font-size:11px}.feature-uninstall-list label>span{min-width:0;display:grid;gap:3px}.feature-uninstall-list strong{color:#33373c;font-size:13px}.feature-uninstall-list small{overflow:hidden;color:#8a9097;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.feature-uninstall-list em{color:#767c84;font-size:11px;font-style:normal}.feature-uninstall-list label:first-child{border:1px solid rgba(0,113,227,.38);background:#edf8ffcc;box-shadow:inset 0 0 0 2px #0071e317}.feature-native-notice{margin:17px 21px 11px;color:#737981;font-size:12px;line-height:1.45}.feature-option-grid{margin:0 19px 19px;display:grid;grid-template-columns:repeat(2,1fr);gap:9px}.feature-option-grid label{min-height:96px;padding:12px;display:grid;grid-template-columns:20px minmax(0,1fr);grid-template-rows:1fr auto;align-items:start;gap:6px;border:1px solid #dfe3e7;border-radius:10px;background:#fff;font-size:13px}.feature-option-grid label>b{width:17px;height:17px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#0071e3;font-size:10px}.feature-option-grid label>i{grid-column:2;color:#858b93;font-size:18px;font-style:normal}.feature-option-grid label.selected{border-color:#0071e373;background:#edf8ffcc;box-shadow:0 0 0 3px #0071e31a}.feature-sound-grid{margin:20px;display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.feature-sound-grid label{min-height:102px;padding:12px;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;border:1px solid #dfe3e7;border-radius:10px;background:#fff}.feature-sound-grid label span{width:18px;height:18px;display:grid;place-items:center;border-radius:50%;color:#8b9199;background:#f0f2f4;font-size:10px}.feature-sound-grid label b{color:#484d54;font-size:12px;font-weight:600}.feature-sound-grid label.selected{border-color:#0071e373;background:#edf8ffd1;box-shadow:0 0 0 3px #0071e31a}.feature-sound-grid label.selected span{color:#fff;background:#0071e3}.feature-sound-grid label.selected b{color:#0071e3}.feature-cleaning-row{min-height:86px;margin:22px 20px 0;padding:14px;display:grid;grid-template-columns:39px minmax(0,1fr) auto;align-items:center;gap:11px;border:1px solid rgba(0,113,227,.4);border-radius:12px;background:#edf8ffcc;box-shadow:0 0 0 3px #0071e31a}.feature-cleaning-row>span{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;color:#0071e3;background:#0071e31f}.feature-cleaning-row svg{width:18px;height:18px}.feature-cleaning-row div{min-width:0;display:grid;gap:5px}.feature-cleaning-row b{font-size:13px}.feature-cleaning-row small{color:#737a83;font-size:11px}.feature-cleaning-row>i{padding:4px 8px;border-radius:999px;color:#fff;background:#34c759;font-size:11px;font-style:normal}.feature-cleaning-card{min-height:156px;margin:14px 20px 22px;padding:19px;display:grid;justify-items:center;align-content:center;gap:7px;border-radius:12px;color:#3b4148;background:#f3f5f7;text-align:center}.feature-cleaning-card>svg{width:27px;height:27px;color:#4385cc}.feature-cleaning-card b{font-size:14px}.feature-cleaning-card small,.feature-cleaning-card em{color:#7c838b;font-size:11px;font-style:normal}.feature-cleaning-card em{margin-top:5px;padding:4px 8px;border-radius:6px;color:#56606b;background:#e3e7eb}.feature-native-window.is-upcoming{min-height:365px;padding-bottom:19px}.feature-native-window.is-upcoming>p{margin:21px 22px 15px;color:#656b73;font-size:13px}.feature-native-window.is-upcoming>div{margin:0 22px;display:grid;grid-template-columns:repeat(2,1fr);gap:9px}.feature-native-window.is-upcoming>div span{min-height:51px;padding:0 11px;display:flex;align-items:center;border:1px solid #e2e5e9;border-radius:9px;color:#747a83;background:#f7f8f9;font-size:12px}.feature-native-window.is-upcoming>small{margin:15px 22px 0;color:#92979e;font-size:11px}.feature-native-utility-story:before{content:"";position:absolute;z-index:6;top:0;right:0;bottom:0;left:0;background:#0c16206e;pointer-events:none}.feature-native-window{z-index:7;top:74px;right:58px;width:620px;min-height:460px;border:2px solid rgba(0,113,227,.52);border-radius:20px;background:#f9fafcf0;box-shadow:0 0 0 3px #0071e32e,0 0 10px 5px #ffffff47,0 22px 48px #0b1d3052;-webkit-backdrop-filter:blur(28px) saturate(1.2);backdrop-filter:blur(28px) saturate(1.2)}.feature-native-title{min-height:52px;padding:0 20px;justify-content:center;gap:7px;background:transparent;font-size:15px}.feature-native-title:before{content:none}.feature-native-title span{width:18px;height:18px;border-radius:0;color:#70757b;background:transparent}.feature-native-window footer{min-height:56px;padding:0 24px;background:transparent;color:#34383e}.feature-native-window footer button,.feature-native-window footer>b{min-width:96px;height:32px;border:0;border-radius:8px;color:#30343a;background:#6d717721}.feature-native-window footer>b{color:#fff;background:#0a84ff}.feature-native-window.is-notification-summary{top:146px;width:650px;min-height:336px}.feature-notification-setting-row{min-height:102px;margin:25px 26px 0;padding:17px 18px;display:grid;grid-template-columns:42px minmax(0,1fr) auto 42px;align-items:center;gap:13px;border:1px solid rgba(29,34,41,.11);border-radius:13px;background:#ffffff80}.feature-notification-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;color:#fff;background:#ff3b57}.feature-notification-icon svg{width:20px;height:20px}.feature-notification-setting-row>div:nth-child(2){min-width:0;display:grid;gap:5px}.feature-notification-setting-row b{font-size:14px}.feature-notification-setting-row small{color:#747980;font-size:11px;line-height:1.35}.feature-menu-badge-preview{height:34px;padding:0 10px;display:flex;align-items:center;gap:7px;border-radius:7px;color:#fff;background:#090909;font-size:12px}.feature-menu-badge-preview i{font-style:normal}.feature-menu-badge-preview em{width:1px;height:15px;margin:0 1px;background:#ffffffb8}.feature-native-switch{width:36px;height:20px;padding:2px;display:flex;align-items:center;border-radius:999px;background:#00000029}.feature-native-switch i{width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0000003d}.feature-native-switch.active{justify-content:flex-end;background:#34c759}.feature-notification-result{margin:17px 26px 25px;display:grid;justify-items:center;gap:10px}.feature-notification-result>small{color:#81868d;font-size:11px}.feature-notification-result>div{min-width:330px;height:44px;padding:0 13px;display:flex;align-items:center;justify-content:center;gap:10px;border-radius:10px;color:#fff;background:#090909;font-size:13px}.feature-notification-result>div i{width:1px;height:18px;background:#ffffffa6}.feature-notification-result time{margin-left:8px;font-size:11px}.feature-notification-result p{margin:0;color:#666c74;font-size:11px}.feature-native-window.is-uninstall{top:74px;width:760px;height:560px}.feature-native-window.is-uninstall:before{content:"";position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 22% 25%,rgba(72,210,255,.16),transparent 18%),radial-gradient(circle at 53% 22%,rgba(215,83,255,.14),transparent 16%),radial-gradient(circle at 82% 72%,rgba(255,129,84,.13),transparent 18%);pointer-events:none}.feature-native-window.is-uninstall>*{position:relative;z-index:1}.feature-uninstall-header{min-height:92px;padding:24px 36px 8px;display:grid;grid-template-columns:54px minmax(0,1fr) 28px;align-items:center;gap:14px}.feature-uninstall-app-icon{width:54px;height:54px;display:block;object-fit:contain;border-radius:13px}.feature-uninstall-header>span{min-width:0;display:grid;gap:3px}.feature-uninstall-header b{font-size:20px}.feature-uninstall-header small{color:#777c83;font-size:15px}.feature-uninstall-header>svg{width:17px;height:17px;color:#3e434a}.feature-native-summary{margin:0 36px 12px;display:flex;gap:15px;color:#ff9500;font-size:12px}.feature-native-summary i,.feature-native-summary span{display:flex;align-items:center;gap:5px}.feature-native-summary i{color:#34c759;font-style:normal;font-weight:650}.feature-native-summary svg{width:15px;height:15px;stroke-width:2}.feature-uninstall-list{position:relative;min-height:0;margin:0 36px;overflow:hidden;border:0;border-radius:0;background:transparent;flex:1;-webkit-mask-image:linear-gradient(#000 0,#000 calc(100% - 24px),transparent 100%);mask-image:linear-gradient(#000 0,#000 calc(100% - 24px),transparent 100%)}.feature-uninstall-item{min-height:67px;padding:7px 0;display:grid;grid-template-columns:21px 25px minmax(0,1fr);align-items:start;gap:10px;border-bottom:1px solid rgba(42,48,56,.12)}.feature-native-check{width:18px;height:18px;display:grid;place-items:center;border-radius:5px;color:#fff;background:#0a84ff;font-size:11px}.feature-uninstall-item>.feature-uninstall-app-icon.small,.feature-uninstall-item>svg:nth-child(2){width:24px;height:24px;object-fit:contain;color:#2ba5e6}.feature-uninstall-item>.feature-uninstall-copy{min-width:0;display:grid;gap:2px}.feature-uninstall-item strong{min-width:0;display:flex;align-items:center;gap:7px;overflow:hidden;color:#2c3035;font-size:13px;white-space:nowrap}.feature-uninstall-item strong>span{overflow:hidden;text-overflow:ellipsis}.feature-uninstall-item strong i{margin-left:6px;padding:2px 7px;border-radius:999px;color:#2fbd5f;background:#34c75921;font-size:10px;font-style:normal}.feature-uninstall-item small,.feature-uninstall-item em{overflow:hidden;color:#7d8289;font-size:10px;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.feature-uninstall-item em{display:flex;align-items:center;gap:8px;color:#a0a4aa}.feature-uninstall-item em>span{min-width:0;overflow:hidden;text-overflow:ellipsis}.feature-uninstall-item em svg{width:17px;height:17px;margin-left:auto;flex:0 0 auto;color:#25292e}.feature-uninstall-item time{margin-left:auto;color:#737880;font-size:10px;text-align:right}.feature-uninstall-select-all{display:flex;align-items:center;gap:10px;color:#25292e;font-size:13px;font-weight:650}.feature-uninstall-select-all>i{width:18px;height:18px;border:1px solid rgba(46,52,61,.17);border-radius:5px;background:#ffffffb8}.feature-footer-spacer{flex:1}.feature-native-window footer>strong{min-width:96px;height:32px;display:grid;place-items:center;border-radius:8px;color:#fff;background:#0a84ff;font-size:12px}.feature-native-window.is-default-app{top:74px;width:580px;height:680px}.feature-default-app-body{min-height:0;padding:14px 20px 0;display:grid;grid-template-columns:160px 1px minmax(0,1fr);gap:14px;flex:1}.feature-default-app-body:before{content:"";grid-column:2;grid-row:1;width:1px;background:#2a30381f}.feature-default-app-body aside{grid-column:1;min-width:0;overflow:hidden;display:flex;flex-direction:column;gap:3px}.feature-default-app-body aside>div{display:grid;gap:3px}.feature-default-app-body aside small{margin:6px 8px 1px;color:#83888f;font-size:10px;font-weight:650}.feature-default-app-body aside span{min-height:31px;padding:0 8px;display:flex;align-items:center;gap:8px;border-radius:7px;color:#4e535a;font-size:11px}.feature-default-app-body aside span.selected{color:#176ebd;background:#0a84ff21}.feature-default-app-body aside svg{width:16px;height:16px}.feature-default-app-body main{grid-column:3;min-width:0;overflow:hidden}.feature-default-app-body main>header{margin-bottom:8px;padding:10px;display:flex;flex-wrap:wrap;align-items:baseline;gap:7px;border:1px solid rgba(10,132,255,.12);border-radius:12px;background:#0a84ff0b}.feature-default-app-body main>header b{font-size:15px}.feature-default-app-body main>header small{color:#81868d;font-size:10px}.feature-default-app-body main>header div{width:100%;display:flex;gap:5px}.feature-default-app-body main>header span{padding:3px 7px;border-radius:999px;color:#53606c;background:#ffffffb8;font-size:9px}.feature-default-app-body main>p{min-height:39px;margin:2px 0;padding:0 8px;display:grid;grid-template-columns:20px minmax(0,1fr) 16px;align-items:center;gap:8px;border-radius:7px;color:#42474e;font-size:11px}.feature-default-app-body main>p.selected{color:#176ebd;background:#0a84ff21}.feature-default-app-body main img,.feature-default-app-body main svg{width:18px;height:18px;object-fit:contain}.feature-default-app-body main p i{font-style:normal}.feature-native-window.is-sound{top:74px;width:550px;height:680px}.feature-sound-grid{min-height:0;margin:16px 22px 8px;display:grid;grid-template-columns:repeat(4,1fr);gap:9px;flex:1}.feature-sound-grid>div{position:relative;min-height:110px;padding:11px;display:grid;grid-template-rows:28px 1fr 16px;justify-items:center;align-items:center;border:1px solid rgba(38,45,55,.13);border-radius:10px;background:transparent}.feature-sound-grid>div>svg{width:23px;height:23px;color:#0a84ff}.feature-sound-grid>div b{color:#444950;font-size:11px;font-weight:560}.feature-sound-grid>div span{width:15px;height:15px;display:grid;place-items:center;border:1.5px solid rgba(99,105,113,.58);border-radius:50%;color:transparent;background:transparent;font-size:9px}.feature-sound-grid>div span svg{width:9px;height:9px}.feature-sound-grid>div.selected{border-color:#0a84ff5c;background:#0a84ff1a;box-shadow:none}.feature-sound-grid>div.selected span{color:#fff;border-color:#0a84ff;background:#0a84ff}.feature-sound-grid>div.selected b{color:#30343a}.feature-sound-grid .feature-sound-download{position:absolute;top:8px;right:8px;width:15px;height:15px}.no-search-product-scene>.feature-native-window{z-index:400;right:auto;left:174px}.no-search-product-scene>.feature-native-window.is-default-app,.no-search-product-scene>.feature-native-window.is-sound{top:64px;left:224px;height:620px}.feature-native-window.is-upcoming{top:160px;width:600px;min-height:300px;padding-bottom:0}.feature-native-window.is-upcoming>p{margin:58px 42px 13px;color:#535960;font-size:16px;line-height:1.6;text-align:center}.feature-native-window.is-upcoming>strong{margin:0 42px 54px;color:#1976ca;font-size:18px;text-align:center}.no-search-product-scene.has-setting-target .omnidock-drawer{border-color:#ffffff8f;background:linear-gradient(145deg,#ffffff7a,#e8eef647),#eef2f757;box-shadow:0 16px 42px #202f4b3d,inset 0 1px #ffffff6b,inset 0 0 0 .5px #757c8929}.no-search-product-scene.has-setting-target .drawer-settings-view>header,.no-search-product-scene.has-setting-target .drawer-section-title,.no-search-product-scene.has-setting-target .drawer-settings-grid button:not(.is-story-highlight){opacity:.14;filter:saturate(.35)}.no-search-product-scene.has-setting-target .drawer-settings-grid button.is-story-highlight{position:relative;z-index:2;opacity:1;border:2px solid rgba(0,113,227,.52);background:#edf8ffdb;box-shadow:0 0 0 3px #0071e32e,0 0 10px 5px #ffffff47,0 12px 24px #0b1d3033}.no-search-product-scene.is-notification-summary .no-search-real-menu-bar>*{opacity:.14}.no-search-product-scene.is-notification-summary .no-search-real-menu-bar .menu-dockdart-cluster{position:relative;z-index:330;opacity:1;border:2px solid rgba(0,113,227,.52);background:#edf8ffdb;box-shadow:0 0 0 3px #0071e32e,0 0 10px 5px #ffffff47,0 10px 22px #0b1d3033}.no-search-product-scene.is-notification-summary .menu-dockdart-cluster>svg{color:#20252b}.no-search-product-scene.is-notification-summary .omnidock-panel>*{opacity:.12;pointer-events:none}.no-search-product-scene.is-notification-summary .running-icons{opacity:1}.no-search-product-scene.is-notification-summary .running-app-cell{opacity:.12}.no-search-product-scene.is-notification-summary .running-app-cell:nth-child(2),.no-search-product-scene.is-notification-summary .running-app-cell:nth-child(5){position:relative;z-index:2;opacity:1}.no-search-product-scene.is-notification-summary .running-app-cell:nth-child(2)>button,.no-search-product-scene.is-notification-summary .running-app-cell:nth-child(5)>button{border:0;background:transparent;filter:drop-shadow(0 6px 9px rgba(0,64,128,.22))}.no-search-product-scene.is-notification-summary .running-app-cell:nth-child(2) .app-badge,.no-search-product-scene.is-notification-summary .running-app-cell:nth-child(5) .app-badge{box-shadow:0 0 0 2px #edf8fff5,0 0 0 4px #0071e37a,0 5px 12px #0050a03d;animation:feature-notification-badge-pulse 1.8s ease-in-out infinite}.feature-notification-link{position:absolute;z-index:310;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:visible;pointer-events:none}.feature-notification-link path{fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:7 9;animation:feature-notification-dash 1.15s linear infinite}.feature-notification-link-glow{stroke:#fffffff2;stroke-width:6;opacity:.78;filter:blur(3px)}.feature-notification-link-flow{stroke:#0071e3eb;stroke-width:2}.feature-notification-link circle{fill:#0071e3;stroke:#edf8fff2;stroke-width:3}@keyframes feature-notification-dash{to{stroke-dashoffset:-32}}@keyframes feature-notification-badge-pulse{50%{transform:scale(1.08)}}@media(prefers-reduced-motion:reduce){.no-search-product-scene.is-notification-summary .app-badge{animation:none}}.auto-quit-now-frame.is-utility-focus .feature-demo-card-clip:before{content:none}.auto-quit-now-frame.is-utility-focus .auto-quit-panel-host{z-index:64}.auto-quit-now-frame.is-utility-focus .auto-quit-panel-demo:after{content:"";position:absolute;z-index:60;top:0;right:0;bottom:0;left:0;background:#0c162061;pointer-events:none}.auto-quit-now-frame.is-utility-focus .auto-quit-panel-host .omnidock-panel-wrap{z-index:50}.auto-quit-now-frame.is-utility-focus .auto-quit-magnifier{z-index:65}.auto-quit-now-frame.is-utility-focus .auto-quit-magnifier:after{content:"";position:absolute;top:-5px;right:-5px;bottom:-5px;left:-5px;border:2px solid rgba(0,113,227,.52);border-radius:50%;background:#edf8ff14;box-shadow:0 0 0 3px #0071e32e,0 0 10px 5px #ffffff47,0 10px 22px #0b1d3033}.auto-quit-now-frame.is-utility-focus .auto-quit-inactivity-tip{z-index:66;border:2px solid rgba(0,113,227,.52);background:#edf8fff0;box-shadow:0 0 0 3px #0071e32e,0 0 10px 5px #ffffff47,0 12px 24px #0b1d3033}.no-search-product-scene.is-chat .omnidock-panel>*{opacity:.12;pointer-events:none}.no-search-product-scene.is-chat .panel-chat-group{opacity:1;border:1px solid rgba(0,113,227,.48);border-radius:13px;background:#ffffff94;box-shadow:0 0 0 3px #0071e32e,0 9px 24px #004e9c29}.no-search-product-scene.is-chat .omnidock-panel-wrap{top:42px;bottom:12px;left:12px;height:auto;transform:none}@media(max-width:820px){.feature-tabs-rail{width:calc(100% + 32px);max-width:none;margin:-10px -16px 0}.feature-tabs-scroll{padding:10px 16px 0;box-sizing:border-box}.feature-tabs.no-search-tabs{justify-content:flex-start}.feature-tabs.no-search-tabs button{min-width:max-content;height:44px;min-height:44px;padding:0 14px;gap:7px}.feature-tabs.no-search-tabs button span{position:static;width:auto;height:auto;overflow:visible;clip:auto;clip-path:none;white-space:nowrap}.feature-tabs.no-search-tabs button em{top:-5px;right:-7px;font-size:9px}.feature-tab-description{right:10px;bottom:10px;max-width:calc(100% - 20px);padding:6px 8px;border-radius:8px;font-size:11px;line-height:1.4}.feature-tab-description.is-more-copy{width:calc(100% - 20px);min-height:100px;max-width:none;padding:16px 18px;gap:9px;font-size:13px;line-height:1.4}.feature-tab-description.is-more-copy>svg{width:13px;height:13px;margin-top:2px}.feature-tab-description.is-more-copy>span{gap:3px}.feature-tab-description.is-more-copy strong{font-size:16px}.feature-stage,.feature-module-secondary .feature-stage{width:100%;margin-top:21px}.feature-module-secondary .feature-stage{width:100%}.feature-other-window{top:100px;right:56px;width:540px}.feature-native-window{top:78px;right:58px;width:574px}}@media(prefers-reduced-motion:reduce){.feature-tabs.no-search-tabs button{transition:none}}.no-search-product-scene.is-browser .omnidock-panel-wrap,.no-search-product-scene.is-links .omnidock-panel-wrap,.no-search-product-scene.is-player .omnidock-panel-wrap{top:42px;bottom:12px;left:12px;height:auto;transform:none}.no-search-product-scene.is-browser .omnidock-panel>*{opacity:.12;pointer-events:none}.no-search-product-scene.is-browser .panel-browser-group{position:relative;opacity:1}.no-search-product-scene.is-browser .panel-browser-group:after{content:"";position:absolute;z-index:4;top:-4px;right:-6px;bottom:-4px;left:-6px;border-radius:13px;pointer-events:none}.no-search-product-scene.is-browser .panel-group-header,.no-search-product-scene.is-browser .panel-tab-stack{position:relative;z-index:5}.no-search-product-scene.is-browser .panel-tab-row.selected:before{background:#0071e31a;box-shadow:inset 0 0 0 1px #0071e32e}.feature-browser-switch-cursor{--feature-browser-target-y: 332px;z-index:450;opacity:1;transform:translate3d(192px,var(--feature-browser-target-y),0);transition:transform .72s cubic-bezier(.4,0,.2,1)}.feature-browser-switch-click{--feature-browser-target-y: 332px;z-index:448;top:var(--feature-browser-target-y);left:192px;animation:feature-browser-switch-click 1.35s ease-out both}.feature-browser-switch-cursor.is-calendar,.feature-browser-switch-click.is-calendar{--feature-browser-target-y: 358px}.feature-browser-switch-cursor.is-drive,.feature-browser-switch-click.is-drive{--feature-browser-target-y: 384px}@keyframes feature-browser-switch-click{0%,64%{opacity:0;transform:scale(.25)}68%{opacity:1}84%,to{opacity:0;transform:scale(1.35)}}@media(prefers-reduced-motion:reduce){.feature-browser-switch-cursor{transition-duration:.72s!important}}.feature-action-cursor,.feature-action-click{--feature-action-x: 132px;--feature-action-y: 505px}.feature-action-cursor{z-index:450;opacity:1;transform:translate3d(var(--feature-action-x),var(--feature-action-y),0);transition:transform .72s cubic-bezier(.4,0,.2,1)}.feature-action-click{z-index:448;top:var(--feature-action-y);left:var(--feature-action-x);animation:feature-browser-switch-click 1.35s ease-out both}.feature-action-cursor.is-chat.target-launch-copy,.feature-action-click.is-chat.target-launch-copy{--feature-action-y: 531px}.feature-action-cursor.is-chat.target-feedback,.feature-action-click.is-chat.target-feedback{--feature-action-y: 557px}.feature-action-cursor.is-site,.feature-action-click.is-site{--feature-action-y: 157px}.feature-action-cursor.is-site.target-twitter,.feature-action-click.is-site.target-twitter{--feature-action-x: 78px}.feature-action-cursor.is-site.target-journey-youtube,.feature-action-click.is-site.target-journey-youtube{--feature-action-x: 42px}.feature-action-cursor.is-audio.target-artwork,.feature-action-click.is-audio.target-artwork{--feature-action-x: 60px;--feature-action-y: 93px}.feature-action-cursor.is-audio.target-next,.feature-action-click.is-audio.target-next{--feature-action-x: 215px;--feature-action-y: 142px}.no-search-product-scene.is-links.story-target-site-twitter .quick-link-cell:nth-child(2) .quick-link-button,.no-search-product-scene.is-links.story-target-site-journey-youtube .quick-link-cell:nth-child(1) .quick-link-button{background:#0a84ff1c;box-shadow:0 0 0 2px #0071e33d}@media(prefers-reduced-motion:reduce){.feature-action-cursor{transition-duration:.72s!important}}.no-search-product-scene.is-chat .panel-chat-group{position:relative;width:calc(100% + 12px);margin:7px -6px 0;padding:4px 6px 6px}.no-search-product-scene.has-linked-window:before{content:"";position:absolute;z-index:200;top:0;right:0;bottom:0;left:0;background:#0c16206e;pointer-events:none}.no-search-product-scene.has-linked-window .omnidock-panel-wrap{z-index:300}.feature-content-window{position:absolute;z-index:400;top:104px;right:48px;width:820px;height:520px;overflow:visible;border-radius:11px;color:#292d32}.no-search-product-scene.is-browser .panel-browser-group:after{border:1px solid rgba(0,113,227,.48);background:#ffffff94;box-shadow:0 0 0 3px #0071e32e,0 9px 24px #004e9c29}.feature-content-window>.mac-window{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border-color:#0071e394;border-radius:10px;opacity:1;box-shadow:none;transform:none!important}.feature-content-window .browser-tab{flex:0 1 220px}.feature-window-titlebar{position:relative;height:40px;padding:0 14px 0 62px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;border-bottom:1px solid rgba(40,48,58,.1);background:#f3f4f6;font-size:13px}.feature-window-titlebar>i{position:absolute;left:16px;width:35px;height:12px;background:radial-gradient(circle at 5px 6px,#ff5f57 0 4px,transparent 4.5px),radial-gradient(circle at 17px 6px,#febc2e 0 4px,transparent 4.5px),radial-gradient(circle at 29px 6px,#28c840 0 4px,transparent 4.5px)}.feature-window-titlebar>span{min-width:0;display:flex;align-items:center;gap:7px;font-weight:620}.feature-window-titlebar img{width:20px;height:20px;object-fit:contain}.feature-window-titlebar>b{color:#878c93;font-size:11px;letter-spacing:1px}.feature-browser-window-tabs{height:48px;padding:8px 12px 0;display:flex;align-items:end;gap:5px;overflow:hidden;background:#e8eaed}.feature-browser-window-tabs>*{height:40px;padding:0 12px;display:flex;align-items:center;gap:7px;overflow:hidden;border-radius:9px 9px 0 0;color:#696e75;background:#ffffff59;font-size:12px;font-weight:520;white-space:nowrap;text-overflow:ellipsis}.feature-browser-window-tabs>strong{min-width:230px;color:#292c31;background:#fff;font-weight:620}.feature-browser-window-tabs img{width:18px;height:18px}.feature-browser-window-address{height:35px;margin:0;padding:0 14px;display:flex;align-items:center;color:#777c83;border-bottom:1px solid #e4e6e9;background:#fff;font-size:11px}.feature-browser-window-inbox{padding:12px 16px;background:#f7f9fc}.feature-browser-window-inbox>header{height:44px;display:grid;grid-template-columns:25px 76px 1fr;align-items:center;gap:8px}.feature-browser-window-inbox>header img{width:23px;height:23px}.feature-browser-window-inbox>header span{height:29px;padding:0 12px;display:flex;align-items:center;border-radius:16px;color:#81868d;background:#edf3fa;font-size:11px}.feature-browser-window-inbox>p{height:48px;margin:0;padding:0 9px;display:grid;grid-template-columns:105px minmax(0,1fr) 42px;align-items:center;gap:9px;border-top:1px solid #e4e7ea;color:#5f646b;background:#fff;font-size:11px}.feature-browser-window-inbox p b{color:#34383d}.feature-browser-window-inbox p span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.feature-browser-window-inbox time{color:#858a91;font-size:10px;text-align:right}.feature-chat-window-body{height:calc(100% - 40px);display:grid;grid-template-columns:175px minmax(0,1fr)}.feature-chat-window-body>aside{padding:16px 12px;display:flex;flex-direction:column;gap:8px;border-right:1px solid #e4e6e9;color:#656a72;background:#f5f5f6;font-size:11px}.feature-chat-window-body>aside b{padding:9px 10px;border:1px solid #dfe2e5;border-radius:8px;color:#30343a;background:#fff}.feature-chat-window-body>aside small{margin-top:9px;color:#9a9ea4}.feature-chat-window-body>aside span,.feature-chat-window-body>aside strong{padding:8px;border-radius:7px;font-weight:520}.feature-chat-window-body>aside strong{color:#262a2f;background:#e7e8ea}.feature-chat-window-body>main{position:relative;min-width:0;padding:52px 28px 68px;overflow:hidden;background:#fff}.feature-chat-window-body>main>header{position:absolute;top:0;right:0;left:0;height:40px;display:grid;place-items:center;border-bottom:1px solid #eceef0;font-size:12px;font-weight:630}.feature-chat-window-user{max-width:270px;margin:0 0 24px auto;padding:10px 12px;border-radius:13px;background:#eef0f2;font-size:12px;line-height:1.45}.feature-chat-window-body article{display:grid;grid-template-columns:22px 1fr;gap:10px}.feature-chat-window-body article img{width:22px;height:22px}.feature-chat-window-body article p{margin:0;color:#4c5158;font-size:12px;line-height:1.55}.feature-chat-window-body footer{position:absolute;right:22px;bottom:18px;left:22px;height:38px;padding:0 11px;display:flex;align-items:center;border:1px solid #dfe2e5;border-radius:11px;color:#9a9ea5;font-size:11px}.feature-chat-window-body footer b{margin-left:auto;width:22px;height:22px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#25282d}.feature-site-window-address{height:34px;padding:0 15px;display:flex;align-items:center;border-bottom:1px solid #e5e7ea;color:#80858c;background:#fff;font-size:11px}.feature-site-window-body{height:calc(100% - 74px);display:grid;grid-template-columns:150px minmax(0,1fr);background:#fff}.feature-site-window-body>aside{padding:19px 18px;display:flex;flex-direction:column;gap:14px;border-right:1px solid #e7e9ec;color:#555a61;font-size:12px}.feature-site-window-body>aside img{width:26px;height:26px;margin-bottom:5px}.feature-site-window-body>aside b{color:#16191d}.feature-site-window-body>main{min-width:0;border-right:1px solid #e7e9ec}.feature-site-window-body>main>header{height:44px;padding:0 16px;display:flex;align-items:center;border-bottom:1px solid #eceef0;font-size:14px;font-weight:680}.feature-site-window-body article{min-height:116px;padding:15px 17px;display:grid;grid-template-columns:34px 1fr;gap:10px;border-bottom:1px solid #eceef0}.feature-site-window-body article>img{width:34px;height:34px;border-radius:50%;object-fit:cover}.feature-site-window-body article div{min-width:0}.feature-site-window-body article b{font-size:12px}.feature-site-window-body article b small,.feature-site-window-body article div>small{color:#858a91;font-size:10px;font-weight:480}.feature-site-window-body article p{margin:6px 0 10px;color:#3e4349;font-size:12px;line-height:1.5}.feature-content-window.is-audio .spotify-window{top:0;right:auto;bottom:auto;left:0;width:100%;height:100%;transform:none!important}.feature-other-content-story:before{content:"";position:absolute;z-index:4;top:0;right:0;bottom:0;left:0;background:#0c16206e;pointer-events:none}.feature-other-content-story .feature-real-menu{z-index:3}.feature-other-content-story .feature-real-panel{z-index:6}.feature-other-content-story .feature-real-panel .omnidock-panel-wrap{z-index:8}.feature-other-content-story .omnidock-panel>*{opacity:.12;pointer-events:none}.feature-other-content-story .panel-chat-group{display:none}.feature-other-content-story .feature-real-panel:before,.feature-other-content-story .feature-real-panel:after{content:"";position:absolute;bottom:25px;left:18px;width:228px;height:122px;pointer-events:none}.feature-other-content-story .feature-real-panel:before{z-index:9;border:1px solid rgba(0,113,227,.48);border-radius:17px;box-shadow:0 0 0 3px #0071e32e,0 9px 24px #004e9c29}.feature-other-content-story .feature-real-panel:after{z-index:7;border-radius:17px;background:#ffffff94}.feature-other-content-story .trash-row{z-index:8;opacity:1;width:calc(100% + 10px);margin-right:-5px;margin-left:-5px;padding:5px;border:0;border-radius:0;background:transparent;box-shadow:none;transform:translateY(-12px)}.feature-other-content-story .trash-clear-button{opacity:1;pointer-events:none;transform:translateY(-50%) scale(1)}.feature-mounted-volume-row{position:absolute;z-index:10;bottom:96px;left:18px;width:228px;min-height:48px;padding:5px 36px 5px 5px;display:block;align-items:center;border:0;border-radius:0;color:#30353b;background:transparent;box-shadow:none}.feature-mounted-volume-open{min-width:0;min-height:38px;padding:0;display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:10px;border:0;color:inherit;background:transparent;text-align:left}.feature-mounted-volume-open>svg{width:25px;height:25px;color:#69717a;fill:currentColor}.feature-mounted-volume-open>span{min-width:0;display:grid;gap:2px}.feature-mounted-volume-open b{overflow:hidden;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.feature-mounted-volume-open small{overflow:hidden;color:#717881;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.feature-mounted-volume-eject{position:absolute;top:50%;right:4px;width:26px;height:26px;padding:0;display:grid;place-items:center;border:0;border-radius:6px;color:#68717a;background:transparent;transform:translateY(-50%)}.feature-mounted-volume-eject:hover,.feature-other-content-story .trash-clear-button:hover{background:transparent}.feature-other-content-story .trash-clear-button{right:4px;width:26px;height:26px}.feature-mounted-volume-eject>span{position:relative;width:14px;height:14px;display:block}.feature-mounted-volume-eject i:first-child{position:absolute;top:1px;left:2px;width:0;height:0;border-right:5px solid transparent;border-bottom:7px solid currentColor;border-left:5px solid transparent}.feature-mounted-volume-eject i:last-child{position:absolute;right:1px;bottom:2px;left:1px;height:2px;border-radius:2px;background:currentColor}.feature-content-window,.feature-native-window,.no-search-product-scene.is-finder .omnidock-drawer,.no-search-product-scene.is-applications .omnidock-drawer,.no-search-product-scene.is-settings .omnidock-drawer{border:2px solid rgba(0,113,227,.52);background-color:#edf8ffdb;box-shadow:0 0 0 3px #0071e32e,0 0 10px 5px #ffffff47,0 22px 48px #0b1d3052}@media(max-width:820px){.feature-content-window{top:104px;right:44px;width:820px;height:520px}.feature-mounted-volume-row{bottom:96px}}
