@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";html{scrollbar-width:none;-ms-overflow-style:none}html::-webkit-scrollbar{display:none}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*::-webkit-scrollbar{display:none}*{scrollbar-width:none;-ms-overflow-style:none}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{margin:0;padding:0;box-sizing:border-box}:root{--color-dark: #1a1a1a;--color-gray: #2d2d2d;--color-mid-gray: #4a4a4a;--color-light-gray: #e8e8e8;--color-white: #fafafa;--color-accent: #888888}html{scroll-behavior:smooth}body{font-family:Outfit,-apple-system,BlinkMacSystemFont,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.App{text-align:center}.section{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;transition:background-color .3s ease}.section-dark{background-color:var(--color-dark);color:var(--color-white)}.section-light{background-color:var(--color-white);color:var(--color-dark)}.section-gray{background-color:var(--color-light-gray);color:var(--color-dark)}.content-wrapper{max-width:800px;padding:60px 40px;position:relative}.section-label{display:block;font-size:.875rem;font-weight:300;letter-spacing:.2em;text-transform:uppercase;opacity:.5;margin-bottom:2rem}h1{font-size:clamp(2.5rem,8vw,5rem);font-weight:700;letter-spacing:-.03em;line-height:1.1;margin-bottom:1.5rem}.tagline{font-size:clamp(1rem,2.5vw,1.25rem);font-weight:300;line-height:1.6;max-width:500px;margin:0 auto;opacity:.8}.hero-quote{font-size:clamp(1.1rem,2.5vw,1.35rem);font-weight:300;font-style:italic;line-height:1.8;max-width:600px;margin:0 auto;opacity:.85;letter-spacing:.01em;border:none;padding:0}.scroll-indicator{position:absolute;bottom:-120px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:12px}.scroll-indicator span{font-size:.75rem;font-weight:300;letter-spacing:.15em;text-transform:uppercase;opacity:.5}.scroll-line{width:1px;height:60px;background:linear-gradient(to bottom,var(--color-accent),transparent);animation:scrollPulse 2s ease-in-out infinite}@keyframes scrollPulse{0%,to{opacity:.3;transform:scaleY(1)}50%{opacity:1;transform:scaleY(1.2)}}.about-section{padding:80px 0;min-height:100vh;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}.about-header{text-align:center;padding:0 40px;margin-bottom:4rem}.about-header h1{font-size:clamp(2rem,6vw,3.5rem);margin-bottom:1.5rem}.about-intro{font-size:clamp(1.1rem,2.5vw,1.35rem);font-weight:400;line-height:1.6;max-width:600px;margin:0 auto 2rem;opacity:.9;letter-spacing:-.01em}.about-quote{font-size:clamp(.95rem,1.8vw,1.1rem);font-weight:300;font-style:italic;line-height:1.8;max-width:550px;margin:0 auto;opacity:.6;letter-spacing:.01em;border:none;padding:0}.quote-author{display:block;font-size:.85rem;font-style:normal;font-weight:400;margin-top:.75rem;opacity:.7;letter-spacing:.02em}.projects-scroll-container{width:100%;overflow:hidden}.projects-scroll{display:flex;gap:3rem;padding:2rem 0;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding:17vw;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.projects-scroll::-webkit-scrollbar{display:none}.projects-scroll:before,.projects-scroll:after{content:"";flex:0 0 17vw}.experience-section{padding:60px 0 80px;min-height:100vh;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}.experience-header{text-align:center;padding:0 40px;margin-bottom:0;color:var(--color-dark)}.experience-header .section-label{color:var(--color-dark);opacity:.5}.experience-header h1{font-size:clamp(2rem,6vw,3.5rem);margin-bottom:.5rem;color:var(--color-dark)}.experience-scroll-container{width:100%;overflow:hidden;flex:1;display:flex;align-items:center}.experience-scroll{display:flex;gap:3rem;padding:2rem 0;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding:17vw;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.experience-scroll::-webkit-scrollbar{display:none}.experience-scroll:before,.experience-scroll:after{content:"";flex:0 0 17vw}.contact-links{margin-top:3rem;display:flex;justify-content:center;align-items:center;gap:1.5rem;flex-wrap:wrap}.contact-link{color:inherit;text-decoration:none;font-size:1rem;font-weight:400;letter-spacing:.05em;padding:.5rem 0;position:relative;transition:opacity .3s ease}.contact-link:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background-color:currentColor;transform:scaleX(0);transform-origin:right;transition:transform .3s ease}.contact-link:hover:after{transform:scaleX(1);transform-origin:left}.contact-link:hover{opacity:.7}.divider{opacity:.3;font-size:.75rem}@media(max-width:768px){.content-wrapper{padding:40px 24px}.section{min-height:85vh}.scroll-indicator{bottom:-80px}.scroll-line{height:40px}.contact-links{gap:1rem}.about-section{padding:60px 0}.about-header{padding:0 24px;margin-bottom:2rem}.projects-scroll{padding:1.5rem 0;gap:1.5rem;scroll-padding:7.5vw}.projects-scroll:before,.projects-scroll:after{flex:0 0 7.5vw}.experience-section{padding:40px 0 60px}.experience-header{padding:0 24px}.experience-scroll{padding:1.5rem 0;gap:1.5rem;scroll-padding:7.5vw}.experience-scroll:before,.experience-scroll:after{flex:0 0 7.5vw}}.section-dark:hover{background-color:#1f1f1f}.section-light:hover{background-color:#f5f5f5}.section-gray:hover{background-color:#e0e0e0}.project-card{flex:0 0 auto;width:66vw;max-width:900px;height:45vh;max-height:500px;text-decoration:none;color:inherit;scroll-snap-align:center;transition:transform .3s ease,opacity .3s ease,border-color .3s ease;border-radius:25px;border:.5px solid rgba(255,255,255,.1);overflow:hidden;background-color:var(--color-dark);position:relative}.project-card:hover{transform:translateY(-4px);border-color:#fff3}.project-card:hover .glass-overlay{background:#ffffff0f;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}.project-card:hover .thumbnail-gradient{opacity:.9}.project-card:hover .external-link-indicator{opacity:1;transform:translate(4px)}.dot-background{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#1a1a1a;background-image:radial-gradient(circle at center,rgba(255,255,255,.5) 2px,transparent 2px);background-size:20px 20px;background-position:center center}.thumbnail-area{position:absolute;top:1.5rem;left:1.5rem;bottom:1.5rem;width:50%;border-radius:16px;overflow:hidden;background-size:cover;background-position:center top;background-repeat:no-repeat}.thumbnail-area.has-thumbnail{box-shadow:0 8px 32px #0000004d}.thumbnail-gradient{width:100%;height:100%;background:linear-gradient(135deg,#2d2d2de6,#4a4a4ab3,#2d2d2de6);border:.5px solid rgba(255,255,255,.08);border-radius:16px;transition:opacity .3s ease}.glass-overlay{position:absolute;top:0;right:0;bottom:0;width:42%;padding:2.5rem;background:#ffffff08;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);border-left:.5px solid rgba(255,255,255,.1);transition:background .3s ease,backdrop-filter .3s ease;display:flex;flex-direction:column;justify-content:center}.project-info{padding:0}.project-title{font-size:1.75rem;font-weight:600;letter-spacing:-.02em;margin-bottom:1rem;color:var(--color-white);line-height:1.2}.project-description{font-size:1.05rem;font-weight:300;opacity:.75;line-height:1.7;color:var(--color-white)}.external-link-indicator{display:inline-block;margin-top:1.25rem;font-size:.9rem;font-weight:500;color:#fff9;opacity:.7;transition:opacity .3s ease,transform .3s ease;letter-spacing:.02em}@media(max-width:768px){.project-card{width:85vw;height:50vh}.dot-background{background-size:16px 16px}.thumbnail-area{top:1.25rem;left:1.25rem;bottom:1.25rem;width:45%}.glass-overlay{width:48%;padding:1.5rem}.project-title{font-size:1.25rem}.project-description{font-size:.9rem}.external-link-indicator{font-size:.85rem;margin-top:1rem}}@media(max-width:480px){.project-card{height:60vh}.thumbnail-area{top:1rem;left:1rem;right:1rem;bottom:auto;width:auto;height:45%;background-position:top center}.glass-overlay{width:100%;top:auto;bottom:0;height:50%;border-left:none;border-top:.5px solid rgba(255,255,255,.06);padding:1.25rem}.project-title{font-size:1.15rem}.project-description{font-size:.85rem;line-height:1.5}}.carousel-container{width:100%;overflow-x:auto;overflow-y:hidden;padding:2rem 0;scroll-behavior:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;cursor:grab}.carousel-container::-webkit-scrollbar{display:none}.carousel-container:active{cursor:grabbing}.carousel-track{display:flex;gap:3rem;width:max-content;padding:0 17vw}@media(max-width:768px){.carousel-container{padding:1.5rem 0}.carousel-track{gap:2rem;padding:0 10vw}}@media(max-width:480px){.carousel-track{gap:1.5rem;padding:0 5vw}}.experience-card{flex:0 0 auto;width:66vw;max-width:900px;height:48vh;max-height:520px;text-decoration:none;color:inherit;scroll-snap-align:center;transition:transform .3s ease,border-color .3s ease;border-radius:25px;border:.5px solid rgba(255,255,255,.1);overflow:hidden;background-color:var(--color-dark);position:relative}.experience-card:hover{transform:translateY(-4px);border-color:#fff3}.exp-dot-background{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#1a1a1a;background-image:radial-gradient(circle at center,rgba(255,255,255,.5) 2px,transparent 2px);background-size:20px 20px;background-position:center center}.exp-role-box{position:absolute;top:2rem;left:2rem;bottom:2rem;width:28%;border-radius:16px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2d2d2df2,#3c3c3ccc,#2d2d2df2);border:.5px solid rgba(255,255,255,.1);z-index:2}.exp-role-content{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.5rem;gap:.5rem}.exp-role-title{font-size:1.1rem;font-weight:600;color:var(--color-white);line-height:1.3;margin:0}.exp-role-divider{width:40px;height:1px;background:#ffffff4d;margin:.5rem 0}.exp-role-org{font-size:.95rem;font-weight:500;color:var(--color-white);opacity:.9}.exp-role-location{font-size:.8rem;font-weight:400;color:var(--color-white);opacity:.6}.exp-role-year{font-size:.85rem;font-weight:600;color:var(--color-white);opacity:.5;margin-top:.5rem}.exp-glass-overlay{position:absolute;top:0;right:0;bottom:0;width:58%;padding:1.5rem 2rem;background:#ffffff08;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border-left:.5px solid rgba(255,255,255,.06);display:flex;flex-direction:column;overflow-y:auto;z-index:2}.exp-content-divider{width:100%;height:1px;background:linear-gradient(to right,#ffffff4d,#ffffff1a);margin-bottom:1rem;flex-shrink:0}.exp-bullet-sections{display:flex;flex-direction:column;gap:1.25rem}.bullet-section{display:flex;flex-direction:column;gap:.5rem}.bullet-section-title{font-size:.65rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--color-white);opacity:.5;margin:0 0 .25rem}.bullet-list{display:flex;flex-direction:column}.bullet-item{display:flex;align-items:flex-start;gap:.75rem;position:relative;padding-left:.25rem}.bullet-item:not(:last-child):after{content:"";position:absolute;left:calc(.25rem + 2.5px);top:calc(.4rem + 8px);bottom:0;width:1px;background:#ffffff26}.bullet-dot{display:block;width:6px;height:6px;border-radius:50%;background:#ffffff80;flex-shrink:0;margin-top:.4rem;position:relative;z-index:2}.bullet-text{font-size:.8rem;font-weight:400;color:var(--color-white);opacity:.85;line-height:1.5;padding-bottom:.4rem}.experience-card:hover .exp-glass-overlay{background:#ffffff0f}.experience-card:hover .exp-role-box{border-color:#fff3}@media(max-width:768px){.experience-card{width:85vw;height:55vh;max-height:550px}.exp-dot-background{background-size:16px 16px}.exp-role-box{top:1.5rem;left:1.5rem;bottom:1.5rem;width:30%}.exp-role-content{padding:1rem}.exp-role-title{font-size:.95rem}.exp-role-org{font-size:.85rem}.exp-glass-overlay{width:55%;padding:1.25rem 1.5rem}.bullet-text{font-size:.75rem}}@media(max-width:480px){.experience-card{height:65vh;flex-direction:column}.exp-role-box{position:relative;top:auto;left:auto;bottom:auto;width:100%;height:auto;margin:1rem;border-radius:12px}.exp-role-content{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:.5rem 1rem}.exp-role-divider{display:none}.exp-glass-overlay{position:relative;width:100%;border-left:none;border-top:.5px solid rgba(255,255,255,.06)}}.timeline-nav{position:sticky;top:0;z-index:10;background:linear-gradient(to bottom,var(--color-gray) 80%,transparent 100%);padding:2rem 2rem 2.5rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.timeline-items{display:flex;align-items:flex-start;width:100%;max-width:800px}.timeline-item{display:flex;flex-direction:column;align-items:stretch;cursor:pointer;flex:1}.timeline-item:first-child{flex:0;align-items:center}.timeline-item-top{display:flex;align-items:center;width:100%;height:14px}.timeline-segment{flex:1;height:100%;display:flex;align-items:center}.segment-line{width:100%;height:1px;background:#ffffff40}.dot-circle{display:block;width:14px;height:14px;border-radius:50%;background:var(--color-gray);border:2px solid rgba(255,255,255,.5);transition:transform .2s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease;box-sizing:border-box;flex-shrink:0}.timeline-item.active .dot-circle{background:var(--color-white);border-color:var(--color-white);box-shadow:0 0 0 4px #ffffff26;transform:scale(1.3)}.timeline-item:hover .dot-circle{transform:scale(1.2);border-color:#fffc;box-shadow:0 0 0 3px #ffffff1a}.timeline-item.active:hover .dot-circle{transform:scale(1.4)}.dot-year{font-size:.7rem;font-weight:500;color:var(--color-white);opacity:.5;transition:opacity .2s ease;margin-top:.5rem;text-align:right}.timeline-item:first-child .dot-year{text-align:center}.timeline-item.active .dot-year{opacity:1;font-weight:600}.timeline-item:hover .dot-year{opacity:.8}.timeline-one-liner{text-align:center;min-height:1.5rem}.one-liner-text{font-size:.95rem;font-weight:400;color:var(--color-white);opacity:.75;margin:0;transition:opacity .3s ease}@media(max-width:768px){.timeline-nav{padding:1.5rem 1rem 2rem;gap:1rem}.timeline-items{overflow-x:auto;padding:.5rem 1rem;scrollbar-width:none;-ms-overflow-style:none;min-width:600px}.timeline-items::-webkit-scrollbar{display:none}.dot-year{font-size:.6rem}.one-liner-text{font-size:.85rem}}@media(max-width:480px){.timeline-items{min-width:500px}.dot-circle{width:12px;height:12px}.timeline-item-top{height:12px}}.project-page{min-height:100vh;background-color:var(--color-dark);color:var(--color-white)}.project-sticky-header{position:sticky;top:0;z-index:100;background:linear-gradient(to bottom,var(--color-dark) 70%,transparent 100%);padding:1.5rem 40px 2rem}.project-back-btn{background:none;border:none;color:var(--color-accent);font-size:.9rem;font-weight:300;font-family:inherit;letter-spacing:.05em;cursor:pointer;padding:.5rem 0;transition:opacity .3s ease,color .3s ease}.project-back-btn:hover{opacity:1;color:var(--color-white)}.project-page-content{max-width:800px;margin:0 auto;padding:0 40px 60px}.project-label{display:block;font-size:.875rem;font-weight:300;letter-spacing:.2em;text-transform:uppercase;opacity:.5;margin-bottom:1rem}.project-page-title{font-size:clamp(2rem,6vw,3.5rem);font-weight:700;letter-spacing:-.03em;line-height:1.1;margin-bottom:3rem}.project-hero-image{width:100%;margin-bottom:3rem}.placeholder-hero{width:100%;height:400px;background:linear-gradient(135deg,var(--color-gray) 0%,var(--color-mid-gray) 50%,var(--color-gray) 100%)}.project-body{padding-bottom:4rem}.project-full-description{font-size:1.25rem;font-weight:300;line-height:1.8;opacity:.9;margin-bottom:3rem}.project-meta{padding-top:2rem;border-top:1px solid var(--color-mid-gray)}.coming-soon{font-size:.9rem;font-weight:300;opacity:.5;font-style:italic}.hero-image{width:100%;height:auto;border-radius:16px;object-fit:cover}.project-proprietary-notice{margin-top:3rem;padding:2rem;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:12px}.project-proprietary-notice h3{font-size:1rem;text-transform:uppercase;letter-spacing:.1em;color:#fff9;margin-bottom:1rem}.project-proprietary-notice p{font-size:1rem;line-height:1.7;color:#fffc;margin-bottom:1.5rem}.proprietary-contact{display:inline-block;padding:.75rem 1.5rem;background:linear-gradient(135deg,#ff3c3c33,#0f03);border:1px solid rgba(0,255,0,.3);border-radius:8px;color:#0f0;text-decoration:none;font-family:SF Mono,Fira Code,monospace;font-size:.9rem;transition:all .2s}.proprietary-contact:hover{background:linear-gradient(135deg,#ff3c3c4d,#00ff004d);transform:translateY(-2px)}@media(max-width:768px){.project-sticky-header{padding:1rem 24px 1.5rem}.project-page-content{padding:0 24px 40px}.placeholder-hero{height:250px}.project-full-description{font-size:1.1rem}.project-proprietary-notice{padding:1.5rem}.project-proprietary-notice p{font-size:.9rem}}.experience-page{min-height:100vh;background-color:var(--color-gray);color:var(--color-white)}.exp-sticky-header{position:sticky;top:0;z-index:100;background:linear-gradient(to bottom,var(--color-gray) 70%,transparent 100%);padding:1.5rem 40px 2rem}.exp-back-btn{background:none;border:none;color:#fff9;font-size:.9rem;font-weight:300;font-family:inherit;letter-spacing:.05em;cursor:pointer;padding:.5rem 0;transition:opacity .3s ease,color .3s ease}.exp-back-btn:hover{opacity:1;color:var(--color-white)}.experience-page-content{max-width:700px;margin:0 auto;padding:0 40px 60px}.exp-page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.exp-page-label{font-size:.8rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;opacity:.5}.exp-page-year{font-size:.9rem;font-weight:600;opacity:.7;background:#ffffff1a;padding:.25rem .75rem;border-radius:20px}.exp-page-title{font-size:clamp(2rem,6vw,3rem);font-weight:700;letter-spacing:-.02em;line-height:1.2;margin-bottom:.75rem}.exp-page-org-row{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.exp-page-org{font-size:1.1rem;font-weight:500;opacity:.9}.exp-page-location{font-size:.95rem;font-weight:400;opacity:.5}.exp-page-divider{width:100%;height:1px;background:linear-gradient(to right,#ffffff4d,#ffffff0d);margin-bottom:2.5rem}.exp-page-sections{display:flex;flex-direction:column;gap:2.5rem;margin-bottom:3rem}.exp-page-bullet-section{display:flex;flex-direction:column;gap:1rem}.exp-page-section-title{font-size:.75rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;opacity:.5;margin:0}.exp-page-bullet-list{display:flex;flex-direction:column;gap:.25rem}.exp-page-bullet-item{display:flex;align-items:flex-start;gap:1rem;position:relative;padding-left:.25rem}.exp-page-bullet-item:not(:last-child):after{content:"";position:absolute;left:calc(.25rem + 3.5px);top:calc(.5rem + 12px);bottom:0;width:1px;background:#ffffff26}.exp-page-bullet-dot{display:block;width:8px;height:8px;border-radius:50%;background:#fff6;flex-shrink:0;margin-top:.5rem;position:relative;z-index:2}.exp-page-bullet-text{font-size:1.05rem;font-weight:400;color:var(--color-white);opacity:.9;line-height:1.6;padding-bottom:.75rem}.exp-page-footer{padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.exp-page-tagline{font-size:1rem;font-weight:300;font-style:italic;opacity:.6;line-height:1.6}@media(max-width:768px){.exp-sticky-header{padding:1rem 24px 1.5rem}.experience-page-content{padding:0 24px 40px}.exp-page-title{font-size:1.75rem}.exp-page-org-row{flex-direction:column;align-items:flex-start;gap:.25rem}.exp-page-bullet-text{font-size:.95rem}}.blog-list-page{min-height:100vh;background:#fff;color:#1a1a1a;font-family:Outfit,-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,Roboto,sans-serif}.blog-list-header{max-width:900px;margin:0 auto;padding:3rem 2rem 4rem;text-align:center}.back-link{font-family:Outfit,sans-serif;display:inline-block;font-size:.9375rem;font-weight:400;color:#666;text-decoration:none;margin-bottom:2rem;transition:color .2s ease}.back-link:hover{color:#9b30ff}.blog-series-label{font-family:Outfit,sans-serif;font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.15em;color:#9b30ff;margin-bottom:.5rem}.blog-list-title{font-family:Outfit,sans-serif;font-size:clamp(2rem,5vw,2.75rem);font-weight:700;letter-spacing:-.03em;margin-bottom:.75rem;color:#1a1a1a}.blog-list-subtitle{font-family:Outfit,sans-serif;font-size:1.1875rem;font-weight:300;color:#666;max-width:500px;margin:0 auto;line-height:1.5}.blog-list-tagline{font-family:Outfit,sans-serif;font-size:.9375rem;font-weight:400;font-style:italic;color:#9b30ff;margin-top:.5rem}.blog-grid{max-width:900px;margin:0 auto;padding:0 2rem 4rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.blog-card{background:#fff;border-radius:16px;overflow:hidden;text-decoration:none;color:inherit;border:1px solid #eee;transition:all .3s ease;box-shadow:0 2px 8px #0000000a}.blog-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #9b30ff1f;border-color:#9b30ff33}.blog-card-thumbnail{height:180px;background-size:cover;background-position:center;background-color:#f5f5f5}.blog-card-content{padding:1.5rem}.blog-card-title{font-family:Outfit,sans-serif;font-size:1.1875rem;font-weight:600;margin-bottom:.5rem;line-height:1.3;letter-spacing:-.01em}.blog-card-subtitle{font-family:Outfit,sans-serif;font-size:.9375rem;font-weight:300;color:#666;line-height:1.5;margin-bottom:.75rem}.blog-card-date{font-family:Outfit,sans-serif;font-size:.8125rem;font-weight:300;color:#999}.blog-philosophy{max-width:700px;margin:0 auto;padding:4rem 2rem 6rem;text-align:center;border-top:1px solid #eee}.blog-philosophy h2{font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;letter-spacing:-.02em;color:#1a1a1a}.blog-philosophy p{font-family:Outfit,sans-serif;font-size:1.0625rem;font-weight:300;color:#444;line-height:1.8;margin-bottom:1rem}.philosophy-tagline{font-style:italic;color:#9b30ff;margin-top:1.5rem;font-size:1rem!important}.scientific-disclaimer{font-size:.875rem!important;color:#888!important;margin-top:2rem!important;line-height:1.6!important;font-style:italic}@media(max-width:768px){.blog-list-header{padding:2rem 1.5rem 3rem}.blog-list-title{font-size:1.875rem}.blog-list-subtitle{font-size:1.0625rem}.blog-grid{padding:0 1.5rem 3rem;grid-template-columns:1fr}.blog-philosophy{padding:3rem 1.5rem 4rem}}.reference-links{margin-top:2rem;padding:1.25rem 1.5rem;background:#9b30ff0a;border-radius:12px;border:1px solid rgba(155,48,255,.1)}.reference-links-label{font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,sans-serif;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#9b30ff;display:block;margin-bottom:.75rem}.reference-links-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.reference-link-item{margin:0}.reference-link{display:flex;align-items:center;gap:.75rem;padding:.625rem .875rem;background:#fff;border-radius:8px;text-decoration:none;transition:all .2s ease;border:1px solid transparent}.reference-link:hover{border-color:#9b30ff33;box-shadow:0 2px 8px #9b30ff1a}.reference-icon{font-size:1rem;flex-shrink:0}.reference-title{font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,sans-serif;font-size:.9375rem;color:#1a1a1a;flex:1}.reference-arrow{font-size:.875rem;color:#9b30ff;opacity:0;transform:translate(-4px);transition:all .2s ease}.reference-link:hover .reference-arrow{opacity:1;transform:translate(0)}@media(max-width:768px){.reference-links{padding:1rem 1.25rem}.reference-link{padding:.5rem .75rem}.reference-title{font-size:.875rem}}.annotation-indicators{position:absolute;left:-48px;top:0;width:40px;height:100%;pointer-events:none;z-index:10}.indicator-wrapper{position:absolute;left:0;transform:translateY(-50%);pointer-events:auto;display:flex;align-items:center}.annotation-dot{width:28px;height:28px;border-radius:50%;border:2px solid rgba(138,99,210,.4);background:#1e1e23e6;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;box-shadow:0 2px 8px #0003}.annotation-dot:hover,.annotation-dot.active{border-color:#8a63d2cc;background:#8a63d233;box-shadow:0 2px 12px #8a63d24d,0 0 20px #8a63d226}.annotation-dot.thinking{border-color:#ffc10766}.annotation-dot.thinking:hover,.annotation-dot.thinking.active{border-color:#ffc107cc;background:#ffc10726}.annotation-dot.learned{border-color:#4caf5066}.annotation-dot.learned:hover,.annotation-dot.learned.active{border-color:#4caf50cc;background:#4caf5026}.annotation-dot.question{border-color:#2196f366}.annotation-dot.question:hover,.annotation-dot.question.active{border-color:#2196f3cc;background:#2196f326}.annotation-dot.disagree{border-color:#ff572266}.annotation-dot.disagree:hover,.annotation-dot.disagree.active{border-color:#ff5722cc;background:#ff572226}.annotation-dot.comment{border-color:#8a63d266}.dot-count{font-size:.7rem;font-weight:600;color:#ffffffe6;font-family:Outfit,sans-serif}.dot-icon{font-size:.8rem}.annotation-thread{position:absolute;left:36px;top:50%;transform:translateY(-50%);width:280px;background:#1e1e23fa;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(138,99,210,.25);border-radius:12px;padding:12px;box-shadow:0 4px 32px #0006,0 0 0 1px #ffffff0d;max-height:400px;overflow-y:auto}.thread-close{position:absolute;top:8px;right:8px;width:24px;height:24px;border:none;background:#ffffff1a;border-radius:50%;color:#fff9;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.thread-close:hover{background:#fff3;color:#fff}.annotation-item{padding:10px 0;border-bottom:1px solid rgba(255,255,255,.06)}.annotation-item:last-child{border-bottom:none;padding-bottom:0}.annotation-item:first-child{padding-top:0}.annotation-header{display:flex;align-items:flex-start;gap:8px;margin-bottom:6px}.annotation-type-icon{font-size:1rem;flex-shrink:0}.annotation-quote{font-size:.75rem;color:#8a63d2e6;font-style:italic;font-family:Outfit,sans-serif;line-height:1.4}.annotation-comment{font-size:.85rem;color:#ffffffd9;font-family:Outfit,sans-serif;line-height:1.5;margin:0 0 6px;padding-left:2px}.annotation-time{font-size:.7rem;color:#fff6;font-family:Outfit,sans-serif}.annotation-thread::-webkit-scrollbar{width:4px}.annotation-thread::-webkit-scrollbar-track{background:transparent}.annotation-thread::-webkit-scrollbar-thumb{background:#8a63d24d;border-radius:2px}@media(max-width:900px){.annotation-indicators{position:relative;left:0;width:100%;height:auto;display:flex;flex-wrap:wrap;gap:8px;padding:16px 0;margin-top:16px;border-top:1px solid rgba(255,255,255,.08)}.indicator-wrapper{position:relative;transform:none}.annotation-thread{position:fixed;left:16px;right:16px;top:auto;bottom:16px;width:auto;transform:none;max-height:50vh;z-index:1001}}@font-face{font-display:block;font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(/assets/KaTeX_AMS-Regular-BQhdFMY1.woff2) format("woff2"),url(/assets/KaTeX_AMS-Regular-DMm9YOAa.woff) format("woff"),url(/assets/KaTeX_AMS-Regular-DRggAlZN.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Caligraphic-Bold-Dq_IR9rO.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Bold-BEiXGLvX.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Bold-ATXxdsX0.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Caligraphic-Regular-Di6jR-x-.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Regular-CTRA-rTL.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Regular-wX97UBjC.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Fraktur-Bold-CL6g_b3V.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Bold-BsDP51OF.woff) format("woff"),url(/assets/KaTeX_Fraktur-Bold-BdnERNNW.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Fraktur-Regular-CTYiF6lA.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Regular-Dxdc4cR9.woff) format("woff"),url(/assets/KaTeX_Fraktur-Regular-CB_wures.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Main-Bold-Cx986IdX.woff2) format("woff2"),url(/assets/KaTeX_Main-Bold-Jm3AIy58.woff) format("woff"),url(/assets/KaTeX_Main-Bold-waoOVXN0.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Main-BoldItalic-DxDJ3AOS.woff2) format("woff2"),url(/assets/KaTeX_Main-BoldItalic-SpSLRI95.woff) format("woff"),url(/assets/KaTeX_Main-BoldItalic-DzxPMmG6.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Main-Italic-NWA7e6Wa.woff2) format("woff2"),url(/assets/KaTeX_Main-Italic-BMLOBm91.woff) format("woff"),url(/assets/KaTeX_Main-Italic-3WenGoN9.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Main-Regular-B22Nviop.woff2) format("woff2"),url(/assets/KaTeX_Main-Regular-Dr94JaBh.woff) format("woff"),url(/assets/KaTeX_Main-Regular-ypZvNtVU.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Math-BoldItalic-CZnvNsCZ.woff2) format("woff2"),url(/assets/KaTeX_Math-BoldItalic-iY-2wyZ7.woff) format("woff"),url(/assets/KaTeX_Math-BoldItalic-B3XSjfu4.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Math-Italic-t53AETM-.woff2) format("woff2"),url(/assets/KaTeX_Math-Italic-DA0__PXp.woff) format("woff"),url(/assets/KaTeX_Math-Italic-flOr_0UB.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:700;src:url(/assets/KaTeX_SansSerif-Bold-D1sUS0GD.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Bold-DbIhKOiC.woff) format("woff"),url(/assets/KaTeX_SansSerif-Bold-CFMepnvq.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:italic;font-weight:400;src:url(/assets/KaTeX_SansSerif-Italic-C3H0VqGB.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Italic-DN2j7dab.woff) format("woff"),url(/assets/KaTeX_SansSerif-Italic-YYjJ1zSn.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:400;src:url(/assets/KaTeX_SansSerif-Regular-DDBCnlJ7.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Regular-CS6fqUqJ.woff) format("woff"),url(/assets/KaTeX_SansSerif-Regular-BNo7hRIc.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Script-Regular-D3wIWfF6.woff2) format("woff2"),url(/assets/KaTeX_Script-Regular-D5yQViql.woff) format("woff"),url(/assets/KaTeX_Script-Regular-C5JkGWo-.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size1-Regular-mCD8mA8B.woff2) format("woff2"),url(/assets/KaTeX_Size1-Regular-C195tn64.woff) format("woff"),url(/assets/KaTeX_Size1-Regular-Dbsnue_I.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size2-Regular-Dy4dx90m.woff2) format("woff2"),url(/assets/KaTeX_Size2-Regular-oD1tc_U0.woff) format("woff"),url(/assets/KaTeX_Size2-Regular-B7gKUWhC.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url(data:font/woff2;base64,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) format("woff2"),url(/assets/KaTeX_Size3-Regular-CTq5MqoE.woff) format("woff"),url(/assets/KaTeX_Size3-Regular-DgpXs0kz.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size4-Regular-Dl5lxZxV.woff2) format("woff2"),url(/assets/KaTeX_Size4-Regular-BF-4gkZK.woff) format("woff"),url(/assets/KaTeX_Size4-Regular-DWFBv043.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Typewriter-Regular-CO6r4hn1.woff2) format("woff2"),url(/assets/KaTeX_Typewriter-Regular-C0xS9mPB.woff) format("woff"),url(/assets/KaTeX_Typewriter-Regular-D3Ib7_Hf.ttf) format("truetype")}.katex{font: 1.21em KaTeX_Main,Times New Roman,serif;line-height:1.2;text-indent:0;text-rendering:auto}.katex *{-ms-high-contrast-adjust:none!important;border-color:currentColor}.katex .katex-version:after{content:"0.16.27"}.katex .katex-mathml{clip:rect(1px,1px,1px,1px);border:0;height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.katex .katex-html>.newline{display:block}.katex .base{position:relative;white-space:nowrap;width:-webkit-min-content;width:-moz-min-content;width:min-content}.katex .base,.katex .strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathnormal{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-style:italic;font-weight:700}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathboldfrak,.katex .textboldfrak{font-family:KaTeX_Fraktur;font-weight:700}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .mathsfit,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{border-collapse:collapse;display:inline-table;table-layout:fixed}.katex .vlist-r{display:table-row}.katex .vlist{display:table-cell;position:relative;vertical-align:bottom}.katex .vlist>span{display:block;height:0;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{overflow:hidden;width:0}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{display:table-cell;font-size:1px;min-width:2px;vertical-align:bottom;width:2px}.katex .vbox{align-items:baseline;display:inline-flex;flex-direction:column}.katex .hbox{width:100%}.katex .hbox,.katex .thinbox{display:inline-flex;flex-direction:row}.katex .thinbox{max-width:0;width:0}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline,.katex .hline,.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .rule,.katex .underline .underline-line{min-height:1px}.katex .mspace{display:inline-block}.katex .clap,.katex .llap,.katex .rlap{position:relative;width:0}.katex .clap>.inner,.katex .llap>.inner,.katex .rlap>.inner{position:absolute}.katex .clap>.fix,.katex .llap>.fix,.katex .rlap>.fix{display:inline-block}.katex .llap>.inner{right:0}.katex .clap>.inner,.katex .rlap>.inner{left:0}.katex .clap>.inner>span{margin-left:-50%;margin-right:50%}.katex .rule{border:0 solid;display:inline-block;position:relative}.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline{border-bottom-style:dashed;display:inline-block;width:100%}.katex .sqrt>.root{margin-left:.2777777778em;margin-right:-.5555555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{font-size:1.1666666667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{font-size:1.6666666667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{font-size:3.4566666667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.1466666667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.7142857143em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.8571428571em}.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{font-size:1.1428571429em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.2857142857em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.4285714286em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.7142857143em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.0571428571em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.4685714286em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.9628571429em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.5542857143em}.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.7777777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.8888888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{font-size:1.1111111111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{font-size:2.3044444444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.7644444444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{font-size:.5833333333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{font-size:1.7283333333em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.0733333333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.4861111111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{font-size:1.4402777778em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.7277777778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.2893518519em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.4050925926em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.462962963em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.5208333333em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.5787037037em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{font-size:1.2002314815em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.4398148148em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.2410800386em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.2892960463em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.337512054em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.3857280617em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.4339440694em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.4821600771em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.5785920926em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.6943105111em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.8331726133em}.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{font-size:1.1996142719em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.2009646302em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.2411575563em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.2813504823em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.3215434084em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.3617363344em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.4019292605em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.4823151125em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.578778135em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.6945337621em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.8336012862em}.katex .fontsize-ensurer.reset-size11.size11,.katex .sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{display:inline-block;width:.12em}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .accent>.vlist-t,.katex .op-limits>.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{display:inline-block;min-width:1px}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{fill:currentColor;stroke:currentColor;fill-rule:nonzero;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:block;height:inherit;position:absolute;width:100%}.katex svg path{stroke:none}.katex img{border-style:none;max-height:none;max-width:none;min-height:0;min-width:0}.katex .stretchy{display:block;overflow:hidden;position:relative;width:100%}.katex .stretchy:after,.katex .stretchy:before{content:""}.katex .hide-tail{overflow:hidden;position:relative;width:100%}.katex .halfarrow-left{left:0;overflow:hidden;position:absolute;width:50.2%}.katex .halfarrow-right{overflow:hidden;position:absolute;right:0;width:50.2%}.katex .brace-left{left:0;overflow:hidden;position:absolute;width:25.1%}.katex .brace-center{left:25%;overflow:hidden;position:absolute;width:50%}.katex .brace-right{overflow:hidden;position:absolute;right:0;width:25.1%}.katex .x-arrow-pad{padding:0 .5em}.katex .cd-arrow-pad{padding:0 .55556em 0 .27778em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{border:.04em solid;box-sizing:border-box}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex .angl{border-right:.049em solid;border-top:.049em solid;box-sizing:border-box;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .eqn-num:before{content:"(" counter(katexEqnNo) ")";counter-increment:katexEqnNo}.katex .mml-eqn-num:before{content:"(" counter(mmlEqnNo) ")";counter-increment:mmlEqnNo}.katex .mtr-glue{width:50%}.katex .cd-vert-arrow{display:inline-block;position:relative}.katex .cd-label-left{display:inline-block;position:absolute;right:calc(50% + .3em);text-align:left}.katex .cd-label-right{display:inline-block;left:calc(50% + .3em);position:absolute;text-align:right}.katex-display{display:block;margin:1em 0;text-align:center}.katex-display>.katex{display:block;text-align:center;white-space:nowrap}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.tag{left:0;right:auto}.katex-display.fleqn>.katex{padding-left:2em;text-align:left}body{counter-reset:katexEqnNo mmlEqnNo}.blog-section{position:relative;margin:0 0 3.5rem;padding-bottom:2.5rem;padding-left:0;border-bottom:1px solid rgba(155,48,255,.1)}@media(min-width:901px){.blog-section{padding-left:0}}.blog-section:last-of-type{border-bottom:none}.blog-section-title{font-family:Outfit,-apple-system,sans-serif;font-size:1.5rem;font-weight:600;color:#1a1a1a;letter-spacing:-.02em;margin-bottom:1.25rem;line-height:1.3;position:relative;padding-left:1rem}.blog-section-title:before{content:"";position:absolute;left:0;top:.25rem;bottom:.25rem;width:3px;background:linear-gradient(180deg,#9b30ff,#9b30ff4d);border-radius:2px}.blog-section-content{font-family:Outfit,-apple-system,sans-serif;font-size:1.0625rem;font-weight:300;line-height:1.8;color:#2a2a2a}.blog-section-content p{margin-bottom:1.25rem}.blog-section-content p:last-child{margin-bottom:0}.blog-section-content strong{font-weight:600;color:#1a1a1a}.blog-section-content em{font-style:italic;color:#444}.blog-section-content a{color:#9b30ff;text-decoration:none;border-bottom:1px solid rgba(155,48,255,.3);transition:border-color .2s ease}.blog-section-content a:hover{border-color:#9b30ff}.blog-section-content blockquote{margin:1.75rem 0;padding:1.25rem 1.75rem;background:linear-gradient(135deg,#9b30ff0f,#9b30ff05);border-left:3px solid #9B30FF;border-radius:0 12px 12px 0;font-style:italic;font-weight:300;color:#444}.blog-section-content blockquote p:last-child{margin-bottom:0}.blog-section-content ul,.blog-section-content ol{margin:1.25rem 0;padding-left:1.5rem}.blog-section-content li{margin-bottom:.625rem}.blog-section-content li::marker{color:#9b30ff}.blog-section-content code{font-family:JetBrains Mono,Fira Code,monospace;font-size:.875em;background:#9b30ff14;padding:.15em .4em;border-radius:4px;color:#1a1a1a}.blog-section-content pre{margin:1.75rem 0;padding:1.25rem;background:#1a1a1a;border-radius:12px;overflow-x:auto}.blog-section-content pre code{background:transparent;color:#f0f0f0;padding:0}.blog-section-content .math,.blog-section-content .katex-display{margin:1.75rem 0;padding:1.25rem;background:linear-gradient(135deg,rgba(155,48,255,.04) 0%,transparent 100%);border-radius:12px;overflow-x:auto}.blog-section-content .math-inline,.blog-section-content .katex{color:#1a1a1a}.blog-section-content h3{font-family:Outfit,-apple-system,sans-serif;font-size:1.1875rem;font-weight:600;color:#1a1a1a;margin:2rem 0 .875rem}.blog-section-content h4{font-family:Outfit,-apple-system,sans-serif;font-size:1rem;font-weight:600;color:#444;margin:1.75rem 0 .75rem}.blog-section-content img{max-width:100%;height:auto;border-radius:12px;margin:1.75rem 0;box-shadow:0 4px 20px #0000001a}@media(max-width:768px){.blog-section{margin-bottom:2.5rem;padding-bottom:2rem}.blog-section-title{font-size:1.25rem}.blog-section-content{font-size:1rem;line-height:1.75}.blog-section-content blockquote{padding:1rem 1.25rem;margin:1.5rem 0}.blog-section-content pre{padding:1rem;margin:1.5rem 0}}.open-question{margin:4rem 0 2rem;padding:0;text-align:center}.open-question-divider{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-bottom:2rem}.open-question-divider:before,.open-question-divider:after{content:"";flex:1;max-width:120px;height:1px;background:linear-gradient(90deg,transparent,rgba(155,48,255,.3),transparent)}.divider-symbol{font-size:1.25rem;color:#9b30ff99;font-weight:300}.open-question-prompt{font-family:Outfit,-apple-system,sans-serif;font-size:1.125rem;font-weight:300;line-height:1.8;color:#444;max-width:600px;margin:0 auto 1.5rem;font-style:italic}.open-question-tagline{font-family:Outfit,-apple-system,sans-serif;font-size:.9375rem;font-weight:400;color:#9b30ff;margin:0 0 1.5rem;letter-spacing:.01em}.open-question-hint{font-family:Outfit,-apple-system,sans-serif;font-size:.75rem;font-weight:400;color:#999;margin:0;letter-spacing:.02em}@media(max-width:768px){.open-question{margin:3rem 0 1.5rem}.open-question-prompt{font-size:1rem}.open-question-tagline{font-size:.875rem}}.annotation-popover{position:absolute;transform:translate(-50%);z-index:1000;background:#1e1e23f2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(138,99,210,.3);border-radius:12px;padding:8px;box-shadow:0 4px 24px #0006,0 0 0 1px #ffffff0d;font-family:Outfit,sans-serif}.popover-reactions{display:flex;gap:4px}.popover-reaction-btn{width:40px;height:40px;border:none;background:transparent;border-radius:8px;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;justify-content:center}.popover-reaction-btn:hover{background:#8a63d233;transform:scale(1.1)}.popover-reaction-btn:active{transform:scale(.95)}.reaction-emoji{font-size:1.25rem}.popover-divider{width:100%;height:1px;background:linear-gradient(90deg,transparent,rgba(138,99,210,.3),transparent);margin:6px 0}.popover-comment-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:6px;padding:8px 12px;background:transparent;border:none;border-radius:8px;color:#fffc;font-size:.85rem;font-family:Outfit,sans-serif;cursor:pointer;transition:all .15s ease}.popover-comment-btn:hover{background:#8a63d226;color:#fff}.comment-icon{font-size:1rem}.popover-comment-form{width:280px}.comment-quote{font-size:.75rem;color:#8a63d2e6;font-style:italic;padding:8px 10px;background:#8a63d21a;border-radius:6px;margin-bottom:10px;border-left:2px solid rgba(138,99,210,.6)}.comment-input{width:100%;padding:10px 12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;font-size:.875rem;font-family:Outfit,sans-serif;resize:none;margin-bottom:8px}.comment-input:focus{outline:none;border-color:#8a63d280;background:#ffffff14}.comment-input::placeholder{color:#fff6}.comment-email{width:100%;padding:8px 12px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:8px;color:#fffc;font-size:.8rem;font-family:Outfit,sans-serif;margin-bottom:10px}.comment-email:focus{outline:none;border-color:#8a63d266}.comment-email::placeholder{color:#ffffff4d}.comment-actions{display:flex;gap:8px;justify-content:flex-end}.comment-cancel,.comment-submit{padding:6px 14px;border-radius:6px;font-size:.8rem;font-family:Outfit,sans-serif;font-weight:500;cursor:pointer;transition:all .15s ease}.comment-cancel{background:transparent;border:1px solid rgba(255,255,255,.15);color:#fff9}.comment-cancel:hover{border-color:#ffffff4d;color:#ffffffe6}.comment-submit{background:linear-gradient(135deg,#8a63d2,#6b4db3);border:none;color:#fff}.comment-submit:hover:not(:disabled){background:linear-gradient(135deg,#9a73e2,#7b5dc3)}.comment-submit:disabled{opacity:.5;cursor:not-allowed}@media(max-width:768px){.annotation-popover{position:fixed;bottom:0;left:0;right:0;top:auto;transform:none;border-radius:20px 20px 0 0;padding:16px;padding-bottom:calc(16px + env(safe-area-inset-bottom))}.popover-reactions{justify-content:space-around;padding:8px 0}.popover-reaction-btn{width:56px;height:56px}.reaction-emoji{font-size:1.5rem}.popover-comment-form{width:100%}}.annotation-toggle{position:fixed;bottom:2rem;right:2rem;z-index:100;display:flex;align-items:center;gap:.5rem;padding:.875rem 1.25rem;border:none;border-radius:50px;background:linear-gradient(135deg,#9b30ff,#7b1fa2);color:#fff;font-family:Outfit,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.875rem;font-weight:500;cursor:pointer;box-shadow:0 4px 20px #9b30ff4d,0 2px 8px #0000001a;transition:all .2s ease}.annotation-toggle:hover{box-shadow:0 6px 28px #9b30ff66,0 4px 12px #00000026}.annotation-toggle.active{background:linear-gradient(135deg,#7b1fa2,#9b30ff)}.toggle-icon{font-size:1.125rem;line-height:1}.toggle-label{white-space:nowrap}.toggle-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.25rem;height:1.25rem;padding:0 .375rem;background:#ffffff40;border-radius:50px;font-size:.75rem;font-weight:600}@media(max-width:640px){.annotation-toggle{bottom:1.5rem;right:1rem;padding:.75rem 1rem;font-size:.8125rem}.toggle-icon{font-size:1rem}}@media(max-width:400px){.annotation-toggle{padding:.875rem;border-radius:50%}.toggle-label{display:none}.toggle-count{position:absolute;top:-4px;right:-4px;min-width:1.125rem;height:1.125rem;background:#ff4757;font-size:.6875rem}}.blog-post-page{min-height:100vh;background:#fff;color:#1a1a1a;font-family:Outfit,-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,Roboto,sans-serif}.blog-post-nav{position:sticky;top:0;z-index:100;display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #eee}.nav-back-btn{font-family:Outfit,sans-serif;background:none;border:none;font-size:.9375rem;font-weight:400;color:#666;cursor:pointer;padding:.5rem 0;transition:color .2s ease}.nav-back-btn:hover{color:#9b30ff}.nav-all-posts{font-family:Outfit,sans-serif;font-size:.9375rem;font-weight:400;color:#666;text-decoration:none;transition:color .2s ease}.nav-all-posts:hover{color:#9b30ff}.blog-post-hero{position:relative;padding:4rem 2rem 2rem;text-align:center;background:linear-gradient(180deg,rgba(155,48,255,.04) 0%,transparent 100%)}.blog-post-thumbnail{width:200px;height:150px;margin:0 auto 2rem;border-radius:16px;background-size:cover;background-position:center;box-shadow:0 8px 32px #9b30ff26}.blog-post-hero-content{max-width:700px;margin:0 auto}.blog-post-title{font-family:Outfit,sans-serif;font-size:clamp(2rem,5vw,2.75rem);font-weight:700;letter-spacing:-.03em;line-height:1.15;margin-bottom:.75rem}.blog-post-subtitle{font-family:Outfit,sans-serif;font-size:1.25rem;color:#666;font-weight:300;line-height:1.5;margin-bottom:1rem}.blog-post-date{font-family:Outfit,sans-serif;font-size:.875rem;font-weight:300;color:#999;letter-spacing:.02em}.author-expertise{padding:1.5rem 2rem;display:flex;justify-content:center}.expertise-badge{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:1rem 2rem;background:linear-gradient(135deg,#9b30ff0f,#9b30ff05);border:1px solid rgba(155,48,255,.12);border-radius:16px}.expertise-label{font-family:Outfit,sans-serif;font-size:.6875rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:#9b30ff;opacity:.8}.expertise-name{font-family:Outfit,sans-serif;font-size:1rem;font-weight:600;color:#1a1a1a}.expertise-details{font-family:Outfit,sans-serif;font-size:.875rem;font-weight:400;color:#666}.blog-post-hint{max-width:700px;margin:0 auto;padding:0 2rem 2.5rem;text-align:center}.blog-post-hint p{font-family:Outfit,sans-serif;font-size:.8125rem;font-weight:400;line-height:1.5;color:#999;display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#9b30ff0a;border-radius:100px;border:1px solid rgba(155,48,255,.1)}.hint-icon{font-size:.9rem;opacity:.8}.blog-post-content{max-width:800px;margin:0 auto;padding:0 2rem 4rem;padding-left:calc(2rem + 56px)}@media(max-width:900px){.blog-post-content{padding-left:2rem}}.blog-post-loading{display:flex;justify-content:center;align-items:center;min-height:60vh;font-size:1.125rem;color:var(--color-text-secondary)}.blog-post-not-found{text-align:center;padding:6rem 2rem}.blog-post-not-found h1{font-family:Outfit,sans-serif;font-size:2rem;font-weight:600;margin-bottom:1rem}.blog-post-not-found p{font-family:Outfit,sans-serif;color:#666;margin-bottom:2rem}.back-to-blog-link{font-family:Outfit,sans-serif;color:#9b30ff;text-decoration:none;font-weight:500}.back-to-blog-link:hover{text-decoration:underline}.blog-post-footer{background:#fafafa;border-top:1px solid #eee;padding:4rem 2rem}.footer-content{max-width:600px;margin:0 auto;text-align:center}.footer-content h3{font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:600;margin-bottom:1rem;letter-spacing:-.01em}.footer-content p{font-family:Outfit,sans-serif;font-size:1rem;font-weight:300;color:#666;line-height:1.7;margin-bottom:1.5rem}.footer-links{display:flex;gap:1.5rem;justify-content:center}.footer-link{font-family:Outfit,sans-serif;font-size:.9375rem;color:#9b30ff;text-decoration:none;font-weight:500;padding:.5rem 1rem;border-radius:8px;transition:all .2s ease}.footer-link:hover{background:#9b30ff1a}.footer-intro{font-size:1.0625rem!important;color:#444!important}.footer-tagline{font-family:Outfit,sans-serif;font-size:1.125rem!important;font-weight:400!important;font-style:italic;color:#9b30ff!important;margin:1.5rem 0 2rem!important}.footer-disclaimer{background:#9b30ff0a;border:1px solid rgba(155,48,255,.1);border-radius:12px;padding:1.25rem 1.5rem;margin:2rem 0;text-align:left}.footer-disclaimer p{font-size:.875rem!important;color:#555!important;line-height:1.65!important;margin:0!important}.footer-disclaimer strong{color:#9b30ff;font-weight:500}@media(max-width:768px){.blog-post-nav{padding:.875rem 1.5rem}.blog-post-hero{padding:3rem 1.5rem 1.5rem}.blog-post-thumbnail{width:160px;height:120px}.blog-post-title{font-size:1.75rem}.blog-post-subtitle{font-size:1.0625rem}.author-expertise{padding:1rem 1.5rem}.expertise-badge{padding:.875rem 1.5rem}.blog-post-welcome{padding:1rem 1.5rem 2rem}.blog-post-content{padding:0 1.5rem 3rem}.footer-links{flex-direction:column;gap:.75rem}}
