@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Jost:wght@400;500;700;800&display=swap");:root{--max-width:1100px;--border-radius:12px;--font-sans:"Inter",Arial,Helvetica,sans-serif;--font-heading:"Jost","Inter",Arial,Helvetica,sans-serif;--font-mono:ui-monospace,Menlo,Monaco,"Cascadia Mono","Segoe UI Mono","Roboto Mono","Oxygen Mono","Ubuntu Monospace","Source Code Pro","Fira Mono","Droid Sans Mono","Courier New",monospace;--color-bg-primary:#353332;--color-bg-secondary:#353332;--color-text-primary:#F7F2EC;--color-text-secondary:#F7F2EC;--color-accent-green:#BA4242;--color-accent-purple:#BA4242;--color-accent-amber:#983737;--color-frost:#4A4440;--color-surface:#E3E0DC;--color-surface-text:#000000;color-scheme:dark}@media (prefers-color-scheme:dark){:root{--color-bg-primary:#353332;--color-bg-secondary:#353332;--color-text-primary:#F7F2EC;--color-text-secondary:#F7F2EC;--color-accent-green:#BA4242;--color-accent-purple:#BA4242;--color-accent-amber:#983737;--color-surface:#E3E0DC;--color-surface-text:#000000}}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--color-text-primary);background-color:var(--color-bg-primary);font-family:var(--font-sans);line-height:1.6}a{color:var(--color-accent-purple);text-decoration:none}main{max-width:var(--max-width);margin:0 auto;padding:2rem}h1,h2,h3{margin-bottom:1rem;font-family:var(--font-heading);letter-spacing:-.01em;line-height:1.15}h1{font-weight:800}h2{font-weight:700}h3{font-weight:500}button{padding:.6rem 1rem;border-radius:4px;border:none;background-color:var(--color-accent-green);color:#F7F2EC;cursor:pointer;font-size:1rem}button:hover{background-color:var(--color-accent-amber)}input,select,textarea{padding:.5rem;border:1px solid var(--color-frost);border-radius:4px;font-size:1rem}header{background-color:var(--color-bg-secondary);border-bottom:1px solid var(--color-frost);padding:.5rem 0}.site-nav{display:flex;justify-content:space-between;align-items:center;max-width:var(--max-width);margin:0 auto}.menu-container{position:relative}.logo{font-weight:700;font-size:1.2rem;align-items:center}.dropdown-menu,.logo{display:flex;gap:.5rem}.dropdown-menu{position:absolute;right:0;top:100%;background:var(--color-bg-secondary);border:2px solid var(--color-frost);color:var(--color-text-primary);padding:.5rem;flex-direction:column;min-width:12rem;white-space:nowrap}.dropdown-menu a,.dropdown-menu button{color:var(--color-text-primary);background:transparent;border:none;text-align:left;padding:.25rem .5rem}.dropdown-menu a:hover,.dropdown-menu button:hover{color:#BA4242}footer{border-top:1px solid var(--color-frost);text-align:center;padding:1rem;margin-top:2rem}.site-footer,footer{background-color:var(--color-bg-secondary)}.app-wrapper{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1 1}.breadcrumbs-container{padding:0 1rem}.menu-button{background-color:#F7F2EC;color:#000000;border:1px solid #000000;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;line-height:1}.menu-button:hover{background-color:var(--color-bg-secondary)}.menu-button:focus-visible{outline:2px solid #000000;outline-offset:2px}.breadcrumbs{font-size:1rem;color:var(--color-text-secondary);margin-top:1rem;margin-bottom:.5rem;text-align:center}@media (prefers-color-scheme:dark){html{color-scheme:dark}}