:root{--bg:#060608;--bg-2:#0b0c0f;--ink:#f4f5f7;--ink-dim:rgba(244,245,247,.62);--ink-faint:rgba(244,245,247,.4);--ink-ghost:rgba(244,245,247,.22);--line:hsla(0,0%,100%,.1);--line-soft:hsla(0,0%,100%,.06);--glass:hsla(0,0%,100%,.045);--glass-2:hsla(0,0%,100%,.07);--shadow:0 30px 80px -20px rgba(0,0,0,.7);--r-lg:26px;--r-xl:40px;--r-pill:999px;--serif:"Gambetta",Georgia,"Times New Roman",serif;--sans:"General Sans",ui-sans-serif,system-ui,-apple-system,sans-serif;--maxw:1180px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body,html{height:100%}body{background:var(--bg);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}a{color:inherit;text-decoration:none}canvas,img{display:block}::selection{background:hsla(0,0%,100%,.16)}body:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:80;opacity:.05;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.container{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 28px}.nav{position:fixed;top:18px;left:0;right:0;z-index:50;display:flex;justify-content:center;pointer-events:none}.nav-inner{pointer-events:auto;gap:26px;width:min(1080px,calc(100% - 36px));padding:11px 12px 11px 20px;border:1px solid var(--line);border-radius:var(--r-pill);background:rgba(10,11,14,.55);backdrop-filter:blur(22px) saturate(140%);-webkit-backdrop-filter:blur(22px) saturate(140%);box-shadow:0 10px 40px -14px rgba(0,0,0,.6),inset 0 1px 0 hsla(0,0%,100%,.06)}.brand,.nav-inner{display:flex;align-items:center}.brand{gap:11px;font-weight:600;letter-spacing:-.01em;white-space:nowrap;flex:none}.brand img{height:36px;width:auto;object-fit:contain;filter:drop-shadow(0 1px 7px rgba(255,255,255,.18))}.brand b{font-weight:600;font-size:22px;letter-spacing:-.015em}.nav-links{display:flex;gap:26px;margin-left:6px;font-size:14px;color:var(--ink-dim)}.nav-links a{transition:color .2s}.nav-links a:hover{color:var(--ink)}.nav-spacer{flex:1 1}@media(max-width:720px){.nav-links{display:none}}@media(max-width:560px){.nav-inner{gap:12px;padding:9px 10px 9px 15px}.nav .btn-ghost{display:none}.brand b{font-size:16px}}.btn{display:inline-flex;align-items:center;gap:10px;height:46px;padding:0 22px;border-radius:var(--r-pill);font-size:14.5px;font-weight:500;letter-spacing:-.01em;cursor:pointer;border:1px solid transparent;transition:transform .25s cubic-bezier(.2,.7,.2,1),background .25s,border-color .25s,box-shadow .25s;white-space:nowrap}.btn svg{width:17px;height:17px}.btn-primary{background:var(--ink);color:#08090b;font-weight:600;box-shadow:0 8px 30px -8px hsla(0,0%,100%,.45),inset 0 1px 0 hsla(0,0%,100%,.9)}.btn-primary:hover{background:#fff;box-shadow:0 10px 34px -12px hsla(0,0%,100%,.5)}.btn-ghost{background:var(--glass);color:var(--ink);border-color:var(--line);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-ghost:hover{background:var(--glass-2);border-color:hsla(0,0%,100%,.16)}.btn-sm{height:40px;padding:0 16px;font-size:13.5px}.btn-lg{height:54px;padding:0 28px;font-size:15.5px}.os-note{font-size:12.5px;color:var(--ink-faint);letter-spacing:.01em}.lbl-mobile{display:none}@media(max-width:600px){.lbl-wide{display:none}.lbl-mobile{display:inline}}.badge{display:inline-flex;align-items:center;gap:9px;height:34px;padding:0 15px;border-radius:var(--r-pill);font-size:12.5px;letter-spacing:.02em;color:var(--ink-dim);background:var(--glass);border:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.badge .dot{position:relative;width:7px;height:7px}.badge .dot:before{animation:ping 2s ease-out infinite}.badge .dot:after,.badge .dot:before{content:"";position:absolute;inset:0;border-radius:50%;background:#fff}@keyframes ping{0%{transform:scale(1);opacity:.7}70%,to{transform:scale(2.6);opacity:0}}.eyebrow{font-size:12.5px;letter-spacing:.26em;text-transform:uppercase;color:var(--ink-faint)}.serif{font-family:var(--serif);font-weight:500;letter-spacing:-.015em}.lede{color:var(--ink-dim);font-size:clamp(15px,1.4vw,18px);line-height:1.55;max-width:34em}em{font-style:italic}.glass{background:var(--glass);border:1px solid var(--line);border-radius:var(--r-xl);backdrop-filter:blur(26px) saturate(140%);-webkit-backdrop-filter:blur(26px) saturate(140%);box-shadow:var(--shadow),inset 0 1px 0 hsla(0,0%,100%,.07)}.hud-real{justify-content:center;height:40px;min-width:118px;padding:0 22px;border-radius:var(--r-pill);background:rgba(20,20,22,.96);border:1px solid hsla(0,0%,100%,.09);box-shadow:0 20px 54px -18px rgba(0,0,0,.85),inset 0 1px 0 hsla(0,0%,100%,.06);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.hud-real,.wf-real{display:inline-flex;align-items:center}.wf-real{gap:3px;height:24px}.wf-real span{display:block;width:3px;height:7px;border-radius:1.5px;background:#fff}.wf-real span:first-child{animation:wfA 1.05s ease-in-out infinite}.wf-real span:nth-child(2){animation:wfB 1.05s ease-in-out infinite}.wf-real span:nth-child(3){animation:wfC 1.05s ease-in-out infinite}.wf-real span:nth-child(4){animation:wfD 1.05s ease-in-out infinite}.wf-real span:nth-child(5){animation:wfE 1.05s ease-in-out infinite}.wf-real span:nth-child(6){animation:wfB 1.05s ease-in-out infinite}.wf-real span:nth-child(7){animation:wfA 1.05s ease-in-out infinite}@keyframes wfA{0%,to{height:7px}30%{height:19px}60%{height:10px}}@keyframes wfB{0%,to{height:8px}25%{height:22px}70%{height:12px}}@keyframes wfC{0%,to{height:12px}40%{height:24px}80%{height:8px}}@keyframes wfD{0%,to{height:10px}35%{height:20px}75%{height:7px}}@keyframes wfE{0%,to{height:8px}50%{height:17px}90%{height:10px}}.chip{display:inline-flex;align-items:center;gap:8px;padding:7px 13px;border-radius:12px;font-size:13px;background:var(--glass);border:1px solid var(--line-soft);color:var(--ink-dim)}.chip svg{width:14px;height:14px;opacity:.85}.section{position:relative;z-index:2;padding:96px 0}.section-head{max-width:640px;margin:0 auto 56px;text-align:center}.section-head .eyebrow{display:block;margin-bottom:18px}.section-head h2{font-family:var(--serif);font-weight:500;font-size:clamp(30px,4.4vw,52px);letter-spacing:-.02em;line-height:1.04}.section-head p{color:var(--ink-dim);margin-top:18px;font-size:17px;line-height:1.6}.rule{height:1px;background:linear-gradient(90deg,transparent,var(--line),transparent)}.how{display:grid;grid-template-columns:.92fr 1.08fr;grid-gap:56px;gap:56px;align-items:center}.how-left .eyebrow{display:block;margin-bottom:20px}.how-title{font-size:clamp(30px,4vw,50px);line-height:1.02;letter-spacing:-.02em}.stepper{margin-top:36px}.stp{display:grid;grid-template-columns:46px 1fr;grid-gap:18px;gap:18px;padding:24px 0;align-items:start}.stp+.stp{border-top:1px solid var(--line-soft)}.stp .num{font-style:italic;font-size:30px;line-height:1;color:var(--ink-ghost)}.stp h3{font-size:18px;font-weight:600;letter-spacing:-.01em;margin-bottom:7px}.stp p{color:var(--ink-dim);font-size:14.5px;line-height:1.58;max-width:34em}.demo{padding:0;overflow:hidden;border-radius:30px}.demo-bar{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;border-bottom:1px solid var(--line-soft);background:hsla(0,0%,100%,.02)}.demo-dots{display:flex;gap:7px}.demo-dots i{width:10px;height:10px;border-radius:50%;background:hsla(0,0%,100%,.14)}.demo-key{font-size:12px;color:var(--ink-faint);letter-spacing:.02em}.demo-body{padding:26px}.demo-hud{display:flex;width:100%;justify-content:center;margin-bottom:24px}.raw{font-style:italic;font-size:15px;line-height:1.6}.raw,.xrule{color:var(--ink-faint)}.xrule{display:flex;align-items:center;gap:14px;margin:20px 0;font-size:11.5px;letter-spacing:.18em;text-transform:uppercase}.xrule span{flex:1 1;height:1px;background:var(--line-soft)}.xrule em{font-style:normal}.out{background:hsla(0,0%,100%,.035);border:1px solid var(--line-soft);border-radius:18px;padding:18px 20px}.out ul{list-style:none;display:flex;flex-direction:column;gap:12px}.out li{display:flex;align-items:center;gap:11px;font-size:15.5px;color:var(--ink)}.out li svg{width:15px;height:15px;color:var(--ink-dim);flex:none}@media(max-width:880px){.how{grid-template-columns:1fr;gap:38px}}.intg-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.intg{display:flex;flex-direction:column;padding:22px 22px 18px;border-radius:22px;background:var(--glass);border:1px solid var(--line-soft);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:background .3s,border-color .3s}.intg:hover{background:var(--glass-2);border-color:hsla(0,0%,100%,.14)}.intg-top{display:flex;align-items:center;gap:12px;margin-bottom:18px}.intg-logo{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:hsla(0,0%,100%,.055);border:1px solid var(--line-soft)}.intg-logo img{width:24px;height:24px;object-fit:contain;display:block}.intg-app{font-size:13px;color:var(--ink-faint);letter-spacing:.02em}.intg-said{font-family:var(--serif);font-style:italic;font-size:17px;color:var(--ink);line-height:1.4}.intg-said .q{color:var(--ink-ghost)}.intg-did{display:flex;align-items:center;gap:9px;font-size:13px;color:var(--ink-dim);margin-top:16px;padding-top:14px;border-top:1px solid var(--line-soft)}.intg-did svg{width:14px;height:14px;color:var(--ink-faint)}@media(max-width:820px){.intg-grid{grid-template-columns:1fr}}.footer{position:relative;z-index:2;padding:64px 0 48px;margin-top:40px}.footer-top{display:flex;justify-content:space-between;align-items:flex-start;gap:40px;flex-wrap:wrap}.footer .brand b{font-size:24px;letter-spacing:-.015em}.footer .brand img{height:46px;width:auto}.footer .tag{color:var(--ink-dim);font-size:14px;margin-top:14px;max-width:28em;line-height:1.6}.footer-cols{display:flex;gap:64px;flex-wrap:wrap}@media(min-width:601px){.footer-cols{margin-top:56px}}.footer-col h4{font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:var(--ink-faint);margin-bottom:16px}.footer-col a{display:block;color:var(--ink-dim);font-size:14px;margin-bottom:11px;transition:color .2s}.footer-col a:hover{color:var(--ink)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:40px;color:var(--ink-faint);font-size:13px;flex-wrap:wrap;gap:12px}.bg-canvas{position:fixed;left:0;right:0;bottom:0;top:auto;height:82vh;z-index:0}.bg-canvas canvas{width:100%;height:100%;display:block}.bg-fade{position:absolute;inset:0;pointer-events:none;background:radial-gradient(80% 60% at 50% 96%,hsla(0,0%,100%,.05),transparent 60%),linear-gradient(180deg,var(--bg) 12%,transparent 44%,transparent 60%,rgba(6,6,8,.7) 86%,var(--bg))}.hero{position:relative;z-index:2;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:140px 22px 96px}.hero h1{font-family:Segoe UI,Segoe UI Variable,ui-sans-serif,system-ui,sans-serif;font-weight:500;letter-spacing:-.018em;font-size:clamp(40px,7vw,92px);margin:24px 0 0;line-height:1}.hero h1 em{color:var(--ink-dim);font-style:normal}.hero .lede{margin-top:26px;text-align:center}.hero .cta{justify-content:center;flex-wrap:wrap;margin-top:36px}.hero .cta,.hero .hud-wrap{display:flex;gap:14px;align-items:center}.hero .hud-wrap{margin-top:54px;flex-direction:column}@media(max-width:800px){.hero h1{font-size:clamp(40px,11vw,56px)}}.rise{opacity:0;transform:translateY(22px);animation:rise .9s cubic-bezier(.2,.7,.2,1) forwards}@keyframes rise{to{opacity:1;transform:none}}.d1{animation-delay:.05s}.d2{animation-delay:.16s}.d3{animation-delay:.28s}.d4{animation-delay:.4s}.d5{animation-delay:.52s}.d6{animation-delay:.64s}@media(prefers-reduced-motion:reduce){.rise{opacity:1;transform:none}.badge .dot:before,.rise,.wf-real span{animation:none}.wf-real span{height:13px}}.tools{font-family:Inter,system-ui,-apple-system,sans-serif;letter-spacing:-.011em;--t-green:#4ade80;--t-blue:#66b6ff;--t-spot:#1ed760;--t-gcal:#4285f4;--t-pink:#ff5b8a;--t-island:rgba(20,20,22,.97);--t-mono:"JetBrains Mono",ui-monospace,monospace;--t-dim:rgba(244,245,247,.62);--t-faint:rgba(244,245,247,.38);--t-line:hsla(0,0%,100%,.1);--t-soft:hsla(0,0%,100%,.06)}.tools-head{max-width:640px;margin:0 auto 40px;text-align:center}.tools-head .t-eyebrow{font-size:12px;letter-spacing:.2em;text-transform:uppercase;color:var(--t-faint);display:block;margin-bottom:16px}.tools-head .t-title{font-size:clamp(30px,4.4vw,50px);font-weight:600;letter-spacing:-.035em;line-height:1.02}.tools-head .t-sub{color:var(--t-dim);font-size:16px;line-height:1.6;margin-top:18px}.tools-scene{position:relative;border-radius:28px;overflow:hidden;isolation:isolate;min-height:600px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:56px;background:radial-gradient(120% 100% at 50% 120%,#121318 0,#0a0b0e 48%,#070709 100%);border:1px solid hsla(0,0%,100%,.06);box-shadow:0 60px 150px -50px rgba(0,0,0,.9),inset 0 1px 0 hsla(0,0%,100%,.04)}.tools .t-spot{position:absolute;left:50%;bottom:-6%;width:760px;height:500px;transform:translateX(-50%);pointer-events:none;background:radial-gradient(closest-side,hsla(0,0%,100%,.1),transparent 72%)}.tools .iwrap{flex-direction:column;gap:22px;position:relative;z-index:2}.tools .cap,.tools .iwrap{display:flex;align-items:center}.tools .cap{gap:9px;color:var(--t-faint);font-size:15px;justify-content:center;min-height:42px;transition:opacity .26s ease}.tools .cap svg{width:15px;height:15px;opacity:.7}.tools .cap .txt{color:hsla(0,0%,100%,.62);max-width:480px;text-wrap:balance}.tools .cap.dictcap .txt{text-align:center}.tools .cap.dictcap>svg{display:none}.tools .cap .txt .dmic{vertical-align:-3px;margin-right:7px}.tools .cap .txt .w{opacity:0;transition:opacity .22s ease}.tools .cap .txt .w.show{opacity:1}.tools .cap .txt .filler{transition:color .3s ease,-webkit-text-decoration-color .3s ease;transition:color .3s ease,text-decoration-color .3s ease;transition:color .3s ease,text-decoration-color .3s ease,-webkit-text-decoration-color .3s ease}.tools .cap .txt .filler.cut{color:#ff6b6b;text-decoration:line-through;-webkit-text-decoration-color:#ff6b6b;text-decoration-color:#ff6b6b}.tools .tabs{display:flex;flex-wrap:wrap;gap:6px;justify-content:center;margin-top:14px;max-width:480px;touch-action:pan-y;cursor:-webkit-grab;cursor:grab}.tools .logo-tab{width:36px;height:36px;border-radius:10px;display:grid;place-items:center;background:transparent;border:1px solid transparent;cursor:pointer;transition:.18s}.tools .logo-tab img{width:19px;height:19px;object-fit:contain;filter:grayscale(1) brightness(1.6) opacity(.55);transition:.2s}.tools .logo-tab svg{width:18px;height:18px;color:hsla(0,0%,100%,.5)}.tools .logo-tab:hover{background:hsla(0,0%,100%,.05)}.tools .logo-tab.on{background:hsla(0,0%,100%,.1);border-color:var(--t-line)}.tools .logo-tab.on img{filter:none;opacity:1}.tools .logo-tab.on svg{color:#fff}.tools .island{position:relative;display:inline-flex;overflow:hidden;background:var(--t-island);color:#fff;border:1px solid hsla(0,0%,100%,.09);border-radius:999px;box-shadow:0 12px 30px rgba(0,0,0,.55),0 50px 100px -40px rgba(0,0,0,.85),inset 0 1px 0 hsla(0,0%,100%,.1);width:150px;height:48px;transition:width .42s cubic-bezier(.16,1,.3,1),height .42s cubic-bezier(.16,1,.3,1),border-radius .42s cubic-bezier(.16,1,.3,1)}.tools .island,.tools .island .inner{align-items:center;justify-content:center}.tools .island .inner{position:absolute;inset:0;display:flex;transition:opacity .2s ease}.tools .wf{display:inline-flex;align-items:center;gap:3px;height:22px}.tools .wf span{display:block;width:3px;height:7px;border-radius:1.5px;background:#fff}.tools .wf span:first-child,.tools .wf span:nth-child(7){animation:tiwfA 1.05s infinite}.tools .wf span:nth-child(2),.tools .wf span:nth-child(6){animation:tiwfB 1.05s infinite}.tools .wf span:nth-child(3){animation:tiwfC 1.05s infinite}.tools .wf span:nth-child(4){animation:tiwfD 1.05s infinite}.tools .wf span:nth-child(5){animation:tiwfE 1.05s infinite}@keyframes tiwfA{0%,to{height:7px}30%{height:18px}60%{height:10px}}@keyframes tiwfB{0%,to{height:8px}25%{height:20px}70%{height:11px}}@keyframes tiwfC{0%,to{height:11px}40%{height:22px}80%{height:8px}}@keyframes tiwfD{0%,to{height:9px}35%{height:18px}75%{height:7px}}@keyframes tiwfE{0%,to{height:8px}50%{height:16px}90%{height:9px}}.tools .dots{display:inline-flex;gap:6px}.tools .dots span{width:7px;height:7px;border-radius:50%;background:hsla(0,0%,100%,.7);animation:tidp 1.1s ease-in-out infinite}.tools .dots span:nth-child(2){animation-delay:.15s}.tools .dots span:nth-child(3){animation-delay:.3s}@keyframes tidp{0%,to{opacity:.28;transform:scale(.8)}50%{opacity:1;transform:scale(1.12)}}.tools .searching{display:inline-flex;align-items:center;gap:9px;font-size:13px;color:var(--t-blue);font-weight:500;padding:0 16px;white-space:nowrap}.tools .searching .sp{width:14px;height:14px;border:2px solid rgba(102,182,255,.28);border-top:2px solid var(--t-blue);border-radius:50%;animation:tispin .65s linear infinite;flex:none}@keyframes tispin{to{transform:rotate(1turn)}}.tools .eyebrow{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:hsla(0,0%,100%,.5)}.tools .headrow{display:flex;align-items:center;gap:8px}.tools .headrow .grow{flex:1 1}.tools .headrow img.lg{width:15px;height:15px}.tools .check{width:17px;height:17px;border-radius:50%;background:var(--t-green);color:#06210f;display:grid;place-items:center;flex:none}.tools .check svg{width:10px;height:10px}.tools .np9{position:relative;width:100%;height:100%;overflow:hidden}.tools .np9-spot{position:absolute;top:11px;right:13px;width:16px;height:16px;z-index:7}.tools .np9-frame{position:absolute;inset:0;overflow:hidden}.tools .np9-track{display:flex;width:200%;height:100%}.tools .np9-slide{width:50%;height:100%;flex:none;display:flex;flex-direction:column;justify-content:center;gap:5px;padding:0 14px;position:relative;text-align:left}.tools .np9-banner{color:var(--t-spot);font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.tools .np9-row{display:grid;grid-template-columns:54px minmax(0,1fr);grid-gap:12px;gap:12px;align-items:center}.tools .np9-art{position:relative;width:54px;height:54px;flex:none}.tools .np9-art-img{width:54px;height:54px;border-radius:9px;overflow:hidden;box-shadow:0 8px 18px -8px #000,inset 0 1px 0 hsla(0,0%,100%,.12)}.tools .np9-art-img img{width:100%;height:100%;object-fit:cover}.tools .np9-title{font-size:14px;font-weight:600}.tools .np9-artist,.tools .np9-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tools .np9-artist{font-size:11.5px;color:hsla(0,0%,100%,.55);margin-top:2px}.tools .np9-prog{height:3px;border-radius:2px;background:hsla(0,0%,100%,.16);margin-top:8px;position:relative;overflow:hidden}.tools .np9-prog:after{content:"";position:absolute;inset:0 auto 0 0;width:30%;background:#fff;border-radius:2px}.tools .np9-like-badge{position:absolute;top:-4px;left:-4px;color:#ff5b8a;display:inline-flex;z-index:6;filter:drop-shadow(0 1px 2px rgba(0,0,0,.85));opacity:0;transform:scale(.5);transition:opacity .18s ease,transform .26s cubic-bezier(.34,1.56,.64,1)}.tools .np9-like-badge.on{opacity:1;transform:scale(1)}.tools .np9-like-badge svg{width:14px;height:14px}.tools .np9-like-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:5}.tools .np9-like-overlay svg{width:36px;height:36px;color:#ed4956;filter:drop-shadow(0 2px 6px rgba(0,0,0,.55));opacity:0}.tools .np9-like-overlay.go svg{animation:tiLikeBurst .7s cubic-bezier(.34,1.56,.64,1) forwards}@keyframes tiLikeBurst{0%{opacity:0;transform:scale(.3) rotate(-12deg)}30%{opacity:1;transform:scale(1.35) rotate(2deg)}55%{opacity:1;transform:scale(1) rotate(0deg)}to{opacity:0;transform:scale(.9) rotate(0deg)}}.tools .curlayer{inset:0;overflow:visible;z-index:30}.tools .curlayer,.tools .np9-cursor{position:absolute;pointer-events:none}.tools .np9-cursor{left:0;top:0;opacity:0;transform:translate(0)}.tools .np9-cursor img{display:block;transition:transform .08s ease}.tools .np9-cursor.clk img{transform:scale(.7)}.tools .np9-cursor.grab img{transform:scale(.86)}.tools .acard{display:grid;grid-template-columns:48px 1fr;grid-gap:13px;gap:13px;align-items:center;width:100%;padding:0 16px;text-align:left}.tools .ac-icon{width:48px;height:48px;flex:none;display:grid;place-items:center}.tools .ac-icon img{width:46px;height:46px;object-fit:contain}.tools .ac-icon.white{background:#fff;border-radius:11px}.tools .ac-icon.white img{width:34px;height:34px}.tools .ac-icon.tile{background:hsla(0,0%,100%,.07);border-radius:11px}.tools .ac-icon.tile svg{width:24px;height:24px;color:#fff}.tools .ac-title{font-size:15px;font-weight:600;color:#fff;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tools .ac-sub{font-size:11.5px;color:hsla(0,0%,100%,.6);margin-top:1px}.tools .ncard{width:100%;padding:11px 14px;text-align:left;display:flex;flex-direction:column;gap:9px}.tools .ncard .nc-block{display:flex;align-items:flex-start;gap:9px;background:hsla(0,0%,100%,.05);border:1px solid var(--t-soft);border-radius:9px;padding:9px 11px}.tools .ncard .nc-bullet{width:5px;height:5px;border-radius:50%;background:hsla(0,0%,100%,.5);margin-top:6px;flex:none}.tools .ncard .nc-text{font-size:13px;line-height:1.42;color:hsla(0,0%,100%,.92)}.tools .scard{width:100%;padding:11px 14px;text-align:left;display:flex;flex-direction:column;gap:9px}.tools .sc-name{font-size:12.5px;color:hsla(0,0%,100%,.78);font-weight:600;flex:1 1}.tools .sc-dm{font-size:9.5px;letter-spacing:.08em;color:var(--t-faint);background:hsla(0,0%,100%,.07);padding:2px 6px;border-radius:5px}.tools .sc-dm,.tools .sc-sent{font-weight:700;text-transform:uppercase}.tools .sc-sent{font-size:10px;letter-spacing:.05em;color:var(--t-green);display:flex;align-items:center;gap:4px}.tools .sc-sent svg{width:11px;height:11px}.tools .sc-quote{font-size:11.5px;color:hsla(0,0%,100%,.46);border-left:2px solid hsla(0,0%,100%,.18);padding-left:9px;line-height:1.4}.tools .sc-body{display:flex;align-items:center;gap:10px}.tools .sc-av{width:30px;height:30px;border-radius:8px;flex:none;object-fit:cover}.tools .sc-bub{font-size:13.5px;color:#fff;background:hsla(0,0%,100%,.06);border:1px solid var(--t-soft);border-radius:12px;padding:8px 13px}.tools .mlist{width:100%;padding:11px 14px 12px;display:flex;flex-direction:column;gap:9px;text-align:left}.tools .acct{display:inline-flex;align-items:center;gap:7px;background:hsla(0,0%,100%,.06);border:1px solid var(--t-soft);border-radius:999px;padding:3px 8px 3px 4px;cursor:pointer;transition:.2s}.tools .acct:hover{background:hsla(0,0%,100%,.11);border-color:hsla(0,0%,100%,.16)}.tools .acct-av{width:18px;height:18px;border-radius:50%;display:grid;place-items:center;font-size:9px;font-weight:700;color:#fff;background:#e8625b;flex:none}.tools .acct-email{font-size:11px;color:hsla(0,0%,100%,.82);font-weight:500}.tools .acct-chev{width:12px;height:12px;color:hsla(0,0%,100%,.55);flex:none}.tools .ml-count{font-size:11px;color:var(--t-green);font-weight:600}.tools .ml-row{display:grid;grid-template-columns:26px minmax(0,1fr) auto;grid-gap:10px;gap:10px;align-items:center}.tools .ml-av{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;font-size:10.5px;font-weight:600;color:#fff;flex:none}.tools .ml-from{font-size:12.5px;font-weight:600}.tools .ml-from,.tools .ml-sub{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tools .ml-sub{font-size:11px;color:hsla(0,0%,100%,.5)}.tools .ml-time{font-size:10px;color:var(--t-faint);white-space:nowrap}.tools .cal{width:100%;padding:12px 14px;display:flex;flex-direction:column;gap:11px;text-align:left}.tools .cal-when{font-size:11px;color:var(--t-blue);font-weight:600}.tools .cal-body{display:flex;align-items:center;gap:12px}.tools .cal-bar{width:3px;align-self:stretch;border-radius:2px;background:var(--t-gcal)}.tools .cal-title{font-size:15px;font-weight:600}.tools .cal-time{font-size:12px;color:var(--t-dim);margin-top:2px}.tools .cal-att{display:flex;margin-left:auto;padding-left:8px}.tools .cal-att span{width:25px;height:25px;border-radius:50%;margin-left:-8px;border:2px solid #131418;display:grid;place-items:center;font-size:10px;font-weight:600;color:#fff}.tools .ans{width:100%;padding:12px 14px;display:flex;flex-direction:column;gap:9px;text-align:left}.tools .ans-ic{width:16px;height:16px;color:#fff}.tools .ans-src{font-size:10px;color:var(--t-faint)}.tools .ans-text{font-size:13.5px;line-height:1.5;color:hsla(0,0%,100%,.92)}.tools .ans-code{font-family:var(--t-mono);font-size:12.5px;background:hsla(0,0%,100%,.06);border:1px solid var(--t-soft);border-radius:8px;padding:8px 11px;color:#bcdcff;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tools .weather{display:flex;align-items:center;gap:14px}.tools .weather .wi{width:40px;height:40px;color:#cfe0ff;flex:none}.tools .weather .wt{font-size:15px;font-weight:600}.tools .weather .ws{font-size:12px;color:var(--t-dim);margin-top:2px}.tools.hud-showcase{width:100%;display:flex;justify-content:center;text-align:center}.tools.hud-showcase .iwrap{gap:12px}.tools .stage-box{position:relative;width:min(640px,100%);height:170px;display:flex;align-items:center;justify-content:center}.tools.hud-showcase .tabs{margin-top:14px}.tools.hud-showcase .iwrap,.tools.hud-showcase .iwrap *{-moz-user-select:none;user-select:none;-webkit-user-select:none}.tools.hud-showcase img{-webkit-user-drag:none;user-drag:none;pointer-events:none}.tools .dictscene{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .35s ease;pointer-events:none;z-index:20}.tools .dictscene.on{opacity:1}.tools .dictpanel{position:relative;width:min(560px,94%);min-height:134px;padding:16px 18px;border-radius:16px;background:hsla(0,0%,100%,.07);border:1px solid hsla(0,0%,100%,.16);box-shadow:0 16px 40px -16px #000,inset 0 1px 0 hsla(0,0%,100%,.06);text-align:left;display:flex;flex-direction:column;justify-content:flex-start}.tools .dp-wait{display:flex}.tools .dp-caret{width:2px;height:24px;background:hsla(0,0%,100%,.75);display:inline-block;animation:tidcaret 1.05s steps(1) infinite}@keyframes tidcaret{50%{opacity:0}}.tools .dp-clean{display:none}.tools .dp-clean.show{display:block;animation:tipasteIn .44s cubic-bezier(.34,1.45,.64,1)}.tools .dp-clean .lead{font-size:15px;color:#fff;margin-bottom:10px}.tools .dp-clean ol{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:7px;counter-reset:dpc}.tools .dp-clean li{display:flex;gap:11px;align-items:baseline;font-size:15px;color:#fff}.tools .dp-clean li:before{counter-increment:dpc;content:counter(dpc) ".";color:#fff;font-size:15px;min-width:18px}.tools .dp-clean .dp-endcaret{align-self:center;display:inline-block;width:2px;height:16px;background:hsla(0,0%,100%,.8);margin-left:1px;transform:translateY(1px);animation:tidcaret 1.05s steps(1) infinite}@keyframes tipasteIn{0%{opacity:0;transform:scale(.97)}60%{opacity:1}to{opacity:1;transform:scale(1)}}@media(max-width:560px){.tools .island{transform:scale(.82)}.tools .stage-box{height:150px}.tools .tabs{gap:5px}}@media(prefers-reduced-motion:reduce){.tools *{animation-duration:1ms!important}}