:root {
    --ad-void: #15111f;
    --ad-deep-purple: #33204f;
    --ad-midnight-blue: #1f3a5f;
    --ad-mellotron-indigo: #4b5d89;
    --ad-psychedelic-plum: #6f3f70;
    --ad-vinyl-black: #211b24;
    --ad-sleeve-cream: #f1e6c8;
    --ad-aged-paper: #e4d3a3;
    --ad-gold: #d6a84f;
    --ad-gold-hover: #e4bd67;
    --ad-rose: #b65f73;
    --ad-moss: #6f8555;
    --ad-panel: #fbf7ec;
    --ad-white: #ffffff;
    --ad-border: rgba(80, 59, 89, 0.28);
    --ad-shadow: rgba(18, 12, 28, 0.22);
    --ad-font-family: Arial, Helvetica, sans-serif;
    --ad-radius-md: 16px;
    --ad-radius-lg: 18px;

    --ad-body-overlay:
        radial-gradient(circle at top left, rgba(214,168,79,0.28), transparent 28%),
        radial-gradient(circle at top right, rgba(111,63,112,0.38), transparent 30%),
        linear-gradient(rgba(10, 8, 16, 0.68), rgba(10, 8, 16, 0.86));
    --ad-body-gradient: linear-gradient(135deg, var(--ad-void), var(--ad-midnight-blue) 48%, var(--ad-deep-purple));
    --ad-identity-bg:
        linear-gradient(135deg, rgba(21,17,31,0.96), rgba(51,32,79,0.94)),
        radial-gradient(circle at 85% 20%, rgba(214,168,79,0.35), transparent 32%);
    --ad-identity-border: rgba(241,230,200,0.28);
    --ad-identity-text-muted: #eee1c1;
    --ad-logo-bg: rgba(255,255,255,0.08);
    --ad-panel-border: rgba(241,230,200,0.32);
    --ad-panel-header-bg: linear-gradient(135deg, var(--ad-deep-purple), var(--ad-psychedelic-plum));
    --ad-input-bg: #fffaf0;
    --ad-focus-shadow: rgba(214,168,79,0.24);
    --ad-primary-button-text: #2d2110;
    --ad-result-card-bg: #fffaf0;
    --ad-result-card-border: #e4d9bd;
    --ad-cover-placeholder-bg:
        radial-gradient(circle at top left, rgba(214,168,79,0.28), transparent 35%),
        linear-gradient(135deg, #2b2138, #1f3a5f);
    --ad-result-artist: #5f4b67;
    --ad-muted-text: #6f6070;
    --ad-price-bg: #f6e7bd;
    --ad-price-text: #6d4b12;
    --ad-stock-bg: #e2ead5;
    --ad-stock-text: #53673e;
    --ad-theme-pill-bg: #ead8ef;
    --ad-theme-pill-text: var(--ad-psychedelic-plum);
    --ad-promo-bg: #fffaf0;
    --ad-promo-text: #6e3544;
    --ad-warning-bg: #f8e8df;
    --ad-warning-text: #6e3544;
    --ad-footer-bg: rgba(0,0,0,0.55);
    --ad-footer-border: rgba(241,230,200,0.24);
    --ad-footer-text: var(--ad-sleeve-cream);
}
