.theme-fynix-green{
  --blue:#5fd934;
  --fx-bg:#f3f5f2;
  --fx-panel:#ffffff;
  --fx-side:#eef1ef;
  --fx-ink:#0b1f1a;
  --fx-muted:#66746d;
  --fx-line:#dfe8dd;
  --fx-dark:#0b3d32;
  --fx-green:#9af264;
  --fx-green-2:#5fd934;
  --fx-soft:#eefbe7;
  --fx-shadow:0 18px 48px rgba(27,54,42,.08);
  --fx-shadow-strong:0 28px 80px rgba(27,54,42,.12);
  background:var(--fx-bg);
  color:var(--fx-ink);
}
.theme-fynix-green a{color:inherit}

.theme-fynix-green.modern-landing{
  background:linear-gradient(180deg,#f7f9f6 0%,#eef3ee 100%);
}
.theme-fynix-green.modern-landing .lp-head{
  height:78px;
  padding:0 clamp(18px,6vw,90px);
  background:rgba(247,249,246,.84);
  border-bottom:1px solid var(--fx-line);
  backdrop-filter:blur(20px);
  box-shadow:0 12px 34px rgba(27,54,42,.06);
}
.theme-fynix-green .brand span,
.theme-fynix-green .auth-brand span,
.theme-fynix-green .mark{
  background:linear-gradient(135deg,var(--fx-green),var(--fx-green-2));
  color:var(--fx-dark);
  border-radius:16px;
  box-shadow:0 16px 32px rgba(95,217,52,.24);
}
.theme-fynix-green.modern-landing .lp-head nav{gap:10px}
.theme-fynix-green.modern-landing .lp-head nav a{
  padding:11px 13px;
  border-radius:999px;
  color:#3f5048;
  font-size:13px;
}
.theme-fynix-green.modern-landing .lp-head nav a:hover{background:#e9f3e5;color:var(--fx-dark)}
.theme-fynix-green.modern-landing .lp-head nav .btn{color:#0b2b23}
.theme-fynix-green.modern-landing .hero{
  min-height:auto;
  grid-template-columns:minmax(0,1fr) minmax(320px,460px);
  gap:clamp(24px,5vw,66px);
  padding:clamp(46px,8vw,92px) clamp(18px,6vw,90px);
  background:radial-gradient(circle at 80% 18%,rgba(154,242,100,.28),transparent 35%),linear-gradient(135deg,#f8faf8 0%,#edf4ec 58%,#f6f8f5 100%);
}
.theme-fynix-green.modern-landing .hero h1{
  letter-spacing:0;
  font-size:clamp(36px,6vw,72px);
}
.theme-fynix-green.modern-landing .hero p{color:#64746d;font-size:clamp(15px,1.5vw,19px)}
.theme-fynix-green .pill{
  background:#ecfbe5;
  border-color:#d5f4c4;
  color:var(--fx-dark);
}
.theme-fynix-green .btn,
.theme-fynix-green .auth-form button,
.theme-fynix-green .withdraw{
  background:linear-gradient(135deg,var(--fx-green),var(--fx-green-2));
  color:#0b2b23;
  border-radius:999px;
  font-weight:800;
  box-shadow:0 16px 36px rgba(95,217,52,.22);
}
.theme-fynix-green .btn:hover,
.theme-fynix-green .auth-form button:hover{
  transform:translateY(-1px);
  box-shadow:0 20px 44px rgba(95,217,52,.28);
}
.theme-fynix-green .ghost-btn,
.theme-fynix-green .modern-card,
.theme-fynix-green .lp-solutions article,
.theme-fynix-green .auth-panel{
  background:rgba(255,255,255,.88);
  border:1px solid var(--fx-line);
  border-radius:26px;
  box-shadow:var(--fx-shadow);
}
.theme-fynix-green .hero-card{
  padding:30px;
  border-radius:28px;
}
.theme-fynix-green .hero-card strong{color:var(--fx-dark)}
.theme-fynix-green .hero-card-head span,
.theme-fynix-green .hero-bars i,
.theme-fynix-green .auth-showcase-brand b{
  background:linear-gradient(135deg,var(--fx-green),var(--fx-green-2));
  color:var(--fx-dark);
}
.theme-fynix-green .lp-solutions{
  background:transparent;
  padding:0 clamp(18px,6vw,90px) 70px;
}

.theme-fynix-green.modern-auth{
  background:radial-gradient(circle at 15% 12%,rgba(154,242,100,.24),transparent 28%),linear-gradient(135deg,#f8faf8,#edf4ec);
}
.theme-fynix-green.modern-auth .auth-shell{
  grid-template-columns:minmax(320px,620px) minmax(320px,1fr);
  gap:clamp(26px,5vw,60px);
  padding:clamp(22px,5vw,66px);
}
.theme-fynix-green .auth-panel{
  border-radius:30px;
  padding:clamp(24px,4vw,42px);
}
.theme-fynix-green .auth-left h1{letter-spacing:0}
.theme-fynix-green .auth-left p{color:#64746d}
.theme-fynix-green.auth-page label{color:#4d5d56}
.theme-fynix-green.auth-page input,
.theme-fynix-green.auth-page select,
.theme-fynix-green .modern-auth input,
.theme-fynix-green .modern-auth select{
  background:#fff;
  border:1px solid var(--fx-line);
  border-radius:16px;
  box-shadow:0 10px 24px rgba(27,54,42,.05);
}
.theme-fynix-green.auth-page input:focus,
.theme-fynix-green.auth-page select:focus{
  border-color:#95e85f;
  background:#fff;
  box-shadow:0 0 0 4px rgba(154,242,100,.22);
}
.theme-fynix-green .switch{
  background:#eaf3e8;
  border:0;
  padding:5px;
}
.theme-fynix-green .switch a{
  border-radius:13px;
  color:#5b6d64;
}
.theme-fynix-green .switch .active{
  background:#fff;
  color:var(--fx-dark);
  box-shadow:0 10px 24px rgba(27,54,42,.08);
}
.theme-fynix-green .auth-showcase.modern{
  background:linear-gradient(145deg,#0d2f28,#0f4437);
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 38px 110px rgba(13,47,40,.24);
}
.theme-fynix-green .auth-showcase-panel,
.theme-fynix-green .auth-metrics div{
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.12);
}
.theme-fynix-green .auth-showcase-panel span{color:var(--fx-green)}
.theme-fynix-green .doc-pending-icon,
.theme-fynix-green .doc-steps .done{
  background:var(--fx-soft);
  color:var(--fx-dark);
  border-color:#ccefba;
}

.theme-fynix-green .sidebar{
  width:268px;
  display:flex;
  flex-direction:column;
  background:#eef0ee;
  color:#53635b;
  border-right:1px solid var(--fx-line);
  box-shadow:16px 0 46px rgba(27,54,42,.06);
}
.theme-fynix-green .sidebar:hover,
.theme-fynix-green .sidebar.open{width:268px}
.theme-fynix-green .brand{
  height:78px;
  flex:0 0 auto;
  padding:0 18px;
  border-bottom:0;
  gap:12px;
}
.theme-fynix-green .logo{
  width:38px;
  height:38px;
  border-radius:999px;
  background:
    radial-gradient(circle at 34% 28%,rgba(255,255,255,.45),transparent 18%),
    linear-gradient(135deg,var(--fx-green),var(--fx-green-2));
  color:var(--fx-dark);
  box-shadow:0 12px 28px rgba(95,217,52,.20);
  font-size:16px;
}
.theme-fynix-green .brand span{
  color:var(--fx-ink);
  font-size:16px;
  font-weight:900;
  letter-spacing:-.01em;
  text-shadow:0 1px 0 rgba(255,255,255,.72);
}
.theme-fynix-green .fynix-sidebar-user{
  display:grid;
  grid-template-columns:38px minmax(0,1fr) 12px;
  gap:9px;
  align-items:center;
  width:auto;
  max-width:calc(100% - 28px);
  min-height:58px;
  margin:0 14px 16px;
  padding:9px 10px;
  background:#fff;
  border:1px solid var(--fx-line);
  border-radius:14px;
  box-shadow:0 12px 26px rgba(27,54,42,.06);
}
.theme-fynix-green .fynix-sidebar-user>div:not(.fynix-avatar){min-width:0}
.theme-fynix-green .fynix-avatar{
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  border-radius:999px;
  background:linear-gradient(135deg,#0b3d32,#2f755e);
  color:#fff;
  font-weight:900;
}
.theme-fynix-green .fynix-sidebar-user strong{
  display:block;
  max-width:100%;
  color:var(--fx-ink);
  font-size:12.5px;
  font-weight:900;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.theme-fynix-green .fynix-sidebar-user span{
  display:block;
  margin-top:2px;
  color:#7a8981;
  font-size:10.5px;
  font-weight:700;
}
.theme-fynix-green .fynix-sidebar-user i{color:#87948d;font-size:11px}
.theme-fynix-green .fynix-menu-label{
  margin:0 22px 9px;
  color:#93a099;
  font-size:11px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.04em;
}
.theme-fynix-green .fynix-menu-label.inside{
  margin:18px 10px 8px;
}
.theme-fynix-green .menu{
  flex:1;
  overflow:auto;
  padding:0 14px 16px;
  gap:5px;
}
.theme-fynix-green .navitem{
  min-height:42px;
  height:auto;
  border-radius:9px;
  color:#66746d;
  padding:9px 11px;
  gap:10px;
  font-size:13px;
  font-weight:800;
  border:1px solid transparent;
  line-height:1.25;
}
.theme-fynix-green .menu button.navitem{
  font-size:13px;
  font-weight:800;
  color:#66746d;
}
.theme-fynix-green .menu button.navitem span{
  font-weight:800;
}
.theme-fynix-green .navitem i{
  width:18px;
  min-width:18px;
  text-align:center;
  color:#87968e;
  font-size:13px;
}
.theme-fynix-green .navitem span{opacity:1}
.theme-fynix-green .navitem:hover,
.theme-fynix-green .navitem.active{
  background:#fff;
  color:var(--fx-dark);
  border-color:#e7eee5;
  box-shadow:0 8px 20px rgba(27,54,42,.05);
}
.theme-fynix-green .navitem.active i{color:#0b3d32}
.theme-fynix-green .logout{color:#be4141}
.theme-fynix-green .logout i{color:#be4141}
.theme-fynix-green .fynix-sidebar-plan{
  flex:0 0 auto;
  margin:12px 14px 18px;
  padding:18px 16px;
  text-align:center;
  background:#fff;
  border:1px solid var(--fx-line);
  border-radius:18px;
  box-shadow:0 12px 28px rgba(27,54,42,.06);
}
.theme-fynix-green .fynix-sidebar-plan i{
  display:grid;
  place-items:center;
  width:36px;
  height:36px;
  margin:0 auto 10px;
  border-radius:12px;
  background:#f3f8f1;
  color:#0b3d32;
}
.theme-fynix-green .fynix-sidebar-plan strong{
  display:block;
  color:var(--fx-ink);
  font-size:14px;
  font-weight:900;
}
.theme-fynix-green .fynix-sidebar-plan span{
  display:block;
  margin-top:6px;
  color:#7c8982;
  font-size:11px;
  line-height:1.35;
  font-weight:700;
}
.theme-fynix-green .fynix-plan-progress{
  height:8px;
  margin-top:14px;
  border-radius:999px;
  background:#e8f0e5;
  overflow:hidden;
}
.theme-fynix-green .fynix-plan-progress b{
  display:block;
  height:100%;
  border-radius:999px;
  background:linear-gradient(90deg,var(--fx-green),var(--fx-green-2));
}
.theme-fynix-green .fynix-sidebar-plan small{
  display:block;
  margin-top:7px;
  color:#607268;
  font-size:10px;
  font-weight:900;
}
.theme-fynix-green .main{
  margin-left:268px;
  width:calc(100% - 268px);
  background:var(--fx-bg);
}
.theme-fynix-green .sidebar:hover~.main{margin-left:268px}
.theme-fynix-green .topbar{
  height:78px;
  margin:0;
  background:rgba(243,245,242,.86);
  border-bottom:1px solid var(--fx-line);
  backdrop-filter:blur(18px);
  box-shadow:none;
}
.theme-fynix-green .account,
.theme-fynix-green .account-meta,
.theme-fynix-green .header-progress small{color:var(--fx-muted)}
.theme-fynix-green .account strong{color:var(--fx-ink);font-weight:800}
.theme-fynix-green .fynix-page-title{
  min-width:220px;
  flex:1;
}
.theme-fynix-green .fynix-page-title strong{
  display:block;
  color:var(--fx-ink);
  font-size:17px;
  font-weight:900;
  line-height:1.1;
}
.theme-fynix-green .fynix-page-title span{
  display:block;
  margin-top:3px;
  color:#708078;
  font-size:12px;
  font-weight:700;
}
.theme-fynix-green .fynix-header-search{
  flex:1;
  max-width:420px;
  min-width:220px;
  display:flex;
  align-items:center;
  gap:10px;
  height:42px;
  padding:0 12px;
  border:1px solid var(--fx-line);
  border-radius:14px;
  background:#fff;
  color:#73827a;
  box-shadow:0 10px 24px rgba(27,54,42,.04);
}
.theme-fynix-green .fynix-header-search i{
  color:#8b9a91;
}
.theme-fynix-green .fynix-header-search span{
  flex:1;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  font-size:13px;
  font-weight:700;
}
.theme-fynix-green .fynix-header-search kbd{
  border:1px solid var(--fx-line);
  border-radius:8px;
  padding:3px 6px;
  background:#f7faf6;
  color:#849189;
  font:700 11px/1 Montserrat,Arial,sans-serif;
}
.theme-fynix-green .flag,
.theme-fynix-green .privacy-toggle,
.theme-fynix-green .userbtn{
  background:#fff;
  border:1px solid var(--fx-line);
  border-radius:999px;
  color:var(--fx-ink);
  box-shadow:0 8px 20px rgba(27,54,42,.05);
}
.theme-fynix-green .userbtn{
  width:44px;
  height:44px;
  max-width:44px;
  justify-content:center;
  padding:0;
}
.theme-fynix-green .userbtn i{
  width:auto;
  font-size:17px;
  color:#0b3d32;
}
.theme-fynix-green .badge{
  background:var(--fx-dark);
  color:#fff;
  border-radius:999px;
}
.theme-fynix-green .content{padding:28px clamp(18px,3vw,36px) 46px}
.theme-fynix-green .card,
.theme-fynix-green .section-card,
.theme-fynix-green .panel{
  background:var(--fx-panel)!important;
  border:1px solid var(--fx-line)!important;
  border-radius:20px!important;
  box-shadow:var(--fx-shadow)!important;
  color:var(--fx-ink);
}
.theme-fynix-green .chart-card{padding:22px}
.theme-fynix-green .tabs,
.theme-fynix-green .period,
.theme-fynix-green .balance{border-color:var(--fx-line)}
.theme-fynix-green .tab,
.theme-fynix-green .period button,
.theme-fynix-green .kicker,
.theme-fynix-green .xlabels,
.theme-fynix-green .chart .y{color:#7a8a82}
.theme-fynix-green .tab.active,
.theme-fynix-green .period .active,
.theme-fynix-green .money,
.theme-fynix-green .mini .val{
  color:var(--fx-dark);
  font-weight:800;
}
.theme-fynix-green .tab.active:after,
.theme-fynix-green .period .active:after{
  background:linear-gradient(90deg,var(--fx-green),var(--fx-green-2));
  height:4px;
  border-radius:999px;
}
.theme-fynix-green .chart .line{background:#e8eee6}
.theme-fynix-green .chart svg polyline{stroke:#0d3f33!important;stroke-width:3}
.theme-fynix-green .mini{border-color:var(--fx-line)}
.theme-fynix-green .table{
  background:#f8faf7;
  border-radius:16px;
  overflow:hidden;
}
.theme-fynix-green .row{color:#65766d}
.theme-fynix-green .notice .pill{background:var(--fx-soft);color:var(--fx-dark)}
.theme-fynix-green .notice p,
.theme-fynix-green .section-card p,
.theme-fynix-green .feature p{color:var(--fx-muted)}
.theme-fynix-green .field label{color:#586b62}
.theme-fynix-green .field input,
.theme-fynix-green .field textarea,
.theme-fynix-green .field select,
.theme-fynix-green .search-row input,
.theme-fynix-green .reward-card input,
.theme-fynix-green .table input,
.theme-fynix-green .table textarea,
.theme-fynix-green .table select{
  background:#fff;
  border-color:var(--fx-line);
  color:var(--fx-ink);
  border-radius:14px;
  box-shadow:0 8px 18px rgba(27,54,42,.04);
}
.theme-fynix-green .field input:focus,
.theme-fynix-green .field textarea:focus,
.theme-fynix-green .field select:focus{
  border-color:#8bea55;
  outline:none;
  box-shadow:0 0 0 4px rgba(154,242,100,.20);
}
.theme-fynix-green .btn.secondary,
.theme-fynix-green .btn.dark{background:var(--fx-dark);color:#fff}
.theme-fynix-green .settings-page{
  --settings-accent:#5fd934;
  --settings-accent-soft:rgba(95,217,52,.13);
}
.theme-fynix-green .settings-tabs button.active,
.theme-fynix-green .settings-form .btn.secondary,
.theme-fynix-green .copy-credential-btn:hover,
.theme-fynix-green .credential-hero,
.theme-fynix-green .receive-submit,
.theme-fynix-green .member-preview-logo,
.theme-fynix-green .member-preview-button{
  background:linear-gradient(135deg,var(--fx-green),var(--fx-green-2))!important;
  color:#0b2b23!important;
}
.theme-fynix-green .settings-tabs button.active i,
.theme-fynix-green .settings-panel h2 i,
.theme-fynix-green .settings-panel h3 i,
.theme-fynix-green .notification-preview strong,
.theme-fynix-green .copy-credential-btn,
.theme-fynix-green .receive-prefix,
.theme-fynix-green .feature i,
.theme-fynix-green .reward-card .reward-icon,
.theme-fynix-green .product-stat strong{
  color:#4fbf2c!important;
}
.theme-fynix-green .notification-preview>div:before{
  background:linear-gradient(180deg,var(--fx-green),var(--fx-green-2))!important;
}
.theme-fynix-green .phone-preview{
  background:linear-gradient(160deg,#0b3d32,#071f19)!important;
  border-color:rgba(154,242,100,.22)!important;
}
.theme-fynix-green .push-icon{
  background:linear-gradient(135deg,var(--fx-green),var(--fx-green-2))!important;
  color:#0b2b23!important;
}
.theme-fynix-green .push-meta span{
  color:#dffbd7!important;
}
.theme-fynix-green .member-preview-block.hero{
  background:linear-gradient(135deg,#eefbe7,#fff)!important;
  border-color:#d9f3cc!important;
}
.theme-fynix-green .pagination a{
  color:#0b3d32;
  border-color:var(--fx-line);
}
.theme-fynix-green .pagination a.active{
  background:#0b3d32;
  color:#fff;
}
.theme-fynix-green .credential-modal-box{
  --settings-accent:#5fd934;
}
.theme-fynix-green .btn.ghost{
  background:#fff;
  color:var(--fx-dark);
  border:1px solid var(--fx-line);
  box-shadow:0 10px 22px rgba(27,54,42,.05);
}
.theme-fynix-green .modal{background:rgba(11,31,26,.45)}
.theme-fynix-green .modal{
  z-index:140;
}
.theme-fynix-green .modal-box{
  background:#fff;
  color:var(--fx-ink);
  border:1px solid var(--fx-line);
  border-radius:26px;
  box-shadow:0 36px 90px rgba(11,31,26,.24);
}
.theme-fynix-green .close{background:#eef3ee;color:var(--fx-ink)}
.theme-fynix-green .pix-modal-box{
  background:#fff!important;
  color:var(--fx-ink)!important;
  border:1px solid var(--fx-line)!important;
}
.theme-fynix-green .pix-modal-box .modal-head h2{
  color:var(--fx-ink)!important;
}
.theme-fynix-green .pix-modal-box .close{
  background:#eef3ee!important;
  color:var(--fx-ink)!important;
}
.theme-fynix-green .pix-chip{
  background:#fbfdf9!important;
  border:1px solid var(--fx-line)!important;
  color:var(--fx-ink)!important;
}
.theme-fynix-green .pix-chip span,
.theme-fynix-green .pix-copy-wrap label{
  color:#66746d!important;
}
.theme-fynix-green .pix-chip strong{
  color:var(--fx-ink)!important;
}
.theme-fynix-green .pix-copy{
  background:#0b1f1a!important;
  color:#d7ffb8!important;
  border-color:#24483d!important;
}
.theme-fynix-green .pix-modal-box .btn{
  background:linear-gradient(135deg,var(--fx-green),var(--fx-green-2))!important;
  color:#0b2b23!important;
}
.theme-fynix-green .feature,
.theme-fynix-green .checkout-box,
.theme-fynix-green .product-editor,
.theme-fynix-green .product-stat,
.theme-fynix-green .product-link,
.theme-fynix-green .pix-chip,
.theme-fynix-green .reward-card,
.theme-fynix-green .withdraw-summary,
.theme-fynix-green .withdraw-preview,
.theme-fynix-green .member-builder,
.theme-fynix-green .member-block,
.theme-fynix-green .member-preview,
.theme-fynix-green .member-preview-frame,
.theme-fynix-green .member-preview-block{
  background:#fff;
  border-color:var(--fx-line);
  border-radius:18px;
  box-shadow:0 12px 30px rgba(27,54,42,.05);
}
.theme-fynix-green .feature i,
.theme-fynix-green .reward-card .reward-icon,
.theme-fynix-green .product-stat strong{color:#4fbf2c}
.theme-fynix-green .toast{
  background:#fff;
  border-color:var(--fx-line);
  box-shadow:var(--fx-shadow-strong);
}
.theme-fynix-green .toast-title{color:var(--fx-dark)}
.theme-fynix-green .toast-icon{background:var(--fx-soft);color:var(--fx-dark)}
.theme-fynix-green .toast:after{background:linear-gradient(90deg,var(--fx-green),var(--fx-green-2))}

.theme-fynix-green.backoffice-page{
  --bg:var(--fx-bg);
  --ink:var(--fx-ink);
  --muted:var(--fx-muted);
  --line:var(--fx-line);
  --brand:#5fd934;
  --dark:var(--fx-dark);
  background:var(--fx-bg);
}
.theme-fynix-green.backoffice-page .side{
  background:var(--fx-side);
  border-right:1px solid var(--fx-line);
  color:#5e6d66;
  box-shadow:14px 0 45px rgba(27,54,42,.08);
}
.theme-fynix-green.backoffice-page .brand{color:var(--fx-ink);font-weight:800}
.theme-fynix-green.backoffice-page .brand i{
  background:linear-gradient(135deg,var(--fx-green),var(--fx-green-2));
  color:var(--fx-dark);
  border-radius:14px;
}
.theme-fynix-green.backoffice-page .nav a{
  color:#65746d;
  border-radius:14px;
}
.theme-fynix-green.backoffice-page .nav a.active,
.theme-fynix-green.backoffice-page .nav a:hover{
  background:#fff;
  color:var(--fx-dark);
  box-shadow:0 10px 24px rgba(27,54,42,.06);
}
.theme-fynix-green.backoffice-page .main{background:var(--fx-bg)}
.theme-fynix-green.backoffice-page .top{
  background:rgba(255,255,255,.76);
  border:1px solid var(--fx-line);
  border-radius:24px;
  padding:18px 20px;
  box-shadow:var(--fx-shadow);
}
.theme-fynix-green.backoffice-page .top h1{color:var(--fx-ink);font-weight:800}
.theme-fynix-green.backoffice-page .top p,
.theme-fynix-green.backoffice-page .muted{color:var(--fx-muted)}
.theme-fynix-green.backoffice-page .card,
.theme-fynix-green.backoffice-page .panel{
  background:#fff!important;
  border-color:var(--fx-line)!important;
  border-radius:20px!important;
  box-shadow:var(--fx-shadow)!important;
}
.theme-fynix-green.backoffice-page .table th{color:#6b7c74;background:#f7faf6}
.theme-fynix-green.backoffice-page .table td{border-color:#edf2ec;color:#253d35}
.theme-fynix-green.backoffice-page .badge{background:var(--fx-soft);color:var(--fx-dark)}
.theme-fynix-green.backoffice-page .badge.ok{background:#e7f9dc;color:#277812}
.theme-fynix-green.backoffice-page .badge.bad{background:#fff0f0;color:#be123c}
.theme-fynix-green.backoffice-page .badge.warn{background:#fff7dd;color:#946400}
.theme-fynix-green.backoffice-page .layout-choice.selected,
.theme-fynix-green.backoffice-page .acquirer-card.current{
  border-color:#7ee248;
  background:#fbfff8;
  box-shadow:0 18px 45px rgba(95,217,52,.16);
}
.theme-fynix-green.backoffice-page .acquirer-logo{
  background:linear-gradient(135deg,var(--fx-green),var(--fx-green-2));
  color:var(--fx-dark);
}

.theme-fynix-green .fynix-dashboard{
  display:grid;
  gap:16px;
  color:var(--fx-ink);
}
.theme-fynix-green .fynix-top-grid{
  display:grid;
  grid-template-columns:minmax(260px,1.05fr) minmax(340px,1.9fr) minmax(260px,.9fr);
  gap:16px;
  align-items:stretch;
}
.theme-fynix-green .fynix-top-grid article,
.theme-fynix-green .fynix-panel{
  background:#fff;
  border:1px solid var(--fx-line);
  border-radius:20px;
  box-shadow:var(--fx-shadow);
}
.theme-fynix-green .fynix-balance-card{
  position:relative;
  overflow:hidden;
  min-height:152px;
  padding:18px;
  background:
    radial-gradient(circle at 90% 24%,rgba(255,255,255,.52) 0 13%,transparent 14%),
    radial-gradient(circle at 80% 78%,rgba(255,255,255,.28) 0 22%,transparent 23%),
    linear-gradient(135deg,#9af264 0%,#75e446 48%,#4fcf2f 100%)!important;
  color:#073127;
}
.theme-fynix-green .fynix-balance-card:after{
  content:"";
  position:absolute;
  inset:auto -22px -48px 38%;
  height:124px;
  border-radius:999px;
  background:rgba(255,255,255,.24);
  transform:rotate(-12deg);
}
.theme-fynix-green .fynix-card-head,
.theme-fynix-green .fynix-section-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:14px;
}
.theme-fynix-green .fynix-card-head span,
.theme-fynix-green .fynix-section-head span{
  color:#6c7d74;
  font-size:12px;
  font-weight:700;
}
.theme-fynix-green .fynix-card-head button,
.theme-fynix-green .fynix-section-head button{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border:0;
  border-radius:12px;
  background:#fff;
  color:#0b3d32;
  box-shadow:0 10px 22px rgba(27,54,42,.12);
  cursor:pointer;
}
.theme-fynix-green .fynix-section-head h3{
  margin:0;
  color:var(--fx-ink);
  font-size:16px;
  letter-spacing:0;
}
.theme-fynix-green .fynix-section-head a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:9px 12px;
  border:1px solid var(--fx-line);
  border-radius:999px;
  background:#fff;
  color:#61756b;
  font-size:12px;
  font-weight:800;
  text-decoration:none;
}
.theme-fynix-green .fynix-balance-card strong{
  position:relative;
  z-index:1;
  display:block;
  margin-top:8px;
  font-size:clamp(30px,3vw,42px);
  letter-spacing:0;
  line-height:1;
}
.theme-fynix-green .fynix-balance-card small{
  position:relative;
  z-index:1;
  display:block;
  margin-top:8px;
  color:#19483c;
  font-weight:700;
}
.theme-fynix-green .fynix-balance-actions{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:20px;
}
.theme-fynix-green .fynix-balance-actions button,
.theme-fynix-green .fynix-quick-actions button,
.theme-fynix-green .fynix-quick-actions a,
.theme-fynix-green .fynix-exchange .withdraw{
  border:0;
  border-radius:999px;
  padding:12px 16px;
  font-weight:900;
  cursor:pointer;
  text-decoration:none;
}
.theme-fynix-green .fynix-balance-actions button:first-child{
  background:#fff;
  color:#0b3d32;
}
.theme-fynix-green .fynix-balance-actions button:last-child{
  background:#0b3d32;
  color:#fff;
}
.theme-fynix-green .fynix-enhancements,
.theme-fynix-green .fynix-score,
.theme-fynix-green .fynix-panel{
  padding:18px;
}
.theme-fynix-green .fynix-stat-row{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-top:16px;
}
.theme-fynix-green .fynix-stat-row div{
  min-width:0;
  padding:16px;
  border:1px solid var(--fx-line);
  border-radius:16px;
  background:#fbfdf9;
}
.theme-fynix-green .fynix-stat-row span,
.theme-fynix-green .fynix-cash-total span,
.theme-fynix-green .fynix-exchange-value span,
.theme-fynix-green .fynix-fee-box span{
  display:block;
  color:#6a7b72;
  font-size:12px;
  font-weight:800;
}
.theme-fynix-green .fynix-stat-row strong{
  display:block;
  margin-top:8px;
  color:var(--fx-ink);
  font-size:22px;
  line-height:1;
}
.theme-fynix-green .fynix-stat-row small{
  display:inline-block;
  margin-top:9px;
  padding:4px 8px;
  border-radius:999px;
  background:var(--fx-soft);
  color:#4a9b26;
  font-weight:800;
  font-size:11px;
}
.theme-fynix-green .fynix-score > span{
  display:block;
  margin-top:16px;
  color:#6a7b72;
  font-size:12px;
  font-weight:800;
}
.theme-fynix-green .fynix-score-line{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:12px;
  margin-top:8px;
}
.theme-fynix-green .fynix-score-line strong{
  color:#0b3d32;
  font-size:24px;
}
.theme-fynix-green .fynix-score-line b{
  color:#0c5d47;
  font-size:22px;
}
.theme-fynix-green .fynix-score-bars{
  position:relative;
  height:22px;
  margin-top:18px;
  border-radius:999px;
  background:#e8f0e7;
  overflow:hidden;
}
.theme-fynix-green .fynix-score-bars i{
  position:absolute;
  inset:0 auto 0 0;
  border-radius:999px;
  background:#0b3d32;
}
.theme-fynix-green .fynix-score-bars em{
  position:absolute;
  top:0;
  right:0;
  width:34%;
  height:100%;
  background:linear-gradient(90deg,#83ea4d,#b9f67b);
  border-radius:999px;
}
.theme-fynix-green .fynix-main-grid{
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(320px,.9fr);
  gap:16px;
}
.theme-fynix-green .fynix-bottom-grid{
  display:grid;
  grid-template-columns:minmax(420px,1.35fr) minmax(260px,.7fr) minmax(260px,.72fr);
  gap:16px;
}
.theme-fynix-green .fynix-cashflow{min-height:300px}
.theme-fynix-green .fynix-cashflow .fynix-section-head{
  align-items:flex-start;
  flex-wrap:wrap;
}
.theme-fynix-green .fynix-cashflow .fynix-section-head>div:first-child{
  min-width:190px;
}
.theme-fynix-green .fynix-tabs{
  display:flex;
  flex-wrap:nowrap;
  gap:6px;
  padding:4px;
  max-width:100%;
  width:auto;
  border:1px solid var(--fx-line);
  border-radius:999px;
  background:#f5f8f4;
  overflow-x:auto;
  scrollbar-width:none;
}
.theme-fynix-green .fynix-tabs::-webkit-scrollbar{
  display:none;
}
.theme-fynix-green .fynix-tabs button{
  flex:0 0 auto;
  min-width:max-content;
  border:0;
  border-radius:999px;
  background:transparent;
  color:#6b7b73;
  padding:8px 10px;
  font-size:12px;
  font-weight:900;
  cursor:pointer;
  text-align:center;
  white-space:nowrap;
}
.theme-fynix-green .fynix-tabs button.active{
  background:#fff;
  color:#0b3d32;
  box-shadow:0 8px 18px rgba(27,54,42,.08);
}
.theme-fynix-green .fynix-cash-total{
  margin-top:16px;
}
.theme-fynix-green .fynix-cash-total strong{
  display:block;
  margin-top:5px;
  font-size:28px;
  color:#0b3d32;
}
.theme-fynix-green .fynix-bar-chart{
  position:relative;
  display:grid;
  grid-template-columns:repeat(6,minmax(34px,1fr));
  gap:14px;
  align-items:end;
  min-height:166px;
  margin-top:8px;
  padding:12px 8px 0;
  background:
    linear-gradient(#eef3ee 1px,transparent 1px) 0 26px/100% 42px,
    transparent;
}
.theme-fynix-green .fynix-bar-group{
  position:relative;
  display:grid;
  grid-template-rows:1fr auto;
  gap:10px;
  min-width:0;
  height:164px;
}
.theme-fynix-green .fynix-chart-tooltip{
  position:absolute;
  left:12px;
  top:8px;
  z-index:12;
  max-width:min(240px,calc(100% - 24px));
  transform:translateY(-4px);
  padding:9px 11px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:12px;
  background:#0b3d32;
  color:#fff;
  box-shadow:0 16px 34px rgba(11,31,26,.22);
  font-size:11.5px;
  font-weight:800;
  line-height:1.35;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:.16s ease;
  overflow-wrap:anywhere;
}
.theme-fynix-green .fynix-chart-tooltip.show{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}
.theme-fynix-green .fynix-bar-group:hover .fynix-bars i,
.theme-fynix-green .fynix-bar-group:hover .fynix-bars em,
.theme-fynix-green .fynix-bar-group.is-active .fynix-bars i,
.theme-fynix-green .fynix-bar-group.is-active .fynix-bars em{
  filter:brightness(1.08);
  transform:translateY(-2px);
}
.theme-fynix-green .fynix-bars{
  display:flex;
  align-items:end;
  justify-content:center;
  gap:7px;
  height:130px;
}
.theme-fynix-green .fynix-bars i,
.theme-fynix-green .fynix-bars em{
  display:block;
  width:16px;
  min-height:8px;
  border-radius:8px 8px 3px 3px;
  transition:height .24s ease,transform .16s ease,filter .16s ease;
}
.theme-fynix-green .fynix-bars i{background:#0b3d32}
.theme-fynix-green .fynix-bars em{background:#9af264}
.theme-fynix-green .fynix-bar-group span{
  color:#74837c;
  font-size:11px;
  text-align:center;
  font-weight:800;
}
.theme-fynix-green .fynix-legend{
  display:flex;
  justify-content:flex-end;
  gap:18px;
  color:#61746b;
  font-size:12px;
  font-weight:800;
}
.theme-fynix-green .fynix-legend span{
  display:inline-flex;
  align-items:center;
  gap:6px;
}
.theme-fynix-green .fynix-legend i,
.theme-fynix-green .fynix-legend em{
  width:9px;
  height:9px;
  border-radius:999px;
  background:#0b3d32;
}
.theme-fynix-green .fynix-legend em{background:#9af264}
.theme-fynix-green .fynix-assistant{
  display:grid;
  justify-items:center;
  align-content:start;
  text-align:center;
}
.theme-fynix-green .fynix-assistant .fynix-section-head{width:100%}
.theme-fynix-green .fynix-orb{
  display:grid;
  place-items:center;
  width:112px;
  height:112px;
  margin:22px auto 12px;
  border-radius:999px;
  background:radial-gradient(circle at 35% 22%,#d9ffc1 0 18%,#8be953 46%,#0b3d32 100%);
  color:#fff;
  box-shadow:0 18px 40px rgba(11,61,50,.24);
  font-size:34px;
}
.theme-fynix-green .fynix-assistant h4{
  margin:0;
  color:var(--fx-ink);
  font-size:18px;
}
.theme-fynix-green .fynix-assistant p{
  max-width:360px;
  margin:8px auto 18px;
  color:#6f7d76;
}
.theme-fynix-green .fynix-quick-actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px;
}
.theme-fynix-green .fynix-quick-actions button,
.theme-fynix-green .fynix-quick-actions a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:#f4f8f2;
  color:#0b3d32;
  border:1px solid var(--fx-line);
}
.theme-fynix-green .fynix-quick-actions button:first-child{
  background:linear-gradient(135deg,#9af264,#67dc39);
  border-color:transparent;
}
.theme-fynix-green .fynix-table{
  display:grid;
  gap:0;
  margin-top:14px;
  overflow:hidden;
  border:1px solid var(--fx-line);
  border-radius:16px;
}
.theme-fynix-green .fynix-table-head,
.theme-fynix-green .fynix-table-row{
  display:grid;
  grid-template-columns:minmax(180px,1.3fr) 95px 96px 92px;
  gap:12px;
  align-items:center;
  padding:12px 14px;
}
.theme-fynix-green .fynix-table-head{
  background:#f7faf6;
  color:#75867d;
  font-size:12px;
  font-weight:900;
}
.theme-fynix-green .fynix-table-row{
  border-top:1px solid #edf2ec;
  color:#253d35;
  font-size:13px;
}
.theme-fynix-green .fynix-table-row b,
.theme-fynix-green .fynix-table-row small{
  display:block;
}
.theme-fynix-green .fynix-table-row small{
  margin-top:3px;
  color:#7b8982;
  font-size:11px;
}
.theme-fynix-green .fynix-table mark{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:72px;
  padding:6px 9px;
  border-radius:999px;
  background:#fff6d7;
  color:#886300;
  font-size:11px;
  font-weight:900;
}
.theme-fynix-green .fynix-table mark.ok{
  background:#e7f9dc;
  color:#267514;
}
.theme-fynix-green .fynix-empty{
  padding:16px;
  color:#728077;
}
.theme-fynix-green .fynix-donut-card,
.theme-fynix-green .fynix-exchange{
  min-height:286px;
}
.theme-fynix-green .fynix-donut{
  --p:45;
  display:grid;
  place-items:center;
  width:148px;
  height:148px;
  margin:20px auto 16px;
  border-radius:50%;
  background:conic-gradient(#0b3d32 calc(var(--p)*1%),#9af264 0 72%,#e8f0e7 0);
  position:relative;
}
.theme-fynix-green .fynix-donut:after{
  content:"";
  position:absolute;
  inset:24px;
  border-radius:50%;
  background:#fff;
}
.theme-fynix-green .fynix-donut span{
  position:relative;
  z-index:1;
  color:#0b3d32;
  font-weight:900;
  font-size:18px;
}
.theme-fynix-green .fynix-breakdown{
  display:grid;
  gap:10px;
}
.theme-fynix-green .fynix-breakdown div{
  display:grid;
  grid-template-columns:54px 1fr auto;
  align-items:center;
  gap:10px;
  color:#62736a;
  font-size:12px;
}
.theme-fynix-green .fynix-breakdown i{
  display:block;
  height:18px;
  border-radius:999px;
  background:linear-gradient(90deg,#0b3d32,#9af264);
}
.theme-fynix-green .fynix-breakdown b{color:#0b3d32}
.theme-fynix-green .fynix-exchange-value{
  margin:22px 0 14px;
  padding:18px;
  border:1px solid var(--fx-line);
  border-radius:18px;
  background:#fbfdf9;
  text-align:center;
}
.theme-fynix-green .fynix-exchange-value strong{
  display:block;
  margin-top:8px;
  color:#0b3d32;
  font-size:32px;
}
.theme-fynix-green .fynix-exchange-value small{
  display:block;
  margin-top:6px;
  color:#6c7b73;
}
.theme-fynix-green .fynix-fee-box{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-bottom:16px;
}
.theme-fynix-green .fynix-fee-box div{
  padding:12px;
  border:1px solid var(--fx-line);
  border-radius:14px;
  background:#fff;
}
.theme-fynix-green .fynix-fee-box b{
  display:block;
  margin-top:6px;
  color:#0b3d32;
}
.theme-fynix-green .fynix-exchange .withdraw{
  width:100%;
  color:#0b3d32;
}

@media(max-width:1320px){
  .theme-fynix-green .fynix-top-grid{
    grid-template-columns:minmax(260px,.9fr) minmax(360px,1.35fr);
  }
  .theme-fynix-green .fynix-score{
    grid-column:1 / -1;
  }
  .theme-fynix-green .fynix-bottom-grid{
    grid-template-columns:minmax(420px,1fr) minmax(260px,.55fr);
  }
  .theme-fynix-green .fynix-exchange{
    grid-column:1 / -1;
  }
}

@media(max-width:1160px){
  .theme-fynix-green .sidebar{
    width:244px;
  }
  .theme-fynix-green .sidebar:hover,
  .theme-fynix-green .sidebar.open{width:244px}
  .theme-fynix-green .main,
  .theme-fynix-green .sidebar:hover~.main{
    margin-left:244px;
    width:calc(100% - 244px);
  }
  .theme-fynix-green .fynix-sidebar-user{
    grid-template-columns:34px minmax(0,1fr) 12px;
    margin-inline:10px;
    max-width:calc(100% - 20px);
    min-height:54px;
    padding:8px;
  }
  .theme-fynix-green .fynix-avatar{
    width:34px;
    height:34px;
  }
  .theme-fynix-green .menu{padding-inline:10px}
  .theme-fynix-green .fynix-sidebar-plan{margin-inline:10px}
  .theme-fynix-green .content{padding-inline:18px}
  .theme-fynix-green .fynix-header-search{max-width:330px}
}

@media(max-width:980px){
  .theme-fynix-green .sidebar,
  .theme-fynix-green .sidebar:hover{
    width:min(88vw,304px);
    transform:translateX(-105%);
    z-index:70;
    border-right:1px solid var(--fx-line);
    box-shadow:28px 0 70px rgba(11,31,26,.22);
  }
  .theme-fynix-green .sidebar.open{
    width:min(88vw,304px);
    transform:translateX(0);
  }
  .theme-fynix-green .main,
  .theme-fynix-green .sidebar:hover~.main{
    margin-left:0;
    width:100%;
  }
  .theme-fynix-green .mobile-toggle{
    display:block;
    background:linear-gradient(135deg,var(--fx-green),var(--fx-green-2));
    color:var(--fx-dark);
    border-radius:999px;
    box-shadow:0 14px 34px rgba(95,217,52,.25);
    z-index:82;
  }
  .theme-fynix-green .overlay.show{
    background:rgba(11,31,26,.36);
    backdrop-filter:blur(4px);
    z-index:65;
  }
  .theme-fynix-green .topbar{
    height:auto;
    min-height:76px;
    padding:14px 16px 14px 72px;
    flex-wrap:wrap;
  }
  .theme-fynix-green .fynix-page-title{min-width:0;flex:1}
  .theme-fynix-green .fynix-header-search{
    order:3;
    max-width:none;
    width:100%;
    flex-basis:100%;
  }
  .theme-fynix-green .content{padding:18px 14px 90px}
  .theme-fynix-green .grid{grid-template-columns:1fr}
  .theme-fynix-green .fynix-dashboard{gap:14px}
  .theme-fynix-green .fynix-top-grid,
  .theme-fynix-green .fynix-main-grid,
  .theme-fynix-green .fynix-bottom-grid{
    grid-template-columns:1fr;
  }
  .theme-fynix-green .fynix-table{
    overflow:visible;
  }
  .theme-fynix-green .fynix-table-head,
  .theme-fynix-green .fynix-table-row{
    min-width:0;
  }
  .theme-fynix-green.backoffice-page .side{
    transform:translateX(-105%);
    width:min(86vw,310px);
  }
  .theme-fynix-green.backoffice-page.admin-menu-open .side{transform:translateX(0)}
  .theme-fynix-green.backoffice-page .main{
    margin-left:0;
    width:100%;
    padding:16px;
  }
}
@media(max-width:820px){
  .theme-fynix-green.modern-landing .lp-head{
    height:auto;
    min-height:72px;
    padding:13px 16px;
    gap:14px;
  }
  .theme-fynix-green.modern-landing .hero,
  .theme-fynix-green.modern-auth .auth-shell{
    grid-template-columns:1fr;
    padding:34px 18px;
  }
  .theme-fynix-green .auth-product{display:none}
  .theme-fynix-green .lp-solutions{
    grid-template-columns:1fr;
    padding:0 18px 42px;
  }
}
@media(max-width:760px){
  .theme-fynix-green .fynix-sidebar-plan{
    display:none;
  }
  .theme-fynix-green .modal{
    align-items:flex-start!important;
    justify-content:center!important;
    padding:12px!important;
    overflow-y:auto!important;
    -webkit-overflow-scrolling:touch;
  }
  .theme-fynix-green .receive-modal-box{
    width:100%;
    max-width:100%;
    max-height:calc(100dvh - 20px);
    overflow:auto;
    border-radius:22px;
  }
  .theme-fynix-green .receive-panel{
    padding:16px;
  }
  .theme-fynix-green .receive-details,
  .theme-fynix-green .receive-actions{
    grid-template-columns:1fr;
  }
  .theme-fynix-green .receive-submit,
  .theme-fynix-green .receive-close-soft{
    width:100%;
  }
  .theme-fynix-green .pix-modal-box{
    width:100%!important;
    max-width:100%!important;
    max-height:calc(100svh - 24px)!important;
    max-height:calc(100dvh - 24px)!important;
    overflow-y:auto!important;
    -webkit-overflow-scrolling:touch;
    padding:16px!important;
    border-radius:22px!important;
    margin:0!important;
  }
  .theme-fynix-green .pix-payment{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    gap:14px!important;
  }
  .theme-fynix-green .pix-qr{
    width:100%!important;
    max-width:280px!important;
    margin:0 auto!important;
    padding:10px!important;
    border-radius:18px!important;
  }
  .theme-fynix-green .pix-qr img{
    width:min(220px,68vw)!important;
    max-width:100%!important;
    height:auto!important;
  }
  .theme-fynix-green .pix-info{
    min-width:0!important;
    gap:10px!important;
  }
  .theme-fynix-green .pix-meta{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    gap:8px!important;
  }
  .theme-fynix-green .pix-chip{
    padding:11px!important;
    border-radius:14px!important;
    min-width:0!important;
  }
  .theme-fynix-green .pix-chip span{
    font-size:11px!important;
    margin-bottom:5px!important;
  }
  .theme-fynix-green .pix-chip strong{
    font-size:13px!important;
    line-height:1.35!important;
    overflow-wrap:anywhere!important;
  }
  .theme-fynix-green .pix-copy{
    width:100%!important;
    min-height:92px!important;
    max-height:138px!important;
    font-size:11px!important;
    line-height:1.45!important;
    padding:12px!important;
    resize:none!important;
    overflow:auto!important;
  }
  .theme-fynix-green .pix-copy-wrap{
    min-width:0!important;
  }
  .theme-fynix-green .pix-modal-box .btn{
    min-height:48px!important;
    width:100%!important;
    font-size:13px!important;
  }
}
@media(max-width:560px){
  .theme-fynix-green.modern-landing .lp-head nav a:not(.btn){display:none}
  .theme-fynix-green.modern-landing .hero h1{font-size:34px}
  .theme-fynix-green .hero-actions{display:grid}
  .theme-fynix-green .hero-actions .btn,
  .theme-fynix-green .hero-actions .ghost-btn{width:100%}
  .theme-fynix-green .topbar{padding:12px 12px 12px 68px}
  .theme-fynix-green .topbar{
    display:grid;
    grid-template-columns:1fr auto;
    align-items:center;
    gap:10px;
  }
  .theme-fynix-green .top-actions{
    display:flex;
    width:auto;
    grid-template-columns:none;
    gap:7px;
    justify-content:end;
    justify-self:end;
  }
  .theme-fynix-green .flag{
    display:none;
  }
  .theme-fynix-green .fynix-page-title span{display:none}
  .theme-fynix-green .fynix-page-title strong{font-size:16px}
  .theme-fynix-green .fynix-header-search kbd{display:none}
  .theme-fynix-green .fynix-header-search{
    min-width:0;
    height:40px;
  }
  .theme-fynix-green .chart-card,
  .theme-fynix-green .section-card{padding:16px}
  .theme-fynix-green .money{font-size:30px}
  .theme-fynix-green .mini-grid,
  .theme-fynix-green .balance{grid-template-columns:1fr}
  .theme-fynix-green .fynix-enhancements,
  .theme-fynix-green .fynix-score,
  .theme-fynix-green .fynix-panel{padding:15px}
  .theme-fynix-green .fynix-stat-row,
  .theme-fynix-green .fynix-fee-box{grid-template-columns:1fr}
  .theme-fynix-green .fynix-balance-card{
    min-height:0;
    padding:16px;
  }
  .theme-fynix-green .fynix-balance-card strong{
    font-size:32px;
  }
  .theme-fynix-green .fynix-stat-row div{
    padding:13px;
  }
  .theme-fynix-green .fynix-stat-row strong{
    font-size:20px;
  }
  .theme-fynix-green .fynix-section-head{
    align-items:flex-start;
  }
  .theme-fynix-green .fynix-section-head a{
    width:100%;
    justify-content:center;
  }
  .theme-fynix-green .fynix-main-grid,
  .theme-fynix-green .fynix-bottom-grid,
  .theme-fynix-green .fynix-top-grid{
    gap:12px;
  }
  .theme-fynix-green .fynix-cashflow .fynix-section-head{
    display:grid;
    gap:12px;
  }
  .theme-fynix-green .fynix-tabs{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    width:100%;
    max-width:none;
    overflow:visible;
    gap:3px;
    padding:4px;
  }
  .theme-fynix-green .fynix-tabs button{
    min-width:0;
    width:100%;
    white-space:normal;
    overflow-wrap:normal;
    word-break:normal;
    line-height:1.1;
    font-size:clamp(8px,2.45vw,10.5px);
    padding:8px 2px;
    display:grid;
    place-items:center;
    min-height:34px;
  }
  .theme-fynix-green .fynix-bar-chart{
    gap:8px;
    overflow-x:auto;
    padding-bottom:4px;
    -webkit-overflow-scrolling:touch;
  }
  .theme-fynix-green .fynix-bar-group{
    min-width:46px;
  }
  .theme-fynix-green .modal{
    align-items:flex-start!important;
    padding:10px!important;
    overflow-y:auto!important;
  }
  .theme-fynix-green .receive-modal-box{
    width:100%;
    max-width:100%;
    max-height:calc(100dvh - 20px);
    overflow:auto;
    border-radius:22px;
  }
  .theme-fynix-green .receive-panel{
    padding:16px;
    gap:14px;
  }
  .theme-fynix-green .receive-topline{
    display:grid;
    grid-template-columns:1fr auto;
    gap:10px;
  }
  .theme-fynix-green .receive-topline h3{
    font-size:20px;
    line-height:1.15;
  }
  .theme-fynix-green .receive-topline p{
    font-size:12px;
    line-height:1.45;
  }
  .theme-fynix-green .receive-pill{
    padding:8px 10px;
    font-size:11px;
  }
  .theme-fynix-green .receive-value-card{
    padding:14px;
    border-radius:18px;
  }
  .theme-fynix-green .receive-amount{
    gap:7px;
  }
  .theme-fynix-green .receive-prefix{
    font-size:22px;
  }
  .theme-fynix-green .receive-amount input{
    min-width:0;
    font-size:30px!important;
  }
  .theme-fynix-green .receive-quick{
    grid-template-columns:1fr 1fr;
    gap:8px;
  }
  .theme-fynix-green .receive-quick button{
    min-height:42px;
    padding:10px 8px;
    font-size:12px;
  }
  .theme-fynix-green .receive-details{
    grid-template-columns:1fr;
    gap:8px;
  }
  .theme-fynix-green .receive-info-card{
    padding:11px;
  }
  .theme-fynix-green .receive-actions{
    display:grid;
    grid-template-columns:1fr;
  }
  .theme-fynix-green .receive-submit,
  .theme-fynix-green .receive-close-soft{
    width:100%;
    min-height:48px;
  }
  .theme-fynix-green .receive-close-soft{
    height:48px;
  }
  .theme-fynix-green .fynix-sidebar-plan{
    display:none;
  }
  .theme-fynix-green .navitem,
  .theme-fynix-green .menu button.navitem{
    width:100%;
    min-height:42px;
    align-items:center;
    font-size:13px;
    font-weight:800;
  }
  .theme-fynix-green .navitem span{
    min-width:0;
    white-space:normal;
    overflow-wrap:anywhere;
  }
  .theme-fynix-green .fynix-balance-actions{
    grid-template-columns:1fr;
  }
  .theme-fynix-green .fynix-table-head,
  .theme-fynix-green .fynix-table-row{
    min-width:0;
    grid-template-columns:1fr auto;
    gap:8px 12px;
    padding:12px;
    font-size:12px;
  }
  .theme-fynix-green .fynix-table-head{
    display:none;
  }
  .theme-fynix-green .fynix-table-row span:nth-child(2){
    grid-column:1;
    grid-row:2;
    color:#7b8982;
    font-size:11px;
  }
  .theme-fynix-green .fynix-table-row span:nth-child(3){
    grid-column:2;
    grid-row:1;
    text-align:right;
    font-weight:900;
  }
  .theme-fynix-green .fynix-table-row span:nth-child(4){
    grid-column:2;
    grid-row:2;
    justify-self:end;
  }
  .theme-fynix-green .fynix-donut{
    width:128px;
    height:128px;
  }
  .theme-fynix-green .fynix-donut:after{
    inset:20px;
  }
  .theme-fynix-green .fynix-quick-actions{
    display:grid;
    width:100%;
  }
  .theme-fynix-green .fynix-quick-actions button,
  .theme-fynix-green .fynix-quick-actions a{
    justify-content:center;
  }
  .theme-fynix-green .tabs,
  .theme-fynix-green .period{overflow-x:auto;gap:22px}
}

/* Refinos finais do tema Fynix */
.theme-fynix-green .fynix-sidebar-plan{
  margin:8px 12px 12px;
  padding:12px 12px;
  border-radius:15px;
}
.theme-fynix-green .fynix-sidebar-plan i{
  width:30px;
  height:30px;
  margin-bottom:7px;
  border-radius:10px;
  font-size:13px;
}
.theme-fynix-green .fynix-sidebar-plan strong{
  font-size:13px;
  line-height:1.15;
}
.theme-fynix-green .fynix-sidebar-plan span{
  margin-top:4px;
  font-size:10px;
  line-height:1.22;
}
.theme-fynix-green .fynix-plan-progress{
  height:6px;
  margin-top:8px;
}
.theme-fynix-green .fynix-sidebar-plan small{
  margin-top:5px;
  font-size:9px;
  line-height:1.1;
}
@media(min-width:981px){
  .theme-fynix-green .menu{
    padding:0 12px 10px;
    gap:3px;
  }
  .theme-fynix-green .fynix-menu-label{
    margin:0 18px 7px;
    font-size:10px;
  }
  .theme-fynix-green .fynix-menu-label.inside{
    margin:12px 8px 6px;
  }
  .theme-fynix-green .navitem,
  .theme-fynix-green .menu button.navitem{
    min-height:36px;
    padding:7px 10px;
    font-size:12px;
  }
}
@media(max-width:760px){
  .theme-fynix-green .fynix-cashflow .fynix-section-head,
  .theme-fynix-green .fynix-cashflow .fynix-section-head>div{
    width:100%;
    min-width:0;
  }
  .theme-fynix-green .fynix-cashflow .fynix-section-head>div:first-child{
    min-width:0;
  }
  .theme-fynix-green .fynix-cashflow .fynix-tabs{
    width:100%;
    justify-self:stretch;
  }
}
@media(max-width:560px){
  .theme-fynix-green .fynix-cashflow .fynix-tabs{
    grid-template-columns:repeat(3,1fr);
    gap:5px;
    padding:5px;
  }
  .theme-fynix-green .fynix-cashflow .fynix-tabs button{
    min-height:38px;
    padding:9px 4px;
    font-size:clamp(9px,2.8vw,11px);
  }
}

/* Cor principal configuravel pelo Backoffice > Layouts */
.theme-fynix-green{
  --blue:var(--gateway-accent-2,#5fd934);
  --fx-dark:var(--gateway-accent-dark,#0b3d32);
  --fx-green:var(--gateway-accent,#9af264);
  --fx-green-2:var(--gateway-accent-2,#5fd934);
  --fx-soft:color-mix(in srgb,var(--gateway-accent,#9af264) 18%,#fff);
  --fx-shadow:0 18px 48px rgba(var(--gateway-accent-rgb,154,242,100),.10);
  --fx-shadow-strong:0 28px 80px rgba(var(--gateway-accent-rgb,154,242,100),.16);
}
.theme-fynix-green .brand span,
.theme-fynix-green .auth-brand span,
.theme-fynix-green .mark,
.theme-fynix-green .btn,
.theme-fynix-green .auth-form button,
.theme-fynix-green .withdraw,
.theme-fynix-green .hero-card-head span,
.theme-fynix-green .hero-bars i,
.theme-fynix-green .auth-showcase-brand b,
.theme-fynix-green .logo,
.theme-fynix-green .settings-tabs button.active,
.theme-fynix-green .settings-form .btn.secondary,
.theme-fynix-green .copy-credential-btn:hover,
.theme-fynix-green .credential-hero,
.theme-fynix-green .receive-submit,
.theme-fynix-green .member-preview-logo,
.theme-fynix-green .member-preview-button,
.theme-fynix-green .push-icon,
.theme-fynix-green .pix-modal-box .btn,
.theme-fynix-green .fynix-balance-card,
.theme-fynix-green .fynix-score-bars em,
.theme-fynix-green .fynix-quick-actions button:first-child,
.theme-fynix-green .mobile-toggle,
.theme-fynix-green.backoffice-page .brand i,
.theme-fynix-green.backoffice-page .acquirer-logo{
  background:linear-gradient(135deg,var(--fx-green),var(--fx-green-2))!important;
}
.theme-fynix-green .brand span,
.theme-fynix-green .auth-brand span,
.theme-fynix-green .mark,
.theme-fynix-green .btn,
.theme-fynix-green .auth-form button,
.theme-fynix-green .withdraw,
.theme-fynix-green .hero-card-head span,
.theme-fynix-green .hero-bars i,
.theme-fynix-green .auth-showcase-brand b,
.theme-fynix-green .settings-tabs button.active,
.theme-fynix-green .settings-form .btn.secondary,
.theme-fynix-green .credential-hero,
.theme-fynix-green .receive-submit,
.theme-fynix-green .member-preview-logo,
.theme-fynix-green .member-preview-button,
.theme-fynix-green .push-icon,
.theme-fynix-green .pix-modal-box .btn,
.theme-fynix-green .fynix-balance-card,
.theme-fynix-green .fynix-quick-actions button:first-child,
.theme-fynix-green .mobile-toggle,
.theme-fynix-green.backoffice-page .brand i,
.theme-fynix-green.backoffice-page .acquirer-logo{
  color:var(--gateway-accent-contrast,#0b2b23)!important;
}
.theme-fynix-green .fynix-avatar,
.theme-fynix-green .auth-showcase.modern,
.theme-fynix-green .phone-preview,
.theme-fynix-green .pwa-install-logo,
.theme-fynix-green .pwa-install-primary{
  background:linear-gradient(135deg,var(--gateway-accent-dark,#0b3d32),var(--gateway-accent-deep,#071f19))!important;
}
.theme-fynix-green .fynix-balance-actions button:last-child,
.theme-fynix-green .btn.secondary,
.theme-fynix-green .btn.dark,
.theme-fynix-green .fynix-score-bars i,
.theme-fynix-green .fynix-bars i,
.theme-fynix-green .fynix-legend i,
.theme-fynix-green .pix-copy,
.theme-fynix-green .pagination a.active,
.theme-fynix-green .fynix-chart-tooltip{
  background:var(--gateway-accent-dark,#0b3d32)!important;
}
.theme-fynix-green .fynix-bars em,
.theme-fynix-green .fynix-legend em{
  background:var(--fx-green)!important;
}
.theme-fynix-green .fynix-donut{
  background:conic-gradient(var(--gateway-accent-dark,#0b3d32) calc(var(--p)*1%),var(--fx-green) 0 72%,#e8f0e7 0)!important;
}
.theme-fynix-green .fynix-breakdown i,
.theme-fynix-green .fynix-plan-progress b,
.theme-fynix-green .tab.active:after,
.theme-fynix-green .period .active:after,
.theme-fynix-green .notification-preview>div:before,
.theme-fynix-green .toast:after{
  background:linear-gradient(90deg,var(--fx-green),var(--fx-green-2))!important;
}
.theme-fynix-green.modern-landing .hero,
.theme-fynix-green.modern-auth,
.theme-fynix-green .pwa-install-top{
  background:
    radial-gradient(circle at 80% 18%,rgba(var(--gateway-accent-rgb,154,242,100),.28),transparent 35%),
    linear-gradient(135deg,#f8faf8 0%,#edf4ec 58%,#f6f8f5 100%)!important;
}
.theme-fynix-green .pill,
.theme-fynix-green .notice .pill,
.theme-fynix-green .toast-icon,
.theme-fynix-green .member-preview-block.hero,
.theme-fynix-green .pwa-install-steps i,
.theme-fynix-green .pwa-install-secondary,
.theme-fynix-green.backoffice-page .badge.ok,
.theme-fynix-green.backoffice-page .layout-choice.selected,
.theme-fynix-green.backoffice-page .acquirer-card.current{
  background:color-mix(in srgb,var(--fx-green) 18%,#fff)!important;
}
.theme-fynix-green .pill,
.theme-fynix-green .hero-card strong,
.theme-fynix-green .auth-showcase-panel span,
.theme-fynix-green .doc-pending-icon,
.theme-fynix-green .doc-steps .done,
.theme-fynix-green .fynix-sidebar-plan i,
.theme-fynix-green .navitem.active i,
.theme-fynix-green .userbtn i,
.theme-fynix-green .tab.active,
.theme-fynix-green .period .active,
.theme-fynix-green .money,
.theme-fynix-green .mini .val,
.theme-fynix-green .settings-tabs button.active i,
.theme-fynix-green .settings-panel h2 i,
.theme-fynix-green .settings-panel h3 i,
.theme-fynix-green .notification-preview strong,
.theme-fynix-green .copy-credential-btn,
.theme-fynix-green .receive-prefix,
.theme-fynix-green .feature i,
.theme-fynix-green .reward-card .reward-icon,
.theme-fynix-green .product-stat strong,
.theme-fynix-green .pagination a,
.theme-fynix-green .toast-title,
.theme-fynix-green .fynix-card-head button,
.theme-fynix-green .fynix-balance-actions button:first-child,
.theme-fynix-green .fynix-score-line strong,
.theme-fynix-green .fynix-score-line b,
.theme-fynix-green .fynix-tabs button.active,
.theme-fynix-green .fynix-cash-total strong,
.theme-fynix-green .fynix-orb,
.theme-fynix-green .fynix-quick-actions button,
.theme-fynix-green .fynix-quick-actions a,
.theme-fynix-green .fynix-donut span,
.theme-fynix-green .fynix-breakdown b,
.theme-fynix-green .fynix-exchange-value strong,
.theme-fynix-green .fynix-fee-box b,
.theme-fynix-green .fynix-exchange .withdraw{
  color:var(--gateway-accent-dark,#0b3d32)!important;
}
.theme-fynix-green .feature i,
.theme-fynix-green .reward-card .reward-icon,
.theme-fynix-green .product-stat strong,
.theme-fynix-green .fynix-stat-row small{
  color:var(--gateway-accent-2,#5fd934)!important;
}
.theme-fynix-green.auth-page input:focus,
.theme-fynix-green.auth-page select:focus,
.theme-fynix-green .field input:focus,
.theme-fynix-green .field textarea:focus,
.theme-fynix-green .field select:focus{
  border-color:var(--fx-green)!important;
  box-shadow:0 0 0 4px rgba(var(--gateway-accent-rgb,154,242,100),.22)!important;
}
.theme-fynix-green .brand span,
.theme-fynix-green .btn,
.theme-fynix-green .auth-form button,
.theme-fynix-green .logo,
.theme-fynix-green .mobile-toggle{
  box-shadow:0 16px 36px rgba(var(--gateway-accent-rgb,154,242,100),.24)!important;
}
.theme-fynix-green .btn:hover,
.theme-fynix-green .auth-form button:hover{
  box-shadow:0 20px 44px rgba(var(--gateway-accent-rgb,154,242,100),.30)!important;
}
.theme-fynix-green .chart svg polyline{
  stroke:var(--gateway-accent-dark,#0b3d32)!important;
}
.theme-fynix-green .phone-preview,
.theme-fynix-green .member-preview-block.hero,
.theme-fynix-green.backoffice-page .layout-choice.selected,
.theme-fynix-green.backoffice-page .acquirer-card.current{
  border-color:color-mix(in srgb,var(--fx-green) 55%,#fff)!important;
}
.theme-fynix-green.backoffice-page{
  --brand:var(--fx-green);
}
.theme-fynix-green.backoffice-page .layout-choice.selected,
.theme-fynix-green.backoffice-page .acquirer-card.current{
  box-shadow:0 18px 45px rgba(var(--gateway-accent-rgb,154,242,100),.16)!important;
}

/* Ajustes para cores escuras e remocao de verdes fixos restantes */
.theme-fynix-green .sidebar .brand span{
  color:var(--fx-ink)!important;
  background:transparent!important;
  box-shadow:none!important;
  text-shadow:none!important;
}
.theme-fynix-green .navitem.active,
.theme-fynix-green .navitem.active span,
.theme-fynix-green .menu button.navitem.active,
.theme-fynix-green .menu button.navitem.active span,
.theme-fynix-green .navitem.active i{
  color:#050505!important;
}
.theme-fynix-green .navitem.active,
.theme-fynix-green .menu button.navitem.active{
  background:#fff!important;
  border-color:color-mix(in srgb,var(--gateway-accent-soft,#eefbe7) 55%,#d9e3dc)!important;
}
.theme-fynix-green .logo,
.theme-fynix-green .mobile-toggle{
  color:var(--gateway-accent-contrast,#fff)!important;
}
.theme-fynix-green .fynix-sidebar-user .fynix-avatar,
.theme-fynix-green .userbtn i{
  color:#fff!important;
}
.theme-fynix-green .fynix-sidebar-plan i,
.theme-fynix-green .toast-icon,
.theme-fynix-green .pwa-install-steps i,
.theme-fynix-green .pwa-install-secondary{
  background:var(--gateway-accent-soft,#eefbe7)!important;
  color:var(--gateway-accent-dark,#0b3d32)!important;
}
.theme-fynix-green .fynix-plan-progress,
.theme-fynix-green .fynix-score-bars,
.theme-fynix-green .fynix-tabs,
.theme-fynix-green .switch{
  background:color-mix(in srgb,var(--gateway-accent-soft,#eefbe7) 58%,#fff)!important;
}
.theme-fynix-green .fynix-score-bars em,
.theme-fynix-green .fynix-bars em,
.theme-fynix-green .fynix-legend em{
  background:var(--gateway-accent-2,#5fd934)!important;
}
.theme-fynix-green .fynix-orb{
  background:radial-gradient(circle at 35% 22%,var(--gateway-accent-soft,#eefbe7) 0 18%,var(--gateway-accent-2,#5fd934) 46%,var(--gateway-accent-dark,#0b3d32) 100%)!important;
  color:var(--gateway-accent-contrast,#fff)!important;
}
.theme-fynix-green .fynix-table mark.ok,
.theme-fynix-green.backoffice-page .badge.ok{
  background:var(--gateway-accent-soft,#eefbe7)!important;
  color:var(--gateway-accent-dark,#0b3d32)!important;
}
.theme-fynix-green .member-preview-block.hero{
  background:linear-gradient(135deg,var(--gateway-accent-soft,#eefbe7),#fff)!important;
  border-color:color-mix(in srgb,var(--gateway-accent-soft,#eefbe7) 70%,#d9e3dc)!important;
}
.theme-fynix-green .pix-copy{
  color:var(--gateway-accent-2,#d7ffb8)!important;
  border-color:color-mix(in srgb,var(--gateway-accent-dark,#0b3d32) 76%,#fff)!important;
}
.theme-fynix-green .push-meta span{
  color:var(--gateway-accent-soft,#dffbd7)!important;
}
.theme-fynix-green .fynix-balance-card:after{
  background:rgba(255,255,255,.24)!important;
}
.theme-fynix-green .fynix-balance-card,
.theme-fynix-green .fynix-balance-card strong,
.theme-fynix-green .fynix-balance-card small{
  color:var(--gateway-accent-contrast,#fff)!important;
}
.theme-fynix-green .fynix-balance-actions button:first-child{
  color:#050505!important;
}
.theme-fynix-green .fynix-balance-actions button:last-child{
  color:#fff!important;
}
.theme-fynix-green .fynix-quick-actions button:first-child{
  color:var(--gateway-accent-contrast,#fff)!important;
}
.theme-fynix-green .settings-page,
.theme-fynix-green .credential-modal-box{
  --settings-accent:var(--gateway-accent,#5fd934)!important;
  --settings-accent-soft:rgba(var(--gateway-accent-rgb,154,242,100),.13)!important;
}

/* Regras finais: textos em cards coloridos, status semantico e menu */
.theme-fynix-green .fynix-balance-card .fynix-card-head span,
.theme-fynix-green .fynix-balance-card .fynix-card-head h3,
.theme-fynix-green .fynix-balance-card > span,
.theme-fynix-green .fynix-balance-card > small,
.theme-fynix-green .fynix-balance-card > small b,
.theme-fynix-green .fynix-balance-card > strong{
  color:#fff!important;
}
.theme-fynix-green .fynix-balance-card .fynix-card-head button{
  background:#fff!important;
  color:#050505!important;
}
.theme-fynix-green .navitem:hover:not(.active),
.theme-fynix-green .menu button.navitem:hover:not(.active){
  background:#fff!important;
  color:#66746d!important;
  border-color:#e7eee5!important;
}
.theme-fynix-green .navitem:hover:not(.active) span,
.theme-fynix-green .menu button.navitem:hover:not(.active) span{
  color:#66746d!important;
}
.theme-fynix-green .navitem:hover:not(.active) i,
.theme-fynix-green .menu button.navitem:hover:not(.active) i{
  color:#87968e!important;
}
.theme-fynix-green .fynix-table mark,
.theme-fynix-green .fynix-table mark.warn{
  background:#fff1c7!important;
  color:#8a5d00!important;
}
.theme-fynix-green .fynix-table mark.ok{
  background:#dcfce7!important;
  color:#166534!important;
}
.theme-fynix-green .fynix-table mark.bad{
  background:#fee2e2!important;
  color:#b91c1c!important;
}

/* Ajustes finais de contraste do tema configuravel */
.theme-fynix-green .topbar .userbtn,
.theme-fynix-green .topbar .userbtn i,
.theme-fynix-green .top-actions .userbtn,
.theme-fynix-green .top-actions .userbtn i{
  color:#050505!important;
}
.theme-fynix-green .topbar .userbtn,
.theme-fynix-green .top-actions .userbtn{
  background:#fff!important;
}
.theme-fynix-green #withdrawModal .btn,
.theme-fynix-green #withdrawModal .btn i,
.theme-fynix-green #withdrawForm .btn,
.theme-fynix-green #withdrawForm .btn i,
.theme-fynix-green .fynix-exchange .withdraw,
.theme-fynix-green .fynix-exchange .withdraw i{
  color:#fff!important;
}
.theme-fynix-green .pix-modal-box .btn,
.theme-fynix-green .pix-modal-box .btn i{
  color:#fff!important;
}
.theme-fynix-green .pix-copy{
  background:#fff!important;
  color:#050505!important;
  border-color:#dfe8dd!important;
  box-shadow:inset 0 0 0 1px rgba(8,24,20,.04)!important;
}
.theme-fynix-green .pix-copy::placeholder{
  color:#66746d!important;
}
.theme-fynix-green .pix-copy::selection{
  background:var(--gateway-accent-soft,#eaf0ff)!important;
  color:#050505!important;
}
.theme-fynix-green .pix-copy-wrap label,
.theme-fynix-green .pix-copy-wrap label i{
  color:#253d35!important;
}
.theme-fynix-green .settings-tabs button.active,
.theme-fynix-green .settings-tabs button.active span,
.theme-fynix-green .settings-form .btn.secondary{
  color:#fff!important;
}
.theme-fynix-green .settings-tabs button.active i,
.theme-fynix-green .settings-form .btn.secondary i{
  color:#fff!important;
}
.theme-fynix-green .reward-hero{
  background:
    radial-gradient(circle at 72% 105%,rgba(255,255,255,.24) 0 22%,transparent 23%),
    linear-gradient(135deg,var(--gateway-accent-soft,#eefbe7) 0%,var(--gateway-accent,#9af264) 48%,var(--gateway-accent-dark,#0b3d32) 100%)!important;
}
.theme-fynix-green .reward-progress-badge,
.theme-fynix-green .reward-progress-fill,
.theme-fynix-green .reward-card:before,
.theme-fynix-green .reward-card-progress b{
  background:linear-gradient(90deg,var(--gateway-accent,#9af264),var(--gateway-accent-2,#5fd934))!important;
}
.theme-fynix-green .reward-card .reward-icon,
.theme-fynix-green .reward-locked-note i,
.theme-fynix-green .reward-claim-details summary i{
  color:var(--gateway-accent-dark,#0b3d32)!important;
}

/* Premiacoes: visual premium e responsivo */
.theme-fynix-green .rewards-page{
  gap:24px!important;
  background:
    radial-gradient(circle at 14% 4%,rgba(var(--gateway-accent-rgb,154,242,100),.13),transparent 32%),
    linear-gradient(180deg,rgba(255,255,255,.86),rgba(255,255,255,.64))!important;
  border-color:color-mix(in srgb,var(--gateway-accent-soft,#eefbe7) 55%,#dbe6df)!important;
}
.theme-fynix-green .rewards-hero{
  min-height:340px!important;
  align-items:center!important;
  border:1px solid color-mix(in srgb,var(--gateway-accent,#9af264) 35%,rgba(255,255,255,.82))!important;
  border-radius:32px!important;
  padding:34px!important;
  background:
    radial-gradient(circle at 88% 18%,rgba(255,255,255,.45) 0 12%,transparent 30%),
    radial-gradient(circle at 18% 20%,rgba(255,255,255,.58),transparent 32%),
    linear-gradient(135deg,var(--gateway-accent-soft,#eefbe7) 0%,var(--gateway-accent,#9af264) 42%,var(--gateway-accent-dark,#0b3d32) 100%)!important;
  box-shadow:0 28px 90px rgba(var(--gateway-accent-rgb,154,242,100),.18), inset 0 1px 0 rgba(255,255,255,.55)!important;
}
.theme-fynix-green .rewards-hero:before{
  content:"";
  position:absolute;
  inset:18px;
  border-radius:26px;
  background:
    linear-gradient(90deg,rgba(255,255,255,.14) 1px,transparent 1px),
    linear-gradient(0deg,rgba(255,255,255,.13) 1px,transparent 1px);
  background-size:42px 42px;
  mask-image:linear-gradient(135deg,#000,transparent 78%);
  pointer-events:none;
}
.theme-fynix-green .rewards-hero:after{
  width:360px!important;
  height:360px!important;
  inset:auto -80px -170px auto!important;
  background:radial-gradient(circle,rgba(255,255,255,.38),rgba(255,255,255,.08) 48%,transparent 72%)!important;
  filter:none!important;
}
.theme-fynix-green .rewards-eyebrow{
  color:#0b1f1a!important;
  background:rgba(255,255,255,.72)!important;
  border-color:rgba(255,255,255,.78)!important;
  box-shadow:0 14px 34px rgba(11,31,26,.08)!important;
}
.theme-fynix-green .rewards-eyebrow i{
  width:28px;
  height:28px;
  display:grid;
  place-items:center;
  border-radius:10px;
  background:var(--gateway-accent-dark,#0b3d32);
  color:#fff!important;
}
.theme-fynix-green .rewards-hero h1{
  max-width:760px!important;
  font-size:clamp(34px,5.2vw,68px)!important;
  font-weight:650!important;
  letter-spacing:-.055em!important;
  color:#071b16!important;
}
.theme-fynix-green .rewards-hero p{
  max-width:680px!important;
  color:color-mix(in srgb,#071b16 72%,#fff)!important;
  font-weight:600!important;
}
.theme-fynix-green .rewards-hero-card{
  align-self:stretch;
  display:grid;
  align-content:center;
  min-height:168px;
  border-radius:28px!important;
  background:rgba(255,255,255,.68)!important;
  border-color:rgba(255,255,255,.72)!important;
  box-shadow:0 28px 65px rgba(8,28,23,.13), inset 0 1px 0 rgba(255,255,255,.7)!important;
}
.theme-fynix-green .rewards-hero-card span,
.theme-fynix-green .rewards-hero-card small{
  color:#587069!important;
}
.theme-fynix-green .rewards-hero-card strong{
  color:#061b15!important;
  letter-spacing:-.045em;
}
.theme-fynix-green .rewards-progress-card{
  display:grid;
  gap:14px;
  padding:22px!important;
  border-radius:26px!important;
  border-color:color-mix(in srgb,var(--gateway-accent-soft,#eefbe7) 60%,#dbe5df)!important;
  background:rgba(255,255,255,.82)!important;
  box-shadow:0 22px 60px rgba(20,45,36,.08)!important;
}
.theme-fynix-green .rewards-progress-head b{
  width:74px!important;
  height:74px!important;
  border-radius:24px!important;
  font-size:18px!important;
  box-shadow:0 18px 42px rgba(var(--gateway-accent-rgb,154,242,100),.22)!important;
}
.theme-fynix-green .rewards-track,
.theme-fynix-green .reward-mini-track{
  height:12px!important;
  background:#edf3ee!important;
  box-shadow:inset 0 1px 3px rgba(8,28,23,.08)!important;
}
.theme-fynix-green .modern-reward-grid{
  gap:20px!important;
}
.theme-fynix-green .modern-reward-card{
  min-height:310px!important;
  padding:22px!important;
  border-radius:28px!important;
  background:
    linear-gradient(180deg,rgba(255,255,255,.96),rgba(255,255,255,.86))!important;
  border-color:color-mix(in srgb,var(--gateway-accent-soft,#eefbe7) 58%,#dbe6df)!important;
  box-shadow:0 24px 60px rgba(20,45,36,.08)!important;
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.theme-fynix-green .modern-reward-card:hover{
  transform:translateY(-4px);
  border-color:color-mix(in srgb,var(--gateway-accent,#9af264) 48%,#dbe6df)!important;
  box-shadow:0 34px 78px rgba(20,45,36,.13)!important;
}
.theme-fynix-green .modern-reward-card:before{
  height:7px!important;
  opacity:1!important;
}
.theme-fynix-green .modern-reward-card:after{
  content:"";
  position:absolute;
  right:-38px;
  top:-38px;
  width:120px;
  height:120px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(var(--gateway-accent-rgb,154,242,100),.18),transparent 68%);
  pointer-events:none;
}
.theme-fynix-green .modern-reward-card.locked{
  filter:none!important;
}
.theme-fynix-green .modern-reward-card.locked:after{
  background:radial-gradient(circle,rgba(148,163,184,.14),transparent 68%);
}
.theme-fynix-green .modern-reward-card .reward-icon{
  width:58px!important;
  height:58px!important;
  border-radius:20px!important;
  font-size:22px!important;
  background:linear-gradient(135deg,var(--gateway-accent-soft,#eefbe7),#fff)!important;
  color:var(--gateway-accent-dark,#0b3d32)!important;
  box-shadow:0 14px 30px rgba(var(--gateway-accent-rgb,154,242,100),.18)!important;
}
.theme-fynix-green .modern-reward-card.unlocked .reward-icon{
  background:linear-gradient(135deg,var(--gateway-accent,#9af264),var(--gateway-accent-2,#5fd934))!important;
  color:var(--gateway-accent-contrast,#fff)!important;
}
.theme-fynix-green .reward-status{
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:8px 12px!important;
  border:1px solid rgba(255,255,255,.6);
  box-shadow:0 10px 24px rgba(20,45,36,.06);
}
.theme-fynix-green .reward-status:before{
  content:"";
  width:7px;
  height:7px;
  border-radius:50%;
  background:currentColor;
}
.theme-fynix-green .reward-status.ready{
  background:#dcfce7!important;
  color:#166534!important;
}
.theme-fynix-green .reward-status.claimed{
  background:#e0ecff!important;
  color:#1d4ed8!important;
}
.theme-fynix-green .reward-status.locked{
  background:#f1f5f9!important;
  color:#64748b!important;
}
.theme-fynix-green .modern-reward-card h3{
  font-size:24px!important;
  letter-spacing:-.035em;
  color:#091c16;
}
.theme-fynix-green .modern-reward-card p{
  font-size:14px!important;
}
.theme-fynix-green .reward-meta{
  border-radius:18px!important;
  padding:14px!important;
  background:linear-gradient(180deg,#fff,#f8fbf7)!important;
}
.theme-fynix-green .reward-locked-note,
.theme-fynix-green .reward-claim-box{
  border:1px solid #e4ece5;
  border-radius:18px!important;
  background:#f8fbf7!important;
}
.theme-fynix-green .reward-claim-details{
  border-radius:18px!important;
  background:#fff!important;
}
.theme-fynix-green .reward-claim-details summary{
  color:var(--gateway-accent-dark,#0b3d32)!important;
}
.theme-fynix-green .reward-claim-details summary i{
  width:32px;
  height:32px;
  display:grid;
  place-items:center;
  border-radius:12px;
  background:var(--gateway-accent-soft,#eefbe7);
}
@media(max-width:820px){
  .theme-fynix-green .rewards-hero{
    border-radius:26px!important;
    padding:24px!important;
  }
  .theme-fynix-green .rewards-hero-card{
    min-height:0;
  }
}
@media(max-width:560px){
  .theme-fynix-green .rewards-page{
    gap:16px!important;
  }
  .theme-fynix-green .rewards-hero{
    padding:20px!important;
    border-radius:22px!important;
  }
  .theme-fynix-green .rewards-hero h1{
    font-size:34px!important;
  }
  .theme-fynix-green .rewards-progress-card,
  .theme-fynix-green .modern-reward-card{
    border-radius:22px!important;
  }
  .theme-fynix-green .modern-reward-card{
    min-height:0!important;
    padding:18px!important;
  }
}
