:root{--pearl-green: #1C542D;--white: #FFFFFF;--light-gray: #f8f9fa;--dark-text: #343a40;--header-height: 70px;--footer-height: 50px;--b-radius: 8px;--shadow-light: 0 4px 10px rgba(0, 0, 0, .07);--transition-speed: .3s}body{padding-top:var(--header-height);padding-bottom:var(--footer-height);background-color:var(--white);color:var(--dark-text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;margin:0}main{min-height:calc(100vh - var(--header-height) - var(--footer-height));width:100%}a{color:var(--pearl-green);text-decoration:none;transition:color var(--transition-speed) ease}a:hover{color:var(--dark-text)}.site-header{position:fixed;top:0;left:0;right:0;height:var(--header-height);background-color:var(--white);border-bottom:2px solid var(--pearl-green);box-shadow:var(--shadow-light);display:flex;justify-content:center;align-items:center;padding:0 2rem;z-index:1000}.site-header nav{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:1400px}.nav-left{display:flex;align-items:center;gap:1.25rem}.nav-logo{height:40px;width:40px;transition:transform var(--transition-speed) ease-out}.nav-logo:hover{transform:scale(1.1) rotate(-5deg)}.nav-brand{font-size:1.75rem;font-weight:700;color:var(--pearl-green);text-decoration:none}.nav-brand:hover{color:var(--dark-text)}.nav-right{display:flex;align-items:center;list-style:none;margin:0;padding:0;gap:2rem}.nav-link{font-size:1rem;font-weight:500;color:var(--dark-text);text-decoration:none;position:relative;padding:.5rem 0}.nav-link:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:0;height:2px;background-color:var(--pearl-green);transition:width var(--transition-speed) ease-out}.nav-link:hover:after{width:100%}.bmac-item{position:relative;margin-left:.5rem}.bmac-button{background-color:var(--pearl-green);color:var(--white);border:none;border-radius:50px;padding:.6rem 1.25rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:.9rem;letter-spacing:.5px;transition:all var(--transition-speed) ease;box-shadow:0 2px 5px #1c542d4d}.bmac-button svg{width:20px;height:20px;fill:var(--white);transition:fill var(--transition-speed) ease}.bmac-button:hover{background-color:var(--white);color:var(--pearl-green);transform:translateY(-2px);box-shadow:0 4px 8px #1c542d4d}.bmac-button:hover svg{fill:var(--pearl-green)}.bmac-dropdown{position:absolute;top:calc(100% + 10px);left:0;background-color:var(--white);border-radius:var(--b-radius);box-shadow:var(--shadow-light);border:1px solid #eee;padding:.5rem;width:150px;z-index:1001;display:flex;flex-direction:column;gap:.5rem;overflow:hidden}.bmac-dropdown a{display:block;padding:.75rem 1rem;color:var(--dark-text);text-decoration:none;border-radius:6px;font-weight:500;transition:background-color var(--transition-speed) ease,color var(--transition-speed) ease}.bmac-dropdown a:hover{background-color:var(--pearl-green);color:var(--white)}.site-footer{position:relative;bottom:0;left:0;right:0;height:var(--footer-height);background-color:var(--pearl-green);color:var(--light-gray);display:flex;justify-content:space-between;align-items:center;padding:0 2rem;font-size:.9rem;z-index:1000}.footer-links{display:flex;gap:1.5rem}.footer-links a{color:var(--white);text-decoration:none}.footer-links a:hover{text-decoration:underline}.page-section{padding-top:3rem;padding-bottom:3rem;border-bottom:1px solid #e9ecef}.page-section h2{color:var(--pearl-green);margin-bottom:1rem}textarea{font-family:monospace;font-size:.9rem}.copy-btn{margin-top:.3rem}pre{background:#fff;border:1px solid #ddd;padding:1rem}:root{--pearl-green: #1C542D;--white: #FFFFFF;--light-gray: #f8f9fa;--dark-text: #343a40;--header-height: 70px;--footer-height: 50px;--b-radius: 8px;--shadow-light: 0 4px 10px rgba(0, 0, 0, .07);--transition-speed: .3s;--brand-green: #008F39;--brand-green-hover: #00732d;--brand-light-green: #e6f4ea}main.svelte-12qhfyh{min-height:calc(100vh - var(--header-height) - var(--footer-height));width:100%}a.svelte-12qhfyh{color:var(--pearl-green);text-decoration:none;transition:color var(--transition-speed) ease}a.svelte-12qhfyh:hover{color:var(--dark-text)}.site-header.svelte-12qhfyh{position:fixed;top:0;left:0;right:0;height:var(--header-height);background-color:var(--white);border-bottom:2px solid var(--pearl-green);box-shadow:var(--shadow-light);display:flex;justify-content:center;align-items:center;padding:0 2rem;z-index:1000}.site-header.svelte-12qhfyh nav:where(.svelte-12qhfyh){display:flex;justify-content:space-between;align-items:center;width:100%;max-width:1400px}.nav-left.svelte-12qhfyh{display:flex;align-items:center;gap:1.25rem}.nav-logo.svelte-12qhfyh{height:40px;width:40px;transition:transform var(--transition-speed) ease-out}.nav-logo.svelte-12qhfyh:hover{transform:scale(1.1) rotate(-5deg)}.nav-brand.svelte-12qhfyh{font-size:1.75rem;font-weight:700;color:var(--pearl-green);text-decoration:none}.nav-brand.svelte-12qhfyh:hover{color:var(--dark-text)}.nav-right.svelte-12qhfyh{display:flex;align-items:center;list-style:none;margin:0;padding:0;gap:2rem}.nav-link.svelte-12qhfyh{font-size:1rem;font-weight:500;color:var(--dark-text);text-decoration:none;position:relative;padding:.5rem 0}.nav-link.svelte-12qhfyh:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:0;height:2px;background-color:var(--pearl-green);transition:width var(--transition-speed) ease-out}.nav-link.svelte-12qhfyh:hover:after{width:100%}.bmac-item.svelte-12qhfyh{position:relative;margin-left:.5rem}.bmac-button.svelte-12qhfyh{background-color:var(--brand-green);color:var(--white);border:none;border-radius:50px;padding:.6rem 1.25rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:.9rem;letter-spacing:.5px;transition:all var(--transition-speed) ease;box-shadow:0 2px 5px #008f394d}.bmac-button.svelte-12qhfyh svg:where(.svelte-12qhfyh){width:20px;height:20px;fill:var(--white)}.bmac-button.svelte-12qhfyh:hover{background-color:var(--brand-green-hover);transform:translateY(-2px);box-shadow:0 4px 8px #008f394d}.bmac-button.svelte-12qhfyh:hover svg:where(.svelte-12qhfyh){fill:var(--white)}.bmac-dropdown.svelte-12qhfyh{position:absolute;top:calc(100% + 10px);left:0;width:240px;background:var(--white);border-radius:16px;box-shadow:0 12px 32px #008f3926;overflow:hidden;border:1px solid rgba(0,143,57,.1);z-index:1001;display:flex;flex-direction:column}.bmac-dropdown.svelte-12qhfyh a:where(.svelte-12qhfyh){display:flex;align-items:center;justify-content:space-between;padding:12px 20px;color:#333;text-decoration:none;font-size:.98rem;transition:all .2s ease}.bmac-dropdown.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{background:var(--brand-light-green);color:var(--brand-green);padding-left:28px}.bmac-dropdown.svelte-12qhfyh .amount:where(.svelte-12qhfyh){font-weight:700;color:var(--brand-green);font-size:1.1rem}.bmac-dropdown.svelte-12qhfyh .custom-amount:where(.svelte-12qhfyh){font-weight:600;color:var(--brand-green);border-top:1px solid #eee;justify-content:center!important}.site-footer.svelte-12qhfyh{position:relative;bottom:0;left:0;right:0;height:var(--footer-height);background-color:var(--pearl-green);color:var(--light-gray);display:flex;justify-content:space-between;align-items:center;padding:0 2rem;font-size:.9rem;z-index:1000}.footer-links.svelte-12qhfyh{display:flex;gap:1.5rem}.footer-links.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--white);text-decoration:none}.footer-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{text-decoration:underline}
