html.buckflare-site{--bf-bg: #fffbeb;--bf-bg-elevated: #fff7ed;--bf-bg-card: #ffffff;--bf-border: rgba(120, 53, 15, .12);--bf-border-strong: rgba(120, 53, 15, .2);--bf-text: #1c1917;--bf-text-muted: #57534e;--bf-text-subtle: #78716c;--bf-accent: #ea580c;--bf-accent-dim: #c2410c;--bf-accent-hover: #f97316;--bf-gold: #eab308;--bf-gold-soft: rgba(234, 179, 8, .18);--bf-teal: #0d9488;--bf-teal-soft: rgba(13, 148, 136, .12);--bf-gradient: linear-gradient(135deg, #f97316 0%, #eab308 48%, #0d9488 100%);--bf-gradient-text: linear-gradient(90deg, #ea580c 0%, #ca8a04 42%, #0d9488 100%);--bf-shadow: 0 16px 40px -24px rgba(120, 53, 15, .22);--bf-shadow-glow: 0 0 0 1px rgba(234, 88, 12, .14), 0 20px 48px -28px rgba(13, 148, 136, .18);--bf-radius: 16px;--bf-radius-sm: 10px;--bf-radius-lg: 24px;--bf-font: "Outfit", system-ui, -apple-system, sans-serif;--bf-display: "Syne", "Outfit", system-ui, sans-serif;--bf-max: 52rem;--bf-pad-x: clamp(1rem, 4vw, 1.75rem);color-scheme:light}html.buckflare-site,html.buckflare-site body{margin:0;min-height:100vh;font-family:var(--bf-font);font-size:1rem;line-height:1.6;color:var(--bf-text);background-color:var(--bf-bg);background-image:radial-gradient(ellipse 80% 55% at 50% -15%,var(--bf-gold-soft),transparent 55%),radial-gradient(ellipse 45% 35% at 100% 0%,var(--bf-teal-soft),transparent 50%)}html.buckflare-site body{display:flex;flex-direction:column}html.buckflare-site main{flex:1;width:100%;max-width:var(--bf-max);margin:0 auto;padding:clamp(1.5rem,4vw,2.5rem) var(--bf-pad-x) clamp(2.5rem,6vw,4rem)}html.buckflare-site a{color:var(--bf-accent)}html.buckflare-site a:hover{color:var(--bf-accent-hover)}html.buckflare-site .bf-brand-text{font-family:var(--bf-display);font-weight:700;letter-spacing:-.04em;line-height:1;background:var(--bf-gradient-text);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}html.buckflare-site .bf-chip{display:inline-block;margin:0 0 .85rem;padding:.35rem .75rem;font-size:.75rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--bf-accent-dim);background:#ea580c1a;border:1px solid rgba(234,88,12,.2);border-radius:999px}html.buckflare-site .bf-lead{margin:0;font-size:clamp(1.05rem,2.2vw,1.2rem);line-height:1.55;color:var(--bf-text-muted);max-width:38rem}html.buckflare-site .bf-btn{display:inline-flex;align-items:center;justify-content:center;gap:.4em;padding:.72em 1.35em;font-family:var(--bf-font);font-size:.9375rem;font-weight:600;text-decoration:none;border-radius:999px;border:1px solid transparent;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}html.buckflare-site .bf-btn-primary{color:#fff;background:var(--bf-gradient);box-shadow:0 8px 24px #ea580c47}html.buckflare-site .bf-btn-primary:hover{color:#fff;transform:translateY(-1px);box-shadow:0 12px 28px #ea580c52}html.buckflare-site .bf-btn-secondary{color:var(--bf-text);background:var(--bf-bg-card);border-color:var(--bf-border-strong)}html.buckflare-site .bf-btn-secondary:hover{border-color:#ea580c59;box-shadow:var(--bf-shadow)}html.buckflare-site .bf-card{padding:1.25rem 1.35rem;background:var(--bf-bg-card);border:1px solid var(--bf-border);border-radius:var(--bf-radius);box-shadow:var(--bf-shadow)}html.buckflare-site .bf-card:hover{border-color:var(--bf-border-strong);box-shadow:var(--bf-shadow-glow)}html.buckflare-site .bf-card-title{margin:0 0 .45rem;font-family:var(--bf-display);font-size:1.1rem;font-weight:700;letter-spacing:-.02em;color:var(--bf-text)}html.buckflare-site .bf-card-body{margin:0;font-size:.9375rem;color:var(--bf-text-muted);line-height:1.55}html.buckflare-site .bf-section-title{margin:0 0 .65rem;font-family:var(--bf-display);font-size:clamp(1.5rem,3.5vw,2rem);font-weight:700;letter-spacing:-.03em;line-height:1.1}html.buckflare-site .bf-page-title{margin:0 0 .75rem;font-family:var(--bf-display);font-size:clamp(2rem,5vw,2.75rem);font-weight:700;letter-spacing:-.04em;line-height:1.05}html.buckflare-site .bf-grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}html.buckflare-site .bf-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}html.buckflare-site .bf-feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,16rem),1fr));gap:1rem}html.buckflare-site .bf-feature-card{display:flex;flex-direction:column;gap:.65rem}html.buckflare-site .bf-feature-icon{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:12px;color:var(--bf-accent);background:#ea580c1a;border:1px solid rgba(234,88,12,.16)}html.buckflare-site .bf-hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.75rem}html.buckflare-site .bf-pillar-num{display:block;margin-bottom:.35rem;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--bf-teal)}html.buckflare-site .bf-disclosure{margin-top:2rem;padding:1rem 1.15rem;background:#78350f0a;border:1px solid var(--bf-border);border-radius:var(--bf-radius-sm)}html.buckflare-site .bf-disclosure summary{cursor:pointer;font-weight:600;color:var(--bf-text-muted)}html.buckflare-site .bf-disclosure p{margin:.75rem 0 0;font-size:.875rem;color:var(--bf-text-subtle);line-height:1.55}html.buckflare-site .bf-contact-block{margin-top:2rem;padding:1.5rem;background:var(--bf-bg-card);border:1px solid var(--bf-border);border-radius:var(--bf-radius-lg);box-shadow:var(--bf-shadow-glow)}html.buckflare-site .bf-contact-email{font-family:var(--bf-display);font-size:clamp(1.15rem,3vw,1.45rem);font-weight:600;text-decoration:none;color:var(--bf-accent)}html.buckflare-site .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:720px){html.buckflare-site .bf-grid-3,html.buckflare-site .bf-grid-2{grid-template-columns:1fr}}html.buckflare-site .icon-wrap{display:inline-flex;align-items:center;justify-content:center;line-height:0}html.buckflare-site .ui-icon{display:block}.bf-mark[data-astro-cid-dif2ymug]{display:block;flex-shrink:0;filter:drop-shadow(0 0 10px rgba(234,179,8,.35))}.bf-header[data-astro-cid-gbqwjvqj]{position:sticky;top:0;z-index:100;padding:.85rem var(--bf-pad-x);background:linear-gradient(180deg,#fffbebf5,#fffbebd1);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--bf-border)}.bf-header-inner[data-astro-cid-gbqwjvqj]{max-width:var(--bf-max);margin:0 auto}.bf-nav[data-astro-cid-gbqwjvqj]{display:flex;align-items:center;justify-content:space-between;gap:1rem}.bf-logo-link[data-astro-cid-gbqwjvqj]{display:inline-flex;align-items:center;gap:.45rem;text-decoration:none;flex-shrink:0}.bf-logo-wordmark[data-astro-cid-gbqwjvqj]{font-size:clamp(1.1rem,2.5vw,1.35rem)}.bf-nav-links[data-astro-cid-gbqwjvqj]{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.25rem}.bf-nav-link[data-astro-cid-gbqwjvqj]{padding:.45rem .8rem;font-size:.8125rem;font-weight:500;text-decoration:none;color:var(--bf-text-subtle);border-radius:999px;border:1px solid transparent;transition:color .2s ease,background .2s ease,border-color .2s ease}.bf-nav-link[data-astro-cid-gbqwjvqj]:hover{color:var(--bf-text);background:#78350f0d}.bf-nav-link[data-astro-cid-gbqwjvqj].is-active{color:var(--bf-text);font-weight:600;background:#ea580c1a;border-color:#ea580c33}@media(max-width:560px){.bf-nav-links[data-astro-cid-gbqwjvqj]{gap:.1rem}.bf-nav-link[data-astro-cid-gbqwjvqj]{padding:.4rem .55rem;font-size:.75rem}}.bf-footer[data-astro-cid-icmdgeft]{margin-top:auto;padding:2rem var(--bf-pad-x) 3rem;border-top:1px solid var(--bf-border)}.bf-footer-inner[data-astro-cid-icmdgeft]{max-width:var(--bf-max);margin:0 auto;text-align:center}.bf-footer-nav[data-astro-cid-icmdgeft]{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem 1rem;margin-bottom:1rem}.bf-footer-nav[data-astro-cid-icmdgeft] a[data-astro-cid-icmdgeft]{font-size:.8125rem;font-weight:500;text-decoration:none;color:var(--bf-text-subtle)}.bf-footer-nav[data-astro-cid-icmdgeft] a[data-astro-cid-icmdgeft]:hover{color:var(--bf-text)}.bf-footer-copy[data-astro-cid-icmdgeft]{margin:0;font-size:.8125rem;color:var(--bf-text-subtle)}.bf-footer-parent[data-astro-cid-icmdgeft]{margin:.65rem 0 0;font-size:.75rem}.bf-footer-parent[data-astro-cid-icmdgeft] a[data-astro-cid-icmdgeft]{color:var(--bf-text-subtle);text-decoration:none}.bf-footer-parent[data-astro-cid-icmdgeft] a[data-astro-cid-icmdgeft]:hover{color:var(--bf-accent)}
