.site-header[data-astro-cid-hnhh3bfe]{background-color:var(--header-bg);border-bottom:2px solid var(--accent-color);padding:1rem 0;position:sticky;top:0;z-index:100}.container[data-astro-cid-hnhh3bfe]{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center;position:relative}.logo[data-astro-cid-hnhh3bfe] h1[data-astro-cid-hnhh3bfe]{color:var(--accent-color);font-family:var(--font-serif);font-size:1.8rem;margin:0;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.hamburger-btn[data-astro-cid-hnhh3bfe]{display:none;flex-direction:column;justify-content:space-around;width:30px;height:25px;background:transparent;border:none;cursor:pointer;padding:0;z-index:101}.hamburger-line[data-astro-cid-hnhh3bfe]{width:100%;height:3px;background-color:var(--accent-color);border-radius:3px;transition:all .3s ease}.hamburger-btn[data-astro-cid-hnhh3bfe].active .hamburger-line[data-astro-cid-hnhh3bfe]:nth-child(1){transform:rotate(45deg) translate(7px,7px)}.hamburger-btn[data-astro-cid-hnhh3bfe].active .hamburger-line[data-astro-cid-hnhh3bfe]:nth-child(2){opacity:0}.hamburger-btn[data-astro-cid-hnhh3bfe].active .hamburger-line[data-astro-cid-hnhh3bfe]:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.main-nav[data-astro-cid-hnhh3bfe] ul[data-astro-cid-hnhh3bfe]{display:flex;list-style:none;margin:0;padding:0;gap:1.5rem}.main-nav[data-astro-cid-hnhh3bfe] a[data-astro-cid-hnhh3bfe]{color:var(--text-color);text-decoration:none;font-weight:500;padding:.5rem 0;border-bottom:2px solid transparent;transition:all .3s ease}.main-nav[data-astro-cid-hnhh3bfe] a[data-astro-cid-hnhh3bfe]:hover{border-bottom-color:var(--accent-color);color:var(--accent-color)}.theme-toggle[data-astro-cid-hnhh3bfe] button[data-astro-cid-hnhh3bfe]{background:none;border:none;color:var(--text-color);cursor:pointer;padding:.5rem;border-radius:50%;transition:background-color .3s ease}.theme-toggle[data-astro-cid-hnhh3bfe] button[data-astro-cid-hnhh3bfe]:hover{background-color:#ffd70033}@media (max-width: 1024px){.hamburger-btn[data-astro-cid-hnhh3bfe]{display:flex}.main-nav[data-astro-cid-hnhh3bfe]{position:absolute;top:100%;left:0;right:0;background-color:var(--header-bg);border-top:1px solid var(--border-color);box-shadow:0 4px 8px #0000004d;max-height:0;overflow:hidden;transition:max-height .3s ease}.main-nav[data-astro-cid-hnhh3bfe].active{max-height:400px}.main-nav[data-astro-cid-hnhh3bfe] ul[data-astro-cid-hnhh3bfe]{flex-direction:column;gap:0;padding:1rem 0}.main-nav[data-astro-cid-hnhh3bfe] li[data-astro-cid-hnhh3bfe]{width:100%}.main-nav[data-astro-cid-hnhh3bfe] a[data-astro-cid-hnhh3bfe]{display:block;padding:1rem 1.5rem;border-bottom:1px solid var(--border-color);border-left:3px solid transparent}.main-nav[data-astro-cid-hnhh3bfe] a[data-astro-cid-hnhh3bfe]:hover{border-bottom-color:var(--border-color);border-left-color:var(--accent-color);background-color:#daa5201a}.theme-toggle[data-astro-cid-hnhh3bfe]{order:-1}.container[data-astro-cid-hnhh3bfe]{flex-wrap:wrap}}@media (max-width: 768px){.logo[data-astro-cid-hnhh3bfe] h1[data-astro-cid-hnhh3bfe]{font-size:1.5rem}.main-nav[data-astro-cid-hnhh3bfe].active{max-height:500px}}.site-footer[data-astro-cid-mh6itkc3]{background-color:var(--header-bg);border-top:2px solid var(--accent-color);padding:1.5rem 0;margin-top:2rem}.container[data-astro-cid-mh6itkc3]{max-width:1200px;margin:0 auto;padding:0 1rem;text-align:center}.site-footer[data-astro-cid-mh6itkc3] p[data-astro-cid-mh6itkc3]{margin:.5rem 0;color:var(--text-color-secondary);font-size:.9rem}:root{--bg-color: #1a1a1a;--card-bg: #2a2a2a;--header-bg: #252525;--text-color: #e0e0e0;--text-color-secondary: #b0b0b0;--accent-color: #d4af37;--border-color: #444;--font-serif: "Georgia", serif;--font-sans: "Arial", sans-serif}[data-theme=light]{--bg-color: #faf4e8;--card-bg: #fff9f0;--header-bg: #e8dcc8;--text-color: #2d2416;--text-color-secondary: #6b5d4f;--accent-color: #c49a4a;--border-color: #d9cdb8;--pastel-green: #c8e6c9;--pastel-blue: #bbdefb;--pastel-purple: #e1bee7;--pastel-red: #ffcdd2;--pastel-orange: #ffe0b2;--pastel-yellow: #fff9c4}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background-color:var(--bg-color);color:var(--text-color);line-height:1.6;min-height:100vh}.page-container{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1;max-width:1200px;margin:0 auto;padding:2rem 1rem;width:100%}.container{max-width:1200px;margin:0 auto;padding:0 1rem}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);margin-bottom:1rem;color:var(--accent-color)}h1{font-size:2.5rem;text-align:center;margin-bottom:2rem}h2{font-size:2rem;border-bottom:2px solid var(--accent-color);padding-bottom:.5rem;margin-bottom:1.5rem}h3{font-size:1.5rem;margin-bottom:1rem}h4{font-size:1.25rem;margin-bottom:.8rem}a{color:var(--accent-color);text-decoration:none;transition:color .3s ease}a:hover{color:#f0d787}button{background-color:var(--accent-color);color:#000;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-weight:700;transition:background-color .3s ease,transform .2s ease}button:hover{background-color:#f0d787;transform:translateY(-2px)}button:active{transform:translateY(0)}button.secondary{background-color:transparent;color:var(--accent-color);border:1px solid var(--accent-color)}button.secondary:hover{background-color:var(--accent-color);color:#000}input,select,textarea{background-color:var(--card-bg);color:var(--text-color);border:1px solid var(--border-color);padding:.5rem;border-radius:4px;width:100%;margin-bottom:1rem}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--accent-color);box-shadow:0 0 0 2px #d4af374d}table{width:100%;border-collapse:collapse;margin-bottom:1.5rem}th,td{padding:.75rem;text-align:left;border-bottom:1px solid var(--border-color)}th{background-color:var(--header-bg);font-weight:700}tr:hover{background-color:#d4af371a}ul,ol{margin-left:2rem;margin-bottom:1rem}li{margin-bottom:.5rem}code{background-color:#d4af3733;padding:.2rem .4rem;border-radius:3px;font-family:monospace}pre{background-color:var(--card-bg);padding:1rem;border-radius:4px;overflow-x:auto;margin-bottom:1.5rem}pre code{background-color:transparent;padding:0}blockquote{border-left:4px solid var(--accent-color);padding-left:1rem;margin:1.5rem 0;font-style:italic}hr{border:none;height:2px;background-color:var(--border-color);margin:2rem 0}.section-title{text-align:center;margin-bottom:2rem;position:relative}.section-title:after{content:"";display:block;width:100px;height:3px;background-color:var(--accent-color);margin:.5rem auto}.modal-overlay{position:fixed;inset:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background-color:var(--card-bg);border-radius:8px;width:90%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 5px 15px #0000004d}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid var(--border-color)}.modal-header h3{margin:0}.modal-close{background:none;border:none;color:var(--text-color);cursor:pointer;padding:.25rem}.modal-body{padding:1rem}.accordion{margin-bottom:1rem}.accordion-item{border:1px solid var(--border-color);border-radius:4px;margin-bottom:.5rem;overflow:hidden}.accordion-header{background-color:var(--header-bg);padding:.75rem 1rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background-color .3s ease}.accordion-header:hover{background-color:#d4af3733}.accordion-icon{transition:transform .3s ease}.accordion-item.active .accordion-icon{transform:rotate(180deg)}.accordion-content{padding:1rem;display:none}.accordion-item.active .accordion-content{display:block}.action-card{background-color:var(--card-bg);border:1px solid var(--border-color);border-radius:8px;padding:1rem;margin-bottom:1rem;transition:transform .3s ease,box-shadow .3s ease}.action-card:hover{transform:translateY(-3px);box-shadow:0 5px 15px #0003}.action-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.action-name{font-family:var(--font-serif);font-size:1.2rem;color:var(--accent-color)}.action-cost{background-color:#d4af3733;padding:.25rem .5rem;border-radius:4px;font-size:.8rem;font-weight:700}.action-description{margin-bottom:.5rem}.action-effects{font-style:italic;color:var(--text-color-secondary)}@media (max-width: 768px){h1{font-size:2rem}h2{font-size:1.5rem}.main-content{padding:1rem .5rem}.modal-content{width:95%}}
