@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";body{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:var(--bg-primary);color:var(--text-primary);line-height:1.6;transition:background-color .3s ease,color .3s ease;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app{min-height:100vh;display:flex;flex-direction:column;width:100%}.main-content{flex:1;width:100%;padding:3rem 2rem;box-sizing:border-box;display:flex;justify-content:center}.image-gallery{margin:3rem 0;position:relative;width:100%}.gallery-scroll{display:flex;gap:1rem;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:var(--border-color) transparent;padding:1rem 0;-webkit-overflow-scrolling:touch;width:100%}.gallery-scroll::-webkit-scrollbar{height:8px}.gallery-scroll::-webkit-scrollbar-track{background:transparent}.gallery-scroll::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}.gallery-scroll::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}.gallery-item{flex:0 0 auto;width:400px;height:300px;scroll-snap-align:start;border-radius:8px;overflow:hidden;box-shadow:var(--shadow);transition:transform .3s ease,box-shadow .3s ease}.gallery-item:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}@media (max-width: 1024px){.main-content{padding:2.5rem 1.5rem}h1{font-size:2.2rem}h2{font-size:1.6rem}.gallery-item{width:350px;height:262px}}@media (max-width: 768px){.nav-content{padding:1rem}.menu-toggle{display:flex}.nav-links{position:absolute;top:100%;left:0;right:0;background-color:var(--bg-primary);flex-direction:column;padding:1rem;border-bottom:1px solid var(--border-color);transform:translateY(-100%);opacity:0;pointer-events:none;transition:all .3s ease;gap:.5rem}.nav-links.open{transform:translateY(0);opacity:1;pointer-events:all}.nav-links a:after{display:none}.main-content{padding:2rem 1rem}h1{font-size:1.8rem}h2{font-size:1.4rem}h3{font-size:1.1rem}.gallery-item{width:300px;height:225px}.grid{grid-template-columns:1fr}.footer-content{flex-direction:column;text-align:center;padding:0 1rem}.footer-links{flex-wrap:wrap;justify-content:center;gap:1rem}.work-item{flex-direction:column;gap:1rem}.work-logo img{width:50px;height:50px}}@media (max-width: 480px){.main-content{padding:1.5rem .75rem}h1{font-size:1.5rem}h2{font-size:1.25rem}h3{font-size:1rem}p{font-size:.95rem}.gallery-item{width:280px;height:210px}.card,.work-item{padding:1rem}.nav-logo img{width:40px;height:40px}.tags{gap:.4rem}.tag{padding:.3rem .6rem;font-size:.8rem}}*{margin:0;padding:0;box-sizing:border-box}html{overflow-x:hidden;width:100%}:root[data-theme=light]{--bg-primary: #ffffff;--bg-secondary: #f8f9fa;--text-primary: #1a1a1a;--text-secondary: #666666;--border-color: #e5e7eb;--accent-color: #2563eb;--hover-bg: #f3f4f6;--shadow: 0 1px 3px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 25px rgba(0, 0, 0, .1)}:root[data-theme=dark]{--bg-primary: #0f0f0f;--bg-secondary: #1a1a1a;--text-primary: #e5e5e5;--text-secondary: #a3a3a3;--border-color: #2a2a2a;--accent-color: #60a5fa;--hover-bg: #252525;--shadow: 0 1px 3px rgba(0, 0, 0, .3);--shadow-lg: 0 10px 25px rgba(0, 0, 0, .5)}body{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:var(--bg-primary);color:var(--text-primary);line-height:1.6;transition:background-color .3s ease,color .3s ease;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;width:100%;max-width:100vw}.app{min-height:100vh;display:flex;flex-direction:column;width:100%;overflow-x:hidden}.nav-container{position:sticky;top:0;z-index:100;background-color:var(--bg-primary);border-bottom:1px solid var(--border-color);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#fffc}[data-theme=dark] .nav-container{background-color:#0f0f0fcc}.nav-content{max-width:1200px;width:100%;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;box-sizing:border-box}.nav-logo img{width:48px;height:48px;border-radius:50%;object-fit:cover;transition:transform .3s ease}.nav-logo img:hover{transform:scale(1.05)}.nav-links{display:flex;gap:2rem;align-items:center}.nav-links a{color:var(--text-secondary);text-decoration:none;font-weight:500;font-size:.95rem;transition:color .2s ease;position:relative}.nav-links a:hover,.nav-links a.active{color:var(--text-primary)}.nav-links a.active:after{content:"";position:absolute;bottom:-8px;left:0;right:0;height:2px;background-color:var(--accent-color)}.theme-toggle{background:none;border:1px solid var(--border-color);padding:.5rem .75rem;border-radius:6px;cursor:pointer;font-size:1.2rem;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.theme-toggle:hover{background-color:var(--hover-bg);transform:scale(1.05)}.menu-toggle{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:.5rem}.menu-toggle span{width:24px;height:2px;background-color:var(--text-primary);transition:all .3s ease}.main-content{flex:1;width:100%;padding:3rem 2rem;box-sizing:border-box;display:flex;justify-content:center;overflow-x:hidden}.main-content>*{width:100%;max-width:1200px}.footer{border-top:1px solid var(--border-color);margin-top:4rem;padding:2rem 0;background-color:var(--bg-secondary)}.footer-content{max-width:1200px;width:100%;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;box-sizing:border-box}.footer-links{display:flex;gap:2rem}.footer-links a{color:var(--text-secondary);text-decoration:none;font-size:.9rem;transition:color .2s ease}.footer-links a:hover{color:var(--text-primary)}.copyright{color:var(--text-secondary);font-size:.9rem}h1{font-family:Poppins,sans-serif;font-size:2.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2}h2{font-family:Poppins,sans-serif;font-size:1.75rem;font-weight:600;margin-bottom:.75rem;margin-top:2rem}h3{font-family:Poppins,sans-serif;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}p{color:var(--text-secondary);margin-bottom:1rem;font-size:1rem;line-height:1.7}.list-href{color:var(--text-secondary)!important;margin-bottom:1rem;font-size:1rem;line-height:1.7;text-decoration:underline!important}.home-header{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:2rem}.home-profile-image{width:120px;height:120px;border-radius:12px;object-fit:cover;margin-bottom:1.5rem;box-shadow:var(--shadow-lg);border:3px solid var(--border-color)}.home-header h1{margin-bottom:1rem}.home-intro{max-width:600px;font-size:1rem;margin-bottom:1.5rem}.social-links{display:flex;gap:1rem;margin-top:.5rem}.social-links a{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:var(--bg-secondary);color:var(--text-secondary);transition:all .3s ease;border:1px solid var(--border-color)}.social-links a:hover{background-color:var(--accent-color);color:#fff;transform:translateY(-2px);border-color:var(--accent-color)}.home-content-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:3rem}.home-section{width:100%}.notes-section{display:flex;flex-direction:column;gap:2rem}.note-card{padding:1.5rem 0;border-bottom:1px solid var(--border-color)}.note-card:last-child{border-bottom:none}.note-date{display:block;font-size:.85rem;color:var(--text-secondary);margin-bottom:.5rem}.note-title{font-size:1.25rem;font-weight:600;margin:0 0 .5rem;color:var(--text-primary)}.note-description{color:var(--text-secondary);margin-bottom:.75rem;line-height:1.6}.note-link{color:var(--accent-color);text-decoration:none;font-weight:500;font-size:.95rem;display:inline-flex;align-items:center;gap:.25rem;transition:gap .2s ease}.note-link:hover{gap:.5rem}.work-section-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem}.work-section-header svg{color:var(--text-secondary)}.work-section-header h2{margin:0}.work-list-compact{display:flex;flex-direction:column;gap:1.5rem}.work-item-compact{display:flex;gap:1rem;align-items:flex-start}.work-logo-compact{flex-shrink:0}.work-logo-compact img{width:48px;height:48px;border-radius:8px;object-fit:cover}.work-content-compact{flex:1}.work-title-compact{font-weight:600;font-size:1rem;margin-bottom:.25rem;color:var(--text-primary)}.work-date-compact{color:var(--text-secondary);font-size:.85rem;margin-bottom:.25rem}.work-role-compact{color:var(--text-secondary);font-size:.9rem}.image-gallery{margin:3rem 0;position:relative;width:100vw;max-width:none;overflow:hidden;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;padding:3rem 0}.gallery-scroll{display:flex;gap:1rem;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;padding:1.5rem 2rem;-webkit-overflow-scrolling:touch}.gallery-scroll::-webkit-scrollbar{display:none}.gallery-item{flex:0 0 auto;width:200px;height:280px;scroll-snap-align:start;border-radius:12px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;position:relative;border:2px solid rgb(255,255,255);background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.gallery-item:nth-child(odd){transform:rotate(-2deg)}.gallery-item:nth-child(2n){transform:rotate(2deg)}.gallery-item:nth-child(3n){transform:rotate(-1deg)}.gallery-item:hover{transform:rotate(0) translateY(-8px) scale(1.05);box-shadow:0 20px 40px #0006;z-index:10;border-color:#fff}.gallery-item img{width:100%;height:100%;object-fit:cover;display:block}.card{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:8px;padding:1.5rem;margin-bottom:1.5rem;transition:all .3s ease;width:100%;box-sizing:border-box}.card:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.card h3{margin-top:0}.card-link{color:var(--accent-color);text-decoration:none;font-weight:500;display:inline-flex;align-items:center;gap:.5rem;margin-top:.5rem}.card-link:hover{text-decoration:underline}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin:2rem 0;width:100%}.tags{display:flex;flex-wrap:wrap;gap:.5rem;margin:1.5rem 0;width:100%}.tag{background-color:var(--bg-secondary);color:var(--text-secondary);padding:.4rem .8rem;border-radius:6px;font-size:.85rem;border:1px solid var(--border-color);text-decoration:none;transition:all .2s ease}.tag:hover{background-color:var(--hover-bg);color:var(--text-primary);border-color:var(--accent-color)}.work-list{margin:2rem 0;width:100%}.work-item{display:flex;gap:1.5rem;padding:1.5rem;border-radius:8px;margin-bottom:1rem;background-color:var(--bg-secondary);border:1px solid var(--border-color);transition:all .3s ease;width:100%;box-sizing:border-box}.work-item:hover{transform:translate(4px);box-shadow:var(--shadow)}.work-logo{flex-shrink:0}.work-logo img{width:60px;height:60px;border-radius:8px;object-fit:cover}.work-content{flex:1}.work-title{font-weight:600;font-size:1.1rem;margin-bottom:.25rem}.work-role{color:var(--text-secondary);font-size:.95rem;margin-bottom:.25rem}.work-date{color:var(--text-secondary);font-size:.85rem}.creating-page h1{margin-bottom:.75rem;width:65%}.creating-subtitle{color:var(--text-secondary);margin-bottom:3rem;max-width:700px}.creating-section{margin-bottom:4rem}.creating-section h2{margin-bottom:.5rem}.creating-section-desc{color:var(--text-secondary);margin-bottom:2rem}.creating-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;width:100%}.creating-card{display:flex;flex-direction:column;gap:.75rem}.creating-card-logo-wrapper{width:48px;height:48px;border-radius:10px;overflow:hidden;background-color:var(--bg-secondary);border:1px solid var(--border-color);display:flex;align-items:center;justify-content:center;margin-bottom:.25rem}.creating-card-logo{width:100%;height:100%;object-fit:cover}.creating-card-title{margin:0;font-size:1.1rem;font-weight:600;line-height:1.3;color:var(--text-primary)}.creating-card-description{margin:0;color:var(--text-secondary);line-height:1.6;font-size:.95rem}.creating-card-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.25rem}.creating-card-type,.creating-card-tag{background-color:var(--bg-secondary);color:var(--text-secondary);padding:.3rem .7rem;border-radius:6px;font-size:.8rem;font-weight:400;border:1px solid var(--border-color)}.creating-card-link{color:var(--text-secondary);text-decoration:none;font-size:.85rem;transition:color .2s ease;display:inline-flex;align-items:center;gap:.4rem;margin-top:.25rem}.creating-card-link:hover{color:var(--accent-color)}.creating-card-link svg{width:14px;height:14px;flex-shrink:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .6s ease-out;width:100%}@media (max-width: 1024px){.main-content{padding:2.5rem 1.5rem}h1{font-size:2.2rem}h2{font-size:1.6rem}.image-gallery{padding:2.5rem 0}.gallery-scroll{padding:1.5rem}.gallery-item{width:180px;height:250px}.creating-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.home-profile-image{width:100px;height:100px}.home-content-grid{grid-template-columns:1fr;gap:2rem}}@media (max-width: 768px){.nav-content{padding:1rem}.menu-toggle{display:flex}.nav-links{position:absolute;top:100%;left:0;right:0;background-color:var(--bg-primary);flex-direction:column;padding:1rem;border-bottom:1px solid var(--border-color);transform:translateY(-100%);opacity:0;pointer-events:none;transition:all .3s ease;gap:.5rem}.nav-links.open{transform:translateY(0);opacity:1;pointer-events:all}.nav-links a:after{display:none}.main-content{padding:2rem 1rem}h1{font-size:1.8rem}h2{font-size:1.4rem}h3{font-size:1.1rem}.image-gallery{padding:2rem 0}.gallery-scroll{padding:1.5rem 1rem}.gallery-item{width:160px;height:220px}.grid{grid-template-columns:1fr}.footer-content{flex-direction:column;text-align:center;padding:0 1rem}.footer-links{flex-wrap:wrap;justify-content:center;gap:1rem}.work-item{flex-direction:column;gap:1rem}.work-logo img{width:50px;height:50px}.creating-grid{grid-template-columns:1fr;gap:2rem}.creating-card-title{font-size:1.05rem}.home-profile-image{width:90px;height:90px}.home-intro{font-size:.95rem}.social-links a{width:36px;height:36px}.home-content-grid{grid-template-columns:1fr;gap:2rem}.note-title{font-size:1.15rem}}@media (max-width: 480px){.main-content{padding:1.5rem .75rem}h1{font-size:1.5rem}h2{font-size:1.25rem}h3{font-size:1rem}p{font-size:.95rem}.image-gallery{padding:1.5rem 0}.gallery-scroll{padding:1.5rem .75rem}.gallery-item{width:140px;height:200px}.card,.work-item{padding:1rem}.nav-logo img{width:40px;height:40px}.tags{gap:.4rem}.tag{padding:.3rem .6rem;font-size:.8rem}.creating-grid{gap:1.5rem}.creating-card-logo-wrapper{width:40px;height:40px}.creating-card-title{font-size:1rem}.creating-card-description{font-size:.9rem}.creating-card-tags{gap:.4rem}.creating-card-type,.creating-card-tag{padding:.25rem .6rem;font-size:.75rem}.creating-card-link{font-size:.8rem}.home-profile-image{width:80px;height:80px}.home-intro{font-size:.9rem}.social-links a{width:32px;height:32px}.social-links a svg{width:16px;height:16px}}.about-page{width:100%}.about-grid{display:grid;grid-template-columns:1fr 300px;gap:4rem;align-items:start}.about-content{width:100%}.about-content h1{margin-bottom:1.5rem;width:65%}.about-content>p{margin-bottom:1.5rem;line-height:1.8}.social-links-about{display:flex;gap:1rem;margin:1.5rem 0 3rem}.social-links-about a{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:var(--text-secondary);transition:all .3s ease;border:1px solid var(--border-color)}.social-links-about a:hover{color:var(--accent-color);border-color:var(--accent-color);transform:translateY(-2px)}.about-section{margin-bottom:3rem}.about-section h2{margin-bottom:1rem}.about-section p{margin-bottom:1rem;line-height:1.8}.about-list{list-style:none;padding:0;margin:0}.about-list li{padding:.75rem 0;border-bottom:1px solid var(--border-color);color:var(--text-secondary);line-height:1.6}.about-list li:last-child{border-bottom:none}.about-image{position:sticky;top:100px}.about-image img{width:100%;height:auto;border-radius:12px;box-shadow:var(--shadow-lg);object-fit:cover;transform:rotate(-3deg);transition:transform .3s ease}.about-image img:hover{transform:rotate(0)}@media (max-width: 1024px){.about-grid{grid-template-columns:1fr 250px;gap:3rem}}@media (max-width: 768px){.about-grid{grid-template-columns:1fr;gap:2rem}.about-image{position:relative;top:0;order:-1}.about-image img{max-width:300px;margin:0 auto;display:block}.social-links-about{justify-content:center}}.notes-page{width:100%}.notes-page h1{margin-bottom:1rem;width:65%}.notes-subtitle{max-width:700px;color:var(--text-secondary);margin-bottom:3rem;line-height:1.8}.notes-tags-section{margin-bottom:3rem}.notes-tags-section h2{font-size:1.25rem;margin-bottom:1.5rem}.notes-tags{display:flex;flex-wrap:wrap;gap:.5rem}.notes-list{display:flex;flex-direction:column;gap:3rem}.note-item{display:grid;grid-template-columns:150px 1fr;gap:2rem;align-items:start}.note-item-date{color:var(--text-secondary);font-size:.9rem;display:block;padding-top:.25rem}.note-item-content{display:flex;flex-direction:column;gap:.5rem}.note-item-title{margin:0;font-size:1.25rem;font-weight:600;color:var(--text-primary);line-height:1.4}.note-item-description{margin:0;color:var(--text-secondary);line-height:1.6}.note-item-link{color:var(--accent-color);text-decoration:none;font-weight:500;font-size:.95rem;display:inline-flex;align-items:center;gap:.25rem;transition:gap .2s ease;margin-top:.25rem}.note-item-link:hover{gap:.5rem}@media (max-width: 768px){.note-item{grid-template-columns:1fr;gap:.5rem}.note-item-date{padding-top:0}}.about-page-new{width:100%}.about-layout{display:grid;grid-template-columns:1fr 280px;gap:4rem;align-items:start}.about-main h1{font-size:4rem;margin-bottom:1.5rem;line-height:1.3}.about-intro{color:var(--text-secondary);line-height:1.8;margin-bottom:1.5rem}.about-social-links{display:flex;gap:.75rem;margin-bottom:3rem}.about-social-links a{color:var(--text-secondary);transition:color .2s ease}.about-social-links a:hover{color:var(--accent-color)}.about-work-section,.about-books-section,.about-podcasts-section,.about-quote-section{margin-bottom:3rem}.about-work-section h2,.about-books-section h2,.about-podcasts-section h2,.about-quote-section h2{font-size:1.25rem;margin-bottom:1rem}.about-work-section p{color:var(--text-secondary);line-height:1.8;margin-bottom:1rem}.about-books-list,.about-podcasts-list{list-style:none;padding:0;margin:0;width:50%}.about-books-list li,.about-podcasts-list li{margin-bottom:.15rem}.about-quote{border-left:4px solid var(--accent-color);background-color:var(--bg-secondary);padding:1.5rem 2rem;border-radius:8px;font-style:italic}.about-books-list a,.about-podcasts-list a{color:var(--accent-color);text-decoration:none;line-height:1.6;display:inline-block}.about-books-list a:hover,.about-podcasts-list a:hover{text-decoration:underline}.book-author{color:var(--text-secondary);font-size:.95rem}.about-sidebar{position:sticky;top:100px}.about-photo{border-radius:20px;transform:rotate(-3deg);transition:transform .3s ease}.about-photo img{width:100%;height:auto;display:block;border-radius:16px}@media (max-width: 1024px){.about-layout{grid-template-columns:1fr 240px;gap:3rem}}@media (max-width: 768px){.about-layout{grid-template-columns:1fr;gap:2rem}.about-sidebar{position:relative;top:0;order:-1;max-width:280px;margin:0 auto}.about-main h1{font-size:1.75rem}.about-social-links{justify-content:center}}
