:root{--header-h:72px;--bg-page:#f6f4f0;--bg-surface:#fff;--bg-surface-hover:#eae7e0;--border-color:#1a151314;--border-color-hover:#1a151326;--text-primary:#1c1816;--text-secondary:#5a544f;--text-muted:#8e857e;--brand:#7f1d1d;--brand-hover:#991b1b;--brand-light:#fdf2f2;--gold:#c5a059;--gold-hover:#b48c57;--gold-light:#faf7ee;--card-overlay:#ffffffb8;--card-blur:14px;--glow:#c5a0592e;--shadow-soft:0 4px 20px -2px #1a15130d, 0 2px 6px -1px #1a151308;--shadow-card:0 8px 30px -4px #1a15131a, 0 2px 10px -2px #1a15130a;--shadow-hover:0 24px 60px -10px #1a151324, 0 8px 24px -5px #1a15130f;--scrollbar-track:#ece8e1;--scrollbar-thumb:#cfc9bf;--font-display:var(--font-caladea);--font-sans:var(--font-montserrat);accent-color:var(--brand)}html.dark{--bg-page:#0c0b0a;--bg-surface:#141312;--bg-surface-hover:#1f1d1b;--border-color:#f7f4ef14;--border-color-hover:#f7f4ef24;--text-primary:#f6f4f0;--text-secondary:#b6b0a8;--text-muted:#847d75;--brand:#ea580c;--brand-hover:#f97316;--brand-light:#25140c;--gold:#e5c158;--gold-hover:#fcd34d;--gold-light:#1f1b0f;--card-overlay:#14131299;--glow:#ff8c3c29;--shadow-soft:0 4px 24px -4px #00000073;--shadow-card:0 12px 36px -12px #0009, 0 2px 12px -2px #0006;--shadow-hover:0 28px 64px -10px #000000b3, 0 6px 24px -4px #00000080;--scrollbar-track:#161513;--scrollbar-thumb:#3a3733}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font-sans);background-color:var(--bg-page);color:var(--text-primary);scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track);transition:background-color .3s,color .3s}body{flex-direction:column;min-height:100vh;display:flex;position:relative;overflow-x:hidden}h1,h2,h3,h4,.font-display{font-family:var(--font-display);letter-spacing:-.015em;font-weight:800}p{line-height:1.7}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}input,button,textarea{font-family:inherit}::selection{background-color:var(--brand);color:#fff}::-webkit-scrollbar{width:10px;height:8px}::-webkit-scrollbar-track{background:var(--scrollbar-track)}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border:2px solid var(--scrollbar-track);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--gold)}input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none;display:none}input[type=search]::-ms-clear{display:none}.app-shell{flex-direction:column;min-height:100vh;display:flex}main{flex:1 0 auto}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.container-wide{max-width:1280px}.container-narrow{max-width:820px}.section{padding:4.5rem 0}.section-sm{padding:3rem 0}.section-alt{background:var(--bg-surface);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color)}.glow-bg{filter:blur(130px);pointer-events:none;z-index:0;border-radius:50%;position:fixed}.glow-1{opacity:.1}.glow-2{opacity:.08}.dark .glow-1{opacity:.4}.dark .glow-2{opacity:.3}.glass{background:var(--card-overlay);-webkit-backdrop-filter:blur(var(--card-blur));border:1px solid var(--border-color);box-shadow:var(--shadow-card);border-radius:18px;transition:border-color .3s,box-shadow .3s,transform .3s}.glass:hover{border-color:var(--gold);box-shadow:var(--shadow-hover)}.badge{background:var(--gold-light);border:1px solid var(--border-color);text-transform:uppercase;letter-spacing:.06em;color:var(--gold);font-size:.7rem;font-weight:700;font-family:var(--font-sans);border-radius:9999px;align-items:center;gap:.35rem;padding:.28rem .8rem;display:inline-flex}.badge-brand{color:var(--brand);background:var(--brand-light)}.eyebrow{text-transform:uppercase;letter-spacing:.12em;color:var(--text-muted);font-size:.72rem;font-weight:800}.section-head{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:2rem;padding-bottom:1rem;display:flex}.section-head h2{color:var(--text-primary);font-size:clamp(1.6rem,3vw,2.2rem);position:relative}.section-head .view-all{color:var(--brand);align-items:center;gap:.4rem;font-size:.9rem;font-weight:700;transition:color .2s;display:inline-flex}.dark .section-head .view-all,.section-head .view-all:hover{color:var(--gold)}.section-head .view-all svg{width:1rem;height:1rem;transition:transform .2s}.section-head .view-all:hover svg{transform:translate(3px)}.section-head-tight{margin-bottom:1.25rem;padding-bottom:.85rem}.section-head-tight h2{font-size:clamp(1.4rem,2.4vw,1.8rem)}.section-title-center{text-align:center;margin-bottom:3rem}.section-title-center h2{color:var(--text-primary);font-size:clamp(1.8rem,3.5vw,2.4rem)}.section-title-center .rule{background:var(--gold);border-radius:3px;width:56px;height:3px;margin:.9rem auto 0}.btn{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;font-weight:700;transition:background-color .2s,color .2s,transform .2s,border-color .2s,box-shadow .2s;display:inline-flex}.btn svg{flex-shrink:0;width:1.05rem;height:1.05rem}.btn-primary{background:var(--brand);color:#fff;box-shadow:var(--shadow-soft);padding:.85rem 1.5rem}.btn-primary:hover{background:var(--gold);transform:translateY(-1px)}.dark .btn-primary{background:var(--gold);color:#1c1816}.dark .btn-primary:hover{background:var(--gold-hover)}.btn-ghost{background:var(--bg-surface);color:var(--text-primary);border-color:var(--border-color);padding:.7rem 1.1rem}.btn-ghost:hover{border-color:var(--gold);color:var(--brand)}.dark .btn-ghost:hover{color:var(--gold)}.btn-block{width:100%}.link-arrow{color:var(--brand);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.4rem;font-size:.85rem;font-weight:700;transition:color .2s,transform .2s;display:inline-flex}.dark .link-arrow{color:var(--gold)}.link-arrow svg{width:.9rem;height:.9rem;transition:transform .2s}.link-arrow:hover{color:var(--gold)}.link-arrow:hover svg{transform:translate(4px)}.main-header{z-index:100;background:var(--card-overlay);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid var(--border-color);position:sticky;top:0}.nav-bar{align-items:center;gap:1.25rem;height:72px;display:flex}.brand-mark{flex-shrink:0;align-items:center;gap:.6rem;display:flex}.brand-mark img{width:auto;height:22px;transition:transform .2s}.dark .brand-mark img{filter:brightness(0)invert()}.brand-mark:hover img{transform:scale(1.04)}.nav-links{align-items:center;gap:.25rem;display:flex}.nav-link{color:var(--text-secondary);white-space:nowrap;border-radius:10px;padding:.5rem .85rem;font-size:.88rem;font-weight:600;transition:color .2s,background-color .2s}.nav-link:hover{color:var(--brand);background:var(--bg-surface-hover)}.dark .nav-link:hover{color:var(--gold)}.nav-link.active{color:var(--brand);background:var(--brand-light)}.dark .nav-link.active{color:var(--gold);background:var(--bg-surface-hover)}.header-search{flex:none;width:230px;margin-left:auto;transition:width .25s;position:relative}.header-search:focus-within{width:400px}.header-search .search-submit{display:none}.header-search:focus-within .search-submit{display:inline-block}.search-bar{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:14px;align-items:center;gap:.5rem;padding:.3rem .4rem .3rem .85rem;transition:border-color .2s,box-shadow .2s;display:flex}.search-bar:focus-within{border-color:var(--gold);box-shadow:0 0 0 3px var(--glow)}.search-bar svg{width:1.1rem;height:1.1rem;color:var(--text-muted);flex-shrink:0}.search-input{min-width:0;color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;padding:.5rem 0;font-size:.95rem}.search-input::placeholder{color:var(--text-muted);opacity:.8}.search-submit{background:var(--brand);color:#fff;cursor:pointer;border:none;border-radius:10px;flex-shrink:0;padding:.5rem .9rem;font-size:.85rem;font-weight:700;transition:background-color .2s}.dark .search-submit{background:var(--gold);color:#1c1816}.search-submit:hover{background:var(--gold)}.dark .search-submit:hover{background:var(--gold-hover)}.search-suggest{background:var(--bg-surface);border:1px solid var(--border-color);box-shadow:var(--shadow-hover);z-index:60;border-radius:14px;position:absolute;top:calc(100% + .5rem);left:0;right:0;overflow:hidden}.search-suggest:empty{display:none}.suggest-head{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);padding:.8rem 1rem .45rem;font-size:.66rem;font-weight:700}.suggest-item{cursor:pointer;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.75rem;padding:.72rem 1rem;transition:background-color .15s;display:grid}.suggest-item:hover{background:var(--bg-surface-hover)}.suggest-title{overflow-wrap:anywhere;min-width:0;color:var(--text-primary);font-size:.92rem;font-weight:700}.suggest-meta{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;font-size:.66rem}.icon-btn{cursor:pointer;color:var(--text-secondary);background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;padding:.55rem;transition:color .2s,background-color .2s;display:inline-flex;position:relative}.icon-btn:hover{color:var(--brand);background:var(--bg-surface-hover)}.dark .icon-btn:hover{color:var(--gold)}.icon-btn svg{width:1.2rem;height:1.2rem}.icon-btn .sun{color:#fbbf24;display:none}.dark .icon-btn .sun{display:block}.dark .icon-btn .moon{display:none}.nav-actions{flex-shrink:0;align-items:center;gap:.25rem;display:flex}.nav-mobile-toggle,.nav-search-toggle,.mobile-search-row,.mobile-panel{display:none}.intro{padding:2.25rem 0 1.5rem}.intro-card{background:var(--bg-surface);border:1px solid var(--border-color);box-shadow:var(--shadow-soft);border-radius:18px;grid-template-columns:1fr;gap:1.5rem;padding:1.75rem 1.5rem;display:grid}@media (width>=768px){.intro{padding:3rem 0 2rem}.intro-card{grid-template-columns:auto minmax(0,1fr);align-items:start;gap:2.5rem;padding:2.5rem}}.intro-figure{align-items:center;gap:1rem;display:flex}@media (width>=768px){.intro-figure{text-align:center;flex-direction:column;gap:.75rem;width:150px}}.intro-photo{object-fit:cover;border:3px solid var(--bg-surface);width:88px;height:88px;box-shadow:0 0 0 2px var(--gold), var(--shadow-soft);border-radius:50%;flex-shrink:0}@media (width>=768px){.intro-photo{width:132px;height:132px}}.intro-figure figcaption{flex-direction:column;gap:.15rem;min-width:0;display:flex}.intro-name{font-family:var(--font-display);color:var(--text-primary);font-size:1.05rem;font-weight:800}.intro-role{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);font-size:.68rem;font-weight:700}.intro-body h1{color:var(--text-primary);font-size:clamp(1.85rem,4.2vw,2.7rem);line-height:1.14}.intro-body p{color:var(--text-secondary);font-size:.97rem}.intro-body p+p{margin-top:.85rem}.intro-lead{margin-top:1rem;font-size:1.05rem}@media (width>=768px){.intro-lead{font-size:1.1rem}}.compact-list{border-top:1px solid var(--border-color);grid-template-columns:1fr;column-gap:2.5rem;list-style:none;display:grid}.section-head+.compact-list{border-top:0}@media (width>=640px){.compact-list-2,.compact-list-3{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.compact-list-3{grid-template-columns:repeat(3,1fr)}}.compact-list a{border-bottom:1px solid var(--border-color);color:var(--text-primary);padding:.6rem .25rem .6rem 1.15rem;font-size:.92rem;font-weight:600;line-height:1.4;transition:color .18s;display:block;position:relative}.compact-list a:before{content:"";background:var(--gold);border-radius:50%;width:5px;height:5px;transition:background-color .18s,transform .18s;position:absolute;top:1.05rem;left:.25rem}.compact-list a:hover{color:var(--brand)}.compact-list a:hover:before{background:var(--brand);transform:scale(1.6)}.dark .compact-list a:hover{color:var(--gold)}.dark .compact-list a:hover:before{background:var(--gold)}.card-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=640px){.card-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.card-grid-3{grid-template-columns:repeat(3,1fr)}}.split-grid{grid-template-columns:1fr;gap:3rem;display:grid}@media (width>=1024px){.split-grid{grid-template-columns:1fr 1fr}}.split-grid-tight{gap:2rem 3rem}.split-col h3{color:var(--text-primary);align-items:center;gap:.75rem;margin-bottom:1.5rem;font-size:1.2rem;display:flex}.split-grid-tight .split-col h3{margin-bottom:.85rem;font-size:1.05rem}.split-col h3 .tick{border-radius:3px;width:6px;height:24px}.tick-brand{background:var(--brand)}.tick-gold{background:var(--gold)}.premium-card{background:var(--bg-surface);border:1px solid var(--border-color);box-shadow:var(--shadow-soft);border-radius:16px;transition:transform .3s,border-color .3s,box-shadow .3s;display:block;position:relative;overflow:hidden}.premium-card:hover{border-color:var(--gold);box-shadow:var(--shadow-card);transform:translateY(-3px)}.premium-card .spine{background:linear-gradient(to bottom, var(--brand), var(--gold));width:6px;transition:width .3s;position:absolute;inset:0 auto 0 0}.premium-card:hover .spine{width:8px}.premium-card .card-body{flex-direction:column;justify-content:space-between;min-height:11rem;padding:1.5rem 1.5rem 1.5rem 2rem;display:flex;position:relative}.premium-card .watermark{font-family:var(--font-display);color:var(--brand);opacity:.06;pointer-events:none;text-transform:uppercase;font-size:3.5rem;position:absolute;top:.75rem;right:1rem}.dark .premium-card .watermark{color:var(--gold)}.premium-card h3{color:var(--text-primary);font-size:1.25rem;line-height:1.25;transition:color .2s;position:relative}.premium-card:hover h3{color:var(--brand)}.dark .premium-card:hover h3{color:var(--gold)}.premium-card .excerpt{color:var(--text-secondary);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-top:.7rem;font-size:.88rem;line-height:1.6;display:-webkit-box;overflow:hidden}.premium-card .card-cta{margin-top:1.25rem}.page-head{text-align:center;padding:3rem 0 .5rem}.page-head .eyebrow{margin-bottom:.6rem;display:block}.page-head h1{color:var(--text-primary);font-size:clamp(2.2rem,5vw,3.4rem)}.page-head .rule{background:var(--gold);border-radius:3px;width:56px;height:3px;margin:1rem auto 0}.alpha-bar{top:var(--header-h);z-index:40;background:var(--card-overlay);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-color);box-shadow:var(--shadow-soft);scrollbar-width:none;border-radius:14px;flex-wrap:nowrap;gap:.3rem;margin:2.25rem 0 2rem;padding:.6rem;display:flex;position:sticky;overflow-x:auto}.alpha-bar::-webkit-scrollbar{display:none}@media (width>=768px){.alpha-bar{flex-wrap:wrap;justify-content:center}}.alpha-pill{min-width:36px;height:36px;font-family:var(--font-sans);color:var(--text-muted);border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;padding:0 .55rem;font-size:.8rem;font-weight:700;transition:background-color .18s,color .18s;display:inline-flex}.alpha-pill:hover{background:var(--bg-surface-hover);color:var(--brand)}.dark .alpha-pill:hover{color:var(--gold)}.alpha-pill.active{background:var(--brand);color:#fff}.dark .alpha-pill.active{background:var(--gold);color:#1c1816}.index-header{border-bottom:1px solid var(--border-color);align-items:center;gap:1.25rem;margin-bottom:1.5rem;padding-bottom:1.25rem;display:flex}.index-bigletter{font-family:var(--font-display);color:var(--brand);font-size:clamp(3rem,9vw,5rem);font-weight:800;line-height:.85}.dark .index-bigletter{color:var(--gold)}.index-header .label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;font-size:.85rem;font-weight:700}.index-header .label strong{color:var(--text-primary)}.index-grid{border-top:1px solid var(--border-color);grid-template-columns:1fr;gap:0;display:grid}@media (width>=640px){.index-grid{grid-template-columns:repeat(2,1fr);column-gap:2.5rem}}@media (width>=1024px){.index-grid{grid-template-columns:repeat(3,1fr)}}.index-entry{border-bottom:1px solid var(--border-color);color:var(--text-primary);align-items:baseline;gap:.6rem;padding:.85rem .25rem;font-weight:600;transition:color .18s,padding .18s;display:flex}.index-entry .ini{font-family:var(--font-sans);color:var(--gold);flex-shrink:0;width:1.1rem;font-size:.72rem}.index-entry .index-name{flex:1;min-width:0;line-height:1.35}.index-entry .go{color:var(--text-muted);opacity:0;transition:opacity .18s,transform .18s,color .18s;transform:translate(-4px)}.index-entry:hover{color:var(--brand);padding-left:.6rem}.dark .index-entry:hover{color:var(--gold)}.index-entry:hover .go{opacity:1;color:var(--brand);transform:translate(0)}.dark .index-entry:hover .go{color:var(--gold)}.index-empty{text-align:center;color:var(--text-muted);padding:3rem 1rem}.pagination{justify-content:center;margin-top:3rem;display:flex}.pagination .inner{background:var(--bg-surface);border:1px solid var(--border-color);box-shadow:var(--shadow-soft);border-radius:14px;align-items:center;gap:.35rem;padding:.4rem;display:inline-flex}.page-btn{width:40px;height:40px;color:var(--text-secondary);border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;transition:background-color .2s,color .2s,border-color .2s;display:inline-flex}.page-btn svg{width:1.1rem;height:1.1rem}.page-btn:hover{background:var(--bg-surface-hover);color:var(--brand);border-color:var(--border-color)}.dark .page-btn:hover{color:var(--gold)}.page-btn.current{background:var(--brand);color:#fff}.dark .page-btn.current{background:var(--gold);color:#1c1816}.page-ellipsis{width:40px;height:40px;color:var(--text-muted);justify-content:center;align-items:center;font-size:.85rem;display:inline-flex}.detail-banner{background:var(--bg-surface);border-bottom:1px solid var(--border-color);padding:1.5rem 0 3.25rem;position:relative;overflow:hidden}.detail-head{background:var(--bg-surface);border-bottom:1px solid var(--border-color);padding:1rem 0 1.5rem}.detail-head .eyebrow{margin-bottom:.45rem;display:block}.detail-title{color:var(--text-primary);font-size:clamp(1.75rem,4vw,2.5rem);line-height:1.12}.detail-stats{flex-wrap:wrap;align-items:baseline;gap:.35rem .85rem;margin-top:.75rem;list-style:none;display:flex}.detail-stats li{white-space:nowrap}.detail-stats li+li:before{content:"";vertical-align:middle;background:var(--text-muted);opacity:.45;border-radius:50%;width:3px;height:3px;margin-right:.85rem;display:inline-block}.detail-stats .n{font-family:var(--font-display);color:var(--brand);font-size:1.05rem;font-weight:800;line-height:1}.dark .detail-stats .n{color:var(--gold)}.detail-stats .l{text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted);font-size:.72rem;font-weight:700}.prevnext{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.prevnext-link{text-transform:uppercase;letter-spacing:.05em;min-width:0;color:var(--text-muted);align-items:center;gap:.4rem;font-size:.72rem;font-weight:700;transition:color .2s;display:inline-flex}.prevnext-link.next{margin-left:auto}.prevnext-link span,.prevnext-link{white-space:nowrap;text-overflow:ellipsis;max-width:16rem;overflow:hidden}.prevnext-link:hover{color:var(--brand)}.dark .prevnext-link:hover{color:var(--gold)}.prevnext-link svg{flex-shrink:0;width:.85rem;height:.85rem}.banner-title{color:var(--text-primary);font-size:clamp(2.2rem,5.5vw,3.8rem);line-height:1.05}.banner-excerpt{font-family:var(--font-display);color:var(--text-secondary);max-width:46rem;margin-top:1rem;font-size:clamp(1rem,2vw,1.2rem);font-style:italic;font-weight:400;line-height:1.6}.catalog-card{background:var(--bg-surface);border:3px double var(--gold);box-shadow:var(--shadow-card);border-radius:16px;padding:1.5rem;position:relative;overflow:hidden}.dark .catalog-card{border-color:#c5a05966}.catalog-card .stamp{background:var(--gold-light);width:5.5rem;height:5.5rem;color:var(--gold);font-family:var(--font-display);opacity:.5;pointer-events:none;border:1px solid #c5a0592e;border-radius:50%;justify-content:center;align-items:center;font-size:2.6rem;font-weight:800;display:flex;position:absolute;top:-.6rem;right:-.6rem;transform:rotate(12deg)}.catalog-head{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;display:flex}.catalog-head h3{color:var(--text-primary);font-size:1.1rem}.catalog-head .sub{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);font-size:.6rem;font-weight:700}.catalog-verified{background:var(--brand-light);color:var(--brand);text-transform:uppercase;letter-spacing:.05em;border-radius:9999px;align-items:center;gap:.4rem;padding:.25rem .65rem;font-size:.62rem;font-weight:800;display:inline-flex}.dark .catalog-verified{background:var(--bg-surface-hover);color:var(--gold)}.catalog-verified .seal{background:#10b981;border-radius:50%;width:6px;height:6px;animation:2s infinite pulse}.catalog-rows{flex-direction:column;gap:.85rem;font-size:.78rem;display:flex}.catalog-row{border-bottom:1px dashed var(--border-color);justify-content:space-between;align-items:baseline;gap:1rem;padding-bottom:.6rem;display:flex}.catalog-row:last-child{border-bottom:none;padding-bottom:0}.catalog-row .k{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.62rem;font-weight:700}.catalog-row .v{color:var(--text-primary);text-transform:uppercase;letter-spacing:.03em;font-weight:600}.catalog-row .v.num{font-family:var(--font-display);color:var(--brand);font-size:1rem;font-weight:800}.dark .catalog-row .v.num{color:var(--gold)}.catalog-row .v.ref{font-family:var(--font-sans);background:var(--bg-surface-hover);border:1px solid var(--border-color);text-transform:none;color:var(--text-secondary);border-radius:5px;padding:.1rem .45rem;font-size:.66rem}.affiliate-note{background:var(--bg-surface-hover);border-bottom:1px solid var(--border-color);color:var(--text-secondary);padding:.75rem 0;font-size:.78rem}.affiliate-note strong{color:var(--brand)}.dark .affiliate-note strong{color:var(--gold)}.detail-body{padding:3rem 0}.detail-grid{grid-template-columns:1fr;gap:3rem;display:grid}@media (width>=1024px){.detail-grid{grid-template-columns:1fr 320px}}.detail-main{flex-direction:column;gap:2.5rem;min-width:0;display:flex}.empty-panel{background:var(--bg-surface);border:1px solid var(--border-color);text-align:center;box-shadow:var(--shadow-soft);color:var(--text-secondary);border-radius:16px;padding:4rem 2rem}.empty-panel svg{width:3.5rem;height:3.5rem;color:var(--text-muted);margin:0 auto 1rem}.reading-tools{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.tool-btn{text-transform:uppercase;letter-spacing:.06em;color:var(--text-secondary);background:var(--bg-surface);border:1px solid var(--border-color);cursor:pointer;border-radius:9px;padding:.5rem .85rem;font-size:.68rem;font-weight:800;transition:color .2s,border-color .2s}.tool-btn:hover{color:var(--brand);border-color:var(--gold)}.dark .tool-btn:hover{color:var(--gold)}.collections{flex-direction:column;gap:1.75rem;display:flex}.collection-head{text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:.75rem;width:100%;padding:0;display:flex}.collection-title{font-family:var(--font-display);color:var(--text-primary);letter-spacing:-.01em;font-size:1.4rem;font-weight:800}.collection-as{color:var(--text-muted);font-size:.8rem;font-style:italic}.collection-chevron{color:var(--text-muted);margin-left:auto;transition:transform .25s,color .2s;display:flex}.collection-chevron svg{width:1.2rem;height:1.2rem}.collection-head:hover .collection-chevron{color:var(--brand)}.dark .collection-head:hover .collection-chevron{color:var(--gold)}.collection.collapsed .collection-chevron{transform:rotate(-90deg)}.collection.collapsed .collection-body{display:none}.timeline{position:relative}.timeline:before{content:"";background:linear-gradient(to bottom, var(--brand) 0%, var(--gold) 50%, var(--brand) 100%);opacity:.16;border-radius:2px;width:3px;position:absolute;top:28px;bottom:28px;left:18px}.timeline-item{gap:1.1rem;margin-bottom:1rem;transition:transform .2s;display:flex;position:relative}.timeline-badge{background:var(--bg-surface);border:2px solid var(--border-color);width:38px;height:38px;box-shadow:var(--shadow-soft);font-family:var(--font-sans);color:var(--text-muted);z-index:2;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.76rem;font-weight:700;transition:border-color .25s,color .25s,transform .25s;display:flex}.timeline-item:hover .timeline-badge{border-color:var(--gold);color:var(--gold);transform:scale(1.08)}.book-line{flex:1;align-items:center;gap:1rem;min-width:0;padding:.85rem 1rem;transition:border-color .25s,box-shadow .25s,transform .25s;display:flex}.timeline-item:hover .book-line{border-color:var(--gold);box-shadow:var(--shadow-card);transform:translateY(-2px)}.book-thumb{cursor:zoom-in;border-radius:5px;flex-shrink:0;transition:transform .3s,box-shadow .3s;display:block;position:relative;overflow:hidden;box-shadow:3px 5px 12px -3px #00000040}.book-thumb img{object-fit:cover;width:56px;height:84px;transition:transform .4s;display:block}.timeline-item:hover .book-thumb{transform:scale(1.06);box-shadow:6px 10px 26px -6px #0000006b}.timeline-item:hover .book-thumb img{transform:scale(1.18)}.book-thumb .zoom-cue{color:#fff;opacity:0;background:linear-gradient(#140c080d 40%,#140c088c);justify-content:center;align-items:center;transition:opacity .25s;display:flex;position:absolute;inset:0}.book-thumb .zoom-cue svg{filter:drop-shadow(0 1px 3px #0009);width:1.4rem;height:1.4rem;transition:transform .25s;transform:scale(.7)}.timeline-item:hover .book-thumb .zoom-cue{opacity:1}.timeline-item:hover .book-thumb .zoom-cue svg{transform:scale(1)}.book-thumb:focus-visible .zoom-cue{opacity:1}.book-thumb.placeholder{background:var(--bg-surface-hover);border:1px solid var(--border-color);width:56px;height:84px;color:var(--text-muted);justify-content:center;align-items:center;display:flex}.book-thumb.placeholder svg{width:1.3rem;height:1.3rem}.book-meta{flex:1;min-width:0}.book-meta .title{font-family:var(--font-display);color:var(--text-primary);font-size:1.02rem;font-weight:700;line-height:1.3;transition:color .2s;display:block}.book-meta .title:hover{color:var(--brand)}.dark .book-meta .title:hover{color:var(--gold)}.book-tags{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:.4rem .75rem;margin-top:.5rem;font-size:.74rem;display:flex}.book-tag{background:var(--bg-surface-hover);border:1px solid var(--border-color);border-radius:6px;align-items:center;gap:.3rem;padding:.1rem .45rem;font-size:.7rem;font-weight:600;display:inline-flex}.book-tag svg{width:.8rem;height:.8rem}.book-actions{flex-shrink:0;align-items:center;gap:.6rem;display:flex}.amazon-link{text-transform:uppercase;letter-spacing:.05em;color:var(--brand);border-bottom:1px solid #0000;align-items:center;gap:.35rem;font-size:.72rem;font-weight:800;transition:border-color .2s,color .2s;display:inline-flex}.dark .amazon-link{color:var(--gold)}.amazon-link:hover{border-bottom-color:currentColor}.amazon-link svg{width:.9rem;height:.9rem}.load-more-wrap{justify-content:center;padding-top:1.5rem;display:flex}.load-more-row{margin:.25rem 0 0;padding-left:56px}.load-more-btn{text-transform:uppercase;letter-spacing:.06em;cursor:pointer;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.5rem;font-size:.72rem;font-weight:800;transition:transform .2s,background-color .2s,box-shadow .2s;display:inline-flex}.load-more-btn.solid{background:var(--brand);color:#fff;box-shadow:var(--shadow-soft);border:none}.dark .load-more-btn.solid{background:var(--gold);color:#1c1816}.load-more-btn.solid:hover{box-shadow:var(--shadow-card);transform:translateY(-1px)}.load-more-btn.dashed{background:var(--bg-surface);width:100%;color:var(--brand);border:1px dashed var(--border-color-hover)}.dark .load-more-btn.dashed{color:var(--gold)}.load-more-btn.dashed:hover{background:var(--bg-surface-hover)}.load-more-btn svg{width:.9rem;height:.9rem}.detail-sidebar{display:none}@media (width>=1024px){.detail-sidebar{flex-direction:column;gap:1.5rem;display:flex}}.side-note{background:var(--bg-surface);border:1px solid var(--border-color);box-shadow:var(--shadow-soft);border-radius:14px;padding:1.1rem}.side-note h4{text-transform:uppercase;letter-spacing:.06em;color:var(--brand);margin-bottom:.4rem;font-size:.68rem}.dark .side-note h4{color:var(--gold)}.side-note p{color:var(--text-secondary);font-size:.78rem}.side-list{background:var(--bg-surface);border:1px solid var(--border-color);box-shadow:var(--shadow-soft);border-radius:14px;overflow:hidden}.side-list .head{border-bottom:1px solid var(--border-color);background:var(--bg-surface-hover);padding:.9rem 1.1rem}.side-list .head h3{color:var(--text-primary);font-size:1rem}.side-list ul{padding:.5rem;list-style:none}.side-list a{color:var(--text-secondary);border-radius:9px;padding:.65rem .75rem;font-size:.86rem;font-weight:600;transition:color .2s,background-color .2s;display:block}.side-list a:hover{color:var(--brand);background:var(--bg-surface-hover)}.dark .side-list a:hover{color:var(--gold)}.faq-panel{background:var(--bg-surface);border:1px solid var(--border-color);box-shadow:var(--shadow-soft);border-radius:16px;overflow:hidden}.faq-panel .head{border-bottom:1px solid var(--border-color);background:var(--bg-surface-hover);padding:1.25rem 1.75rem}.faq-panel .head h2{color:var(--text-primary);font-size:1.4rem}.faq-body{flex-direction:column;gap:1.5rem;padding:1.75rem;display:flex}.faq-item{border-bottom:1px solid var(--border-color);padding-bottom:1.25rem}.faq-item:last-child{border-bottom:none;padding-bottom:0}.faq-q{font-family:var(--font-display);color:var(--text-primary);align-items:flex-start;gap:.85rem;margin-bottom:.85rem;font-size:1.05rem;font-weight:700;display:flex}.faq-q .qmark{background:var(--brand-light);width:30px;height:30px;color:var(--brand);border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;font-weight:800;display:flex}.dark .faq-q .qmark{background:var(--bg-surface-hover);color:var(--gold)}.faq-a{padding-left:2.1rem}.search-page{padding:3rem 0 4.5rem}.search-panel{background:linear-gradient(135deg, var(--bg-surface), var(--gold-light));border:1px solid var(--border-color);box-shadow:var(--shadow-soft);border-radius:18px;grid-template-columns:minmax(0,.9fr) minmax(300px,1.1fr);align-items:end;gap:1.5rem;margin-bottom:1.25rem;padding:1.5rem;display:grid}.dark .search-panel{background:linear-gradient(135deg, var(--bg-surface), #e5c15814)}.search-panel h1{color:var(--text-primary);margin-top:.35rem;font-size:clamp(1.65rem,4vw,3rem);line-height:1.05}.search-page-form{background:var(--bg-surface);border:1px solid var(--border-color-hover);border-radius:14px;align-items:center;gap:.65rem;min-height:58px;padding:.35rem .4rem .35rem 1rem;transition:border-color .2s,box-shadow .2s;display:flex;box-shadow:0 12px 30px -18px #1a151352}.search-page-form:focus-within{border-color:var(--gold);box-shadow:0 0 0 3px var(--glow), 0 12px 30px -18px #1a151352}.search-page-form svg{width:1.2rem;height:1.2rem;color:var(--text-muted);flex-shrink:0}.search-page-form input[type=search]{min-width:0;color:var(--text-primary);background:0 0;border:0;outline:none;flex:1;padding:.75rem 0;font-size:1rem}.search-page-form button{background:var(--brand);color:#fff;cursor:pointer;border:0;border-radius:10px;flex-shrink:0;padding:.78rem 1.1rem;font-size:.9rem;font-weight:800;transition:background-color .2s,transform .2s}.search-page-form button:hover{background:var(--gold);transform:translateY(-1px)}.dark .search-page-form button{background:var(--gold);color:#1c1816}.search-tabs{flex-wrap:wrap;justify-content:flex-start;gap:.5rem;margin-bottom:2rem;display:flex}.search-tab{border:1px solid var(--border-color);background:var(--bg-surface);color:var(--text-secondary);border-radius:11px;padding:.6rem 1.1rem;font-size:.82rem;font-weight:700;transition:background-color .2s,color .2s,border-color .2s}.search-tab:hover{background:var(--bg-surface-hover);color:var(--brand)}.dark .search-tab:hover{color:var(--gold)}.search-tab.active{background:var(--brand);color:#fff;border-color:var(--brand)}.dark .search-tab.active{background:var(--gold);color:#1c1816;border-color:var(--gold)}.result-section{margin-bottom:2.25rem}.result-section h2{color:var(--text-primary);border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:.7rem;font-size:1.45rem;display:flex}.result-count{background:var(--brand-light);color:var(--brand);text-transform:uppercase;letter-spacing:.05em;border-radius:9999px;padding:.25rem .65rem;font-size:.66rem;font-weight:800}.dark .result-count{background:var(--bg-surface-hover);color:var(--gold)}.result-list{gap:.7rem;list-style:none;display:grid}.result-list>li+li{border-top:1px solid var(--border-color);border-top:none}.result-link{color:var(--text-primary);background:var(--bg-surface);border:1px solid var(--border-color);box-shadow:var(--shadow-soft);border-radius:12px;padding:1rem 1.15rem 1rem 1.35rem;font-size:1rem;font-weight:600;transition:background-color .15s,color .15s,border-color .15s,transform .15s;display:block;position:relative}.result-link:before{content:"";background:var(--brand);opacity:.35;border-radius:12px 0 0 12px;width:5px;transition:opacity .2s;position:absolute;inset:0 auto 0 0}.dark .result-link:before{background:var(--gold)}.result-link:hover{background:var(--bg-surface-hover);border-color:var(--border-color-hover);color:var(--brand);transform:translateY(-1px)}.dark .result-link:hover{color:var(--gold)}.result-link:hover:before{opacity:1}.named-result{justify-content:space-between;align-items:center;gap:1rem;display:flex}.result-main{gap:.25rem;min-width:0;display:grid}.result-title{overflow-wrap:anywhere;min-width:0;font-family:var(--font-display);font-weight:800;line-height:1.2}.result-subtitle{font-family:var(--font-sans);color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;font-size:.76rem;font-weight:700}.result-open{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;flex-shrink:0;font-size:.72rem;font-weight:800}.result-book{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.result-book .title{font-family:var(--font-display);color:var(--text-primary);font-size:1.02rem;font-weight:700}.result-book .year{font-family:var(--font-sans);color:var(--text-muted);background:var(--bg-page);border:1px solid var(--border-color);border-radius:5px;margin-left:.4rem;padding:.05rem .4rem;font-size:.78rem;font-weight:500}.result-book .by{color:var(--text-muted);margin-top:.35rem;font-size:.8rem}.result-book .instructions{color:var(--brand);margin-top:.35rem;font-size:.8rem;font-style:italic;font-weight:600}.dark .result-book .instructions{color:var(--gold)}.result-book .amazon-pill{text-transform:uppercase;letter-spacing:.05em;border:1px solid var(--brand);color:var(--brand);border-radius:10px;flex-shrink:0;align-items:center;gap:.4rem;padding:.55rem .95rem;font-size:.68rem;font-weight:800;transition:background-color .2s,color .2s;display:inline-flex}.dark .result-book .amazon-pill{border-color:var(--gold);color:var(--gold)}.result-link:hover .amazon-pill{background:var(--brand);color:#fff}.dark .result-link:hover .amazon-pill{background:var(--gold);color:#1c1816}.result-book .amazon-pill svg{width:.85rem;height:.85rem}.empty-result{background:var(--bg-surface);border:1px solid var(--border-color);text-align:center;color:var(--text-secondary);box-shadow:var(--shadow-soft);border-radius:16px;padding:2.5rem}.empty-result svg{width:3.5rem;height:3.5rem;color:var(--text-muted);margin:0 auto 1rem}.empty-result strong{color:var(--brand)}.dark .empty-result strong{color:var(--gold)}.see-more{margin-top:1rem}.editorial{background:var(--bg-surface);padding:5rem 0;position:relative;overflow:hidden}.editorial .ghost{font-family:var(--font-display);color:var(--brand);opacity:.04;text-transform:uppercase;pointer-events:none;font-size:12rem;font-weight:800;position:absolute;top:2rem;left:-3rem}.dark .editorial .ghost{color:var(--gold)}.prose{color:var(--text-secondary);font-size:1.02rem;line-height:1.8}.prose>*+*{margin-top:1.1rem}.prose h1,.prose h2,.prose h3,.prose h4{color:var(--text-primary);font-family:var(--font-display);margin-top:2rem;line-height:1.25}.prose h2{font-size:1.8rem}.prose h3{font-size:1.35rem}.prose h4{font-size:1.1rem}.prose a{color:var(--brand);text-underline-offset:2px;text-decoration:underline}.dark .prose a{color:var(--gold)}.prose strong{color:var(--text-primary);font-weight:700}.prose ul,.prose ol{padding-left:1.4rem}.prose li{margin-top:.4rem}.prose li::marker{color:var(--brand)}.dark .prose li::marker{color:var(--gold)}.prose blockquote{border-left:3px solid var(--gold);color:var(--text-muted);padding-left:1rem;font-style:italic}.prose-center h2{text-align:center}.prose-panel{background:var(--bg-surface);border:1px solid var(--border-color);box-shadow:var(--shadow-soft);border-radius:16px;padding:2rem}@media (width>=1024px){.prose-panel{padding:3rem}}.prose-divider{border-top:1px solid var(--border-color);margin-top:4rem;padding-top:3rem}.dropcap:first-letter{font-family:var(--font-display);float:left;color:var(--brand);margin:6px 10px 0 0;font-size:3.6rem;font-weight:800;line-height:.85}.dark .dropcap:first-letter{color:var(--gold)}.main-footer{color:#a49f9c;border-top:1px solid var(--border-color);background:#141211;margin-top:auto}.footer-grid{grid-template-columns:1fr;gap:3rem;padding:4rem 0;display:grid}@media (width>=768px){.footer-grid{grid-template-columns:2fr 1fr 1fr}}.footer-brand h3{font-family:var(--font-display);color:#fff;letter-spacing:.02em;margin-bottom:1.25rem;font-size:1.6rem}.footer-brand p{color:#8c8682;max-width:22rem;font-size:.88rem}.footer-col h4{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.08em;color:#fff;border-bottom:1px solid #ffffff1a;margin-bottom:1.25rem;padding-bottom:.5rem;font-size:.95rem}.footer-col nav{flex-direction:column;gap:.75rem;display:flex}.footer-col a{color:#a49f9c;font-size:.88rem;transition:color .2s}.footer-col a:hover{color:var(--gold)}.footer-social{border-top:1px solid #ffffff0d;gap:1rem;margin-top:.5rem;padding-top:1rem;display:flex}.footer-social a{color:#a49f9c;transition:color .2s}.footer-social a:hover{color:var(--gold)}.footer-bottom{color:#736e6b;border-top:1px solid #ffffff0d;flex-direction:column;justify-content:space-between;align-items:center;gap:1rem;padding:2rem 0;font-size:.78rem;display:flex}@media (width>=640px){.footer-bottom{flex-direction:row}}.static-page{padding:3.5rem 0 4.5rem}.static-page .page-head{padding-top:0}.static-card{background:var(--bg-surface);border:1px solid var(--border-color);box-shadow:var(--shadow-soft);border-radius:16px;margin-top:2rem;padding:2rem}@media (width>=1024px){.static-card{padding:3rem}}.contact-grid{grid-template-columns:1fr;gap:1.5rem;margin-top:2rem;display:grid}@media (width>=640px){.contact-grid{grid-template-columns:repeat(2,1fr)}}.contact-tile{background:var(--bg-surface);border:1px solid var(--border-color);box-shadow:var(--shadow-soft);border-radius:14px;padding:1.5rem}.contact-tile h3{color:var(--text-primary);margin-bottom:.5rem;font-size:1.05rem}.contact-tile a{color:var(--brand);font-weight:600}.dark .contact-tile a{color:var(--gold)}.contributor-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:2rem;display:grid}@media (width>=768px){.contributor-grid{grid-template-columns:repeat(4,1fr)}}.contributor-card{text-align:center;flex-direction:column;align-items:center;gap:.4rem;display:flex}.contributor-avatar{object-fit:cover;border:3px solid var(--bg-surface);width:96px;height:96px;box-shadow:0 0 0 2px var(--gold), var(--shadow-soft);border-radius:50%;margin-bottom:.5rem}.contributor-card h3{color:var(--text-primary);font-size:1rem}.contributor-card p{color:var(--text-muted);font-size:.82rem}.field{background:var(--bg-surface);border:1px solid var(--border-color);width:100%;color:var(--text-primary);border-radius:10px;outline:none;padding:.7rem .9rem;font-size:.95rem;transition:border-color .2s,box-shadow .2s;display:block}.field:focus{border-color:var(--gold);box-shadow:0 0 0 3px var(--glow)}.field::placeholder{color:var(--text-muted)}textarea.field{resize:vertical;min-height:8rem}.field-label{color:var(--text-secondary);margin-bottom:.4rem;font-size:.8rem;font-weight:700;display:block}.back-to-top{z-index:90;cursor:pointer;background:0 0;border:none;width:52px;height:52px;transition:transform .3s;display:none;position:fixed;bottom:1.5rem;right:1.5rem}.back-to-top:hover{transform:translateY(-3px)scale(1.05)}.back-to-top .track{color:var(--border-color-hover)}.back-to-top .prog{color:var(--brand)}.dark .back-to-top .prog{color:var(--gold)}.back-to-top .arrow{color:var(--text-secondary);justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.back-to-top:hover .arrow{color:var(--brand)}.dark .back-to-top:hover .arrow{color:var(--gold)}.hidden{display:none!important}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.desktop-only{display:none}@media (width>=768px){.desktop-only{display:flex}.mobile-only{display:none!important}}@media (width<=767px){:root{--mobile-header-offset:72px;--header-h:var(--mobile-header-offset)}.nav-bar{gap:1rem}.brand-mark{min-width:0}.brand-mark img{max-width:min(180px,52vw)}.nav-actions{gap:.35rem;margin-left:auto}.nav-links,.header-search{display:none}.nav-mobile-toggle,.nav-search-toggle{display:inline-flex}.mobile-search-row{inset:var(--mobile-header-offset) 0 auto 0;border-bottom:1px solid var(--border-color);background:var(--bg-surface);box-shadow:var(--shadow-hover);z-index:80;padding:.65rem 0 1rem;display:none;position:fixed}.mobile-search-row.open{display:block}.mobile-search{position:relative}.mobile-search .search-bar{background:var(--bg-surface);box-shadow:0 1px 0 #ffffffa6, var(--shadow-soft);border-radius:12px}.dark .mobile-search .search-bar{box-shadow:var(--shadow-soft)}.mobile-panel.open{inset:var(--mobile-header-offset) 0 auto 0;background:var(--bg-surface);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);box-shadow:var(--shadow-hover);z-index:80;padding:.55rem 1.5rem .9rem;display:block;position:fixed}.mobile-panel .nav-link{padding:.7rem .85rem;display:block}.container{padding:0 .85rem}.detail-body{padding:1.75rem 0}.detail-main{gap:1.75rem}.collections{gap:1.25rem}.collection-title{font-size:1.12rem}.reading-tools{margin-bottom:1rem}.timeline:before{width:2px;top:20px;bottom:20px;left:12px}.timeline-item{gap:.65rem;margin-bottom:.6rem}.timeline-badge{border-width:1.5px;width:26px;height:26px;font-size:.6rem}.book-line{align-items:flex-start;gap:.7rem;padding:.5rem 0}.load-more-row{padding-left:0}.book-thumb img,.book-thumb.placeholder{width:50px;height:76px}.book-meta .title{font-size:.9rem}.book-tags{gap:.3rem .5rem;margin-top:.35rem}.book-line{flex-wrap:wrap;align-items:center}.book-meta{flex:1 1 0;min-width:0}.book-actions{flex:100%;justify-content:flex-start;gap:.5rem;margin-top:.6rem;padding-left:60px}.amazon-link{background:var(--brand);color:#fff;border-bottom:none;border-radius:9px;order:-1;padding:.55rem .9rem}.dark .amazon-link{background:var(--gold);color:#1c1816}.amazon-link:hover{border-bottom:none}.search-page{padding:1.5rem 0 3rem}.search-panel{border-radius:14px;grid-template-columns:1fr;gap:1rem;padding:1rem}.search-page-form{gap:.45rem;min-height:52px;padding-left:.8rem}.search-page-form button{padding:.68rem .85rem}.search-tabs{flex-wrap:nowrap;margin-bottom:1.5rem;padding-bottom:.25rem;overflow-x:auto}.search-tab{white-space:nowrap}.result-section h2{align-items:flex-start;gap:.75rem;font-size:1.2rem}.named-result{align-items:flex-start}.result-open{display:none}.result-book{align-items:flex-start}.result-book .amazon-pill{justify-content:center;width:100%}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important}}:focus-visible{outline:2px solid var(--gold);outline-offset:2px;border-radius:3px}.dark :focus-visible{outline-color:var(--gold)}.search-input:focus-visible,.search-page-form input[type=search]:focus-visible,.field:focus-visible{outline:none}.skip-link{z-index:200;background:var(--brand);color:#fff;font-family:var(--font-sans);border-radius:0 0 9px 9px;padding:.6rem 1rem;font-size:.85rem;font-weight:700;text-decoration:none;transition:top .15s;position:absolute;top:-100px;left:.5rem}.dark .skip-link{background:var(--gold);color:#1c1816}.skip-link:focus{top:0}.timeline-item.by-others{display:none}.collection.show-by-others .timeline-item.by-others{display:flex}.collection-headrow{border-bottom:1px solid var(--border-color);flex-direction:column;align-items:stretch;gap:.75rem;margin-bottom:1rem;padding-bottom:.9rem;display:flex}@media (width>=640px){.collection-headrow{flex-direction:row;justify-content:space-between;align-items:center}}.collection-headrow .collection-head{flex:auto;gap:.85rem;min-width:0}.collection-num{background:var(--brand-light);width:34px;height:34px;color:var(--brand);border:1px solid var(--border-color);font-family:var(--font-sans);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;font-size:.82rem;font-weight:800;display:inline-flex}.dark .collection-num{background:var(--gold-light);color:var(--gold)}.collection-titles{flex-direction:column;gap:.15rem;min-width:0;display:flex}.collection-title-row{align-items:center;gap:.5rem;min-width:0;display:flex}.collection-sub{font-family:var(--font-sans);color:var(--text-muted);flex-wrap:wrap;gap:.15rem .75rem;font-size:.78rem;display:flex}.collection-footer{border-top:1px solid var(--border-color);margin-top:.4rem;padding-top:.9rem}.load-more-books{cursor:pointer;border:1px solid var(--border-color);background:var(--brand-light);width:100%;color:var(--brand);font-family:var(--font-sans);border-radius:10px;justify-content:center;align-items:center;gap:.5rem;padding:.7rem 1rem;font-size:.85rem;font-weight:600;transition:background-color .2s,border-color .2s,color .2s;display:inline-flex}.load-more-books svg{width:1rem;height:1rem}.load-more-books:hover{border-color:var(--gold);background:var(--bg-surface-hover)}.load-more-books[disabled]{opacity:.55;cursor:not-allowed}.dark .load-more-books{background:var(--gold-light);color:var(--gold)}.by-others-toggle{border:1px solid var(--border-color);background:var(--bg-surface);color:var(--text-secondary);font-family:var(--font-sans);cursor:pointer;border-radius:8px;flex-shrink:0;align-items:center;gap:.4rem;padding:.4rem .75rem;font-size:.76rem;font-weight:600;transition:color .2s,border-color .2s,background-color .2s;display:inline-flex}.by-others-toggle:hover{color:var(--brand);border-color:var(--gold);background:var(--bg-surface-hover)}.dark .by-others-toggle:hover{color:var(--gold)}.by-others-toggle svg{width:.9rem;height:.9rem;transition:transform .2s}.collection.show-by-others .by-others-toggle svg{transform:rotate(180deg)}.load-more-btn[disabled]{opacity:.55;cursor:not-allowed;transform:none}.load-more-btn .spinner{border:2px solid;border-top-color:#0000;border-radius:50%;flex-shrink:0;width:.95em;height:.95em;animation:.7s linear infinite bob-spin}@keyframes bob-spin{to{transform:rotate(360deg)}}.load-more-error{font-family:var(--font-sans);color:var(--brand);background:var(--brand-light);border:1px solid var(--border-color);border-radius:9px;flex-wrap:wrap;justify-content:center;align-items:center;gap:.6rem;margin-top:.5rem;padding:.6rem .9rem;font-size:.8rem;display:flex}.dark .load-more-error{color:var(--gold);background:var(--gold-light)}.load-more-error button{cursor:pointer;color:inherit;font:inherit;background:0 0;border:none;padding:0;font-weight:700;text-decoration:underline}.suggest-item[aria-selected=true],.suggest-item.is-active{background:var(--bg-surface-hover)}.listing-search{align-items:center;gap:.6rem;max-width:520px;margin:0 auto 1.25rem;display:flex}.listing-search .search-input{border:1px solid var(--border-color);background:var(--bg-surface);min-width:0;height:44px;color:var(--text-primary);font-family:var(--font-sans);border-radius:10px;flex:1;padding:0 .9rem;font-size:.9rem}.listing-search .search-input:focus{border-color:var(--gold);outline:none}.listing-search .btn{flex-shrink:0;height:44px}.filter-label{text-align:center;font-family:var(--font-sans);letter-spacing:.04em;color:var(--text-muted);margin-bottom:.6rem;font-size:.78rem;font-weight:600}.card-grid-listing{margin-top:1.5rem}.prose .lead{color:var(--text-secondary);font-size:1.08rem}.section-lead{text-align:center;max-width:62ch;font-family:var(--font-sans);color:var(--text-secondary);margin:0 auto 1.75rem;font-size:.95rem}.section-lead+.contact-grid{margin-top:0}.contact-grid+.section-lead{margin-top:1.75rem}.author-card{text-align:center;background:var(--card-overlay);max-width:640px;backdrop-filter:blur(var(--card-blur));border:1px solid var(--border-color);box-shadow:var(--shadow-card);border-radius:16px;flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;margin:0 auto;padding:1.75rem;display:flex}@media (width>=640px){.author-card{text-align:left;flex-wrap:nowrap}}.author-avatar{flex-shrink:0;width:120px;height:120px}.author-body h3{font-family:var(--font-display);color:var(--text-primary);margin-bottom:.15rem;font-size:1.35rem;font-weight:800}.author-body .author-role{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.08em;color:var(--brand);margin-bottom:.6rem;font-size:.74rem;font-weight:700}.dark .author-body .author-role{color:var(--gold)}.author-body p{color:var(--text-secondary);font-size:.94rem;line-height:1.65}.search-note{font-family:var(--font-sans);color:var(--text-secondary);margin-top:.5rem;font-size:.85rem}.search-note strong{color:var(--brand)}.dark .search-note strong{color:var(--gold)}.affiliate-inline{background:var(--bg-surface-hover);border:1px solid var(--border-color);font-family:var(--font-sans);color:var(--text-secondary);border-radius:9px;margin-bottom:1.5rem;padding:.6rem .9rem;font-size:.78rem}.result-link[aria-disabled=true]{cursor:default}.result-link[aria-disabled=true]:hover{transform:none}.search-combobox.svelte-sr7rzr{display:contents;position:relative}
