:root{--color-bg: #170a0d;--color-bg-elevated: #2a0f14;--color-bg-card: #3a1220;--color-fg: #f5e9dc;--color-fg-muted: #c9a98f;--color-fg-inverse: #1a0e05;--color-accent: #f0a13d;--color-accent-hover: #ffbe63;--color-accent-fg: #1a0e05;--color-secondary: #fbd818;--color-secondary-contrast: #1a0e05;--color-accent-blue: #5293d0;--color-border: #3a1b22;--color-border-strong: #9a5060;--color-success: #3ecf8e;--color-danger: #e2574c;--color-overlay: rgba(10, 5, 6, .78);--gradient-hero-fade: linear-gradient(180deg, rgba(23, 10, 13, 0) 0%, #170a0d 100%);--gradient-promo: linear-gradient(135deg, #3a1220 0%, #5c191a 45%, #9e2828 75%, #2e1147 100%);--gradient-surface: linear-gradient(160deg, #3a1220 0%, #170a0d 100%);--gradient-card-cover: linear-gradient(to top, rgba(23, 10, 13, .95) 0%, rgba(23, 10, 13, .55) 55%, rgba(23, 10, 13, .1) 100%);--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;--fs-h1: clamp(1.9rem, 1.5rem + 2vw, 3rem);--fs-h2: clamp(1.4rem, 1.2rem + 1vw, 2rem);--fs-h3: clamp(1.125rem, 1.05rem + .4vw, 1.375rem);--fs-body: clamp(1rem, .96rem + .2vw, 1.0625rem);--fs-small: .875rem;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-6: 1.5rem;--space-8: 2rem;--space-12: 3rem;--space-16: 4rem;--max-w: 72rem;--radius-sm: .375rem;--radius-md: .75rem;--radius-lg: 1.25rem;--radius-pill: 999px;--z-sticky: 20;--z-header: 50;--z-dropdown: 150;--z-modal-backdrop: 300;--z-modal: 301;--z-toast: 500}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}html,body{margin:0;padding:0}body{background-color:var(--color-bg);background-image:linear-gradient(#170a0de6,#170a0de6),url(/images/backgrounds/buffaloprime-bg-main-1200.webp);background-size:cover;background-position:center top;background-repeat:no-repeat;background-attachment:scroll;color:var(--color-fg);font-family:var(--font-sans);font-size:var(--fs-body);line-height:1.6}@media(min-width:900px){body{background-image:linear-gradient(#170a0de6,#170a0de6),url(/images/backgrounds/buffaloprime-bg-main-1920.webp);background-attachment:fixed}}img{max-width:100%;height:auto;display:block}a{color:var(--color-accent)}h1,h2,h3{line-height:1.2;margin:0 0 var(--space-4)}h1{font-size:var(--fs-h1)}h2{font-size:var(--fs-h2)}h3{font-size:var(--fs-h3)}p{margin:0 0 var(--space-4)}.container{max-width:var(--max-w);margin:0 auto;padding:0 var(--space-4)}@media(min-width:768px){.container{padding:0 var(--space-6)}}.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}.btn,.ref-cta{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);padding:.9rem 1.75rem;background:var(--color-accent);color:var(--color-accent-fg);font-weight:700;font-size:1rem;font-family:inherit;border:none;border-radius:var(--radius-md);text-align:center;text-decoration:none;cursor:pointer;min-height:48px;min-width:48px;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.btn:hover,.ref-cta:hover{background:var(--color-accent-hover);transform:translateY(-2px);box-shadow:0 8px 20px #f0a13d59}.btn:active,.ref-cta:active{transform:translateY(0)}.btn-ghost{background:transparent;color:var(--color-fg);border:1px solid var(--color-border-strong)}.btn-ghost:hover{background:var(--color-bg-card);color:var(--color-fg);box-shadow:none}.btn-block{width:100%}.site-header{position:sticky;top:0;z-index:var(--z-header);background:#170a0df0;backdrop-filter:blur(10px);border-bottom:1px solid var(--color-border)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);padding-block:var(--space-3)}.site-header__logo{display:inline-flex;align-items:center;gap:var(--space-2);font-weight:800;font-size:1rem;color:var(--color-fg);text-decoration:none;flex-shrink:0}.site-header__logo img{height:40px;width:auto}.site-header__logo span{display:none}@media(min-width:640px){.site-header__logo span{display:inline}}.site-header__nav{flex:1;display:flex;justify-content:flex-end}.nav-toggle{display:inline-flex;align-items:center;justify-content:center;min-height:48px;min-width:48px;background:transparent;border:1px solid var(--color-border-strong);border-radius:var(--radius-sm);color:var(--color-fg);font-size:1.25rem;cursor:pointer}.site-header__nav ul{list-style:none;margin:0;padding:var(--space-2) 0;display:none;flex-direction:column;gap:var(--space-1);position:absolute;top:100%;left:0;right:0;background:var(--color-bg-elevated);border-bottom:1px solid var(--color-border);z-index:var(--z-dropdown)}.site-header__nav ul.is-open{display:flex}.site-header__nav a{display:block;padding:var(--space-3) var(--space-4);color:var(--color-fg);text-decoration:none;font-weight:600;min-height:44px}.site-header__nav a:hover{color:var(--color-accent);background:var(--color-bg-card)}.site-header__cta{padding:.7rem 1.25rem;font-size:.875rem;min-width:0;white-space:normal;text-align:center}@media(min-width:900px){.nav-toggle{display:none}.site-header__nav{position:static}.site-header__nav ul{display:flex;position:static;flex-direction:row;gap:var(--space-2);background:none;border:none;padding:0}.site-header__nav a{padding:var(--space-2) var(--space-3);min-height:auto}.site-header__cta{margin-left:var(--space-4)}}.page-hero{position:relative;overflow:hidden;background:var(--gradient-surface);padding-block:var(--space-12) var(--space-8)}.page-hero--slot{padding-block:var(--space-8) 0}.page-hero__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 30%;opacity:.55;z-index:0}.page-hero__fade{position:absolute;inset:0;background:var(--gradient-hero-fade);z-index:1}.page-hero__inner{position:relative;z-index:2;display:flex;flex-direction:column;gap:var(--space-6);align-items:center;text-align:center}.page-hero__content{width:100%;max-width:40rem}.page-hero__content h1{text-shadow:0 2px 12px rgba(0,0,0,.5)}.page-hero__content p{color:var(--color-fg-muted);font-size:1.0625rem}.page-hero__art{width:100%;max-width:32rem;margin-inline:auto}.page-hero__art img{width:100%;height:auto;filter:drop-shadow(0 12px 30px rgba(0,0,0,.45))}@media(min-width:900px){.page-hero__inner{flex-direction:row;text-align:left;align-items:center}.page-hero__content{flex:1}.page-hero__art{flex:1;max-width:26rem}}.demo-frame{position:relative;aspect-ratio:16 / 9;width:100%;margin-block:var(--space-8);border-radius:var(--radius-lg);overflow:hidden;background:var(--color-bg-card);box-shadow:0 12px 30px #00000059}.demo-frame__poster{width:100%;height:100%;object-fit:cover}.demo-frame__overlay{position:absolute;inset:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-3);padding:var(--space-4);border:none;text-align:center;color:var(--color-fg);font-weight:700;font-size:1.0625rem;background:linear-gradient(#170a0d59,#170a0dbf)}.demo-frame__overlay--play{cursor:pointer;font-family:inherit;transition:background .15s ease}.demo-frame__overlay--play:hover,.demo-frame__overlay--play:focus-visible{background:linear-gradient(#170a0d73,#170a0dd9)}.demo-frame__icon{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;min-height:48px;min-width:48px;border-radius:var(--radius-pill);background:var(--color-accent);color:var(--color-accent-fg);font-size:1.5rem}.demo-frame__iframe{width:100%;height:100%;border:0;display:block}.page-content>.container>h1{margin-top:var(--space-8)}.block-section{padding-block:var(--space-12);border-top:1px solid var(--color-border)}.block-section:first-of-type{border-top:none}.block-section__intro{color:var(--color-fg-muted);font-size:1.0625rem;text-align:justify;text-align-last:left;hyphens:auto}.block-section__paragraph{color:var(--color-fg);text-align:justify;text-align-last:left;hyphens:auto}@media(max-width:640px){.block-section__intro,.block-section__paragraph{text-align:left;text-align-last:auto;hyphens:none}}.copy-link{color:var(--color-secondary);font-weight:700;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}.copy-link:hover{color:var(--color-accent)}.tbc{display:inline-block;padding:.05em .6em;background:var(--color-bg-card);color:var(--color-fg-muted);border:1px solid var(--color-border-strong);border-radius:var(--radius-pill);font-size:.8em;font-weight:700;letter-spacing:.03em;white-space:nowrap;vertical-align:baseline}.table-wrap{overflow-x:auto;min-width:0;margin-block:var(--space-6);border:1px solid var(--color-border);border-radius:var(--radius-md)}.specs-table{width:100%;min-width:480px;border-collapse:collapse}.specs-table caption{text-align:left;padding:var(--space-3) var(--space-4);font-weight:700;background:var(--color-bg-card);color:var(--color-fg)}.specs-table th,.specs-table td{text-align:left;padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--color-border);vertical-align:top}.specs-table thead th{background:#f0a13d1a;color:var(--color-fg);font-weight:800}.specs-table tbody tr:last-child td{border-bottom:none}.specs-table tbody th[scope=row]{width:38%;font-weight:700;color:var(--color-secondary)}@media(max-width:640px){.table-wrap{overflow-x:visible;border:none}.specs-table{min-width:0}.specs-table thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.specs-table tbody tr{display:block;margin-bottom:var(--space-3);background:#2a0f14d9;border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-2) var(--space-4)}.specs-table tbody td,.specs-table tbody th{border:0;padding:var(--space-2) 0;text-align:left}.specs-table tbody td[data-label]{display:flex;justify-content:space-between;align-items:flex-start;gap:var(--space-4);text-align:right}.specs-table tbody td[data-label]:before{content:attr(data-label);font-weight:700;color:var(--color-fg-muted);text-align:left;flex-shrink:0}.specs-table__value{min-width:0;flex:1 1 auto;overflow-wrap:break-word}.specs-table tbody th[scope=row]{display:block;font-weight:700;color:var(--color-secondary);padding-bottom:var(--space-1)}.specs-table tbody td:not([data-label]){display:block;color:var(--color-fg)}}.block-media{margin-block:var(--space-6);border-radius:var(--radius-lg);overflow:hidden;background:var(--color-bg-card);box-shadow:0 12px 30px #00000059}.block-media--land img{width:100%;aspect-ratio:16 / 9;object-fit:cover}.block-media--port{max-width:22rem;margin-inline:auto}.block-media--port img{width:100%;height:auto;object-fit:contain}.block-feature{display:grid;grid-template-columns:1fr;gap:var(--space-6);align-items:start}.block-feature .block-media{margin-block:0}@media(min-width:700px){.block-feature{grid-template-columns:minmax(0,5fr) minmax(0,7fr)}}.mobile-gallery{display:grid;grid-template-columns:1fr;gap:var(--space-4);margin-block:var(--space-6)}@media(min-width:560px){.mobile-gallery{grid-template-columns:repeat(3,1fr)}}.mobile-gallery__item{margin:0;border-radius:var(--radius-lg);overflow:hidden;background:var(--color-bg-card);border:1px solid var(--color-border);box-shadow:0 12px 30px #00000059}.mobile-gallery__item img{width:100%;height:auto;aspect-ratio:600 / 1067;object-fit:cover}.mobile-gallery__item figcaption{padding:var(--space-2) var(--space-3);text-align:center;font-size:var(--fs-small);font-weight:600;color:var(--color-fg-muted)}.symbol-grid{display:grid;grid-template-columns:1fr;gap:var(--space-4);margin-block:var(--space-6)}.symbol-tile{display:flex;flex-direction:column;align-items:center;text-align:center;gap:var(--space-2);padding:var(--space-4);min-width:0;background:#2a0f14d9;border:1px solid var(--color-border);border-radius:var(--radius-md)}.symbol-tile img{width:64px;height:64px;object-fit:contain}.symbol-tile__name{font-weight:700;font-size:var(--fs-small);color:var(--color-fg)}.symbol-tile__tier{font-size:.75rem;color:var(--color-fg-muted)}@media(min-width:480px){.symbol-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:900px){.symbol-grid{grid-template-columns:repeat(3,1fr)}}.cards-grid{display:grid;grid-template-columns:1fr;gap:var(--space-4);margin-block:var(--space-6)}@media(min-width:560px){.cards-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:900px){.cards-grid{grid-template-columns:repeat(3,1fr)}}.feature-card{background:#2a0f14d9;border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-6);display:flex;flex-direction:column;gap:var(--space-2)}.feature-card h3{color:var(--color-secondary);margin-bottom:0}.feature-card p{color:var(--color-fg-muted);margin-bottom:0;font-size:var(--fs-small)}.feature-card--art{position:relative;min-height:220px;justify-content:flex-end;color:var(--color-fg);overflow:hidden}.feature-card__art-img{position:absolute;inset:0;z-index:0;width:100%;height:100%;object-fit:cover;border-radius:inherit}.feature-card--art:before{content:"";position:absolute;inset:0;z-index:1;background:var(--gradient-card-cover);border-radius:inherit}.feature-card--art h3,.feature-card--art p{position:relative;z-index:2;color:var(--color-fg)}.feature-card--art h3{color:var(--color-secondary)}.feature-card__badge-img{width:100%;max-height:220px;object-fit:contain;margin-bottom:var(--space-2)}.promo-banner{margin-block:var(--space-12);padding:var(--space-12) var(--space-4);border-radius:var(--radius-lg);background:var(--gradient-promo);text-align:center;position:relative;overflow:hidden}.promo-banner__bg{position:absolute;inset:0;z-index:0;width:100%;height:100%;object-fit:cover}.promo-banner__fade{position:absolute;inset:0;z-index:1;background:linear-gradient(135deg,#3a1220e0,#2e1147d1)}.promo-banner__inner{position:relative;z-index:2;max-width:40rem;margin-inline:auto}.promo-banner__inner p{color:#f5e9dceb}.faq-list{display:flex;flex-direction:column;gap:var(--space-3);margin-block:var(--space-6)}.faq-item{background:#2a0f14d9;border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden}.faq-item summary{display:flex;justify-content:space-between;align-items:center;gap:var(--space-4);padding:var(--space-4) var(--space-6);cursor:pointer;font-weight:700;list-style:none;min-height:48px}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";font-size:1.5rem;color:var(--color-accent);flex-shrink:0}.faq-item[open] summary:after{content:"−"}.faq-item p{padding:0 var(--space-6) var(--space-4);color:var(--color-fg-muted);margin:0}.site-footer{background:#2a0f14d9;border-top:1px solid var(--color-border);padding-block:var(--space-12) var(--space-8);margin-top:var(--space-12)}.site-footer__inner{display:grid;grid-template-columns:1fr;gap:var(--space-8)}@media(min-width:640px){.site-footer__inner{grid-template-columns:repeat(2,1fr)}}.site-footer__column h3{font-size:var(--fs-small);text-transform:uppercase;letter-spacing:.06em;color:var(--color-fg-muted);margin-bottom:var(--space-3)}.site-footer__column ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-2)}.site-footer__column a{color:var(--color-fg);text-decoration:none}.site-footer__column a:hover{color:var(--color-accent)}.site-footer__trust{grid-column:1 / -1;margin-top:var(--space-2)}.site-footer__trust h3{font-size:var(--fs-small);text-transform:uppercase;letter-spacing:.06em;color:var(--color-fg-muted);margin-bottom:var(--space-3)}.trust-logos{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-6) var(--space-8)}.trust-logos__link{position:relative;display:inline-flex;align-items:center;min-height:44px;padding-block:var(--space-1);opacity:.85;transition:opacity .15s ease}.trust-logos__link:hover,.trust-logos__link:focus-visible{opacity:1}.trust-logos__link img{height:32px;width:auto;display:block}@media(min-width:640px){.trust-logos__link img{height:40px}}.trust-logos__flag{position:absolute;top:-2px;right:-10px;color:var(--color-secondary);font-weight:800;font-size:1rem}.site-footer__legal{grid-column:1 / -1;margin-top:var(--space-6);padding-top:var(--space-6);border-top:1px solid var(--color-border);color:var(--color-fg-muted);font-size:var(--fs-small);display:flex;flex-direction:column;gap:var(--space-2)}.casino-modal{position:fixed;inset:0;z-index:var(--z-modal);display:flex;align-items:center;justify-content:center;padding:var(--space-4)}.casino-modal[hidden]{display:none}.casino-modal__backdrop{position:fixed;inset:0;background:var(--color-overlay);z-index:var(--z-modal-backdrop)}.casino-modal__panel{position:relative;z-index:var(--z-modal);width:100%;max-width:28rem;background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-8) var(--space-6);box-shadow:0 30px 80px #00000080}.casino-modal__close{position:absolute;top:var(--space-3);right:var(--space-3);min-height:44px;min-width:44px;background:transparent;border:none;color:var(--color-fg-muted);font-size:1.5rem;cursor:pointer}.casino-modal__close:hover{color:var(--color-fg)}.casino-modal__subtitle{color:var(--color-fg-muted)}.casino-modal__choices{display:flex;flex-direction:column;gap:var(--space-3);margin-top:var(--space-6)}.casino-modal__choice{min-height:48px;padding:var(--space-3) var(--space-6);background:var(--color-bg-card);border:1px solid var(--color-border-strong);border-radius:var(--radius-md);color:var(--color-fg);font-weight:700;font-size:1rem;cursor:pointer;transition:background .15s ease,border-color .15s ease}.casino-modal__choice:hover{background:var(--color-accent);color:var(--color-accent-fg);border-color:var(--color-accent)}body.casino-modal-open{overflow:hidden}
