:root{--bg:#f5f1e8;--ink:#11152a;--muted:#686b78;--line:#d9d2c4;--card:#fffdf8;--accent:#4d39bd;--red:#ba2438;--c:#16665e}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.topbar{padding:28px clamp(18px,5vw,70px);display:flex;gap:28px;align-items:flex-start;border-bottom:1px solid var(--line);background:#fbf8f1;position:sticky;top:0;z-index:5}.back{color:var(--ink);text-decoration:none;font-weight:800;padding-top:5px;white-space:nowrap}.eyebrow{font-size:.76rem;font-weight:900;letter-spacing:.13em;color:var(--accent)}h1{font-size:clamp(2rem,4vw,4rem);line-height:.95;margin:.18rem 0 .55rem;letter-spacing:-.04em}.topbar p{margin:0;color:var(--muted);font-size:1rem}main{padding:22px clamp(16px,5vw,70px) 70px;max-width:1500px;margin:auto}.controls{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-bottom:14px}.seg{display:flex;border:1px solid var(--line);border-radius:999px;overflow:hidden;background:var(--card)}button{font:inherit}.seg button{border:0;border-right:1px solid var(--line);background:transparent;padding:10px 14px;font-weight:750;cursor:pointer;color:var(--muted)}.seg button:last-child{border-right:0}.seg button.active{background:var(--ink);color:white}#search{min-width:220px;flex:1;max-width:460px;padding:11px 14px;border:1px solid var(--line);border-radius:999px;background:white;font:inherit}.summary{color:var(--muted);font-size:.9rem;margin:8px 0 24px}.outer{margin:30px 0 46px}.outer-title{font-size:1.55rem;margin:0 0 18px;border-bottom:3px solid var(--ink);padding-bottom:8px}.geo{margin:20px 0 34px;padding-left:16px;border-left:2px solid var(--line)}.geo-title{font-size:1.12rem;margin:0 0 14px;color:var(--ink);font-weight:850}.inner{margin:14px 0 26px}.inner-title{font-size:.82rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin:0 0 10px}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(235px,1fr));gap:10px}.term{width:100%;text-align:left;border:1px solid var(--line);border-radius:15px;background:var(--card);padding:15px;cursor:pointer;min-height:112px;display:flex;flex-direction:column;gap:7px;transition:.12s transform,.12s border-color}.term:hover{transform:translateY(-2px);border-color:var(--accent)}.term h3{margin:0;font-size:1.05rem;line-height:1.16}.meta{font-size:.78rem;color:var(--muted);line-height:1.3}.badges{display:flex;gap:5px;flex-wrap:wrap;margin-top:auto}.badge{font-size:.68rem;font-weight:900;padding:3px 7px;border-radius:999px;background:#ece8de}.badge.red{background:#f6d8dd;color:#7f1023}.badge.c{background:#d5eee9;color:#0d554e}.badge.reuse{background:#e2dcff;color:#392a96}.badge.generated{background:#e7e3d5;color:#574f3c}dialog{border:0;border-radius:18px;padding:0;width:min(1050px,96vw);height:min(88vh,920px);box-shadow:0 25px 90px #0006;background:white;color:var(--ink)}dialog::backdrop{background:#111528b8}.close{position:sticky;float:right;top:12px;right:12px;margin:12px;z-index:9;width:42px;height:42px;border-radius:50%;border:0;background:#11152a;color:white;font-size:1.5rem;cursor:pointer}#dialogBody{min-height:100%;padding:30px 34px 44px}.codex-frame{width:100%;height:calc(88vh - 15px);border:0}.detail-head{border-bottom:1px solid var(--line);padding-bottom:18px;margin-bottom:20px}.detail-head h2{font-size:clamp(2rem,4vw,3.8rem);line-height:1;margin:.25rem 0}.fact-list{list-style:none;margin:0;padding:0;display:grid;gap:10px}.fact{border:1px solid var(--line);border-radius:12px;padding:13px 15px;background:#fffdf8}.fact-row{display:flex;gap:10px;align-items:flex-start}.band{flex:0 0 28px;height:28px;border-radius:50%;background:#171b31;color:white;display:grid;place-items:center;font-size:.72rem;font-weight:900}.fact p{margin:3px 0 0;line-height:1.42}.fact details{margin:10px 0 0 38px;color:var(--muted);font-size:.86rem}.fact details p{margin:7px 0}.source-note{font-size:.82rem;color:var(--muted);margin-top:20px}@media(max-width:650px){.topbar{position:static;padding:18px;gap:16px}.topbar p{font-size:.9rem}main{padding:16px}.controls{align-items:stretch}.seg{width:100%}.seg button{flex:1;font-size:.76rem;padding:9px 8px}.geo{padding-left:10px}.grid{grid-template-columns:1fr 1fr}.term{min-height:105px;padding:12px}#dialogBody{padding:22px 16px 35px}.codex-frame{height:86vh}}@media(max-width:420px){.grid{grid-template-columns:1fr}}