:root{color-scheme:dark;--bg:#080b0d;--text:#e2e5e6;--sub:#92999f;--line:#ffffff13;--mono:ui-monospace,Consolas,monospace}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:50px}body{margin:0;background:var(--bg);color:var(--text);font-family:Arial,Helvetica,sans-serif;font-weight:300}a{color:inherit;text-decoration:none}button,a,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,summary:focus-visible{outline:2px solid #a7cabb;outline-offset:7px}::selection{background:#567167;color:white}.hero{min-height:850px;height:100svh;max-height:1150px;position:relative;isolation:isolate;display:flex;flex-direction:column;background:#080d11;overflow:hidden}.wallpaper{position:absolute;inset:0;z-index:-2;background-color:#080d11;background-image:url('data:image/webp;base64,UklGRkQAAABXRUJQVlA4IDgAAACwAgCdASoYAA4APu1kqU2ppaQiMAgBMB2JZwAAeyAA/vC3YXGAikxNPWzlF3K93AfiZnUVf5eAAA==');background-position:center 46%;background-size:cover;background-repeat:no-repeat;filter:saturate(.25) brightness(.66)}.wallpaper:after{content:'';position:absolute;inset:0;background-image:image-set(url('/asherin.ide/assets/night.webp') type('image/webp'),url('/asherin.ide/assets/night.jpg') type('image/jpeg'));background-position:center 46%;background-size:cover;background-repeat:no-repeat;opacity:0;transition:opacity .45s ease}body.wallpaper-ready .wallpaper:after{opacity:1}@media (prefers-reduced-motion:reduce){.wallpaper:after{transition:none}}.hero:after{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(5,9,12,.66),rgba(5,9,12,.15) 70%),linear-gradient(0deg,#080b0d 0%,transparent 32%,#060a0d25 80%,#080b0d60)}header{margin:0 5%;padding:33px 0;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;font-size:21px;font-weight:450;letter-spacing:-.8px}.mark{font-size:31px;line-height:24px;display:inline-block;font-weight:300;margin-right:14px;transform:skew(-12deg);border-bottom:1px solid #aaa}.muted{color:#858c92}nav{display:flex;gap:37px;align-items:center;font-size:14px;color:#b9bdc1}nav a:hover,.text-link:hover,footer a:hover{color:white}.nav-access{border-left:1px solid #ffffff25;padding-left:35px}.nav-access span{margin-left:23px}.hero-copy{margin:auto 10.6%;padding:60px 0 90px}.eyebrow{font-family:var(--mono);font-size:12px;letter-spacing:2px;color:#9da5aa;display:flex;align-items:center;gap:10px}.signal{width:5px;height:5px;border-radius:50%;background:#9ac5ac;box-shadow:0 0 9px #88b69b40}h1{font-size:clamp(64px,7.6vw,116px);font-weight:300;letter-spacing:-6px;line-height:1.06;margin:33px 0 26px}.period{color:#91999f}.hero-copy p{color:#b1b7bb;line-height:1.85;font-size:17px;font-weight:300}.hero-actions{display:flex;align-items:center;gap:32px;margin-top:36px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:38px;background:#dce0e1;color:#13191d;font-size:14px;font-weight:500;padding:17px 23px;border:1px solid #ffffff40;border-radius:3px;cursor:pointer;transition:background .2s,transform .2s}.button:hover{background:#fff;transform:translateY(-2px)}.text-link{font-size:14px;color:#a6adb2}.text-link span{margin-left:15px}.fine{font-family:var(--mono);font-size:12px;color:#919a9f;letter-spacing:.1px;margin-top:22px}.fine span{padding:0 12px;color:#626c72}.hero-bottom{display:flex;justify-content:space-between;margin:0 5%;padding:26px 0 33px;font-family:var(--mono);font-size:11px;letter-spacing:1.6px;color:#949da3}.hero-bottom a span{margin-left:32px}.section{padding:110px max(6%,calc((100vw - 1200px)/2));}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:48px;gap:35px}h2{font-size:clamp(36px,4vw,56px);font-weight:300;letter-spacing:-2px;line-height:1.18;margin:23px 0 0}h2 span{color:#7d858b}.section-heading p{font-size:15px;line-height:1.9;color:var(--sub);margin-bottom:3px}.editor{border:1px solid #ffffff1a;border-radius:7px;overflow:hidden;background:#0d1115;box-shadow:0 30px 100px #0005}.editor-top{height:45px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;border-bottom:1px solid var(--line);background:#12161a;font-size:12px;color:#90979e}.window-dots{display:flex;gap:6px}.window-dots i{width:7px;height:7px;border-radius:100%;background:#4b5156}.editor-brand{font-size:12px;color:#778088}.editor-body{display:grid;grid-template-columns:165px 1fr 280px;min-height:360px}.files{padding:25px 0;color:#919aa2;font-size:12px;border-right:1px solid var(--line)}.tiny{font-size:10px;letter-spacing:1.5px;padding:0 20px 23px;color:#89929b}.folder{padding:7px 19px}.file{padding:8px 17px 8px 29px;white-space:nowrap}.file.active{background:#ffffff06;color:#c5cbd0}.dim{margin-top:8px;color:#707b84}.code-panel{overflow:hidden}.tab{font-size:12px;background:#ffffff03;border-bottom:1px solid var(--line);width:150px;padding:13px 18px;color:#c0c7cc}.tab span{float:right;color:#778088}.code{padding:21px 0 25px;font-family:var(--mono);font-size:12px;line-height:1.9;overflow:auto}.code>div{display:flex;min-height:23px;white-space:pre}.code b{font-weight:400;color:#4e5964;min-width:49px;text-align:center;font-size:11px}.code code{font-family:inherit;color:#afb8c3}.code em{font-style:normal;color:#8e9fb8}.code strong{font-weight:400;color:#bbc7d6}.code q{color:#a6b6af;quotes:none}.cursor{display:inline-block;background:#c4cbd0;width:1px;height:15px;vertical-align:middle;margin-left:3px}.assistant{border-left:1px solid var(--line);padding:16px;position:relative;font-size:12px;color:#a9b1b9;display:flex;flex-direction:column}.assistant-head{display:flex;justify-content:space-between;color:#c0c6cc}.context{font-family:var(--mono);font-size:10px;margin-top:24px;color:#8c99a3}.prompt{padding:12px;background:#ffffff04;border:1px solid var(--line);border-radius:4px;line-height:1.6}.response{display:flex;gap:13px;margin:12px 0 22px;line-height:1.8}.response p{margin:0}.small-mark{font-size:20px;font-style:italic;color:#d2d6da}.chat-field{border:1px solid #ffffff1b;border-radius:4px;padding:13px 10px;margin-top:auto;font-size:10px;color:#8e99a2;display:flex;justify-content:space-between}.chat-field span{color:#c7cdd2}.model{font-size:10px;margin-top:10px;color:#88949d}.model span{float:right}.editor-status{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding:8px 16px;font:10px var(--mono);color:#83928c;background:#0c1113}.preview-note{text-align:center;font:10px var(--mono);letter-spacing:1.7px;color:#7b858d;margin-top:20px}.principles{padding-top:35px;padding-bottom:105px}.principle-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:55px;border-top:1px solid var(--line);margin-top:26px;padding-top:36px}.index{font:12px var(--mono);color:#6b767e}h3{font-size:23px;font-weight:300;letter-spacing:-.6px;margin:26px 0 13px}.principle-grid p{font-size:15px;line-height:1.85;color:#939da4;max-width:300px}.access{text-align:center;border-top:1px solid var(--line);background:radial-gradient(ellipse at 50% 0%,#131b2080,transparent 65%);padding-top:95px;padding-bottom:105px}.access .eyebrow{justify-content:center}.access h2{font-size:clamp(42px,5vw,68px);margin-top:30px}.access>p{color:#929ba3;font-size:15px;margin:24px 0 30px}.access details{max-width:470px;margin:auto}.access summary{list-style:none}.access summary::-webkit-details-marker{display:none}.access-info{text-align:left;padding:8px 24px 20px;border:1px solid var(--line);margin-top:20px;background:#0e1418;border-radius:4px}.access-info p{font-size:14px;line-height:1.7;color:#a2acb3}.access-info .fine{font-size:12px}footer{border-top:1px solid var(--line);padding:32px 5%;display:flex;align-items:center;justify-content:space-between;color:#7f8991;font-size:12px}footer .brand{font-size:17px;color:#c0c6ca}footer>span{font-family:var(--mono);font-size:11px}@media(min-width:1700px){.hero-copy{margin-left:calc((100vw - 1300px)/2)}}@media(max-width:1000px){.editor-body{grid-template-columns:130px 1fr}.assistant{display:none}.section-heading p{max-width:230px}.principle-grid{gap:30px}}@media(max-width:650px){.hero{min-height:760px;max-height:950px;height:100svh}.wallpaper{background-position:59% center}.hero:after{background:linear-gradient(90deg,#060a0d80,#060a0d20),linear-gradient(0deg,#080b0d,transparent 55%)}header{padding:25px 0}.brand{font-size:18px}.mark{font-size:26px;margin-right:10px}nav{gap:0}nav>a:not(.nav-access){display:none}.nav-access{border:0;padding:0;font-size:12px}.nav-access span{margin-left:10px}.hero-copy{margin:auto 7%;padding:70px 0 75px}h1{font-size:65px;letter-spacing:-3.5px;margin-top:29px}.eyebrow{font-size:10px;letter-spacing:1.5px}.hero-copy p{font-size:15px}.hero-actions{gap:25px}.button{font-size:13px;padding:16px 19px;gap:28px}.fine{font-size:10px}.hero-bottom{font-size:9px;letter-spacing:.7px;padding-bottom:28px;gap:30px}.hero-bottom>span{max-width:180px;line-height:1.8}.hero-bottom a{white-space:nowrap}.hero-bottom a span{margin-left:10px}.section{padding:75px 7%}.section-heading{display:block;margin-bottom:30px}h2{font-size:37px;letter-spacing:-1.4px}.section-heading p{max-width:none;margin-top:24px;font-size:14px}.editor-body{grid-template-columns:1fr;min-height:330px}.files{display:none}.editor-top{padding:0 12px}.editor-brand{display:none}.code{font-size:10px}.code b{min-width:34px}.editor-status{font-size:8px;padding:9px}.preview-note{font-size:8px;letter-spacing:1px}.principles{padding-top:5px}.principle-grid{grid-template-columns:1fr;gap:28px}.principle-grid article{border-bottom:1px solid var(--line);padding-bottom:19px}.principle-grid article:last-child{border:0}.principle-grid h3{margin-top:16px}.principle-grid p{max-width:none}.access h2{font-size:43px}.access>p{font-size:14px}footer{padding:26px 7%;gap:20px;flex-wrap:wrap}footer>span{display:none}footer>a:last-child{font-size:11px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}
/* One continuous, stationary night behind every section. */
body{isolation:isolate;background:#080b0d}.wallpaper{position:fixed;inset:0;z-index:-2;pointer-events:none;background-position:center center;filter:saturate(.25) brightness(.65)}body:before{content:'';position:fixed;inset:0;z-index:-1;pointer-events:none;background:linear-gradient(90deg,#05090ccc,#05090c65 72%),linear-gradient(0deg,#05090c55,#05090c15)}main{position:relative}.hero{background:transparent;isolation:auto}.hero:after{display:none}.workspace,.principles{background:transparent}.access{background:#080d112b}footer{background:#080d112b}.hero-copy>.fine{font-size:14px;color:#c1cacd;letter-spacing:.15px}.hero-copy>.fine span{color:#8a969d}.editor{background:#0d1115ed}.button span,.text-link span,.nav-access span{display:inline-block;transition:transform .35s cubic-bezier(.2,.8,.2,1)}.button:hover span,.nav-access:hover span{transform:translate(3px,-3px)}.text-link:hover span{transform:translateY(4px)}.principle-grid article{transition:transform .45s ease}.principle-grid article:hover{transform:translateY(-5px)}
@media(prefers-reduced-motion:no-preference){header{animation:arrive 1s both}.hero-copy>*{animation:arrive 1.25s cubic-bezier(.16,1,.3,1) both}.hero-copy>.eyebrow{animation-delay:.12s}.hero-copy>h1{animation-delay:.25s}.hero-copy>p{animation-delay:.4s}.hero-copy>.hero-actions{animation-delay:.55s}.hero-copy>.fine{animation-delay:.7s}.hero-bottom{animation:arrive 1.2s .8s both}.reveal-ready{opacity:0;transform:translateY(28px);transition:opacity 1s ease,transform 1.2s cubic-bezier(.16,1,.3,1);transition-delay:var(--reveal-delay,0ms)}.reveal-ready.is-visible{opacity:1;transform:translateY(0)}.cursor{animation:cursor-pulse 1.5s step-end infinite}.access details[open] .access-info{animation:arrive .5s both}@keyframes arrive{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes cursor-pulse{0%,100%{opacity:1}50%{opacity:0}}}
@media(max-width:650px){.wallpaper{background-position:59% center}.hero-copy>.fine{font-size:12px}.hero-copy>.fine span{padding:0 6px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important}.reveal-ready{opacity:1;transform:none}.principle-grid article:hover,.button:hover{transform:none}}
/* Preserve the source photograph's detail without a filtered image layer. */
.wallpaper{filter:none;image-rendering:auto;background-size:cover;transform:none}body:before{background:linear-gradient(90deg,rgba(4,8,11,.66),rgba(4,8,11,.27) 75%),linear-gradient(0deg,rgba(4,8,11,.26),rgba(4,8,11,.08))}
/* Native scrolling, in the same cool charcoal palette. */
html{scrollbar-color:#53616a #0a1014;scrollbar-width:thin;scrollbar-gutter:stable}*{scrollbar-color:#53616a #0a1014;scrollbar-width:thin}::-webkit-scrollbar{width:9px;height:9px}::-webkit-scrollbar-track{background:#0a1014}::-webkit-scrollbar-thumb{background:#53616a;border:2px solid #0a1014;border-radius:20px}::-webkit-scrollbar-thumb:hover{background:#788991}::-webkit-scrollbar-corner{background:#0a1014}
/* Fluid geometry: content determines height, even at larger text sizes. */
main{width:100%;min-width:0}header,nav,.hero-actions,.hero-bottom,.editor-top,.editor-status,footer{flex-wrap:wrap}header{gap:20px}nav{row-gap:16px}.hero{height:auto;min-height:100svh;max-height:none;overflow:visible}.hero-copy{padding-block:clamp(65px,10vh,145px);width:auto;max-width:100%}.hero-copy h1{font-size:clamp(3rem,7.6vw,7.25rem);letter-spacing:-.045em}.hero-copy p{font-size:1rem}.hero-copy>.fine{font-size:.875rem;line-height:1.8}.hero-bottom{gap:20px}.hero-bottom>span{max-width:100%}.hero-bottom a{white-space:normal}.section{padding-inline:max(6%,calc((100vw - 1200px)/2));min-width:0}.section-heading>*{min-width:0}.editor-body{grid-template-columns:165px minmax(0,1fr) 280px}.code-panel,.assistant,.files{min-width:0}.code{font-size:.8125rem;overflow-x:auto}.code b{flex-shrink:0}.editor{width:100%;min-width:0}.editor-top{gap:10px;min-height:45px;height:auto;padding-block:12px}.principle-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.access details{width:100%}.button{max-width:100%;white-space:normal;text-align:left;min-height:48px}.button span{flex-shrink:0}.access-info{overflow-wrap:anywhere}h1,h2,h3,p,.fine{overflow-wrap:break-word}footer{line-height:1.8}nav a,.text-link,footer a{min-height:44px;display:inline-flex;align-items:center}.eyebrow{line-height:1.7}.hero-bottom{font-size:.75rem}.preview-note{font-size:.75rem;line-height:1.8}.section-heading p,.principle-grid p,.access>p{font-size:1rem}
@media(max-width:1100px){.editor-body{grid-template-columns:135px minmax(0,1fr)}.assistant{display:none}.section-heading{align-items:start}.section-heading p{max-width:260px}}
@media(max-width:760px){.section-heading{display:block}.section-heading p{max-width:none;margin-top:24px}.principle-grid{grid-template-columns:1fr;gap:24px}.principle-grid article{padding-bottom:22px;border-bottom:1px solid var(--line)}.principle-grid p{max-width:100%}.principle-grid article:last-child{border-bottom:0}.hero-copy{margin-inline:7%}.section{padding-inline:7%}.hero-bottom{font-size:.75rem;letter-spacing:.3px}.hero-bottom>span{max-width:230px}}
@media(max-width:650px){.editor-body{grid-template-columns:minmax(0,1fr)}.hero{min-height:100svh;max-height:none}.hero-copy h1{font-size:clamp(3rem,12vw,4.5rem)}.code{font-size:.8125rem}.editor-status{font-size:.75rem;gap:9px}.preview-note{font-size:.75rem}.hero-copy>.fine{font-size:.875rem}.eyebrow{font-size:.75rem}.nav-access{font-size:.875rem}}
@media(max-width:360px){header{margin-inline:7%;gap:12px}.hero-copy{padding-block:55px}.hero-actions{gap:14px}.hero-copy h1{font-size:clamp(2.4rem,13vw,3rem)}.access h2{font-size:2.25rem}.section h2{font-size:2.1rem}.brand{font-size:1rem}.mark{margin-right:7px}.button{gap:18px;padding-inline:16px}.hero-bottom{flex-direction:column}.access-info{padding-inline:15px}}
@media(max-height:550px) and (min-width:651px){.hero-copy{padding-block:45px}.hero-copy h1{font-size:clamp(3rem,6vw,5rem)}header{padding-block:18px}}
/* The photograph is the only background, everywhere. */
html,body{background:transparent}body:before,.hero:after{display:none!important}.wallpaper{filter:none;background-color:#080b0d;background-position:center;z-index:0}.wallpaper:after{opacity:1!important}main{position:relative;z-index:1}.hero,.section,.workspace,.principles,.access,footer,.editor,.editor-top,.files,.file.active,.tab,.assistant,.prompt,.chat-field,.editor-status,.access-info,.button{background:transparent!important;box-shadow:none;backdrop-filter:none}.button{color:#f0f2f3;border-color:#bfc9cf80}.button:hover{background:transparent!important;border-color:#fff;color:#fff}.hero-copy,h2,h3,p,.eyebrow,.fine,nav,footer,.hero-bottom,.editor{text-shadow:0 1px 5px #000,0 2px 16px #000b}.muted,h2 span,.section-heading p,.principle-grid p,.access>p,.hero-copy p,.fine,.eyebrow{color:#c3ccd2}.editor{border-color:#c4ccd340}.editor-top,.editor-status,.tab,.assistant,.files{border-color:#c4ccd329}.code code,.code strong{color:#e0e5e9}.code em,.code q{color:#c9d5de}.code b{color:#a5b3be}.scroll-progress{position:fixed;left:0;top:0;width:100%;height:2px;background:#d2dee5;transform:scaleX(0);transform-origin:left;z-index:30;pointer-events:none}.loading-indicator{position:fixed;right:22px;bottom:22px;z-index:40;display:flex;align-items:center;gap:10px;color:white;font:12px var(--mono);text-shadow:0 1px 5px #000}.loading-indicator[hidden]{display:none}.loading-indicator>span:first-child{width:16px;height:16px;border:1px solid #ffffff40;border-top-color:white;border-radius:50%;animation:spin 1s linear infinite}.menu-toggle{display:none;background:none;border:1px solid #ffffff60;width:46px;height:44px;border-radius:3px;cursor:pointer;color:white;position:relative}.menu-toggle span{position:absolute;width:18px;height:1px;background:currentColor;left:13px;top:17px;transition:transform .35s ease}.menu-toggle span+span{top:24px}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(3.5px) rotate(45deg)}.menu-toggle[aria-expanded=true] span+span{transform:translateY(-3.5px) rotate(-45deg)}a,summary,button{touch-action:manipulation}nav a{position:relative}nav a:after{content:'';position:absolute;bottom:3px;left:0;width:100%;height:1px;background:currentColor;transform:scaleX(0);transform-origin:left;transition:transform .35s ease}nav a:hover:after,nav a[aria-current=location]:after{transform:scaleX(1)}.button{transition:transform .3s cubic-bezier(.2,.8,.2,1),border-color .3s,color .3s}.button:active{transform:scale(.97)}.menu-toggle:active{transform:scale(.95)}.access details[open] summary span{transform:rotate(90deg)}.access details[open] .access-info{animation:panel-in .45s cubic-bezier(.16,1,.3,1)}@keyframes spin{to{transform:rotate(360deg)}}@keyframes panel-in{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}
@media(prefers-reduced-motion:no-preference){.reveal-ready{transform:translateY(40px) scale(.985);transition:opacity .9s ease,transform 1.2s cubic-bezier(.16,1,.3,1)}.reveal-ready.is-visible{transform:translateY(0) scale(1)}.principle-grid article{transition-delay:var(--reveal-delay,0ms)}}
@media(max-width:650px){.menu-toggle:not([hidden]){display:block}header{position:relative;align-items:center}nav{width:100%;display:flex;flex-direction:column;align-items:stretch;gap:0}nav>a:not(.nav-access){display:flex}.nav-access{padding-left:0}body.menu-enabled nav{display:grid;grid-template-rows:repeat(3,0fr);max-height:0;opacity:0;visibility:hidden;overflow:hidden;margin:0;transform:translateY(-12px);transition:max-height .45s ease,opacity .3s,transform .4s,visibility .4s}body.menu-enabled nav a{min-height:0;padding:0;overflow:hidden;transition:padding .4s}body.menu-open nav{max-height:240px;opacity:1;visibility:visible;transform:translateY(0)}body.menu-open nav a{padding:14px 2px;min-height:46px}body.menu-enabled header{row-gap:0}body.menu-open header{row-gap:12px}nav a:after{bottom:7px;width:50px}.loading-label{font-size:11px}}
@media(prefers-reduced-motion:reduce){.loading-indicator>span:first-child{animation:none}.reveal-ready{opacity:1;transform:none!important}.access details[open] .access-info{animation:none}}
/* Footer — mirrors the main asherin site footer. */
footer{display:block;padding:42px 5% 34px}
.footer-top{display:flex;flex-wrap:wrap;gap:28px;justify-content:space-between;align-items:flex-start}
.footer-id{max-width:300px}
.footer-tag{font-size:12px;line-height:1.85;color:#939da4;margin:14px 0 12px;text-shadow:none}
.footer-hash{font-family:var(--mono);font-size:10px;letter-spacing:2.5px;text-transform:uppercase;color:#778088}
.footer-links{display:flex;flex-wrap:wrap;gap:10px 22px;font-size:12px;color:#939da4;max-width:340px;justify-content:flex-end}
.footer-links a{min-height:0}
.footer-links a:hover{color:#fff}
.footer-bottom{display:flex;flex-wrap:wrap;gap:14px;justify-content:space-between;align-items:center;border-top:1px solid #ffffff12;margin-top:32px;padding-top:20px}
.footer-socials{display:flex;flex-wrap:wrap;gap:8px 18px}
.footer-socials a{font-size:10px;letter-spacing:2px;text-transform:uppercase;color:#6d787f}
.footer-socials a:hover{color:#fff}
.footer-copy{font-family:var(--mono);font-size:10px;letter-spacing:2px;text-transform:uppercase;color:#5d686f}
@media(max-width:650px){footer{padding:32px 7%}.footer-links{justify-content:flex-start}}

.button.install{font-family:var(--mono);font-size:12px;letter-spacing:.08em;text-transform:uppercase;font-weight:500;background:#4ade80!important;color:#05090c!important;padding:14px 26px;gap:10px;border:1px solid rgba(255,255,255,.08)!important;border-radius:0!important;transition:opacity .22s cubic-bezier(.16,1,.28,1)}.button.install span{font-size:13px}.button.install:hover{opacity:.85;background:#4ade80!important;color:#05090c!important}.button.install[data-state=checking],.button.install[aria-disabled=true]{opacity:.42;cursor:default}.button.install[aria-disabled=true]:hover{opacity:.42}.install-note,.hero-copy>.fine.install-fine{max-width:46ch;margin:0;line-height:1.6;color:#9da5aa}.access details summary.text-link{cursor:pointer;list-style:none}.access details summary.text-link::-webkit-details-marker{display:none}.hero-actions .button.install{gap:10px}.button.install span{transition:transform .35s cubic-bezier(.2,.8,.2,1)}.button.install:hover span{transform:translate(3px,-3px)}
