@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Source+Sans+3:wght@400;500;600&display=swap";:root{color-scheme:dark;--bg:#0e1014;--bg-elevated:#161a21;--text:#f3efe6;--text-muted:#a8a194;--accent:#c4a574;--accent-soft:#c4a57429;--border:#f3efe61f;--header-border:#c4a57473;--shadow:0 18px 40px #00000047;--image-fallback:linear-gradient(145deg, #1c2230, #2a2430 55%, #3a2f26);--radius:4px;--max:1280px;--font-display:"Cormorant Garamond", Georgia, "Times New Roman", serif;--font-body:"Source Sans 3", "Segoe UI", sans-serif}html[data-theme=light]{color-scheme:light;--bg:#f4f1ea;--bg-elevated:#fffdf8;--text:#1a1714;--text-muted:#6b645b;--accent:#8a6a3a;--accent-soft:#8a6a3a1f;--border:#1a17141f;--header-border:#8a6a3a59;--shadow:0 14px 32px #2a201214;--image-fallback:linear-gradient(145deg, #ddd4c4, #cfc2ad 55%, #b9a78d)}*,:before,:after{box-sizing:border-box}html{background:var(--bg)}body{background:radial-gradient(1200px 500px at 10% -10%, #c4a57414, transparent 55%), radial-gradient(900px 420px at 90% 0%, #788cb414, transparent 50%), var(--bg);min-height:100vh;color:var(--text);font-family:var(--font-body);margin:0;font-size:1rem;line-height:1.55}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}a:hover{color:var(--accent)}button,input{font:inherit}.site-shell{width:min(100% - 2rem, var(--max));margin-inline:auto}.site-header{border-bottom:1px solid var(--header-border);justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:2rem;padding:1.4rem 0 1.1rem;display:flex}.brand{font-family:var(--font-display);letter-spacing:.01em;white-space:nowrap;color:var(--text);font-size:clamp(1.8rem,3vw,2.5rem);font-weight:600;line-height:1}.brand:hover{color:var(--accent)}.header-controls{flex:1;justify-content:flex-end;align-items:center;gap:.85rem;min-width:0;display:flex}.search-field{border:1px solid var(--border);background:var(--bg-elevated);width:min(100%,24rem);color:var(--text-muted);border-radius:999px;align-items:center;gap:.55rem;padding:.65rem .9rem;display:flex}.search-field:focus-within{border-color:var(--accent);color:var(--text)}.search-field input{width:100%;color:var(--text);background:0 0;border:0;outline:0}.search-field svg{flex-shrink:0;width:1rem;height:1rem}.theme-toggle{border:1px solid var(--border);background:var(--bg-elevated);color:var(--text-muted);cursor:pointer;border-radius:999px;align-items:center;gap:.45rem;padding:.45rem .7rem;display:inline-flex}.theme-toggle:hover{color:var(--text);border-color:var(--accent)}.theme-toggle[aria-pressed=true]{color:var(--accent)}.featured{border-bottom:1px solid var(--border);grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);align-items:stretch;gap:1.75rem;margin-bottom:2rem;padding-bottom:2rem;display:grid}.featured-media,.card-media{background:var(--image-fallback);position:relative;overflow:hidden}.featured-media{border-radius:var(--radius);min-height:22rem}.featured-media img,.card-media img{object-fit:cover;width:100%;height:100%}.featured-copy{flex-direction:column;justify-content:center;gap:.85rem;padding:.4rem 0;display:flex}.eyebrow{color:var(--accent);letter-spacing:.16em;text-transform:uppercase;margin:0;font-size:.78rem;font-weight:600}.featured-title{font-family:var(--font-display);margin:0;font-size:clamp(2rem,4vw,3.1rem);font-weight:600;line-height:1.08}.meta{color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase;flex-wrap:wrap;gap:.45rem .8rem;font-size:.85rem;display:flex}.meta .source{color:var(--accent);font-weight:600}.synopsis{color:var(--text-muted);max-width:42rem;margin:0}.card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem 1.25rem;display:grid}.card{flex-direction:column;gap:.85rem;min-width:0;display:flex}.card-media{aspect-ratio:16/10;border-radius:var(--radius)}.card-title{font-family:var(--font-display);margin:0;font-size:1.45rem;font-weight:600;line-height:1.2}.card .synopsis{font-size:.95rem}.empty-state,.page-status{text-align:center;color:var(--text-muted);padding:3rem 0 4rem}.search-page{padding-bottom:3rem}.search-page h1{font-family:var(--font-display);margin:0 0 1.25rem;font-size:clamp(2rem,4vw,2.75rem);font-weight:600}.search-page-form{flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem;display:flex}.search-page-form input[type=search]{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-elevated);min-width:0;color:var(--text);flex:16rem;padding:.75rem 1rem}.search-page-form input[type=search]:focus{border-color:var(--accent);outline:none}.search-page-form button{border:1px solid var(--accent);border-radius:var(--radius);background:var(--accent);color:var(--bg);cursor:pointer;padding:.75rem 1.25rem;font-weight:600}.search-page-form button:hover{filter:brightness(1.08)}.search-status{color:var(--text-muted);margin:0 0 1.5rem}.search-results{flex-direction:column;gap:1.5rem;display:flex}.search-result{border-bottom:1px solid var(--border);padding-bottom:1.5rem}.search-result-title{font-family:var(--font-display);margin:0 0 .4rem;font-size:1.45rem;font-weight:600;line-height:1.25}.search-result-meta{color:var(--text-muted);letter-spacing:.04em;margin:0 0 .55rem;font-size:.85rem}.search-result-synopsis{color:var(--text-muted);max-width:48rem;margin:0}.search-attribution{color:var(--text-muted);margin:2.5rem 0 0;font-size:.85rem}.search-attribution a{color:var(--accent)}.pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;margin:2.5rem 0 3rem;display:flex}.pagination a,.pagination span{border:1px solid var(--border);background:var(--bg-elevated);min-width:2.4rem;height:2.4rem;color:var(--text-muted);border-radius:999px;justify-content:center;align-items:center;padding:0 .75rem;font-size:.92rem;display:inline-flex}.pagination a:hover{color:var(--text);border-color:var(--accent)}.pagination a[aria-current=page]{color:var(--bg);background:var(--accent);border-color:var(--accent)}.pagination .disabled{opacity:.4;pointer-events:none}.site-footer{border-top:1px solid var(--border);color:var(--text-muted);flex-wrap:wrap;justify-content:space-between;gap:.75rem;padding:1.25rem 0 2rem;font-size:.88rem;display:flex}@media (width<=960px){.featured{grid-template-columns:1fr}.featured-media{min-height:16rem}.card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=680px){.site-header{flex-direction:column;align-items:stretch}.header-controls{justify-content:space-between}.search-field{width:100%}.card-grid{grid-template-columns:1fr}}
