:root{--bg:#fff;--ink:#0a0a0a;--muted:hsla(0,0%,4%,0.64);--muted2:hsla(0,0%,4%,0.46);--line:hsla(0,0%,4%,0.1);--cyan:#00d9ff;--cyanSoft:rgba(0,217,255,0.14);--red:#ff3b3b;--shadow:0 26px 70px rgba(0,0,0,0.12);--shadow2:0 14px 34px rgba(0,0,0,0.1);--radius-xl:28px;--radius-lg:22px;--radius-md:16px;--max:1160px;--pad:clamp(18px,4vw,64px)}*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:IBM Plex Sans,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:var(--bg);color:var(--ink);line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}button{font-family:inherit}.container{max-width:var(--max);margin:0 auto}.bg-glow{position:fixed;inset:0;pointer-events:none;z-index:0;background:-webkit-radial-gradient(15% 10%,1200px 700px,rgba(0,217,255,.18),transparent 55%),-webkit-radial-gradient(90% 20%,900px 600px,rgba(0,0,0,.08),transparent 55%),-webkit-radial-gradient(30% 90%,900px 600px,rgba(0,217,255,.12),transparent 60%);background:radial-gradient(1200px 700px at 15% 10%,rgba(0,217,255,.18),transparent 55%),radial-gradient(900px 600px at 90% 20%,rgba(0,0,0,.08),transparent 55%),radial-gradient(900px 600px at 30% 90%,rgba(0,217,255,.12),transparent 60%);opacity:.85;-webkit-filter:saturate(120%);filter:saturate(120%)}header{position:fixed;top:0;left:0;right:0;z-index:60;padding:16px var(--pad);background:hsla(0,0%,100%,.8);backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.08);-webkit-transition:-webkit-box-shadow .2s ease;transition:-webkit-box-shadow .2s ease;transition:box-shadow .2s ease;transition:box-shadow .2s ease,-webkit-box-shadow .2s ease}.header-inner{-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;grid-gap:16px;gap:16px;max-width:var(--max);margin:0 auto}.brand,.header-inner{display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center}.brand{grid-gap:12px;gap:12px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mark{width:38px;height:38px;border-radius:999px;background:var(--cyan);display:grid;place-items:center;-webkit-box-shadow:0 12px 26px rgba(0,217,255,.22);box-shadow:0 12px 26px rgba(0,217,255,.22);position:relative;overflow:hidden}.mark:before{content:"";position:absolute;inset:-35%;background:conic-gradient(from 180deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.55),hsla(0,0%,100%,0));-webkit-animation:spin 6s linear infinite;animation:spin 6s linear infinite;opacity:.42}@-webkit-keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.mark span{position:relative;color:var(--ink);-webkit-transform:translateY(-.5px);transform:translateY(-.5px)}.brand-name,.mark span{font-family:Playfair Display,serif;font-weight:900;font-size:22px}.brand-name{letter-spacing:.2px}.header-nav{display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center;grid-gap:14px;gap:14px}.header-nav a{font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:hsla(0,0%,4%,.68);padding:10px;border-radius:999px;-webkit-transition:background .2s ease,color .2s ease;transition:background .2s ease,color .2s ease;white-space:nowrap}.header-nav a:hover{background:rgba(0,0,0,.06);color:hsla(0,0%,4%,.92)}.header-actions{display:-webkit-flex;display:-moz-box;display:flex}.btn,.header-actions{grid-gap:10px;gap:10px;-webkit-align-items:center;-moz-box-align:center;align-items:center}.btn{border:0;cursor:pointer;border-radius:999px;font-weight:900;text-transform:uppercase;letter-spacing:.1em;font-size:12px;padding:12px 16px;display:-webkit-inline-flex;display:-moz-inline-box;display:inline-flex;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;-webkit-transition:background .2s ease,color .2s ease,border-color .2s ease,-webkit-transform .2s ease,-webkit-box-shadow .2s ease;transition:background .2s ease,color .2s ease,border-color .2s ease,-webkit-transform .2s ease,-webkit-box-shadow .2s ease;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease,border-color .2s ease;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease,border-color .2s ease,-webkit-transform .2s ease,-webkit-box-shadow .2s ease;white-space:nowrap;text-decoration:none;font-family:inherit}.btn-primary{background:var(--ink);color:#fff;-webkit-box-shadow:0 14px 34px rgba(0,0,0,.16);box-shadow:0 14px 34px rgba(0,0,0,.16)}.btn-primary:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 18px 44px rgba(0,0,0,.2);box-shadow:0 18px 44px rgba(0,0,0,.2)}.btn-ghost{background:transparent;border:1px solid hsla(0,0%,4%,.18);color:hsla(0,0%,4%,.86)}.btn-ghost:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px);border-color:hsla(0,0%,4%,.28);-webkit-box-shadow:0 10px 24px rgba(0,0,0,.08);box-shadow:0 10px 24px rgba(0,0,0,.08)}main{position:relative;z-index:1;padding-top:92px}section{padding:clamp(70px,8vw,120px) var(--pad)}.eyebrow{font-size:12px;font-weight:900;letter-spacing:.18em;text-transform:uppercase;color:hsla(0,0%,4%,.62);display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center;grid-gap:10px;gap:10px}.eyebrow:before{content:"";width:26px;height:2px;background:hsla(0,0%,4%,.2);border-radius:999px}.title{margin-top:14px;font-family:Playfair Display,serif;font-weight:900;font-size:clamp(34px,4.6vw,68px);line-height:1.06;letter-spacing:-.02em;text-wrap:balance}.title em{font-style:italic;font-weight:700;color:hsla(0,0%,4%,.5)}.sub{margin-top:14px;font-size:18px;line-height:1.75;color:var(--muted);max-width:76ch}.sub strong{color:hsla(0,0%,4%,.92);font-weight:800}.hero{padding-top:clamp(80px,9vw,140px)}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;grid-gap:clamp(18px,5vw,70px);gap:clamp(18px,5vw,70px)}.badge,.hero-grid{-webkit-align-items:center;-moz-box-align:center;align-items:center}.badge{display:-webkit-inline-flex;display:-moz-inline-box;display:inline-flex;grid-gap:10px;gap:10px;padding:8px 16px;border-radius:999px;background:rgba(0,0,0,.05);border:1px solid rgba(0,0,0,.09);font-size:11.5px;font-weight:800;letter-spacing:.11em;text-transform:uppercase;color:hsla(0,0%,4%,.6);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.dot{width:8px;height:8px;border-radius:999px;background:var(--cyan);-webkit-box-shadow:0 0 0 6px rgba(0,217,255,.18);box-shadow:0 0 0 6px rgba(0,217,255,.18);-webkit-flex-shrink:0;flex-shrink:0}.h1{margin-top:18px;font-family:Playfair Display,serif;font-weight:900;font-size:clamp(44px,6.2vw,92px);line-height:1.01;letter-spacing:-.04em;text-wrap:balance}.cyan{background:-webkit-linear-gradient(315deg,#00d9ff,#60eeff 45%,#09c);background:linear-gradient(135deg,#00d9ff,#60eeff 45%,#09c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.lead{margin-top:18px;font-size:clamp(16px,1.6vw,19px);color:var(--muted);max-width:62ch}.lead strong{color:hsla(0,0%,4%,.92);font-weight:800}.hero-actions{margin-top:26px;display:-webkit-flex;display:-moz-box;display:flex;grid-gap:12px;gap:12px;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-moz-box-align:center;align-items:center}.meta{margin-top:12px;font-size:13px;color:hsla(0,0%,4%,.46)}.hero-statement{margin-top:22px;font-family:Playfair Display,serif;font-weight:900;font-size:clamp(24px,3vw,38px);letter-spacing:-.025em;line-height:1.1;color:var(--ink);text-wrap:balance}.lead-sub{margin-top:10px;font-size:clamp(15px,1.4vw,17px);color:var(--muted);max-width:52ch;line-height:1.75}@-webkit-keyframes panelIn{0%{opacity:0;-webkit-transform:translateY(20px) scale(.97);transform:translateY(20px) scale(.97)}to{opacity:1;-webkit-transform:translateY(0) scale(1);transform:translateY(0) scale(1)}}@keyframes panelIn{0%{opacity:0;-webkit-transform:translateY(20px) scale(.97);transform:translateY(20px) scale(.97)}to{opacity:1;-webkit-transform:translateY(0) scale(1);transform:translateY(0) scale(1)}}@-webkit-keyframes replyIn{0%{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes replyIn{0%{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.panel{border-radius:var(--radius-xl);background:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,4%,.96)),to(hsla(0,0%,4%,.99)));background:-webkit-linear-gradient(top,hsla(0,0%,4%,.96),hsla(0,0%,4%,.99));background:linear-gradient(180deg,hsla(0,0%,4%,.96),hsla(0,0%,4%,.99));-webkit-box-shadow:var(--shadow);box-shadow:var(--shadow);overflow:hidden;border:1px solid hsla(0,0%,100%,.12);position:relative;-webkit-animation:panelIn .85s cubic-bezier(.22,1,.36,1) .15s both;animation:panelIn .85s cubic-bezier(.22,1,.36,1) .15s both;max-height:620px}.panel:before{content:"";position:absolute;inset:-1px;background:-webkit-radial-gradient(10% 10%,760px 420px,rgba(0,217,255,.18),transparent 55%),-webkit-radial-gradient(95% 70%,540px 320px,rgba(0,0,0,.35),transparent 60%);background:radial-gradient(760px 420px at 10% 10%,rgba(0,217,255,.18),transparent 55%),radial-gradient(540px 320px at 95% 70%,rgba(0,0,0,.35),transparent 60%);pointer-events:none}.panel-head{padding:20px 20px 12px;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;border-bottom:1px solid hsla(0,0%,100%,.08);position:relative}.panel-head,.panel-title{display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center}.panel-title{grid-gap:10px;gap:10px;color:hsla(0,0%,100%,.86);font-weight:900;letter-spacing:.1em;text-transform:uppercase;font-size:11px}.panel-dot{display:inline-block;width:10px;height:10px;background:var(--cyan);-webkit-box-shadow:0 0 0 6px rgba(0,217,255,.16);box-shadow:0 0 0 6px rgba(0,217,255,.16)}.panel-dot,.pill{border-radius:999px}.pill{padding:6px 10px;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.12);color:hsla(0,0%,100%,.72);font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.panel-body{padding:16px 20px 20px;position:relative;min-height:520px}.story{background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.1);border-radius:18px;padding:14px}.story-label{display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;margin-bottom:10px;color:hsla(0,0%,100%,.6);font-size:12px;font-weight:800}.story-label-tag{color:hsla(0,0%,100%,.42);font-weight:900;letter-spacing:.1em;text-transform:uppercase;font-size:11px}.story-text{color:hsla(0,0%,100%,.92);font-size:15px;line-height:1.55}.replies{margin-top:12px;display:grid}.replies,.reply{grid-gap:10px;gap:10px}.reply{border-radius:16px;padding:12px 14px;background:rgba(0,217,255,.1);border:1px solid rgba(0,217,255,.22);color:hsla(0,0%,100%,.92);font-size:13.5px;line-height:1.45;display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start;-webkit-animation:replyIn .55s cubic-bezier(.22,1,.36,1) backwards;animation:replyIn .55s cubic-bezier(.22,1,.36,1) backwards}.reply:first-child{-webkit-animation-delay:.9s;animation-delay:.9s}.reply:nth-child(2){-webkit-animation-delay:1.2s;animation-delay:1.2s}.reply:nth-child(3){-webkit-animation-delay:1.5s;animation-delay:1.5s}.reply-avatar{width:28px;height:28px;border-radius:999px;display:grid;place-items:center;font-size:10px;font-weight:900;color:hsla(0,0%,100%,.95);-webkit-flex-shrink:0;flex-shrink:0;letter-spacing:0;margin-top:1px}.reply-body{-webkit-flex:1 1;-moz-box-flex:1;flex:1 1;min-width:0}.reply b{color:#7ee8ff;font-weight:900}.private-tag{display:-webkit-inline-flex;display:-moz-inline-box;display:inline-flex;-webkit-align-items:center;-moz-box-align:center;align-items:center;grid-gap:6px;gap:6px;padding:2px 8px;border-radius:999px;background:rgba(0,217,255,.18);color:hsla(0,0%,100%,.92);font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;margin-left:8px;vertical-align:middle;white-space:nowrap}.private-tag:before{content:"";width:8px;height:8px;border-radius:999px;background:var(--cyan);-webkit-box-shadow:0 0 0 5px rgba(0,217,255,.14);box-shadow:0 0 0 5px rgba(0,217,255,.14);display:inline-block;-webkit-flex-shrink:0;flex-shrink:0}.panel-chrome{display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center;grid-gap:7px;gap:7px;padding:14px 18px 10px;border-bottom:1px solid hsla(0,0%,100%,.07);position:relative}.panel-chrome-tabs{-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;-webkit-flex-wrap:wrap;flex-wrap:wrap;grid-gap:10px;gap:10px}.panel-chrome-left{-webkit-align-items:center;-moz-box-align:center;align-items:center;grid-gap:7px;gap:7px}.panel-chrome-left,.panel-view-tabs{display:-webkit-flex;display:-moz-box;display:flex}.panel-view-tabs{grid-gap:4px;gap:4px;-webkit-flex-shrink:0;flex-shrink:0}.panel-view-tab{padding:5px 11px;border-radius:999px;font-size:10px;font-weight:900;letter-spacing:.09em;text-transform:uppercase;border:1px solid hsla(0,0%,100%,.14);background:transparent;color:hsla(0,0%,100%,.4);cursor:pointer;-webkit-transition:background .18s ease,color .18s ease,border-color .18s ease;transition:background .18s ease,color .18s ease,border-color .18s ease;font-family:inherit}.panel-view-tab:hover{background:hsla(0,0%,100%,.07);color:hsla(0,0%,100%,.75)}.panel-view-tab-active{background:rgba(0,217,255,.15);border-color:rgba(0,217,255,.4);color:rgba(0,217,255,.95)}.panel-recipient-thread{display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-align-items:flex-end;-moz-box-align:end;align-items:flex-end;grid-gap:6px;gap:6px;margin-top:14px}.panel-bubble{background:var(--cyan);color:rgba(0,0,0,.84);border-radius:18px 18px 4px 18px;padding:11px 16px;font-size:14px;line-height:1.55;font-weight:600;max-width:88%}.panel-bubble-meta{font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:hsla(0,0%,100%,.28)}.chrome-dot{width:12px;height:12px;border-radius:999px;-webkit-flex-shrink:0;flex-shrink:0}.chrome-red{background:#ff5f57;-webkit-box-shadow:0 0 0 1px rgba(255,95,87,.6);box-shadow:0 0 0 1px rgba(255,95,87,.6)}.chrome-yellow{background:#febc2e;-webkit-box-shadow:0 0 0 1px rgba(254,188,46,.6);box-shadow:0 0 0 1px rgba(254,188,46,.6)}.chrome-green{background:#28c840;-webkit-box-shadow:0 0 0 1px rgba(40,200,64,.6);box-shadow:0 0 0 1px rgba(40,200,64,.6)}.chrome-label{margin-left:10px;font-size:11px;font-weight:700;color:hsla(0,0%,100%,.32);letter-spacing:.04em}@-webkit-keyframes threadIn{0%{opacity:0;-webkit-transform:translateX(-10px);transform:translateX(-10px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes threadIn{0%{opacity:0;-webkit-transform:translateX(-10px);transform:translateX(-10px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes panelFadeIn{0%{opacity:0;-webkit-transform:translateY(6px);transform:translateY(6px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes panelFadeIn{0%{opacity:0;-webkit-transform:translateY(6px);transform:translateY(6px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.panel-demo{display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;grid-gap:0;gap:0}.panel-feed-item,.panel-post{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:14px;padding:13px 14px;-webkit-animation:panelFadeIn .4s .2s backwards;animation:panelFadeIn .4s .2s backwards}.panel-post-hd{display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center;grid-gap:10px;gap:10px;margin-bottom:10px}.panel-post-av{width:32px;height:32px;border-radius:999px;display:grid;place-items:center;font-size:10px;font-weight:900;color:#fff;-webkit-flex-shrink:0;flex-shrink:0;letter-spacing:0}.panel-post-meta{display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;grid-gap:2px;gap:2px;min-width:0}.panel-post-name{font-size:13px;font-weight:800;color:hsla(0,0%,100%,.9)}.panel-post-time{color:hsla(0,0%,100%,.35);font-weight:500}.panel-post-reach{font-size:11px;font-weight:700;color:var(--cyan);opacity:.85;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.panel-post-text{font-size:13.5px;line-height:1.55;color:hsla(0,0%,100%,.82);font-style:italic;margin:0}.panel-post-ft{grid-gap:8px;gap:8px;margin-top:10px;padding-top:10px;border-top:1px solid hsla(0,0%,100%,.07)}.panel-overlap-avs,.panel-post-ft{display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center}.panel-overlap-av{width:20px;height:20px;border-radius:999px;border:2px solid hsla(0,0%,4%,.98);display:grid;place-items:center;font-size:7px;font-weight:900;color:#fff;margin-left:-5px;-webkit-flex-shrink:0;flex-shrink:0;position:relative}.panel-overlap-avs .panel-overlap-av:first-child{margin-left:0;z-index:1}.panel-overlap-avs .panel-overlap-av:nth-child(2){z-index:2}.panel-overlap-avs .panel-overlap-av:nth-child(3){z-index:3}.panel-overlap-avs .panel-overlap-av:nth-child(4){z-index:4}.panel-overlap-more{background:#3a3a4e;font-size:7px;font-weight:900;color:hsla(0,0%,100%,.82);z-index:10!important}.panel-post-privacy{font-size:10px;font-weight:700;color:hsla(0,0%,100%,.28);letter-spacing:.04em}.panel-threads-divider{display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center;grid-gap:10px;gap:10px;margin:14px 0 4px;-webkit-animation:panelFadeIn .4s .45s backwards;animation:panelFadeIn .4s .45s backwards}.panel-divider-line{-webkit-flex:1 1;-moz-box-flex:1;flex:1 1;height:1px;background:rgba(0,217,255,.2)}.panel-divider-label{font-size:9.5px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:rgba(0,217,255,.55);white-space:nowrap}.panel-threads{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}.panel-thread,.panel-threads{display:-webkit-flex;display:-moz-box;display:flex}.panel-thread{-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start;grid-gap:10px;gap:10px;padding:10px 0;border-bottom:1px solid hsla(0,0%,100%,.06);-webkit-animation:threadIn .35s backwards;animation:threadIn .35s backwards}.panel-thread:last-child{border-bottom:none}.panel-thread-av{width:30px;height:30px;border-radius:999px;display:grid;place-items:center;font-size:9px;font-weight:900;color:#fff;-webkit-flex-shrink:0;flex-shrink:0;margin-top:1px}.panel-thread-body{-webkit-flex:1 1;-moz-box-flex:1;flex:1 1;min-width:0;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;grid-gap:3px;gap:3px}.panel-thread-body,.panel-thread-meta{display:-webkit-flex;display:-moz-box;display:flex}.panel-thread-meta{-webkit-align-items:center;-moz-box-align:center;align-items:center;grid-gap:6px;gap:6px;-webkit-flex-wrap:wrap;flex-wrap:wrap}.panel-thread-name{font-size:12.5px;font-weight:800;color:hsla(0,0%,100%,.88)}.panel-thread-time{font-size:10.5px;font-weight:500;color:hsla(0,0%,100%,.3)}.panel-thread-badge{font-size:9px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;padding:2px 7px;border-radius:999px;background:rgba(0,217,255,.14);border:1px solid rgba(0,217,255,.3);color:rgba(0,217,255,.9);white-space:nowrap}.panel-thread-msg{font-size:13px;line-height:1.45;color:hsla(0,0%,100%,.62);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.panel-insight{margin-top:12px;padding:9px 12px;border-radius:10px;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.07);font-size:11px;font-weight:700;color:hsla(0,0%,100%,.3);text-align:center;line-height:1.5;-webkit-animation:panelFadeIn .4s 1.1s backwards;animation:panelFadeIn .4s 1.1s backwards}.panel-reply-bar{display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center;grid-gap:10px;gap:10px;margin-top:14px;padding:11px 14px;border-radius:999px;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.11);-webkit-animation:panelFadeIn .4s .45s backwards;animation:panelFadeIn .4s .45s backwards}.panel-reply-av{width:22px;height:22px;border-radius:999px;display:grid;place-items:center;font-size:7px;font-weight:900;color:#fff;-webkit-flex-shrink:0;flex-shrink:0}.panel-reply-input{-webkit-flex:1 1;-moz-box-flex:1;flex:1 1;font-size:13px;color:hsla(0,0%,100%,.28);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.panel-reply-send{color:var(--cyan);opacity:.6;display:grid;place-items:center}.panel-reply-note{display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;grid-gap:6px;gap:6px;margin-top:12px;font-size:11px;font-weight:700;color:rgba(0,217,255,.65);text-align:center;line-height:1.5;-webkit-animation:panelFadeIn .4s .7s backwards;animation:panelFadeIn .4s .7s backwards}.panel-lock-icon{width:13px;height:13px;-webkit-flex-shrink:0;flex-shrink:0;stroke:rgba(0,217,255,.65)}@-webkit-keyframes livePhaseIn{0%{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes livePhaseIn{0%{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes liveRowIn{0%{opacity:0;-webkit-transform:translateX(-12px);transform:translateX(-12px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes liveRowIn{0%{opacity:0;-webkit-transform:translateX(-12px);transform:translateX(-12px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes liveAvatarPop{0%{opacity:0;-webkit-transform:scale(.4);transform:scale(.4)}60%{-webkit-transform:scale(1.18);transform:scale(1.18)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes liveAvatarPop{0%{opacity:0;-webkit-transform:scale(.4);transform:scale(.4)}60%{-webkit-transform:scale(1.18);transform:scale(1.18)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes liveSelectRing{0%{opacity:.9;-webkit-transform:scale(1);transform:scale(1)}to{opacity:0;-webkit-transform:scale(2);transform:scale(2)}}@keyframes liveSelectRing{0%{opacity:.9;-webkit-transform:scale(1);transform:scale(1)}to{opacity:0;-webkit-transform:scale(2);transform:scale(2)}}@-webkit-keyframes liveCursorBlink{0%,to{opacity:1}50%{opacity:0}}@keyframes liveCursorBlink{0%,to{opacity:1}50%{opacity:0}}@-webkit-keyframes liveDotPulse{0%,to{-webkit-box-shadow:0 0 0 0 rgba(0,217,255,.5);box-shadow:0 0 0 0 rgba(0,217,255,.5)}50%{-webkit-box-shadow:0 0 0 5px rgba(0,217,255,0);box-shadow:0 0 0 5px rgba(0,217,255,0)}}@keyframes liveDotPulse{0%,to{-webkit-box-shadow:0 0 0 0 rgba(0,217,255,.5);box-shadow:0 0 0 0 rgba(0,217,255,.5)}50%{-webkit-box-shadow:0 0 0 5px rgba(0,217,255,0);box-shadow:0 0 0 5px rgba(0,217,255,0)}}@-webkit-keyframes liveProgressGrow{0%{opacity:.6}to{opacity:1}}@keyframes liveProgressGrow{0%{opacity:.6}to{opacity:1}}@-webkit-keyframes liveThreadSlide{0%{opacity:0;-webkit-transform:translateX(-14px);transform:translateX(-14px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes liveThreadSlide{0%{opacity:0;-webkit-transform:translateX(-14px);transform:translateX(-14px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}.live-demo{display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;grid-gap:0;gap:0}.live-progress{height:2px;background:hsla(0,0%,100%,.07);border-radius:999px;margin-bottom:16px;overflow:hidden}.live-progress-bar{height:100%;background:-webkit-gradient(linear,left top,right top,from(var(--cyan)),to(rgba(0,217,255,.5)));background:-webkit-linear-gradient(left,var(--cyan),rgba(0,217,255,.5));background:linear-gradient(90deg,var(--cyan),rgba(0,217,255,.5));border-radius:999px;-webkit-transition:width .6s cubic-bezier(.22,1,.36,1);transition:width .6s cubic-bezier(.22,1,.36,1)}.live-phase{-webkit-animation:livePhaseIn .45s cubic-bezier(.22,1,.36,1) backwards;animation:livePhaseIn .45s cubic-bezier(.22,1,.36,1) backwards;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;grid-gap:0;gap:0}.live-act-label,.live-phase{display:-webkit-flex;display:-moz-box;display:flex}.live-act-label{-webkit-align-items:center;-moz-box-align:center;align-items:center;grid-gap:7px;gap:7px;font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:hsla(0,0%,100%,.38);margin-bottom:12px}.live-act-label--sent{color:#10b981}.live-act-dot{width:7px;height:7px;border-radius:999px;background:var(--cyan);-webkit-flex-shrink:0;flex-shrink:0}.live-act-dot--pulse{-webkit-animation:liveDotPulse 1.2s ease infinite;animation:liveDotPulse 1.2s ease infinite}.live-act-check{width:14px;height:14px;-webkit-flex-shrink:0;flex-shrink:0}.live-composing-status{display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center;grid-gap:6px;gap:6px;font-size:10.5px;font-weight:700;color:var(--cyan);opacity:.85}.live-composing-dot{width:6px;height:6px;border-radius:999px;background:var(--cyan);-webkit-flex-shrink:0;flex-shrink:0;-webkit-animation:liveDotPulse 1s ease infinite;animation:liveDotPulse 1s ease infinite}.live-select-section{margin-top:14px}.live-select-label{font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:hsla(0,0%,100%,.28);margin-bottom:10px;-webkit-animation:livePhaseIn .4s .9s backwards;animation:livePhaseIn .4s .9s backwards}.live-cursor{display:inline-block;width:1.5px;height:1em;background:var(--cyan);vertical-align:text-bottom;margin-left:1px;-webkit-animation:liveCursorBlink .75s step-start infinite;animation:liveCursorBlink .75s step-start infinite}.live-compose-card{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:14px;padding:13px 14px}.live-compose-hint{font-size:10.5px;font-weight:600;color:hsla(0,0%,100%,.28)}.live-compose-text{margin:10px 0 0;font-size:13.5px;line-height:1.55;color:hsla(0,0%,100%,.84);font-style:italic;min-height:3.2em}.live-recipients-row{display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center;grid-gap:0;gap:0;margin-top:14px;-webkit-flex-wrap:wrap;flex-wrap:wrap;grid-row-gap:8px;row-gap:8px}.live-recipient-av{width:30px;height:30px;border-radius:999px;border:2px solid hsla(0,0%,4%,.98);display:grid;place-items:center;font-size:8px;font-weight:900;color:#fff;margin-left:-7px;-webkit-flex-shrink:0;flex-shrink:0;position:relative;-webkit-animation:liveAvatarPop .4s cubic-bezier(.34,1.56,.64,1) both;animation:liveAvatarPop .4s cubic-bezier(.34,1.56,.64,1) both}.live-recipients-row .live-recipient-av:first-child{margin-left:0}.live-recipient-more{background:#3a3a4e;border-color:hsla(0,0%,4%,.98);color:hsla(0,0%,100%,.82);font-size:7.5px;font-weight:900}.live-av-select-ring{position:absolute;inset:-2px;border-radius:999px;border:2px solid;opacity:0;-webkit-animation:liveSelectRing .55s cubic-bezier(.22,1,.36,1) both;animation:liveSelectRing .55s cubic-bezier(.22,1,.36,1) both;pointer-events:none}.live-recipients-count{margin-left:12px;font-size:11px;font-weight:700;color:hsla(0,0%,100%,.35);-webkit-animation:livePhaseIn .4s 2s backwards;animation:livePhaseIn .4s 2s backwards}.live-deliveries{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;grid-gap:0;gap:0}.live-deliveries,.live-delivery-row{display:-webkit-flex;display:-moz-box;display:flex}.live-delivery-row{-webkit-align-items:center;-moz-box-align:center;align-items:center;grid-gap:9px;gap:9px;padding:9px 0;border-bottom:1px solid hsla(0,0%,100%,.06);-webkit-animation:liveRowIn .3s cubic-bezier(.22,1,.36,1) both;animation:liveRowIn .3s cubic-bezier(.22,1,.36,1) both}.live-delivery-row:last-child{border-bottom:none}.live-delivery-av{width:26px!important;height:26px!important;font-size:8px!important;-webkit-flex-shrink:0;flex-shrink:0}.live-delivery-name{font-size:12.5px;font-weight:700;color:hsla(0,0%,100%,.8)}.live-delivery-others{font-size:12px;font-weight:600;color:hsla(0,0%,100%,.3)}.live-delivery-spacer{-webkit-flex:1 1;-moz-box-flex:1;flex:1 1;height:1px;background:hsla(0,0%,100%,.08);margin:0 4px}.live-delivery-tag{display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center;grid-gap:4px;gap:4px;font-size:10px;font-weight:800;color:#10b981;white-space:nowrap}.live-delivery-note{margin-top:12px;font-size:10.5px;font-weight:700;color:hsla(0,0%,100%,.25);text-align:center;letter-spacing:.02em;-webkit-animation:livePhaseIn .4s .65s backwards;animation:livePhaseIn .4s .65s backwards}.live-replies-post{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.09);border-radius:12px;padding:11px 13px;margin-bottom:0;-webkit-animation:livePhaseIn .4s .1s backwards;animation:livePhaseIn .4s .1s backwards}.live-replies-post-hd{-webkit-align-items:center;-moz-box-align:center;align-items:center;grid-gap:8px;gap:8px;margin-bottom:7px}.live-replies-post-hd,.live-replies-post-meta{display:-webkit-flex;display:-moz-box;display:flex}.live-replies-post-meta{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;grid-gap:1px;gap:1px;min-width:0}.live-replies-post-name{font-size:12px;font-weight:800;color:hsla(0,0%,100%,.85)}.live-replies-post-reach{font-size:10px;font-weight:700;color:var(--cyan);opacity:.8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.live-replies-post-text{font-size:12.5px;line-height:1.5;color:hsla(0,0%,100%,.7);font-style:italic;margin:0}.live-load-more{grid-gap:9px;gap:9px;padding:9px 0 0;border-top:1px solid hsla(0,0%,100%,.06);margin-top:2px}.live-load-more,.live-load-more-avs{display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center}.live-load-more-av,.live-load-more-avs{-webkit-flex-shrink:0;flex-shrink:0}.live-load-more-av{width:22px;height:22px;border-radius:999px;border:2px solid hsla(0,0%,4%,.95);display:grid;place-items:center;font-size:7px;font-weight:900;color:#fff}.live-load-more-text{font-size:11px;font-weight:700;color:hsla(0,0%,100%,.3);font-style:italic}.live-thread-in{-webkit-animation:liveThreadSlide .38s cubic-bezier(.22,1,.36,1) backwards!important;animation:liveThreadSlide .38s cubic-bezier(.22,1,.36,1) backwards!important;-webkit-animation-delay:0s!important;animation-delay:0s!important}.live-done{display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;grid-gap:10px;gap:10px;margin-top:4px}.live-done,.live-replay-btn{-webkit-align-items:center;-moz-box-align:center;align-items:center}.live-replay-btn{display:-webkit-inline-flex;display:-moz-inline-box;display:inline-flex;grid-gap:6px;gap:6px;padding:7px 16px;border-radius:999px;border:1px solid hsla(0,0%,100%,.16);background:hsla(0,0%,100%,.06);color:hsla(0,0%,100%,.6);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;font-family:inherit;-webkit-transition:background .18s ease,color .18s ease,border-color .18s ease;transition:background .18s ease,color .18s ease,border-color .18s ease;-webkit-animation:livePhaseIn .4s .3s backwards;animation:livePhaseIn .4s .3s backwards}.live-replay-btn:hover{background:rgba(0,217,255,.12);border-color:rgba(0,217,255,.35);color:rgba(0,217,255,.9)}.panel-view-tab-live{background:rgba(0,217,255,.18)!important;border-color:rgba(0,217,255,.45)!important;color:#00d9ff!important}.pill-live{display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center;grid-gap:6px;gap:6px;background:rgba(0,217,255,.12);border-color:rgba(0,217,255,.3);color:rgba(0,217,255,.9)}.pill-live-dot{width:6px;height:6px;border-radius:999px;background:var(--cyan);-webkit-flex-shrink:0;flex-shrink:0;-webkit-animation:liveDotPulse 1.2s ease infinite;animation:liveDotPulse 1.2s ease infinite}@-webkit-keyframes recipReachPulse{0%{opacity:.6}50%{opacity:1;text-shadow:0 0 12px rgba(0,217,255,.6)}to{opacity:.85}}@keyframes recipReachPulse{0%{opacity:.6}50%{opacity:1;text-shadow:0 0 12px rgba(0,217,255,.6)}to{opacity:.85}}@-webkit-keyframes recipBubbleIn{0%{opacity:0;-webkit-transform:translateX(14px) scale(.95);transform:translateX(14px) scale(.95)}to{opacity:1;-webkit-transform:translateX(0) scale(1);transform:translateX(0) scale(1)}}@keyframes recipBubbleIn{0%{opacity:0;-webkit-transform:translateX(14px) scale(.95);transform:translateX(14px) scale(.95)}to{opacity:1;-webkit-transform:translateX(0) scale(1);transform:translateX(0) scale(1)}}@-webkit-keyframes recipTypingBounce{0%,80%,to{-webkit-transform:translateY(0);transform:translateY(0);opacity:.4}40%{-webkit-transform:translateY(-4px);transform:translateY(-4px);opacity:1}}@keyframes recipTypingBounce{0%,80%,to{-webkit-transform:translateY(0);transform:translateY(0);opacity:.4}40%{-webkit-transform:translateY(-4px);transform:translateY(-4px);opacity:1}}@-webkit-keyframes recipVisRowIn{0%{opacity:0;-webkit-transform:translateY(6px);transform:translateY(6px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes recipVisRowIn{0%{opacity:0;-webkit-transform:translateY(6px);transform:translateY(6px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.recip-story-card{-webkit-animation:livePhaseIn .45s .1s backwards;animation:livePhaseIn .45s .1s backwards}.recip-reach-pulse{-webkit-animation:recipReachPulse 1.8s ease-in-out .6s;animation:recipReachPulse 1.8s ease-in-out .6s}.recip-reply-bar-anim{-webkit-animation:livePhaseIn .4s .5s backwards;animation:livePhaseIn .4s .5s backwards;margin-top:12px}.recip-typing{-webkit-flex:1 1;-moz-box-flex:1;flex:1 1;display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center;grid-gap:4px;gap:4px;padding-left:2px}.recip-typing-dot{width:6px;height:6px;border-radius:999px;background:var(--cyan);-webkit-animation:recipTypingBounce 1s ease infinite;animation:recipTypingBounce 1s ease infinite}.recip-bubble-wrap{display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-align-items:flex-end;-moz-box-align:end;align-items:flex-end;grid-gap:5px;gap:5px;margin-top:12px;-webkit-animation:recipBubbleIn .4s cubic-bezier(.22,1,.36,1) backwards;animation:recipBubbleIn .4s cubic-bezier(.22,1,.36,1) backwards}.recip-bubble{background:var(--cyan);color:rgba(0,0,0,.84);border-radius:18px 18px 4px 18px;padding:11px 15px;font-size:13.5px;font-weight:600;line-height:1.5;max-width:88%}.recip-bubble-meta{font-size:9.5px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:hsla(0,0%,100%,.25)}.recip-visibility{margin-top:14px;border-radius:12px;border:1px solid hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.03);overflow:hidden;-webkit-animation:livePhaseIn .4s backwards;animation:livePhaseIn .4s backwards}.recip-vis-label{font-size:9.5px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:hsla(0,0%,100%,.28);padding:9px 12px 6px}.recip-vis-map{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}.recip-vis-map,.recip-vis-row{display:-webkit-flex;display:-moz-box;display:flex}.recip-vis-row{-webkit-align-items:center;-moz-box-align:center;align-items:center;grid-gap:8px;gap:8px;padding:7px 12px;-webkit-animation:recipVisRowIn .3s cubic-bezier(.22,1,.36,1) backwards;animation:recipVisRowIn .3s cubic-bezier(.22,1,.36,1) backwards}.recip-vis-row--yes{background:rgba(16,185,129,.07);border-bottom:1px solid hsla(0,0%,100%,.05)}.recip-vis-row--no{border-bottom:1px solid hsla(0,0%,100%,.04)}.recip-vis-row--no:last-child{border-bottom:none}.recip-vis-av{width:22px!important;height:22px!important;font-size:7px!important;-webkit-flex-shrink:0;flex-shrink:0}.recip-vis-av--dim{opacity:.35}.recip-vis-name{font-size:12px;font-weight:700;color:hsla(0,0%,100%,.82)}.recip-vis-name--dim{color:hsla(0,0%,100%,.28)}.recip-vis-spacer{-webkit-flex:1 1;-moz-box-flex:1;flex:1 1}.recip-vis-status{display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center;grid-gap:4px;gap:4px;font-size:9.5px;font-weight:800;white-space:nowrap}.recip-vis-status--yes{color:#10b981}.recip-vis-status--no{color:hsla(0,0%,100%,.2)}.recip-vis-divider{font-size:9px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:hsla(0,0%,100%,.18);padding:6px 12px 4px;background:hsla(0,0%,100%,.02);border-top:1px solid hsla(0,0%,100%,.05);border-bottom:1px solid hsla(0,0%,100%,.05)}.why-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px;margin-bottom:16px}.why-dominant{margin-top:0}.why-dominant-inner{display:grid;grid-template-columns:auto 1fr;grid-gap:28px 40px;gap:28px 40px;-webkit-align-items:start;-moz-box-align:start;align-items:start}.why-dominant-left{min-width:180px}.why-dominant-left h3{font-size:26px;margin-top:8px}.why-dominant-quote{font-family:Playfair Display,serif;font-weight:900;font-size:clamp(22px,2.6vw,34px);letter-spacing:-.02em;line-height:1.1;color:hsla(0,0%,100%,.95);margin-bottom:12px;text-wrap:balance}.why-dominant-right p:last-child{color:hsla(0,0%,100%,.62);line-height:1.75;font-size:15.5px}.proof{background:#fafafa;border-top:1px solid rgba(0,0,0,.06);border-bottom:1px solid rgba(0,0,0,.06)}.proof-grid{margin-top:32px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.proof-card{border-radius:var(--radius-lg);border:1px solid rgba(0,0,0,.08);background:#fff;-webkit-box-shadow:0 10px 28px rgba(0,0,0,.06);box-shadow:0 10px 28px rgba(0,0,0,.06);padding:24px 22px;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;grid-gap:14px;gap:14px}.proof-quote{font-size:16px;line-height:1.7;color:hsla(0,0%,4%,.82);font-style:italic;font-family:Playfair Display,serif;font-weight:700;-webkit-flex:1 1;-moz-box-flex:1;flex:1 1}.proof-from{font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:hsla(0,0%,4%,.4)}.closing-cta{background:-webkit-linear-gradient(290deg,#0a0a0a,#111 60%,#0d1a1f);background:linear-gradient(160deg,#0a0a0a,#111 60%,#0d1a1f);color:#fff;text-align:center;position:relative;overflow:hidden}.closing-cta:before{content:"";position:absolute;inset:0;background:-webkit-radial-gradient(50% 0,900px 600px,rgba(0,217,255,.14),transparent 60%),-webkit-radial-gradient(80% 100%,600px 400px,rgba(0,217,255,.07),transparent 60%);background:radial-gradient(900px 600px at 50% 0,rgba(0,217,255,.14),transparent 60%),radial-gradient(600px 400px at 80% 100%,rgba(0,217,255,.07),transparent 60%);pointer-events:none}.closing-inner{position:relative;z-index:2;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-align-items:center;-moz-box-align:center;align-items:center;grid-gap:0;gap:0}.closing-eyebrow{font-size:12px;font-weight:900;letter-spacing:.18em;text-transform:uppercase;color:rgba(0,217,255,.85);margin-bottom:14px}.closing-headline{font-family:Playfair Display,serif;font-weight:900;font-size:clamp(38px,5.5vw,80px);line-height:1.05;letter-spacing:-.03em;color:hsla(0,0%,100%,.97);text-wrap:balance}.closing-headline em{font-style:italic;font-weight:700;color:hsla(0,0%,100%,.55)}.closing-sub{margin-top:16px;font-size:17px;color:hsla(0,0%,100%,.55);max-width:56ch;line-height:1.7}.closing-actions{margin-top:32px;display:-webkit-flex;display:-moz-box;display:flex;grid-gap:12px;gap:12px;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center}.btn-large{padding:16px 28px;font-size:13px}.closing-cta .btn-ghost{border-color:hsla(0,0%,100%,.22);color:hsla(0,0%,100%,.8)}.closing-cta .btn-ghost:hover{border-color:hsla(0,0%,100%,.45);color:#fff;background:hsla(0,0%,100%,.06)}.closing-cta .btn-primary{background:var(--cyan);color:rgba(0,0,0,.85);-webkit-box-shadow:0 14px 40px rgba(0,217,255,.3);box-shadow:0 14px 40px rgba(0,217,255,.3)}.closing-cta .btn-primary:hover{-webkit-box-shadow:0 18px 50px rgba(0,217,255,.4);box-shadow:0 18px 50px rgba(0,217,255,.4)}.closing-meta{margin-top:16px;font-size:12.5px;color:hsla(0,0%,100%,.3);letter-spacing:.04em}.dark{background:#0a0a0a;color:#fff;position:relative;overflow:hidden}.dark:before{background-image:-webkit-radial-gradient(circle,rgba(0,217,255,.06) 1px,transparent 0);background-image:radial-gradient(circle,rgba(0,217,255,.06) 1px,transparent 0);background-size:46px 46px;opacity:.68}.dark:after,.dark:before{content:"";position:absolute;inset:0;pointer-events:none;z-index:1}.dark:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)'/%3E%3C/svg%3E");opacity:.04}.dark .container{position:relative;z-index:2}.dark .eyebrow{color:rgba(0,217,255,.92)}.dark .eyebrow:before{background:rgba(0,217,255,.55)}.dark .title{color:#fff}.dark .sub{color:hsla(0,0%,100%,.66)}.grid3{margin-top:44px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.card-dark{background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.1);border-radius:var(--radius-lg);padding:22px 20px;-webkit-box-shadow:0 18px 60px rgba(0,0,0,.22),inset 0 1px 0 hsla(0,0%,100%,.12);box-shadow:0 18px 60px rgba(0,0,0,.22),inset 0 1px 0 hsla(0,0%,100%,.12);-webkit-transition:border-color .22s ease,background .22s ease,-webkit-transform .22s ease;transition:border-color .22s ease,background .22s ease,-webkit-transform .22s ease;transition:transform .22s ease,border-color .22s ease,background .22s ease;transition:transform .22s ease,border-color .22s ease,background .22s ease,-webkit-transform .22s ease}.card-dark:hover{-webkit-transform:translateY(-6px);transform:translateY(-6px);border-color:rgba(0,217,255,.35);background:rgba(0,217,255,.06)}.icon{font-size:28px;margin-bottom:12px}.card-dark h3{font-family:Playfair Display,serif;font-weight:900;font-size:22px;line-height:1.2}.card-dark p{margin-top:10px;color:hsla(0,0%,100%,.66);line-height:1.7;font-size:15px}#how{padding-bottom:0}.how-steps{margin-top:48px;display:grid;grid-template-columns:1fr auto 1fr auto 1fr;grid-gap:0;gap:0;-webkit-align-items:start;-moz-box-align:start;align-items:start}.how-step-card{border-radius:var(--radius-xl);background:hsla(0,0%,100%,.84);border:1px solid rgba(0,0,0,.09);-webkit-box-shadow:var(--shadow2);box-shadow:var(--shadow2);padding:26px 24px;-webkit-transition:border-color .22s ease,-webkit-transform .22s ease;transition:border-color .22s ease,-webkit-transform .22s ease;transition:transform .22s ease,border-color .22s ease;transition:transform .22s ease,border-color .22s ease,-webkit-transform .22s ease}.how-step-card:hover{-webkit-transform:translateY(-5px);transform:translateY(-5px);border-color:rgba(0,217,255,.35)}.how-step-n{width:38px;height:38px;border-radius:14px;background:rgba(0,217,255,.13);border:1px solid rgba(0,217,255,.26);display:grid;place-items:center;font-size:18px;color:rgba(0,100,120,.95);margin-bottom:16px}.how-step-n,.how-step-title{font-family:Playfair Display,serif;font-weight:900}.how-step-title{font-size:20px;letter-spacing:-.01em;line-height:1.2;margin-bottom:10px}.how-step-desc{font-size:15px;color:hsla(0,0%,4%,.62);line-height:1.7}.how-arrow{display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;padding-top:48px;font-size:22px;color:rgba(0,217,255,.55);width:48px;-webkit-flex-shrink:0;flex-shrink:0}.how-preview{margin-top:24px;border-radius:var(--radius-xl);border:1px solid hsla(0,0%,100%,.12);background:-webkit-gradient(linear,left top,left bottom,from(rgba(10,10,10,.96)),to(rgba(10,10,10,.99)));background:-webkit-linear-gradient(top,rgba(10,10,10,.96),rgba(10,10,10,.99));background:linear-gradient(180deg,rgba(10,10,10,.96),rgba(10,10,10,.99));-webkit-box-shadow:var(--shadow);box-shadow:var(--shadow);overflow:hidden;position:relative;max-width:100%}.how-preview:before{content:"";position:absolute;top:-30%;left:-10%;width:500px;height:400px;border-radius:999px;background:rgba(0,217,255,.1);-webkit-filter:blur(80px);filter:blur(80px);pointer-events:none}.how-panel-chrome{-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;grid-gap:12px;gap:12px;-webkit-flex-wrap:wrap;flex-wrap:wrap}.how-panel-chrome,.how-panel-chrome-left{display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center}.how-panel-chrome-left{grid-gap:7px;gap:7px}.how-view-tabs{display:-webkit-flex;display:-moz-box;display:flex;grid-gap:6px;gap:6px;-webkit-flex-shrink:0;flex-shrink:0}.how-view-tab{padding:7px 14px;border-radius:999px;font-size:11px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;border:1px solid hsla(0,0%,100%,.14);background:transparent;color:hsla(0,0%,100%,.45);cursor:pointer;-webkit-transition:background .18s ease,color .18s ease,border-color .18s ease;transition:background .18s ease,color .18s ease,border-color .18s ease;font-family:inherit}.how-view-tab:hover{background:hsla(0,0%,100%,.07);color:hsla(0,0%,100%,.8)}.how-view-tab-active{background:rgba(0,217,255,.15);border-color:rgba(0,217,255,.4);color:rgba(0,217,255,.95)}.how-preview-panel{display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;grid-gap:10px;gap:10px;width:100%}.how-preview-received{border-radius:14px;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.1);padding:14px 16px}.how-preview-received-from{font-size:10.5px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;color:rgba(0,217,255,.7);margin-bottom:8px}.how-preview-received-msg{font-size:14px;line-height:1.6;color:hsla(0,0%,100%,.82);font-style:italic}.how-preview-thread{display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-align-items:flex-end;-moz-box-align:end;align-items:flex-end;grid-gap:6px;gap:6px}.how-preview-bubble{background:var(--cyan);color:rgba(0,0,0,.84);border-radius:18px 18px 4px 18px;padding:11px 16px;font-size:14px;line-height:1.55;font-weight:600;max-width:88%}.how-preview-bubble-meta{font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:hsla(0,0%,100%,.28)}.how-preview-right{display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:stretch;-moz-box-align:stretch;align-items:stretch}.how-preview-label{position:relative;z-index:2;padding:16px 24px;border-bottom:1px solid hsla(0,0%,100%,.07);font-size:11px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:hsla(0,0%,100%,.4)}.how-preview-inner{position:relative;z-index:2;display:grid;grid-template-columns:1fr auto 1fr;grid-gap:0;gap:0;-webkit-align-items:center;-moz-box-align:center;align-items:center;padding:28px 32px}.how-preview-post{border-radius:18px;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.1);padding:16px 18px}.how-preview-post-meta{display:-webkit-flex;display:-moz-box;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;-webkit-align-items:center;-moz-box-align:center;align-items:center;margin-bottom:10px;font-size:11.5px;font-weight:800;color:hsla(0,0%,100%,.45)}.how-preview-post-tag{font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:hsla(0,0%,100%,.3)}.how-preview-post-text{font-size:15px;line-height:1.6;color:hsla(0,0%,100%,.88);font-style:italic}.how-preview-flow-arrow{display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-align-items:center;-moz-box-align:center;align-items:center;grid-gap:6px;gap:6px;padding:0 20px;font-size:10.5px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:rgba(0,217,255,.55);text-align:center;width:160px;-webkit-flex-shrink:0;flex-shrink:0}.how-preview-flow-arrow svg{width:100%;opacity:.6}.how-preview-replies-wrap{display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;grid-gap:8px;gap:8px}.how-preview-replies-label{font-size:10.5px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:hsla(0,0%,100%,.35);margin-bottom:4px}.how-preview-replies{display:grid;grid-gap:8px;gap:8px}.how-preview-reply{display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center;grid-gap:8px;gap:8px;padding:10px 14px;border-radius:14px;background:rgba(0,217,255,.09);border:1px solid rgba(0,217,255,.2)}.how-preview-avatar{width:26px;height:26px;border-radius:999px;display:grid;place-items:center;font-size:9.5px;font-weight:900;color:#fff;-webkit-flex-shrink:0;flex-shrink:0}.how-preview-reply-text{-webkit-flex:1 1;-moz-box-flex:1;flex:1 1;font-size:13.5px;color:hsla(0,0%,100%,.82)}.how-preview-private{font-size:9.5px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:rgba(0,217,255,.7);-webkit-flex-shrink:0;flex-shrink:0}.how-preview-note{margin-top:4px;font-size:11px;font-weight:700;color:hsla(0,0%,100%,.28);text-align:center;padding:8px 12px;border-radius:10px;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.06)}.how-panel-body-wide{padding:20px 24px 24px;overflow:hidden}.how-sender-split{display:grid;grid-template-columns:1fr 52px 1fr;grid-gap:0;gap:0;-webkit-align-items:start;-moz-box-align:start;align-items:start}.how-sender-left,.how-sender-right{display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;grid-gap:12px;gap:12px;min-width:0}.how-sender-post{margin-bottom:0}.how-split-col-label{font-size:9.5px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:hsla(0,0%,100%,.3);margin-bottom:2px}.how-sender-avatars{display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center;grid-gap:10px;gap:10px;padding:6px 10px;background:hsla(0,0%,100%,.04);border-radius:10px;border:1px solid hsla(0,0%,100%,.07)}.how-sender-avatar-label{font-size:11px;font-weight:700;color:hsla(0,0%,100%,.4)}.how-sender-arrow{display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-justify-content:flex-start;-moz-box-pack:start;justify-content:flex-start;padding-top:36px;grid-gap:6px;gap:6px}.how-sender-arrow-line{height:80px;width:2px}.how-sender-arrow-label{font-size:8.5px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:rgba(0,217,255,.35);text-align:center;-webkit-writing-mode:vertical-rl;-ms-writing-mode:tb-rl;writing-mode:vertical-rl;-webkit-transform:rotate(180deg);transform:rotate(180deg);line-height:1}.how-sender-arrow-chevrons{display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-align-items:center;-moz-box-align:center;align-items:center;grid-gap:3px;gap:3px;opacity:.6}.how-sender-insight{font-size:11px;font-weight:700;color:hsla(0,0%,100%,.28);text-align:center;padding:8px 10px;border-radius:10px;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.06);margin-top:4px}.how-contrast-split{display:grid;grid-template-columns:1fr 1px 1fr;grid-gap:0;gap:0;-webkit-align-items:start;-moz-box-align:start;align-items:start}.how-contrast-col{display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;grid-gap:10px;gap:10px;padding:0 16px;min-width:0}.how-contrast-col--bad{padding-left:0;opacity:.88}.how-contrast-col--good{padding-right:0}.how-contrast-divider{background:hsla(0,0%,100%,.08);-webkit-align-self:stretch;align-self:stretch}.how-contrast-label{display:-webkit-inline-flex;display:-moz-inline-box;display:inline-flex;-webkit-align-items:center;-moz-box-align:center;align-items:center;grid-gap:6px;gap:6px;font-size:9.5px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;border-radius:999px;padding:4px 10px;margin-bottom:4px}.how-contrast-label--bad{background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.25);color:rgba(239,68,68,.8)}.how-contrast-label--good{background:rgba(16,185,129,.1);border:1px solid rgba(16,185,129,.3);color:rgba(16,185,129,.9)}.how-contrast-post{background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.08);border-radius:12px;padding:10px 12px;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;grid-gap:6px;gap:6px}.how-contrast-post--good{border-color:rgba(16,185,129,.18);background:rgba(16,185,129,.05)}.how-contrast-post-hd{grid-gap:8px;gap:8px}.how-contrast-av,.how-contrast-post-hd{display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center}.how-contrast-av{width:26px;height:26px;border-radius:50%;font-size:10px;font-weight:900;color:#fff;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;-webkit-flex-shrink:0;flex-shrink:0}.how-contrast-av--sm{width:20px;height:20px;font-size:8px}.how-contrast-post-meta{display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;grid-gap:1px;gap:1px}.how-contrast-name{font-size:12px;font-weight:800;color:hsla(0,0%,100%,.88)}.how-contrast-reach{font-size:9.5px;font-weight:700;color:hsla(0,0%,100%,.3)}.how-contrast-reach--good{color:rgba(0,217,255,.7)}.how-contrast-post-text{font-size:12px;line-height:1.55;color:hsla(0,0%,100%,.6);font-style:italic;margin:0}.how-contrast-post-text--good{color:hsla(0,0%,100%,.78)}.how-contrast-thread-hd{display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center;grid-gap:5px;gap:5px;font-size:9.5px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:rgba(239,68,68,.65);margin-bottom:2px}.how-contrast-thread-dot{width:5px;height:5px;border-radius:50%;background:rgba(239,68,68,.55);-webkit-flex-shrink:0;flex-shrink:0}.how-contrast-bubbles{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;grid-gap:8px;gap:8px}.how-contrast-bubble-row,.how-contrast-bubbles{display:-webkit-flex;display:-moz-box;display:flex}.how-contrast-bubble-row{-webkit-align-items:flex-end;-moz-box-align:end;align-items:flex-end;grid-gap:7px;gap:7px}.how-contrast-bubble-wrap{display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;grid-gap:3px;gap:3px;-webkit-flex:1 1;-moz-box-flex:1;flex:1 1;min-width:0}.how-contrast-bubble-meta{display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center;grid-gap:5px;gap:5px;padding-left:10px}.how-contrast-bubble-name{font-size:9px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.how-contrast-bubble-time{font-size:9px;color:hsla(0,0%,100%,.22)}.how-contrast-group-bubble{background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.1);border-radius:4px 14px 14px 14px;padding:8px 12px;font-size:12px;line-height:1.5;color:hsla(0,0%,100%,.8);word-break:break-word}.how-contrast-reply{-webkit-animation:panelFadeIn .3s ease backwards;animation:panelFadeIn .3s ease backwards}.how-contrast-reply,.how-contrast-you-row{display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center;grid-gap:6px;gap:6px}.how-contrast-you-row{padding:6px 8px;border-radius:10px;border:1px solid hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.04);-webkit-transition:border-color .4s ease,background .4s ease;transition:border-color .4s ease,background .4s ease}.how-contrast-you-row--pausing{border-color:rgba(239,68,68,.22);background:rgba(239,68,68,.06);-webkit-animation:watcherPulse 1.8s ease-in-out infinite;animation:watcherPulse 1.8s ease-in-out infinite}@-webkit-keyframes watcherPulse{0%,to{background:rgba(239,68,68,.04);border-color:rgba(239,68,68,.15)}50%{background:rgba(239,68,68,.09);border-color:rgba(239,68,68,.26)}}@keyframes watcherPulse{0%,to{background:rgba(239,68,68,.04);border-color:rgba(239,68,68,.15)}50%{background:rgba(239,68,68,.09);border-color:rgba(239,68,68,.26)}}.how-contrast-you-typing{-webkit-flex:1 1;-moz-box-flex:1;flex:1 1;display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center;grid-gap:2px;gap:2px;min-width:0;overflow:hidden}.how-contrast-you-placeholder{font-size:11px;color:hsla(0,0%,100%,.25);font-style:italic}.how-contrast-you-text{font-size:11.5px;color:hsla(0,0%,100%,.88);line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.how-contrast-you-text--deleting{color:hsla(0,0%,100%,.55)}.how-contrast-you-text--safe{color:rgba(148,163,184,.78)}.how-contrast-you-cursor{display:inline-block;width:1.5px;height:12px;background:hsla(0,0%,100%,.5);border-radius:1px;-webkit-animation:liveCursorBlink .85s step-end infinite;animation:liveCursorBlink .85s step-end infinite;-webkit-flex-shrink:0;flex-shrink:0}.how-contrast-you-cursor--deleting{background:rgba(239,68,68,.65)}.how-contrast-sent-row{-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start;grid-gap:7px;gap:7px;-webkit-animation:panelFadeIn .4s ease backwards;animation:panelFadeIn .4s ease backwards}.how-contrast-sent-content,.how-contrast-sent-row{display:-webkit-flex;display:-moz-box;display:flex}.how-contrast-sent-content{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;grid-gap:5px;gap:5px;min-width:0}.how-contrast-sent-bubble{background:rgba(100,116,139,.22);border:1px solid rgba(100,116,139,.28);border-radius:14px 14px 14px 4px;padding:9px 13px;font-size:12.5px;font-weight:500;color:hsla(0,0%,100%,.7);line-height:1.45}.how-contrast-sent-seen{display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center;grid-gap:3px;gap:3px;padding-left:2px}.how-contrast-sent-seen-label{font-size:9.5px;font-weight:700;color:rgba(239,68,68,.55);margin-left:5px;letter-spacing:.03em}.how-contrast-watching{grid-gap:4px;gap:4px;-webkit-flex-shrink:0;flex-shrink:0}.how-contrast-viewer-avs,.how-contrast-watcher-av,.how-contrast-watching{display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center}.how-contrast-watcher-av{width:14px;height:14px;border-radius:50%;font-size:6px;font-weight:900;color:#fff;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;margin-left:-3px;border:1.5px solid hsla(0,0%,4%,.85);-webkit-flex-shrink:0;flex-shrink:0}.how-contrast-viewer-avs .how-contrast-watcher-av:first-child{margin-left:0}.how-contrast-viewing-dots{display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center;grid-gap:2px;gap:2px}.how-contrast-viewing-dot{width:3px;height:3px;border-radius:50%;background:rgba(239,68,68,.7);-webkit-animation:recipTypingBounce 1.1s ease-in-out infinite;animation:recipTypingBounce 1.1s ease-in-out infinite}.how-contrast-viewing-label{font-size:9.5px;font-weight:800;letter-spacing:.05em;color:rgba(239,68,68,.7)}.how-contrast-reply-name{font-size:10.5px;font-weight:800;color:hsla(0,0%,100%,.82);-webkit-flex-shrink:0;flex-shrink:0}.how-contrast-reply-msg{font-size:11px;color:hsla(0,0%,100%,.7);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;-webkit-flex:1 1;-moz-box-flex:1;flex:1 1}.how-contrast-reply-bar{display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center;grid-gap:8px;gap:8px;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:22px;padding:8px 12px;margin-top:4px}.how-contrast-reply-placeholder{font-size:11px;color:hsla(0,0%,100%,.22)}.how-contrast-bubble{max-width:100%;font-size:12.5px}.how-contrast-vis{display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;grid-gap:8px;gap:8px;margin-top:8px;padding-top:10px;border-top:1px solid hsla(0,0%,100%,.1);-webkit-animation:recipVisRowIn .4s ease backwards;animation:recipVisRowIn .4s ease backwards}.how-contrast-vis-row{-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;grid-gap:8px;gap:8px}.how-contrast-vis-row,.how-contrast-vis-who{display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center}.how-contrast-vis-who{grid-gap:7px;gap:7px}.how-contrast-vis-name{font-size:12px;font-weight:700;color:hsla(0,0%,100%,.88)}.how-contrast-vis-badge{display:-webkit-inline-flex;display:-moz-inline-box;display:inline-flex;-webkit-align-items:center;-moz-box-align:center;align-items:center;grid-gap:4px;gap:4px;font-size:10px;font-weight:800;letter-spacing:.06em;color:#10b981;background:rgba(16,185,129,.12);border:1px solid rgba(16,185,129,.28);border-radius:999px;padding:3px 9px;-webkit-flex-shrink:0;flex-shrink:0}.how-contrast-nobody{grid-gap:3px;gap:3px}.how-contrast-nobody,.how-contrast-nobody-av{display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center}.how-contrast-nobody-av{width:15px;height:15px;border-radius:50%;font-size:7px;font-weight:900;color:#fff;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;opacity:.28;-webkit-filter:grayscale(.7);filter:grayscale(.7)}.how-contrast-nobody-label{font-size:10px;font-weight:700;color:hsla(0,0%,100%,.32);margin-left:5px}@media (max-width:640px){.how-sender-split{grid-template-columns:1fr}.how-sender-arrow{display:none}.how-contrast-split{grid-template-columns:1fr}.how-contrast-divider{height:1px;width:100%}.how-contrast-col--bad,.how-contrast-col--good{padding:0}}.trust-grid{margin-top:34px;display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.tbox{border-radius:var(--radius-xl);border:1px solid rgba(0,0,0,.1);background:hsla(0,0%,100%,.82);-webkit-box-shadow:var(--shadow2);box-shadow:var(--shadow2);padding:22px 20px}.tbox p{margin-top:10px;color:hsla(0,0%,4%,.62);line-height:1.75;font-size:15.5px}.tbox strong{color:hsla(0,0%,4%,.92);font-weight:900}.pricing{background:-webkit-gradient(linear,left top,left bottom,from(#0a0a0a),to(#121212));background:-webkit-linear-gradient(top,#0a0a0a,#121212);background:linear-gradient(180deg,#0a0a0a,#121212);color:#fff;position:relative;overflow:hidden}.pricing:before{content:"";position:absolute;inset:0;background-image:-webkit-radial-gradient(circle,rgba(0,217,255,.06) 1px,transparent 0);background-image:radial-gradient(circle,rgba(0,217,255,.06) 1px,transparent 0);background-size:44px 44px;opacity:.72;pointer-events:none}.pricing .container{position:relative;z-index:2}.pricing .eyebrow{color:rgba(0,217,255,.9)}.pricing .eyebrow:before{background:rgba(0,217,255,.5)}.pricing .title{color:hsla(0,0%,100%,.96)}.pricing .title em{color:hsla(0,0%,100%,.45)}.pricing .sub{color:hsla(0,0%,100%,.62)}.plans{margin-top:40px;display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.plan{border-radius:var(--radius-xl);padding:22px 20px;border:1px solid hsla(0,0%,100%,.14);background:hsla(0,0%,100%,.04);-webkit-box-shadow:0 22px 64px rgba(0,0,0,.22);box-shadow:0 22px 64px rgba(0,0,0,.22)}.plan.plus{border-color:rgba(0,217,255,.5);background:rgba(0,217,255,.06);-webkit-box-shadow:0 22px 64px rgba(0,0,0,.22),inset 0 1px 0 rgba(0,217,255,.28);box-shadow:0 22px 64px rgba(0,0,0,.22),inset 0 1px 0 rgba(0,217,255,.28);position:relative}.plan-badge{position:absolute;top:-13px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);background:var(--cyan);color:rgba(0,0,0,.82);font-size:10px;letter-spacing:.14em;padding:5px 16px;white-space:nowrap;-webkit-box-shadow:0 4px 16px rgba(0,217,255,.4);box-shadow:0 4px 16px rgba(0,217,255,.4)}.plan-badge,.tag{font-weight:900;text-transform:uppercase;border-radius:999px}.tag{display:-webkit-inline-flex;display:-moz-inline-box;display:inline-flex;-webkit-align-items:center;-moz-box-align:center;align-items:center;grid-gap:8px;gap:8px;padding:7px 12px;font-size:11px;letter-spacing:.12em;margin-bottom:12px}.plan.free .tag{background:hsla(0,0%,100%,.08);color:hsla(0,0%,100%,.74);border:1px solid hsla(0,0%,100%,.14)}.plan.plus .tag{background:var(--cyan);color:rgba(0,0,0,.88);border:1px solid rgba(0,217,255,.55)}.plan h3{font-size:28px;line-height:1.1;margin-bottom:6px}.plan h3,.price{font-family:Playfair Display,serif;font-weight:900}.price{font-size:62px;line-height:1;margin-top:6px}.plan.plus .price{color:var(--cyan)}.period{margin-top:6px;color:hsla(0,0%,100%,.52);font-size:13.5px}.pitch{margin-top:12px;color:hsla(0,0%,100%,.62);font-size:15px;line-height:1.7;padding-bottom:12px;border-bottom:1px solid hsla(0,0%,100%,.1)}.feat{margin-top:12px;list-style:none;display:grid}.feat,.feat li{grid-gap:10px;gap:10px}.feat li{display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start;color:hsla(0,0%,100%,.72);font-size:14.5px;line-height:1.45}.check{width:20px;height:20px;border-radius:999px;display:grid;place-items:center;font-weight:900;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;margin-top:1px;font-size:11px}.plan.free .check{background:hsla(0,0%,100%,.16);color:hsla(0,0%,100%,.92)}.plan.plus .check{background:var(--cyan);color:rgba(0,0,0,.92)}.lock{width:20px;height:20px;border-radius:999px;display:grid;place-items:center;background:hsla(0,0%,100%,.08);color:hsla(0,0%,100%,.38);-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;margin-top:1px;font-size:12px}.dim{color:hsla(0,0%,100%,.4)}.download-row{margin-top:18px;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}.download-row,.store{grid-gap:10px;gap:10px;-webkit-align-items:center;-moz-box-align:center;align-items:center}.store{display:-webkit-inline-flex;display:-moz-inline-box;display:inline-flex;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;padding:12px 14px;border-radius:14px;border:1px solid hsla(0,0%,100%,.18);background:hsla(0,0%,100%,.08);color:hsla(0,0%,100%,.88);font-weight:900;letter-spacing:.06em;text-transform:uppercase;font-size:12px;-webkit-transition:background .2s ease,border-color .2s ease,-webkit-transform .2s ease;transition:background .2s ease,border-color .2s ease,-webkit-transform .2s ease;transition:transform .2s ease,background .2s ease,border-color .2s ease;transition:transform .2s ease,background .2s ease,border-color .2s ease,-webkit-transform .2s ease;text-decoration:none}.store:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px);background:hsla(0,0%,100%,.12);border-color:rgba(0,217,255,.3)}.store-dot{width:10px;height:10px;border-radius:999px;background:var(--cyan);-webkit-box-shadow:0 0 0 6px rgba(0,217,255,.16);box-shadow:0 0 0 6px rgba(0,217,255,.16);display:inline-block;-webkit-flex-shrink:0;flex-shrink:0}.faq{margin-top:34px;display:grid;grid-gap:12px;gap:12px;max-width:920px}.faq-item{border-radius:18px;border:1px solid rgba(0,0,0,.1);background:hsla(0,0%,100%,.78);-webkit-box-shadow:0 10px 26px rgba(0,0,0,.06);box-shadow:0 10px 26px rgba(0,0,0,.06);overflow:hidden;-webkit-transition:border-color .22s ease,background .22s ease;transition:border-color .22s ease,background .22s ease}.faq-item.faq-open{border-color:rgba(0,217,255,.3);background:hsla(0,0%,100%,.92)}.faq-trigger{width:100%;display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;grid-gap:14px;gap:14px;padding:20px 18px;background:none;border:none;cursor:pointer;text-align:left;font-family:inherit;font-weight:900;letter-spacing:.02em}.faq-trigger:focus-visible{outline:2px solid var(--cyan);outline-offset:-2px;border-radius:18px}.q{font-size:15.5px;color:var(--ink)}.plusminus{width:28px;height:28px;border-radius:999px;display:grid;place-items:center;background:rgba(0,217,255,.1);border:1px solid rgba(0,217,255,.22);color:rgba(0,120,140,.95);font-weight:900;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;font-size:18px;line-height:1;-webkit-transition:background .22s ease,border-color .22s ease,color .22s ease,-webkit-transform .22s ease;transition:background .22s ease,border-color .22s ease,color .22s ease,-webkit-transform .22s ease;transition:background .22s ease,border-color .22s ease,color .22s ease,transform .22s ease;transition:background .22s ease,border-color .22s ease,color .22s ease,transform .22s ease,-webkit-transform .22s ease}.faq-open .plusminus{background:rgba(0,0,0,.06);border-color:rgba(0,0,0,.14);color:hsla(0,0%,4%,.78);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.faq-body{overflow:hidden;max-height:0;-webkit-transition:max-height .38s cubic-bezier(.22,1,.36,1);transition:max-height .38s cubic-bezier(.22,1,.36,1)}.faq-answer{padding:0 18px 18px;color:hsla(0,0%,4%,.62);font-size:15px;line-height:1.75}.fade-up{opacity:0;-webkit-transform:translateY(24px);transform:translateY(24px);-webkit-transition:opacity .7s cubic-bezier(.22,1,.36,1),-webkit-transform .7s cubic-bezier(.22,1,.36,1);transition:opacity .7s cubic-bezier(.22,1,.36,1),-webkit-transform .7s cubic-bezier(.22,1,.36,1);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1),-webkit-transform .7s cubic-bezier(.22,1,.36,1)}.fade-up.visible{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.header-nav a.nav-active{color:hsla(0,0%,4%,.95);background:rgba(0,0,0,.07)}.nav-download-wrap{position:relative}.nav-download-btn{display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center;grid-gap:6px;gap:6px}.nav-dropdown-caret{width:10px;height:6px;-webkit-flex-shrink:0;flex-shrink:0;opacity:.7}.nav-dropdown{position:absolute;top:-webkit-calc(100% + 8px);top:calc(100% + 8px);right:0;min-width:220px;background:hsla(0,0%,100%,.98);border:1px solid rgba(0,0,0,.1);border-radius:16px;-webkit-box-shadow:0 8px 32px rgba(0,0,0,.12),0 2px 8px rgba(0,0,0,.06);box-shadow:0 8px 32px rgba(0,0,0,.12),0 2px 8px rgba(0,0,0,.06);padding:8px;z-index:200;backdrop-filter:blur(12px)}.nav-dropdown-item{display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center;grid-gap:12px;gap:12px;padding:12px 14px;border-radius:10px;text-decoration:none;color:hsla(0,0%,4%,.85);-webkit-transition:background .15s ease;transition:background .15s ease}.nav-dropdown-item:hover{background:rgba(0,0,0,.05)}.nav-dropdown-item .store-btn-icon{width:22px;height:22px;-webkit-flex-shrink:0;flex-shrink:0;color:hsla(0,0%,4%,.75)}.nav-dropdown-item-text{display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;grid-gap:1px;gap:1px}.nav-dropdown-item-sub{font-size:10px;font-weight:700;color:hsla(0,0%,4%,.45);letter-spacing:.02em}.nav-dropdown-item-name{font-size:14px;font-weight:800;color:hsla(0,0%,4%,.88)}.drawer-store-btn{width:100%;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;border-radius:14px;padding:13px 16px;background:hsla(0,0%,4%,.92);color:#fff}footer{background:#0a0a0a;color:hsla(0,0%,100%,.86);padding:46px var(--pad)}.footer-inner{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;grid-gap:14px;gap:14px;-webkit-align-items:center;-moz-box-align:center;align-items:center;text-align:center;max-width:var(--max);margin:0 auto}.footer-inner,.footer-links{display:-webkit-flex;display:-moz-box;display:flex}.footer-links{-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;grid-gap:14px 18px;gap:14px 18px}.footer-links a{font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.12em;color:hsla(0,0%,100%,.44);padding:8px 10px;border-radius:999px;-webkit-transition:color .2s ease,background .2s ease;transition:color .2s ease,background .2s ease}.footer-links a:hover{color:hsla(0,0%,100%,.92);background:hsla(0,0%,100%,.07)}.copyright{font-size:12.5px;color:hsla(0,0%,100%,.3);line-height:1.8;max-width:74ch}.sticky-mobile-cta{display:none;position:fixed;inset-x:0;bottom:0;z-index:50;border-top:1px solid rgba(0,0,0,.1);background:hsla(0,0%,100%,.94);backdrop-filter:blur(16px)}.sticky-mobile-inner{display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;grid-gap:10px;gap:10px;padding:12px 16px 20px;width:100%;margin-bottom:10px}.sticky-mobile-top{-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between}.sticky-mobile-brand,.sticky-mobile-top{display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center;grid-gap:10px;gap:10px}.sticky-mobile-brand{min-width:0}.sticky-mobile-tagline{font-size:11px;font-weight:600;color:hsla(0,0%,4%,.45);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-dismiss{width:28px;height:28px;border-radius:999px;border:1px solid rgba(0,0,0,.12);background:rgba(0,0,0,.05);color:hsla(0,0%,4%,.5);font-size:18px;line-height:1;display:grid;place-items:center;cursor:pointer;-webkit-flex-shrink:0;flex-shrink:0;-webkit-transition:background .18s ease,color .18s ease;transition:background .18s ease,color .18s ease}.sticky-dismiss:hover{background:rgba(0,0,0,.1);color:hsla(0,0%,4%,.8)}.sticky-mobile-btn{padding:12px 20px;font-size:12px;-webkit-flex-shrink:0;flex-shrink:0}.sticky-mobile-btns{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;width:100%}.sticky-store-full{-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;border-radius:14px;padding:11px 12px}.store-btn-outline{background:transparent;border:1px solid hsla(0,0%,4%,.18);color:hsla(0,0%,4%,.82);-webkit-box-shadow:none;box-shadow:none}.hero-store-btns{margin-top:26px;display:-webkit-flex;display:-moz-box;display:flex;grid-gap:12px;gap:12px;-webkit-flex-wrap:wrap;flex-wrap:wrap}.store-btn{display:-webkit-inline-flex;display:-moz-inline-box;display:inline-flex;-webkit-align-items:center;-moz-box-align:center;align-items:center;grid-gap:10px;gap:10px;padding:12px 20px;border-radius:14px;background:var(--ink);color:#fff;border:1px solid hsla(0,0%,100%,.1);text-decoration:none;-webkit-transition:background .2s ease,-webkit-transform .2s ease,-webkit-box-shadow .2s ease;transition:background .2s ease,-webkit-transform .2s ease,-webkit-box-shadow .2s ease;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,-webkit-transform .2s ease,-webkit-box-shadow .2s ease;-webkit-box-shadow:0 8px 24px rgba(0,0,0,.16);box-shadow:0 8px 24px rgba(0,0,0,.16)}.store-btn:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 14px 34px rgba(0,0,0,.22);box-shadow:0 14px 34px rgba(0,0,0,.22)}.store-btn-icon{width:22px;height:22px;-webkit-flex-shrink:0;flex-shrink:0;opacity:.9}.store-btn-text{display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;grid-gap:1px;gap:1px;text-align:left}.store-btn-sub{font-size:10px;font-weight:600;letter-spacing:.04em;opacity:.65;line-height:1}.store-btn-name{font-size:15px;font-weight:900;letter-spacing:-.01em;line-height:1}.hero-how-link{display:inline-block;margin-top:16px;font-size:13px;font-weight:700;color:hsla(0,0%,4%,.46);letter-spacing:.04em;text-decoration:none;-webkit-transition:color .2s ease;transition:color .2s ease}.hero-how-link:hover{color:hsla(0,0%,4%,.72)}.hamburger{display:none;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;grid-gap:5px;gap:5px;width:44px;height:44px;padding:10px;background:transparent;border:none;cursor:pointer;border-radius:12px;-webkit-transition:background .2s ease;transition:background .2s ease;-webkit-flex-shrink:0;flex-shrink:0}.hamburger:hover{background:rgba(0,0,0,.06)}.hamburger-bar{display:block;width:22px;height:2px;background:var(--ink);border-radius:999px;-webkit-transition:opacity .25s ease,-webkit-transform .25s ease;transition:opacity .25s ease,-webkit-transform .25s ease;transition:transform .25s ease,opacity .25s ease;transition:transform .25s ease,opacity .25s ease,-webkit-transform .25s ease;-webkit-transform-origin:center;transform-origin:center}.hamburger-bar.open:first-child{-webkit-transform:translateY(7px) rotate(45deg);transform:translateY(7px) rotate(45deg)}.hamburger-bar.open:nth-child(2){opacity:0;-webkit-transform:scaleX(0);transform:scaleX(0)}.hamburger-bar.open:nth-child(3){-webkit-transform:translateY(-7px) rotate(-45deg);transform:translateY(-7px) rotate(-45deg)}.drawer-overlay{position:fixed;inset:0;z-index:70;background:hsla(0,0%,4%,.4);backdrop-filter:blur(4px);opacity:0;pointer-events:none;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.drawer-overlay.visible{opacity:1;pointer-events:auto}.drawer{position:fixed;top:0;right:0;bottom:0;z-index:80;width:min(360px,88vw);background:hsla(0,0%,100%,.98);backdrop-filter:blur(20px);-webkit-box-shadow:-20px 0 60px rgba(0,0,0,.14);box-shadow:-20px 0 60px rgba(0,0,0,.14);display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-transform:translateX(100%);transform:translateX(100%);-webkit-transition:-webkit-transform .32s cubic-bezier(.4,0,.2,1);transition:-webkit-transform .32s cubic-bezier(.4,0,.2,1);transition:transform .32s cubic-bezier(.4,0,.2,1);transition:transform .32s cubic-bezier(.4,0,.2,1),-webkit-transform .32s cubic-bezier(.4,0,.2,1);overflow-y:auto;-webkit-overflow-scrolling:touch}.drawer-open{-webkit-transform:translateX(0);transform:translateX(0)}.drawer-head{display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;padding:20px 20px 16px;border-bottom:1px solid rgba(0,0,0,.08)}.drawer-close{width:44px;height:44px;border:none;background:rgba(0,0,0,.06);border-radius:999px;cursor:pointer;font-size:16px;color:hsla(0,0%,4%,.6);display:grid;place-items:center;-webkit-transition:background .2s ease,color .2s ease;transition:background .2s ease,color .2s ease}.drawer-close:hover{background:rgba(0,0,0,.1);color:var(--ink)}.drawer-nav{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;padding:12px;grid-gap:2px;gap:2px;-webkit-flex:1 1;-moz-box-flex:1;flex:1 1}.drawer-link,.drawer-nav{display:-webkit-flex;display:-moz-box;display:flex}.drawer-link{-webkit-align-items:center;-moz-box-align:center;align-items:center;padding:14px 16px;border-radius:14px;font-size:17px;font-weight:700;color:hsla(0,0%,4%,.78);letter-spacing:.01em;-webkit-transition:background .18s ease,color .18s ease;transition:background .18s ease,color .18s ease;min-height:52px}.drawer-link:hover{background:rgba(0,217,255,.1);color:var(--ink)}.drawer-footer{display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;grid-gap:10px;gap:10px;padding:16px 20px 32px;border-top:1px solid rgba(0,0,0,.08)}.drawer-cta{width:100%;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;padding:16px 24px;font-size:14px;border-radius:14px}@media (max-width:980px){.hamburger{display:-webkit-flex;display:-moz-box;display:flex}.header-actions-desktop,.header-nav{display:none}.sticky-mobile-cta{display:block;width:100%}.closing-cta{padding-bottom:140px}.hero-grid{grid-template-columns:1fr;grid-gap:40px;gap:40px}.grid3,.how-grid,.plans,.trust-grid,.why-dominant-inner,.why-row{grid-template-columns:1fr}.why-dominant-inner{grid-gap:16px;gap:16px}.proof-grid{grid-template-columns:1fr}.closing-headline{font-size:clamp(32px,7vw,56px)}.how-steps{grid-template-columns:1fr;grid-gap:16px;gap:16px}.how-arrow{display:none}.how-preview-inner{grid-template-columns:1fr;grid-gap:20px;gap:20px;padding:20px}.how-preview-flow-arrow{-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;width:auto;padding:0}.how-preview-flow-arrow svg{display:none}.panel{max-height:none;overflow:visible}}@media (max-width:640px){section{padding:56px 20px}header{padding:12px 20px}.h1{letter-spacing:-.025em}.title{letter-spacing:-.015em}.panel{display:block;margin-top:32px}.panel-body{min-height:420px}.panel-chrome-tabs{grid-gap:8px;gap:8px}.panel-view-tab{font-size:9px;padding:4px 9px}.plan{padding:20px 16px}.price{font-size:52px}.step{-webkit-flex-direction:row;-moz-box-orient:horizontal;flex-direction:row}.download-row,.step{-moz-box-direction:normal}.download-row{-webkit-flex-direction:column;-moz-box-orient:vertical;flex-direction:column}.store{width:100%;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center}.faq{max-width:100%}}@media (max-width:390px){.brand-name{font-size:18px}.mark{width:32px;height:32px}.mark span{font-size:18px}.btn{padding:11px 14px;font-size:11px}.drawer-link{font-size:16px}}@media (prefers-reduced-motion:reduce){*,:after,:before{-webkit-animation:none!important;animation:none!important;-webkit-transition:none!important;transition:none!important;scroll-behavior:auto!important}}