:root{--color-black:#0b0b0b;--color-black-2:#171717;--color-panel:#1f1f1f;--color-yellow:#f4c400;--color-yellow-hover:#ffd31a;--color-white:#ffffff;--color-muted:#b8b8b8;--color-border:rgba(255,255,255,0.1);--color-yellow-border:rgba(244,196,0,0.25);--color-green:#16834a;--color-red:#c83232;--color-blue:#3c82f6;--surface-raised:#242424;--surface-sunken:#101010;--surface-glass:rgba(31,31,31,0.82);--focus-ring:0 0 0 3px rgba(244,196,0,0.18);--shadow-panel:0 14px 36px rgba(0,0,0,0.3);--shadow-soft:0 18px 60px rgba(0,0,0,0.34);--shadow-yellow:0 18px 42px rgba(244,196,0,0.12);--radius:8px;--radius-sm:6px;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:22px;--container:1180px;--fzac-black:var(--color-black);--fzac-black-2:var(--color-black-2);--fzac-panel:var(--color-panel);--fzac-panel-2:#262626;--fzac-yellow:var(--color-yellow);--fzac-yellow-hover:var(--color-yellow-hover);--fzac-white:var(--color-white);--fzac-muted:var(--color-muted);--fzac-muted-2:#8c8c8c;--fzac-border:var(--color-yellow-border);--fzac-border-soft:var(--color-border);--fzac-success:var(--color-green);--fzac-danger:var(--color-red)}.site-shell{min-height:100vh;display:flex;flex-direction:column}.container{width:min(var(--container),calc(100% - 32px));margin-inline:auto}.page-section{padding:54px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:22px}.section-head h1,.section-head h2{margin:0;color:var(--color-white);line-height:1.05}.section-head p{max-width:680px;margin:10px 0 0;color:var(--color-muted);line-height:1.6}.kicker{display:inline-flex;align-items:center;gap:8px;color:var(--color-yellow);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.topbar{background:linear-gradient(90deg,#050505,#111111 48%,#050505);border-bottom:1px solid rgba(244,196,0,.18);color:var(--color-muted);font-size:.84rem}.topbar__inner{min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:16px}.topbar__message{margin-left:auto}.topbar__consumer-link{min-height:30px;display:inline-flex;align-items:center;gap:6px;border-left:1px solid rgba(244,196,0,.22);color:var(--color-yellow);padding-left:16px;font-weight:850;white-space:nowrap}.topbar__consumer-link:hover{color:var(--color-yellow-hover);text-decoration:underline;text-underline-offset:3px}.site-header{position:sticky;top:0;z-index:30;background:linear-gradient(180deg,rgba(17,17,17,.97),rgba(8,8,8,.95)),rgba(11,11,11,.96);border-bottom:1px solid var(--color-border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 10px 28px rgba(0,0,0,.28)}.site-header__main{min-height:76px;display:grid;grid-template-columns:auto minmax(260px,1fr) auto;gap:16px;align-items:center}.brand{display:inline-flex;align-items:center;gap:10px;min-width:max-content;border:1px solid rgba(244,196,0,.2);border-radius:var(--radius);background:rgba(255,255,255,.035);padding:7px 11px 7px 7px;transition:border-color .16s ease,background-color .16s ease,transform .16s ease}.brand:hover{transform:translateY(-1px);border-color:var(--color-yellow-border);background:rgba(244,196,0,.08)}.brand__mark{overflow:hidden;width:44px;height:44px;border-radius:var(--radius-sm);display:grid;place-items:center;background:var(--color-yellow);color:var(--color-black);font-weight:950}.brand__mark--logo{background:#050505;border:1px solid rgba(244,196,0,.28);border-radius:999px}.brand__mark--logo img{width:100%;height:100%;object-fit:cover}.brand__text{display:grid;gap:2px;line-height:1.04}.brand__text strong{color:var(--color-white);font-size:1.02rem}.brand__text span{color:var(--color-muted);font-size:.74rem;font-weight:800;text-transform:uppercase}.header-search{display:grid;grid-template-columns:1fr auto;align-items:center;min-height:44px;background:#111111;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius);overflow:hidden;box-shadow:inset 0 0 0 1px rgba(0,0,0,.26);transition:border-color .16s ease,box-shadow .16s ease}.header-search:focus-within{border-color:var(--color-yellow-border);box-shadow:0 0 0 3px rgba(244,196,0,.12),inset 0 0 0 1px rgba(0,0,0,.22)}.search-suggest{position:relative;min-width:0}.search-suggest__panel{position:absolute;z-index:50;top:calc(100% + 8px);left:0;right:0;max-height:min(420px,70vh);overflow:auto;border:1px solid var(--color-yellow-border);border-radius:var(--radius);background:linear-gradient(180deg,rgba(31,31,31,.98),rgba(12,12,12,.98)),#101010;box-shadow:0 24px 55px rgba(0,0,0,.44)}.search-suggest__status{display:block;padding:14px;color:var(--color-muted)}.search-suggest__group,.search-suggest__item{border-bottom:1px solid var(--color-border)}.search-suggest__item{display:grid;grid-template-columns:44px 1fr auto;gap:10px;align-items:center;padding:9px}.search-suggest__item:hover{background:rgba(244,196,0,.09)}.search-suggest__item--compact{grid-template-columns:28px 1fr}.search-suggest__image{width:44px;height:44px;display:block;overflow:hidden;border-radius:var(--radius-sm);background:var(--color-panel)}.search-suggest__image img{width:100%;height:100%;object-fit:cover}.search-suggest__icon{width:44px;height:44px;display:grid;place-items:center;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-panel);color:var(--color-yellow)}.search-suggest__item small,.search-suggest__item strong{display:block}.search-suggest__item small{margin-top:4px;color:var(--color-muted)}.search-suggest__item b{color:var(--color-yellow)}.search-skeleton{display:grid;gap:10px;padding:12px}.search-skeleton span{height:46px;border-radius:var(--radius-sm);background:linear-gradient(90deg,#181818,#242424,#181818);background-size:200% 100%;animation:search-pulse 1.1s linear infinite}@keyframes search-pulse{to{background-position:-200% 0}}.header-search input{width:100%;min-width:0;background:transparent;border:0;outline:0;color:var(--color-white);padding:0 14px;font-weight:700}.header-search button{height:44px;min-width:50px;display:grid;place-items:center;border:0;border-left:1px solid var(--color-border);background:var(--color-yellow);color:var(--color-black)}.header-actions{display:flex;align-items:center;justify-content:end;gap:8px}.account-menu{position:relative}.account-menu__trigger{min-width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;gap:4px;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-black-2);color:var(--color-white);padding:0 8px}.account-menu__trigger:hover,.account-menu__trigger[aria-expanded=true]{border-color:var(--color-yellow-border)}.account-menu__avatar{width:28px;height:28px;display:grid;place-items:center;overflow:hidden;border-radius:999px;background:var(--color-yellow);color:var(--color-black);font-size:.78rem;font-weight:950}.account-menu__avatar img{width:100%;height:100%;object-fit:cover}.account-menu__avatar--large{width:48px;height:48px;font-size:1rem;flex:0 0 auto}.account-menu__panel{position:absolute;top:calc(100% + 10px);right:0;z-index:90;width:min(340px,calc(100vw - 24px));border:1px solid var(--color-yellow-border);border-radius:var(--radius);background:#101010;box-shadow:var(--shadow-soft);padding:12px}.account-menu__panel header{display:flex;align-items:center;gap:12px;padding:6px 4px 12px;border-bottom:1px solid var(--color-border)}.account-menu__panel header div{min-width:0;display:grid;gap:3px}.account-menu__panel span,.account-menu__panel strong{min-width:0}.account-menu__panel header span:not(.account-menu__avatar){color:var(--color-muted);font-size:.82rem;overflow:hidden;text-overflow:ellipsis}.account-menu__stats{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:12px 0}.account-menu__stats span{min-height:40px;display:flex;align-items:center;gap:7px;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:rgba(255,255,255,.04);color:var(--color-muted);padding:0 9px;font-size:.78rem;font-weight:800}.account-menu__stats svg{color:var(--color-yellow);flex:0 0 auto}.account-menu__stat-skeleton{min-height:40px;border:0!important;background:linear-gradient(90deg,#171717,#292929,#171717)!important;background-size:200% 100%!important;animation:account-menu-shimmer 1.1s linear infinite}@keyframes account-menu-shimmer{to{background-position:-200% 0}}.account-menu__panel nav{display:grid;gap:6px}.account-menu__panel nav a,.account-menu__panel nav button{min-height:40px;display:flex;align-items:center;gap:9px;border:0;border-radius:var(--radius-sm);background:transparent;color:var(--color-white);padding:0 10px;text-align:left}.account-menu__panel nav a:hover,.account-menu__panel nav button:hover{background:rgba(244,196,0,.1)}.icon-link{position:relative;width:42px;height:42px;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-sm);display:grid;place-items:center;color:var(--color-white);background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.02)),var(--color-black-2);transition:border-color .16s ease,background-color .16s ease,transform .16s ease}.icon-link:hover{transform:translateY(-1px);border-color:var(--color-yellow-border);background:rgba(244,196,0,.09)}.icon-link__badge{position:absolute;top:-7px;right:-7px;min-width:20px;height:20px;padding:0 5px;border-radius:20px;display:grid;place-items:center;background:var(--color-yellow);color:var(--color-black);font-size:.72rem;font-weight:900}.site-nav-wrap{position:relative}.category-nav{border-top:1px solid rgba(244,196,0,.14);background:rgba(5,5,5,.42)}.category-nav__inner{display:flex;align-items:center;justify-content:center;gap:6px;overflow:visible;min-height:42px}.category-nav a,.category-nav__button{white-space:nowrap;color:var(--color-muted);font-size:.84rem;padding:7px 10px;border-radius:var(--radius-sm);border:0;background:transparent;display:inline-flex;align-items:center;gap:5px}.category-nav a:hover,.category-nav__button:hover,.category-nav__button[aria-expanded=true]{color:var(--color-white);background:rgba(244,196,0,.1)}.nav-dropdown-wrap{position:relative}.nav-dropdown{position:absolute;top:calc(100% + 8px);left:0;z-index:70;width:260px;display:grid;gap:4px;border:1px solid var(--color-yellow-border);border-radius:14px;background:#111111;box-shadow:0 18px 50px rgba(0,0,0,.45);padding:10px}.nav-dropdown a{min-height:38px;color:var(--color-white)}.nav-dropdown a:hover{color:var(--color-yellow);background:rgba(244,196,0,.08)}.mobile-menu-trigger,.mobile-nav-panel{display:none}.site-main{flex:1 1;min-width:0}.site-footer{margin-top:50px;border-top:1px solid var(--color-border);background:#070707}.site-footer__grid{padding:40px 0;display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:28px}.site-footer h3{margin:0 0 12px;font-size:1rem}.site-footer a,.site-footer p{color:var(--color-muted);line-height:1.6;min-width:0;overflow-wrap:anywhere;word-break:break-word}.site-footer nav{display:grid;gap:8px}.site-footer__socials{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.site-footer__socials a{min-height:42px;display:inline-flex;align-items:center;gap:7px;border:1px solid rgba(244,196,0,.22);border-radius:var(--radius-sm);background:rgba(244,196,0,.05);color:var(--color-white);padding:0 10px;font-size:.78rem;font-weight:850}.site-footer__socials a:hover{border-color:var(--color-yellow);color:var(--color-yellow)}.site-footer__socials svg{flex:0 0 auto}.site-footer__bottom{border-top:1px solid var(--color-border);padding:16px 0;color:var(--color-muted);font-size:.88rem}@media (max-width:860px){.site-header{position:relative;z-index:90}.section-head,.topbar__inner{align-items:start;flex-direction:column}.site-header__main{grid-template-columns:1fr auto}.header-search,.search-suggest{grid-column:1/-1;order:3}.site-footer__grid{grid-template-columns:1fr 1fr}.category-nav{display:none}.mobile-menu-trigger{width:calc(100% - 32px);min-height:46px;display:flex;align-items:center;justify-content:center;gap:8px;margin:0 auto 10px;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-black-2);color:var(--color-white);font-weight:850}.mobile-menu-trigger:disabled{opacity:.65;cursor:wait}.mobile-nav-panel{position:relative;z-index:80;width:min(100% - 32px,var(--container));max-height:min(72dvh,620px);display:grid;gap:6px;margin:0 auto 12px;border:1px solid var(--color-yellow-border);border-radius:var(--radius);background:#101010;padding:10px;box-shadow:var(--shadow-soft);overflow-y:auto;overscroll-behavior:contain}.mobile-nav-panel a,.mobile-nav-panel button{min-height:46px;display:flex;align-items:center;justify-content:space-between;border:0;border-radius:var(--radius-sm);background:transparent;color:var(--color-white);padding:0 10px;text-align:left}.mobile-nav-panel a:hover,.mobile-nav-panel button:hover{background:rgba(244,196,0,.1)}.mobile-nav-panel__group{display:grid;gap:4px;border-left:2px solid var(--color-yellow-border);padding-left:8px}}@media (max-width:560px){.container{width:min(100% - 22px,var(--container))}.site-header__main{min-height:auto;grid-template-columns:minmax(0,1fr) auto;gap:12px;padding-block:10px}.brand{width:100%;min-width:0;grid-column:1;grid-row:1;padding-right:8px}.header-actions{display:flex;grid-column:2;grid-row:1}.search-suggest{min-width:0;grid-row:2}.brand__text{min-width:0}.brand__text strong{overflow:hidden;display:block;font-size:.9rem;text-overflow:ellipsis;white-space:nowrap}.header-actions{gap:6px}.account-menu__trigger,.icon-link{width:44px;min-width:44px;height:44px}.account-menu__trigger{padding:0 6px}.account-menu__trigger svg,.brand__text span,.topbar__message{display:none}.site-footer__grid{grid-template-columns:1fr}.search-suggest__panel{max-height:min(58dvh,420px)}.account-menu__panel{right:-48px;width:min(360px,calc(100vw - 22px));max-height:min(76dvh,620px);overflow-y:auto}}.category-nav a.is-active,.category-nav__button.is-active,.mobile-nav-panel a.is-active{color:var(--color-yellow)}.category-nav a.is-active,.category-nav__button.is-active{box-shadow:inset 0 -3px var(--color-yellow);border-color:rgba(244,196,0,.55);background:rgba(244,196,0,.14);color:var(--color-yellow)}.category-nav a.is-active:hover,.category-nav__button.is-active:hover,.category-nav__button.is-active[aria-expanded=true]{background:var(--color-yellow);color:var(--color-black)}.mobile-nav-panel>a.is-active,.mobile-nav-panel>button.is-active{border-color:rgba(244,196,0,.55);background:rgba(244,196,0,.14);color:var(--color-yellow)}.btn{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:var(--radius-sm);border:1px solid transparent;padding:0 16px;background:var(--color-yellow);color:var(--color-black);font-weight:850;box-shadow:0 10px 22px rgba(244,196,0,.12);transition:border-color .16s ease,background .16s ease,transform .16s ease}.btn:hover{background:var(--color-yellow-hover);transform:translateY(-1px)}.btn:disabled{cursor:not-allowed;opacity:.55;transform:none}.btn--ghost{background:transparent;color:var(--color-white);border-color:var(--color-border);box-shadow:none}.btn--ghost:hover{background:rgba(255,255,255,.06);border-color:var(--color-yellow-border)}.btn--danger{background:var(--color-red);color:var(--color-white)}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.field,.form-grid label{display:grid;gap:7px;color:var(--color-muted);font-size:.88rem;font-weight:700}.field--wide,.form-grid label:has(textarea){grid-column:1/-1}.field input,.field select,.field textarea,.form-grid input,.form-grid select,.form-grid textarea{min-height:44px;width:100%;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:#101010;color:var(--color-white);outline:0;padding:10px 12px;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.field input:focus,.field select:focus,.field textarea:focus,.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus{border-color:var(--color-yellow-border);background:#0d0d0d;box-shadow:var(--focus-ring)}.field textarea,.form-grid textarea{min-height:110px;resize:vertical}.notice{border:1px solid var(--color-yellow-border);border-radius:var(--radius);padding:14px;background:rgba(244,196,0,.08);color:var(--color-white)}.notice--danger{border-color:rgba(200,50,50,.4);background:rgba(200,50,50,.12)}.notice--success{border-color:rgba(22,131,74,.4);background:rgba(22,131,74,.12)}.notice--info{border-color:rgba(60,130,246,.4);background:rgba(60,130,246,.1)}.notice--warning{border-color:rgba(244,196,0,.45);background:rgba(244,196,0,.09);color:#ffe889}.status-pill{display:inline-flex;align-items:center;gap:6px;width:fit-content;min-height:28px;border-radius:999px;padding:0 10px;background:rgba(255,255,255,.08);color:var(--color-muted);font-size:.78rem;font-weight:850}.status-pill--success{background:rgba(22,131,74,.18);color:#74d7a3}.status-pill--warning{background:rgba(244,196,0,.14);color:var(--color-yellow)}.status-pill--danger{background:rgba(200,50,50,.16);color:#ff9a9a}.status-pill--info{background:rgba(60,130,246,.16);color:#9cc2ff}.empty-state{min-height:340px;display:grid;place-items:center;text-align:center;border:1px dashed var(--color-border);border-radius:var(--radius);background:rgba(255,255,255,.03);padding:34px}.empty-state svg{margin-inline:auto;color:var(--color-yellow)}.empty-state h1,.empty-state h2{margin:12px 0 6px}.empty-state p{margin:0 0 18px;color:var(--color-muted)}.legal-page h1{margin:7px 0 6px;font-size:clamp(2rem,4vw,3.4rem)}.legal-page__head{width:min(880px,100%);display:grid;grid-template-columns:auto minmax(0,1fr);gap:18px;align-items:center;margin-bottom:18px;border-bottom:1px solid var(--color-yellow-border);padding-bottom:20px}.legal-page__head>div>p{max-width:680px;margin:0;color:var(--color-muted);line-height:1.55}.legal-page__logo{width:76px;height:76px;overflow:hidden;border:1px solid var(--color-yellow-border);border-radius:999px;background:#050505;box-shadow:0 0 0 7px rgba(244,196,0,.06)}.legal-page__logo img{width:100%;height:100%;object-fit:cover}.legal-page__actions{width:min(880px,100%);display:flex;flex-wrap:wrap;gap:10px;margin-bottom:18px}.legal-page section{width:min(880px,100%);display:grid;gap:16px;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-panel);padding:24px;box-shadow:var(--shadow-soft)}.legal-page section>*{min-width:0}.legal-page section a{overflow-wrap:anywhere;word-break:break-word}.legal-page h2{margin:0}.legal-page p{margin:0;color:var(--color-muted);line-height:1.7}.legal-page section>a,.legal-page section>p a{color:var(--color-yellow);font-weight:800;text-decoration:underline;text-underline-offset:3px}.legal-identity{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0}.legal-identity>div{min-width:0;display:grid;gap:5px;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:#101010;padding:12px}.legal-identity dt{color:var(--color-muted);font-size:.78rem;font-weight:850;text-transform:uppercase}.legal-identity dd{min-width:0;margin:0;color:var(--color-white);overflow-wrap:anywhere}.legal-list{display:grid;gap:9px;margin:0;padding-left:20px;color:var(--color-muted);line-height:1.65}.legal-list li::marker{color:var(--color-yellow)}.legal-review-note{border-left:3px solid var(--color-yellow);background:rgba(244,196,0,.08);color:var(--color-white);padding:14px 16px;line-height:1.6}.legal-sources{display:grid;gap:8px;border-top:1px solid var(--color-border);padding-top:16px}.legal-sources strong{color:var(--color-white)}.legal-sources a{width:fit-content;color:var(--color-yellow);text-decoration:underline;text-underline-offset:3px}.legal-action-button{width:fit-content;margin:4px 0 8px}.legal-action-row{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.consumer-refund-card{margin:10px 0 4px;padding:clamp(18px,3vw,28px);border:1px solid rgba(244,196,0,.24);border-radius:18px;background:linear-gradient(135deg,rgba(244,196,0,.08),transparent 34%),rgba(17,17,17,.9);box-shadow:0 18px 44px rgba(0,0,0,.28)}.consumer-refund-card>header{display:grid;gap:8px;margin-bottom:18px}.consumer-refund-card h2{margin:0;color:var(--color-text)}.consumer-refund-card p{margin:0}.consumer-refund-form{align-items:start}.consumer-refund-form__honeypot{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important}.consumer-field-feedback{display:block;margin-top:6px;font-size:.78rem;line-height:1.35}.consumer-field-feedback.is-valid{color:#68d39a}.consumer-field-feedback.is-invalid{color:#ff8b8b}.consumer-refund-form .btn,.consumer-refund-form .notice,.consumer-refund-form label:has(textarea),.consumer-refund-form__check{grid-column:1/-1}.consumer-refund-form__check{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:10px;padding:12px;border:1px solid var(--color-border);border-radius:12px;color:var(--color-text);background:rgba(255,255,255,.03)}.consumer-refund-form__check input{width:18px;height:18px;margin-top:2px;accent-color:var(--color-yellow)}.consumer-refund-form .btn{justify-self:start}@media (max-width:560px){.legal-page__head{grid-template-columns:1fr}.legal-action-row .btn,.legal-page__actions .btn{width:100%}.legal-page section{padding:18px}.consumer-refund-form .btn{width:100%}.legal-identity{grid-template-columns:1fr}}.payment-page h1{margin:10px 0 12px;font-size:clamp(2.2rem,4.5vw,4rem);line-height:1.02}.payment-page__lead{max-width:760px;margin:0 0 24px;color:var(--color-muted);line-height:1.65}.payment-method-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.payment-method-card,.payment-transfer-panel{border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-panel);box-shadow:var(--shadow-soft)}.payment-method-card{display:grid;gap:10px;min-height:188px;padding:18px}.payment-method-card svg{color:var(--color-yellow)}.payment-method-card h2,.payment-transfer-panel h2{margin:0}.payment-method-card p,.payment-transfer-panel p{margin:0;color:var(--color-muted);line-height:1.6}.payment-transfer-panel{display:grid;grid-template-columns:1fr minmax(240px,.45fr);gap:22px;margin-top:18px;padding:22px;background:linear-gradient(135deg,rgba(244,196,0,.13),rgba(31,31,31,.96)),var(--color-panel)}.payment-transfer-panel__steps{display:grid;gap:8px}.payment-transfer-panel__steps span{min-height:38px;display:flex;align-items:center;border:1px solid var(--color-yellow-border);border-radius:var(--radius-sm);background:rgba(11,11,11,.35);color:var(--color-white);padding:0 12px;font-weight:850}.home-promo{border-bottom:1px solid var(--color-yellow-border);background:linear-gradient(90deg,#f4c400,#ffd84a 42%,#f4c400);color:var(--color-black)}.home-promo__inner{min-height:42px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;align-items:center}.home-promo__inner>a,.home-promo__inner>span{min-width:0;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:.86rem;font-weight:900}.home-promo__inner>a{min-height:38px;text-decoration:underline;text-underline-offset:3px}.home-hero{min-height:clamp(580px,78vh,740px);display:flex;align-items:center;position:relative;isolation:isolate;border-bottom:1px solid var(--color-border);background:linear-gradient(90deg,rgba(11,11,11,.98),rgba(11,11,11,.88) 48%,rgba(11,11,11,.58)),radial-gradient(circle at 76% 40%,rgba(244,196,0,.18),transparent 34%),url(/logoFZAC.jpg) 76% 50% /min(42vw,500px) no-repeat,linear-gradient(135deg,#0b0b0b,#181818 58%,#2b2508)}.home-hero--clean{min-height:clamp(520px,72vh,680px);background:linear-gradient(90deg,rgba(8,8,8,.99),rgba(8,8,8,.9) 54%,rgba(8,8,8,.5)),radial-gradient(circle at 82% 44%,rgba(244,196,0,.18),transparent 30%),url(/logoFZAC.jpg) 82% 50% /min(39vw,470px) no-repeat,linear-gradient(135deg,#050505,#171717 62%,#2a2204)}.home-hero__grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:32px;align-items:center}.home-hero__grid--single{grid-template-columns:minmax(0,840px)}.home-hero__content{width:min(680px,100%);padding:64px 0 90px}.home-hero__content--wide{width:min(840px,100%)}.home-hero h1{margin:12px 0 16px;font-size:clamp(2.2rem,5.5vw,5.2rem);line-height:.98;letter-spacing:0}.home-hero p{color:var(--color-muted);font-size:clamp(1rem,1.7vw,1.18rem);line-height:1.65}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.hero-search{width:min(680px,100%);display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:10px;align-items:center;margin-top:24px;border:1px solid var(--color-yellow-border);border-radius:var(--radius);background:rgba(8,8,8,.86);box-shadow:var(--shadow-soft);padding:10px}.hero-search svg{color:var(--color-yellow);margin-left:4px}.hero-search input{min-width:0;min-height:44px;border:0;background:transparent;color:var(--color-white);font-size:1rem;outline:0}.hero-search input::placeholder{color:var(--color-muted)}.hero-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:32px}.hero-stats span{display:grid;gap:2px;min-height:72px;padding:12px;border:1px solid var(--color-border);border-radius:var(--radius);background:rgba(31,31,31,.7)}.hero-stats strong{color:var(--color-yellow);font-size:1.35rem}.home-trust-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:30px}.home-trust-row span{min-height:62px;display:flex;align-items:center;gap:9px;border:1px solid rgba(244,196,0,.22);border-radius:var(--radius-sm);background:rgba(12,12,12,.72);color:var(--color-white);padding:10px 12px;font-size:.86rem;font-weight:850;line-height:1.25}.home-trust-row svg{flex:0 0 auto;color:var(--color-yellow)}.home-hero__deal{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;align-self:stretch;align-content:center;padding:64px 0 90px}.deal-card{min-height:122px;display:grid;align-content:start;gap:8px;border:1px solid var(--color-border);border-radius:var(--radius);background:linear-gradient(135deg,rgba(244,196,0,.08),rgba(31,31,31,.88)),rgba(31,31,31,.82);padding:14px;box-shadow:var(--shadow-soft)}.deal-card svg{color:var(--color-yellow)}.deal-card h2,.deal-card strong{margin:0}.deal-card p,.deal-card span{margin:0;color:var(--color-muted);line-height:1.5}.deal-card--main{grid-column:1/-1;min-height:218px;background:linear-gradient(135deg,rgba(244,196,0,.16),rgba(15,15,15,.92)),rgba(31,31,31,.9)}.deal-card--main h2{font-size:clamp(1.45rem,2.2vw,2rem);line-height:1.08}.deal-card--main .btn{justify-self:start;margin-top:auto}.page-section--tight{padding:22px 0}.category-strip{display:flex;gap:10px;overflow-x:auto;padding:8px 0;scrollbar-width:thin}.category-strip a{min-height:42px;display:inline-flex;align-items:center;gap:8px;white-space:nowrap;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-panel);color:var(--color-white);padding:0 14px;font-weight:800}.category-strip a:hover,.category-strip__all{border-color:var(--color-yellow-border);background:rgba(244,196,0,.12)}.benefit-grid,.category-grid,.quick-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.account-panel,.banner-band,.benefit-card,.category-card,.chatbot,.quick-card{border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-panel);box-shadow:var(--shadow-soft)}.benefit-card,.category-card,.quick-card{min-height:126px;padding:15px;display:grid;align-content:start;gap:9px}.benefit-card svg,.category-card svg,.quick-card svg{color:var(--color-yellow)}.category-card{position:relative;overflow:hidden;background:linear-gradient(135deg,rgba(244,196,0,.12),rgba(31,31,31,.96)),var(--color-panel)}.category-card__icon{width:38px;height:38px;display:grid;place-items:center;border-radius:var(--radius-sm);background:rgba(244,196,0,.12)}.category-card>span:last-child{margin-top:auto;color:var(--color-yellow);font-size:.88rem;font-weight:900}.benefit-card h3,.category-card h3,.quick-card h3{margin:0;font-size:.98rem}.benefit-card p,.category-card p,.quick-card p{margin:0;color:var(--color-muted);line-height:1.45;font-size:.9rem}.home-need-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden;border:1px solid var(--color-border);border-radius:var(--radius);background:linear-gradient(135deg,rgba(244,196,0,.06),rgba(12,12,12,.96)),var(--color-panel);box-shadow:var(--shadow-soft)}.home-floating-rubros{display:flex;flex-wrap:wrap;gap:10px;align-items:stretch}.home-floating-rubros .home-need-link{flex:1 1 260px;min-height:82px;border:1px solid rgba(244,196,0,.18);border-radius:999px;background:linear-gradient(135deg,rgba(244,196,0,.08),rgba(12,12,12,.96)),#101010;box-shadow:0 12px 28px rgba(0,0,0,.22)}.home-floating-rubros .home-need-link:hover{border-color:var(--color-yellow-border);transform:translateY(-1px)}.home-need-link{min-height:92px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-template-rows:auto auto;gap:5px 12px;align-items:center;text-align:left;border-right:1px solid var(--color-border);border-bottom:1px solid var(--color-border);color:var(--color-white);padding:16px}.home-need-link:nth-child(4n){border-right:0}.home-need-link:nth-last-child(-n+4){border-bottom:0}.home-need-link:hover{background:rgba(244,196,0,.09)}.home-need-link span{grid-column:1;grid-row:1/span 2;width:38px;height:38px;display:grid;place-items:center;border-radius:var(--radius-sm);background:rgba(244,196,0,.13);color:var(--color-yellow)}.home-need-link small,.home-need-link strong{grid-column:2;justify-self:start;min-width:0}.home-need-link strong{align-self:end}.home-need-link small{align-self:start;color:var(--color-muted);line-height:1.35}.home-need-link>svg{grid-column:3;grid-row:1/span 2;justify-self:end;color:var(--color-yellow)}.home-steps-band{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:hidden;border:1px solid var(--color-yellow-border);border-radius:var(--radius);background:linear-gradient(90deg,rgba(244,196,0,.14),rgba(18,18,18,.98)),#0f0f0f;box-shadow:var(--shadow-soft)}.home-steps-band--five{grid-template-columns:repeat(5,minmax(0,1fr))}.home-step-item{min-height:104px;display:grid;grid-template-columns:auto auto minmax(0,1fr);grid-template-rows:auto auto;gap:4px 10px;align-content:center;align-items:center;border-right:1px solid rgba(244,196,0,.18);padding:16px}.home-step-item:last-child{border-right:0}.home-step-item span,.home-step-item svg{color:var(--color-yellow)}.home-step-item svg{grid-row:1/span 2}.home-step-item span{width:25px;height:25px;display:grid;place-items:center;border:1px solid var(--color-yellow-border);border-radius:999px;font-size:.78rem;font-weight:950}.home-step-item strong{min-width:0}.home-step-item small{grid-column:2/-1;color:var(--color-muted);line-height:1.35}.home-legal-row{display:flex;align-items:center;justify-content:space-between;gap:18px;border:1px solid var(--color-border);border-radius:var(--radius);background:rgba(18,18,18,.9);padding:16px}.home-legal-row p,.home-legal-row strong{display:block;margin:0}.home-legal-row strong{margin-top:4px;color:var(--color-white);font-size:1.05rem}.home-legal-row p{margin-top:4px;color:var(--color-muted)}.account-hero{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px;border:1px solid var(--color-border);border-radius:var(--radius);background:linear-gradient(135deg,rgba(244,196,0,.12),rgba(31,31,31,.96)),var(--color-panel);padding:18px;box-shadow:var(--shadow-soft)}.account-hero__actions,.account-hero__identity{display:flex;align-items:center;gap:12px}.account-hero h1{margin:6px 0 4px;line-height:1.08}.account-empty,.account-hero p,.account-muted{margin:0;color:var(--color-muted);line-height:1.55}.account-avatar{width:72px;height:72px;display:grid;place-items:center;overflow:hidden;border:2px solid var(--color-yellow-border);border-radius:999px;background:var(--color-yellow);color:var(--color-black);font-size:1.35rem;font-weight:950;flex:0 0 auto}.account-avatar img{width:100%;height:100%;object-fit:cover}.account-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:14px}.account-summary-grid article{min-height:104px;display:grid;gap:7px;align-content:center;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-panel);padding:14px}.account-nav svg,.account-summary-grid svg{color:var(--color-yellow)}.account-summary-grid span{color:var(--color-muted);font-size:.86rem}.account-summary-grid strong{color:var(--color-yellow);font-size:1.5rem}.account-nav{display:flex;gap:8px;overflow-x:auto;margin-bottom:16px;padding-bottom:2px}.account-nav a{min-height:40px;display:inline-flex;align-items:center;gap:8px;white-space:nowrap;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:#101010;color:var(--color-muted);padding:0 12px;font-weight:850}.account-nav a.active,.account-nav a:hover{border-color:var(--color-yellow-border);background:rgba(244,196,0,.11);color:var(--color-white)}.account-content-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.account-panel{padding:18px}.account-panel h2{margin:0 0 14px}.account-address-grid,.account-list,.account-product-list{display:grid;gap:10px}.account-address-grid article,.account-data-list,.account-list article,.account-product-list article{border:1px solid var(--color-border);border-radius:var(--radius-sm);background:#101010;padding:12px}.account-list article{display:flex;align-items:center;justify-content:space-between;gap:12px}.account-address-grid article,.account-list article div{display:grid;gap:4px}.account-address-grid span,.account-data-list span,.account-list span,.account-product-list small,.account-product-list span{color:var(--color-muted)}.account-product-list article{display:grid;grid-template-columns:58px 1fr;gap:10px;align-items:center}.account-product-list img{width:58px;height:58px;border-radius:var(--radius-sm);object-fit:cover;background:var(--color-panel)}.account-data-list{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:14px}.account-data-list span{display:inline-flex;align-items:center;gap:7px}.account-settings-form{display:grid;gap:14px;margin-top:14px}.account-settings-form__button{justify-self:start}.banner-band{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center;padding:28px;background:linear-gradient(135deg,rgba(244,196,0,.17),rgba(31,31,31,.95)),var(--color-panel)}.banner-band--commercial{border-color:var(--color-yellow-border);background:linear-gradient(135deg,rgba(244,196,0,.13),rgba(17,17,17,.96)),var(--color-panel)}.banner-band h2{margin:0 0 8px}.banner-band p{margin:0;color:var(--color-muted);line-height:1.6}.chatbot{padding:18px}.chatbot__messages{display:grid;gap:10px;max-height:280px;overflow:auto;padding:4px}.chatbot__message{width:fit-content;max-width:85%;padding:10px 12px;border-radius:var(--radius);background:#101010;color:var(--color-white)}.chatbot__turn{display:grid;justify-items:start;gap:8px}.chatbot__turn--user{justify-items:end}.chatbot__message--user{margin-left:auto;background:rgba(244,196,0,.16)}.chatbot__sources{display:flex;max-width:92%;align-items:center;flex-wrap:wrap;gap:5px;color:var(--color-muted);font-size:.72rem;line-height:1.35}.chatbot__sources svg{flex:0 0 auto;color:var(--color-yellow)}.chatbot__sources a{color:var(--color-white);font-weight:750;text-decoration:underline;text-decoration-color:var(--color-yellow-border);text-underline-offset:3px}.chatbot__sources a:focus-visible,.chatbot__sources a:hover{color:var(--color-yellow)}.chatbot__source{display:inline-flex;align-items:baseline;gap:5px}.chatbot__source small{color:var(--color-muted);font-size:.66rem;white-space:nowrap}.chatbot__feedback{display:flex;max-width:92%;min-height:30px;align-items:center;gap:6px;color:var(--color-muted);font-size:.72rem}.chatbot__feedback button{width:30px;height:30px;display:grid;place-items:center;border:1px solid var(--color-border);border-radius:50%;background:#101010;color:var(--color-muted)}.chatbot__feedback button:focus-visible,.chatbot__feedback button:hover:not(:disabled),.chatbot__feedback button[aria-pressed=true]{border-color:var(--color-yellow-border);color:var(--color-yellow)}.chatbot__feedback button:disabled:not([aria-pressed=true]){opacity:.4}.chatbot__inline-options{max-width:92%;display:grid;grid-template-columns:1fr 1fr;gap:7px}.chatbot__inline-options a,.chatbot__inline-options button{min-height:34px;border:1px solid var(--color-yellow-border);border-radius:var(--radius-sm);background:rgba(244,196,0,.09);color:var(--color-yellow);padding:0 10px;text-align:left;font-size:.78rem;font-weight:850}.chatbot__inline-options button:disabled{opacity:.55;cursor:wait}.chatbot__quick{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0}.chatbot__quick a,.chatbot__quick button{min-height:34px;border:1px solid var(--color-border);border-radius:999px;background:#101010;color:var(--color-white);padding:0 12px}.chatbot__form{display:grid;grid-template-columns:1fr auto;gap:8px}.chatbot__form input{min-width:0;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:#101010;color:var(--color-white);padding:0 12px}.floating-assist{position:fixed;right:18px;bottom:18px;z-index:140;display:grid;justify-items:end;gap:10px;pointer-events:none}.floating-chat,.floating-chat-button,.floating-whatsapp{pointer-events:auto}.floating-chat__backdrop{display:none}.floating-chat{width:min(410px,calc(100vw - 28px));max-height:min(680px,calc(100vh - 120px));display:grid;grid-template-rows:auto 1fr auto;border:1px solid var(--color-yellow-border);border-radius:var(--radius);background:#111;box-shadow:var(--shadow-soft);overflow:hidden}.floating-chat__head{min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 14px;border-bottom:1px solid var(--color-border);background:#080808}.floating-chat__head button{display:inline-flex;align-items:center;gap:8px;width:34px;height:34px;justify-content:center;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-panel);color:var(--color-white)}.floating-chat__controls,.floating-chat__identity,.floating-chat__identity small,.floating-chat__identity>span:last-child{display:flex;align-items:center}.floating-chat__identity{min-width:0;gap:10px}.floating-chat__identity>span:last-child{min-width:0;align-items:flex-start;flex-direction:column;gap:2px}.floating-chat__identity strong{font-size:.9rem}.floating-chat__identity small{gap:5px;color:var(--color-muted);font-size:.68rem}.floating-chat__identity small i{width:6px;height:6px;border-radius:50%;background:var(--color-green);box-shadow:0 0 0 3px rgba(43,183,117,.12)}.floating-chat__avatar{width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center;border:1px solid var(--color-yellow-border);border-radius:50%;background:rgba(244,196,0,.1);color:var(--color-yellow)}.floating-chat__controls{gap:6px}.floating-chat__controls button:hover{border-color:var(--color-yellow-border);color:var(--color-yellow)}.floating-chat__messages{min-height:240px;max-height:430px;overflow:auto;display:grid;align-content:start;gap:10px;padding:16px 14px;scrollbar-color:rgba(244,196,0,.45) #151515}.chatbot__message--loading{display:inline-flex;align-items:center;gap:9px;color:var(--color-muted);font-size:.8rem}.chatbot__message--loading>span{display:inline-flex;gap:3px}.chatbot__message--loading i{width:5px;height:5px;border-radius:50%;background:var(--color-yellow);animation:chatbot-pulse 1s ease-in-out infinite}.chatbot__message--loading i:nth-child(2){animation-delay:.14s}.chatbot__message--loading i:nth-child(3){animation-delay:.28s}@keyframes chatbot-pulse{0%,70%,to{opacity:.35;transform:translateY(0)}35%{opacity:1;transform:translateY(-2px)}}.floating-chat__composer{padding:10px 12px 12px;border-top:1px solid var(--color-border);background:#0a0a0a}.floating-chat__privacy{display:flex;align-items:center;gap:5px;margin-bottom:8px;color:var(--color-muted);font-size:.68rem}.floating-chat__notice,.floating-chat__privacy svg{color:var(--color-yellow)}.floating-chat__notice{display:block;margin:0 0 8px;font-size:.72rem;line-height:1.35}.floating-chat-button:disabled{cursor:wait;opacity:.72}.floating-chat .chatbot__form input{min-height:44px;font-size:1rem}.floating-chat .chatbot__form .btn{width:44px;min-width:44px;min-height:44px;padding:0}.floating-chat-button,.floating-whatsapp{min-width:52px;height:52px;display:grid;place-items:center;border-radius:999px;border:1px solid var(--color-border);color:var(--color-white);box-shadow:var(--shadow-soft)}.floating-whatsapp{background:var(--color-green)}.floating-chat-button{width:56px;min-width:56px;height:56px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--color-black);color:var(--color-black);padding:0;font-weight:950}.floating-chat-button img{width:100%;height:100%;border-radius:50%;object-fit:contain;object-position:center}.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:900px){.home-promo__inner{grid-template-columns:1fr 1fr}.home-hero__grid{grid-template-columns:1fr}.home-hero__deal{padding-top:0}.home-need-link,.home-need-link:nth-child(4n),.home-need-link:nth-last-child(-n+4){border-right:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.home-need-link:nth-child(2n){border-right:0}.home-need-link:nth-last-child(-n+2){border-bottom:0}.account-content-grid,.account-summary-grid,.benefit-grid,.category-grid,.hero-stats,.home-need-list,.home-steps-band,.home-trust-row,.payment-method-grid,.payment-transfer-panel,.quick-grid{grid-template-columns:1fr 1fr}.banner-band{grid-template-columns:1fr}.account-hero{align-items:flex-start;flex-direction:column}}@media (max-width:620px){.account-content-grid,.account-summary-grid,.benefit-grid,.category-grid,.form-grid,.hero-stats,.home-need-list,.home-promo__inner,.home-steps-band,.home-trust-row,.payment-method-grid,.payment-transfer-panel,.quick-grid{grid-template-columns:1fr}.home-hero{min-height:auto;background:linear-gradient(180deg,rgba(11,11,11,.98),rgba(11,11,11,.82)),url(/logoFZAC.jpg) center 42px /260px no-repeat,linear-gradient(135deg,#0b0b0b,#181818)}.home-hero__content,.home-hero__deal{padding:46px 0}.home-hero__deal{grid-template-columns:1fr}.home-need-link,.home-need-link:nth-child(2n),.home-need-link:nth-child(4n),.home-need-link:nth-last-child(-n+2),.home-need-link:nth-last-child(-n+4){border-right:0;border-bottom:1px solid var(--color-border)}.home-need-link:last-child{border-bottom:0}.home-floating-rubros .home-need-link,.home-floating-rubros .home-need-link:nth-child(2n),.home-floating-rubros .home-need-link:nth-child(4n),.home-floating-rubros .home-need-link:nth-last-child(-n+2),.home-floating-rubros .home-need-link:nth-last-child(-n+4){border:1px solid rgba(244,196,0,.18);border-radius:var(--radius)}.home-step-item{border-right:0;border-bottom:1px solid rgba(244,196,0,.18)}.home-step-item:last-child{border-bottom:0}.home-legal-row{align-items:flex-start;flex-direction:column}.hero-search{grid-template-columns:auto 1fr}.hero-search .btn{grid-column:1/-1;width:100%}.floating-assist{right:11px;bottom:11px}.floating-chat{max-height:calc(100vh - 96px)}.floating-chat-button{max-width:calc(100vw - 22px);height:46px;padding:0 11px}.chatbot__inline-options{grid-template-columns:repeat(2,minmax(0,1fr))}.floating-whatsapp{width:46px;min-width:46px;height:46px}.account-hero__identity{align-items:flex-start}.account-hero__actions{width:100%;flex-direction:column;align-items:stretch}.account-list article{align-items:flex-start;flex-direction:column}}.help-page{min-height:70vh;background:#0b0b0b}.help-page__hero{border-bottom:1px solid var(--color-yellow-border);background:linear-gradient(90deg,rgba(11,11,11,.99),rgba(23,23,23,.94) 72%,rgba(244,196,0,.08))}.help-page__hero-inner{min-height:238px;display:flex;align-items:end;justify-content:space-between;gap:28px;padding-block:42px}.help-page__hero h1{max-width:820px;margin:8px 0 10px;font-size:clamp(2.2rem,5vw,4.5rem);line-height:1}.help-page__hero p{max-width:720px;margin:0;color:var(--color-muted);line-height:1.6}.help-page__trust{min-height:42px;display:inline-flex;align-items:center;gap:8px;flex:0 0 auto;border-left:2px solid var(--color-yellow);background:rgba(255,255,255,.035);padding:0 13px;color:var(--color-muted);font-size:.8rem;font-weight:850}.help-page__trust svg{color:var(--color-yellow)}.purchase-guide{display:grid;gap:22px}.purchase-guide__steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-block:1px solid var(--color-border)}.purchase-guide__steps button{position:relative;min-height:118px;display:grid;grid-template-columns:auto auto 1fr;grid-template-rows:auto auto;align-content:center;align-items:center;gap:5px 8px;border:0;border-right:1px solid var(--color-border);background:transparent;color:var(--color-muted);padding:16px;text-align:left}.purchase-guide__steps button:last-child{border-right:0}.purchase-guide__steps button:after{content:"";position:absolute;right:0;bottom:-1px;left:0;height:3px;background:transparent}.purchase-guide__steps button.is-active{background:rgba(244,196,0,.055);color:var(--color-white)}.purchase-guide__steps button.is-active:after{background:var(--color-yellow)}.purchase-guide__steps button>span{width:26px;height:26px;display:grid;place-items:center;border:1px solid var(--color-border);border-radius:999px;font-size:.72rem;font-weight:900}.purchase-guide__steps button.is-active>span,.purchase-guide__steps button.is-active>svg{border-color:var(--color-yellow);color:var(--color-yellow)}.purchase-guide__steps strong{grid-column:3;font-size:.84rem}.purchase-guide__steps small{grid-column:1/-1;color:#8f8f8f;line-height:1.35}.purchase-guide__detail{min-height:310px;display:grid;grid-template-columns:150px minmax(0,1fr) minmax(220px,280px);align-items:center;gap:32px;border-block:1px solid var(--color-yellow-border);background:linear-gradient(90deg,rgba(244,196,0,.075),rgba(20,20,20,.97) 38%,#101010);padding:30px}.purchase-guide__visual{position:relative;width:128px;height:128px;display:grid;place-items:center;border:1px solid var(--color-yellow-border);color:var(--color-yellow)}.purchase-guide__visual span{position:absolute;top:8px;left:10px;color:#767676;font-size:.72rem;font-weight:900}.purchase-guide__copy h2{margin:6px 0 9px;font-size:clamp(1.65rem,3vw,2.5rem)}.purchase-guide__copy p{max-width:650px;margin:0;color:var(--color-muted);line-height:1.6}.purchase-guide__copy ul{display:flex;flex-wrap:wrap;gap:7px 14px;margin:18px 0 0;padding:0;list-style:none}.purchase-guide__copy li{display:inline-flex;align-items:center;gap:6px;color:#d5d5d5;font-size:.8rem}.purchase-guide__copy li svg{color:var(--color-green)}.purchase-guide__actions{display:grid;gap:9px}.help-page__next{min-height:74px;display:flex;align-items:center;justify-content:flex-end;gap:16px;border-bottom:1px solid var(--color-border);color:var(--color-muted)}.help-center{display:grid;grid-template-columns:minmax(280px,.78fr) minmax(0,1.45fr);border-block:1px solid var(--color-border)}.help-center__topics{display:grid;border-right:1px solid var(--color-border)}.help-center__topics button{min-height:78px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:11px;border:0;border-bottom:1px solid var(--color-border);background:transparent;color:var(--color-muted);padding:12px 15px;text-align:left}.help-center__topics button:last-child{border-bottom:0}.help-center__topics button.is-active{background:rgba(244,196,0,.07);color:var(--color-white);box-shadow:inset 3px 0 0 var(--color-yellow)}.help-center__topics button.is-active>svg:last-child,.help-center__topics button>svg:first-child{color:var(--color-yellow)}.help-center__topics button span{min-width:0;display:grid;gap:3px}.help-center__topics button small{overflow:hidden;color:#8e8e8e;text-overflow:ellipsis;white-space:nowrap}.help-center__answer{min-height:470px;display:grid;align-content:center;justify-items:start;padding:clamp(28px,6vw,70px);background:linear-gradient(135deg,rgba(244,196,0,.06),transparent 46%),#111111}.help-center__icon{width:58px;height:58px;display:grid;place-items:center;margin-bottom:18px;border:1px solid var(--color-yellow-border);color:var(--color-yellow)}.help-center__answer h2{margin:7px 0 10px;font-size:clamp(1.9rem,4vw,3.3rem)}.help-center__answer>p{max-width:680px;margin:0;color:var(--color-muted);line-height:1.65}.help-center__answer-actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:24px}.help-center__answer footer{width:100%;display:flex;flex-wrap:wrap;align-items:center;gap:8px 16px;margin-top:38px;border-top:1px solid var(--color-border);padding-top:14px;color:#8e8e8e;font-size:.76rem}.help-center__answer footer a{display:inline-flex;align-items:center;gap:5px;color:var(--color-white);font-weight:850}@media (max-width:900px){.purchase-guide__detail{grid-template-columns:108px minmax(0,1fr)}.purchase-guide__visual{width:104px;height:104px}.purchase-guide__actions{grid-column:1/-1;grid-template-columns:1fr 1fr}}@media (max-width:720px){.help-page__hero-inner{min-height:270px;align-items:flex-start;flex-direction:column;justify-content:flex-end}.help-page__hero-inner>div{width:100%;min-width:0}.help-page__hero h1,.help-page__hero p{max-width:100%;overflow-wrap:anywhere}.purchase-guide__steps{display:flex;overflow-x:auto}.purchase-guide__steps button{min-width:220px;border-right:1px solid var(--color-border)}.purchase-guide__detail{grid-template-columns:1fr;gap:20px;padding:22px}.purchase-guide__visual{width:74px;height:74px}.purchase-guide__visual svg{width:30px}.purchase-guide__actions{grid-column:auto;grid-template-columns:1fr}.help-page__next{align-items:stretch;flex-direction:column;padding-block:16px}.help-center{grid-template-columns:1fr}.help-center__topics{display:flex;overflow-x:auto;border-right:0;border-bottom:1px solid var(--color-border)}.help-center__topics button{min-width:220px;border-right:1px solid var(--color-border);border-bottom:0}.help-center__answer{min-height:430px;padding:28px 20px}.help-center__answer-actions,.help-center__answer-actions .btn{width:100%}}.account-page{min-height:72vh;background:#0b0b0b}.account-page__header{border-bottom:1px solid var(--color-yellow-border);background:linear-gradient(90deg,rgba(11,11,11,.98),rgba(23,23,23,.96) 74%,rgba(244,196,0,.07))}.account-page__header-inner{min-height:164px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding-block:26px}.account-page__header-actions,.account-page__identity{display:flex;align-items:center;gap:14px}.account-page__identity h1{margin:6px 0 4px;font-size:clamp(1.65rem,3vw,2.6rem)}.account-page__identity p{margin:0;color:var(--color-muted)}.account-page .account-avatar{background:#050505}.account-page__layout{display:grid;grid-template-columns:230px minmax(0,1fr);gap:34px;padding-block:32px 58px}.account-sidebar{position:sticky;top:138px;align-self:start;display:grid;gap:20px}.account-sidebar nav{display:grid;border-block:1px solid var(--color-border)}.account-sidebar nav a{min-height:48px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:9px;border-bottom:1px solid var(--color-border);color:var(--color-muted);padding:0 10px;font-size:.82rem;font-weight:850}.account-sidebar nav a:last-child{border-bottom:0}.account-sidebar nav a.is-active>svg:last-child,.account-sidebar nav a>svg:first-child{color:var(--color-yellow)}.account-sidebar nav a.is-active,.account-sidebar nav a:hover{background:rgba(244,196,0,.065);color:var(--color-white);box-shadow:inset 3px 0 0 var(--color-yellow)}.account-sidebar__context{display:grid;grid-template-columns:1fr auto;gap:6px 12px;border-left:2px solid var(--color-yellow-border);padding:5px 0 5px 12px}.account-sidebar__context small{color:#858585}.account-sidebar__context strong{font-size:.78rem}.account-main{min-width:0;display:grid;align-content:start;gap:22px}.account-main__title{display:flex;align-items:end;justify-content:space-between;gap:18px;border-bottom:1px solid var(--color-border);padding-bottom:13px}.account-main__title h2{margin:5px 0 0;font-size:clamp(1.45rem,3vw,2.2rem)}.account-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-block:1px solid var(--color-yellow-border);background:rgba(244,196,0,.035)}.account-metrics>span{min-height:104px;display:grid;grid-template-columns:auto 1fr;align-content:center;align-items:center;gap:5px 8px;border-right:1px solid var(--color-border);padding:14px}.account-metrics>span:last-child{border-right:0}.account-metrics svg{color:var(--color-yellow)}.account-metrics small{color:var(--color-muted)}.account-metrics strong{grid-column:1/-1;font-size:clamp(1.2rem,2.4vw,1.75rem)}.account-main__columns{display:grid;grid-template-columns:1fr 1fr;gap:20px}.account-section{min-width:0;border-block:1px solid var(--color-border);background:rgba(17,17,17,.68);padding:20px}.account-section__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px;border-bottom:1px solid var(--color-border);padding-bottom:13px}.account-section__head h2,.account-section__head p{margin:0}.account-section__head h2{font-size:1.12rem}.account-section__head p{margin-top:5px;color:var(--color-muted);font-size:.8rem;line-height:1.45}.account-section__head>a{display:inline-flex;align-items:center;gap:5px;color:var(--color-yellow);font-size:.76rem;font-weight:850;white-space:nowrap}.account-address-list,.account-consumer-request-list,.account-conversation-list,.account-order-list,.account-purchase-list{display:grid}.account-address-list article,.account-consumer-request-list article,.account-conversation-list article,.account-order-list article,.account-purchase-list article{min-height:70px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:11px;border-bottom:1px solid var(--color-border);padding:10px 2px}.account-address-list article:last-child,.account-consumer-request-list article:last-child,.account-conversation-list article:last-child,.account-order-list article:last-child,.account-purchase-list article:last-child{border-bottom:0}.account-address-list>article>svg,.account-consumer-request-list>article>svg,.account-conversation-list>article>svg,.account-order-list>article>svg{color:var(--color-yellow)}.account-address-list article div,.account-consumer-request-list article div,.account-conversation-list article div,.account-order-list article div,.account-purchase-list article div{min-width:0;display:grid;gap:4px}.account-address-list article small,.account-address-list article span,.account-consumer-request-list article div small,.account-consumer-request-list article div span,.account-conversation-list article div span,.account-order-list article span:not(.status-pill),.account-purchase-list article small,.account-purchase-list article span{display:inline-flex;align-items:center;gap:4px;color:var(--color-muted);font-size:.75rem}.account-consumer-request-list article{align-items:start;padding-block:14px}.account-consumer-request-list article div p{margin:3px 0 0;color:#d0d0d0;font-size:.78rem;line-height:1.5}.account-purchase-list img{width:52px;height:52px;object-fit:cover;background:#171717}.account-purchase-list>article>svg{color:#767676}.account-personal-summary>div:last-child{display:flex;flex-wrap:wrap;gap:8px}.account-personal-summary>div:last-child span{min-height:38px;display:inline-flex;align-items:center;gap:7px;border:1px solid var(--color-border);background:#101010;color:var(--color-muted);padding:0 10px;font-size:.78rem}.account-address-list__actions{display:inline-flex!important;grid-auto-flow:column;gap:6px!important}.account-address-form header>button,.account-address-list__actions button{width:34px;height:34px;display:grid;place-items:center;border:1px solid var(--color-border);background:#101010;color:var(--color-muted)}.account-address-list__actions button.is-confirming,.account-address-list__actions button:hover{border-color:var(--color-yellow-border);color:var(--color-yellow)}.account-address-empty{width:100%;min-height:82px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;border:1px dashed var(--color-yellow-border);background:rgba(244,196,0,.035);color:var(--color-yellow);padding:14px;text-align:left}.account-address-empty span{display:grid;gap:4px;color:var(--color-white)}.account-address-empty small{color:var(--color-muted)}.account-address-form{display:grid;gap:16px;margin-top:18px;border-top:1px solid var(--color-yellow-border);background:#0e0e0e;padding:18px}.account-address-form>header,.account-settings-form__fields>header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.account-address-form h3{margin:5px 0 0}.account-address-form label,.account-settings-form label{display:grid;gap:6px;color:var(--color-muted);font-size:.78rem;font-weight:800}.account-address-form textarea{resize:vertical}.account-address-form__actions{display:flex;justify-content:flex-end;gap:9px}.account-settings-form{gap:20px;margin:0}.account-settings-form__avatar{display:grid;grid-template-columns:82px minmax(0,1fr);align-items:center;gap:16px;border-bottom:1px solid var(--color-border);padding-bottom:18px}.account-settings-form__avatar>span{width:82px;height:82px;overflow:hidden;border:2px solid var(--color-yellow-border);border-radius:999px;background:#050505}.account-settings-form__avatar img{width:100%;height:100%;object-fit:cover}.account-settings-form__avatar>div,.account-settings-form__fields>header>div{display:grid;gap:4px}.account-settings-form__avatar svg,.account-settings-form__fields>header>svg{color:var(--color-yellow)}.account-settings-form label>small,.account-settings-form__avatar small,.account-settings-form__fields small{color:var(--color-muted);line-height:1.45}.account-settings-form__fields{display:grid;gap:14px}.account-settings-form__fields>header{justify-content:flex-start}.account-settings-form__footer{display:flex;align-items:center;gap:12px}.account-settings-form__footer .notice{margin:0}.account-field-error{color:#ffb4b4!important;font-weight:850}.account-field-ok{color:#7ee49b!important;font-weight:800}.account-unsaved{color:var(--color-yellow);font-weight:800}.account-settings-form__actions{display:flex;flex-wrap:wrap;gap:8px}.account-settings-form__actions .btn{width:auto}.account-setup-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-block:1px solid var(--color-border);background:rgba(255,255,255,.018)}.account-setup-list>a{min-height:76px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;border-right:1px solid var(--color-border);color:var(--color-white);padding:12px}.account-setup-list>a:last-child{border-right:0}.account-setup-list>a>svg:first-child{color:var(--color-yellow)}.account-setup-list>a>svg:last-child{color:var(--color-muted)}.account-setup-list>a span{display:grid;gap:3px}.account-setup-list>a small{color:var(--color-muted)}.account-security-note__actions{display:grid;justify-items:end;gap:8px}.account-security-note__actions a{display:inline-flex;align-items:center;gap:5px;color:var(--color-yellow);font-size:.78rem;font-weight:850}.account-settings-form input[aria-invalid=true]{border-color:rgba(229,83,61,.72);box-shadow:0 0 0 3px rgba(229,83,61,.09)}.account-settings-progress{display:grid;grid-template-columns:1fr minmax(180px,.55fr);gap:20px;align-items:center;border:1px solid var(--color-yellow-border);border-radius:var(--radius-sm);background:rgba(244,196,0,.055);padding:16px}.account-settings-progress p,.account-settings-progress strong{margin:0}.account-settings-progress strong{display:block;margin-top:5px;color:var(--color-white);font-size:1.15rem}.account-settings-progress p{margin-top:4px;color:var(--color-muted);font-size:.82rem}.account-settings-progress>div:last-child{height:9px;overflow:hidden;border-radius:999px;background:rgba(255,255,255,.08)}.account-settings-progress>div:last-child span{display:block;height:100%;border-radius:inherit;background:var(--color-yellow)}@media (max-width:640px){.account-settings-progress{grid-template-columns:1fr;gap:12px}}.account-security-note{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:13px}.account-security-note>a,.account-security-note>svg{color:var(--color-yellow)}.account-security-note div{display:grid;gap:4px}.account-security-note p{margin:0;color:var(--color-muted);font-size:.8rem}.account-security-note a{display:inline-flex;align-items:center;gap:5px;font-size:.78rem;font-weight:850;white-space:nowrap}@media (max-width:960px){.account-page__layout{grid-template-columns:1fr;gap:20px}.account-sidebar{position:static;overflow:hidden}.account-sidebar nav{display:flex;overflow-x:auto;border:1px solid var(--color-border)}.account-sidebar nav a{min-width:max-content;border-right:1px solid var(--color-border);border-bottom:0}.account-sidebar__context{display:none}}@media (max-width:760px){.account-page__header-actions,.account-page__header-inner{align-items:flex-start;flex-direction:column}.account-page__header-actions,.account-page__header-actions .btn{width:100%}.account-main__columns,.account-metrics{grid-template-columns:1fr 1fr}.account-setup-list{grid-template-columns:1fr}.account-setup-list>a{border-right:0;border-bottom:1px solid var(--color-border)}.account-setup-list>a:last-child{border-bottom:0}.account-metrics>span:nth-child(2){border-right:0}.account-metrics>span:nth-child(-n+2){border-bottom:1px solid var(--color-border)}}@media (max-width:540px){.account-page__identity{align-items:flex-start}.account-page__identity .account-avatar{width:58px;height:58px}.account-page__identity p{max-width:230px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-page__layout{width:min(100%,calc(100% - 20px));padding-top:18px}.account-main__columns,.account-metrics{grid-template-columns:1fr}.account-metrics>span,.account-metrics>span:nth-child(2){min-height:82px;border-right:0;border-bottom:1px solid var(--color-border)}.account-metrics>span:last-child{border-bottom:0}.account-section{padding:15px}.account-section__head,.account-security-note,.account-settings-form__footer{align-items:stretch;grid-template-columns:1fr;flex-direction:column}.account-address-list article,.account-conversation-list article,.account-order-list article,.account-purchase-list article{grid-template-columns:auto minmax(0,1fr)}.account-address-list__actions,.account-conversation-list .status-pill,.account-order-list .status-pill,.account-purchase-list>article>svg{grid-column:2;justify-self:start}.account-address-form .form-grid{grid-template-columns:1fr}.account-address-form__actions{display:grid;grid-template-columns:1fr}.account-settings-form__avatar{grid-template-columns:64px minmax(0,1fr)}.account-settings-form__avatar>span{width:64px;height:64px}.account-settings-form__actions{display:grid;grid-template-columns:1fr}.account-settings-form__actions .btn{width:100%}.account-security-note__actions{justify-items:start}}.privacy-consent{position:fixed;z-index:320;right:18px;bottom:max(18px,env(safe-area-inset-bottom));left:18px;display:flex;justify-content:center;pointer-events:none}.privacy-consent__panel{width:min(820px,100%);max-height:min(82dvh,680px);overflow-y:auto;border:1px solid var(--color-yellow-border);border-radius:var(--radius);background:#111111;box-shadow:0 24px 80px rgba(0,0,0,.72);padding:18px;pointer-events:auto}.privacy-consent__head{display:grid;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:12px}.privacy-consent__brand{width:46px;height:46px;overflow:hidden;border:1px solid var(--color-yellow-border);border-radius:50%;background:#050505}.privacy-consent__brand img{width:100%;height:100%;object-fit:cover}.privacy-consent__head .kicker{display:inline-flex;align-items:center;gap:5px}.privacy-consent h2,.privacy-consent p{margin:0}.privacy-consent h2{margin-top:3px;font-size:1.1rem}.privacy-consent__panel>p{margin-top:13px;color:var(--color-muted);line-height:1.55}.privacy-consent__close{width:44px;height:44px;display:grid;place-items:center;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-panel);color:var(--color-white)}.privacy-consent__choices{display:grid;margin-top:16px;border-block:1px solid var(--color-border)}.privacy-consent__choices>div,.privacy-consent__choices>label{min-height:66px;display:grid;grid-template-columns:minmax(180px,.75fr) minmax(220px,1fr) auto;align-items:center;gap:14px;border-bottom:1px solid var(--color-border);padding:10px 2px}.privacy-consent__choices>:last-child{border-bottom:0}.privacy-consent__choices span{display:inline-flex;align-items:center;gap:7px;color:var(--color-white)}.privacy-consent__choices b,.privacy-consent__choices svg{color:var(--color-yellow)}.privacy-consent__choices small{color:var(--color-muted);line-height:1.4}.privacy-consent__choices b{font-size:.75rem;text-align:right}.privacy-consent__choices input{width:22px;height:22px;accent-color:var(--color-yellow)}.privacy-consent__choice--disabled{opacity:.72}.privacy-consent__actions,.privacy-consent__links{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.privacy-consent__links{margin-top:14px;color:var(--color-muted);font-size:.76rem}.privacy-consent__links a{color:var(--color-yellow);font-weight:850}.privacy-consent__actions{justify-content:flex-end;margin-top:16px}.privacy-consent__actions .btn{width:auto;min-height:44px}.cookie-settings-button{display:inline-flex;align-items:center;gap:6px}.cookie-settings-button:not(.btn){min-height:32px;border:0;background:transparent;color:var(--color-muted);padding:0;text-align:left}.cookie-settings-button:not(.btn):hover{color:var(--color-yellow)}@media (max-width:640px){.privacy-consent{right:10px;bottom:max(10px,env(safe-area-inset-bottom));left:10px}.privacy-consent__panel{max-height:calc(82dvh - env(safe-area-inset-top) - env(safe-area-inset-bottom));padding:13px}.privacy-consent__panel--notice{max-height:calc(72dvh - env(safe-area-inset-top) - env(safe-area-inset-bottom))}.privacy-consent__head{grid-template-columns:38px minmax(0,1fr) auto;gap:9px}.privacy-consent__brand{width:38px;height:38px}.privacy-consent h2{font-size:1rem}.privacy-consent__panel>p{margin-top:9px;font-size:.79rem;line-height:1.42}.privacy-consent__links{margin-top:10px;gap:6px 10px;line-height:1.35}.privacy-consent__choices>div,.privacy-consent__choices>label{grid-template-columns:minmax(0,1fr) auto;gap:6px 12px;padding:12px 0}.privacy-consent__choices small{grid-column:1/-1;grid-row:2}.privacy-consent__actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:11px}.privacy-consent__actions .btn{width:100%;min-width:0;padding-inline:10px;font-size:.78rem}.privacy-consent__actions .btn:last-child:nth-child(3){grid-column:1/-1}}