/*
Theme Name: Claude Futures
Theme URI: https://claudesv.com
Description: Claude Futures — AI-driven Binance Futures robot landing site with WooCommerce checkout support. Binance-themed, fully responsive.
Author: Omid
Version: 1.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: claudefutures
WC requires at least: 6.0
WC tested up to: 9.0
*/

/* All visual CSS is inlined in header.php <style> for pixel-parity with the original design.
   This file is required by WordPress for theme metadata. WooCommerce checkout/cart inherit
   the site colors via the variables below. */

:root{--bg:#0b0e11;--panel:#181a20;--line:#2b3139;--ink:#eaecef;--dim:#848e9c;--gold:#f0b90b;--green:#0ecb81;--red:#f6465d}

/* Light WooCommerce theming so checkout/cart match the brand */
.woocommerce, .woocommerce-page{color:var(--ink)}
.woocommerce .button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit,
.woocommerce a.button, .woocommerce-page .button, .wc-block-components-button{
  background:var(--gold)!important;color:#12151c!important;border-radius:9px!important;font-weight:700!important;border:none!important
}
.woocommerce .button:hover, .woocommerce a.button:hover{background:#f8d33a!important}
.woocommerce-checkout, .woocommerce-cart{max-width:960px;margin:0 auto;padding:40px 20px 70px}
.woocommerce form .form-row input.input-text, .woocommerce-page form .form-row input.input-text,
.woocommerce .select2-container, .wc-block-components-text-input input{
  background:var(--panel)!important;border:1px solid var(--line)!important;color:var(--ink)!important;border-radius:8px!important
}
.woocommerce-info, .woocommerce-message{border-top-color:var(--gold)!important}
.woocommerce table.shop_table, .woocommerce .cart-collaterals .cart_totals{border-color:var(--line)!important}
