@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,400&display=swap";.page-transition{opacity:0;transform:translateY(20px);transition:opacity .6s ease-out,transform .6s ease-out;will-change:opacity,transform}.page-visible{opacity:1;transform:translateY(0)}.page-hidden{opacity:0;transform:translateY(20px)}.transition-overlay{position:fixed;inset:0;background:var(--bg-primary);z-index:9999;opacity:0;pointer-events:none;transition:opacity .3s ease-out;will-change:opacity}.overlay-visible{opacity:1;pointer-events:auto}.overlay-hidden{opacity:0;pointer-events:none}@media(prefers-reduced-motion:reduce){.page-transition{transition:opacity .3s ease-out;transform:none}.page-visible,.page-hidden{transform:none}.transition-overlay{transition:opacity .2s ease-out}}@media(max-width:768px){.page-transition{transition:opacity .4s ease-out,transform .4s ease-out;transform:translateY(10px)}.page-hidden{transform:translateY(10px)}.transition-overlay{transition:opacity .25s ease-out}}.header{position:sticky;top:0;z-index:100;width:100%;background:#fafafa99;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-bottom:1px solid rgba(255,255,255,.3);transition:box-shadow .3s ease,background .3s ease}.header.scrolled{background:#fafafabf;box-shadow:0 4px 24px #0000000f}[data-theme=dark] .header{background:#09090b8c;border-bottom:1px solid rgba(255,255,255,.08)}[data-theme=dark] .header.scrolled{background:#09090bbf;box-shadow:0 4px 24px #0000004d}.header-content{display:flex;justify-content:space-between;align-items:center;padding:16px 0}.logo{display:flex;align-items:center;cursor:pointer;text-decoration:none;transition:opacity .2s ease}.logo:hover{opacity:.65}.logo-text{font-size:1.25rem;font-weight:700;letter-spacing:-.03em;font-family:var(--font-heading)}.header-actions{display:flex;align-items:center;gap:10px}@media(max-width:768px){.header-content{padding:12px 0}.logo-text{font-size:1.125rem}.header-actions{gap:8px}}@media(max-width:480px){.btn-md svg{display:none}}.hero-section{padding:80px 0 100px;background:var(--bg-primary);position:relative;overflow:hidden}.hero-blobs{position:absolute;inset:0;pointer-events:none;z-index:0}@keyframes lava-1{0%{transform:translate(0) scale(1) rotate(0);border-radius:60% 40% 55% 45%/50% 60% 40% 50%}15%{transform:translate(320px,-15px) scale(1.22) rotate(15deg);border-radius:45% 55% 60% 40%/60% 40% 55% 45%}35%{transform:translate(520px,20px) scale(.82) rotate(-12deg);border-radius:55% 45% 40% 60%/40% 60% 50% 50%}55%{transform:translate(240px,-20px) scale(1.18) rotate(22deg);border-radius:40% 60% 55% 45%/55% 45% 60% 40%}75%{transform:translate(-160px,15px) scale(.88) rotate(-8deg);border-radius:65% 35% 50% 50%/45% 55%}90%{transform:translate(-280px,-15px) scale(1.12) rotate(6deg);border-radius:50% 50% 55% 45%/60% 40% 50% 50%}to{transform:translate(0) scale(1) rotate(0);border-radius:60% 40% 55% 45%/50% 60% 40% 50%}}@keyframes lava-3{0%{transform:translate(0) scale(1) rotate(0);border-radius:55% 45% 60% 40%/45% 55%}20%{transform:translate(-320px,-15px) scale(1.2) rotate(-14deg);border-radius:40% 60% 45% 55%/60% 40% 55% 45%}40%{transform:translate(-500px,20px) scale(.8) rotate(20deg);border-radius:60% 40% 55% 45%/50% 50% 40% 60%}60%{transform:translate(-220px,-20px) scale(1.16) rotate(-8deg);border-radius:50% 50% 60% 40%/45% 55% 50% 50%}80%{transform:translate(180px,15px) scale(.9) rotate(16deg);border-radius:45% 55%/55% 45% 60% 40%}to{transform:translate(0) scale(1) rotate(0);border-radius:55% 45% 60% 40%/45% 55%}}@keyframes lava-4{0%{transform:translate(0) scale(1) rotate(0);border-radius:50% 60% 45% 55%/55% 45% 60% 40%}25%{transform:translate(420px,-15px) scale(1.22) rotate(-16deg);border-radius:65% 35% 55% 45%/40% 60% 45% 55%}50%{transform:translate(200px,20px) scale(.83) rotate(18deg);border-radius:45% 55% 40% 60%/60% 40% 55% 45%}75%{transform:translate(-300px,-15px) scale(1.14) rotate(-12deg);border-radius:55% 45% 60% 40%/50% 50% 45% 55%}to{transform:translate(0) scale(1) rotate(0);border-radius:50% 60% 45% 55%/55% 45% 60% 40%}}@media(prefers-reduced-motion:reduce){.hero-blob{animation:none!important}}.hero-blob{position:absolute;filter:blur(100px);opacity:.28;will-change:transform}.hero-blob-1{width:560px;height:440px;background:radial-gradient(ellipse,#fbbf24 0%,#f97316 60%,transparent 100%);top:-80px;left:-120px;border-radius:60% 40% 55% 45%/50% 60% 40% 50%;animation:lava-1 18s ease-in-out infinite}.hero-blob-4{width:640px;height:500px;background:radial-gradient(ellipse,#a78bfa 0%,#7c3aed 50%,transparent 100%);top:-100px;left:12%;border-radius:50% 60% 45% 55%/55% 45% 60% 40%;opacity:.28;animation:lava-4 26s ease-in-out infinite}.hero-blob-3{width:400px;height:360px;background:radial-gradient(ellipse,#22d3ee 0%,#0891b2 55%,transparent 100%);top:-60px;left:36%;border-radius:55% 45% 60% 40%/45% 55%;animation:lava-3 20s ease-in-out infinite}[data-theme=dark] .hero-blob-1{background:radial-gradient(ellipse,#f59e0b 0%,#ea6c00 60%,transparent 100%);opacity:.25}[data-theme=dark] .hero-blob-3{background:radial-gradient(ellipse,#06b6d4 0%,#0e7490 55%,transparent 100%);opacity:.22}[data-theme=dark] .hero-blob-4{background:radial-gradient(ellipse,#8b5cf6 0%,#6d28d9 55%,transparent 100%);opacity:.25}@media(max-width:768px){.hero-blob-1{width:320px;height:280px;top:-40px;left:-80px;opacity:.2}.hero-blob-3{width:260px;height:240px;top:-30px;left:25%;opacity:.16}.hero-blob-4{width:380px;height:300px;top:-60px;left:8%;opacity:.16}}.hero-section .container{position:relative;z-index:1}.hero-content{display:grid;grid-template-columns:1.6fr 1fr;gap:80px;align-items:center}.hero-greeting-section{display:flex;align-items:center;gap:14px;margin-bottom:16px}.decorative-line{width:36px;height:2px;background:var(--accent-color);border-radius:2px;flex-shrink:0}.hero-greeting{font-size:.875rem;font-weight:500;color:var(--text-secondary);letter-spacing:.08em;text-transform:uppercase}.hero-name{font-family:var(--font-heading);font-size:5.5rem;font-weight:700;margin-bottom:20px;line-height:1.05;letter-spacing:-.03em}.hero-title-section{margin-bottom:28px}.hero-title{font-size:1.0625rem;font-weight:500;color:var(--text-secondary);line-height:1.6;letter-spacing:-.01em}.hero-description{margin-bottom:36px;padding-left:20px;border-left:2px solid #424D52}.hero-description-text{font-size:1rem;line-height:1.75;color:var(--text-secondary);margin-bottom:14px}.hero-description-text:last-child{margin-bottom:0}.hero-description-text strong{color:var(--text-primary);font-weight:600}.hero-connect-section{margin-bottom:0}.connect-text{font-size:.75rem;color:#424d52;font-weight:500;text-transform:uppercase;letter-spacing:.08em;margin:0}.hero-connect{display:flex;align-items:center;gap:14px}.decorative-line-small{display:none}.social-links{display:flex;gap:10px}.social-links .btn,.social-links .btn:hover{color:#424d52}.hero-image{display:flex;justify-content:flex-end;align-items:center}.profile-image{width:380px;height:380px;border-radius:50%;overflow:hidden;position:relative;transition:transform .4s ease;box-shadow:0 0 0 8px var(--bg-secondary),0 0 0 10px var(--border-color),0 24px 48px var(--shadow-medium)}.profile-image:hover{transform:scale(1.02)}.profile-image img{width:100%;height:100%;object-fit:cover;filter:grayscale(50%) contrast(1.05) brightness(1.02)}@media(max-width:1200px){.hero-name{font-size:4.5rem}.profile-image{width:320px;height:320px}}@media(max-width:1024px){.hero-section{padding:64px 0 80px}.hero-content{gap:56px}.hero-name{font-size:4rem}}@media(max-width:768px){.hero-section{padding:48px 0 64px}.hero-content{grid-template-columns:1fr;gap:40px;text-align:center}.hero-text{order:2}.hero-image{order:1;justify-content:center}.hero-greeting-section{justify-content:center}.hero-name{font-size:3.5rem}.hero-title{font-size:1rem}.hero-description{border-left:none;padding-left:0;border-top:1px solid var(--border-color);padding-top:20px;text-align:left}.hero-connect{justify-content:center}.connect-text{display:none}.profile-image{width:240px;height:240px;box-shadow:0 0 0 6px var(--bg-secondary),0 0 0 8px var(--border-color),0 16px 32px var(--shadow-medium)}}@media(max-width:480px){.hero-section{padding:36px 0 48px}.hero-name{font-size:2.75rem;letter-spacing:-.03em}.hero-title{font-size:.9375rem}.profile-image{width:200px;height:200px}}.category-tabs-section{padding:60px 0 32px;background:var(--bg-primary)}.tabs-container{display:flex;justify-content:center;gap:2px;background:var(--bg-secondary);padding:4px;border-radius:10px;width:fit-content;margin:0 auto;border:1px solid var(--border-color)}.tab-button{padding:10px 20px;background:transparent;border:none;border-radius:7px;font-size:.875rem;font-weight:500;font-family:var(--font-sans);color:var(--text-secondary);cursor:pointer;transition:all .2s ease;white-space:nowrap;letter-spacing:-.01em;position:relative;overflow:hidden}.tab-button:before{display:none}.tab-button:hover{color:var(--text-primary);background:var(--bg-tertiary);transform:none}.tab-button.active{background:var(--bg-primary);color:var(--text-primary);font-weight:600;box-shadow:0 1px 6px var(--shadow-light),0 0 0 1px var(--border-color);transform:none}.tab-button.active:before{opacity:0}.tab-button span{position:relative;z-index:1}@media(max-width:768px){.category-tabs-section{padding:40px 0 24px}.tab-button{padding:9px 16px;font-size:.8125rem}}@media(max-width:480px){.tabs-container{width:100%;border-radius:10px}.tab-button{flex:1;padding:9px 10px;font-size:.8rem;border-radius:7px;text-align:center}}.tag-list{display:flex;gap:6px;flex-wrap:wrap}.tag{display:inline-block;background:var(--bg-tertiary);color:var(--text-secondary);padding:3px 9px;border-radius:6px;font-size:.75rem;font-weight:500;letter-spacing:-.01em;font-family:var(--font-sans)}.tag-list.centered{justify-content:center;align-items:center}.tag-list.left{justify-content:flex-start}.projects-grid-section{padding:8px 0 100px;background:var(--bg-primary)}.projects-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;min-height:800px;align-content:start;transition:opacity .3s ease}.projects-grid.animating{opacity:.85}.project-card{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:16px;overflow:hidden;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease;cursor:pointer;animation:fadeInUp .5s ease both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.project-card:hover{transform:translateY(-6px);box-shadow:0 20px 48px var(--shadow-medium);border-color:transparent}.project-thumbnail{position:relative;aspect-ratio:16/9;overflow:hidden;background:var(--bg-tertiary)}.project-thumbnail img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.project-card:hover .project-thumbnail img{transform:scale(1.06)}.project-overlay{position:absolute;inset:0;background:#09090bb8;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.project-card:hover .project-overlay{opacity:1}.coming-soon-overlay{position:absolute;inset:0;background:#09090ba6;display:flex;align-items:center;justify-content:center}.coming-soon-text{color:#ffffffbf;font-size:.75rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;font-family:var(--font-sans)}.project-content{padding:18px 22px 22px}.project-tags{margin-bottom:10px}.project-title{font-family:var(--font-heading);font-size:1.0625rem;font-weight:700;color:var(--text-primary);margin-bottom:5px;line-height:1.35;letter-spacing:-.02em}.project-subtitle{font-size:.875rem;color:var(--text-tertiary);line-height:1.4}@media(max-width:768px){.projects-grid-section{padding:8px 0 72px}.projects-grid{grid-template-columns:1fr;gap:14px;min-height:auto}.project-content{padding:14px 18px 18px}}@media(max-width:480px){.project-content{padding:12px 16px 16px}.project-title{font-size:1rem}}.articles-section,.articles-section-no-padding{padding:0}.articles-header{text-align:center;margin-bottom:48px}.section-title{font-family:var(--font-heading);font-size:2rem;font-weight:800;color:var(--text-primary);margin-bottom:12px;letter-spacing:-.03em}.section-subtitle{font-size:.9375rem;color:var(--text-secondary);max-width:480px;margin:0 auto;line-height:1.6}.articles-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.article-card{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:16px;overflow:hidden;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease;cursor:pointer}.article-card:hover{transform:translateY(-6px);box-shadow:0 20px 48px var(--shadow-medium);border-color:transparent}.article-thumbnail{position:relative;aspect-ratio:16/9;overflow:hidden;background:var(--bg-tertiary)}.article-thumbnail img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.article-card:hover .article-thumbnail img{transform:scale(1.06)}.article-content{padding:18px 22px 22px}.article-tags{display:flex;gap:6px;margin-bottom:10px;flex-wrap:wrap}.article-tag{background:var(--bg-tertiary);color:var(--text-secondary);padding:3px 8px;border-radius:6px;font-size:.75rem;font-weight:500;letter-spacing:-.01em}.article-title{font-family:var(--font-heading);font-size:1.0625rem;font-weight:700;color:var(--text-primary);margin-bottom:8px;line-height:1.35;letter-spacing:-.02em}.article-summary{font-size:.875rem;color:var(--text-secondary);line-height:1.65;margin-bottom:16px}.article-overlay{position:absolute;inset:0;background:#09090bb8;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.article-card:hover .article-overlay{opacity:1}.article-footer{display:flex;justify-content:flex-start;align-items:center}.read-time{display:flex;align-items:center;gap:6px;font-size:.8rem;color:var(--text-tertiary)}@media(max-width:768px){.articles-grid{grid-template-columns:1fr;gap:14px}.article-content{padding:14px 18px 18px}.section-title{font-size:1.75rem}}@media(max-width:480px){.article-content{padding:12px 16px 16px}}.homepage{min-height:100vh;width:100%}.contact-section{padding:48px 0 40px;color:var(--text-primary);border-top:1px solid var(--border-color);margin-top:24px}.contact-content{display:flex;justify-content:space-between;align-items:center}.contact-links{display:flex;gap:10px}.contact-link{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:10px;color:var(--text-secondary);text-decoration:none;transition:all .2s ease;cursor:pointer}.contact-link:hover{background:var(--text-primary);border-color:var(--text-primary);color:var(--bg-primary);transform:translateY(-2px)}.copyright p{font-size:.875rem;color:var(--text-tertiary);margin:0;letter-spacing:-.01em}@media(max-width:768px){.contact-section{padding:36px 0 32px}.contact-content{flex-direction:column;gap:20px;text-align:center}}._backHomeBtn_h7cum_2{display:inline-flex;align-items:center;gap:8px;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:8px;padding:12px;color:var(--text-primary);text-decoration:none;font-size:.9rem;font-weight:500;font-family:var(--font-primary);cursor:pointer;transition:all .2s ease;margin-top:20px}._backHomeBtn_h7cum_2:hover{background:var(--bg-tertiary);border-color:var(--text-secondary)}._backHomeBtn_h7cum_2 svg{width:18px;height:18px;color:var(--text-secondary)}@media(max-width:768px){._backHomeBtn_h7cum_2{padding:8px 12px;font-size:.8rem;gap:6px;position:absolute;top:0;left:0;margin-inline:16px}._backHomeBtn_h7cum_2 svg{width:16px;height:16px}}._container_wvhmz_2{max-width:1440px;margin:0 auto;padding:0 24px}._header_wvhmz_8{padding:0}._meta_wvhmz_12{margin-top:24px;margin-bottom:24px;text-align:center}._title_wvhmz_18{font-family:var(--font-serif);font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:16px;max-width:900px;margin-left:auto;margin-right:auto;text-align:center;color:var(--text-primary)}._subtitle_wvhmz_31{font-size:1.125rem;font-weight:500;color:var(--text-secondary);margin-bottom:32px;text-align:center}._metadata_wvhmz_39{display:flex;justify-content:center;align-items:flex-start;gap:32px;margin:60px 0;flex-wrap:wrap}._metaItem_wvhmz_48{display:flex;flex-direction:column;align-items:flex-start;text-align:left;min-width:120px}._metaDivider_wvhmz_56{width:1px;height:40px;background:var(--border-color);margin-top:8px}._metaLabel_wvhmz_63{font-size:.875rem;font-weight:600;color:var(--text-secondary);margin-bottom:4px;letter-spacing:.25px}._metaValue_wvhmz_71{font-size:1rem;font-weight:500;color:var(--text-primary)}._softwareList_wvhmz_77{display:flex;align-items:center;gap:8px;flex-wrap:wrap}._softwareItem_wvhmz_84{display:flex;align-items:center;gap:4px}._softwareLogo_wvhmz_90{width:16px;height:16px;object-fit:contain;border-radius:3px}._toggleWrapper_wvhmz_98{border-top:1px solid var(--border-color);padding:24px 0}@media(max-width:768px){._title_wvhmz_18{font-size:2rem}._metadata_wvhmz_39{gap:16px;margin:40px 0}._metaItem_wvhmz_48{min-width:0}}.read-another-section{padding:80px 0;border-top:1px solid var(--border-color);margin-top:80px}.read-another-title{font-size:2.5rem;font-weight:600;color:var(--text-primary);text-align:left;margin-bottom:48px;font-family:var(--font-serif)}.read-another-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;margin:0 auto}.read-another-card-inner{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:16px;overflow:hidden;box-shadow:0 2px 12px var(--shadow-light);transition:all .3s ease;cursor:pointer;height:100%}.read-another-card-inner:hover{transform:translateY(-4px);box-shadow:0 8px 32px var(--shadow-medium);border-color:var(--primary-color)}.read-another-thumbnail{position:relative;width:100%;aspect-ratio:16/10;overflow:hidden}.read-another-thumbnail img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.read-another-card-inner:hover .read-another-thumbnail img{transform:scale(1.05)}.read-another-overlay{position:absolute;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.read-another-card-inner:hover .read-another-overlay{opacity:1}.read-another-button{background:var(--button-primary);color:#fff;padding:12px 24px;border-radius:8px;text-decoration:none;font-weight:500;transition:all .3s ease;border:none;cursor:pointer}.read-another-button:hover{background:var(--button-primary-hover);transform:translateY(-2px)}.read-another-content{padding:24px}.read-another-tags{margin-bottom:12px}.read-another-card-title{font-size:1.125rem;font-weight:700;color:var(--text-primary);margin-bottom:6px;line-height:1.3;font-family:var(--font-serif)}.read-another-subtitle{font-size:.9rem;color:var(--text-secondary);line-height:1.5}@media(max-width:768px){.read-another-section{padding:60px 16px;margin-top:60px}.read-another-title{font-size:2rem;margin-bottom:32px}.read-another-grid{grid-template-columns:1fr;gap:24px}.read-another-content{padding:20px}.read-another-card-title{font-size:1.25rem}}._projectDetail_tmx3y_2{min-height:100vh;background:var(--bg-primary);color:var(--text-primary)}._projectContainer_tmx3y_8{max-width:1440px;margin:0 auto;padding:0 24px}._projectHeader_tmx3y_15{padding:0;text-align:left}._projectHeader_tmx3y_15 ._detailMeta_tmx3y_23,._projectHeader_tmx3y_15 ._detailTitle_tmx3y_24,._projectHeader_tmx3y_15 ._detailSubtitle_tmx3y_25,._projectHeader_tmx3y_15 ._projectMetadata_tmx3y_26{text-align:center}._detailMeta_tmx3y_23{margin-bottom:24px;margin-top:24px}._detailTags_tmx3y_35{margin-bottom:24px}._tagSeparator_tmx3y_39{color:var(--text-tertiary)}._detailSubtitle_tmx3y_25{font-size:1.125rem;font-weight:500;color:var(--text-secondary);margin-bottom:32px;text-align:center}._projectMetadata_tmx3y_26{display:flex;justify-content:center;align-items:flex-start;gap:32px;margin:60px 0;flex-wrap:wrap}._metadataItem_tmx3y_60{display:flex;flex-direction:column;align-items:flex-start;text-align:left;min-width:120px}._metadataDivider_tmx3y_68{width:1px;height:40px;background:var(--border-color);margin-top:8px}._metadataLabel_tmx3y_75{font-size:.875rem;font-weight:600;color:var(--text-secondary);margin-bottom:4px;letter-spacing:.25px}._metadataValue_tmx3y_83{font-size:1rem;font-weight:500;color:var(--text-primary)}._softwareList_tmx3y_89{display:flex;align-items:center;gap:8px;flex-wrap:wrap}._softwareItem_tmx3y_96{display:flex;align-items:center;gap:4px}._softwareLogo_tmx3y_103{width:16px;height:16px;object-fit:contain;border-radius:3px}._projectSummary_tmx3y_110{max-width:800px;margin:0 auto 60px;padding:0 24px;text-align:center}._projectSummary_tmx3y_110 p{font-size:1.125rem;line-height:1.7;color:var(--text-primary);margin-bottom:24px}._projectSummary_tmx3y_110 p:last-of-type{margin-bottom:16px}._projectSummary_tmx3y_110 ul{list-style:none;padding:0;margin:0;display:inline-block;text-align:left}._projectSummary_tmx3y_110 li{position:relative;padding-left:20px;margin-bottom:8px;font-size:1.125rem;line-height:1.6;color:var(--text-primary)}._projectSummary_tmx3y_110 li:before{content:"•";position:absolute;left:0;color:var(--text-primary);font-weight:700}@media(max-width:768px){._projectMetadata_tmx3y_26{flex-direction:column;gap:20px}._metadataDivider_tmx3y_68{display:none}._metadataItem_tmx3y_60{align-items:center;text-align:center;width:100%}._metadataLabel_tmx3y_75,._metadataValue_tmx3y_83{text-align:center}._overviewContainer_tmx3y_178{grid-template-columns:1fr!important;gap:40px}._overviewContent_tmx3y_183{text-align:center}._problemQuote_tmx3y_187{margin:0 16px;padding:32px 24px}._quoteMark_tmx3y_192{font-size:3rem}._quoteMark_tmx3y_192._opening_tmx3y_196{top:-25px;left:-10px}._quoteMark_tmx3y_192._closing_tmx3y_201{bottom:-25px;right:-10px}._problemQuote_tmx3y_187 p{font-size:1rem;margin:30px 0}}._detailTitle_tmx3y_24{font-family:var(--font-serif);font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:16px;max-width:900px;margin-left:auto;margin-right:auto}._detailHero_tmx3y_223{margin-top:60px}._heroImage_tmx3y_227{width:100%;height:auto;max-height:600px;object-fit:contain;border-radius:16px}._overviewSection_tmx3y_236{padding:0}._overviewContainer_tmx3y_178{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}._overviewTitle_tmx3y_247{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;margin-bottom:32px;color:var(--text-primary)}._overviewContent_tmx3y_183{text-align:left}._overviewContent_tmx3y_183 p{font-size:1.125rem;line-height:1.7;color:var(--text-primary);margin-bottom:24px}._overviewContent_tmx3y_183 p:last-of-type{margin-bottom:16px}._overviewContent_tmx3y_183 ul{list-style:none;padding:0;margin:0}._overviewContent_tmx3y_183 li{position:relative;padding-left:20px;font-size:1.125rem;line-height:1.6;color:var(--text-primary)}._overviewContent_tmx3y_183 li:before{content:"•";position:absolute;left:0;color:var(--text-primary);font-weight:700}._overviewHero_tmx3y_293{display:flex;justify-content:center;align-items:center}._overviewQuote_tmx3y_299{margin-top:80px;display:flex;justify-content:center}._problemQuote_tmx3y_187{margin:0 auto;padding:48px;background:var(--bg-secondary);border-radius:20px;position:relative}._quoteDecoration_tmx3y_314{position:relative}._quoteMark_tmx3y_192{font-size:4rem;color:#973060;opacity:.7;line-height:1;font-weight:700}._quoteMark_tmx3y_192._opening_tmx3y_196{position:absolute;top:-40px;left:-15px}._quoteMark_tmx3y_192._closing_tmx3y_201{position:absolute;bottom:-40px;right:-15px}._problemQuote_tmx3y_187 p{font-size:1.125rem;line-height:1.6;font-style:italic;font-weight:600;margin:40px 0;color:var(--text-primary);position:relative;z-index:1}._roleApproach_tmx3y_350{padding:80px 0}._approachContent_tmx3y_354{display:grid;grid-template-columns:2fr 1fr;gap:80px;align-items:center}._approachTitle_tmx3y_361{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;margin-bottom:32px;color:var(--text-primary);line-height:1.2}._approachText_tmx3y_370 p{font-size:1.125rem;line-height:1.7;color:var(--text-primary);margin-bottom:24px}._approachText_tmx3y_370 p:last-child{margin-bottom:0}._approachVisual_tmx3y_381{display:flex;justify-content:center}._visualPlaceholder_tmx3y_386{width:300px;height:200px;background:var(--bg-tertiary);border:2px dashed var(--border-color);border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);font-weight:500}._approachSvg_tmx3y_399{width:100%;height:auto;filter:saturate(0) brightness(1.2) contrast(1) invert(0);transition:filter .3s ease}[data-theme=dark] ._approachSvg_tmx3y_399{filter:saturate(0) brightness(1.2) contrast(1) invert(.1)}._projectTimeline_tmx3y_413{padding:80px 0}._timelineTitle_tmx3y_417{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;text-align:left;margin-bottom:32px;color:var(--text-primary)}._timelineSteps_tmx3y_426{display:flex;flex-direction:column;gap:0}@media(min-width:769px){._timelineSteps_tmx3y_426{flex-direction:row;justify-content:space-between;gap:20px}._timelineStep_tmx3y_426{flex:1;display:flex;flex-direction:column;position:relative}._timelineIcon_tmx3y_447{width:60px;height:60px;border-radius:50%;background:#973060;color:#fff;display:flex;align-items:center;justify-content:center;margin-bottom:20px;z-index:2;position:relative}._timelineConnector_tmx3y_461{position:absolute;top:30px;left:60px;width:calc(100% + 10px);height:2px;background:var(--border-color);z-index:1}._timelineStep_tmx3y_426:last-child ._timelineConnector_tmx3y_461{display:none}._timelineContent_tmx3y_475{background:var(--bg-secondary);padding:20px;border-radius:12px;flex:1}}@media(max-width:768px){._timelineStep_tmx3y_426{display:grid;grid-template-columns:60px 1fr;grid-template-rows:auto 1fr;gap:0 16px;grid-template-areas:"icon content" "connector content"}._timelineStep_tmx3y_426:last-child{grid-template-areas:"icon content" ". content"}._timelineIcon_tmx3y_447{grid-area:icon;width:60px;height:60px;border-radius:50%;background:#973060;color:#fff;display:flex;align-items:center;justify-content:center}._timelineConnector_tmx3y_461{grid-area:connector;width:2px;background:var(--border-color);justify-self:center}._timelineStep_tmx3y_426:last-child ._timelineConnector_tmx3y_461{display:none}._timelineContent_tmx3y_475{grid-area:content;background:var(--bg-secondary);padding:20px;border-radius:12px;align-self:start;margin-bottom:24px}}._timelineIcon_tmx3y_447 svg{width:24px;height:24px}._stepMeta_tmx3y_541{text-align:left;margin-bottom:16px}._stepNumber_tmx3y_546{font-size:.875rem;font-weight:600;color:var(--text-secondary);margin-bottom:8px;display:block}._stepTitle_tmx3y_554{font-size:1.125rem;font-weight:700;color:var(--text-primary);margin:0;line-height:1.3}._stepContent_tmx3y_562{text-align:left}._stepContent_tmx3y_562 h4{font-size:1rem;font-weight:600;color:var(--text-primary);margin:0 0 12px}._stepContent_tmx3y_562 ul{list-style:none;padding:0;margin:0}._stepContent_tmx3y_562 li{position:relative;padding-left:20px;margin-bottom:4px;font-size:.95rem;color:var(--text-primary);line-height:1.6}._stepContent_tmx3y_562 li:before{content:"•";position:absolute;left:0;color:var(--text-primary);font-weight:700}._stepContent_tmx3y_562 li:last-child{margin-bottom:0}._researchInsights_tmx3y_601{padding:80px 0}._insightsTitle_tmx3y_605{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;text-align:left;margin-bottom:32px;color:var(--text-primary)}._insightsGrid_tmx3y_614{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-top:48px}._insightCard_tmx3y_621{background:var(--bg-secondary);border-radius:16px;padding:40px;border:1px solid var(--border-color)}._insightCardTitle_tmx3y_628{font-size:1.5rem;font-weight:700;color:var(--text-primary)}._insightDescription_tmx3y_635{font-size:1rem;line-height:1.6;color:var(--text-primary);margin-bottom:20px}._insightList_tmx3y_642{list-style:none;padding:0;margin:0}._insightList_tmx3y_642 li{position:relative;padding-left:32px;margin-bottom:16px;font-size:1rem;line-height:1.6;color:var(--text-primary)}._researchInsights_tmx3y_601 ._insightsGrid_tmx3y_614 ._insightCard_tmx3y_621:first-child ._insightList_tmx3y_642 li:before{content:""!important;position:absolute!important;left:0!important;top:2px!important;width:20px!important;height:20px!important;background-color:#973060!important;mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M16 16s-1.5-2-4-2-4 2-4 2'/%3E%3Cline x1='9' y1='9' x2='9.01' y2='9'/%3E%3Cline x1='15' y1='9' x2='15.01' y2='9'/%3E%3C/svg%3E")!important;-webkit-mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M16 16s-1.5-2-4-2-4 2-4 2'/%3E%3Cline x1='9' y1='9' x2='9.01' y2='9'/%3E%3Cline x1='15' y1='9' x2='15.01' y2='9'/%3E%3C/svg%3E")!important;mask-repeat:no-repeat!important;-webkit-mask-repeat:no-repeat!important;mask-size:contain!important;-webkit-mask-size:contain!important}._challengesAddressedCard_tmx3y_679 ._insightList_tmx3y_642 li:before{content:""!important;position:absolute!important;left:0!important;top:2px!important;width:20px!important;height:20px!important;background:none!important;background-color:#973060!important;background-image:none!important;border:none!important;color:transparent!important;mask:none!important;-webkit-mask:none!important;mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='8' x2='12' y2='12'/%3E%3Cline x1='12' y1='16' x2='12.01' y2='16'/%3E%3C/svg%3E")!important;-webkit-mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='8' x2='12' y2='12'/%3E%3Cline x1='12' y1='16' x2='12.01' y2='16'/%3E%3C/svg%3E")!important;mask-repeat:no-repeat!important;-webkit-mask-repeat:no-repeat!important;mask-size:contain!important;-webkit-mask-size:contain!important;mask-position:center!important;-webkit-mask-position:center!important;display:block!important;z-index:999!important}._insightList_tmx3y_642 li:last-child{margin-bottom:0}._insightCardHeader_tmx3y_712{display:flex;align-items:center;gap:12px;margin-bottom:24px}._categoryIconContainer_tmx3y_719{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:8px;flex-shrink:0}._categoryIconContainer_tmx3y_719._painPoints_tmx3y_729,._categoryIconContainer_tmx3y_719._challengesAddressed_tmx3y_679{background-color:#973060}._categoryIcon_tmx3y_719{color:#fff;flex-shrink:0}._insightListNoBullets_tmx3y_742{list-style:none!important;padding:0!important;margin:0!important}._insightListNoBullets_tmx3y_742 li{display:flex;align-items:flex-start;margin-bottom:16px;font-size:1rem;line-height:1.6;color:var(--text-primary);list-style:none!important}._insightListNoBullets_tmx3y_742 li::marker{content:none!important}._insightListNoBullets_tmx3y_742 li:before{display:none!important}._insightListNoBullets_tmx3y_742 li:last-child{margin-bottom:0}._listIcon_tmx3y_770{flex-shrink:0;margin-top:2px;margin-right:12px}._listIcon_tmx3y_770._painPoints_tmx3y_729,._listIcon_tmx3y_770._challengesAddressed_tmx3y_679,._listIcon_tmx3y_770._feedbackItems_tmx3y_784{color:#973060}._categoryIconContainer_tmx3y_719._feedbackItems_tmx3y_784{background-color:#973060}._userFeedback_tmx3y_793{padding:80px 0}._feedbackTitle_tmx3y_797{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;text-align:left;margin-bottom:32px;color:var(--text-primary)}._feedbackGrid_tmx3y_806{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:24px;margin-top:48px}._feedbackCard_tmx3y_813{background:var(--bg-secondary);border-radius:16px;padding:32px;border:1px solid var(--border-color);display:flex;flex-direction:column;gap:16px}._feedbackIcon_tmx3y_823{width:48px;height:48px;border-radius:12px;background:#973060;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}._feedbackIcon_tmx3y_823._warning_tmx3y_835{background:#973060;color:#fff}._feedbackIcon_tmx3y_823 svg{width:24px;height:24px}._feedbackCardTitle_tmx3y_845{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin:0;line-height:1.3}._feedbackText_tmx3y_853{font-size:1rem;line-height:1.6;color:var(--text-primary);margin:0}._feedbackSubtext_tmx3y_860{font-size:.95rem;line-height:1.5;color:var(--text-secondary);margin:0;font-style:italic}._finalDesign_tmx3y_869{padding:80px 0}._designTitle_tmx3y_873{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;text-align:left;margin-bottom:48px;color:var(--text-primary)}._designGroup_tmx3y_882{margin-bottom:60px}._designGroup_tmx3y_882:first-child{padding:80px 0}._designGroup_tmx3y_882:last-child{margin-bottom:0}._designGroupInline_tmx3y_894{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;align-items:start}._designGroupStacked_tmx3y_901{display:flex;flex-direction:column;gap:40px;margin:0 auto}._designItem_tmx3y_908{display:flex;justify-content:center;align-items:center;margin-block:40px}._designItemWrapper_tmx3y_915{width:100%}._designImageContainer_tmx3y_919{position:relative;width:100%}._designImage_tmx3y_919{width:100%;height:auto;min-height:0;border-radius:12px;filter:drop-shadow(0 4px 12px rgba(0,0,0,.1));transition:transform .2s ease,filter .2s ease;display:block}._designImage_tmx3y_919:hover{transform:translateY(-2px);filter:drop-shadow(0 8px 24px rgba(0,0,0,.15))}._scrollHintMobile_tmx3y_940{display:block;text-align:center;font-size:.875rem;color:var(--text-secondary);margin-top:12px;margin-bottom:8px;font-style:italic;opacity:.8}@media(min-width:769px){._scrollHintMobile_tmx3y_940{display:none}}._feedbackNextSteps_tmx3y_959{margin:0 auto;padding:80px 0}._feedbackNextStepsTitle_tmx3y_964{font-size:2.5rem;font-weight:700;text-align:left;margin-bottom:32px;color:var(--text-primary);font-family:var(--font-serif)}._feedbackNextStepsGrid_tmx3y_973{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-top:48px}._feedbackNextStepsCard_tmx3y_980{background:var(--bg-secondary);border-radius:16px;padding:40px;border:1px solid var(--border-color)}._feedbackNextStepsCard_tmx3y_980 h2{font-size:1.5rem;font-weight:700;margin-bottom:16px;color:var(--text-primary)}._feedbackNextStepsDescription_tmx3y_994{font-size:1rem;line-height:1.6;color:var(--text-primary);margin-bottom:20px}._feedbackNextStepsCard_tmx3y_980 ul{list-style:none;padding:0;margin:0}._feedbackNextStepsCard_tmx3y_980 li:before{position:absolute;left:0;color:#973060;font-weight:600;font-size:1.1rem}._feedbackNextStepsCard_tmx3y_980 li{position:relative;padding-left:32px;margin-bottom:16px;font-size:1rem;line-height:1.6;color:var(--text-primary)}._feedbackNextStepsCard_tmx3y_980 li:last-child{margin-bottom:0}._feedFeedbackSection_tmx3y_1043 ._feedbackNextStepsGrid_tmx3y_973 ._feedbackCard_tmx3y_813 li:before{content:""!important;position:absolute!important;left:0!important;top:0!important;width:20px!important;height:20px!important;background:none!important;background-color:#973060!important;color:transparent!important;font-weight:400!important;font-size:1rem!important;mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z'/%3E%3Cpath d='M9 12l2 2 4-4'/%3E%3C/svg%3E")!important;-webkit-mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z'/%3E%3Cpath d='M9 12l2 2 4-4'/%3E%3C/svg%3E")!important;mask-repeat:no-repeat!important;-webkit-mask-repeat:no-repeat!important;mask-size:contain!important;-webkit-mask-size:contain!important}._feedFeedbackSection_tmx3y_1043 ._feedbackNextStepsGrid_tmx3y_973 ._nextStepsCard_tmx3y_1064 li:before{content:""!important;position:absolute!important;left:0!important;top:2px!important;width:20px!important;height:20px!important;background:none!important;background-color:#973060!important;color:transparent!important;font-weight:400!important;font-size:1rem!important;mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3Cpolyline points='12,5 19,12 12,19'/%3E%3C/svg%3E")!important;-webkit-mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3Cpolyline points='12,5 19,12 12,19'/%3E%3C/svg%3E")!important;mask-repeat:no-repeat!important;-webkit-mask-repeat:no-repeat!important;mask-size:contain!important;-webkit-mask-size:contain!important}._closingStatement_tmx3y_1085{max-width:1200px;margin:0 auto;padding:0 40px 80px;text-align:center}._closingText_tmx3y_1092{font-size:1.5rem;font-weight:600;line-height:1.6;max-width:800px;margin:0 auto;background:var(--diana-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(max-width:1024px){._detailTitle_tmx3y_24{font-size:3rem}._approachContent_tmx3y_354{grid-template-columns:1fr;gap:40px}._insightsGrid_tmx3y_614,._feedbackNextStepsGrid_tmx3y_973{grid-template-columns:1fr;gap:30px}._feedbackGrid_tmx3y_806,._designGroupInline_tmx3y_894{grid-template-columns:1fr;gap:24px}}@media(max-width:768px){._projectContainer_tmx3y_8{padding:0 20px}._projectHeader_tmx3y_15{padding:60px 0 40px}._roleApproach_tmx3y_350,._projectTimeline_tmx3y_413,._researchInsights_tmx3y_601,._finalDesign_tmx3y_869{padding:60px 0}._detailTitle_tmx3y_24{font-size:2.5rem;margin-bottom:40px}._approachTitle_tmx3y_361,._timelineTitle_tmx3y_417,._insightsTitle_tmx3y_605,._feedbackTitle_tmx3y_797,._feedbackNextStepsTitle_tmx3y_964,._designTitle_tmx3y_873{font-size:2rem;margin-bottom:24px}._heroPlaceholder_tmx3y_1177{height:300px}._problemQuote_tmx3y_187{padding:32px 24px;margin:0 16px}._problemQuote_tmx3y_187 p{font-size:1.125rem}._stepMeta_tmx3y_541{margin-bottom:16px;text-align:left}._stepContent_tmx3y_562{text-align:left}._insightCard_tmx3y_621,._feedbackNextStepsCard_tmx3y_980,._feedbackCard_tmx3y_813{padding:24px}._insightCardHeader_tmx3y_712{gap:8px;margin-bottom:20px}._categoryIconContainer_tmx3y_719{width:40px;height:40px}._categoryIcon_tmx3y_719{width:20px;height:20px}._overviewSection_tmx3y_236{padding:60px 0}._feedbackGrid_tmx3y_806{grid-template-columns:1fr;gap:20px}._designGroupInline_tmx3y_894{grid-template-columns:1fr;gap:32px}._designGroupStacked_tmx3y_901{gap:32px}._designGroupStacked_tmx3y_901 ._designItem_tmx3y_908{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;padding:0 20px;scrollbar-width:thin;scrollbar-color:#973060 transparent;position:relative}._designGroupStacked_tmx3y_901 ._designItem_tmx3y_908:after{content:"";position:absolute;top:0;right:0;width:40px;height:100%;background:linear-gradient(to right,transparent,var(--bg-primary));pointer-events:none;z-index:1}._designGroupStacked_tmx3y_901 ._designItem_tmx3y_908::-webkit-scrollbar{height:8px}._designGroupStacked_tmx3y_901 ._designItem_tmx3y_908::-webkit-scrollbar-track{background:var(--bg-secondary);border-radius:4px}._designGroupStacked_tmx3y_901 ._designItem_tmx3y_908::-webkit-scrollbar-thumb{background:#973060;border-radius:4px;opacity:.7}._designGroupStacked_tmx3y_901 ._designItem_tmx3y_908::-webkit-scrollbar-thumb:hover{background:var(--text-primary)}._designGroupStacked_tmx3y_901 ._designImageContainer_tmx3y_919{width:max-content;min-width:calc(100vw - 40px);padding-right:20px;background:transparent}._designGroupStacked_tmx3y_901 ._designImage_tmx3y_919{width:auto;height:60vh;max-height:400px;max-width:none;min-width:100vw;object-fit:contain;background:transparent}._designGroup_tmx3y_882{margin-bottom:48px}._designItem_tmx3y_908{margin-block:24px}._userFeedback_tmx3y_793,._feedbackNextSteps_tmx3y_959,._closingStatement_tmx3y_1085{padding:60px 20px}}@media(max-width:480px){._projectContainer_tmx3y_8{padding:0 16px}._projectHeader_tmx3y_15{padding:40px 0 32px}._roleApproach_tmx3y_350,._projectTimeline_tmx3y_413,._researchInsights_tmx3y_601,._finalDesign_tmx3y_869{padding:40px 0}._detailTitle_tmx3y_24{font-size:2rem;margin-bottom:32px}._approachTitle_tmx3y_361,._timelineTitle_tmx3y_417,._insightsTitle_tmx3y_605,._feedbackTitle_tmx3y_797,._feedbackNextStepsTitle_tmx3y_964,._designTitle_tmx3y_873{font-size:1.75rem}._problemQuote_tmx3y_187{padding:24px 20px;margin:0 8px}._overviewSection_tmx3y_236{padding:40px 0}._insightCard_tmx3y_621,._feedbackNextStepsCard_tmx3y_980,._feedbackCard_tmx3y_813{padding:20px}._insightCardHeader_tmx3y_712{gap:6px;margin-bottom:16px}._categoryIconContainer_tmx3y_719{width:36px;height:36px}._categoryIcon_tmx3y_719{width:18px;height:18px}._insightCardTitle_tmx3y_628{font-size:1.25rem}._heroPlaceholder_tmx3y_1177{height:240px}._designPlaceholder_tmx3y_1397._mobile_tmx3y_1397{height:300px}._designPlaceholder_tmx3y_1397._desktop_tmx3y_1401{height:240px}._statNumber_tmx3y_1405{font-size:2.5rem}._userFeedback_tmx3y_793,._feedbackNextSteps_tmx3y_959,._closingStatement_tmx3y_1085{padding:60px 16px}._closingText_tmx3y_1092{font-size:1.25rem}._designItem_tmx3y_908{margin-block:20px}}._atAGlance_tmx3y_1435{padding:40px 0 80px}._atAGlanceLabel_tmx3y_1439{display:flex;align-items:center;gap:12px;margin-bottom:20px}._atAGlanceLabelLine_tmx3y_1446{width:36px;height:2px;background:#973060;border-radius:2px;flex-shrink:0}._atAGlanceLabelText_tmx3y_1454{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-secondary)}._atAGlanceTitle_tmx3y_1462{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;margin-bottom:40px;color:var(--text-primary)}._atAGlanceGrid_tmx3y_1470{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}._atAGlanceCard_tmx3y_1476{background:var(--bg-secondary);border-radius:16px;padding:32px;border:1px solid var(--border-color);display:flex;flex-direction:column;gap:12px}._atAGlanceCardLabel_tmx3y_1486{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#973060}._atAGlanceCardText_tmx3y_1494{font-size:1rem;line-height:1.75;color:var(--text-primary);margin:0}._objectivesSection_tmx3y_1502{padding:24px 0 80px}._objectivesTitle_tmx3y_1506{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;margin-bottom:40px;color:var(--text-primary)}._objectivesGrid_tmx3y_1514{display:grid;grid-template-columns:1fr 1fr;gap:24px}._objectivesCard_tmx3y_1520{background:var(--bg-secondary);border-radius:16px;padding:40px;border:1px solid var(--border-color)}._objectivesCardLabel_tmx3y_1527{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-secondary);margin-bottom:6px;display:block}._objectivesCardTitle_tmx3y_1537{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin-bottom:24px}._objectivesList_tmx3y_1544{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}._objectivesListItem_tmx3y_1553{display:flex;align-items:flex-start;gap:12px;font-size:1rem;line-height:1.6;color:var(--text-primary)}._objectivesListDot_tmx3y_1562{width:8px;height:8px;border-radius:50%;background:#973060;margin-top:7px;flex-shrink:0}._turningPoint_tmx3y_1572{padding:80px 0}._turningPointInner_tmx3y_1576{background:var(--bg-secondary);border-radius:24px;padding:64px;border:1px solid var(--border-color);position:relative;overflow:hidden}._turningPointInner_tmx3y_1576:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--diana-gradient);border-radius:24px 24px 0 0}._turningPointLabel_tmx3y_1596{display:flex;align-items:center;gap:12px;margin-bottom:20px}._turningPointLabelText_tmx3y_1603{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#973060}._turningPointTitle_tmx3y_1611{font-family:var(--font-serif);font-size:2rem;font-weight:700;margin-bottom:28px;color:var(--text-primary);line-height:1.2}._turningPointNarrative_tmx3y_1620{font-size:1.0625rem;line-height:1.8;color:var(--text-primary);margin-bottom:20px}._turningPointNarrative_tmx3y_1620:last-child{margin-bottom:0}@media(max-width:1024px){._atAGlanceGrid_tmx3y_1470,._objectivesGrid_tmx3y_1514{grid-template-columns:1fr;gap:16px}}@media(max-width:768px){._atAGlance_tmx3y_1435,._objectivesSection_tmx3y_1502,._turningPoint_tmx3y_1572{padding:60px 0}._atAGlanceTitle_tmx3y_1462,._objectivesTitle_tmx3y_1506{font-size:2rem;margin-bottom:28px}._turningPointInner_tmx3y_1576{padding:40px 28px}._turningPointTitle_tmx3y_1611{font-size:1.5rem}}@media(max-width:480px){._atAGlance_tmx3y_1435,._objectivesSection_tmx3y_1502,._turningPoint_tmx3y_1572{padding:40px 0}._atAGlanceTitle_tmx3y_1462,._objectivesTitle_tmx3y_1506{font-size:1.75rem}._atAGlanceCard_tmx3y_1476,._objectivesCard_tmx3y_1520{padding:24px}._turningPointInner_tmx3y_1576{padding:32px 20px}}._nextProjectSection_tmx3y_1688{padding:80px 0;border-top:1px solid var(--border-color);margin-top:80px}._nextProjectTitle_tmx3y_1694{font-size:2.5rem;font-weight:600;color:var(--text-primary);text-align:left;margin-bottom:48px;font-family:var(--font-serif)}._nextProjectGrid_tmx3y_1703{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;margin:0 auto}._nextProjectCardInner_tmx3y_1711{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:16px;overflow:hidden;box-shadow:0 2px 12px var(--shadow-light);transition:all .3s ease;cursor:pointer;height:100%}._nextProjectCardInner_tmx3y_1711:hover{transform:translateY(-4px);box-shadow:0 8px 32px var(--shadow-medium);border-color:var(--primary-color)}._nextProjectThumbnail_tmx3y_1728{position:relative;width:100%;aspect-ratio:16/10;overflow:hidden}._nextProjectThumbnail_tmx3y_1728 img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}._nextProjectCardInner_tmx3y_1711:hover ._nextProjectThumbnail_tmx3y_1728 img{transform:scale(1.05)}._nextProjectOverlay_tmx3y_1746{position:absolute;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}._nextProjectCardInner_tmx3y_1711:hover ._nextProjectOverlay_tmx3y_1746{opacity:1}._nextProjectButton_tmx3y_1764{background:var(--button-primary);color:#fff;padding:12px 24px;border-radius:8px;text-decoration:none;font-weight:500;transition:all .3s ease;border:none;cursor:pointer}._nextProjectButton_tmx3y_1764:hover{background:var(--button-primary-hover);transform:translateY(-2px)}._nextProjectContent_tmx3y_1781{padding:24px}._nextProjectTags_tmx3y_1785{margin-bottom:12px}._nextProjectCardTitle_tmx3y_1789{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin-bottom:8px;line-height:1.3}._nextProjectSubtitle_tmx3y_1797{font-size:1rem;color:var(--text-secondary);line-height:1.5}@media(max-width:768px){._nextProjectSection_tmx3y_1688{padding:60px 16px;margin-top:60px}._nextProjectTitle_tmx3y_1694{font-size:2rem;margin-bottom:32px}._nextProjectGrid_tmx3y_1703{grid-template-columns:1fr;gap:24px}._nextProjectContent_tmx3y_1781{padding:20px}._nextProjectCardTitle_tmx3y_1789{font-size:1.25rem}}._projectDetail_11lsa_2{min-height:100vh;background:var(--bg-primary);color:var(--text-primary)}._projectContainer_11lsa_8{max-width:1440px;margin:0 auto;padding:0 24px}._projectHeader_11lsa_15{padding:0;text-align:left}._projectHeader_11lsa_15 ._detailMeta_11lsa_29,._projectHeader_11lsa_15 ._detailTitle_11lsa_30,._projectHeader_11lsa_15 ._detailSubtitle_11lsa_31,._projectHeader_11lsa_15 ._projectMetadata_11lsa_32{text-align:center}._detailMeta_11lsa_29{margin-bottom:24px;margin-top:24px}._detailTags_11lsa_41{margin-bottom:24px}._tagSeparator_11lsa_45{color:var(--text-tertiary)}._detailSubtitle_11lsa_31{font-size:1.125rem;font-weight:500;color:var(--text-secondary);margin-bottom:32px;text-align:center}._projectMetadata_11lsa_32{display:flex;justify-content:center;align-items:flex-start;gap:32px;margin:60px 0;flex-wrap:wrap}._metadataItem_11lsa_66{display:flex;flex-direction:column;align-items:flex-start;text-align:left;min-width:120px}._metadataDivider_11lsa_74{width:1px;height:40px;background:var(--border-color);margin-top:8px}._metadataLabel_11lsa_81{font-size:.875rem;font-weight:600;color:var(--text-secondary);margin-bottom:4px;letter-spacing:.25px}._metadataValue_11lsa_89{font-size:1rem;font-weight:500;color:var(--text-primary)}._softwareList_11lsa_95{display:flex;align-items:center;gap:8px;flex-wrap:wrap}._softwareItem_11lsa_102{display:flex;align-items:center;gap:4px}._softwareLogo_11lsa_109{width:16px;height:16px;object-fit:contain;border-radius:3px}._projectSummary_11lsa_116{max-width:800px;margin:0 auto 60px;padding:0 24px;text-align:center}._projectSummary_11lsa_116 p{font-size:1.125rem;line-height:1.7;color:var(--text-primary);margin-bottom:24px}._projectSummary_11lsa_116 p:last-of-type{margin-bottom:16px}._projectSummary_11lsa_116 ul{list-style:none;padding:0;margin:0;display:inline-block;text-align:left}._projectSummary_11lsa_116 li{position:relative;padding-left:20px;margin-bottom:8px;font-size:1.125rem;line-height:1.6;color:var(--text-primary)}._projectSummary_11lsa_116 li:before{content:"•";position:absolute;left:0;color:var(--text-primary);font-weight:700}._subsectionTitle_11lsa_158{margin-bottom:32px;font-family:var(--font-serif);font-size:2rem;font-weight:700;text-align:left;color:var(--text-primary)}._personaDevelopmentSection_11lsa_166{padding:80px 0}._navModelLayout_11lsa_170{display:grid;grid-template-columns:1fr 1.6fr;gap:40px;align-items:center;margin-top:32px}._navModelCard_11lsa_178{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:16px;padding:32px}._navModelSubtitle_11lsa_185{font-size:.8125rem;font-weight:600;color:var(--text-secondary);margin-bottom:16px}._navModelBody_11lsa_192{font-size:.9375rem;line-height:1.7;color:var(--text-primary);margin-bottom:12px}._navModelList_11lsa_199{margin:8px 0 0;padding-left:20px;display:flex;flex-direction:column;gap:10px}._navModelList_11lsa_199 li{font-size:.9375rem;line-height:1.65;color:var(--text-primary)}._navModelList_11lsa_199 li::marker{color:#e88903}._navModelImageWrap_11lsa_217{display:flex;align-items:stretch;justify-content:center}._navModelImage_11lsa_217{width:100%;height:100%;object-fit:contain;display:block}._navModelImagesRow_11lsa_230{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:24px}._navModelRowImg_11lsa_237{width:100%;height:auto;display:block;border-radius:12px;object-fit:cover}@media(max-width:768px){._navModelLayout_11lsa_170,._navModelImagesRow_11lsa_230{grid-template-columns:1fr}}._navigationModelContent_11lsa_255 p{font-size:1.125rem;line-height:1.7;color:var(--text-primary);margin-bottom:24px}._navigationModelDescription_11lsa_261 p{margin-bottom:12px}._navigationModelContent_11lsa_255 ul{margin:16px 0;padding-left:24px}._navigationModelContent_11lsa_255 ul li{font-size:1.125rem;line-height:1.7;color:var(--text-primary);margin-bottom:8px}._navigationModelContent_11lsa_255 ._designImage_11lsa_274{filter:none}@media(max-width:768px){._projectMetadata_11lsa_32{flex-direction:column;gap:20px}._metadataDivider_11lsa_74{display:none}._metadataItem_11lsa_66{align-items:center;text-align:center;width:100%}._metadataLabel_11lsa_81,._metadataValue_11lsa_89{text-align:center}._overviewContainer_11lsa_303{grid-template-columns:1fr!important;gap:40px}._overviewContent_11lsa_308{text-align:center}._problemQuote_11lsa_312{margin:0 16px;padding:32px 24px}._quoteMark_11lsa_317{font-size:3rem}._quoteMark_11lsa_317._opening_11lsa_321{top:-25px;left:-10px}._quoteMark_11lsa_317._closing_11lsa_326{bottom:-25px;right:-10px}._problemQuote_11lsa_312 p{font-size:1rem;margin:30px 0}._subsectionTitle_11lsa_158{margin-bottom:24px;font-size:1.75rem}}._detailTitle_11lsa_30{font-family:var(--font-serif);font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:16px;max-width:900px;margin-left:auto;margin-right:auto}._detailHero_11lsa_352{margin-top:60px}._heroImage_11lsa_356{width:100%;height:auto;max-height:600px;object-fit:contain;border-radius:16px}._overviewSection_11lsa_365{padding:0}._overviewContainer_11lsa_303{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}._overviewTitle_11lsa_376{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;margin-bottom:32px;color:var(--text-primary)}._overviewContent_11lsa_308{text-align:left}._overviewContent_11lsa_308 p{font-size:1.125rem;line-height:1.7;color:var(--text-primary);margin-bottom:24px}._overviewContent_11lsa_308 p:last-of-type{margin-bottom:16px}._overviewContent_11lsa_308 ul{list-style:none;padding:0;margin:0}._overviewContent_11lsa_308 li{position:relative;padding-left:20px;font-size:1.125rem;line-height:1.6;color:var(--text-primary)}._overviewContent_11lsa_308 li:before{content:"•";position:absolute;left:0;color:var(--text-primary);font-weight:700}._overviewHero_11lsa_422{display:flex;justify-content:center;align-items:center}._overviewQuote_11lsa_428{margin-top:80px;display:flex;justify-content:center}._problemQuote_11lsa_312{margin:0 auto;padding:48px;background:var(--bg-secondary);border-radius:20px;position:relative}._quoteDecoration_11lsa_443{position:relative}._quoteMark_11lsa_317{font-size:4rem;color:#e88903;opacity:.7;line-height:1;font-weight:700}._quoteMark_11lsa_317._opening_11lsa_321{position:absolute;top:-40px;left:-15px}._quoteMark_11lsa_317._closing_11lsa_326{position:absolute;bottom:-40px;right:-15px}._problemQuote_11lsa_312 p{font-size:1.125rem;line-height:1.6;font-style:italic;font-weight:600;margin:40px 0;color:var(--text-primary);position:relative;z-index:1}._roleApproach_11lsa_479{padding:80px 0}._approachContent_11lsa_483{display:grid;grid-template-columns:2fr 1fr;gap:80px;align-items:center}._approachTitle_11lsa_490{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;margin-bottom:32px;color:var(--text-primary);line-height:1.2}._approachText_11lsa_499 p{font-size:1.125rem;line-height:1.7;color:var(--text-primary);margin-bottom:24px}._approachText_11lsa_499 p:last-child{margin-bottom:0}._approachVisual_11lsa_510{display:flex;justify-content:center}._visualPlaceholder_11lsa_515{width:300px;height:200px;background:var(--bg-tertiary);border:2px dashed var(--border-color);border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);font-weight:500}._approachSvg_11lsa_528{width:100%;height:auto;filter:saturate(0) brightness(1.2) contrast(1) invert(0);transition:filter .3s ease}[data-theme=dark] ._approachSvg_11lsa_528{filter:saturate(0) brightness(1.2) contrast(1) invert(.1)}._navigationModelImage_11lsa_542{filter:none}[data-theme=dark] ._navigationModelImage_11lsa_542{filter:invert(1) hue-rotate(180deg) brightness(.9) contrast(1.1)}._projectTimeline_11lsa_553{padding:80px 0}._timelineTitle_11lsa_557{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;text-align:left;margin-bottom:32px;color:var(--text-primary)}._timelineSteps_11lsa_566{display:flex;flex-direction:column;gap:0}@media(min-width:769px){._timelineSteps_11lsa_566{flex-direction:row;justify-content:space-between;gap:20px}._timelineStep_11lsa_566{flex:1;display:flex;flex-direction:column;position:relative}._timelineIcon_11lsa_587{width:60px;height:60px;border-radius:50%;background:#e88903;color:#fff;display:flex;align-items:center;justify-content:center;margin-bottom:20px;z-index:2;position:relative}._timelineConnector_11lsa_601{position:absolute;top:30px;left:60px;width:calc(100% + 10px);height:2px;background:var(--border-color);z-index:1}._timelineStep_11lsa_566:last-child ._timelineConnector_11lsa_601{display:none}._timelineContent_11lsa_615{background:var(--bg-secondary);padding:20px;border-radius:12px;flex:1}}@media(max-width:768px){._timelineStep_11lsa_566{display:grid;grid-template-columns:60px 1fr;grid-template-rows:auto 1fr;gap:0 16px;grid-template-areas:"icon content" "connector content"}._timelineStep_11lsa_566:last-child{grid-template-areas:"icon content" ". content"}._timelineIcon_11lsa_587{grid-area:icon;width:60px;height:60px;border-radius:50%;background:#e88903;color:#fff;display:flex;align-items:center;justify-content:center}._timelineConnector_11lsa_601{grid-area:connector;width:2px;background:var(--border-color);justify-self:center}._timelineStep_11lsa_566:last-child ._timelineConnector_11lsa_601{display:none}._timelineContent_11lsa_615{grid-area:content;background:var(--bg-secondary);padding:20px;border-radius:12px;align-self:start;margin-bottom:24px}}._timelineIcon_11lsa_587 svg{width:24px;height:24px}._stepMeta_11lsa_681{text-align:left;margin-bottom:16px}._stepNumber_11lsa_686{font-size:.875rem;font-weight:600;color:var(--text-secondary);margin-bottom:8px;display:block}._stepTitle_11lsa_694{font-size:1.125rem;font-weight:700;color:var(--text-primary);margin:0;line-height:1.3}._stepContent_11lsa_702{text-align:left}._stepContent_11lsa_702 h4{font-size:1rem;font-weight:600;color:var(--text-primary);margin:0 0 12px}._stepContent_11lsa_702 ul{list-style:none;padding:0;margin:0}._stepContent_11lsa_702 li{position:relative;padding-left:20px;margin-bottom:4px;font-size:.95rem;color:var(--text-primary);line-height:1.6}._stepContent_11lsa_702 li:before{content:"•";position:absolute;left:0;color:var(--text-primary);font-weight:700}._stepContent_11lsa_702 li:last-child{margin-bottom:0}._researchInsights_11lsa_741{padding:80px 0}._insightsTitle_11lsa_745{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;text-align:left;margin-bottom:32px;color:var(--text-primary)}._insightsGrid_11lsa_754{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-top:48px}._stakeholderDiscoveryTop_11lsa_762{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-top:48px;align-items:start}._stakeholderDiscoveryBottom_11lsa_770{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-top:40px}._businessContextTitle_11lsa_778{font-size:1.5rem;font-weight:700;margin-bottom:24px;color:var(--text-primary)}._insightCard_11lsa_785{background:var(--bg-secondary);border-radius:16px;padding:40px;border:1px solid var(--border-color)}._insightCardTitle_11lsa_792{font-size:1.5rem;font-weight:700;margin-bottom:24px;color:var(--text-primary)}._insightDescription_11lsa_799{font-size:1rem;line-height:1.6;color:var(--text-primary);margin-bottom:20px}._insightList_11lsa_806{list-style:none;padding:0;margin:0}._insightList_11lsa_806 li{position:relative;padding-left:32px;margin-bottom:16px;font-size:1rem;line-height:1.6;color:var(--text-primary)}._categoryIconContainer_11lsa_826{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center}._categoryIcon_11lsa_826{color:#fff}._insightCardHeader_11lsa_840{display:flex;align-items:center;gap:12px;margin-bottom:24px}._insightCardHeader_11lsa_840 h3{margin:0;font-size:1.5rem;font-weight:700;color:var(--text-primary)}._insightListNoBullets_11lsa_854{list-style:none!important;padding:0!important;margin:0!important}._insightListNoBullets_11lsa_854 li{position:relative!important;padding-left:0!important;margin-bottom:16px!important;font-size:1rem!important;line-height:1.6!important;color:var(--text-primary)!important;display:flex!important;align-items:flex-start!important}._insightListNoBullets_11lsa_854 li::marker{content:none!important}._insightListNoBullets_11lsa_854 li:before{content:none!important}._insightListNoBullets_11lsa_854 li:last-child{margin-bottom:0!important}._listIcon_11lsa_883{flex-shrink:0;margin-top:2px;margin-right:12px}._listIcon_11lsa_883._painPoints_11lsa_889{color:#d93954}._listIcon_11lsa_883._challengesAddressed_11lsa_893,._listIcon_11lsa_883._feedbackItems_11lsa_897{color:#e88903}._categoryIconContainer_11lsa_826._painPoints_11lsa_889{background-color:#d93954}._categoryIconContainer_11lsa_826._challengesAddressed_11lsa_893,._categoryIconContainer_11lsa_826._feedbackItems_11lsa_897{background-color:#e88903}._researchInsights_11lsa_741 ._insightsGrid_11lsa_754 ._insightCard_11lsa_785:first-child ._insightList_11lsa_806 li:before{content:""!important;position:absolute!important;left:0!important;top:2px!important;width:20px!important;height:20px!important;background-color:#d93954!important;mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M16 16s-1.5-2-4-2-4 2-4 2'/%3E%3Cline x1='9' y1='9' x2='9.01' y2='9'/%3E%3Cline x1='15' y1='9' x2='15.01' y2='9'/%3E%3C/svg%3E")!important;-webkit-mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M16 16s-1.5-2-4-2-4 2-4 2'/%3E%3Cline x1='9' y1='9' x2='9.01' y2='9'/%3E%3Cline x1='15' y1='9' x2='15.01' y2='9'/%3E%3C/svg%3E")!important;mask-repeat:no-repeat!important;-webkit-mask-repeat:no-repeat!important;mask-size:contain!important;-webkit-mask-size:contain!important}._analyticsAiInsights_11lsa_931 ._insightCard_11lsa_785:last-child ._insightList_11lsa_806 li:nth-child(1):before{content:""!important;position:absolute!important;left:0!important;top:2px!important;width:20px!important;height:20px!important;background-color:#e88903!important;mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10'/%3E%3Cpath d='m9 12 2 2 4-4'/%3E%3C/svg%3E")!important;-webkit-mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10'/%3E%3Cpath d='m9 12 2 2 4-4'/%3E%3C/svg%3E")!important;mask-repeat:no-repeat!important;-webkit-mask-repeat:no-repeat!important;mask-size:contain!important;-webkit-mask-size:contain!important}._analyticsAiInsights_11lsa_931 ._insightCard_11lsa_785:last-child ._insightList_11lsa_806 li:nth-child(2):before{content:""!important;position:absolute!important;left:0!important;top:2px!important;width:20px!important;height:20px!important;background-color:#e88903!important;mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 12 7 10l5 5 5-5-2-2-3 3z'/%3E%3Cpath d='M21 12a9 9 0 1 1-9-9c2.52 0 4.93 1 6.74 2.74L21 8'/%3E%3Cpath d='M21 3v5h-5'/%3E%3C/svg%3E")!important;-webkit-mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 12 7 10l5 5 5-5-2-2-3 3z'/%3E%3Cpath d='M21 12a9 9 0 1 1-9-9c2.52 0 4.93 1 6.74 2.74L21 8'/%3E%3Cpath d='M21 3v5h-5'/%3E%3C/svg%3E")!important;mask-repeat:no-repeat!important;-webkit-mask-repeat:no-repeat!important;mask-size:contain!important;-webkit-mask-size:contain!important}._analyticsAiInsights_11lsa_931 ._insightCard_11lsa_785:last-child ._insightList_11lsa_806 li:nth-child(3):before{content:""!important;position:absolute!important;left:0!important;top:2px!important;width:20px!important;height:20px!important;background-color:#e88903!important;mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z'/%3E%3Cpath d='M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z'/%3E%3C/svg%3E")!important;-webkit-mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z'/%3E%3Cpath d='M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z'/%3E%3C/svg%3E")!important;mask-repeat:no-repeat!important;-webkit-mask-repeat:no-repeat!important;mask-size:contain!important;-webkit-mask-size:contain!important}._analyticsAiInsights_11lsa_931 ._insightCard_11lsa_785:last-child ._insightList_11lsa_806 li:nth-child(4):before{content:""!important;position:absolute!important;left:0!important;top:2px!important;width:20px!important;height:20px!important;background-color:#e88903!important;mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2'/%3E%3Crect width='8' height='4' x='8' y='2' rx='1' ry='1'/%3E%3Cpath d='m9 14 2 2 4-4'/%3E%3C/svg%3E")!important;-webkit-mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2'/%3E%3Crect width='8' height='4' x='8' y='2' rx='1' ry='1'/%3E%3Cpath d='m9 14 2 2 4-4'/%3E%3C/svg%3E")!important;mask-repeat:no-repeat!important;-webkit-mask-repeat:no-repeat!important;mask-size:contain!important;-webkit-mask-size:contain!important}._analyticsAiInsights_11lsa_931 ._insightCard_11lsa_785:last-child ._insightList_11lsa_806 li:nth-child(5):before{content:""!important;position:absolute!important;left:0!important;top:2px!important;width:20px!important;height:20px!important;background-color:#e88903!important;mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M22 21v-2a4 4 0 0 0-3-3.87'/%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'/%3E%3C/svg%3E")!important;-webkit-mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M22 21v-2a4 4 0 0 0-3-3.87'/%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'/%3E%3C/svg%3E")!important;mask-repeat:no-repeat!important;-webkit-mask-repeat:no-repeat!important;mask-size:contain!important;-webkit-mask-size:contain!important}._insightList_11lsa_806 li:last-child{margin-bottom:0}._businessContext_11lsa_778 ._insightList_11lsa_806 li:before{content:"•";position:absolute;left:0;top:.1em;color:var(--text-primary);font-weight:700;font-size:1.2rem;line-height:1}._stakeholderDiscoveryBottom_11lsa_770 ._insightCard_11lsa_785:first-child ._insightList_11lsa_806 li:before{content:""!important;position:absolute!important;left:0!important;top:2px!important;width:20px!important;height:20px!important;background-color:#d93954!important;mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M16 16s-1.5-2-4-2-4 2-4 2'/%3E%3Cline x1='9' y1='9' x2='9.01' y2='9'/%3E%3Cline x1='15' y1='9' x2='15.01' y2='9'/%3E%3C/svg%3E")!important;-webkit-mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M16 16s-1.5-2-4-2-4 2-4 2'/%3E%3Cline x1='9' y1='9' x2='9.01' y2='9'/%3E%3Cline x1='15' y1='9' x2='15.01' y2='9'/%3E%3C/svg%3E")!important;mask-repeat:no-repeat!important;-webkit-mask-repeat:no-repeat!important;mask-size:contain!important;-webkit-mask-size:contain!important}._stakeholderDiscoveryBottom_11lsa_770 ._insightCard_11lsa_785:last-child ._insightList_11lsa_806 li:before{content:""!important;position:absolute!important;left:0!important;top:2px!important;width:20px!important;height:20px!important;background-color:#e88903!important;mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='8' x2='12' y2='12'/%3E%3Cline x1='12' y1='16' x2='12.01' y2='16'/%3E%3C/svg%3E")!important;-webkit-mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='8' x2='12' y2='12'/%3E%3Cline x1='12' y1='16' x2='12.01' y2='16'/%3E%3C/svg%3E")!important;mask-repeat:no-repeat!important;-webkit-mask-repeat:no-repeat!important;mask-size:contain!important;-webkit-mask-size:contain!important}._navigationModelSection_11lsa_1062 ._insightsGrid_11lsa_754 ._insightCard_11lsa_785:first-child ._insightList_11lsa_806 li:before{content:""!important;position:absolute!important;left:0!important;top:2px!important;width:20px!important;height:20px!important;background-color:#e88903!important;mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpolygon points='16.24,7.76 14.12,14.12 7.76,16.24 9.88,9.88'/%3E%3C/svg%3E")!important;-webkit-mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpolygon points='16.24,7.76 14.12,14.12 7.76,16.24 9.88,9.88'/%3E%3C/svg%3E")!important;mask-repeat:no-repeat!important;-webkit-mask-repeat:no-repeat!important;mask-size:contain!important;-webkit-mask-size:contain!important}._navigationModelSection_11lsa_1062 ._insightsGrid_11lsa_754 ._insightCard_11lsa_785:last-child ._insightList_11lsa_806 li:before{content:""!important;position:absolute!important;left:0!important;top:2px!important;width:20px!important;height:20px!important;background-color:#e88903!important;mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 12a9 9 0 0 0-9-9 9.75 9.75 0 0 0-6.74 2.74L3 8'/%3E%3Cpath d='M3 3v5h5'/%3E%3Cpath d='M3 12a9 9 0 0 0 9 9 9.75 9.75 0 0 0 6.74-2.74L21 16'/%3E%3Cpath d='M21 21v-5h-5'/%3E%3C/svg%3E")!important;-webkit-mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 12a9 9 0 0 0-9-9 9.75 9.75 0 0 0-6.74 2.74L3 8'/%3E%3Cpath d='M3 3v5h5'/%3E%3Cpath d='M3 12a9 9 0 0 0 9 9 9.75 9.75 0 0 0 6.74-2.74L21 16'/%3E%3Cpath d='M21 21v-5h-5'/%3E%3C/svg%3E")!important;mask-repeat:no-repeat!important;-webkit-mask-repeat:no-repeat!important;mask-size:contain!important;-webkit-mask-size:contain!important}._userFeedback_11lsa_1096{padding:80px 0}._feedbackTitle_11lsa_1100{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;text-align:left;margin-bottom:32px;color:var(--text-primary)}._feedbackGrid_11lsa_1109{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:24px;margin-top:48px}._feedbackCard_11lsa_1116{background:var(--bg-secondary);border-radius:16px;padding:32px;border:1px solid var(--border-color);display:flex;flex-direction:column;gap:16px}._feedbackIcon_11lsa_1126{width:48px;height:48px;border-radius:12px;background:var(--text-primary);color:var(--bg-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}._feedbackIcon_11lsa_1126._warning_11lsa_1138{background:var(--text-primary);color:var(--bg-primary)}._feedbackIcon_11lsa_1126 svg{width:24px;height:24px}._feedbackCardTitle_11lsa_1148{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin:0;line-height:1.3}._feedbackText_11lsa_1156{font-size:1rem;line-height:1.6;color:var(--text-primary);margin:0}._feedbackSubtext_11lsa_1163{font-size:.95rem;line-height:1.5;color:var(--text-secondary);margin:0;font-style:italic}._finalDesign_11lsa_1172{padding:80px 0}._designTitle_11lsa_1176{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;text-align:left;margin-bottom:48px;color:var(--text-primary)}._designGroup_11lsa_1185{margin-bottom:60px}._designGroup_11lsa_1185:first-child{padding:80px 0}._designGroup_11lsa_1185:last-child{margin-bottom:0}._designGroupInline_11lsa_1197{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;align-items:start}._designGroupStacked_11lsa_1204{display:flex;flex-direction:column;gap:40px;margin:0 auto}._designItem_11lsa_1211{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-block:40px;gap:12px}._designItemWrapper_11lsa_1220{width:100%}._designImageContainer_11lsa_1224{position:relative;width:100%}._designImage_11lsa_274{width:100%;height:auto;min-height:0;border-radius:12px;filter:drop-shadow(0 4px 12px rgba(0,0,0,.1));transition:transform .2s ease,filter .2s ease;display:block}._designImage_11lsa_274:hover{transform:translateY(-2px);filter:drop-shadow(0 8px 24px rgba(0,0,0,.15))}._designItemContent_11lsa_1243{text-align:center;max-width:600px}._designItemContent_11lsa_1243 h3{margin-bottom:12px}._designItemContent_11lsa_1243 p{font-size:1rem;line-height:1.6;color:var(--text-secondary);margin:0}._scrollHintMobile_11lsa_1258{display:block;text-align:center;font-size:.875rem;color:var(--text-secondary);margin-top:12px;margin-bottom:8px;font-style:italic;opacity:.8}@media(min-width:769px){._scrollHintMobile_11lsa_1258{display:none}}._feedbackNextSteps_11lsa_1277{margin:0 auto;padding:80px 0}._feedbackNextStepsTitle_11lsa_1282{font-size:2.5rem;font-weight:700;text-align:left;margin-bottom:32px;color:var(--text-primary);font-family:var(--font-serif)}._feedbackNextStepsGrid_11lsa_1291{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-top:48px}._feedbackNextStepsCard_11lsa_1298{background:var(--bg-secondary);border-radius:16px;padding:40px;border:1px solid var(--border-color)}._feedbackNextStepsCard_11lsa_1298 h2{font-size:1.5rem;font-weight:700;margin-bottom:16px;color:var(--text-primary)}._feedbackNextStepsDescription_11lsa_1312{font-size:1rem;line-height:1.6;color:var(--text-primary);margin-bottom:20px}._feedbackNextStepsCard_11lsa_1298 ul{list-style:none;padding:0;margin:0}._feedbackNextStepsCard_11lsa_1298 li:before{position:absolute;left:0;color:var(--accent-color);font-weight:600;font-size:1.1rem}._feedbackNextStepsCard_11lsa_1298 li{position:relative;padding-left:32px;margin-bottom:16px;font-size:1rem;line-height:1.6;color:var(--text-primary)}._feedbackNextStepsCard_11lsa_1298 li:last-child{margin-bottom:0}._feedFeedbackSection_11lsa_1361 ._feedbackNextStepsGrid_11lsa_1291 ._feedbackCard_11lsa_1116 li:before{content:""!important;position:absolute!important;left:0!important;top:0!important;width:20px!important;height:20px!important;background:none!important;background-color:#e88903!important;color:transparent!important;font-weight:400!important;font-size:1rem!important;mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z'/%3E%3Cpath d='M9 12l2 2 4-4'/%3E%3C/svg%3E")!important;-webkit-mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z'/%3E%3Cpath d='M9 12l2 2 4-4'/%3E%3C/svg%3E")!important;mask-repeat:no-repeat!important;-webkit-mask-repeat:no-repeat!important;mask-size:contain!important;-webkit-mask-size:contain!important}._feedFeedbackSection_11lsa_1361 ._feedbackNextStepsGrid_11lsa_1291 ._nextStepsCard_11lsa_1382 li:before{content:""!important;position:absolute!important;left:0!important;top:2px!important;width:20px!important;height:20px!important;background:none!important;background-color:#e88903!important;color:transparent!important;font-weight:400!important;font-size:1rem!important;mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3Cpolyline points='12,5 19,12 12,19'/%3E%3C/svg%3E")!important;-webkit-mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3Cpolyline points='12,5 19,12 12,19'/%3E%3C/svg%3E")!important;mask-repeat:no-repeat!important;-webkit-mask-repeat:no-repeat!important;mask-size:contain!important;-webkit-mask-size:contain!important}._resultsImpact_11lsa_1403{padding:80px 0}._resultsStats_11lsa_1407{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin:60px 0;text-align:center;position:relative}._resultsStats_11lsa_1407 ._statItem_11lsa_1416{padding:0 40px;position:relative}._resultsStats_11lsa_1407 ._statItem_11lsa_1416:not(:last-child):after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:60px;background:var(--border-color)}._statNumber_11lsa_1432{font-size:4rem;font-weight:800;color:var(--text-primary);margin-bottom:16px;display:block;line-height:1;font-family:var(--font-serif)}._statLabel_11lsa_1442{font-size:1.1rem;color:var(--text-secondary);line-height:1.4}._resultsOutcomesGrid_11lsa_1448{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-top:80px}._resultsOutcomesCard_11lsa_1455{background:var(--bg-secondary);border-radius:16px;padding:40px;border:1px solid var(--border-color)}._resultsOutcomesCard_11lsa_1455 h3{font-size:1.5rem;font-weight:700;margin-bottom:24px;color:var(--text-primary)}._resultsOutcomesCard_11lsa_1455 ul{list-style:none;padding:0;margin:0}._resultsOutcomesCard_11lsa_1455 li{position:relative;padding-left:32px;margin-bottom:16px;font-size:1rem;line-height:1.6;color:var(--text-primary)}._resultsOutcomesCard_11lsa_1455 li:last-child{margin-bottom:0}._resultsOutcomesCard_11lsa_1455:first-child li:before{content:"";position:absolute;left:0;top:2px;width:18px;height:18px;background-color:#e88903;mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23E88903' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Ccircle cx='12' cy='12' r='6'/%3E%3Ccircle cx='12' cy='12' r='2'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23E88903' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Ccircle cx='12' cy='12' r='6'/%3E%3Ccircle cx='12' cy='12' r='2'/%3E%3C/svg%3E");mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;mask-size:contain;-webkit-mask-size:contain}._resultsOutcomesCard_11lsa_1455:last-child li:before{content:"";position:absolute;left:0;top:2px;width:18px;height:18px;background-color:#28a745;mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2328a745' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M9 12l2 2 4-4'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2328a745' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M9 12l2 2 4-4'/%3E%3C/svg%3E");mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;mask-size:contain;-webkit-mask-size:contain}._feedbackNextStepsCard_11lsa_1298:first-child li:before{content:"";position:absolute;left:0;top:2px;width:18px;height:18px;background-color:#e88903;mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23E88903' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cellipse cx='12' cy='5' rx='9' ry='3'/%3E%3Cpath d='M3 5v14c0 1.7 4 3 9 3s9-1.3 9-3V5'/%3E%3Cpath d='M3 12c0 1.7 4 3 9 3s9-1.3 9-3'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23E88903' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cellipse cx='12' cy='5' rx='9' ry='3'/%3E%3Cpath d='M3 5v14c0 1.7 4 3 9 3s9-1.3 9-3V5'/%3E%3Cpath d='M3 12c0 1.7 4 3 9 3s9-1.3 9-3'/%3E%3C/svg%3E");mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;mask-size:contain;-webkit-mask-size:contain}._feedbackNextStepsCard_11lsa_1298:last-child li:before{content:"";position:absolute;left:0;top:2px;width:18px;height:18px;background-color:#28a745;mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2328a745' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='7' width='20' height='14' rx='2' ry='2'/%3E%3Cpath d='M16 21V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2328a745' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='7' width='20' height='14' rx='2' ry='2'/%3E%3Cpath d='M16 21V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16'/%3E%3C/svg%3E");mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;mask-size:contain;-webkit-mask-size:contain}._closingStatement_11lsa_1557{max-width:1200px;margin:0 auto;padding:0 40px 80px;text-align:center}._closingText_11lsa_1564{font-size:1.5rem;font-weight:600;line-height:1.6;max-width:800px;margin:0 auto;background:var(--diana-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(max-width:1024px){._detailTitle_11lsa_30{font-size:3rem}._approachContent_11lsa_483{grid-template-columns:1fr;gap:40px}._insightsGrid_11lsa_754,._stakeholderDiscoveryTop_11lsa_762,._stakeholderDiscoveryBottom_11lsa_770,._feedbackNextStepsGrid_11lsa_1291,._resultsOutcomesGrid_11lsa_1448{grid-template-columns:1fr;gap:30px}._resultsStats_11lsa_1407{grid-template-columns:1fr;gap:40px}._resultsStats_11lsa_1407 ._statItem_11lsa_1416{padding:0}._resultsStats_11lsa_1407 ._statItem_11lsa_1416:not(:last-child):after{display:none}._feedbackGrid_11lsa_1109,._designGroupInline_11lsa_1197{grid-template-columns:1fr;gap:24px}}._navigationModelContent_11lsa_255 ._designGroup_11lsa_1185:first-child{padding:0}@media(max-width:768px){._projectContainer_11lsa_8{padding:0 20px}._projectHeader_11lsa_15{padding:60px 0 40px}._roleApproach_11lsa_479,._projectTimeline_11lsa_553,._researchInsights_11lsa_741,._finalDesign_11lsa_1172,._resultsImpact_11lsa_1403{padding:60px 0}._detailTitle_11lsa_30{font-size:2.5rem;margin-bottom:40px}._approachTitle_11lsa_490,._timelineTitle_11lsa_557,._insightsTitle_11lsa_745,._feedbackTitle_11lsa_1100,._feedbackNextStepsTitle_11lsa_1282,._designTitle_11lsa_1176{font-size:2rem;margin-bottom:24px}._heroPlaceholder_11lsa_1672{height:300px}._problemQuote_11lsa_312{padding:32px 24px;margin:0 16px}._problemQuote_11lsa_312 p{font-size:1.125rem}._stepMeta_11lsa_681{margin-bottom:16px;text-align:left}._stepContent_11lsa_702{text-align:left}._insightCard_11lsa_785,._feedbackNextStepsCard_11lsa_1298,._feedbackCard_11lsa_1116{padding:24px}._overviewSection_11lsa_365{padding:60px 0}._feedbackGrid_11lsa_1109{grid-template-columns:1fr;gap:20px}._designGroupInline_11lsa_1197{grid-template-columns:1fr;gap:32px}._designGroupStacked_11lsa_1204{gap:32px}._designGroupStacked_11lsa_1204 ._designItem_11lsa_1211{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;padding:0 20px;scrollbar-width:thin;scrollbar-color:var(--accent-color) transparent;position:relative}._designGroupStacked_11lsa_1204 ._designItem_11lsa_1211:after{content:"";position:absolute;top:0;right:0;width:40px;height:100%;background:linear-gradient(to right,transparent,var(--bg-primary));pointer-events:none;z-index:1}._designGroupStacked_11lsa_1204 ._designItem_11lsa_1211::-webkit-scrollbar{height:8px}._designGroupStacked_11lsa_1204 ._designItem_11lsa_1211::-webkit-scrollbar-track{background:var(--bg-secondary);border-radius:4px}._designGroupStacked_11lsa_1204 ._designItem_11lsa_1211::-webkit-scrollbar-thumb{background:var(--accent-color);border-radius:4px;opacity:.7}._designGroupStacked_11lsa_1204 ._designItem_11lsa_1211::-webkit-scrollbar-thumb:hover{background:var(--text-primary)}._designGroupStacked_11lsa_1204 ._designImageContainer_11lsa_1224{width:max-content;min-width:calc(100vw - 40px);padding-right:20px;background:transparent}._designGroupStacked_11lsa_1204 ._designImage_11lsa_274{width:auto;height:60vh;max-height:400px;max-width:none;min-width:100vw;object-fit:contain;background:transparent}._designGroup_11lsa_1185{margin-bottom:48px}._designItem_11lsa_1211{margin-block:24px}._userFeedback_11lsa_1096,._feedbackNextSteps_11lsa_1277,._closingStatement_11lsa_1557{padding:60px 20px}}@media(max-width:480px){._projectContainer_11lsa_8{padding:0 16px}._projectHeader_11lsa_15{padding:40px 0 32px}._roleApproach_11lsa_479,._projectTimeline_11lsa_553,._researchInsights_11lsa_741,._finalDesign_11lsa_1172{padding:40px 0}._detailTitle_11lsa_30{font-size:2rem;margin-bottom:32px}._approachTitle_11lsa_490,._timelineTitle_11lsa_557,._insightsTitle_11lsa_745,._feedbackTitle_11lsa_1100,._feedbackNextStepsTitle_11lsa_1282,._designTitle_11lsa_1176{font-size:1.75rem}._problemQuote_11lsa_312{padding:24px 20px;margin:0 8px}._overviewSection_11lsa_365{padding:40px 0}._insightCard_11lsa_785,._feedbackNextStepsCard_11lsa_1298,._feedbackCard_11lsa_1116{padding:20px}._heroPlaceholder_11lsa_1672{height:240px}._designPlaceholder_11lsa_1858._mobile_11lsa_1858{height:300px}._designPlaceholder_11lsa_1858._desktop_11lsa_1862{height:240px}._statNumber_11lsa_1432{font-size:2.5rem}._resultsStats_11lsa_1407 ._statItem_11lsa_1416{padding:0}._resultsStats_11lsa_1407 ._statItem_11lsa_1416:not(:last-child):after{display:none}._resultsImpact_11lsa_1403,._userFeedback_11lsa_1096,._feedbackNextSteps_11lsa_1277,._closingStatement_11lsa_1557{padding:60px 16px}._closingText_11lsa_1564{font-size:1.25rem}._designItem_11lsa_1211{margin-block:20px}._insightCardHeader_11lsa_840{gap:10px}._insightCardHeader_11lsa_840 h3{font-size:1.25rem}._categoryIconContainer_11lsa_826{width:40px;height:40px;min-width:40px}}._atAGlance_11lsa_1924{padding:40px 0 80px}._atAGlanceLabel_11lsa_1928{display:flex;align-items:center;gap:12px;margin-bottom:20px}._atAGlanceLabelLine_11lsa_1935{width:36px;height:2px;background:var(--accent-color);border-radius:2px;flex-shrink:0}._atAGlanceLabelText_11lsa_1943{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-secondary)}._atAGlanceTitle_11lsa_1951{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;margin-bottom:40px;color:var(--text-primary)}._atAGlanceGrid_11lsa_1959{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}._atAGlanceCard_11lsa_1965{background:var(--bg-secondary);border-radius:16px;padding:32px;border:1px solid var(--border-color);display:flex;flex-direction:column;gap:12px}._atAGlanceCardLabel_11lsa_1975{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--accent-color)}._atAGlanceCardText_11lsa_1983{font-size:1rem;line-height:1.75;color:var(--text-primary);margin:0}._objectivesSection_11lsa_1991{padding:24px 0 80px}._objectivesTitle_11lsa_1995{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;margin-bottom:40px;color:var(--text-primary)}._objectivesGrid_11lsa_2003{display:grid;grid-template-columns:1fr 1fr;gap:24px}._objectivesCard_11lsa_2009{background:var(--bg-secondary);border-radius:16px;padding:40px;border:1px solid var(--border-color)}._objectivesCardLabel_11lsa_2016{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-secondary);margin-bottom:6px;display:block}._objectivesCardTitle_11lsa_2026{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin-bottom:24px}._objectivesList_11lsa_2033{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}._objectivesListItem_11lsa_2042{display:flex;align-items:flex-start;gap:12px;font-size:1rem;line-height:1.6;color:var(--text-primary)}._objectivesListDot_11lsa_2051{width:8px;height:8px;border-radius:50%;background:#e88903;margin-top:7px;flex-shrink:0}._turningPoint_11lsa_2061{padding:80px 0}._turningPointInner_11lsa_2065{background:var(--bg-secondary);border-radius:24px;padding:64px;border:1px solid var(--border-color);position:relative;overflow:hidden}._turningPointInner_11lsa_2065:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--diana-gradient);border-radius:24px 24px 0 0}._turningPointLabel_11lsa_2085{display:flex;align-items:center;gap:12px;margin-bottom:20px}._turningPointLabelText_11lsa_2092{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#e88903}._turningPointTitle_11lsa_2100{font-family:var(--font-serif);font-size:2rem;font-weight:700;margin-bottom:28px;color:var(--text-primary);line-height:1.2}._turningPointNarrative_11lsa_2109{font-size:1.0625rem;line-height:1.8;color:var(--text-primary);margin-bottom:20px}._turningPointNarrative_11lsa_2109:last-child{margin-bottom:0}@media(max-width:1024px){._atAGlanceGrid_11lsa_1959,._objectivesGrid_11lsa_2003{grid-template-columns:1fr;gap:16px}}@media(max-width:768px){._atAGlance_11lsa_1924,._objectivesSection_11lsa_1991,._turningPoint_11lsa_2061{padding:60px 0}._atAGlanceTitle_11lsa_1951,._objectivesTitle_11lsa_1995{font-size:2rem;margin-bottom:28px}._turningPointInner_11lsa_2065{padding:40px 28px}._turningPointTitle_11lsa_2100{font-size:1.5rem}}@media(max-width:480px){._atAGlance_11lsa_1924,._objectivesSection_11lsa_1991,._turningPoint_11lsa_2061{padding:40px 0}._atAGlanceTitle_11lsa_1951,._objectivesTitle_11lsa_1995{font-size:1.75rem}._atAGlanceCard_11lsa_1965,._objectivesCard_11lsa_2009{padding:24px}._turningPointInner_11lsa_2065{padding:32px 20px}}._projectDetail_16wvw_2{min-height:100vh;background:var(--bg-primary);color:var(--text-primary)}._projectContainer_16wvw_8{max-width:1440px;margin:0 auto;padding:0 24px}._projectHeader_16wvw_15{padding:0;text-align:left}._projectHeader_16wvw_15 ._detailMeta_16wvw_29,._projectHeader_16wvw_15 ._detailTitle_16wvw_30,._projectHeader_16wvw_15 ._detailSubtitle_16wvw_31,._projectHeader_16wvw_15 ._projectMetadata_16wvw_32{text-align:center}._detailMeta_16wvw_29{margin-bottom:24px;margin-top:24px}._detailTags_16wvw_41{margin-bottom:24px}._tagSeparator_16wvw_45{color:var(--text-tertiary)}._detailSubtitle_16wvw_31{font-size:1.125rem;font-weight:500;color:var(--text-secondary);margin-bottom:32px;text-align:center}._projectMetadata_16wvw_32{display:flex;justify-content:center;align-items:flex-start;gap:32px;margin:60px 0;flex-wrap:wrap}._metadataItem_16wvw_66{display:flex;flex-direction:column;align-items:flex-start;text-align:left;min-width:120px}._metadataDivider_16wvw_74{width:1px;height:40px;background:var(--border-color);margin-top:8px}._metadataLabel_16wvw_81{font-size:.875rem;font-weight:600;color:var(--text-secondary);margin-bottom:4px;letter-spacing:.25px}._metadataValue_16wvw_89{font-size:1rem;font-weight:500;color:var(--text-primary)}._softwareList_16wvw_95{display:flex;align-items:center;gap:8px;flex-wrap:wrap}._softwareItem_16wvw_102{display:flex;align-items:center;gap:4px}._softwareLogo_16wvw_109{width:16px;height:16px;object-fit:contain;border-radius:3px}._projectSummary_16wvw_116{max-width:800px;margin:0 auto 60px;padding:0 24px;text-align:center}._projectSummary_16wvw_116 p{font-size:1.125rem;line-height:1.7;color:var(--text-primary);margin-bottom:24px}._projectSummary_16wvw_116 p:last-of-type{margin-bottom:16px}._projectSummary_16wvw_116 ul{list-style:none;padding:0;margin:0;display:inline-block;text-align:left}._projectSummary_16wvw_116 li{position:relative;padding-left:20px;margin-bottom:8px;font-size:1.125rem;line-height:1.6;color:var(--text-primary)}._projectSummary_16wvw_116 li:before{content:"•";position:absolute;left:0;color:var(--text-primary);font-weight:700}@media(max-width:768px){._projectMetadata_16wvw_32{flex-direction:column;gap:20px}._metadataDivider_16wvw_74{display:none}._metadataItem_16wvw_66{align-items:center;text-align:center;width:100%}._metadataLabel_16wvw_81,._metadataValue_16wvw_89{text-align:center}._overviewContainer_16wvw_184{grid-template-columns:1fr!important;gap:40px}._overviewContent_16wvw_189{text-align:center}._problemQuote_16wvw_193{margin:0 16px;padding:32px 24px}._quoteMark_16wvw_198{font-size:3rem}._quoteMark_16wvw_198._opening_16wvw_202{top:-25px;left:-10px}._quoteMark_16wvw_198._closing_16wvw_207{bottom:-25px;right:-10px}._problemQuote_16wvw_193 p{font-size:1rem;margin:30px 0}}._detailTitle_16wvw_30{font-family:var(--font-serif);font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:16px;max-width:900px;margin-left:auto;margin-right:auto}._detailHero_16wvw_229{margin-top:60px}._heroImage_16wvw_233{width:100%;height:auto;max-height:600px;object-fit:contain;border-radius:16px;filter:saturate(0) brightness(1.2) contrast(1) invert(0);transition:filter .3s ease}._overviewSection_16wvw_244{padding:0}._overviewContainer_16wvw_184{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}._overviewTitle_16wvw_255{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;margin-bottom:32px;color:var(--text-primary)}._overviewContent_16wvw_189{text-align:left}._overviewContent_16wvw_189 p{font-size:1.125rem;line-height:1.7;color:var(--text-primary);margin-bottom:24px}._overviewContent_16wvw_189 p:last-of-type{margin-bottom:16px}._overviewContent_16wvw_189 ul{list-style:none;padding:0;margin:0}._overviewContent_16wvw_189 li{position:relative;padding-left:20px;font-size:1.125rem;line-height:1.6;color:var(--text-primary)}._overviewContent_16wvw_189 li:before{content:"•";position:absolute;left:0;color:var(--text-primary);font-weight:700}._overviewHero_16wvw_301{display:flex;justify-content:center;align-items:center}._overviewQuote_16wvw_307{margin-top:80px;display:flex;justify-content:center}._problemQuote_16wvw_193{margin:0 auto;padding:48px;background:var(--bg-secondary);border-radius:20px;position:relative}._quoteDecoration_16wvw_322{position:relative}._quoteMark_16wvw_198{font-size:4rem;color:var(--accent-color);opacity:.7;line-height:1;font-weight:700}._quoteMark_16wvw_198._opening_16wvw_202{position:absolute;top:-40px;left:-15px}._quoteMark_16wvw_198._closing_16wvw_207{position:absolute;bottom:-40px;right:-15px}._problemQuote_16wvw_193 p{font-size:1.125rem;line-height:1.6;font-style:italic;font-weight:600;margin:40px 0;color:var(--text-primary);position:relative;z-index:1}._roleApproach_16wvw_358{padding:80px 0}._approachContent_16wvw_362{display:grid;grid-template-columns:2fr 1fr;gap:80px;align-items:center}._approachTitle_16wvw_369{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;margin-bottom:32px;color:var(--text-primary);line-height:1.2}._approachText_16wvw_378 p{font-size:1.125rem;line-height:1.7;color:var(--text-primary);margin-bottom:24px}._approachText_16wvw_378 p:last-child{margin-bottom:0}._approachVisual_16wvw_389{display:flex;justify-content:center}._visualPlaceholder_16wvw_394{width:300px;height:200px;background:var(--bg-tertiary);border:2px dashed var(--border-color);border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);font-weight:500}._approachSvg_16wvw_407{width:100%;height:auto;filter:saturate(0) brightness(1.2) contrast(1) invert(0);transition:filter .3s ease}[data-theme=dark] ._approachSvg_16wvw_407{filter:saturate(0) brightness(1.2) contrast(1) invert(.1)}._projectTimeline_16wvw_421{padding:80px 0}._timelineTitle_16wvw_425{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;text-align:left;margin-bottom:32px;color:var(--text-primary)}._subsectionTitle_16wvw_434{margin-bottom:32px;font-family:var(--font-serif);font-size:2rem;font-weight:700;text-align:left;color:var(--text-primary)}._timelineSteps_16wvw_443{display:flex;flex-direction:column;gap:0}@media(min-width:769px){._timelineSteps_16wvw_443{flex-direction:row;justify-content:space-between;gap:20px}._timelineStep_16wvw_443{flex:1;display:flex;flex-direction:column;position:relative}._timelineIcon_16wvw_464{width:60px;height:60px;border-radius:50%;background:var(--text-primary);color:var(--bg-primary);display:flex;align-items:center;justify-content:center;margin-bottom:20px;z-index:2;position:relative}._timelineConnector_16wvw_478{position:absolute;top:30px;left:60px;width:calc(100% + 10px);height:2px;background:var(--border-color);z-index:1}._timelineStep_16wvw_443:last-child ._timelineConnector_16wvw_478{display:none}._timelineContent_16wvw_492{background:var(--bg-secondary);padding:20px;border-radius:12px;flex:1}}@media(max-width:768px){._timelineStep_16wvw_443{display:grid;grid-template-columns:60px 1fr;grid-template-rows:auto 1fr;gap:0 16px;grid-template-areas:"icon content" "connector content"}._timelineStep_16wvw_443:last-child{grid-template-areas:"icon content" ". content"}._timelineIcon_16wvw_464{grid-area:icon;width:60px;height:60px;border-radius:50%;background:var(--text-primary);color:var(--bg-primary);display:flex;align-items:center;justify-content:center}._timelineConnector_16wvw_478{grid-area:connector;width:2px;background:var(--border-color);justify-self:center}._timelineStep_16wvw_443:last-child ._timelineConnector_16wvw_478{display:none}._timelineContent_16wvw_492{grid-area:content;background:var(--bg-secondary);padding:20px;border-radius:12px;align-self:start;margin-bottom:24px}}._timelineIcon_16wvw_464 svg{width:24px;height:24px}._brainIcon_16wvw_559{width:24px;height:24px;filter:brightness(0) saturate(100%) invert(1);transition:filter .3s ease}[data-theme=dark] ._brainIcon_16wvw_559{filter:brightness(0) saturate(100%) invert(0)}._stepMeta_16wvw_571{text-align:left;margin-bottom:16px}._stepNumber_16wvw_576{font-size:.875rem;font-weight:600;color:var(--text-secondary);margin-bottom:8px;display:block}._stepTitle_16wvw_584{font-size:1.125rem;font-weight:700;color:var(--text-primary);margin:0;line-height:1.3}._stepContent_16wvw_592{text-align:left}._stepContent_16wvw_592 h4{font-size:1rem;font-weight:600;color:var(--text-primary);margin:0 0 12px}._stepContent_16wvw_592 ul{list-style:none;padding:0;margin:0}._stepContent_16wvw_592 li{position:relative;padding-left:20px;margin-bottom:4px;font-size:.95rem;color:var(--text-primary);line-height:1.6}._stepContent_16wvw_592 li:before{content:"•";position:absolute;left:0;color:var(--text-primary);font-weight:700}._stepContent_16wvw_592 li:last-child{margin-bottom:0}._researchInsights_16wvw_631{padding:80px 0}._insightsTitle_16wvw_635{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;text-align:left;margin-bottom:32px;color:var(--text-primary)}._insightsGrid_16wvw_644{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-top:48px}._insightCard_16wvw_651{background:var(--bg-secondary);border-radius:16px;padding:40px;border:1px solid var(--border-color)}._insightCardTitle_16wvw_658{font-size:1.5rem;font-weight:700;margin-bottom:24px;color:var(--text-primary)}._insightDescription_16wvw_665{font-size:1rem;line-height:1.6;color:var(--text-primary);margin-bottom:20px}._insightList_16wvw_672{list-style:none;padding:0;margin:0}._insightList_16wvw_672 li{position:relative;padding-left:32px;margin-bottom:16px;font-size:1rem;line-height:1.6;color:var(--text-primary)}._researchInsights_16wvw_631 ._insightsGrid_16wvw_644 ._insightCard_16wvw_651:first-child ._insightList_16wvw_672 li:before{content:""!important;position:absolute!important;left:0!important;top:2px!important;width:20px!important;height:20px!important;background-color:#c27d7d!important;mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M16 16s-1.5-2-4-2-4 2-4 2'/%3E%3Cline x1='9' y1='9' x2='9.01' y2='9'/%3E%3Cline x1='15' y1='9' x2='15.01' y2='9'/%3E%3C/svg%3E")!important;-webkit-mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M16 16s-1.5-2-4-2-4 2-4 2'/%3E%3Cline x1='9' y1='9' x2='9.01' y2='9'/%3E%3Cline x1='15' y1='9' x2='15.01' y2='9'/%3E%3C/svg%3E")!important;mask-repeat:no-repeat!important;-webkit-mask-repeat:no-repeat!important;mask-size:contain!important;-webkit-mask-size:contain!important}._researchInsights_16wvw_631._analyticsAiInsights_16wvw_709 ._insightCard_16wvw_651:first-child ._insightList_16wvw_672 li:before{content:""!important;position:absolute!important;left:0!important;top:2px!important;width:20px!important;height:20px!important;background-color:#7d9bc2!important;mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Ccircle cx='12' cy='12' r='6'/%3E%3Ccircle cx='12' cy='12' r='2'/%3E%3C/svg%3E")!important;-webkit-mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Ccircle cx='12' cy='12' r='6'/%3E%3Ccircle cx='12' cy='12' r='2'/%3E%3C/svg%3E")!important;mask-repeat:no-repeat!important;-webkit-mask-repeat:no-repeat!important;mask-size:contain!important;-webkit-mask-size:contain!important}._analyticsAiInsights_16wvw_709 ._insightCard_16wvw_651:last-child ._insightList_16wvw_672 li:nth-child(1):before{content:""!important;position:absolute!important;left:0!important;top:2px!important;width:20px!important;height:20px!important;background-color:#e6a23c!important;mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='8' x2='12' y2='12'/%3E%3Cline x1='12' y1='16' x2='12.01' y2='16'/%3E%3C/svg%3E")!important;-webkit-mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='8' x2='12' y2='12'/%3E%3Cline x1='12' y1='16' x2='12.01' y2='16'/%3E%3C/svg%3E")!important;mask-repeat:no-repeat!important;-webkit-mask-repeat:no-repeat!important;mask-size:contain!important;-webkit-mask-size:contain!important}._analyticsAiInsights_16wvw_709 ._insightCard_16wvw_651:last-child ._insightList_16wvw_672 li:nth-child(2):before{content:""!important;position:absolute!important;left:0!important;top:2px!important;width:20px!important;height:20px!important;background-color:#e6a23c!important;mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='8' x2='12' y2='12'/%3E%3Cline x1='12' y1='16' x2='12.01' y2='16'/%3E%3C/svg%3E")!important;-webkit-mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='8' x2='12' y2='12'/%3E%3Cline x1='12' y1='16' x2='12.01' y2='16'/%3E%3C/svg%3E")!important;mask-repeat:no-repeat!important;-webkit-mask-repeat:no-repeat!important;mask-size:contain!important;-webkit-mask-size:contain!important}._analyticsAiInsights_16wvw_709 ._insightCard_16wvw_651:last-child ._insightList_16wvw_672 li:nth-child(3):before{content:""!important;position:absolute!important;left:0!important;top:2px!important;width:20px!important;height:20px!important;background-color:#e6a23c!important;mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='8' x2='12' y2='12'/%3E%3Cline x1='12' y1='16' x2='12.01' y2='16'/%3E%3C/svg%3E")!important;-webkit-mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='8' x2='12' y2='12'/%3E%3Cline x1='12' y1='16' x2='12.01' y2='16'/%3E%3C/svg%3E")!important;mask-repeat:no-repeat!important;-webkit-mask-repeat:no-repeat!important;mask-size:contain!important;-webkit-mask-size:contain!important}._analyticsAiInsights_16wvw_709 ._insightCard_16wvw_651:last-child ._insightList_16wvw_672 li:nth-child(4):before{content:""!important;position:absolute!important;left:0!important;top:2px!important;width:20px!important;height:20px!important;background-color:#e6a23c!important;mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='8' x2='12' y2='12'/%3E%3Cline x1='12' y1='16' x2='12.01' y2='16'/%3E%3C/svg%3E")!important;-webkit-mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='8' x2='12' y2='12'/%3E%3Cline x1='12' y1='16' x2='12.01' y2='16'/%3E%3C/svg%3E")!important;mask-repeat:no-repeat!important;-webkit-mask-repeat:no-repeat!important;mask-size:contain!important;-webkit-mask-size:contain!important}._analyticsAiInsights_16wvw_709 ._insightCard_16wvw_651:last-child ._insightList_16wvw_672 li:nth-child(5):before{content:""!important;position:absolute!important;left:0!important;top:2px!important;width:20px!important;height:20px!important;background-color:#e6a23c!important;mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='8' x2='12' y2='12'/%3E%3Cline x1='12' y1='16' x2='12.01' y2='16'/%3E%3C/svg%3E")!important;-webkit-mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='8' x2='12' y2='12'/%3E%3Cline x1='12' y1='16' x2='12.01' y2='16'/%3E%3C/svg%3E")!important;mask-repeat:no-repeat!important;-webkit-mask-repeat:no-repeat!important;mask-size:contain!important;-webkit-mask-size:contain!important}._insightList_16wvw_672 li:last-child{margin-bottom:0}._insightItemContent_16wvw_811{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;width:100%}._insightText_16wvw_819{flex:1;line-height:1.6}._priorityTag_16wvw_824{display:inline-block;padding:3px 8px;border-radius:12px;font-size:.7rem;font-weight:500;white-space:nowrap;flex-shrink:0;margin-top:2px;border:1px solid}._priorityTag_16wvw_824._high_16wvw_836{border-color:#dc3545;color:#dc3545;background-color:#dc354514}._priorityTag_16wvw_824._medium_16wvw_842{border-color:#d97706;color:#d97706;background-color:#d9770614}._analyticsAiInsights_16wvw_709 ._insightList_16wvw_672 li{display:flex;align-items:flex-start;padding-left:30px;position:relative;margin-bottom:16px;line-height:1.6}._userFeedback_16wvw_859{padding:80px 0}._feedbackTitle_16wvw_863{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;text-align:left;margin-bottom:32px;color:var(--text-primary)}._feedbackGrid_16wvw_872{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:24px;margin-top:48px}._feedbackCard_16wvw_879{background:var(--bg-secondary);border-radius:16px;padding:32px;border:1px solid var(--border-color);display:flex;flex-direction:column;gap:16px}._feedbackIcon_16wvw_889{width:48px;height:48px;border-radius:12px;background:var(--text-primary);color:var(--bg-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}._feedbackIcon_16wvw_889._warning_16wvw_901{background:var(--text-primary);color:var(--bg-primary)}._feedbackIcon_16wvw_889 svg{width:24px;height:24px}._feedbackCardTitle_16wvw_911{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin:0;line-height:1.3}._feedbackText_16wvw_919{font-size:1rem;line-height:1.6;color:var(--text-primary);margin:0}._feedbackSubtext_16wvw_926{font-size:.95rem;line-height:1.5;color:var(--text-secondary);margin:0;font-style:italic}._finalDesign_16wvw_935{padding:80px 0}._designTitle_16wvw_939{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;text-align:left;margin-bottom:48px;color:var(--text-primary)}._designGroup_16wvw_948{margin-bottom:60px}._designGroup_16wvw_948:first-child{padding:80px 0}._designGroup_16wvw_948:last-child{margin-bottom:0}._designGroupInline_16wvw_960{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;align-items:start}._designGroupStacked_16wvw_967{display:flex;flex-direction:column;gap:40px;margin:0 auto}._designItem_16wvw_974{display:flex;justify-content:center;align-items:center;margin-block:40px}._designItemWrapper_16wvw_981{width:100%}._designImageContainer_16wvw_985{position:relative;width:100%}._designImage_16wvw_985{width:100%;height:auto;min-height:0;border-radius:12px;filter:drop-shadow(0 4px 12px rgba(0,0,0,.1));transition:transform .2s ease,filter .2s ease;display:block}._designImage_16wvw_985:hover{transform:translateY(-2px);filter:drop-shadow(0 8px 24px rgba(0,0,0,.15))}._scrollHintMobile_16wvw_1006{display:block;text-align:center;font-size:.875rem;color:var(--text-secondary);margin-top:12px;margin-bottom:8px;font-style:italic;opacity:.8}@media(min-width:769px){._scrollHintMobile_16wvw_1006{display:none}}._feedbackNextSteps_16wvw_1025{margin:0 auto;padding:80px 0}._feedbackNextStepsTitle_16wvw_1030{font-size:2.5rem;font-weight:700;text-align:left;margin-bottom:32px;color:var(--text-primary);font-family:var(--font-serif)}._feedbackNextStepsGrid_16wvw_1039{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-top:48px}._feedbackNextStepsCard_16wvw_1046{background:var(--bg-secondary);border-radius:16px;padding:40px;border:1px solid var(--border-color)}._feedbackNextStepsCard_16wvw_1046 h2{font-size:1.5rem;font-weight:700;margin-bottom:16px;color:var(--text-primary)}._feedbackNextStepsDescription_16wvw_1060{font-size:1rem;line-height:1.6;color:var(--text-primary);margin-bottom:20px}._feedbackNextStepsCard_16wvw_1046 ul{list-style:none;padding:0;margin:0}._feedbackNextStepsCard_16wvw_1046 li:before{position:absolute;left:0;color:var(--accent-color);font-weight:600;font-size:1.1rem}._feedbackNextStepsCard_16wvw_1046 li{position:relative;padding-left:32px;margin-bottom:16px;font-size:1rem;line-height:1.6;color:var(--text-primary)}._feedbackNextStepsCard_16wvw_1046 li:last-child{margin-bottom:0}._feedFeedbackSection_16wvw_1109 ._feedbackNextStepsGrid_16wvw_1039 ._feedbackCard_16wvw_879 li:before{content:""!important;position:absolute!important;left:0!important;top:0!important;width:20px!important;height:20px!important;background:none!important;background-color:#7d9bc2!important;color:transparent!important;font-weight:400!important;font-size:1rem!important;mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z'/%3E%3Cpath d='M9 12l2 2 4-4'/%3E%3C/svg%3E")!important;-webkit-mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z'/%3E%3Cpath d='M9 12l2 2 4-4'/%3E%3C/svg%3E")!important;mask-repeat:no-repeat!important;-webkit-mask-repeat:no-repeat!important;mask-size:contain!important;-webkit-mask-size:contain!important}._feedFeedbackSection_16wvw_1109 ._feedbackNextStepsGrid_16wvw_1039 ._nextStepsCard_16wvw_1130 li:before{content:""!important;position:absolute!important;left:0!important;top:2px!important;width:20px!important;height:20px!important;background:none!important;background-color:#7d9bc2!important;color:transparent!important;font-weight:400!important;font-size:1rem!important;mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3Cpolyline points='12,5 19,12 12,19'/%3E%3C/svg%3E")!important;-webkit-mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3Cpolyline points='12,5 19,12 12,19'/%3E%3C/svg%3E")!important;mask-repeat:no-repeat!important;-webkit-mask-repeat:no-repeat!important;mask-size:contain!important;-webkit-mask-size:contain!important}@media(max-width:1024px){._detailTitle_16wvw_30{font-size:3rem}._approachContent_16wvw_362{grid-template-columns:1fr;gap:40px}._insightsGrid_16wvw_644,._feedbackNextStepsGrid_16wvw_1039{grid-template-columns:1fr;gap:30px}._feedbackGrid_16wvw_872,._designGroupInline_16wvw_960{grid-template-columns:1fr;gap:24px}}@media(max-width:768px){._projectContainer_16wvw_8{padding:0 20px}._projectHeader_16wvw_15{padding:60px 0 40px}._roleApproach_16wvw_358,._projectTimeline_16wvw_421,._researchInsights_16wvw_631,._finalDesign_16wvw_935{padding:60px 0}._detailTitle_16wvw_30{font-size:2.5rem;margin-bottom:40px}._approachTitle_16wvw_369,._timelineTitle_16wvw_425,._insightsTitle_16wvw_635,._feedbackTitle_16wvw_863,._feedbackNextStepsTitle_16wvw_1030,._designTitle_16wvw_939{font-size:2rem;margin-bottom:24px}._heroPlaceholder_16wvw_1243{height:300px}._problemQuote_16wvw_193{padding:32px 24px;margin:0 16px}._problemQuote_16wvw_193 p{font-size:1.125rem}._stepMeta_16wvw_571{margin-bottom:16px;text-align:left}._stepContent_16wvw_592{text-align:left}._insightCard_16wvw_651,._feedbackNextStepsCard_16wvw_1046,._feedbackCard_16wvw_879{padding:24px}._overviewSection_16wvw_244{padding:60px 0}._feedbackGrid_16wvw_872{grid-template-columns:1fr;gap:20px}._designGroupInline_16wvw_960{grid-template-columns:1fr;gap:32px}._designGroupStacked_16wvw_967{gap:32px}._designGroupStacked_16wvw_967 ._designItem_16wvw_974{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;padding:0 20px;scrollbar-width:thin;scrollbar-color:var(--accent-color) transparent;position:relative}._designGroupStacked_16wvw_967 ._designItem_16wvw_974:after{content:"";position:absolute;top:0;right:0;width:40px;height:100%;background:linear-gradient(to right,transparent,var(--bg-primary));pointer-events:none;z-index:1}._designGroupStacked_16wvw_967 ._designItem_16wvw_974::-webkit-scrollbar{height:8px}._designGroupStacked_16wvw_967 ._designItem_16wvw_974::-webkit-scrollbar-track{background:var(--bg-secondary);border-radius:4px}._designGroupStacked_16wvw_967 ._designItem_16wvw_974::-webkit-scrollbar-thumb{background:var(--accent-color);border-radius:4px;opacity:.7}._designGroupStacked_16wvw_967 ._designItem_16wvw_974::-webkit-scrollbar-thumb:hover{background:var(--text-primary)}._designGroupStacked_16wvw_967 ._designImageContainer_16wvw_985{width:max-content;min-width:calc(100vw - 40px);padding-right:20px;background:transparent}._designGroupStacked_16wvw_967 ._designImage_16wvw_985{width:auto;height:60vh;max-height:400px;max-width:none;min-width:100vw;object-fit:contain;background:transparent}._designGroup_16wvw_948{margin-bottom:48px}._designItem_16wvw_974{margin-block:24px}._userFeedback_16wvw_859,._feedbackNextSteps_16wvw_1025,._closingStatement_16wvw_1151{padding:60px 20px}}@media(max-width:480px){._projectContainer_16wvw_8{padding:0 16px}._projectHeader_16wvw_15{padding:40px 0 32px}._roleApproach_16wvw_358,._projectTimeline_16wvw_421,._researchInsights_16wvw_631,._finalDesign_16wvw_935{padding:40px 0}._detailTitle_16wvw_30{font-size:2rem;margin-bottom:32px}._approachTitle_16wvw_369,._timelineTitle_16wvw_425,._insightsTitle_16wvw_635,._feedbackTitle_16wvw_863,._feedbackNextStepsTitle_16wvw_1030,._designTitle_16wvw_939{font-size:1.75rem}._problemQuote_16wvw_193{padding:24px 20px;margin:0 8px}._overviewSection_16wvw_244{padding:40px 0}._insightCard_16wvw_651,._feedbackNextStepsCard_16wvw_1046,._feedbackCard_16wvw_879{padding:20px}._heroPlaceholder_16wvw_1243{height:240px}._designPlaceholder_16wvw_1429._mobile_16wvw_1429{height:300px}._designPlaceholder_16wvw_1429._desktop_16wvw_1433{height:240px}._statNumber_16wvw_1437{font-size:2.5rem}._userFeedback_16wvw_859,._feedbackNextSteps_16wvw_1025,._closingStatement_16wvw_1151{padding:60px 16px}._closingText_16wvw_1158{font-size:1.25rem}._designItem_16wvw_974{margin-block:20px}}._newDirectionInsights_16wvw_1463 ._insightCard_16wvw_651:first-child ._insightList_16wvw_672 li:before{content:""!important;position:absolute!important;left:0!important;top:2px!important;width:20px!important;height:20px!important;background-color:#7d9bc2!important;mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='22,12 18,12 15,21 9,3 6,12 2,12'/%3E%3C/svg%3E")!important;-webkit-mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='22,12 18,12 15,21 9,3 6,12 2,12'/%3E%3C/svg%3E")!important;mask-repeat:no-repeat!important;-webkit-mask-repeat:no-repeat!important;mask-size:contain!important;-webkit-mask-size:contain!important}._newDirectionInsights_16wvw_1463 ._insightCard_16wvw_651:last-child ._insightList_16wvw_672 li:before{content:""!important;position:absolute!important;left:0!important;top:2px!important;width:20px!important;height:20px!important;background-color:#10b981!important;mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'/%3E%3C/svg%3E")!important;-webkit-mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'/%3E%3C/svg%3E")!important;mask-repeat:no-repeat!important;-webkit-mask-repeat:no-repeat!important;mask-size:contain!important;-webkit-mask-size:contain!important}._categoryIconContainer_16wvw_1497{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center}._categoryIcon_16wvw_1497{color:#fff}._insightCardHeader_16wvw_1510{display:flex;align-items:center;gap:12px;margin-bottom:24px}._insightCardHeader_16wvw_1510 h3{margin:0;font-size:1.5rem;font-weight:700;color:var(--text-primary)}._insightListNoBullets_16wvw_1524{list-style:none!important;padding:0!important;margin:0!important}._insightListNoBullets_16wvw_1524 li{position:relative!important;display:flex!important;align-items:flex-start!important;gap:12px!important;margin-bottom:16px!important;padding:0!important;line-height:1.6!important}._insightListNoBullets_16wvw_1524 li:last-child{margin-bottom:0!important}._listIcon_16wvw_1544{flex-shrink:0;margin-top:2px}._categoryIconContainer_16wvw_1497._painPoints_16wvw_1550{background-color:#c27d7d}._categoryIconContainer_16wvw_1497._challengesAddressed_16wvw_1554{background-color:#d4a574}._categoryIconContainer_16wvw_1497._feedbackItems_16wvw_1558{background-color:#7d9bc2}._listIcon_16wvw_1544._painPoints_16wvw_1550{color:#c27d7d}._listIcon_16wvw_1544._challengesAddressed_16wvw_1554{color:#d4a574}._listIcon_16wvw_1544._feedbackItems_16wvw_1558{color:#7d9bc2}@media(max-width:480px){._insightCardHeader_16wvw_1510{gap:10px}._insightCardHeader_16wvw_1510 h3{font-size:1.25rem}._categoryIconContainer_16wvw_1497{width:40px;height:40px;min-width:40px}}._atAGlance_16wvw_1596{padding:40px 0 80px}._atAGlanceLabel_16wvw_1600{display:flex;align-items:center;gap:12px;margin-bottom:20px}._atAGlanceLabelLine_16wvw_1607{width:36px;height:2px;background:var(--accent-color);border-radius:2px;flex-shrink:0}._atAGlanceLabelText_16wvw_1615{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-secondary)}._atAGlanceTitle_16wvw_1623{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;margin-bottom:40px;color:var(--text-primary)}._atAGlanceGrid_16wvw_1631{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}._atAGlanceCard_16wvw_1637{background:var(--bg-secondary);border-radius:16px;padding:32px;border:1px solid var(--border-color);display:flex;flex-direction:column;gap:12px}._atAGlanceCardLabel_16wvw_1647{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--accent-color)}._atAGlanceCardText_16wvw_1655{font-size:1rem;line-height:1.75;color:var(--text-primary);margin:0}._objectivesSection_16wvw_1663{padding:24px 0 80px}._objectivesTitle_16wvw_1667{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;margin-bottom:40px;color:var(--text-primary)}._objectivesGrid_16wvw_1675{display:grid;grid-template-columns:1fr 1fr;gap:24px}._objectivesCard_16wvw_1681{background:var(--bg-secondary);border-radius:16px;padding:40px;border:1px solid var(--border-color)}._objectivesCardLabel_16wvw_1688{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-secondary);margin-bottom:6px;display:block}._objectivesCardTitle_16wvw_1698{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin-bottom:24px}._objectivesList_16wvw_1705{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}._objectivesListItem_16wvw_1714{display:flex;align-items:flex-start;gap:12px;font-size:1rem;line-height:1.6;color:var(--text-primary)}._objectivesListDot_16wvw_1723{width:8px;height:8px;border-radius:50%;background:var(--accent-color);margin-top:7px;flex-shrink:0}._turningPoint_16wvw_1733{padding:80px 0}._turningPointInner_16wvw_1737{background:var(--bg-secondary);border-radius:24px;padding:64px;border:1px solid var(--border-color);position:relative;overflow:hidden}._turningPointInner_16wvw_1737:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--diana-gradient);border-radius:24px 24px 0 0}._turningPointLabel_16wvw_1757{display:flex;align-items:center;gap:12px;margin-bottom:20px}._turningPointLabelText_16wvw_1764{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--accent-color)}._turningPointTitle_16wvw_1772{font-family:var(--font-serif);font-size:2rem;font-weight:700;margin-bottom:28px;color:var(--text-primary);line-height:1.2}._turningPointNarrative_16wvw_1781{font-size:1.0625rem;line-height:1.8;color:var(--text-primary);margin-bottom:20px}._turningPointNarrative_16wvw_1781:last-child{margin-bottom:0}._closingStatement_16wvw_1151{max-width:1200px;margin:0 auto;padding:0 40px 80px;text-align:center}._closingText_16wvw_1158{font-size:1.5rem;font-weight:600;line-height:1.6;max-width:800px;margin:0 auto;background:var(--diana-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(max-width:1024px){._atAGlanceGrid_16wvw_1631,._objectivesGrid_16wvw_1675{grid-template-columns:1fr;gap:16px}}@media(max-width:768px){._atAGlance_16wvw_1596,._objectivesSection_16wvw_1663,._turningPoint_16wvw_1733{padding:60px 0}._atAGlanceTitle_16wvw_1623,._objectivesTitle_16wvw_1667{font-size:2rem;margin-bottom:28px}._turningPointInner_16wvw_1737{padding:40px 28px}._turningPointTitle_16wvw_1772{font-size:1.5rem}}@media(max-width:480px){._atAGlance_16wvw_1596,._objectivesSection_16wvw_1663,._turningPoint_16wvw_1733{padding:40px 0}._atAGlanceTitle_16wvw_1623,._objectivesTitle_16wvw_1667{font-size:1.75rem}._atAGlanceCard_16wvw_1637,._objectivesCard_16wvw_1681{padding:24px}._turningPointInner_16wvw_1737{padding:32px 20px}}._projectDetail_yeqhy_2{min-height:100vh;background:var(--bg-primary);color:var(--text-primary)}._projectContainer_yeqhy_8{max-width:1440px;margin:0 auto;padding:0 24px}._projectHeader_yeqhy_15{padding:0;text-align:left}._projectHeader_yeqhy_15 ._detailMeta_yeqhy_29,._projectHeader_yeqhy_15 ._detailTitle_yeqhy_30,._projectHeader_yeqhy_15 ._detailSubtitle_yeqhy_31,._projectHeader_yeqhy_15 ._projectMetadata_yeqhy_32{text-align:center}._detailMeta_yeqhy_29{margin-bottom:24px;margin-top:24px}._detailTags_yeqhy_41{margin-bottom:24px}._tagSeparator_yeqhy_45{color:var(--text-tertiary)}._detailSubtitle_yeqhy_31{font-size:1.125rem;font-weight:500;color:var(--text-secondary);margin-bottom:32px;text-align:center}._projectMetadata_yeqhy_32{display:flex;justify-content:center;align-items:flex-start;gap:32px;margin:60px 0;flex-wrap:wrap}._metadataItem_yeqhy_66{display:flex;flex-direction:column;align-items:flex-start;text-align:left;min-width:120px}._metadataDivider_yeqhy_74{width:1px;height:40px;background:var(--border-color);margin-top:8px}._metadataLabel_yeqhy_81{font-size:.875rem;font-weight:600;color:var(--text-secondary);margin-bottom:4px;letter-spacing:.25px}._metadataValue_yeqhy_89{font-size:1rem;font-weight:500;color:var(--text-primary)}._softwareList_yeqhy_95{display:flex;align-items:center;gap:8px;flex-wrap:wrap}._softwareItem_yeqhy_102{display:flex;align-items:center;gap:4px}._softwareLogo_yeqhy_109{width:16px;height:16px;object-fit:contain;border-radius:3px}._projectSummary_yeqhy_116{max-width:800px;margin:0 auto 60px;padding:0 24px;text-align:center}._projectSummary_yeqhy_116 p{font-size:1.125rem;line-height:1.7;color:var(--text-primary);margin-bottom:24px}._projectSummary_yeqhy_116 p:last-of-type{margin-bottom:16px}._projectSummary_yeqhy_116 ul{list-style:none;padding:0;margin:0;display:inline-block;text-align:left}._projectSummary_yeqhy_116 li{position:relative;padding-left:20px;margin-bottom:8px;font-size:1.125rem;line-height:1.6;color:var(--text-primary)}._projectSummary_yeqhy_116 li:before{content:"•";position:absolute;left:0;color:var(--text-primary);font-weight:700}@media(max-width:768px){._projectMetadata_yeqhy_32{flex-direction:column;gap:20px}._metadataDivider_yeqhy_74{display:none}._metadataItem_yeqhy_66{align-items:center;text-align:center;width:100%}._metadataLabel_yeqhy_81,._metadataValue_yeqhy_89{text-align:center}._overviewContainer_yeqhy_184{grid-template-columns:1fr!important;gap:40px}._overviewContent_yeqhy_189{text-align:center}._problemQuote_yeqhy_193{margin:0 16px;padding:32px 24px}._quoteMark_yeqhy_198{font-size:3rem}._quoteMark_yeqhy_198._opening_yeqhy_202{top:-25px;left:-10px}._quoteMark_yeqhy_198._closing_yeqhy_207{bottom:-25px;right:-10px}._problemQuote_yeqhy_193 p{font-size:1rem;margin:30px 0}}._detailTitle_yeqhy_30{font-family:var(--font-serif);font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:16px;max-width:900px;margin-left:auto;margin-right:auto}._detailHero_yeqhy_229{margin-top:60px}._heroImage_yeqhy_233{width:100%;height:auto;max-height:600px;object-fit:contain;border-radius:16px}._overviewSection_yeqhy_242{padding:0}._overviewContainer_yeqhy_184{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}._overviewTitle_yeqhy_253{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;margin-bottom:32px;color:var(--text-primary)}._overviewContent_yeqhy_189{text-align:left}._overviewContent_yeqhy_189 p{font-size:1.125rem;line-height:1.7;color:var(--text-primary);margin-bottom:24px}._overviewContent_yeqhy_189 p:last-of-type{margin-bottom:16px}._overviewContent_yeqhy_189 ul{list-style:none;padding:0;margin:0}._overviewContent_yeqhy_189 li{position:relative;padding-left:20px;font-size:1.125rem;line-height:1.6;color:var(--text-primary)}._overviewContent_yeqhy_189 li:before{content:"•";position:absolute;left:0;color:var(--text-primary);font-weight:700}._overviewHero_yeqhy_299{display:flex;justify-content:center;align-items:center}._overviewQuote_yeqhy_305{margin-top:80px;display:flex;justify-content:center}._problemQuote_yeqhy_193{margin:0 auto;padding:48px;background:var(--bg-secondary);border-radius:20px;position:relative}._quoteDecoration_yeqhy_320{position:relative}._quoteMark_yeqhy_198{font-size:4rem;color:var(--accent-color);opacity:.7;line-height:1;font-weight:700}._quoteMark_yeqhy_198._opening_yeqhy_202{position:absolute;top:-40px;left:-15px}._quoteMark_yeqhy_198._closing_yeqhy_207{position:absolute;bottom:-40px;right:-15px}._problemQuote_yeqhy_193 p{font-size:1.125rem;line-height:1.6;font-style:italic;font-weight:600;margin:40px 0;color:var(--text-primary);position:relative;z-index:1}._roleApproach_yeqhy_356{padding:80px 0}._approachContent_yeqhy_360{display:grid;grid-template-columns:2fr 1fr;gap:80px;align-items:center}._approachTitle_yeqhy_367{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;margin-bottom:32px;color:var(--text-primary);line-height:1.2}._approachText_yeqhy_376 p{font-size:1.125rem;line-height:1.7;color:var(--text-primary);margin-bottom:24px}._approachText_yeqhy_376 p:last-child{margin-bottom:0}._approachVisual_yeqhy_387{display:flex;justify-content:center}._visualPlaceholder_yeqhy_392{width:300px;height:200px;background:var(--bg-tertiary);border:2px dashed var(--border-color);border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);font-weight:500}._approachSvg_yeqhy_405{width:100%;height:auto;filter:saturate(0) brightness(1.2) contrast(1) invert(0);transition:filter .3s ease}[data-theme=dark] ._approachSvg_yeqhy_405{filter:saturate(0) brightness(1.2) contrast(1) invert(.1)}._projectTimeline_yeqhy_419{padding:80px 0}._timelineTitle_yeqhy_423{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;text-align:left;margin-bottom:32px;color:var(--text-primary)}._timelineSteps_yeqhy_432{display:flex;flex-direction:column;gap:0}@media(min-width:769px){._timelineSteps_yeqhy_432{flex-direction:row;justify-content:space-between;gap:20px}._timelineStep_yeqhy_432{flex:1;display:flex;flex-direction:column;position:relative}._timelineIcon_yeqhy_453{width:60px;height:60px;border-radius:50%;background:var(--text-primary);color:var(--bg-primary);display:flex;align-items:center;justify-content:center;margin-bottom:20px;z-index:2;position:relative}._timelineConnector_yeqhy_467{position:absolute;top:30px;left:60px;width:calc(100% + 10px);height:2px;background:var(--border-color);z-index:1}._timelineStep_yeqhy_432:last-child ._timelineConnector_yeqhy_467{display:none}._timelineContent_yeqhy_481{background:var(--bg-secondary);padding:20px;border-radius:12px;flex:1}}@media(max-width:768px){._timelineStep_yeqhy_432{display:grid;grid-template-columns:60px 1fr;grid-template-rows:auto 1fr;gap:0 16px;grid-template-areas:"icon content" "connector content"}._timelineStep_yeqhy_432:last-child{grid-template-areas:"icon content" ". content"}._timelineIcon_yeqhy_453{grid-area:icon;width:60px;height:60px;border-radius:50%;background:var(--text-primary);color:var(--bg-primary);display:flex;align-items:center;justify-content:center}._timelineConnector_yeqhy_467{grid-area:connector;width:2px;background:var(--border-color);justify-self:center}._timelineStep_yeqhy_432:last-child ._timelineConnector_yeqhy_467{display:none}._timelineContent_yeqhy_481{grid-area:content;background:var(--bg-secondary);padding:20px;border-radius:12px;align-self:start;margin-bottom:24px}}._timelineIcon_yeqhy_453 svg{width:24px;height:24px}._stepMeta_yeqhy_547{text-align:left;margin-bottom:16px}._stepNumber_yeqhy_552{font-size:.875rem;font-weight:600;color:var(--text-secondary);margin-bottom:8px;display:block}._stepTitle_yeqhy_560{font-size:1.125rem;font-weight:700;color:var(--text-primary);margin:0;line-height:1.3}._stepContent_yeqhy_568{text-align:left}._stepContent_yeqhy_568 h4{font-size:1rem;font-weight:600;color:var(--text-primary);margin:0 0 12px}._stepContent_yeqhy_568 ul{list-style:none;padding:0;margin:0}._stepContent_yeqhy_568 li{position:relative;padding-left:20px;margin-bottom:4px;font-size:.95rem;color:var(--text-primary);line-height:1.6}._stepContent_yeqhy_568 li:before{content:"•";position:absolute;left:0;color:var(--text-primary);font-weight:700}._stepContent_yeqhy_568 li:last-child{margin-bottom:0}._researchInsights_yeqhy_607{padding:80px 0}._insightsTitle_yeqhy_611{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;text-align:left;margin-bottom:32px;color:var(--text-primary)}._insightsGrid_yeqhy_620{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-top:48px}._insightCard_yeqhy_627{background:var(--bg-secondary);border-radius:16px;padding:40px;border:1px solid var(--border-color)}._insightCardTitle_yeqhy_634{font-size:1.5rem;font-weight:700;margin-bottom:24px;color:var(--text-primary)}._insightDescription_yeqhy_641{font-size:1rem;line-height:1.6;color:var(--text-primary);margin-bottom:20px}._insightList_yeqhy_648{list-style:none;padding:0;margin:0}._insightList_yeqhy_648 li{position:relative;padding-left:32px;margin-bottom:16px;font-size:1rem;line-height:1.6;color:var(--text-primary)}._researchInsights_yeqhy_607 ._insightsGrid_yeqhy_620 ._insightCard_yeqhy_627:first-child ._insightList_yeqhy_648 li:before{content:""!important;position:absolute!important;left:0!important;top:2px!important;width:20px!important;height:20px!important;background-color:#c27d7d!important;mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M16 16s-1.5-2-4-2-4 2-4 2'/%3E%3Cline x1='9' y1='9' x2='9.01' y2='9'/%3E%3Cline x1='15' y1='9' x2='15.01' y2='9'/%3E%3C/svg%3E")!important;-webkit-mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M16 16s-1.5-2-4-2-4 2-4 2'/%3E%3Cline x1='9' y1='9' x2='9.01' y2='9'/%3E%3Cline x1='15' y1='9' x2='15.01' y2='9'/%3E%3C/svg%3E")!important;mask-repeat:no-repeat!important;-webkit-mask-repeat:no-repeat!important;mask-size:contain!important;-webkit-mask-size:contain!important}._analyticsAiInsights_yeqhy_685 ._insightCard_yeqhy_627:last-child ._insightList_yeqhy_648 li:nth-child(1):before{content:""!important;position:absolute!important;left:0!important;top:2px!important;width:20px!important;height:20px!important;background-color:#7d9bc2!important;mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10'/%3E%3Cpath d='m9 12 2 2 4-4'/%3E%3C/svg%3E")!important;-webkit-mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10'/%3E%3Cpath d='m9 12 2 2 4-4'/%3E%3C/svg%3E")!important;mask-repeat:no-repeat!important;-webkit-mask-repeat:no-repeat!important;mask-size:contain!important;-webkit-mask-size:contain!important}._analyticsAiInsights_yeqhy_685 ._insightCard_yeqhy_627:last-child ._insightList_yeqhy_648 li:nth-child(2):before{content:""!important;position:absolute!important;left:0!important;top:2px!important;width:20px!important;height:20px!important;background-color:#7d9bc2!important;mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 12 7 10l5 5 5-5-2-2-3 3z'/%3E%3Cpath d='M21 12a9 9 0 1 1-9-9c2.52 0 4.93 1 6.74 2.74L21 8'/%3E%3Cpath d='M21 3v5h-5'/%3E%3C/svg%3E")!important;-webkit-mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 12 7 10l5 5 5-5-2-2-3 3z'/%3E%3Cpath d='M21 12a9 9 0 1 1-9-9c2.52 0 4.93 1 6.74 2.74L21 8'/%3E%3Cpath d='M21 3v5h-5'/%3E%3C/svg%3E")!important;mask-repeat:no-repeat!important;-webkit-mask-repeat:no-repeat!important;mask-size:contain!important;-webkit-mask-size:contain!important}._analyticsAiInsights_yeqhy_685 ._insightCard_yeqhy_627:last-child ._insightList_yeqhy_648 li:nth-child(3):before{content:""!important;position:absolute!important;left:0!important;top:2px!important;width:20px!important;height:20px!important;background-color:#7d9bc2!important;mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z'/%3E%3Cpath d='M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z'/%3E%3C/svg%3E")!important;-webkit-mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z'/%3E%3Cpath d='M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z'/%3E%3C/svg%3E")!important;mask-repeat:no-repeat!important;-webkit-mask-repeat:no-repeat!important;mask-size:contain!important;-webkit-mask-size:contain!important}._analyticsAiInsights_yeqhy_685 ._insightCard_yeqhy_627:last-child ._insightList_yeqhy_648 li:nth-child(4):before{content:""!important;position:absolute!important;left:0!important;top:2px!important;width:20px!important;height:20px!important;background-color:#7d9bc2!important;mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2'/%3E%3Crect width='8' height='4' x='8' y='2' rx='1' ry='1'/%3E%3Cpath d='m9 14 2 2 4-4'/%3E%3C/svg%3E")!important;-webkit-mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2'/%3E%3Crect width='8' height='4' x='8' y='2' rx='1' ry='1'/%3E%3Cpath d='m9 14 2 2 4-4'/%3E%3C/svg%3E")!important;mask-repeat:no-repeat!important;-webkit-mask-repeat:no-repeat!important;mask-size:contain!important;-webkit-mask-size:contain!important}._analyticsAiInsights_yeqhy_685 ._insightCard_yeqhy_627:last-child ._insightList_yeqhy_648 li:nth-child(5):before{content:""!important;position:absolute!important;left:0!important;top:2px!important;width:20px!important;height:20px!important;background-color:#7d9bc2!important;mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M22 21v-2a4 4 0 0 0-3-3.87'/%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'/%3E%3C/svg%3E")!important;-webkit-mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M22 21v-2a4 4 0 0 0-3-3.87'/%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'/%3E%3C/svg%3E")!important;mask-repeat:no-repeat!important;-webkit-mask-repeat:no-repeat!important;mask-size:contain!important;-webkit-mask-size:contain!important}._insightList_yeqhy_648 li:last-child{margin-bottom:0}._userFeedback_yeqhy_770{padding:80px 0}._feedbackTitle_yeqhy_774{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;text-align:left;margin-bottom:32px;color:var(--text-primary)}._feedbackGrid_yeqhy_783{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:24px;margin-top:48px}._feedbackCard_yeqhy_790{background:var(--bg-secondary);border-radius:16px;padding:32px;border:1px solid var(--border-color);display:flex;flex-direction:column;gap:16px}._feedbackIcon_yeqhy_800{width:48px;height:48px;border-radius:12px;background:var(--text-primary);color:var(--bg-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}._feedbackIcon_yeqhy_800._warning_yeqhy_812{background:var(--text-primary);color:var(--bg-primary)}._feedbackIcon_yeqhy_800 svg{width:24px;height:24px}._feedbackCardTitle_yeqhy_822{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin:0;line-height:1.3}._feedbackText_yeqhy_830{font-size:1rem;line-height:1.6;color:var(--text-primary);margin:0}._feedbackSubtext_yeqhy_837{font-size:.95rem;line-height:1.5;color:var(--text-secondary);margin:0;font-style:italic}._finalDesign_yeqhy_846{padding:80px 0}._designTitle_yeqhy_850{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;text-align:left;margin-bottom:48px;color:var(--text-primary)}._designGroup_yeqhy_859{margin-bottom:60px}._designGroup_yeqhy_859:first-child{padding:80px 0}._designGroup_yeqhy_859:last-child{margin-bottom:0}._designGroupInline_yeqhy_871{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;align-items:start}._designGroupStacked_yeqhy_878{display:flex;flex-direction:column;gap:40px;margin:0 auto}._designItem_yeqhy_885{display:flex;justify-content:center;align-items:center;margin-block:40px}._designItemWrapper_yeqhy_892{width:100%}._designImageContainer_yeqhy_896{position:relative;width:100%}._designImage_yeqhy_896{width:100%;height:auto;min-height:0;border-radius:12px;display:block}._scrollHintMobile_yeqhy_931{display:block;text-align:center;font-size:.875rem;color:var(--text-secondary);margin-top:12px;margin-bottom:8px;font-style:italic;opacity:.8}@media(min-width:769px){._scrollHintMobile_yeqhy_931{display:none}}._feedbackNextSteps_yeqhy_950{margin:0 auto;padding:80px 0}._feedbackNextStepsTitle_yeqhy_955{font-size:2.5rem;font-weight:700;text-align:left;margin-bottom:32px;color:var(--text-primary);font-family:var(--font-serif)}._feedbackNextStepsGrid_yeqhy_964{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-top:48px}._feedbackNextStepsCard_yeqhy_971{background:var(--bg-secondary);border-radius:16px;padding:40px;border:1px solid var(--border-color)}._feedbackNextStepsCard_yeqhy_971 h2{font-size:1.5rem;font-weight:700;margin-bottom:16px;color:var(--text-primary)}._feedbackNextStepsDescription_yeqhy_985{font-size:1rem;line-height:1.6;color:var(--text-primary);margin-bottom:20px}._feedbackNextStepsCard_yeqhy_971 ul{list-style:none;padding:0;margin:0}._feedbackNextStepsCard_yeqhy_971 li:before{position:absolute;left:0;color:var(--accent-color);font-weight:600;font-size:1.1rem}._feedbackNextStepsCard_yeqhy_971 li{position:relative;padding-left:32px;margin-bottom:16px;font-size:1rem;line-height:1.6;color:var(--text-primary)}._feedbackNextStepsCard_yeqhy_971 li:last-child{margin-bottom:0}._feedFeedbackSection_yeqhy_1034 ._feedbackNextStepsGrid_yeqhy_964 ._feedbackCard_yeqhy_790 li:before{content:""!important;position:absolute!important;left:0!important;top:0!important;width:20px!important;height:20px!important;background:none!important;background-color:#7d9bc2!important;color:transparent!important;font-weight:400!important;font-size:1rem!important;mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z'/%3E%3Cpath d='M9 12l2 2 4-4'/%3E%3C/svg%3E")!important;-webkit-mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z'/%3E%3Cpath d='M9 12l2 2 4-4'/%3E%3C/svg%3E")!important;mask-repeat:no-repeat!important;-webkit-mask-repeat:no-repeat!important;mask-size:contain!important;-webkit-mask-size:contain!important}._feedFeedbackSection_yeqhy_1034 ._feedbackNextStepsGrid_yeqhy_964 ._nextStepsCard_yeqhy_1055 li:before{content:""!important;position:absolute!important;left:0!important;top:2px!important;width:20px!important;height:20px!important;background:none!important;background-color:#7d9bc2!important;color:transparent!important;font-weight:400!important;font-size:1rem!important;mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3Cpolyline points='12,5 19,12 12,19'/%3E%3C/svg%3E")!important;-webkit-mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3Cpolyline points='12,5 19,12 12,19'/%3E%3C/svg%3E")!important;mask-repeat:no-repeat!important;-webkit-mask-repeat:no-repeat!important;mask-size:contain!important;-webkit-mask-size:contain!important}._closingStatement_yeqhy_1076{max-width:1200px;margin:0 auto;padding:0 40px 80px;text-align:center}._closingText_yeqhy_1083{font-size:1.5rem;font-weight:600;line-height:1.6;max-width:800px;margin:0 auto;background:var(--diana-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(max-width:1024px){._detailTitle_yeqhy_30{font-size:3rem}._approachContent_yeqhy_360{grid-template-columns:1fr;gap:40px}._insightsGrid_yeqhy_620,._feedbackNextStepsGrid_yeqhy_964{grid-template-columns:1fr;gap:30px}._feedbackGrid_yeqhy_783,._designGroupInline_yeqhy_871{grid-template-columns:1fr;gap:24px}}@media(max-width:768px){._projectContainer_yeqhy_8{padding:0 20px}._projectHeader_yeqhy_15{padding:60px 0 40px}._roleApproach_yeqhy_356,._projectTimeline_yeqhy_419,._researchInsights_yeqhy_607,._finalDesign_yeqhy_846{padding:60px 0}._detailTitle_yeqhy_30{font-size:2.5rem;margin-bottom:40px}._approachTitle_yeqhy_367,._timelineTitle_yeqhy_423,._insightsTitle_yeqhy_611,._feedbackTitle_yeqhy_774,._feedbackNextStepsTitle_yeqhy_955,._designTitle_yeqhy_850{font-size:2rem;margin-bottom:24px}._heroPlaceholder_yeqhy_1168{height:300px}._problemQuote_yeqhy_193{padding:32px 24px;margin:0 16px}._problemQuote_yeqhy_193 p{font-size:1.125rem}._stepMeta_yeqhy_547{margin-bottom:16px;text-align:left}._stepContent_yeqhy_568{text-align:left}._insightCard_yeqhy_627,._feedbackNextStepsCard_yeqhy_971,._feedbackCard_yeqhy_790{padding:24px}._overviewSection_yeqhy_242{padding:60px 0}._feedbackGrid_yeqhy_783{grid-template-columns:1fr;gap:20px}._designGroupInline_yeqhy_871{grid-template-columns:1fr;gap:32px}._designGroupStacked_yeqhy_878{gap:32px}._designGroupStacked_yeqhy_878 ._designItem_yeqhy_885{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;padding:0 20px;scrollbar-width:thin;scrollbar-color:var(--accent-color) transparent;position:relative}._designGroupStacked_yeqhy_878 ._designItem_yeqhy_885:after{content:"";position:absolute;top:0;right:0;width:40px;height:100%;background:linear-gradient(to right,transparent,var(--bg-primary));pointer-events:none;z-index:1}._designGroupStacked_yeqhy_878 ._designItem_yeqhy_885::-webkit-scrollbar{height:8px}._designGroupStacked_yeqhy_878 ._designItem_yeqhy_885::-webkit-scrollbar-track{background:var(--bg-secondary);border-radius:4px}._designGroupStacked_yeqhy_878 ._designItem_yeqhy_885::-webkit-scrollbar-thumb{background:var(--accent-color);border-radius:4px;opacity:.7}._designGroupStacked_yeqhy_878 ._designItem_yeqhy_885::-webkit-scrollbar-thumb:hover{background:var(--text-primary)}._designGroupStacked_yeqhy_878 ._designImageContainer_yeqhy_896{width:max-content;min-width:calc(100vw - 40px);padding-right:20px;background:transparent}._designGroupStacked_yeqhy_878 ._designImage_yeqhy_896{width:auto;height:60vh;max-height:400px;max-width:none;min-width:100vw;object-fit:contain;background:transparent}._designGroup_yeqhy_859{margin-bottom:48px}._designItem_yeqhy_885{margin-block:24px}._userFeedback_yeqhy_770,._feedbackNextSteps_yeqhy_950,._closingStatement_yeqhy_1076{padding:60px 20px}}@media(max-width:480px){._projectContainer_yeqhy_8{padding:0 16px}._projectHeader_yeqhy_15{padding:40px 0 32px}._roleApproach_yeqhy_356,._projectTimeline_yeqhy_419,._researchInsights_yeqhy_607,._finalDesign_yeqhy_846{padding:40px 0}._detailTitle_yeqhy_30{font-size:2rem;margin-bottom:32px}._approachTitle_yeqhy_367,._timelineTitle_yeqhy_423,._insightsTitle_yeqhy_611,._feedbackTitle_yeqhy_774,._feedbackNextStepsTitle_yeqhy_955,._designTitle_yeqhy_850{font-size:1.75rem}._problemQuote_yeqhy_193{padding:24px 20px;margin:0 8px}._overviewSection_yeqhy_242{padding:40px 0}._insightCard_yeqhy_627,._feedbackNextStepsCard_yeqhy_971,._feedbackCard_yeqhy_790{padding:20px}._heroPlaceholder_yeqhy_1168{height:240px}._designPlaceholder_yeqhy_1354._mobile_yeqhy_1354{height:300px}._designPlaceholder_yeqhy_1354._desktop_yeqhy_1358{height:240px}._statNumber_yeqhy_1362{font-size:2.5rem}._userFeedback_yeqhy_770,._feedbackNextSteps_yeqhy_950,._closingStatement_yeqhy_1076{padding:60px 16px}._closingText_yeqhy_1083{font-size:1.25rem}._designItem_yeqhy_885{margin-block:20px}}._categoryIconContainer_yeqhy_1388{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center}._categoryIcon_yeqhy_1388{color:#fff}._insightCardHeader_yeqhy_1401{display:flex;align-items:center;gap:12px;margin-bottom:24px}._insightCardHeader_yeqhy_1401 h3{margin:0;font-size:1.5rem;font-weight:700;color:var(--text-primary)}._insightListNoBullets_yeqhy_1415{list-style:none!important;padding:0!important;margin:0!important}._insightListNoBullets_yeqhy_1415 li{position:relative!important;display:flex!important;align-items:flex-start!important;gap:12px!important;margin-bottom:16px!important;padding:0!important;line-height:1.6!important}._insightListNoBullets_yeqhy_1415 li:last-child{margin-bottom:0!important}._listIcon_yeqhy_1435{flex-shrink:0;margin-top:2px}._categoryIconContainer_yeqhy_1388._painPoints_yeqhy_1441{background-color:#c27d7d}._categoryIconContainer_yeqhy_1388._challengesAddressed_yeqhy_1445{background-color:#d4a574}._categoryIconContainer_yeqhy_1388._feedbackItems_yeqhy_1449{background-color:#7d9bc2}._categoryIconContainer_yeqhy_1388._methodologyItems_yeqhy_1453{background-color:#7da5c2}._categoryIconContainer_yeqhy_1388._positiveImpactItems_yeqhy_1457{background-color:#7dc29b}._listIcon_yeqhy_1435._painPoints_yeqhy_1441{color:#c27d7d}._listIcon_yeqhy_1435._challengesAddressed_yeqhy_1445{color:#d4a574}._listIcon_yeqhy_1435._feedbackItems_yeqhy_1449{color:#7d9bc2}._listIcon_yeqhy_1435._methodologyItems_yeqhy_1453{color:#7da5c2}._listIcon_yeqhy_1435._positiveImpactItems_yeqhy_1457{color:#7dc29b}@media(max-width:480px){._insightCardHeader_yeqhy_1401{gap:10px}._insightCardHeader_yeqhy_1401 h3{font-size:1.25rem}._categoryIconContainer_yeqhy_1388{width:40px;height:40px;min-width:40px}}._atAGlance_yeqhy_1504{padding:40px 0 80px}._atAGlanceLabel_yeqhy_1508{display:flex;align-items:center;gap:12px;margin-bottom:20px}._atAGlanceLabelLine_yeqhy_1515{width:36px;height:2px;background:var(--accent-color);border-radius:2px;flex-shrink:0}._atAGlanceLabelText_yeqhy_1523{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-secondary)}._atAGlanceTitle_yeqhy_1531{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;margin-bottom:40px;color:var(--text-primary)}._atAGlanceGrid_yeqhy_1539{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}._atAGlanceCard_yeqhy_1545{background:var(--bg-secondary);border-radius:16px;padding:32px;border:1px solid var(--border-color);display:flex;flex-direction:column;gap:12px}._atAGlanceCardLabel_yeqhy_1555{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--accent-color)}._atAGlanceCardText_yeqhy_1563{font-size:1rem;line-height:1.75;color:var(--text-primary);margin:0}._objectivesSection_yeqhy_1571{padding:24px 0 80px}._objectivesTitle_yeqhy_1575{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;margin-bottom:40px;color:var(--text-primary)}._objectivesGrid_yeqhy_1583{display:grid;grid-template-columns:1fr 1fr;gap:24px}._objectivesCard_yeqhy_1589{background:var(--bg-secondary);border-radius:16px;padding:40px;border:1px solid var(--border-color)}._objectivesCardLabel_yeqhy_1596{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-secondary);margin-bottom:6px;display:block}._objectivesCardTitle_yeqhy_1606{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin-bottom:24px}._objectivesList_yeqhy_1613{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}._objectivesListItem_yeqhy_1622{display:flex;align-items:flex-start;gap:12px;font-size:1rem;line-height:1.6;color:var(--text-primary)}._objectivesListDot_yeqhy_1631{width:8px;height:8px;border-radius:50%;background:var(--accent-color);margin-top:7px;flex-shrink:0}._turningPoint_yeqhy_1641{padding:80px 0}._turningPointInner_yeqhy_1645{background:var(--bg-secondary);border-radius:24px;padding:64px;border:1px solid var(--border-color);position:relative;overflow:hidden}._turningPointInner_yeqhy_1645:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--diana-gradient);border-radius:24px 24px 0 0}._turningPointLabel_yeqhy_1665{display:flex;align-items:center;gap:12px;margin-bottom:20px}._turningPointLabelText_yeqhy_1672{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--accent-color)}._turningPointTitle_yeqhy_1680{font-family:var(--font-serif);font-size:2rem;font-weight:700;margin-bottom:28px;color:var(--text-primary);line-height:1.2}._turningPointNarrative_yeqhy_1689{font-size:1.0625rem;line-height:1.8;color:var(--text-primary);margin-bottom:20px}._turningPointNarrative_yeqhy_1689:last-child{margin-bottom:0}@media(max-width:1024px){._atAGlanceGrid_yeqhy_1539,._objectivesGrid_yeqhy_1583{grid-template-columns:1fr;gap:16px}}@media(max-width:768px){._atAGlance_yeqhy_1504,._objectivesSection_yeqhy_1571,._turningPoint_yeqhy_1641{padding:60px 0}._atAGlanceTitle_yeqhy_1531,._objectivesTitle_yeqhy_1575{font-size:2rem;margin-bottom:28px}._turningPointInner_yeqhy_1645{padding:40px 28px}._turningPointTitle_yeqhy_1680{font-size:1.5rem}}@media(max-width:480px){._atAGlance_yeqhy_1504,._objectivesSection_yeqhy_1571,._turningPoint_yeqhy_1641{padding:40px 0}._atAGlanceTitle_yeqhy_1531,._objectivesTitle_yeqhy_1575{font-size:1.75rem}._atAGlanceCard_yeqhy_1545,._objectivesCard_yeqhy_1589{padding:24px}._turningPointInner_yeqhy_1645{padding:32px 20px}}._projectDetail_11fsf_2{min-height:100vh;background:var(--bg-primary);color:var(--text-primary)}._projectContainer_11fsf_8{max-width:1440px;margin:0 auto;padding:0 24px}._projectHeader_11fsf_15{padding:0;text-align:left}._projectHeader_11fsf_15 ._detailMeta_11fsf_29,._projectHeader_11fsf_15 ._detailTitle_11fsf_30,._projectHeader_11fsf_15 ._detailSubtitle_11fsf_31,._projectHeader_11fsf_15 ._projectMetadata_11fsf_32{text-align:center}._detailMeta_11fsf_29{margin-bottom:24px;margin-top:24px}._detailTags_11fsf_41{margin-bottom:24px}._tagSeparator_11fsf_45{color:var(--text-tertiary)}._detailSubtitle_11fsf_31{font-size:1.125rem;font-weight:500;color:var(--text-secondary);margin-bottom:32px;text-align:center}._projectMetadata_11fsf_32{display:flex;justify-content:center;align-items:flex-start;gap:32px;margin:60px 0;flex-wrap:wrap}._metadataItem_11fsf_66{display:flex;flex-direction:column;align-items:flex-start;text-align:left;min-width:120px}._metadataDivider_11fsf_74{width:1px;height:40px;background:var(--border-color);margin-top:8px}._metadataLabel_11fsf_81{font-size:.875rem;font-weight:600;color:var(--text-secondary);margin-bottom:4px;letter-spacing:.25px}._metadataValue_11fsf_89{font-size:1rem;font-weight:500;color:var(--text-primary)}._softwareList_11fsf_95{display:flex;align-items:center;gap:8px;flex-wrap:wrap}._softwareItem_11fsf_102{display:flex;align-items:center;gap:4px}._softwareLogo_11fsf_109{width:16px;height:16px;object-fit:contain;border-radius:3px}._projectSummary_11fsf_116{max-width:800px;margin:0 auto 60px;padding:0 24px;text-align:center}._projectSummary_11fsf_116 p{font-size:1.125rem;line-height:1.7;color:var(--text-primary);margin-bottom:24px}._projectSummary_11fsf_116 p:last-of-type{margin-bottom:16px}._projectSummary_11fsf_116 ul{list-style:none;padding:0;margin:0;display:inline-block;text-align:left}._projectSummary_11fsf_116 li{position:relative;padding-left:20px;margin-bottom:8px;font-size:1.125rem;line-height:1.6;color:var(--text-primary)}._projectSummary_11fsf_116 li:before{content:"•";position:absolute;left:0;color:var(--text-primary);font-weight:700}@media(max-width:768px){._projectMetadata_11fsf_32{flex-direction:column;gap:20px}._metadataDivider_11fsf_74{display:none}._metadataItem_11fsf_66{align-items:center;text-align:center;width:100%}._metadataLabel_11fsf_81,._metadataValue_11fsf_89{text-align:center}._overviewContainer_11fsf_184{grid-template-columns:1fr!important;gap:40px}._overviewContent_11fsf_189{text-align:center}._problemQuote_11fsf_193{margin:0 16px;padding:32px 24px}._quoteMark_11fsf_198{font-size:3rem}._quoteMark_11fsf_198._opening_11fsf_202{top:-25px;left:-10px}._quoteMark_11fsf_198._closing_11fsf_207{bottom:-25px;right:-10px}._problemQuote_11fsf_193 p{font-size:1rem;margin:30px 0}}._detailTitle_11fsf_30{font-family:var(--font-serif);font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:16px;max-width:900px;margin-left:auto;margin-right:auto}._detailHero_11fsf_229{margin-top:60px}._heroImage_11fsf_233{width:100%;height:auto;max-height:600px;object-fit:contain;border-radius:16px;filter:saturate(0) brightness(1.2) contrast(1) invert(0);transition:filter .3s ease}._overviewSection_11fsf_244{padding:0}._overviewContainer_11fsf_184{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}._overviewTitle_11fsf_255{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;margin-bottom:32px;color:var(--text-primary)}._overviewContent_11fsf_189{text-align:left}._overviewContent_11fsf_189 p{font-size:1.125rem;line-height:1.7;color:var(--text-primary);margin-bottom:24px}._overviewContent_11fsf_189 p:last-of-type{margin-bottom:16px}._overviewContent_11fsf_189 ul{list-style:none;padding:0;margin:0}._overviewContent_11fsf_189 li{position:relative;padding-left:20px;font-size:1.125rem;line-height:1.6;color:var(--text-primary)}._overviewContent_11fsf_189 li:before{content:"•";position:absolute;left:0;color:var(--text-primary);font-weight:700}._overviewHero_11fsf_301{display:flex;justify-content:center;align-items:center}._overviewQuote_11fsf_307{margin-top:80px;display:flex;justify-content:center}._problemQuote_11fsf_193{margin:0 auto;padding:48px;background:var(--bg-secondary);border-radius:20px;position:relative}._quoteDecoration_11fsf_322{position:relative}._quoteMark_11fsf_198{font-size:4rem;color:var(--accent-color);opacity:.7;line-height:1;font-weight:700}._quoteMark_11fsf_198._opening_11fsf_202{position:absolute;top:-40px;left:-15px}._quoteMark_11fsf_198._closing_11fsf_207{position:absolute;bottom:-40px;right:-15px}._problemQuote_11fsf_193 p{font-size:1.125rem;line-height:1.6;font-style:italic;font-weight:600;margin:40px 0;color:var(--text-primary);position:relative;z-index:1}._roleApproach_11fsf_358{padding:80px 0}._approachContent_11fsf_362{display:grid;grid-template-columns:2fr 1fr;gap:80px;align-items:center}._approachTitle_11fsf_369{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;margin-bottom:32px;color:var(--text-primary);line-height:1.2}._approachText_11fsf_378 p{font-size:1.125rem;line-height:1.7;color:var(--text-primary);margin-bottom:24px}._approachText_11fsf_378 p:last-child{margin-bottom:0}._approachVisual_11fsf_389{display:flex;justify-content:center}._visualPlaceholder_11fsf_394{width:300px;height:200px;background:var(--bg-tertiary);border:2px dashed var(--border-color);border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);font-weight:500}._approachSvg_11fsf_407{width:100%;height:auto;filter:saturate(0) brightness(1.2) contrast(1) invert(0);transition:filter .3s ease}[data-theme=dark] ._approachSvg_11fsf_407{filter:saturate(0) brightness(1.2) contrast(1) invert(.1)}._projectTimeline_11fsf_421{padding:80px 0}._timelineTitle_11fsf_425{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;text-align:left;margin-bottom:32px;color:var(--text-primary)}._subsectionTitle_11fsf_434{margin-bottom:32px;font-family:var(--font-serif);font-size:2rem;font-weight:700;text-align:left;color:var(--text-primary)}._timelineSteps_11fsf_443{display:flex;flex-direction:column;gap:0}@media(min-width:769px){._timelineSteps_11fsf_443{flex-direction:row;justify-content:space-between;gap:20px}._timelineStep_11fsf_443{flex:1;display:flex;flex-direction:column;position:relative}._timelineIcon_11fsf_464{width:60px;height:60px;border-radius:50%;background:var(--text-primary);color:var(--bg-primary);display:flex;align-items:center;justify-content:center;margin-bottom:20px;z-index:2;position:relative}._timelineConnector_11fsf_478{position:absolute;top:30px;left:60px;width:calc(100% + 10px);height:2px;background:var(--border-color);z-index:1}._timelineStep_11fsf_443:last-child ._timelineConnector_11fsf_478{display:none}._timelineContent_11fsf_492{background:var(--bg-secondary);padding:20px;border-radius:12px;flex:1}}@media(max-width:768px){._timelineStep_11fsf_443{display:grid;grid-template-columns:60px 1fr;grid-template-rows:auto 1fr;gap:0 16px;grid-template-areas:"icon content" "connector content"}._timelineStep_11fsf_443:last-child{grid-template-areas:"icon content" ". content"}._timelineIcon_11fsf_464{grid-area:icon;width:60px;height:60px;border-radius:50%;background:var(--text-primary);color:var(--bg-primary);display:flex;align-items:center;justify-content:center}._timelineConnector_11fsf_478{grid-area:connector;width:2px;background:var(--border-color);justify-self:center}._timelineStep_11fsf_443:last-child ._timelineConnector_11fsf_478{display:none}._timelineContent_11fsf_492{grid-area:content;background:var(--bg-secondary);padding:20px;border-radius:12px;align-self:start;margin-bottom:24px}}._timelineIcon_11fsf_464 svg{width:24px;height:24px}._brainIcon_11fsf_559{width:24px;height:24px;filter:brightness(0) saturate(100%) invert(1);transition:filter .3s ease}[data-theme=dark] ._brainIcon_11fsf_559{filter:brightness(0) saturate(100%) invert(0)}._stepMeta_11fsf_571{text-align:left;margin-bottom:16px}._stepNumber_11fsf_576{font-size:.875rem;font-weight:600;color:var(--text-secondary);margin-bottom:8px;display:block}._stepTitle_11fsf_584{font-size:1.125rem;font-weight:700;color:var(--text-primary);margin:0;line-height:1.3}._stepContent_11fsf_592{text-align:left}._stepContent_11fsf_592 h4{font-size:1rem;font-weight:600;color:var(--text-primary);margin:0 0 12px}._stepContent_11fsf_592 ul{list-style:none;padding:0;margin:0}._stepContent_11fsf_592 li{position:relative;padding-left:20px;margin-bottom:4px;font-size:.95rem;color:var(--text-primary);line-height:1.6}._stepContent_11fsf_592 li:before{content:"•";position:absolute;left:0;color:var(--text-primary);font-weight:700}._stepContent_11fsf_592 li:last-child{margin-bottom:0}._researchInsights_11fsf_631{padding:80px 0}._insightsTitle_11fsf_635{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;text-align:left;margin-bottom:32px;color:var(--text-primary)}._insightsGrid_11fsf_644{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-top:48px}._insightCard_11fsf_651{background:var(--bg-secondary);border-radius:16px;padding:40px;border:1px solid var(--border-color)}._insightCardTitle_11fsf_658{font-size:1.5rem;font-weight:700;margin-bottom:24px;color:var(--text-primary)}._insightDescription_11fsf_665{font-size:1rem;line-height:1.6;color:var(--text-primary);margin-bottom:20px}._insightList_11fsf_672{list-style:none;padding:0;margin:0}._insightList_11fsf_672 li{position:relative;padding-left:32px;margin-bottom:16px;font-size:1rem;line-height:1.6;color:var(--text-primary)}._researchInsights_11fsf_631 ._insightsGrid_11fsf_644 ._insightCard_11fsf_651:first-child ._insightList_11fsf_672 li:before{content:""!important;position:absolute!important;left:0!important;top:4px!important;width:20px!important;height:20px!important;background-color:#c27d7d!important;mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M16 16s-1.5-2-4-2-4 2-4 2'/%3E%3Cline x1='9' y1='9' x2='9.01' y2='9'/%3E%3Cline x1='15' y1='9' x2='15.01' y2='9'/%3E%3C/svg%3E")!important;-webkit-mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M16 16s-1.5-2-4-2-4 2-4 2'/%3E%3Cline x1='9' y1='9' x2='9.01' y2='9'/%3E%3Cline x1='15' y1='9' x2='15.01' y2='9'/%3E%3C/svg%3E")!important;mask-repeat:no-repeat!important;-webkit-mask-repeat:no-repeat!important;mask-size:contain!important;-webkit-mask-size:contain!important}._researchInsights_11fsf_631._analyticsAiInsights_11fsf_709 ._insightCard_11fsf_651:first-child ._insightList_11fsf_672 li:before{content:""!important;position:absolute!important;left:0!important;top:4px!important;width:20px!important;height:20px!important;background-color:#7d9bc2!important;mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Ccircle cx='12' cy='12' r='6'/%3E%3Ccircle cx='12' cy='12' r='2'/%3E%3C/svg%3E")!important;-webkit-mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Ccircle cx='12' cy='12' r='6'/%3E%3Ccircle cx='12' cy='12' r='2'/%3E%3C/svg%3E")!important;mask-repeat:no-repeat!important;-webkit-mask-repeat:no-repeat!important;mask-size:contain!important;-webkit-mask-size:contain!important}._analyticsAiInsights_11fsf_709 ._insightCard_11fsf_651:last-child ._insightList_11fsf_672 li:nth-child(1):before{content:""!important;position:absolute!important;left:0!important;top:4px!important;width:20px!important;height:20px!important;background-color:#e6a23c!important;mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='8' x2='12' y2='12'/%3E%3Cline x1='12' y1='16' x2='12.01' y2='16'/%3E%3C/svg%3E")!important;-webkit-mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='8' x2='12' y2='12'/%3E%3Cline x1='12' y1='16' x2='12.01' y2='16'/%3E%3C/svg%3E")!important;mask-repeat:no-repeat!important;-webkit-mask-repeat:no-repeat!important;mask-size:contain!important;-webkit-mask-size:contain!important}._analyticsAiInsights_11fsf_709 ._insightCard_11fsf_651:last-child ._insightList_11fsf_672 li:nth-child(2):before{content:""!important;position:absolute!important;left:0!important;top:2px!important;width:20px!important;height:20px!important;background-color:#e6a23c!important;mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='8' x2='12' y2='12'/%3E%3Cline x1='12' y1='16' x2='12.01' y2='16'/%3E%3C/svg%3E")!important;-webkit-mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='8' x2='12' y2='12'/%3E%3Cline x1='12' y1='16' x2='12.01' y2='16'/%3E%3C/svg%3E")!important;mask-repeat:no-repeat!important;-webkit-mask-repeat:no-repeat!important;mask-size:contain!important;-webkit-mask-size:contain!important}._analyticsAiInsights_11fsf_709 ._insightCard_11fsf_651:last-child ._insightList_11fsf_672 li:nth-child(3):before{content:""!important;position:absolute!important;left:0!important;top:2px!important;width:20px!important;height:20px!important;background-color:#e6a23c!important;mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='8' x2='12' y2='12'/%3E%3Cline x1='12' y1='16' x2='12.01' y2='16'/%3E%3C/svg%3E")!important;-webkit-mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='8' x2='12' y2='12'/%3E%3Cline x1='12' y1='16' x2='12.01' y2='16'/%3E%3C/svg%3E")!important;mask-repeat:no-repeat!important;-webkit-mask-repeat:no-repeat!important;mask-size:contain!important;-webkit-mask-size:contain!important}._analyticsAiInsights_11fsf_709 ._insightCard_11fsf_651:last-child ._insightList_11fsf_672 li:nth-child(4):before{content:""!important;position:absolute!important;left:0!important;top:2px!important;width:20px!important;height:20px!important;background-color:#e6a23c!important;mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='8' x2='12' y2='12'/%3E%3Cline x1='12' y1='16' x2='12.01' y2='16'/%3E%3C/svg%3E")!important;-webkit-mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='8' x2='12' y2='12'/%3E%3Cline x1='12' y1='16' x2='12.01' y2='16'/%3E%3C/svg%3E")!important;mask-repeat:no-repeat!important;-webkit-mask-repeat:no-repeat!important;mask-size:contain!important;-webkit-mask-size:contain!important}._analyticsAiInsights_11fsf_709 ._insightCard_11fsf_651:last-child ._insightList_11fsf_672 li:nth-child(5):before{content:""!important;position:absolute!important;left:0!important;top:2px!important;width:20px!important;height:20px!important;background-color:#e6a23c!important;mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='8' x2='12' y2='12'/%3E%3Cline x1='12' y1='16' x2='12.01' y2='16'/%3E%3C/svg%3E")!important;-webkit-mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='8' x2='12' y2='12'/%3E%3Cline x1='12' y1='16' x2='12.01' y2='16'/%3E%3C/svg%3E")!important;mask-repeat:no-repeat!important;-webkit-mask-repeat:no-repeat!important;mask-size:contain!important;-webkit-mask-size:contain!important}._insightList_11fsf_672 li:last-child{margin-bottom:0}._insightItemContent_11fsf_811{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;width:100%}._insightText_11fsf_819{flex:1;line-height:1.6}._priorityTag_11fsf_824{display:inline-block;padding:3px 8px;border-radius:12px;font-size:.7rem;font-weight:500;white-space:nowrap;flex-shrink:0;margin-top:2px;border:1px solid}._priorityTag_11fsf_824._high_11fsf_836{border-color:#dc3545;color:#dc3545;background-color:#dc354514}._priorityTag_11fsf_824._medium_11fsf_842{border-color:#d97706;color:#d97706;background-color:#d9770614}._analyticsAiInsights_11fsf_709 ._insightList_11fsf_672 li{display:flex;align-items:flex-start;padding-left:30px;position:relative;margin-bottom:16px;line-height:1.6}._userFeedback_11fsf_859{padding:80px 0}._feedbackTitle_11fsf_863{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;text-align:left;margin-bottom:32px;color:var(--text-primary)}._feedbackGrid_11fsf_872{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:24px;margin-top:48px}._feedbackCard_11fsf_879{background:var(--bg-secondary);border-radius:16px;padding:32px;border:1px solid var(--border-color);display:flex;flex-direction:column;gap:16px}._feedbackIcon_11fsf_889{width:48px;height:48px;border-radius:12px;background:var(--text-primary);color:var(--bg-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}._feedbackIcon_11fsf_889._warning_11fsf_901{background:var(--text-primary);color:var(--bg-primary)}._feedbackIcon_11fsf_889 svg{width:24px;height:24px}._feedbackCardTitle_11fsf_911{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin:0;line-height:1.3}._feedbackText_11fsf_919{font-size:1rem;line-height:1.6;color:var(--text-primary);margin:0}._feedbackSubtext_11fsf_926{font-size:.95rem;line-height:1.5;color:var(--text-secondary);margin:0;font-style:italic}._finalDesign_11fsf_935{padding:80px 0}._designTitle_11fsf_939{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;text-align:left;margin-bottom:48px;color:var(--text-primary)}._designGroup_11fsf_948{margin-bottom:60px}._designGroup_11fsf_948:first-child{padding:80px 0}._designGroup_11fsf_948:last-child{margin-bottom:0}._designGroupInline_11fsf_960{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;align-items:start}._designGroupStacked_11fsf_967{display:flex;flex-direction:column;gap:40px;margin:0 auto}._designItem_11fsf_974{display:flex;justify-content:center;align-items:center;margin-block:40px}._designItemWrapper_11fsf_981{width:100%}._designImageContainer_11fsf_985{position:relative;width:100%}._designImage_11fsf_985{width:100%;height:auto;min-height:0;border-radius:12px;filter:drop-shadow(0 4px 12px rgba(0,0,0,.1));transition:transform .2s ease,filter .2s ease;display:block}._designImage_11fsf_985:hover{transform:translateY(-2px);filter:drop-shadow(0 8px 24px rgba(0,0,0,.15))}._scrollHintMobile_11fsf_1006{display:block;text-align:center;font-size:.875rem;color:var(--text-secondary);margin-top:12px;margin-bottom:8px;font-style:italic;opacity:.8}@media(min-width:769px){._scrollHintMobile_11fsf_1006{display:none}}._feedbackNextSteps_11fsf_1025{margin:0 auto;padding:80px 0}._feedbackNextStepsTitle_11fsf_1030{font-size:2.5rem;font-weight:700;text-align:left;margin-bottom:32px;color:var(--text-primary);font-family:var(--font-serif)}._feedbackNextStepsGrid_11fsf_1039{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-top:48px}._feedbackNextStepsCard_11fsf_1046{background:var(--bg-secondary);border-radius:16px;padding:40px;border:1px solid var(--border-color)}._feedbackNextStepsCard_11fsf_1046 h2{font-size:1.5rem;font-weight:700;margin-bottom:16px;color:var(--text-primary)}._feedbackNextStepsDescription_11fsf_1060{font-size:1rem;line-height:1.6;color:var(--text-primary);margin-bottom:20px}._feedbackNextStepsCard_11fsf_1046 ul{list-style:none;padding:0;margin:0}._feedbackNextStepsCard_11fsf_1046 li:before{position:absolute;left:0;color:var(--accent-color);font-weight:600;font-size:1.1rem}._feedbackNextStepsCard_11fsf_1046 li{position:relative;padding-left:32px;margin-bottom:16px;font-size:1rem;line-height:1.6;color:var(--text-primary)}._feedbackNextStepsCard_11fsf_1046 li:last-child{margin-bottom:0}._feedFeedbackSection_11fsf_1109 ._feedbackNextStepsGrid_11fsf_1039 ._feedbackCard_11fsf_879 li:before{content:""!important;position:absolute!important;left:0!important;top:0!important;width:20px!important;height:20px!important;background:none!important;background-color:#7d9bc2!important;color:transparent!important;font-weight:400!important;font-size:1rem!important;mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z'/%3E%3Cpath d='M9 12l2 2 4-4'/%3E%3C/svg%3E")!important;-webkit-mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z'/%3E%3Cpath d='M9 12l2 2 4-4'/%3E%3C/svg%3E")!important;mask-repeat:no-repeat!important;-webkit-mask-repeat:no-repeat!important;mask-size:contain!important;-webkit-mask-size:contain!important}._feedFeedbackSection_11fsf_1109 ._feedbackNextStepsGrid_11fsf_1039 ._nextStepsCard_11fsf_1130 li:before{content:""!important;position:absolute!important;left:0!important;top:4px!important;width:20px!important;height:20px!important;background:none!important;background-color:#7d9bc2!important;color:transparent!important;font-weight:400!important;font-size:1rem!important;mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3Cpolyline points='12,5 19,12 12,19'/%3E%3C/svg%3E")!important;-webkit-mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3Cpolyline points='12,5 19,12 12,19'/%3E%3C/svg%3E")!important;mask-repeat:no-repeat!important;-webkit-mask-repeat:no-repeat!important;mask-size:contain!important;-webkit-mask-size:contain!important}._closingStatement_11fsf_1151{max-width:1200px;margin:0 auto;padding:0 40px 80px;text-align:center}._closingText_11fsf_1158{font-size:1.5rem;font-weight:600;line-height:1.6;max-width:800px;margin:0 auto;background:var(--diana-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(max-width:1024px){._detailTitle_11fsf_30{font-size:3rem}._approachContent_11fsf_362{grid-template-columns:1fr;gap:40px}._insightsGrid_11fsf_644,._feedbackNextStepsGrid_11fsf_1039{grid-template-columns:1fr;gap:30px}._feedbackGrid_11fsf_872,._designGroupInline_11fsf_960{grid-template-columns:1fr;gap:24px}}@media(max-width:768px){._projectContainer_11fsf_8{padding:0 20px}._projectHeader_11fsf_15{padding:60px 0 40px}._roleApproach_11fsf_358,._projectTimeline_11fsf_421,._researchInsights_11fsf_631,._finalDesign_11fsf_935{padding:60px 0}._detailTitle_11fsf_30{font-size:2.5rem;margin-bottom:40px}._approachTitle_11fsf_369,._timelineTitle_11fsf_425,._insightsTitle_11fsf_635,._feedbackTitle_11fsf_863,._feedbackNextStepsTitle_11fsf_1030,._designTitle_11fsf_939{font-size:2rem;margin-bottom:24px}._heroPlaceholder_11fsf_1243{height:300px}._problemQuote_11fsf_193{padding:32px 24px;margin:0 16px}._problemQuote_11fsf_193 p{font-size:1.125rem}._stepMeta_11fsf_571{margin-bottom:16px;text-align:left}._stepContent_11fsf_592{text-align:left}._insightCard_11fsf_651,._feedbackNextStepsCard_11fsf_1046,._feedbackCard_11fsf_879{padding:24px}._overviewSection_11fsf_244{padding:60px 0}._feedbackGrid_11fsf_872{grid-template-columns:1fr;gap:20px}._designGroupInline_11fsf_960{grid-template-columns:1fr;gap:32px}._designGroupStacked_11fsf_967{gap:32px}._designGroupStacked_11fsf_967 ._designItem_11fsf_974{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;padding:0 20px;scrollbar-width:thin;scrollbar-color:var(--accent-color) transparent;position:relative}._designGroupStacked_11fsf_967 ._designItem_11fsf_974:after{content:"";position:absolute;top:0;right:0;width:40px;height:100%;background:linear-gradient(to right,transparent,var(--bg-primary));pointer-events:none;z-index:1}._designGroupStacked_11fsf_967 ._designItem_11fsf_974::-webkit-scrollbar{height:8px}._designGroupStacked_11fsf_967 ._designItem_11fsf_974::-webkit-scrollbar-track{background:var(--bg-secondary);border-radius:4px}._designGroupStacked_11fsf_967 ._designItem_11fsf_974::-webkit-scrollbar-thumb{background:var(--accent-color);border-radius:4px;opacity:.7}._designGroupStacked_11fsf_967 ._designItem_11fsf_974::-webkit-scrollbar-thumb:hover{background:var(--text-primary)}._designGroupStacked_11fsf_967 ._designImageContainer_11fsf_985{width:max-content;min-width:calc(100vw - 40px);padding-right:20px;background:transparent}._designGroupStacked_11fsf_967 ._designImage_11fsf_985{width:auto;height:60vh;max-height:400px;max-width:none;min-width:100vw;object-fit:contain;background:transparent}._designGroup_11fsf_948{margin-bottom:48px}._designItem_11fsf_974{margin-block:24px}._userFeedback_11fsf_859,._feedbackNextSteps_11fsf_1025,._closingStatement_11fsf_1151{padding:60px 20px}}@media(max-width:480px){._projectContainer_11fsf_8{padding:0 16px}._projectHeader_11fsf_15{padding:40px 0 32px}._roleApproach_11fsf_358,._projectTimeline_11fsf_421,._researchInsights_11fsf_631,._finalDesign_11fsf_935{padding:40px 0}._detailTitle_11fsf_30{font-size:2rem;margin-bottom:32px}._approachTitle_11fsf_369,._timelineTitle_11fsf_425,._insightsTitle_11fsf_635,._feedbackTitle_11fsf_863,._feedbackNextStepsTitle_11fsf_1030,._designTitle_11fsf_939{font-size:1.75rem}._problemQuote_11fsf_193{padding:24px 20px;margin:0 8px}._overviewSection_11fsf_244{padding:40px 0}._insightCard_11fsf_651,._feedbackNextStepsCard_11fsf_1046,._feedbackCard_11fsf_879{padding:20px}._heroPlaceholder_11fsf_1243{height:240px}._designPlaceholder_11fsf_1429._mobile_11fsf_1429{height:300px}._designPlaceholder_11fsf_1429._desktop_11fsf_1433{height:240px}._statNumber_11fsf_1437{font-size:2.5rem}._userFeedback_11fsf_859,._feedbackNextSteps_11fsf_1025,._closingStatement_11fsf_1151{padding:60px 16px}._closingText_11fsf_1158{font-size:1.25rem}._designItem_11fsf_974{margin-block:20px}}._newDirectionInsights_11fsf_1463 ._insightCard_11fsf_651:first-child ._insightList_11fsf_672 li:before{content:""!important;position:absolute!important;left:0!important;top:4px!important;width:20px!important;height:20px!important;background-color:#7d9bc2!important;mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='22,12 18,12 15,21 9,3 6,12 2,12'/%3E%3C/svg%3E")!important;-webkit-mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='22,12 18,12 15,21 9,3 6,12 2,12'/%3E%3C/svg%3E")!important;mask-repeat:no-repeat!important;-webkit-mask-repeat:no-repeat!important;mask-size:contain!important;-webkit-mask-size:contain!important}._newDirectionInsights_11fsf_1463 ._insightCard_11fsf_651:last-child ._insightList_11fsf_672 li:before{content:""!important;position:absolute!important;left:0!important;top:4px!important;width:20px!important;height:20px!important;background-color:#10b981!important;mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'/%3E%3C/svg%3E")!important;-webkit-mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'/%3E%3C/svg%3E")!important;mask-repeat:no-repeat!important;-webkit-mask-repeat:no-repeat!important;mask-size:contain!important;-webkit-mask-size:contain!important}._categoryIconContainer_11fsf_1497{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center}._categoryIcon_11fsf_1497{color:#fff}._insightCardHeader_11fsf_1510{display:flex;align-items:center;gap:12px;margin-bottom:24px}._insightCardHeader_11fsf_1510 h3{margin:0;font-size:1.5rem;font-weight:700;color:var(--text-primary)}._insightListNoBullets_11fsf_1524{list-style:none!important;padding:0!important;margin:0!important}._insightListNoBullets_11fsf_1524 li{position:relative!important;display:flex!important;align-items:flex-start!important;gap:12px!important;margin-bottom:16px!important;padding:0!important;line-height:1.6!important}._insightListNoBullets_11fsf_1524 li:last-child{margin-bottom:0!important}._listIcon_11fsf_1544{flex-shrink:0;margin-top:4px}._categoryIconContainer_11fsf_1497._painPoints_11fsf_1550{background-color:#c27d7d}._categoryIconContainer_11fsf_1497._challengesAddressed_11fsf_1554{background-color:#d4a574}._categoryIconContainer_11fsf_1497._feedbackItems_11fsf_1558{background-color:#7d9bc2}._categoryIconContainer_11fsf_1497._keyChallenges_11fsf_1562{background-color:#e6a53d}._categoryIconContainer_11fsf_1497._strategicRecommendations_11fsf_1566{background-color:#7d9bc2}._listIcon_11fsf_1544._painPoints_11fsf_1550{color:#c27d7d}._listIcon_11fsf_1544._challengesAddressed_11fsf_1554{color:#d4a574}._listIcon_11fsf_1544._feedbackItems_11fsf_1558{color:#7d9bc2}._listIcon_11fsf_1544._keyChallenges_11fsf_1562{color:#e6a53d}._listIcon_11fsf_1544._strategicRecommendations_11fsf_1566{color:#7d9bc2}._listItemTitle_11fsf_1590{font-weight:600}._stepDescription_11fsf_1594{margin-bottom:16px}._stepSubsectionTitle_11fsf_1597{margin-block-start:12px;margin-block-end:8px;font-size:1rem;font-weight:700;color:var(--text-primary);line-height:1.2;display:flex;align-items:center;gap:8px}._stepSubsectionIcon_11fsf_1609{color:var(--text-secondary);flex-shrink:0}._researchMethodologySubsection_11fsf_1615{margin-top:20px;margin-bottom:12px}._resultsSection_11fsf_1621{margin-top:80px;margin-bottom:80px}._resultsStats_11fsf_1626{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin:60px 0;text-align:center;position:relative}._resultsStats_11fsf_1626 ._statItem_11fsf_1635{padding:0 40px;position:relative}._resultsStats_11fsf_1626 ._statItem_11fsf_1635:not(:last-child):after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:60px;background:var(--border-color)}._statNumber_11fsf_1437{font-size:4rem;font-weight:800;color:var(--text-primary);margin-bottom:16px;display:block;line-height:1;font-family:var(--font-serif)}._statLabel_11fsf_1661{font-size:1.1rem;color:var(--text-secondary);line-height:1.4}._chartsGrid_11fsf_1667{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:32px;margin-top:48px}._chartCard_11fsf_1674{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:16px;padding:32px}._chartTitle_11fsf_1681{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin:0 0 32px;display:flex;align-items:center;gap:8px}._chartTitleIcon_11fsf_1691{color:var(--text-secondary)}._chartContent_11fsf_1695{display:flex;flex-direction:column;align-items:flex-start}._donutChartContainer_11fsf_1702{width:270px;height:220px;margin:0 auto 24px}._barChartContainer_11fsf_1708{width:400px;height:240px;margin:0 auto}._barChartLabels_11fsf_1714{display:flex;justify-content:space-around;gap:8px}._barChartLabels_11fsf_1714 ._barLabel_11fsf_1720{font-size:.875rem;color:var(--text-secondary);text-align:center;flex:1}._simpleBarChart_11fsf_1735{display:flex;justify-content:center;align-items:flex-end;gap:40px;background:transparent}._simpleBarItem_11fsf_1745{display:flex;flex-direction:column;align-items:center;gap:12px;height:100%;justify-content:flex-end}._simpleBar_11fsf_1735{width:60px;background:#0f7b7b;border-radius:4px;transition:height .3s ease;min-height:40px}._simpleBarLabel_11fsf_1762{font-size:.875rem;color:var(--text-secondary);text-align:left;line-height:1.3;margin-top:8px}._horizontalBarChart_11fsf_1772{margin:20px 0}._horizontalBarItem_11fsf_1776{display:grid;grid-template-columns:200px 1fr 50px;align-items:center;gap:16px;margin-bottom:16px}._horizontalBarLabel_11fsf_1784{font-size:.875rem;color:var(--text-secondary);text-align:left}._horizontalBarContainer_11fsf_1790{height:24px;background:#0f7b7b1a;border-radius:12px;overflow:hidden}._horizontalBarFill_11fsf_1797{height:100%;background:#0f7b7b;border-radius:12px;transition:width .3s ease}._horizontalBarValue_11fsf_1804{font-size:.875rem;font-weight:600;color:var(--text-primary);text-align:right}._chartSubtitle_11fsf_1812{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin-bottom:16px;text-align:left}._keyFindings_11fsf_1821{width:100%;margin-top:24px;padding-top:20px;border-top:1px solid rgba(15,123,123,.1)}._keyFindingsTitle_11fsf_1828{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin-bottom:16px;display:flex;align-items:center;gap:8px}._findingsList_11fsf_1838{list-style:none;padding:0;margin:0}._findingsList_11fsf_1838 li{display:flex;align-items:flex-start;gap:8px;margin-bottom:12px;font-size:1rem;color:var(--text-primary);line-height:1.6}._findingsList_11fsf_1838 li svg{margin-top:4px;flex-shrink:0;color:#0f7b7b}._userUnderstandingLayout_11fsf_1861{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:flex-start;margin-top:24px}._userUnderstandingChartContent_11fsf_1870{display:block;align-items:initial}._userUnderstandingChart_11fsf_1870{min-width:0}._userUnderstandingLayout_11fsf_1861 ._keyFindings_11fsf_1821{margin-top:0;padding-top:0;border-top:none}._simpleBarChart_11fsf_1735{display:flex;flex-direction:column;gap:20px;width:100%}._simpleBarItem_11fsf_1745{display:flex;flex-direction:column;gap:8px;width:100%}._simpleBarRow_11fsf_1906{display:flex;justify-content:space-between;align-items:center;width:100%}._simpleBarLabel_11fsf_1762{font-size:1rem;color:var(--text-primary);font-weight:500;flex:1}._simpleBarValue_11fsf_1920{font-size:1rem;color:var(--text-primary);font-weight:600;flex-shrink:0}._simpleBarProgress_11fsf_1927{width:100%;height:8px;background-color:#f0f0f0;border-radius:4px;overflow:hidden}._simpleBarFill_11fsf_1935{height:100%;background-color:#0f7b7b;border-radius:4px;transition:width .3s ease}._donutChart_11fsf_1702{width:200px;height:200px;border-radius:50%;background:conic-gradient(#0f7b7b 0% 63%,#a8e6e6 63% 100%);position:relative;margin-bottom:24px}._donutChart_11fsf_1702:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:120px;height:120px;background:var(--bg-primary);border-radius:50%}._chartLegend_11fsf_1964{display:flex;flex-wrap:wrap;gap:16px 24px;justify-content:center;align-items:center;margin-top:20px;width:100%}._legendItem_11fsf_1974{display:flex;align-items:center;gap:12px;font-size:.875rem;font-weight:600;color:var(--text-primary)}._legendColor_11fsf_1984{width:16px;height:16px;border-radius:50%}._barChart_11fsf_1708{width:100%}._barItem_11fsf_1995{display:grid;grid-template-columns:120px 1fr 40px;align-items:center;gap:16px;margin-bottom:20px}._barLabel_11fsf_1720{font-size:.875rem;color:var(--text-secondary);text-align:left}._bar_11fsf_1708{height:24px;background:#7d9bc226;border-radius:12px;overflow:hidden}._barFill_11fsf_2016{height:100%;background:#0f7b7b;border-radius:12px;transition:width .3s ease}._barValue_11fsf_2023{font-size:.875rem;font-weight:600;color:var(--text-primary);text-align:right}._verticalBarChart_11fsf_2031{display:flex;justify-content:center;align-items:flex-end;gap:32px;height:240px;padding:20px 0}._verticalBarItem_11fsf_2040{display:flex;flex-direction:column;align-items:center;gap:12px}._verticalBar_11fsf_2031{width:60px;height:180px;background:#0f7b7b1a;border-radius:4px;display:flex;align-items:flex-end;position:relative}._verticalBarFill_11fsf_2057{width:100%;border-radius:4px;transition:height .3s ease}._verticalBarLabel_11fsf_2063{font-size:.875rem;color:var(--text-secondary);text-align:center;max-width:80px;line-height:1.3}._verticalBarValue_11fsf_2071{font-size:.875rem;font-weight:600;color:var(--text-primary)}@media(max-width:768px){._resultsStats_11fsf_1626{grid-template-columns:1fr;gap:40px;margin:40px 0}._resultsStats_11fsf_1626 ._statItem_11fsf_1635{padding:0}._resultsStats_11fsf_1626 ._statItem_11fsf_1635:not(:last-child):after{display:none}._statNumber_11fsf_1437{font-size:3rem}._chartsGrid_11fsf_1667{grid-template-columns:1fr;gap:24px}._chartCard_11fsf_1674{padding:24px}._barItem_11fsf_1995{grid-template-columns:100px 1fr 35px;gap:12px}._verticalBarChart_11fsf_2031{gap:20px;height:200px}._verticalBar_11fsf_2031{width:50px;height:150px}._verticalBarLabel_11fsf_2063{font-size:.75rem;max-width:70px}._horizontalBarItem_11fsf_1776{grid-template-columns:150px 1fr 40px;gap:12px}._horizontalBarLabel_11fsf_1784,._barChartLabels_11fsf_1714 ._barLabel_11fsf_1720{font-size:.75rem}._chartLegend_11fsf_1964{gap:12px 16px;margin-top:16px}}._competitorAnalysisContent_11fsf_2146{margin-top:16px}._competitorAnalysisContent_11fsf_2146 ul{list-style:none;padding:0;margin:0}._competitorAnalysisContent_11fsf_2146 li{display:flex;align-items:flex-start;gap:12px;margin-bottom:12px;line-height:1.6;color:var(--text-primary)}._competitorAnalysisIcon_11fsf_2165{color:var(--text-secondary);flex-shrink:0;margin-top:4px}._competitorPlatformTags_11fsf_2171{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px;margin-bottom:16px}._competitorPlatformTag_11fsf_2171{background:#7d9bc214;border:1px solid var(--border-color);padding:6px 12px;border-radius:16px;font-size:.875rem;font-weight:500;color:var(--text-primary)}._competitorInsightsBox_11fsf_2189{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;padding:16px;margin-top:16px}._competitorInsightsLabel_11fsf_2197{font-weight:700;color:var(--text-primary);margin:0 0 8px;font-size:.875rem}._competitorInsightsText_11fsf_2204{color:var(--text-primary);line-height:1.5;margin:0}@media(max-width:480px){._insightCardHeader_11fsf_1510{gap:10px}._insightCardHeader_11fsf_1510 h3{font-size:1.25rem}._categoryIconContainer_11fsf_1497{width:40px;height:40px;min-width:40px}._barChartContainer_11fsf_1708{width:100%;max-width:300px;height:250px;margin:0 auto}._donutChartContainer_11fsf_1702{width:100%;max-width:200px;height:180px;margin:0 auto 24px}}@media(max-width:768px){._barChartContainer_11fsf_1708{width:100%;max-width:350px;height:270px;margin:0 auto}._donutChartContainer_11fsf_1702{width:100%;max-width:220px;margin:0 auto 24px}}._atAGlance_11fsf_2266{padding:40px 0 80px}._atAGlanceLabel_11fsf_2270{display:flex;align-items:center;gap:12px;margin-bottom:20px}._atAGlanceLabelLine_11fsf_2277{width:36px;height:2px;background:var(--accent-color);border-radius:2px;flex-shrink:0}._atAGlanceLabelText_11fsf_2285{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-secondary)}._atAGlanceTitle_11fsf_2293{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;margin-bottom:40px;color:var(--text-primary)}._atAGlanceGrid_11fsf_2301{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}._atAGlanceCard_11fsf_2307{background:var(--bg-secondary);border-radius:16px;padding:32px;border:1px solid var(--border-color);display:flex;flex-direction:column;gap:12px}._atAGlanceCardLabel_11fsf_2317{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--accent-color)}._atAGlanceCardText_11fsf_2325{font-size:1rem;line-height:1.75;color:var(--text-primary);margin:0}._objectivesSection_11fsf_2333{padding:24px 0 80px}._objectivesTitle_11fsf_2337{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;margin-bottom:40px;color:var(--text-primary)}._objectivesGrid_11fsf_2345{display:grid;grid-template-columns:1fr 1fr;gap:24px}._objectivesCard_11fsf_2351{background:var(--bg-secondary);border-radius:16px;padding:40px;border:1px solid var(--border-color)}._objectivesCardLabel_11fsf_2358{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-secondary);margin-bottom:6px;display:block}._objectivesCardTitle_11fsf_2368{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin-bottom:24px}._objectivesList_11fsf_2375{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}._objectivesListItem_11fsf_2384{display:flex;align-items:flex-start;gap:12px;font-size:1rem;line-height:1.6;color:var(--text-primary)}._objectivesListDot_11fsf_2393{width:8px;height:8px;border-radius:50%;background:var(--accent-color);margin-top:7px;flex-shrink:0}._turningPoint_11fsf_2403{padding:80px 0}._turningPointInner_11fsf_2407{background:var(--bg-secondary);border-radius:24px;padding:64px;border:1px solid var(--border-color);position:relative;overflow:hidden}._turningPointInner_11fsf_2407:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--diana-gradient);border-radius:24px 24px 0 0}._turningPointLabel_11fsf_2427{display:flex;align-items:center;gap:12px;margin-bottom:20px}._turningPointLabelText_11fsf_2434{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--accent-color)}._turningPointTitle_11fsf_2442{font-family:var(--font-serif);font-size:2rem;font-weight:700;margin-bottom:28px;color:var(--text-primary);line-height:1.2}._turningPointNarrative_11fsf_2451{font-size:1.0625rem;line-height:1.8;color:var(--text-primary);margin-bottom:20px}._turningPointNarrative_11fsf_2451:last-child{margin-bottom:0}@media(max-width:1024px){._atAGlanceGrid_11fsf_2301,._objectivesGrid_11fsf_2345{grid-template-columns:1fr;gap:16px}}@media(max-width:768px){._atAGlance_11fsf_2266,._objectivesSection_11fsf_2333,._turningPoint_11fsf_2403{padding:60px 0}._atAGlanceTitle_11fsf_2293,._objectivesTitle_11fsf_2337{font-size:2rem;margin-bottom:28px}._turningPointInner_11fsf_2407{padding:40px 28px}._turningPointTitle_11fsf_2442{font-size:1.5rem}}@media(max-width:480px){._atAGlance_11fsf_2266,._objectivesSection_11fsf_2333,._turningPoint_11fsf_2403{padding:40px 0}._atAGlanceTitle_11fsf_2293,._objectivesTitle_11fsf_2337{font-size:1.75rem}._atAGlanceCard_11fsf_2307,._objectivesCard_11fsf_2351{padding:24px}._turningPointInner_11fsf_2407{padding:32px 20px}}._projectDetail_e6te5_2{min-height:100vh;background:var(--bg-primary);color:var(--text-primary)}._projectContainer_e6te5_8{max-width:1440px;margin:0 auto;padding:0 24px}._projectHeader_e6te5_15{padding:0;text-align:left}._projectHeader_e6te5_15 ._detailMeta_e6te5_29,._projectHeader_e6te5_15 ._detailTitle_e6te5_30,._projectHeader_e6te5_15 ._detailSubtitle_e6te5_31,._projectHeader_e6te5_15 ._projectMetadata_e6te5_32{text-align:center}._detailMeta_e6te5_29{margin-bottom:24px;margin-top:24px}._detailTags_e6te5_41{margin-bottom:24px}._tagSeparator_e6te5_45{color:var(--text-tertiary)}._detailSubtitle_e6te5_31{font-size:1.125rem;font-weight:500;color:var(--text-secondary);margin-bottom:32px;text-align:center}._projectMetadata_e6te5_32{display:flex;justify-content:center;align-items:flex-start;gap:32px;margin:60px 0;flex-wrap:wrap}._metadataItem_e6te5_66{display:flex;flex-direction:column;align-items:flex-start;text-align:left;min-width:120px}._metadataDivider_e6te5_74{width:1px;height:40px;background:var(--border-color);margin-top:8px}._metadataLabel_e6te5_81{font-size:.875rem;font-weight:600;color:var(--text-secondary);margin-bottom:4px;letter-spacing:.25px}._metadataValue_e6te5_89{font-size:1rem;font-weight:500;color:var(--text-primary)}._softwareList_e6te5_95{display:flex;align-items:center;gap:8px;flex-wrap:wrap}._softwareItem_e6te5_102{display:flex;align-items:center;gap:4px}._softwareLogo_e6te5_109{width:16px;height:16px;object-fit:contain;border-radius:3px}._projectSummary_e6te5_116{max-width:800px;margin:0 auto 60px;padding:0 24px;text-align:center}._projectSummary_e6te5_116 p{font-size:1.125rem;line-height:1.7;color:var(--text-primary);margin-bottom:24px}._projectSummary_e6te5_116 p:last-of-type{margin-bottom:16px}._projectSummary_e6te5_116 ul{list-style:none;padding:0;margin:0;display:inline-block;text-align:left}._projectSummary_e6te5_116 li{position:relative;padding-left:20px;margin-bottom:8px;font-size:1.125rem;line-height:1.6;color:var(--text-primary)}._projectSummary_e6te5_116 li:before{content:"•";position:absolute;left:0;color:var(--text-primary);font-weight:700}@media(max-width:768px){._projectMetadata_e6te5_32{flex-direction:column;gap:20px}._metadataDivider_e6te5_74{display:none}._metadataItem_e6te5_66{align-items:center;text-align:center;width:100%}._metadataLabel_e6te5_81,._metadataValue_e6te5_89{text-align:center}._overviewContainer_e6te5_184{grid-template-columns:1fr!important;gap:40px}._overviewContent_e6te5_189{text-align:center}._problemQuote_e6te5_193{margin:0 16px;padding:32px 24px}._quoteMark_e6te5_198{font-size:3rem}._quoteMark_e6te5_198._opening_e6te5_202{top:-25px;left:-10px}._quoteMark_e6te5_198._closing_e6te5_207{bottom:-25px;right:-10px}._problemQuote_e6te5_193 p{font-size:1rem;margin:30px 0}}._detailTitle_e6te5_30{font-family:var(--font-serif);font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:16px;max-width:900px;margin-left:auto;margin-right:auto}._detailHero_e6te5_229{margin-top:60px}._heroImage_e6te5_233{width:100%;height:auto;max-height:600px;object-fit:contain;border-radius:16px;filter:saturate(0) brightness(1.2) contrast(1) invert(0);transition:filter .3s ease}._overviewSection_e6te5_244{padding:0}._overviewContainer_e6te5_184{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}._overviewTitle_e6te5_255{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;margin-bottom:32px;color:var(--text-primary)}._overviewContent_e6te5_189{text-align:left}._overviewContent_e6te5_189 p{font-size:1.125rem;line-height:1.7;color:var(--text-primary);margin-bottom:24px}._overviewContent_e6te5_189 p:last-of-type{margin-bottom:16px}._overviewContent_e6te5_189 ul{list-style:none;padding:0;margin:0}._overviewContent_e6te5_189 li{position:relative;padding-left:20px;font-size:1.125rem;line-height:1.6;color:var(--text-primary)}._overviewContent_e6te5_189 li:before{content:"•";position:absolute;left:0;color:var(--text-primary);font-weight:700}._overviewHero_e6te5_301{display:flex;justify-content:center;align-items:center}._overviewQuote_e6te5_307{margin-top:80px;display:flex;justify-content:center}._problemQuote_e6te5_193{margin:0 auto;padding:48px;background:var(--bg-secondary);border-radius:20px;position:relative}._quoteDecoration_e6te5_322{position:relative}._quoteMark_e6te5_198{font-size:4rem;color:#973060;opacity:.7;line-height:1;font-weight:700}._quoteMark_e6te5_198._opening_e6te5_202{position:absolute;top:-40px;left:-15px}._quoteMark_e6te5_198._closing_e6te5_207{position:absolute;bottom:-40px;right:-15px}._problemQuote_e6te5_193 p{font-size:1.125rem;line-height:1.6;font-style:italic;font-weight:600;margin:40px 0;color:var(--text-primary);position:relative;z-index:1}._roleApproach_e6te5_358{padding:80px 0}._approachContent_e6te5_362{display:grid;grid-template-columns:2fr 1fr;gap:80px;align-items:center}._approachTitle_e6te5_369{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;margin-bottom:32px;color:var(--text-primary);line-height:1.2}._approachText_e6te5_378 p{font-size:1.125rem;line-height:1.7;color:var(--text-primary);margin-bottom:24px}._approachText_e6te5_378 p:last-child{margin-bottom:0}._approachVisual_e6te5_389{display:flex;justify-content:center}._visualPlaceholder_e6te5_394{width:300px;height:200px;background:var(--bg-tertiary);border:2px dashed var(--border-color);border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);font-weight:500}._approachSvg_e6te5_407{width:100%;height:auto;filter:saturate(0) brightness(1.2) contrast(1) invert(0);transition:filter .3s ease}[data-theme=dark] ._approachSvg_e6te5_407{filter:saturate(0) brightness(1.2) contrast(1) invert(.1)}._projectTimeline_e6te5_421{padding:80px 0}._timelineTitle_e6te5_425{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;text-align:left;margin-bottom:32px;color:var(--text-primary)}._subsectionTitle_e6te5_434{margin-bottom:32px;font-family:var(--font-serif);font-size:2rem;font-weight:700;text-align:left;color:var(--text-primary)}._timelineSteps_e6te5_443{display:flex;flex-direction:column;gap:0}@media(min-width:769px){._timelineSteps_e6te5_443{flex-direction:row;justify-content:space-between;gap:20px}._timelineStep_e6te5_443{flex:1;display:flex;flex-direction:column;position:relative}._timelineIcon_e6te5_464{width:60px;height:60px;border-radius:50%;background:#973060;color:#fff;display:flex;align-items:center;justify-content:center;margin-bottom:20px;z-index:2;position:relative}._timelineConnector_e6te5_478{position:absolute;top:30px;left:60px;width:calc(100% + 10px);height:2px;background:var(--border-color);z-index:1}._timelineStep_e6te5_443:last-child ._timelineConnector_e6te5_478{display:none}._timelineContent_e6te5_492{background:var(--bg-secondary);padding:20px;border-radius:12px;flex:1}}@media(max-width:768px){._timelineStep_e6te5_443{display:grid;grid-template-columns:60px 1fr;grid-template-rows:auto 1fr;gap:0 16px;grid-template-areas:"icon content" "connector content"}._timelineStep_e6te5_443:last-child{grid-template-areas:"icon content" ". content"}._timelineIcon_e6te5_464{grid-area:icon;width:60px;height:60px;border-radius:50%;background:#973060;color:#fff;display:flex;align-items:center;justify-content:center}._timelineConnector_e6te5_478{grid-area:connector;width:2px;background:var(--border-color);justify-self:center}._timelineStep_e6te5_443:last-child ._timelineConnector_e6te5_478{display:none}._timelineContent_e6te5_492{grid-area:content;background:var(--bg-secondary);padding:20px;border-radius:12px;align-self:start;margin-bottom:24px}}._timelineIcon_e6te5_464 svg{width:24px;height:24px}._brainIcon_e6te5_559{width:24px;height:24px;filter:brightness(0) saturate(100%) invert(1);transition:filter .3s ease}[data-theme=dark] ._brainIcon_e6te5_559{filter:brightness(0) saturate(100%) invert(0)}._stepMeta_e6te5_571{text-align:left;margin-bottom:16px}._stepNumber_e6te5_576{font-size:.875rem;font-weight:600;color:var(--text-secondary);margin-bottom:8px;display:block}._stepTitle_e6te5_584{font-size:1.125rem;font-weight:700;color:var(--text-primary);margin:0;line-height:1.3}._stepContent_e6te5_592{text-align:left}._stepContent_e6te5_592 h4{font-size:1rem;font-weight:600;color:var(--text-primary);margin:0 0 12px}._stepContent_e6te5_592 ul{list-style:none;padding:0;margin:0}._stepContent_e6te5_592 li{position:relative;padding-left:20px;margin-bottom:4px;font-size:.95rem;color:var(--text-primary);line-height:1.6}._stepContent_e6te5_592 li:before{content:"•";position:absolute;left:0;color:var(--text-primary);font-weight:700}._stepContent_e6te5_592 li:last-child{margin-bottom:0}._researchInsights_e6te5_631{padding:80px 0}._insightsTitle_e6te5_635{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;text-align:left;margin-bottom:32px;color:var(--text-primary)}._insightsGrid_e6te5_644{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-top:48px}._insightCard_e6te5_651{background:var(--bg-secondary);border-radius:16px;padding:40px;border:1px solid var(--border-color)}._insightCardTitle_e6te5_658{font-size:1.5rem;font-weight:700;margin-bottom:24px;color:var(--text-primary)}._insightDescription_e6te5_665{font-size:1rem;line-height:1.6;color:var(--text-primary);margin-bottom:20px}._insightList_e6te5_672{list-style:none;padding:0;margin:0}._insightList_e6te5_672 li{position:relative;padding-left:32px;margin-bottom:16px;font-size:1rem;line-height:1.6;color:var(--text-primary)}._researchInsights_e6te5_631 ._insightsGrid_e6te5_644 ._insightCard_e6te5_651:first-child ._insightList_e6te5_672 li:before{content:""!important;position:absolute!important;left:0!important;top:2px!important;width:20px!important;height:20px!important;background-color:#c27d7d!important;mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M16 16s-1.5-2-4-2-4 2-4 2'/%3E%3Cline x1='9' y1='9' x2='9.01' y2='9'/%3E%3Cline x1='15' y1='9' x2='15.01' y2='9'/%3E%3C/svg%3E")!important;-webkit-mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M16 16s-1.5-2-4-2-4 2-4 2'/%3E%3Cline x1='9' y1='9' x2='9.01' y2='9'/%3E%3Cline x1='15' y1='9' x2='15.01' y2='9'/%3E%3C/svg%3E")!important;mask-repeat:no-repeat!important;-webkit-mask-repeat:no-repeat!important;mask-size:contain!important;-webkit-mask-size:contain!important}._researchInsights_e6te5_631._analyticsAiInsights_e6te5_709 ._insightCard_e6te5_651:first-child ._insightList_e6te5_672 li:before{content:""!important;position:absolute!important;left:0!important;top:2px!important;width:20px!important;height:20px!important;background-color:#973060!important;mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Ccircle cx='12' cy='12' r='6'/%3E%3Ccircle cx='12' cy='12' r='2'/%3E%3C/svg%3E")!important;-webkit-mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Ccircle cx='12' cy='12' r='6'/%3E%3Ccircle cx='12' cy='12' r='2'/%3E%3C/svg%3E")!important;mask-repeat:no-repeat!important;-webkit-mask-repeat:no-repeat!important;mask-size:contain!important;-webkit-mask-size:contain!important}._analyticsAiInsights_e6te5_709 ._insightCard_e6te5_651:last-child ._insightList_e6te5_672 li:nth-child(1):before{content:""!important;position:absolute!important;left:0!important;top:2px!important;width:20px!important;height:20px!important;background-color:#e6a23c!important;mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='8' x2='12' y2='12'/%3E%3Cline x1='12' y1='16' x2='12.01' y2='16'/%3E%3C/svg%3E")!important;-webkit-mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='8' x2='12' y2='12'/%3E%3Cline x1='12' y1='16' x2='12.01' y2='16'/%3E%3C/svg%3E")!important;mask-repeat:no-repeat!important;-webkit-mask-repeat:no-repeat!important;mask-size:contain!important;-webkit-mask-size:contain!important}._analyticsAiInsights_e6te5_709 ._insightCard_e6te5_651:last-child ._insightList_e6te5_672 li:nth-child(2):before{content:""!important;position:absolute!important;left:0!important;top:2px!important;width:20px!important;height:20px!important;background-color:#e6a23c!important;mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='8' x2='12' y2='12'/%3E%3Cline x1='12' y1='16' x2='12.01' y2='16'/%3E%3C/svg%3E")!important;-webkit-mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='8' x2='12' y2='12'/%3E%3Cline x1='12' y1='16' x2='12.01' y2='16'/%3E%3C/svg%3E")!important;mask-repeat:no-repeat!important;-webkit-mask-repeat:no-repeat!important;mask-size:contain!important;-webkit-mask-size:contain!important}._analyticsAiInsights_e6te5_709 ._insightCard_e6te5_651:last-child ._insightList_e6te5_672 li:nth-child(3):before{content:""!important;position:absolute!important;left:0!important;top:2px!important;width:20px!important;height:20px!important;background-color:#e6a23c!important;mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='8' x2='12' y2='12'/%3E%3Cline x1='12' y1='16' x2='12.01' y2='16'/%3E%3C/svg%3E")!important;-webkit-mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='8' x2='12' y2='12'/%3E%3Cline x1='12' y1='16' x2='12.01' y2='16'/%3E%3C/svg%3E")!important;mask-repeat:no-repeat!important;-webkit-mask-repeat:no-repeat!important;mask-size:contain!important;-webkit-mask-size:contain!important}._analyticsAiInsights_e6te5_709 ._insightCard_e6te5_651:last-child ._insightList_e6te5_672 li:nth-child(4):before{content:""!important;position:absolute!important;left:0!important;top:2px!important;width:20px!important;height:20px!important;background-color:#e6a23c!important;mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='8' x2='12' y2='12'/%3E%3Cline x1='12' y1='16' x2='12.01' y2='16'/%3E%3C/svg%3E")!important;-webkit-mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='8' x2='12' y2='12'/%3E%3Cline x1='12' y1='16' x2='12.01' y2='16'/%3E%3C/svg%3E")!important;mask-repeat:no-repeat!important;-webkit-mask-repeat:no-repeat!important;mask-size:contain!important;-webkit-mask-size:contain!important}._analyticsAiInsights_e6te5_709 ._insightCard_e6te5_651:last-child ._insightList_e6te5_672 li:nth-child(5):before{content:""!important;position:absolute!important;left:0!important;top:2px!important;width:20px!important;height:20px!important;background-color:#e6a23c!important;mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='8' x2='12' y2='12'/%3E%3Cline x1='12' y1='16' x2='12.01' y2='16'/%3E%3C/svg%3E")!important;-webkit-mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='8' x2='12' y2='12'/%3E%3Cline x1='12' y1='16' x2='12.01' y2='16'/%3E%3C/svg%3E")!important;mask-repeat:no-repeat!important;-webkit-mask-repeat:no-repeat!important;mask-size:contain!important;-webkit-mask-size:contain!important}._insightList_e6te5_672 li:last-child{margin-bottom:0}._insightItemContent_e6te5_811{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;width:100%}._insightText_e6te5_819{flex:1;line-height:1.6}._priorityTag_e6te5_824{display:inline-block;padding:3px 8px;border-radius:12px;font-size:.7rem;font-weight:500;white-space:nowrap;flex-shrink:0;margin-top:2px;border:1px solid}._priorityTag_e6te5_824._high_e6te5_836{border-color:#dc3545;color:#dc3545;background-color:#dc354514}._priorityTag_e6te5_824._medium_e6te5_842{border-color:#d97706;color:#d97706;background-color:#d9770614}._analyticsAiInsights_e6te5_709 ._insightList_e6te5_672 li{display:flex;align-items:flex-start;padding-left:30px;position:relative;margin-bottom:16px;line-height:1.6}._userFeedback_e6te5_859{padding:80px 0}._feedbackTitle_e6te5_863{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;text-align:left;margin-bottom:32px;color:var(--text-primary)}._feedbackGrid_e6te5_872{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:24px;margin-top:48px}._feedbackCard_e6te5_879{background:var(--bg-secondary);border-radius:16px;padding:32px;border:1px solid var(--border-color);display:flex;flex-direction:column;gap:16px}._feedbackIcon_e6te5_889{width:48px;height:48px;border-radius:12px;background:#973060;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}._feedbackIcon_e6te5_889._warning_e6te5_901{background:#973060;color:#fff}._feedbackIcon_e6te5_889 svg{width:24px;height:24px}._feedbackCardTitle_e6te5_911{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin:0;line-height:1.3}._feedbackText_e6te5_919{font-size:1rem;line-height:1.6;color:var(--text-primary);margin:0}._feedbackSubtext_e6te5_926{font-size:.95rem;line-height:1.5;color:var(--text-secondary);margin:0;font-style:italic}._finalDesign_e6te5_935{padding:80px 0}._designTitle_e6te5_939{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;text-align:left;margin-bottom:48px;color:var(--text-primary)}._designGroup_e6te5_948{margin-bottom:60px}._designGroup_e6te5_948:first-child{padding:80px 0}._designGroup_e6te5_948:last-child{margin-bottom:0}._designGroupInline_e6te5_960{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;align-items:start}._designGroupStacked_e6te5_967{display:flex;flex-direction:column;gap:40px;margin:0 auto}._designItem_e6te5_974{display:flex;justify-content:center;align-items:center;margin-block:40px}._designItemWrapper_e6te5_981{width:100%}._designImageContainer_e6te5_985{position:relative;width:100%}._designImage_e6te5_985{width:100%;height:auto;min-height:0;border-radius:12px;filter:drop-shadow(0 4px 12px rgba(0,0,0,.1));transition:transform .2s ease,filter .2s ease;display:block}._designImage_e6te5_985:hover{transform:translateY(-2px);filter:drop-shadow(0 8px 24px rgba(0,0,0,.15))}._scrollHintMobile_e6te5_1006{display:block;text-align:center;font-size:.875rem;color:var(--text-secondary);margin-top:12px;margin-bottom:8px;font-style:italic;opacity:.8}@media(min-width:769px){._scrollHintMobile_e6te5_1006{display:none}}._feedbackNextSteps_e6te5_1025{margin:0 auto;padding:80px 0}._feedbackNextStepsTitle_e6te5_1030{font-size:2.5rem;font-weight:700;text-align:left;margin-bottom:32px;color:var(--text-primary);font-family:var(--font-serif)}._feedbackNextStepsGrid_e6te5_1039{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-top:48px}._feedbackNextStepsCard_e6te5_1046{background:var(--bg-secondary);border-radius:16px;padding:40px;border:1px solid var(--border-color)}._feedbackNextStepsCard_e6te5_1046 h2{font-size:1.5rem;font-weight:700;margin-bottom:16px;color:var(--text-primary)}._feedbackNextStepsDescription_e6te5_1060{font-size:1rem;line-height:1.6;color:var(--text-primary);margin-bottom:20px}._feedbackNextStepsCard_e6te5_1046 ul{list-style:none;padding:0;margin:0}._feedbackNextStepsCard_e6te5_1046 li:before{position:absolute;left:0;color:#973060;font-weight:600;font-size:1.1rem}._feedbackNextStepsCard_e6te5_1046 li{position:relative;padding-left:32px;margin-bottom:16px;font-size:1rem;line-height:1.6;color:var(--text-primary)}._feedbackNextStepsCard_e6te5_1046 li:last-child{margin-bottom:0}._feedFeedbackSection_e6te5_1109 ._feedbackNextStepsGrid_e6te5_1039 ._feedbackCard_e6te5_879 li:before{content:""!important;position:absolute!important;left:0!important;top:0!important;width:20px!important;height:20px!important;background:none!important;background-color:#973060!important;color:transparent!important;font-weight:400!important;font-size:1rem!important;mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z'/%3E%3Cpath d='M9 12l2 2 4-4'/%3E%3C/svg%3E")!important;-webkit-mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z'/%3E%3Cpath d='M9 12l2 2 4-4'/%3E%3C/svg%3E")!important;mask-repeat:no-repeat!important;-webkit-mask-repeat:no-repeat!important;mask-size:contain!important;-webkit-mask-size:contain!important}._feedFeedbackSection_e6te5_1109 ._feedbackNextStepsGrid_e6te5_1039 ._nextStepsCard_e6te5_1130 li:before{content:""!important;position:absolute!important;left:0!important;top:2px!important;width:20px!important;height:20px!important;background:none!important;background-color:#973060!important;color:transparent!important;font-weight:400!important;font-size:1rem!important;mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3Cpolyline points='12,5 19,12 12,19'/%3E%3C/svg%3E")!important;-webkit-mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3Cpolyline points='12,5 19,12 12,19'/%3E%3C/svg%3E")!important;mask-repeat:no-repeat!important;-webkit-mask-repeat:no-repeat!important;mask-size:contain!important;-webkit-mask-size:contain!important}@media(max-width:1024px){._detailTitle_e6te5_30{font-size:3rem}._approachContent_e6te5_362{grid-template-columns:1fr;gap:40px}._insightsGrid_e6te5_644,._feedbackNextStepsGrid_e6te5_1039{grid-template-columns:1fr;gap:30px}._feedbackGrid_e6te5_872,._designGroupInline_e6te5_960{grid-template-columns:1fr;gap:24px}}@media(max-width:768px){._projectContainer_e6te5_8{padding:0 20px}._projectHeader_e6te5_15{padding:60px 0 40px}._roleApproach_e6te5_358,._projectTimeline_e6te5_421,._researchInsights_e6te5_631,._finalDesign_e6te5_935{padding:60px 0}._detailTitle_e6te5_30{font-size:2.5rem;margin-bottom:40px}._approachTitle_e6te5_369,._timelineTitle_e6te5_425,._insightsTitle_e6te5_635,._feedbackTitle_e6te5_863,._feedbackNextStepsTitle_e6te5_1030,._designTitle_e6te5_939{font-size:2rem;margin-bottom:24px}._heroPlaceholder_e6te5_1243{height:300px}._problemQuote_e6te5_193{padding:32px 24px;margin:0 16px}._problemQuote_e6te5_193 p{font-size:1.125rem}._stepMeta_e6te5_571{margin-bottom:16px;text-align:left}._stepContent_e6te5_592{text-align:left}._insightCard_e6te5_651,._feedbackNextStepsCard_e6te5_1046,._feedbackCard_e6te5_879{padding:24px}._overviewSection_e6te5_244{padding:60px 0}._feedbackGrid_e6te5_872{grid-template-columns:1fr;gap:20px}._designGroupInline_e6te5_960{grid-template-columns:1fr;gap:32px}._designGroupStacked_e6te5_967{gap:32px}._designGroupStacked_e6te5_967 ._designItem_e6te5_974{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;padding:0 20px;scrollbar-width:thin;scrollbar-color:#973060 transparent;position:relative}._designGroupStacked_e6te5_967 ._designItem_e6te5_974:after{content:"";position:absolute;top:0;right:0;width:40px;height:100%;background:linear-gradient(to right,transparent,var(--bg-primary));pointer-events:none;z-index:1}._designGroupStacked_e6te5_967 ._designItem_e6te5_974::-webkit-scrollbar{height:8px}._designGroupStacked_e6te5_967 ._designItem_e6te5_974::-webkit-scrollbar-track{background:var(--bg-secondary);border-radius:4px}._designGroupStacked_e6te5_967 ._designItem_e6te5_974::-webkit-scrollbar-thumb{background:#973060;border-radius:4px;opacity:.7}._designGroupStacked_e6te5_967 ._designItem_e6te5_974::-webkit-scrollbar-thumb:hover{background:var(--text-primary)}._designGroupStacked_e6te5_967 ._designImageContainer_e6te5_985{width:max-content;min-width:calc(100vw - 40px);padding-right:20px;background:transparent}._designGroupStacked_e6te5_967 ._designImage_e6te5_985{width:auto;height:60vh;max-height:400px;max-width:none;min-width:100vw;object-fit:contain;background:transparent}._designGroup_e6te5_948{margin-bottom:48px}._designItem_e6te5_974{margin-block:24px}._userFeedback_e6te5_859,._feedbackNextSteps_e6te5_1025,._closingStatement_e6te5_1151{padding:60px 20px}}@media(max-width:480px){._projectContainer_e6te5_8{padding:0 16px}._projectHeader_e6te5_15{padding:40px 0 32px}._roleApproach_e6te5_358,._projectTimeline_e6te5_421,._researchInsights_e6te5_631,._finalDesign_e6te5_935{padding:40px 0}._detailTitle_e6te5_30{font-size:2rem;margin-bottom:32px}._approachTitle_e6te5_369,._timelineTitle_e6te5_425,._insightsTitle_e6te5_635,._feedbackTitle_e6te5_863,._feedbackNextStepsTitle_e6te5_1030,._designTitle_e6te5_939{font-size:1.75rem}._problemQuote_e6te5_193{padding:24px 20px;margin:0 8px}._overviewSection_e6te5_244{padding:40px 0}._insightCard_e6te5_651,._feedbackNextStepsCard_e6te5_1046,._feedbackCard_e6te5_879{padding:20px}._heroPlaceholder_e6te5_1243{height:240px}._designPlaceholder_e6te5_1429._mobile_e6te5_1429{height:300px}._designPlaceholder_e6te5_1429._desktop_e6te5_1433{height:240px}._statNumber_e6te5_1437{font-size:2.5rem}._userFeedback_e6te5_859,._feedbackNextSteps_e6te5_1025,._closingStatement_e6te5_1151{padding:60px 16px}._closingText_e6te5_1158{font-size:1.25rem}._designItem_e6te5_974{margin-block:20px}}._newDirectionInsights_e6te5_1463 ._insightCard_e6te5_651:first-child ._insightList_e6te5_672 li:before{content:""!important;position:absolute!important;left:0!important;top:2px!important;width:20px!important;height:20px!important;background-color:#973060!important;mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='22,12 18,12 15,21 9,3 6,12 2,12'/%3E%3C/svg%3E")!important;-webkit-mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='22,12 18,12 15,21 9,3 6,12 2,12'/%3E%3C/svg%3E")!important;mask-repeat:no-repeat!important;-webkit-mask-repeat:no-repeat!important;mask-size:contain!important;-webkit-mask-size:contain!important}._newDirectionInsights_e6te5_1463 ._insightCard_e6te5_651:last-child ._insightList_e6te5_672 li:before{content:""!important;position:absolute!important;left:0!important;top:2px!important;width:20px!important;height:20px!important;background-color:#10b981!important;mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'/%3E%3C/svg%3E")!important;-webkit-mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'/%3E%3C/svg%3E")!important;mask-repeat:no-repeat!important;-webkit-mask-repeat:no-repeat!important;mask-size:contain!important;-webkit-mask-size:contain!important}._categoryIconContainer_e6te5_1497{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center}._categoryIcon_e6te5_1497{color:#fff}._insightCardHeader_e6te5_1510{display:flex;align-items:center;gap:12px;margin-bottom:24px}._insightCardHeader_e6te5_1510 h3{margin:0;font-size:1.5rem;font-weight:700;color:var(--text-primary)}._insightListNoBullets_e6te5_1524{list-style:none!important;padding:0!important;margin:0!important}._insightListNoBullets_e6te5_1524 li{position:relative!important;display:flex!important;align-items:flex-start!important;gap:12px!important;margin-bottom:16px!important;padding:0!important;line-height:1.6!important}._insightListNoBullets_e6te5_1524 li:last-child{margin-bottom:0!important}._listIcon_e6te5_1544{flex-shrink:0;margin-top:2px}._categoryIconContainer_e6te5_1497._painPoints_e6te5_1550,._categoryIconContainer_e6te5_1497._challengesAddressed_e6te5_1554,._categoryIconContainer_e6te5_1497._feedbackItems_e6te5_1558{background-color:#973060}._listIcon_e6te5_1544._painPoints_e6te5_1550,._listIcon_e6te5_1544._challengesAddressed_e6te5_1554,._listIcon_e6te5_1544._feedbackItems_e6te5_1558{color:#973060}@media(max-width:480px){._insightCardHeader_e6te5_1510{gap:10px}._insightCardHeader_e6te5_1510 h3{font-size:1.25rem}._categoryIconContainer_e6te5_1497{width:40px;height:40px;min-width:40px}}._atAGlance_e6te5_1596{padding:40px 0 80px}._atAGlanceLabel_e6te5_1600{display:flex;align-items:center;gap:12px;margin-bottom:20px}._atAGlanceLabelLine_e6te5_1607{width:36px;height:2px;background:#973060;border-radius:2px;flex-shrink:0}._atAGlanceLabelText_e6te5_1615{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-secondary)}._atAGlanceTitle_e6te5_1623{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;margin-bottom:40px;color:var(--text-primary)}._atAGlanceGrid_e6te5_1631{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}._atAGlanceCard_e6te5_1637{background:var(--bg-secondary);border-radius:16px;padding:32px;border:1px solid var(--border-color);display:flex;flex-direction:column;gap:12px}._atAGlanceCardLabel_e6te5_1647{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#973060}._atAGlanceCardText_e6te5_1655{font-size:1rem;line-height:1.75;color:var(--text-primary);margin:0}._objectivesSection_e6te5_1663{padding:24px 0 80px}._objectivesTitle_e6te5_1667{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;margin-bottom:40px;color:var(--text-primary)}._objectivesGrid_e6te5_1675{display:grid;grid-template-columns:1fr 1fr;gap:24px}._objectivesCard_e6te5_1681{background:var(--bg-secondary);border-radius:16px;padding:40px;border:1px solid var(--border-color)}._objectivesCardLabel_e6te5_1688{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-secondary);margin-bottom:6px;display:block}._objectivesCardTitle_e6te5_1698{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin-bottom:24px}._objectivesList_e6te5_1705{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}._objectivesListItem_e6te5_1714{display:flex;align-items:flex-start;gap:12px;font-size:1rem;line-height:1.6;color:var(--text-primary)}._objectivesListDot_e6te5_1723{width:8px;height:8px;border-radius:50%;background:#973060;margin-top:7px;flex-shrink:0}._turningPoint_e6te5_1733{padding:80px 0}._turningPointInner_e6te5_1737{background:var(--bg-secondary);border-radius:24px;padding:64px;border:1px solid var(--border-color);position:relative;overflow:hidden}._turningPointInner_e6te5_1737:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--diana-gradient);border-radius:24px 24px 0 0}._turningPointLabel_e6te5_1757{display:flex;align-items:center;gap:12px;margin-bottom:20px}._turningPointLabelText_e6te5_1764{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#973060}._turningPointTitle_e6te5_1772{font-family:var(--font-serif);font-size:2rem;font-weight:700;margin-bottom:28px;color:var(--text-primary);line-height:1.2}._turningPointNarrative_e6te5_1781{font-size:1.0625rem;line-height:1.8;color:var(--text-primary);margin-bottom:20px}._turningPointNarrative_e6te5_1781:last-child{margin-bottom:0}._closingStatement_e6te5_1151{max-width:1200px;margin:0 auto;padding:0 40px 80px;text-align:center}._closingText_e6te5_1158{font-size:1.5rem;font-weight:600;line-height:1.6;max-width:800px;margin:0 auto;background:var(--diana-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(max-width:1024px){._atAGlanceGrid_e6te5_1631,._objectivesGrid_e6te5_1675{grid-template-columns:1fr;gap:16px}}@media(max-width:768px){._atAGlance_e6te5_1596,._objectivesSection_e6te5_1663,._turningPoint_e6te5_1733{padding:60px 0}._atAGlanceTitle_e6te5_1623,._objectivesTitle_e6te5_1667{font-size:2rem;margin-bottom:28px}._turningPointInner_e6te5_1737{padding:40px 28px}._turningPointTitle_e6te5_1772{font-size:1.5rem}}@media(max-width:480px){._atAGlance_e6te5_1596,._objectivesSection_e6te5_1663,._turningPoint_e6te5_1733{padding:40px 0}._atAGlanceTitle_e6te5_1623,._objectivesTitle_e6te5_1667{font-size:1.75rem}._atAGlanceCard_e6te5_1637,._objectivesCard_e6te5_1681{padding:24px}._turningPointInner_e6te5_1737{padding:32px 20px}}._projectDetail_pud5t_2{min-height:100vh;background:var(--bg-primary);color:var(--text-primary)}._projectContainer_pud5t_8{max-width:1440px;margin:0 auto;padding:0 24px}._projectHeader_pud5t_15{padding:0;text-align:left}._projectHeader_pud5t_15 ._detailMeta_pud5t_21,._projectHeader_pud5t_15 ._detailTitle_pud5t_22,._projectHeader_pud5t_15 ._detailSubtitle_pud5t_23,._projectHeader_pud5t_15 ._projectMetadata_pud5t_24{text-align:center}._detailMeta_pud5t_21,._detailTags_pud5t_32{margin-bottom:24px}._tagSeparator_pud5t_36{color:var(--text-tertiary)}._detailSubtitle_pud5t_23{font-size:1.125rem;font-weight:500;color:var(--text-secondary);margin-bottom:32px;text-align:center}._projectMetadata_pud5t_24{display:flex;justify-content:center;align-items:flex-start;gap:32px;margin:60px 0;flex-wrap:wrap}._metadataItem_pud5t_57{display:flex;flex-direction:column;align-items:flex-start;text-align:left;min-width:120px}._metadataDivider_pud5t_65{width:1px;height:40px;background:var(--border-color);margin-top:8px}._metadataLabel_pud5t_72{font-size:.875rem;font-weight:600;color:var(--text-secondary);margin-bottom:4px;letter-spacing:.25px}._metadataValue_pud5t_80{font-size:1rem;font-weight:500;color:var(--text-primary)}._softwareList_pud5t_86{display:flex;align-items:center;gap:8px;flex-wrap:wrap}._softwareItem_pud5t_93{display:flex;align-items:center;gap:4px}._softwareLogo_pud5t_100{width:16px;height:16px;object-fit:contain;border-radius:3px}._projectSummary_pud5t_107{max-width:800px;margin:0 auto 60px;padding:0 24px;text-align:center}._projectSummary_pud5t_107 p{font-size:1.125rem;line-height:1.7;color:var(--text-primary);margin-bottom:24px}._projectSummary_pud5t_107 p:last-of-type{margin-bottom:16px}._projectSummary_pud5t_107 ul{list-style:none;padding:0;margin:0;display:inline-block;text-align:left}._projectSummary_pud5t_107 li{position:relative;padding-left:20px;margin-bottom:8px;font-size:1.125rem;line-height:1.6;color:var(--text-primary)}._projectSummary_pud5t_107 li:before{content:"•";position:absolute;left:0;color:var(--text-primary);font-weight:700}@media(max-width:768px){._projectMetadata_pud5t_24{flex-direction:column;gap:20px}._metadataDivider_pud5t_65{display:none}._metadataItem_pud5t_57{align-items:center;text-align:center;width:100%}._metadataLabel_pud5t_72,._metadataValue_pud5t_80{text-align:center}._overviewContainer_pud5t_175{grid-template-columns:1fr!important;gap:40px}._overviewContent_pud5t_180{text-align:center}._problemQuote_pud5t_184{margin:0 16px;padding:32px 24px}._quoteMark_pud5t_189{font-size:3rem}._quoteMark_pud5t_189._opening_pud5t_193{top:-25px;left:-10px}._quoteMark_pud5t_189._closing_pud5t_198{bottom:-25px;right:-10px}._problemQuote_pud5t_184 p{font-size:1rem;margin:30px 0}}._detailTitle_pud5t_22{font-family:var(--font-serif);font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:16px;max-width:900px;margin-left:auto;margin-right:auto}._detailHero_pud5t_220{margin-top:60px}._heroImage_pud5t_224{width:100%;height:auto;max-height:600px;object-fit:contain;border-radius:16px}._overviewSection_pud5t_233{padding:0}._overviewContainer_pud5t_175{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}._overviewTitle_pud5t_244{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;margin-bottom:32px;color:var(--text-primary)}._overviewContent_pud5t_180{text-align:left}._overviewContent_pud5t_180 p{font-size:1.125rem;line-height:1.7;color:var(--text-primary);margin-bottom:24px}._overviewContent_pud5t_180 p:last-of-type{margin-bottom:16px}._overviewContent_pud5t_180 ul{list-style:none;padding:0;margin:0}._overviewContent_pud5t_180 li{position:relative;padding-left:20px;font-size:1.125rem;line-height:1.6;color:var(--text-primary)}._overviewContent_pud5t_180 li:before{content:"•";position:absolute;left:0;color:var(--text-primary);font-weight:700}._overviewHero_pud5t_290{display:flex;justify-content:center;align-items:center}._overviewQuote_pud5t_296{margin-top:80px;display:flex;justify-content:center}._problemQuote_pud5t_184{margin:0 auto;padding:48px;background:var(--bg-secondary);border-radius:20px;position:relative}._quoteDecoration_pud5t_311{position:relative}._quoteMark_pud5t_189{font-size:4rem;color:var(--accent-color);opacity:.7;line-height:1;font-weight:700}._quoteMark_pud5t_189._opening_pud5t_193{position:absolute;top:-40px;left:-15px}._quoteMark_pud5t_189._closing_pud5t_198{position:absolute;bottom:-40px;right:-15px}._problemQuote_pud5t_184 p{font-size:1.125rem;line-height:1.6;font-style:italic;font-weight:600;margin:40px 0;color:var(--text-primary);position:relative;z-index:1}._roleApproach_pud5t_347{padding:80px 0}._approachContent_pud5t_351{display:grid;grid-template-columns:2fr 1fr;gap:80px;align-items:center}._approachTitle_pud5t_358{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;margin-bottom:32px;color:var(--text-primary);line-height:1.2}._approachText_pud5t_367 p{font-size:1.125rem;line-height:1.7;color:var(--text-primary);margin-bottom:24px}._approachText_pud5t_367 p:last-child{margin-bottom:0}._approachVisual_pud5t_378{display:flex;justify-content:center}._visualPlaceholder_pud5t_383{width:300px;height:200px;background:var(--bg-tertiary);border:2px dashed var(--border-color);border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);font-weight:500}._approachSvg_pud5t_396{width:100%;height:auto;filter:saturate(0) brightness(1.2) contrast(1) invert(0);transition:filter .3s ease}[data-theme=dark] ._approachSvg_pud5t_396{filter:saturate(0) brightness(1.2) contrast(1) invert(.1)}._projectTimeline_pud5t_410{padding:80px 0}._timelineTitle_pud5t_414{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;text-align:left;margin-bottom:32px;color:var(--text-primary)}._timelineSteps_pud5t_423{display:flex;flex-direction:column;gap:0}@media(min-width:769px){._timelineSteps_pud5t_423{flex-direction:row;justify-content:space-between;gap:20px}._timelineStep_pud5t_423{flex:1;display:flex;flex-direction:column;position:relative}._timelineIcon_pud5t_444{width:60px;height:60px;border-radius:50%;background:var(--text-primary);color:var(--bg-primary);display:flex;align-items:center;justify-content:center;margin-bottom:20px;z-index:2;position:relative}._timelineConnector_pud5t_458{position:absolute;top:30px;left:60px;width:calc(100% + 10px);height:2px;background:var(--border-color);z-index:1}._timelineStep_pud5t_423:last-child ._timelineConnector_pud5t_458{display:none}._timelineContent_pud5t_472{background:var(--bg-secondary);padding:20px;border-radius:12px;flex:1}}@media(max-width:768px){._timelineStep_pud5t_423{display:grid;grid-template-columns:60px 1fr;grid-template-rows:auto 1fr;gap:0 16px;grid-template-areas:"icon content" "connector content"}._timelineStep_pud5t_423:last-child{grid-template-areas:"icon content" ". content"}._timelineIcon_pud5t_444{grid-area:icon;width:60px;height:60px;border-radius:50%;background:var(--text-primary);color:var(--bg-primary);display:flex;align-items:center;justify-content:center}._timelineConnector_pud5t_458{grid-area:connector;width:2px;background:var(--border-color);justify-self:center}._timelineStep_pud5t_423:last-child ._timelineConnector_pud5t_458{display:none}._timelineContent_pud5t_472{grid-area:content;background:var(--bg-secondary);padding:20px;border-radius:12px;align-self:start;margin-bottom:24px}}._timelineIcon_pud5t_444 svg{width:24px;height:24px}._stepMeta_pud5t_538{text-align:left;margin-bottom:16px}._stepNumber_pud5t_543{font-size:.875rem;font-weight:600;color:var(--text-secondary);margin-bottom:8px;display:block}._stepTitle_pud5t_551{font-size:1.125rem;font-weight:700;color:var(--text-primary);margin:0;line-height:1.3}._stepContent_pud5t_559{text-align:left}._stepContent_pud5t_559 h4{font-size:1rem;font-weight:600;color:var(--text-primary);margin:0 0 12px}._stepContent_pud5t_559 ul{list-style:none;padding:0;margin:0}._stepContent_pud5t_559 li{position:relative;padding-left:20px;margin-bottom:4px;font-size:.95rem;color:var(--text-primary);line-height:1.6}._stepContent_pud5t_559 li:before{content:"•";position:absolute;left:0;color:var(--text-primary);font-weight:700}._stepContent_pud5t_559 li:last-child{margin-bottom:0}._researchInsights_pud5t_598{padding:80px 0}._insightsTitle_pud5t_602{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;text-align:left;margin-bottom:32px;color:var(--text-primary)}._insightsGrid_pud5t_611{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-top:48px}._insightCard_pud5t_618{background:var(--bg-secondary);border-radius:16px;padding:40px;border:1px solid var(--border-color)}._insightCardTitle_pud5t_625{font-size:1.5rem;font-weight:700;margin-bottom:24px;color:var(--text-primary)}._insightDescription_pud5t_632{font-size:1rem;line-height:1.6;color:var(--text-primary);margin-bottom:20px}._insightList_pud5t_639{list-style:none;padding:0;margin:0}._insightList_pud5t_639 li{position:relative;padding-left:32px;margin-bottom:16px;font-size:1rem;line-height:1.6;color:var(--text-primary)}._insightCard_pud5t_618:first-child ._insightList_pud5t_639 li:before{content:"";position:absolute;left:0;top:2px;width:20px;height:20px;background-color:#c27d7d;mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M16 16s-1.5-2-4-2-4 2-4 2'/%3E%3Cline x1='9' y1='9' x2='9.01' y2='9'/%3E%3Cline x1='15' y1='9' x2='15.01' y2='9'/%3E%3C/svg%3E");-webkit-mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M16 16s-1.5-2-4-2-4 2-4 2'/%3E%3Cline x1='9' y1='9' x2='9.01' y2='9'/%3E%3Cline x1='15' y1='9' x2='15.01' y2='9'/%3E%3C/svg%3E");mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;mask-size:contain;-webkit-mask-size:contain}._insightCard_pud5t_618:last-child ._insightList_pud5t_639 li:nth-child(1):before{content:"";position:absolute;left:0;top:2px;width:20px;height:20px;background-color:#7d9bc2;mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10'/%3E%3Cpath d='m9 12 2 2 4-4'/%3E%3C/svg%3E");-webkit-mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10'/%3E%3Cpath d='m9 12 2 2 4-4'/%3E%3C/svg%3E");mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;mask-size:contain;-webkit-mask-size:contain}._insightCard_pud5t_618:last-child ._insightList_pud5t_639 li:nth-child(2):before{content:"";position:absolute;left:0;top:2px;width:20px;height:20px;background-color:#7d9bc2;mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 12 7 10l5 5 5-5-2-2-3 3z'/%3E%3Cpath d='M21 12a9 9 0 1 1-9-9c2.52 0 4.93 1 6.74 2.74L21 8'/%3E%3Cpath d='M21 3v5h-5'/%3E%3C/svg%3E");-webkit-mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 12 7 10l5 5 5-5-2-2-3 3z'/%3E%3Cpath d='M21 12a9 9 0 1 1-9-9c2.52 0 4.93 1 6.74 2.74L21 8'/%3E%3Cpath d='M21 3v5h-5'/%3E%3C/svg%3E");mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;mask-size:contain;-webkit-mask-size:contain}._insightCard_pud5t_618:last-child ._insightList_pud5t_639 li:nth-child(3):before{content:"";position:absolute;left:0;top:2px;width:20px;height:20px;background-color:#7d9bc2;mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z'/%3E%3Cpath d='M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z'/%3E%3C/svg%3E");-webkit-mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z'/%3E%3Cpath d='M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z'/%3E%3C/svg%3E");mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;mask-size:contain;-webkit-mask-size:contain}._insightCard_pud5t_618:last-child ._insightList_pud5t_639 li:nth-child(4):before{content:"";position:absolute;left:0;top:2px;width:20px;height:20px;background-color:#7d9bc2;mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2'/%3E%3Crect width='8' height='4' x='8' y='2' rx='1' ry='1'/%3E%3Cpath d='m9 14 2 2 4-4'/%3E%3C/svg%3E");-webkit-mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2'/%3E%3Crect width='8' height='4' x='8' y='2' rx='1' ry='1'/%3E%3Cpath d='m9 14 2 2 4-4'/%3E%3C/svg%3E");mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;mask-size:contain;-webkit-mask-size:contain}._insightCard_pud5t_618:last-child ._insightList_pud5t_639 li:nth-child(5):before{content:"";position:absolute;left:0;top:2px;width:20px;height:20px;background-color:#7d9bc2;mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M22 21v-2a4 4 0 0 0-3-3.87'/%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'/%3E%3C/svg%3E");-webkit-mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M22 21v-2a4 4 0 0 0-3-3.87'/%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'/%3E%3C/svg%3E");mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;mask-size:contain;-webkit-mask-size:contain}._insightList_pud5t_639 li:last-child{margin-bottom:0}._userFeedback_pud5t_761{padding:80px 0}._feedbackTitle_pud5t_765{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;text-align:left;margin-bottom:32px;color:var(--text-primary)}._feedbackGrid_pud5t_774{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:24px;margin-top:48px}._feedbackCard_pud5t_781{background:var(--bg-secondary);border-radius:16px;padding:32px;border:1px solid var(--border-color);display:flex;flex-direction:column;gap:16px}._feedbackIcon_pud5t_791{width:48px;height:48px;border-radius:12px;background:var(--text-primary);color:var(--bg-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}._feedbackIcon_pud5t_791._warning_pud5t_803{background:var(--text-primary);color:var(--bg-primary)}._feedbackIcon_pud5t_791 svg{width:24px;height:24px}._feedbackCardTitle_pud5t_813{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin:0;line-height:1.3}._feedbackText_pud5t_821{font-size:1rem;line-height:1.6;color:var(--text-primary);margin:0}._feedbackSubtext_pud5t_828{font-size:.95rem;line-height:1.5;color:var(--text-secondary);margin:0;font-style:italic}._finalDesign_pud5t_837{padding:80px 0}._designTitle_pud5t_841{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;text-align:left;margin-bottom:48px;color:var(--text-primary)}._designGroup_pud5t_850{margin-bottom:60px}._designGroup_pud5t_850:first-child{padding:80px 0}._designGroup_pud5t_850:last-child{margin-bottom:0}._designGroupInline_pud5t_862{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;align-items:start}._designGroupStacked_pud5t_869{display:flex;flex-direction:column;gap:40px;margin:0 auto}._designItem_pud5t_876{display:flex;justify-content:center;align-items:center;margin-block:40px}._designImageContainer_pud5t_883{position:relative;width:100%}._designImage_pud5t_883{width:100%;height:auto;min-height:0;border-radius:12px;filter:drop-shadow(0 4px 12px rgba(0,0,0,.1));transition:transform .2s ease,filter .2s ease;display:block}._designImage_pud5t_883:hover{transform:translateY(-2px);filter:drop-shadow(0 8px 24px rgba(0,0,0,.15))}._scrollHintMobile_pud5t_904{display:block;text-align:center;font-size:.875rem;color:var(--text-secondary);margin-top:12px;margin-bottom:8px;font-style:italic;opacity:.8}@media(min-width:769px){._scrollHintMobile_pud5t_904{display:none}}._feedbackNextSteps_pud5t_923{margin:0 auto;padding:80px 0}._feedbackNextStepsTitle_pud5t_928{font-size:2.5rem;font-weight:700;text-align:left;margin-bottom:32px;color:var(--text-primary);font-family:var(--font-serif)}._feedbackNextStepsGrid_pud5t_937{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-top:48px}._feedbackNextStepsCard_pud5t_944{background:var(--bg-secondary);border-radius:16px;padding:40px;border:1px solid var(--border-color)}._feedbackNextStepsCard_pud5t_944 h2{font-size:1.5rem;font-weight:700;margin-bottom:24px;color:var(--text-primary)}._feedbackNextStepsDescription_pud5t_958{font-size:1rem;line-height:1.6;color:var(--text-primary);margin-bottom:20px}._feedbackNextStepsCard_pud5t_944 ul{list-style:none;padding:0;margin:0}._feedbackNextStepsCard_pud5t_944 li:before{position:absolute;left:0;color:var(--accent-color);font-weight:600;font-size:1.1rem}._feedbackNextStepsCard_pud5t_944 li{position:relative;padding-left:32px;margin-bottom:16px;font-size:1rem;line-height:1.6;color:var(--text-primary)}._feedbackNextStepsCard_pud5t_944 li:last-child{margin-bottom:0}._feedbackNextStepsCard_pud5t_944:first-child li:before{content:"";position:absolute;left:0;top:2px;width:20px;height:20px;background-color:#6b9b73;mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 12l2 2 4-4'/%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3C/svg%3E");-webkit-mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 12l2 2 4-4'/%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3C/svg%3E");mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;mask-size:contain;-webkit-mask-size:contain}._feedbackNextStepsCard_pud5t_944:last-child li:nth-child(1):before{content:"";position:absolute;left:0;top:2px;width:20px;height:20px;background-color:#7d9bc2;mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 3v5h5'/%3E%3Cpath d='M3.05 13A9 9 0 1 0 6 5.3L3 8'/%3E%3C/svg%3E");-webkit-mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 3v5h5'/%3E%3Cpath d='M3.05 13A9 9 0 1 0 6 5.3L3 8'/%3E%3C/svg%3E");mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;mask-size:contain;-webkit-mask-size:contain}._feedbackNextStepsCard_pud5t_944:last-child li:nth-child(2):before{content:"";position:absolute;left:0;top:2px;width:20px;height:20px;background-color:#7d9bc2;mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Cpath d='M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z'/%3E%3C/svg%3E");-webkit-mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Cpath d='M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z'/%3E%3C/svg%3E");mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;mask-size:contain;-webkit-mask-size:contain}._feedbackNextStepsCard_pud5t_944:last-child li:nth-child(3):before{content:"";position:absolute;left:0;top:2px;width:20px;height:20px;background-color:#7d9bc2;mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M22 21v-2a4 4 0 0 0-3-3.87'/%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'/%3E%3C/svg%3E");-webkit-mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M22 21v-2a4 4 0 0 0-3-3.87'/%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'/%3E%3C/svg%3E");mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;mask-size:contain;-webkit-mask-size:contain}._feedbackNextStepsCard_pud5t_944:last-child li:nth-child(4):before{content:"";position:absolute;left:0;top:2px;width:20px;height:20px;background-color:#7d9bc2;mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'/%3E%3C/svg%3E");-webkit-mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'/%3E%3C/svg%3E");mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;mask-size:contain;-webkit-mask-size:contain}._feedbackNextStepsCard_pud5t_944:last-child li:nth-child(5):before{content:"";position:absolute;left:0;top:2px;width:20px;height:20px;background-color:#7d9bc2;mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E");-webkit-mask-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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E");mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;mask-size:contain;-webkit-mask-size:contain}._closingStatement_pud5t_1105{max-width:1200px;margin:0 auto;padding:0 40px 80px;text-align:center}._closingText_pud5t_1112{font-size:1.5rem;font-weight:600;line-height:1.6;max-width:800px;margin:0 auto;background:var(--diana-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(max-width:1024px){._detailTitle_pud5t_22{font-size:3rem}._approachContent_pud5t_351{grid-template-columns:1fr;gap:40px}._insightsGrid_pud5t_611,._feedbackNextStepsGrid_pud5t_937{grid-template-columns:1fr;gap:30px}._feedbackGrid_pud5t_774,._designGroupInline_pud5t_862{grid-template-columns:1fr;gap:24px}}@media(max-width:768px){._projectContainer_pud5t_8{padding:0 20px}._projectHeader_pud5t_15{padding:60px 0 40px}._roleApproach_pud5t_347,._projectTimeline_pud5t_410,._researchInsights_pud5t_598,._finalDesign_pud5t_837{padding:60px 0}._detailTitle_pud5t_22{font-size:2.5rem;margin-bottom:40px}._approachTitle_pud5t_358,._timelineTitle_pud5t_414,._insightsTitle_pud5t_602,._feedbackTitle_pud5t_765,._feedbackNextStepsTitle_pud5t_928,._designTitle_pud5t_841{font-size:2rem;margin-bottom:24px}._heroPlaceholder_pud5t_1197{height:300px}._problemQuote_pud5t_184{padding:32px 24px;margin:0 16px}._problemQuote_pud5t_184 p{font-size:1.125rem}._stepMeta_pud5t_538{margin-bottom:16px;text-align:left}._stepContent_pud5t_559{text-align:left}._insightCard_pud5t_618,._feedbackNextStepsCard_pud5t_944,._feedbackCard_pud5t_781{padding:24px}._overviewSection_pud5t_233{padding:60px 0}._feedbackGrid_pud5t_774{grid-template-columns:1fr;gap:20px}._designGroupInline_pud5t_862{grid-template-columns:1fr;gap:32px}._designGroupStacked_pud5t_869{gap:32px}._designGroupStacked_pud5t_869 ._designItem_pud5t_876{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;padding:0 20px;scrollbar-width:thin;scrollbar-color:var(--accent-color) transparent;position:relative}._designGroupStacked_pud5t_869 ._designItem_pud5t_876:after{content:"";position:absolute;top:0;right:0;width:40px;height:100%;background:linear-gradient(to right,transparent,var(--bg-primary));pointer-events:none;z-index:1}._designGroupStacked_pud5t_869 ._designItem_pud5t_876::-webkit-scrollbar{height:8px}._designGroupStacked_pud5t_869 ._designItem_pud5t_876::-webkit-scrollbar-track{background:var(--bg-secondary);border-radius:4px}._designGroupStacked_pud5t_869 ._designItem_pud5t_876::-webkit-scrollbar-thumb{background:var(--accent-color);border-radius:4px;opacity:.7}._designGroupStacked_pud5t_869 ._designItem_pud5t_876::-webkit-scrollbar-thumb:hover{background:var(--text-primary)}._designGroupStacked_pud5t_869 ._designImageContainer_pud5t_883{width:max-content;min-width:calc(100vw - 40px);padding-right:20px;background:transparent}._designGroupStacked_pud5t_869 ._designImage_pud5t_883{width:auto;height:60vh;max-height:400px;max-width:none;min-width:100vw;object-fit:contain;background:transparent}._designGroup_pud5t_850{margin-bottom:48px}._designItem_pud5t_876{margin-block:24px}._userFeedback_pud5t_761,._feedbackNextSteps_pud5t_923,._closingStatement_pud5t_1105{padding:60px 20px}}@media(max-width:480px){._projectContainer_pud5t_8{padding:0 16px}._projectHeader_pud5t_15{padding:40px 0 32px}._roleApproach_pud5t_347,._projectTimeline_pud5t_410,._researchInsights_pud5t_598,._finalDesign_pud5t_837{padding:40px 0}._detailTitle_pud5t_22{font-size:2rem;margin-bottom:32px}._approachTitle_pud5t_358,._timelineTitle_pud5t_414,._insightsTitle_pud5t_602,._feedbackTitle_pud5t_765,._feedbackNextStepsTitle_pud5t_928,._designTitle_pud5t_841{font-size:1.75rem}._problemQuote_pud5t_184{padding:24px 20px;margin:0 8px}._overviewSection_pud5t_233{padding:40px 0}._insightCard_pud5t_618,._feedbackNextStepsCard_pud5t_944,._feedbackCard_pud5t_781{padding:20px}._heroPlaceholder_pud5t_1197{height:240px}._designPlaceholder_pud5t_1383._mobile_pud5t_1383{height:300px}._designPlaceholder_pud5t_1383._desktop_pud5t_1387{height:240px}._statNumber_pud5t_1391{font-size:2.5rem}._userFeedback_pud5t_761,._feedbackNextSteps_pud5t_923,._closingStatement_pud5t_1105{padding:60px 16px}._closingText_pud5t_1112{font-size:1.25rem}._designItem_pud5t_876{margin-block:20px}}._bodyWrapper_9okef_2{max-width:1440px;margin:0 auto;padding:0 24px 80px}._summary_9okef_9{padding:48px 0;border-bottom:1px solid var(--border-subtle)}._summaryText_9okef_14{font-size:1.25rem;line-height:1.75;color:var(--text-primary);font-weight:400;max-width:720px;margin:0 auto;text-align:center}._atAGlance_9okef_25{padding:56px 0;border-bottom:1px solid var(--border-subtle)}._atAGlanceLabel_9okef_30{display:flex;align-items:center;gap:12px;margin-bottom:20px}._atAGlanceLine_9okef_37{width:36px;height:2px;background:var(--accent-color);border-radius:2px}._atAGlanceLabelText_9okef_44{font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent-color)}._atAGlanceTitle_9okef_52{font-size:1.75rem;font-weight:700;color:var(--text-primary);margin-bottom:32px;line-height:1.2}._atAGlanceGrid_9okef_60{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}._atAGlanceCard_9okef_66{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:12px;padding:24px}._cardLabel_9okef_73{display:block;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--accent-color);margin-bottom:12px}._cardText_9okef_83{font-size:.9375rem;line-height:1.65;color:var(--text-primary);margin:0}._screens_9okef_91{padding:56px 0;max-width:900px;margin:0 auto}._screensLabel_9okef_97{font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent-color);margin-bottom:24px}._screensGrid_9okef_106{display:grid;gap:20px;grid-template-columns:1fr 1fr}._screensGrid_9okef_106[data-count="2"],._screensGrid_9okef_106[data-count="3"]{grid-template-columns:1fr 1fr}._screensGrid_9okef_106[data-count="3"] ._screenFigure_9okef_120:first-child{grid-column:1 / -1}._screensGrid_9okef_106[data-count="4"]{grid-template-columns:1fr 1fr}._screenFigure_9okef_120{margin:0;border-radius:12px;overflow:hidden;background:var(--bg-secondary);border:1px solid var(--border-subtle)}._screenImg_9okef_136{width:100%;height:auto;display:block;filter:none!important}._screenCaption_9okef_143{padding:12px 16px;font-size:.8125rem;color:var(--text-secondary);border-top:1px solid var(--border-subtle)}._outcomes_9okef_151{max-width:900px;margin:0 auto;padding:0 0 64px}._outcomesLabel_9okef_157{font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent-color);margin-bottom:20px}._outcomesList_9okef_166{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}._outcomesItem_9okef_175{display:flex;align-items:flex-start;gap:12px;font-size:1rem;line-height:1.65;color:var(--text-primary)}._outcomesIcon_9okef_184{color:var(--accent-color);flex-shrink:0;margin-top:3px}@media(max-width:900px){._atAGlanceGrid_9okef_60{grid-template-columns:1fr}}@media(max-width:600px){._screensGrid_9okef_106,._screensGrid_9okef_106[data-count="2"],._screensGrid_9okef_106[data-count="3"],._screensGrid_9okef_106[data-count="4"]{grid-template-columns:1fr}._screensGrid_9okef_106[data-count="3"] ._screenFigure_9okef_120:first-child{grid-column:auto}._summaryText_9okef_14{font-size:1.0625rem;text-align:left}}.scroll-to-top{position:fixed;bottom:32px;right:32px;width:48px;height:48px;background:var(--text-primary);color:var(--bg-primary);border:none;border-radius:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px var(--shadow-medium);transition:all .25s ease;z-index:1000}.scroll-to-top:hover{transform:translateY(-3px);box-shadow:0 8px 24px var(--shadow-heavy)}.scroll-to-top svg{width:20px;height:20px}@media(max-width:768px){.scroll-to-top{bottom:24px;right:20px;width:44px;height:44px;border-radius:10px}.scroll-to-top svg{width:18px;height:18px}}.App{min-height:100vh;width:100%}*{margin:0;padding:0;box-sizing:border-box}:root{--font-heading: "Plus Jakarta Sans", sans-serif;--font-sans: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-serif: "Plus Jakarta Sans", sans-serif;--bg-primary: #FAFAFA;--bg-secondary: #F4F4F5;--bg-tertiary: #E4E4E7;--text-primary: #384145;--text-secondary: #52525B;--text-tertiary: #A1A1AA;--primary-color: #18181B;--accent-color: #2563EB;--border-color: #E4E4E7;--shadow-light: rgba(0, 0, 0, .04);--shadow-medium: rgba(0, 0, 0, .08);--shadow-heavy: rgba(0, 0, 0, .16);--button-primary: #18181B;--button-primary-hover: #09090B;--diana-gradient: linear-gradient(135deg, #09090B 0%, #18181B 30%, #52525B 60%, #18181B 80%, #09090B 100%)}[data-theme=dark]{--bg-primary: #09090B;--bg-secondary: #18181B;--bg-tertiary: #27272A;--text-primary: #FAFAFA;--text-secondary: #A1A1AA;--text-tertiary: #71717A;--primary-color: #FAFAFA;--accent-color: #3B82F6;--border-color: #27272A;--shadow-light: rgba(0, 0, 0, .2);--shadow-medium: rgba(0, 0, 0, .4);--shadow-heavy: rgba(0, 0, 0, .6);--button-primary: #FAFAFA;--button-primary-hover: #E4E4E7;--diana-gradient: linear-gradient(135deg, #FAFAFA 0%, #E4E4E7 30%, #A1A1AA 60%, #E4E4E7 80%, #FAFAFA 100%)}body{font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:var(--text-primary);background-color:var(--bg-primary);transition:background-color .3s ease,color .3s ease}.container{max-width:1200px;margin:0 auto;padding:0 32px}.diana-gradient{font-family:var(--font-heading);background:var(--diana-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;transition:all .3s ease}.btn{display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:none;font-family:var(--font-sans);letter-spacing:-.01em}.btn-primary{background:var(--button-primary);color:var(--bg-primary)}.btn-primary:hover{background:var(--button-primary-hover);transform:translateY(-1px)}.btn-secondary{background:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-secondary)}.btn-secondary:hover{background:var(--bg-tertiary);color:var(--text-primary);transform:translateY(-1px)}.btn-sm{padding:6px 12px;font-size:.8rem;gap:4px}.btn-md{padding:10px 18px;font-size:.875rem;gap:6px;height:44px}.btn-lg{padding:12px 24px;font-size:1rem;gap:8px}.btn-icon{width:44px;height:44px;padding:0}.btn-icon.btn-sm{width:36px;height:36px}.btn-icon.btn-lg{width:48px;height:48px}@media(max-width:768px){.container{padding:0 20px}.btn-icon{width:40px;height:40px}.btn-md{padding:8px 14px;font-size:.8rem;height:40px}}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;transition-duration:.01ms!important}}div:has(>.clickable-image-hint):hover .clickable-image-hint{opacity:1!important}
