/*
Theme Name: Pink Passions Luxury Theme
Theme URI: https://pinkpassions.co.za
Author: Pink Passions Digital
Author URI: https://pinkpassions.co.za
Description: Exact web clone of the Pink Passions mobile application. South Africa's premier 18+ adult entertainment directory, verified luxury companion network, live webcam showroom, and WooCommerce adult boutique shop. Features continuous looping video background, responsive mobile & desktop derivation, CamSpace live stream integration, and high-conversion banner advertising placements.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pink-passions
Tags: e-commerce, woocommerce, dark, entertainment, custom-colors, custom-menu, featured-images, full-width-template, responsive-layout, grid-layout
*/

/* Reset & Global Root Variables */
:root {
    --bg-dark: #0A0A0F;
    --bg-card: #12121A;
    --bg-elevated: #1A1A24;
    --bg-variant: #181822;
    --pink-primary: #E91E63;
    --pink-light: #FF4081;
    --pink-dark: #C2185B;
    --pink-glow: rgba(233, 30, 99, 0.25);
    --gold: #FFD700;
    --cyan: #00E5FF;
    --green-online: #00E676;
    --text-white: #FFFFFF;
    --text-light: #E0E0E0;
    --text-muted: #9E9E9E;
    --border-color: #262636;
    --border-pink: rgba(233, 30, 99, 0.4);
    --radius-sm: 8px;
    --radius-md: 14px;
    --radius-lg: 20px;
    --radius-full: 9999px;
    --font-main: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    --bottom-bar-height: 64px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background-color: var(--bg-dark);
    color: var(--text-white);
    font-family: var(--font-main);
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    padding-bottom: 80px;
}

a {
    color: var(--pink-light);
    text-decoration: none;
    transition: color 0.2s ease;
}

a:hover {
    color: #ff80ab;
}

img, video {
    max-width: 100%;
    height: auto;
    display: block;
}
