.PhotoGallery-module__8bhRiq__galleryWrap{position:relative}.PhotoGallery-module__8bhRiq__galleryArrow{z-index:var(--z-elevated);border-radius:var(--radius-full);width:36px;height:36px;color:var(--text-secondary);background:color-mix(in oklch,var(--bg-card)88%,transparent);-webkit-backdrop-filter:blur(12px)saturate(1.6);box-shadow:0 0 0 1px var(--border),0 3px 0 0 var(--keycap-ledge),inset 0 1px 0 0 color-mix(in oklch,var(--bg-card),white 50%),0 4px 12px #0000002e;cursor:pointer;transition:color var(--duration-fast)ease,background var(--duration-fast)ease,box-shadow 70ms ease,transform 70ms ease,opacity var(--duration-snappy)ease;border:none;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:50%;transform:translateY(-50%)}.PhotoGallery-module__8bhRiq__galleryArrowPrev{left:-52px}.PhotoGallery-module__8bhRiq__galleryArrowNext{right:-52px}.PhotoGallery-module__8bhRiq__galleryArrow:hover:not(:disabled){color:var(--text-primary);background:var(--bg-card-hover)}.PhotoGallery-module__8bhRiq__galleryArrow:active:not(:disabled){box-shadow:0 0 0 1px var(--border),0 1px 0 0 var(--keycap-ledge),inset 0 2px 4px #0000001f,0 2px 6px #0000002e;transform:translateY(calc(2px - 50%))}.PhotoGallery-module__8bhRiq__galleryArrow:disabled{opacity:0;pointer-events:none}@media (max-width:767px),(pointer:coarse){.PhotoGallery-module__8bhRiq__galleryArrow{display:none}.PhotoGallery-module__8bhRiq__galleryWrap:before,.PhotoGallery-module__8bhRiq__galleryWrap:after{content:"";pointer-events:none;z-index:1;opacity:0;width:56px;transition:opacity var(--duration-base)ease;position:absolute;top:0;bottom:0}.PhotoGallery-module__8bhRiq__galleryWrap:before{background:linear-gradient(to right,var(--bg-primary)0%,color-mix(in oklch,var(--bg-primary)70%,transparent)50%,transparent 100%);left:0}.PhotoGallery-module__8bhRiq__galleryWrap:after{background:linear-gradient(to left,var(--bg-primary)0%,color-mix(in oklch,var(--bg-primary)70%,transparent)50%,transparent 100%);right:0}.PhotoGallery-module__8bhRiq__galleryWrap[data-can-prev=true]:before,.PhotoGallery-module__8bhRiq__galleryWrap[data-can-next=true]:after{opacity:1}}.PhotoGallery-module__8bhRiq__gallery{gap:var(--space-3);padding:6px 6px var(--space-2);-webkit-overflow-scrolling:touch;scrollbar-width:none;display:flex;overflow:auto hidden}.PhotoGallery-module__8bhRiq__gallery::-webkit-scrollbar{display:none}@media (min-width:768px){.PhotoGallery-module__8bhRiq__gallery{gap:var(--space-4)}}.PhotoGallery-module__8bhRiq__item{cursor:pointer;border-radius:10px;flex-shrink:0;width:160px;height:210px;position:relative;overflow:hidden}.PhotoGallery-module__8bhRiq__item:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:10px}@media (min-width:768px){.PhotoGallery-module__8bhRiq__item{width:200px;height:260px}}.PhotoGallery-module__8bhRiq__image{object-fit:cover;transition:transform .5s var(--ease-out-expo)}.PhotoGallery-module__8bhRiq__item:hover .PhotoGallery-module__8bhRiq__image{transform:scale(1.04)}.PhotoGallery-module__8bhRiq__lightbox{z-index:var(--z-lightbox);background:color-mix(in oklch,var(--bg-primary)96%,transparent);-webkit-backdrop-filter:saturate(180%)blur(24px);cursor:zoom-out;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.PhotoGallery-module__8bhRiq__lbClose{z-index:var(--z-sticky);border-radius:var(--radius-full);width:36px;height:36px;color:var(--text-secondary);background:var(--bg-card);box-shadow:0 0 0 1px var(--border),0 3px 0 0 var(--keycap-ledge),inset 0 1px 0 0 color-mix(in oklch,var(--bg-card),white 50%),0 4px 12px #0000002e;cursor:pointer;transition:color var(--duration-fast)ease,background var(--duration-fast)ease,box-shadow 70ms ease,transform 70ms ease;border:none;justify-content:center;align-items:center;display:flex;position:absolute;top:20px;right:20px}.PhotoGallery-module__8bhRiq__lbClose:hover{color:var(--text-primary);background:var(--bg-card-hover)}.PhotoGallery-module__8bhRiq__lbClose:active,.PhotoGallery-module__8bhRiq__lbClosePressed{box-shadow:0 0 0 1px var(--border),0 1px 0 0 var(--keycap-ledge),inset 0 1px 0 0 color-mix(in oklch,var(--bg-card),white 20%);transform:translateY(2px)}.PhotoGallery-module__8bhRiq__lbContent{align-items:center;gap:var(--space-5);cursor:default;flex-direction:column;width:90vw;max-height:85vh;display:flex}@media (min-width:768px){.PhotoGallery-module__8bhRiq__lbContent{flex-direction:row;align-items:stretch;gap:0;width:100%;max-width:none;height:100vh;max-height:none}}.PhotoGallery-module__8bhRiq__lbImageWrap{aspect-ratio:3/4;border-radius:var(--radius-lg);flex-shrink:0;width:100%;max-width:380px;position:relative;overflow:hidden}@media (min-width:768px){.PhotoGallery-module__8bhRiq__lbImageWrap{background:var(--bg-card);border-radius:0;flex:none;width:auto;max-width:none;height:100vh}}.PhotoGallery-module__8bhRiq__lbImage{object-fit:cover;width:100%;height:100%;display:block}@media (min-width:768px){.PhotoGallery-module__8bhRiq__lbImage{object-fit:cover;width:100%;height:100%}}.PhotoGallery-module__8bhRiq__lbMeta{gap:var(--space-5);text-align:center;flex-direction:column;max-width:380px;display:flex}@media (min-width:768px){.PhotoGallery-module__8bhRiq__lbMeta{text-align:left;max-width:none;padding:var(--space-7)56px;flex:1;justify-content:center}}@media (min-width:1024px){.PhotoGallery-module__8bhRiq__lbMeta{padding:var(--space-8)72px}}.PhotoGallery-module__8bhRiq__lbMetaInner{gap:var(--space-2);flex-direction:column;display:flex;position:relative}.PhotoGallery-module__8bhRiq__lbCounter{font-family:var(--font-sans);font-size:var(--text-xs);letter-spacing:.1em;text-transform:uppercase;color:var(--text-tertiary);font-weight:500}.PhotoGallery-module__8bhRiq__lbTitle{font-family:var(--font-serif);font-size:var(--text-xl);color:var(--text-primary);margin:0;font-weight:400;line-height:1.2}@media (min-width:768px){.PhotoGallery-module__8bhRiq__lbTitle{font-size:32px}}.PhotoGallery-module__8bhRiq__lbDescription{font-family:var(--font-sans);font-size:var(--text-base);color:var(--text-secondary);max-width:80ch;min-height:5em;margin:0;font-weight:400;line-height:1.6}.PhotoGallery-module__8bhRiq__lbNav{align-items:center;gap:var(--space-2);justify-content:center;display:flex}@media (min-width:768px){.PhotoGallery-module__8bhRiq__lbNav{justify-content:flex-start}}.PhotoGallery-module__8bhRiq__lbNavBtn{border-radius:var(--radius-sm);height:32px;font-family:var(--font-sans);font-size:var(--text-sm);color:var(--text-secondary);background:var(--bg-card);box-shadow:0 0 0 1px var(--border),0 2px 0 0 var(--keycap-ledge),inset 0 1px 0 0 color-mix(in oklch,var(--bg-card),white 50%);cursor:pointer;transition:color var(--duration-fast)ease,background var(--duration-fast)ease,box-shadow 70ms ease,transform 70ms ease;-webkit-user-select:none;user-select:none;border:none;justify-content:center;align-items:center;gap:6px;padding:0 14px 2px;font-weight:500;display:inline-flex}.PhotoGallery-module__8bhRiq__lbNavBtn:hover{color:var(--text-primary);background:var(--bg-card-hover)}.PhotoGallery-module__8bhRiq__lbNavBtn:active,.PhotoGallery-module__8bhRiq__lbNavBtnPressed{box-shadow:0 0 0 1px var(--border),0 1px 0 0 var(--keycap-ledge),inset 0 1px 0 0 color-mix(in oklch,var(--bg-card),white 20%);transform:translateY(1px)}
.page-module__NfDiEG__page{max-width:var(--max-width);padding:0 var(--space-5);margin:0 auto;padding-bottom:72px}@media (min-width:768px){.page-module__NfDiEG__page{padding:0 var(--space-7);padding-bottom:0}}@media (min-width:1024px){.page-module__NfDiEG__page{padding:0 var(--space-8)}}.page-module__NfDiEG__hero{padding-top:var(--space-9);padding-bottom:var(--space-7)}@media (min-width:768px){.page-module__NfDiEG__hero{padding-top:100px}}.page-module__NfDiEG__heroContent{justify-content:space-between;align-items:flex-start;gap:40px;display:flex}.page-module__NfDiEG__tagline{font-family:var(--font-serif);color:var(--text-primary);letter-spacing:-.05em;font-size:40px;font-weight:400;line-height:1.12}.page-module__NfDiEG__tagline em{font-style:italic}.page-module__NfDiEG__morph{white-space:nowrap}@media (min-width:768px){.page-module__NfDiEG__tagline{font-size:var(--text-4xl)}}@media (min-width:1024px){.page-module__NfDiEG__tagline{font-size:64px}}.page-module__NfDiEG__logoMark{margin-top:var(--space-3);flex-shrink:0}.page-module__NfDiEG__contentLayout{flex-direction:column;display:flex}@media (min-width:768px){.page-module__NfDiEG__contentLayout{align-items:flex-start;gap:var(--space-8);flex-direction:row}}.page-module__NfDiEG__contentLeft{flex:1;min-width:0}.page-module__NfDiEG__bio{max-width:560px}.page-module__NfDiEG__aboutPhotos{gap:var(--space-4);flex-direction:row;order:-1;padding:10px;display:flex}@media (min-width:768px){.page-module__NfDiEG__aboutPhotos{flex-flow:column;flex-shrink:0;order:0;gap:20px;width:280px;padding:100px 10px 10px}}.page-module__NfDiEG__aboutPhoto{border-radius:var(--radius-lg);flex:1;min-width:0;overflow:hidden}.page-module__NfDiEG__campfireStack{flex:1;min-width:0;position:relative}.page-module__NfDiEG__campfireStack .page-module__NfDiEG__videoCard{z-index:var(--z-elevated);margin-top:0;display:none;position:absolute;bottom:-30px;left:-60px}@media (min-width:768px){.page-module__NfDiEG__campfireStack .page-module__NfDiEG__videoCard{display:inline-flex}}.page-module__NfDiEG__aboutPhotoInner{aspect-ratio:3/4;width:100%;position:relative}.page-module__NfDiEG__bio p{color:var(--text-secondary);margin-bottom:var(--space-4);font-size:15px;line-height:1.7}.page-module__NfDiEG__chatLink{color:var(--text-primary);text-decoration:underline;-webkit-text-decoration-color:var(--accent);text-decoration-color:var(--accent);text-underline-offset:3px;transition:text-decoration-color var(--duration-base)ease;font-weight:600;text-decoration-thickness:2px}.page-module__NfDiEG__chatLink:hover{-webkit-text-decoration-color:var(--text-primary);text-decoration-color:var(--text-primary)}.page-module__NfDiEG__interests{margin-bottom:var(--space-4);padding-left:20px;list-style:outside}.page-module__NfDiEG__interests li{color:var(--text-secondary);margin-bottom:var(--space-1);font-size:15px;line-height:1.7}.page-module__NfDiEG__cta{margin-top:var(--space-2)}.page-module__NfDiEG__videoCard{cursor:pointer;background:var(--bg-card);border-radius:var(--radius-lg);flex-direction:column;gap:0;margin-top:40px;padding:6px;text-decoration:none;display:inline-flex;box-shadow:0 1px 3px #0000001f,0 6px 16px #00000029,0 18px 38px #00000038}.page-module__NfDiEG__videoCardThumb{aspect-ratio:16/9;border-radius:var(--radius-md);background:var(--bg-card);width:188px;position:relative;overflow:hidden}.page-module__NfDiEG__videoCardPlay{transition:background var(--duration-base)ease;background:#0003;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.page-module__NfDiEG__videoCard:hover .page-module__NfDiEG__videoCardPlay{background:#00000059}.page-module__NfDiEG__videoCardPlay svg{filter:drop-shadow(0 1px 3px #0000004d)}.page-module__NfDiEG__videoCardLabel{font-size:var(--text-xs);color:var(--text-secondary);letter-spacing:.01em;padding:6px var(--space-1)2px;max-width:188px;font-weight:500;line-height:1.35}.page-module__NfDiEG__videoPill{align-items:center;gap:var(--space-2);padding:var(--space-2)14px var(--space-2)8px;background:var(--bg-card);border-radius:var(--radius-pill);margin-top:var(--space-1);margin-bottom:var(--space-3);text-decoration:none;display:inline-flex}.page-module__NfDiEG__videoPillIcon{border-radius:var(--radius-full);background:#b54a46;background:lab(46.4168% 43.9955 25.6171);flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.page-module__NfDiEG__videoPillLabel{font-size:var(--text-sm);color:var(--text-secondary);font-weight:500;line-height:1.3}@media (min-width:768px){.page-module__NfDiEG__videoPill{display:none}}.page-module__NfDiEG__photos{margin-top:var(--space-8);padding-bottom:var(--space-9)}
.afg-grid{grid-template-columns:repeat(auto-fill,minmax(248px,1fr));gap:clamp(14px,1.6vw,22px);display:grid}.afg-spec{border-radius:var(--radius-lg);isolation:isolate;min-height:230px;transition:transform .5s var(--ease-out-expo);flex-direction:column;justify-content:flex-end;padding:20px;display:flex;position:relative;overflow:hidden}.afg-spec:hover{transform:translateY(-4px)}.afg-spec .afg-meta{z-index:5;position:relative}.afg-spec .afg-name{letter-spacing:.02em;margin-bottom:5px;font-size:15px;font-weight:600;line-height:1.1}.afg-spec .afg-def{opacity:.85;margin-bottom:9px;font-size:11.5px;line-height:1.45}.afg-spec .afg-ex{letter-spacing:.14em;text-transform:uppercase;opacity:.65;font-size:9.5px}.afg-spec .afg-ex b{opacity:1;font-weight:700}.afg-spec .afg-stage{z-index:1;position:absolute;inset:0}.afg-spec{animation:.6s cubic-bezier(.2,.8,.2,1) backwards afg-rise}@keyframes afg-rise{0%{opacity:0;transform:translateY(14px)}}.afg-grid .afg-spec:first-child{animation-delay:20ms}.afg-grid .afg-spec:nth-child(2){animation-delay:60ms}.afg-grid .afg-spec:nth-child(3){animation-delay:.1s}.afg-grid .afg-spec:nth-child(4){animation-delay:.14s}.afg-grid .afg-spec:nth-child(5){animation-delay:.18s}@media (prefers-reduced-motion:reduce){.afg-spec{opacity:1;animation:none;transform:none}}.s-minimalism{color:#111;background:#fafafa;font-family:Archivo Black,sans-serif}.s-minimalism .afg-name{font-family:Georgia,Times New Roman,serif;font-size:18px;font-weight:400}.s-minimalism .afg-def,.s-minimalism .afg-ex{font-family:IBM Plex Mono,monospace}.s-minimalism .afg-stage:after{content:"";background:#111;height:1px;position:absolute;top:38px;left:20px;right:20px}.s-minimalism .afg-stage:before{content:"";background:#111;border-radius:50%;width:7px;height:7px;position:absolute;top:30px;left:20px}.s-functionalism{color:#1a1a1a;background:#e8e6e1;font-family:Archivo Black,sans-serif}.s-functionalism .afg-def,.s-functionalism .afg-ex{font-family:IBM Plex Mono,monospace}.s-functionalism .afg-stage{background-image:linear-gradient(#0001 1px,#0000 1px),linear-gradient(90deg,#0001 1px,#0000 1px);background-size:18px 18px}.s-functionalism .afg-stage:after{content:"01 / FORM\a 02 / FOLLOWS\a 03 / FUNCTION";white-space:pre;letter-spacing:.1em;color:#1a1a1a;font:600 10px/1.7 IBM Plex Mono,monospace;position:absolute;top:20px;left:20px}.s-rams{color:#2b2722;background:#f1ede4;font-family:Bricolage Grotesque,sans-serif}.s-rams .afg-stage{justify-content:flex-end;align-items:flex-start;padding:22px;display:flex}.s-rams .afg-stage:after{content:"";background:radial-gradient(circle at 35% 30%,#fff,#d8d2c6);border:1px solid #c7c0b2;border-radius:50%;width:54px;height:54px;box-shadow:inset 0 -3px 6px #0002,0 2px 4px #0001}.s-rams .afg-stage:before{content:"";background:#c9a84a;border-radius:50%;width:8px;height:8px;position:absolute;top:36px;right:36px}.s-bauhaus{color:#111;background:#efe9dc;font-family:Archivo Black,sans-serif}.s-bauhaus .afg-stage{display:flex}.s-bauhaus .afg-stage:before{content:"";background:#d6322e;border-radius:50%;width:46px;height:46px;position:absolute;top:20px;left:20px}.s-bauhaus .afg-stage:after{content:"";border-bottom:46px solid #1c4fd6;border-left:24px solid #0000;border-right:24px solid #0000;width:0;height:0;position:absolute;top:20px;left:74px}.s-bauhaus .afg-meta:before{content:"";background:#f2c200;width:34px;height:34px;position:absolute;top:-44px;left:0}.s-brutalism{color:#111;background:#b8b4ac;border:3px solid #111;font-family:Space Mono,monospace}.s-brutalism .afg-stage{background:repeating-linear-gradient(115deg,#0000 0 8px,#0000000c 8px 9px),radial-gradient(circle at 30% 20%,#0000000f 0 2px,#0000 3px) 0 0/22px 22px}.s-brutalism .afg-name{text-transform:uppercase;letter-spacing:0}.s-brutalism .afg-ex{color:#b8b4ac;background:#111;padding:2px 5px;display:inline-block}.s-industrial{color:#e6e8ea;background:linear-gradient(150deg,#5a5d61,#33363a 60%,#3f4246);font-family:IBM Plex Mono,monospace}.s-industrial .afg-stage:before{content:"";border:2px solid #20232688;border-radius:3px;position:absolute;inset:10px}.s-industrial .afg-stage:after{content:"● ● ● ●";color:#9aa0a6;letter-spacing:14px;font-size:8px;position:absolute;top:16px;left:18px}.s-industrial .afg-name{text-shadow:0 1px #000}.s-maker{color:#15323a;background:#dde6e8;font-family:IBM Plex Mono,monospace}.s-maker .afg-stage{background-image:linear-gradient(#15323a18 1px,#0000 1px),linear-gradient(90deg,#15323a18 1px,#0000 1px);background-size:11px 11px}.s-maker .afg-stage:after{content:"";border:1.5px dashed #15323a99;border-radius:6px;width:120px;height:60px;position:absolute;top:26px;left:22px}.s-maker .afg-stage:before{content:"⌁ build › test › ship";letter-spacing:.06em;color:#15323a;background:#dde6e8;padding:0 4px;font-size:9px;position:absolute;top:14px;left:22px}.s-wabi{color:#3a352b;background:#cfc7b6;font-family:Cormorant Garamond,serif}.s-wabi .afg-name{font-size:19px}.s-wabi .afg-def,.s-wabi .afg-ex{font-family:IBM Plex Mono,monospace}.s-wabi .afg-stage{background:radial-gradient(at 70% 30%,#0000,#0000001a),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80'%3E%3Cfilter id='n'%3E%3CfeTurbulence baseFrequency='0.7' numOctaves='2'/%3E%3C/filter%3E%3Crect width='80' height='80' filter='url(%23n)' opacity='0.08'/%3E%3C/svg%3E")}.s-wabi .afg-stage:after{content:"";background:#a89b82;border-radius:48% 52% 60% 40%/55% 45%;width:62px;height:62px;position:absolute;top:30px;left:30px;box-shadow:inset -4px -6px 10px #0003}.s-maximalism{color:#fff;background:repeating-linear-gradient(45deg,#ff3d7f 0 14px,#ffd23f 14px 28px,#06d6a0 28px 42px,#118ab2 42px 56px);font-family:Archivo Black,sans-serif}.s-maximalism .afg-meta{background:#1a0033;border:3px solid #ffd23f;padding:12px;box-shadow:5px 5px #ff3d7f}.s-maximalism .afg-def,.s-maximalism .afg-ex{font-family:IBM Plex Mono,monospace}.s-deco{color:#e8c873;background:#0e0e10;font-family:Poiret One,sans-serif}.s-deco .afg-name{letter-spacing:.18em;text-transform:uppercase;font-size:16px}.s-deco .afg-stage{background:repeating-conic-gradient(from 0deg at 50% 0,#1a1812 0 9deg,#0e0e10 9deg 18deg);-webkit-mask:linear-gradient(#000 40%,#0000);mask:linear-gradient(#000 40%,#0000)}.s-deco .afg-stage:after{content:"";background:linear-gradient(#e8c873,#0000);width:1px;height:70px;position:absolute;top:22px;left:50%;transform:translate(-50%)}.s-deco .afg-meta{border-top:2px solid #e8c873;padding-top:10px}.s-nouveau{color:#3d4a2f;background:#e7e3d0;font-family:Cormorant Garamond,serif}.s-nouveau .afg-name{font-size:19px;font-style:italic}.s-nouveau .afg-def,.s-nouveau .afg-ex{font-family:IBM Plex Mono,monospace}.s-nouveau .afg-stage:before{content:"";opacity:.6;border:2px solid #8a7d3f;border-radius:0 0 100%;width:120px;height:120px;position:absolute;top:-14px;left:-14px}.s-nouveau .afg-stage:after{content:"";border-right:2px solid #6d7a4f;border-radius:0 80% 0 0;width:50px;height:90px;position:absolute;top:24px;right:20px;transform:rotate(8deg)}.s-baroque{color:#e9c46a;background:radial-gradient(at 50% 20%,#5a1422,#2a0810 70%);font-family:Playfair Display,serif}.s-baroque .afg-name{font-size:18px;font-weight:900}.s-baroque .afg-def,.s-baroque .afg-ex{font-family:IBM Plex Mono,monospace}.s-baroque .afg-stage:after{content:"❦";color:#e9c46a;opacity:.55;font-size:46px;position:absolute;top:20px;left:50%;transform:translate(-50%)}.s-baroque .afg-meta{background:#0003;border:1px solid #e9c46a55;padding:12px}.s-skeu{color:#f3e9d8;background-color:#6b4f33;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Cfilter id='n'%3E%3CfeTurbulence baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='40' height='40' filter='url(%23n)' opacity='0.12'/%3E%3C/svg%3E"),linear-gradient(160deg,#7a5a3a,#5a4028);background-position:0 0;background-repeat:repeat;background-size:auto;background-attachment:scroll;background-origin:padding-box;background-clip:border-box;font-family:IBM Plex Mono,monospace}.s-skeu .afg-meta{outline-offset:-6px;background:linear-gradient(#7d5d3d,#5e4329);border:2px solid #3d2c1a;border-radius:8px;outline:1px dashed #e9d7b855;padding:12px;box-shadow:inset 0 1px #fff2,inset 0 -2px 4px #0004,0 2px 3px #0006}.s-flat{color:#fff;background:#2d98da;font-family:Quicksand,sans-serif;font-weight:600}.s-flat .afg-stage:before{content:"";background:#fc5c65;border-radius:10px;width:50px;height:50px;position:absolute;top:24px;left:24px}.s-flat .afg-stage:after{content:"";background:#fed330;border-radius:50%;width:38px;height:38px;position:absolute;top:30px;left:90px}.s-neu{color:#5b6472;background:#e0e5ec;font-family:Quicksand,sans-serif;font-weight:600}.s-neu .afg-stage:before{content:"";background:#e0e5ec;border-radius:18px;width:56px;height:56px;position:absolute;top:26px;left:26px;box-shadow:8px 8px 16px #b8bec8,-8px -8px 16px #fff}.s-neu .afg-meta{border-radius:14px;padding:12px;box-shadow:inset 4px 4px 8px #b8bec8,inset -4px -4px 8px #fff}.s-glass{color:#fff;background:linear-gradient(135deg,#7b2ff7,#f107a3 60%,#ff7eb3);font-family:Quicksand,sans-serif;font-weight:600}.s-glass .afg-stage:before{content:"";-webkit-backdrop-filter:blur(8px);background:#ffffff2e;border:1px solid #fff6;border-radius:16px;height:78px;position:absolute;top:18px;left:18px;right:18px;box-shadow:0 8px 24px #0003}.s-glass .afg-meta{-webkit-backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #ffffff59;border-radius:14px;padding:12px}.s-material{color:#212121;background:#fafafa;font-family:Quicksand,sans-serif;font-weight:600}.s-material .afg-stage:before{content:"";background:#3f51b5;height:56px;position:absolute;top:0;left:0;right:0;box-shadow:0 3px 6px #0003}.s-material .afg-stage:after{content:"+";color:#fff;text-align:center;background:#ff4081;border-radius:50%;width:44px;height:44px;font:300 28px/44px Quicksand,sans-serif;position:absolute;top:78px;right:22px;box-shadow:0 6px 12px #ff408155}.s-midcentury{color:#3a2e22;background:#e4d9c3;font-family:Bricolage Grotesque,sans-serif}.s-midcentury .afg-def,.s-midcentury .afg-ex{font-family:IBM Plex Mono,monospace}.s-midcentury .afg-stage:before{content:"";background:#d98c45;border-radius:60% 60% 40% 40%/100% 100% 0 0;width:70px;height:40px;position:absolute;top:22px;left:22px}.s-midcentury .afg-stage:after{content:"";background:#5b7553;border-radius:50%;width:34px;height:34px;position:absolute;top:30px;left:104px}.s-retro{color:#f4a259;background:#2b1d2e;font-family:VT323,monospace}.s-retro .afg-name{letter-spacing:.04em;font-size:22px}.s-retro .afg-def{font-size:14px}.s-retro .afg-ex{font-size:12px}.s-retro .afg-stage{background:repeating-linear-gradient(#0000 0 3px,#00000040 3px 4px)}.s-retro .afg-stage:after{content:"▮ REC  00:13";color:#ff5e5e;font:16px VT323,monospace;position:absolute;top:16px;left:20px}.s-vapor{color:#fff;background:linear-gradient(#2d0a4f,#7b2ff7 60%,#ff6ec7);font-family:Orbitron,sans-serif}.s-vapor .afg-name{letter-spacing:.1em;text-shadow:2px 2px #00e5ff;font-size:13px}.s-vapor .afg-def,.s-vapor .afg-ex{letter-spacing:.04em;font-family:IBM Plex Mono,monospace}.s-vapor .afg-stage:before{content:"";transform-origin:bottom;background:repeating-linear-gradient(90deg,#ff6ec7aa 0 1px,#0000 1px 28px),repeating-linear-gradient(#ff6ec7aa 0 1px,#0000 1px 18px);height:70px;position:absolute;bottom:0;left:0;right:0;transform:perspective(120px)rotateX(58deg)}.s-vapor .afg-stage:after{content:"";background:linear-gradient(#fff700,#ff2e93);border-radius:50%;width:56px;height:56px;position:absolute;top:18px;right:24px;box-shadow:0 0 30px #ff2e9388}.s-y2k{color:#06324f;background:radial-gradient(circle at 30% 25%,#dff6ff,#9bd3ff 45%,#4aa3ff);font-family:Quicksand,sans-serif;font-weight:700}.s-y2k .afg-stage:before{content:"";background:radial-gradient(circle at 32% 28%,#fff,#8fd0ff 55%,#2b8fe0);border-radius:50%;width:58px;height:58px;position:absolute;top:22px;left:22px;box-shadow:0 4px 10px #1f6fb066,inset 0 -6px 10px #1f6fb055}.s-y2k .afg-stage:after{content:"";filter:blur(1px);background:#fffc;border-radius:50%;width:18px;height:10px;position:absolute;top:26px;left:30px}.s-googie{color:#ffe7a8;background:#16544f;font-family:Bricolage Grotesque,sans-serif}.s-googie .afg-name{font-style:italic}.s-googie .afg-def,.s-googie .afg-ex{font-family:IBM Plex Mono,monospace}.s-googie .afg-stage:before{content:"✦";color:#ff9f43;font-size:34px;position:absolute;top:18px;right:22px}.s-googie .afg-stage:after{content:"";border:3px solid #ff6b6b;border-radius:0 100%;width:96px;height:30px;position:absolute;top:40px;left:20px}.s-futurism{color:#fff;background:#d6452f;font-family:Archivo Black,sans-serif;font-style:italic}.s-futurism .afg-def,.s-futurism .afg-ex{font-family:IBM Plex Mono,monospace;font-style:normal}.s-futurism .afg-stage{background:repeating-linear-gradient(-22deg,#0000 0 16px,#fff2 16px 19px)}.s-futurism .afg-name{transform:skew(-8deg)}.s-cyberpunk{color:#00f0ff;background:#07060d;font-family:Orbitron,sans-serif}.s-cyberpunk .afg-name{text-shadow:0 0 8px #00f0ff,2px 0 #ff003c;letter-spacing:.08em;font-size:13px}.s-cyberpunk .afg-def,.s-cyberpunk .afg-ex{color:#9fe;letter-spacing:.03em;font-family:IBM Plex Mono,monospace}.s-cyberpunk .afg-stage:before{content:"";background:linear-gradient(90deg,#ff003c11 1px,#0000 1px) 0 0/30px 30px,linear-gradient(#00f0ff11 1px,#0000 1px) 0 0/30px 30px;position:absolute;inset:0}.s-cyberpunk .afg-stage:after{content:"";background:#ff003c;width:80px;height:3px;position:absolute;top:18px;left:18px;box-shadow:0 0 12px #ff003c}.s-solarpunk{color:#234d20;background:linear-gradient(160deg,#dff3c9,#9cc77a);font-family:Bricolage Grotesque,sans-serif}.s-solarpunk .afg-def,.s-solarpunk .afg-ex{font-family:IBM Plex Mono,monospace}.s-solarpunk .afg-stage:before{content:"";background:radial-gradient(#fff6c2,#f4d35e);border-radius:50%;width:48px;height:48px;position:absolute;top:18px;right:20px;box-shadow:0 0 24px #f4d35e88}.s-solarpunk .afg-stage:after{content:"";background:repeating-linear-gradient(90deg,#5a8f3c 0 4px,#0000 4px 22px);height:34px;position:absolute;bottom:0;left:0;right:0;-webkit-mask:linear-gradient(#0000,#000);mask:linear-gradient(#0000,#000)}.s-fui{color:#7df9ff;background:#02141f;font-family:Orbitron,sans-serif}.s-fui .afg-name{letter-spacing:.12em;font-size:12px}.s-fui .afg-def,.s-fui .afg-ex{letter-spacing:.04em;color:#aef;font-family:IBM Plex Mono,monospace}.s-fui .afg-stage:before{content:"";border:1px solid #7df9ff66;border-radius:50%;width:64px;height:64px;position:absolute;top:20px;right:20px}.s-fui .afg-stage:after{content:"";border:1px solid #7df9ff;border-radius:50%;width:32px;height:32px;position:absolute;top:36px;right:36px;box-shadow:0 0 10px #7df9ff55}.s-hitech{color:#cfd6dc;background:#14171a;font-family:IBM Plex Mono,monospace}.s-hitech .afg-stage{background:linear-gradient(90deg,#ffffff08 1px,#0000 1px) 0 0/24px 24px}.s-hitech .afg-stage:after{content:"⌬";color:#5fb0c9;font-size:30px;position:absolute;top:16px;left:18px}.s-hitech .afg-name{color:#5fb0c9;letter-spacing:.05em}.s-organic{color:#33402a;background:#cfe0c3;font-family:Cormorant Garamond,serif}.s-organic .afg-name{font-size:19px}.s-organic .afg-def,.s-organic .afg-ex{font-family:IBM Plex Mono,monospace}.s-organic .afg-stage:before{content:"";background:#8fae6e;border-radius:62% 38% 47% 53%/55% 48% 52% 45%;width:78px;height:64px;position:absolute;top:18px;left:18px}.s-organic .afg-stage:after{content:"";background:#b6cf99;border-radius:50% 50% 50% 60%;width:42px;height:40px;position:absolute;top:38px;left:84px}.s-scandi{color:#4a4035;background:#f4efe7;font-family:Bricolage Grotesque,sans-serif}.s-scandi .afg-def,.s-scandi .afg-ex{font-family:IBM Plex Mono,monospace}.s-scandi .afg-stage:before{content:"";background:linear-gradient(#caa472,#b98e57);border-radius:4px;width:64px;height:40px;position:absolute;top:22px;left:22px}.s-scandi .afg-stage:after{content:"";border:3px solid #9aa896;border-radius:50%;width:30px;height:30px;position:absolute;top:22px;left:96px}.s-japandi{color:#3b362d;background:#dcd6cb;font-family:Cormorant Garamond,serif}.s-japandi .afg-name{font-size:19px}.s-japandi .afg-def,.s-japandi .afg-ex{font-family:IBM Plex Mono,monospace}.s-japandi .afg-stage:before{content:"";background:#0000001a;width:1px;height:100%;position:absolute;top:0;left:34%}.s-japandi .afg-stage:after{content:"";background:#8a7f6a;border-radius:50%;width:40px;height:40px;position:absolute;top:28px;left:24px}.s-kawaii{color:#c1466b;background:#ffe1ec;font-family:Quicksand,sans-serif;font-weight:700}.s-kawaii .afg-stage:before{content:"";background:#ffb3cf;border-radius:50% 50% 45% 45%;width:64px;height:54px;position:absolute;top:24px;left:50%;transform:translate(-50%)}.s-kawaii .afg-stage:after{content:"• ◡ •";color:#a83357;letter-spacing:2px;font-size:11px;position:absolute;top:42px;left:50%;transform:translate(-50%)}.s-playful{color:#1b1b1b;background:#ffd23f;font-family:Archivo Black,sans-serif}.s-playful .afg-def,.s-playful .afg-ex{font-family:IBM Plex Mono,monospace}.s-playful .afg-stage:before{content:"";background:#ff5e5e;border:4px solid #1b1b1b;border-radius:50%;width:46px;height:46px;position:absolute;top:22px;left:22px}.s-playful .afg-stage:after{content:"";background:#3a86ff;border:4px solid #1b1b1b;border-radius:20px;width:40px;height:18px;position:absolute;top:34px;left:80px}.s-antidesign{color:#ff0090;background:#00b3a4;font-family:Archivo Black,sans-serif}.s-antidesign .afg-name{font-family:VT323,monospace;font-size:26px;transform:rotate(-3deg)}.s-antidesign .afg-def{color:#1a1a00;font-family:Playfair Display,serif;transform:rotate(1deg)}.s-antidesign .afg-ex{color:#fff700;font-family:IBM Plex Mono,monospace}.s-antidesign .afg-stage:before{content:"";background:#fff700;width:60px;height:60px;position:absolute;top:14px;left:40px;transform:rotate(12deg)}.s-memphis{color:#111;background:#f7f3e8;font-family:Archivo Black,sans-serif}.s-memphis .afg-def,.s-memphis .afg-ex{font-family:IBM Plex Mono,monospace}.s-memphis .afg-stage:before{content:"";background:#ff4e6a;border-radius:50%;width:40px;height:40px;position:absolute;top:18px;left:18px}.s-memphis .afg-stage:after{content:"";border-top:6px dotted #00c2cb;width:54px;height:0;position:absolute;top:24px;left:70px;transform:rotate(-18deg)}.s-memphis .afg-meta:before{content:"";border-bottom:30px solid #ffd23f;border-left:18px solid #0000;border-right:18px solid #0000;width:0;height:0;position:absolute;top:-22px;right:0}.s-grunge{color:#cabfa6;background:#1c1a17 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80'%3E%3Cfilter id='n'%3E%3CfeTurbulence baseFrequency='0.6' numOctaves='3'/%3E%3C/filter%3E%3Crect width='80' height='80' filter='url(%23n)' opacity='0.22'/%3E%3C/svg%3E");font-family:Space Mono,monospace}.s-grunge .afg-name{text-transform:uppercase;letter-spacing:.04em;color:#e8dcc0}.s-grunge .afg-stage:after{content:"";opacity:.5;background:#000;height:14px;position:absolute;top:30px;left:18px;right:60px;transform:rotate(-1.5deg)}.s-acid{color:#000;background:conic-gradient(#ff00a0,#ffea00,#00ffa3,#00b3ff,#ff00a0);font-family:Archivo Black,sans-serif}.s-acid .afg-meta{color:#0f0;background:#000;padding:12px}.s-acid .afg-name{color:#fff}.s-acid .afg-def{color:#00ffa3;font-family:IBM Plex Mono,monospace}.s-acid .afg-ex{color:#ff00a0;font-family:IBM Plex Mono,monospace}.s-acid .afg-stage{filter:saturate(1.4)}
.AestheticsFieldGuide-module__vJhXXa__page{max-width:980px}.AestheticsFieldGuide-module__vJhXXa__header{margin-bottom:var(--space-7);max-width:760px}.AestheticsFieldGuide-module__vJhXXa__tags{font-family:var(--font-sans);font-size:var(--text-xs);letter-spacing:.12em;text-transform:uppercase;color:var(--text-tertiary);margin-bottom:var(--space-3);font-weight:500;display:block}.AestheticsFieldGuide-module__vJhXXa__title{font-family:var(--font-serif);font-size:var(--text-2xl);letter-spacing:-.02em;color:var(--text-primary);margin-bottom:var(--space-5);font-weight:400;line-height:1.15}.AestheticsFieldGuide-module__vJhXXa__title em{font-family:var(--font-serif-italic);color:var(--accent);font-style:italic}@media (min-width:768px){.AestheticsFieldGuide-module__vJhXXa__title{font-size:var(--text-3xl)}}.AestheticsFieldGuide-module__vJhXXa__lede{color:var(--text-secondary);max-width:60ch;font-size:15px;line-height:1.7}.AestheticsFieldGuide-module__vJhXXa__lede b{color:var(--text-primary);font-weight:500}.AestheticsFieldGuide-module__vJhXXa__family{margin-bottom:var(--space-8)}.AestheticsFieldGuide-module__vJhXXa__familyHead{align-items:baseline;gap:var(--space-3);margin-bottom:var(--space-5);flex-wrap:wrap;display:flex}.AestheticsFieldGuide-module__vJhXXa__familyNum{font-family:var(--font-serif);font-size:var(--text-xl);color:var(--accent);line-height:1}.AestheticsFieldGuide-module__vJhXXa__familyTitle{font-family:var(--font-serif);font-weight:400;font-size:var(--text-xl);letter-spacing:-.01em;color:var(--text-primary);line-height:1}.AestheticsFieldGuide-module__vJhXXa__gloss{font-family:var(--font-sans);font-size:var(--text-xs);letter-spacing:.04em;color:var(--text-tertiary);margin-left:auto}.AestheticsFieldGuide-module__vJhXXa__endnote{border-top:1px solid var(--border);padding-top:var(--space-6);margin-top:var(--space-7);color:var(--text-secondary);max-width:70ch;font-size:15px;line-height:1.7}.AestheticsFieldGuide-module__vJhXXa__endnote b{color:var(--text-primary);font-weight:500}.AestheticsFieldGuide-module__vJhXXa__sig{font-family:var(--font-serif-italic);font-style:italic;font-size:var(--text-lg);color:var(--accent);margin-top:var(--space-4)}.AestheticsFieldGuide-module__vJhXXa__back{margin-top:var(--space-7);font-family:var(--font-sans);font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.12em;font-weight:500}.AestheticsFieldGuide-module__vJhXXa__back a{color:var(--text-tertiary);transition:color var(--duration-base)ease;text-decoration:none}.AestheticsFieldGuide-module__vJhXXa__back a:hover{color:var(--accent)}
.MisfitGraph-module__srKvQG__figure{margin:0 0 var(--space-5)}.MisfitGraph-module__srKvQG__scroll{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-primary);padding:var(--space-4);overflow-x:auto}.MisfitGraph-module__srKvQG__svg{width:100%;min-width:840px;height:auto;font-family:var(--font-mono);display:block}.MisfitGraph-module__srKvQG__nodeRect{fill:var(--bg-card)}.MisfitGraph-module__srKvQG__nodeTitle{font-family:var(--font-sans);fill:var(--text-primary);font-weight:500}.MisfitGraph-module__srKvQG__nodeSub,.MisfitGraph-module__srKvQG__regionSub{fill:var(--text-secondary)}.MisfitGraph-module__srKvQG__legend{gap:var(--space-3)var(--space-5);margin-top:var(--space-4);font-family:var(--font-mono);font-size:var(--text-2xs);letter-spacing:.12em;text-transform:uppercase;color:var(--text-tertiary);flex-wrap:wrap;display:flex}.MisfitGraph-module__srKvQG__legendRow{align-items:center;gap:var(--space-2);display:inline-flex}.MisfitGraph-module__srKvQG__swatch{border-radius:3px;width:12px;height:12px;display:inline-block}.MisfitGraph-module__srKvQG__swatchDashed{border-top:1px dashed #c75a4a;width:18px;height:0;display:inline-block}
.SynthesisOfForm-module__s_71Zq__page{max-width:980px}.SynthesisOfForm-module__s_71Zq__header{margin-bottom:var(--space-8);max-width:760px}.SynthesisOfForm-module__s_71Zq__tags{font-family:var(--font-mono);font-size:var(--text-xs);letter-spacing:.18em;text-transform:uppercase;color:var(--text-tertiary);margin-bottom:var(--space-4);display:block}.SynthesisOfForm-module__s_71Zq__title{font-family:var(--font-serif);font-size:var(--text-2xl);letter-spacing:-.02em;color:var(--text-primary);margin-bottom:var(--space-5);font-weight:400;line-height:1.05}.SynthesisOfForm-module__s_71Zq__title em,.SynthesisOfForm-module__s_71Zq__h2 em{font-family:var(--font-serif-italic);color:var(--accent);font-style:italic}@media (min-width:768px){.SynthesisOfForm-module__s_71Zq__title{font-size:var(--text-3xl)}}.SynthesisOfForm-module__s_71Zq__lede{color:var(--text-secondary);max-width:62ch;font-size:16px;line-height:1.7}.SynthesisOfForm-module__s_71Zq__section{margin-bottom:var(--space-9)}.SynthesisOfForm-module__s_71Zq__sectionHead{margin-bottom:var(--space-6);max-width:720px}.SynthesisOfForm-module__s_71Zq__num{font-family:var(--font-mono);font-size:var(--text-2xs);letter-spacing:.22em;text-transform:uppercase;color:var(--text-tertiary);margin-bottom:var(--space-3);display:block}.SynthesisOfForm-module__s_71Zq__h2{font-family:var(--font-serif);font-weight:400;font-size:var(--text-xl);letter-spacing:-.02em;color:var(--text-primary);margin-bottom:var(--space-3);line-height:1.05}@media (min-width:768px){.SynthesisOfForm-module__s_71Zq__h2{font-size:var(--text-2xl)}}.SynthesisOfForm-module__s_71Zq__intro{color:var(--text-secondary);max-width:62ch;font-size:15px;line-height:1.65}.SynthesisOfForm-module__s_71Zq__pipeline{gap:var(--space-2)var(--space-4);margin:0 0 var(--space-5);font-family:var(--font-mono);font-size:var(--text-2xs);letter-spacing:.12em;text-transform:uppercase;color:var(--text-tertiary);flex-wrap:wrap;padding:0;list-style:none;display:flex}.SynthesisOfForm-module__s_71Zq__pipelineItem{position:relative}.SynthesisOfForm-module__s_71Zq__pipelineItem:not(:last-child):after{content:"→";margin-left:var(--space-4);color:var(--border)}.SynthesisOfForm-module__s_71Zq__steps{gap:var(--space-4);grid-template-columns:repeat(auto-fit,minmax(228px,1fr));display:grid}.SynthesisOfForm-module__s_71Zq__step{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-card);padding:var(--space-5);gap:var(--space-3);flex-direction:column;display:flex}.SynthesisOfForm-module__s_71Zq__stepTop{align-items:baseline;gap:var(--space-2);display:flex}.SynthesisOfForm-module__s_71Zq__stepNum{font-family:var(--font-mono);font-size:var(--text-2xs);color:var(--text-tertiary)}.SynthesisOfForm-module__s_71Zq__stepName{font-family:var(--font-serif);font-weight:400;font-size:var(--text-lg);color:var(--text-primary);line-height:1}.SynthesisOfForm-module__s_71Zq__stepHeadline{font-size:var(--text-base);color:var(--text-primary);font-weight:500}.SynthesisOfForm-module__s_71Zq__stepBody{font-size:var(--text-sm);color:var(--text-secondary);flex:1;line-height:1.6}.SynthesisOfForm-module__s_71Zq__io{border-top:1px solid var(--border-light);padding-top:var(--space-3);font-family:var(--font-mono);font-size:var(--text-2xs);color:var(--text-tertiary);flex-direction:column;gap:2px;display:flex}.SynthesisOfForm-module__s_71Zq__io i{letter-spacing:.14em;text-transform:uppercase;color:var(--text-tertiary);opacity:.7;margin-right:var(--space-2);font-style:normal}.SynthesisOfForm-module__s_71Zq__callout{border:1px solid var(--border);border-radius:var(--radius-md);background:color-mix(in oklch,var(--accent)5%,transparent);border-color:color-mix(in oklch,var(--accent)22%,var(--border));padding:var(--space-5);color:var(--text-secondary);font-size:15px;line-height:1.65}.SynthesisOfForm-module__s_71Zq__diagrams{gap:var(--space-4);grid-template-columns:repeat(auto-fit,minmax(280px,1fr));display:grid}.SynthesisOfForm-module__s_71Zq__diagram{border:1px solid var(--border);border-top:2px solid var(--c);border-radius:var(--radius-md);background:var(--bg-card);padding:var(--space-5);gap:var(--space-3);flex-direction:column;display:flex}.SynthesisOfForm-module__s_71Zq__diagramCluster{font-family:var(--font-mono);font-size:var(--text-2xs);letter-spacing:.16em;text-transform:uppercase;color:var(--c)}.SynthesisOfForm-module__s_71Zq__diagramGesture{font-family:var(--font-serif);font-weight:400;font-size:var(--text-lg);color:var(--text-primary);line-height:1.1}.SynthesisOfForm-module__s_71Zq__diagramBody{font-size:var(--text-sm);color:var(--text-secondary);flex:1;line-height:1.6}.SynthesisOfForm-module__s_71Zq__built{border-top:1px solid var(--border-light);padding-top:var(--space-3);font-size:var(--text-xs);color:var(--text-tertiary);line-height:1.5}.SynthesisOfForm-module__s_71Zq__built i{font-style:normal;font-family:var(--font-mono);font-size:var(--text-2xs);letter-spacing:.1em;text-transform:uppercase;color:var(--c);margin-bottom:2px;display:block}.SynthesisOfForm-module__s_71Zq__contrast{gap:var(--space-4);grid-template-columns:repeat(auto-fit,minmax(300px,1fr));display:grid}.SynthesisOfForm-module__s_71Zq__way{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-card);padding:var(--space-6)}.SynthesisOfForm-module__s_71Zq__wayKind{font-family:var(--font-mono);font-size:var(--text-2xs);letter-spacing:.14em;text-transform:uppercase;color:var(--text-tertiary);margin-bottom:var(--space-3);display:block}.SynthesisOfForm-module__s_71Zq__wayTitle{font-family:var(--font-serif);font-weight:400;font-size:var(--text-lg);color:var(--text-primary);margin-bottom:var(--space-3);line-height:1.1}.SynthesisOfForm-module__s_71Zq__wayBody{font-size:var(--text-sm);color:var(--text-secondary);line-height:1.65}.SynthesisOfForm-module__s_71Zq__endnote{border-top:1px solid var(--border);padding-top:var(--space-6);color:var(--text-secondary);max-width:70ch;font-size:15px;line-height:1.7}.SynthesisOfForm-module__s_71Zq__sig{font-family:var(--font-serif-italic);font-style:italic;font-size:var(--text-lg);color:var(--accent);margin-top:var(--space-4)}
.BrandedPreviewCards-module__J75n9a__card{margin:calc(var(--space-4)*-1);flex-direction:column;display:flex}.BrandedPreviewCards-module__J75n9a__cover{justify-content:center;align-items:center;height:84px;display:flex;position:relative}.BrandedPreviewCards-module__J75n9a__coverLinkedIn{background:linear-gradient(135deg,#0a66c2,#084a8f)}.BrandedPreviewCards-module__J75n9a__coverGitHub{background:linear-gradient(135deg,#1e2127,#0d1117);height:100px}.BrandedPreviewCards-module__J75n9a__coverX{background:linear-gradient(135deg,#1d1d1d,#000)}.BrandedPreviewCards-module__J75n9a__coverRss{background:linear-gradient(135deg,#f6912f,#e9681f)}.BrandedPreviewCards-module__J75n9a__feedList{flex-direction:column;margin-top:10px;display:flex}.BrandedPreviewCards-module__J75n9a__feedItem{border-top:1px solid var(--border-light);align-items:baseline;gap:10px;padding:7px 0;display:flex}.BrandedPreviewCards-module__J75n9a__feedItem:first-child{border-top:none;padding-top:2px}.BrandedPreviewCards-module__J75n9a__feedDate{width:42px;font-family:var(--font-mono);letter-spacing:.04em;text-transform:uppercase;color:var(--text-tertiary);font-variant-numeric:tabular-nums;flex-shrink:0;font-size:10px}.BrandedPreviewCards-module__J75n9a__feedTitle{font-family:var(--font-sans);color:var(--text-primary);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:12px;line-height:1.35;display:-webkit-box;overflow:hidden}.BrandedPreviewCards-module__J75n9a__coverEmail{color:#201308;color:lab(7.1291% 5.82799 7.6681);background:linear-gradient(135deg,#b6a186,#907557);background:linear-gradient(135deg,lab(67.5606% 4.56503 17.1917),lab(51.2426% 7.54967 20.9576))}.BrandedPreviewCards-module__J75n9a__avatar{border:3px solid var(--bg-card);object-fit:cover;border-radius:50%;width:72px;height:72px;box-shadow:0 2px 8px #0006}.BrandedPreviewCards-module__J75n9a__body{padding:14px var(--space-4)var(--space-4);flex-direction:column;gap:4px;display:flex}.BrandedPreviewCards-module__J75n9a__name{font-family:var(--font-sans);font-size:var(--text-base);color:var(--text-primary);letter-spacing:-.01em;font-weight:600;line-height:1.3}.BrandedPreviewCards-module__J75n9a__role{font-family:var(--font-sans);color:var(--text-secondary);font-size:12px;line-height:1.45}.BrandedPreviewCards-module__J75n9a__heatmapWrap{flex-direction:column;gap:6px;margin-top:10px;display:flex}.BrandedPreviewCards-module__J75n9a__heatmap{width:100%;height:auto;display:block}.BrandedPreviewCards-module__J75n9a__cell{shape-rendering:geometricPrecision}.BrandedPreviewCards-module__J75n9a__cell[data-level="0"]{fill:color-mix(in oklch,var(--bg-card-hover),white 6%)}.BrandedPreviewCards-module__J75n9a__cell[data-level="1"]{fill:color-mix(in oklch,var(--accent)22%,transparent)}.BrandedPreviewCards-module__J75n9a__cell[data-level="2"]{fill:color-mix(in oklch,var(--accent)45%,transparent)}.BrandedPreviewCards-module__J75n9a__cell[data-level="3"]{fill:color-mix(in oklch,var(--accent)72%,transparent)}.BrandedPreviewCards-module__J75n9a__cell[data-level="4"]{fill:var(--accent)}.BrandedPreviewCards-module__J75n9a__heatmapMeta{font-family:var(--font-sans);color:var(--text-tertiary);font-variant-numeric:tabular-nums;font-size:11px}.BrandedPreviewCards-module__J75n9a__cta{border-radius:var(--radius-sm);width:fit-content;font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--accent);transition:background var(--duration-fast)ease,color var(--duration-fast)ease;align-items:center;gap:6px;margin-top:12px;margin-left:-12px;padding:8px 12px;font-size:11px;font-weight:500;text-decoration:none;display:inline-flex}.BrandedPreviewCards-module__J75n9a__cta:hover{background:color-mix(in oklch,var(--accent)10%,transparent);color:color-mix(in oklch,var(--accent)80%,white)}.BrandedPreviewCards-module__J75n9a__actionList{flex-direction:column;gap:4px;margin-top:14px;display:flex}.BrandedPreviewCards-module__J75n9a__action{background:var(--bg-card-hover);border-radius:var(--radius-sm);font-family:var(--font-sans);color:var(--text-secondary);transition:background var(--duration-fast)ease,color var(--duration-fast)ease,border-color var(--duration-fast)ease;border:1px solid #0000;justify-content:space-between;align-items:center;gap:10px;padding:9px 12px;font-size:12px;font-weight:500;text-decoration:none;display:flex}.BrandedPreviewCards-module__J75n9a__action:hover{background:color-mix(in oklch,var(--bg-card-hover),white 6%);color:var(--text-primary);border-color:color-mix(in oklch,var(--accent)30%,transparent)}.BrandedPreviewCards-module__J75n9a__action:hover svg{color:var(--accent)}
.Footer-module__Grjkva__footer{border-top:1px solid var(--border-light);margin-top:var(--section-gap)}.Footer-module__Grjkva__inner{max-width:var(--max-width);padding:40px var(--space-5)100px;gap:var(--space-5);flex-direction:column;align-items:center;margin:0 auto;display:flex}@media (min-width:768px){.Footer-module__Grjkva__inner{padding:40px var(--space-7)40px;flex-direction:row;justify-content:space-between;align-items:flex-start}}.Footer-module__Grjkva__left{gap:var(--space-5);flex-direction:column;align-items:flex-start;display:flex}.Footer-module__Grjkva__logo{display:block}@media (max-width:767px){.Footer-module__Grjkva__left{width:100%}.Footer-module__Grjkva__logo{align-self:center}}@media (min-width:1024px){.Footer-module__Grjkva__inner{padding:40px var(--space-8)}}.Footer-module__Grjkva__credit{font-size:var(--text-sm);color:var(--text-secondary)}.Footer-module__Grjkva__links{gap:var(--space-5);display:flex}.Footer-module__Grjkva__link{font-size:var(--text-sm);color:var(--text-secondary);transition:color var(--duration-base)ease;letter-spacing:.02em;font-weight:500;text-decoration:none}.Footer-module__Grjkva__link:hover{color:var(--accent)}.Footer-module__Grjkva__passportSpacer{height:180px}@media (min-width:768px){.Footer-module__Grjkva__passportSpacer{height:200px}}
.page-module__QMuhXa__page{max-width:var(--max-width);padding:0 var(--space-5);margin:0 auto;padding-bottom:96px}@media (min-width:768px){.page-module__QMuhXa__page{padding:0 var(--space-7);padding-bottom:120px}}@media (min-width:1024px){.page-module__QMuhXa__page{padding:0 var(--space-8);padding-bottom:120px}}.page-module__QMuhXa__hero{padding-top:var(--space-9);padding-bottom:var(--space-8)}@media (min-width:768px){.page-module__QMuhXa__hero{padding-top:100px}}.page-module__QMuhXa__title{font-family:var(--font-serif);letter-spacing:-.05em;color:var(--text-primary);margin-bottom:var(--space-4);font-size:40px;font-weight:400;line-height:1.12}@media (min-width:768px){.page-module__QMuhXa__title{font-size:var(--text-4xl)}}@media (min-width:1024px){.page-module__QMuhXa__title{font-size:64px}}.page-module__QMuhXa__intro{color:var(--text-secondary);margin-bottom:var(--space-5);max-width:480px;font-size:15px;line-height:1.6}.page-module__QMuhXa__feedLink{align-items:center;gap:var(--space-2);font-family:var(--font-mono);font-size:var(--text-xs);letter-spacing:.08em;text-transform:uppercase;color:var(--text-secondary);transition:color var(--duration-base)ease;text-decoration:none;display:inline-flex}.page-module__QMuhXa__feedLink:hover{color:var(--accent)}.page-module__QMuhXa__list{gap:var(--space-4);grid-template-columns:1fr;max-width:760px;margin:0;padding:0;list-style:none;display:grid}.page-module__QMuhXa__card{padding:var(--space-5);background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);color:inherit;transition:background var(--duration-base)ease,border-color var(--duration-base)ease,transform .4s var(--ease-out-expo);flex-direction:column;text-decoration:none;display:flex}.page-module__QMuhXa__card:hover{background:var(--bg-card-hover);border-color:color-mix(in oklch,var(--accent)30%,var(--border));transform:translateY(-2px)}.page-module__QMuhXa__cardMeta{font-family:var(--font-sans);font-size:var(--text-xs);letter-spacing:.08em;text-transform:uppercase;color:var(--text-tertiary);margin-bottom:var(--space-2);align-items:center;gap:6px;display:inline-flex}.page-module__QMuhXa__cardTags{color:var(--accent)}.page-module__QMuhXa__cardTitle{font-family:var(--font-serif);font-weight:400;font-size:var(--text-xl);letter-spacing:-.01em;color:var(--text-primary);margin-bottom:var(--space-2);line-height:1.2}.page-module__QMuhXa__cardDescription{font-family:var(--font-sans);color:var(--text-secondary);font-size:14px;line-height:1.55}
