/* Theme: Light Pink — color palette only.
   No selectors beyond this one wrapper: layout.css (loaded separately,
   always active) provides all structural CSS and already references
   these variables via var(--name).

   The twin of the Android app's Light Pink theme, generated from its palette in
   theme/Theme.kt (docs/THEMES.md there maps every variable). Its gamja half
   is in gamja/style.css; tools/theme-port-check.py checks both against it. */
[data-theme="light-pink"] {
    --primary: #d5427e;
    --primary-dark: #b92f6e;
    --primary-glow: #d5427e;
    --secondary: #955e76;
    --danger: #c62828;
    --warning: #d97706;
    --dark: #ffe9f2;
    --darker: #fff3f8;
    --light: #f8d1e2;
    --gray: #532236;
    --gray-light: #955e76;
    --border: #f4d2e1;
    --shadow: rgba(213, 66, 126, 0.2);
    --shadow-lg: rgba(213, 66, 126, 0.35);
    --glow: none;
    --glow-strong: none;
    --chat-font-size: 13px;
    --own-bg: #fce5ee;
    --own-highlighted-bg: #f8d1e2;
    --black: #f9d6e5;
    --on-accent: #ffffff;
    --on-danger: #fff;
    --alert: #c62828;
    --dm-alert: #6a4c93;
    --alert-bg: rgba(198, 40, 40, 0.15);
    --alert-ring: rgba(198, 40, 40, 0.25);
    --danger-bg: #fde4e4;
    --danger-bg-hover: #f6cdcd;
    --surface-active: #ffeef5;
    --glow-bg: #f9d6e5;
    --btn-primary-hover-bg: #b92f6e;
    --btn-primary-active-bg: #98275a;
    --placeholder: #c497ab;
    --tile-bg: #fff3f8;
    --bar-inactive: #ebb0cc;
    --stat-label: #955e76;
    --muted-text: #ab768d;
    --me-label: #532236;
    --mod-crown: #92400e;
    --owner-crown: #b8860b;
    --stickam-active: #532236;
    --logo-glow: rgba(213, 66, 126, 0.5);
    --logo-shadow: rgba(0, 0, 0, 0.8);
    --overlay-shadow: rgba(255, 255, 255, 0.8);
    --overlay-shadow-size: 6px;
    --overlay-text-color: #fff;
    --overlay-text-shadow: rgba(0, 0, 0, 0.8);
    --icon-invert: 1;
    --warning-bg: #fadbd6;
    --warning-glow: rgba(217, 119, 6, 0.25);
    --mic-warning-bg: rgba(198, 40, 40, 0.15);
    --hotmic-glow: rgba(198, 40, 40, 0.4);
    --hotmic-glow-peak: rgba(198, 40, 40, 0.75);
    --hotmic-ambient-shadow: rgba(0,0,0,0.6);
    --hotmic-text: #591212;
    --hotmic-text-strong: #941e1e;
    --hotmic-action-hover-bg: #cd4242;
    --card-inset-glow: rgba(213, 66, 126, 0.12);
    --menu-glow: rgba(213, 66, 126, 0.22);
    --success-bg: rgba(0, 121, 107, 0.15);
    --tooltip-bg: #ffecf4;
    --slider-track-bg: rgba(0, 0, 0, 0.8);
    --overlay-scrim: rgba(0, 0, 0, 0.55);
    --controls-gradient-scrim: rgba(0,0,0,0.75);
    --ff-alert-bg: #f6cdcd;
    --ff-alert-text: #c62828;
    --ff-alert-border: #c62828;
    --ff-alert-shadow: rgba(198, 40, 40, 0.2);
    --ff-note-bg: #fadbd6;
    --ff-note-text: #d97706;
    --ff-note-border: #d97706;
    --tag-open: #955e76;
    --tag-irc: #b92f6e;
    --room-hover-shadow: rgba(0, 0, 0, 0.4);
    --modal-scrim: rgba(0,0,0,0.95);
    --panel-shadow: rgba(0, 0, 0, 0.7);
    --icon-hover-bg: rgba(213, 66, 126, 0.15);
    --float-panel-bg: #ffecf4;
    --float-panel-border: rgba(255, 255, 255, 0.1);
    --float-titlebar-bg: #fff3f8;
    --icon-outline: #ffeef5;
    --icon-border: rgba(255, 255, 255, 0.12);
    --icon-color: #532236;
    --text: #532236;
    --header-bg: #f4bcd4;
}
