.rex-dash-container {
--rex-main: var(--rex-color, #00aaff);
--rex-glow: var(--rex-color-alpha, rgba(0, 170, 255, 0.4));
background: transparent !important; 
} .rex-box { transition: all 0.3s ease-in-out !important;
border: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.rex-box:hover {
border-color: var(--rex-main) !important; box-shadow: 0 0 25px var(--rex-glow) !important; transform: translateY(-5px);
} .rex-order-row {
display: flex; 
align-items: center; 
justify-content: space-between;
padding: 12px 15px;
background: rgba(255, 255, 255, 0.03);
border-radius: 10px;
margin-bottom: 10px;
}
.rex-order-info {
flex-grow: 1;
display: flex;
flex-direction: column;
margin-left: 15px; }
.order-id { font-weight: bold; color: #fff; }
.order-meta { font-size: 0.8em; color: rgba(255,255,255,0.5); } .rex-view-btn {
background: rgba(255, 255, 255, 0.1) !important;
color: #fff !important;
padding: 5px 15px;
border-radius: 6px;
font-size: 0.85em;
border: 1px solid transparent;
transition: 0.3s;
}
.rex-box:hover .rex-view-btn:hover {
background: var(--rex-main) !important;
color: #000 !important;
box-shadow: 0 0 10px var(--rex-main);
} .rex-box:hover .rex-progress-fill {
background: var(--rex-main) !important;
box-shadow: 0 0 10px var(--rex-main);
}   html, body {
background: linear-gradient(180deg, #0a0a0a 0%, #111111 50%, #080808 100%) !important;
overflow-x: hidden;
} body::before {
content: "";
position: fixed;
inset: 0;
pointer-events: none;
z-index: 0;
background: radial-gradient(circle at 50% 40%, rgba(50,50,50,0.15), transparent 60%);
} .ct-container,
.site-main,
.elementor-location-single .site-main,
.elementor-location-archive .site-main {
position: relative;
z-index: 1;
background: rgba(10,10,10,0.75);
border: 1px solid rgba(100,100,100,0.12);
border-radius: 18px;
backdrop-filter: blur(8px);
-webkit-backdrop-filter: blur(8px);
box-shadow:
0 0 30px rgba(0,0,0,0.3),
0 0 80px rgba(0,0,0,0.15);
padding-top: 20px;
padding-bottom: 20px;
} body {
color: #dcdcdc;
text-shadow: 0 0 4px rgba(50,50,50,0.3);
} #main, .content-area, .site-content {
background: transparent !important;
}  .single_add_to_cart_button.button {
background: #00ff46 !important;
color: #000 !important;
font-weight: bold !important;
border-radius: 8px !important;
box-shadow: 0 0 15px rgba(0, 255, 70, 0.4) !important;
} .added_to_cart.wc-forward {
color: #00ff46 !important;
border: 1px solid #00ff46 !important;
padding: 8px 20px;
border-radius: 8px;
text-decoration: none;
transition: 0.3s;
}
.added_to_cart.wc-forward:hover {
background: rgba(0, 255, 70, 0.1);
box-shadow: 0 0 10px rgba(0, 255, 70, 0.2);
}  .home .ct-header, .home header#header {
position: absolute !important;
top: 0; left: 0; right: 0;
z-index: 9999 !important;
background: transparent !important;
}
.home .site-main, .home .ct-container, .home .ct-content { padding-top: 0 !important; margin-top: 0 !important; }
.home .elementor-element:first-child, .home .e-con:first-child, .home .elementor-top-section:first-child {
margin-top: -120px !important;
padding-top: 120px !important;
} .ct-header [class*="ct-menu"] > li > a,
.ct-header .menu > li > a {
color: #fff !important;
border-radius: 12px !important;
padding: 10px 16px !important;
transition: all .18s ease !important;
position: relative;
overflow: hidden;
} .ct-header li > a::before {
content: ""; position: absolute; inset: -40% -25%;
background: linear-gradient(120deg, transparent 35%, rgba(0,220,255,.22), transparent 65%);
transform: translateX(-55%); transition: transform .35s ease; pointer-events: none;
}
.ct-header li > a:hover::before { transform: translateX(55%); } .ct-header li > a:hover, .ct-header li.current-menu-item > a {
background: linear-gradient(180deg, rgba(0,200,255,.26), rgba(0,120,255,.10)) !important;
color: #9be2ff !important;
box-shadow: 0 0 34px rgba(0,200,255,.28) !important;
transform: translateY(-2px);
animation: rexGlowPulse 1.2s ease-in-out infinite;
} .ct-header li > a::after {
content: ""; position: absolute; left: 12px; right: 12px; bottom: 6px; height: 2px;
background: linear-gradient(90deg, transparent, rgba(0,220,255,.95), transparent);
opacity: 0; transition: opacity .18s ease;
}
.ct-header li > a:hover::after, .ct-header li.current-menu-item > a::after { 
opacity: 1; 
animation: rexNeonFlicker .9s ease-in-out infinite;
} .ct-header .menu-item-has-children > .sub-menu {
background: radial-gradient(circle at 20% 0%, rgba(0,170,255,.10), transparent 40%),
linear-gradient(180deg, rgba(6,10,22,.95), rgba(3,6,14,.95)) !important;
border: 1px solid rgba(0,170,255,.22) !important;
border-radius: 12px !important;
box-shadow: 0 18px 45px rgba(0,0,0,.85), 0 0 24px rgba(0,170,255,.12) !important;
backdrop-filter: blur(12px); padding: 8px 0 !important;
} .wp-block-button__link, .elementor-button, .ct-button, a.button:not(.add_to_cart_button) {
background: linear-gradient(180deg, rgba(0,170,255,.22), rgba(0,120,255,.10)) !important;
border: 1px solid rgba(0,170,255,.38) !important;
color: #eaf6ff !important;
border-radius: 12px !important;
padding: 12px 22px !important;
box-shadow: 0 14px 30px rgba(0,0,0,.55), 0 0 22px rgba(0,170,255,.18) !important;
transition: all .2s ease !important;
position: relative; overflow: hidden;
}
.wp-block-button__link:hover, .elementor-button:hover {
background: linear-gradient(180deg, rgba(0,200,255,.28), rgba(0,120,255,.12)) !important;
border-color: rgba(0,220,255,.65) !important;
transform: translateY(-2px);
box-shadow: 0 18px 40px rgba(0,0,0,.62), 0 0 32px rgba(0,200,255,.28) !important;
} @keyframes rexGlowPulse {
0%, 100% { box-shadow: 0 0 18px rgba(0,200,255,.14); }
50% { box-shadow: 0 0 34px rgba(0,200,255,.32); }
}
@keyframes rexNeonFlicker {
0%, 100% { opacity: .35; }
75% { opacity: .95; }
} .woocommerce ul.products li.product {
border-radius: 20px !important;
background: linear-gradient(180deg, rgba(6,12,26,.88), rgba(3,6,14,.88)) !important;
border: 1px solid rgba(0,170,255,.22) !important;
box-shadow: 0 18px 40px rgba(0,0,0,.55) !important;
transition: all .25s ease !important;
}
.woocommerce ul.products li.product:hover {
transform: translateY(-4px);
border-color: rgba(0,220,255,.45) !important;
box-shadow: 0 0 36px rgba(0,200,255,.22) !important;
}
.woocommerce ul.products li.product img, .woocommerce div.product div.images img {
border-radius: 18px !important;
object-fit: cover;
} .woocommerce-checkout, .woocommerce-cart {
--rex-card: rgba(10, 18, 26, .72);
--rex-line: rgba(120, 170, 255, .18);
--rex-text: rgba(235, 245, 255, .92);
--rex-danger: #ff3b3b;
}
.woocommerce-checkout .woocommerce-billing-fields, 
.woocommerce-cart form.woocommerce-cart-form,
.woocommerce-cart .cart_totals {
background: var(--rex-card);
border: 1px solid var(--rex-line);
border-radius: 18px;
backdrop-filter: blur(10px);
padding: 22px;
box-shadow: 0 16px 60px rgba(0,0,0,.45);
} #place_order, .checkout-button {
background: linear-gradient(135deg, rgba(63,67,255,.95), rgba(90,167,255,.9)) !important;
border: 1px solid rgba(140,160,255,.55) !important;
border-radius: 16px !important;
padding: 14px !important;
font-weight: 900 !important;
} .woocommerce-account .woocommerce-MyAccount-navigation ul {
background: rgba(25, 25, 25, 0.9) !important;
backdrop-filter: blur(20px);
border-radius: 20px;
padding: 20px !important;
border: 1px solid rgba(255, 255, 255, 0.08) !important;
} [class*="serial"], [class*="key"], [readonly], :disabled {
background: rgba(88,101,242,0.20) !important;
color: #ffffff !important;
border: 1px solid rgba(140,160,255,0.80) !important;
border-radius: 10px !important;
box-shadow: 0 0 18px rgba(120,140,255,0.35) !important;
-webkit-text-fill-color: #ffffff !important;
} @media (max-width: 900px) {
.woocommerce-account .woocommerce { grid-template-columns: 1fr; }
.ct-offcanvas, .ct-panel { background: rgba(8, 12, 18, 0.98) !important; backdrop-filter: none !important; }
} .holler-box-modal .holler-box {
background: rgba(8, 10, 14, .72) !important;
border: 1px solid rgba(120,170,255,.65) !important;
animation: rexNeonBreath 2.4s ease-in-out infinite !important;
}
@keyframes rexNeonBreath {
0%, 100% { box-shadow: 0 0 20px rgba(90,167,255,.35); }
50% { box-shadow: 0 0 95px rgba(90,167,255,.45); }
} .ct-account-item,
.ct-account-dropdown,
.ct-header-account > .ct-cart-content,
.ct-header-account [data-toggle="dropdown"] {
background: transparent !important;
border: none !important;
box-shadow: none !important;
} .ct-account-welcome,
.woocommerce-MyAccount-navigation .user-profile,
.woocommerce-MyAccount-navigation .user-info,
.ct-acount-nav header {
background: transparent !important;
background-color: transparent !important;
border: none !important;
box-shadow: none !important;
padding-bottom: 10px !important;
} .woocommerce-MyAccount-navigation {
background: transparent !important;
border: none !important;
box-shadow: none !important;
} .woocommerce-MyAccount-navigation ul {
background: rgba(15, 20, 28, 0.8) !important;
backdrop-filter: blur(15px) !important;
-webkit-backdrop-filter: blur(15px) !important;
border: 1px solid rgba(0, 170, 255, 0.15) !important;
border-radius: 18px !important;
padding: 15px !important;
box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5) !important;
} .ct-account-welcome .ct-user-name,
.ct-account-welcome b,
.woocommerce-MyAccount-navigation .display-name {
color: #ffffff !important;
text-shadow: 0 0 10px rgba(0, 170, 255, 0.5);
}
.ct-account-welcome .ct-account-links a,
.woocommerce-MyAccount-navigation a[href*="logout"] {
color: rgba(255, 255, 255, 0.6) !important;
} .woocommerce-MyAccount-navigation::before,
.woocommerce-MyAccount-navigation::after {
display: none !important;
} .woocommerce-MyAccount-navigation ul li a {
color: rgba(255, 255, 255, 0.75) !important;
border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
color: #00aaff !important;
background: rgba(0, 170, 255, 0.1) !important;
} .ct-acount-nav {
background: rgba(25, 25, 25, 0.95) !important; backdrop-filter: blur(15px) !important;
border: 1px solid rgba(0, 170, 255, 0.2) !important;
border-radius: 20px !important;
box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6) !important;
overflow: hidden !important;
} .ct-account-welcome {
background: transparent !important; background-color: transparent !important;
border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
padding: 20px !important;
} .ct-account-welcome .ct-user-name,
.ct-account-welcome b {
color: #ffffff !important;
}
.ct-account-welcome .ct-account-links,
.ct-account-welcome .ct-account-links a {
color: rgba(255, 255, 255, 0.5) !important;
} .ct-acount-nav .woocommerce-MyAccount-navigation ul {
background: transparent !important; border: none !important;
box-shadow: none !important;
margin: 0 !important;
} .woocommerce-account .woocommerce-MyAccount-navigation {
background-color: transparent !important;
} .ct-acount-nav::before,
.ct-acount-nav::after {
display: none !important;
} .ct-offcanvas-container, 
#offcanvas,
.ct-panel-content {
background-color: #080c12 !important; background-image: none !important;
opacity: 1 !important;
backdrop-filter: none !important;
-webkit-backdrop-filter: none !important;
} .ct-offcanvas-container .ct-menu-standard > li {
background: #080c12 !important;
} .ct-panel-actions, .ct-panel-inner {
background: #080c12 !important;
} @media (max-width: 991px) { .home .ct-header {
position: absolute !important;
background: transparent !important;
} .ct-offcanvas-container {
box-shadow: 20px 0 50px rgba(0,0,0,0.9);
}
} .woocommerce ul.products li.product a img, 
.ct-active .product-image img,
.woocommerce-loop-product__link img {
height: 200px !important; width: 100% !important; object-fit: cover !important; object-position: center !important; border-radius: 12px !important; } @media (max-width: 767px) {
.woocommerce ul.products li.product a img {
height: 160px !important;
}
} .woocommerce ul.products li.product .woocommerce-loop-product__title {
min-height: 2.5em; display: -webkit-box;
-webkit-line-clamp: 2; -webkit-box-orient: vertical;
overflow: hidden;
margin-bottom: 10px !important;
} .woocommerce-MyAccount-content,
.woocommerce-MyAccount-content .woocommerce-Message,
.woocommerce-MyAccount-content p,
.woocommerce-MyAccount-content span,
.woocommerce-MyAccount-content strong {
color: #ffffff !important;
} .woocommerce-MyAccount-content .download-product,
.woocommerce-MyAccount-content .download-remaining,
.woocommerce-MyAccount-content .download-expires {
color: rgba(255, 255, 255, 0.9) !important;
} .woocommerce-MyAccount-content .download-remaining,
.woocommerce-MyAccount-content .download-expires,
.woocommerce-MyAccount-content [data-title="剩餘下載項目"],
.woocommerce-MyAccount-content [data-title="過期"] {
color: #ffffff !important;
text-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
} .woocommerce-MyAccount-content tr, 
.woocommerce-MyAccount-content td {
border-color: rgba(255, 255, 255, 0.1) !important;
} .variations select {
background-color: rgba(20, 20, 20, 0.8) !important;
color: #ffffff !important;
border: 1px solid rgba(0, 170, 255, 0.4) !important;
border-radius: 8px !important;
padding: 10px !important;
cursor: pointer !important;
outline: none !important;
appearance: none !important; }
.variations select:focus {
border-color: #00aaff !important;
box-shadow: 0 0 10px rgba(0, 170, 255, 0.3) !important;
} .variations label {
color: rgba(255, 255, 255, 0.8) !important;
font-weight: bold !important;
margin-bottom: 8px !important;
display: inline-block !important;
} .quantity input.qty {
background: rgba(255, 255, 255, 0.05) !important;
border: 1px solid rgba(255, 255, 255, 0.1) !important;
color: #ffffff !important;
border-radius: 8px !important;
padding: 8px !important;
margin-right: 10px !important;
} .single_add_to_cart_button {
background: linear-gradient(90deg, #0066ff, #00aaff) !important;
color: #fff !important;
font-weight: 900 !important;
letter-spacing: 2px !important;
border: none !important;
border-radius: 12px !important;
padding: 15px 30px !important;
transition: all 0.3s ease !important;
text-transform: uppercase !important;
box-shadow: 0 5px 15px rgba(0, 102, 255, 0.3) !important;
}
.single_add_to_cart_button:hover {
transform: translateY(-3px) !important;
box-shadow: 0 8px 25px rgba(0, 170, 255, 0.5) !important;
filter: brightness(1.1) !important;
} .woocommerce-variation-price .price {
color: #ffffff !important;
font-size: 1.5em !important;
font-weight: bold !important;
text-shadow: 0 0 10px rgba(0, 170, 255, 0.5) !important;
} .reset_variations {
color: rgba(255, 255, 255, 0.4) !important;
font-size: 12px !important;
text-decoration: none !important;
margin-left: 10px !important;
}
.reset_variations:hover {
color: #ff4444 !important;
} .woocommerce-checkout, 
#customer_details, 
#order_review, 
#order_review_heading {
color: #ffffff !important;
} .woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout input[type="password"],
.woocommerce-checkout select,
.woocommerce-checkout textarea {
background-color: rgba(20, 20, 20, 0.7) !important;
color: #fff !important;
border: 1px solid rgba(255, 255, 255, 0.1) !important;
border-radius: 10px !important;
padding: 12px !important;
transition: all 0.3s ease !important;
} .woocommerce-checkout input:focus,
.woocommerce-checkout textarea:focus {
border-color: #00aaff !important;
box-shadow: 0 0 12px rgba(0, 170, 255, 0.4) !important;
background-color: rgba(30, 30, 30, 0.9) !important;
outline: none !important;
} #order_review {
background: rgba(30, 30, 35, 0.6) !important;
backdrop-filter: blur(10px) !important;
border-radius: 20px !important;
border: 1px solid rgba(0, 170, 255, 0.2) !important;
padding: 25px !important;
} .woocommerce-checkout #payment {
background: transparent !important;
border-radius: 15px !important;
}
.woocommerce-checkout #payment ul.payment_methods {
border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
}
.woocommerce-checkout #payment div.payment_box {
background-color: rgba(255, 255, 255, 0.05) !important;
color: #ccc !important;
border-radius: 8px !important;
} #place_order {
background: linear-gradient(90deg, #0088ff, #00ccff) !important;
color: #fff !important;
font-size: 1.2em !important;
font-weight: 900 !important;
padding: 18px !important;
border-radius: 12px !important;
text-transform: uppercase !important;
letter-spacing: 2px !important;
border: none !important;
box-shadow: 0 10px 30px rgba(0, 136, 255, 0.4) !important;
transition: 0.4s !important;
}
#place_order:hover {
transform: translateY(-3px) !important;
box-shadow: 0 15px 40px rgba(0, 204, 255, 0.6) !important;
filter: brightness(1.2) !important;
} .shop_table thead th, 
.shop_table tfoot th, 
.shop_table tfoot td {
color: #ffffff !important;
border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
} .woocommerce-form__label-for-checkbox span {
color: rgba(255, 255, 255, 0.7) !important;
} .u-column1 h2, .u-column2 h2 {
color: #ffffff !important;
font-weight: 800 !important;
letter-spacing: 2px !important;
text-transform: uppercase !important;
border-left: 4px solid #00aaff !important;
padding-left: 15px !important;
margin-bottom: 30px !important;
} .woocommerce-form-login input.input-text,
.woocommerce-form-register input.input-text {
background-color: rgba(20, 20, 20, 0.7) !important;
color: #fff !important;
border: 1px solid rgba(255, 255, 255, 0.1) !important;
border-radius: 10px !important;
padding: 15px !important;
transition: all 0.3s ease !important;
} .woocommerce-form-login input.input-text:focus,
.woocommerce-form-register input.input-text:focus {
border-color: #00aaff !important;
box-shadow: 0 0 15px rgba(0, 170, 255, 0.4) !important;
background-color: rgba(30, 30, 30, 0.9) !important;
outline: none !important;
} .woocommerce-form-row label {
color: rgba(255, 255, 255, 0.9) !important;
font-weight: 500 !important;
margin-bottom: 8px !important;
display: block !important;
} .woocommerce-form-login .button,
.woocommerce-form-register .button {
background: linear-gradient(135deg, #0066ff, #00aaff) !important;
color: #fff !important;
border: none !important;
border-radius: 8px !important;
padding: 12px 30px !important;
font-weight: bold !important;
text-transform: uppercase !important;
letter-spacing: 1px !important;
transition: 0.3s !important;
box-shadow: 0 5px 15px rgba(0, 102, 255, 0.3) !important;
width: 100% !important; }
.woocommerce-form-login .button:hover,
.woocommerce-form-register .button:hover {
transform: translateY(-2px) !important;
box-shadow: 0 8px 25px rgba(0, 170, 255, 0.5) !important;
filter: brightness(1.1) !important;
} .woocommerce-form-login__rememberme {
color: rgba(255, 255, 255, 0.6) !important;
margin-top: 10px !important;
}
.woocommerce-LostPassword a {
color: #00aaff !important;
text-decoration: none !important;
font-size: 0.9em !important;
}
.woocommerce-LostPassword a:hover {
text-decoration: underline !important;
text-shadow: 0 0 8px rgba(0, 170, 255, 0.5) !important;
} .woocommerce-privacy-policy-text {
color: rgba(255, 255, 255, 0.5) !important;
font-size: 0.85em !important;
line-height: 1.6 !important;
margin: 20px 0 !important;
} .woocommerce-MyAccount-content, 
.woocommerce-checkout,
.u-columns label,
.woocommerce-form-login__rememberme {
color: #ffffff !important;
} .woocommerce input.input-text,
.woocommerce select,
.woocommerce textarea,
.variations select {
background-color: rgba(15, 15, 20, 0.8) !important;
color: #fff !important;
border: 1px solid rgba(0, 170, 255, 0.3) !important;
border-radius: 10px !important;
backdrop-filter: blur(5px);
}
.woocommerce input.input-text:focus {
border-color: #00aaff !important;
box-shadow: 0 0 15px rgba(0, 170, 255, 0.4) !important;
} #place_order, 
.single_add_to_cart_button,
.woocommerce-form-login .button,
.woocommerce-form-register .button {
background: linear-gradient(90deg, #0066ff, #00aaff) !important;
border: none !important;
box-shadow: 0 5px 20px rgba(0, 102, 255, 0.4) !important;
font-weight: 900 !important;
transition: 0.3s !important;
}
#place_order:hover {
transform: scale(1.02);
box-shadow: 0 0 30px rgba(0, 170, 255, 0.6) !important;
} .price, .amount, .woocommerce-loop-product__title {
color: #ffffff !important;
text-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
} .ct-offcanvas-container {
background: #080c12 !important;
opacity: 1 !important;
} .variations select option,
select option {
background-color: #1a1a1a !important; color: #ffffff !important; padding: 10px !important;
} .variations select {
color: #ffffff !important; } .variations select:focus option {
background-color: #2a2a2a !important;
color: #00aaff !important; } .variations select option:first-child {
color: rgba(255, 255, 255, 0.5) !important;
} .woocommerce table tr td:nth-child(2) {
color: #fff !important;
font-weight: 800 !important;
font-size: 16px !important;
line-height: 1.6 !important; opacity: 1 !important;
filter: none !important;
backdrop-filter: none !important;
-webkit-backdrop-filter: none !important; text-shadow: 0 1px 2px rgba(0,0,0,.8) !important; white-space: pre-wrap !important;
word-break: break-word !important;
user-select: text !important;
}  .rex-neon-boss {
border: 2px solid #ff4444 !important;
box-shadow: 0 0 10px rgba(255, 68, 68, 0.4) !important;
animation: rex-boss-glow 2s infinite !important;
}
@keyframes rex-boss-glow {
0% { box-shadow: 0 0 5px rgba(255, 68, 68, 0.4); border-color: #ff4444; }
50% { box-shadow: 0 0 25px rgba(255, 68, 68, 0.8); border-color: #ff8888; }
100% { box-shadow: 0 0 5px rgba(255, 68, 68, 0.4); border-color: #ff4444; }
} .rex-neon-purple {
border: 2px solid #bf40bf !important;
}
.rex-neon-purple:hover {
box-shadow: 0 0 20px rgba(191, 64, 191, 0.7) !important;
} .rex-neon-blue {
border: 2px solid #00d4ff !important;
}
.rex-neon-blue:hover {
box-shadow: 0 0 20px rgba(0, 212, 255, 0.7) !important;
} .rex-neon-gold {
border: 2px solid #ffcc00 !important;
}
.rex-neon-gold:hover {
box-shadow: 0 0 20px rgba(255, 204, 0, 0.7) !important;
} .rex-box {
transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}
.rex-box:hover {
transform: translateY(-12px) !important; background-color: rgba(60, 60, 65, 0.9) !important; box-shadow: 0 15px 35px rgba(0,0,0,0.6) !important; z-index: 10;
} .rex-neon-boss {
border: 2px solid #ff4444 !important;
animation: rex-boss-glow 2s infinite !important;
}
@keyframes rex-boss-glow {
0% { box-shadow: 0 0 5px rgba(255, 68, 68, 0.4); }
50% { box-shadow: 0 0 25px rgba(255, 68, 68, 0.8); } 100% { box-shadow: 0 0 5px rgba(255, 68, 68, 0.4); }
} .rex-neon-purple:hover { border-color: #bf40bf !important; box-shadow: 0 0 20px rgba(191, 64, 191, 0.6) !important; }
.rex-neon-blue:hover { border-color: #00d4ff !important; box-shadow: 0 0 20px rgba(0, 212, 255, 0.6) !important; }
.rex-neon-gold:hover { border-color: #ffcc00 !important; box-shadow: 0 0 20px rgba(255, 204, 0, 0.6) !important; } .rex-dash-container {
color: #ffffff !important;
font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
margin-top: 20px;
} .rex-welcome-card {
background: rgba(30, 30, 35, 0.9) !important;
padding: 30px;
border-radius: 20px;
margin-bottom: 25px;
border: 1px solid rgba(255, 255, 255, 0.05); border-left: 6px solid var(--rex-color, #00aaff) !important;
} .rex-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 20px;
margin-bottom: 30px;
} .rex-box {
background: rgba(35, 35, 40, 0.7) !important;
border: 2px solid rgba(255, 255, 255, 0.1) !important;
padding: 25px;
border-radius: 18px;
transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
position: relative;
overflow: hidden;
} .rex-box:hover { border-color: var(--rex-color, #00aaff) !important; box-shadow: 0 0 30px var(--rex-color-alpha, rgba(0, 170, 255, 0.5)) !important; transform: translateY(-5px);
background: rgba(45, 45, 50, 0.9) !important;
} .rex-progress-bar {
height: 8px;
background: rgba(255, 255, 255, 0.1);
border-radius: 10px;
margin-top: 10px;
overflow: hidden;
} .rex-progress-fill {
height: 100%;
border-radius: 10px;
background: rgba(255, 255, 255, 0.2);
transition: all 0.8s ease;
}
.rex-box:hover .rex-progress-fill {
background: var(--rex-color, #00aaff) !important;
box-shadow: 0 0 10px var(--rex-color, #00aaff);
} .rex-box strong {
transition: color 0.3s ease;
}
.rex-box:hover strong {
color: var(--rex-color, #00aaff) !important;
} .rex-order-item {
display: flex;
justify-content: space-between;
padding: 12px 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.05);
} .rex-dash-container { --rex-glow: var(--rex-color); color: #fff; } .rex-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 15px; margin-bottom: 20px; }
.rex-box { 
background: rgba(30,30,35,0.8); border: 1px solid rgba(255,255,255,0.1); 
padding: 20px; border-radius: 15px; transition: 0.3s; 
}
.rex-box .val { font-size: 1.5em; font-weight: bold; margin-top: 5px; } .rex-box:hover { 
border-color: var(--rex-color); 
box-shadow: 0 0 20px rgba(var(--rex-color), 0.4); 
transform: translateY(-3px);
} .rex-section-header { display: flex; justify-content: space-between; margin-bottom: 20px; }
.rex-order-row {
display: flex; align-items: center; 
padding: 15px; background: rgba(255,255,255,0.03); 
border-radius: 12px; margin-bottom: 10px; transition: 0.2s;
}
.rex-order-row:hover { background: rgba(255,255,255,0.07); }
.rex-order-icon { font-size: 20px; margin-right: 15px; opacity: 0.7; }
.rex-order-info { flex-grow: 1; display: flex; flex-direction: column; }
.order-id { font-weight: bold; font-size: 1.1em; }
.order-meta { font-size: 0.8em; color: #888; }
.rex-order-side { display: flex; align-items: center; gap: 15px; }
.order-price { font-weight: bold; } .rex-view-btn {
background: rgba(255,255,255,0.1); color: #fff !important; 
padding: 5px 12px; border-radius: 6px; text-decoration: none !important;
font-size: 0.85em; transition: 0.3s;
}
.rex-view-btn:hover { background: var(--rex-color); color: #000 !important; }  .woocommerce-orders-table thead {
display: none !important;
} .woocommerce-account .woocommerce-MyAccount-content {
max-width: 1000px !important;
margin: 0 auto !important;
} .woocommerce-orders-table {
display: block !important;
border: none !important;
}
.woocommerce-orders-table tbody {
display: block !important;
}
.woocommerce-orders-table tbody tr {
display: block !important;
background: rgba(30, 35, 45, 0.9) !important;
border: 1px solid rgba(255, 255, 255, 0.1) !important;
border-radius: 15px !important;
margin-bottom: 20px !important;
padding: 20px !important;
transition: 0.3s ease;
}
.woocommerce-orders-table tbody tr:hover {
border-color: #00d4ff !important;
transform: translateY(-3px);
box-shadow: 0 10px 30px rgba(0, 212, 255, 0.2) !important;
} .woocommerce-orders-table td {
display: flex !important;
justify-content: space-between !important;
align-items: center !important;
padding: 12px 0 !important;
border: none !important;
border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
text-align: right !important;
} .woocommerce-orders-table td::before {
content: attr(data-title) ": ";
font-weight: bold !important;
color: rgba(255, 255, 255, 0.4) !important;
text-align: left !important;
} .woocommerce-orders-table__cell-order-number a {
color: #ff4444 !important;
font-weight: bold !important;
font-size: 1.1em !important;
}
.woocommerce-orders-table__cell-order-status {
color: #00ffaa !important; } .woocommerce-orders-table td:last-child {
border-bottom: none !important;
padding-top: 20px !important;
display: block !important;
}
.woocommerce-orders-table .woocommerce-button.button {
display: block !important;
width: 100% !important;
max-width: 200px; margin: 0 0 0 auto !important;
text-align: center !important;
background: #00d4ff !important;
color: #000 !important;
font-weight: bold !important;
border-radius: 8px !important;
padding: 10px 20px !important;
} @media (max-width: 768px) {
.woocommerce-orders-table .woocommerce-button.button {
max-width: 100% !important;
}
}  .woocommerce-table--order-downloads thead {
display: none !important;
} .woocommerce-table--order-downloads {
display: block !important;
border: none !important;
}
.woocommerce-table--order-downloads tbody {
display: block !important;
}
.woocommerce-table--order-downloads tbody tr {
display: block !important;
background: rgba(30, 35, 45, 0.9) !important;
border: 1px solid rgba(255, 255, 255, 0.1) !important;
border-radius: 15px !important;
margin-bottom: 20px !important;
padding: 20px !important;
transition: 0.3s ease;
}
.woocommerce-table--order-downloads tbody tr:hover {
border-color: #00d4ff !important;
transform: translateY(-3px);
box-shadow: 0 10px 30px rgba(0, 212, 255, 0.2) !important;
} .woocommerce-table--order-downloads td {
display: flex !important;
justify-content: space-between !important;
align-items: center !important;
padding: 12px 0 !important;
border: none !important;
border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
text-align: right !important;
color: #fff !important;
} .woocommerce-table--order-downloads td::before {
content: attr(data-title) ": ";
font-weight: bold !important;
color: rgba(255, 255, 255, 0.4) !important;
text-align: left !important;
} .woocommerce-table--order-downloads td.download-file {
display: block !important;
border-bottom: none !important;
padding-top: 20px !important;
}
.woocommerce-table--order-downloads .woocommerce-MyAccount-downloads-file.button {
display: block !important;
width: 100% !important;
max-width: 250px;
margin: 0 0 0 auto !important;
text-align: center !important;
background: linear-gradient(90deg, #00d4ff, #0080ff) !important;
color: #fff !important;
font-weight: bold !important;
border-radius: 8px !important;
padding: 12px 20px !important;
border: none !important;
text-transform: uppercase;
} .woocommerce-table--order-downloads td.download-product a {
color: #ff4444 !important; font-weight: bold !important;
text-decoration: none !important;
} @media (max-width: 768px) {
.woocommerce-table--order-downloads .woocommerce-MyAccount-downloads-file.button {
max-width: 100% !important;
}
} .woocommerce table.shop_table {
border-collapse: separate;
border-spacing: 0 15px;
background: transparent;
}
.woocommerce table.shop_table thead th {
text-align: center;
font-weight: 600;
font-size: 14px;
color: #9bb3ff;
border: none;
} .woocommerce table.shop_table tbody tr {
background: rgba(0, 20, 40, 0.6);
border-radius: 15px;
box-shadow: 0 0 10px rgba(0, 255, 255, 0.1);
} .woocommerce table.shop_table tbody tr td {
border: none;
padding: 20px 15px;
vertical-align: middle;
} .product-thumbnail img {
width: 80px;
border-radius: 10px;
} .product-name a {
font-size: 15px;
font-weight: 600;
color: #ffffff;
line-height: 1.5;
} .product-price {
text-align: center;
font-weight: 600;
color: #00eaff;
} .product-quantity {
text-align: center;
}
.product-quantity input.qty {
width: 60px;
text-align: center;
border-radius: 8px;
} .product-subtotal {
text-align: right;
font-weight: bold;
font-size: 16px;
color: #00ff99;
} .product-remove a {
color: red !important;
font-size: 18px;
} .coupon input {
border-radius: 10px;
}
.coupon button {
border-radius: 10px;
}
.product-name a {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
} .woocommerce table.shop_table td.product-quantity {
text-align: center !important;
vertical-align: middle;
}
.woocommerce .quantity {
display: flex;
align-items: center;
justify-content: center;
gap: 0;
} .woocommerce .quantity input.qty {
width: 60px;
height: 40px;
text-align: center;
border-radius: 8px;
margin: 0;
} .woocommerce .cart_totals table th,
.woocommerce .cart_totals table td {
border: none !important;
}
.woocommerce .cart_totals table {
border: none !important;
} .woocommerce .cart_totals tr {
border: none !important;
}
.woocommerce .cart_totals {
background: rgba(0, 20, 40, 0.6);
padding: 25px;
border-radius: 15px;
border: 1px solid rgba(0,255,255,0.15);
}
.woocommerce .cart_totals h2 {
border-bottom: none;
} .woocommerce-cart table.shop_table td.product-quantity {
text-align: center !important;
vertical-align: middle !important;
} .woocommerce-cart .quantity[data-type="type-2"] {
display: flex !important;
align-items: center !important;
justify-content: center !important;
gap: 0 !important;
margin: 0 auto !important;
float: none !important;
} .woocommerce-cart .quantity[data-type="type-2"] input.qty {
width: 60px !important;
height: 42px !important;
text-align: center !important;
margin: 0 !important;
padding: 0 !important;
float: none !important;
} .woocommerce-cart .quantity[data-type="type-2"] .ct-increase,
.woocommerce-cart .quantity[data-type="type-2"] .ct-decrease {
position: relative !important;
width: 35px !important;
height: 42px !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
float: none !important;
}
.rex-order-box {
background: linear-gradient(135deg,#7b2ff7,#f7971e);
padding: 30px;
border-radius: 20px;
color: #fff;
margin-bottom: 30px;
}
.rex-order-box h2 {
margin-bottom: 20px;
font-size: 26px;
font-weight: 700;
}
.rex-grid {
display: grid;
grid-template-columns: repeat(4,1fr);
gap: 25px;
}
.rex-grid div {
background: rgba(255,255,255,0.15);
padding: 20px;
border-radius: 15px;
text-align: center;
}
.rex-grid span {
display:block;
font-size:14px;
opacity:.8;
}
.rex-grid strong {
font-size:18px;
}
.rex-completed {
background: #00c853;
padding: 6px 15px;
border-radius: 50px;
display: inline-block;
}
.rex-pending {
background: #ff3d00;
padding: 6px 15px;
border-radius: 50px;
display: inline-block;
}
.rex-grid div {
background: rgba(255,255,255,0.12);
backdrop-filter: blur(6px);
padding: 25px;
border-radius: 18px;
text-align: center;
} .woocommerce-MyAccount-content .woocommerce-order {
background: linear-gradient(135deg, #6a00ff, #ff7b00) !important;
border-radius: 20px !important;
padding: 25px !important;
} .woocommerce-MyAccount-content .woocommerce-order > * {
background: rgba(255,255,255,0.08) !important;
border-radius: 15px !important;
padding: 20px !important;
margin-bottom: 15px !important;
} .woocommerce-MyAccount-content h2 {
color: #ffd84d !important;
font-size: 26px !important;
font-weight: 800 !important;
} .ct-cart-actions {
display: flex !important;
align-items: stretch !important; gap: 10px !important;
margin: 20px 0;
} .quantity[data-type="type-2"] {
display: flex !important;
align-items: center;
height: 45px !important; border: 1px solid #444 !important;
border-radius: 8px !important;
background: #1a1a1a !important;
padding: 0 5px !important;
margin: 0 !important;
} .single_add_to_cart_button.button {
height: 45px !important; flex: 2; display: flex !important;
align-items: center;
justify-content: center;
margin: 0 !important;
border-radius: 8px !important;
background: linear-gradient(135deg, #0088ff, #0055ff) !important;
white-space: nowrap;
} .added_to_cart.wc-forward {
height: 45px !important; flex: 1.5;
display: flex !important;
align-items: center;
justify-content: center;
background: #333 !important;
color: #efefef !important; border-radius: 8px !important;
text-decoration: none !important;
font-size: 14px !important;
padding: 0 15px !important;
margin: 0 !important;
transition: background 0.2s;
}
.added_to_cart.wc-forward:hover {
background: #444 !important;
color: #ffffff !important;
} .quantity .input-text.qty {
height: 100% !important;
background: transparent !important;
border: none !important;
color: white !important;
width: 40px !important;
padding: 0 !important;
margin: 0 !important;
text-align: center;
} .products, .wd-products, .woocommerce ul.products {
display: grid !important;
grid-template-columns: repeat(4, 215px) !important; column-gap: 20px !important; 
row-gap: 35px !important;
justify-content: center !important; 
margin: 0 auto !important;
list-style: none !important;
} .products .product, 
.woocommerce ul.products li.product {
border: none !important;
box-shadow: none !important;
background: transparent !important;
padding: 0 !important;
transition: transform 0.3s ease !important;
position: relative !important; }
.woocommerce ul.products li.product:hover {
transform: translateY(-5px) !important;
} .product-element-top, .product-image-link {
position: relative !important;
width: 215px !important;
height: 215px !important;
overflow: hidden !important;
border-radius: 18px !important;
margin-bottom: 8px !important; } .woocommerce ul.products li.product a img:first-child,
.product-element-top img:first-child {
transition: opacity 0.5s ease-in-out !important;
display: block !important;
width: 100% !important;
height: 100% !important;
object-fit: cover !important;
} .secondary-image {
position: absolute !important;
top: 0 !important;
left: 0 !important;
width: 100% !important;
height: 100% !important;
object-fit: cover !important;
opacity: 0 !important; transition: opacity 0.5s ease-in-out !important;
z-index: 1 !important;
border-radius: 18px !important;
} .woocommerce ul.products li.product:hover a img:first-child {
opacity: 0 !important;
}
.woocommerce ul.products li.product:hover .secondary-image {
opacity: 1 !important;
}  .woocommerce-loop-product__title, 
.wd-entities-title, 
.product-title {
color: #ffffff !important;
font-size: 15px !important;
font-weight: 500 !important;
line-height: 1.3 !important;
margin: 0 0 2px 0 !important; padding: 0 !important;
text-align: center !important;
min-height: 0 !important;
height: auto !important;
} .woocommerce ul.products li.product .price, 
.product-element-bottom .price {
color: #ffffff !important; 
font-size: 14px !important;
font-weight: 700 !important;
margin: 0 !important; padding: 0 !important;
display: block !important;
text-align: center !important;
line-height: 1.1 !important;
} .wrapp-buttons, .wd-buttons, .wd-add-btn, .button {
display: none !important;
} @media (max-width: 768px) {
.products, .wd-products {
grid-template-columns: repeat(2, 1fr) !important;
column-gap: 15px !important;
}
}