:root{--bg: #f3efe4;--card: #fbf8f0;--ink: #1f2a22;--muted: #6c7468;--line: #e0d9c6;--accent: #2f5d44;color-scheme:light}@media (prefers-color-scheme: dark){:root{--bg: #141a16;--card: #1d2520;--ink: #eef0e6;--muted: #9aa597;--line: #2c3730;--accent: #8fc9a6;color-scheme:dark}}*{box-sizing:border-box}html,body{margin:0;background:var(--bg);color:var(--ink)}body{font:16px/1.45 Inter,-apple-system,Helvetica Neue,Arial,sans-serif;-webkit-text-size-adjust:100%}.hub{max-width:880px;margin:0 auto;padding:calc(env(safe-area-inset-top) + 32px) 16px calc(env(safe-area-inset-bottom) + 24px)}.hub-head{text-align:center;margin-bottom:24px}.hub-logo{border-radius:14px}.hub-head h1{margin:8px 0 2px;font:700 2.4rem/1.1 Fraunces,Georgia,serif}.hub-head p{margin:0;color:var(--muted)}.hub-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px}.hub-tile{display:grid;gap:4px;padding:18px;min-height:120px;border-radius:16px;text-decoration:none;color:inherit;background:var(--card);border:1px solid var(--line);box-shadow:0 2px 10px #141e140f;transition:transform .12s ease,border-color .12s ease}.hub-tile:hover,.hub-tile:focus-visible{transform:translateY(-2px);border-color:var(--accent);outline:none}.hub-ico{font-size:1.8rem}.hub-tile strong{font:700 1.25rem Fraunces,Georgia,serif}.hub-tile span:last-child{color:var(--muted);font-size:.92rem}.hub-foot{margin-top:28px;text-align:center;color:var(--muted);font-size:.75rem}.hub-foot a{color:inherit}.hub-foot code{font-family:ui-monospace,Menlo,monospace}
