:root{--page-ground:#eff6ef;--masthead-ground:rgba(239,246,239,.82);--art-tint:var(--mantine-color-octorium-1);--art-soft:var(--mantine-color-octorium-2);--art-bar:var(--mantine-color-gray-4);--art-bar-soft:var(--mantine-color-gray-3)}[data-mantine-color-scheme=dark]{--page-ground:var(--mantine-color-dark-8);--masthead-ground:rgba(24,32,27,.82);--art-tint:var(--mantine-color-octorium-9);--art-soft:var(--mantine-color-octorium-8);--art-bar:var(--mantine-color-dark-3);--art-bar-soft:var(--mantine-color-dark-4)}body{word-break:keep-all;-webkit-font-smoothing:antialiased;background:var(--page-ground)}h1,h2,h3{word-break:keep-all}.google-mark{width:16px;height:16px;display:block}.art{max-width:100%;height:auto;display:block}.art .paper{fill:var(--mantine-color-body);stroke:var(--mantine-color-default-border)}.art .tint{fill:var(--art-tint)}.art .soft{fill:var(--art-soft)}.art .accent{fill:var(--mantine-primary-color-filled)}.art .accent-stroke{stroke:var(--mantine-primary-color-filled);fill:none}.art .bar{fill:var(--art-bar)}.art .bar-soft{fill:var(--art-bar-soft)}.art .dim-stroke{stroke:var(--mantine-color-dimmed);fill:none}.art .ink{fill:var(--mantine-color-text)}.masthead-bar{z-index:10;background:var(--masthead-ground);-webkit-backdrop-filter:blur(10px);position:-webkit-sticky;position:sticky;top:0}@media (prefers-reduced-motion:no-preference){@keyframes rise-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}@keyframes pop-in{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:none}}@keyframes dot-in{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:none}}@keyframes now-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.55;transform:scale(1.45)}}.hero-copy>*{animation:.7s cubic-bezier(.2,.7,.2,1) both rise-in}.hero-copy>:first-child{animation-delay:50ms}.hero-copy>:nth-child(2){animation-delay:.18s}.hero-copy>:nth-child(3){animation-delay:.31s}.hero-copy>:nth-child(4){animation-delay:.44s}.hero-art .hero-chip,.hero-art .hero-arrow,.hero-art .hero-doc,.hero-art .hero-dot{transform-box:fill-box;transform-origin:50%}.hero-art .hero-chip{animation:.55s both rise-in}.hero-art .hero-chip:first-of-type{animation-delay:.3s}.hero-art .hero-chip:nth-of-type(2){animation-delay:.45s}.hero-art .hero-chip:nth-of-type(3){animation-delay:.6s}.hero-art .hero-arrow{animation:.4s .85s both pop-in}.hero-art .hero-doc{animation:.6s cubic-bezier(.2,.7,.2,1) 1.05s both pop-in}.hero-art .hero-dot{animation:.3s both dot-in}.hero-art .hero-dot:first-of-type{animation-delay:1.5s}.hero-art .hero-dot:nth-of-type(2){animation-delay:1.62s}.hero-art .hero-dot:nth-of-type(3){animation-delay:1.74s}.hero-art .hero-dot:nth-of-type(4){animation-delay:1.86s}.hero-art .hero-now{transform-box:fill-box;transform-origin:50%;animation:.3s 1.98s both dot-in,2.6s ease-in-out 2.4s infinite now-pulse}[data-reveal] .reveal-item{opacity:0;transition:opacity .6s,transform .6s cubic-bezier(.2,.7,.2,1);transition-delay:calc(var(--i,0)*90ms);transform:translateY(18px)}[data-reveal=in] .reveal-item{opacity:1;transform:none}@media (hover:hover){.lift{transition:transform .25s,box-shadow .25s}.lift:hover{box-shadow:var(--mantine-shadow-md);transform:translateY(-4px)}}.scrolly-art>div{transition:opacity .45s,transform .45s}.scrolly-step{transition:opacity .35s}.scrolly-step-inner>*{transition:transform .55s cubic-bezier(.2,.7,.2,1);transform:translateY(26px)}.scrolly-step[data-active=true] .scrolly-step-inner>*{transform:none}.scrolly-step[data-active=true] .scrolly-step-inner>:first-child{transition-delay:40ms}.scrolly-step[data-active=true] .scrolly-step-inner>:nth-child(2){transition-delay:.13s}.scrolly-step[data-active=true] .scrolly-step-inner>:nth-child(3){transition-delay:.22s}.scrolly-step-icon{transform-origin:0;transition:transform .6s cubic-bezier(.2,.9,.3,1.25);transform:scale(.72)rotate(-10deg)}.scrolly-step[data-active=true] .scrolly-step-icon{transition-delay:80ms;transform:none}.track-fill{transition:width .5s cubic-bezier(.2,.7,.2,1)}.track-dot{transition:background .3s,transform .3s}.track-marker{transition:left .5s cubic-bezier(.2,.7,.2,1)}}.scrolly{grid-template-columns:1fr 1fr;align-items:start;gap:48px;display:grid}.scrolly-stage{flex-direction:column;justify-content:center;gap:40px;display:flex;position:-webkit-sticky;position:sticky;top:max(64px,50vh - 162px)}.scrolly-art{height:240px;position:relative}.scrolly-art>div{opacity:0;justify-content:center;align-items:center;display:flex;position:absolute;top:0;bottom:0;left:0;right:0;transform:scale(.94)}.scrolly-art>div[data-active=true]{opacity:1;transform:none}.scrolly-art .art{width:min(220px,60%)}.scrolly-track{height:44px;margin:0 14px;position:relative}.track-line,.track-fill{border-radius:1px;height:2px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.track-line{background:var(--mantine-color-default-border);width:100%}.track-fill{width:calc(var(--p,0)*100%);background:var(--mantine-primary-color-filled)}.track-dot{background:var(--mantine-color-default-border);border-radius:999px;width:10px;height:10px;position:absolute;top:50%;transform:translate(-50%,-50%)}.track-dot[data-done=true]{background:var(--mantine-primary-color-filled);transform:translate(-50%,-50%)scale(1.15)}.track-marker{top:50%;left:calc(var(--p,0)*100%);position:absolute;transform:translate(-50%,-100%)}.scrolly-step{opacity:.35;flex-direction:column;justify-content:center;min-height:max(340px,min(58vh,540px));display:flex}.scrolly-step[data-active=true]{opacity:1}.scrolly-step:last-child{min-height:max(300px,min(46vh,440px))}.scrolly-step-mark{align-items:center;gap:14px;display:flex}.scrolly-step-icon{flex:none;width:52px}@media (max-width:767px){.scrolly{grid-template-columns:1fr;gap:16px}.scrolly-stage{background:var(--page-ground);z-index:1;gap:20px;min-height:0;padding:12px 0;top:64px}.scrolly-art{height:150px}.scrolly-art .art{width:140px}.scrolly-step{min-height:45vh}}.compare-cell{height:100%}.file-window,.timeline-panel{border:1px solid var(--mantine-color-default-border);border-radius:var(--mantine-radius-md);background:var(--mantine-color-body);flex-direction:column;height:100%;display:flex;overflow:hidden}.fw-titlebar{border-bottom:1px solid var(--mantine-color-default-border);background:var(--art-bar-soft);align-items:center;gap:8px;padding:9px 12px;display:flex}.fw-folder{flex:none;width:16px;height:12px}.fw-title{color:var(--mantine-color-text);white-space:nowrap;text-overflow:ellipsis;font-size:12.5px;font-weight:600;overflow:hidden}.fw-controls{flex:none;align-items:center;gap:9px;margin-left:auto;display:flex}.fw-controls i{color:var(--mantine-color-dimmed);background:currentColor;display:block}.fw-min{width:9px;height:1.5px}.fw-max{border:1.5px solid;width:8px;height:8px;background:0 0!important}.fw-close{width:9px;height:9px;transform:rotate(45deg);background-color:transparent!important;background-image:linear-gradient(currentColor,currentColor),linear-gradient(currentColor,currentColor)!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:11px 1.5px,1.5px 11px!important;background-attachment:scroll!important;background-origin:padding-box!important;background-clip:border-box!important}.fw-list{flex:1;padding:4px}.fw-row{border-radius:5px;align-items:center;gap:9px;padding:7px 9px;font-size:13px;display:flex}.fw-row[data-selected]{background:var(--art-tint)}.fw-icon{flex:none;width:16px;height:16px}.fw-name{font-family:var(--mantine-font-family-monospace);color:var(--mantine-color-text);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.fw-meta{flex:none;align-items:center;gap:12px;margin-left:auto;display:flex}.fw-meta i{background:var(--art-bar);border-radius:2.5px;height:5px;display:block}.tp-header{border-bottom:1px solid var(--mantine-color-default-border);background:var(--art-tint);align-items:center;gap:8px;padding:9px 12px;display:flex}.tp-dot{background:var(--mantine-primary-color-filled);border-radius:999px;flex:none;width:8px;height:8px}.tp-list{flex:1;margin:0;padding:14px 14px 16px;list-style:none}.tp-entry{gap:12px;display:flex}.tp-rail{flex:none;justify-content:center;width:14px;display:flex;position:relative}.tp-node{background:var(--mantine-primary-color-filled);border-radius:999px;width:9px;height:9px;margin-top:5px}.tp-crystal{margin-top:-11px}.tp-line{background:var(--art-soft);border-radius:1px;width:2px;position:absolute;top:16px;bottom:-6px}.tp-body{flex-wrap:wrap;align-items:baseline;gap:0 8px;padding-bottom:16px;display:flex}.tp-time{color:var(--mantine-color-dimmed);font-variant-numeric:tabular-nums;white-space:nowrap;font-size:12px}.tp-text{color:var(--mantine-color-text);font-size:13.5px}.tp-entry:last-child .tp-body{padding-bottom:0}.lang-menu{position:relative}.lang-menu>summary{cursor:pointer;color:var(--mantine-color-dimmed);font-size:var(--mantine-font-size-sm);-webkit-user-select:none;-moz-user-select:none;user-select:none;align-items:center;gap:6px;list-style:none;display:inline-flex}.lang-menu>summary::-webkit-details-marker{display:none}.lang-menu>summary:hover,.lang-menu[open]>summary{color:var(--mantine-color-text)}.lang-list{z-index:20;border:1px solid var(--mantine-color-default-border);border-radius:var(--mantine-radius-md);background:var(--mantine-color-body);min-width:168px;box-shadow:var(--mantine-shadow-md);gap:1px;padding:6px;display:grid;position:absolute;top:calc(100% + 10px);right:0}.lang-list a{border-radius:var(--mantine-radius-sm);color:var(--mantine-color-text);font-size:var(--mantine-font-size-sm);padding:7px 10px;text-decoration:none;display:block}.lang-list a:hover{background:var(--art-tint)}.lang-list a[aria-current]{color:var(--mantine-primary-color-filled);font-weight:600}
