@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:var(--bg-primary);border-bottom:1px solid var(--border-color);transition:box-shadow .3s ease,background .3s ease}.header.scrolled{box-shadow:0 1px 16px var(--shadow-light)}.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}.hero-blob{position:absolute;filter:blur(100px);opacity:.28}.hero-blob-1{width:560px;height:440px;background:radial-gradient(ellipse,#c7d7fd 0%,#a5b8fc 60%,transparent 100%);top:-80px;left:-120px;border-radius:60% 40% 55% 45%/50% 60% 40% 50%}.hero-blob-2{width:500px;height:520px;background:radial-gradient(ellipse,#d8b4fe 0%,#c084fc 55%,transparent 100%);top:0;right:-100px;border-radius:45% 55% 40% 60%/60% 45% 55% 40%}.hero-blob-4{width:640px;height:500px;background:radial-gradient(ellipse,#e9d5ff 0%,#a855f7 50%,transparent 100%);top:-100px;left:12%;border-radius:50% 60% 45% 55%/55% 45% 60% 40%;opacity:.22}.hero-blob-3{width:400px;height:360px;background:radial-gradient(ellipse,#bfdbfe 0%,#93c5fd 55%,transparent 100%);top:-60px;left:36%;border-radius:55% 45% 60% 40%/45% 55%}[data-theme=dark] .hero-blob-1{background:radial-gradient(ellipse,#3b4fd4 0%,#2338b0 60%,transparent 100%);opacity:.22}[data-theme=dark] .hero-blob-2{background:radial-gradient(ellipse,#7c3aed 0%,#6d28d9 55%,transparent 100%);opacity:.2}[data-theme=dark] .hero-blob-3{background:radial-gradient(ellipse,#1d4ed8 0%,#2563eb 55%,transparent 100%);opacity:.18}[data-theme=dark] .hero-blob-4{background:radial-gradient(ellipse,#9333ea 0%,#7e22ce 55%,transparent 100%);opacity:.2}@media(max-width:768px){.hero-blob-1{width:320px;height:280px;top:-40px;left:-80px;opacity:.2}.hero-blob-2{width:300px;height:320px;top:-20px;right:-60px;opacity:.18}.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 var(--border-color)}.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:var(--text-tertiary);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}.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_1awwk_2{min-height:100vh;background:var(--bg-primary);color:var(--text-primary)}._projectContainer_1awwk_8{max-width:1440px;margin:0 auto;padding:0 24px}._projectHeader_1awwk_15{padding:0;text-align:left}._projectHeader_1awwk_15 ._detailMeta_1awwk_23,._projectHeader_1awwk_15 ._detailTitle_1awwk_24,._projectHeader_1awwk_15 ._detailSubtitle_1awwk_25,._projectHeader_1awwk_15 ._projectMetadata_1awwk_26{text-align:center}._detailMeta_1awwk_23{margin-bottom:24px;margin-top:24px}._detailTags_1awwk_35{margin-bottom:24px}._tagSeparator_1awwk_39{color:var(--text-tertiary)}._detailSubtitle_1awwk_25{font-size:1.125rem;font-weight:500;color:var(--text-secondary);margin-bottom:32px;text-align:center}._projectMetadata_1awwk_26{display:flex;justify-content:center;align-items:flex-start;gap:32px;margin:60px 0;flex-wrap:wrap}._metadataItem_1awwk_60{display:flex;flex-direction:column;align-items:flex-start;text-align:left;min-width:120px}._metadataDivider_1awwk_68{width:1px;height:40px;background:var(--border-color);margin-top:8px}._metadataLabel_1awwk_75{font-size:.875rem;font-weight:600;color:var(--text-secondary);margin-bottom:4px;letter-spacing:.25px}._metadataValue_1awwk_83{font-size:1rem;font-weight:500;color:var(--text-primary)}._softwareList_1awwk_89{display:flex;align-items:center;gap:8px;flex-wrap:wrap}._softwareItem_1awwk_96{display:flex;align-items:center;gap:4px}._softwareLogo_1awwk_103{width:16px;height:16px;object-fit:contain;border-radius:3px}._projectSummary_1awwk_110{max-width:800px;margin:0 auto 60px;padding:0 24px;text-align:center}._projectSummary_1awwk_110 p{font-size:1.125rem;line-height:1.7;color:var(--text-primary);margin-bottom:24px}._projectSummary_1awwk_110 p:last-of-type{margin-bottom:16px}._projectSummary_1awwk_110 ul{list-style:none;padding:0;margin:0;display:inline-block;text-align:left}._projectSummary_1awwk_110 li{position:relative;padding-left:20px;margin-bottom:8px;font-size:1.125rem;line-height:1.6;color:var(--text-primary)}._projectSummary_1awwk_110 li:before{content:"•";position:absolute;left:0;color:var(--text-primary);font-weight:700}@media(max-width:768px){._projectMetadata_1awwk_26{flex-direction:column;gap:20px}._metadataDivider_1awwk_68{display:none}._metadataItem_1awwk_60{align-items:center;text-align:center;width:100%}._metadataLabel_1awwk_75,._metadataValue_1awwk_83{text-align:center}._overviewContainer_1awwk_178{grid-template-columns:1fr!important;gap:40px}._overviewContent_1awwk_183{text-align:center}._problemQuote_1awwk_187{margin:0 16px;padding:32px 24px}._quoteMark_1awwk_192{font-size:3rem}._quoteMark_1awwk_192._opening_1awwk_196{top:-25px;left:-10px}._quoteMark_1awwk_192._closing_1awwk_201{bottom:-25px;right:-10px}._problemQuote_1awwk_187 p{font-size:1rem;margin:30px 0}}._detailTitle_1awwk_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_1awwk_223{margin-top:60px}._heroImage_1awwk_227{width:100%;height:auto;max-height:600px;object-fit:contain;border-radius:16px}._overviewSection_1awwk_236{padding:0}._overviewContainer_1awwk_178{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}._overviewTitle_1awwk_247{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;margin-bottom:32px;color:var(--text-primary)}._overviewContent_1awwk_183{text-align:left}._overviewContent_1awwk_183 p{font-size:1.125rem;line-height:1.7;color:var(--text-primary);margin-bottom:24px}._overviewContent_1awwk_183 p:last-of-type{margin-bottom:16px}._overviewContent_1awwk_183 ul{list-style:none;padding:0;margin:0}._overviewContent_1awwk_183 li{position:relative;padding-left:20px;font-size:1.125rem;line-height:1.6;color:var(--text-primary)}._overviewContent_1awwk_183 li:before{content:"•";position:absolute;left:0;color:var(--text-primary);font-weight:700}._overviewHero_1awwk_293{display:flex;justify-content:center;align-items:center}._overviewQuote_1awwk_299{margin-top:80px;display:flex;justify-content:center}._problemQuote_1awwk_187{margin:0 auto;padding:48px;background:var(--bg-secondary);border-radius:20px;position:relative}._quoteDecoration_1awwk_314{position:relative}._quoteMark_1awwk_192{font-size:4rem;color:var(--accent-color);opacity:.7;line-height:1;font-weight:700}._quoteMark_1awwk_192._opening_1awwk_196{position:absolute;top:-40px;left:-15px}._quoteMark_1awwk_192._closing_1awwk_201{position:absolute;bottom:-40px;right:-15px}._problemQuote_1awwk_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_1awwk_350{padding:80px 0}._approachContent_1awwk_354{display:grid;grid-template-columns:2fr 1fr;gap:80px;align-items:center}._approachTitle_1awwk_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_1awwk_370 p{font-size:1.125rem;line-height:1.7;color:var(--text-primary);margin-bottom:24px}._approachText_1awwk_370 p:last-child{margin-bottom:0}._approachVisual_1awwk_381{display:flex;justify-content:center}._visualPlaceholder_1awwk_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_1awwk_399{width:100%;height:auto;filter:saturate(0) brightness(1.2) contrast(1) invert(0);transition:filter .3s ease}[data-theme=dark] ._approachSvg_1awwk_399{filter:saturate(0) brightness(1.2) contrast(1) invert(.1)}._projectTimeline_1awwk_413{padding:80px 0}._timelineTitle_1awwk_417{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;text-align:left;margin-bottom:32px;color:var(--text-primary)}._timelineSteps_1awwk_426{display:flex;flex-direction:column;gap:0}@media(min-width:769px){._timelineSteps_1awwk_426{flex-direction:row;justify-content:space-between;gap:20px}._timelineStep_1awwk_426{flex:1;display:flex;flex-direction:column;position:relative}._timelineIcon_1awwk_447{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_1awwk_461{position:absolute;top:30px;left:60px;width:calc(100% + 10px);height:2px;background:var(--border-color);z-index:1}._timelineStep_1awwk_426:last-child ._timelineConnector_1awwk_461{display:none}._timelineContent_1awwk_475{background:var(--bg-secondary);padding:20px;border-radius:12px;flex:1}}@media(max-width:768px){._timelineStep_1awwk_426{display:grid;grid-template-columns:60px 1fr;grid-template-rows:auto 1fr;gap:0 16px;grid-template-areas:"icon content" "connector content"}._timelineStep_1awwk_426:last-child{grid-template-areas:"icon content" ". content"}._timelineIcon_1awwk_447{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_1awwk_461{grid-area:connector;width:2px;background:var(--border-color);justify-self:center}._timelineStep_1awwk_426:last-child ._timelineConnector_1awwk_461{display:none}._timelineContent_1awwk_475{grid-area:content;background:var(--bg-secondary);padding:20px;border-radius:12px;align-self:start;margin-bottom:24px}}._timelineIcon_1awwk_447 svg{width:24px;height:24px}._stepMeta_1awwk_541{text-align:left;margin-bottom:16px}._stepNumber_1awwk_546{font-size:.875rem;font-weight:600;color:var(--text-secondary);margin-bottom:8px;display:block}._stepTitle_1awwk_554{font-size:1.125rem;font-weight:700;color:var(--text-primary);margin:0;line-height:1.3}._stepContent_1awwk_562{text-align:left}._stepContent_1awwk_562 h4{font-size:1rem;font-weight:600;color:var(--text-primary);margin:0 0 12px}._stepContent_1awwk_562 ul{list-style:none;padding:0;margin:0}._stepContent_1awwk_562 li{position:relative;padding-left:20px;margin-bottom:4px;font-size:.95rem;color:var(--text-primary);line-height:1.6}._stepContent_1awwk_562 li:before{content:"•";position:absolute;left:0;color:var(--text-primary);font-weight:700}._stepContent_1awwk_562 li:last-child{margin-bottom:0}._researchInsights_1awwk_601{padding:80px 0}._insightsTitle_1awwk_605{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;text-align:left;margin-bottom:32px;color:var(--text-primary)}._insightsGrid_1awwk_614{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-top:48px}._insightCard_1awwk_621{background:var(--bg-secondary);border-radius:16px;padding:40px;border:1px solid var(--border-color)}._insightCardTitle_1awwk_628{font-size:1.5rem;font-weight:700;color:var(--text-primary)}._insightDescription_1awwk_635{font-size:1rem;line-height:1.6;color:var(--text-primary);margin-bottom:20px}._insightList_1awwk_642{list-style:none;padding:0;margin:0}._insightList_1awwk_642 li{position:relative;padding-left:32px;margin-bottom:16px;font-size:1rem;line-height:1.6;color:var(--text-primary)}._researchInsights_1awwk_601 ._insightsGrid_1awwk_614 ._insightCard_1awwk_621:first-child ._insightList_1awwk_642 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}._challengesAddressedCard_1awwk_679 ._insightList_1awwk_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:#d4a574!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_1awwk_642 li:last-child{margin-bottom:0}._insightCardHeader_1awwk_712{display:flex;align-items:center;gap:12px;margin-bottom:24px}._categoryIconContainer_1awwk_719{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:8px;flex-shrink:0}._categoryIconContainer_1awwk_719._painPoints_1awwk_729{background-color:#c27d7d}._categoryIconContainer_1awwk_719._challengesAddressed_1awwk_679{background-color:#d4a574}._categoryIcon_1awwk_719{color:#fff;flex-shrink:0}._insightListNoBullets_1awwk_742{list-style:none!important;padding:0!important;margin:0!important}._insightListNoBullets_1awwk_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_1awwk_742 li::marker{content:none!important}._insightListNoBullets_1awwk_742 li:before{display:none!important}._insightListNoBullets_1awwk_742 li:last-child{margin-bottom:0}._listIcon_1awwk_770{flex-shrink:0;margin-top:2px;margin-right:12px}._listIcon_1awwk_770._painPoints_1awwk_729{color:#c27d7d}._listIcon_1awwk_770._challengesAddressed_1awwk_679{color:#d4a574}._listIcon_1awwk_770._feedbackItems_1awwk_784{color:#7d9bc2}._categoryIconContainer_1awwk_719._feedbackItems_1awwk_784{background-color:#7d9bc2}._userFeedback_1awwk_793{padding:80px 0}._feedbackTitle_1awwk_797{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;text-align:left;margin-bottom:32px;color:var(--text-primary)}._feedbackGrid_1awwk_806{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:24px;margin-top:48px}._feedbackCard_1awwk_813{background:var(--bg-secondary);border-radius:16px;padding:32px;border:1px solid var(--border-color);display:flex;flex-direction:column;gap:16px}._feedbackIcon_1awwk_823{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_1awwk_823._warning_1awwk_835{background:var(--text-primary);color:var(--bg-primary)}._feedbackIcon_1awwk_823 svg{width:24px;height:24px}._feedbackCardTitle_1awwk_845{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin:0;line-height:1.3}._feedbackText_1awwk_853{font-size:1rem;line-height:1.6;color:var(--text-primary);margin:0}._feedbackSubtext_1awwk_860{font-size:.95rem;line-height:1.5;color:var(--text-secondary);margin:0;font-style:italic}._finalDesign_1awwk_869{padding:80px 0}._designTitle_1awwk_873{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;text-align:left;margin-bottom:48px;color:var(--text-primary)}._designGroup_1awwk_882{margin-bottom:60px}._designGroup_1awwk_882:first-child{padding:80px 0}._designGroup_1awwk_882:last-child{margin-bottom:0}._designGroupInline_1awwk_894{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;align-items:start}._designGroupStacked_1awwk_901{display:flex;flex-direction:column;gap:40px;margin:0 auto}._designItem_1awwk_908{display:flex;justify-content:center;align-items:center;margin-block:40px}._designItemWrapper_1awwk_915{width:100%}._designImageContainer_1awwk_919{position:relative;width:100%}._designImage_1awwk_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_1awwk_919:hover{transform:translateY(-2px);filter:drop-shadow(0 8px 24px rgba(0,0,0,.15))}._scrollHintMobile_1awwk_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_1awwk_940{display:none}}._feedbackNextSteps_1awwk_959{margin:0 auto;padding:80px 0}._feedbackNextStepsTitle_1awwk_964{font-size:2.5rem;font-weight:700;text-align:left;margin-bottom:32px;color:var(--text-primary);font-family:var(--font-serif)}._feedbackNextStepsGrid_1awwk_973{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-top:48px}._feedbackNextStepsCard_1awwk_980{background:var(--bg-secondary);border-radius:16px;padding:40px;border:1px solid var(--border-color)}._feedbackNextStepsCard_1awwk_980 h2{font-size:1.5rem;font-weight:700;margin-bottom:16px;color:var(--text-primary)}._feedbackNextStepsDescription_1awwk_994{font-size:1rem;line-height:1.6;color:var(--text-primary);margin-bottom:20px}._feedbackNextStepsCard_1awwk_980 ul{list-style:none;padding:0;margin:0}._feedbackNextStepsCard_1awwk_980 li:before{position:absolute;left:0;color:var(--accent-color);font-weight:600;font-size:1.1rem}._feedbackNextStepsCard_1awwk_980 li{position:relative;padding-left:32px;margin-bottom:16px;font-size:1rem;line-height:1.6;color:var(--text-primary)}._feedbackNextStepsCard_1awwk_980 li:last-child{margin-bottom:0}._feedFeedbackSection_1awwk_1043 ._feedbackNextStepsGrid_1awwk_973 ._feedbackCard_1awwk_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:#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_1awwk_1043 ._feedbackNextStepsGrid_1awwk_973 ._nextStepsCard_1awwk_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:#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_1awwk_1085{max-width:1200px;margin:0 auto;padding:0 40px 80px;text-align:center}._closingText_1awwk_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_1awwk_24{font-size:3rem}._approachContent_1awwk_354{grid-template-columns:1fr;gap:40px}._insightsGrid_1awwk_614,._feedbackNextStepsGrid_1awwk_973{grid-template-columns:1fr;gap:30px}._feedbackGrid_1awwk_806,._designGroupInline_1awwk_894{grid-template-columns:1fr;gap:24px}}@media(max-width:768px){._projectContainer_1awwk_8{padding:0 20px}._projectHeader_1awwk_15{padding:60px 0 40px}._roleApproach_1awwk_350,._projectTimeline_1awwk_413,._researchInsights_1awwk_601,._finalDesign_1awwk_869{padding:60px 0}._detailTitle_1awwk_24{font-size:2.5rem;margin-bottom:40px}._approachTitle_1awwk_361,._timelineTitle_1awwk_417,._insightsTitle_1awwk_605,._feedbackTitle_1awwk_797,._feedbackNextStepsTitle_1awwk_964,._designTitle_1awwk_873{font-size:2rem;margin-bottom:24px}._heroPlaceholder_1awwk_1177{height:300px}._problemQuote_1awwk_187{padding:32px 24px;margin:0 16px}._problemQuote_1awwk_187 p{font-size:1.125rem}._stepMeta_1awwk_541{margin-bottom:16px;text-align:left}._stepContent_1awwk_562{text-align:left}._insightCard_1awwk_621,._feedbackNextStepsCard_1awwk_980,._feedbackCard_1awwk_813{padding:24px}._insightCardHeader_1awwk_712{gap:8px;margin-bottom:20px}._categoryIconContainer_1awwk_719{width:40px;height:40px}._categoryIcon_1awwk_719{width:20px;height:20px}._overviewSection_1awwk_236{padding:60px 0}._feedbackGrid_1awwk_806{grid-template-columns:1fr;gap:20px}._designGroupInline_1awwk_894{grid-template-columns:1fr;gap:32px}._designGroupStacked_1awwk_901{gap:32px}._designGroupStacked_1awwk_901 ._designItem_1awwk_908{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_1awwk_901 ._designItem_1awwk_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_1awwk_901 ._designItem_1awwk_908::-webkit-scrollbar{height:8px}._designGroupStacked_1awwk_901 ._designItem_1awwk_908::-webkit-scrollbar-track{background:var(--bg-secondary);border-radius:4px}._designGroupStacked_1awwk_901 ._designItem_1awwk_908::-webkit-scrollbar-thumb{background:var(--accent-color);border-radius:4px;opacity:.7}._designGroupStacked_1awwk_901 ._designItem_1awwk_908::-webkit-scrollbar-thumb:hover{background:var(--text-primary)}._designGroupStacked_1awwk_901 ._designImageContainer_1awwk_919{width:max-content;min-width:calc(100vw - 40px);padding-right:20px;background:transparent}._designGroupStacked_1awwk_901 ._designImage_1awwk_919{width:auto;height:60vh;max-height:400px;max-width:none;min-width:100vw;object-fit:contain;background:transparent}._designGroup_1awwk_882{margin-bottom:48px}._designItem_1awwk_908{margin-block:24px}._userFeedback_1awwk_793,._feedbackNextSteps_1awwk_959,._closingStatement_1awwk_1085{padding:60px 20px}}@media(max-width:480px){._projectContainer_1awwk_8{padding:0 16px}._projectHeader_1awwk_15{padding:40px 0 32px}._roleApproach_1awwk_350,._projectTimeline_1awwk_413,._researchInsights_1awwk_601,._finalDesign_1awwk_869{padding:40px 0}._detailTitle_1awwk_24{font-size:2rem;margin-bottom:32px}._approachTitle_1awwk_361,._timelineTitle_1awwk_417,._insightsTitle_1awwk_605,._feedbackTitle_1awwk_797,._feedbackNextStepsTitle_1awwk_964,._designTitle_1awwk_873{font-size:1.75rem}._problemQuote_1awwk_187{padding:24px 20px;margin:0 8px}._overviewSection_1awwk_236{padding:40px 0}._insightCard_1awwk_621,._feedbackNextStepsCard_1awwk_980,._feedbackCard_1awwk_813{padding:20px}._insightCardHeader_1awwk_712{gap:6px;margin-bottom:16px}._categoryIconContainer_1awwk_719{width:36px;height:36px}._categoryIcon_1awwk_719{width:18px;height:18px}._insightCardTitle_1awwk_628{font-size:1.25rem}._heroPlaceholder_1awwk_1177{height:240px}._designPlaceholder_1awwk_1397._mobile_1awwk_1397{height:300px}._designPlaceholder_1awwk_1397._desktop_1awwk_1401{height:240px}._statNumber_1awwk_1405{font-size:2.5rem}._userFeedback_1awwk_793,._feedbackNextSteps_1awwk_959,._closingStatement_1awwk_1085{padding:60px 16px}._closingText_1awwk_1092{font-size:1.25rem}._designItem_1awwk_908{margin-block:20px}}._atAGlance_1awwk_1435{padding:40px 0 80px}._atAGlanceLabel_1awwk_1439{display:flex;align-items:center;gap:12px;margin-bottom:20px}._atAGlanceLabelLine_1awwk_1446{width:36px;height:2px;background:var(--accent-color);border-radius:2px;flex-shrink:0}._atAGlanceLabelText_1awwk_1454{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-secondary)}._atAGlanceTitle_1awwk_1462{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;margin-bottom:40px;color:var(--text-primary)}._atAGlanceGrid_1awwk_1470{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}._atAGlanceCard_1awwk_1476{background:var(--bg-secondary);border-radius:16px;padding:32px;border:1px solid var(--border-color);display:flex;flex-direction:column;gap:12px}._atAGlanceCardLabel_1awwk_1486{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--accent-color)}._atAGlanceCardText_1awwk_1494{font-size:1rem;line-height:1.75;color:var(--text-primary);margin:0}._objectivesSection_1awwk_1502{padding:24px 0 80px}._objectivesTitle_1awwk_1506{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;margin-bottom:40px;color:var(--text-primary)}._objectivesGrid_1awwk_1514{display:grid;grid-template-columns:1fr 1fr;gap:24px}._objectivesCard_1awwk_1520{background:var(--bg-secondary);border-radius:16px;padding:40px;border:1px solid var(--border-color)}._objectivesCardLabel_1awwk_1527{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-secondary);margin-bottom:6px;display:block}._objectivesCardTitle_1awwk_1537{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin-bottom:24px}._objectivesList_1awwk_1544{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}._objectivesListItem_1awwk_1553{display:flex;align-items:flex-start;gap:12px;font-size:1rem;line-height:1.6;color:var(--text-primary)}._objectivesListDot_1awwk_1562{width:8px;height:8px;border-radius:50%;background:var(--accent-color);margin-top:7px;flex-shrink:0}._turningPoint_1awwk_1572{padding:80px 0}._turningPointInner_1awwk_1576{background:var(--bg-secondary);border-radius:24px;padding:64px;border:1px solid var(--border-color);position:relative;overflow:hidden}._turningPointInner_1awwk_1576:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--diana-gradient);border-radius:24px 24px 0 0}._turningPointLabel_1awwk_1596{display:flex;align-items:center;gap:12px;margin-bottom:20px}._turningPointLabelText_1awwk_1603{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--accent-color)}._turningPointTitle_1awwk_1611{font-family:var(--font-serif);font-size:2rem;font-weight:700;margin-bottom:28px;color:var(--text-primary);line-height:1.2}._turningPointNarrative_1awwk_1620{font-size:1.0625rem;line-height:1.8;color:var(--text-primary);margin-bottom:20px}._turningPointNarrative_1awwk_1620:last-child{margin-bottom:0}@media(max-width:1024px){._atAGlanceGrid_1awwk_1470,._objectivesGrid_1awwk_1514{grid-template-columns:1fr;gap:16px}}@media(max-width:768px){._atAGlance_1awwk_1435,._objectivesSection_1awwk_1502,._turningPoint_1awwk_1572{padding:60px 0}._atAGlanceTitle_1awwk_1462,._objectivesTitle_1awwk_1506{font-size:2rem;margin-bottom:28px}._turningPointInner_1awwk_1576{padding:40px 28px}._turningPointTitle_1awwk_1611{font-size:1.5rem}}@media(max-width:480px){._atAGlance_1awwk_1435,._objectivesSection_1awwk_1502,._turningPoint_1awwk_1572{padding:40px 0}._atAGlanceTitle_1awwk_1462,._objectivesTitle_1awwk_1506{font-size:1.75rem}._atAGlanceCard_1awwk_1476,._objectivesCard_1awwk_1520{padding:24px}._turningPointInner_1awwk_1576{padding:32px 20px}}._nextProjectSection_1awwk_1688{padding:80px 0;border-top:1px solid var(--border-color);margin-top:80px}._nextProjectTitle_1awwk_1694{font-size:2.5rem;font-weight:600;color:var(--text-primary);text-align:left;margin-bottom:48px;font-family:var(--font-serif)}._nextProjectGrid_1awwk_1703{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;margin:0 auto}._nextProjectCardInner_1awwk_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_1awwk_1711:hover{transform:translateY(-4px);box-shadow:0 8px 32px var(--shadow-medium);border-color:var(--primary-color)}._nextProjectThumbnail_1awwk_1728{position:relative;width:100%;aspect-ratio:16/10;overflow:hidden}._nextProjectThumbnail_1awwk_1728 img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}._nextProjectCardInner_1awwk_1711:hover ._nextProjectThumbnail_1awwk_1728 img{transform:scale(1.05)}._nextProjectOverlay_1awwk_1746{position:absolute;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}._nextProjectCardInner_1awwk_1711:hover ._nextProjectOverlay_1awwk_1746{opacity:1}._nextProjectButton_1awwk_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_1awwk_1764:hover{background:var(--button-primary-hover);transform:translateY(-2px)}._nextProjectContent_1awwk_1781{padding:24px}._nextProjectTags_1awwk_1785{margin-bottom:12px}._nextProjectCardTitle_1awwk_1789{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin-bottom:8px;line-height:1.3}._nextProjectSubtitle_1awwk_1797{font-size:1rem;color:var(--text-secondary);line-height:1.5}@media(max-width:768px){._nextProjectSection_1awwk_1688{padding:60px 16px;margin-top:60px}._nextProjectTitle_1awwk_1694{font-size:2rem;margin-bottom:32px}._nextProjectGrid_1awwk_1703{grid-template-columns:1fr;gap:24px}._nextProjectContent_1awwk_1781{padding:20px}._nextProjectCardTitle_1awwk_1789{font-size:1.25rem}}._projectDetail_1dq8h_2{min-height:100vh;background:var(--bg-primary);color:var(--text-primary)}._projectContainer_1dq8h_8{max-width:1440px;margin:0 auto;padding:0 24px}._projectHeader_1dq8h_15{padding:0;text-align:left}._projectHeader_1dq8h_15 ._detailMeta_1dq8h_29,._projectHeader_1dq8h_15 ._detailTitle_1dq8h_30,._projectHeader_1dq8h_15 ._detailSubtitle_1dq8h_31,._projectHeader_1dq8h_15 ._projectMetadata_1dq8h_32{text-align:center}._detailMeta_1dq8h_29{margin-bottom:24px;margin-top:24px}._detailTags_1dq8h_41{margin-bottom:24px}._tagSeparator_1dq8h_45{color:var(--text-tertiary)}._detailSubtitle_1dq8h_31{font-size:1.125rem;font-weight:500;color:var(--text-secondary);margin-bottom:32px;text-align:center}._projectMetadata_1dq8h_32{display:flex;justify-content:center;align-items:flex-start;gap:32px;margin:60px 0;flex-wrap:wrap}._metadataItem_1dq8h_66{display:flex;flex-direction:column;align-items:flex-start;text-align:left;min-width:120px}._metadataDivider_1dq8h_74{width:1px;height:40px;background:var(--border-color);margin-top:8px}._metadataLabel_1dq8h_81{font-size:.875rem;font-weight:600;color:var(--text-secondary);margin-bottom:4px;letter-spacing:.25px}._metadataValue_1dq8h_89{font-size:1rem;font-weight:500;color:var(--text-primary)}._softwareList_1dq8h_95{display:flex;align-items:center;gap:8px;flex-wrap:wrap}._softwareItem_1dq8h_102{display:flex;align-items:center;gap:4px}._softwareLogo_1dq8h_109{width:16px;height:16px;object-fit:contain;border-radius:3px}._projectSummary_1dq8h_116{max-width:800px;margin:0 auto 60px;padding:0 24px;text-align:center}._projectSummary_1dq8h_116 p{font-size:1.125rem;line-height:1.7;color:var(--text-primary);margin-bottom:24px}._projectSummary_1dq8h_116 p:last-of-type{margin-bottom:16px}._projectSummary_1dq8h_116 ul{list-style:none;padding:0;margin:0;display:inline-block;text-align:left}._projectSummary_1dq8h_116 li{position:relative;padding-left:20px;margin-bottom:8px;font-size:1.125rem;line-height:1.6;color:var(--text-primary)}._projectSummary_1dq8h_116 li:before{content:"•";position:absolute;left:0;color:var(--text-primary);font-weight:700}._subsectionTitle_1dq8h_158{margin-bottom:32px;font-family:var(--font-serif);font-size:2rem;font-weight:700;text-align:left;color:var(--text-primary)}._personaDevelopmentSection_1dq8h_166{padding:80px 0}._navModelLayout_1dq8h_170{display:grid;grid-template-columns:1fr 1.6fr;gap:40px;align-items:center;margin-top:32px}._navModelCard_1dq8h_178{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:16px;padding:32px}._navModelSubtitle_1dq8h_185{font-size:.8125rem;font-weight:600;color:var(--text-secondary);margin-bottom:16px}._navModelBody_1dq8h_192{font-size:.9375rem;line-height:1.7;color:var(--text-primary);margin-bottom:12px}._navModelList_1dq8h_199{margin:8px 0 0;padding-left:20px;display:flex;flex-direction:column;gap:10px}._navModelList_1dq8h_199 li{font-size:.9375rem;line-height:1.65;color:var(--text-primary)}._navModelList_1dq8h_199 li::marker{color:#e88903}._navModelImageWrap_1dq8h_217{display:flex;align-items:stretch;justify-content:center}._navModelImage_1dq8h_217{width:100%;height:100%;object-fit:contain;display:block}@media(max-width:768px){._navModelLayout_1dq8h_170{grid-template-columns:1fr}}._navigationModelContent_1dq8h_236 p{font-size:1.125rem;line-height:1.7;color:var(--text-primary);margin-bottom:24px}._navigationModelDescription_1dq8h_242 p{margin-bottom:12px}._navigationModelContent_1dq8h_236 ul{margin:16px 0;padding-left:24px}._navigationModelContent_1dq8h_236 ul li{font-size:1.125rem;line-height:1.7;color:var(--text-primary);margin-bottom:8px}._navigationModelContent_1dq8h_236 ._designImage_1dq8h_255{filter:none}@media(max-width:768px){._projectMetadata_1dq8h_32{flex-direction:column;gap:20px}._metadataDivider_1dq8h_74{display:none}._metadataItem_1dq8h_66{align-items:center;text-align:center;width:100%}._metadataLabel_1dq8h_81,._metadataValue_1dq8h_89{text-align:center}._overviewContainer_1dq8h_284{grid-template-columns:1fr!important;gap:40px}._overviewContent_1dq8h_289{text-align:center}._problemQuote_1dq8h_293{margin:0 16px;padding:32px 24px}._quoteMark_1dq8h_298{font-size:3rem}._quoteMark_1dq8h_298._opening_1dq8h_302{top:-25px;left:-10px}._quoteMark_1dq8h_298._closing_1dq8h_307{bottom:-25px;right:-10px}._problemQuote_1dq8h_293 p{font-size:1rem;margin:30px 0}._subsectionTitle_1dq8h_158{margin-bottom:24px;font-size:1.75rem}}._detailTitle_1dq8h_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_1dq8h_333{margin-top:60px}._heroImage_1dq8h_337{width:100%;height:auto;max-height:600px;object-fit:contain;border-radius:16px}._overviewSection_1dq8h_346{padding:0}._overviewContainer_1dq8h_284{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}._overviewTitle_1dq8h_357{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;margin-bottom:32px;color:var(--text-primary)}._overviewContent_1dq8h_289{text-align:left}._overviewContent_1dq8h_289 p{font-size:1.125rem;line-height:1.7;color:var(--text-primary);margin-bottom:24px}._overviewContent_1dq8h_289 p:last-of-type{margin-bottom:16px}._overviewContent_1dq8h_289 ul{list-style:none;padding:0;margin:0}._overviewContent_1dq8h_289 li{position:relative;padding-left:20px;font-size:1.125rem;line-height:1.6;color:var(--text-primary)}._overviewContent_1dq8h_289 li:before{content:"•";position:absolute;left:0;color:var(--text-primary);font-weight:700}._overviewHero_1dq8h_403{display:flex;justify-content:center;align-items:center}._overviewQuote_1dq8h_409{margin-top:80px;display:flex;justify-content:center}._problemQuote_1dq8h_293{margin:0 auto;padding:48px;background:var(--bg-secondary);border-radius:20px;position:relative}._quoteDecoration_1dq8h_424{position:relative}._quoteMark_1dq8h_298{font-size:4rem;color:#e88903;opacity:.7;line-height:1;font-weight:700}._quoteMark_1dq8h_298._opening_1dq8h_302{position:absolute;top:-40px;left:-15px}._quoteMark_1dq8h_298._closing_1dq8h_307{position:absolute;bottom:-40px;right:-15px}._problemQuote_1dq8h_293 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_1dq8h_460{padding:80px 0}._approachContent_1dq8h_464{display:grid;grid-template-columns:2fr 1fr;gap:80px;align-items:center}._approachTitle_1dq8h_471{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;margin-bottom:32px;color:var(--text-primary);line-height:1.2}._approachText_1dq8h_480 p{font-size:1.125rem;line-height:1.7;color:var(--text-primary);margin-bottom:24px}._approachText_1dq8h_480 p:last-child{margin-bottom:0}._approachVisual_1dq8h_491{display:flex;justify-content:center}._visualPlaceholder_1dq8h_496{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_1dq8h_509{width:100%;height:auto;filter:saturate(0) brightness(1.2) contrast(1) invert(0);transition:filter .3s ease}[data-theme=dark] ._approachSvg_1dq8h_509{filter:saturate(0) brightness(1.2) contrast(1) invert(.1)}._navigationModelImage_1dq8h_523{filter:none}[data-theme=dark] ._navigationModelImage_1dq8h_523{filter:invert(1) hue-rotate(180deg) brightness(.9) contrast(1.1)}._projectTimeline_1dq8h_534{padding:80px 0}._timelineTitle_1dq8h_538{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;text-align:left;margin-bottom:32px;color:var(--text-primary)}._timelineSteps_1dq8h_547{display:flex;flex-direction:column;gap:0}@media(min-width:769px){._timelineSteps_1dq8h_547{flex-direction:row;justify-content:space-between;gap:20px}._timelineStep_1dq8h_547{flex:1;display:flex;flex-direction:column;position:relative}._timelineIcon_1dq8h_568{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_1dq8h_582{position:absolute;top:30px;left:60px;width:calc(100% + 10px);height:2px;background:var(--border-color);z-index:1}._timelineStep_1dq8h_547:last-child ._timelineConnector_1dq8h_582{display:none}._timelineContent_1dq8h_596{background:var(--bg-secondary);padding:20px;border-radius:12px;flex:1}}@media(max-width:768px){._timelineStep_1dq8h_547{display:grid;grid-template-columns:60px 1fr;grid-template-rows:auto 1fr;gap:0 16px;grid-template-areas:"icon content" "connector content"}._timelineStep_1dq8h_547:last-child{grid-template-areas:"icon content" ". content"}._timelineIcon_1dq8h_568{grid-area:icon;width:60px;height:60px;border-radius:50%;background:#e88903;color:#fff;display:flex;align-items:center;justify-content:center}._timelineConnector_1dq8h_582{grid-area:connector;width:2px;background:var(--border-color);justify-self:center}._timelineStep_1dq8h_547:last-child ._timelineConnector_1dq8h_582{display:none}._timelineContent_1dq8h_596{grid-area:content;background:var(--bg-secondary);padding:20px;border-radius:12px;align-self:start;margin-bottom:24px}}._timelineIcon_1dq8h_568 svg{width:24px;height:24px}._stepMeta_1dq8h_662{text-align:left;margin-bottom:16px}._stepNumber_1dq8h_667{font-size:.875rem;font-weight:600;color:var(--text-secondary);margin-bottom:8px;display:block}._stepTitle_1dq8h_675{font-size:1.125rem;font-weight:700;color:var(--text-primary);margin:0;line-height:1.3}._stepContent_1dq8h_683{text-align:left}._stepContent_1dq8h_683 h4{font-size:1rem;font-weight:600;color:var(--text-primary);margin:0 0 12px}._stepContent_1dq8h_683 ul{list-style:none;padding:0;margin:0}._stepContent_1dq8h_683 li{position:relative;padding-left:20px;margin-bottom:4px;font-size:.95rem;color:var(--text-primary);line-height:1.6}._stepContent_1dq8h_683 li:before{content:"•";position:absolute;left:0;color:var(--text-primary);font-weight:700}._stepContent_1dq8h_683 li:last-child{margin-bottom:0}._researchInsights_1dq8h_722{padding:80px 0}._insightsTitle_1dq8h_726{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;text-align:left;margin-bottom:32px;color:var(--text-primary)}._insightsGrid_1dq8h_735{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-top:48px}._stakeholderDiscoveryTop_1dq8h_743{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-top:48px;align-items:start}._stakeholderDiscoveryBottom_1dq8h_751{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-top:40px}._businessContextTitle_1dq8h_759{font-size:1.5rem;font-weight:700;margin-bottom:24px;color:var(--text-primary)}._insightCard_1dq8h_766{background:var(--bg-secondary);border-radius:16px;padding:40px;border:1px solid var(--border-color)}._insightCardTitle_1dq8h_773{font-size:1.5rem;font-weight:700;margin-bottom:24px;color:var(--text-primary)}._insightDescription_1dq8h_780{font-size:1rem;line-height:1.6;color:var(--text-primary);margin-bottom:20px}._insightList_1dq8h_787{list-style:none;padding:0;margin:0}._insightList_1dq8h_787 li{position:relative;padding-left:32px;margin-bottom:16px;font-size:1rem;line-height:1.6;color:var(--text-primary)}._categoryIconContainer_1dq8h_807{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center}._categoryIcon_1dq8h_807{color:#fff}._insightCardHeader_1dq8h_821{display:flex;align-items:center;gap:12px;margin-bottom:24px}._insightCardHeader_1dq8h_821 h3{margin:0;font-size:1.5rem;font-weight:700;color:var(--text-primary)}._insightListNoBullets_1dq8h_835{list-style:none!important;padding:0!important;margin:0!important}._insightListNoBullets_1dq8h_835 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_1dq8h_835 li::marker{content:none!important}._insightListNoBullets_1dq8h_835 li:before{content:none!important}._insightListNoBullets_1dq8h_835 li:last-child{margin-bottom:0!important}._listIcon_1dq8h_864{flex-shrink:0;margin-top:2px;margin-right:12px}._listIcon_1dq8h_864._painPoints_1dq8h_870{color:#d93954}._listIcon_1dq8h_864._challengesAddressed_1dq8h_874,._listIcon_1dq8h_864._feedbackItems_1dq8h_878{color:#e88903}._categoryIconContainer_1dq8h_807._painPoints_1dq8h_870{background-color:#d93954}._categoryIconContainer_1dq8h_807._challengesAddressed_1dq8h_874,._categoryIconContainer_1dq8h_807._feedbackItems_1dq8h_878{background-color:#e88903}._researchInsights_1dq8h_722 ._insightsGrid_1dq8h_735 ._insightCard_1dq8h_766:first-child ._insightList_1dq8h_787 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_1dq8h_912 ._insightCard_1dq8h_766:last-child ._insightList_1dq8h_787 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_1dq8h_912 ._insightCard_1dq8h_766:last-child ._insightList_1dq8h_787 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_1dq8h_912 ._insightCard_1dq8h_766:last-child ._insightList_1dq8h_787 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_1dq8h_912 ._insightCard_1dq8h_766:last-child ._insightList_1dq8h_787 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_1dq8h_912 ._insightCard_1dq8h_766:last-child ._insightList_1dq8h_787 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_1dq8h_787 li:last-child{margin-bottom:0}._businessContext_1dq8h_759 ._insightList_1dq8h_787 li:before{content:"•";position:absolute;left:0;top:.1em;color:var(--text-primary);font-weight:700;font-size:1.2rem;line-height:1}._stakeholderDiscoveryBottom_1dq8h_751 ._insightCard_1dq8h_766:first-child ._insightList_1dq8h_787 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_1dq8h_751 ._insightCard_1dq8h_766:last-child ._insightList_1dq8h_787 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_1dq8h_1043 ._insightsGrid_1dq8h_735 ._insightCard_1dq8h_766:first-child ._insightList_1dq8h_787 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_1dq8h_1043 ._insightsGrid_1dq8h_735 ._insightCard_1dq8h_766:last-child ._insightList_1dq8h_787 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_1dq8h_1077{padding:80px 0}._feedbackTitle_1dq8h_1081{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;text-align:left;margin-bottom:32px;color:var(--text-primary)}._feedbackGrid_1dq8h_1090{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:24px;margin-top:48px}._feedbackCard_1dq8h_1097{background:var(--bg-secondary);border-radius:16px;padding:32px;border:1px solid var(--border-color);display:flex;flex-direction:column;gap:16px}._feedbackIcon_1dq8h_1107{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_1dq8h_1107._warning_1dq8h_1119{background:var(--text-primary);color:var(--bg-primary)}._feedbackIcon_1dq8h_1107 svg{width:24px;height:24px}._feedbackCardTitle_1dq8h_1129{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin:0;line-height:1.3}._feedbackText_1dq8h_1137{font-size:1rem;line-height:1.6;color:var(--text-primary);margin:0}._feedbackSubtext_1dq8h_1144{font-size:.95rem;line-height:1.5;color:var(--text-secondary);margin:0;font-style:italic}._finalDesign_1dq8h_1153{padding:80px 0}._designTitle_1dq8h_1157{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;text-align:left;margin-bottom:48px;color:var(--text-primary)}._designGroup_1dq8h_1166{margin-bottom:60px}._designGroup_1dq8h_1166:first-child{padding:80px 0}._designGroup_1dq8h_1166:last-child{margin-bottom:0}._designGroupInline_1dq8h_1178{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;align-items:start}._designGroupStacked_1dq8h_1185{display:flex;flex-direction:column;gap:40px;margin:0 auto}._designItem_1dq8h_1192{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-block:40px;gap:12px}._designItemWrapper_1dq8h_1201{width:100%}._designImageContainer_1dq8h_1205{position:relative;width:100%}._designImage_1dq8h_255{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_1dq8h_255:hover{transform:translateY(-2px);filter:drop-shadow(0 8px 24px rgba(0,0,0,.15))}._designItemContent_1dq8h_1224{text-align:center;max-width:600px}._designItemContent_1dq8h_1224 h3{margin-bottom:12px}._designItemContent_1dq8h_1224 p{font-size:1rem;line-height:1.6;color:var(--text-secondary);margin:0}._scrollHintMobile_1dq8h_1239{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_1dq8h_1239{display:none}}._feedbackNextSteps_1dq8h_1258{margin:0 auto;padding:80px 0}._feedbackNextStepsTitle_1dq8h_1263{font-size:2.5rem;font-weight:700;text-align:left;margin-bottom:32px;color:var(--text-primary);font-family:var(--font-serif)}._feedbackNextStepsGrid_1dq8h_1272{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-top:48px}._feedbackNextStepsCard_1dq8h_1279{background:var(--bg-secondary);border-radius:16px;padding:40px;border:1px solid var(--border-color)}._feedbackNextStepsCard_1dq8h_1279 h2{font-size:1.5rem;font-weight:700;margin-bottom:16px;color:var(--text-primary)}._feedbackNextStepsDescription_1dq8h_1293{font-size:1rem;line-height:1.6;color:var(--text-primary);margin-bottom:20px}._feedbackNextStepsCard_1dq8h_1279 ul{list-style:none;padding:0;margin:0}._feedbackNextStepsCard_1dq8h_1279 li:before{position:absolute;left:0;color:var(--accent-color);font-weight:600;font-size:1.1rem}._feedbackNextStepsCard_1dq8h_1279 li{position:relative;padding-left:32px;margin-bottom:16px;font-size:1rem;line-height:1.6;color:var(--text-primary)}._feedbackNextStepsCard_1dq8h_1279 li:last-child{margin-bottom:0}._feedFeedbackSection_1dq8h_1342 ._feedbackNextStepsGrid_1dq8h_1272 ._feedbackCard_1dq8h_1097 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_1dq8h_1342 ._feedbackNextStepsGrid_1dq8h_1272 ._nextStepsCard_1dq8h_1363 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_1dq8h_1384{padding:80px 0}._resultsStats_1dq8h_1388{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin:60px 0;text-align:center;position:relative}._resultsStats_1dq8h_1388 ._statItem_1dq8h_1397{padding:0 40px;position:relative}._resultsStats_1dq8h_1388 ._statItem_1dq8h_1397:not(:last-child):after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:60px;background:var(--border-color)}._statNumber_1dq8h_1413{font-size:4rem;font-weight:800;color:var(--text-primary);margin-bottom:16px;display:block;line-height:1;font-family:var(--font-serif)}._statLabel_1dq8h_1423{font-size:1.1rem;color:var(--text-secondary);line-height:1.4}._resultsOutcomesGrid_1dq8h_1429{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-top:80px}._resultsOutcomesCard_1dq8h_1436{background:var(--bg-secondary);border-radius:16px;padding:40px;border:1px solid var(--border-color)}._resultsOutcomesCard_1dq8h_1436 h3{font-size:1.5rem;font-weight:700;margin-bottom:24px;color:var(--text-primary)}._resultsOutcomesCard_1dq8h_1436 ul{list-style:none;padding:0;margin:0}._resultsOutcomesCard_1dq8h_1436 li{position:relative;padding-left:32px;margin-bottom:16px;font-size:1rem;line-height:1.6;color:var(--text-primary)}._resultsOutcomesCard_1dq8h_1436 li:last-child{margin-bottom:0}._resultsOutcomesCard_1dq8h_1436: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_1dq8h_1436: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_1dq8h_1279: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_1dq8h_1279: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_1dq8h_1538{max-width:1200px;margin:0 auto;padding:0 40px 80px;text-align:center}._closingText_1dq8h_1545{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_1dq8h_30{font-size:3rem}._approachContent_1dq8h_464{grid-template-columns:1fr;gap:40px}._insightsGrid_1dq8h_735,._stakeholderDiscoveryTop_1dq8h_743,._stakeholderDiscoveryBottom_1dq8h_751,._feedbackNextStepsGrid_1dq8h_1272,._resultsOutcomesGrid_1dq8h_1429{grid-template-columns:1fr;gap:30px}._resultsStats_1dq8h_1388{grid-template-columns:1fr;gap:40px}._resultsStats_1dq8h_1388 ._statItem_1dq8h_1397{padding:0}._resultsStats_1dq8h_1388 ._statItem_1dq8h_1397:not(:last-child):after{display:none}._feedbackGrid_1dq8h_1090,._designGroupInline_1dq8h_1178{grid-template-columns:1fr;gap:24px}}._navigationModelContent_1dq8h_236 ._designGroup_1dq8h_1166:first-child{padding:0}@media(max-width:768px){._projectContainer_1dq8h_8{padding:0 20px}._projectHeader_1dq8h_15{padding:60px 0 40px}._roleApproach_1dq8h_460,._projectTimeline_1dq8h_534,._researchInsights_1dq8h_722,._finalDesign_1dq8h_1153,._resultsImpact_1dq8h_1384{padding:60px 0}._detailTitle_1dq8h_30{font-size:2.5rem;margin-bottom:40px}._approachTitle_1dq8h_471,._timelineTitle_1dq8h_538,._insightsTitle_1dq8h_726,._feedbackTitle_1dq8h_1081,._feedbackNextStepsTitle_1dq8h_1263,._designTitle_1dq8h_1157{font-size:2rem;margin-bottom:24px}._heroPlaceholder_1dq8h_1653{height:300px}._problemQuote_1dq8h_293{padding:32px 24px;margin:0 16px}._problemQuote_1dq8h_293 p{font-size:1.125rem}._stepMeta_1dq8h_662{margin-bottom:16px;text-align:left}._stepContent_1dq8h_683{text-align:left}._insightCard_1dq8h_766,._feedbackNextStepsCard_1dq8h_1279,._feedbackCard_1dq8h_1097{padding:24px}._overviewSection_1dq8h_346{padding:60px 0}._feedbackGrid_1dq8h_1090{grid-template-columns:1fr;gap:20px}._designGroupInline_1dq8h_1178{grid-template-columns:1fr;gap:32px}._designGroupStacked_1dq8h_1185{gap:32px}._designGroupStacked_1dq8h_1185 ._designItem_1dq8h_1192{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_1dq8h_1185 ._designItem_1dq8h_1192: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_1dq8h_1185 ._designItem_1dq8h_1192::-webkit-scrollbar{height:8px}._designGroupStacked_1dq8h_1185 ._designItem_1dq8h_1192::-webkit-scrollbar-track{background:var(--bg-secondary);border-radius:4px}._designGroupStacked_1dq8h_1185 ._designItem_1dq8h_1192::-webkit-scrollbar-thumb{background:var(--accent-color);border-radius:4px;opacity:.7}._designGroupStacked_1dq8h_1185 ._designItem_1dq8h_1192::-webkit-scrollbar-thumb:hover{background:var(--text-primary)}._designGroupStacked_1dq8h_1185 ._designImageContainer_1dq8h_1205{width:max-content;min-width:calc(100vw - 40px);padding-right:20px;background:transparent}._designGroupStacked_1dq8h_1185 ._designImage_1dq8h_255{width:auto;height:60vh;max-height:400px;max-width:none;min-width:100vw;object-fit:contain;background:transparent}._designGroup_1dq8h_1166{margin-bottom:48px}._designItem_1dq8h_1192{margin-block:24px}._userFeedback_1dq8h_1077,._feedbackNextSteps_1dq8h_1258,._closingStatement_1dq8h_1538{padding:60px 20px}}@media(max-width:480px){._projectContainer_1dq8h_8{padding:0 16px}._projectHeader_1dq8h_15{padding:40px 0 32px}._roleApproach_1dq8h_460,._projectTimeline_1dq8h_534,._researchInsights_1dq8h_722,._finalDesign_1dq8h_1153{padding:40px 0}._detailTitle_1dq8h_30{font-size:2rem;margin-bottom:32px}._approachTitle_1dq8h_471,._timelineTitle_1dq8h_538,._insightsTitle_1dq8h_726,._feedbackTitle_1dq8h_1081,._feedbackNextStepsTitle_1dq8h_1263,._designTitle_1dq8h_1157{font-size:1.75rem}._problemQuote_1dq8h_293{padding:24px 20px;margin:0 8px}._overviewSection_1dq8h_346{padding:40px 0}._insightCard_1dq8h_766,._feedbackNextStepsCard_1dq8h_1279,._feedbackCard_1dq8h_1097{padding:20px}._heroPlaceholder_1dq8h_1653{height:240px}._designPlaceholder_1dq8h_1839._mobile_1dq8h_1839{height:300px}._designPlaceholder_1dq8h_1839._desktop_1dq8h_1843{height:240px}._statNumber_1dq8h_1413{font-size:2.5rem}._resultsStats_1dq8h_1388 ._statItem_1dq8h_1397{padding:0}._resultsStats_1dq8h_1388 ._statItem_1dq8h_1397:not(:last-child):after{display:none}._resultsImpact_1dq8h_1384,._userFeedback_1dq8h_1077,._feedbackNextSteps_1dq8h_1258,._closingStatement_1dq8h_1538{padding:60px 16px}._closingText_1dq8h_1545{font-size:1.25rem}._designItem_1dq8h_1192{margin-block:20px}._insightCardHeader_1dq8h_821{gap:10px}._insightCardHeader_1dq8h_821 h3{font-size:1.25rem}._categoryIconContainer_1dq8h_807{width:40px;height:40px;min-width:40px}}._atAGlance_1dq8h_1905{padding:40px 0 80px}._atAGlanceLabel_1dq8h_1909{display:flex;align-items:center;gap:12px;margin-bottom:20px}._atAGlanceLabelLine_1dq8h_1916{width:36px;height:2px;background:var(--accent-color);border-radius:2px;flex-shrink:0}._atAGlanceLabelText_1dq8h_1924{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-secondary)}._atAGlanceTitle_1dq8h_1932{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;margin-bottom:40px;color:var(--text-primary)}._atAGlanceGrid_1dq8h_1940{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}._atAGlanceCard_1dq8h_1946{background:var(--bg-secondary);border-radius:16px;padding:32px;border:1px solid var(--border-color);display:flex;flex-direction:column;gap:12px}._atAGlanceCardLabel_1dq8h_1956{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--accent-color)}._atAGlanceCardText_1dq8h_1964{font-size:1rem;line-height:1.75;color:var(--text-primary);margin:0}._objectivesSection_1dq8h_1972{padding:24px 0 80px}._objectivesTitle_1dq8h_1976{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;margin-bottom:40px;color:var(--text-primary)}._objectivesGrid_1dq8h_1984{display:grid;grid-template-columns:1fr 1fr;gap:24px}._objectivesCard_1dq8h_1990{background:var(--bg-secondary);border-radius:16px;padding:40px;border:1px solid var(--border-color)}._objectivesCardLabel_1dq8h_1997{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-secondary);margin-bottom:6px;display:block}._objectivesCardTitle_1dq8h_2007{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin-bottom:24px}._objectivesList_1dq8h_2014{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}._objectivesListItem_1dq8h_2023{display:flex;align-items:flex-start;gap:12px;font-size:1rem;line-height:1.6;color:var(--text-primary)}._objectivesListDot_1dq8h_2032{width:8px;height:8px;border-radius:50%;background:#e88903;margin-top:7px;flex-shrink:0}._turningPoint_1dq8h_2042{padding:80px 0}._turningPointInner_1dq8h_2046{background:var(--bg-secondary);border-radius:24px;padding:64px;border:1px solid var(--border-color);position:relative;overflow:hidden}._turningPointInner_1dq8h_2046:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--diana-gradient);border-radius:24px 24px 0 0}._turningPointLabel_1dq8h_2066{display:flex;align-items:center;gap:12px;margin-bottom:20px}._turningPointLabelText_1dq8h_2073{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--accent-color)}._turningPointTitle_1dq8h_2081{font-family:var(--font-serif);font-size:2rem;font-weight:700;margin-bottom:28px;color:var(--text-primary);line-height:1.2}._turningPointNarrative_1dq8h_2090{font-size:1.0625rem;line-height:1.8;color:var(--text-primary);margin-bottom:20px}._turningPointNarrative_1dq8h_2090:last-child{margin-bottom:0}@media(max-width:1024px){._atAGlanceGrid_1dq8h_1940,._objectivesGrid_1dq8h_1984{grid-template-columns:1fr;gap:16px}}@media(max-width:768px){._atAGlance_1dq8h_1905,._objectivesSection_1dq8h_1972,._turningPoint_1dq8h_2042{padding:60px 0}._atAGlanceTitle_1dq8h_1932,._objectivesTitle_1dq8h_1976{font-size:2rem;margin-bottom:28px}._turningPointInner_1dq8h_2046{padding:40px 28px}._turningPointTitle_1dq8h_2081{font-size:1.5rem}}@media(max-width:480px){._atAGlance_1dq8h_1905,._objectivesSection_1dq8h_1972,._turningPoint_1dq8h_2042{padding:40px 0}._atAGlanceTitle_1dq8h_1932,._objectivesTitle_1dq8h_1976{font-size:1.75rem}._atAGlanceCard_1dq8h_1946,._objectivesCard_1dq8h_1990{padding:24px}._turningPointInner_1dq8h_2046{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_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: #09090B;--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}
