@import "https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@500;600;700&display=swap";
:root{--bg:#fafaf9;--card-bg:#fff;--border:#e5e3de;--text:#33322e;--text-muted:#8c897f;--accent-bg:#f1ede4;--accent-text:#6b6355;--pastel-pink:#f1ede4;--pastel-pink-text:#55504a;--pastel-purple:#f1ede4;--pastel-purple-text:#55504a;--pastel-blue:#f1ede4;--pastel-blue-text:#55504a;--pastel-green:#f1ede4;--pastel-green-text:#55504a;--pastel-orange:#f1ede4;--pastel-orange-text:#55504a;--pastel-yellow:#f1ede4;--pastel-yellow-text:#55504a;--gold:#d9b64a;--silver:#b7b4ab;--bronze:#b9825a}*{box-sizing:border-box}html,body{background-color:var(--bg);color:var(--text);margin:0;padding:0;font-family:Segoe UI,system-ui,-apple-system,sans-serif}a{color:inherit}.pokeball-pattern{background-color:var(--bg);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg opacity='0.35'%3E%3Ccircle cx='50' cy='50' r='22' fill='none' stroke='%23dedbd3' stroke-width='2.5'/%3E%3Cpath d='M28 50a22 22 0 0 1 44 0z' fill='%23dedbd3'/%3E%3Cline x1='28' y1='50' x2='39' y2='50' stroke='%23dedbd3' stroke-width='2.5'/%3E%3Cline x1='61' y1='50' x2='72' y2='50' stroke='%23dedbd3' stroke-width='2.5'/%3E%3Ccircle cx='50' cy='50' r='7' fill='%23fafaf9' stroke='%23dedbd3' stroke-width='2.5'/%3E%3Ccircle cx='50' cy='50' r='3' fill='none' stroke='%23dedbd3' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E");background-repeat:repeat;background-size:110px 110px}.pill{border:1px solid var(--border);white-space:nowrap;border-radius:999px;align-items:center;gap:6px;padding:7px 14px;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex}.pill-pink{background:var(--pastel-pink);color:var(--pastel-pink-text)}.pill-purple{background:var(--pastel-purple);color:var(--pastel-purple-text)}.pill-blue{background:var(--pastel-blue);color:var(--pastel-blue-text)}.pill-green{background:var(--pastel-green);color:var(--pastel-green-text)}.pill-orange{background:var(--pastel-orange);color:var(--pastel-orange-text)}.pill-yellow{background:var(--pastel-yellow);color:var(--pastel-yellow-text)}.card{background:var(--card-bg);border:1px solid var(--border);border-radius:16px;padding:16px}.muted{color:var(--text-muted)}.container{max-width:1180px;margin:0 auto;padding:0 20px}.hover-card{transition:box-shadow .15s,transform .15s}.hover-card:hover{box-shadow:0 4px 12px #0000000f, 0 0 0 2px var(--accent-bg);transform:translateY(-2px)}@media (max-width:640px){.nav-scroll{flex-wrap:wrap}.pill{padding:6px 10px;font-size:13px}.container{padding:0 12px}h1{font-size:22px}}@keyframes live-blink{0%,to{opacity:1}50%{opacity:.25}}.live-dot{background:#c2352f;border-radius:50%;width:8px;height:8px;animation:1.2s infinite live-blink;display:inline-block}.page-intro{background:var(--accent-bg);color:var(--accent-text);border-radius:10px;margin:6px 0 4px;padding:10px 14px;font-size:13px;display:inline-block}.grid-2{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.grid-4{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.grid-5{grid-template-columns:repeat(5,1fr);gap:10px;display:grid}.grid-6{grid-template-columns:repeat(6,1fr);gap:10px;display:grid}@media (max-width:900px){.grid-4{grid-template-columns:repeat(2,1fr)}.grid-5,.grid-6{grid-template-columns:repeat(3,1fr)}}@media (max-width:640px){.grid-2,.grid-3{grid-template-columns:1fr}.grid-4,.grid-5,.grid-6{grid-template-columns:repeat(2,1fr)}}.table-scroll{-webkit-overflow-scrolling:touch;overflow-x:auto}.desktop-nav{display:flex}.mobile-nav-toggle,.mobile-nav-panel{display:none}@media (max-width:860px){.desktop-nav{display:none}.mobile-nav-toggle{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;margin-left:auto;padding:8px;display:flex}.mobile-nav-panel.open{border-top:1px solid var(--border);background:#fff;flex-direction:column;gap:8px;padding:12px 16px 16px;display:flex}}@media (max-width:640px){.card{padding:12px}table{font-size:12px}}h1,h2,h3{letter-spacing:.3px;font-family:Chakra Petch,sans-serif}
