@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&family=Caveat:wght@400;500;600;700&display=swap";*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-sans);background-color:var(--bg-primary);color:var(--white-70);font-size:1rem;line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font:inherit;color:inherit}ul,ol{list-style:none}input,textarea{font:inherit;color:inherit;background:none;border:none;outline:none}:root{--bg-primary: #0D0D0D;--bg-secondary: #141414;--bg-tertiary: #1A1A1A;--white: #FFFFFF;--white-70: rgba(255,255,255,.7);--white-40: rgba(255,255,255,.4);--white-10: rgba(255,255,255,.1);--white-05: rgba(255,255,255,.05);--accent-green: #00FF66;--accent-blue: #4D5BFF;--accent-purple: #8B5CF6;--accent-yellow: #F08D32;--accent-pink: #FF2D87;--gradient-glass: linear-gradient(135deg, rgba(255,255,255,.06), rgba(255,255,255,.02));--gradient-glow: radial-gradient(circle, rgba(77,91,255,.15) 0%, transparent 70%);--font-serif: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, sans-serif;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-mono: "JetBrains Mono", "Courier New", monospace;--shadow-card: 0 4px 24px rgba(0,0,0,.4);--shadow-elevated: 0 8px 40px rgba(0,0,0,.6);--shadow-glow-green: 0 0 30px rgba(0,255,102,.15);--shadow-glow-blue: 0 0 30px rgba(77,91,255,.2);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--radius-full: 9999px;--space-xs: 4px;--space-sm: 8px;--space-md: 16px;--space-lg: 24px;--space-xl: 32px;--space-2xl: 48px;--space-3xl: 64px;--space-4xl: 96px;--space-5xl: 128px;--ease-out-expo: cubic-bezier(.16, 1, .3, 1);--ease-out-back: cubic-bezier(.34, 1.56, .64, 1);--duration-fast: .2s;--duration-normal: .4s;--duration-slow: .6s;--duration-reveal: .8s;--stagger-delay: .08s}:root{--glass-01: rgba(255, 255, 255, .04);--glass-02: rgba(255, 255, 255, .08);--glass-03: rgba(255, 255, 255, .15);--glass-04: rgba(255, 255, 255, .2);--surface: #0A0A0A;--green-alpha-30: rgba(0, 255, 102, .3);--green-alpha-15: rgba(0, 255, 102, .15);--green-alpha-10: rgba(0, 255, 102, .1);--green-alpha-08: rgba(0, 255, 102, .08);--green-alpha-05: rgba(0, 255, 102, .05)}[data-theme=light]{--bg-primary: #F7F7F5;--bg-secondary: #EFEFEC;--bg-tertiary: #E6E6E2;--white: #0D0D0D;--white-70: rgba(13, 13, 13, .7);--white-40: rgba(13, 13, 13, .4);--white-10: rgba(13, 13, 13, .1);--white-05: rgba(13, 13, 13, .04);--accent-green: #0A7A38;--gradient-glass: linear-gradient(135deg, rgba(255,255,255,.6), rgba(255,255,255,.4));--shadow-card: 0 2px 16px rgba(0, 0, 0, .07), 0 1px 4px rgba(0, 0, 0, .04);--shadow-elevated: 0 8px 32px rgba(0, 0, 0, .12);--shadow-glow-green: 0 0 24px rgba(10, 122, 56, .15);--shadow-glow-blue: 0 0 24px rgba(77, 91, 255, .12);--glass-01: rgba(255, 255, 255, .85);--glass-02: rgba(0, 0, 0, .07);--glass-03: rgba(0, 0, 0, .13);--glass-04: rgba(0, 0, 0, .18);--surface: #FFFFFF;--green-alpha-30: rgba(10, 122, 56, .25);--green-alpha-15: rgba(10, 122, 56, .12);--green-alpha-10: rgba(10, 122, 56, .09);--green-alpha-08: rgba(10, 122, 56, .08);--green-alpha-05: rgba(10, 122, 56, .05)}*,*:before,*:after{transition:background-color .25s ease,border-color .25s ease,color .25s ease,box-shadow .25s ease}body:before{content:"";position:fixed;inset:0;background-image:radial-gradient(circle,rgba(255,255,255,.05) 1px,transparent 1px);background-size:24px 24px;pointer-events:none;z-index:0}#root{position:relative;z-index:1}.section{padding:var(--space-5xl) var(--space-lg);max-width:1200px;margin:0 auto}.section-label{font-family:var(--font-mono);font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.15em;color:var(--accent-green);margin-bottom:var(--space-md)}.section-title{font-family:var(--font-serif);font-size:clamp(2rem,4vw,3.5rem);font-weight:700;color:var(--white);line-height:1.1;margin-bottom:var(--space-2xl)}.glass-card{background:var(--gradient-glass);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--glass-02);border-radius:var(--radius-lg);box-shadow:var(--shadow-card)}[data-theme=light] body:before{background-image:radial-gradient(circle,rgba(0,0,0,.07) 1px,transparent 1px)}::selection{background:var(--accent-green);color:var(--bg-primary)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--white-10);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--white-40)}._navbar_2fvqt_1{position:fixed;top:0;left:0;right:0;z-index:100;padding:var(--space-md) var(--space-lg);transition:all var(--duration-normal) var(--ease-out-expo)}._navbar_2fvqt_1._scrolled_2fvqt_11{background:#0d0d0dcc;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--glass-02)}._inner_2fvqt_18{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}._logo_2fvqt_26{font-family:var(--font-serif);font-size:1.25rem;font-weight:700;color:var(--white);letter-spacing:-.02em}._logo_2fvqt_26 span{color:var(--accent-green)}._navLinks_2fvqt_38{display:flex;align-items:center}._navActions_2fvqt_43{display:flex;align-items:center;gap:var(--space-sm)}._resumeBtn_2fvqt_50{padding:var(--space-sm) var(--space-lg);background:transparent;color:var(--white-70);font-weight:500;font-size:.875rem;border-radius:var(--radius-full);border:1px solid var(--glass-03);transition:all var(--duration-fast) ease}._resumeBtn_2fvqt_50:hover{color:var(--white);border-color:var(--white-40);background:var(--white-05);transform:translateY(-1px)}._resumeBtnMobile_2fvqt_69{padding:var(--space-sm) var(--space-xl);border:1px solid var(--glass-03);border-radius:var(--radius-full);font-size:1rem!important;font-family:var(--font-sans)!important;color:var(--white-70)!important;margin-top:var(--space-md)}._themeToggle_2fvqt_80{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:var(--radius-full);border:1px solid var(--white-10);color:var(--white-70);transition:all .2s ease;flex-shrink:0}._themeToggle_2fvqt_80:hover{color:var(--white);border-color:var(--white-40);background:var(--white-05)}[data-theme=light] ._navbar_2fvqt_1._scrolled_2fvqt_11{background:#f7f7f5d9;border-bottom:1px solid rgba(0,0,0,.08)}[data-theme=light] ._mobileMenu_2fvqt_105{background:#f7f7f5f7}[data-theme=light] ._mobileMenu_2fvqt_105 a{color:var(--white)}[data-theme=light] ._hamburger_2fvqt_113 span{background:var(--white)}._hamburger_2fvqt_113{display:none;flex-direction:column;gap:5px;width:24px;cursor:pointer}._hamburger_2fvqt_113 span{display:block;height:2px;background:var(--white);border-radius:1px;transition:all var(--duration-normal) var(--ease-out-expo)}._hamburger_2fvqt_113._open_2fvqt_133 span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}._hamburger_2fvqt_113._open_2fvqt_133 span:nth-child(2){opacity:0}._hamburger_2fvqt_113._open_2fvqt_133 span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}._mobileMenu_2fvqt_105{position:fixed;inset:0;background:#0d0d0df2;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-xl);z-index:99}._mobileMenu_2fvqt_105 a{font-family:var(--font-serif);font-size:clamp(1.5rem,4vw,2rem);font-weight:600;color:var(--white)}@media(max-width:768px){._navLinks_2fvqt_38,._resumeBtn_2fvqt_50,._themeToggle_2fvqt_80{display:none}._hamburger_2fvqt_113{display:flex}}._hero_nbher_1{min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:var(--space-5xl) var(--space-lg) var(--space-3xl);max-width:1200px;margin:0 auto;position:relative}._rippleBg_nbher_13{position:absolute;top:0;bottom:-2px;left:50%;transform:translate(-50%);width:100vw;z-index:0;pointer-events:auto;overflow:hidden;background:var(--bg-primary)}._heroContent_nbher_26{position:relative;z-index:10;pointer-events:none}._textSide_nbher_32{display:flex;flex-direction:column;gap:var(--space-lg);max-width:700px}._greeting_nbher_39{font-family:var(--font-mono);font-size:.875rem;color:var(--accent-green);letter-spacing:.05em}._headline_nbher_46{font-family:var(--font-serif);font-size:clamp(2.5rem,5.5vw,5rem);font-weight:700;color:var(--white);line-height:1.05;letter-spacing:-.02em}._headline_nbher_46 em{font-style:italic;color:var(--accent-green)}._gradientText_nbher_60{background:linear-gradient(90deg,var(--accent-green) 0%,var(--accent-blue) 50%,var(--accent-purple) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._subtext_nbher_67{font-size:1.125rem;color:var(--white-70);line-height:1.6;max-width:520px}._ctaRow_nbher_74{display:flex;gap:var(--space-md);margin-top:var(--space-sm);pointer-events:auto}._ctaPrimary_nbher_81{padding:var(--space-md) var(--space-xl);background:var(--accent-green);color:var(--bg-primary);font-weight:600;font-size:1rem;border-radius:var(--radius-full);transition:all var(--duration-fast) ease;display:inline-flex;align-items:center;gap:var(--space-sm)}._ctaPrimary_nbher_81:hover{box-shadow:var(--shadow-glow-green);transform:translateY(-2px)}._ctaSecondary_nbher_99{padding:var(--space-md) var(--space-xl);background:transparent;color:var(--white);font-weight:500;font-size:1rem;border-radius:var(--radius-full);border:1px solid var(--white-10);transition:all var(--duration-fast) ease}._ctaSecondary_nbher_99:hover{border-color:var(--white-40);background:var(--white-05)}._marqueeWrapper_nbher_116{margin-top:var(--space-4xl);overflow:hidden;padding:var(--space-md) 0;border-top:1px solid var(--white-10);border-bottom:1px solid var(--white-10);position:relative;z-index:10}._marqueeTrack_nbher_126{display:flex;gap:var(--space-xl);width:max-content;animation:_marqueeScroll_nbher_1 25s linear infinite}._marqueeTrack_nbher_126:hover{animation-play-state:paused}._marqueeItem_nbher_137{font-family:var(--font-mono);font-size:.875rem;font-weight:500;color:var(--white-70);white-space:nowrap;display:flex;align-items:center;gap:var(--space-md)}._marqueeItem_nbher_137:before{content:"◆";font-size:.5rem;opacity:.6}._marqueeItem_nbher_137:nth-child(4n+1):before{color:var(--accent-green)}._marqueeItem_nbher_137:nth-child(4n+2):before{color:var(--accent-blue)}._marqueeItem_nbher_137:nth-child(4n+3):before{color:var(--accent-purple)}._marqueeItem_nbher_137:nth-child(4n+4):before{color:var(--accent-yellow)}@keyframes _marqueeScroll_nbher_1{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(max-width:768px){._textSide_nbher_32{align-items:center;text-align:center}._subtext_nbher_67{max-width:100%}._ctaRow_nbher_74{justify-content:center;flex-wrap:wrap}}._wrapper_1cnq8_1{perspective:1000px;width:100%;cursor:pointer}._card_1cnq8_7{position:relative;width:100%;aspect-ratio:16 / 9;border-radius:var(--radius-lg);border:none;transform-style:preserve-3d;transition:transform .7s cubic-bezier(.4,.2,.2,1);will-change:transform}@media(hover:hover){._wrapper_1cnq8_1:hover ._card_1cnq8_7{transform:rotateY(180deg)}}._card_1cnq8_7._flipped_1cnq8_26{transform:rotateY(180deg)}._face_1cnq8_30{position:absolute;inset:0;border-radius:inherit;backface-visibility:hidden;-webkit-backface-visibility:hidden;overflow:hidden;transform-style:preserve-3d}._front_1cnq8_40{transform:rotateY(0)}._back_1cnq8_44{transform:rotateY(180deg)}._inner_1cnq8_48{transform:none;height:100%;width:100%}@media(max-width:768px){._card_1cnq8_7{aspect-ratio:4 / 3}}._experience_10pua_1{padding:var(--space-3xl) var(--space-lg);max-width:1200px;margin:0 auto}._timeline_10pua_8{margin-bottom:var(--space-2xl)}._timelineTrack_10pua_12{display:flex;justify-content:space-between;align-items:flex-start;position:relative;padding:0 var(--space-md)}._timelineLine_10pua_20{position:absolute;top:8px;left:var(--space-xl);right:var(--space-xl);height:2px;background:var(--glass-02)}._timelineNode_10pua_29{display:flex;flex-direction:column;align-items:center;gap:var(--space-sm);background:none;border:none;cursor:pointer;position:relative;z-index:1;padding:0;min-width:0;flex:1}._nodeDot_10pua_44{width:16px;height:16px;border-radius:50%;background:var(--bg-primary);border:2px solid var(--glass-03);transition:all .3s ease;flex-shrink:0}._timelineNode_10pua_29._active_10pua_54 ._nodeDot_10pua_44{background:var(--accent-green);border-color:var(--accent-green);box-shadow:0 0 16px var(--green-alpha-30)}._timelineNode_10pua_29:hover ._nodeDot_10pua_44{border-color:var(--accent-green)}._nodeCompany_10pua_64{font-size:.875rem;font-weight:600;color:var(--white-40);text-align:center;transition:all .3s ease;line-height:1.3;padding:10px 18px;background:var(--glass-01);border:1px solid var(--glass-02);border-radius:var(--radius-lg);display:flex;flex-direction:column;align-items:center;gap:4px}._timelineNode_10pua_29._active_10pua_54 ._nodeCompany_10pua_64{color:var(--bg-primary);background:var(--accent-green);border-color:var(--accent-green)}._timelineNode_10pua_29:hover ._nodeCompany_10pua_64{color:var(--white-70);border-color:var(--accent-green)}._timelineNode_10pua_29._active_10pua_54:hover ._nodeCompany_10pua_64{color:var(--bg-primary)}._nodeYear_10pua_96{font-family:var(--font-mono);font-size:.65rem;opacity:1;color:var(--white-40);display:block}._timelineNode_10pua_29._active_10pua_54 ._nodeYear_10pua_96{color:var(--bg-primary);opacity:.8}._outerCard_10pua_110{background:var(--glass-01);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--glass-02);border-radius:var(--radius-lg);padding:var(--space-xl)}._outerHeader_10pua_119{display:flex;justify-content:space-between;align-items:flex-start;gap:var(--space-lg);margin-bottom:var(--space-xl);padding-bottom:var(--space-xl);border-bottom:1px solid var(--glass-02)}._outerRole_10pua_129{font-family:var(--font-serif);font-size:1.25rem;font-weight:700;color:var(--white);margin-bottom:4px}._outerCompany_10pua_137{font-size:.9375rem;font-weight:500;color:var(--accent-blue)}._outerMeta_10pua_143{display:flex;flex-direction:column;align-items:flex-end;gap:var(--space-sm);flex-shrink:0}._outerPeriod_10pua_151{font-family:var(--font-mono);font-size:.8125rem;color:var(--white-40)}._outerLocation_10pua_157{font-size:.75rem;color:var(--white-40);padding:4px 12px;background:var(--glass-01);border-radius:var(--radius-full)}._projectGrid_10pua_166{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-lg)}._pageNav_10pua_173{display:flex;align-items:center;justify-content:flex-end;gap:var(--space-md);margin-top:var(--space-lg);padding-top:var(--space-lg);border-top:1px solid var(--glass-02)}._pageBtn_10pua_183{background:none;border:1px solid var(--glass-02);border-radius:var(--radius-full);padding:8px 20px;font-size:.8125rem;font-family:var(--font-mono);color:var(--white-70);cursor:pointer;transition:all .2s ease}._pageBtn_10pua_183:hover:not(:disabled){border-color:var(--accent-green);color:var(--accent-green)}._pageBtn_10pua_183:disabled{opacity:.25;cursor:default}._pageCount_10pua_205{font-family:var(--font-mono);font-size:.75rem;color:var(--white-40);min-width:40px;text-align:center}._noProjects_10pua_213{flex:1;padding:var(--space-3xl) var(--space-xl);text-align:center}._noProjects_10pua_213 p{font-size:.875rem;color:var(--white-40);font-style:italic}[data-theme=light] ._outerCard_10pua_110{box-shadow:var(--shadow-card)}[data-theme=light] ._nodeCompany_10pua_64{box-shadow:0 1px 6px #0000000f}@media(max-width:768px){._timelineTrack_10pua_12{overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:var(--space-md);gap:var(--space-xl);justify-content:flex-start}._timelineNode_10pua_29{flex:0 0 auto;min-width:100px}._projectGrid_10pua_166{grid-template-columns:1fr}._pageNav_10pua_173{justify-content:center}._outerHeader_10pua_119{flex-direction:column}._outerMeta_10pua_143{flex-direction:row;align-items:center}}._testimonials_ti24p_1{padding:var(--space-3xl) var(--space-lg);max-width:1200px;margin:0 auto}._carousel_ti24p_7{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-lg)}._card_ti24p_13{background:var(--glass-01);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--glass-02);border-top:3px solid transparent;border-radius:var(--radius-lg);padding:var(--space-xl);display:flex;flex-direction:column;gap:var(--space-lg);transition:all var(--duration-normal) var(--ease-out-expo)}._card_ti24p_13:hover{background:var(--glass-02);transform:translateY(-4px)}._card_ti24p_13:nth-child(1){border-top-color:var(--accent-purple)}._card_ti24p_13:nth-child(1) ._quoteIcon_ti24p_33{color:var(--accent-purple)}._card_ti24p_13:nth-child(1):hover{box-shadow:0 8px 32px #8b5cf61f}._card_ti24p_13:nth-child(2){border-top-color:var(--accent-blue)}._card_ti24p_13:nth-child(2) ._quoteIcon_ti24p_33{color:var(--accent-blue)}._card_ti24p_13:nth-child(2):hover{box-shadow:0 8px 32px #4d5bff1f}._card_ti24p_13:nth-child(3){border-top-color:var(--accent-yellow)}._card_ti24p_13:nth-child(3) ._quoteIcon_ti24p_33{color:var(--accent-yellow)}._card_ti24p_13:nth-child(3):hover{box-shadow:0 8px 32px #f08d321f}._quoteIcon_ti24p_33{font-size:2rem;opacity:.75;line-height:1}._quote_ti24p_33{font-size:.9375rem;color:var(--white-70);line-height:1.7;font-style:italic;flex:1}._author_ti24p_58{display:flex;flex-direction:column;gap:2px}._authorName_ti24p_64{font-weight:600;color:var(--white);font-size:.9375rem}._authorTitle_ti24p_70{font-size:.8125rem;color:var(--white-40)}[data-theme=light] ._card_ti24p_13{box-shadow:var(--shadow-card)}@media(max-width:1024px){._carousel_ti24p_7{grid-template-columns:1fr}}._contact_1n909_1{padding:var(--space-3xl) var(--space-lg);max-width:1200px;margin:0 auto;text-align:center}._heading_1n909_8{font-family:var(--font-serif);font-size:clamp(2.5rem,5vw,4rem);font-weight:700;color:var(--white);line-height:1.1;margin-bottom:var(--space-lg)}._subtitle_1n909_17{font-size:1.125rem;color:var(--white-70);max-width:480px;margin:0 auto var(--space-2xl);line-height:1.6}._emailLink_1n909_25{display:inline-block;font-family:var(--font-mono);font-size:clamp(1rem,2vw,1.25rem);color:var(--accent-green);padding:var(--space-md) var(--space-xl);border:1px solid var(--green-alpha-30);border-radius:var(--radius-full);transition:all var(--duration-normal) var(--ease-out-expo);margin-bottom:var(--space-3xl)}._emailLink_1n909_25:hover{background:var(--green-alpha-08);box-shadow:var(--shadow-glow-green);transform:translateY(-2px)}._socials_1n909_43{display:flex;justify-content:center;gap:var(--space-md)}._socialBtn_1n909_49{width:48px;height:48px;border-radius:50%;background:var(--white-05);border:1px solid var(--white-10);display:flex;align-items:center;justify-content:center;transition:all var(--duration-fast) ease;color:var(--white-40);font-size:1.125rem}._socialBtn_1n909_49:hover{border-color:var(--accent-green);color:var(--accent-green);box-shadow:var(--shadow-glow-green);transform:translateY(-2px)}._socialBtn_1n909_49 svg{width:20px;height:20px}._footer_18zmc_1{padding:var(--space-2xl) var(--space-lg);border-top:1px solid var(--white-10);display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto}._text_18zmc_11{font-size:.8125rem;color:var(--white-40)}._text_18zmc_11 span{color:var(--accent-green)}._claudeTag_18zmc_20{display:inline-flex;align-items:center;color:#cc785c;font-weight:500}._backToTop_18zmc_27{width:40px;height:40px;border-radius:50%;background:var(--white-05);border:1px solid var(--white-10);display:flex;align-items:center;justify-content:center;color:var(--white-40);transition:all var(--duration-fast) ease;font-size:1.25rem}._backToTop_18zmc_27:hover{border-color:var(--white-40);color:var(--white);transform:translateY(-2px)}._container_zf29h_1{position:relative;width:100%;height:520px;overflow:hidden;border-radius:var(--radius-lg);border:1px solid var(--glass-02);cursor:crosshair;-webkit-user-select:none;user-select:none;touch-action:pan-y;background:var(--bg-secondary);margin-bottom:var(--space-2xl)}@media(max-width:768px){._container_zf29h_1{height:260px}}._image_zf29h_22{width:100%;height:100%;display:block;object-fit:cover;object-position:top center;pointer-events:none}._beforeWrap_zf29h_32{position:absolute;inset:0;transition:clip-path .05s linear;will-change:clip-path}._beforeWrap_zf29h_32 ._image_zf29h_22{width:100%;height:100%;object-fit:cover;object-position:top center;position:absolute;inset:0}._dividerSvg_zf29h_49{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;overflow:visible}._dividerLine_zf29h_58{stroke:var(--accent-green);stroke-width:3px}._hint_zf29h_64{position:absolute;bottom:var(--space-md);left:50%;transform:translate(-50%);padding:6px 16px;background:#0000008c;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-full);font-family:var(--font-mono);font-size:.65rem;color:#ffffffa6;pointer-events:none;white-space:nowrap;z-index:3;opacity:.6}._topBar_1533c_3{position:fixed;top:0;left:0;right:0;z-index:200;height:52px;background:#0d0d0dd9;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--white-10)}._topBarFill_1533c_16{position:absolute;top:0;left:0;height:4px;background:var(--accent-green);box-shadow:0 0 10px #0f69}._topBarInner_1533c_25{display:flex;align-items:center;justify-content:space-between;height:100%;padding:0 var(--space-xl)}._topBarBack_1533c_33{display:inline-flex;align-items:center;gap:6px;font-size:.8125rem;font-family:var(--font-mono);color:var(--white-40);text-decoration:none;white-space:nowrap;transition:color .2s ease}._topBarBack_1533c_33:hover{color:var(--white)}._topBarActions_1533c_49{display:flex;align-items:center;gap:var(--space-md)}._topBarTheme_1533c_55{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:none;border:1px solid var(--white-10);border-radius:var(--radius-full);color:var(--white-40);cursor:pointer;transition:all .2s ease}._topBarTheme_1533c_55:hover{color:var(--white);border-color:var(--white-40)}._topBarProto_1533c_74{font-family:var(--font-mono);font-size:.75rem;color:var(--accent-green);background:#00ff6614;border:1px solid rgba(0,255,102,.2);border-radius:var(--radius-full);padding:6px 14px;cursor:pointer;white-space:nowrap;transition:all .2s ease}._topBarProto_1533c_74:hover{background:#00ff6626;border-color:var(--accent-green)}._sideNav_1533c_93{position:fixed;left:var(--space-xl);top:50%;transform:translateY(-50%);z-index:50;display:flex;flex-direction:column;gap:var(--space-sm)}._sideNavDot_1533c_104{width:20px;height:6px;border-radius:3px;background:var(--white-10);border:none;cursor:pointer;transition:all .3s ease;position:relative}._sideNavDot_1533c_104:hover,._sideNavDot_1533c_104._active_1533c_116{background:var(--accent-green);width:28px}._sideNavDot_1533c_104 ._tooltip_1533c_121{position:absolute;left:32px;top:50%;transform:translateY(-50%);background:var(--bg-tertiary);border:1px solid var(--white-10);padding:4px 10px;border-radius:var(--radius-sm);font-size:.7rem;color:var(--white-70);white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .2s ease}._sideNavDot_1533c_104:hover ._tooltip_1533c_121{opacity:1}._page_1533c_143{min-height:100vh}._hero_1533c_149{padding:calc(52px + var(--space-5xl)) var(--space-lg) var(--space-lg);max-width:1000px;margin:0 auto;text-align:center}._heroLabel_1533c_156{font-family:var(--font-mono);font-size:.75rem;text-transform:uppercase;letter-spacing:.15em;color:var(--accent-green);margin-bottom:var(--space-md)}._heroTitle_1533c_165{font-family:var(--font-serif);font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--white);line-height:1.15;margin-bottom:var(--space-lg)}._heroHeadline_1533c_174{font-size:clamp(1rem,2vw,1.25rem);font-weight:300;color:var(--white-70);line-height:1.5;max-width:700px;margin:0 auto var(--space-2xl)}._heroImage_1533c_183{width:100%;max-width:900px;margin:0 auto var(--space-2xl);border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--white-10)}._heroImage_1533c_183 img{width:100%;display:block}._heroImagePlaceholder_1533c_197{width:100%;aspect-ratio:16 / 9;background:linear-gradient(135deg,#4d5bff1f,#4d5bff0a);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:var(--white-40);font-size:.8125rem;font-family:var(--font-mono);border:2px dashed var(--glass-02);border-radius:var(--radius-md)}._heroImagePlaceholder_1533c_197:before{content:"";width:48px;height:48px;border:2px solid var(--glass-03);border-radius:var(--radius-sm);background:var(--glass-01);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.3)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='2' ry='2'/%3E%3Ccircle cx='8.5' cy='8.5' r='1.5'/%3E%3Cpath d='M21 15l-5-5L5 21'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}._featureImagePlaceholder_1533c_225{width:100%;aspect-ratio:4 / 3;background:linear-gradient(135deg,#4d5bff1f,#4d5bff0a);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:var(--white-40);font-size:.75rem;font-family:var(--font-mono);border:2px dashed var(--glass-02);border-radius:var(--radius-md)}._featureImagePlaceholder_1533c_225:before{content:"";width:40px;height:40px;border:2px solid var(--glass-03);border-radius:var(--radius-sm);background:var(--glass-01);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.3)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='2' ry='2'/%3E%3Ccircle cx='8.5' cy='8.5' r='1.5'/%3E%3Cpath d='M21 15l-5-5L5 21'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}._metaCard_1533c_253{display:flex;background:var(--bg-secondary);border:1px solid var(--white-10);border-radius:var(--radius-lg);padding:var(--space-xl) var(--space-2xl);max-width:900px;margin:0 auto}._metaColumn_1533c_263{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;padding:0 var(--space-lg);border-right:1px solid var(--glass-02)}._metaColumn_1533c_263:first-child{padding-left:0}._metaColumn_1533c_263:last-child{border-right:none;padding-right:0}._metaLabel_1533c_283{font-size:.65rem;font-weight:500;letter-spacing:.1em;color:var(--white-40);text-transform:uppercase}._metaValue_1533c_291{font-size:.875rem;color:var(--white);line-height:1.5}._metaTools_1533c_297{display:flex;align-items:center;gap:12px;height:100%}._toolIcon_1533c_304{width:28px;height:28px;border-radius:6px;filter:brightness(0) invert(1);opacity:.85;transition:opacity .2s ease}._toolIcon_1533c_304:hover{opacity:1}[data-theme=light] ._toolIcon_1533c_304{filter:brightness(0)}._methodGrid_1533c_323{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-lg);margin-top:var(--space-xl)}._methodCard_1533c_330{background:var(--bg-secondary);border:1px solid var(--white-10);border-top:3px solid var(--white-10);border-radius:var(--radius-md);padding:var(--space-xl) var(--space-lg);display:flex;flex-direction:column;gap:var(--space-md);transition:border-color .2s ease}._methodCardBlue_1533c_342{border-top-color:var(--accent-blue)}._methodCardBlue_1533c_342 ._methodIcon_1533c_343,._methodCardBlue_1533c_342 ._methodMeta_1533c_344{color:var(--accent-blue);opacity:1}._methodCardBlue_1533c_342:hover{border-color:#4d5bff40;border-top-color:var(--accent-blue)}._methodCardGreen_1533c_347{border-top-color:var(--accent-green)}._methodCardGreen_1533c_347:hover{border-color:#00ff6640;border-top-color:var(--accent-green)}._methodCardYellow_1533c_350{border-top-color:var(--accent-yellow)}._methodCardYellow_1533c_350 ._methodIcon_1533c_343,._methodCardYellow_1533c_350 ._methodMeta_1533c_344{color:var(--accent-yellow);opacity:1}._methodCardYellow_1533c_350:hover{border-color:#f08d3240;border-top-color:var(--accent-yellow)}._methodCardHead_1533c_355{display:flex;align-items:flex-start;gap:var(--space-md)}._methodIcon_1533c_343{font-size:1.375rem;color:var(--accent-green);line-height:1;flex-shrink:0;margin-top:2px}._methodTitle_1533c_369{font-size:.9375rem;font-weight:600;color:var(--white);margin-bottom:4px}._methodMeta_1533c_344{font-family:var(--font-mono);font-size:.6875rem;text-transform:uppercase;letter-spacing:.08em;color:var(--accent-green);opacity:.7}._methodDesc_1533c_385{font-size:.8125rem;color:var(--white-40);line-height:1.6;margin:0}._methodList_1533c_392{display:flex;flex-direction:column;gap:8px;padding:0;margin:0;list-style:none;border-top:1px solid var(--glass-02);padding-top:var(--space-md)}._methodList_1533c_392 li{font-size:.75rem;color:var(--white-70);line-height:1.5;padding-left:var(--space-md);position:relative}._methodList_1533c_392 li:before{content:"›";position:absolute;left:0;color:var(--accent-green);font-weight:700}._metricsStrip_1533c_420{padding:var(--space-3xl) var(--space-lg);background:var(--bg-secondary);border-top:1px solid var(--white-10);border-bottom:1px solid var(--white-10)}._metricsGrid_1533c_427{display:flex;justify-content:center;gap:var(--space-3xl);max-width:900px;margin:0 auto;text-align:center}._metricCard_1533c_436{display:flex;flex-direction:column;gap:var(--space-xs)}._metricValue_1533c_442{font-family:var(--font-serif);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;color:var(--accent-green)}._metricLabel_1533c_449{font-size:.8125rem;color:var(--white-40);line-height:1.4}._section_1533c_456,._sectionWide_1533c_462{padding:var(--space-4xl) var(--space-lg);max-width:1000px;margin:0 auto}._sectionLabel_1533c_468{display:inline-block;font-family:var(--font-mono);font-size:.7rem;text-transform:uppercase;letter-spacing:.15em;color:var(--accent-green);background:#00ff6614;border:1px solid rgba(0,255,102,.15);padding:6px 14px;border-radius:var(--radius-sm);margin-bottom:var(--space-md)}._sectionTitle_1533c_482{font-family:var(--font-serif);font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:var(--white);line-height:1.2;margin-bottom:var(--space-xl)}._paragraph_1533c_491{font-size:1rem;color:var(--white-70);line-height:1.7;margin-bottom:var(--space-lg)}._paragraph_1533c_491 strong{color:var(--white)}._pullQuote_1533c_503{border-left:3px solid var(--accent-green);padding:var(--space-lg) var(--space-xl);margin:var(--space-2xl) 0;font-size:1.125rem;font-style:italic;color:var(--white-70);line-height:1.6}._pullQuote_1533c_503 cite{display:block;margin-top:var(--space-md);font-size:.8125rem;font-style:normal;color:var(--white-40)}._expandedProblemBlock_1533c_522{display:flex;flex-direction:column;gap:0;border:1px solid var(--white-10);border-radius:var(--radius-lg);overflow:hidden;margin-bottom:var(--space-xl)}._expandedProblemSection_1533c_532{padding:var(--space-2xl);background:var(--bg-secondary);border-bottom:1px solid var(--white-10);display:flex;flex-direction:column;gap:var(--space-md)}._expandedProblemLabel_1533c_541{font-family:var(--font-mono);font-size:.6875rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;border:1px solid;border-radius:var(--radius-full);padding:4px 12px;align-self:flex-start}._expandedProblemTitle_1533c_553{font-family:var(--font-serif);font-size:1.375rem;font-weight:700;color:var(--white);line-height:1.3;margin:0}._expandedSubheading_1533c_562{font-size:.8125rem;font-weight:600;color:var(--white-50);text-transform:uppercase;letter-spacing:.08em;margin:var(--space-sm) 0 0}._expandedList_1533c_571{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--space-sm)}._expandedList_1533c_571 li{font-size:.9375rem;color:var(--white-70);line-height:1.6;padding-left:var(--space-lg);position:relative}._expandedList_1533c_571 li:before{content:"·";position:absolute;left:6px;color:var(--accent-pink);font-size:1.2rem;line-height:1.4}._expandedSolutionSection_1533c_597{padding:var(--space-2xl);background:var(--bg-tertiary);display:flex;flex-direction:column;gap:var(--space-lg)}._expandedSolutionLabel_1533c_605{font-family:var(--font-mono);font-size:.6875rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--accent-green);align-self:flex-start;border:1px solid rgba(0,255,102,.3);border-radius:var(--radius-full);padding:4px 12px}._expandedSolutionImage_1533c_618{border-radius:var(--radius-md);overflow:hidden;border:1px solid var(--white-10)}._expandedSolutionImage_1533c_618 img{width:100%;display:block}._expandedSolutionTitle_1533c_629{font-family:var(--font-serif);font-size:1.125rem;font-weight:700;color:var(--white);margin:0}._expandedSolutionText_1533c_637{font-size:.9375rem;color:var(--white-70);line-height:1.6;margin:0}._expandedSolutionImpact_1533c_644{font-size:.875rem;color:var(--accent-green);font-family:var(--font-mono);margin:0;padding-top:var(--space-md);border-top:1px solid var(--white-10)}._painGrid_1533c_654{display:flex;flex-direction:column;margin-top:var(--space-xl)}._painCard_1533c_660{display:flex;align-items:flex-start;gap:var(--space-2xl);padding:var(--space-xl) 0;border-bottom:1px solid rgba(255,255,255,.06)}._painCard_1533c_660:first-child{border-top:1px solid rgba(255,255,255,.06)}._painNumber_1533c_672{font-family:var(--font-mono);font-size:2.25rem;font-weight:700;color:#ffffff14;line-height:1;min-width:3rem;flex-shrink:0;-webkit-user-select:none;user-select:none}._painCard_1533c_660:nth-child(1) ._painNumber_1533c_672{color:#4d5bff33}._painCard_1533c_660:nth-child(2) ._painNumber_1533c_672{color:#8b5cf633}._painCard_1533c_660:nth-child(3) ._painNumber_1533c_672{color:#f08d3233}._painCard_1533c_660:nth-child(4) ._painNumber_1533c_672{color:#ee4d3733}._painCard_1533c_660 h4{font-size:.9375rem;font-weight:600;color:var(--white);margin-bottom:var(--space-sm)}._painCard_1533c_660 p{font-size:.8125rem;color:var(--white-40);line-height:1.6}._comingSoonWrap_1533c_702{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:var(--space-3xl) var(--space-xl)}._comingSoonCard_1533c_710{text-align:center;max-width:560px;width:100%;background:var(--bg-secondary);border:1px solid var(--white-10);border-radius:var(--radius-xl);padding:var(--space-4xl) var(--space-3xl);display:flex;flex-direction:column;align-items:center;gap:var(--space-lg)}._comingSoonLabel_1533c_724{font-family:var(--font-mono);font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--accent-yellow);background:#f08d3214;border:1px solid rgba(240,141,50,.2);border-radius:var(--radius-full);padding:6px 16px}._comingSoonTitle_1533c_736{font-family:var(--font-serif);font-size:2rem;font-weight:700;color:var(--white);line-height:1.2}._comingSoonHeading_1533c_744{font-size:.9375rem;color:var(--white-60);line-height:1.6}._comingSoonDesc_1533c_750{font-size:.8125rem;color:var(--white-40);line-height:1.6}._comingSoonDots_1533c_756{display:flex;gap:8px;margin-top:var(--space-md)}._comingSoonDots_1533c_756 span{width:8px;height:8px;border-radius:50%;background:var(--white-20);animation:_comingSoonPulse_1533c_1 1.4s ease-in-out infinite}._comingSoonDots_1533c_756 span:nth-child(2){animation-delay:.2s}._comingSoonDots_1533c_756 span:nth-child(3){animation-delay:.4s}@keyframes _comingSoonPulse_1533c_1{0%,to{opacity:.2;transform:scale(1)}50%{opacity:1;transform:scale(1.3)}}._hmwCard_1533c_779{position:relative;background:var(--bg-secondary);border:1px solid rgba(139,92,246,.15);border-left:4px solid var(--accent-purple);border-radius:var(--radius-lg);padding:var(--space-2xl) var(--space-2xl) var(--space-xl) var(--space-2xl);overflow:hidden}._hmwMark_1533c_789{position:absolute;top:12px;left:18px;font-family:var(--font-serif);font-size:6rem;color:#8b5cf614;line-height:1;pointer-events:none;-webkit-user-select:none;user-select:none}._hmwCard_1533c_779 p{font-family:var(--font-serif);font-size:1.125rem;color:var(--white-80);line-height:1.7;font-style:italic;position:relative;z-index:1}._bulletList_1533c_812{display:flex;flex-direction:column;gap:var(--space-sm);margin-top:var(--space-md)}._bulletList_1533c_812 li{font-size:.9375rem;color:var(--white-70);padding-left:var(--space-lg);position:relative;line-height:1.5}._bulletList_1533c_812 li:before{content:"→";position:absolute;left:0;color:var(--accent-green)}._pillRow_1533c_835{display:flex;flex-wrap:wrap;gap:10px;margin-top:var(--space-md)}._pill_1533c_835{padding:8px 18px;font-size:.8125rem;font-weight:500;color:var(--white-70);background:var(--bg-tertiary);border:1px solid var(--white-10);border-radius:var(--radius-full);white-space:nowrap}._personaGrid_1533c_854{display:flex;flex-direction:column;gap:var(--space-md);margin-top:var(--space-xl)}._personaCard_1533c_861{background:var(--bg-secondary);border:1px solid var(--white-10);border-radius:var(--radius-md);padding:var(--space-lg) var(--space-xl);display:flex;align-items:flex-start;gap:var(--space-xl)}._personaImageWrap_1533c_871{width:56px;height:56px;overflow:hidden;border-radius:var(--radius-sm);flex-shrink:0}._personaImage_1533c_871{width:100%;height:100%;object-fit:cover;object-position:top;display:block}._personaCardContent_1533c_887{flex:1}._personaCard_1533c_861 h4{font-family:var(--font-serif);font-size:.9375rem;font-weight:700;color:var(--white);margin-bottom:var(--space-sm)}._personaTraits_1533c_899{display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none}._personaTraits_1533c_899 li{font-size:.75rem;color:var(--white-70);background:#ffffff0d;border:1px solid var(--glass-02);border-radius:var(--radius-full);padding:4px 12px;line-height:1.4}._personaTraits_1533c_899 li:before{display:none}._ideationGrid_1533c_923{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-md)}._ideationItem_1533c_929{background:#ffffff05;border:1px solid var(--glass-02);border-radius:var(--radius-md);overflow:hidden;padding:var(--space-sm);transition:border-color .2s ease}._ideationItem_1533c_929:hover{border-color:var(--glass-03)}._flowGrid_1533c_943{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-lg);margin-top:var(--space-xl)}._flowCard_1533c_950{background:var(--bg-secondary);border:1px solid var(--white-10);border-radius:var(--radius-md);padding:var(--space-xl) var(--space-lg)}._flowCard_1533c_950 h4{font-size:.875rem;font-weight:600;color:var(--white);margin-bottom:var(--space-md)}._flowSteps_1533c_964{display:flex;flex-direction:column;gap:var(--space-sm)}._flowStep_1533c_964{font-size:.75rem;color:var(--white-40);display:flex;gap:var(--space-sm);line-height:1.4}._flowStep_1533c_964 ._num_1533c_978{color:var(--accent-green);font-family:var(--font-sans);font-weight:600;flex-shrink:0;font-size:.75rem}._iterationGrid_1533c_987{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-lg);margin-top:var(--space-xl)}._iterationCard_1533c_994{background:var(--bg-secondary);border:1px solid var(--white-10);border-radius:var(--radius-md);padding:var(--space-xl) var(--space-lg);display:flex;flex-direction:column;gap:10px}._iterationBefore_1533c_1004{font-size:.8125rem;color:var(--accent-pink);text-decoration:line-through;opacity:.7}._iterationAfter_1533c_1011{font-size:.8125rem;color:var(--accent-green)}._screenGrid_1533c_1017{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-lg)}._screenCard_1533c_1023{background:var(--bg-secondary);border:1px solid var(--white-10);border-radius:var(--radius-lg);overflow:hidden;transition:all .3s ease}._screenCard_1533c_1023:hover{border-color:var(--glass-03);transform:translateY(-4px);box-shadow:0 12px 40px #0006}._screenCardImage_1533c_1037{width:100%;overflow:hidden;border-bottom:1px solid var(--white-10)}._screenCardImage_1533c_1037 img{width:100%;display:block}._screenCardPlaceholder_1533c_1048{width:100%;aspect-ratio:16 / 10;background:linear-gradient(135deg,#4d5bff1a,#4d5bff08);border-bottom:1px solid var(--white-10);position:relative;display:flex;align-items:center;justify-content:center}._screenCardPlaceholder_1533c_1048:after{content:"";width:48px;height:48px;border:2px dashed var(--glass-03);border-radius:var(--radius-sm);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.2)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='2' ry='2'/%3E%3Ccircle cx='8.5' cy='8.5' r='1.5'/%3E%3Cpath d='M21 15l-5-5L5 21'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}._screenCardBody_1533c_1070{padding:var(--space-xl) var(--space-lg)}._screenCardBody_1533c_1070 h3{font-family:var(--font-serif);font-size:1.0625rem;font-weight:700;color:var(--white);margin-bottom:var(--space-sm)}._screenCardBody_1533c_1070 p{font-size:.8125rem;color:var(--white-70);line-height:1.6}._screenCardRationale_1533c_1088{margin-top:var(--space-sm);font-size:.75rem!important;color:var(--white-40)!important;font-style:italic}._featureCards_1533c_1096{display:flex;flex-direction:column;gap:var(--space-xl)}._featureCard_1533c_1096{display:flex;flex-direction:column;background:var(--bg-secondary);border:1px solid var(--white-10);border-radius:var(--radius-lg);overflow:hidden;transition:all .3s ease}._featureCard_1533c_1096:hover{border-color:var(--glass-03);box-shadow:0 12px 40px #0006}._featureCardHeader_1533c_1117{padding:var(--space-lg) var(--space-2xl);border-bottom:1px solid var(--white-10)}._featureCardImage_1533c_1122{padding:var(--space-lg);border-bottom:1px solid var(--white-10)}._featureCardImage_1533c_1122 img{width:100%;height:auto;display:block;border-radius:var(--radius-md)}._featureCardPlaceholder_1533c_1134{width:100%;aspect-ratio:16 / 7;background:linear-gradient(135deg,#4d5bff1a,#4d5bff08);display:flex;align-items:center;justify-content:center;position:relative}._featureCardPlaceholder_1533c_1134:after{content:"";width:48px;height:48px;border:2px dashed var(--glass-03);border-radius:var(--radius-sm);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.2)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='2' ry='2'/%3E%3Ccircle cx='8.5' cy='8.5' r='1.5'/%3E%3Cpath d='M21 15l-5-5L5 21'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}._featureCardBody_1533c_1155{padding:var(--space-xl) var(--space-2xl);display:grid;grid-template-columns:1fr 1fr 1fr;align-items:start;gap:var(--space-xl);border-top:1px solid var(--white-10)}._featureCardTitle_1533c_1164{font-family:var(--font-serif);font-size:1.125rem;font-weight:700;color:var(--white)}._sliderCardLabel_1533c_1171{padding:var(--space-lg) var(--space-2xl);border-bottom:1px solid var(--white-10);font-family:var(--font-mono);font-size:.75rem;font-weight:400;letter-spacing:.1em;text-transform:uppercase;color:var(--white-70)}._featureCardDetail_1533c_1183{display:flex;gap:12px;align-items:flex-start}._featureDetailDot_1533c_1189{width:8px;height:8px;border-radius:2px;flex-shrink:0;margin-top:5px}._featureDetailLabel_1533c_1197{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--white-40);margin-bottom:4px}._featureCardDetail_1533c_1183 p{font-size:.8125rem;color:var(--white-70);line-height:1.6}._prototypeLink_1533c_1212{display:inline-flex;align-items:center;gap:8px;margin-top:var(--space-md);padding:10px 20px;border-radius:var(--radius-full);border:1px solid rgba(77,91,255,.35);background:#4d5bff14;color:var(--accent-blue);font-size:.8125rem;font-weight:600;font-family:var(--font-sans);text-decoration:none;transition:all .25s var(--ease-out-expo);align-self:flex-start;grid-column:1 / -1}._prototypeLink_1533c_1212:hover{background:#4d5bff29;border-color:#4d5bff99;box-shadow:0 4px 16px #4d5bff33;transform:translateY(-2px)}._designToggleHeader_1533c_1239{display:flex;align-items:center;justify-content:space-between;padding:var(--space-md) var(--space-2xl);border-bottom:1px solid var(--white-10)}._designToggleImage_1533c_1247{overflow:hidden}._designToggleBar_1533c_1251{display:flex;align-items:center;gap:var(--space-sm)}._toggleLabel_1533c_1257{font-family:var(--font-mono);font-size:.75rem;color:var(--white-40);transition:color .2s ease;-webkit-user-select:none;user-select:none}._toggleLabelActive_1533c_1265{color:var(--white)}._toggleSwitch_1533c_1269{width:44px;height:24px;border-radius:12px;background:var(--glass-03);border:1px solid var(--glass-03);cursor:pointer;position:relative;transition:background .3s ease,border-color .3s ease;padding:0;flex-shrink:0}._toggleSwitchOn_1533c_1282{background:var(--accent-green);border-color:var(--accent-green)}._toggleThumb_1533c_1287{position:absolute;top:3px;left:3px;width:16px;height:16px;border-radius:50%;background:var(--white);transition:transform .3s cubic-bezier(.4,0,.2,1);display:block}._toggleSwitchOn_1533c_1282 ._toggleThumb_1533c_1287{transform:translate(20px)}._prototypeFrame_1533c_1304{width:100%;height:85vh;min-height:600px;border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--glass-02);background:var(--bg-secondary)}._prototypeFrame_1533c_1304 iframe{width:100%;height:100%;border:none;display:block}._prototypePlaceholder_1533c_1321{width:100%;aspect-ratio:16 / 10;border:2px dashed var(--glass-02);border-radius:var(--radius-lg);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-md);color:var(--white-40)}._prototypePlaceholderIcon_1533c_1334{font-size:3rem;color:#4d5bff4d;line-height:1}._prototypePlaceholder_1533c_1321 p{font-family:var(--font-serif);font-size:1rem;color:var(--white-40);margin:0}._prototypePlaceholder_1533c_1321 span{font-family:var(--font-mono);font-size:.75rem;color:var(--white-40);opacity:.6}._prototypePlaceholder_1533c_1321 code{color:var(--accent-blue);background:#4d5bff1a;padding:2px 6px;border-radius:4px}._prototypeTabBar_1533c_1362{display:flex;gap:var(--space-sm);margin-bottom:var(--space-md);flex-wrap:wrap}._prototypeTab_1533c_1362{padding:9px 20px;border-radius:var(--radius-full);border:1px solid var(--white-10);background:transparent;color:var(--white-40);font-size:.875rem;font-weight:500;font-family:var(--font-sans);cursor:pointer;transition:all .2s ease}._prototypeTab_1533c_1362:hover{border-color:var(--white-20);color:var(--white-70)}._prototypeTabActive_1533c_1387{background:#4d5bff1f;border-color:#4d5bff66;color:var(--accent-blue)}._resultsCategory_1533c_1394{margin-bottom:var(--space-2xl)}._resultsCategoryTitle_1533c_1398{font-size:.875rem;font-weight:600;color:var(--white);margin-bottom:var(--space-md);text-transform:uppercase;letter-spacing:.05em}._resultsGrid_1533c_1407{display:flex;justify-content:center;gap:var(--space-lg)}._resultsGrid_1533c_1407>*{flex:1}._resultCard_1533c_1417{text-align:center;padding:var(--space-xl) var(--space-lg)}._resultCard_1533c_1417 ._value_1533c_1422{font-family:var(--font-serif);font-size:3.5rem;font-weight:700;color:var(--white);line-height:1;display:inline-block;position:relative;padding-bottom:var(--space-md)}._resultCard_1533c_1417 ._value_1533c_1422:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:28px;height:2px;background:var(--accent-green)}._resultCard_1533c_1417:nth-child(2) ._value_1533c_1422{color:var(--accent-blue)}._resultCard_1533c_1417:nth-child(2) ._value_1533c_1422:after{background:var(--accent-blue)}._resultCard_1533c_1417:nth-child(3) ._value_1533c_1422{color:var(--accent-purple)}._resultCard_1533c_1417:nth-child(3) ._value_1533c_1422:after{background:var(--accent-purple)}._resultCard_1533c_1417:nth-child(4) ._value_1533c_1422{color:var(--accent-yellow)}._resultCard_1533c_1417:nth-child(4) ._value_1533c_1422:after{background:var(--accent-yellow)}._resultCard_1533c_1417:nth-child(5) ._value_1533c_1422{color:var(--accent-pink)}._resultCard_1533c_1417:nth-child(5) ._value_1533c_1422:after{background:var(--accent-pink)}._resultCard_1533c_1417 ._label_1533c_1456{font-size:.75rem;color:var(--white-40);line-height:1.5;margin-top:var(--space-md)}._testimonialSlider_1533c_1464{display:flex;flex-direction:column;gap:var(--space-xl)}._testimonialCard_1533c_1470{background:var(--bg-secondary);border:1px solid var(--white-10);border-radius:var(--radius-xl);padding:var(--space-3xl) var(--space-3xl) var(--space-2xl);display:flex;flex-direction:column;gap:var(--space-lg)}._testimonialQuoteMark_1533c_1480{font-family:var(--font-serif);font-size:5rem;color:var(--accent-green);line-height:.8;opacity:.25}._testimonialCard_1533c_1470 blockquote{font-family:var(--font-serif);font-size:1.25rem;font-style:italic;color:var(--white-80);line-height:1.75}._testimonialCard_1533c_1470 cite{font-size:.8125rem;font-style:normal;color:var(--white-40);font-family:var(--font-mono)}._testimonialDots_1533c_1503{display:flex;justify-content:center;gap:10px}._testimonialDot_1533c_1503{width:8px;height:8px;border-radius:50%;border:1.5px solid rgba(255,255,255,.4);background:transparent;cursor:pointer;padding:0;transition:background .25s,border-color .25s,transform .25s}._testimonialDot_1533c_1503:hover{border-color:#ffffffb3;background:#ffffff26}._testimonialDotActive_1533c_1525{background:var(--accent-green);transform:scale(1.35)}._learningGrid_1533c_1531{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-md);margin-top:var(--space-lg);margin-bottom:var(--space-2xl)}._learningCard_1533c_1539{border-left:2px solid rgba(255,255,255,.12);padding:var(--space-md) var(--space-xl)}._learningCard_1533c_1539 h4{font-size:.875rem;font-weight:600;color:var(--white);margin-bottom:var(--space-sm)}._learningCard_1533c_1539 p{font-size:.8125rem;color:var(--white-40);line-height:1.6}._learningCardGood_1533c_1557{border-left-color:var(--accent-green)}._learningCardGood_1533c_1557 h4{color:var(--accent-green)}._learningCardBad_1533c_1565{border-left-color:var(--accent-pink)}._learningCardBad_1533c_1565 h4{color:var(--accent-pink)}._ecosystemGrid_1533c_1574{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-lg);margin-top:var(--space-xl)}._ecosystemCard_1533c_1581{background:var(--bg-secondary);border:1px solid var(--white-10);border-radius:var(--radius-md);padding:var(--space-xl) var(--space-lg);text-align:center;transition:all .3s ease;text-decoration:none;display:block}._ecosystemCard_1533c_1581:hover{border-color:var(--accent-green);transform:translateY(-4px)}._ecosystemCard_1533c_1581 h4{font-size:.9375rem;font-weight:600;color:var(--white);margin-bottom:var(--space-xs)}._ecosystemCard_1533c_1581 p{font-size:.75rem;color:var(--white-40)}._projectNav_1533c_1610{display:flex;justify-content:space-between;padding:var(--space-3xl) var(--space-lg);max-width:1000px;margin:0 auto;border-top:1px solid var(--white-10)}._projectNavLink_1533c_1619{display:flex;flex-direction:column;gap:4px;transition:color .2s ease}._projectNavLink_1533c_1619:hover{color:var(--white)}._projectNavLink_1533c_1619 ._dir_1533c_1630{font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:var(--white-40)}._projectNavLink_1533c_1619 ._name_1533c_1637{font-family:var(--font-serif);font-size:1rem;font-weight:600;color:var(--white-70)}._projectNavLink_1533c_1619:hover ._name_1533c_1637{color:var(--accent-green)}._projectNavLink_1533c_1619._next_1533c_1648{text-align:right}._divider_1533c_1653{border:none;border-top:1px solid var(--white-10);margin:0}._clickableImage_1533c_1660{cursor:zoom-in}._lightboxOverlay_1533c_1665{position:fixed;inset:0;z-index:1000;background:#000000d9;display:flex;align-items:center;justify-content:center;padding:var(--space-2xl);cursor:pointer}._lightboxClose_1533c_1677{position:fixed;top:var(--space-lg);right:var(--space-lg);z-index:1001;background:var(--glass-02);border:1px solid var(--glass-04);border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:var(--white);cursor:pointer;transition:background .2s ease}._lightboxClose_1533c_1677:hover{background:var(--glass-04)}._lightboxImage_1533c_1700{max-width:90vw;max-height:85vh;object-fit:contain;border-radius:var(--radius-md);cursor:default;transition:transform .15s ease}._lightboxReset_1533c_1709{position:fixed;bottom:var(--space-xl);left:50%;transform:translate(-50%);z-index:1002;background:var(--glass-02);border:1px solid var(--glass-04);border-radius:var(--radius-full);padding:6px 16px;font-size:.75rem;font-family:var(--font-mono);color:var(--white);cursor:pointer;transition:background .2s ease}._lightboxReset_1533c_1709:hover{background:var(--glass-04)}._lightboxHint_1533c_1730{position:fixed;bottom:var(--space-lg);right:var(--space-lg);font-size:.6875rem;font-family:var(--font-mono);color:#ffffff40;pointer-events:none}._designTimeline_1533c_1741{display:grid;grid-template-columns:repeat(5,1fr);gap:var(--space-lg);margin:var(--space-2xl) 0 var(--space-3xl);position:relative}._designTimeline_1533c_1741:before{content:"";position:absolute;top:28px;left:calc(10% + 16px);right:calc(10% + 16px);height:1px;background:var(--white-10);z-index:0}._designPhaseCard_1533c_1760{display:flex;flex-direction:column;gap:var(--space-lg);position:relative;z-index:1}._designPhaseTop_1533c_1768{display:flex;flex-direction:column;align-items:center;gap:var(--space-xs);padding-bottom:var(--space-lg);border-bottom:2px solid}._designPhaseNumber_1533c_1777{font-family:var(--font-mono);font-size:1.5rem;font-weight:700;line-height:1;opacity:.35}._designPhaseName_1533c_1785{font-family:var(--font-serif);font-size:.9375rem;font-weight:700;letter-spacing:.01em}._designPhaseList_1533c_1792{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--space-sm)}._designPhaseList_1533c_1792 li{font-size:.75rem;color:var(--white-50);line-height:1.5;padding-left:var(--space-md);position:relative}._designPhaseList_1533c_1792 li:before{content:"–";position:absolute;left:0;color:var(--white-20)}._artifactFlowLabel_1533c_1817{font-family:var(--font-mono);font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;color:var(--white-40);margin-bottom:var(--space-lg)}._artifactGrid_1533c_1826{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-xl);margin-bottom:var(--space-3xl)}._sopBlock_1533c_1834{margin-bottom:var(--space-3xl)}._sopInner_1533c_1838{display:grid;grid-template-columns:280px 1fr;gap:var(--space-2xl);background:var(--bg-secondary);border:1px solid var(--white-10);border-radius:var(--radius-xl);padding:var(--space-2xl);align-items:start}._sopImageWrap_1533c_1849{border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--white-10)}._sopImageWrap_1533c_1849 img{width:100%;display:block}._sopContent_1533c_1860{display:flex;flex-direction:column;gap:var(--space-xl)}._sopDesc_1533c_1866{font-size:.9375rem;color:var(--white-70);line-height:1.7}._sopSolution_1533c_1872{border-top:1px solid var(--white-10);padding-top:var(--space-lg);display:flex;flex-direction:column;gap:var(--space-sm)}._sopSolutionLabel_1533c_1880{font-family:var(--font-mono);font-size:.65rem;letter-spacing:.1em;text-transform:uppercase;color:var(--accent-green)}._sopSolution_1533c_1872 p{font-size:.875rem;color:var(--white-60);line-height:1.65}._artifactCard_1533c_1894{display:flex;flex-direction:column;gap:var(--space-sm)}._artifactImageWrap_1533c_1900{width:100%;aspect-ratio:4 / 3;border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--white-10);background:var(--bg-secondary);margin-bottom:var(--space-sm)}._artifactImageWrap_1533c_1900 img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}._artifactImageWrap_1533c_1900:hover img{transform:scale(1.03)}._artifactCaption_1533c_1922{font-family:var(--font-mono);font-size:.65rem;letter-spacing:.08em;text-transform:uppercase;color:var(--accent-yellow)}._artifactLabel_1533c_1930{font-family:var(--font-serif);font-size:1rem;font-weight:700;color:var(--white)}._artifactDesc_1533c_1937{font-size:.8125rem;color:var(--white-50);line-height:1.65}._processInsight_1533c_1943{position:relative;background:var(--bg-secondary);border-left:4px solid var(--accent-yellow);border-radius:var(--radius-lg);padding:var(--space-2xl) var(--space-2xl) var(--space-xl);overflow:hidden}._processInsightMark_1533c_1952{position:absolute;top:8px;left:18px;font-family:var(--font-serif);font-size:6rem;color:#f08d3214;line-height:1;pointer-events:none;-webkit-user-select:none;user-select:none}._processInsight_1533c_1943 p{font-family:var(--font-serif);font-size:1.125rem;font-style:italic;color:var(--white-80);line-height:1.7;position:relative;z-index:1}._processShiftTitle_1533c_1974{font-family:var(--font-serif);font-size:1.25rem;font-weight:700;color:var(--white);margin-bottom:var(--space-lg)}._processShiftGrid_1533c_1982{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-md)}._processShiftCard_1533c_1988{display:flex;align-items:flex-start;gap:var(--space-md);background:var(--bg-secondary);border:1px solid var(--white-10);border-radius:var(--radius-lg);padding:var(--space-lg)}._processShiftNumber_1533c_1998{font-family:var(--font-mono);font-size:1.5rem;font-weight:700;color:#0f63;flex-shrink:0;line-height:1}._processShiftCard_1533c_1988 p{font-size:.875rem;color:var(--white-70);line-height:1.65}._contextLayout_1533c_2014{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-3xl);align-items:start;margin-top:var(--space-2xl)}._contextLeft_1533c_2022{display:flex;flex-direction:column;gap:var(--space-xl)}._contextList_1533c_2028{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--space-md)}._contextList_1533c_2028 li{display:flex;align-items:flex-start;gap:var(--space-md);font-size:.9375rem;color:var(--white-70);line-height:1.5}._contextCheck_1533c_2046{color:var(--accent-yellow);font-size:.9rem;flex-shrink:0;margin-top:2px}._contextCard_1533c_2053{background:#0a0a0a;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-lg);overflow:hidden;font-family:var(--font-mono)}._contextCardHeader_1533c_2061{display:flex;align-items:center;gap:var(--space-sm);padding:var(--space-md) var(--space-xl);font-size:.75rem;font-weight:500;color:var(--white-50);background:#ffffff0a;border-bottom:1px solid rgba(255,255,255,.06)}._contextCardHeader_1533c_2061:before{content:"";display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--accent-yellow);flex-shrink:0;box-shadow:0 0 6px #f08d3299}._contextCardBody_1533c_2084{display:flex;flex-direction:column;padding:var(--space-sm) 0}._contextCardRow_1533c_2090{display:flex;justify-content:space-between;align-items:baseline;padding:var(--space-sm) var(--space-xl);gap:var(--space-lg)}._contextCardLabel_1533c_2098{font-size:.75rem;color:var(--white-30);flex-shrink:0}._contextCardValue_1533c_2104{font-size:.75rem;color:var(--accent-green);text-align:right}._contextCardNote_1533c_2110{padding:var(--space-md) var(--space-xl);font-size:.6875rem;color:var(--white-20);font-style:italic;border-top:1px solid rgba(255,255,255,.05);margin:var(--space-sm) 0 0}._comparisonBlock_1533c_2119{margin-top:var(--space-3xl);display:flex;flex-direction:column;gap:var(--space-2xl)}._comparisonTable_1533c_2126{border:1px solid var(--white-10);border-radius:var(--radius-lg);overflow:hidden}._comparisonHeader_1533c_2132{display:grid;grid-template-columns:1fr 1fr;background:var(--bg-tertiary);border-bottom:1px solid var(--white-10)}._comparisonHeader_1533c_2132 span{padding:var(--space-md) var(--space-xl);font-size:.8125rem;font-weight:600;color:var(--white-70)}._comparisonHeader_1533c_2132 span:first-child{border-right:1px solid var(--white-10)}._comparisonRow_1533c_2150{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid var(--white-05)}._comparisonRow_1533c_2150:last-child{border-bottom:none}._comparisonBefore_1533c_2160,._comparisonAfter_1533c_2161{padding:var(--space-lg) var(--space-xl);font-size:.875rem;line-height:1.5}._comparisonBefore_1533c_2160{color:var(--white-40);border-right:1px solid var(--white-05)}._comparisonAfter_1533c_2161{color:var(--white-70)}._pullQuote_1533c_503{display:flex;align-items:flex-start;gap:var(--space-lg);padding-left:var(--space-xl);border-left:3px solid var(--accent-yellow)}._pullQuoteMark_1533c_2184{font-family:var(--font-serif);font-size:3rem;line-height:.8;color:var(--accent-yellow);flex-shrink:0}._pullQuoteText_1533c_2192{font-size:1rem;font-style:italic;color:var(--white-70);line-height:1.7;margin:0 0 var(--space-sm)}._pullQuoteAuthor_1533c_2200{font-size:.8125rem;color:var(--white-30);margin:0;padding-top:var(--space-sm);border-top:1px solid var(--white-10)}._summaryCallout_1533c_2209{position:relative;background:linear-gradient(135deg,color-mix(in srgb,var(--accent-green) 12%,var(--bg-secondary)),color-mix(in srgb,var(--accent-blue) 12%,var(--bg-secondary)));border:1px solid var(--white-10);border-radius:var(--radius-lg);padding:var(--space-2xl) var(--space-2xl) var(--space-2xl) calc(var(--space-2xl) + 24px);margin:var(--space-xl) 0}._summaryQuote_1533c_2218{position:absolute;top:var(--space-md);left:var(--space-xl);font-family:var(--font-serif);font-size:4rem;line-height:1;color:var(--accent-green);opacity:.4;-webkit-user-select:none;user-select:none}._summaryCallout_1533c_2209 p{font-size:1.125rem;line-height:1.7;color:var(--white-70);font-style:italic;margin:0}._roleBlock_1533c_2239{margin-top:var(--space-3xl);padding-top:var(--space-2xl);border-top:1px solid var(--white-10)}._roleTitle_1533c_2245{font-family:var(--font-serif);font-size:1.25rem;font-weight:700;color:var(--white);margin-bottom:var(--space-md)}._roleResponsibilities_1533c_2253{display:flex;flex-wrap:wrap;gap:var(--space-sm)}._rolePill_1533c_2259{font-family:var(--font-mono);font-size:.75rem;color:var(--accent-blue);border:1px solid rgba(77,91,255,.3);background:#4d5bff14;border-radius:var(--radius-full);padding:6px 14px;white-space:nowrap}._nextStepsGrid_1533c_2271{display:flex;flex-direction:column;gap:0;margin-top:var(--space-xl)}._nextStepCard_1533c_2278{display:flex;align-items:flex-start;gap:var(--space-xl);padding:var(--space-xl) 0;border-bottom:1px solid var(--white-10)}._nextStepCard_1533c_2278:last-child{border-bottom:none}._nextStepNumber_1533c_2290{font-family:var(--font-mono);font-size:2rem;font-weight:700;color:var(--accent-green);opacity:.25;line-height:1;flex-shrink:0;min-width:48px}._nextStepCard_1533c_2278 h4{font-family:var(--font-serif);font-size:1rem;font-weight:600;color:var(--white);margin-bottom:var(--space-xs)}._nextStepCard_1533c_2278 p{font-size:.875rem;color:var(--white-50);line-height:1.6;margin:0}@media(max-width:768px){._metricsGrid_1533c_427{flex-wrap:wrap;gap:var(--space-xl)}._resultsGrid_1533c_1407{flex-direction:column;align-items:center}._resultsGrid_1533c_1407>*{max-width:100%}._iterationGrid_1533c_987,._learningGrid_1533c_1531,._flowGrid_1533c_943,._ecosystemGrid_1533c_1574,._designTimeline_1533c_1741{grid-template-columns:1fr}._designTimeline_1533c_1741:before{display:none}._contextLayout_1533c_2014,._comparisonHeader_1533c_2132,._comparisonRow_1533c_2150{grid-template-columns:1fr}._comparisonHeader_1533c_2132 span:first-child,._comparisonBefore_1533c_2160{border-right:none;border-bottom:1px solid var(--white-10)}._summaryCallout_1533c_2209{padding:var(--space-xl) var(--space-lg) var(--space-xl) calc(var(--space-lg) + 20px)}._nextStepCard_1533c_2278{gap:var(--space-lg)}._nextStepNumber_1533c_2290{font-size:1.5rem;min-width:36px}._testimonialBlock_1533c_2378{width:300px}._screenGrid_1533c_1017{grid-template-columns:1fr}._featureCardBody_1533c_1155{grid-template-columns:1fr;padding:var(--space-lg);gap:var(--space-lg)}._featureCardHeader_1533c_1117{padding:var(--space-md) var(--space-lg)}._sideNav_1533c_93{display:none}._topBarInner_1533c_25{padding:0 var(--space-md)}._topBarProto_1533c_74{display:none}._methodGrid_1533c_323,._ideationGrid_1533c_923{grid-template-columns:1fr}}[data-theme=light] ._heroImagePlaceholder_1533c_197:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(0,0,0,0.3)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='2' ry='2'/%3E%3Ccircle cx='8.5' cy='8.5' r='1.5'/%3E%3Cpath d='M21 15l-5-5L5 21'/%3E%3C/svg%3E")}[data-theme=light] ._featureImagePlaceholder_1533c_225:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='rgba(0,0,0,0.3)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='2' ry='2'/%3E%3Ccircle cx='8.5' cy='8.5' r='1.5'/%3E%3Cpath d='M21 15l-5-5L5 21'/%3E%3C/svg%3E")}[data-theme=light] ._screenCardPlaceholder_1533c_1048:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(0,0,0,0.25)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='2' ry='2'/%3E%3Ccircle cx='8.5' cy='8.5' r='1.5'/%3E%3Cpath d='M21 15l-5-5L5 21'/%3E%3C/svg%3E")}[data-theme=light] ._metaCard_1533c_253,[data-theme=light] ._featureCard_1533c_1096,[data-theme=light] ._screenCard_1533c_1023,[data-theme=light] ._methodCard_1533c_330,[data-theme=light] ._personaCard_1533c_861,[data-theme=light] ._iterationCard_1533c_994{box-shadow:var(--shadow-card)}[data-theme=light] ._lightboxClose_1533c_1677{background:#ffffff26;border-color:#ffffff40;color:#fff}
