/* ============================================================
   CUTE SYMBOLS — Complete Redesign
   Drop-in replacement. All class names identical to original.
   ============================================================ */

/* ── TOKENS ── */
:root {
  --bg-mint:      #fdf0f5;          /* warm blush light pink              */
  --bg2:          #fff5f8;
  --text-brown:   #3a2030;
  --accent-coral: #e8557a;          /* deeper rose-pink                   */
  --accent2:      #c470e8;          /* lavender accent                    */
  --accent3:      #f5a050;          /* peach                              */
  --card-border:  rgba(200,120,150,0.18);
  --shadow-sm:    0 2px 12px rgba(200,80,120,0.08);
  --shadow-md:    0 6px 24px rgba(200,80,120,0.13);
  --shadow-lg:    0 12px 48px rgba(200,80,120,0.18);
  --radius:       18px;
  --radius-sm:    12px;
  --radius-pill:  999px;
}

/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'DM Sans', system-ui, -apple-system, sans-serif;
  background: var(--bg-mint);
  color: var(--text-brown);
  min-height: 100vh;
  overflow-x: hidden;
}

/* ── LAYERED BACKGROUND ── */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 55% at 10% 5%,  rgba(232,85,122,0.13) 0%, transparent 65%),
    radial-gradient(ellipse 55% 65% at 90% 80%,  rgba(196,112,232,0.11) 0%, transparent 60%),
    radial-gradient(ellipse 45% 40% at 60% 15%,  rgba(245,160,80,0.09) 0%, transparent 55%),
    radial-gradient(ellipse 80% 80% at 50% 50%,  rgba(253,240,245,1) 0%, transparent 100%);
  pointer-events: none;
  z-index: 0;
}

/* ── SCROLLBAR ── */
::-webkit-scrollbar       { width: 6px; height: 6px; }
::-webkit-scrollbar-track { background: rgba(200,100,140,0.05); }
::-webkit-scrollbar-thumb { background: rgba(232,85,122,0.30); border-radius: 10px; }
::-webkit-scrollbar-thumb:hover { background: var(--accent-coral); }

/* ── WP PLUGIN CONTAINER ── */
#cute-symbols-plugin-container {
  background: var(--bg-mint) !important;
  color: var(--text-brown) !important;
  min-height: 100vh;
  width: 100%;
  margin: 0; padding: 0;
  overflow-x: hidden;
  opacity: 1 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
}

/* ── APP CONTAINER ── */
.app {
  max-width: 820px;
  margin: 0 auto;
  padding: 24px 18px 130px;
  position: relative;
  z-index: 2;
  overflow-x: hidden;
}

/* ══════════════════════════════════════════
   FLOATING EMOJIS
══════════════════════════════════════════ */
.floating-emojis {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.float-emoji {
  position: absolute;
  font-size: 2.2rem;
  opacity: 0.22;
  font-variant-emoji: emoji !important;
  font-family: "Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",sans-serif !important;
  animation: floatBob 12s ease-in-out infinite, floatDrift 18s linear infinite alternate;
  pointer-events: auto;
  cursor: pointer;
  transition: transform 0.2s, opacity 0.2s;
  filter: none !important;
}

.float-emoji:hover { transform: scale(1.4) !important; opacity: 0.7; z-index: 5; }

.float-item-1 { top: 12%; left: 8%;  animation-delay: 0s,   1s;   font-size: 2.8rem; }
.float-item-2 { top: 22%; right:12%; animation-delay: 1.5s, 0s;   font-size: 2.2rem; }
.float-item-3 { top: 48%; left: 4%;  animation-delay: 3s,   2s;   font-size: 2.5rem; }
.float-item-4 { top: 58%; right: 8%; animation-delay: 4.5s, 1.5s; font-size: 3rem;   }
.float-item-5 { top: 78%; left:18%;  animation-delay: 2s,   3s;   font-size: 2.6rem; }
.float-item-6 { top: 83%; right:22%; animation-delay: 0.5s, 4s;   font-size: 2rem;   }
.float-item-7 { top:  4%; left:48%;  animation-delay: 3.5s, 0.5s; font-size: 2.4rem; }
.float-item-8 { top: 38%; right:38%; animation-delay: 1s,   2.5s; font-size: 1.9rem; }

@keyframes floatBob {
  0%,100% { transform: translateY(0)    rotate(0deg);  }
  50%     { transform: translateY(-28px) rotate(8deg); }
}
@keyframes floatDrift {
  0%   { margin-left: 0; }
  100% { margin-left: 30px; }
}

/* ══════════════════════════════════════════
   HEADER
══════════════════════════════════════════ */
.header {
  text-align: center;
  padding: 36px 20px 16px;
  position: relative;
  z-index: 10;
  pointer-events: none;
}

.header-accent {
  font-size: 0.95rem;
  color: rgba(232, 85, 122, 0.55);
  margin: 4px 0 0;
  letter-spacing: 0.12em;
  pointer-events: none;
}

.header-brand,
.header-favicon-link,
.header-favicon {
  display: none;
}

.header-glow { display: none; }

.pre-title {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--accent-coral);
  margin-bottom: 6px;
  opacity: 0.75;
}

.title {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: clamp(1.55rem, 4.5vw, 2.15rem);
  font-weight: 700;
  line-height: 1.25;
  padding-bottom: 0;
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: var(--text-brown);
  background-clip: unset;
  color: var(--text-brown);
  position: relative;
  z-index: 1;
  margin: 0;
  letter-spacing: -0.02em;
}

/* keep link invisible */
.title a { pointer-events: auto; text-decoration: none; color: inherit; -webkit-text-fill-color: inherit; }

.subtitle {
  font-size: 0.88rem;
  font-weight: 400;
  color: rgba(58,32,48,0.5);
  margin-top: 10px;
  letter-spacing: 0.02em;
  position: relative;
  z-index: 1;
}

.floating-emojis {
  display: none;
}

/* ══════════════════════════════════════════
   SEARCH BAR
══════════════════════════════════════════ */
.search-wrap {
  position: relative;
  margin: 0 auto 20px;
  max-width: 520px;
  z-index: 10;
  pointer-events: none;
}

.search-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  pointer-events: none;
  opacity: 0.4;
}

div.search-wrap input#search.search-input {
  pointer-events: auto;
  width: 100% !important;
  padding: 14px 44px 14px 46px !important;
  border: 1.8px solid rgba(232,85,122,0.18) !important;
  border-radius: var(--radius-pill) !important;
  background: rgba(255,255,255,0.82) !important;
  backdrop-filter: blur(14px) !important;
  color: var(--text-brown) !important;
  font-family: 'DM Sans', inherit !important;
  font-size: 0.95rem !important;
  font-weight: 500 !important;
  outline: none !important;
  box-shadow: var(--shadow-sm) !important;
  transition: all 0.25s ease !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

div.search-wrap input#search.search-input::placeholder {
  color: rgba(58,32,48,0.38) !important;
}

div.search-wrap input#search.search-input:focus {
  border-color: var(--accent-coral) !important;
  box-shadow: 0 0 0 4px rgba(232,85,122,0.12), var(--shadow-md) !important;
}

.search-clear {
  pointer-events: auto;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(232,85,122,0.08);
  border: none;
  color: var(--accent-coral);
  font-size: 0.85rem;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 50%;
  display: none;
  transition: all 0.15s;
}

.search-clear:hover  { background: rgba(232,85,122,0.18); }
.search-clear.visible { display: block; }

/* ══════════════════════════════════════════
   CATEGORY PILLS
══════════════════════════════════════════ */
.categories,
.categories--hidden,
.subcategories,
.subcategories--hidden {
  display: none !important;
}

.cat-btn {
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 17px;
  text-decoration: none;
  color: inherit;
  border: 1.5px solid rgba(200,120,150,0.22);
  border-radius: var(--radius-pill);
  background: rgba(255,255,255,0.72);
  backdrop-filter: blur(10px);
  color: rgba(58,32,48,0.70);
  font-family: 'DM Sans', inherit;
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.22s cubic-bezier(0.34,1.56,0.64,1);
  box-shadow: var(--shadow-sm);
  white-space: nowrap;
}

.cat-btn:hover {
  border-color: var(--accent-coral) !important;
  color: var(--accent-coral) !important;
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 6px 20px rgba(232,85,122,0.15) !important;
  background: rgba(255,255,255,0.92) !important;
}

.cat-btn.active,
.cat-btn.active:hover {
  background: linear-gradient(135deg, var(--accent-coral), #f07ba0) !important;
  border-color: transparent !important;
  color: #fff !important;
  box-shadow: 0 6px 20px rgba(232,85,122,0.35) !important;
  transform: translateY(-2px) scale(1.03);
}

.cat-icon { font-size: 1rem; }

/* ══════════════════════════════════════════
   SUBCATEGORY CHIPS
══════════════════════════════════════════ */
.subcategories {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  justify-content: center;
  padding-bottom: 20px;
  min-height: 0;
  position: relative;
  z-index: 10;
  pointer-events: none;
}

.sub-btn {
  pointer-events: auto;
  padding: 6px 14px;
  border: 1.5px solid rgba(200,120,150,0.18);
  border-radius: var(--radius-sm);
  background: rgba(255,255,255,0.55);
  backdrop-filter: blur(6px);
  color: rgba(58,32,48,0.58);
  font-family: 'DM Sans', inherit;
  font-size: 0.80rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.18s ease;
}

.sub-btn:hover {
  background: rgba(232,85,122,0.08) !important;
  border-color: rgba(232,85,122,0.30) !important;
  color: var(--accent-coral) !important;
}

.sub-btn.active,
.sub-btn.active:hover {
  background: rgba(232,85,122,0.14) !important;
  border-color: var(--accent-coral) !important;
  color: var(--accent-coral) !important;
}

/* ══════════════════════════════════════════
   SYMBOLS GRID
══════════════════════════════════════════ */
.symbols-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
  position: relative;
  z-index: 10;
  pointer-events: none;
}

.grid-section-title {
  width: 100%;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--accent-coral);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 10px 0 4px;
  border-bottom: 1.5px solid rgba(232,85,122,0.12);
  margin-top: 8px;
  opacity: 0.80;
}

.symbol {
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  min-width: 54px;
  height: auto;
  width: auto;
  background: rgba(255,255,255,0.80) !important;
  border: 1.5px solid rgba(200,120,150,0.20) !important;
  box-shadow: 0 3px 12px rgba(200,80,120,0.07) !important;
  border-radius: var(--radius-sm) !important;
  font-size: 1.3rem !important;
  color: var(--text-brown) !important;
  -webkit-text-fill-color: initial !important;
  -webkit-background-clip: initial !important;
  background-clip: border-box !important;
  text-shadow: none !important;
  font-variant-emoji: emoji !important;
  font-family: 'DM Sans',"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",sans-serif !important;
  opacity: 1 !important;
  filter: none !important;
  cursor: pointer;
  user-select: none;
  transition: all 0.2s cubic-bezier(0.34,1.56,0.64,1);
  position: relative;
  text-align: center;
  padding: 6px 10px;
  backdrop-filter: blur(8px);
  animation: symbolFadeIn 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes symbolFadeIn {
  0% {
    opacity: 0;
    transform: scale(0.92) translateY(6px);
  }
}

.symbol:hover {
  background: rgba(255,255,255,0.96) !important;
  border-color: var(--accent-coral) !important;
  transform: translateY(-3px) scale(1.08);
  box-shadow: 0 8px 24px rgba(232,85,122,0.22) !important;
  color: var(--accent-coral) !important;
  z-index: 2;
}

.symbol::after {
  content: "📋";
  position: absolute;
  top: 4px;
  right: 4px;
  font-size: 0.65rem;
  opacity: 0;
  transition: opacity 0.18s;
}

.symbol:hover::after { opacity: 0.55; }

.symbol.popular::before {
  content: "POPULAR";
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.42rem;
  font-weight: 800;
  color: var(--accent-coral);
  letter-spacing: 0.06em;
  opacity: 0.75;
  white-space: nowrap;
}

.symbol:active { transform: scale(0.90); transition: transform 0.08s ease; }

.symbol.copied { animation: copyPulse 0.4s ease; }

@keyframes copyPulse {
  0%   { box-shadow: 0 0 0 0   rgba(232,85,122,0.45); }
  60%  { box-shadow: 0 0 0 14px rgba(232,85,122,0);   }
  100% { box-shadow: 0 0 0 0   rgba(232,85,122,0);   }
}

.symbol.long-text {
  font-size: 0.95rem !important;
  padding: 8px 12px;
  word-break: keep-all;
  line-height: 1.25;
}

/* WP plugin overrides */
#cute-symbols-plugin-container .symbol {
  border: 1.5px solid rgba(200,120,150,0.22) !important;
  box-shadow: 0 3px 12px rgba(200,80,120,0.07) !important;
  background: rgba(255,255,255,0.82) !important;
  min-height: 54px !important;
}

#cute-symbols-plugin-container .symbol.popular::before {
  white-space: nowrap !important;
  letter-spacing: normal !important;
}

/* ══════════════════════════════════════════
   EMPTY STATE
══════════════════════════════════════════ */
.empty-state {
  text-align: center;
  padding: 60px 20px;
  color: rgba(58,32,48,0.42);
}

.empty-state.hidden { display: none; }
.hidden { display: none !important; }

.empty-icon {
  font-size: 2.8rem;
  display: block;
  margin-bottom: 14px;
  animation: cuteBounce 1.5s ease-in-out infinite;
}

@keyframes cuteBounce {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-12px) scale(1.08) rotate(4deg); }
}

.empty-state p { font-size: 0.95rem; font-weight: 500; }

/* ══════════════════════════════════════════
   TOAST
══════════════════════════════════════════ */
.toast {
  position: fixed;
  left: 50%;
  bottom: 100px;
  transform: translateX(-50%) translateY(16px);
  background: linear-gradient(135deg, #3a2030, #5a3050);
  color: #fff;
  padding: 11px 26px;
  border-radius: var(--radius-pill);
  font-family: 'DM Sans', inherit;
  font-size: 0.85rem;
  font-weight: 600;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.3s cubic-bezier(0.34,1.56,0.64,1);
  box-shadow: 0 8px 32px rgba(58,32,48,0.30);
  z-index: 2147483647 !important;
  white-space: nowrap;
}

.toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* ══════════════════════════════════════════
   BOTTOM TRAY
══════════════════════════════════════════ */
.bottom-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(253,240,245,0.90) !important;
  backdrop-filter: blur(20px) !important;
  border: none !important;
  border-top: 1.5px solid rgba(232,85,122,0.15) !important;
  box-shadow: 0 -6px 32px rgba(200,80,120,0.10) !important;
  border-radius: 0 !important;
  padding: 10px 16px 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  z-index: 2147483647 !important;
}

.tray-symbols {
  width: 100%;
  max-width: 900px;
  display: flex;
  gap: 5px;
  overflow-x: auto;
  padding: 2px 0;
  min-height: 34px;
  align-items: center;
  scrollbar-width: thin;
}

.tray-symbols::-webkit-scrollbar       { height: 3px; }
.tray-symbols::-webkit-scrollbar-thumb { background: rgba(232,85,122,0.30); border-radius: 10px; }

.tray-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  padding: 0 8px;
  background: rgba(255,255,255,0.88) !important;
  border: 1.5px solid rgba(232,85,122,0.22) !important;
  border-radius: 8px !important;
  font-size: 1.05rem !important;
  color: var(--text-brown) !important;
  cursor: pointer;
  transition: all 0.15s ease;
  flex-shrink: 0;
}

.tray-item:hover {
  background: rgba(232,85,122,0.10) !important;
  border-color: var(--accent-coral) !important;
  transform: scale(1.08);
}

.tray-input-row {
  width: 100%;
  max-width: 900px;
  display: flex;
  gap: 10px;
  align-items: stretch;
}

.tray-input-wrapper {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
}

.tray-input {
  width: 100% !important;
  height: 40px !important;
  padding: 0 36px 0 14px !important;
  border-radius: var(--radius-pill) !important;
  border: 1.5px solid rgba(232,85,122,0.22) !important;
  font-size: 1rem !important;
  font-family: 'DM Sans', inherit !important;
  color: var(--text-brown) !important;
  background: rgba(255,255,255,0.88) !important;
  outline: none !important;
  box-sizing: border-box !important;
  transition: border-color 0.2s !important;
}

.tray-input:focus {
  border-color: var(--accent-coral) !important;
  box-shadow: 0 0 0 3px rgba(232,85,122,0.12) !important;
}

.tray-input::placeholder { color: rgba(58,32,48,0.35) !important; }

.tray-clear-icon {
  position: absolute;
  right: 12px;
  background: transparent !important;
  border: none !important;
  color: var(--accent-coral) !important;
  font-size: 1.1rem !important;
  font-weight: 400 !important;
  cursor: pointer;
  padding: 4px;
  transition: transform 0.2s, opacity 0.2s;
  line-height: 1;
  opacity: 0.6;
}

.tray-clear-icon:hover { transform: scale(1.2); opacity: 1; }

.tray-copy-black {
  padding: 0 26px !important;
  border-radius: var(--radius-pill) !important;
  background: linear-gradient(135deg, #3a2030, #5a3050) !important;
  border: none !important;
  color: #fff !important;
  font-family: 'DM Sans', inherit !important;
  font-size: 0.88rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  cursor: pointer;
  transition: all 0.22s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  white-space: nowrap;
}

.tray-copy-black:hover {
  background: linear-gradient(135deg, var(--accent-coral), #f07ba0) !important;
  transform: scale(1.04);
  box-shadow: 0 6px 20px rgba(232,85,122,0.35) !important;
}

.tray-copy-black:active { transform: scale(0.97); }

/* ══════════════════════════════════════════
   FEEDBACK BUTTON & MODAL
══════════════════════════════════════════ */
.feedback-btn {
  position: fixed;
  bottom: 110px;
  right: 16px;
  background: rgba(255,255,255,0.80);
  backdrop-filter: blur(12px);
  border: 1.5px solid rgba(232,85,122,0.22);
  color: rgba(58,32,48,0.70);
  padding: 9px 18px;
  border-radius: var(--radius-pill);
  font-size: 0.82rem;
  font-family: 'DM Sans', inherit;
  font-weight: 600;
  cursor: pointer;
  box-shadow: var(--shadow-sm);
  transition: all 0.2s ease;
  z-index: 200;
}

.feedback-btn:hover {
  border-color: var(--accent-coral);
  color: var(--accent-coral);
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 6px 18px rgba(232,85,122,0.18);
}

.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(58,32,48,0.45);
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  padding: 16px;
}

.modal-overlay:not(.hidden) { opacity: 1; pointer-events: auto; }

.modal-content {
  background: #fff9fb;
  border: 1.5px solid rgba(232,85,122,0.18);
  box-shadow: var(--shadow-lg);
  border-radius: var(--radius);
  width: 100%;
  max-width: 440px;
  padding: 32px;
  transform: translateY(20px) scale(0.97);
  transition: transform 0.3s cubic-bezier(0.175,0.885,0.32,1.275);
}

.modal-overlay:not(.hidden) .modal-content { transform: translateY(0) scale(1); }

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.modal-header h2 {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--text-brown);
  margin: 0;
}

.modal-close {
  background: rgba(232,85,122,0.06);
  border: none;
  color: rgba(58,32,48,0.55);
  font-size: 1rem;
  cursor: pointer;
  padding: 6px 10px;
  border-radius: 50%;
  transition: all 0.2s;
}

.modal-close:hover { background: rgba(232,85,122,0.12); color: var(--accent-coral); }

.modal-subtitle {
  font-size: 0.88rem;
  color: rgba(58,32,48,0.55);
  margin-bottom: 22px;
  line-height: 1.5;
  font-weight: 400;
}

.feedback-form .form-group { margin-bottom: 16px; text-align: left; }

.feedback-form label {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  margin-bottom: 7px;
  color: rgba(58,32,48,0.70);
  letter-spacing: 0.03em;
}

.feedback-form select,
.feedback-form textarea,
.feedback-form input {
  width: 100%;
  background: rgba(232,85,122,0.04);
  border: 1.5px solid rgba(232,85,122,0.16);
  border-radius: var(--radius-sm);
  padding: 11px 14px;
  color: var(--text-brown);
  font-family: 'DM Sans', inherit;
  font-size: 0.93rem;
  font-weight: 500;
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
}

.feedback-form select:focus,
.feedback-form textarea:focus,
.feedback-form input:focus {
  border-color: var(--accent-coral);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(232,85,122,0.10);
}

.feedback-form textarea { resize: vertical; min-height: 80px; }

.feedback-form select {
  appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23e8557a" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-color: rgba(232,85,122,0.04);
}

.modal-actions { margin-top: 22px; }

.submit-btn {
  width: 100%;
  padding: 13px;
  background: linear-gradient(135deg, var(--accent-coral), #f07ba0);
  color: #fff;
  border: none;
  border-radius: var(--radius-sm);
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  font-family: 'DM Sans', inherit;
  transition: all 0.22s ease;
  box-shadow: 0 4px 14px rgba(232,85,122,0.30);
}

.submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(232,85,122,0.40);
}

/* ══════════════════════════════════════════
   SEO CONTAINER
══════════════════════════════════════════ */
.seo-container {
  max-width: 100%;
  margin: 24px auto 30px;
  padding: 22px 26px;
  background: rgba(255,255,255,0.72);
  backdrop-filter: blur(10px);
  border: 1.5px solid rgba(232,85,122,0.14);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  color: var(--text-brown);
  font-size: 0.93rem;
  font-family: 'DM Sans', sans-serif !important;
  line-height: 1.65;
  display: none;
  text-align: left;
  position: relative;
  z-index: 10;
}

.seo-container p { margin-bottom: 12px; }
.seo-container p:last-child { margin-bottom: 0; }

.seo-intro {
  margin-bottom: 20px;
}

.seo-info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 8px;
}

.seo-info-card {
  background: rgba(255, 255, 255, 0.88);
  border: 1.5px solid rgba(232, 85, 122, 0.14);
  border-radius: 16px;
  padding: 18px 16px;
  box-shadow: 0 4px 16px rgba(180, 142, 218, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.seo-info-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(232, 85, 122, 0.12);
}

.seo-info-meaning { border-top: 3px solid #b48eda; }
.seo-info-how     { border-top: 3px solid #e8557a; }
.seo-info-where   { border-top: 3px solid #6db898; }

.seo-info-title {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--text-brown);
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.seo-info-meaning .seo-info-title::before { content: none !important; display: none !important; }
.seo-info-how .seo-info-title::before     { content: none !important; display: none !important; }
.seo-info-where .seo-info-title::before   { content: none !important; display: none !important; }

.seo-info-title::before {
  display: none !important;
}

.seo-info-icon {
  display: none;
}

.seo-info-body p {
  font-size: 0.86rem;
  line-height: 1.6;
  color: rgba(58, 32, 48, 0.72);
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .seo-info-grid {
    grid-template-columns: 1fr;
  }
}

/* ══════════════════════════════════════════
   WP EMOJI FIXES
══════════════════════════════════════════ */
#cute-symbols-plugin-container img.emoji,
.floating-emojis img.emoji,
.symbol img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1.1em !important;
  width: 1.1em !important;
  margin: 0 .05em !important;
  vertical-align: -0.15em !important;
  background: none !important;
  padding: 0 !important;
  opacity: 1 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
  transform: none !important;
  -webkit-filter: none !important;
  outline: none !important;
  clip-path: none !important;
  border-radius: 0 !important;
}

.float-emoji {
  color: inherit !important;
  -webkit-text-stroke: 0px transparent !important;
  text-shadow: none !important;
}

/* ══════════════════════════════════════════
   RESPONSIVE — MOBILE FIRST
══════════════════════════════════════════ */
@media (max-width: 600px) {
  .app            { padding: 16px 12px 120px; }
  .header         { padding: 32px 14px 18px; }
  .title          { font-size: 2.4rem; }
  .subtitle       { font-size: 0.78rem; }
  .symbols-grid   { gap: 6px; }
  .symbol         { min-height: 48px; min-width: 48px; font-size: 1.1rem !important; padding: 6px 8px; }
  .cat-btn        { padding: 9px 14px; font-size: 0.78rem; min-height: 44px; }
  .sub-btn        { padding: 8px 14px; min-height: 40px; }
  .bottom-bar     { padding: 8px 10px 12px; }
  .feedback-btn   { bottom: 106px; right: 10px; padding: 8px 14px; font-size: 0.78rem; }
  .seo-container  { padding: 16px 18px; font-size: 0.88rem; }
  .tray-input     { font-size: 0.9rem !important; }
}

@media (max-width: 400px) {
  .title          { font-size: 2rem; }
  .categories     { gap: 6px; }
  .cat-btn        { padding: 8px 11px; font-size: 0.74rem; gap: 4px; }
  .symbol         { min-height: 44px; min-width: 44px; font-size: 1rem !important; }
}

/* ══════════════════════════════════════════
   PERFORMANCE — REDUCE MOTION
══════════════════════════════════════════ */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .float-emoji { animation: none !important; }
}

/* ══════════════════════════════════════════
   PERFORMANCE — CONTENT VISIBILITY
══════════════════════════════════════════ */
.seo-container {
  content-visibility: auto;
  contain-intrinsic-size: 0 200px;
}

.symbols-grid {
  contain: layout style;
}

.modal-overlay.hidden {
  content-visibility: hidden;
}

/* ══════════════════════════════════════════
   TOUCH TARGET — MIN 44px (Google CWV)
══════════════════════════════════════════ */
.cat-btn,
.sub-btn,
.symbol,
.search-clear,
.tray-item,
.tray-clear-icon,
.tray-copy-black,
.feedback-btn,
.modal-close,
.submit-btn {
  min-height: 44px;
  min-width: 44px;
}

/* ══════════════════════════════════════════
   CLS PREVENTION — RESERVE SPACE
══════════════════════════════════════════ */
.categories {
  min-height: 50px;
}

.symbols-grid {
  min-height: 100px;
}

#seo-container {
  min-height: 0;
}


/* ------------------------------------------
   AESTHETIC THEME (SECONDARY PAGE)
   Used via [cute_symbols theme="aesthetic"]
------------------------------------------ */
.theme-aesthetic {
  --bg-mint:      linear-gradient(135deg, #f3f0f8 0%, #fdf0f5 50%, #f0f5f1 100%);
  --bg2:          rgba(255, 255, 255, 0.6);
  --text-brown:   #2e2640;
  --accent-coral: #b48eda;          /* Soft lavender primary */
  --accent2:      #e8557a;          /* Rose pink accent */
  --accent3:      #6db898;          /* Sage mint accent */
  --card-border:  rgba(180, 142, 218, 0.25);
  --shadow-sm:    0 4px 15px rgba(180, 142, 218, 0.12);
  --shadow-md:    0 8px 30px rgba(180, 142, 218, 0.18);
  --shadow-lg:    0 15px 50px rgba(180, 142, 218, 0.25);
}

/* Background gradient animation for aesthetic theme */
.theme-aesthetic::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background: linear-gradient(-45deg, #fdf0f5, #f3f0f8, #f0f5f1, #fdf8f0);
  background-size: 400% 400%;
  animation: aestheticBg 15s ease infinite;
}

@keyframes aestheticBg {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.theme-aesthetic .app {
  background: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.theme-aesthetic .symbol,
.theme-aesthetic .cat-btn,
.theme-aesthetic .sub-btn,
.theme-aesthetic .search-input {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
}

/* ══════════════════════════════════════════
   WP EMOJI FIXES
══════════════════════════════════════════ */
#cute-symbols-plugin-container img.emoji,
.floating-emojis img.emoji,
.symbol img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1.1em !important;
  width: 1.1em !important;
  margin: 0 .05em !important;
  vertical-align: -0.15em !important;
  background: none !important;
  padding: 0 !important;
  opacity: 1 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
  transform: none !important;
  -webkit-filter: none !important;
  outline: none !important;
  clip-path: none !important;
  border-radius: 0 !important;
}

.float-emoji {
  color: inherit !important;
  -webkit-text-stroke: 0px transparent !important;
  text-shadow: none !important;
}

/* ══════════════════════════════════════════
   RESPONSIVE — MOBILE FIRST
══════════════════════════════════════════ */
@media (max-width: 600px) {
  .app            { padding: 16px 12px 120px; }
  .header         { padding: 32px 14px 18px; }
  .title          { font-size: 2.4rem; }
  .subtitle       { font-size: 0.78rem; }
  .symbols-grid   { gap: 6px; }
  .symbol         { min-height: 48px; min-width: 48px; font-size: 1.1rem !important; padding: 6px 8px; }
  .cat-btn        { padding: 9px 14px; font-size: 0.78rem; min-height: 44px; }
  .sub-btn        { padding: 8px 14px; min-height: 40px; }
  .bottom-bar     { padding: 8px 10px 12px; }
  .feedback-btn   { bottom: 106px; right: 10px; padding: 8px 14px; font-size: 0.78rem; }
  .seo-container  { padding: 16px 18px; font-size: 0.88rem; }
  .tray-input     { font-size: 0.9rem !important; }
}

@media (max-width: 400px) {
  .title          { font-size: 2rem; }
  .categories     { gap: 6px; }
  .cat-btn        { padding: 8px 11px; font-size: 0.74rem; gap: 4px; }
  .symbol         { min-height: 44px; min-width: 44px; font-size: 1rem !important; }
}

/* ══════════════════════════════════════════
   PERFORMANCE — REDUCE MOTION
══════════════════════════════════════════ */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .float-emoji { animation: none !important; }
}

/* ══════════════════════════════════════════
   PERFORMANCE — CONTENT VISIBILITY
══════════════════════════════════════════ */
.seo-container {
  content-visibility: auto;
  contain-intrinsic-size: 0 200px;
}

.symbols-grid {
  contain: layout style;
}

.modal-overlay.hidden {
  content-visibility: hidden;
}

/* ══════════════════════════════════════════
   TOUCH TARGET — MIN 44px (Google CWV)
══════════════════════════════════════════ */
.cat-btn,
.sub-btn,
.symbol,
.search-clear,
.tray-item,
.tray-clear-icon,
.tray-copy-black,
.feedback-btn,
.modal-close,
.submit-btn {
  min-height: 44px;
  min-width: 44px;
}

/* ══════════════════════════════════════════
   CLS PREVENTION — RESERVE SPACE
══════════════════════════════════════════ */
.categories {
  min-height: 50px;
}

.symbols-grid {
  min-height: 100px;
}

#seo-container {
  min-height: 0;
}


/* ------------------------------------------
   AESTHETIC THEME (SECONDARY PAGE)
   Used via [cute_symbols theme="aesthetic"]
------------------------------------------ */
.theme-aesthetic {
  --bg-mint:      linear-gradient(135deg, #f3f0f8 0%, #fdf0f5 50%, #f0f5f1 100%);
  --bg2:          rgba(255, 255, 255, 0.6);
  --text-brown:   #2e2640;
  --accent-coral: #b48eda;          /* Soft lavender primary */
  --accent2:      #e8557a;          /* Rose pink accent */
  --accent3:      #6db898;          /* Sage mint accent */
  --card-border:  rgba(180, 142, 218, 0.25);
  --shadow-sm:    0 4px 15px rgba(180, 142, 218, 0.12);
  --shadow-md:    0 8px 30px rgba(180, 142, 218, 0.18);
  --shadow-lg:    0 15px 50px rgba(180, 142, 218, 0.25);
}

/* Background gradient animation for aesthetic theme */
.theme-aesthetic::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background: linear-gradient(-45deg, #fdf0f5, #f3f0f8, #f0f5f1, #fdf8f0);
  background-size: 400% 400%;
  animation: aestheticBg 15s ease infinite;
}

@keyframes aestheticBg {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.theme-aesthetic .app {
  background: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.theme-aesthetic .symbol,
.theme-aesthetic .cat-btn,
.theme-aesthetic .sub-btn,
.theme-aesthetic .search-input {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
}

/* ══════════════════════════════════════════
   SITE FOOTER
══════════════════════════════════════════ */
.site-footer {
  position: relative;
  z-index: 50;
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 182, 210, 0.35) 0%, transparent 42%),
    radial-gradient(circle at 88% 75%, rgba(180, 142, 218, 0.28) 0%, transparent 40%),
    linear-gradient(180deg, rgba(255,255,255,0.82) 0%, rgba(253,240,245,0.98) 100%);
  border-top: 1px solid rgba(232, 85, 122, 0.12);
  color: var(--text-brown);
  font-family: 'DM Sans', sans-serif;
  margin-top: 48px;
  padding-bottom: 90px;
  overflow: hidden;
}

.site-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--accent-coral), var(--accent2), var(--accent3), var(--accent-coral));
  opacity: 0.85;
}

.site-footer::after {
  display: none;
}

.footer-float {
  position: absolute;
  font-size: 1.1rem;
  opacity: 0.22;
  pointer-events: none;
  animation: footerFloat 7s ease-in-out infinite;
}

.footer-float--1 { top: 18%; left: 6%; color: #e8557a; animation-delay: 0s; }
.footer-float--2 { top: 28%; right: 8%; color: #b48eda; animation-delay: 1.2s; }
.footer-float--3 { bottom: 32%; left: 10%; color: #6db898; animation-delay: 2.4s; }
.footer-float--4 { bottom: 22%; right: 6%; color: #e8557a; animation-delay: 0.8s; }

@keyframes footerFloat {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-8px) rotate(8deg); }
}

.footer-deco {
  text-align: center;
  font-size: 0.95rem;
  letter-spacing: 0.18em;
  color: rgba(232, 85, 122, 0.45);
  margin: 0 0 24px;
}

.footer-logo-sparkle {
  display: inline-block;
  animation: sparklePulse 2.5s ease-in-out infinite;
}

@keyframes sparklePulse {
  0%, 100% { transform: scale(1) rotate(0deg); opacity: 1; }
  50% { transform: scale(1.15) rotate(12deg); opacity: 0.85; }
}

.footer-inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 40px 24px 28px;
  position: relative;
  z-index: 1;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 32px;
  align-items: start;
  margin-bottom: 32px;
}

.footer-logo-text {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--text-brown);
  text-decoration: none;
  letter-spacing: -0.02em;
  display: inline-block;
  margin-bottom: 10px;
  transition: color 0.2s ease;
}

.footer-logo-text:hover {
  color: var(--accent-coral);
}

.footer-tagline {
  font-size: 0.9rem;
  line-height: 1.65;
  color: rgba(58, 32, 48, 0.62);
  max-width: 420px;
  margin-bottom: 16px;
}

.footer-nav-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.footer-heading {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(58, 32, 48, 0.45);
  margin-bottom: 10px;
  padding-bottom: 0;
}

.footer-heading::before {
  content: '♡ ';
  color: var(--accent2);
  opacity: 0.7;
}

.footer-heading::after {
  display: none;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-links li a {
  color: rgba(58, 32, 48, 0.78);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  transition: color 0.2s ease;
}

.footer-links li a::before {
  display: none;
}

.footer-links li a:hover {
  color: var(--accent-coral);
  padding-left: 0;
}

.footer-categories-wrap {
  padding: 24px 20px 8px;
  border-top: 1px dashed rgba(232, 85, 122, 0.22);
  background: rgba(255, 255, 255, 0.45);
  border-radius: 20px;
  margin-top: 8px;
}

.footer-categories-title {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(58, 32, 48, 0.45);
  margin-bottom: 14px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.footer-cat-cloud {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.footer-cat-pill {
  display: inline-block;
  padding: 7px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(253,240,245,0.9) 100%);
  border: 1px solid rgba(232, 85, 122, 0.18);
  color: rgba(58, 32, 48, 0.78);
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.22s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 2px 8px rgba(200, 80, 120, 0.06);
}

.footer-cat-pill:nth-child(3n+1) { border-color: rgba(180, 142, 218, 0.28); }
.footer-cat-pill:nth-child(3n+2) { border-color: rgba(232, 85, 122, 0.24); }
.footer-cat-pill:nth-child(3n)   { border-color: rgba(109, 184, 152, 0.28); }

.footer-cat-pill:hover {
  background: #fff;
  border-color: var(--accent-coral);
  color: var(--accent-coral);
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(232, 85, 122, 0.12);
}

.footer-bottom {
  border-top: 1px solid rgba(232, 85, 122, 0.1);
  text-align: center;
  padding: 14px 24px 16px;
  background: rgba(255, 255, 255, 0.55);
  position: relative;
  z-index: 1;
}

.footer-bottom-deco {
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  color: rgba(232, 85, 122, 0.35);
  margin: 0 0 6px;
}

.footer-bottom p {
  font-size: 0.82rem;
  color: rgba(58, 32, 48, 0.5);
  font-weight: 400;
}

.footer-bottom strong {
  color: var(--accent-coral);
  font-weight: 700;
  background: none;
  -webkit-text-fill-color: var(--accent-coral);
}

.footer-bottom-socials {
  display: none;
}

.footer-brand {
  display: flex;
  flex-direction: column;
}

.footer-col-categories .footer-links {
  max-height: none;
  overflow: visible;
}

@media (max-width: 700px) {
  .footer-top {
    grid-template-columns: 1fr;
    gap: 24px;
    text-align: center;
  }

  .footer-tagline {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-socials {
    justify-content: center;
  }

  .footer-nav-cols {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 400px) {
  .footer-nav-cols {
    grid-template-columns: 1fr;
  }
}

/* ── SOCIAL LINKS AT THE TOP ── */
.top-socials {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 2px;
  pointer-events: auto;
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  border: 1.5px solid rgba(200, 120, 150, 0.18);
  color: rgba(58, 32, 48, 0.65);
  transition: all 0.22s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: var(--shadow-sm);
  text-decoration: none;
}

.social-link:hover {
  transform: translateY(-2px) scale(1.08);
  background: #fff;
  border-color: var(--accent-coral);
  color: var(--accent-coral);
  box-shadow: 0 6px 18px rgba(232, 85, 122, 0.18);
}

.social-svg {
  transition: transform 0.2s ease;
}

.social-link:hover .social-svg {
  transform: scale(1.1);
}

.footer-socials {
  display: flex;
  gap: 10px;
  margin-top: 14px;
  justify-content: flex-start;
}

@media (max-width: 700px) {
  .footer-socials {
    justify-content: center;
  }
}

/* Internal linking — simple text links like cutesymbols.me */
.internal-links {
  max-width: 980px;
  margin: 32px auto 0;
  padding: 0 20px 16px;
}

.internal-links-section {
  margin-bottom: 20px;
  text-align: center;
}

.internal-links-heading {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(58, 32, 48, 0.42);
  margin-bottom: 10px;
}

.internal-links-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 4px;
}

.internal-link-card {
  display: inline;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  color: rgba(58, 32, 48, 0.72);
  font-size: 0.88rem;
  font-weight: 500;
  transition: color 0.2s ease;
  box-shadow: none;
}

.internal-link-card + .internal-link-card::before {
  content: ' · ';
  color: rgba(232, 85, 122, 0.35);
  margin: 0 2px;
  pointer-events: none;
  text-decoration: none;
  display: inline;
}

.internal-link-card:not(:last-child)::after {
  content: none;
}

.internal-link-card:hover {
  transform: none;
  border-color: transparent;
  box-shadow: none;
  color: var(--accent-coral);
  text-decoration: underline;
}

.internal-link-card.is-current {
  background: none;
  border-color: transparent;
  color: var(--accent-coral);
  font-weight: 700;
}

.internal-link-icon {
  display: none;
}
