@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;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}}.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:-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{display:inline-block;font-size:.9375rem;color:#666;text-decoration:none;margin-bottom:2rem;transition:color .2s ease}.back-link:hover{color:#9b30ff}.blog-list-title{font-size:2.75rem;font-weight:700;letter-spacing:-.03em;margin-bottom:.75rem;color:#1a1a1a}.blog-list-subtitle{font-size:1.25rem;font-weight:400;color:#666;max-width:500px;margin:0 auto;line-height:1.5}.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-size:1.25rem;font-weight:600;margin-bottom:.5rem;line-height:1.3;letter-spacing:-.01em}.blog-card-subtitle{font-size:.9375rem;color:#666;line-height:1.5;margin-bottom:.75rem}.blog-card-date{font-size:.8125rem;color:#999}.set-closures-philosophy{max-width:700px;margin:0 auto;padding:4rem 2rem 6rem;text-align:center;border-top:1px solid #eee}.set-closures-philosophy h2{font-size:1.75rem;font-weight:600;margin-bottom:1.5rem;letter-spacing:-.02em}.set-closures-philosophy p{font-size:1.0625rem;color:#444;line-height:1.7;margin-bottom:1rem}.set-example{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#9b30ff14,#9b30ff05);padding:1rem 1.5rem;border-radius:12px;margin-top:1.5rem;border:1px solid rgba(155,48,255,.15)}.set-bracket{font-size:1.5rem;color:#9b30ff;font-weight:300}.set-items{font-size:1rem;color:#444}.set-items .unknown{color:#9b30ff;font-style:italic;font-weight:500}@media(max-width:768px){.blog-list-header{padding:2rem 1.5rem 3rem}.blog-list-title{font-size:2rem}.blog-list-subtitle{font-size:1.0625rem}.blog-grid{padding:0 1.5rem 3rem;grid-template-columns:1fr}.set-closures-philosophy{padding:3rem 1.5rem 4rem}}.set-closure{font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,Roboto,sans-serif;max-width:900px;margin:0 auto}.set-closure.depth-0{padding:2rem 0}.set-closure-header{display:flex;align-items:center;gap:.5rem;padding:1.5rem 2rem;background:linear-gradient(135deg,#9b30ff14,#9b30ff05);border-radius:16px;margin-bottom:1.5rem;border:1px solid rgba(155,48,255,.15)}.set-notation{font-size:1.75rem;font-weight:300;color:#9b30ff;opacity:.7}.set-items-inline{display:flex;flex-wrap:wrap;gap:.25rem;align-items:center}.set-label-preview{font-size:1rem;font-weight:500;color:#1a1a1a;padding:.25rem .5rem;background:#fffc;border-radius:6px;transition:all .2s ease}.set-label-preview.unknown{font-style:italic;color:#9b30ff;background:#9b30ff1a}.set-separator{color:#666;margin:0 .25rem}.set-closure-children{display:flex;flex-direction:column;gap:1rem;padding-left:1rem;border-left:2px solid rgba(155,48,255,.2);margin-left:1rem}.set-item{background:#fff;border-radius:12px;border:1px solid #e5e5e5;overflow:hidden;transition:all .3s ease;box-shadow:0 2px 8px #0000000a}.set-item:hover{border-color:#9b30ff4d;box-shadow:0 4px 16px #9b30ff1a}.set-item-header{display:flex;align-items:center;padding:1rem 1.25rem;cursor:pointer;gap:.75rem;border-left:4px solid #9B30FF;background:linear-gradient(90deg,rgba(155,48,255,.04) 0%,transparent 100%)}.set-item-expand{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:#9b30ff1a;border-radius:6px;color:#9b30ff;font-size:.875rem;transition:transform .3s ease,background .2s ease;flex-shrink:0}.set-item-expand.expanded{transform:rotate(90deg)}.set-item-expand:hover{background:#9b30ff33}.set-item-label{font-size:1.125rem;font-weight:600;color:#1a1a1a;flex:1;letter-spacing:-.01em}.set-item-meta{display:flex;align-items:center;gap:.5rem;opacity:0;transition:opacity .2s ease}.set-item:hover .set-item-meta{opacity:1}.contribution-count{font-size:.75rem;color:#666;background:#9b30ff1a;padding:.25rem .5rem;border-radius:4px}.educate-me-btn{font-size:.75rem;font-weight:500;color:#9b30ff;background:#9b30ff1a;border:none;padding:.375rem .75rem;border-radius:6px;cursor:pointer;transition:all .2s ease;white-space:nowrap}.educate-me-btn:hover{background:#9b30ff33;transform:translateY(-1px)}.set-item-content{padding:0 1.25rem 1.25rem 3.25rem;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.set-item-explanation{font-size:1rem;font-weight:400;line-height:1.7;color:#444;margin-bottom:1rem}.set-item-children{margin-top:1rem;padding-left:.5rem}.unknown-item{background:#fafafa;border:2px dashed rgba(155,48,255,.3);border-radius:12px;padding:1rem 1.25rem;display:flex;align-items:center;gap:1rem;transition:all .3s ease}.unknown-item:hover{background:#9b30ff0d;border-color:#9b30ff80}.unknown-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#9b30ff26;border-radius:50%;color:#9b30ff;font-size:1rem;font-weight:600}.unknown-content{flex:1}.unknown-label{font-size:1rem;font-weight:500;font-style:italic;color:#9b30ff;margin-bottom:.25rem}.unknown-description{font-size:.875rem;color:#666;line-height:1.5}.unknown-suggest-btn{font-size:.8rem;font-weight:500;color:#9b30ff;background:#9b30ff1a;border:1px solid rgba(155,48,255,.2);padding:.5rem 1rem;border-radius:8px;cursor:pointer;transition:all .2s ease;white-space:nowrap}.unknown-suggest-btn:hover{background:#9b30ff33;border-color:#9b30ff66}.reaction-bar{display:flex;gap:.5rem;padding:.75rem 0;border-top:1px solid #eee;margin-top:.5rem}.reaction-btn{display:flex;align-items:center;gap:.375rem;padding:.375rem .625rem;border:1px solid #e5e5e5;border-radius:20px;background:#fff;font-size:.8rem;color:#666;cursor:pointer;transition:all .2s ease}.reaction-btn:hover{background:#f5f5f5;transform:scale(1.05)}.reaction-btn.active{border-color:currentColor;background:#9b30ff0d}.reaction-btn.thinking{color:#9b30ff}.reaction-btn.learned{color:#ffb800}.reaction-btn.question{color:#00bfff}.reaction-btn.disagree{color:#ff6b6b}.reaction-icon{font-size:1rem}.reaction-count{font-weight:500;font-size:.75rem}.edit-history{background:#fafafa;border-radius:8px;padding:1rem;margin-top:.75rem;border:1px solid #e5e5e5}.edit-history-title{font-size:.8rem;font-weight:600;color:#666;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.05em}.history-timeline{display:flex;flex-direction:column;gap:.75rem}.history-item{display:flex;gap:.75rem;font-size:.875rem}.history-dot{width:8px;height:8px;background:#9b30ff;border-radius:50%;margin-top:.375rem;flex-shrink:0}.history-content{flex:1}.history-date{font-size:.75rem;color:#999;margin-bottom:.25rem}.history-note{color:#444;line-height:1.5}.history-type{font-size:.7rem;color:#9b30ff;background:#9b30ff1a;padding:.125rem .375rem;border-radius:4px;margin-left:.5rem}.suggestion-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.suggestion-modal{background:#fff;border-radius:20px;width:100%;max-width:520px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0003;animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.suggestion-modal-header{padding:1.5rem 2rem;border-bottom:1px solid #eee}.suggestion-modal-title{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin-bottom:.25rem}.suggestion-modal-subtitle{font-size:.875rem;color:#666}.suggestion-modal-body{padding:1.5rem 2rem;display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-size:.875rem;font-weight:500;color:#333}.form-label .optional{font-weight:400;color:#999;margin-left:.25rem}.form-input{padding:.875rem 1rem;border:1px solid #ddd;border-radius:10px;font-size:1rem;transition:border-color .2s ease,box-shadow .2s ease}.form-input:focus{outline:none;border-color:#9b30ff;box-shadow:0 0 0 3px #9b30ff1a}.form-textarea{min-height:120px;resize:vertical;font-family:inherit;line-height:1.6}.suggestion-modal-footer{padding:1.25rem 2rem;border-top:1px solid #eee;display:flex;gap:.75rem;justify-content:flex-end}.btn{padding:.75rem 1.5rem;border-radius:10px;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-secondary{background:#f5f5f5;border:1px solid #ddd;color:#666}.btn-secondary:hover{background:#eee}.btn-primary{background:#9b30ff;border:none;color:#fff}.btn-primary:hover{background:#8a2be2;transform:translateY(-1px)}.btn-primary:disabled{background:#ccc;cursor:not-allowed;transform:none}@media(max-width:768px){.set-closure-header{padding:1rem 1.25rem;flex-wrap:wrap}.set-notation{font-size:1.5rem}.set-label-preview{font-size:.875rem}.set-closure-children{padding-left:.75rem;margin-left:.5rem}.set-item-header{padding:.875rem 1rem}.set-item-label{font-size:1rem}.set-item-content{padding:0 1rem 1rem 2.5rem}.suggestion-modal{border-radius:16px}.suggestion-modal-header,.suggestion-modal-body,.suggestion-modal-footer{padding:1.25rem 1.5rem}.reaction-bar{flex-wrap:wrap}}.blog-post-page{min-height:100vh;background:#fff;color:#1a1a1a;font-family:-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{background:none;border:none;font-size:.9375rem;color:#666;cursor:pointer;padding:.5rem 0;transition:color .2s ease}.nav-back-btn:hover{color:#9b30ff}.nav-all-posts{font-size:.9375rem;color:#666;text-decoration:none;transition:color .2s ease}.nav-all-posts:hover{color:#9b30ff}.blog-post-hero{position:relative;padding:4rem 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-size:2.5rem;font-weight:700;letter-spacing:-.03em;line-height:1.2;margin-bottom:.75rem}.blog-post-subtitle{font-size:1.25rem;color:#666;font-weight:400;line-height:1.5;margin-bottom:1rem}.blog-post-date{font-size:.9375rem;color:#999}.blog-post-intro{max-width:700px;margin:0 auto;padding:2rem 2rem 3rem}.blog-post-intro p{font-size:1.0625rem;line-height:1.8;color:#444;margin-bottom:1rem}.blog-post-intro strong{color:#1a1a1a}.unknown-marker{display:inline-block;color:#9b30ff;font-style:italic;font-weight:600;background:#9b30ff1a;padding:0 .375rem;border-radius:4px}.educate-me-hint{background:linear-gradient(135deg,#9b30ff14,#9b30ff05);padding:1rem 1.25rem;border-radius:10px;border-left:3px solid #9B30FF;margin-top:1.5rem}.blog-post-content{max-width:900px;margin:0 auto;padding:0 2rem 4rem}.blog-post-not-found{text-align:center;padding:6rem 2rem}.blog-post-not-found h1{font-size:2rem;margin-bottom:1rem}.blog-post-not-found p{color:#666;margin-bottom:2rem}.back-to-blog-link{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-size:1.5rem;font-weight:600;margin-bottom:1rem;letter-spacing:-.01em}.footer-content p{font-size:1.0625rem;color:#666;line-height:1.7;margin-bottom:1.5rem}.footer-links{display:flex;gap:1.5rem;justify-content:center}.footer-link{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}@media(max-width:768px){.blog-post-nav{padding:.875rem 1.5rem}.blog-post-hero{padding:3rem 1.5rem}.blog-post-thumbnail{width:160px;height:120px}.blog-post-title{font-size:1.875rem}.blog-post-subtitle{font-size:1.0625rem}.blog-post-intro{padding:1.5rem 1.5rem 2rem}.blog-post-content{padding:0 1.5rem 3rem}.footer-links{flex-direction:column;gap:.75rem}}
