:root { --bricks-color-grey-100: #f5f5f5; --bricks-color-grey-300: #e0e0e0; --bricks-color-grey-500: #9e9e9e; --bricks-color-grey-700: #616161; --bricks-color-grey-800: #424242; --bricks-color-grey-900: #212121; --bricks-color-yellow: #ffeb3b; --bricks-color-amber: #ffc107; --bricks-color-orange: #ff9800; --bricks-color-deep-orange: #ff5722; --bricks-color-red: #f44336; --bricks-color-purple: #9c27b0; --bricks-color-blue: #2196f3; --bricks-color-light-blue: #03a9f4; --bricks-color-sky-blue: #81D4FA; --bricks-color-green: #4caf50; --bricks-color-light-green: #8bc34a; --bricks-color-lime: #cddc39; --BGMain: #0A1628; --bg-section: #0F1B2E; --bg-card: #142235; --bg-input: #060E1A; --gold: #C9A961; --gold-hover: #E5C687; --bg-section-d-1: #0e192a; --bg-section-d-2: #0c1626; --bg-section-d-3: #0b1421; --bg-section-d-4: #0a111d; --bg-section-d-5: #080f19; --bg-section-d-6: #070c15; --bg-section-d-7: #050a11; --bg-section-d-8: #04070d; --bg-section-d-9: #030508; --bg-section-d-10: #010204; --gold-highlight: #F0E5D1; --text-primary: #E8E5DE; --text-muted: #A8A8A8; --text-dark: #0A1628; --border: #C9A961; --border-t-1: hsla(42, 49%, 58%, 0.25); --border-t-2: hsla(42, 49%, 58%, 0.5); --border-t-3: hsla(42, 49%, 58%, 0.75); --text-2xs: clamp(0.82rem, calc(0.00018518518518518534 * (100vw - 36rem) + 0.82rem), 0.84rem); --text-xs: clamp(1.02rem, calc(0.0010185185185185173 * (100vw - 36rem) + 1.02rem), 1.13rem); --text-s: clamp(1.28rem, calc(0.002037037037037037 * (100vw - 36rem) + 1.28rem), 1.5rem); --text-m: clamp(1.6rem, calc(0.003703703703703703 * (100vw - 36rem) + 1.6rem), 2rem); --text-l: clamp(2rem, calc(0.0062037037037037035 * (100vw - 36rem) + 2rem), 2.67rem); --text-xl: clamp(2.5rem, calc(0.00972222222222222 * (100vw - 36rem) + 2.5rem), 3.55rem); --text-2xl: clamp(3.13rem, calc(0.014907407407407411 * (100vw - 36rem) + 3.13rem), 4.74rem);}.text-BGMain { color: var(--BGMain); }.bg-bg-section { background-color: var(--bg-section); }.bg-bg-section-d-1 { background-color: var(--bg-section-d-1); }.bg-bg-section-d-2 { background-color: var(--bg-section-d-2); }.bg-bg-section-d-3 { background-color: var(--bg-section-d-3); }.bg-bg-section-d-4 { background-color: var(--bg-section-d-4); }.bg-bg-section-d-5 { background-color: var(--bg-section-d-5); }.bg-bg-section-d-6 { background-color: var(--bg-section-d-6); }.bg-bg-section-d-7 { background-color: var(--bg-section-d-7); }.bg-bg-section-d-8 { background-color: var(--bg-section-d-8); }.bg-bg-section-d-9 { background-color: var(--bg-section-d-9); }.bg-bg-section-d-10 { background-color: var(--bg-section-d-10); }.text-bg-card { color: var(--bg-card); }.text-bg-input { color: var(--bg-input); }.outline-gold { outline-color: var(--gold); }.outline-gold-hover { outline-color: var(--gold-hover); }