.file-drop{--fd-ease: cubic-bezier(.22, 1, .36, 1);display:flex;flex:1 1 auto;flex-direction:column;gap:.85rem;min-height:0;height:auto;font:inherit;font-size:14px;color:var(--fd-text);width:100%}.file-drop__zone{position:relative;display:flex;flex:1;flex-direction:column;align-items:center;justify-content:center;gap:.65rem;min-height:11.5rem;padding:1.75rem 1.25rem;border:2px dashed var(--fd-border);border-radius:14px;background:var(--fd-zone);cursor:default;transition:border-color .25s var(--fd-ease),border-style .25s var(--fd-ease),background .25s var(--fd-ease),box-shadow .25s var(--fd-ease)}.file-drop__zone:focus{outline:none}.file-drop__zone:focus-visible{border-color:var(--fd-border-active);box-shadow:0 0 0 3px var(--fd-accent-soft)}.file-drop__zone.is-drag-active{border-color:var(--fd-border-active);border-style:solid;background:color-mix(in oklab,var(--fd-accent-soft) 40%,var(--fd-zone));box-shadow:0 8px 24px color-mix(in oklab,var(--fd-accent) 12%,transparent)}.file-drop__zone.is-drag-reject{border-color:var(--fd-danger);border-style:solid;background:var(--fd-danger-soft)}.file-drop__zone.is-disabled{opacity:.55;cursor:not-allowed}.file-drop__icon{width:2.35rem;height:2.35rem;color:var(--fd-accent);transition:transform .3s var(--fd-ease)}.file-drop__zone.is-drag-active .file-drop__icon{transform:translateY(-4px)}.file-drop__title{margin:0;text-align:center}.file-drop__hint{margin:0;font-size:.8125rem;color:var(--fd-muted);text-align:center;max-width:20rem;line-height:1.45}.file-drop__bar{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:auto;flex-shrink:0;padding:0 .15rem}.file-drop__bar-status{margin:0;font-size:.75rem;color:var(--fd-muted);line-height:1.35}.file-drop__pick{position:relative;flex-shrink:0}.file-drop__pick .file-drop__input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);clip-path:inset(50%);white-space:nowrap;border:0}.file-drop__choose{padding:.45rem .9rem;font:inherit;font-size:.8125rem;font-weight:600;color:var(--fd-accent);background:var(--fd-accent-soft);border:none;border-radius:8px;cursor:pointer;transition:background .2s var(--fd-ease),opacity .2s ease}.file-drop__choose:hover:not(:disabled){background:color-mix(in oklab,var(--fd-accent-soft) 60%,var(--fd-accent) 18%)}.file-drop__choose:disabled{opacity:.45;cursor:not-allowed}.file-drop__choose:focus-visible{outline:2px solid var(--fd-accent);outline-offset:2px}.file-drop__list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;flex-shrink:0}.file-drop__item{display:flex;align-items:center;gap:.65rem;padding:.55rem 0;background:transparent;border-bottom:1px solid color-mix(in oklab,var(--fd-border) 55%,transparent);opacity:0;transform:translateY(4px);animation:fd-item-in .35s var(--fd-ease) forwards}.file-drop__item:last-child{border-bottom:none;padding-bottom:0}.file-drop__item:first-child{padding-top:0}@keyframes fd-item-in{to{opacity:1;transform:translateY(0)}}.file-drop__doc-icon{width:1.25rem;height:1.25rem;flex-shrink:0;color:var(--fd-muted)}.file-drop__meta{flex:1;min-width:0}.file-drop__name{display:block;font-size:.8125rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-drop__size{display:block;font-size:.7rem;color:var(--fd-muted);margin-top:.1rem}.file-drop__remove{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;color:var(--fd-muted);background:transparent;border:none;border-radius:10px;cursor:pointer;transition:color .2s var(--fd-ease),background .2s var(--fd-ease),transform .15s var(--fd-ease)}.file-drop__remove:hover{color:var(--fd-danger);background:var(--fd-danger-soft);transform:scale(1.06)}.file-drop__remove:focus-visible{color:var(--fd-danger);background:var(--fd-danger-soft);outline:2px solid var(--fd-accent);outline-offset:2px}.file-drop__remove-icon{width:1.125rem;height:1.125rem}.file-drop__notices{display:flex;flex-direction:column;gap:.35rem;flex-shrink:0;animation:fd-notice-in .3s var(--fd-ease)}@keyframes fd-notice-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.file-drop__notice{--fd-notice-leading: 1.4em ;--fd-notice-glyph: 1.05rem;display:flex;align-items:flex-start;gap:.5rem;margin:0;padding:.55rem .45rem .55rem .65rem;font-size:.8125rem;line-height:1.4;border-radius:8px}.file-drop__notice-text{flex:1;min-width:0}.file-drop__notice-dismiss{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:1.75rem;height:var(--fd-notice-leading);margin:0;padding:0;color:inherit;background:transparent;border:none;border-radius:6px;cursor:pointer;opacity:.65;transition:opacity .2s var(--fd-ease),background .2s var(--fd-ease)}.file-drop__notice-dismiss:hover{opacity:1;background:color-mix(in oklab,currentColor 12%,transparent)}.file-drop__notice-dismiss:focus-visible{opacity:1;outline:2px solid var(--fd-accent);outline-offset:1px}.file-drop__notice-dismiss-icon{width:var(--fd-notice-glyph);height:var(--fd-notice-glyph)}.file-drop__notice.is-warning{color:var(--fd-warning-text);background:var(--fd-warning-soft)}.file-drop__notice.is-error{color:var(--fd-danger-text);background:var(--fd-danger-soft)}.file-drop__notice-icon{width:var(--fd-notice-glyph);height:var(--fd-notice-glyph);flex-shrink:0;margin-top:calc((var(--fd-notice-leading) - var(--fd-notice-glyph)) / 2)}.file-drop__notice.is-warning .file-drop__notice-icon{color:var(--fd-warning)}.file-drop__notice.is-error .file-drop__notice-icon{color:var(--fd-danger)}@media(prefers-reduced-motion:reduce){.file-drop__zone,.file-drop__icon,.file-drop__item,.file-drop__notices{transition:none;animation:none;transform:none}.file-drop__item{opacity:1}}@property --fb-mood-accent{syntax: "<color>"; inherits: true; initial-value: #94a3b8;}.feedback-form{--fb-ease: cubic-bezier(.22, 1, .36, 1);--fb-error-text: #dc2626;position:relative;display:flex;flex:1;flex-direction:column;min-height:0;height:100%;font:inherit;font-size:14px;color:var(--fd-text);overflow:visible}html.dark .feedback-form{--fb-error-text: #f87171}.feedback-form:has(.feedback-form__panel.is-outcome){flex:none;height:auto}.feedback-form__panel{--fb-mood-accent: #94a3b8;position:relative;display:flex;flex:1;flex-direction:column;align-items:center;gap:1rem;min-height:0;height:100%;padding:var(--pg-demo-pad);border-radius:18px;border:1px solid var(--pg-demo-border, color-mix(in oklab, var(--fd-border) 42%, transparent));background:var(--fd-surface-raised);overflow:hidden;transition:border-color .5s var(--fb-ease),background .5s var(--fb-ease),--fb-mood-accent .5s var(--fb-ease)}.feedback-form__panel:before{content:"";position:absolute;inset:0;opacity:0;background:radial-gradient(circle at 88% 10%,color-mix(in oklab,var(--fb-mood-accent, var(--fd-accent)) 16%,transparent) 0%,transparent 50%);pointer-events:none;transition:opacity .5s var(--fb-ease)}.feedback-form__panel.is-outcome{flex:none;height:auto;overflow:visible}.feedback-form__panel.has-preview{border-color:color-mix(in oklab,var(--fb-mood-accent, var(--fd-border)) 32%,var(--fd-border));background:linear-gradient(160deg,color-mix(in oklab,var(--fb-mood-accent, var(--fd-accent)) 9%,var(--fd-surface-raised)) 0%,var(--fd-surface-raised) 58%)}.feedback-form__panel.has-preview:before{opacity:1}.feedback-form__panel>*{position:relative;z-index:1}.feedback-form__stack{display:grid;grid-template-rows:1fr;flex:1 1 auto;width:100%;min-height:0;transition:min-height .32s var(--fb-ease)}.feedback-form__rating,.feedback-form__outcome{grid-area:1 / 1;width:100%}.feedback-form__rating{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%;min-height:0;height:100%;opacity:1;visibility:visible;transform:translateY(0);transition:opacity .3s var(--fb-ease),visibility .3s var(--fb-ease),transform .3s var(--fb-ease)}.feedback-form__panel.is-outcome .feedback-form__rating{position:absolute;top:0;left:0;opacity:0;visibility:hidden;transform:translateY(-4px);pointer-events:none}.feedback-form__rating.is-active{z-index:1}.feedback-form__heading.pg-card-heading{margin:0 0 16px;max-width:24ch;text-align:center;text-wrap:balance}.feedback-form__faces{display:flex;align-items:center;justify-content:center;gap:.6rem;padding:.15rem 0}.feedback-form__face-btn{--fb-tile-bg: color-mix(in oklab, var(--fd-zone) 55%, transparent);--fb-tile-border: color-mix(in oklab, var(--fd-border) 90%, transparent);--fb-tile-ring: var(--fd-accent);--fb-tile-bg-hover: var(--fb-tile-bg);display:flex;align-items:center;justify-content:center;width:3.1rem;height:3.1rem;padding:0;border:1px solid var(--fb-tile-border);border-radius:14px;background:var(--fb-tile-bg);cursor:pointer;transition:transform .28s var(--fb-ease),background .35s var(--fb-ease),border-color .35s var(--fb-ease),box-shadow .35s var(--fb-ease)}.feedback-form__face-btn[data-mood="1"]{--fb-tile-bg: color-mix(in oklab, #3b82f6 11%, var(--fd-zone));--fb-tile-border: color-mix(in oklab, #3b82f6 20%, var(--fd-border));--fb-tile-ring: #60a5fa;--fb-tile-bg-hover: color-mix(in oklab, #3b82f6 14%, var(--fd-zone))}.feedback-form__face-btn[data-mood="2"]{--fb-tile-bg: color-mix(in oklab, #0ea5e9 10%, var(--fd-zone));--fb-tile-border: color-mix(in oklab, #0ea5e9 18%, var(--fd-border));--fb-tile-ring: #38bdf8;--fb-tile-bg-hover: color-mix(in oklab, #0ea5e9 12%, var(--fd-zone))}.feedback-form__face-btn[data-mood="3"]{--fb-tile-bg: color-mix(in oklab, #94a3b8 10%, var(--fd-zone));--fb-tile-border: color-mix(in oklab, #94a3b8 18%, var(--fd-border));--fb-tile-ring: #94a3b8;--fb-tile-bg-hover: color-mix(in oklab, #64748b 12%, var(--fd-zone))}.feedback-form__face-btn[data-mood="4"]{--fb-tile-bg: color-mix(in oklab, #f59e0b 12%, var(--fd-zone));--fb-tile-border: color-mix(in oklab, #f59e0b 22%, var(--fd-border));--fb-tile-ring: #fbbf24;--fb-tile-bg-hover: color-mix(in oklab, #f59e0b 16%, var(--fd-zone))}.feedback-form__face-btn[data-mood="5"]{--fb-tile-bg: color-mix(in oklab, #f97316 12%, var(--fd-zone));--fb-tile-border: color-mix(in oklab, #f97316 22%, var(--fd-border));--fb-tile-ring: #fb923c;--fb-tile-bg-hover: color-mix(in oklab, #f97316 16%, var(--fd-zone))}.feedback-form__face-btn:focus{outline:none}.feedback-form__face-btn:focus-visible{box-shadow:0 0 0 3px var(--fd-accent-soft)}.feedback-form__face-btn.is-hovered:not(.is-selected){background:var(--fb-tile-bg-hover)}.feedback-form__faces:not(.has-selection) .feedback-form__face-btn:not(.is-hovered) .feedback-form__face-img{opacity:.68}.feedback-form__faces.has-selection .feedback-form__face-btn:not(.is-selected):not(.is-hovered) .feedback-form__face-img{opacity:.72}.feedback-form__face-btn.is-considering{border-color:color-mix(in oklab,var(--fb-tile-ring) 55%,var(--fd-border));transform:translateY(-1px)}.feedback-form__face-btn.is-selected{background:var(--fb-tile-bg);border:1.5px solid var(--fb-tile-ring);transform:scale(1.05)}.feedback-form__face-btn.is-selected.is-hovered{transform:scale(1.05)}.feedback-form__face-img{display:block;width:2.25rem;height:2.25rem;object-fit:contain;opacity:1;transition:opacity .35s var(--fb-ease)}.feedback-form__face-btn.is-selected .feedback-form__face-img{opacity:1}.feedback-form__hint-slot{display:none}.feedback-form__blurb-slot{position:relative;display:flex;align-items:center;justify-content:center;min-height:1.35rem;width:100%}.feedback-form__blurb{margin:0;font-size:.8125rem;font-weight:500;letter-spacing:.02em;text-align:center;color:color-mix(in oklab,var(--fb-mood-accent, var(--fd-muted)) 55%,var(--fd-text));animation:fb-blurb-in .2s var(--fb-ease) both}@keyframes fb-blurb-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.feedback-form__actions{display:flex;flex-direction:column;align-items:center;gap:1.2rem;width:auto;max-width:100%;margin-top:auto}.feedback-form__submit{width:auto;min-width:10.5rem;white-space:nowrap;padding:.5rem 1.25rem;font:inherit;font-size:.875rem;font-weight:600;letter-spacing:.01em;color:var(--fd-muted);background:color-mix(in oklab,var(--fd-zone) 70%,var(--fd-surface));border:1px solid var(--fd-border);border-radius:10px;cursor:pointer;transition:color .5s var(--fb-ease),background .5s var(--fb-ease),border-color .5s var(--fb-ease),box-shadow .5s var(--fb-ease),opacity .22s var(--fb-ease)}.feedback-form__submit-label{display:inline-block;opacity:1;transform:translateY(0);transition:opacity .22s var(--fb-ease),transform .22s var(--fb-ease)}.feedback-form__submit-label.is-fading{opacity:0;transform:translateY(3px)}.feedback-form__submit.is-ready{color:#0f172a;background:var(--fb-mood-accent, var(--fd-accent));border-color:color-mix(in oklab,var(--fb-mood-accent, var(--fd-accent)) 55%,#0f172a);box-shadow:0 2px 10px color-mix(in oklab,var(--fb-mood-accent, var(--fd-accent)) 18%,transparent)}.feedback-form__submit.is-ready:hover:not(:disabled){filter:brightness(1.04) saturate(1.06);box-shadow:0 3px 12px color-mix(in oklab,var(--fb-mood-accent, var(--fd-accent)) 24%,transparent)}.feedback-form__submit:disabled{opacity:.72;cursor:not-allowed}.feedback-form__submit:hover:not(.is-ready):not(:disabled){border-color:color-mix(in oklab,var(--fd-accent) 22%,var(--fd-border));color:var(--fd-text)}.feedback-form__submit:focus-visible{outline:2px solid var(--fd-accent);outline-offset:2px}.feedback-form__submit.is-ready:focus-visible{outline:2px solid #0f172a;outline-offset:2px;box-shadow:0 0 0 4px #fff,0 0 0 6px var(--fb-mood-accent, var(--fd-accent)),0 2px 10px color-mix(in oklab,var(--fb-mood-accent, var(--fd-accent)) 18%,transparent)}.feedback-form__submit.is-ready:hover:focus-visible{box-shadow:0 0 0 4px #fff,0 0 0 6px var(--fb-mood-accent, var(--fd-accent)),0 3px 12px color-mix(in oklab,var(--fb-mood-accent, var(--fd-accent)) 24%,transparent)}.feedback-form__error{margin:0;padding:0;font-size:.8125rem;font-weight:500;line-height:1.4;text-align:center;color:var(--fb-error-text);animation:fb-error-in .38s var(--fb-ease) both}@keyframes fb-error-in{0%{opacity:0;transform:translateY(-.45rem)}to{opacity:1;transform:translateY(0)}}.feedback-form__outcome{position:absolute;top:0;left:0;display:flex;flex-direction:column;align-items:center;gap:.75rem;width:100%;text-align:center;opacity:0;visibility:hidden;transform:translateY(4px);pointer-events:none;transition:opacity .3s var(--fb-ease),visibility .3s var(--fb-ease),transform .3s var(--fb-ease)}.feedback-form__outcome.is-active{position:relative;top:auto;left:auto;opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto;z-index:2;transition:opacity .32s var(--fb-ease) .04s,visibility .32s var(--fb-ease) .04s,transform .32s var(--fb-ease) .04s}.feedback-form__panel.is-outcome .feedback-form__outcome-hero{animation:fb-outcome-piece .38s var(--fb-ease) .06s both}.feedback-form__panel.is-outcome .feedback-form__outcome-title{animation:fb-outcome-piece .38s var(--fb-ease) .12s both}.feedback-form__panel.is-outcome .feedback-form__outcome-body{animation:fb-outcome-piece .38s var(--fb-ease) .18s both}.feedback-form__panel.is-outcome .feedback-form__again{animation:fb-outcome-piece .38s var(--fb-ease) .24s both}.feedback-form__panel:not(.is-outcome) .feedback-form__outcome-hero,.feedback-form__panel:not(.is-outcome) .feedback-form__outcome-title,.feedback-form__panel:not(.is-outcome) .feedback-form__outcome-body,.feedback-form__panel:not(.is-outcome) .feedback-form__again{animation:none}.feedback-form__outcome-hero{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin:0 0 .15rem;pointer-events:none;user-select:none}.feedback-form__outcome-face{width:3rem;height:3rem}.feedback-form__outcome-mood{margin:0;font-size:.8125rem;font-weight:600;letter-spacing:.02em;color:var(--fd-muted)}.feedback-form__outcome.is-tier-1 .feedback-form__outcome-mood{color:color-mix(in oklab,#60a5fa 75%,var(--fd-muted))}.feedback-form__outcome.is-tier-2 .feedback-form__outcome-mood{color:color-mix(in oklab,#38bdf8 70%,var(--fd-muted))}.feedback-form__outcome.is-tier-4 .feedback-form__outcome-mood{color:color-mix(in oklab,#d97706 75%,var(--fd-muted))}.feedback-form__outcome.is-tier-5 .feedback-form__outcome-mood{color:color-mix(in oklab,#ea580c 78%,var(--fd-muted))}.feedback-form__outcome-title{margin:0;max-width:min(100%,22ch);font-family:var(--font-sans, inherit);font-size:1.0625rem;font-weight:600;letter-spacing:-.01em;line-height:1.35;text-wrap:balance;color:var(--fd-text)}.feedback-form__outcome-body{margin:0;max-width:min(100%,38ch);font-size:.875rem;line-height:1.55;text-wrap:pretty;color:var(--fd-muted)}.feedback-form__again{margin-top:.35rem;padding:.55rem 1.1rem;font:inherit;font-size:.8125rem;font-weight:600;color:#0f172a;background:var(--fb-mood-accent, var(--fd-accent));border:none;border-radius:10px;cursor:pointer;transition:filter .2s ease,box-shadow .2s ease;box-shadow:0 2px 10px color-mix(in oklab,var(--fb-mood-accent, var(--fd-accent)) 18%,transparent)}.feedback-form__again:hover{filter:brightness(1.04) saturate(1.06)}.feedback-form__again:focus-visible{outline:2px solid #0f172a;outline-offset:2px;box-shadow:0 0 0 4px #fff,0 0 0 6px var(--fb-mood-accent, var(--fd-accent)),0 2px 10px color-mix(in oklab,var(--fb-mood-accent, var(--fd-accent)) 18%,transparent)}.feedback-form__outcome.is-tier-1{overflow:hidden;--fb-rain: color-mix(in oklab, #38bdf8 64%, transparent);--fb-rain-tail: color-mix(in oklab, #38bdf8 22%, transparent)}html:not(.dark) .feedback-form__outcome.is-tier-1 .feedback-form__rain{opacity:.58}html.dark .feedback-form__outcome.is-tier-1{--fb-rain: color-mix(in oklab, #7dd3fc 52%, transparent);--fb-rain-tail: color-mix(in oklab, #7dd3fc 20%, transparent)}.feedback-form__rain{position:absolute;inset:0;pointer-events:none;overflow:hidden;opacity:.5}.feedback-form__rain-drop{position:absolute;top:-18%;left:calc(5% + (var(--i, 0) * 6.5%));width:1.5px;height:2.5rem;border-radius:999px;background:linear-gradient(to bottom,transparent 0%,var(--fb-rain-tail) 32%,var(--fb-rain) 100%);animation:fb-rain-fall 2.85s linear infinite;animation-delay:calc(var(--i, 0) * .18s)}@keyframes fb-outcome-piece{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes fb-rain-fall{0%{transform:translateY(0);opacity:0}18%{opacity:.7}to{transform:translateY(220%);opacity:0}}@media(prefers-reduced-motion:reduce){.feedback-form__face-btn.is-selected,.feedback-form__stack,.feedback-form__rating,.feedback-form__outcome,.feedback-form__panel,.feedback-form__panel:before,.feedback-form__face-img,.feedback-form__submit,.feedback-form__blurb,.feedback-form__submit-label,.feedback-form__panel.is-outcome .feedback-form__outcome-hero,.feedback-form__panel.is-outcome .feedback-form__outcome-title,.feedback-form__panel.is-outcome .feedback-form__outcome-body,.feedback-form__panel.is-outcome .feedback-form__again,.feedback-form__error{animation:none;transform:none;transition:none}.feedback-form__rain{display:none}}.adoption-chart{--ac-ease: cubic-bezier(.22, 1, .36, 1);--ac-label-width: 5.75rem;--ac-track-gap: .55rem;--ac-track-inset: .45rem;--ac-axis-gutter: 1.35rem;--ac-bar-low: var(--color-accent);--ac-bar-high: var(--fd-accent);display:flex;flex:1;flex-direction:column;gap:0;min-height:0;height:100%;font-size:14px;color:var(--fd-text)}.adoption-chart__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.adoption-chart__platform{display:inline-flex;flex-shrink:0;padding:.15rem;border-radius:999px;border:1px solid color-mix(in oklab,var(--fd-border) 90%,transparent);background:color-mix(in oklab,var(--fd-zone) 70%,transparent)}.adoption-chart__platform-btn{padding:.3rem .55rem;border:none;border-radius:999px;background:transparent;font:inherit;font-size:.72rem;font-weight:500;line-height:1;color:var(--fd-muted);cursor:pointer;transition:color .2s var(--ac-ease),background .2s var(--ac-ease),box-shadow .2s var(--ac-ease)}.adoption-chart__platform-btn:hover{color:var(--fd-text)}.adoption-chart__platform-btn.is-active{background:var(--fd-surface-raised);color:var(--fd-text);box-shadow:0 1px 3px color-mix(in oklab,#0f172a 10%,transparent)}.adoption-chart__platform-btn:focus-visible{outline:none;box-shadow:0 0 0 2px var(--fd-accent-soft)}.adoption-chart__plot{display:flex;flex-direction:column;gap:.35rem;margin-top:auto;padding-top:.1rem}.adoption-chart__chart-body{position:relative}.adoption-chart__grid-lines{position:absolute;top:0;bottom:0;left:calc(var(--ac-label-width) + var(--ac-track-gap) + var(--ac-track-inset));right:calc(var(--ac-track-inset) + var(--ac-axis-gutter));pointer-events:none;border-left:1px solid color-mix(in oklab,var(--fd-border) 55%,transparent);background:linear-gradient(to right,transparent calc(50% - .5px),color-mix(in oklab,var(--fd-border) 40%,transparent) calc(50% - .5px),color-mix(in oklab,var(--fd-border) 40%,transparent) calc(50% + .5px),transparent calc(50% + .5px),transparent calc(100% - .5px),color-mix(in oklab,var(--fd-border) 55%,transparent) calc(100% - .5px),color-mix(in oklab,var(--fd-border) 55%,transparent) calc(100% + .5px))}.adoption-chart__rows{position:relative;display:flex;flex-direction:column;gap:.42rem}.adoption-chart__row{--bar-pct: 0;--bar-tone: color-mix( in oklab, var(--ac-bar-low) calc((1 - var(--bar-pct)) * 100%), var(--ac-bar-high) calc(var(--bar-pct) * 100%) );display:grid;grid-template-columns:var(--ac-label-width) 1fr;gap:var(--ac-track-gap);align-items:center;width:100%;padding:0;border:none;background:transparent;font:inherit;text-align:left;cursor:pointer;outline:none}.adoption-chart__row-label{min-width:0;font-size:.72rem;font-weight:500;line-height:1.25;color:var(--fd-muted);text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:color .35s var(--ac-ease)}.adoption-chart__row.is-inspecting .adoption-chart__row-label,.adoption-chart__row.is-selected .adoption-chart__row-label{color:var(--fd-text);font-weight:600}.adoption-chart__row-track{display:flex;align-items:center;min-width:0;height:1.5rem;padding-left:var(--ac-track-inset);padding-right:calc(var(--ac-track-inset) + var(--ac-axis-gutter))}.adoption-chart__bar-plot{position:relative;flex:1;min-width:0;height:1.5rem;display:flex;align-items:center}.adoption-chart__bar-wrap{position:relative;width:calc(var(--bar-pct) * 100%);height:.75rem;min-width:0;transition:width .35s var(--ac-ease)}.adoption-chart__bar-fill{display:block;width:100%;height:100%;border-radius:3px;background:color-mix(in oklab,var(--bar-tone) 72%,var(--fd-zone));transition:background .35s var(--ac-ease),opacity .35s var(--ac-ease)}.adoption-chart__row.is-inspecting .adoption-chart__bar-fill,.adoption-chart__row.is-selected .adoption-chart__bar-fill{background:color-mix(in oklab,var(--bar-tone) 88%,var(--fd-zone))}.adoption-chart__row.is-dimmed .adoption-chart__bar-fill{opacity:.36}.adoption-chart__row:focus-visible .adoption-chart__bar-fill{outline:2px solid var(--bar-tone);outline-offset:2px}.adoption-chart__bar-value{position:absolute;left:100%;margin-left:.35rem;top:50%;transform:translateY(-50%);font-size:.68rem;font-weight:600;font-variant-numeric:tabular-nums;letter-spacing:-.01em;color:var(--fd-text);white-space:nowrap;pointer-events:none;animation:ac-value-in .2s var(--ac-ease) both}@keyframes ac-value-in{0%{opacity:0;transform:translateY(calc(-50% + 3px))}to{opacity:1;transform:translateY(-50%)}}.adoption-chart__axis{display:grid;grid-template-columns:var(--ac-label-width) 1fr;gap:var(--ac-track-gap);align-items:center}.adoption-chart__axis-spacer{display:block}.adoption-chart__axis-ticks{position:relative;height:1.1em;margin-left:var(--ac-track-inset);margin-right:calc(var(--ac-track-inset) + var(--ac-axis-gutter));font-size:.62rem;font-variant-numeric:tabular-nums;color:var(--fd-muted)}.adoption-chart__axis-ticks span{position:absolute;top:0;line-height:1.1}.adoption-chart__axis-ticks span:nth-child(1){left:0}.adoption-chart__axis-ticks span:nth-child(2){left:50%;transform:translate(-50%)}.adoption-chart__axis-ticks span:nth-child(3){left:100%;margin-left:.35rem}@media(prefers-reduced-motion:reduce){.adoption-chart__bar-fill{transition:background .01s linear,opacity .01s linear}.adoption-chart__bar-wrap,.adoption-chart__row-label{transition:none}.adoption-chart__bar-value{animation:none}}.typeahead-search{--ta-ease: cubic-bezier(.22, 1, .36, 1);--ta-placeholder: color-mix(in oklab, var(--fd-muted) 40%, transparent);--ta-badge-customer-fg: color-mix(in oklab, #4338ca 62%, var(--fd-text));--ta-badge-customer-bg: color-mix(in oklab, #6366f1 9%, var(--fd-zone));--ta-badge-customer-border: color-mix(in oklab, #6366f1 20%, var(--fd-border));--ta-badge-invoice-fg: color-mix(in oklab, #0369a1 58%, var(--fd-text));--ta-badge-invoice-bg: color-mix(in oklab, #0ea5e9 9%, var(--fd-zone));--ta-badge-invoice-border: color-mix(in oklab, #0ea5e9 20%, var(--fd-border));--ta-badge-task-fg: color-mix(in oklab, #b45309 58%, var(--fd-text));--ta-badge-task-bg: color-mix(in oklab, #d97706 9%, var(--fd-zone));--ta-badge-task-border: color-mix(in oklab, #d97706 20%, var(--fd-border));display:flex;flex:1;flex-direction:column;min-height:0;height:100%;font:inherit;font-size:.8125rem;line-height:1.45;color:var(--fd-text)}html.dark .typeahead-search{--ta-badge-customer-fg: color-mix(in oklab, #a5b4fc 78%, var(--fd-text));--ta-badge-customer-bg: color-mix(in oklab, #6366f1 16%, var(--fd-zone));--ta-badge-customer-border: color-mix(in oklab, #6366f1 34%, var(--fd-border));--ta-badge-invoice-fg: color-mix(in oklab, #7dd3fc 78%, var(--fd-text));--ta-badge-invoice-bg: color-mix(in oklab, #0ea5e9 16%, var(--fd-zone));--ta-badge-invoice-border: color-mix(in oklab, #0ea5e9 34%, var(--fd-border));--ta-badge-task-fg: color-mix(in oklab, #fcd34d 72%, var(--fd-text));--ta-badge-task-bg: color-mix(in oklab, #d97706 16%, var(--fd-zone));--ta-badge-task-border: color-mix(in oklab, #d97706 34%, var(--fd-border))}.typeahead-search__combobox{display:flex;flex:1;flex-direction:column;min-height:0;border:1px solid var(--fd-border);border-radius:10px;background:var(--fd-surface-raised);overflow:hidden;transition:border-color .25s var(--ta-ease)}.typeahead-search__combobox.is-returning{animation:ta-combobox-in .32s var(--ta-ease) both}.typeahead-search__combobox.is-returning:focus-within{border-color:var(--fd-border)}.typeahead-search__combobox.is-returning:focus-within .typeahead-search__icon{color:var(--fd-muted)}@keyframes ta-combobox-in{0%{opacity:0;transform:translateY(.35rem)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.typeahead-search__combobox.is-returning{animation:none}}.typeahead-search__combobox:focus-within{border-color:color-mix(in oklab,var(--fd-text) 16%,var(--fd-border))}.typeahead-search__combobox:focus-within .typeahead-search__icon{color:color-mix(in oklab,var(--fd-text) 55%,var(--fd-muted))}.typeahead-search__field{position:relative;display:flex;align-items:center;flex-shrink:0}.typeahead-search__icon{position:absolute;left:.7rem;display:grid;place-items:center;pointer-events:none;color:var(--fd-muted)}.typeahead-search__icon-svg{width:1rem;height:1rem}.typeahead-search__input{width:100%;padding:.65rem 2.1rem .65rem 2.15rem;font:inherit;font-size:.9rem;font-weight:400;line-height:1.35;letter-spacing:-.02em;color:var(--fd-text);cursor:text;background:transparent;border:none;border-radius:0}.typeahead-search__input::placeholder{font-size:.9rem;font-weight:400;color:var(--ta-placeholder);opacity:1}.typeahead-search__input::-webkit-input-placeholder{color:var(--ta-placeholder);-webkit-text-fill-color:var(--ta-placeholder);opacity:1}.typeahead-search__input::-moz-placeholder{color:var(--ta-placeholder);opacity:1}.typeahead-search__input:focus{outline:none}.typeahead-search__clear{position:absolute;right:.4rem;display:grid;place-items:center;width:1.5rem;height:1.5rem;padding:0;border:none;border-radius:6px;color:var(--fd-muted);background:transparent;cursor:pointer;transition:color .2s var(--ta-ease),background .2s var(--ta-ease)}.typeahead-search__clear:hover{color:var(--fd-text);background:color-mix(in oklab,var(--fd-zone) 80%,transparent)}.typeahead-search__clear:focus-visible{outline:2px solid color-mix(in oklab,var(--fd-text) 35%,var(--fd-border));outline-offset:1px}.typeahead-search__clear-icon{width:.875rem;height:.875rem}.typeahead-search__panel{display:flex;flex:1;flex-direction:column;min-height:0;border-top:1px solid var(--fd-border)}.typeahead-search__list{margin:0;padding:.2rem .15rem .3rem 0;list-style:none;flex:1 1 auto;min-height:0;overflow-y:auto;scrollbar-width:thin;scrollbar-color:color-mix(in oklab,var(--fd-muted) 38%,transparent) transparent}.typeahead-search__list::-webkit-scrollbar{width:5px}.typeahead-search__list::-webkit-scrollbar-track{background:transparent}.typeahead-search__list::-webkit-scrollbar-thumb{background:color-mix(in oklab,var(--fd-muted) 32%,transparent);border-radius:999px}.typeahead-search__list::-webkit-scrollbar-thumb:hover{background:color-mix(in oklab,var(--fd-muted) 48%,transparent)}.typeahead-search__option{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.75rem;align-items:center;padding:.5rem .65rem;cursor:pointer;transition:background .15s var(--ta-ease)}.typeahead-search__option.is-active{background:color-mix(in oklab,var(--fd-text) 4%,var(--fd-surface-raised))}.typeahead-search__option-main{display:flex;flex-direction:column;gap:.12rem;min-width:0}.typeahead-search__option-label{font-size:.8rem;font-weight:400;line-height:1.35;letter-spacing:-.005em;color:color-mix(in oklab,var(--fd-text) 88%,var(--fd-muted));white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.typeahead-search__option.is-active .typeahead-search__option-label{color:var(--fd-text)}.typeahead-search__option-meta{font-size:.6875rem;line-height:1.35;font-variant-numeric:tabular-nums;color:var(--fd-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.typeahead-search__pill{flex-shrink:0;justify-self:end;padding:.13rem .42rem;font-size:.625rem;font-weight:600;line-height:1.2;letter-spacing:.035em;text-transform:uppercase;text-align:center;white-space:nowrap;border-radius:999px;border:1px solid var(--fd-border);color:var(--fd-muted);background:color-mix(in oklab,var(--fd-zone) 50%,var(--fd-surface-raised))}.typeahead-search__pill.is-customer{color:var(--ta-badge-customer-fg);background:var(--ta-badge-customer-bg);border-color:var(--ta-badge-customer-border)}.typeahead-search__pill.is-invoice{color:var(--ta-badge-invoice-fg);background:var(--ta-badge-invoice-bg);border-color:var(--ta-badge-invoice-border)}.typeahead-search__pill.is-task{color:var(--ta-badge-task-fg);background:var(--ta-badge-task-bg);border-color:var(--ta-badge-task-border)}.typeahead-search__mark{font-weight:500;color:inherit;background:color-mix(in oklab,var(--fd-text) 8%,transparent);border-radius:2px}.typeahead-search__overflow{margin:0;padding:.4rem .65rem .45rem;font-size:.75rem;line-height:1.35;color:var(--fd-muted);border-top:1px solid var(--fd-border)}.typeahead-search__empty{padding:.85rem .65rem}.typeahead-search__empty-title{margin:0 0 .25rem;font-size:inherit;font-weight:500;line-height:1.35;color:var(--fd-text)}.typeahead-search__empty-hint{margin:0;font-size:.75rem;line-height:1.45;color:var(--fd-muted)}.typeahead-search__record{display:flex;flex:1;flex-direction:column;align-items:flex-start;gap:0;min-height:0;animation:ta-record-in .32s var(--ta-ease) both}.typeahead-search__back{display:inline-flex;align-items:center;gap:.15rem;align-self:flex-start;margin:0;padding:0;border:none;font:inherit;font-size:.8125rem;line-height:1.35;color:var(--fd-muted);background:none;cursor:pointer;transition:color .2s var(--ta-ease)}.typeahead-search__back:hover{color:var(--fd-text)}.typeahead-search__back:focus-visible{outline:2px solid color-mix(in oklab,var(--fd-text) 35%,var(--fd-border));outline-offset:2px;border-radius:4px}.typeahead-search__back-icon{width:.95rem;height:.95rem}.typeahead-search__record-main{display:flex;flex-direction:column;gap:.5rem;width:100%;margin-top:1.35rem}.typeahead-search__record-head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.75rem;align-items:center;width:100%}.typeahead-search__record-title{min-width:0}.typeahead-search__record-head .typeahead-search__pill{justify-self:end;width:fit-content}.typeahead-search__record-meta{margin:0;font-size:.8125rem;line-height:1.4;font-variant-numeric:tabular-nums;color:var(--fd-muted)}.typeahead-search__record-body{width:100%;margin:.35rem 0 0;padding-top:.75rem;border-top:1px solid var(--fd-border);font-size:inherit;line-height:1.5;color:var(--fd-text)}@keyframes ta-record-in{0%{opacity:0;transform:translateY(.35rem)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.typeahead-search__record{animation:none}}.pg-stage{--pg-experiment-max: min(32rem, 100%);--pg-experiments-gap-x: clamp(1.25rem, 2.5vw, 2rem);--pg-experiments-gap-y: clamp(2.75rem, 6.5vw, 3.75rem);--pg-demo-pad: clamp(1rem, 2.5vw, 1.25rem);--pg-card-inner-height: calc(13.6rem + 2px) ;--pg-card-height: calc(2 * var(--pg-demo-pad) + var(--pg-card-inner-height));--pg-file-drop-card-extra: 1.5rem;--pg-row2-card-height: calc(var(--pg-card-height) + var(--pg-file-drop-card-extra));text-align:center}.pg-stage__header{max-width:var(--pg-experiment-max);margin:0 auto clamp(2.5rem,5vw,3.5rem)}.pg-stage__title{font-family:var(--font-serif)}.pg-stage__lede{margin:0 auto;max-width:28rem;color:var(--color-text-muted);line-height:1.6}.pg-experiments{display:flex;flex-direction:column;gap:var(--pg-experiments-gap-y);max-width:var(--pg-experiment-max);margin-inline:auto;text-align:left}.pg-experiment{display:flex;flex-direction:column;min-width:0}@container (min-width: 52rem){.pg-stage{--pg-experiment-max: min(68rem, 100%);--pg-experiments-gap-x: clamp(2rem, 5vw, 3.5rem);--pg-experiments-gap-y: clamp(2rem, 4vw, 2.75rem)}.pg-stage__header{max-width:var(--pg-experiment-max)}.pg-experiments{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:var(--pg-experiments-gap-x);row-gap:var(--pg-experiments-gap-y);align-items:start}}.pg-reveal{opacity:0;transform:translateY(14px)}.pg-reveal.is-revealed{animation:pg-reveal-in .55s cubic-bezier(.22,1,.36,1) forwards}@keyframes pg-reveal-in{to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.pg-reveal{opacity:1;transform:none}.pg-reveal.is-revealed{animation:none}}.pg-experiment__card{--fd-surface: color-mix(in oklab, var(--color-surface) 50%, var(--color-bg));--fd-surface-raised: color-mix(in oklab, var(--color-bg-elevated) 65%, var(--color-surface) 35%);--fd-zone: color-mix(in oklab, var(--color-code-bg) 45%, var(--color-bg));--fd-border: var(--color-border);--fd-border-active: var(--color-link);--fd-text: var(--color-text);--fd-muted: var(--color-text-muted);--fd-accent: var(--color-link);--fd-accent-soft: color-mix(in oklab, var(--color-link) 16%, transparent);--fd-warning: #b45309;--fd-warning-text: #92400e;--fd-warning-soft: color-mix(in oklab, #fbbf24 18%, var(--color-bg));--fd-danger: #c2410c;--fd-danger-text: #9a3412;--fd-danger-soft: color-mix(in oklab, #fb923c 14%, var(--color-bg));--pg-demo-border: color-mix(in oklab, var(--fd-border) 42%, transparent);min-width:0;overflow:hidden;display:flex;flex-direction:column;padding:0;border-radius:18px;background:color-mix(in oklab,var(--color-surface) 45%,var(--color-bg));box-shadow:var(--shadow-soft);text-align:left}.pg-experiment__card--placeholder{padding:var(--pg-demo-pad);overflow:visible}.pg-experiment__card:has(.feedback-form__panel.is-outcome){overflow:visible}.pg-experiment__card:has(.file-drop){overflow:visible}.pg-experiment__card:has(.feedback-form){transition:min-height .32s cubic-bezier(.22,1,.36,1)}.adoption-chart,.typeahead-search{box-sizing:border-box;height:100%;min-height:0;padding:var(--pg-demo-pad);border:1px solid var(--pg-demo-border);border-radius:18px;background:var(--fd-surface-raised)}.file-drop{box-sizing:border-box;min-height:var(--pg-row2-card-height);height:auto;padding:var(--pg-demo-pad);border:1px solid var(--pg-demo-border);border-radius:18px;background:var(--fd-surface-raised)}.pg-experiment__card>:only-child{min-height:0}@container (min-width: 52rem){.pg-experiment__card:not(:has(.feedback-form__panel.is-outcome)):not(:has(.file-drop)):not(:has(.typeahead-search)){height:var(--pg-card-height);min-height:var(--pg-card-height)}.pg-experiment__card:has(.typeahead-search):not(.pg-experiment__card--placeholder){height:var(--pg-row2-card-height);min-height:var(--pg-row2-card-height)}.pg-experiment__card:has(.file-drop):not(.pg-experiment__card--placeholder){min-height:var(--pg-row2-card-height);height:auto}.pg-experiment__card:not(.pg-experiment__card--placeholder):not(:has(.feedback-form__panel.is-outcome)):not(:has(.file-drop)):not(:has(.typeahead-search))>:only-child{flex:1 1 auto;display:flex;flex-direction:column;min-height:0;height:100%}.pg-experiment__card:has(.file-drop):not(.pg-experiment__card--placeholder)>:only-child{flex:none;height:auto;min-height:0}.pg-experiment__card:has(.feedback-form__panel.is-outcome)>:only-child{flex:none;height:auto}}.pg-experiment__card:has(.feedback-form__panel.is-outcome)>:only-child{flex:none;height:auto}.pg-experiment__card:not(.pg-experiment__card--placeholder):not(:has(.feedback-form__panel.is-outcome)):not(:has(.file-drop)):not(:has(.typeahead-search)){height:var(--pg-card-height);min-height:var(--pg-card-height)}.pg-experiment__card:has(.typeahead-search):not(.pg-experiment__card--placeholder){height:var(--pg-row2-card-height);min-height:var(--pg-row2-card-height)}.pg-experiment__card:has(.file-drop):not(.pg-experiment__card--placeholder){min-height:var(--pg-row2-card-height);height:auto}.pg-experiment__card:not(.pg-experiment__card--placeholder):not(:has(.feedback-form__panel.is-outcome)):not(:has(.file-drop)):not(:has(.typeahead-search))>:only-child{flex:1 1 auto;display:flex;flex-direction:column;min-height:0;height:100%}.pg-experiment__card:has(.file-drop):not(.pg-experiment__card--placeholder)>:only-child{flex:none;height:auto;min-height:0}.pg-card-heading{margin:0;font-family:var(--font-sans, inherit);font-size:1rem;font-weight:500;letter-spacing:-.01em;line-height:1.35;text-transform:none;color:var(--fd-text)}html:not(.dark) .pg-experiment__card{--pg-experiment-fill: color-mix( in oklab, var(--color-bg-elevated) 50%, color-mix(in oklab, var(--color-surface) 34%, var(--color-bg)) );--fd-zone: var(--pg-experiment-fill);--fd-surface: var(--pg-experiment-fill);--fd-surface-raised: color-mix(in oklab, var(--color-surface) 38%, var(--color-bg));background:var(--pg-experiment-fill)}html.dark .pg-experiment__card{--fd-surface: color-mix(in oklab, var(--color-code-bg) 50%, var(--color-bg));--fd-surface-raised: color-mix(in oklab, var(--color-code-bg) 72%, var(--color-bg));--fd-zone: color-mix(in oklab, var(--color-code-bg) 38%, var(--color-bg));--fd-warning-text: #fde68a;--fd-warning-soft: color-mix(in oklab, #fbbf24 12%, var(--color-code-bg));--fd-danger-text: #fed7aa;--fd-danger-soft: color-mix(in oklab, #fb923c 10%, var(--color-code-bg));background:color-mix(in oklab,var(--color-code-bg) 55%,var(--color-bg))}.pg-experiment__card--placeholder{align-items:center;justify-content:center;min-height:11.5rem;border:2px dashed color-mix(in oklab,var(--fd-border) 92%,transparent);background:color-mix(in oklab,var(--fd-zone) 55%,transparent);box-shadow:none}html:not(.dark) .pg-experiment__card--placeholder{background:color-mix(in oklab,var(--pg-experiment-fill, var(--fd-zone)) 70%,transparent)}html.dark .pg-experiment__card--placeholder{background:color-mix(in oklab,var(--color-code-bg) 35%,var(--color-bg))}.pg-experiment__placeholder-label{margin:0;font-size:.8125rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase;color:var(--fd-muted)}.home-hero{position:relative;isolation:isolate;display:grid;grid-template-columns:minmax(0,1.12fr) minmax(260px,.88fr);grid-template-areas:"lead panel" "intro panel";column-gap:clamp(2rem,5vw,4rem);row-gap:clamp(1.75rem,3.5vw,2.75rem);align-items:start;margin-bottom:clamp(3rem,6vw,5rem)}.home-hero__lead,.home-hero__panel,.home-hero__intro{position:relative;z-index:1}.home-hero__lead{grid-area:lead;min-width:0}.home-hero__panel{grid-area:panel;display:flex;align-items:center;justify-content:flex-end;align-self:center;min-width:0}.home-hero__intro{grid-area:intro;max-width:32rem;min-width:0;--intro-line-height: 1.75;font-size:clamp(1rem,1.6vw,1.0625rem);color:var(--color-text-muted)}@media(max-width:767px){.home-hero{grid-template-columns:1fr;grid-template-areas:"lead" "panel" "intro";row-gap:2rem;text-align:left;margin-bottom:clamp(3.5rem,8vw,5.5rem)}.home-hero__panel{justify-content:flex-start;align-self:start;padding-block:.5rem}.home-hero__intro{max-width:38rem;margin-inline:0;text-align:left}}@media(max-width:640px){.home-hero{row-gap:1.75rem}}.home-eyebrow{text-transform:uppercase;font-size:12px;font-weight:500;letter-spacing:.06em;margin-bottom:12px;display:inline-block;color:var(--color-accent)}html.dark .home-eyebrow{color:var(--color-accent);font-weight:400}.home-title{font-family:var(--font-serif);font-size:clamp(3.25rem,7.5vw,4.35rem);font-weight:200;letter-spacing:-.015em;line-height:1.08;margin:0}.home-hero__intro p{line-height:var(--intro-line-height);margin:0}.home-hero__intro p+p{margin-top:1rem}.home-intro{--intro-line-height: 1.9;display:flex;align-items:center;gap:1.25rem;max-width:36rem}.home-intro-photo{flex-shrink:0;width:calc(2 * var(--intro-line-height) * 1em);height:calc(2 * var(--intro-line-height) * 1em);border-radius:50%;overflow:hidden;border:1px solid color-mix(in oklab,var(--color-border) 75%,transparent)}.home-intro p{line-height:var(--intro-line-height);margin:0;flex:1;min-width:0}.home-profile-photo{display:block;width:100%;height:100%;object-fit:cover}.home-profile-wrapper{display:flex;justify-content:center;position:relative;flex-shrink:0}.home-profile{position:relative}.home-profile-arrow{position:absolute;left:-10px;top:-20px;transform:rotate(-6deg);transition:opacity .2s ease-in-out;opacity:.7;pointer-events:none}html.dark .home-profile-arrow path{fill:var(--color-accent)}@media(max-width:640px){.home-intro{align-items:flex-start;gap:1rem}.home-intro-photo{width:calc(2 * var(--intro-line-height) * .95em);height:calc(2 * var(--intro-line-height) * .95em)}}@property --th-a{syntax: "<color>"; inherits: true; initial-value: oklch(.55 .16 286);}@property --th-b{syntax: "<color>"; inherits: true; initial-value: oklch(.58 .14 255);}.hero-themer{--th-a: oklch(.55 .16 286);--th-b: oklch(.58 .14 255);position:relative;display:block;width:100%;min-height:clamp(280px,34vw,340px);margin:0;padding:.5rem 0;border:none;background:transparent;cursor:pointer;font:inherit;text-align:left;transition:--th-a .45s ease,--th-b .45s ease}.hero-themer:focus-visible{outline:2px solid color-mix(in oklch,var(--th-a) 45%,transparent);outline-offset:6px;border-radius:8px}.hero-themer__chip,.hero-themer__chart,.hero-themer__card{position:absolute;transition:background-color .45s ease,border-color .45s ease,color .45s ease,box-shadow .45s ease,transform .45s ease}.hero-themer__chip{top:4%;right:8%;display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .7rem;font-size:.72rem;font-weight:500;border-radius:999px;border:1px solid color-mix(in oklch,var(--th-b) 35%,var(--color-border));background:color-mix(in oklch,var(--th-b) 14%,var(--color-surface));color:color-mix(in oklch,var(--th-b) 80%,var(--color-text));transform:rotate(4deg);box-shadow:var(--shadow-soft)}.hero-themer__dot{width:.4rem;height:.4rem;border-radius:999px;background:var(--th-b);box-shadow:0 0 .5em color-mix(in oklch,var(--th-b) 50%,transparent)}.hero-themer__chart{--chart-grid: color-mix(in oklch, var(--color-border) 50%, transparent);--chart-axis: color-mix(in oklch, var(--color-border) 82%, transparent);bottom:14%;left:8%;isolation:isolate;display:flex;align-items:flex-end;justify-content:space-between;gap:.55rem;width:min(6.75rem,38%);height:3rem;padding:0 .1rem 0 .35rem;transform:rotate(-3deg)}.hero-themer__chart:before{content:"";position:absolute;inset:0;border-left:1.5px solid var(--chart-axis);border-bottom:1.5px solid var(--chart-axis);z-index:0;pointer-events:none}.hero-themer__chart:after{content:"";position:absolute;inset:0 0 1.5px 1.5px;z-index:0;pointer-events:none;background-image:linear-gradient(to bottom,var(--chart-grid) 0,var(--chart-grid) 1px,transparent 1px,transparent 100%);background-size:100% 25%;background-repeat:repeat-y;background-position:left bottom}.hero-themer__bar{position:relative;z-index:1;flex:0 0 .5rem;width:.5rem;border-radius:3px 3px 1px 1px;background:var(--th-a);transition:background .45s ease,height .45s ease}.hero-themer__bar:nth-child(1){height:38%;opacity:.45}.hero-themer__bar:nth-child(2){height:62%;background:color-mix(in oklch,var(--th-a) 70%,var(--th-b))}.hero-themer__bar:nth-child(3){height:48%;background:var(--th-b);opacity:.7}.hero-themer__bar:nth-child(4){height:82%}.hero-themer__card{top:26%;left:24%;width:min(11rem,52%);padding:.65rem .7rem .75rem;border-radius:14px;border:1px solid color-mix(in oklab,var(--color-border) 82%,var(--th-a) 18%);background:transparent;transform:rotate(2deg);box-shadow:none}.hero-themer__card-bar{display:block;height:.35rem;width:42%;border-radius:999px;margin-bottom:.55rem;background:linear-gradient(90deg,var(--th-a),var(--th-b))}.hero-themer__card-line{display:block;height:.28rem;border-radius:999px;margin-bottom:.35rem;background:color-mix(in oklab,var(--color-border) 75%,transparent)}.hero-themer__card-line--short{width:62%;margin-bottom:0}.hero-themer__remix{position:absolute;bottom:2%;right:6%;display:inline-flex;align-items:center;gap:.4rem;color:var(--color-text-muted);pointer-events:none}.hero-themer__theme-name{font-size:.68rem;font-weight:400;letter-spacing:.02em;color:var(--color-text-muted);opacity:.65;transition:opacity .2s ease}.hero-themer__remix-icon{display:block;width:1rem;height:1rem;flex-shrink:0;opacity:.7;transition:transform .25s ease,opacity .2s ease}.hero-themer__remix-icon.is-spinning{animation:hero-themer-remix-spin .55s cubic-bezier(.33,1,.68,1);transition:opacity .2s ease}@keyframes hero-themer-remix-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hero-themer:hover .hero-themer__theme-name{opacity:.85}.hero-themer:hover .hero-themer__remix-icon{opacity:1;color:color-mix(in oklch,var(--th-a) 55%,var(--color-text-muted))}.hero-themer:hover .hero-themer__remix-icon:not(.is-spinning){transform:rotate(-90deg)}.hero-themer:hover .hero-themer__chip{transform:rotate(8deg) scale(1.06)}.hero-themer:hover .hero-themer__chart{transform:rotate(-11deg) scale(1.05)}.hero-themer:hover .hero-themer__card{transform:rotate(7deg) scale(1.07)}html:not(.dark) .hero-themer__chip{background:color-mix(in oklab,var(--color-bg-elevated) 82%,var(--th-b) 18%);border-color:color-mix(in oklab,var(--color-border) 55%,var(--th-b) 45%);box-shadow:0 6px 20px #0f12230f}html:not(.dark) .hero-themer__card{border-color:color-mix(in oklab,var(--color-border) 88%,var(--th-a) 12%);background:color-mix(in oklab,var(--color-bg) 55%,var(--color-bg-elevated) 45%);box-shadow:0 4px 16px #0f12230a}html:not(.dark) .hero-themer__card-line{background:color-mix(in oklab,var(--color-border) 70%,transparent)}@media(max-width:767px){.hero-themer{width:min(100%,22rem);margin-inline:0}}@media(prefers-reduced-motion:reduce){.hero-themer,.hero-themer__chip,.hero-themer__chart,.hero-themer__card{transition:none}.hero-themer:hover .hero-themer__chip{transform:rotate(4deg)}.hero-themer:hover .hero-themer__chart{transform:rotate(-3deg)}.hero-themer:hover .hero-themer__card{transform:rotate(2deg)}.hero-themer__remix-icon{transition:none}.hero-themer__remix-icon.is-spinning{animation:none}}.home-logos{display:flex;flex-direction:column;align-items:center;margin-bottom:clamp(2rem,5vw,3rem);text-align:center}.home-logos__list{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:clamp(1.25rem,4vw,2.5rem);margin:0;padding:0;list-style:none;max-width:36rem}.home-logos__item{display:flex;align-items:center;justify-content:center}.home-logos__link{display:flex;align-items:center;color:inherit;text-decoration:none}.home-logos__link:hover{text-decoration:none}.home-logos__img{display:block;height:1.75rem;width:auto;max-width:7.5rem;object-fit:contain;opacity:.55;filter:grayscale(1);transition:opacity .2s ease}.home-logos__link:hover .home-logos__img,.home-logos__item:hover .home-logos__img{opacity:.85}.home-logos__text{font-size:.8125rem;font-weight:600;letter-spacing:.04em;color:var(--color-text-muted);opacity:.7}.home-logos__link:hover .home-logos__text{color:var(--color-text);opacity:1}.home-playground{--pg-grid-minor: 18px;--pg-grid-major: 72px;--pg-grid-line: color-mix(in oklab, #3b82f6 11%, transparent);--pg-grid-line-major: color-mix(in oklab, #2563eb 16%, transparent);--pg-grid-blend: multiply;container-type:inline-size;position:relative;isolation:isolate;overflow:hidden;scroll-margin-top:5rem;margin-bottom:clamp(5rem,10vw,7rem);padding:clamp(1.25rem,3vw,2rem) clamp(1rem,4vw,2rem)}.home-playground:before{content:"";position:absolute;inset:0;--pg-grid-x: calc(mod(100cqw, var(--pg-grid-major))/2) ;pointer-events:none;opacity:.32;mix-blend-mode:var(--pg-grid-blend);background-image:linear-gradient(var(--pg-grid-line) 1px,transparent 1px),linear-gradient(90deg,var(--pg-grid-line) 1px,transparent 1px),linear-gradient(var(--pg-grid-line-major) 1px,transparent 1px),linear-gradient(90deg,var(--pg-grid-line-major) 1px,transparent 1px);background-size:var(--pg-grid-minor) var(--pg-grid-minor),var(--pg-grid-minor) var(--pg-grid-minor),var(--pg-grid-major) var(--pg-grid-major),var(--pg-grid-major) var(--pg-grid-major);background-position:var(--pg-grid-x) 0,var(--pg-grid-x) 0,var(--pg-grid-x) 0,var(--pg-grid-x) 0;mask-image:linear-gradient(to bottom,transparent 0%,transparent 6%,#000 22%,#000 90%,transparent 100%)}.home-playground>*{position:relative;z-index:1}html.dark .home-playground{--pg-grid-line: color-mix(in oklab, #7eb4ff 9%, transparent);--pg-grid-line-major: color-mix(in oklab, #93c5fd 13%, transparent);--pg-grid-blend: soft-light}html.dark .home-playground:before{opacity:.28}.home-playground__soon{margin:clamp(3rem,7vw,4.5rem) 0 0;text-align:center;font-size:.8rem;color:var(--color-text-muted);letter-spacing:.02em}.home-blog{display:grid;grid-template-columns:1fr 1fr;grid-auto-flow:column;gap:5rem;margin-bottom:7rem}@media(max-width:1024px){.home-blog{display:block}.home-blog-pinned{margin-right:auto;margin-bottom:4rem}}.home-label{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent);margin:.75rem 0 1.5rem;display:inline-block}.home-posts{display:grid;gap:2.5rem}.home-post{display:block;color:inherit}.home-post:hover{text-decoration:none}.home-post h2{font-size:1.125rem;font-weight:400;margin:0 0 .35em;display:flex;align-items:center}.home-post h2:after{content:"→";margin-left:.5rem;font-size:.875rem;opacity:0;transition:opacity .15s ease-in}.home-post:hover h2{color:var(--color-link)}.home-post:hover h2:after{opacity:1}.home-post-desc{color:var(--color-text-muted);margin-bottom:.75rem;font-size:1rem}.home-post-meta{display:flex;align-items:baseline;gap:0;font-size:.875rem;color:var(--color-text-muted);margin:0}.home-post-meta .sep{padding:0 .5rem}.home-post-meta .tag{text-transform:capitalize}.home-post-featured-image{height:240px;width:100%;margin-bottom:2rem;overflow:hidden;position:relative;border-radius:var(--radius-lg);border:1px solid color-mix(in oklab,var(--color-border) 70%,transparent);background:var(--color-surface);transition:transform .22s ease-in-out,box-shadow .22s ease-in-out,border-color .22s ease-in-out}.home-post-featured-image img{width:100%;height:100%;object-fit:cover;display:block}.home-post:hover .home-post-featured-image{transform:rotate(1.25deg) translateY(-2px);box-shadow:var(--shadow-lift);border-color:color-mix(in oklab,var(--color-link) 35%,var(--color-border))}html.dark .home-post:hover .home-post-featured-image{box-shadow:var(--shadow-lift)}.home-post-row{display:flex;gap:2rem;align-items:flex-start}@media(max-width:640px){.home-post-row{gap:1.25rem}}.home-post-thumb{position:relative;flex-shrink:0;width:100px;height:100px;border-radius:var(--radius-md);border:1px solid color-mix(in oklab,var(--color-border) 70%,transparent);background:var(--color-surface);overflow:hidden;transition:box-shadow .2s ease-in-out}.home-post-thumb img{width:100%;height:100%;object-fit:cover;display:block}@media(max-width:640px){.home-post-thumb{width:55px;height:55px;border-radius:6px}.home-post-meta .tag-row{display:none}.home-post-meta{font-size:.75rem}}.home-post:hover .home-post-thumb,html.dark .home-post:hover .home-post-thumb{box-shadow:var(--shadow-soft)}.home-podcast{display:grid;grid-template-columns:1fr 1fr;grid-auto-flow:column;gap:3rem;align-items:center;margin-bottom:4rem}@media(max-width:1024px){.home-podcast{display:block}.home-podcast-visual{display:flex;justify-content:center;padding-right:0;margin-bottom:3rem}.home-podcast-copy{margin-right:auto;text-align:center}}.home-podcast-visual{padding-right:1rem}.home-podcast-logo{display:block;max-width:100%;height:auto}.home-podcast-copy{margin-right:2rem}.home-podcast-copy h2{font-family:var(--font-serif);margin-top:-1rem}.home-hobbies{margin-bottom:7rem}.home-hobbies-title{font-family:var(--font-serif);text-align:center;margin-bottom:1rem}.home-hobbies-intro{text-align:center;margin-bottom:4rem}@media(max-width:640px){.home-hobbies-intro{margin-bottom:3rem}}.home-hobbies-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:3rem}@media(max-width:1018px){.home-hobbies-grid{grid-template-columns:repeat(2,1fr);row-gap:5rem}}.home-hobby{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center;color:inherit}.home-hobby:hover{text-decoration:none}.home-hobby-image{width:100%;height:auto;border-radius:12px;object-fit:cover;transition:all .2s ease-in-out}.home-hobby:hover .home-hobby-image{transform:rotate(2deg);box-shadow:0 8px 8px -2px #0003}html.dark .home-hobby:hover .home-hobby-image{box-shadow:0 14px 12px -2px #0000004d}.home-hobby span{font-size:.875rem;color:var(--color-text-muted)}.home-about{position:relative;isolation:isolate;margin-top:clamp(2rem,5vw,3.25rem);margin-bottom:calc(-1 * var(--about-atmosphere-bleed-bottom));padding:clamp(4rem,10vw,6rem) 0 calc(clamp(3rem,7vw,4.5rem) + var(--about-atmosphere-bleed-bottom));scroll-margin-top:5rem}.home-about:before{content:"";position:absolute;z-index:-2;pointer-events:none;display:none}.home-about:after{content:"";position:absolute;z-index:-1;left:50%;width:100vw;margin-left:-50vw;top:0;bottom:0;pointer-events:none;background-image:radial-gradient(circle,var(--color-dot-grid) 1px,transparent 1px);background-size:22px 22px;background-position:center bottom;opacity:.8;-webkit-mask-image:radial-gradient(ellipse 155% 130% at 50% 88%,#000 4%,transparent 92%),linear-gradient(to top,#000 0%,#000 var(--about-atmosphere-fade-start),transparent var(--about-atmosphere-fade-end));-webkit-mask-composite:source-in;mask-image:radial-gradient(ellipse 155% 130% at 50% 88%,#000 4%,transparent 92%),linear-gradient(to top,#000 0%,#000 var(--about-atmosphere-fade-start),transparent var(--about-atmosphere-fade-end));mask-composite:intersect}html.dark .home-about:before,html.dark .home-about:after{display:block}html.dark .home-about:after{opacity:.75}html.dark .home-about:before{left:50%;width:100vw;margin-left:-50vw;top:0;bottom:0;background:radial-gradient(ellipse 42% 36% at 26% 82%,var(--hero-glow-a),transparent 74%),radial-gradient(ellipse 38% 32% at 74% 78%,var(--hero-glow-b),transparent 72%);filter:blur(36px);opacity:.48;-webkit-mask-image:radial-gradient(ellipse 92% 78% at 50% 90%,#000 14%,transparent 76%),linear-gradient(to top,#000 0%,#000 var(--about-atmosphere-fade-start),transparent var(--about-atmosphere-fade-end));-webkit-mask-composite:source-in;mask-image:radial-gradient(ellipse 92% 78% at 50% 90%,#000 14%,transparent 76%),linear-gradient(to top,#000 0%,#000 var(--about-atmosphere-fade-start),transparent var(--about-atmosphere-fade-end));mask-composite:intersect}.home-footer{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:clamp(1.75rem,4vw,2.5rem);max-width:40rem;margin-inline:auto;text-align:center}.home-footer__title{margin:0;font-family:var(--font-serif);font-weight:200;font-size:clamp(2rem,4.5vw,2.75rem);line-height:1.1;letter-spacing:-.015em;text-wrap:balance}.home-footer__main{display:flex;flex-direction:column;align-items:center;gap:clamp(1.5rem,3.5vw,2rem);width:100%;max-width:28rem}.home-footer__cta{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-height:3rem;min-width:11rem;padding:.8rem 1.85rem;font-size:1.0625rem;font-weight:600;letter-spacing:.02em;line-height:1.2;color:var(--about-cta-fg);text-decoration:none;border-radius:999px;background:var(--about-cta-bg);transition:box-shadow .3s ease}html:not(.dark) .home-footer__cta{text-shadow:0 0 8px rgba(255,255,255,.22);box-shadow:0 6px 20px color-mix(in oklab,#7eb4ff 18%,transparent),0 2px 6px #00000012,0 0 0 1px color-mix(in oklab,#7eb4ff 28%,transparent)}html:not(.dark) .home-footer__cta:hover,html:not(.dark) .home-footer__cta:focus-visible{box-shadow:0 8px 24px color-mix(in oklab,#7eb4ff 26%,transparent),0 3px 8px #00000017,0 0 0 1px color-mix(in oklab,#7eb4ff 42%,transparent)}html.dark .home-footer__cta{box-shadow:0 12px 28px #00000059,0 0 0 1px var(--about-cta-ring)}html.dark .home-footer__cta:hover,html.dark .home-footer__cta:focus-visible{box-shadow:0 8px 22px color-mix(in oklab,#7eb4ff 18%,transparent),0 4px 12px #0006,0 0 0 1px color-mix(in oklab,#a8cdff 48%,transparent),0 0 12px color-mix(in oklab,#7eb4ff 12%,transparent)}.home-footer__cta:hover,.home-footer__cta:focus-visible{color:var(--about-cta-fg);text-decoration:none}.home-footer__cta:focus-visible{outline:3px solid var(--about-cta-focus);outline-offset:3px}.home-footer__cta:focus:not(:focus-visible){outline:none}.home-footer__cta-icon{width:1.125rem;height:1.125rem;flex-shrink:0}.home-footer__social{width:100%;padding-top:clamp(1.25rem,3vw,1.5rem);border-top:1px solid color-mix(in oklab,var(--color-border) 50%,transparent)}.home-footer__social-list{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;column-gap:1.35rem;row-gap:.65rem;list-style:none;margin:0;padding:0}.home-footer__social a{font-size:.9375rem;font-weight:500;color:var(--color-text-muted);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.18em;text-decoration-color:color-mix(in oklab,currentColor 35%,transparent);border-radius:2px;transition:color .12s ease,text-decoration-color .12s ease}.home-footer__social a:hover{color:var(--color-link);text-decoration-color:color-mix(in oklab,currentColor 85%,transparent)}.home-footer__social a:focus-visible{outline:2px solid var(--about-cta-focus);outline-offset:3px}.home-footer__legal{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.5rem 1.5rem;margin:0;padding-top:.25rem;font-size:.75rem;line-height:1.5;color:color-mix(in oklab,var(--color-text-muted) 88%,transparent)}.home-footer__legal a{color:inherit;text-decoration-thickness:1px;text-underline-offset:.14em;border-radius:2px}.home-footer__legal a:hover{color:var(--color-link)}.home-footer__legal a:focus-visible{outline:2px solid var(--about-cta-focus);outline-offset:3px}@media(prefers-reduced-motion:reduce){.home-footer__cta{transition:none}}@media(forced-colors:active){.home-footer__cta{border:2px solid ButtonText;background:ButtonFace;color:ButtonText;forced-color-adjust:none}.home-footer__cta:focus-visible{outline:3px solid Highlight;outline-offset:3px}}.icon-badge{display:inline-flex;align-items:center;gap:.5rem;border-radius:9999px;padding:4px 10px;border:1px solid var(--color-accent-soft)}.title-stacked{display:flex;flex-direction:column;align-items:flex-start;font-weight:300;line-height:1.12;overflow:visible}.home-title-row{display:block;line-height:1.1;overflow:visible}.home-title-row--focus{position:relative;z-index:2;margin-top:-8px;line-height:1.2;min-height:1.38em;display:flex;align-items:flex-end}.home-title-row--under{position:relative;z-index:1}.home-title-row--focus:has(.typed-hero-word) .typed-hero-fallback{display:none}.typed-hero-fallback{font-size:1.2em;font-weight:800;font-style:italic}.typed-hero-word{display:inline-flex;align-items:center;min-width:0;text-align:left;white-space:nowrap;vertical-align:baseline;position:relative}.typed-hero-word__text{display:inline-grid;vertical-align:baseline;min-height:1.15em;line-height:1.15}.typed-hero-word__sizer,.typed-hero-word__live{grid-area:1 / 1;line-height:1.15}.typed-hero-word__sizer{visibility:hidden;pointer-events:none;user-select:none}.typed-hero-word__live{min-height:1.15em}.typed-hero-word__char{display:inline-block;will-change:opacity}.typed-hero-word__char .gradient-word{display:inline-block}.typed-hero-word--ai .typed-hero-word__text{position:relative}.typed-hero-word--ai .typed-hero-word__char .gradient-word{filter:drop-shadow(0 0 .22em color-mix(in oklch,var(--title-focus) 18%,transparent))}html.dark .typed-hero-word--ai .typed-hero-word__char .gradient-word{filter:drop-shadow(0 0 .26em color-mix(in oklch,var(--title-focus) 24%,transparent))}.gradient-word{position:relative;z-index:1;line-height:1.15;font-size:1.2em;font-weight:800;font-style:italic;padding-block:.06em .14em;margin-block:-.09em;color:var(--gradient-word-fallback);background:none;-webkit-text-fill-color:unset}@supports ((-webkit-background-clip: text) or (background-clip: text)){.gradient-word{background:var(--gradient-word);background-size:100% 100%;-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent;-webkit-box-decoration-break:clone;box-decoration-break:clone}}.typed-hero-word__cursor{display:inline-block;width:.055em;height:.82em;margin-left:.06em;vertical-align:-.08em;border-radius:1px;background:var(--title-focus);animation:typed-cursor-blink 1.05s step-end infinite}.typed-hero-word__spark{display:none}.typed-hero-word--ai .typed-hero-word__spark{display:inline-block;width:.14em;height:.14em;margin-left:.15em;border-radius:999px;align-self:center;background:color-mix(in oklch,var(--title-focus) 78%,var(--color-text) 22%);box-shadow:0 0 .14em color-mix(in oklch,var(--title-focus) 24%,transparent);opacity:0;transform:scale(.9);transition:opacity .36s ease-out,transform .36s ease-out}.typed-hero-word--ai.is-priming .typed-hero-word__spark{position:absolute;left:0;opacity:1;transform:scale(1);animation:ai-spark-double-blink 1.5s cubic-bezier(.22,.61,.36,1) 1 both}@keyframes typed-cursor-blink{0%,45%{opacity:1}50%,to{opacity:0}}@keyframes ai-spark-double-blink{0%,24%{opacity:1}32%,46%{opacity:0}58%,78%{opacity:1}88%,to{opacity:0}}.home-hero:before{content:"";position:absolute;z-index:-2;pointer-events:none;display:none}.home-hero:after{content:"";position:absolute;z-index:-1;inset:-24% -22% 0;pointer-events:none;background-image:radial-gradient(circle,var(--color-dot-grid) 1px,transparent 1px);background-size:22px 22px;background-position:center top;opacity:.8;-webkit-mask-image:radial-gradient(ellipse 155% 130% at 50% 46%,#000 4%,transparent 92%),linear-gradient(to bottom,#000 0%,#000 72%,transparent 100%);-webkit-mask-composite:source-in;mask-image:radial-gradient(ellipse 155% 130% at 50% 46%,#000 4%,transparent 92%),linear-gradient(to bottom,#000 0%,#000 72%,transparent 100%);mask-composite:intersect}@keyframes hero-glow-drift{0%{transform:translateZ(0) scale(1)}to{transform:translate3d(1.2%,-1.5%,0) scale(1.02)}}@media(prefers-reduced-motion:reduce){.home-hero:before{animation:none}}html.dark .home-hero:before,html.dark .home-hero:after{display:block;width:100vw;inset:auto auto auto 50%;margin-left:-50vw;top:calc(-1 * var(--hero-atmosphere-top));bottom:var(--hero-atmosphere-bottom)}html.dark .home-hero:after{-webkit-mask-image:radial-gradient(ellipse 155% 130% at 50% 46%,#000 4%,transparent 92%),linear-gradient(to bottom,#000 0%,#000 var(--hero-atmosphere-fade-start),transparent var(--hero-atmosphere-fade-end));-webkit-mask-composite:source-in;mask-image:radial-gradient(ellipse 155% 130% at 50% 46%,#000 4%,transparent 92%),linear-gradient(to bottom,#000 0%,#000 var(--hero-atmosphere-fade-start),transparent var(--hero-atmosphere-fade-end));mask-composite:intersect;background-image:radial-gradient(circle,var(--color-dot-grid) 1px,transparent 1px);background-size:22px 22px;background-position:center top;opacity:.75}html.dark .home-hero:before{background:radial-gradient(ellipse 42% 36% at 26% 40%,var(--hero-glow-a),transparent 74%),radial-gradient(ellipse 38% 32% at 74% 36%,var(--hero-glow-b),transparent 72%);filter:blur(36px);opacity:.48;animation:none;-webkit-mask-image:radial-gradient(ellipse 92% 78% at 50% 44%,#000 14%,transparent 76%),linear-gradient(to bottom,#000 0%,#000 var(--hero-atmosphere-fade-start),transparent var(--hero-atmosphere-fade-end));-webkit-mask-composite:source-in;mask-image:radial-gradient(ellipse 92% 78% at 50% 44%,#000 14%,transparent 76%),linear-gradient(to bottom,#000 0%,#000 var(--hero-atmosphere-fade-start),transparent var(--hero-atmosphere-fade-end));mask-composite:intersect}html.dark .home-post-featured-image,html.dark .home-post-thumb{background:var(--color-bg);box-shadow:none}html.dark .home-post:hover .home-post-featured-image,html.dark .home-post:hover .home-post-thumb{box-shadow:none}html.dark .hero-themer__card{background:var(--color-bg);box-shadow:none}
