/*
Theme Name: PanAtlas
Theme URI: https://panatlas.net
Author: PanAtlas
Description: PanAtlas atlas theme. Full-bleed, dark, ORCID-gated knowledge-graph explorer. Presentation only; auth, rights, audit, and the LLM navigator live in the panatlas-explorer plugin.
Version: 0.1.0
Requires at least: 6.0
Requires PHP: 8.0
*/

:root{--bg:#0d1117;--panel:#161b22;--line:#30363d;--ink:#e6edf3;--dim:#8b949e;--acc:#3fb0ff}
*{box-sizing:border-box}
html,body{margin:0;padding:0;height:100%;background:var(--bg);color:var(--ink);
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.55}
a{color:var(--acc)}

/* top bar */
.pa-topbar{position:sticky;top:0;z-index:20;height:46px;display:flex;align-items:center;justify-content:space-between;
  padding:0 18px;background:var(--panel);border-bottom:1px solid var(--line)}
.pa-brand{font-size:18px;font-weight:700;color:var(--ink);text-decoration:none;letter-spacing:.2px}
.pa-brand span{color:var(--acc);font-weight:400}
.pa-nav{display:flex;align-items:center;gap:14px;font-size:13px}
.pa-nav a{text-decoration:none}
.pa-user{color:var(--dim)}
.pa-user b{color:var(--ink);font-weight:600}

/* full-bleed stage for the explorer */
.pa-stage{height:calc(100vh - 46px)}
body.admin-bar .pa-stage{height:calc(100vh - 46px - 32px)}
@media screen and (max-width:782px){body.admin-bar .pa-stage{height:calc(100vh - 46px - 46px)}}

/* readable content for non-app pages (concepts, sample pages) */
.pa-content{max-width:880px;margin:0 auto;padding:28px 20px 60px}
.pa-content h1{font-size:28px;margin:0 0 12px}
.pa-content a{color:var(--acc)}
.pa-content .pa-meta{color:var(--dim);font-size:12px;margin-bottom:18px}

/* logged-out gate (theme-scoped so it styles even before the plugin CSS loads) */
.pa-gate{max-width:460px;margin:14vh auto;padding:32px;border:1px solid var(--line);border-radius:14px;background:var(--panel);text-align:center}
.pa-gate h2{margin:0 0 10px;font-size:22px}
.pa-gate p{color:var(--dim);margin:0 0 16px}
.pa-gate .pa-btn{display:inline-block;background:var(--acc);color:#04121f;padding:11px 20px;border-radius:9px;text-decoration:none;font-weight:700}
