:root{--bg-primary:#0a0a0c;--bg-secondary:#111115;--bg-card:#1a1a20;--text-primary:#e0d6c2;--text-secondary:#8a8578;--accent:#c8aa6e;--accent-hover:#d4ba80;--accent-dim:#c8aa6e33;--border:#2a2820;--font-heading:"Georgia", "Noto Serif SC", serif;--font-body:"Segoe UI", "Noto Sans SC", sans-serif;--max-width:1200px;--nav-height:60px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--bg-primary);height:100%;color:var(--text-primary);font-family:var(--font-body);-webkit-font-smoothing:antialiased;font-size:16px;line-height:1.6}a{color:var(--accent);text-decoration:none;transition:color .2s}a:hover{color:var(--accent-hover)}h1,h2,h3,h4{font-family:var(--font-heading);color:var(--accent);font-weight:400}.nav{height:var(--nav-height);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);z-index:1000;background:#0a0a0cf2;justify-content:space-between;align-items:center;padding:0 2rem;display:flex;position:fixed;top:0;left:0;right:0}.nav__logo{font-family:var(--font-heading);color:var(--accent);letter-spacing:.05em;font-size:1.25rem}.nav__links{gap:2rem;list-style:none;display:flex}.nav__links a{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.1em;font-size:.9rem;transition:color .2s}.nav__links a:hover,.nav__links a.active{color:var(--accent)}.page{padding-top:var(--nav-height);min-height:100vh}.container{max-width:var(--max-width);margin:0 auto;padding:2rem}.section-title{text-align:center;color:var(--accent);margin-bottom:.5rem;font-size:2rem}.btn{border:1px solid var(--accent);color:var(--accent);font-family:var(--font-heading);cursor:pointer;text-transform:uppercase;letter-spacing:.05em;background:0 0;padding:.75rem 2rem;font-size:1rem;transition:background .3s,color .3s;display:inline-block}.btn:hover{background:var(--accent);color:var(--bg-primary)}.footer{text-align:center;color:var(--text-secondary);border-top:1px solid var(--border);padding:2rem;font-size:.8rem}.tag-list{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.tag{background:var(--accent-dim);color:var(--accent);border:1px solid var(--accent);border-radius:2px;padding:.3rem .8rem;font-size:.85rem}.empty-state{text-align:center;color:var(--text-secondary);grid-column:1/-1;padding:4rem 2rem}.page{animation:.5s ease-out fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.entry-card:first-child{animation:.4s ease-out 50ms both fadeIn}.entry-card:nth-child(2){animation:.4s ease-out .15s both fadeIn}.entry-card:nth-child(3){animation:.4s ease-out .25s both fadeIn}.character-card,.region-card,.story-card{animation:.4s ease-out both fadeIn}.section-divider{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='32'%3E%3Cline x1='10' y1='8' x2='70' y2='8' stroke='%23c8aa6e' stroke-width='1'/%3E%3Cline x1='90' y1='8' x2='150' y2='8' stroke='%23c8aa6e' stroke-width='1'/%3E%3Cline x1='16' y1='18' x2='64' y2='18' stroke='%238b6914' stroke-width='0.5'/%3E%3Cline x1='96' y1='18' x2='144' y2='18' stroke='%238b6914' stroke-width='0.5'/%3E%3Cpolygon points='74,8 80,18 86,8' fill='none' stroke='%23c8aa6e' stroke-width='1'/%3E%3Cpolygon points='77,10 80,16 83,10' fill='none' stroke='%23f0d68a' stroke-width='0.8'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;width:160px;height:32px;margin:0 auto 2rem}
