body {
    background: #121212;
    color: #f2f2f2;
    padding-top: 50px;
}

body,
button,
input,
select,
textarea,
a {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

/* ======================== MAIN MENU BAR ======================== */

.clf-menu-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 50px;
    background: #000000;
    border-bottom: 3px solid #ffcc00;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
    z-index: 9999;
    display: flex;
    align-items: center;
}

.clf-menu-bar-inner {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    gap: 0;
    padding: 0 20px;
    height: 100%;
    align-items: center;
}

.clf-menu-item {
    color: #ffcc00;
    text-decoration: none;
    padding: 0 16px;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border-right: 1px solid #333;
    white-space: nowrap;
}

.clf-menu-item:hover {
    background: rgba(168, 85, 247, 0.15);
    color: #a855f7;
    text-shadow: 0 0 12px rgba(168, 85, 247, 0.6), 0 0 8px rgba(255, 204, 0, 0.3);
}

.clf-menu-item.active {
    background: rgba(168, 85, 247, 0.2);
    color: #a855f7;
    text-shadow: 0 0 15px rgba(168, 85, 247, 0.8);
    border-bottom: 3px solid #a855f7;
}

.clf-has-cart-badge {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.clf-cart-count-badge {
    display: none;
    position: static;
    min-width: 17px;
    height: 17px;
    border-radius: 999px;
    background: #e11d48;
    color: #ffffff;
    font-size: 10px;
    line-height: 17px;
    text-align: center;
    font-weight: 700;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
    padding: 0 4px;
}

.clf-cart-checkout-btn .clf-cart-count-badge {
    margin-left: 6px;
}

.wc-block-cart__submit-button.clf-has-cart-badge,
.wc-block-components-button.clf-has-cart-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.woocommerce .woocommerce-products-header__title.page-title,
body.post-type-archive-product h1.wp-block-post-title {
    text-align: center;
}

/* Cart page heading: golden yellow, centered, bold. */
body.woocommerce-cart h1.wp-block-post-title {
    color: #ffcc00;
    text-align: center;
    font-weight: 700;
}

/* Cart page content: center everything below the heading. */
body.woocommerce-cart .entry-content {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

body.woocommerce-cart .entry-content .woocommerce,
body.woocommerce-cart .wc-empty-cart-message,
body.woocommerce-cart .wc-block-components-notice-banner,
body.woocommerce-cart .return-to-shop,
body.woocommerce-cart .woocommerce-cart-form,
body.woocommerce-cart .cart-collaterals {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

body.woocommerce-cart .wc-block-components-notice-banner {
    justify-content: center;
}

.clf-cart-checkout-banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    background: #1a1a1a;
    border: 1px solid #333333;
    border-left: 4px solid #ffcc00;
    padding: 14px 16px;
    margin-bottom: 18px;
}

.clf-cart-checkout-banner-text {
    color: #f2f2f2;
    font-size: 14px;
}

.clf-cart-checkout-banner-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.clf-cart-checkout-btn,
.clf-cart-back-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
}

.clf-cart-checkout-btn {
    background: #e11d48;
    color: #ffffff;
}

.clf-cart-back-btn {
    background: #ffcc00;
    color: #121212;
}

/* Cart page typography: switch white text to golden yellow. */
body.woocommerce-cart .woocommerce-cart-form .product-name a,
body.woocommerce-cart .woocommerce-cart-form .product-price,
body.woocommerce-cart .woocommerce-cart-form .product-subtotal,
body.woocommerce-cart .woocommerce-cart-form .amount,
body.woocommerce-cart .cart_totals h2,
body.woocommerce-cart .cart_totals th,
body.woocommerce-cart .cart_totals td,
body.woocommerce-cart .wc-block-components-order-summary-item__description,
body.woocommerce-cart .wc-block-components-order-summary-item__total,
body.woocommerce-cart .wc-block-cart__totals-title {
    color: #ffcc00 !important;
}

.woocommerce table.shop_table td.product-remove {
    width: 120px;
}

.woocommerce table.shop_table td.product-remove a.remove.clf-cart-remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: auto;
    height: 34px;
    line-height: 1;
    border-radius: 6px;
    color: #ffffff !important;
    background: #e11d48;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    border: 0;
    padding: 0 10px;
}

.woocommerce table.shop_table td.product-remove a.remove.clf-cart-remove:hover {
    background: #be123c;
    color: #ffffff !important;
}

.woocommerce table.shop_table td.product-remove a.remove.clf-cart-remove .clf-cart-remove-text {
    font-size: 12px;
}

.clf-checkout-menu-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
}

.clf-checkout-menu-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 12px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    background: #1a1a1a;
    border: 1px solid #ffcc00;
    color: #ffcc00;
}

.clf-checkout-menu-btn:hover {
    background: #ffcc00;
    color: #121212;
}

.wc-block-components-order-summary-item .clf-checkout-item-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.wc-block-components-order-summary-item .clf-checkout-item-head .wc-block-components-product-name {
    margin: 0;
}

.wc-block-components-order-summary-item .clf-checkout-remove-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-height: 22px;
    padding: 0 7px;
    border: 0;
    border-radius: 4px;
    background: #e11d48;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
}

.wc-block-components-order-summary-item .clf-checkout-remove-item:hover {
    background: #be123c;
}

.wc-block-components-order-summary-item .clf-checkout-remove-item.is-loading {
    opacity: 0.6;
    cursor: wait;
}

/* Checkout form readability fixes (input text/labels/placeholders). */
.woocommerce-checkout .wc-block-components-text-input input,
.woocommerce-checkout .wc-block-components-text-input textarea,
.woocommerce-checkout .wc-block-components-combobox-control .components-form-token-field__input,
.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control__input,
.woocommerce-checkout .wc-block-components-address-form input,
.woocommerce-checkout .wc-block-components-address-form select,
.woocommerce-checkout .wc-block-components-address-form textarea {
    background: #ffffff !important;
    color: #121212 !important;
    border: 1px solid #b8b8b8 !important;
}

.woocommerce-checkout .wc-block-components-text-input input::placeholder,
.woocommerce-checkout .wc-block-components-text-input textarea::placeholder,
.woocommerce-checkout .wc-block-components-combobox-control .components-form-token-field__input::placeholder,
.woocommerce-checkout .wc-block-components-address-form input::placeholder,
.woocommerce-checkout .wc-block-components-address-form textarea::placeholder {
    color: #5f5f5f !important;
    opacity: 1;
}

.woocommerce-checkout .wc-block-components-text-input > label,
.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control__label,
.woocommerce-checkout .wc-block-components-address-form .wc-block-components-text-input > label {
    color: #1f1f1f !important;
    font-weight: 600;
}

.woocommerce-checkout .wc-block-components-checkout-step__heading,
.woocommerce-checkout .wc-block-components-checkout-step__title,
.woocommerce-checkout .wc-block-components-title {
    color: #f5f5f5 !important;
}

/* Normal-sized product images on listing pages. */
.woocommerce ul.products li.product a img,
.wc-block-grid__product-image img,
.wp-block-woocommerce-product-image img {
    width: min(100%, 220px);
    height: 160px;
    object-fit: cover;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* ======================== CONTENT DISPLAY FIX ======================== */
.entry-content,
.wp-block-post-content {
    display: block !important;
    visibility: visible !important;
    overflow: visible !important;
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
    opacity: 1 !important;
    position: relative !important;
    z-index: 1;
    margin-top: 40px !important;
}

main {
    display: block !important;
    visibility: visible !important;
    min-height: auto !important;
    overflow: visible !important;
}

body {
    padding-top: 40px;
}

.tracker-topbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    width: 100%;
    background: #000000;
    border-bottom: 1px solid #333333;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
    color: #f5f5f5;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.admin-bar .tracker-topbar {
    top: 32px;
}

.tracker-topbar-inner {
    max-width: 1280px;
    margin: 0 auto;
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0 14px;
}

.tracker-topbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 96px;
    padding: 4px 0;
}

.tracker-topbar-brand img {
    display: block;
    width: 72px;
    height: auto;
    filter: drop-shadow(0 0 8px rgba(255, 204, 0, 0.15));
}

.tracker-topbar-user,
.tracker-topbar-guest,
.tracker-topbar-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.tracker-topbar-user .avatar,
.tracker-topbar-user img {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #ffcc00;
    background: #1a1a1a;
    object-fit: cover;
    vertical-align: middle;
}

.tracker-topbar a,
.tracker-topbar button,
.tracker-topbar .tracker-link {
    color: #ffcc00;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 11px;
    transition: color 0.2s ease;
}

.tracker-topbar a:hover,
.tracker-topbar button:hover,
.tracker-topbar .tracker-link:hover {
    color: #ff5c33;
}

.tracker-topbar .tracker-pill,
.tracker-topbar .tracker-logout {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 22px;
    padding: 4px 8px;
    border: 1px solid #333333;
    background: #1a1a1a;
    color: #ffcc00;
    text-decoration: none;
    cursor: pointer;
}

.tracker-topbar .tracker-logout {
    background: #1b1b1b;
    border-color: #333333;
}

.tracker-topbar strong,
.tracker-topbar .tracker-points {
    color: #ffcc00;
    font-weight: 700;
}

.tracker-topbar .tracker-separator {
    color: #666666;
}

html {
    scroll-padding-top: 38px;
}

/* Tracker auth / registration pages */
body.login,
body.login-action-register,
body.wp-core-ui {
    background: #121212 !important;
    color: #f3f3f3 !important;
}

body.login {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.login #login,
body.login-action-register #login,
body.login form,
body.login-action-register form {
    background: #1a1a1a;
    border: 1px solid #333333;
    box-shadow: 0 0 0 1px rgba(255, 204, 0, 0.08);
    padding: 28px 26px 22px;
    width: 100%;
    max-width: 420px;
}

body.login #login {
    padding-top: 24px;
}

body.login h1,
body.login-action-register h1,
body.login .login-heading,
body.login-action-register .login-heading {
    margin-bottom: 18px;
    text-align: center;
}

body.login h1 a,
body.login-action-register h1 a {
    background-image: none;
    width: auto;
    height: auto;
    font-size: 22px;
    line-height: 1.2;
    text-indent: 0;
    color: #ffcc00;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
}

body.login label,
body.login-action-register label {
    color: #f5f5f5;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.login input[type="text"],
body.login input[type="email"],
body.login input[type="password"],
body.login input[type="search"],
body.login-action-register input[type="text"],
body.login-action-register input[type="email"],
body.login-action-register input[type="password"],
body.login-action-register input[type="search"] {
    background: #121212;
    border: 1px solid #333333;
    color: #f2f2f2;
    border-radius: 0;
    min-height: 42px;
    box-shadow: none;
    padding: 10px 12px;
    font-size: 14px;
}

body.login input[type="text"]:focus,
body.login input[type="email"]:focus,
body.login input[type="password"]:focus,
body.login-action-register input[type="text"]:focus,
body.login-action-register input[type="email"]:focus,
body.login-action-register input[type="password"]:focus {
    border-color: #ffcc00;
    box-shadow: 0 0 0 1px rgba(255, 204, 0, 0.15);
}

body.login .button,
body.login .button-primary,
body.login-action-register .button,
body.login-action-register .button-primary,
body.login .wp-core-ui .button,
body.login-action-register .wp-core-ui .button {
    background: #1a1a1a !important;
    border: 1px solid #ffcc00 !important;
    color: #ffcc00 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
    min-height: 42px;
    padding: 10px 18px;
}

body.login .button:hover,
body.login .button-primary:hover,
body.login-action-register .button:hover,
body.login-action-register .button-primary:hover {
    background: #ffcc00 !important;
    color: #121212 !important;
    border-color: #ffcc00 !important;
}

body.login .forgetmenot,
body.login-action-register .forgetmenot {
    color: #d7d7d7;
    font-size: 12px;
}

body.login #nav,
body.login #backtoblog,
body.login-action-register #nav,
body.login-action-register #backtoblog {
    text-align: center;
    margin-top: 18px;
}

body.login #nav a,
body.login #backtoblog a,
body.login-action-register #nav a,
body.login-action-register #backtoblog a {
    color: #ffcc00;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.login .message,
body.login-action-register .message,
body.login #login_error,
body.login-action-register #login_error {
    background: #1a1a1a;
    border-left: 4px solid #ffcc00;
    color: #f5f5f5;
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
}

body.login .privacy-policy-page-link,
body.login-action-register .privacy-policy-page-link {
    color: #ffcc00;
}

body.login form .user-pass-wrap,
body.login form .pass-strength-result,
body.login-action-register form .user-pass-wrap,
body.login-action-register form .pass-strength-result {
    border-color: #333333;
}

body.login .pass-strength-result {
    background: #121212;
    color: #f5f5f5;
}

body.login .pass-strength-result.good,
body.login .pass-strength-result.short,
body.login .pass-strength-result.bad,
body.login .pass-strength-result.strong {
    border-color: #333333;
}

.tracker-auth-shell {
    min-height: calc(100vh - 80px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 20px 40px;
    background:
        radial-gradient(circle at top, rgba(255, 204, 0, 0.08), transparent 35%),
        linear-gradient(180deg, #121212 0%, #0d0d0d 100%);
}

.tracker-auth-panel {
    width: min(100%, 480px);
    background: #1a1a1a;
    border: 1px solid #333333;
    box-shadow: 0 0 0 1px rgba(255, 204, 0, 0.08), 0 16px 32px rgba(0, 0, 0, 0.35);
    padding: 30px 28px 24px;
}

.tracker-auth-header {
    margin-bottom: 22px;
    text-align: center;
}

.tracker-auth-badge {
    display: inline-block;
    padding: 6px 10px;
    border: 1px solid #ffcc00;
    color: #ffcc00;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.18em;
    margin-bottom: 16px;
    background: rgba(255, 204, 0, 0.06);
}

.tracker-auth-header h1 {
    margin: 0;
    color: #f5f5f5;
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tracker-auth-switch {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    border: 1px solid #333333;
    background: #121212;
    padding: 6px;
}

.tracker-auth-switch a {
    flex: 1;
    text-align: center;
    text-decoration: none;
    color: #d7d7d7;
    background: transparent;
    border: 1px solid transparent;
    padding: 10px 12px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.12em;
    font-weight: 700;
}

.tracker-auth-switch a.active {
    background: #ffcc00;
    color: #121212;
    border-color: #ffcc00;
}

.tracker-auth-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.tracker-auth-form label,
.tracker-auth-remember label {
    color: #f5f5f5;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 700;
}

.tracker-auth-form input[type="text"],
.tracker-auth-form input[type="email"],
.tracker-auth-form input[type="password"] {
    background: #121212;
    border: 1px solid #333333;
    min-height: 44px;
    color: #f4f4f4;
    padding: 10px 12px;
    font-size: 15px;
    width: 100%;
}

.tracker-auth-form input[type="text"]:focus,
.tracker-auth-form input[type="email"]:focus,
.tracker-auth-form input[type="password"]:focus {
    outline: none;
    border-color: #ffcc00;
    box-shadow: 0 0 0 1px rgba(255, 204, 0, 0.12);
}

.tracker-auth-button {
    margin-top: 10px;
    background: #ffcc00;
    color: #121212;
    border: 1px solid #ffcc00;
    min-height: 46px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease;
}

.tracker-auth-button:hover {
    background: #ffd64d;
    transform: translateY(-1px);
}

.tracker-auth-remember {
    display: flex;
    align-items: center;
    gap: 8px;
}

.tracker-auth-remember input {
    accent-color: #ffcc00;
}

.tracker-auth-message {
    border: 1px solid #333333;
    background: #121212;
    color: #f5f5f5;
    padding: 12px 14px;
    margin-bottom: 16px;
    font-size: 12px;
    line-height: 1.5;
}

.tracker-auth-error {
    border-left: 4px solid #ffcc00;
}

.tracker-auth-meta {
    margin-top: 18px;
    text-align: center;
}

.tracker-auth-meta a {
    color: #ffcc00;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tracker-storefront {
    background: #121212;
    color: #f5f5f5;
    padding: 72px 20px 60px;
}

.tracker-storefront-header {
    max-width: 1200px;
    margin: 0 auto 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border: 1px solid #333333;
    background: rgba(26, 26, 26, 0.9);
    padding: 14px 20px;
}

.tracker-storefront-brand {
    font-size: 13px;
    letter-spacing: 0.18em;
    font-weight: 800;
    color: #ffcc00;
}

.tracker-storefront-nav {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.tracker-storefront-nav a {
    color: #f5f5f5;
    text-decoration: none;
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.tracker-storefront-hero {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.3fr 0.7fr;
    gap: 28px;
    align-items: center;
    border: 1px solid #333333;
    background: linear-gradient(135deg, rgba(26, 26, 26, 0.95), rgba(18, 18, 18, 0.95));
    padding: 32px 28px;
}

.tracker-kicker {
    color: #ffcc00;
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: 18px;
    font-weight: 700;
}

.tracker-storefront-hero h1 {
    color: #f5f5f5;
    font-size: clamp(2.4rem, 4vw, 4rem);
    line-height: 1.04;
    margin: 0 0 16px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.tracker-storefront-hero p {
    color: #d9d9d9;
    font-size: 1rem;
    line-height: 1.7;
    max-width: 660px;
    margin: 0 0 24px;
}

.tracker-hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.tracker-primary-btn,
.tracker-secondary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 22px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 11px;
    font-weight: 800;
    transition: all 0.2s ease;
}

.tracker-primary-btn {
    background: #ffcc00;
    color: #121212;
    border: 1px solid #ffcc00;
}

.tracker-secondary-btn {
    background: transparent;
    color: #ffcc00;
    border: 1px solid #ffcc00;
}

.tracker-hero-visual {
    display: flex;
    justify-content: center;
}

.tracker-visual-box {
    width: 220px;
    height: 220px;
    border: 1px solid #333333;
    background: radial-gradient(circle at top, rgba(255, 204, 0, 0.12), rgba(18, 18, 18, 0.96) 55%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffcc00;
    text-transform: uppercase;
    box-shadow: inset 0 0 0 1px rgba(255, 204, 0, 0.06);
}

.tracker-visual-box span {
    font-size: 13px;
    letter-spacing: 0.18em;
    font-weight: 800;
}

.tracker-visual-box strong {
    font-size: 52px;
    line-height: 1;
    margin-top: 12px;
}

.tracker-storefront-section {
    max-width: 1200px;
    margin: 28px auto 0;
    border: 1px solid #333333;
    background: #1a1a1a;
    padding: 28px 24px;
}

.tracker-storefront-section.alt-panel {
    background: #151515;
}

.tracker-section-title {
    margin-bottom: 22px;
}

.tracker-section-title span {
    color: #ffcc00;
    display: inline-block;
    font-size: 11px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 10px;
}

.tracker-section-title h2 {
    margin: 0;
    font-size: clamp(1.6rem, 2vw, 2.5rem);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.tracker-cards,
.tracker-order-grid,
.tracker-contact-grid {
    display: grid;
    gap: 18px;
}

.tracker-cards,
.tracker-contact-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tracker-order-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tracker-card,
.tracker-order-box,
.tracker-contact-card {
    border: 1px solid #333333;
    background: #121212;
    padding: 20px 18px;
}

.tracker-card h3,
.tracker-order-box h3,
.tracker-contact-card h3 {
    margin: 0 0 10px;
    color: #ffcc00;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.tracker-card p,
.tracker-order-box p,
.tracker-contact-card p {
    color: #d8d8d8;
    line-height: 1.7;
    margin: 0 0 14px;
}

.tracker-badges {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.tracker-badges span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
    border: 1px solid #333333;
    background: #1a1a1a;
    color: #ffcc00;
    font-size: 10px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tracker-order-box strong {
    color: #ffcc00;
    font-size: 1.5rem;
}

@media (max-width: 900px) {
    .tracker-storefront-hero,
    .tracker-cards,
    .tracker-order-grid,
    .tracker-contact-grid {
        grid-template-columns: 1fr;
    }

    .tracker-storefront-header {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 600px) {
    .tracker-auth-panel {
        padding: 22px 18px 20px;
    }

    .tracker-auth-switch {
        flex-direction: column;
    }

    .tracker-storefront {
        padding-top: 82px;
    }
}

/* ======================== ÉTLAP GRID STYLES ======================== */

.clf-etlap-container {
    background: #121212;
    color: #f2f2f2;
    padding: 40px 20px;
}

.clf-etlap-category {
    margin-bottom: 50px;
}

.clf-etlap-title {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ffcc00;
    margin-bottom: 8px;
    text-shadow: 0 0 10px rgba(255, 204, 0, 0.3);
    border-bottom: 2px solid #ff4500;
    padding-bottom: 10px;
}

.clf-etlap-subtitle {
    color: #999;
    font-size: 14px;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
}

.clf-menu-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    max-width: 1280px;
}

.clf-menu-card {
    background: #1a1a1a;
    border: 2px solid #333;
    border-left: 3px solid #ffcc00;
    border-right: 3px solid #ff4500;
    padding: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: inset 0 0 15px rgba(255, 204, 0, 0.05);
}

.clf-menu-card:hover {
    border-color: #ffcc00;
    box-shadow: 0 0 20px rgba(255, 204, 0, 0.2), inset 0 0 15px rgba(255, 204, 0, 0.1);
}

.clf-card-image {
    width: 100%;
    height: 140px;
    border-bottom: 2px solid #333;
    background-size: cover;
    background-position: center;
}

.clf-menu-card h3 {
    color: #ffcc00;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin: 12px 12px 6px;
    text-shadow: 0 0 5px rgba(255, 204, 0, 0.2);
}

.clf-menu-card p {
    color: #ccc;
    font-size: 13px;
    margin: 0 12px 10px;
    line-height: 1.4;
}

.clf-price {
    color: #ff4500;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.08em;
    margin: 8px 12px;
    text-shadow: 0 0 5px rgba(255, 69, 0, 0.3);
}

.clf-coupon-btn {
    background: linear-gradient(135deg, #ffcc00 0%, #ff8c00 100%);
    color: #000;
    border: 2px solid #ffcc00;
    padding: 8px 12px;
    margin: 12px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(255, 204, 0, 0.2);
}

.clf-coupon-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(255, 204, 0, 0.3);
    background: linear-gradient(135deg, #ffff00 0%, #ffaa00 100%);
}

.clf-coupon-btn:active {
    transform: translateY(0);
}

/* ======================== ARCADE ZONE STYLES ======================== */

.clf-arcade-container {
    background: #121212;
    color: #f2f2f2;
    padding: 40px 20px;
}

.clf-arcade-stats {
    margin-bottom: 40px;
}

.clf-arcade-stats h2 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ffcc00;
    margin-bottom: 20px;
    text-shadow: 0 0 10px rgba(255, 204, 0, 0.3);
    border-bottom: 2px solid #ff4500;
    padding-bottom: 10px;
}

.clf-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
}

.clf-stat-card {
    background: #1a1a1a;
    border: 2px solid #ffcc00;
    border-radius: 0;
    padding: 20px;
    text-align: center;
    box-shadow: inset 0 0 15px rgba(255, 204, 0, 0.1);
}

.clf-stat-label {
    color: #999;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.clf-stat-value {
    color: #ffcc00;
    font-size: 32px;
    font-weight: bold;
    text-shadow: 0 0 10px rgba(255, 204, 0, 0.3);
}

.clf-arcade-games {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.clf-game-card {
    background: #1a1a1a;
    border: 2px solid #333;
    border-left: 3px solid #ff4500;
    border-right: 3px solid #ffcc00;
    padding: 25px;
    text-align: center;
    box-shadow: inset 0 0 15px rgba(255, 69, 0, 0.05);
    transition: all 0.3s ease;
}

.clf-game-card:hover {
    border-color: #ff4500;
    box-shadow: 0 0 20px rgba(255, 69, 0, 0.2), inset 0 0 15px rgba(255, 69, 0, 0.1);
}

.clf-game-icon {
    font-size: 48px;
    margin-bottom: 12px;
    display: inline-block;
}

.clf-game-card h3 {
    color: #ffcc00;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-shadow: 0 0 5px rgba(255, 204, 0, 0.2);
}

.clf-game-card p {
    color: #ccc;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.5;
}

.clf-arcade-btn {
    background: linear-gradient(135deg, #ff4500 0%, #ffcc00 100%);
    color: #000;
    border: 2px solid #ff4500;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(255, 69, 0, 0.2);
}

.clf-arcade-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(255, 69, 0, 0.3);
    background: linear-gradient(135deg, #ff6600 0%, #ffff00 100%);
}

.clf-arcade-btn:active {
    transform: scale(0.98);
}

.clf-arcade-note {
    color: #ff4500;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

/* Regisztrációra ösztönző, zárolt Játékzóna nézet a be nem jelentkezett látogatóknak. */
.clf-arcade-locked {
    max-width: 640px;
    margin: 0 auto;
    background: #1a1a1a;
    border: 2px solid #ffcc00;
    box-shadow: 0 0 25px rgba(255, 204, 0, 0.15), inset 0 0 15px rgba(255, 69, 0, 0.06);
    padding: 40px 30px;
    text-align: center;
}

.clf-arcade-locked-icon {
    font-size: 48px;
    margin-bottom: 16px;
}

.clf-arcade-locked-title {
    color: #ffcc00;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.04em;
    text-shadow: 0 0 10px rgba(255, 204, 0, 0.3);
    margin-bottom: 14px;
}

.clf-arcade-locked-text {
    color: #ddd;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 22px;
}

.clf-arcade-benefits {
    list-style: none;
    margin: 0 0 28px;
    padding: 0;
    display: grid;
    gap: 10px;
    text-align: left;
}

.clf-arcade-benefits li {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #121212;
    border-left: 3px solid #ffcc00;
    padding: 12px 14px;
    color: #f2f2f2;
    font-size: 14px;
}

.clf-arcade-benefits li span {
    font-size: 20px;
    line-height: 1;
}

.clf-arcade-benefits li strong {
    color: #ffcc00;
}

.clf-arcade-locked-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

.clf-arcade-locked-actions .clf-arcade-btn {
    display: inline-block;
    text-decoration: none;
}

.clf-arcade-secondary-link {
    color: #ffcc00;
    font-size: 13px;
    letter-spacing: 0.04em;
    text-decoration: underline;
}

.clf-arcade-secondary-link:hover {
    color: #ff4500;
}

/* ======================== LOCATIONS STYLES ======================== */

.clf-locations-container {
    background: #121212;
    color: #f2f2f2;
    padding: 40px 20px;
}

.clf-locations-schedule {
    margin-bottom: 40px;
}

.clf-locations-schedule h2,
.clf-locations-map h2 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ffcc00;
    margin-bottom: 20px;
    text-shadow: 0 0 10px rgba(255, 204, 0, 0.3);
    border-bottom: 2px solid #ff4500;
    padding-bottom: 10px;
}

.clf-schedule-table {
    overflow-x: auto;
}

.clf-schedule-table table {
    width: 100%;
    border-collapse: collapse;
    background: #1a1a1a;
    border: 2px solid #ffcc00;
}

.clf-schedule-table thead {
    background: #0a0a0a;
    border-bottom: 3px solid #ff4500;
}

.clf-schedule-table th {
    color: #ffcc00;
    padding: 12px;
    text-align: left;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-shadow: 0 0 5px rgba(255, 204, 0, 0.2);
}

.clf-schedule-table td {
    color: #ccc;
    padding: 10px 12px;
    border-bottom: 1px solid #333;
    font-size: 14px;
}

.clf-schedule-table tr:hover {
    background: #222;
}

.clf-locations-map {
    margin-top: 40px;
}

.clf-map-container {
    width: 100%;
    height: 400px;
    background: linear-gradient(135deg, #1a1a1a 0%, #0a0a0a 100%);
    border: 3px solid #ffcc00;
    border-right: 3px solid #ff4500;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    box-shadow: inset 0 0 30px rgba(255, 204, 0, 0.05);
}

.clf-map-placeholder {
    text-align: center;
    color: #666;
    font-size: 14px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.clf-contact-info {
    background: #1a1a1a;
    border: 2px solid #333;
    border-left: 3px solid #ffcc00;
    border-right: 3px solid #ff4500;
    padding: 20px;
    box-shadow: inset 0 0 15px rgba(255, 204, 0, 0.05);
}

.clf-contact-info h3 {
    color: #ffcc00;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 12px;
    text-shadow: 0 0 5px rgba(255, 204, 0, 0.2);
}

.clf-contact-info p {
    color: #ccc;
    margin: 8px 0;
    font-size: 14px;
}

.clf-contact-info strong {
    color: #ffcc00;
}

/* ======================== RESPONSIVE STYLES ======================== */

@media (max-width: 900px) {
    .clf-menu-grid,
    .clf-stats-grid,
    .clf-arcade-games {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .clf-etlap-title,
    .clf-arcade-stats h2,
    .clf-locations-schedule h2,
    .clf-locations-map h2 {
        font-size: 18px;
    }

    .clf-menu-grid,
    .clf-stats-grid,
    .clf-arcade-games {
        grid-template-columns: 1fr;
    }

    .clf-map-container {
        height: 250px;
    }

    .clf-etlap-container,
    .clf-arcade-container,
    .clf-locations-container {
        padding: 20px 15px;
    }
}

/* ======================== HOMEPAGE STYLES ======================== */

.clf-home-container {
    background: #121212;
    color: #f2f2f2;
    padding: 40px 20px;
    min-height: calc(100vh - 150px);
}

.clf-home-hero {
    text-align: center;
    margin-bottom: 60px;
    padding: 40px 20px;
    border-bottom: 3px solid #a855f7;
    box-shadow: inset 0 -10px 20px rgba(168, 85, 247, 0.1);
}

.clf-home-badge {
    font-size: 72px;
    display: inline-block;
    margin-bottom: 20px;
    animation: pulse-glow 2s infinite;
}

@keyframes pulse-glow {
    0%, 100% {
        text-shadow: 0 0 10px rgba(255, 204, 0, 0.3), 0 0 20px rgba(255, 69, 0, 0.2);
    }
    50% {
        text-shadow: 0 0 20px rgba(255, 204, 0, 0.6), 0 0 40px rgba(255, 69, 0, 0.4);
    }
}

.clf-home-title {
    font-size: 48px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    background: linear-gradient(135deg, #ffcc00 0%, #ff4500 50%, #a855f7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 12px;
    filter: drop-shadow(0 0 15px rgba(168, 85, 247, 0.4)) drop-shadow(0 0 10px rgba(255, 204, 0, 0.3));
}

.clf-home-subtitle {
    font-size: 18px;
    color: #ccc;
    letter-spacing: 0.05em;
    line-height: 1.6;
    background: linear-gradient(90deg, #ffcc00, #ff4500, #a855f7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.clf-home-menu-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
    max-width: 100%;
    margin: 0 auto 40px;
}

.clf-menu-link-card {
    background: linear-gradient(135deg, #1a0f2e 0%, #0f0f1e 100%);
    border: 3px solid #ffcc00;
    border-right: 3px solid #a855f7;
    border-bottom: 3px solid #ff4500;
    padding: 15px 10px;
    text-align: center;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: inset 0 0 15px rgba(168, 85, 247, 0.05), 0 4px 12px rgba(168, 85, 247, 0.15);
    cursor: pointer;
    min-height: 150px;
}

.clf-menu-link-card:hover {
    border-top: 3px solid #a855f7;
    border-left: 3px solid #ffcc00;
    border-right: 3px solid #ff4500;
    border-bottom: 3px solid #a855f7;
    background: linear-gradient(135deg, #2a1a4e 0%, #1a0f2e 100%);
    transform: translateY(-5px);
    box-shadow: inset 0 0 20px rgba(168, 85, 247, 0.2), 0 8px 24px rgba(168, 85, 247, 0.4), 0 0 20px rgba(255, 69, 0, 0.2);
}

.clf-menu-link-card:active {
    transform: translateY(-2px);
}

.clf-menu-link-icon {
    font-size: 36px;
    margin-bottom: 8px;
    display: inline-block;
    filter: drop-shadow(0 0 8px rgba(168, 85, 247, 0.3));
}

.clf-menu-link-card h3 {
    background: linear-gradient(90deg, #ffcc00 0%, #a855f7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 6px;
    text-shadow: 0 0 10px rgba(255, 204, 0, 0.2);
}

.clf-menu-link-card p {
    color: #a0a0ff;
    font-size: 11px;
    line-height: 1.3;
    margin: 0;
}

.clf-home-footer {
    background: linear-gradient(135deg, #0a0a1a 0%, #1a0a2e 100%);
    border: 2px solid #ffcc00;
    border-right: 2px solid #a855f7;
    border-bottom: 2px solid #ff4500;
    padding: 20px;
    text-align: center;
    box-shadow: inset 0 0 15px rgba(168, 85, 247, 0.1), 0 0 20px rgba(168, 85, 247, 0.15);
    max-width: 1280px;
    margin: 0 auto;
}

.clf-home-footer p {
    background: linear-gradient(90deg, #ffcc00 0%, #ff4500 50%, #a855f7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 14px;
    margin: 8px 0;
    letter-spacing: 0.05em;
    line-height: 1.6;
}

.clf-home-footer strong {
    color: #a855f7;
    text-shadow: 0 0 8px rgba(168, 85, 247, 0.5);
}

@media (max-width: 900px) {
    .clf-home-menu-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .clf-menu-grid,
    .clf-stats-grid,
    .clf-arcade-games {
        grid-template-columns: repeat(2, 1fr);
    }

    .clf-home-title {
        font-size: 36px;
    }
}

@media (max-width: 600px) {
    .clf-home-menu-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .clf-home-container {
        padding: 20px 15px;
    }

    .clf-home-hero {
        padding: 20px 15px;
        margin-bottom: 30px;
    }

    .clf-home-title {
        font-size: 28px;
    }

    .clf-home-subtitle {
        font-size: 14px;
    }

    .clf-home-badge {
        font-size: 48px;
    }

    .clf-menu-link-card {
        min-height: 160px;
        padding: 20px;
    }

    .clf-menu-link-icon {
        font-size: 40px;
        margin-bottom: 10px;
    }

    .clf-menu-link-card h3 {
        font-size: 16px;
    }

    .clf-home-footer p {
        font-size: 12px;
    }

    .clf-etlap-title,
    .clf-arcade-stats h2,
    .clf-locations-schedule h2,
    .clf-locations-map h2 {
        font-size: 18px;
    }

    .clf-menu-grid,
    .clf-stats-grid,
    .clf-arcade-games {
        grid-template-columns: 1fr;
    }

    .clf-map-container {
        height: 250px;
    }

    .clf-etlap-container,
    .clf-arcade-container,
    .clf-locations-container {
        padding: 20px 15px;
    }
}
