.landing{flex-direction:column;gap:104px;padding-top:48px;display:flex}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}.mast-nav{grid-template-columns:1fr auto 1fr;align-items:center;gap:4px;margin-top:5px;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.mast-half{align-items:center;gap:4px;display:flex}.mast-half:first-child{justify-self:end}.mast-half:last-child{justify-self:start}.mast-nav a,.mast-menu-panel>a{height:28px;font-family:var(--font-albert), "Albert Sans", var(--sans);letter-spacing:.005em;color:#0000;-webkit-background-clip:text;background-clip:text;background-image:var(--nav-grain), linear-gradient(180deg, var(--text-dim), var(--text-faint));align-items:center;padding:0 10px;font-size:13.5px;font-weight:500;text-decoration:none;transition:opacity .12s;display:inline-flex}.mast-nav a:hover,.mast-menu-panel>a:hover{background-image:var(--nav-grain), linear-gradient(180deg, var(--text), var(--text-dim))}.mast-sep{background:linear-gradient(180deg, transparent, var(--text-faint), transparent);opacity:.8;width:1px;height:14px}:root{--nav-grain:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='120' height='120'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 1  0 0 0 0.22 0'/></filter><rect width='120' height='120' filter='url(%23n)'/></svg>")}.feature-sect,.pricing,.faq{scroll-margin-top:24px}html[data-auth=in] .auth-out,html:not([data-auth=in]) .auth-in{display:none}.act-labeled.mast-door{border-color:var(--border-strong);box-shadow:none;color:var(--text);-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0}.act-labeled.mast-door:hover{background:var(--bg-hover)}.mast-menu{margin-left:auto;display:none;position:relative}.mast-menu>summary{cursor:pointer;border-radius:var(--r-control);background:var(--secondary-bg);width:36px;height:36px;box-shadow:var(--secondary-shadow);color:var(--text-dim);justify-content:center;align-items:center;list-style:none;transition:color .15s;display:flex}.mast-menu>summary::-webkit-details-marker{display:none}.mast-menu>summary:focus-visible{box-shadow:var(--secondary-shadow), var(--focus-ring);outline:none}.mast-menu[open]>summary{color:var(--text)}.mast-burger{width:16px;height:12px;position:relative}.mast-burger i{background:currentColor;border-radius:1px;width:100%;height:1.6px;transition:transform .28s cubic-bezier(.3,.7,.2,1),opacity .18s,top .28s cubic-bezier(.3,.7,.2,1);position:absolute;left:0}.mast-burger i:first-child{top:0}.mast-burger i:nth-child(2){top:5.2px}.mast-burger i:nth-child(3){top:10.4px}.mast-menu[open] .mast-burger i:first-child{top:5.2px;transform:rotate(45deg)}.mast-menu[open] .mast-burger i:nth-child(2){opacity:0}.mast-menu[open] .mast-burger i:nth-child(3){top:5.2px;transform:rotate(-45deg)}.mast-menu-panel{z-index:40;background:var(--menu-bg);width:min(280px,100vw - 32px);box-shadow:var(--menu-shadow);border:1px solid var(--border);border-radius:var(--r-card);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transform-origin:100% 0;flex-direction:column;padding:6px;display:flex;position:absolute;top:calc(100% + 10px);right:0}.mast-menu[open] .mast-menu-panel{animation:.22s cubic-bezier(.3,.7,.2,1) both mast-menu-in}@keyframes mast-menu-in{0%{opacity:0;transform:translateY(-6px)scale(.98)}}.mast-menu-panel>a{height:44px;padding:0 14px;font-size:16px}.mast-menu-panel>a+a{border-top:1px solid var(--border)}.mast-menu-cta{border-top:1px solid var(--border);margin-top:2px;padding:8px 6px 6px}.mast-menu-cta .act-labeled{justify-content:center;width:100%;height:40px;font-size:14.5px}@media (max-width:780px){.mast-nav{display:none}.mast-menu{margin-left:10px;display:block}}@media (min-width:641px){.mast-menu-cta{display:none}}@media (prefers-reduced-motion:reduce){.mast-burger i{transition:none}.mast-menu[open] .mast-menu-panel{animation:none}}.hero{text-align:center;flex-direction:column;align-items:center;gap:22px;max-width:760px;margin:0 auto;display:flex}.hero-mark{opacity:.7;background:linear-gradient(180deg, transparent, var(--text-faint));width:1px;height:40px;margin:-14px 0 -4px;display:block}.hero h1{font-family:var(--font-albert), "Albert Sans", var(--sans);letter-spacing:-.035em;color:var(--hero-ink);max-width:20ch;margin-top:4px;font-size:clamp(38px,6.2vw,76px);font-weight:600;line-height:1.13}:root{--hero-ink:#f2ece1;--hero-mark:linear-gradient(180deg, #f9efd6 0%, #e7d6ae 55%, #c9b184 100%)}html:not([data-theme=quiet])[data-mode=light]{--hero-ink:#1b1712;--hero-mark:linear-gradient(180deg, #7a6236 0%, #5c4a28 60%, #3d3119 100%)}.hero h1 .nb{white-space:nowrap}.hero h1 em{font-style:normal;font-weight:inherit;white-space:nowrap;background-image:var(--hero-mark);color:#0000;-webkit-background-clip:text;background-clip:text;display:inline-block;position:relative}.hero h1 em:after{content:"";z-index:-1;height:.2em;left:-.02em;right:-.02em;bottom:var(--u-drop,-.19em);background-color:var(--wordmark-line);opacity:.95;-webkit-mask:var(--brush) no-repeat center / 100% 100%;-webkit-mask:var(--brush) no-repeat center / 100% 100%;mask:var(--brush) no-repeat center / 100% 100%;position:absolute}:root{--brush:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 12' preserveAspectRatio='none'><path d='M3 8.4 C 34 2.2, 66 10.6, 98 5.2 S 162 1.8, 197 6.6' fill='none' stroke='black' stroke-width='3.1' stroke-linecap='round'/></svg>")}.hero .lede{color:var(--text-dim);text-wrap:pretty;max-width:600px;font-size:17px;line-height:1.55}@property --rotate-angle{syntax:"<angle>";inherits:false;initial-value:0deg}.cta-glow{isolation:isolate;background:rgba(var(--action-rgb), .06);color:var(--text);box-shadow:0 0 22px rgba(var(--action-rgb), var(--cta-halo)), inset 0 1px 0 #ffffff0f;border-color:#0000;font-weight:600;transition:background .15s,box-shadow .15s,transform .12s;position:relative}.cta-glow:before{content:"";border-radius:inherit;z-index:-1;background:conic-gradient(from var(--rotate-angle), rgba(var(--action-rgb), var(--cta-ring)) 0%, var(--action) 10%, var(--cta-spark) 15%, var(--action) 18%, rgba(var(--action-rgb), var(--cta-ring)) 22%);-webkit-mask-composite:xor;padding:1.5px;animation:5s linear infinite rotate-gradient;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}@keyframes rotate-gradient{to{--rotate-angle:360deg}}.cta-glow:hover{background:rgba(var(--action-rgb), .12);box-shadow:0 0 28px rgba(var(--action-rgb), calc(var(--cta-halo) * 1.6)), inset 0 1px 0 #ffffff14}.cta-glow:disabled{opacity:.7}@media (prefers-reduced-motion:reduce){.cta-glow:before{animation:none}}:root{--cta-ring:.28;--cta-spark:#fbe7a4;--cta-halo:.16}html:not([data-theme=quiet])[data-mode=light]{--cta-ring:.35;--cta-spark:#fff3c4;--cta-halo:.22}a.act-labeled.cta-glow{text-decoration:none}.cta-big{gap:9px;height:46px;padding:0 16px 0 24px;font-size:15px}.cta-big svg{width:16px;height:16px;color:var(--text)}.cta-glow:hover{transform:translateY(-1px)}.cta-note{color:var(--text-faint);margin:-10px 0 0;font-size:12.5px}.final-panel .cta-big{margin-top:22px}.demo{flex-direction:column;align-items:center;display:flex}.demo-frame{border-radius:var(--r-card);background:var(--card-bg);background-image:var(--ambient);border:1px solid var(--border);width:100%;box-shadow:var(--card-shadow);padding:16px 16px 0;overflow:hidden}.demo-frame .signin-deck{opacity:.75;width:100%;transition:opacity .2s}.demo-frame:hover .signin-deck{opacity:1}.demo-frame .signin-deck-head{justify-content:center;display:flex}.demo-caption{color:var(--text-faint);text-align:center;text-wrap:pretty;max-width:620px;margin-top:14px;font-size:12.5px}.hours{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px 16px;width:100%;max-width:720px;margin:0 auto;display:grid}.hour-row{display:contents}.hour-label{color:var(--text-dim);font-size:13.5px}.hour-track{border-radius:var(--r-control);background:var(--input-bg);height:9px;box-shadow:inset 0 0 0 1px var(--border);overflow:hidden}.hour-track i{border-radius:var(--r-control);background:var(--border-strong);height:100%;display:block}.hour-val{font-family:var(--mono);color:var(--text-faint);text-align:right;font-variant-numeric:tabular-nums;font-size:12px}.hour-row.mine .hour-label{color:var(--text);font-weight:600}.hour-row.mine .hour-track i{background:var(--info)}.hour-row.mine .hour-val{color:var(--text)}.hours-note{color:var(--text-faint);text-align:center;margin:24px auto 0;font-size:13px}.fcar{flex-direction:column;gap:18px;display:flex}.fcar-strip{scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;grid-auto-columns:100%;grid-auto-flow:column;display:grid;position:relative;overflow-x:auto}.fcar-strip::-webkit-scrollbar{display:none}.panel.feature{scroll-snap-align:start;opacity:.38;grid-template-columns:minmax(0,1.18fr) minmax(0,.82fr);margin:0;padding:0;transition:opacity .35s;display:grid;overflow:hidden}.panel.feature.on{opacity:1}.fshot{aspect-ratio:16/11;background:var(--bg);border-right:1px solid var(--border);position:relative}.fshot img{object-fit:cover;object-position:top center;width:100%;height:100%;opacity:var(--shot-veil,.72);position:absolute;inset:0}:root{--shot-veil:.72}html[data-mode=light]{--shot-veil:.93}.fplate{color:var(--text-dim);background:radial-gradient(closest-side at 50% 46%, rgba(var(--action-rgb), .09), transparent 72%), radial-gradient(150% 110% at 50% 0%, var(--bg-raised), transparent 60%);flex-direction:column;justify-content:center;align-items:center;gap:20px;display:flex;position:absolute;inset:0}.fplate svg{stroke-width:1.1px;width:92px;height:92px}.fplate.soon b{letter-spacing:.14em;text-transform:uppercase;color:var(--text-faint);border-radius:var(--r-chip);background:var(--chip-bg);box-shadow:var(--chip-shadow);padding:6px 14px;font-size:11.5px;font-weight:500}.fshot picture{display:contents}.fbody{flex-direction:column;justify-content:center;gap:12px;padding:24px 26px;display:flex}.feature .fhead{align-items:center;gap:12px;display:flex}.feature .ficon{border-radius:var(--r-icon);background:var(--chip-bg);width:32px;height:32px;box-shadow:var(--chip-shadow);color:var(--text-dim);flex:none;justify-content:center;align-items:center;display:inline-flex}.feature .ficon svg{width:15px;height:15px}.panel.feature h3{color:var(--text);letter-spacing:-.01em;margin:0;font-size:16px;font-weight:600;line-height:1.3}.panel.feature p{color:var(--text-dim);margin:0;padding-top:2px;font-size:13.5px;line-height:1.62}.fcar-rail{justify-content:center;align-items:center;gap:14px;display:flex}button.act.fcar-arrow{justify-content:center;width:30px;height:30px;padding:0}.fcar-count{font-family:var(--mono);color:var(--text-faint);font-variant-numeric:tabular-nums;text-align:center;min-width:44px;font-size:11.5px}@media (prefers-reduced-motion:reduce){.fcar-strip{scroll-behavior:auto}.panel.feature{transition:none}}.section-head{text-align:center;max-width:640px;margin:0 auto 28px}.section-head h2,.final-panel h2{letter-spacing:-.022em;color:var(--text);text-wrap:balance;font-size:clamp(26px,3.6vw,36px);font-weight:600;line-height:1.12}.section-head p{color:var(--text-dim);text-wrap:pretty;margin:12px 0 0;font-size:15px;line-height:1.55}.tabs.fcar-tabs{justify-content:center;margin:0 auto 20px}.fcar-tabs button{box-sizing:border-box;cursor:pointer;border-radius:var(--r-control);height:28px;color:var(--text-dim);background:0 0;border:0;align-items:center;gap:7px;padding:0 11px;font-size:12.5px;font-weight:500;transition:color .12s,background .12s;display:inline-flex}.fcar-tabs button svg{flex-shrink:0;width:14px;height:14px}.fcar-tabs button:hover{color:var(--text)}.fcar-tabs button[aria-selected=true]{background:var(--lens-bg);color:var(--text);box-shadow:var(--lens-shadow)}@media (max-width:900px){.tabs.fcar-tabs{width:100%;max-width:100%;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:0;flex-wrap:wrap;justify-content:center;gap:6px;padding:0;overflow:visible}.fcar-tabs button{background:var(--chip-bg);flex:none}.fcar-tabs button[aria-selected=true]{background:var(--lens-bg)}}.rules-panel{margin:0;padding:22px 26px}.rules-panel .fit-cols{gap:8px 40px;margin-top:0}.rules-panel h4{color:var(--text);align-items:center;gap:8px;margin:0 0 12px;font-size:13px;font-weight:600;display:flex}.rules-panel h4 svg{width:15px;height:15px;color:var(--text-faint)}.rules-panel .fit-list li{margin-bottom:8px;font-size:13.5px}.rules-panel .fit-list li:before{top:8px}.rules-panel .fit-list li .soon{vertical-align:1px;color:var(--text-faint);border-radius:var(--r-chip);background:var(--chip-bg);box-shadow:var(--chip-shadow);margin-left:8px;padding:4px 8px;font-size:11px;font-weight:500;line-height:1;display:inline-block}.pricing{flex-direction:column;display:flex}.pr-sect h2{letter-spacing:-.035em;font-size:clamp(44px,6vw,68px);line-height:1.05}.pr-sect p{white-space:nowrap;max-width:600px;font-size:18px}.pr-sect mark{color:var(--text);background:rgba(var(--action-rgb), .28);border-radius:var(--r-chip);padding:0 8px 2px}.pr-term{grid-template-columns:1fr auto auto 1fr;align-items:center;gap:12px;margin:0 0 26px;display:grid}.pr-term>.pr-seg:first-child{grid-column:2}.pr-term>.pr-save{grid-column:3}.pr-term>.pr-cur{grid-column:4;justify-self:end}.pr-seg{padding:3px}.pr-seg button{appearance:none;color:var(--text-dim);font:inherit;border-radius:var(--r-control);cursor:pointer;white-space:nowrap;background:0 0;border:0;height:28px;padding:0 15px;font-size:13.5px;transition:background .15s,color .15s}.pr-seg button[aria-pressed=true]{background:var(--lens-bg);color:var(--text);box-shadow:var(--lens-shadow)}.pr-seg button:hover{color:var(--text)}.pr-save{appearance:none;font:inherit;cursor:pointer;height:24px;color:var(--text);box-shadow:var(--chip-shadow), inset 0 0 0 1px rgba(var(--good-rgb), .55);border:0;font-size:12px;transition:background .15s,box-shadow .15s}.pr-save:hover{background:var(--bg-hover)}.pr-save[aria-pressed=true]{box-shadow:var(--chip-shadow), inset 0 0 0 1px rgba(var(--good-rgb), .85)}.pr-save:focus-visible{box-shadow:var(--chip-shadow), inset 0 0 0 1px rgba(var(--good-rgb), .85), var(--focus-ring);outline:none}.pr-grid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:12px;display:grid}.pr-card{isolation:isolate;border:1px solid var(--border);border-radius:var(--r-card);background:var(--card-bg);box-shadow:var(--card-shadow);flex-direction:column;transition:border-color .2s;display:flex;position:relative}.pr-card:hover{border-color:var(--border-strong)}.pr-card.feat{border-color:rgba(var(--action-rgb), .38)}.pr-card.feat:before{content:"";z-index:-1;border-radius:inherit;pointer-events:none;background:radial-gradient(80% 60% at 50% 100%, rgba(var(--action-rgb), .34), transparent 72%), linear-gradient(180deg, transparent 25%, rgba(var(--action-rgb), .14) 100%);position:absolute;inset:0}.pr-band{padding:18px 16px}.pr-band+.pr-band{border-top:1px solid var(--border)}.pr-head{padding-top:20px}.pr-title{align-items:center;gap:8px;display:flex;position:relative}.pr-mark{background:var(--chip-bg);border-radius:11px;flex:none;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex}.pr-mark .plan-mark{width:40px;height:40px;display:block}.pr-card h3{letter-spacing:-.02em;color:var(--text);margin:0;font-size:20px;font-weight:600}.pr-title .chip{white-space:nowrap;align-self:center;height:21px;padding:0 9px;font-size:11px}.pr-tag{color:var(--action-text)}.pr-free{cursor:default;position:static}.pr-free[data-label]:after{content:attr(data-label);z-index:20;background:var(--surface);border:1px solid var(--border-strong);color:var(--text);font-family:var(--sans);border-radius:var(--r-tip);white-space:nowrap;box-shadow:var(--shadow-float);opacity:0;pointer-events:none;padding:4px 9px;font-size:11.5px;font-weight:500;transition:opacity .12s;position:absolute;top:calc(100% + 6px);left:0}.pr-free[data-label]:hover:after,.pr-free[data-label]:focus-visible:after{opacity:1}.pr-who{color:var(--text-dim);white-space:nowrap;margin:4px 0 0;font-size:12.5px;line-height:1.45}.pr-price{color:var(--text-dim);flex-direction:column;gap:2px;font-size:14.5px;display:flex}.pr-price>span:first-child:not(.pr-alt),.pr-price>.pr-alt>span:first-child{align-items:baseline;gap:6px;display:flex}.pr-alt{display:none}html[data-cur=SEK] .pr-alt[data-cur=SEK],html[data-cur=EUR] .pr-alt[data-cur=EUR],html[data-cur=USD] .pr-alt[data-cur=USD],html:not([data-cur]) .pr-alt[data-cur=USD]{display:contents}.pr-price b{font-variant-numeric:tabular-nums;letter-spacing:-.02em;color:var(--text);font-size:22px;font-weight:600}.pr-q{color:var(--text-faint);font-size:12.5px}.pr-list{flex:1}.pr-list ul{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.pr-list li{color:var(--text-dim);white-space:nowrap;align-items:center;gap:9px;font-size:13px;line-height:1.4;display:flex}.pr-list li b{font-variant-numeric:tabular-nums;color:var(--text);font-weight:600}.pr-list li.strong{color:var(--text);font-weight:500}.pr-ico{width:16px;height:18px;color:var(--text-faint);flex:none;justify-content:center;align-items:center;display:inline-flex}.pr-ico svg{width:15px;height:15px}.pr-list li.strong .pr-ico{color:var(--info)}.pr-foot{padding:6px 16px 18px}.pr-cta{justify-content:center;width:100%;height:38px;font-size:14px}.pr-card .pr-cta:not(.primary){background:var(--secondary-bg);box-shadow:var(--secondary-shadow)}.pr-card .pr-cta:not(.primary):hover{background:var(--bg-hover)}.pr-more{margin-top:18px}.pr-more>summary{cursor:pointer;border-radius:var(--r-control);background:var(--secondary-bg);width:fit-content;height:32px;box-shadow:var(--secondary-shadow);color:var(--text-dim);align-items:center;gap:7px;margin-inline:auto;padding:0 14px;font-size:13px;list-style:none;transition:color .15s;display:flex}.pr-more>summary::-webkit-details-marker{display:none}.pr-more>summary:hover{color:var(--text)}.pr-more>summary svg{width:14px;height:14px;transition:transform .2s}.pr-more[open]>summary svg{transform:rotate(180deg)}.pr-more>summary:focus-visible{box-shadow:var(--secondary-shadow), var(--focus-ring);outline:none}.pr-table-wrap{border:1px solid var(--border);border-radius:var(--r-card);background:var(--card-bg);margin-top:16px;overflow-x:auto}.pr-table{border-collapse:collapse;width:100%;min-width:620px;font-size:13px}.pr-table th,.pr-table td{text-align:right;white-space:nowrap;padding:11px 16px}.pr-table thead th{vertical-align:bottom;border-bottom:1px solid var(--border)}.pr-table thead th:not(:first-child){color:var(--text);font-size:13px;font-weight:600;display:table-cell}.pr-th-price{font-variant-numeric:tabular-nums;color:var(--text-faint);margin-top:3px;font-size:11.5px;font-weight:400;display:block}.pr-th-note{color:var(--text-faint);font-size:11.5px;font-weight:400}.pr-table tbody th{text-align:left;white-space:normal;color:var(--text-dim);font-weight:400}.pr-table tbody td{color:var(--text);font-variant-numeric:tabular-nums}.pr-table tbody tr+tr th,.pr-table tbody tr+tr td{border-top:1px solid var(--border)}.pr-table .feat{background:rgba(var(--action-rgb), .045)}.pr-yes{width:18px;height:18px;color:var(--good);vertical-align:middle;justify-content:center;align-items:center;display:inline-flex}.pr-yes svg{width:16px;height:16px}.pr-unl{color:var(--text);font-variant-numeric:normal}.pr-fine{text-align:center;max-width:640px;color:var(--text-faint);text-wrap:pretty;margin:14px auto 0;font-size:12.5px;line-height:1.55}@media (prefers-reduced-motion:reduce){.pr-card,.pr-more>summary svg,.pr-seg button,.pr-save{transition:none}}@media (max-width:1080px) and (min-width:641px){.pr-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.faq-panel{interpolate-size:allow-keywords;width:100%;max-width:800px;margin:0 auto;padding:10px 10px 0}.faq-item{border-radius:12px;transition:background .25s,box-shadow .25s;position:relative}.faq-item:before{content:"";background:var(--border);height:1px;transition:opacity .2s;position:absolute;top:0;left:18px;right:18px}.faq-panel>.faq-item:first-child:before,.faq-item[open]:before,.faq-item[open]+.faq-item:before,.faq-rest-in>.faq-item:first-child:before{opacity:0}.faq-rest.open .faq-rest-in>.faq-item:first-child:before{opacity:1}.faq-panel>.faq-item[open]+.faq-rest .faq-rest-in>.faq-item:first-child:before{opacity:0}.faq-item:hover:not([open]){background:var(--card-bg-hover)}.faq-item[open]{background:var(--bg-hover);box-shadow:var(--seg-shadow)}.faq-item[open]+.faq-item[open]{margin-top:4px}.faq-item>summary{cursor:pointer;align-items:baseline;gap:14px;padding:18px;list-style:none;transition:padding .3s cubic-bezier(.3,.7,.2,1);display:flex}.faq-item[open]>summary{padding-bottom:10px}.faq-item>summary::-webkit-details-marker{display:none}.faq-n{width:20px;color:var(--text-faint);font-variant-numeric:tabular-nums;flex:none;font-size:12.5px;font-weight:500;transition:color .2s}.faq-item[open] .faq-n,.faq-item:hover .faq-n{color:var(--text-dim)}.faq-panel h3{letter-spacing:-.01em;color:var(--text);text-wrap:pretty;flex:1;margin:0;font-size:15.5px;font-weight:600;line-height:1.4}.faq-toggle{background:var(--chip-bg);width:26px;height:26px;box-shadow:var(--chip-shadow);color:var(--text-dim);border-radius:50%;flex:none;align-self:center;transition:background .2s,color .2s,transform .3s cubic-bezier(.3,.7,.2,1);position:relative}.faq-toggle:before,.faq-toggle:after{content:"";background:currentColor;border-radius:1px;width:10px;height:1.5px;margin:-.75px 0 0 -5px;transition:transform .3s cubic-bezier(.3,.7,.2,1);position:absolute;top:50%;left:50%}.faq-toggle:after{transform:rotate(90deg)}.faq-item:hover .faq-toggle{color:var(--text)}.faq-item[open] .faq-toggle{background:var(--text);color:var(--bg);box-shadow:none;transform:rotate(180deg)}.faq-item[open] .faq-toggle:after{transform:rotate(0)}.faq-item>summary:focus-visible{outline:none}.faq-item>summary:focus-visible .faq-toggle{box-shadow:var(--chip-shadow), var(--focus-ring)}.faq-item>p{max-width:calc(68ch + 110px);color:var(--text-dim);text-wrap:pretty;margin:0;padding:0 58px 20px 52px;font-size:14.5px;line-height:1.65}.faq-item[open]>p{animation:.35s cubic-bezier(.3,.7,.2,1) both faq-rise}@keyframes faq-rise{0%{opacity:0;transform:translateY(-4px)}}.faq-item>p b{color:var(--text);font-weight:600}.faq-item>p a,.faq-foot a{color:var(--text);text-decoration:underline;-webkit-text-decoration-color:var(--border-strong);text-decoration-color:var(--border-strong);text-underline-offset:3px;transition:text-decoration-color .15s}.faq-item>p a:hover,.faq-foot a:hover{text-decoration-color:currentColor}.faq-item::details-content{block-size:0;transition:block-size .3s cubic-bezier(.3,.7,.2,1), content-visibility .3s allow-discrete;overflow:hidden}.faq-item[open]::details-content{block-size:auto}.faq-rest{grid-template-rows:0fr;transition:grid-template-rows .35s cubic-bezier(.3,.7,.2,1);display:grid}.faq-rest.open{grid-template-rows:1fr}.faq-rest-in{min-height:0;overflow:hidden}.faq-rest-in>.faq-item{opacity:0;transition:opacity .2s,background .25s,box-shadow .25s}.faq-rest.open .faq-rest-in>.faq-item{opacity:1;transition-duration:.35s,.25s,.25s}.faq-foot{border-top:1px solid var(--border);color:var(--text-dim);justify-content:space-between;align-items:center;gap:12px;margin:4px -10px 0;padding:12px 28px;font-size:13px;display:flex}.faq-foot a{color:var(--text-dim)}.faq-foot a:hover{color:var(--text)}.faq-more{cursor:pointer;border-radius:var(--r-control);background:var(--secondary-bg);height:32px;box-shadow:var(--secondary-shadow);font:inherit;color:var(--text-dim);border:0;align-items:center;gap:7px;padding:0 14px;font-size:13px;transition:color .15s;display:inline-flex}.faq-more:hover{color:var(--text)}.faq-more:focus-visible{box-shadow:var(--secondary-shadow), var(--focus-ring);outline:none}.faq-more svg{width:14px;height:14px;transition:transform .3s cubic-bezier(.3,.7,.2,1)}.faq-more[aria-expanded=true] svg{transform:rotate(180deg)}@media (prefers-reduced-motion:reduce){.faq-item,.faq-item:before,.faq-toggle,.faq-toggle:before,.faq-toggle:after,.faq-more svg,.faq-rest,.faq-rest-in>.faq-item{transition:none}.faq-item::details-content{transition:none}.faq-item[open]>p{animation:none}}.final-panel{text-align:center;flex-direction:column;align-items:center;margin:0;padding:48px 28px 40px;display:flex}.final-panel p{max-width:520px;color:var(--text-dim);text-wrap:pretty;margin:12px auto 0;font-size:15px;line-height:1.55}.foot{border-top:1px solid var(--border);color:var(--text-faint);flex-direction:column;gap:12px;margin-top:-40px;padding:22px 4px 0;font-size:12px;display:flex}.foot-links{flex-wrap:wrap;gap:18px;display:flex}.foot-links a{color:var(--text-dim)}.foot-links a:hover{color:var(--text);text-underline-offset:3px;text-decoration:underline;-webkit-text-decoration-color:var(--border-strong);text-decoration-color:var(--border-strong)}.foot-meta{flex-wrap:wrap;justify-content:space-between;gap:12px;display:flex}.legal{flex-direction:column;gap:12px;max-width:680px;margin:24px auto 0;display:flex}.legal h1{letter-spacing:-.02em;margin-bottom:4px;font-size:30px;font-weight:600}.legal h2{color:var(--text);margin-top:14px;font-size:15px;font-weight:600}.legal p{color:var(--text-dim);font-size:14px;line-height:1.6}.legal .updated{color:var(--text-faint);font-size:12px}.legal p b{color:var(--text);font-weight:600}.legal a:not(.crumb){color:var(--text);text-underline-offset:2px;text-decoration:underline}.legal .crumb{margin:0}.post{flex-direction:column;width:100%;max-width:720px;margin:24px auto 0;display:flex}.post-head h1{letter-spacing:-.022em;color:var(--text);text-wrap:balance;font-size:clamp(28px,4vw,40px);font-weight:600;line-height:1.12}.blog-meta,.post-byline{color:var(--text-faint);font-variant-numeric:tabular-nums;font-size:12.5px}.blog{flex-direction:column;gap:22px;width:100%;max-width:980px;margin:12px auto 0;display:flex}.blog-head{isolation:isolate;flex-direction:column;align-items:flex-start;gap:16px;padding:56px 0 26px;display:flex;position:relative}.blog-head:before{content:"";opacity:.7;background:linear-gradient(180deg, transparent, var(--text-faint));width:1px;height:40px;position:absolute;top:4px;left:0}.blog-head h1{font-family:var(--font-albert), "Albert Sans", var(--sans);letter-spacing:-.032em;color:var(--text);text-wrap:balance;max-width:760px;font-size:clamp(34px,5.4vw,56px);font-weight:700;line-height:1.04}.blog-head h1 em{background-image:var(--hero-mark);color:#0000;-webkit-background-clip:text;background-clip:text;font-style:normal;display:inline-block;position:relative}.blog-head h1 em:after{content:"";z-index:-1;background-color:var(--wordmark-line);opacity:.95;height:.18em;-webkit-mask:var(--brush) no-repeat center / 100% 100%;-webkit-mask:var(--brush) no-repeat center / 100% 100%;mask:var(--brush) no-repeat center / 100% 100%;position:absolute;bottom:-.1em;left:-.02em;right:-.02em}.blog-lede{max-width:560px;color:var(--text-dim);text-wrap:pretty;font-size:16px;line-height:1.6}.blog-byline{color:var(--text-faint);align-items:center;gap:10px;font-size:13px;display:flex}.blog-byline img{object-fit:cover;width:36px;height:36px;box-shadow:0 0 0 1px var(--border-strong);border-radius:50%}.blog-byline b{color:var(--text);font-weight:600}.blog-rss{border-radius:var(--r-chip);color:var(--text-faint);background:var(--chip-bg);margin-left:6px;padding:3px 9px;font-size:11.5px;font-weight:600;text-decoration:none}.blog-rss:hover{color:var(--text)}.blog-empty{color:var(--text-faint);font-size:14px}.blog-card{border-radius:var(--r-card);background:var(--card-bg);box-shadow:inset 0 0 0 1px var(--border), var(--card-shadow);color:inherit;animation:.6s cubic-bezier(.2,.7,.2,1) both blog-rise;animation-delay:calc(var(--i,0) * 90ms + 60ms);flex-direction:column;text-decoration:none;transition:transform .18s,box-shadow .18s;display:flex;overflow:hidden}.blog-card:hover{box-shadow:inset 0 0 0 1px var(--border-strong), var(--card-shadow);transform:translateY(-2px)}@keyframes blog-rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.blog-card{transition:none;animation:none}}.blog-cover{isolation:isolate;background:linear-gradient(160deg, var(--input-bg), transparent 70%);border-bottom:1px solid var(--border);flex-direction:column;justify-content:flex-end;gap:6px;min-height:176px;padding:20px 22px 20px 46px;display:flex;position:relative}.blog-cover:before{content:"";z-index:-1;background:radial-gradient(120% 110% at 0% 0%, var(--chrome-bg), transparent 62%);position:absolute;inset:0}.blog-cover:after{content:"";z-index:-1;background:var(--nav-grain);opacity:.22;position:absolute;inset:0}.blog-cover-kicker{color:var(--text-faint);align-items:center;gap:8px;font-size:11.5px;font-weight:600;display:flex;position:absolute;top:18px;left:22px}.blog-cover-kicker:before{content:"";background:var(--border-strong);width:14px;height:1px}.blog-cover-value{font-family:var(--font-albert), "Albert Sans", var(--sans);letter-spacing:-.035em;color:var(--text);font-variant-numeric:tabular-nums;font-size:44px;font-weight:700;line-height:1}.blog-cover-label{max-width:300px;color:var(--text-dim);font-size:13px;line-height:1.45}.blog-card-body{flex-direction:column;flex:1;gap:10px;padding:20px 22px 18px;display:flex}.blog-card-title{letter-spacing:-.012em;color:var(--text);text-wrap:balance;font-size:19px;font-weight:600;line-height:1.3}.blog-card-text{color:var(--text-dim);text-wrap:pretty;font-size:14px;line-height:1.55}.blog-card .blog-meta{align-items:center;gap:6px;margin-top:auto;padding-top:6px;display:flex}.blog-read{color:var(--text-dim);margin-left:auto;font-size:12.5px;font-weight:600}.blog-read:after{content:" →";transition:transform .18s;display:inline-block}.blog-card:hover .blog-read{color:var(--text)}.blog-card:hover .blog-read:after{transform:translate(3px)}.blog-card.featured{grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);display:grid}.blog-card.featured .blog-cover{border-bottom:0;border-right:1px solid var(--border);min-height:300px;padding:28px 30px 28px 56px}.blog-card.featured .blog-cover-kicker{top:26px;left:30px}.blog-card.featured .blog-cover-value{font-size:clamp(56px,8vw,88px)}.blog-card.featured .blog-cover-label{font-size:14.5px}.blog-card.featured .blog-card-body{justify-content:center;gap:14px;padding:30px 30px 24px}.blog-card.featured .blog-card-title{letter-spacing:-.02em;font-size:clamp(22px,2.6vw,28px);line-height:1.2}.blog-card.featured .blog-card-text{font-size:15px}.blog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;margin:0;padding:0;list-style:none;display:grid}.blog-grid>li{display:flex}.blog-grid .blog-card{width:100%}.trail{opacity:.6;background:linear-gradient(0deg, var(--border), var(--border-strong)) center / 1px 100% no-repeat;width:9px;position:absolute}.trail u{background:var(--border-strong);width:9px;height:1px;margin-bottom:-.5px;position:absolute;left:0}.trail-fill{width:1px;position:absolute;bottom:0;left:4px}.trail-fill.gain{background:var(--good);opacity:.8}.trail i{background:var(--text-dim);width:7px;height:7px;box-shadow:0 0 6px var(--text-faint);border-radius:50%;margin-bottom:-3.5px;position:absolute;left:1px}.trail i.gain{background:var(--good);box-shadow:0 0 6px rgba(var(--good-rgb), .45)}.blog-cover .trail{top:50px;bottom:26px;left:24px}.blog-card.featured .blog-cover .trail{top:64px;bottom:30px;left:30px}.post .crumb{margin:0 0 16px}.post-byline{margin:12px 0 0}.post-body{flex-direction:column;gap:16px;margin-top:28px;display:flex}.post-body>p,.post-body li{color:var(--text-dim);text-wrap:pretty;font-size:16px;line-height:1.7}.post-body>p b,.post-body li b{color:var(--text);font-weight:600}.post-body a:not(.act-labeled){color:var(--text);text-underline-offset:2px;text-decoration:underline}.post-body h2{letter-spacing:-.015em;color:var(--text);margin-top:20px;font-size:22px;font-weight:600;line-height:1.25}.post-body h3{color:var(--text);margin-top:8px;font-size:17px;font-weight:600}.post-body ul,.post-body ol{flex-direction:column;gap:8px;margin:0;padding-left:22px;display:flex}.post-answer{color:var(--text);border-left:2px solid var(--border-strong);padding-left:16px;font-size:18px;line-height:1.6}.post-stat-row{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;display:grid}.post-stat{background:var(--input-bg);box-shadow:inset 0 0 0 1px var(--border);border-radius:14px;flex-direction:column;gap:4px;padding:16px 18px;display:flex}.post-stat-value{letter-spacing:-.02em;color:var(--text);font-variant-numeric:tabular-nums;font-size:30px;font-weight:600}.post-stat-label{color:var(--text-dim);flex-direction:column;gap:2px;font-size:13.5px;line-height:1.45;display:flex}.post-stat-of{color:var(--text-faint);font-size:12px}.post-figure{flex-direction:column;gap:12px;margin:8px 0 0;display:flex}.post-figure figcaption{color:var(--text-faint);text-align:center;font-size:12.5px}.post-bars{max-width:none}.post-table-wrap{overflow-x:auto}.post-table{border-collapse:collapse;font-variant-numeric:tabular-nums;width:100%;font-size:14px}.post-table th,.post-table td{text-align:left;border-bottom:1px solid var(--border);padding:9px 10px}.post-table th{color:var(--text-faint);font-size:12.5px;font-weight:600}.post-table td{color:var(--text-dim)}.post-table .num{text-align:right}.post-source{color:var(--text-faint);font-size:12.5px;line-height:1.5}.post-source b{color:var(--text-dim);font-weight:600}.post-note{color:var(--text-dim);background:var(--input-bg);box-shadow:inset 0 0 0 1px var(--border);border-radius:12px;padding:14px 16px;font-size:14px;line-height:1.6}.post-tryit{flex-direction:column;align-items:flex-start;gap:10px;margin-top:20px;padding:26px 28px;display:flex}.post-tryit h2{margin:0;font-size:20px}.post-tryit p{color:var(--text-dim);font-size:14.5px;line-height:1.6}.post-author{align-items:flex-start;gap:16px;margin:40px 0 0;padding:20px 22px;display:flex}.post-author img,.post-author-mono{object-fit:cover;border-radius:50%;flex:none;width:56px;height:56px}.post-author-mono{color:var(--text);background:var(--chip-bg);box-shadow:inset 0 0 0 1px var(--border);place-items:center;font-size:18px;font-weight:600;display:grid}.post-author>div{flex-direction:column;gap:6px;display:flex}.post-author p{color:var(--text-dim);font-size:13.5px;line-height:1.55}.post-author-name{flex-direction:column;font-weight:600;display:flex;color:var(--text)!important;font-size:15px!important}.post-author-name>span:last-child{color:var(--text-faint);font-size:12.5px;font-weight:400}.post-author-links{gap:14px;display:flex}.post-author-links a{color:var(--text);text-underline-offset:2px;text-decoration:underline}.post-head{text-align:center;padding:60px 0 8px;position:relative}.post-head:before{content:"";opacity:.7;background:linear-gradient(180deg, transparent, var(--text-faint));width:1px;height:44px;position:absolute;top:6px;left:50%}.post-kicker{letter-spacing:.02em;color:var(--text-faint);align-items:center;gap:8px;font-size:12px;font-weight:600;display:flex}.post-kicker:before{content:"";background:var(--border-strong);width:18px;height:1px}.post-head .post-kicker{justify-content:center;margin-bottom:14px}.post-head .post-kicker:before{display:none}.post-head .post-byline{justify-content:center}.post-head+.post-body{margin-top:36px}.post-head h1{letter-spacing:-.028em;max-width:640px;margin:0 auto;font-size:clamp(30px,4.6vw,46px);line-height:1.08}@media (min-width:980px){.post-head h1{max-width:none;margin:0 -90px}}.post-summary{border-radius:var(--r-card);background:var(--card-bg);box-shadow:inset 0 0 0 1px var(--border);flex-direction:column;gap:14px;margin:4px 0 8px;padding:22px 24px;display:flex}.post-summary ol{grid-template-columns:repeat(var(--n,3), minmax(0, 1fr));gap:18px 20px;margin:0;padding:0;list-style:none;display:grid}.post-summary li{border-left:1px solid var(--border-strong);flex-direction:column;gap:6px;padding-left:14px;display:flex}.post-summary-value{font-family:var(--font-albert), "Albert Sans", var(--sans);letter-spacing:-.03em;color:var(--text);font-variant-numeric:tabular-nums;font-size:34px;font-weight:700;line-height:1}.post-summary-text{color:var(--text-dim);text-wrap:pretty;font-size:13.5px;line-height:1.5}.post-funnel{flex-direction:column;gap:10px;margin:8px 0 0;padding:0;list-style:none;display:flex}.post-funnel li{grid-template-columns:76px minmax(0,1fr) 48px;align-items:center;gap:4px 14px;display:grid}.post-funnel-value{text-align:right;letter-spacing:-.02em;color:var(--text);font-variant-numeric:tabular-nums;grid-area:1/1;font-size:20px;font-weight:600}.post-funnel-bar{height:26px;width:var(--w);background:linear-gradient(90deg, var(--border-strong), var(--border));box-shadow:inset 0 0 0 1px var(--border);border-radius:7px;grid-area:1/2}.post-funnel li.mark .post-funnel-bar{background:linear-gradient(90deg, rgba(var(--info-rgb), .95), rgba(var(--info-rgb), .5));box-shadow:0 0 22px rgba(var(--info-rgb), .3)}.post-funnel-share{color:var(--text-faint);font-variant-numeric:tabular-nums;grid-area:1/3;font-size:12.5px}.post-funnel li.mark .post-funnel-value,.post-funnel li.mark .post-funnel-share{color:var(--info)}.post-funnel-label{color:var(--text-dim);flex-direction:column;grid-area:2/2/auto/4;font-size:14px;display:flex}.post-funnel-label span{color:var(--text-faint);font-size:12.5px}.post-quote{border-left:2px solid var(--border-strong);margin:18px 0;padding:8px 0 8px 22px}.post-quote p{font-family:var(--font-albert), "Albert Sans", var(--sans);letter-spacing:-.02em;color:var(--text);text-wrap:balance;font-size:clamp(22px,3vw,28px);font-weight:600;line-height:1.3}.post-quote em{background-image:var(--hero-mark);color:#0000;-webkit-background-clip:text;background-clip:text;font-style:normal;display:inline-block;position:relative}.post-quote em:after{content:"";background-color:var(--wordmark-line);opacity:.9;height:.24em;-webkit-mask:var(--brush) no-repeat center / 100% 100%;-webkit-mask:var(--brush) no-repeat center / 100% 100%;mask:var(--brush) no-repeat center / 100% 100%;position:absolute;bottom:-.12em;left:0;right:0}.post-rule{grid-template-columns:1fr 1fr;gap:12px;display:grid}.post-rule>div{border-radius:var(--r-card);background:var(--card-bg);box-shadow:inset 0 0 0 1px var(--border);padding:18px 20px}.post-rule h3{align-items:center;gap:8px;margin:0 0 10px;font-size:16px;display:flex}.post-rule h3 svg{width:18px;height:18px}.post-rule .keep h3 svg{color:var(--good)}.post-rule .refuse h3 svg{color:var(--bad)}.post-rule ul{flex-direction:column;gap:8px;margin:0;padding-left:18px;display:flex}.post-rule li{color:var(--text-dim);font-size:14px;line-height:1.55}.post-next{border-radius:var(--r-card);background:var(--card-bg);box-shadow:inset 0 0 0 1px var(--border);flex-direction:column;gap:6px;padding:18px 22px;transition:box-shadow .15s,transform .15s;display:flex;text-decoration:none!important}.post-next:hover{box-shadow:inset 0 0 0 1px var(--border-strong);transform:translateY(-1px)}.post-next-title{color:var(--text);font-size:17px;font-weight:600;line-height:1.3}.post-next-title:after{content:" →";color:var(--text-faint)}.post-next-text{color:var(--text-dim);font-size:13.5px;line-height:1.5}.post-tryit{isolation:isolate;flex-direction:row;align-items:stretch;gap:24px;position:relative;overflow:hidden}.post-tryit:before{content:"";z-index:-1;background:radial-gradient(120% 110% at 0% 0%, var(--chrome-bg), transparent 62%);position:absolute;inset:0}.post-tryit-body{flex-direction:column;flex:1;align-items:flex-start;gap:10px;display:flex}.post-tryit-stat{flex-direction:column;flex:none;justify-content:center;gap:6px;width:170px;padding-left:36px;display:flex;position:relative}.post-tryit-stat .trail{top:10px;bottom:10px;left:8px}.post-tryit-stat span{font-family:var(--font-albert), "Albert Sans", var(--sans);letter-spacing:-.03em;color:var(--text);font-size:44px;font-weight:700;line-height:1}.post-tryit-stat p{color:var(--text-dim);font-size:13px;line-height:1.45}.post-readtime{font-variant-numeric:tabular-nums}.post-shot{flex-direction:column;gap:12px;margin:24px 0 4px;display:flex}.post-shot-head{flex-direction:column;gap:6px;display:flex}.post-shot-title{letter-spacing:-.01em;color:var(--text);font-size:17px;font-weight:600;line-height:1.3}.post-shot-frame{background:linear-gradient(180deg, var(--card-bg), var(--input-bg));box-shadow:inset 0 0 0 1px var(--border), var(--card-shadow);border-radius:20px;padding:10px}.post-shot-frame img{width:100%;height:auto;box-shadow:0 0 0 1px var(--border-strong);border-radius:12px;display:block}.post-shot figcaption{color:var(--text-faint);text-wrap:pretty;font-size:13px;line-height:1.55}.post-byline{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.post-byline-who{color:var(--text-dim);align-items:center;gap:8px;display:inline-flex}.post-byline-who img{object-fit:cover;width:24px;height:24px;box-shadow:0 0 0 1px var(--border);border-radius:50%}.post-in{width:22px;height:22px;color:var(--text-faint);border-radius:6px;place-items:center;transition:color .12s,background .12s;display:inline-grid}.post-in:hover{color:var(--text);background:var(--chip-bg)}.post-in svg{width:14px;height:14px}.post-author-line{align-items:center;gap:6px;display:inline-flex}@media (max-width:640px){.landing{gap:72px;padding-top:22px}.post-body>p,.post-body li{font-size:15.5px}.post-answer{font-size:16.5px}.post-author{flex-direction:column}.post-rule{grid-template-columns:1fr}.post-tryit{flex-direction:column}.post-tryit-stat{border-top:1px solid var(--border);width:auto;padding:16px 0 0 36px}.post-tryit-stat .trail{top:22px}.post-summary-value{font-size:28px}.post-summary ol{grid-template-columns:repeat(2,minmax(0,1fr))}.blog-head{padding-top:48px}.blog-byline{flex-wrap:wrap}.blog-card.featured{display:flex}.blog-card.featured .blog-cover{border-right:0;border-bottom:1px solid var(--border);min-height:220px;padding:22px 22px 22px 46px}.blog-card.featured .blog-cover .trail{top:50px;bottom:26px;left:24px}.blog-card.featured .blog-cover-kicker{top:18px;left:22px}.blog-card.featured .blog-card-body{padding:20px 22px 18px}.blog-grid{grid-template-columns:1fr}.faq-panel{padding:6px 6px 0}.faq-item>summary{gap:10px;padding:16px 12px}.faq-item[open]>summary{padding-bottom:8px}.faq-item:before{left:12px;right:12px}.faq-item>p{padding:0 12px 18px 42px;font-size:15px}.faq-foot{flex-direction:column-reverse;align-items:center;margin:6px -6px 0;padding:12px 16px}.hero{gap:18px}.hero h1{font-size:36px}.hero .lede{font-size:15.5px}.cta-big{justify-content:center;width:100%;max-width:320px}.demo-frame{padding:10px 10px 0}.demo-frame .signin-deck-view{height:60vh}.demo-frame .signin-strip{scrollbar-width:none;align-self:stretch;overflow-x:auto}.demo-frame .signin-strip::-webkit-scrollbar{display:none}.demo-frame .signin-state.st-sourced{display:none}.demo-frame .signin-state.st-interviewing{gap:5px;padding:0 10px}.demo-frame .signin-state.st-interviewing .lbl{display:none}.demo-frame .signin-strip{gap:3px;padding:4px}.demo-frame .signin-state.tight,.demo-frame .signin-state.st-interviewing{gap:4px;padding:0 7px}.demo-frame .signin-job-pros,.panel.feature{grid-template-columns:1fr}.fshot{aspect-ratio:1;border-right:0;border-bottom:1px solid var(--border)}.fshot img{object-position:top left;opacity:var(--shot-veil-narrow,.6);-webkit-mask-image:linear-gradient(#000 76%,#0000 99%);mask-image:linear-gradient(#000 76%,#0000 99%)}.fplate svg{width:68px;height:68px}.fplate{gap:16px}.fbody{padding:18px 18px 20px}.hours{gap:11px 9px}.hour-label{white-space:nowrap;font-size:12px}:root{--shot-veil-narrow:.6}html[data-mode=light]{--shot-veil-narrow:.9}.hour-val{font-size:11px}.rules-panel{padding:18px 16px}.rules-panel .fit-cols{grid-template-columns:1fr;gap:18px}.final-panel{padding:32px 18px 28px}.masthead .funnel{display:none}.mast-menu{margin-left:auto}.pr-grid{scroll-snap-type:x mandatory;scrollbar-width:none;grid-template-columns:none;gap:10px;margin-inline:-16px;padding-block:2px;padding-inline:16px;scroll-padding-inline:16px;display:flex;overflow-x:auto}.pr-grid::-webkit-scrollbar{display:none}.pr-card{scroll-snap-align:center;flex:0 0 84%}.pr-sect h2{font-size:40px}.pr-sect p{white-space:normal;font-size:16px}.pr-term{flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:20px;display:flex}.pr-save{font-size:11.5px}.pr-table{min-width:520px}.pr-table th,.pr-table td{padding:10px 12px}}.masthead .brand{letter-spacing:.04em;align-items:center;font-size:18px;font-weight:600;display:flex}.masthead .brand a{align-items:center;gap:9px;display:inline-flex}.masthead .brand .logo{width:28px;height:28px;display:block}
