@import"https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&family=Caveat:wght@400;500;600;700&display=swap";.fio-toast{--fio-toast-z-base: 1100;--fio-toast-width: 400px;--fio-toast-spacing: 12px;--fio-toast-background: #fefefe;--fio-toast-border: #2d3e50;--fio-toast-text: #2d3e50;--fio-toast-shadow: rgba(0, 0, 0, .15);position:fixed;width:var(--fio-toast-width);max-width:calc(100vw - 32px);font-family:var(--fio-font-family-primary, "Kalam", cursive);pointer-events:auto;z-index:calc(var(--fio-toast-z-base) + var(--toast-stack-index, 0))}.fio-toast--top-left{top:20px;left:20px}.fio-toast--top-center{top:20px;left:50%;transform:translate(-50%)}.fio-toast--top-right{top:20px;right:20px}.fio-toast--bottom-left{bottom:20px;left:20px}.fio-toast--bottom-center{bottom:20px;left:50%;transform:translate(-50%)}.fio-toast--bottom-right{bottom:20px;right:20px}.toast-container{background:var(--fio-toast-background);border:3px solid var(--fio-toast-border);border-radius:255px 15px 225px/15px 225px 15px 255px;box-shadow:6px 6px #0000001a,12px 12px 20px var(--fio-toast-shadow);padding:16px 20px;position:relative;transform:rotate(.5deg);transition:all .3s cubic-bezier(.34,1.56,.64,1);cursor:pointer;overflow:hidden}.toast-container:hover{transform:rotate(-.5deg) scale(1.02);box-shadow:8px 8px #0000001a,16px 16px 25px var(--fio-toast-shadow)}.fio-toast:not([data-expanded]){transform-origin:center bottom}.fio-toast[data-stack-index="1"]:not([data-expanded]) .toast-container{transform:rotate(1deg) scale(.95) translateY(-8px);opacity:.9}.fio-toast[data-stack-index="2"]:not([data-expanded]) .toast-container{transform:rotate(-1deg) scale(.9) translateY(-16px);opacity:.8}.fio-toast[data-stack-index="3"]:not([data-expanded]) .toast-container{transform:rotate(.5deg) scale(.85) translateY(-24px);opacity:.7}.fio-toast[data-stack-index]:not([data-stack-index="0"]):not([data-expanded]) .toast-container{transform:rotate(-.5deg) scale(.8) translateY(-32px);opacity:.6}.fio-toast[data-expanded] .toast-container{transform:rotate(0) scale(1);opacity:1}.toast-content{display:flex;align-items:flex-start;gap:12px}.toast-icon{font-size:20px;line-height:1;flex-shrink:0;margin-top:2px;transform:rotate(-1deg)}.toast-body{flex:1;min-width:0}.toast-message{margin:0 0 8px;color:var(--fio-toast-text);font-size:.95rem;line-height:1.4;word-wrap:break-word}.toast-actions{display:flex;gap:8px;margin-top:8px}.toast-action{background:none;border:2px solid var(--fio-color-primary, #2d3e50);border-radius:255px 15px 225px/15px 225px 15px 255px;padding:4px 12px;font-family:inherit;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease;transform:rotate(-.5deg);color:var(--fio-color-primary, #2d3e50)}.toast-action:hover{background:var(--fio-color-primary, #2d3e50);color:#fff;transform:rotate(.5deg) scale(1.05)}.toast-action.secondary{border-color:var(--fio-color-gray-400, #a8a89f);color:var(--fio-color-gray-600, #5c5c54)}.toast-action.secondary:hover{background:var(--fio-color-gray-400, #a8a89f);color:#fff}.toast-close{position:absolute;top:8px;right:12px;background:none;border:none;font-size:18px;cursor:pointer;color:var(--fio-color-gray-500, #737368);padding:4px;line-height:1;transform:rotate(2deg);transition:all .2s ease}.toast-close:hover{color:var(--fio-color-text, #2d3e50);transform:rotate(-2deg) scale(1.2)}.fio-toast--success{--fio-toast-border: #95c93d}.fio-toast--warning{--fio-toast-border: #ffb847}.fio-toast--error{--fio-toast-border: #e84855}.fio-toast--info{--fio-toast-border: #4ecdc4}.fio-toast{animation:toastSlideIn .4s cubic-bezier(.34,1.56,.64,1)}@keyframes toastSlideIn{0%{transform:translateY(100%) scale(.8) rotate(-2deg);opacity:0}50%{transform:translateY(-10px) scale(1.05) rotate(1deg);opacity:.8}to{transform:translateY(0) scale(1) rotate(0);opacity:1}}@keyframes toastSlideOut{0%{transform:translateY(0) scale(1) rotate(0);opacity:1}to{transform:translateY(100%) scale(.8) rotate(2deg);opacity:0}}@media (max-width: 768px){.fio-toast{--fio-toast-width: calc(100vw - 32px) ;left:16px!important;right:16px!important;transform:none!important}.toast-container{padding:14px 16px}.toast-message{font-size:.9rem}}.fio-sketch-border{position:relative;border:none!important}.fio-sketch-border:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;border:2px solid currentColor;border-radius:255px 15px 225px/15px 225px 15px 255px}@keyframes sketch-border-animation{0%,to{border-radius:255px 15px 225px/15px 225px 15px 255px}25%{border-radius:15px 255px 15px 225px/225px 15px 255px}50%{border-radius:225px 15px 255px/15px 255px 15px 225px}75%{border-radius:15px 225px 15px 255px/255px 15px 225px}}.fio-sketch-border-animated:before{animation:sketch-border-animation 8s ease-in-out infinite}.fio-underline-sketch{position:relative;text-decoration:none}.fio-underline-sketch:after{content:"";position:absolute;left:0;bottom:-2px;width:100%;height:2px;background-image:url("data:image/svg+xml,%3Csvg width='100' height='2' viewBox='0 0 100 2' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1 Q 20 0.5, 40 1 T 80 1 T 100 1' stroke='currentColor' stroke-width='2' fill='none' vector-effect='non-scaling-stroke'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:100% 100%}@keyframes wobble{0%,to{transform:rotate(-.5deg)}50%{transform:rotate(.5deg)}}.fio-wobble{animation:wobble 4s ease-in-out infinite}.fio-text-sketch{font-family:var(--fio-font-family-secondary);letter-spacing:var(--fio-letter-spacing-wide);text-shadow:1px 1px 0px rgba(0,0,0,.05)}:root{--fio-border-rough-1: url("data:image/svg+xml,%3Csvg width='100' height='100' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='roughPaper'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.04' numOctaves='5' result='noise' seed='2'%3E%3C/feTurbulence%3E%3CfeDisplacementMap in='SourceGraphic' in2='noise' scale='6'%3E%3C/feDisplacementMap%3E%3C/filter%3E%3C/svg%3E");--fio-shadow-xs: 1px 1px 2px var(--fio-color-shadow);--fio-shadow-sm: 2px 2px 4px var(--fio-color-shadow);--fio-shadow-base: 3px 3px 6px var(--fio-color-shadow);--fio-shadow-md: 4px 4px 8px var(--fio-color-shadow);--fio-shadow-lg: 5px 5px 10px var(--fio-color-shadow);--fio-shadow-xl: 6px 6px 12px var(--fio-color-shadow);--fio-shadow-2xl: 8px 8px 16px var(--fio-color-shadow);--fio-shadow-sketch: 2px 2px 0px rgba(0, 0, 0, .1), 3px 3px 0px rgba(0, 0, 0, .08), 4px 4px 0px rgba(0, 0, 0, .06);--fio-transition-fast: .15s;--fio-transition-base: .25s;--fio-transition-slow: .35s;--fio-transition-slower: .5s;--fio-ease-in: cubic-bezier(.4, 0, 1, 1);--fio-ease-out: cubic-bezier(0, 0, .2, 1);--fio-ease-in-out: cubic-bezier(.4, 0, .2, 1);--fio-ease-bounce: cubic-bezier(.68, -.55, .265, 1.55)}:root{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}*{box-sizing:border-box}body{margin:0;font-family:var(--fio-font-family-primary),var(--fio-font-family-fallback);font-size:var(--fio-font-size-base);line-height:var(--fio-line-height-normal);color:var(--fio-color-text);background-color:var(--fio-color-background)}:root{--fio-color-primary: #2D3E50;--fio-color-primary-light: #4A5F7A;--fio-color-primary-dark: #1A2332;--fio-color-secondary: #E84855;--fio-color-secondary-light: #EF6B76;--fio-color-secondary-dark: #C73845;--fio-color-accent: #F9DC5C;--fio-color-accent-light: #FBEA8C;--fio-color-accent-dark: #E8C547;--fio-color-gray-50: #FAFAF8;--fio-color-gray-100: #F5F5F0;--fio-color-gray-200: #E8E8E0;--fio-color-gray-300: #D4D4CC;--fio-color-gray-400: #A8A89F;--fio-color-gray-500: #737368;--fio-color-gray-600: #5C5C54;--fio-color-gray-700: #454540;--fio-color-gray-800: #2E2E2A;--fio-color-gray-900: #1A1A18;--fio-color-success: #95C93D;--fio-color-warning: #FFB847;--fio-color-error: #E84855;--fio-color-info: #4ECDC4;--fio-color-background: #FEFEF8;--fio-color-background-alt: #FAF9F4;--fio-color-surface: #FFFFFF;--fio-color-surface-alt: #FAFAF6;--fio-color-text: #2C2C2A;--fio-color-text-light: #5C5C54;--fio-color-text-lighter: #737368;--fio-color-text-inverse: #FAFAF8;--fio-color-border: #D4D4CC;--fio-color-border-light: #E8E8E0;--fio-color-border-dark: #A8A89F;--fio-color-shadow: rgba(28, 28, 26, .08);--fio-color-shadow-dark: rgba(28, 28, 26, .12)}:root{--fio-font-family-primary: "Kalam", cursive;--fio-font-family-secondary: "Caveat", cursive;--fio-font-family-mono: "Courier New", monospace;--fio-font-family-fallback: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--fio-font-size-xs: .75rem;--fio-font-size-sm: .875rem;--fio-font-size-base: 1rem;--fio-font-size-lg: 1.125rem;--fio-font-size-xl: 1.25rem;--fio-font-size-2xl: 1.5rem;--fio-font-size-3xl: 1.875rem;--fio-font-size-4xl: 2.25rem;--fio-font-size-5xl: 3rem;--fio-line-height-tight: 1.2;--fio-line-height-snug: 1.375;--fio-line-height-normal: 1.5;--fio-line-height-relaxed: 1.625;--fio-line-height-loose: 2;--fio-font-weight-light: 300;--fio-font-weight-regular: 400;--fio-font-weight-medium: 500;--fio-font-weight-semibold: 600;--fio-font-weight-bold: 700;--fio-letter-spacing-tight: -.025em;--fio-letter-spacing-normal: 0;--fio-letter-spacing-wide: .025em;--fio-letter-spacing-wider: .05em;--fio-letter-spacing-widest: .1em}:root{--fio-spacing-0: 0;--fio-spacing-1: .25rem;--fio-spacing-2: .5rem;--fio-spacing-3: .75rem;--fio-spacing-4: 1rem;--fio-spacing-5: 1.25rem;--fio-spacing-6: 1.5rem;--fio-spacing-7: 1.75rem;--fio-spacing-8: 2rem;--fio-spacing-9: 2.25rem;--fio-spacing-10: 2.5rem;--fio-spacing-12: 3rem;--fio-spacing-14: 3.5rem;--fio-spacing-16: 4rem;--fio-spacing-20: 5rem;--fio-spacing-24: 6rem;--fio-spacing-28: 7rem;--fio-spacing-32: 8rem;--fio-radius-none: 0;--fio-radius-sm: .125rem;--fio-radius-base: .25rem;--fio-radius-md: .375rem;--fio-radius-lg: .5rem;--fio-radius-xl: .75rem;--fio-radius-2xl: 1rem;--fio-radius-3xl: 1.5rem;--fio-radius-full: 9999px;--fio-radius-hand-sm: 55px 8px 50px 10px/10px 50px 8px 55px;--fio-radius-hand-md: 14px 8px 16px 6px/8px 16px 6px 14px;--fio-radius-hand-lg: 255px 15px 225px 15px/15px 225px 15px 255px;--fio-border-width-0: 0;--fio-border-width-1: 1px;--fio-border-width-2: 2px;--fio-border-width-3: 3px;--fio-border-width-4: 4px;--fio-border-width-8: 8px;--fio-z-index-dropdown: 1000;--fio-z-index-sticky: 1020;--fio-z-index-fixed: 1030;--fio-z-index-modal-backdrop: 1040;--fio-z-index-modal: 1050;--fio-z-index-popover: 1060;--fio-z-index-tooltip: 1070}:root{--fio-border-rough-1: url("data:image/svg+xml,%3Csvg width='100' height='100' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='roughPaper'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.04' numOctaves='5' result='noise' seed='2'%3E%3C/feTurbulence%3E%3CfeDisplacementMap in='SourceGraphic' in2='noise' scale='6'%3E%3C/feDisplacementMap%3E%3C/filter%3E%3C/svg%3E");--fio-shadow-xs: 1px 1px 2px var(--fio-color-shadow);--fio-shadow-sm: 2px 2px 4px var(--fio-color-shadow);--fio-shadow-base: 3px 3px 6px var(--fio-color-shadow);--fio-shadow-md: 4px 4px 8px var(--fio-color-shadow);--fio-shadow-lg: 5px 5px 10px var(--fio-color-shadow);--fio-shadow-xl: 6px 6px 12px var(--fio-color-shadow);--fio-shadow-2xl: 8px 8px 16px var(--fio-color-shadow);--fio-shadow-sketch: 2px 2px 0px rgba(0, 0, 0, .1), 3px 3px 0px rgba(0, 0, 0, .08), 4px 4px 0px rgba(0, 0, 0, .06);--fio-transition-fast: .15s;--fio-transition-base: .25s;--fio-transition-slow: .35s;--fio-transition-slower: .5s;--fio-ease-in: cubic-bezier(.4, 0, 1, 1);--fio-ease-out: cubic-bezier(0, 0, .2, 1);--fio-ease-in-out: cubic-bezier(.4, 0, .2, 1);--fio-ease-bounce: cubic-bezier(.68, -.55, .265, 1.55)}:root{color-scheme:dark;--board: #1e2b28;--board-deep: #17211f;--surface: #26332f;--surface-raised: #2c3a35;--ink: #f4f2e9;--ink-soft: #c2c6bb;--body: #e8e6dd;--body-soft: #c2c6bb;--body-faint: #a3aba1;--rule: rgba(232, 230, 221, .16);--rule-strong: rgba(232, 230, 221, .3);--hand-ink: #e8e6dd;--hand-alpha: .34;--accent: #f4dd8b;--accent-ink: #f4dd8b;--accent-soft: rgba(244, 221, 139, .42);--accent-faint: rgba(244, 221, 139, .16);--accent-2: #f0a9a2;--highlight-wash: rgba(244, 221, 139, .1);--header-bg: rgba(24, 35, 32, .82);--chip-bg: rgba(232, 230, 221, .06);--chip-bg-hover: rgba(232, 230, 221, .11);--btn-bg: rgba(232, 230, 221, .045);--btn-border: rgba(232, 230, 221, .42);--btn-primary-bg: #ece9df;--btn-primary-text: #1b2624;--btn-primary-bg-hover: #ffffff;--lift: 2px 2px 0 rgba(232, 230, 221, .16), 3px 3px 7px rgba(232, 230, 221, .08);--lift-hover: 3px 3px 0 rgba(232, 230, 221, .24), 5px 5px 12px rgba(232, 230, 221, .1);--lift-press: 1px 1px 0 rgba(232, 230, 221, .18);--dust-opacity: .1;--dust-blend: screen;--sheen: radial-gradient(ellipse 130% 90% at 50% -20%, rgba(232, 230, 221, .055), transparent 62%), radial-gradient(ellipse 90% 70% at 12% 108%, rgba(232, 230, 221, .035), transparent 66%), radial-gradient(ellipse 120% 120% at 50% 50%, transparent 42%, rgba(0, 0, 0, .24) 100%);--sketch-opacity: .54;--sketch-blend: normal;--fio-color-background: #1e2b28;--fio-color-background-alt: #24312d;--fio-color-surface: #26332f;--fio-color-surface-alt: #2c3a35;--fio-color-text: #e8e6dd;--fio-color-text-light: #c2c6bb;--fio-color-text-lighter: #a3aba1;--fio-color-text-inverse: #1b2624;--fio-color-primary: #e8e6dd;--fio-color-primary-light: #f4f2e9;--fio-color-primary-dark: #cfcdc3;--fio-color-secondary: #f0a9a2;--fio-color-secondary-light: #f6c3be;--fio-color-secondary-dark: #e08a83;--fio-color-accent: #f4dd8b;--fio-color-accent-light: #f9ebb8;--fio-color-accent-dark: #d9be66;--fio-color-border: rgba(232, 230, 221, .22);--fio-color-border-light: rgba(232, 230, 221, .14);--fio-color-border-dark: rgba(232, 230, 221, .34);--fio-color-shadow: rgba(0, 0, 0, .35);--fio-color-shadow-dark: rgba(0, 0, 0, .45);--fio-color-gray-100: #303e39;--fio-color-gray-500: rgba(232, 230, 221, .34);--fio-color-gray-800: #dedcd3;--fio-color-gray-900: #1b2624;--font-hand: "Kalam", cursive;--font-note: "Caveat", cursive;--font-body: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--shell-max: 74rem;--shell-pad: clamp(1.25rem, 5vw, 2.5rem);--section-gap: clamp(2.75rem, 5vw, 4.25rem);--head-gap: 1.15rem;--wobble: 14px 8px 16px 6px/8px 16px 6px 14px;--wobble-sm: 8px 5px 9px 4px/5px 9px 4px 8px;--rule-stroke: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 340 12' preserveAspectRatio='none'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round'%3E%3Cpath d='M2 7.4 C 8 7.0 13 7.2 20 7.0' stroke-width='1.1' stroke-opacity='0.45'/%3E%3Cpath d='M17 7.0 C 44 3.9, 66 8.8, 96 6.4 C 122 4.2, 142 4.0, 166 6.6 C 190 9.3, 214 9.0, 240 6.2 C 262 3.8, 288 4.6, 306 6.8 C 312 7.5, 316 7.2, 320 6.6' stroke-width='2.4' stroke-dasharray='58 2.2 44 2.6 66 2.2 400 0'/%3E%3Cpath d='M46 7.8 C 82 6.2, 110 8.6, 142 7.0' stroke-width='1.0' stroke-opacity='0.4'/%3E%3Cpath d='M228 7.6 C 254 9.4, 282 6.0, 308 7.0' stroke-width='0.95' stroke-opacity='0.34'/%3E%3Cpath d='M316 6.6 C 324 6.1, 331 6.8, 338 6.3' stroke-width='1.0' stroke-opacity='0.42'/%3E%3C/g%3E%3C/svg%3E");--rule-stroke-b: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 340 12' preserveAspectRatio='none'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round'%3E%3Cpath d='M2 5.0 C 9 5.5 14 5.1 21 5.4' stroke-width='1.1' stroke-opacity='0.42'/%3E%3Cpath d='M18 5.3 C 42 8.6, 64 3.6, 94 5.4 C 120 7.0, 138 9.2, 164 7.4 C 188 5.7, 206 3.4, 234 5.0 C 258 6.4, 282 8.4, 302 6.2 C 310 5.3, 314 5.6, 320 5.8' stroke-width='2.2' stroke-dasharray='76 2.4 52 2.8 96 2.2 400 0'/%3E%3Cpath d='M38 6.2 C 72 8.8, 102 4.8, 134 6.6' stroke-width='0.95' stroke-opacity='0.38'/%3E%3Cpath d='M222 7.0 C 252 4.8, 280 7.4, 306 6.0' stroke-width='0.9' stroke-opacity='0.34'/%3E%3Cpath d='M314 6.0 C 323 5.4, 330 6.1, 338 5.6' stroke-width='1.0' stroke-opacity='0.4'/%3E%3C/g%3E%3C/svg%3E");--div-stroke-a: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 260 7' preserveAspectRatio='none'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round'%3E%3Cpath d='M0 3.5 C 22 1.9, 40 4.9, 62 3.4 C 84 2.0, 102 2.4, 124 4.2 C 146 5.9, 166 5.2, 188 3.4 C 208 1.8, 232 2.6, 260 3.4' stroke-width='1.25' stroke-dasharray='52 2 38 2.4 68 2 300 0'/%3E%3Cpath d='M36 4.1 C 66 3.0, 92 4.6, 120 3.6' stroke-width='0.8' stroke-opacity='0.4'/%3E%3C/g%3E%3C/svg%3E");--div-stroke-b: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 260 7' preserveAspectRatio='none'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round'%3E%3Cpath d='M0 3.4 C 20 5.2, 44 1.9, 70 3.4 C 94 4.8, 112 5.6, 138 4.2 C 162 2.9, 180 1.8, 208 3.0 C 230 3.9, 244 4.4, 260 3.4' stroke-width='1.2' stroke-dasharray='84 2.2 46 2.6 60 2 300 0'/%3E%3Cpath d='M140 2.8 C 168 2.0, 194 3.4, 220 2.8' stroke-width='0.75' stroke-opacity='0.36'/%3E%3C/g%3E%3C/svg%3E");--div-stroke-c: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 260 7' preserveAspectRatio='none'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round'%3E%3Cpath d='M0 3.6 C 26 2.0, 48 5.2, 74 3.6 C 98 2.1, 118 2.6, 142 4.4 C 164 6.0, 186 5.4, 210 3.6 C 230 2.2, 244 2.8, 260 3.5' stroke-width='1.1' stroke-dasharray='34 3 62 3.4 44 2.6 300 0'/%3E%3Cpath d='M84 3.0 C 110 2.3, 134 3.4, 158 3.8' stroke-width='0.7' stroke-opacity='0.34'/%3E%3C/g%3E%3C/svg%3E");--vrule-stroke: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 260' preserveAspectRatio='none'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round'%3E%3Cpath d='M3.4 0 C 1.9 22, 4.9 40, 3.4 62 C 2.0 84, 2.4 102, 4.2 124 C 5.9 146, 5.2 166, 3.4 188 C 1.8 208, 2.6 232, 3.4 260' stroke-width='1.25' stroke-dasharray='48 2.4 36 2.8 62 2.4 300 0'/%3E%3Cpath d='M4.1 36 C 3.0 66, 4.6 92, 3.6 120' stroke-width='0.8' stroke-opacity='0.38'/%3E%3C/g%3E%3C/svg%3E");--vrule-bold: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 220' preserveAspectRatio='none'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round'%3E%3Cpath d='M4 2 C 2.5 30, 5.4 54, 3.9 84 C 2.6 112, 5.2 136, 4.2 166 C 3.6 186, 4.4 202, 4 218' stroke-width='2.8'/%3E%3Cpath d='M4.8 26 C 3.6 58, 4.9 88, 4.0 118' stroke-width='1.2' stroke-opacity='0.5'/%3E%3C/g%3E%3C/svg%3E");--vrule-short: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 24' preserveAspectRatio='none'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round'%3E%3Cpath d='M3.3 1 C 2.1 7, 4.2 14, 2.9 23' stroke-width='1.3'/%3E%3C/g%3E%3C/svg%3E");--nib-stroke: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 6' preserveAspectRatio='none'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round'%3E%3Cpath d='M2 3.9 C 11 2.2, 20 4.8, 30 3.2 C 39 1.9, 50 4.4, 62 2.9' stroke-width='2.0'/%3E%3Cpath d='M9 4.5 C 21 3.2, 33 5.0, 46 4.1' stroke-width='0.9' stroke-opacity='0.4'/%3E%3C/g%3E%3C/svg%3E");--nib-stroke-b: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 6' preserveAspectRatio='none'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round'%3E%3Cpath d='M2 3.1 C 12 4.7, 22 2.3, 32 3.8 C 41 5.1, 52 2.5, 62 3.7' stroke-width='2.0'/%3E%3Cpath d='M14 2.5 C 26 3.9, 38 2.1, 50 2.9' stroke-width='0.85' stroke-opacity='0.38'/%3E%3C/g%3E%3C/svg%3E");--nib-stroke-c: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 6' preserveAspectRatio='none'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round'%3E%3Cpath d='M2 4.2 C 10 2.6, 19 4.3, 28 2.8 C 38 1.5, 48 3.9, 62 2.3' stroke-width='1.9' stroke-dasharray='27 1.6 40 0'/%3E%3Cpath d='M7 3.3 C 20 4.5, 34 2.5, 47 3.6' stroke-width='0.8' stroke-opacity='0.36'/%3E%3C/g%3E%3C/svg%3E");--flourish-stroke: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 420 14' preserveAspectRatio='none'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round'%3E%3Cpath d='M3 10.0 C 10 9.4 16 9.8 24 9.6' stroke-width='1.2' stroke-opacity='0.45'/%3E%3Cpath d='M20 9.6 C 56 5.0, 88 11.8, 126 8.2 C 158 5.2, 184 4.6, 216 7.8 C 246 10.8, 274 12.0, 306 9.0 C 334 6.4, 366 6.0, 392 8.6 C 400 9.4, 404 9.0, 410 8.4' stroke-width='3.0' stroke-dasharray='78 2.6 62 3 96 2.6 500 0'/%3E%3Cpath d='M56 10.8 C 106 8.2, 148 11.8, 190 9.2' stroke-width='1.4' stroke-opacity='0.4'/%3E%3Cpath d='M292 10.4 C 330 12.6, 366 8.0, 398 9.2' stroke-width='1.2' stroke-opacity='0.34'/%3E%3Cpath d='M404 8.6 C 411 8.0 416 8.6 419 8.2' stroke-width='1.1' stroke-opacity='0.4'/%3E%3C/g%3E%3C/svg%3E");--tick-stroke: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round'%3E%3Cpath d='M1.2 5.2 C 2.2 6.2, 3.2 7.4, 4.3 8.6 C 6.2 6.2, 8.6 3.4, 10.9 1.2' stroke-width='2.0'/%3E%3C/g%3E%3C/svg%3E")}:root[data-theme=light]{color-scheme:light;--board: #fbfbfa;--board-deep: #f2f3f4;--surface: #ffffff;--surface-raised: #ffffff;--ink: #1f2937;--ink-soft: #4e5966;--body: #28323e;--body-soft: #4e5966;--body-faint: #666f7a;--rule: #e4e7ea;--rule-strong: #cdd3d8;--hand-ink: #8b96a2;--hand-alpha: .85;--accent: #d33f49;--accent-ink: #c2323c;--accent-soft: rgba(211, 63, 73, .45);--accent-faint: rgba(211, 63, 73, .14);--accent-2: #2b62b3;--highlight-wash: rgba(249, 220, 92, .22);--header-bg: rgba(251, 251, 250, .86);--chip-bg: rgba(31, 41, 55, .045);--chip-bg-hover: rgba(31, 41, 55, .08);--btn-bg: #ffffff;--btn-border: rgba(31, 41, 55, .28);--btn-primary-bg: #1f2937;--btn-primary-text: #ffffff;--btn-primary-bg-hover: #111c29;--lift: 0 1px 2px rgba(31, 41, 55, .06), 0 5px 14px rgba(31, 41, 55, .07);--lift-hover: 0 2px 4px rgba(31, 41, 55, .08), 0 10px 24px rgba(31, 41, 55, .1);--lift-press: 0 1px 2px rgba(31, 41, 55, .1);--dust-opacity: .035;--dust-blend: multiply;--sheen: linear-gradient(180deg, #ffffff 0%, transparent 38%), radial-gradient(ellipse 120% 80% at 82% 0%, rgba(43, 98, 179, .035), transparent 60%), radial-gradient(ellipse 120% 120% at 50% 50%, transparent 55%, rgba(31, 41, 55, .045) 100%);--sketch-opacity: .4;--sketch-blend: multiply;--fio-color-background: #fbfbfa;--fio-color-background-alt: #f6f7f8;--fio-color-surface: #ffffff;--fio-color-surface-alt: #f8f9fa;--fio-color-text: #28323e;--fio-color-text-light: #4e5966;--fio-color-text-lighter: #666f7a;--fio-color-text-inverse: #ffffff;--fio-color-primary: #1f2937;--fio-color-primary-light: #3c4855;--fio-color-primary-dark: #111c29;--fio-color-secondary: #d33f49;--fio-color-secondary-light: #e26b73;--fio-color-secondary-dark: #a92b34;--fio-color-accent: #f4c95c;--fio-color-accent-light: #fae4a6;--fio-color-accent-dark: #d9a92f;--fio-color-border: #dde1e5;--fio-color-border-light: #eaedef;--fio-color-border-dark: #b9c1c8;--fio-color-shadow: rgba(31, 41, 55, .08);--fio-color-shadow-dark: rgba(31, 41, 55, .12);--fio-color-gray-100: #f1f3f5;--fio-color-gray-500: #b3bcc4;--fio-color-gray-800: #26313d;--fio-color-gray-900: #111c29}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;background-color:var(--board)}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}body{margin:0;font-family:var(--font-body);font-size:1.0625rem;line-height:1.65;font-weight:400;color:var(--body);background-color:var(--board);background-image:var(--sheen);background-attachment:fixed;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;opacity:var(--dust-opacity);mix-blend-mode:var(--dust-blend);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)'/%3E%3C/svg%3E");background-size:200px 200px}img{max-width:100%;height:auto}::selection{background:var(--accent-faint);color:var(--ink)}fio-card:not(:defined),fio-badge:not(:defined),fio-sticky-note:not(:defined),fio-button:not(:defined),fio-callout:not(:defined),fio-polaroid:not(:defined){visibility:hidden}fio-card{display:block;width:100%;--card-tilt: 0deg;--card-ink: var(--fio-color-primary);--card-paper: var(--surface)}fio-badge{display:inline-block}.app{position:relative;z-index:1;min-height:100vh;display:flex;flex-direction:column}.main{flex:1}.shell{position:relative;max-width:var(--shell-max);margin-inline:auto;padding-inline:var(--shell-pad)}.section{position:relative;padding-block:var(--section-gap)}.section:first-child{padding-top:clamp(2.5rem,5vw,4rem)}.rule{height:12px;width:min(330px,56%);margin-bottom:1.6rem;background-color:var(--hand-ink);opacity:calc(var(--hand-alpha) + .14);-webkit-mask:var(--rule-stroke) no-repeat left center / 100% 12px;mask:var(--rule-stroke) no-repeat left center / 100% 12px}.section:nth-of-type(2n)>.rule{-webkit-mask-image:var(--rule-stroke-b);mask-image:var(--rule-stroke-b)}.site-header,.mobile-nav,.mobile-nav li+li,.skills,.work-card__links,.work-detail__foot{position:relative}.site-header:after,.mobile-nav:before,.mobile-nav li+li:before,.skills:before,.work-card__links:before,.work-detail__foot:before{content:"";position:absolute;left:0;right:0;top:-3px;height:7px;pointer-events:none;background-color:var(--hand-ink);opacity:var(--hand-alpha);-webkit-mask:var(--hand-stroke, var(--div-stroke-a)) repeat-x left center / 260px 7px;mask:var(--hand-stroke, var(--div-stroke-a)) repeat-x left center / 260px 7px}.site-header:after{top:auto;bottom:-3px}.skills:before{--hand-stroke: var(--div-stroke-b)}.mobile-nav li+li:before{--hand-stroke: var(--div-stroke-c)}.work-detail__foot:before,.site-header:after{--hand-stroke: var(--div-stroke-b)}.work-card__links:before{--hand-stroke: var(--div-stroke-c);opacity:calc(var(--hand-alpha) * .8)}.site-header:after{opacity:calc(var(--hand-alpha) * 1.05)}.timeline__item:after,.prose blockquote:before,.work-card__period:before{content:"";position:absolute;pointer-events:none;background-color:var(--hand-ink)}.timeline__item:after{left:-4px;top:0;bottom:0;width:7px;opacity:var(--hand-alpha);-webkit-mask:var(--vrule-stroke) repeat-y center top / 7px 260px;mask:var(--vrule-stroke) repeat-y center top / 7px 260px}.timeline__item:last-child:after{content:none}.work-card__period:before{left:0;top:-.1em;bottom:-.1em;width:6px;opacity:calc(var(--hand-alpha) * 1.15);-webkit-mask:var(--vrule-short) no-repeat center / 6px 100%;mask:var(--vrule-short) no-repeat center / 6px 100%}.prose blockquote:before{left:.1rem;top:.4rem;bottom:.4rem;width:8px;background-color:var(--accent);-webkit-mask:var(--vrule-bold) repeat-y center top / 8px 220px;mask:var(--vrule-bold) repeat-y center top / 8px 220px}h1,h2,h3,h4{font-family:var(--font-hand);color:var(--ink);font-weight:700;line-height:1.15;letter-spacing:-.005em;margin:0}.eyebrow{margin:0 0 .5rem;font-family:var(--font-body);font-size:.7rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--body-faint)}.lede{font-size:clamp(1.125rem,1.7vw,1.3rem);line-height:1.55;color:var(--body-soft)}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem 2rem;flex-wrap:wrap;margin-bottom:var(--head-gap)}.section-title{font-size:clamp(1.5rem,2.6vw,2rem)}.section-action{font-family:var(--font-body);font-size:.9rem;font-weight:600;color:var(--ink);text-decoration:none;white-space:nowrap;transition:color .16s ease}.section-action:hover{color:var(--accent-ink)}.section-action,.now__link a,.timeline__link a,.work-card__links a,.footer-links a{position:relative;padding-bottom:3px}.section-action:before,.section-action:after,.now__link a:before,.now__link a:after,.timeline__link a:before,.timeline__link a:after,.work-card__links a:before,.work-card__links a:after,.footer-links a:before,.nav-link:before,.nav-link--current:after{content:"";position:absolute;left:0;right:0;bottom:0;height:6px;pointer-events:none;background-color:var(--accent);-webkit-mask:var(--hand-nib, var(--nib-stroke)) no-repeat left center / 100% 6px;mask:var(--hand-nib, var(--nib-stroke)) no-repeat left center / 100% 6px}.section-action:after,.now__link a:after,.timeline__link a:after,.work-card__links a:after{opacity:.42;transition:opacity .16s ease}.section-action:before,.now__link a:before,.timeline__link a:before,.work-card__links a:before,.footer-links a:before,.nav-link:before{opacity:0;clip-path:inset(0 100% 0 0);transition:opacity .15s ease,clip-path 0s linear .15s}.section-action:hover:before,.section-action:focus-visible:before,.now__link a:hover:before,.now__link a:focus-visible:before,.timeline__link a:hover:before,.timeline__link a:focus-visible:before,.work-card__links a:hover:before,.work-card__links a:focus-visible:before,.footer-links a:hover:before,.footer-links a:focus-visible:before,.nav-link:hover:before,.nav-link:focus-visible:before{opacity:1;clip-path:inset(0 0 0 0);transition:opacity 90ms ease,clip-path .32s cubic-bezier(.2,.7,.2,1)}.section-action:hover:after,.now__link a:hover:after,.timeline__link a:hover:after,.work-card__links a:hover:after{opacity:.16}.work-card__links a:nth-of-type(2){--hand-nib: var(--nib-stroke-b)}.footer-links li:nth-child(3n+2) a{--hand-nib: var(--nib-stroke-b)}.footer-links li:nth-child(3n+3) a{--hand-nib: var(--nib-stroke-c)}.nav-links li:nth-child(2n) .nav-link{--hand-nib: var(--nib-stroke-c)}@media (prefers-reduced-motion: reduce){.section-action:before,.now__link a:before,.timeline__link a:before,.work-card__links a:before,.footer-links a:before,.nav-link:before{clip-path:none;transition:opacity .12s ease}}.aside-note{position:relative;font-family:var(--font-note);font-size:1.2rem;line-height:1.2;color:var(--accent-ink);opacity:.9;margin:-.5rem 0 1.5rem;padding-left:1.6rem}.aside-note:before{content:"";position:absolute;left:0;top:.62em;width:1rem;height:1px;background:var(--accent-soft)}@media (min-width: 1180px){.aside-note{position:absolute;top:calc(var(--section-gap) + .35rem);right:var(--shell-pad);width:11rem;max-width:22vw;margin:0;padding:0;text-align:right;transform:rotate(-2.2deg)}.aside-note:before{left:auto;right:0;top:-.6rem;width:3.2rem}}.sketch{position:absolute;width:130px;opacity:var(--sketch-opacity);mix-blend-mode:var(--sketch-blend);pointer-events:none;-webkit-user-select:none;user-select:none;z-index:-1}.sketch--marker,:root[data-theme=light] .sketch--chalk{display:none}:root[data-theme=light] .sketch--marker{display:block}.sketch--right{right:-.5rem;top:2.5rem}.section .sketch--right{top:calc(var(--section-gap) + .5rem)}.sketch--right-mid{right:0;top:calc(var(--section-gap) + 8rem)}.sketch--mid-right{right:0;top:42%}.sketch--low-right{right:.5rem;bottom:2rem}.sketch--low-left{left:-2rem;bottom:2rem}@media (max-width: 1279px){.sketch{display:none!important}}.prose{color:var(--body)}.prose--narrow{max-width:41rem}.work-detail .prose{font-size:1.06rem;line-height:1.72}.prose>*{margin:0}.prose>*+*{margin-top:1.15em}.prose h2{font-size:clamp(1.3rem,2.2vw,1.6rem);margin-top:2.6em;margin-bottom:.1em}.prose h2:first-child{margin-top:0}.prose h3{font-size:1.15rem;color:var(--ink-soft);margin-top:2em;margin-bottom:.1em}.prose ul,.prose ol{margin:1.1em 0 0;padding-left:1.2rem}.prose li+li{margin-top:.45em}.prose li::marker{color:var(--accent-soft)}.prose strong{color:var(--ink);font-weight:600}.prose a{color:var(--ink);text-decoration:underline;text-decoration-color:var(--accent-soft);text-underline-offset:3px;text-decoration-thickness:1.5px;transition:text-decoration-color .16s ease,color .16s ease}.prose a:hover{color:var(--accent-ink);text-decoration-color:var(--accent)}.prose code{font-family:SFMono-Regular,Courier New,monospace;font-size:.86em;background:var(--chip-bg);border:1px solid var(--rule);border-radius:3px;padding:.08em .34em;color:var(--ink)}.prose blockquote{position:relative;margin:2em 0 0;padding:.9rem 1.25rem .9rem 1.5rem;background:var(--highlight-wash);border-radius:0 var(--wobble-sm);font-family:var(--font-hand);font-size:1.05rem;line-height:1.55;color:var(--ink)}.prose blockquote p{margin:0}.prose blockquote p+p{margin-top:.6em}.btn{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--font-body);font-size:.92rem;font-weight:600;line-height:1;color:var(--ink);background:var(--btn-bg);border:1.5px solid var(--btn-border);border-radius:var(--wobble);padding:.7rem 1.15rem;text-decoration:none;cursor:pointer;box-shadow:var(--lift);transition:transform .14s ease,box-shadow .14s ease,background-color .14s ease,border-color .14s ease}.btn:hover{transform:translate(-1.5px,-1.5px);box-shadow:var(--lift-hover);border-color:var(--ink)}.btn:active{transform:translate(1px,1px);box-shadow:var(--lift-press)}.btn--primary{color:var(--btn-primary-text);background:var(--btn-primary-bg);border-color:var(--btn-primary-bg)}.btn--primary:hover{background:var(--btn-primary-bg-hover);border-color:var(--btn-primary-bg-hover)}.btn--small{font-size:.84rem;padding:.5rem .9rem;border-radius:var(--wobble-sm)}.link-row{display:flex;flex-wrap:wrap;gap:.6rem;margin:1.5rem 0 0}.skip-link{position:absolute;left:-9999px;top:0;background:var(--ink);color:var(--board);padding:.7rem 1rem;z-index:100;border-radius:0 0 6px}.skip-link:focus{left:0}.site-header{position:sticky;top:0;z-index:40;background:var(--header-bg);backdrop-filter:blur(10px) saturate(1.1);-webkit-backdrop-filter:blur(10px) saturate(1.1)}.site-nav{display:flex;align-items:center;justify-content:space-between;gap:1rem;max-width:var(--shell-max);margin-inline:auto;padding:.7rem var(--shell-pad)}.brand{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;color:var(--ink)}.brand__mark{display:inline-flex;color:var(--ink);transition:color .15s ease}.brand__text{font-family:var(--font-hand);font-size:1.3rem;font-weight:700;letter-spacing:-.01em}.brand:hover .brand__mark{color:var(--accent)}.nav-right{display:flex;align-items:center;gap:.35rem}.nav-links{display:flex;align-items:center;gap:.35rem;list-style:none;margin:0;padding:0}.nav-link{display:inline-flex;align-items:center;gap:.3rem;font-family:var(--font-body);font-size:.92rem;font-weight:600;color:var(--body-soft);text-decoration:none;padding:.45rem .7rem;border-radius:var(--wobble-sm);transition:color .15s ease,background-color .15s ease}.nav-link:hover,.nav-link--current{color:var(--ink);background:var(--chip-bg)}.nav-link{position:relative}.nav-link:before,.nav-link--current:after{left:.6rem;right:.6rem;bottom:.28rem}.nav-link--current:after{opacity:.8;transition:opacity .16s ease}.nav-link--current:hover:after{opacity:.18}.nav-link__out{opacity:.5}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;margin-left:.25rem;padding:0;color:var(--ink);background:var(--btn-bg);border:1.5px solid var(--btn-border);border-radius:var(--wobble-sm);cursor:pointer;box-shadow:var(--lift);transition:transform .14s ease,box-shadow .14s ease,color .14s ease,border-color .14s ease}.theme-toggle:hover{color:var(--accent);border-color:var(--ink);transform:translate(-1px,-1px);box-shadow:var(--lift-hover)}.theme-toggle:active{transform:translate(1px,1px);box-shadow:var(--lift-press)}.theme-toggle__marker{display:block}.theme-toggle__chalk{display:none}:root[data-theme=light] .theme-toggle__marker{display:none}:root[data-theme=light] .theme-toggle__chalk{display:block}.nav-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:42px;height:38px;padding:0 9px;background:var(--btn-bg);border:1.5px solid var(--btn-border);border-radius:var(--wobble-sm);cursor:pointer;box-shadow:var(--lift)}.nav-toggle span{display:block;height:2px;background:var(--ink);border-radius:2px;transition:transform .2s ease,opacity .16s ease}.nav-toggle--open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-toggle--open span:nth-child(2){opacity:0}.nav-toggle--open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-nav{display:none}@media (max-width: 759px){.nav-links{display:none}.nav-toggle{display:flex}.mobile-nav{display:block;background:var(--board);padding:.75rem var(--shell-pad) 1.5rem;animation:sheetIn .18s ease-out both}.mobile-nav[hidden]{display:none}.mobile-nav ul{list-style:none;margin:0;padding:0}.mobile-nav li+li{position:relative}.mobile-nav a{display:flex;align-items:center;justify-content:space-between;font-family:var(--font-hand);font-size:1.35rem;font-weight:700;color:var(--ink);text-decoration:none;padding:.85rem .15rem}.mobile-nav__out{color:var(--body-faint);font-size:1rem}.mobile-nav__foot{font-family:var(--font-note);font-size:1.15rem;color:var(--body-faint);margin:1rem 0 0}}@keyframes sheetIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.hero{padding-block:clamp(3.5rem,9vw,6.5rem) clamp(2rem,4vw,3rem)}.hero__sketch{right:-1rem;top:clamp(3rem,7vw,5rem);width:200px}.hero__eyebrow{margin-bottom:.9rem}.hero__name{font-size:clamp(2.6rem,7.5vw,4.6rem);line-height:1.02;letter-spacing:-.02em;margin-bottom:.55em;position:relative}.hero__alias{color:var(--accent)}.hero__name:after{content:"";position:absolute;left:0;bottom:-.06em;width:min(420px,78%);height:14px;background-color:var(--ink);opacity:.35;-webkit-mask:var(--flourish-stroke) no-repeat left center / 100% 14px;mask:var(--flourish-stroke) no-repeat left center / 100% 14px}.hero__positioning{max-width:34rem;font-size:clamp(1.15rem,2vw,1.42rem);line-height:1.5;color:var(--body-soft);margin:0 0 2rem}.hero__actions{display:flex;flex-wrap:wrap;gap:.7rem}.now{display:grid;grid-template-columns:minmax(0,1fr);gap:2.5rem;align-items:start}@media (min-width: 900px){.now{grid-template-columns:minmax(0,1fr) 17rem;gap:3rem}}.now__body .lede{margin:0 0 1.5rem;max-width:40rem}.tick-list{list-style:none;margin:0;padding:0;max-width:40rem}.tick-list li{position:relative;padding-left:1.6rem;margin-bottom:.85rem;color:var(--body)}.tick-list li:before{content:"";position:absolute;left:0;top:.55em;width:12px;height:10px;background-color:var(--accent);-webkit-mask:var(--tick-stroke) no-repeat center / contain;mask:var(--tick-stroke) no-repeat center / contain}.now__link{margin:1.75rem 0 0}.now__link a,.timeline__link a{font-weight:600;color:var(--ink);text-decoration:none}.now__link a:hover,.timeline__link a:hover{color:var(--accent-ink)}.now__aside fio-sticky-note{display:block;--fio-color-text: #45401f}.note-title{font-family:var(--font-hand);font-weight:700;font-size:1.05rem;margin:0 0 .4rem;color:#45401f}.now__aside p{font-family:var(--font-hand);font-size:.95rem;line-height:1.5;margin:0;color:#45401f}.note-sign{margin-top:.75rem!important;font-family:var(--font-note)!important;font-size:1.1rem!important;opacity:.75}.skills{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;margin-top:2.75rem;padding-top:2rem}.skills__label{font-family:var(--font-body);font-size:.7rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--body-faint);margin:0 0 .85rem}.skills__items{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.4rem}.skills__items li{font-size:.88rem;color:var(--body);background:var(--chip-bg);border:1px solid var(--rule);border-radius:var(--wobble-sm);padding:.28rem .6rem}.timeline{list-style:none;margin:0;padding:0;position:relative}.timeline__item{position:relative;display:grid;grid-template-columns:minmax(0,1fr);gap:.4rem 2rem;padding:0 0 2.25rem 1.75rem}.timeline__item:last-child{padding-bottom:0}.timeline__item:before{content:"";position:absolute;left:-6px;top:.55rem;width:11px;height:11px;border-radius:50%;background:var(--board);border:2px solid var(--ink-soft)}.timeline__item--current:before{background:var(--accent);border-color:var(--accent);box-shadow:0 0 0 4px var(--accent-faint)}@media (min-width: 820px){.timeline__item{grid-template-columns:8.5rem minmax(0,1fr)}}.timeline__period{font-family:var(--font-note);font-size:1.2rem;line-height:1.2;color:var(--body-faint);margin:.15rem 0 0}.timeline__item--current .timeline__period{color:var(--accent-ink)}.timeline__role{font-size:1.2rem;margin:0 0 .35rem}.company-logo{display:inline-block;width:var(--logo-size, 1.35rem);height:var(--logo-size, 1.35rem);vertical-align:-.22em;margin-right:.42rem;flex:none;opacity:.6;background-color:currentColor;-webkit-mask:var(--logo-mark) no-repeat center / contain;mask:var(--logo-mark) no-repeat center / contain}.company-logo--shopify{--logo-mark: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M15.337%2023.979l7.216-1.561s-2.604-17.613-2.625-17.73c-.018-.116-.114-.192-.211-.192s-1.929-.136-1.929-.136-1.275-1.274-1.439-1.411c-.045-.037-.075-.057-.121-.074l-.914%2021.104h.023zM11.71%2011.305s-.81-.424-1.774-.424c-1.447%200-1.504.906-1.504%201.141%200%201.232%203.24%201.715%203.24%204.629%200%202.295-1.44%203.76-3.406%203.76-2.354%200-3.54-1.465-3.54-1.465l.646-2.086s1.245%201.066%202.28%201.066c.675%200%20.975-.545.975-.932%200-1.619-2.654-1.694-2.654-4.359-.034-2.237%201.571-4.416%204.827-4.416%201.257%200%201.875.361%201.875.361l-.945%202.715-.02.01zM11.17.83c.136%200%20.271.038.405.135-.984.465-2.064%201.639-2.508%203.992-.656.213-1.293.405-1.889.578C7.697%203.75%208.951.84%2011.17.84V.83zm1.235%202.949v.135c-.754.232-1.583.484-2.394.736.466-1.777%201.333-2.645%202.085-2.971.193.501.309%201.176.309%202.1zm.539-2.234c.694.074%201.141.867%201.429%201.755-.349.114-.735.231-1.158.366v-.252c0-.752-.096-1.371-.271-1.871v.002zm2.992%201.289c-.02%200-.06.021-.078.021s-.289.075-.714.21c-.423-1.233-1.176-2.37-2.508-2.37h-.115C12.135.209%2011.669%200%2011.265%200%208.159%200%206.675%203.877%206.21%205.846c-1.194.365-2.063.636-2.16.674-.675.213-.694.232-.772.87-.075.462-1.83%2014.063-1.83%2014.063L15.009%2024l.927-21.166z'/%3e%3c/svg%3e")}.company-logo--jibestream{--logo-mark: url(/assets/jibestream-DauT5Mj4.png)}.company-logo--monogram{background:none;-webkit-mask:none;mask:none;font-family:var(--font-hand);font-size:1.2rem;font-weight:700;line-height:var(--logo-size, 1.35rem);text-align:center;opacity:.55}.section-title .company-logo{--logo-size: 1.5rem;margin:0 0 0 .7rem;vertical-align:-.18em;opacity:.45}.section-title .company-logo--monogram{font-size:1.35rem}.timeline__at{color:var(--ink-soft);font-weight:400}.timeline__where{display:block;font-family:var(--font-body);font-size:.7rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--body-faint);margin-top:.35rem}.timeline__summary{margin:0;max-width:42rem;color:var(--body-soft)}.timeline__link{margin:.75rem 0 0;font-size:.92rem}.work-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,20rem),1fr));gap:1.5rem}.work-grid+.work-grid{margin-top:1.5rem}.work-card--wide{grid-column:1 / -1}.work-card{position:relative;height:100%}.work-card fio-card{height:100%}.work-card__inner{display:flex;flex-direction:column;height:100%;padding:1.45rem 1.5rem 1.35rem;font-family:var(--font-body)}.work-card--wide .work-card__inner{padding:1.85rem 1.9rem 1.7rem}@media (min-width: 900px){.work-card--wide .work-card__inner{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(0,1fr);column-gap:clamp(2rem,5vw,4rem);align-content:start}.work-card--wide .work-card__meta,.work-card--wide .work-card__title,.work-card--wide .work-card__summary{grid-column:1}.work-card--wide .work-card__summary{margin-bottom:0}.work-card--wide .tag-list{grid-column:2;grid-row:1 / span 3;align-self:start;align-content:flex-start;padding-top:.35rem}.work-card--wide .work-card__links{grid-column:1 / -1;margin-top:1.35rem}}.work-card__meta{display:flex;align-items:baseline;gap:.6rem;margin:0 0 .55rem;font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;font-weight:600;color:var(--body-faint)}.work-card__kind{color:var(--accent-ink)}.work-card__period{position:relative;padding-left:.7rem;letter-spacing:.1em}.work-card__title{font-size:1.28rem;margin:0 0 .5rem}.work-card--wide .work-card__title{font-size:clamp(1.5rem,2.4vw,1.85rem)}.work-card__title a{color:var(--ink);text-decoration:none}.work-card__title a:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit}.work-card__links a,.work-card__inner .tag-list{position:relative;z-index:1}.work-card:hover .work-card__title a,.work-card:has(a:focus-visible) .work-card__title a{color:var(--accent-ink)}.work-card__summary{margin:0 0 1.1rem;font-size:.97rem;line-height:1.6;color:var(--body-soft);flex:1}.work-card--wide .work-card__summary{font-size:1.06rem}.work-card__links{display:flex;gap:1rem;margin:.9rem 0 0;padding-top:.85rem;font-size:.85rem;font-weight:600}.work-card__links a{color:var(--ink);text-decoration:none}.work-card__links a:hover{color:var(--accent-ink)}.work-card--retired{opacity:.72}.highlight{position:absolute;top:-7px;right:-7px;bottom:-7px;left:-7px;z-index:2;pointer-events:none;opacity:0;color:var(--accent);transition:opacity .15s ease}.highlight__svg{display:block;width:100%;height:100%;overflow:visible}.highlight__pass{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:1 2;stroke-dashoffset:1;transition:stroke-dashoffset 0s linear .17s}.highlight__dust{stroke-width:6;opacity:.12}.highlight__main{stroke-width:2.5;opacity:.95}.highlight__echo{stroke-width:1.1;opacity:.45}:root[data-theme=light] .highlight__dust{opacity:0}:root[data-theme=light] .highlight__main{stroke-width:3}:root[data-theme=light] .highlight__echo{stroke-width:1.5;opacity:.5}.work-card:hover .highlight,.work-card:has(a:focus-visible) .highlight{opacity:1;transition-duration:90ms}.work-card:hover .highlight__pass,.work-card:has(a:focus-visible) .highlight__pass{stroke-dashoffset:0;transition:stroke-dashoffset .52s cubic-bezier(.22,.68,.32,1)}.work-card:hover .highlight__echo,.work-card:has(a:focus-visible) .highlight__echo{transition:stroke-dashoffset .47s cubic-bezier(.22,.68,.32,1) 90ms}@media (prefers-reduced-motion: reduce){.highlight,.highlight__pass{transition:none}.work-card:hover .highlight__pass,.work-card:has(a:focus-visible) .highlight__pass{stroke-dashoffset:0;transition:none}}.tag-list{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;list-style:none;margin:0;padding:0}.tag-list__rest{font-size:.78rem;color:var(--body-faint);font-weight:600}.group-note{font-family:var(--font-note);font-size:1.2rem;color:var(--body-faint);margin:2rem 0 .9rem}.page{padding-block:clamp(2.5rem,6vw,4rem) clamp(3rem,7vw,5rem)}.page-head{position:relative;padding-bottom:1rem}.page-title{font-size:clamp(2rem,4.6vw,3rem);line-height:1.08;margin-bottom:1.1rem}.page-lede{max-width:40rem;margin:0 0 1.5rem}.back-link{margin:0 0 1.75rem;font-size:.9rem;font-weight:600}.back-link a{color:var(--body-soft);text-decoration:none}.back-link a:hover{color:var(--accent-ink)}.work-detail__head .tag-list{margin-top:1.25rem}.work-detail .rule{margin-block:.5rem 2.5rem}.work-detail__foot{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.5rem;margin-top:4rem;padding-top:2rem}.next-link{display:flex;flex-direction:column;align-items:flex-end;gap:.15rem;text-decoration:none;text-align:right;max-width:22rem}.next-link .eyebrow{margin-bottom:.25rem}.next-link__title{font-family:var(--font-hand);font-size:1.2rem;font-weight:700;color:var(--ink)}.next-link:hover .next-link__title{color:var(--accent-ink)}.not-found{position:relative;min-height:46vh}.site-footer{margin-top:auto;padding-block:3rem 3.5rem;color:var(--body-soft)}.rule--footer{width:min(22rem,60%);margin-bottom:1.5rem;opacity:var(--hand-alpha);-webkit-mask-image:var(--rule-stroke-b);mask-image:var(--rule-stroke-b)}.footer-inner{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:.75rem 2rem}.footer-name{font-family:var(--font-hand);font-size:1.1rem;font-weight:700;color:var(--ink);margin:0}.footer-links{display:flex;flex-wrap:wrap;gap:1.25rem;list-style:none;margin:0;padding:0;font-size:.9rem;font-weight:600}.footer-links a{color:var(--body-soft);text-decoration:none}.footer-links a:hover{color:var(--accent-ink)}.footer-colophon{font-family:var(--font-note);font-size:1.1rem;color:var(--body-faint);margin:1.5rem 0 0}.footer-colophon a{color:inherit;text-decoration:underline;text-decoration-color:var(--accent-soft);text-underline-offset:3px}a:focus-visible,button:focus-visible,fio-card:focus-visible{outline:2.5px solid var(--accent);outline-offset:3px;border-radius:3px}
