:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;font-weight:400;color-scheme:light;color:var(--text-primary, #1a202c);background-color:var(--bg-primary, #ffffff);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}body{margin:0;min-width:320px;min-height:100vh;background-color:var(--bg-primary, #ffffff);overflow-x:hidden}h1,h2,h3,h4,h5,h6{margin:0;font-weight:400;line-height:1.2}p{margin:0}a{color:var(--accent-color, #4299e1);text-decoration:none;transition:color .15s ease}a:hover{color:var(--accent-hover, #3182ce)}#root{width:100%;min-height:100vh}:focus{outline:2px solid var(--accent-color, #4299e1);outline-offset:2px}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}*{margin:0;padding:0;box-sizing:border-box}:root{--bg-primary: #ffffff;--bg-secondary: #f8fafc;--bg-tertiary: #e2e8f0;--text-primary: #1a202c;--text-secondary: #2d3748;--text-muted: #4a5568;--border-color: #cbd5e0;--accent-color: #4299e1;--accent-hover: #3182ce;--nav-bg: linear-gradient(180deg, #f8fafc 0%, #e2e8f0 100%);--hero-bg: #293452}.dark{--bg-primary: #1a202c;--bg-secondary: #2d3748;--bg-tertiary: #4a5568;--text-primary: #e2e8f0;--text-secondary: #cbd5e0;--text-muted: #a0aec0;--border-color: #4a5568;--accent-color: #63b3ed;--accent-hover: #4299e1;--nav-bg: linear-gradient(180deg, #2d3748 0%, #1a202c 100%);--hero-bg: #1a202c}html{scroll-behavior:smooth}body{font-family:Noto Sans,sans-serif;line-height:1.6;color:var(--text-primary);background-color:var(--bg-primary);transition:background-color .3s ease,color .3s ease}.moc-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:.75rem;border-bottom:3px solid var(--accent-color)}.moc-title{font-size:1.125rem;font-weight:700;color:var(--text-primary);font-family:inherit;letter-spacing:-.025em;margin:0;padding:0;border:none}.theme-toggle{background:transparent;border:1px solid var(--border-color);border-radius:8px;padding:.5rem;cursor:pointer;color:var(--text-secondary);transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:36px;height:36px}.theme-toggle:hover{background-color:var(--bg-tertiary);color:var(--text-primary);transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.theme-toggle:active{transform:translateY(0)}.theme-toggle svg{transition:transform .3s ease}.theme-toggle:hover svg{transform:rotate(15deg)}.book-container{display:grid;grid-template-columns:1fr;min-height:100vh;gap:0}.moc-nav{position:fixed;top:0;left:0;width:320px;height:100vh;background:var(--nav-bg);border-right:1px solid var(--border-color);transform:translate(-100%);transition:transform .3s ease,background .3s ease,border-color .3s ease;z-index:1000;overflow-y:auto;padding:2rem 0}.moc-nav.mobile-open{transform:translate(0)}.moc-content{padding:4rem 1.5rem 0}.moc-title{font-size:1.125rem;font-weight:700;color:var(--text-primary);margin-bottom:0;padding-bottom:0;border-bottom:none;font-family:inherit;letter-spacing:-.025em}.moc-item{margin-bottom:.25rem;cursor:pointer;transition:all .15s ease;border-radius:8px;-webkit-tap-highlight-color:transparent}.moc-item:hover{transform:translate(2px);background-color:transparent}.moc-section{margin-bottom:1.5rem}.moc-link,.moc-section-title,.moc-chapter-title{display:block;padding:.75rem 1rem;border-radius:6px;transition:all .15s ease;text-decoration:none;color:var(--text-primary)}.moc-section-title{font-weight:600;font-size:.875rem;color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;background-color:#1a202c0d}.dark .moc-section-title{background-color:#e2e8f00d}.dark .moc-link,.dark .moc-section-title,.dark .moc-chapter-title{color:var(--text-primary)}.dark .moc-link:hover,.dark .moc-section-title:hover,.dark .moc-chapter-title:hover{background-color:var(--bg-tertiary);color:var(--text-primary)}.moc-chapter-title{font-size:.875rem;color:var(--text-secondary);margin-left:.5rem;font-weight:500;border-left:none;padding-left:1rem;background-color:transparent}.moc-item.chapter{margin-bottom:.125rem}.moc-item.is-this-book-for-you{margin-bottom:1rem}.moc-item.more-essays{margin-bottom:10rem}.moc-section:last-child .moc-item{margin-bottom:10rem}.moc-item[data-section=more-essays]{margin-bottom:10rem}.moc-section-title:contains("More Essays"){margin-bottom:10rem}.moc-link:hover,.moc-section-title:hover,.moc-chapter-title:hover{background-color:var(--bg-tertiary);color:var(--text-primary);transform:translate(3px)}.moc-link.active,.moc-section-title.active{background-color:#4299e1e6;color:#fff;font-weight:600;border-left:2px solid rgba(255,255,255,.3)}.moc-chapter-title.active{background-color:#4299e1e6;color:#fff;font-weight:600;border-left:none}.book-content{max-width:none;padding:0;width:100%;background-color:var(--bg-primary);scroll-snap-type:y mandatory;overflow-y:scroll;height:100vh;transition:background-color .3s ease}.hero-container{min-height:100vh;width:100%;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;background-color:var(--hero-bg);scroll-snap-align:start;transition:background-color .3s ease}.hero-light-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(ellipse 150% 100% at 0% 0%,rgba(255,255,255,.8) 0%,rgba(255,255,255,.6) 20%,rgba(255,255,255,.4) 40%,rgba(255,255,255,.2) 60%,rgba(255,255,255,.1) 75%,transparent 90%);z-index:1;pointer-events:none;animation:breathingLight 3s ease-in-out infinite alternate}@keyframes breathingLight{0%{opacity:.5}to{opacity:1}}.hero-title{position:absolute;left:17.4%;top:18.5%;color:#fffffff2;text-shadow:0 2px 2px rgba(0,0,0,.1);z-index:3;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(8px);background:#ffffff0d;border-radius:30px;padding:3.5rem;border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px #0000001a;width:fit-content;height:fit-content}.hero-title-text{color:#fffffff2;font-family:"Source Serif 4",serif!important;font-weight:500!important;line-height:1.1;display:block}@media (min-width: 2000px){.hero-title{font:500 140px Inter}.hero-title-text{font-family:"Source Serif 4",serif!important;font:400 120px "Source Serif 4",serif}}@media (min-width: 2199px) and (max-height: 1200px){.hero-author{display:none}}@media (min-width: 1150px) and (max-width: 2200px){.hero-title{font:500 80px Inter}.hero-title-text{font-family:"Source Serif 4",serif!important;font:400 80px "Source Serif 4",serif}}.hero-image-container{position:absolute;left:36%;top:10%;width:59.7%;height:90%;z-index:2}.hero-image{width:100%;height:100%;object-fit:cover;object-position:center top;opacity:.95}.hero-image:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(ellipse 150% 100% at 0% 0%,rgba(255,255,255,.2) 0%,rgba(255,255,255,.1) 30%,rgba(255,255,255,.05) 50%,transparent 70%);pointer-events:none;z-index:1}.hero-author{position:absolute;left:20%;top:77.2%;width:26.9%;height:6%;color:#fff;text-align:left;z-index:3;font:400 30px Inter}.hero-author-text{color:#fff;font-family:Cambo,Inter,-apple-system,Roboto,Helvetica,sans-serif;white-space:nowrap}@media (max-width: 1149px){.hero-title{font-size:80px;left:15%;top:25%;padding:3.5rem;border-radius:30px;width:fit-content;max-width:60%}.hero-title-text{font-family:"Source Serif 4",serif!important;font-size:80px}.hero-image-container{position:absolute;width:100%;height:65%;inset:auto -20% 0 auto}.hero-author{font-size:18px;left:50%;transform:translate(-50%);top:15%;width:100%;text-align:center}.hero-author-text{font-size:30px}}@media (min-width: 641px) and (max-height: 900px){.hero-author{display:none}}@media (max-width: 640px){.hero-container{display:block;height:100svh;min-height:auto}.hero-title{font-size:40px;left:10%;top:25vh;text-align:left;padding:1.8rem;border-radius:30px;width:fit-content;max-width:75%}.hero-title-text{font-family:"Source Serif 4",serif!important;font-size:45px}.hero-image-container{position:absolute;width:130%;height:65%;inset:auto -50% 0 auto}.hero-author{font-size:20px;left:50%;transform:translate(-50%);top:15%;width:100%;text-align:center}.hero-author-text{font-size:20px}}.content-section{min-height:100vh;padding:clamp(6rem,12vh,10rem) 6rem clamp(24rem,34vh,33rem);max-width:1200px;margin:0 auto;display:flex;flex-direction:column;justify-content:center;scroll-snap-align:start}.content-section.chapter{min-height:100vh;padding:clamp(6rem,12vh,10rem) 6rem clamp(24rem,34vh,33rem)}.content-section.chapter-part{min-height:100vh;padding:clamp(8rem,15vh,12rem) 6rem clamp(27rem,39vh,39rem)}.section-content{max-width:100%}.section-title{font-size:clamp(2.5rem,8vw,4rem);font-weight:700;color:var(--text-primary);margin-bottom:3rem;text-align:center;position:relative;letter-spacing:-.025em;font-family:Literata,serif;transition:color .3s ease}.section-title:after{content:"";display:block;width:80px;height:4px;background:linear-gradient(90deg,var(--accent-color) 0%,#667eea 100%);margin:2rem auto;border-radius:2px}.section-content{max-width:72ch;margin-left:auto;margin-right:auto;width:100%}.chapter-title{font-size:clamp(2rem,6vw,3rem);font-weight:600;color:var(--text-secondary);margin-bottom:3rem;line-height:1.2;letter-spacing:-.025em;text-align:left;font-family:Literata,serif;transition:color .3s ease}.part-number{font-size:clamp(1.25rem,4vw,1.5rem);font-weight:400;color:var(--accent-color);margin-bottom:2rem;font-family:Courier New,monospace;text-align:left;transition:color .3s ease}.text-content{font-size:clamp(1.125rem,3vw,1.25rem);line-height:1.7;color:var(--text-secondary);text-align:left;font-family:Noto Sans,sans-serif!important;transition:color .3s ease}.text-content p{margin-bottom:2rem;text-align:left}.text-content p:last-child{margin-bottom:0}.text-content a{color:var(--accent-color);text-decoration:none;transition:color .15s ease}.text-content a:hover{color:var(--accent-hover);text-decoration:underline}@media (max-width: 1024px){.book-container{grid-template-columns:1fr}.content-section,.content-section.chapter{padding:clamp(6rem,12vh,10rem) clamp(3rem,8vw,6rem) clamp(24rem,34vh,33rem)}.content-section.chapter-part{padding:clamp(8rem,15vh,12rem) clamp(3rem,8vw,6rem) clamp(27rem,39vh,39rem)}}#more-essays-links{padding-bottom:clamp(8rem,15vh,12rem)}.about-author-footer{scroll-snap-align:none!important}.mobile-menu-toggle{display:block;position:fixed;top:1rem;left:1rem;z-index:1001;background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:10px;padding:.75rem;cursor:pointer;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 2px 8px #0000000f;transition:all .2s ease;outline:none}.mobile-menu-toggle{background:#0000000a;border:1px solid rgba(0,0,0,.08);box-shadow:0 1px 3px #0000000d;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.mobile-menu-toggle:hover{background:#0000000f;box-shadow:0 2px 6px #0000000f;transform:translateY(-1px)}.hamburger{display:flex;flex-direction:column;gap:4px;width:20px;height:16px}.hamburger span{display:block;height:2px;width:100%;background-color:#1a202c99;border-radius:1px;transition:all .3s ease}.dark .mobile-menu-toggle{background:#ffffff14;border:1px solid rgba(255,255,255,.12);box-shadow:0 2px 8px #0000000f}.dark .mobile-menu-toggle:hover{background:#ffffff26;box-shadow:0 4px 12px #0000001a}.dark .hamburger span{background-color:#fff}.mobile-menu-toggle:hover .hamburger span{background-color:#1a202ccc}.dark .mobile-menu-toggle:hover .hamburger span{background-color:#ffffffe6}.mobile-menu-toggle.active .hamburger span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.mobile-menu-toggle.active .hamburger span:nth-child(2){opacity:0}.mobile-menu-toggle.active .hamburger span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.mobile-menu-overlay{display:block;position:fixed;inset:0;background:#00000080;z-index:999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}@media (max-width: 1149px){.moc-link:hover,.moc-section-title:hover,.moc-chapter-title:hover{background-color:transparent;color:var(--text-primary);transform:none}.moc-title{color:var(--text-primary);margin-bottom:0;padding-bottom:0;border-bottom:none}.moc-header{margin-bottom:2rem;padding-bottom:.75rem;border-bottom:3px solid var(--accent-color)}.moc-section{margin-bottom:1.5rem}.moc-section-title{color:var(--text-primary);font-weight:600}.moc-chapter-title{color:var(--text-secondary)}.moc-item.chapter{display:block}.text-content{max-width:none}.content-section,.content-section.chapter{padding:clamp(3rem,8vh,5rem) clamp(1.5rem,5vw,3rem) clamp(10rem,20vh,20rem)}}@media (max-width: 480px){.content-section,.content-section.chapter{padding:3rem 1.5rem 14rem}.title-content{padding:2rem 1rem}.title-meta{flex-direction:column;gap:.5rem}}.content-section{scroll-margin-top:0}::selection{background-color:var(--accent-color);color:#fff}.moc-nav{scrollbar-width:none;-ms-overflow-style:none}.moc-nav::-webkit-scrollbar{display:none}@media (max-width: 768px){.moc-nav{scrollbar-width:thin;-ms-overflow-style:auto}.moc-nav::-webkit-scrollbar{display:block;width:6px}.moc-nav::-webkit-scrollbar-track{background:transparent}.moc-nav::-webkit-scrollbar-thumb{background:var(--text-muted);border-radius:3px}.moc-nav::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}}.moc-item:focus-within{outline:2px solid var(--accent-color);outline-offset:2px}@media (max-width: 768px){.moc-item:focus-within{outline:none}}.content-section{animation:fadeInUp .6s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1149px){.moc-link:hover,.moc-section-title:hover,.moc-chapter-title:hover{background-color:transparent!important;color:var(--text-primary);transform:none}}
