.Nav-module__jmVfSG__nav{height:var(--nav-height);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border);z-index:100;background:#0a1628d9;justify-content:space-between;align-items:center;padding:0 2rem;display:flex;position:fixed;top:0;left:0;right:0}.Nav-module__jmVfSG__logo{font-family:var(--font-heading);color:var(--color-teal);letter-spacing:.01em;font-size:1rem}.Nav-module__jmVfSG__links{gap:2rem;list-style:none;display:flex}.Nav-module__jmVfSG__links a{color:var(--color-text-muted);font-size:.875rem;transition:color .2s}.Nav-module__jmVfSG__links a:hover{color:var(--color-text)}.Nav-module__jmVfSG__cta{background:var(--color-accent);border-radius:var(--radius-sm);padding:.4rem 1rem;font-size:.875rem;font-weight:600;color:#fff!important;transition:background .2s!important}.Nav-module__jmVfSG__cta:hover{background:var(--color-accent-hover)!important;color:#fff!important}
.Hero-module__gNeX-G__hero{min-height:100vh;padding:calc(var(--nav-height) + 4rem) 2rem 4rem;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.Hero-module__gNeX-G__bg{pointer-events:none;background:radial-gradient(60% 50% at 70%,#4ecdc414 0%,#0000 60%),radial-gradient(40% 60% at 30% 40%,#ff6b350f 0%,#0000 50%);position:absolute;inset:0}.Hero-module__gNeX-G__content{grid-template-columns:1fr 380px;align-items:center;gap:5rem;width:100%;max-width:1100px;display:grid;position:relative}.Hero-module__gNeX-G__textSide{flex-direction:column;gap:1.5rem;display:flex}.Hero-module__gNeX-G__eyebrow{letter-spacing:.15em;text-transform:uppercase;color:var(--color-teal);font-size:.75rem;font-weight:600}.Hero-module__gNeX-G__title{color:var(--color-text);font-size:clamp(2.5rem,5vw,4rem);line-height:1.1}.Hero-module__gNeX-G__title span{color:var(--color-accent)}.Hero-module__gNeX-G__author{color:var(--color-text-muted);font-size:1.1rem}.Hero-module__gNeX-G__tagline{color:var(--color-text);border-left:3px solid var(--color-accent);max-width:500px;padding-left:1.25rem;font-size:1.15rem;line-height:1.7}.Hero-module__gNeX-G__actions{flex-wrap:wrap;gap:1rem;margin-top:.5rem;display:flex}.Hero-module__gNeX-G__btnPrimary{background:var(--color-accent);color:#fff;border-radius:var(--radius-sm);padding:.75rem 1.75rem;font-size:1rem;font-weight:600;transition:background .2s,transform .15s;display:inline-block}.Hero-module__gNeX-G__btnPrimary:hover{background:var(--color-accent-hover);transform:translateY(-1px)}.Hero-module__gNeX-G__btnSecondary{color:var(--color-teal);border-radius:var(--radius-sm);border:1.5px solid var(--color-teal);padding:.75rem 1.75rem;font-size:1rem;font-weight:600;transition:background .2s;display:inline-block}.Hero-module__gNeX-G__btnSecondary:hover{background:var(--color-teal-dim)}.Hero-module__gNeX-G__coverSide{justify-content:center;display:flex}.Hero-module__gNeX-G__coverWrapper{width:280px;position:relative}.Hero-module__gNeX-G__coverPlaceholder{background:var(--color-card);border-radius:var(--radius);border:1px solid var(--color-border);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:280px;height:400px;padding:2rem;display:flex;position:relative;overflow:hidden}.Hero-module__gNeX-G__coverPlaceholder:before{content:"";background:linear-gradient(135deg,#4ecdc41a,#ff6b351a);position:absolute;inset:0}.Hero-module__gNeX-G__coverTitle{font-family:var(--font-heading);color:var(--color-text);z-index:1;font-size:1.4rem;line-height:1.3;position:relative}.Hero-module__gNeX-G__coverAuthor{color:var(--color-teal);z-index:1;font-size:.9rem;position:relative}.Hero-module__gNeX-G__coverPublisher{color:var(--color-text-muted);z-index:1;margin-top:auto;font-size:.75rem;position:relative}.Hero-module__gNeX-G__coverImage{border-radius:var(--radius);z-index:1;display:block;position:relative;box-shadow:0 24px 60px #00000080,0 0 40px #4ecdc426}.Hero-module__gNeX-G__coverGlow{pointer-events:none;background:radial-gradient(circle,#4ecdc433,#0000 70%);width:200px;height:200px;position:absolute;top:-20px;right:-20px}@media (max-width:768px){.Hero-module__gNeX-G__content{text-align:center;grid-template-columns:1fr}.Hero-module__gNeX-G__tagline{border-left:none;border-top:3px solid var(--color-accent);padding-top:1rem;padding-left:0}.Hero-module__gNeX-G__actions{justify-content:center}.Hero-module__gNeX-G__coverSide{order:-1}}
.ChapterExplorer-module__fqu3qa__section{max-width:1200px;margin:0 auto;padding:6rem 2rem}.ChapterExplorer-module__fqu3qa__header{text-align:center;margin-bottom:3.5rem}.ChapterExplorer-module__fqu3qa__label{letter-spacing:.15em;text-transform:uppercase;color:var(--color-teal);margin-bottom:1rem;font-size:.75rem;font-weight:600}.ChapterExplorer-module__fqu3qa__title{color:var(--color-text);margin-bottom:1rem;font-size:2.25rem}.ChapterExplorer-module__fqu3qa__subtitle{color:var(--color-text-muted);max-width:560px;margin:0 auto;font-size:1rem}.ChapterExplorer-module__fqu3qa__grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;display:grid}.ChapterExplorer-module__fqu3qa__card{background:var(--color-card);border:1px solid var(--color-border);border-radius:var(--radius);cursor:default;flex-direction:column;gap:1rem;padding:1.75rem;transition:border-color .2s,transform .2s;display:flex;position:relative;overflow:hidden}.ChapterExplorer-module__fqu3qa__card:hover{border-color:#e8f4f840;transform:translateY(-2px)}.ChapterExplorer-module__fqu3qa__cardAccent{border-radius:var(--radius) var(--radius) 0 0;height:3px;position:absolute;top:0;left:0;right:0}.ChapterExplorer-module__fqu3qa__cardNum{color:var(--color-text-muted);letter-spacing:.05em;font-size:.75rem;font-weight:600}.ChapterExplorer-module__fqu3qa__cardTitle{font-family:var(--font-heading);color:var(--color-text);font-size:1.2rem;line-height:1.3}.ChapterExplorer-module__fqu3qa__cardTagline{color:var(--color-text-muted);flex:1;font-size:.875rem;line-height:1.6}.ChapterExplorer-module__fqu3qa__concepts{flex-wrap:wrap;gap:.5rem;margin-top:.25rem;display:flex}.ChapterExplorer-module__fqu3qa__tag{background:var(--color-teal-dim);color:var(--color-teal);white-space:nowrap;border-radius:999px;padding:.25rem .6rem;font-size:.7rem}
.GraphTeaser-module__-Ch3cq__section{background:var(--color-bg-2);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);padding:6rem 2rem}.GraphTeaser-module__-Ch3cq__inner{text-align:center;flex-direction:column;align-items:center;gap:2rem;max-width:900px;margin:0 auto;display:flex}.GraphTeaser-module__-Ch3cq__label{letter-spacing:.15em;text-transform:uppercase;color:var(--color-teal);font-size:.75rem;font-weight:600}.GraphTeaser-module__-Ch3cq__title{color:var(--color-text);font-size:2.25rem}.GraphTeaser-module__-Ch3cq__description{color:var(--color-text-muted);max-width:540px;font-size:1rem;line-height:1.7}.GraphTeaser-module__-Ch3cq__stats{flex-wrap:wrap;justify-content:center;gap:3rem;display:flex}.GraphTeaser-module__-Ch3cq__stat{flex-direction:column;align-items:center;gap:.25rem;display:flex}.GraphTeaser-module__-Ch3cq__statNum{font-family:var(--font-heading);color:var(--color-accent);font-size:2.5rem;line-height:1}.GraphTeaser-module__-Ch3cq__statLabel{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:.8rem}.GraphTeaser-module__-Ch3cq__btn{color:var(--color-teal);border-radius:var(--radius-sm);border:1.5px solid var(--color-teal);background:0 0;padding:.875rem 2.5rem;font-size:1rem;font-weight:600;transition:background .2s;display:inline-block}.GraphTeaser-module__-Ch3cq__btn:hover{background:var(--color-teal-dim)}.GraphTeaser-module__-Ch3cq__legend{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.GraphTeaser-module__-Ch3cq__legendItem{color:var(--color-text-muted);align-items:center;gap:.5rem;font-size:.8rem;display:flex}.GraphTeaser-module__-Ch3cq__dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}
.AskTheBook-module__eAFtha__section{max-width:800px;margin:0 auto;padding:6rem 2rem}.AskTheBook-module__eAFtha__header{text-align:center;margin-bottom:3rem}.AskTheBook-module__eAFtha__label{letter-spacing:.15em;text-transform:uppercase;color:var(--color-teal);margin-bottom:1rem;font-size:.75rem;font-weight:600}.AskTheBook-module__eAFtha__title{color:var(--color-text);margin-bottom:1rem;font-size:2.25rem}.AskTheBook-module__eAFtha__subtitle{color:var(--color-text-muted);font-size:1rem}.AskTheBook-module__eAFtha__chatBox{background:var(--color-card);border:1px solid var(--color-border);border-radius:var(--radius);overflow:hidden}.AskTheBook-module__eAFtha__messages{flex-direction:column;gap:1rem;min-height:280px;max-height:420px;padding:1.5rem;display:flex;overflow-y:auto}.AskTheBook-module__eAFtha__message{flex-direction:column;gap:.25rem;max-width:85%;display:flex}.AskTheBook-module__eAFtha__messageUser{align-self:flex-end;align-items:flex-end}.AskTheBook-module__eAFtha__messageAssistant{align-self:flex-start}.AskTheBook-module__eAFtha__bubble{border-radius:var(--radius-sm);padding:.75rem 1rem;font-size:.9rem;line-height:1.6}.AskTheBook-module__eAFtha__messageUser .AskTheBook-module__eAFtha__bubble{background:var(--color-accent);color:#fff;border-bottom-right-radius:3px}.AskTheBook-module__eAFtha__messageAssistant .AskTheBook-module__eAFtha__bubble{color:var(--color-text);background:#4ecdc41a;border:1px solid #4ecdc433;border-bottom-left-radius:3px}.AskTheBook-module__eAFtha__typing{gap:4px;padding:.5rem .25rem;display:flex}.AskTheBook-module__eAFtha__typing span{background:var(--color-teal);border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite AskTheBook-module__eAFtha__blink}.AskTheBook-module__eAFtha__typing span:nth-child(2){animation-delay:.2s}.AskTheBook-module__eAFtha__typing span:nth-child(3){animation-delay:.4s}@keyframes AskTheBook-module__eAFtha__blink{0%,to{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1)}}.AskTheBook-module__eAFtha__empty{height:200px;color:var(--color-text-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}.AskTheBook-module__eAFtha__emptyIcon{opacity:.4;font-size:2rem}.AskTheBook-module__eAFtha__emptyText{font-size:.875rem}.AskTheBook-module__eAFtha__suggestions{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:.5rem;display:flex}.AskTheBook-module__eAFtha__suggestion{border:1px solid var(--color-border);color:var(--color-text-muted);cursor:pointer;background:0 0;border-radius:999px;padding:.35rem .75rem;font-size:.75rem;transition:border-color .2s,color .2s}.AskTheBook-module__eAFtha__suggestion:hover{border-color:var(--color-teal);color:var(--color-teal)}.AskTheBook-module__eAFtha__inputArea{border-top:1px solid var(--color-border);gap:.75rem;padding:1rem;display:flex}.AskTheBook-module__eAFtha__input{border:1px solid var(--color-border);border-radius:var(--radius-sm);color:var(--color-text);background:#e8f4f80d;outline:none;flex:1;padding:.65rem 1rem;font-size:.9rem;transition:border-color .2s}.AskTheBook-module__eAFtha__input::placeholder{color:var(--color-text-muted)}.AskTheBook-module__eAFtha__input:focus{border-color:#4ecdc480}.AskTheBook-module__eAFtha__sendBtn{background:var(--color-accent);color:#fff;border-radius:var(--radius-sm);white-space:nowrap;padding:.65rem 1.25rem;font-size:.875rem;font-weight:600;transition:background .2s}.AskTheBook-module__eAFtha__sendBtn:hover:not(:disabled){background:var(--color-accent-hover)}.AskTheBook-module__eAFtha__sendBtn:disabled{opacity:.5;cursor:not-allowed}.AskTheBook-module__eAFtha__disclaimer{text-align:center;color:var(--color-text-muted);opacity:.7;margin-top:1rem;font-size:.7rem}
.page-module__E0kJGG__page{min-height:100vh}.page-module__E0kJGG__main{padding-top:var(--nav-height)}.page-module__E0kJGG__footer{text-align:center;border-top:1px solid var(--color-border);color:var(--color-text-muted);flex-direction:column;gap:.5rem;padding:3rem 2rem;font-size:.8rem;display:flex}
