@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;color:#191919}.custom-cursor{position:fixed;top:0;left:0;pointer-events:none;z-index:9999;will-change:transform,width,height,border-radius,opacity}.custom-cursor.cursor-hidden{mix-blend-mode:difference}.custom-cursor.hover-cursor{background-color:transparent;border:none;border-radius:50%}.custom-cursor.text-cursor{background-color:transparent;border:none;border-radius:12px}.custom-cursor.project-cursor{background-color:#191919;color:#fff;padding:6px 14px;border-radius:100px;font-size:.75rem;font-weight:500;white-space:nowrap;display:flex;align-items:center;justify-content:center;gap:0}.project-cursor-dot{width:6px;height:6px;background:#fff;border-radius:50%;margin-right:8px;flex-shrink:0}*{cursor:none!important}[data-cursor-text]{position:relative;transition:transform .3s cubic-bezier(.23,1,.32,1)}[data-cursor-text]:hover{transform:scale(1.02)}@media(max-width:768px){.custom-cursor{display:none}*{cursor:auto!important}[data-cursor-text]:hover{transform:none}}.header{position:fixed;top:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;padding:20px 40px;z-index:100;background:transparent;border-bottom:1px solid var(--border-color)}.header-hidden{pointer-events:none}.bubble-menu-compact{position:fixed;top:20px;left:0;right:0;margin:0 auto;width:fit-content;z-index:100;background:var(--bg-color);border-radius:50px;box-shadow:0 4px 24px #0000001a,0 1px 3px #00000014;border:1px solid var(--border-color);display:flex;align-items:center;gap:4px;padding:8px 16px}[data-theme=dark] .bubble-menu-compact{box-shadow:0 4px 24px #0000004d,0 1px 3px #0003}.bubble-compact-link{position:relative;display:inline-flex;align-items:center;font-size:.85rem;font-weight:500;color:var(--text-color);text-decoration:none;padding:6px 12px;border-radius:50px}.bubble-compact-link.active{background:var(--hover-bg)}.bubble-compact-label{position:relative}.bubble-compact-dot{width:5px;height:5px;background:var(--text-color);border-radius:50%;margin-right:6px;flex-shrink:0}.bubble-compact-dot-placeholder{width:5px;height:5px;margin-right:6px;flex-shrink:0}.bubble-separator{color:var(--border-color);font-weight:300;margin:0 2px}.bubble-compact-resume{color:var(--text-secondary);display:inline-flex;align-items:center;gap:4px;transition:background-color .2s ease,color .2s ease}.bubble-compact-resume:hover{background:var(--text-color);color:var(--bg-color)}.bubble-compact-resume:hover .external-icon{animation:arrow-wiggle .5s ease-in-out infinite}.bubble-compact-resume .external-icon{width:12px;height:12px;opacity:.8;display:inline-block}.header-left{flex:1}.email-link{font-size:1rem;font-weight:500;color:var(--text-color);text-decoration:none;transition:opacity .2s ease}.email-link:hover{opacity:.6}.logo{position:absolute;left:50%;transform:translate(-50%)}.logo img{width:44px;height:44px;border-radius:50%;object-fit:cover;border:1px solid var(--border-color)}.nav{display:flex;align-items:center;gap:8px}.nav-link{position:relative;display:inline-flex;align-items:center;font-size:.9rem;font-weight:500;color:var(--text-color);text-decoration:none;padding:8px 16px;border-radius:50px;background:transparent;border:none}.nav-link.active{background:var(--hover-bg)}.nav-label{position:relative}.nav-dot{width:6px;height:6px;background:var(--text-color);border-radius:50%;margin-right:8px;flex-shrink:0}.nav-dot-placeholder{width:6px;height:6px;margin-right:8px;flex-shrink:0}.nav-separator{color:var(--border-color);font-weight:300;margin:0 4px}.resume-link{color:var(--text-secondary);display:inline-flex;align-items:center;gap:5px;transition:background-color .2s ease,color .2s ease}.resume-link:hover{background:var(--text-color);color:var(--bg-color)}.resume-link:hover .external-icon{animation:arrow-wiggle .5s ease-in-out infinite}.resume-link .external-icon{width:14px;height:14px;opacity:.8;display:inline-block}@keyframes arrow-wiggle{0%,to{transform:translate(0)}50%{transform:translate(4px,-4px)}}.menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;padding:10px;z-index:101}.menu-toggle span{display:block;width:22px;height:2px;background:var(--text-color);transition:all .3s ease}.menu-toggle.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.menu-toggle.open span:nth-child(2){opacity:0}.menu-toggle.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media(max-width:768px){.header{padding:15px 20px}.header-left{display:none}.logo{position:relative;left:0;transform:none}.logo img{width:40px;height:40px}.menu-toggle{display:flex;margin-left:auto}.nav{position:fixed;top:0;right:-100%;width:80%;max-width:300px;height:100vh;flex-direction:column;justify-content:center;background:color-mix(in srgb,var(--bg-color) 98%,transparent);padding:40px;transition:right .3s ease;border-left:1px solid var(--border-color)}.nav.open{right:0}.nav-separator{display:none}.nav-link{width:100%;justify-content:center;font-size:1.1rem;padding:15px 20px}.bubble-menu-compact{top:15px;padding:6px 10px;gap:2px}.bubble-compact-link{font-size:.75rem;padding:5px 10px}.bubble-compact-resume{font-size:.75rem}.bubble-separator{margin:0}}.footer{margin-top:24px;border-top:1px solid var(--border-color)}.footer-content{max-width:1400px;margin:0 auto;padding:24px 40px 32px}.footer-row{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;min-height:40px;gap:16px}.footer-row .footer-links{justify-self:start}.made-with-center{justify-self:center}.footer-row .back-to-top{justify-self:end}.footer-links{display:flex;align-items:center;gap:20px;height:40px}.footer-link{display:inline-flex;align-items:center;gap:4px;font-size:.9rem;font-weight:500;color:var(--text-color);text-decoration:none;transition:color .2s ease;line-height:1}.footer-link:hover{color:var(--text-secondary)}.external-icon{font-size:.75rem;opacity:.6}.footer-link:hover .external-icon{opacity:1}.made-with{font-size:.85rem;color:var(--text-secondary);display:inline-flex;align-items:center;gap:4px}.made-with .heart{color:#ef4444;display:inline-block}.back-to-top{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:40px;padding:0 16px;background:var(--bg-color);border:1px solid var(--border-color);border-radius:8px;font-size:.85rem;font-weight:500;color:var(--text-color);transition:all .2s ease;cursor:pointer}.back-to-top:hover{border-color:var(--text-color);box-shadow:0 4px 12px #00000014}.arrow-up{font-size:1rem;display:inline-block}@media(max-width:768px){.footer-content{padding:20px 16px 30px}.footer-row{grid-template-columns:1fr;gap:12px;min-height:auto}.footer-row .footer-links{justify-self:start}.made-with-center{justify-self:start;order:1}.footer-row .back-to-top{justify-self:start}.footer-links{height:auto}.back-to-top{align-self:flex-start;height:36px}}.hero{min-height:auto;display:flex;align-items:center;padding:80px 40px 24px;max-width:1400px;margin:0 auto}.hero-content{width:100%}.hero-avatar-container{margin-bottom:12px}.hero-avatar{width:60px;height:60px;object-fit:contain}.hero-title{font-size:clamp(1.8rem,4vw,2.4rem);font-weight:700;line-height:1.2;margin-bottom:12px;letter-spacing:-.02em;color:var(--text-color)}.hero-description{font-size:1.15rem;line-height:1.6;color:var(--text-secondary);max-width:580px;margin-bottom:12px}.status-badge{display:flex;align-items:center;gap:8px;font-size:.95rem;color:var(--text-secondary)}.status-dot{width:8px;height:8px;background:#22c55e;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media(max-width:768px){.hero{padding:110px 16px 36px}.hero-avatar-container{margin-bottom:10px}.hero-avatar{width:50px;height:50px}.hero-title{font-size:1.5rem}.hero-description{font-size:1rem;margin-bottom:24px}}.section-header{max-width:1400px;margin:0 auto;padding:20px 40px;border-bottom:1px solid var(--border-color);position:relative;z-index:1}.section-header-nav{display:flex;align-items:center;gap:8px}.section-header-link{position:relative;display:inline-flex;align-items:center;font-size:.9rem;font-weight:500;color:var(--text-color);text-decoration:none;padding:8px 16px;border-radius:50px;background:transparent;border:none;transition:background-color .2s ease,color .2s ease}.section-header-link:hover{color:var(--text-color)}.section-header-link.active{background:var(--hover-bg)}.section-header-dot{width:6px;height:6px;background:var(--text-color);border-radius:50%;margin-right:8px;flex-shrink:0}.section-header-dot-placeholder{width:6px;height:6px;margin-right:8px;flex-shrink:0}.section-header-sep{color:var(--border-color);font-weight:300;margin:0 4px}.section-header-resume{color:var(--text-secondary);display:inline-flex;align-items:center;gap:5px}.section-header-resume:hover{background:var(--text-color);color:var(--bg-color)}.section-header-external{width:14px;height:14px;opacity:.8;display:inline-block}@media(max-width:768px){.section-header{padding:16px 16px 20px}}.project-card{width:100%;height:100%;display:flex}.project-card-link{display:flex;flex:1;text-decoration:none;color:inherit;min-width:0}.project-card-content{flex:1;display:flex;flex-direction:column;min-width:0;border-radius:12px;border:2px solid transparent;background:transparent;overflow:hidden;cursor:none;transition:border-color .2s ease}.project-card-content:hover{border-color:#191919}.project-card-inner{flex:1;display:flex;flex-direction:column;min-height:0;border-radius:10px;overflow:hidden}.project-image-wrapper{position:relative;width:100%;aspect-ratio:16 / 10;overflow:hidden;background:var(--hover-bg);border-radius:0 0 10px 10px}.project-image{width:100%;height:100%;object-fit:cover;display:block}.project-card-wip .project-image{filter:grayscale(.85);opacity:.7}.project-card-wip .project-title,.project-card-wip .project-subtitle,.project-card-wip .project-tag{color:var(--text-secondary)}.project-wip-badge{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:inline-flex;align-items:center;gap:8px;padding:8px 12px;background:var(--bg-color);border:1px solid var(--border-color);border-radius:8px;font-size:.75rem;font-weight:600;color:var(--text-color);text-transform:uppercase;letter-spacing:.04em;box-shadow:0 2px 8px #00000014}.project-wip-icon{flex-shrink:0;color:var(--text-color)}.project-info{flex:1;display:flex;flex-direction:column;padding:14px 0 12px;min-width:0}.project-meta{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;margin-top:6px}.project-meta .project-tag{margin-left:auto}.project-tags{display:flex;flex-wrap:wrap;gap:6px}.project-tag{padding:4px 10px;background:var(--hover-bg);border-radius:4px;font-size:.7rem;font-weight:500;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.3px}.project-title{font-size:1.05rem;font-weight:600;margin-bottom:0;line-height:1.35;color:var(--text-color);letter-spacing:-.01em}.project-meta .project-subtitle{flex:1;min-width:0;margin:0}.project-subtitle{font-size:.875rem;color:var(--text-secondary);font-weight:400;line-height:1.45}@media(max-width:640px){.project-image-wrapper{aspect-ratio:3 / 2}.project-info{padding:12px 0 10px}.project-title{font-size:1rem}.project-subtitle{font-size:.8rem}}.password-gate{position:fixed;inset:0;z-index:1000;min-height:100vh;background:#0f172a8c;display:flex;align-items:center;justify-content:center;padding:24px;box-sizing:border-box}.password-gate-back{position:absolute;top:16px;right:16px;display:inline-flex;align-items:center;justify-content:center;color:#333;background:transparent;border:none;cursor:pointer;padding:4px}.password-gate-back:hover{color:#000}.password-gate-inner{position:relative;width:100%;max-width:420px;min-height:420px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;padding:24px 28px;border-radius:16px;box-shadow:0 18px 45px #0f172a40}.password-gate-lock-icon{margin:0 auto 16px;color:#333;display:flex;align-items:center;justify-content:center}.password-gate-title{margin:0 0 4px;font-size:1.5rem;font-weight:600;color:#333;letter-spacing:-.02em}.password-gate-subtitle{margin:0 0 20px;font-size:.95rem;color:#666;line-height:1.3}.password-gate-form{display:flex;flex-direction:column;gap:16px;align-items:stretch;width:100%;max-width:320px;margin:0 auto}.password-gate-input-wrap{position:relative;display:flex;align-items:center}.password-gate-input{width:100%;padding:12px 48px 12px 16px;font-size:1rem;border:1px solid #ccc;border-radius:8px;box-sizing:border-box;outline:none}.password-gate-input:focus{border-color:#333}.password-gate-reveal{position:absolute;right:8px;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;padding:6px;background:none;border:none;border-radius:4px;color:#666;cursor:pointer}.password-gate-reveal:hover{color:#333;background:#0000000d}.password-gate-submit{padding:12px 20px;width:100%;font-size:.95rem;font-weight:500;color:#fff;background:#333;border:none;border-radius:8px;cursor:pointer}.password-gate-submit:hover{background:#555}.password-gate-error{margin:0;font-size:.875rem;color:#c00}.home{min-height:100vh;background:transparent;position:relative}.home .hero,.home .projects-section{position:relative;z-index:1}.projects-section{padding:20px 40px 32px;max-width:1400px;margin:0 auto}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px;padding-bottom:20px;border-bottom:1px solid var(--border-color);flex-wrap:wrap;gap:16px}.section-title{font-size:1.25rem;font-weight:600;color:var(--text-color);letter-spacing:-.02em}.section-filters{display:flex;gap:6px}.filter-btn{padding:7px 14px;background:transparent;border:1px solid var(--border-color);border-radius:6px;font-size:.8rem;font-weight:500;color:var(--text-secondary);transition:all .2s ease}.filter-btn:hover{background:var(--hover-bg);color:var(--text-color)}.filter-btn.active{background:var(--text-color);border-color:var(--text-color);color:var(--bg-color)}.projects-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;align-items:stretch}@media(max-width:768px){.projects-section{padding:16px 16px 24px}.section-header{flex-direction:column;align-items:flex-start;gap:12px}.section-filters{flex-wrap:wrap}.filter-btn{padding:6px 12px;font-size:.75rem}.projects-grid{grid-template-columns:1fr;gap:16px}}@media(min-width:769px)and (max-width:900px){.projects-grid{gap:16px}}.thesis-page{min-height:100vh;padding-top:100px;display:flex;width:100%}.thesis-nav-wrap{flex:0 0 200px;width:200px;margin-top:0;align-self:flex-start}.thesis-nav{position:fixed;top:100px;left:0;width:200px;padding:24px 16px 24px 24px;display:flex;flex-direction:column;gap:16px;max-height:calc(100vh - 120px);overflow-y:auto;z-index:10}.thesis-nav-back{display:inline-flex;align-items:center;gap:12px;padding:8px 14px;font-size:.8rem;font-weight:500;color:var(--bg-color);background:var(--text-color);border-radius:50px;text-decoration:none;transition:color .2s ease,background .2s ease;flex-shrink:0;width:fit-content;box-sizing:border-box}.thesis-nav-back:hover{color:var(--text-color);background:var(--hover-bg)}.thesis-nav-back-arrow{flex-shrink:0;line-height:1}.thesis-nav-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}.thesis-nav-item{margin:0}.thesis-nav-link{display:flex;align-items:center;width:100%;padding:8px 10px;font-size:.8rem;font-weight:500;color:var(--text-secondary);background:none;border:none;border-radius:6px;text-align:left;cursor:pointer;transition:color .2s ease,background .2s ease}.thesis-nav-link:before{content:"";flex-shrink:0;width:8px;height:8px;margin-right:8px;border-radius:50%;background:var(--text-color);opacity:0;transition:opacity .2s ease}.thesis-nav-link-active{color:var(--text-color)}.thesis-nav-link-active:before{opacity:1}.thesis-nav-link:hover{background:var(--hover-bg)}.thesis-section{scroll-margin-top:120px;margin-bottom:60px}#user.thesis-section{margin-bottom:24px}#research-methods.thesis-section{margin-bottom:60px}#insights-from-research.thesis-section{margin-bottom:24px}#insight.thesis-section,#insight-2.thesis-section{background:var(--hover-bg);border:1px solid var(--border-color);border-radius:12px;padding:20px 24px;margin-bottom:12px}#insight-2.thesis-section{margin-bottom:60px}#insight.thesis-section>.thesis-section-label,#insight-2.thesis-section>.thesis-section-label,#insight.thesis-section>.thesis-section-heading,#insight-2.thesis-section>.thesis-section-heading{display:none}#insight .thesis-quote,#insight-2 .thesis-quote{margin:12px 0 0;padding:14px 18px 14px 20px;background:#0000000f;border-left:4px solid var(--text-color);border-radius:0 8px 8px 0;font-size:.9375rem;font-style:italic;line-height:1.5;color:var(--text-color);position:relative}#insight .thesis-quote cite,#insight-2 .thesis-quote cite{display:block;font-size:.8125rem;font-style:normal;color:var(--text-secondary);margin-top:8px}.thesis-main{flex:1;min-width:0;overflow-x:hidden}.thesis-article{max-width:800px;margin:0 auto;padding:24px 40px 80px 24px}.thesis-article:has(#field-research){max-width:100%}.thesis-hero{margin-bottom:24px}.thesis-hero-image-wrap{margin-bottom:16px}.thesis-hero-title{margin-bottom:8px}.thesis-tagline{font-size:clamp(1.5rem,3vw,2rem);font-weight:600;letter-spacing:-.02em;line-height:1.3;color:var(--text-color);margin-bottom:12px}.thesis-hero-meta-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:start;margin-bottom:0}.thesis-background-col{padding-top:16px}.thesis-background-col .thesis-section-label{margin-bottom:4px}.thesis-meta-box{padding:16px 20px;background:var(--hover-bg);border:1px solid var(--border-color);border-radius:12px}.thesis-stat-box{display:flex;align-items:flex-start;gap:12px;margin-top:16px;padding:16px 20px;background:var(--hover-bg);border:1px solid var(--border-color);border-radius:12px}.thesis-stat-box-icon{flex-shrink:0;color:var(--text-secondary);line-height:0}.thesis-stat-box-icon svg{display:block}.thesis-stat-box-text{margin:0;font-size:.95rem;line-height:1.5;color:var(--text-color)}#context .thesis-stat-box{margin-top:16px}.thesis-context-stat-box{display:flex;align-items:flex-start;gap:12px;margin:0 0 60px;padding:16px 20px;background:var(--hover-bg);border:1px solid var(--border-color);border-radius:12px;max-width:100%;box-sizing:border-box}.thesis-context-stat-box-icon{flex-shrink:0;color:var(--text-secondary);line-height:0}.thesis-context-stat-box-icon svg{display:block;overflow:visible}.thesis-context-stat-box-icon-trending{overflow:visible}.thesis-context-stat-box-icon-trending svg{min-width:20px;min-height:20px}.thesis-context-stat-box-text{margin:0;font-size:.95rem;line-height:1.5;color:var(--text-color)}.thesis-callout-boxes{display:flex;flex-direction:column;gap:12px;margin-top:20px;margin-bottom:0}.thesis-callout-box{display:flex;align-items:flex-start;gap:12px;padding:14px 18px;background:var(--hover-bg);border:1px solid var(--border-color);border-radius:12px}.thesis-callout-box-icon{flex-shrink:0;color:var(--text-secondary);line-height:0}.thesis-callout-box-icon svg{display:block}.thesis-callout-box-text{margin:0;font-size:.875rem;line-height:1.45;color:var(--text-color)}#competitive-research .thesis-competitive-images{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:24px;margin-bottom:0}#competitive-research .thesis-competitive-images .thesis-figure{margin:0;max-width:100%;width:100%;background:#fff;border-radius:12px;overflow:hidden}#competitive-research .thesis-competitive-images .thesis-figure .thesis-image{width:100%;border-radius:12px;background:transparent}#competitive-research .thesis-competitive-images .thesis-figcaption{margin-top:8px;font-size:.8rem;line-height:1.4;color:var(--text-secondary)}[data-theme=dark] #competitive-research .thesis-competitive-images .thesis-figure{background:var(--bg-color)}@media(max-width:900px){#competitive-research .thesis-competitive-images{grid-template-columns:1fr 1fr}#competitive-research .thesis-competitive-images .thesis-figure{max-width:85%;width:85%}}@media(max-width:600px){#competitive-research .thesis-competitive-images{grid-template-columns:1fr}}.thesis-heading-placeholder{margin-top:16px;margin-bottom:24px;min-height:240px;padding:24px;background:var(--hover-bg);border:2px dashed var(--border-color);border-radius:12px;display:flex;align-items:center;justify-content:center}.thesis-heading-placeholder-text{font-size:.8rem;color:var(--text-secondary);font-style:italic;text-align:center;max-width:360px}.thesis-section-body.thesis-heading2,.thesis-section-heading.thesis-heading2{font-size:clamp(1.2rem,2.5vw,1.5rem)!important;font-weight:600!important;letter-spacing:-.02em;color:var(--text-color)!important;line-height:1.35}.thesis-body-heading{display:block;font-size:clamp(1.2rem,2.5vw,1.5rem);font-weight:600;letter-spacing:-.02em;color:var(--text-color);line-height:1.35;margin-top:60px;margin-bottom:10px}.thesis-section-intro-heading{margin-bottom:16px}.thesis-prediction-boxes{display:flex;flex-direction:column;gap:12px}.thesis-prediction-boxes .thesis-context-stat-box{margin-bottom:0}.thesis-before-after-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:12px}.thesis-before-after-row .thesis-change-video-box{margin-top:0}.thesis-change-video-box{margin-top:12px;padding:16px 20px;background:var(--hover-bg);border:1px solid var(--border-color);border-radius:12px;display:flex;flex-direction:column;gap:12px}.thesis-change-video-box .thesis-video-caption{margin:0}.thesis-change-video-box .thesis-video-caption+.thesis-video-device-wrap{margin-top:0}#change-3 .thesis-before-after-row .thesis-change-video-box:last-child .thesis-video-caption+.thesis-video-device-wrap{margin-top:24px}.thesis-meta{display:grid;gap:12px;margin:0;padding:0}.thesis-meta dt{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#b5b5b5;margin-bottom:2px}.thesis-meta dd{font-size:.875rem;color:var(--text-color);margin:0}.thesis-meta .meta-sub{font-size:.8rem;color:var(--text-secondary);margin-top:2px}.thesis-summary{font-size:.875rem;line-height:1.5;color:var(--text-secondary)}.thesis-section-label{display:block;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#b5b5b5;margin-bottom:10px}.thesis-section-heading{font-size:clamp(1.2rem,2.5vw,1.5rem);font-weight:600;letter-spacing:-.02em;color:var(--text-color);line-height:1.35;margin-bottom:14px}.thesis-section-body{font-size:.875rem;line-height:1.5;color:var(--text-secondary);margin-bottom:10px}.thesis-comparison-pairs{margin:40px 0 36px;display:grid;grid-template-columns:1fr 1fr;gap:24px}.thesis-comparison-pair-box{max-width:300px;width:100%;min-width:0}.thesis-comparison-pair-box:first-child .thesis-comparison-pair{align-items:center}.thesis-comparison-pair-box:first-child .thesis-comparison-pair-text{max-width:250px;margin-left:auto;margin-right:auto}.thesis-comparison-pair{display:flex;flex-direction:column;gap:10px;min-width:0}.thesis-comparison-pair-image{width:100%;height:120px;margin:0;background:#fff;flex-shrink:0}.thesis-comparison-pair-image .thesis-image{width:100%;height:100%;max-height:120px;object-fit:contain;object-position:center;border-radius:0;border:none;background:none}.thesis-comparison-pair-text{margin:0;width:100%}.thesis-comparison-pair-label{color:var(--text-color);font-weight:600}.thesis-comparison-pair-desc{color:var(--text-secondary)}.thesis-section-images{margin:28px 0 12px;display:flex;flex-direction:column;gap:14px}.thesis-figure{margin:0;width:100%}.thesis-image{width:100%;height:auto;display:block;border-radius:12px;overflow:hidden;background:transparent;border:1px solid var(--border-color)}#problem .thesis-figure .thesis-image{border:none;background:transparent;border-radius:0}#problem .thesis-figure{max-width:1438px;margin-left:auto;margin-right:auto;background:#fff}#design-requirements .thesis-list-with-images{gap:18px}#design-requirements .thesis-list-with-images-item .thesis-figure{max-width:85%;width:85%;background:#fff;border-radius:12px;overflow:hidden}#design-requirements .thesis-list-with-images-item .thesis-figure .thesis-image{width:100%;border:none;background:transparent;border-radius:12px}#design-requirements .thesis-list-with-images-text{font-size:.75rem;color:#888}#design-requirements .thesis-list-with-images-title{color:var(--text-color)}[data-theme=dark] #design-requirements .thesis-list-with-images-text{color:#888}[data-theme=dark] #problem .thesis-figure,[data-theme=dark] #design-requirements .thesis-list-with-images-item .thesis-figure{background:var(--bg-color)}.thesis-figure-flat{background:#fff;width:62%;margin-left:auto;margin-right:auto}.thesis-figure-flat .thesis-image{border-radius:0;border:none;background:transparent}.thesis-figure-compact{width:fit-content;max-width:200px;margin-left:auto;margin-right:auto}.thesis-figure-compact .thesis-image{border:none;border-radius:0;background:none}.thesis-figure-wide{width:80%;margin-left:auto;margin-right:auto}.thesis-figure-wide .thesis-image{border:none;border-radius:0;background:none}.thesis-figure-full-width{width:100%}.thesis-figure-full-width .thesis-image{width:100%;display:block;min-height:280px;object-fit:cover;background:var(--hover-bg)}#problem.thesis-section .thesis-section-body:first-of-type{font-size:.8125rem;color:#888}.thesis-figure-white-bg{background:#fff;padding:20px;border-radius:8px}.thesis-figure-white-bg .thesis-image{border:none;border-radius:0;background:transparent}#concept-development .thesis-section-images{margin-top:8px}#concept-development .thesis-section-images .thesis-figure:first-child{width:100%;max-width:100%;margin-left:0;margin-right:0;padding:20px 20px 28px;background:var(--hover-bg);border:1px solid var(--border-color);border-radius:12px;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:24px;position:relative}#concept-development .thesis-section-images .thesis-figure:first-child .thesis-figcaption{position:absolute;bottom:8px;left:8px;margin:0;font-size:.7rem;font-weight:500;color:var(--text-secondary);text-align:left}#concept-development .thesis-section-images .thesis-figure:first-child .thesis-image{width:50%;flex-shrink:0}#concept-development .thesis-figure-white-bg{border-radius:0;padding:0}.thesis-feedback-two-boxes{margin-top:24px;display:flex;gap:20px;align-items:stretch}.thesis-feedback-box{position:relative;padding:16px 16px 28px;background:var(--hover-bg);border:1px solid var(--border-color);border-radius:12px;max-height:320px;overflow:hidden;display:flex;align-items:center;justify-content:center}.thesis-feedback-design-box{flex:1 1 65%;min-width:0}.thesis-feedback-testing-box{flex:0 0 32%;max-width:32%}.thesis-feedback-box .thesis-figure{margin:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.thesis-feedback-box .thesis-figure .thesis-image{width:100%;height:100%;max-height:calc(100% - 16px);object-fit:contain;object-position:center;border-radius:0;border:none}.thesis-feedback-design-box .thesis-figure .thesis-image{object-fit:cover;object-position:center top;border-radius:12px}.thesis-feedback-box-subtitle{position:absolute;bottom:8px;left:8px;margin:0;font-size:.7rem;font-weight:500;color:var(--text-secondary)}#concept-development .thesis-figure-white-bg .thesis-image{border-radius:0}#problem .thesis-section-images,#problem .thesis-figure,#design-requirements .thesis-list-with-images-item .thesis-figure{background:#fff!important}#problem .thesis-iphone-gray-box .thesis-figure{background:transparent!important}#problem .thesis-section-body{margin-top:60px}#problem.thesis-section:not(:has(.thesis-iphone-gray-box)) .thesis-section-body{margin-top:0}.thesis-problem-stat-box{margin-top:20px;padding:16px 20px;background:var(--hover-bg);border:1px solid var(--border-color);border-radius:12px;display:flex;align-items:center;gap:16px}.thesis-problem-stat-box-icon{flex-shrink:0;color:var(--text-secondary);line-height:0}.thesis-problem-stat-box-icon svg{display:block}.thesis-problem-stat-box-text{margin:0;font-size:.875rem;line-height:1.5;color:var(--text-secondary)}#concept-development .thesis-section-images,#concept-development .thesis-figure-white-bg{background:transparent!important}#problem .thesis-figure .thesis-image,#problem .thesis-section-images .thesis-image,#design-requirements .thesis-list-with-images-item .thesis-figure .thesis-image,#concept-development .thesis-figure-white-bg .thesis-image,#concept-development .thesis-section-images .thesis-image{background:transparent!important;background-color:transparent!important}[data-theme=dark] #problem .thesis-section-images,[data-theme=dark] #problem .thesis-figure,[data-theme=dark] #design-requirements .thesis-list-with-images-item .thesis-figure{background:var(--bg-color)!important}.thesis-figure-no-border .thesis-image{border:none;background:none}.thesis-figure-small{width:70%;max-width:560px;margin-left:auto;margin-right:auto}.thesis-figure-small .thesis-image{width:100%}.thesis-figure-gray-box{background:var(--hover-bg);border-radius:12px;padding:12px;overflow:hidden}.thesis-figure-gray-box .thesis-image{border-radius:8px;display:block}.thesis-figure-gray-box .thesis-figcaption{position:absolute;bottom:8px;left:8px;margin:0;font-size:.7rem;font-weight:500;color:var(--text-secondary);text-align:left}#problem.thesis-section:has(+#problem-sheets){margin-bottom:36px}#problem-sheets .thesis-figure-gray-box,#context.thesis-section .thesis-section-images .thesis-figure-gray-box{background:var(--hover-bg)!important;border:1px solid var(--border-color);border-radius:12px;padding:20px 20px 28px;width:100%;max-width:100%;box-sizing:border-box;overflow:hidden;position:relative}#problem-sheets .thesis-figure-gray-box .thesis-image{border-radius:8px;display:block;width:50%;margin-left:auto;margin-right:auto}#problem-sheets .thesis-figure-gray-box .thesis-figcaption{position:absolute;bottom:8px;left:8px;margin:0;font-size:.7rem;font-weight:500;color:var(--text-secondary);text-align:left}.kroger-problem-sheets-stats-row{margin-top:16px;display:flex;flex-direction:column;gap:12px;align-items:stretch}.kroger-problem-sheets-stat-box{padding:12px 14px;background:var(--hover-bg);border:1px solid var(--border-color);border-radius:12px}.kroger-problem-sheets-stat-number{margin:0 0 4px;font-size:1rem;font-weight:600;color:var(--text-color)}.kroger-problem-sheets-stat-text{margin:0;font-size:.85rem;line-height:1.45;color:var(--text-secondary)}.kroger-problem-sheets-hmw{margin-top:60px}#problem .thesis-figure-gray-box{background:var(--hover-bg)!important;border:1px solid var(--border-color);border-radius:12px;padding:20px 20px 28px;width:100%;max-width:100%;box-sizing:border-box;overflow:hidden;position:relative}#problem .thesis-figure-gray-box .thesis-image{width:50%;margin-left:auto;margin-right:auto;display:block;border-radius:8px}#problem .thesis-figure-gray-box .thesis-figcaption{position:absolute;bottom:8px;left:8px;margin:0;font-size:.7rem;font-weight:500;color:var(--text-secondary);text-align:left}#understanding-business-needs.thesis-section .thesis-figure-gray-box,#understanding-business-needs.thesis-section .thesis-figure-white-bg{background:var(--hover-bg);border:1px solid var(--border-color)}.dsg-business-needs-boxes{margin-top:0;display:flex;flex-direction:column;gap:12px}.dsg-business-needs-box{display:flex;align-items:center;gap:12px;padding:14px 16px;background:var(--hover-bg);border:1px solid var(--border-color);border-radius:12px}.dsg-business-needs-icon{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;color:var(--text-color)}.dsg-business-needs-text{font-size:.875rem;line-height:1.5;color:var(--text-color)}#understanding-business-needs.thesis-section:has(+#business-needs-goals){margin-bottom:24px}#business-needs-goals.thesis-section{margin-top:0;margin-bottom:60px}#understanding-business-needs.thesis-section .thesis-figure-gray-box .thesis-image,#understanding-business-needs.thesis-section .thesis-figure-white-bg .thesis-image{background:var(--hover-bg)}.kroger-learnings{margin-top:20px;display:flex;flex-direction:column;gap:12px}.kroger-learning-box{padding:14px 16px;background:var(--hover-bg);border:1px solid var(--border-color);border-radius:12px}.kroger-learning-title{margin:0 0 4px;font-size:.9rem;font-weight:600;color:var(--text-color);display:flex;align-items:center;gap:8px}.kroger-learning-text{margin:0;font-size:.875rem;line-height:1.5;color:var(--text-secondary)}.kroger-learning-icon{display:inline-flex;align-items:center;justify-content:center;color:var(--text-color)}.kroger-solution-details{margin-top:20px;display:flex;flex-direction:column;gap:16px}.kroger-solution-item{max-width:640px}.kroger-solution-title{margin:0 0 14px;font-size:inherit}.kroger-solution-text{margin:0 0 10px;font-size:.875rem;line-height:1.5;color:var(--text-secondary)}.thesis-section-body-block .thesis-section-heading.thesis-heading2{margin-top:60px}.kroger-route-summary-figure,.kroger-offline-routing-figure{background:var(--hover-bg);border:1px solid var(--border-color);border-radius:12px;padding:20px 20px 28px;width:100%;max-width:100%;box-sizing:border-box;overflow:hidden;position:relative;margin-top:28px}.kroger-route-summary-figure .thesis-figure-gray-box>.thesis-video,.kroger-offline-routing-figure .thesis-figure-gray-box>.thesis-video{width:calc(50% - 48px);max-width:calc(100% - 96px);height:auto;display:block;margin-left:auto;margin-right:auto;border-radius:8px}.kroger-zebra-video-wrap{position:relative;display:inline-block}.kroger-route-summary-figure .thesis-video-device-wrap,.kroger-offline-routing-figure .thesis-video-device-wrap{width:212px}.kroger-route-summary-figure .thesis-video-device-wrap .thesis-video-screen,.kroger-offline-routing-figure .thesis-video-device-wrap .thesis-video-screen{inset:50% auto auto 50%;width:191px;height:307px;transform:translate(-50%,calc(-50% - 1px))}.kroger-route-summary-figure .thesis-video-device-wrap .thesis-video-screen .thesis-video,.kroger-offline-routing-figure .thesis-video-device-wrap .thesis-video-screen .thesis-video{width:100%;height:100%;object-fit:contain;object-position:center;transform:none;display:block;border-radius:4px}.thesis-solution-merged{scroll-margin-top:120px}.thesis-solution-merged .thesis-section:first-child{margin-bottom:60px}.thesis-solution-intro-subtitle{color:var(--text-secondary)}#solution.thesis-section .thesis-figure-gray-box,.kroger-solution-toast-figure.thesis-figure-gray-box{background:var(--hover-bg)!important;border:1px solid var(--border-color);border-radius:12px;padding:20px 20px 28px;width:100%;max-width:100%;box-sizing:border-box;overflow:hidden;position:relative}#solution .thesis-section .thesis-figure-gray-box .thesis-image{width:50%;height:auto;display:block;margin-left:auto;margin-right:auto;object-fit:contain;border:none;background:none;border-radius:8px}#solution.thesis-section .thesis-figure-gray-box .thesis-figcaption,.kroger-solution-toast-figure .thesis-figcaption,.kroger-route-summary-figure .thesis-figcaption,.kroger-offline-routing-figure .thesis-figcaption{position:absolute;bottom:8px;left:8px;margin:0;font-size:.7rem;font-weight:500;color:var(--text-secondary);text-align:left}.kroger-solution-toast-figure{margin-top:24px}.kroger-solution-toast-figure .thesis-figcaption{margin-top:12px;padding-bottom:8px}.kroger-solution-toast-figure.thesis-figure-gray-box{padding-bottom:36px}.kroger-solution-toast-figure .thesis-image{width:37.5%;height:auto;display:block;margin:24px auto;border:none!important;outline:none;box-shadow:none}.thesis-figcaption{font-size:.75rem;color:#888;margin-top:6px;line-height:1.35}.thesis-section-text-box{display:flex;flex-direction:column;gap:0;min-width:0}.thesis-section-text-box .thesis-section-label{margin-bottom:10px}.thesis-section-text-box .thesis-section-heading{margin-bottom:14px}.thesis-section-text-box .thesis-section-body{margin-bottom:0}#context.thesis-section:has(.thesis-section-text-box):has(.thesis-section-images){display:grid;grid-template-columns:1fr auto;gap:24px 32px;align-items:center;width:100%;max-width:100%;box-sizing:border-box;padding:16px 20px;background:var(--hover-bg);border:1px solid var(--border-color);border-radius:12px}#context.thesis-section:has(.thesis-section-text-box) .thesis-section-text-box{min-width:0;grid-column:1}#context.thesis-section:has(.thesis-section-text-box) .thesis-section-images{margin:0;max-width:200px;grid-column:2}#context.thesis-section:has(.thesis-section-text-box):has(.thesis-section-images) .thesis-section-images .thesis-figure{width:100%;max-width:200px}#context.thesis-section:has(.thesis-section-text-box):has(.thesis-section-images) .thesis-section-images .thesis-image{width:100%;max-width:200px;border-radius:12px}#context.thesis-section{margin-top:60px;margin-bottom:24px}#context.thesis-section .thesis-section-images{margin-top:24px;width:100%;max-width:100%}#context.thesis-section .thesis-section-images .thesis-figure-gray-box{width:100%;max-width:100%!important}#context.thesis-section .thesis-section-images .thesis-figure-gray-box .thesis-image{width:50%;max-width:50%;height:auto;display:block;margin-left:auto;margin-right:auto;border-radius:8px}.thesis-solution-box{display:grid;grid-template-columns:1fr 280px;gap:0 28px;align-items:center;margin-top:12px}.thesis-solution-box .thesis-section-text-box{grid-column:1;align-self:center}.thesis-solution-box .thesis-section-images{grid-column:2;margin:0;max-width:280px;align-self:start}.thesis-game-placeholder{margin-top:16px;height:220px;border-radius:16px;background:var(--hover-bg);border:1px dashed var(--border-color);display:flex;align-items:center;justify-content:center;font-size:.85rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.08em}.thesis-user-testing-chart{margin-top:16px;max-width:420px}.thesis-user-testing-chart-scaled{width:100%;max-width:100%}.thesis-user-testing-bars .thesis-user-testing-chart-subtitle{position:absolute;bottom:8px;left:8px;margin:0;font-size:.7rem;font-weight:500;color:var(--text-secondary)}.thesis-bridg-incentives-box{display:flex;flex-direction:column;align-items:center;margin-top:16px;padding:24px 20px;background:var(--hover-bg);border:1px solid var(--border-color);border-radius:12px;width:100%;box-sizing:border-box}.thesis-bridg-incentives-inner{display:flex;flex-direction:column;align-items:flex-start;gap:12px;width:fit-content;text-align:left}.thesis-bridg-incentives-header{display:flex;align-items:center;justify-content:flex-start;gap:12px}.thesis-bridg-incentives-box .thesis-bridg-incentives-icon{flex-shrink:0;font-size:1.5rem;line-height:1}.thesis-bridg-incentives-box .thesis-bridg-incentives-text{font-weight:600;color:#000;font-size:1rem}.thesis-bridg-incentives-list{margin:0;padding:0;list-style:disc;list-style-position:inside;color:#000;font-size:.9375rem;line-height:1.5;text-align:left}.thesis-bridg-incentives-list li{margin-bottom:6px}.thesis-bridg-incentives-list li:last-child{margin-bottom:0}.thesis-user-testing-chart-scaled .thesis-user-testing-bars{position:relative;margin:12px 0 0;padding:16px 20px 28px;width:100%;box-sizing:border-box;background:var(--hover-bg);border-radius:12px;border:1px solid var(--border-color)}.thesis-user-testing-pie-wrap{width:75%;max-width:346.5px;margin:0 auto}.thesis-user-testing-pie-wrap .thesis-user-testing-bars-svg{display:block;width:100%;max-width:100%;margin:0 auto}.thesis-user-testing-pie-wrap .thesis-pie-label{font-size:7.5px}.thesis-user-testing-bars{margin:16px 0 0;padding:16px 20px;background:var(--hover-bg);border-radius:12px;border:1px solid var(--border-color)}.thesis-user-testing-bars-svg{display:block;width:100%;max-width:462px;margin:0 auto}.thesis-pie-svg{display:block;margin-left:auto;margin-right:auto}.thesis-bar-fill{fill:#4a4a4a;stroke:none}.thesis-pie-yes,.thesis-pie-no{stroke:none!important;stroke-width:0;shape-rendering:geometricPrecision}.thesis-pie-yes{fill:#41582a}.thesis-pie-no{fill:#dce1d7}.thesis-bar-arrow{fill:var(--text-secondary)}.thesis-bar-label{font-size:10px;text-anchor:middle;fill:var(--text-color)}.thesis-pie-label{font-size:10px;text-anchor:middle;dominant-baseline:middle;fill:#000}.thesis-bar-axis{stroke:var(--text-secondary);stroke-width:1.2}.thesis-bar-tick-label{font-size:9px;text-anchor:end;alignment-baseline:middle;fill:var(--text-secondary)}.thesis-section-media-right{display:grid;grid-template-columns:1fr;grid-template-rows:auto auto;gap:20px 0;align-items:start}.thesis-section-media-right .thesis-section-content-box{grid-column:1;grid-row:1;display:flex;flex-direction:column;gap:0;min-width:0}.thesis-section-media-right .thesis-section-content-box .thesis-section-label{margin-bottom:10px}.thesis-section-media-right .thesis-section-content-box .thesis-section-heading{margin-bottom:14px}.thesis-section-media-right .thesis-section-content-box .thesis-two-col{margin-top:16px}.thesis-section-media-right .thesis-before-after-row{grid-column:1;grid-row:2;margin:0}.thesis-section-media-right .thesis-change-video-box .thesis-video{width:100%;display:block;border-radius:12px;background:#000;pointer-events:none}.thesis-video-caption{margin-bottom:8px}.thesis-video-label{display:block;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-color);margin-bottom:4px}.thesis-video-body{font-size:.875rem;line-height:1.45;color:var(--text-secondary);margin:0}.thesis-section-media-left{display:grid;grid-template-columns:minmax(0,576px) 1fr;grid-template-rows:auto auto;gap:20px 28px;align-items:start}.thesis-section-media-left .thesis-section-title-wrap{grid-column:1 / -1;grid-row:1;display:flex;flex-direction:column;gap:0}.thesis-section-media-left .thesis-section-title-wrap .thesis-section-label{margin-bottom:10px}.thesis-section-media-left .thesis-section-title-wrap .thesis-section-heading{margin-bottom:14px}.thesis-section-media-left .thesis-before-after-row{grid-column:1;grid-row:2;margin:0}.thesis-section-media-left:not(:has(.thesis-section-content-box)) .thesis-before-after-row{grid-column:1 / -1}.thesis-section-media-left .thesis-change-video-box .thesis-video{width:100%;display:block;border-radius:12px;background:#000;pointer-events:none}.thesis-section-media-left .thesis-section-content-box{grid-column:2;grid-row:2;display:flex;flex-direction:column;gap:0;min-width:0}.thesis-section-media-left .thesis-section-content-box .thesis-section-body{margin-bottom:0}.thesis-section-media-left.thesis-section-two-videos-left .thesis-before-after-row{grid-template-columns:1fr 1fr}#solution .thesis-section:has(.thesis-section-images) .thesis-section-images .thesis-figure{width:100%}#solution .thesis-section:has(.thesis-section-images) .thesis-section-images .thesis-image{width:100%;border-radius:12px}#solution .thesis-section-images .thesis-figure-gray-box .thesis-image{width:64%;height:auto;display:block;margin-left:auto;margin-right:auto;border-radius:8px;border:none;background:none}#solution .thesis-section-images .thesis-figure-gray-box .thesis-figcaption{position:absolute;bottom:8px;left:8px;margin:0;font-size:.7rem;font-weight:500;color:var(--text-secondary);text-align:left}#final-outcome.thesis-section,.thesis-split-width.thesis-section{display:grid;grid-template-columns:1fr 320px;gap:0 28px;align-items:start}#final-outcome .thesis-section-text-box,.thesis-split-width .thesis-section-text-box{grid-column:1;min-width:0}#final-outcome .thesis-section-text-box .thesis-section-label,.thesis-split-width .thesis-section-text-box .thesis-section-label{margin-bottom:10px}#final-outcome .thesis-section-text-box .thesis-section-heading,.thesis-split-width .thesis-section-text-box .thesis-section-heading{margin-bottom:14px}#final-outcome .thesis-section-text-box .thesis-section-body,.thesis-split-width .thesis-section-text-box .thesis-section-body{margin-bottom:0}#final-outcome .thesis-section-images,.thesis-split-width .thesis-section-images{grid-column:2;margin:0;max-width:320px;align-self:start}#final-outcome .thesis-section-images .thesis-figure,.thesis-split-width .thesis-section-images .thesis-figure{width:100%}#final-outcome .thesis-section-images .thesis-image,.thesis-split-width .thesis-section-images .thesis-image{width:100%;border-radius:12px}.thesis-quote{margin:12px 0;padding:16px 20px;background:var(--hover-bg);border-left:3px solid var(--text-color);font-size:.875rem;font-style:italic;line-height:1.45;color:var(--text-color)}.thesis-quote-with-image{display:flex;align-items:center;gap:24px;margin:12px 0 0}.thesis-quote-with-image .thesis-quote-figure{margin:0;flex-shrink:0;width:77px}.thesis-quote-with-image .thesis-quote-figure .thesis-image{width:100%;height:auto;display:block}.thesis-quote-with-image .thesis-quote{flex:1;min-width:0;margin:0}.thesis-quote-with-image .thesis-quote cite{margin-top:14px}.thesis-quote.thesis-quote-inline-attribution cite{display:inline;margin-top:0;margin-left:.25em;color:#888}.thesis-quote cite{display:block;font-size:.875rem;font-style:normal;color:var(--text-secondary);margin-top:6px}.thesis-list-wrap{margin:24px auto 0;display:grid;grid-template-columns:auto 1fr;column-gap:24px;align-items:center;max-width:fit-content}.thesis-list-title-section{display:flex;flex-direction:column;align-items:center;gap:4px}.thesis-list-title-icon{font-size:1.5rem;line-height:1;filter:grayscale(0%) brightness(1) saturate(1.2)}.thesis-list-title{font-size:.95rem;font-weight:600;color:var(--text-color);margin:0}.thesis-list{list-style:disc;padding-left:24px;font-size:.875rem;line-height:1.45;color:var(--text-secondary);margin:0}.thesis-list li{margin-bottom:2px}#question-to-answer.thesis-section{display:grid;grid-template-columns:60% 1fr;grid-template-rows:auto auto;column-gap:8px;row-gap:0;align-items:start;margin-bottom:60px}#question-to-answer .thesis-section-label{grid-column:1 / -1}#question-to-answer .thesis-section-heading{grid-column:1;grid-row:2;margin:0 0 14px;padding:0;max-width:100%;min-width:0;overflow-wrap:break-word;word-wrap:break-word}#question-to-answer .thesis-section-images{grid-column:2;grid-row:2;margin:-38px 0 0;display:flex;justify-content:flex-end;align-items:flex-start}#question-to-answer .thesis-section-images .thesis-figure-compact{max-width:200px;flex-shrink:0}.thesis-section-image-right .thesis-section-content-image-wrap{display:flex;gap:32px;align-items:flex-start;margin-top:8px}.thesis-section-content-image-left{flex:1.25;min-width:0}.thesis-section-image-right .thesis-section-content-image-left,.thesis-section-image-left .thesis-section-content-image-right{display:flex;flex-direction:column;gap:12px}.thesis-section-image-right .thesis-section-content-image-left .thesis-section-heading,.thesis-section-image-left .thesis-section-content-image-right .thesis-section-heading,.thesis-section-image-right .thesis-section-content-image-left .thesis-section-body,.thesis-section-image-left .thesis-section-content-image-right .thesis-section-body{margin-bottom:0}.thesis-section-image-right .thesis-section-content-image-left .thesis-list-wrap,.thesis-section-image-left .thesis-section-content-image-right .thesis-list-wrap{margin-top:0}#usability-testing .thesis-section-content-image-wrap{align-items:stretch}#usability-testing .thesis-section-content-image-right{flex:0 0 25%;max-width:25%;display:flex;flex-direction:column;justify-content:flex-end}#usability-testing .thesis-section-content-image-right .thesis-image{border:none;background:transparent}#usability-testing .thesis-section-content-image-left{flex:1.5;display:flex;flex-direction:column;justify-content:space-between}#usability-testing .thesis-figure-in-left{margin-top:auto;max-width:100%;width:100%}#usability-testing .thesis-figure-in-left .thesis-image{border:none;background:transparent;border-radius:12px}.thesis-section-content-image-right{flex:1.75;min-width:0}.thesis-section-image-left .thesis-section-content-image-wrap{display:flex;gap:24px;align-items:flex-start;margin-top:0}.thesis-section-image-left .thesis-section-content-image-left .thesis-image{width:100%;display:block}.thesis-section-solution .thesis-solution-heading{margin-bottom:6px}.thesis-section-solution .thesis-solution-body{margin-top:0;margin-bottom:16px}.thesis-section-solution .thesis-figure-equation{width:100%;max-width:none;margin:0 0 60px;padding:24px;background:var(--hover-bg);border:1px solid var(--border-color);border-radius:12px;box-sizing:border-box}.thesis-section-solution .thesis-figure-equation .thesis-image{width:64%;border:none;border-radius:0;background:none;display:block;margin:0 auto}.thesis-solution-rows{margin-top:60px;display:flex;flex-direction:column;gap:60px}.thesis-solution-row{display:flex;flex-direction:column;gap:14px}.thesis-solution-row-image{width:100%;margin:0}.thesis-solution-row-image .thesis-image{width:100%;display:block;border-radius:12px;overflow:hidden}.thesis-solution-row-content{display:flex;align-items:flex-end;gap:14px;min-width:0}.thesis-solution-row-content .thesis-list-with-icons-icon{flex-shrink:0;width:58px;min-width:58px;height:58px;object-fit:contain;display:block}.thesis-solution-row-content .thesis-list-with-icons-text{font-size:.875rem;line-height:1.45;min-width:0}.thesis-solution-row-content .thesis-solution-row-title{color:var(--text-color);font-weight:600}.thesis-solution-row-content .thesis-solution-row-desc{color:var(--text-secondary)}@media(max-width:768px){.thesis-solution-row{grid-template-columns:1fr}.thesis-solution-row-image{max-width:100%;justify-self:stretch}}.thesis-list-with-icons{list-style:none;padding:0;margin:12px 0 0}.thesis-list-with-icons-item{display:flex;align-items:flex-start;gap:14px;margin-bottom:10px}.thesis-list-with-icons-item:last-child{margin-bottom:0}.thesis-list-with-icons-icon{flex-shrink:0;width:48px;height:48px;object-fit:contain}.thesis-list-with-icons-text{font-size:.875rem;line-height:1.45;color:var(--text-secondary)}.thesis-section-title-left{display:grid;grid-template-columns:minmax(0,95px) 1fr;grid-template-rows:auto auto;column-gap:24px;row-gap:0;align-items:start}.thesis-section-title-left h2.thesis-section-heading{margin:0 0 14px!important}.thesis-section-title-left>.thesis-section-label{grid-column:1;grid-row:1;margin:0!important;padding:0 0 10px!important;max-width:95px;line-height:1.1}.thesis-section-title-left>.thesis-section-heading.header1{grid-column:1;grid-row:2;margin:0 0 14px!important;padding:0!important;max-width:95px;line-height:1.25}.header1{font-size:.875rem;font-weight:600;line-height:1.35}.thesis-section-title-left>.thesis-list-with-images{grid-column:2;grid-row:1 / -1;margin-top:0}#research-methods.thesis-section-title-left{grid-template-columns:1fr}#research-methods.thesis-section-title-left>.thesis-section-label,#research-methods.thesis-section-title-left>.thesis-section-heading{display:none}#research-methods.thesis-section-title-left>.thesis-list-with-images{grid-column:1;grid-row:1}.thesis-list-with-images{display:flex;flex-direction:row;gap:20px;margin-top:16px}.thesis-list-with-images-item{display:flex;flex-direction:column;gap:10px;flex:1;min-width:0}.thesis-list-with-images-item .thesis-figure{margin:0;width:100%}.thesis-list-with-images-item .thesis-figure .thesis-image{width:100%}.thesis-list-with-images-text{font-size:.875rem;line-height:1.45;color:var(--text-secondary);margin:0;width:100%;box-sizing:border-box}.thesis-list-with-images-title{color:var(--text-color);font-weight:600}.thesis-section-title-left .thesis-list-with-images-text{font-size:.75rem;line-height:1.4;color:var(--text-color)}.thesis-section-title-left .thesis-list-with-images-bullets{font-size:.75rem;color:var(--text-color)}.thesis-list-with-images-bullets{list-style:disc;padding-left:24px;margin:4px 0 0;font-size:.875rem;line-height:1.35;color:var(--text-secondary)}.thesis-list-with-images-bullets li{margin-bottom:0;margin-top:1px}.thesis-list-with-images-bullets li:first-child{margin-top:0}.thesis-two-col{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:12px}#impact .thesis-two-col{margin-top:24px}#impact .thesis-col{display:flex;flex-direction:column;align-items:center;gap:12px;background:var(--hover-bg);border:1px solid var(--border-color);border-radius:12px;padding:24px 20px}#impact .thesis-col-header{display:flex;flex-direction:row-reverse;align-items:center;justify-content:flex-end;gap:12px;width:fit-content;margin-bottom:0;text-align:left}#impact .thesis-col .thesis-col-icon{width:1.5rem;height:1.5rem;margin:0;flex-shrink:0}#impact .thesis-col:first-child .thesis-col-icon{width:calc(1.5rem - 2px);height:calc(1.5rem - 2px)}#impact .thesis-col .thesis-col-title{font-size:1rem;font-weight:600;color:#000}#impact .thesis-col ul{list-style:disc;list-style-position:inside;padding:0;margin:0;width:fit-content;max-width:100%;text-align:left;font-size:.9375rem;line-height:1.5;color:#000}#impact .thesis-col li{margin-bottom:6px;padding-left:0;color:#000}#impact .thesis-col li:before{content:none}.thesis-col-header{text-align:center;margin-bottom:8px}.thesis-col-icon{width:36px;height:36px;object-fit:contain;margin:0 auto 8px;display:block}.thesis-col-title{font-size:.875rem;font-weight:600;color:var(--text-color);margin:0}.thesis-col ul{list-style:none;padding:0;max-width:max-content;margin:0 auto}.thesis-col li{font-size:.875rem;line-height:1.45;color:var(--text-secondary);margin-bottom:4px;padding-left:10px;position:relative}.thesis-col li:before{content:"•";position:absolute;left:0;color:var(--text-color)}.thesis-col-video{margin:12px 0 0;width:100%}.thesis-col-video .thesis-video{width:100%;display:block;border-radius:12px;background:#000;pointer-events:none}.thesis-video-device-wrap{position:relative;display:block;width:220px;height:443px;min-height:443px;max-width:100%;margin:0 auto;box-sizing:border-box;overflow:hidden;flex-shrink:0}.thesis-video-device-wrap .thesis-video-screen{position:absolute;inset:11% 4% 14%;overflow:hidden;border-radius:4px}.thesis-video-device-wrap .thesis-video-screen .thesis-video{width:100%;height:100%;object-fit:contain;display:block;border-radius:0;transform:scale(.9)}.thesis-video-device-wrap .thesis-device-frame{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:fill;pointer-events:none;z-index:1}#change-1 .dsg-change-after-full-width,#change-2 .dsg-change-after-full-width,#change-3 .dsg-change-after-full-width{width:100%;max-width:100%;margin-top:24px}#change-1 .dsg-change-after-full-width .thesis-change-video-box,#change-2 .dsg-change-after-full-width .thesis-change-video-box,#change-3 .dsg-change-after-full-width .thesis-change-video-box{width:100%;max-width:100%;box-sizing:border-box;display:flex;flex-direction:column;align-items:center}#change-1 .dsg-change-after-full-width .thesis-change-video-box .thesis-video-caption,#change-2 .dsg-change-after-full-width .thesis-change-video-box .thesis-video-caption,#change-3 .dsg-change-after-full-width .thesis-change-video-box .thesis-video-caption{width:100%;text-align:center}#change-1 .dsg-change-after-full-width .thesis-change-video-box,#change-2 .dsg-change-after-full-width .thesis-change-video-box,#change-3 .dsg-change-after-full-width .thesis-change-video-box{position:relative;padding-bottom:28px}#change-1 .dsg-change-after-full-width .dsg-change-video-subtitle,#change-2 .dsg-change-after-full-width .dsg-change-video-subtitle,#change-3 .dsg-change-after-full-width .dsg-change-video-subtitle{position:absolute;bottom:8px;left:8px;margin:0;font-size:.7rem;font-weight:500;color:var(--text-secondary);text-align:left}#change-1 .thesis-video-device-wrap,#change-2 .thesis-video-device-wrap,#change-3 .thesis-video-device-wrap,#heuristic-evaluation .thesis-video-device-wrap{width:212px;height:439px;min-height:439px}#heuristic-evaluation .dsg-heuristic-before-box{background:var(--hover-bg)!important;border:1px solid var(--border-color);border-radius:12px;padding:20px 20px 28px;width:100%;max-width:100%;box-sizing:border-box;overflow:hidden;position:relative;margin-top:24px}#heuristic-evaluation .dsg-heuristic-before-box .thesis-video-caption{text-align:center}#heuristic-evaluation .dsg-heuristic-before-box .thesis-before-after-row{display:flex;flex-direction:row;gap:24px;margin-top:12px;flex-wrap:nowrap;align-items:flex-start;justify-content:center}#heuristic-evaluation .dsg-heuristic-before-box .thesis-before-after-row .thesis-video-device-wrap{margin:0}#heuristic-evaluation .thesis-before-after-row .thesis-video-device-wrap{width:153px;height:317px;min-height:317px}#heuristic-evaluation .thesis-before-after-row .thesis-video-device-wrap .thesis-video-screen{width:140px;height:222px;inset:50% auto auto 50%;transform:translate(-50%,calc(-50% - 2px))}#change-1 .thesis-video-device-wrap .thesis-video-screen,#change-2 .thesis-video-device-wrap .thesis-video-screen,#change-3 .thesis-video-device-wrap .thesis-video-screen,#heuristic-evaluation .thesis-video-device-wrap .thesis-video-screen{inset:50% auto auto 50%;width:191px;height:307px;transform:translate(-50%,calc(-50% - 2px))}#change-1 .thesis-video-device-wrap .thesis-video-screen .thesis-video,#change-2 .thesis-video-device-wrap .thesis-video-screen .thesis-video,#change-3 .thesis-video-device-wrap .thesis-video-screen .thesis-video,#heuristic-evaluation .thesis-video-device-wrap .thesis-video-screen .thesis-video{width:100%;height:100%;object-fit:contain;object-position:center;transform:none;display:block;border-radius:4px}.thesis-iphone-gray-box{position:relative;width:100%;min-height:545px;height:auto;padding:24px 24px 28px;margin-top:20px;background:var(--hover-bg);border:1px solid var(--border-color);border-radius:12px;box-sizing:border-box;display:flex;justify-content:center;align-items:center}.thesis-iphone-video-controls{position:absolute;top:12px;left:12px;z-index:10;display:flex;gap:8px;align-items:center}.thesis-iphone-video-control-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:1px solid var(--border-color);border-radius:8px;background:var(--bg-color);color:var(--text-color);cursor:pointer;transition:background .2s ease,border-color .2s ease}.thesis-iphone-video-control-btn:hover{background:var(--hover-bg);border-color:var(--text-secondary)}.thesis-iphone-video-control-btn svg{width:20px;height:20px;transform:scale(.9);transform-origin:center}.thesis-iphone-figure{margin:0 auto;max-width:240px;width:100%;display:flex;flex-direction:column;align-items:center}.thesis-iphone-device-wrap{position:relative;display:block;width:240px;max-width:100%;aspect-ratio:786 / 1626;height:auto;margin:0 auto;box-sizing:border-box;overflow:hidden;flex-shrink:0}.thesis-iphone-device-wrap .thesis-iphone-screen{position:absolute;inset:1.35% 3.82%;overflow:hidden;border-radius:36px;z-index:0}.thesis-iphone-device-wrap .thesis-iphone-screen .thesis-video{width:100%;height:100%;object-fit:cover;display:block;border-radius:36px}.thesis-iphone-device-wrap .thesis-iphone-frame{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;object-position:center;pointer-events:none;z-index:1;background:transparent}.thesis-iphone-video-bottom{position:absolute;left:8px;right:8px;bottom:8px;box-sizing:border-box}.thesis-iphone-gray-box .thesis-iphone-video-subtitle{margin:0;font-size:.7rem;font-weight:500;color:var(--text-secondary);text-align:left}.thesis-desktop-video-wrap.thesis-iphone-gray-box{min-height:0}.thesis-desktop-video-wrap{position:relative;width:100%;margin-top:20px}.thesis-desktop-video-figure{margin:0;width:100%;max-width:100%}.thesis-desktop-toolbar{display:block;width:100%;height:auto;vertical-align:top}.thesis-desktop-video{display:block;width:100%;height:auto;vertical-align:top;background:#000}.thesis-case-nav{display:flex;justify-content:space-between;align-items:center;margin-top:64px;padding-top:32px;border-top:1px solid var(--border-color);gap:24px;flex-wrap:wrap}.thesis-case-nav-link{display:inline-flex;flex-direction:column;align-items:flex-start;gap:2px;font-size:.95rem;font-weight:500;color:var(--text-color);text-decoration:none;transition:color .2s ease}.thesis-case-nav-next{align-items:flex-end;margin-left:auto}.thesis-case-nav-link:hover,.thesis-case-nav-link:hover .thesis-case-nav-meta-subtitle{color:var(--text-secondary)}.thesis-case-nav-content{display:inline-flex;align-items:center;gap:8px}.thesis-case-nav-label{display:inline-block}.thesis-case-nav-meta{display:flex;flex-direction:column;align-items:inherit;gap:0}.thesis-case-nav-meta-title{font-size:.85rem;font-weight:500;color:var(--text-color)}.thesis-case-nav-meta-subtitle{font-size:.8rem;font-weight:400;color:var(--text-secondary, #666);transition:color .2s ease}.thesis-case-nav-next .thesis-case-nav-meta-subtitle{text-align:right}.thesis-case-nav-arrow{line-height:1;flex-shrink:0}.thesis-footer-cta{margin-top:80px;padding-top:48px;border-top:1px solid var(--border-color);text-align:center}.thesis-thanks{font-size:.875rem;font-weight:500;color:var(--text-color);margin-bottom:8px}.thesis-email{margin-bottom:24px}.thesis-email a{font-size:.875rem;color:var(--text-secondary);text-decoration:none;transition:color .2s ease}.thesis-email a:hover{color:var(--text-color)}.thesis-other-cases{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;margin-bottom:16px}.thesis-other-cases a{font-size:.95rem;font-weight:500;color:var(--text-color);text-decoration:none;transition:color .2s ease}.thesis-other-cases a:hover{color:var(--text-secondary)}.thesis-cta-sep{color:var(--border-color);font-weight:300}.thesis-more-cases{font-size:.875rem;color:var(--text-secondary)}.thesis-more-cases a{color:var(--text-color);text-decoration:none;transition:color .2s ease}.thesis-more-cases a:hover{color:var(--text-secondary)}@media(max-width:768px){.thesis-nav-wrap{display:none}.thesis-page{padding-top:80px}.thesis-article{padding-left:16px;padding-right:16px;padding-bottom:60px}.thesis-hero-meta-row,.thesis-two-col,.thesis-section-media-right{grid-template-columns:1fr}.thesis-section-media-right .thesis-section-content-box,.thesis-section-media-right .thesis-before-after-row{grid-column:1;grid-row:auto}.thesis-section-media-right .thesis-before-after-row{max-width:100%;margin-top:16px;grid-template-columns:1fr}.thesis-section-media-left{grid-template-columns:1fr;display:flex;flex-direction:column}.thesis-section-media-left .thesis-section-title-wrap{order:0}.thesis-section-media-left .thesis-before-after-row{order:2;max-width:100%;margin-top:16px;grid-template-columns:1fr}.thesis-section-media-left .thesis-section-content-box{order:1}#context.thesis-section:has(.thesis-section-text-box):has(.thesis-section-images){grid-template-columns:1fr}#context.thesis-section:has(.thesis-section-text-box) .thesis-section-text-box,#context.thesis-section:has(.thesis-section-text-box) .thesis-section-images{grid-column:1;grid-row:auto}#context.thesis-section:has(.thesis-section-text-box) .thesis-section-images{max-width:200px;margin-top:16px}#solution .thesis-solution-box{grid-template-columns:1fr}#solution .thesis-solution-box .thesis-section-text-box,#solution .thesis-solution-box .thesis-section-images{grid-column:1;grid-row:auto}#solution .thesis-solution-box .thesis-section-images{max-width:100%;margin-top:20px}#final-outcome.thesis-section,.thesis-split-width.thesis-section{grid-template-columns:1fr}#final-outcome .thesis-section-text-box,#final-outcome .thesis-section-images,.thesis-split-width .thesis-section-text-box,.thesis-split-width .thesis-section-images{grid-column:1}#final-outcome .thesis-section-images,.thesis-split-width .thesis-section-images{max-width:100%;margin-top:20px}.thesis-list-with-images{flex-direction:column}.thesis-section-title-left{grid-template-columns:1fr}.thesis-section-title-left>.thesis-section-label,.thesis-section-title-left>.thesis-section-heading,.thesis-section-title-left>.thesis-list-with-images{grid-column:1;grid-row:auto}#question-to-answer.thesis-section{grid-template-columns:1fr}#question-to-answer .thesis-section-label,#question-to-answer .thesis-section-heading,#question-to-answer .thesis-section-images{grid-column:1;grid-row:auto}.thesis-section-image-right .thesis-section-content-image-wrap,.thesis-section-image-left .thesis-section-content-image-wrap{flex-direction:column;gap:20px}.thesis-section-content-image-left,.thesis-section-content-image-right{flex:1;width:100%}.thesis-comparison-pairs{grid-template-columns:1fr}.thesis-comparison-pair{gap:8px}.thesis-list-wrap{grid-template-columns:1fr;max-width:100%}.thesis-feedback-two-boxes{flex-direction:column;gap:16px}.thesis-feedback-design-box,.thesis-feedback-testing-box{flex:none;max-width:100%}.thesis-feedback-box{max-height:none}.thesis-iphone-gray-box{min-height:420px;padding:16px 16px 24px}.thesis-iphone-figure{max-width:200px}.thesis-iphone-device-wrap{width:200px}}@media(max-width:480px){.thesis-article{padding-left:12px;padding-right:12px}.thesis-iphone-gray-box{min-height:360px;padding:12px 12px 20px}.thesis-iphone-figure{max-width:160px}.thesis-iphone-device-wrap{width:160px}}.play-page{min-height:100vh;padding-top:120px;padding-bottom:80px}.play-placeholder-wrap{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.play-placeholder-image{width:100%;height:auto;display:block;border-radius:12px;background:var(--hover-bg);border:1px solid var(--border-color)}@media(max-width:768px){.play-page{padding-top:100px;padding-bottom:60px}.play-placeholder-wrap{padding:0 16px}}.about-page{min-height:100vh;max-width:1400px;margin:0 auto;padding:24px 40px 80px;background:transparent;position:relative}.about-page>*:not(.dotted-grid-bg){position:relative;z-index:1}.about-hero{text-align:center;padding:40px 24px 48px;max-width:560px;margin:0 auto}.about-email{margin-bottom:24px}.about-email a{font-size:.95rem;color:var(--text-secondary);text-decoration:none;transition:color .2s ease}.about-email a:hover{color:var(--text-color)}.about-title{font-size:clamp(2rem,5vw,3rem);font-weight:600;margin-bottom:16px;color:var(--text-color);letter-spacing:-.02em;line-height:1.2}.about-tagline{font-size:1.1rem;line-height:1.65;color:var(--text-secondary);margin-bottom:32px}.about-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:16px;margin-bottom:32px}.about-resume-btn{display:inline-block;padding:14px 28px;font-size:.9rem;font-weight:600;letter-spacing:.05em;color:var(--bg-color);background:var(--text-color);border-radius:50px;text-decoration:none;transition:color .2s ease,background .2s ease}.about-resume-btn:hover{color:var(--text-color);background:var(--hover-bg)}.about-open-badge{font-size:.85rem;font-weight:500;color:var(--text-secondary);padding:8px 14px;border:1px solid var(--border-color);border-radius:50px}.about-nav{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px;margin-bottom:40px;font-size:.95rem;font-weight:500}.about-nav a{color:var(--text-color);text-decoration:none;transition:color .2s ease}.about-nav a:hover{color:var(--text-secondary)}.about-nav-sep{color:var(--border-color);font-weight:300}.about-karengpt-btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 24px;font-size:.9rem;font-weight:500;color:var(--bg-color);background:var(--text-color);border:none;border-radius:50px;text-decoration:none;transition:background .2s ease,color .2s ease}.about-karengpt-btn:hover{background:var(--hover-bg);color:var(--text-color)}.about-bio-section{max-width:100%;margin:0 auto;padding:24px 0 28px}.about-bio-layout{display:flex;gap:32px;align-items:flex-start}.about-bio-content{flex:1;min-width:0}.about-photo-wrap{flex-shrink:0;width:300px;aspect-ratio:1;border-radius:12px;overflow:hidden;background:var(--hover-bg)}.about-photo{width:100%;height:100%;object-fit:cover;object-position:80% center;display:block}.about-bio-lead{font-size:1.05rem;font-weight:600;letter-spacing:-.01em;line-height:1.35;color:var(--text-color);margin-bottom:14px}.about-bio{font-size:.875rem;line-height:1.45;color:var(--text-secondary);margin-bottom:12px}.about-bio:last-of-type{margin-bottom:0}.about-experience-section{max-width:100%;margin:0 auto;padding:20px 0;border-top:1px solid var(--border-color)}.about-section-label{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#b5b5b5;margin-bottom:12px}.about-experience-list{display:flex;flex-direction:column;gap:14px}.about-experience-item{display:grid;grid-template-columns:1fr auto;gap:4px 20px;align-items:baseline}.about-experience-role{font-size:.875rem;font-weight:600;color:var(--text-color)}.about-experience-company{font-size:.875rem;color:var(--text-secondary)}.about-experience-date{grid-column:2;grid-row:1 / -1;font-size:.875rem;color:var(--text-secondary)}.about-education-section{max-width:100%;margin:0 auto;padding:20px 0 48px}.about-education-list{display:flex;flex-direction:column;gap:14px}.about-education-item{display:grid;grid-template-columns:1fr auto;gap:4px 20px;align-items:baseline}.about-education-degree{font-size:.875rem;font-weight:600;color:var(--text-color)}.about-education-school{font-size:.875rem;color:var(--text-secondary)}.about-education-date{grid-column:2;grid-row:1 / -1;font-size:.875rem;color:var(--text-secondary)}.about-footer{margin-top:auto;padding-top:48px;text-align:center;border-top:1px solid var(--border-color)}.about-thanks{font-size:1rem;font-weight:500;color:var(--text-color);margin-bottom:8px}.about-footer-email{margin-bottom:16px}.about-footer-email a{font-size:.95rem;color:var(--text-secondary);text-decoration:none;transition:color .2s ease}.about-footer-email a:hover{color:var(--text-color)}.about-footer-nav{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px;font-size:.9rem;font-weight:500}.about-footer-nav a{color:var(--text-color);text-decoration:none;transition:color .2s ease}.about-footer-nav a:hover{color:var(--text-secondary)}@media(max-width:768px){.about-page{padding:24px 16px 60px}.about-hero{padding:32px 20px 40px}.about-actions{flex-direction:column;gap:12px}.about-bio-layout{flex-direction:column;gap:24px}.about-photo-wrap{width:100%;max-width:390px;margin:0 auto}.about-bio-section,.about-experience-section,.about-education-section{padding-left:20px;padding-right:20px}.about-experience-item,.about-education-item{grid-template-columns:1fr;gap:4px}.about-experience-date,.about-education-date{grid-column:1;grid-row:auto}}html{color-scheme:light}:root,[data-theme=light],[data-theme=dark]{--bg-color: #ffffff;--text-color: #191919;--text-secondary: #6b6b6b;--border-color: #e5e5e5;--hover-bg: #f7f7f7;--accent-color: #191919}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background-color:var(--bg-color);color:var(--text-color);line-height:1.6;overflow-x:hidden}.app{min-height:100vh;position:relative}main{position:relative;z-index:1}.dotted-grid-bg{position:fixed;inset:0;z-index:0;pointer-events:none}.dotted-grid-bg-base,.dotted-grid-bg-hover{position:absolute;inset:0;background-size:20px 20px}.dotted-grid-bg-base{background-image:radial-gradient(circle,#e8e8e8 1px,transparent 1px)}.dotted-grid-bg-hover{background-image:radial-gradient(circle,#777 1px,transparent 1px);mask-size:100% 100%;mask-position:0 0;-webkit-mask-size:100% 100%;-webkit-mask-position:0 0}[data-theme=dark] .dotted-grid-bg-base{background-image:radial-gradient(circle,rgba(255,255,255,.06) 1px,transparent 1px)}[data-theme=dark] .dotted-grid-bg-hover{background-image:radial-gradient(circle,rgba(255,255,255,.4) 1px,transparent 1px)}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}img{max-width:100%;height:auto}::selection{background:var(--text-color);color:var(--bg-color)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-color)}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}.theme-switch{display:inline-flex;align-items:center;border:none;background:none;padding:0;cursor:pointer}.theme-switch-track{display:flex;align-items:center;position:relative;width:72px;height:36px;border-radius:18px;background:var(--border-color);transition:background .25s ease}.theme-switch:hover .theme-switch-track{background:var(--hover-bg)}.theme-switch-thumb{position:absolute;top:4px;left:4px;width:28px;height:28px;border-radius:50%;background:var(--bg-color);box-shadow:0 2px 6px #00000026;transition:transform .25s cubic-bezier(.4,0,.2,1);z-index:1}.theme-switch-thumb[data-theme=dark]{transform:translate(36px)}.theme-switch-icon{position:absolute;top:50%;transform:translateY(-50%);font-size:1rem;line-height:1;pointer-events:none}.theme-switch-sun{left:10px}.theme-switch-moon{right:10px}.app-email-link{position:fixed;top:24px;right:40px;display:inline-flex;align-items:center;gap:6px;font-size:.8rem;font-weight:500;color:#9a9a9a;text-decoration:none;z-index:10;transition:color .2s ease,opacity .25s ease}.app-email-link--hidden{opacity:0;pointer-events:none}.app-email-link:hover{color:var(--text-color)}[data-theme=dark] .app-email-link{color:#ffffff80}[data-theme=dark] .app-email-link:hover{color:var(--text-color)}.app-email-icon{width:15px;height:15px;flex-shrink:0}@media(max-width:768px){.app-email-link{top:16px;right:16px;font-size:.75rem}.app-email-icon{width:13px;height:13px}}
