:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;--bg: #ffffff;--fg: #0f172a;--muted: #475569;--panel: #f8fafc;--border: #e2e8f0;--input: #ffffff;--accent: #4f46e5;--accent-fg: #ffffff;--shadow: 0 1px 2px rgba(2, 6, 23, .08), 0 2px 6px rgba(2, 6, 23, .06);color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body,#root{height:100%;width:100%}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;background:var(--bg);color:var(--fg);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,Helvetica Neue,Arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:dark){:root{--bg: #0b1220;--fg: #e5e7eb;--muted: #94a3b8;--panel: #0f172a;--border: #1f2937;--input: #0b1220;--accent: #6366f1;--accent-fg: #ffffff;--shadow: 0 1px 2px rgba(0, 0, 0, .3), 0 2px 6px rgba(0, 0, 0, .25)}}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--bg: #000000;--fg: #ffffff;--accent: #ffd70a;--muted: #888888;--border: transparent;--panel: #111111;--shadow: none;--input: transparent;--accent-fg: #000000}*{margin:0;padding:0;box-sizing:border-box}html{font-size:110%}.app{min-height:100vh;background:var(--bg);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:var(--fg)}.nav-bar{position:sticky;top:0;z-index:1000;display:flex;align-items:center;background:#0a0a0a;border-bottom:1px solid #222;padding:0 1rem}.nav-item{position:relative;flex-shrink:0}.nav-item>button{background:none;border:none;color:var(--muted);font-size:.85rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;padding:1rem 1.25rem;cursor:pointer;transition:color .2s;border-bottom:2px solid transparent;display:block}.nav-item>button:hover,.nav-item:hover>button{color:var(--fg)}.nav-item>button.active{color:var(--accent);border-bottom-color:var(--accent)}.dropdown{display:block;position:absolute;top:calc(100% + 1px);left:0;background:#0a0a0a;border:1px solid #222;border-top:none;list-style:none;padding:.5rem 0;min-width:220px;z-index:9999;margin:0;box-shadow:0 8px 24px #0009}.dropdown li{padding:.6rem 1.5rem;font-size:.85rem;color:var(--muted);cursor:pointer;transition:color .15s,background .15s;white-space:nowrap}.dropdown li:hover{color:var(--accent);background:#111}.page{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 48px);background:var(--bg);padding:2rem}.hero{display:flex;flex-direction:column;align-items:center}.logo{max-width:600px;width:100%;height:auto;margin-bottom:3rem;filter:drop-shadow(0 0 30px rgba(255,215,10,.3))}.title{font-size:2.5rem;font-weight:300;letter-spacing:.15em;text-transform:uppercase;color:var(--accent);text-shadow:0 0 20px rgba(255,215,10,.4);margin-bottom:1rem}.subtitle{font-size:1.1rem;color:var(--muted);letter-spacing:.05em}.wildlife{width:100%;max-width:900px;margin:0 auto;text-align:left}.wildlife .intro{margin-bottom:2.5rem}.wildlife .intro h2{font-size:2rem;font-weight:300;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem}.wildlife .intro p{color:var(--muted);line-height:1.7;margin-bottom:.5rem}.wildlife .ceiling{margin-top:.75rem;font-size:.85rem;color:var(--accent);opacity:.7}.wildlife .beast-list{margin-bottom:2.5rem}.wildlife .beast-list h3,.wildlife .tentative h3{font-size:.85rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:1rem;border-bottom:1px solid #222;padding-bottom:.5rem}.beast-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.beast-card{background:var(--panel);border:1px solid #1e1e1e;border-radius:4px;padding:1.25rem;transition:border-color .2s}.beast-card.confirmed{border-left:3px solid var(--accent)}.beast-card.pending{border-left:3px solid #333;opacity:.7}.beast-card h4{font-size:1rem;font-weight:600;color:var(--fg);margin-bottom:.75rem}.beast-card .epithet{font-weight:400;color:var(--muted);font-style:italic}.beast-card .details p{font-size:.875rem;color:var(--muted);line-height:1.6;margin-bottom:.4rem}.beast-card .details strong{color:var(--accent);font-weight:600}.beast-card .notes{margin-top:.75rem;font-size:.8rem;color:var(--muted);font-style:italic;line-height:1.5}.pending-note{font-size:.85rem;color:#555;font-style:italic}.tentative{margin-top:2rem}.tentative ul{list-style:none;padding:0}.tentative li{font-size:.875rem;color:var(--muted);padding:.4rem 0;border-bottom:1px solid #1a1a1a;font-style:italic}.tentative .note{margin-top:.75rem;font-size:.75rem;color:#444}.character-page{width:100%;max-width:900px;margin:0 auto;text-align:left}.char-header{margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #222}.char-header h2{font-size:2rem;font-weight:300;letter-spacing:.1em;color:var(--accent);margin-bottom:.5rem}.char-header .role{font-size:.9rem;color:var(--muted);font-style:italic}.char-profile{display:grid;gap:2rem}.char-stats{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem}.stat{display:flex;flex-direction:column;gap:.2rem}.stat label{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:var(--accent);font-weight:600}.stat value{font-size:.9rem;color:var(--fg)}.char-traits h4,.char-notes h4{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:var(--accent);font-weight:600;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid #1a1a1a}.trait-list{display:flex;flex-wrap:wrap;gap:.5rem}.trait{border:1px solid var(--accent);border-radius:3px;padding:.25rem .75rem;font-size:.75rem;color:var(--accent)}.char-notes ul{list-style:none;padding:0}.char-notes li{font-size:.875rem;color:var(--muted);padding:.5rem 0;border-bottom:1px solid #1a1a1a;line-height:1.6}.char-section{margin-bottom:2.5rem}.char-section h3{font-size:1rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #222}.char-section-content{padding-left:.5rem}.char-section-content p{font-size:.875rem;color:var(--muted);line-height:1.7;margin-bottom:.75rem}.char-section-content p:last-child{margin-bottom:0}.qmd-lead{color:var(--fg)!important;font-size:.9rem!important}.qmd-lead strong{color:var(--fg);text-shadow:0 0 8px rgba(255,215,10,.4),0 0 16px rgba(255,215,10,.2)}.qmd-sub{margin-bottom:1.25rem}.qmd-sub:last-child{margin-bottom:0}.qmd-sub h4{font-size:.8rem;font-weight:600;color:var(--accent);opacity:.8;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.qmd-callout{background:#111;border-left:3px solid var(--accent);padding:1rem 1.25rem;margin:1rem 0;border-radius:0 4px 4px 0;font-size:.875rem;color:var(--muted);line-height:1.6}.qmd-callout strong{color:var(--accent)}.qmd-table{width:100%;border-collapse:collapse;font-size:.875rem;margin:.5rem 0}.qmd-table td{padding:.5rem .75rem;border-bottom:1px solid #1a1a1a;color:var(--muted);vertical-align:top}.qmd-table td:first-child{color:var(--fg);white-space:nowrap;width:40%}.qmd-table td strong{color:var(--accent);font-weight:600}.qmd-list{list-style:none;padding:0;margin:.5rem 0}.qmd-list li{font-size:.875rem;color:var(--muted);border-bottom:1px solid #1a1a1a;line-height:1.6;padding:.5rem 0 .5rem 1rem;position:relative}.qmd-list li:before{content:"▸";position:absolute;left:0;color:var(--accent);font-size:.7rem;top:.6rem}.qmd-list li strong{color:var(--fg)}.qmd-list li code{background:#1a1a1a;padding:.1rem .4rem;border-radius:3px;font-size:.8rem;color:var(--accent)}.concept-page{width:100%;max-width:900px;margin:0 auto;text-align:left}.concept-header{margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #222}.concept-header h2{font-size:2rem;font-weight:300;letter-spacing:.1em;color:var(--accent);text-shadow:0 0 12px rgba(255,165,0,.5)}.concept-definition{background:#111;border-left:3px solid var(--accent);padding:1.25rem 1.5rem;margin-bottom:2rem;border-radius:0 4px 4px 0}.concept-definition p{font-size:.95rem;color:var(--fg);line-height:1.7}.concept-section{margin-bottom:2.5rem}.concept-section h3{font-size:1rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #222}.concept-section .qmd-lead{color:var(--fg);font-size:.9rem;line-height:1.7;margin-bottom:.75rem}.subsections{margin-top:1rem;padding-left:.75rem;border-left:2px solid #1a1a1a}.subsections .concept-section{margin-bottom:1.75rem}.subsections .concept-section h3{font-size:.9rem;color:var(--accent);border-bottom:none;padding-bottom:0;margin-bottom:.75rem}.concept-section blockquote{background:#111;border-left:3px solid var(--accent);padding:1rem 1.25rem;margin:.75rem 0;border-radius:0 4px 4px 0;font-size:.875rem;color:var(--muted);line-height:1.6;font-style:italic}.concept-section .qmd-table{width:100%;border-collapse:collapse;font-size:.875rem;margin:.5rem 0 1rem}.concept-section .qmd-table th,.concept-section .qmd-table td{padding:.6rem .75rem;border-bottom:1px solid #1a1a1a;color:var(--muted);text-align:left}.concept-section .qmd-table th{color:var(--accent);font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.06em}.concept-section .qmd-table td:first-child{color:var(--fg);font-weight:500}.concept-points{list-style:none;padding:0}.concept-points li{font-size:.875rem;color:var(--muted);border-bottom:1px solid #1a1a1a;line-height:1.6;padding:.75rem 0 .75rem 1.25rem;position:relative}.concept-points li:before{content:"▸";position:absolute;left:0;color:var(--accent);font-size:.75rem}.placeholder{text-align:center;color:var(--muted);padding:4rem 2rem}.placeholder h2{font-size:1.5rem;font-weight:300;letter-spacing:.1em;color:var(--accent);margin-bottom:1rem}@media(max-width:600px){.nav-bar{padding:0 .5rem}.nav-item>button{padding:1rem .75rem;font-size:.75rem}.beast-grid{grid-template-columns:1fr}}.concept-top-row{display:flex;gap:2rem;margin-bottom:2.5rem;align-items:flex-start}.concept-grid{display:grid;grid-template-columns:1fr 300px;gap:2rem;margin-bottom:2.5rem;align-items:start}.concept-grid-left{display:flex;flex-direction:column;gap:2.5rem}.concept-grid-left .concept-section{margin-bottom:0}.concept-grid-right{position:sticky;top:1rem;align-self:start}.concept-overview{flex:1;min-width:0}.concept-classification{width:260px;flex-shrink:0;background:#111;border:1px solid #1e1e1e;border-radius:8px;padding:1.25rem}.concept-classification h3{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--accent);margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid #222}.concept-classification .qmd-table{font-size:.8rem;margin:0}.concept-classification .qmd-table th,.concept-classification .qmd-table td{padding:.4rem .5rem}.concept-classification .qmd-table th{color:var(--accent);font-size:.7rem}.concept-classification .qmd-table td:first-child{color:var(--fg);font-weight:600}.concept-classification .qmd-table td{color:var(--muted)}.concept-incubation{width:280px;flex-shrink:0;background:#1a1a1a;border:1px solid #2a2a2a;border-radius:8px;padding:1.25rem}.concept-incubation h3{font-size:.85rem;text-transform:uppercase;letter-spacing:.08em;color:var(--accent);margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid #333}.concept-incubation .qmd-table{font-size:.8rem;margin:0}.concept-incubation .qmd-table th,.concept-incubation .qmd-table td{padding:.4rem .5rem}
