/* ============================================================
   APTRIX — Refined dark/gold theme for all pages
   ============================================================ */
:root{
  --ink:#08060A;
  --ink2:#100C09;
  --ink3:#1A130C;
  --gold-50:#FFFBE4;
  --gold-100:#FFF1A6;
  --gold-200:#FFE76A;
  --gold-300:#FFE066;
  --gold-400:#F5C518;
  --gold-500:#E4B539;
  --gold-600:#C99A1F;
  --gold-700:#A87E1A;
  --gold-800:#7A5C12;
  --gold:#F5C518;
  --cream:#FFF6D8;
  --line:rgba(245,197,24,.18);
  --line-strong:rgba(245,197,24,.35);
  --glass-bg:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.01));
  --glass-strong:linear-gradient(180deg,rgba(245,197,24,.08),rgba(8,6,10,.5));
}

*{ -webkit-tap-highlight-color:transparent; box-sizing:border-box; }
html, body{
  background:var(--ink);
  color:#E5E1D6;
  font-family:'Inter','Poppins',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
  min-height:100vh;
  margin:0;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
body{
  background-image:
    radial-gradient(ellipse 100% 60% at 50% -10%, rgba(245,197,24,.18), transparent 60%),
    radial-gradient(ellipse 60% 40% at 100% 100%, rgba(201,154,31,.10), transparent 60%),
    radial-gradient(ellipse 50% 40% at 0% 60%, rgba(245,197,24,.06), transparent 60%);
  background-attachment:fixed;
}
::selection{ background:var(--gold); color:var(--ink); }

/* ===== Typography ===== */
h1,h2,h3,h4,h5,h6{
  color:#fff;
  font-weight:600;
  letter-spacing:.2px;
}
a{ color:var(--gold-300); text-decoration:none; transition:color .2s ease; }
a:hover{ color:var(--gold-100); }

p{ color:#cdc7b5; }
.text-white{ color:#fff!important; }
.small{ font-size:.8rem; }

.grtxt, .gold-text{
  background:linear-gradient(135deg,#FFF1A6,#FFE76A 35%,#F5C518 70%,#C99A1F)!important;
  -webkit-background-clip:text!important;
  background-clip:text!important;
  -webkit-text-fill-color:transparent!important;
  color:transparent!important;
  font-weight:700!important;
  text-shadow:0 2px 12px rgba(245,197,24,.25)!important;
  font-size:inherit;
  letter-spacing:.3px;
}
.shimmer-text{
  background:linear-gradient(90deg,#A87E1A 0%,#F5C518 20%,#FFF1A6 35%,#F5C518 50%,#FFF1A6 65%,#F5C518 80%,#A87E1A 100%);
  background-size:200% auto;
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  animation:apx-shimmer 6s linear infinite;
}
@keyframes apx-shimmer{
  0%{ background-position:-200% 0; }
  100%{ background-position:200% 0; }
}

/* ===== Glass cards ===== */
.glass, .bet-card, .profile-card, .terms-card, .match-card .card-inner, .login-card{
  background:var(--glass-bg);
  border:1px solid var(--line);
  border-radius:18px;
  backdrop-filter:blur(14px) saturate(140%);
  -webkit-backdrop-filter:blur(14px) saturate(140%);
  box-shadow:0 16px 40px -20px rgba(0,0,0,.6), inset 0 1px 0 rgba(245,197,24,.06);
}
.glass-strong{
  background:var(--glass-strong);
  border:1px solid var(--line-strong);
  border-radius:20px;
  backdrop-filter:blur(20px) saturate(140%);
}
.bgblack_op50{ background:rgba(8,6,10,.55)!important; border:1px solid var(--line); border-radius:18px; }

/* ===== Buttons ===== */
.gradient-btn-full, .btn-primary, .btn-info{
  display:block!important;
  width:100%!important;
  padding:14px 22px!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,#FFF1A6 0%,#FFE066 20%,#F5C518 55%,#C99A1F 100%)!important;
  color:#08060A!important;
  font-weight:700!important;
  font-size:15px!important;
  letter-spacing:.5px!important;
  border:none!important;
  text-align:center!important;
  text-decoration:none!important;
  text-shadow:none!important;
  box-shadow:0 12px 30px -10px rgba(245,197,24,.55), inset 0 1px 0 rgba(255,255,255,.4)!important;
  transition:transform .2s ease, box-shadow .3s ease!important;
  cursor:pointer!important;
  text-transform:none!important;
}
.gradient-btn-full:hover, .btn-primary:hover, .btn-info:hover{
  transform:translateY(-2px)!important;
  box-shadow:0 18px 40px -10px rgba(245,197,24,.85)!important;
  color:#08060A!important;
}
.outline-btn, .outline-btn-small, .btn-default{
  display:inline-block!important;
  padding:8px 18px!important;
  border-radius:999px!important;
  background:rgba(8,6,10,.7)!important;
  border:1px solid rgba(245,197,24,.55)!important;
  color:#FFE76A!important;
  font-weight:700!important;
  font-size:.85rem!important;
  text-decoration:none!important;
  transition:all .25s ease!important;
  text-shadow:none!important;
}
.outline-btn:hover, .outline-btn-small:hover, .btn-default:hover{
  background:rgba(245,197,24,.15)!important;
  border-color:#FFE066!important;
  color:#FFF1A6!important;
  box-shadow:0 0 22px -6px rgba(245,197,24,.55)!important;
}
.outline-btn-small{ padding:6px 14px!important; font-size:.8rem!important; }

/* ===== Sign-up / Auth link button — solid gold pill so it's visible everywhere ===== */
.orange-btn, a.orange-btn{
  display:inline-block!important;
  padding:8px 22px!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,#FFF1A6 0%,#FFE066 25%,#F5C518 60%,#C99A1F 100%)!important;
  color:#08060A!important;
  border:none!important;
  font-weight:800!important;
  font-size:.85rem!important;
  letter-spacing:.3px!important;
  text-decoration:none!important;
  text-shadow:none!important;
  box-shadow:0 8px 20px -6px rgba(8,6,10,.7), inset 0 1px 0 rgba(255,255,255,.4)!important;
  transition:transform .2s ease, box-shadow .3s ease!important;
}
.orange-btn:hover, a.orange-btn:hover{
  transform:translateY(-2px)!important;
  box-shadow:0 12px 28px -6px rgba(8,6,10,.85)!important;
  color:#08060A!important;
}

/* ===== Input boxes ===== */
.input-box{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  background:rgba(8,6,10,.75)!important;
  border:1px solid var(--line-strong)!important;
  border-radius:14px!important;
  padding:14px 16px!important;
  margin-bottom:14px!important;
  transition:border-color .2s ease, box-shadow .2s ease!important;
}
.input-box:focus-within{
  border-color:var(--gold-300)!important;
  box-shadow:0 0 0 4px rgba(245,197,24,.18)!important;
}
.input-box img, .input-box i{ opacity:.95!important; filter:drop-shadow(0 0 6px rgba(245,197,24,.45))!important; }
.input-box input, .input-box select{
  flex:1!important;
  background:transparent!important;
  border:none!important;
  outline:none!important;
  color:#fff!important;
  font-size:14.5px!important;
  font-weight:500!important;
}
.input-box input::placeholder{ color:#8a8472!important; }

/* ===== Auth page text contrast ===== */
.auth-eyebrow{
  text-align:center!important;
  font-size:11px!important;
  letter-spacing:.4em!important;
  text-transform:uppercase!important;
  color:#FFE76A!important;
  margin: 10px 0 4px!important;
  font-weight:700!important;
  text-shadow:0 1px 4px rgba(0,0,0,.5)!important;
}
.auth-title{
  text-align:center!important;
  font-family:'Playfair Display',serif!important;
  font-size:26px!important;
  font-weight:600!important;
  color:#fff!important;
  margin:0 0 6px!important;
  text-shadow:0 2px 8px rgba(0,0,0,.55)!important;
  background:none!important;
  -webkit-text-fill-color:#fff!important;
}
.auth-sub{
  text-align:center!important;
  color:#c9c2ad!important;
  font-size:13.5px!important;
  margin: 0 0 22px!important;
  text-shadow:0 1px 4px rgba(0,0,0,.4)!important;
}
.signup-line{
  color:#cdc7b5!important;
  font-size:13.5px!important;
  text-shadow:0 1px 4px rgba(0,0,0,.4)!important;
}
.signup-line a{ margin-left:6px; }

/* labels on auth pages */
#Pmsg, #ContentPlaceHolder1_lblMsg, #ContentPlaceHolder1_lblError,
.login-card #Pmsg, .login-card .lblError, .login-card .lblMsg{
  display:block;
  text-align:center;
  margin-top:10px;
  color:#ffb4ac!important;
  background:rgba(220,80,60,.10);
  border:1px solid rgba(220,80,60,.4);
  padding:8px 12px;
  border-radius:10px;
  font-size:12.5px!important;
  font-weight:500;
}
.form-control{
  background:rgba(8,6,10,.6)!important;
  border:1px solid var(--line)!important;
  border-radius:12px!important;
  color:#fff!important;
  padding:10px 14px!important;
  font-size:13px!important;
}
.form-control:focus{
  border-color:var(--gold-300)!important;
  box-shadow:0 0 0 3px rgba(245,197,24,.15)!important;
  background:rgba(8,6,10,.7)!important;
}
.form-control::placeholder{ color:#8a8472!important; }

/* ===== Header / Logo ===== */
.aptrix-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:18px 6px 14px;
  position:relative;
  z-index:5;
}
.aptrix-header .logo-wrap{ display:flex; align-items:center; gap:10px; }
.aptrix-header .logo-wrap img{
  height:46px; width:auto;
  filter:drop-shadow(0 0 18px rgba(245,197,24,.55)) drop-shadow(0 0 40px rgba(245,197,24,.25));
}
.aptrix-header .brand{
  font-family:'Playfair Display','Inter',serif;
  font-weight:700;
  font-size:22px;
  letter-spacing:1px;
  background:linear-gradient(135deg,#FFE76A,#F5C518 55%,#A87E1A);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.aptrix-balance{
  display:inline-flex; align-items:center; gap:8px;
  padding:8px 14px;
  border-radius:999px;
  background:rgba(245,197,24,.10);
  border:1px solid var(--line);
  color:var(--gold-100);
  font-weight:600;
  font-size:13.5px;
}

/* ===== Bottom Navigation (mobile) ===== */
.bottom-navigation{
  position:fixed;
  left:50%;
  transform:translateX(-50%);
  bottom:14px;
  width:calc(100% - 28px);
  max-width:520px;
  display:flex;
  align-items:center;
  justify-content:space-around;
  padding:10px 8px;
  background:linear-gradient(180deg,rgba(20,16,10,.85),rgba(8,6,10,.95));
  backdrop-filter:blur(18px) saturate(140%);
  -webkit-backdrop-filter:blur(18px) saturate(140%);
  border:1px solid var(--line-strong);
  border-radius:24px;
  box-shadow:0 24px 50px -20px rgba(0,0,0,.7), inset 0 1px 0 rgba(245,197,24,.15);
  z-index:50;
}
.bottom-navigation .single-nav{
  display:flex; flex-direction:column; align-items:center;
  text-decoration:none;
  color:#8a8472;
  font-size:11px;
  padding:6px 8px;
  border-radius:14px;
  flex:1; min-width:0;
  transition:all .25s ease;
}
.bottom-navigation .single-nav i{ font-size:20px; }
.bottom-navigation .single-nav span{ margin-top:3px; color:inherit; }
.bottom-navigation .single-nav.active,
.bottom-navigation .single-nav:hover{
  color:var(--gold-200);
}
.bottom-navigation .single-nav.active i,
.bottom-navigation .single-nav.active span{ color:var(--gold-200)!important; }
.bottom-navigation .single-nav.active{
  background:rgba(245,197,24,.10);
  box-shadow:inset 0 0 0 1px rgba(245,197,24,.3);
}

/* Floor space so content not hidden under bottom nav */
body{ padding-bottom:96px; }

/* ===== Side offcanvas / drawer ===== */
.offcanvas{
  background:#0c0a08!important;
  color:#fff;
  border-left:1px solid var(--line)!important;
}
.profile-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:13px 14px;
  background:rgba(245,197,24,.05);
  border:1px solid var(--line);
  border-radius:12px;
  color:#fff;
  text-decoration:none;
  transition:all .2s ease;
  margin-bottom:8px;
}
.profile-row p{ color:#fff!important; margin-bottom:0; }
.profile-row i{ color:var(--gold-200); }
.profile-row:hover{
  background:rgba(245,197,24,.12);
  border-color:rgba(245,197,24,.5);
  transform:translateX(2px);
}
.profile-row.danger:hover{
  background:rgba(220,80,60,.12);
  border-color:rgba(220,80,60,.5);
}
.profile-row.danger:hover i,
.profile-row.danger:hover p{ color:#ff9588!important; }

/* ===== Login / Register card ===== */
.login-email{
  max-width:430px!important;
  margin:0 auto!important;
  padding:60px 18px 110px!important;
  transform:none!important;
}
.login-email .top-bg{ display:none!important; }
.login-card{
  padding:28px 22px 26px!important;
  margin:0!important;
  transform:none!important;
  border-radius:24px!important;
  border:1px solid var(--line-strong)!important;
  /* Defeat the gold gradient from custom.css */
  background:linear-gradient(180deg,rgba(20,16,10,.85),rgba(8,6,10,.95))!important;
  box-shadow:0 30px 80px -20px rgba(0,0,0,.7), inset 0 1px 0 rgba(245,197,24,.15)!important;
  position:relative;
  overflow:hidden;
}
.login-card::before{
  content:"";
  position:absolute; inset:0;
  background:
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(245,197,24,.18), transparent 60%),
    radial-gradient(ellipse 60% 40% at 100% 100%, rgba(201,154,31,.10), transparent 60%);
  pointer-events:none;
  z-index:0;
}
.login-card > *{ position:relative; z-index:1; }
.login-card form{ margin-top:0!important; }
.login-logo{ text-align:center!important; margin-bottom:18px!important; transform:none!important; }
.login-logo img{
  height:120px!important; width:auto!important;
  filter:drop-shadow(0 0 26px rgba(245,197,24,.55)) drop-shadow(0 0 60px rgba(245,197,24,.3))!important;
  animation:apx-glow 4s ease-in-out infinite;
}
@keyframes apx-glow{
  0%,100%{ filter:drop-shadow(0 0 18px rgba(245,197,24,.5)) drop-shadow(0 0 45px rgba(245,197,24,.25)); }
  50%{ filter:drop-shadow(0 0 30px rgba(245,197,24,.85)) drop-shadow(0 0 75px rgba(245,197,24,.45)); }
}

/* ===== Pre-loader ===== */
#preloader{
  position:fixed; inset:0;
  display:grid; place-items:center;
  background:radial-gradient(circle at 50% 50%, #0c0a08 0%, #08060A 70%);
  z-index:9999;
  animation:apx-preload 1s ease forwards 1.1s;
}
#preloader .img-container img{
  animation:apx-glow 1.6s ease-in-out infinite;
  height:140px!important; width:auto!important;
}
@keyframes apx-preload{
  to{ opacity:0; visibility:hidden; }
}

/* ===== Page header / breadcrumb ===== */
.breadcrumb-main{ padding:18px 6px 8px; }
.breadcrumb-contain h3{
  margin:0;
  font-size:22px;
  letter-spacing:.5px;
  font-family:'Playfair Display','Inter',serif;
}

/* ===== Profile card / dashboard tiles ===== */
.profile{ padding:16px 14px!important; border-radius:22px; }
.profile-card{
  display:grid;
  gap:10px;
  margin-top:10px;
  background:transparent!important;
  border:none!important;
  box-shadow:none!important;
}
.profile-card .card-top{
  background:linear-gradient(135deg,rgba(245,197,24,.12),rgba(8,6,10,.7));
  border:1px solid var(--line-strong);
  border-radius:16px;
  padding:14px 16px;
  align-items:center;
}
.profile-card .card-top p{ color:#cdc7b5; margin:0; font-size:12.5px; letter-spacing:.4px; text-transform:uppercase; }
.profile-card .card-top h3{
  margin:4px 0 0;
  color:#fff;
  font-weight:700;
  font-size:22px;
  font-family:'Playfair Display','Inter',serif;
}

/* ===== Match cards / DPT tiles ===== */
.match-card{ padding:6px 0; }
.match-card .card-inner{
  position:relative;
  border:1px solid var(--line-strong)!important;
  border-radius:18px!important;
  padding:22px 16px;
  text-align:center;
  background:linear-gradient(180deg,rgba(245,197,24,.06),rgba(8,6,10,.6));
  overflow:hidden;
}
.match-card .card-inner::before{
  content:"";
  position:absolute; inset:-1px;
  border-radius:inherit;
  background:linear-gradient(135deg,rgba(245,197,24,.45),transparent 35%,transparent 65%,rgba(245,197,24,.25));
  -webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);
  mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);
  -webkit-mask-composite:xor; mask-composite:exclude;
  pointer-events:none;
  padding:1px;
}
.match-card .card-inner h4{
  margin:0;
  color:var(--gold-100);
  letter-spacing:2px;
  font-weight:700;
  font-size:16px;
}
.match-card .card-inner h3.text-blue{
  color:#fff!important;
  font-size:30px;
  font-weight:700;
  margin:4px 0 6px;
  font-family:'Playfair Display','Inter',serif;
}
.match-card .card-inner p.text-blue{
  color:var(--gold-300)!important;
  font-size:12.5px;
  letter-spacing:1px;
  text-transform:uppercase;
  margin:0 0 8px;
}
.btnby, .btnvw{
  position:absolute;
  inset:0;
  background:rgba(8,6,10,.55);
  border-radius:inherit;
  display:flex; align-items:center; justify-content:center;
  cursor:pointer;
  text-decoration:none;
}
.btnby span, .btnvw span{
  position:absolute;
  bottom:14px; right:14px;
  display:inline-flex; align-items:center; gap:6px;
  padding:7px 16px;
  border-radius:999px;
  border:1px solid var(--gold-300);
  background:linear-gradient(135deg,#FFF1A6,#F5C518 55%,#C99A1F);
  color:#08060A;
  font-size:13px;
  font-weight:800;
  letter-spacing:.6px;
  -webkit-background-clip:padding-box;
  text-shadow:none;
}
.btnvw{ background:rgba(8,6,10,.30); }
.btnvw span{
  background:transparent;
  color:var(--gold-200);
  border-color:var(--gold-300);
}

/* ===== Tables ===== */
.table{
  color:#e5e1d6!important;
  background:transparent;
  font-size:13px!important;
}
.table > thead{
  background:linear-gradient(180deg,rgba(245,197,24,.18),rgba(245,197,24,.06));
  color:var(--gold-100)!important;
}
.table > thead th{
  color:var(--gold-100)!important;
  border:none!important;
  padding:12px 10px!important;
  text-transform:uppercase;
  letter-spacing:.5px;
  font-size:11.5px!important;
  font-weight:700;
}
.table > tbody td{
  border-color:rgba(245,197,24,.08)!important;
  color:#e5e1d6!important;
  padding:10px!important;
}
.table > tbody tr{
  background:rgba(8,6,10,.35);
}
.table > tbody tr:nth-child(odd){
  background:rgba(245,197,24,.04);
}
.table-bordered{ border-color:rgba(245,197,24,.18)!important; }
.table-responsive{
  background:rgba(8,6,10,.45);
  border:1px solid var(--line);
  border-radius:14px;
  padding:6px;
  overflow:auto;
}

/* GridView pager */
.gridpagerstyle{ display:flex; justify-content:center; gap:6px; padding:14px 4px; flex-wrap:wrap; }
.gridpagerstyle span,
.gridpagerstyle a{
  min-width:auto!important; max-width:none!important;
  padding:6px 12px!important;
  margin:0!important;
  border-radius:999px!important;
  font-size:12px!important;
  line-height:1!important;
  background:rgba(245,197,24,.10)!important;
  color:var(--gold-100)!important;
  border:1px solid var(--line)!important;
}
.gridpagerstyle a{
  background:rgba(8,6,10,.6)!important;
  color:#cdc7b5!important;
}
.gridpagerstyle a:hover{
  background:rgba(245,197,24,.18)!important;
  color:var(--gold-100)!important;
}

/* ===== Section spacing ===== */
section.profile, section.deposit, section.invite, section.login-page{
  padding:14px 4px;
  margin:8px 0!important;
}
.matchboard{ background:transparent!important; padding:0 8px 24px; }
.matchboard .bet-card{ background:transparent; }

/* ===== Invite ===== */
.invite{ padding:14px 4px; }
.invite .terms-card{
  background:linear-gradient(180deg,rgba(245,197,24,.08),rgba(8,6,10,.65));
  border:1px solid var(--line-strong);
  border-radius:22px;
  padding:28px 20px;
  text-align:center;
}
.invite .terms-card img{
  filter:drop-shadow(0 0 26px rgba(245,197,24,.6));
  margin:0 auto;
}
.invite #referlink, .invite p#referlink{
  word-break:break-all;
  color:var(--gold-100);
  font-weight:600;
  padding:12px 14px;
  border-radius:12px;
  background:rgba(8,6,10,.55);
  border:1px dashed var(--line-strong);
  margin-top:14px;
}

/* ===== Swiper / level chips ===== */
.swiper.game-slider{ overflow:hidden; padding:6px 4px 12px; }
.swiper-wrapper.games{ display:flex; gap:10px; flex-wrap:nowrap; }
.swiper-slide{ width:auto; }
.game{
  display:inline-flex; align-items:center; justify-content:center;
  min-width:50px; padding:9px 14px;
  border-radius:14px;
  background:rgba(245,197,24,.08);
  border:1px solid var(--line-strong);
  color:var(--gold-100);
  font-weight:700;
  text-decoration:none;
  transition:all .25s ease;
  font-size:14px;
}
.game:hover, .game.active{
  background:linear-gradient(135deg,#FFF1A6,#F5C518 55%,#C99A1F);
  color:#08060A;
  box-shadow:0 8px 22px -10px rgba(245,197,24,.7);
}

/* ===== Misc ===== */
.divider{ width:1px; background:rgba(245,197,24,.25); }
.follow{ display:flex; gap:18px; align-items:center; margin-left:10px; }
.fw-500{ font-weight:600; }
.text-blue{ color:var(--gold-300)!important; }
.red-text{ color:#ff9588; }

/* mobile tighten */
@media (max-width:480px){
  .login-card{ padding:24px 16px; }
  .login-logo img{ height:96px; }
  .aptrix-header .logo-wrap img{ height:38px; }
  .aptrix-header .brand{ font-size:18px; }
  .match-card .card-inner h3.text-blue{ font-size:24px; }
}

/* ===== Tree view (mypocket.aspx) ===== */
.BTreeLink{
  display:inline-block;
  padding:6px;
}
.BTreeLink center{
  display:flex; flex-direction:column; align-items:center;
  background:rgba(245,197,24,.06);
  border:1px solid var(--line);
  border-radius:12px;
  padding:6px 6px 4px;
  min-width:54px;
}
.BTreeLink img{
  border-radius:50%;
  border:2px solid var(--gold-300);
  box-shadow:0 0 12px -2px rgba(245,197,24,.7);
  background:#1A130C;
}
.BTreeLink a, .BTreeLink .asp\:LinkButton{
  color:var(--gold-100)!important;
  font-weight:700;
  font-size:12px;
}
table.table-border-bottom-0 td{
  border:none!important;
  background:transparent!important;
}

/* ===== ASP.NET adjustments ===== */
input[type="date"]{
  color-scheme:dark;
}
.input-group-btn .btn-default{
  border-radius:12px!important;
  padding:8px 14px!important;
}

/* DropDownList/SELECT */
select.form-control, .input-box select, .form-control{
  background:rgba(8,6,10,.6)!important;
  color:#fff!important;
}
select.form-control option, .form-control option{
  background:#0c0a08; color:#fff;
}

/* Hide remnants of legacy backgrounds */
.matchboard{ background-image:none!important; background:transparent!important; }

/* Reduce motion */
@media (prefers-reduced-motion:reduce){
  *{ animation:none!important; transition:none!important; }
}
