@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";*,*:before,*:after{box-sizing:border-box}body{margin:0}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--gold: #F9BA32;--gold-dim: rgba(249,186,50,.15);--blue: #5B8FA8;--cream: #E8E0D4;--dark: #141516;--dark-2: #1C1E1F;--dark-3: #232628;--border: rgba(255,255,255,.07);--muted: #7A7E82;--text: #C8C2B8;--radius: 10px;--radius-lg: 18px;--font: "Inter", system-ui, sans-serif}html{scroll-behavior:smooth}body{background:var(--dark);color:var(--text);font-family:var(--font);line-height:1.6;-webkit-font-smoothing:antialiased}.site{min-height:100vh}.nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:0 2.5rem;height:64px;background:#0e0f10e0;-webkit-backdrop-filter:blur(24px) saturate(160%);backdrop-filter:blur(24px) saturate(160%);border-bottom:1px solid var(--border)}.nav-logo{font-size:1.1rem;font-weight:800;color:var(--gold);text-decoration:none;letter-spacing:.1em}.nav-links{list-style:none;display:flex}.nav-links a{display:block;padding:0 1.1rem;height:64px;line-height:64px;color:#c8c2b88c;text-decoration:none;font-size:.82rem;font-weight:500;letter-spacing:.04em;transition:color .2s}.nav-links a:hover{color:var(--gold)}.hero{position:relative;height:100svh;min-height:600px;display:flex;align-items:flex-end;overflow:hidden}.hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;filter:blur(4px) brightness(.55);transform:scale(1.06);opacity:0;transition:opacity 1.8s cubic-bezier(.4,0,.2,1);will-change:opacity}.hero-bg--active{opacity:1}.hero-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(170deg,#0e0f10a6,#0e0f1026 45%,#0e0f10b3)}.hero-content{position:relative;z-index:2;padding:0 clamp(1.5rem,6vw,7rem) 5rem;max-width:760px}.hero-eyebrow{display:inline-flex;align-items:center;gap:.6rem;color:var(--gold);font-size:.72rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;margin-bottom:1rem}.hero-eyebrow:before{content:"";display:block;width:28px;height:1px;background:var(--gold)}.hero-title{font-size:clamp(3.8rem,10vw,8rem);font-weight:900;line-height:.95;color:#f0eae0;letter-spacing:-.02em;margin-bottom:1.25rem}.hero-caption{font-size:clamp(.95rem,2vw,1.2rem);font-weight:300;color:#f0eae0b3;margin-bottom:2.5rem;letter-spacing:.02em}.hero-actions{display:flex;gap:.75rem;flex-wrap:wrap}.hero-dots{position:absolute;right:clamp(1.5rem,4vw,4rem);bottom:2.5rem;z-index:2;display:flex;flex-direction:column;gap:.5rem}.hero-dot{width:2px;height:18px;border-radius:2px;border:none;background:#f0eae033;cursor:pointer;padding:0;transition:background .4s,height .4s}.hero-dot--active{background:var(--gold);height:34px}.btn{display:inline-flex;align-items:center;gap:.4rem;padding:.7rem 1.6rem;border-radius:6px;font-size:.85rem;font-weight:600;letter-spacing:.03em;text-decoration:none;cursor:pointer;border:none;transition:all .2s}.btn-primary{background:var(--gold);color:#141516;box-shadow:0 2px 16px #f9ba3240}.btn-primary:hover{background:#f0ae20;box-shadow:0 4px 24px #f9ba3266;transform:translateY(-1px)}.btn-outline{background:transparent;color:#f0eae0bf;border:1px solid rgba(240,234,224,.22)}.btn-outline:hover{border-color:var(--gold);color:var(--gold);transform:translateY(-1px)}.btn-ghost{background:transparent;color:var(--blue);border:1px solid rgba(91,143,168,.4)}.btn-ghost:hover{background:#5b8fa81f;color:#7aafc8;transform:translateY(-1px)}.section{padding:6rem 2rem;max-width:1040px;margin:0 auto}.section--dark{background:var(--dark-2);max-width:100%;padding:6rem 2rem}.section--alt{background:var(--dark-3);max-width:100%;padding:6rem 2rem}.section--dark .inner,.section--alt .inner{max-width:1040px;margin:0 auto}.sec-label{display:inline-flex;align-items:center;gap:.5rem;font-size:.7rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:.75rem}.sec-label:before{content:"";display:block;width:20px;height:1px;background:var(--gold)}.sec-title{font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;line-height:1.15;letter-spacing:-.02em;margin-bottom:1.25rem;color:var(--cream)}.sec-title--light{color:#f0eae0}.sec-desc{color:var(--muted);font-size:1rem;line-height:1.9;max-width:560px;margin-bottom:2rem;overflow-wrap:break-word;word-break:normal}.sec-desc--light{color:#c8c2b899}.sec-desc strong{color:var(--cream);font-weight:700}.sec-desc--light strong{color:var(--gold)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.about-text .sec-desc{max-width:100%}.about-tags{display:flex;flex-direction:column;gap:.6rem}.about-tag{display:flex;align-items:baseline;gap:.75rem;padding:.9rem 1.2rem;background:var(--dark-3);border-left:2px solid var(--gold);border-radius:0 var(--radius) var(--radius) 0}.about-tag-keyword{font-size:.92rem;font-weight:700;color:var(--cream);white-space:nowrap}.about-tag-sub{font-size:.75rem;color:var(--muted);line-height:1.4}.about-links{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:2rem}.yt-card{display:grid;grid-template-columns:auto 1fr;gap:3rem;align-items:center;background:#ffffff08;border:1px solid var(--border);border-radius:var(--radius-lg);padding:3rem}.yt-thumb{width:96px;height:96px;border-radius:50%;background:#ff44441a;display:flex;align-items:center;justify-content:center;color:#e05555;flex-shrink:0}.note-card{display:grid;grid-template-columns:auto 1fr;gap:3rem;align-items:center;border:1px solid var(--border);border-radius:var(--radius-lg);padding:3rem;background:var(--dark-3)}.note-thumb{width:76px;height:76px;border-radius:14px;background:#5b8fa81a;display:flex;align-items:center;justify-content:center;color:var(--blue);flex-shrink:0}.page-hero{padding:9rem 2rem 4rem;background:var(--dark-2)}.page-hero-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:900;color:var(--cream);line-height:1.15;letter-spacing:-.02em;margin-bottom:.75rem}.page-hero-sub{color:#c8c2b873;font-size:1rem}.genre-tabs{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2.5rem}.genre-tab{padding:.45rem 1.1rem;border-radius:4px;border:1px solid var(--border);background:var(--dark-3);color:var(--muted);font-size:.82rem;font-weight:600;cursor:pointer;transition:all .2s;font-family:var(--font)}.genre-tab:hover{border-color:var(--blue);color:var(--blue)}.genre-tab--active{background:var(--blue);border-color:var(--blue);color:#fff}.book-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1px;background:var(--border);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.book-card{background:var(--dark-3);padding:1.75rem;text-decoration:none;color:inherit;display:flex;flex-direction:column;gap:.5rem;transition:background .2s}.book-card:hover{background:#2a2d30}.book-genre-badge{display:inline-block;padding:.2rem .65rem;border-radius:3px;background:#5b8fa81f;color:var(--blue);font-size:.7rem;font-weight:700;letter-spacing:.06em;align-self:flex-start}.book-title{font-size:1rem;font-weight:800;color:var(--cream);line-height:1.35}.book-author{font-size:.8rem;color:var(--muted)}.book-desc{font-size:.88rem;color:var(--muted);line-height:1.75;flex:1}.book-link-label{font-size:.8rem;font-weight:700;color:var(--gold);margin-top:.25rem}.book-card:hover .book-link-label{color:#f0ae20}.back-to-top{position:fixed;bottom:2rem;right:2rem;z-index:200;width:44px;height:44px;border-radius:8px;border:none;background:var(--dark-3);color:var(--gold);font-size:1rem;font-weight:700;cursor:pointer;box-shadow:0 4px 20px #0006;opacity:0;transform:translateY(8px);pointer-events:none;transition:opacity .3s,transform .3s;display:flex;align-items:center;justify-content:center;border:1px solid var(--border)}.back-to-top--visible{opacity:1;transform:translateY(0);pointer-events:auto}.back-to-top:hover{background:var(--gold);color:var(--dark);border-color:var(--gold);transform:translateY(-2px)}.footer{background:var(--dark);padding:2rem;display:flex;justify-content:center;align-items:center;border-top:1px solid var(--border)}.footer-copy{color:#c8c2b840;font-size:.78rem}.footer-link{color:#f9ba3299;text-decoration:none}.footer-link:hover{color:var(--gold);text-decoration:underline}@media(max-width:768px){.nav{padding:0 1.5rem}.nav-links a{padding:0 .8rem;font-size:.78rem}.about-grid{grid-template-columns:1fr;gap:2rem}.yt-card,.note-card{grid-template-columns:1fr;gap:1.5rem;padding:2rem}.section,.section--dark,.section--alt{padding:4.5rem 1.5rem}}@media(max-width:480px){.nav{height:56px}.nav-links a{height:56px;line-height:56px;padding:0 .65rem;font-size:.75rem}.hero-content{padding:0 1.25rem 4rem}.hero-dots{right:1.25rem}.hero-actions{flex-direction:column;align-items:flex-start}.btn{font-size:.82rem;padding:.65rem 1.3rem}.about-links{flex-direction:column}.section,.section--dark,.section--alt{padding:3.5rem 1.25rem}.yt-card,.note-card{padding:1.5rem}.yt-thumb{width:72px;height:72px}.book-grid{grid-template-columns:1fr}.page-hero{padding:7rem 1.25rem 3rem}.back-to-top{bottom:1.25rem;right:1.25rem}}
