/* =========================================================
   Pôvodné spoločné štýly z assets/styles.css
   ========================================================= */
.navbar-blur {
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--glass-border);
}

.fw-black { font-weight: 900; letter-spacing: -.04em; }

.brand-dot {
  display: inline-block;
  width: 12px; height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--pink), var(--blue));
  margin-right: 8px;
  box-shadow: 0 0 12px rgba(255, 0, 80, 0.5);
}

.hero {
  padding: 70px 0 35px;
}

.hero-title {
  font-size: clamp(2.4rem, 7vw, 5.6rem);
  line-height: .94;
  letter-spacing: -.07em;
  font-weight: 950;
}

.text-gradient {
  background: linear-gradient(135deg, var(--pink), var(--blue));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.glass-card {
  background: var(--card);
  border: 1px solid var(--glass-border);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(18px);
}

.rounded-5 { border-radius: 2rem !important; }

.btn-main {
  background: linear-gradient(135deg, var(--pink), var(--blue));
  color: #fff;
  border: 0;
  box-shadow: 0 8px 24px rgba(255, 0, 80, 0.3);
  font-weight: 800;
  transition: all 0.2s ease;
}
.btn-main:hover { 
  color: #fff; 
  transform: translateY(-2px); 
  box-shadow: 0 12px 30px rgba(255, 0, 80, 0.5);
}

.feature-icon {
  width: 44px; height: 44px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: var(--soft);
  color: var(--blue);
  font-size: 1.3rem;
  border: 1px solid var(--glass-border);
}

.form-control, .form-select {
  border-radius: 1rem;
  padding: .8rem 1rem;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  border: 1px solid var(--glass-border);
}
.form-control:focus, .form-select:focus {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border-color: rgba(0, 242, 254, 0.5);
  box-shadow: 0 0 0 .25rem rgba(0, 242, 254, 0.15);
}
.form-control::placeholder { color: var(--muted); }

.profile-bubble {
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  border-radius: 30px;
  background: linear-gradient(135deg, var(--pink), var(--blue));
  color: #fff;
  font-size: 2.2rem;
  font-weight: 900;
  box-shadow: 0 20px 50px rgba(255, 0, 80, 0.3);
}

.message-card {
  border: 1px solid var(--glass-border);
  background: rgba(24, 24, 27, 0.8);
  backdrop-filter: blur(12px);
  color: #fff;
}
.message-card.unread { border-color: rgba(0, 242, 254, 0.4); }
.message-text { white-space: pre-wrap; }

.stat-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(10px);
}
.stat-number {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: -.04em;
  color: #fff;
}

.ad-slot {
  border: 1.5px dashed rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.02);
  color: var(--muted);
}

.share-box {
  background: #121214;
  color: #fff;
  border-radius: 1.25rem;
  border: 1px solid var(--glass-border);
}
.share-box input {
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.share-box input:focus { color: #fff; background: rgba(255, 255, 255, 0.08); }

.footer { color: var(--muted); }

@media (max-width: 767px) {
  .hero { padding-top: 42px; }
  .glass-card { border-radius: 1.35rem !important; }
}

/* Zdieľanie a krajší verejný profil */
.share-preview {
  background:
    radial-gradient(circle at top left, rgba(255, 0, 80, 0.2), transparent 42%),
    linear-gradient(135deg, #18181b, #09090b 70%, #18181b);
  color: #fff;
  overflow: hidden;
  position: relative;
  border: 1px solid var(--glass-border);
}
.share-preview::after {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  right: -55px;
  bottom: -55px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.03);
}
.share-preview-top,
.share-preview-card { position: relative; z-index: 1; }

.share-pill {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  font-size: .8rem;
  font-weight: 800;
  padding: .4rem .75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}
.share-preview-card {
  background: rgba(24, 24, 27, 0.6);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(16px);
}
.share-emoji {
  font-size: 2.4rem;
  filter: drop-shadow(0 12px 20px rgba(0,0,0,.5));
}
.story-text-box {
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid var(--glass-border);
  border-radius: 1rem;
}
.story-text {
  line-height: 1.45;
  font-weight: 700;
  color: #fff;
}
.story-text span {
  color: var(--blue);
  font-weight: 800;
  word-break: break-all;
}
.public-profile-section {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 0, 80, 0.1), transparent 28rem),
    radial-gradient(circle at 20% 30%, rgba(0, 242, 254, 0.08), transparent 24rem);
}
.public-profile-card {
  position: relative;
  overflow: hidden;
}
.public-profile-card::before {
  content: "";
  position: absolute;
  inset: -80px -80px auto auto;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: rgba(255, 0, 80, 0.08);
  filter: blur(20px);
}
.floating-badge {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: .45rem .8rem;
  border-radius: 999px;
  background: rgba(0, 242, 254, 0.1);
  color: var(--blue);
  font-size: .82rem;
  font-weight: 800;
  border: 1px solid rgba(0, 242, 254, 0.2);
}
.big-message-box {
  min-height: 170px;
  font-size: 1.02rem;
}


/* =========================================================
   Štýly presunuté z dashboard.php
   ========================================================= */
html, body {
    background-color: #000000 !important;
  }

  body.dashboard-minimal {
    color: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
  }

  /* --- DYNAMICKÉ POZADIE --- */
  .animated-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
  }

  .glow-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.25;
    animation: floatGlow 15s infinite ease-in-out alternate;
  }

  .glow-1 {
    width: 45vw; height: 45vw;
    background: rgba(255, 0, 80, 0.15);
    top: -10%; left: -10%;
  }

  .glow-2 {
    width: 55vw; height: 55vw;
    background: rgba(0, 242, 254, 0.12);
    bottom: -20%; right: -20%;
    animation-delay: -5s;
    animation-duration: 20s;
  }

  @keyframes floatGlow {
    0% { transform: translate(0, 0) scale(1); }
    100% { transform: translate(10vw, 10vh) scale(1.2); }
  }

  /* --- ZÁKLADNÉ ROZLOŽENIE --- */
  .dashboard-container {
    max-width: 680px;
    margin: 0 auto;
    padding: 2rem 1rem 6rem;
  }

  /* --- HLAVNÁ KARTA S LINKOM --- */
  .share-bento {
    background: rgba(24, 24, 27, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 2rem;
    padding: 2rem 1.5rem;
    text-align: center;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.5);
    margin-bottom: 2.5rem;
    position: relative;
    overflow: hidden;
  }

  .share-bento::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, #FF0050, #00F2FE);
  }

  .profile-avatar {
    width: 72px;
    height: 72px;
    border-radius: 22px;
    background: linear-gradient(135deg, #FF0050, #00F2FE);
    color: white;
    font-size: 2rem;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    box-shadow: 0 10px 25px rgba(255, 0, 80, 0.4);
  }

  .link-display {
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
    padding: 1rem;
    font-size: 1rem;
    font-weight: 700;
    color: #00F2FE;
    margin-bottom: 1.25rem;
    word-break: break-all;
  }

  /* --- TLAČIDLÁ --- */
  .btn-mega {
    background: linear-gradient(135deg, #FF0050, #00F2FE);
    color: white;
    border: none;
    border-radius: 99px;
    font-weight: 800;
    font-size: 1.1rem;
    padding: 1rem;
    width: 100%;
    box-shadow: 0 10px 30px rgba(255, 0, 80, 0.3);
    transition: transform 0.2s;
  }
  
  .btn-mega:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 35px rgba(255, 0, 80, 0.5);
    color: white;
  }

  .social-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    margin-top: 0.75rem;
  }

  .social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border: none;
    border-radius: 99px;
    font-weight: 800;
    padding: 0.9rem 1rem;
    color: white;
    text-decoration: none;
    font-size: 0.95rem;
    transition: transform 0.2s;
  }

  .social-btn:hover {
    transform: translateY(-2px);
    color: white;
  }

  .ig-btn {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    box-shadow: 0 8px 20px rgba(220, 39, 67, 0.25);
  }

  .fb-btn {
    background: #1877F2;
    box-shadow: 0 8px 20px rgba(24, 119, 242, 0.25);
  }

  .btn-secondary-glass {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border-radius: 99px;
    font-weight: 700;
    padding: 0.8rem 1.5rem;
    width: 100%;
    margin-top: 0.75rem;
  }

  /* --- MINI ŠTATISTIKY --- */
  .stats-row {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
  }

  .stat-pill {
    background: rgba(24, 24, 27, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 0.6rem 1.2rem;
    border-radius: 99px;
    font-size: 0.9rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  .stat-pill.active {
    background: rgba(255, 0, 80, 0.15);
    border-color: rgba(255, 0, 80, 0.3);
    color: #FFB7DD;
  }

  /* --- SPRÁVY --- */
  .msg-card {
    background: rgba(24, 24, 27, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1.5rem;
    padding: 1.5rem;
    margin-bottom: 1rem;
    backdrop-filter: blur(12px);
    transition: all 0.2s;
  }

  .msg-card.unread {
    border-color: rgba(0, 242, 254, 0.4);
    background: rgba(0, 242, 254, 0.03);
    box-shadow: 0 10px 30px rgba(0, 242, 254, 0.05);
  }

  .msg-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    font-size: 0.85rem;
    font-weight: 600;
  }

  .msg-text {
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.5;
    white-space: pre-wrap;
    margin-bottom: 1.5rem;
    color: #ffffff;
  }

  .msg-actions {
    display: flex;
    gap: 0.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 1rem;
  }

  .action-btn {
    background: rgba(255, 255, 255, 0.05);
    border: none;
    border-radius: 99px;
    padding: 0.5rem 1rem;
    color: #a1a1aa;
    font-size: 0.85rem;
    font-weight: 700;
    transition: all 0.2s;
  }

  .action-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
  }

  .action-btn.read:hover { color: #00F2FE; }
  .action-btn.delete:hover { color: #FF0050; }

  /* Toast Notification */
  .toast-modern {
    position: fixed;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%) translateY(100px);
    background: #ffffff;
    color: #000000;
    padding: 1rem 2rem;
    border-radius: 99px;
    font-weight: 800;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 1050;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
  }
  .toast-modern.show {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
  }


/* =========================================================
   Štýly presunuté z index.php
   ========================================================= */
/* Vynútenie čierneho pozadia */
  html, body {
    background-color: #000000 !important;
  }

  :root {
    --bg-dark: #000000;
    --border-color: rgba(255, 255, 255, 0.08);
    --text-main: #ffffff;
    --text-muted: #a1a1aa;
    --accent-gradient: linear-gradient(135deg, #FF0050, #00F2FE);
  }

  body.viral-minimal {
    background-color: var(--bg-dark) !important;
    color: var(--text-main) !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    overflow-x: hidden;
    position: relative;
    min-height: 100vh;
  }

  /* --- DYNAMICKÉ POZADIE (Zladené s registráciou) --- */
  .animated-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
    pointer-events: none;
  }

  .glow-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.3;
    animation: floatGlow 15s infinite ease-in-out alternate;
  }

  .glow-1 {
    width: 50vw; height: 50vw;
    background: rgba(255, 0, 80, 0.12);
    top: -10%; left: -20%;
  }

  .glow-2 {
    width: 60vw; height: 60vw;
    background: rgba(0, 242, 254, 0.1);
    bottom: -20%; right: -20%;
    animation-delay: -5s;
    animation-duration: 20s;
  }

  /* Plávajúce Emoji */
  .floating-emoji {
    position: absolute;
    font-size: 2rem;
    opacity: 0.12;
    filter: blur(1px);
    animation: floatUp linear infinite;
    bottom: -10%;
  }

  .e1 { left: 10%; animation-duration: 18s; animation-delay: 0s; font-size: 2.5rem; }
  .e2 { left: 30%; animation-duration: 22s; animation-delay: 5s; }
  .e3 { left: 50%; animation-duration: 15s; animation-delay: 2s; font-size: 3rem; }
  .e4 { left: 70%; animation-duration: 25s; animation-delay: 8s; }
  .e5 { left: 85%; animation-duration: 20s; animation-delay: 1s; font-size: 2.2rem; }
  .e6 { left: 20%; animation-duration: 24s; animation-delay: 12s; }
  .e7 { left: 60%; animation-duration: 19s; animation-delay: 15s; font-size: 2.8rem; }

  @keyframes floatGlow {
    0% { transform: translate(0, 0) scale(1); }
    100% { transform: translate(10vw, 10vh) scale(1.2); }
  }

  @keyframes floatUp {
    0% { transform: translateY(0) rotate(0deg); opacity: 0; }
    10% { opacity: 0.15; }
    90% { opacity: 0.15; }
    100% { transform: translateY(-120vh) rotate(360deg); opacity: 0; }
  }

  /* --- HERO SEKCIA --- */
  .hero-section {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 4rem 1rem 2rem;
    position: relative;
    z-index: 1;
  }

  .badge-viral {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 8px 16px;
    border-radius: 99px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 2rem;
    backdrop-filter: blur(10px);
  }

  .badge-viral span {
    width: 8px;
    height: 8px;
    background-color: #22C55E;
    border-radius: 50%;
    box-shadow: 0 0 12px rgba(34, 197, 94, 0.8);
  }

  .title-main {
    font-size: clamp(2.5rem, 8vw, 4.5rem);
    font-weight: 900;
    letter-spacing: -0.03em;
    line-height: 1.1;
    margin-bottom: 1.5rem;
  }

  .text-gradient {
    background: var(--accent-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .subtitle {
    font-size: clamp(1rem, 3vw, 1.25rem);
    color: var(--text-muted);
    max-width: 500px;
    margin: 0 auto 3rem auto;
    line-height: 1.6;
  }

  /* Rýchly formulár (Claim link zladený s registráciou) */
  .claim-box {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 99px;
    padding: 8px;
    display: flex;
    align-items: center;
    max-width: 480px;
    margin: 0 auto;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transition: all 0.2s ease;
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
  }

  .claim-box:focus-within {
    background: rgba(255,255,255,0.08);
    border-color: rgba(0, 242, 254, 0.5);
    box-shadow: 0 0 0 4px rgba(0, 242, 254, 0.15), 0 20px 50px rgba(255, 0, 80, 0.1);
  }

  .claim-prefix {
    color: var(--text-muted);
    padding-left: 1.2rem;
    font-weight: 800;
    font-size: 0.95rem;
  }

  @media (max-width: 400px) {
    .claim-prefix { display: none; }
  }

  .claim-input {
    flex: 1;
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 1.05rem;
    font-weight: 600;
    padding: 10px;
    outline: none;
    width: 100%;
  }

  .claim-input::placeholder {
    color: #52525b;
    font-weight: 500;
  }

  .btn-primary {
    background: var(--accent-gradient);
    border: none;
    border-radius: 99px;
    color: white;
    font-weight: 800;
    font-size: 1.05rem;
    padding: 14px 28px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease;
    box-shadow: 0 10px 30px rgba(255, 0, 80, 0.3);
  }

  .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 35px rgba(255, 0, 80, 0.5);
    color: white;
  }

  /* --- AKO TO FUNGUJE (Bento zladené s auth-card-clean) --- */
  .bento-section {
    padding: 2rem 1rem 8rem;
    position: relative;
    z-index: 1;
  }

  .bento-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    max-width: 1000px;
    margin: 0 auto;
  }

  .bento-card {
    background: rgba(24, 24, 27, 0.6);
    border: 1px solid var(--border-color);
    border-radius: 2rem;
    padding: 2.5rem 2rem;
    text-align: left;
    transition: all 0.3s ease;
    box-shadow: 0 20px 50px rgba(0,0,0,0.4);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    position: relative;
    overflow: hidden;
  }

  /* Gradient prúžok navrchu karty - efekt pri hoveri */
  .bento-card::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, #FF0050, #00F2FE);
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .bento-card:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 25px 60px rgba(0,0,0,0.6);
  }

  .bento-card:hover::before {
    opacity: 1;
  }

  .bento-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: rgba(255,255,255,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(255,255,255,0.05);
  }

  .bento-title {
    font-size: 1.25rem;
    font-weight: 800;
    margin-bottom: 0.6rem;
  }

  .bento-text {
    color: var(--text-muted);
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
    font-weight: 500;
  }

  /* Zladené vyhľadávanie pod blokmi */
  .search-input-bottom {
    width: 100%; 
    padding: 14px 20px; 
    border-radius: 99px; 
    background: rgba(255,255,255,0.05); 
    border: 1px solid rgba(255,255,255,0.1); 
    color: #ffffff; 
    outline: none; 
    font-weight: 600;
    backdrop-filter: blur(10px);
    transition: all 0.2s ease;
  }

  .search-input-bottom::placeholder {
    color: #52525b;
    font-weight: 500;
  }

  .search-input-bottom:focus {
    background: rgba(255,255,255,0.08);
    border-color: rgba(0, 242, 254, 0.5);
    box-shadow: 0 0 0 4px rgba(0, 242, 254, 0.15);
  }


/* =========================================================
   Štýly presunuté z login.php
   ========================================================= */
body.simple-auth-page {
    min-height: 100vh;
    background:
      radial-gradient(circle at top left, rgba(255, 77, 166, .22), transparent 28rem),
      radial-gradient(circle at bottom right, rgba(139, 92, 246, .24), transparent 30rem),
      linear-gradient(180deg, #070A12, #0B1020);
    color: #fff;
  }

  .auth-section {
    min-height: calc(100vh - 90px);
    display: flex;
    align-items: center;
    padding: 3rem 0;
  }

  .auth-card-clean {
    background: rgba(255,255,255,.09);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 2rem;
    box-shadow: 0 30px 90px rgba(0,0,0,.35);
    backdrop-filter: blur(18px);
    overflow: hidden;
  }

  .auth-card-clean::before {
    content: "";
    display: block;
    height: 5px;
    background: linear-gradient(90deg, #FF4DA6, #8B5CF6, #38BDF8);
  }

  .auth-card-body {
    padding: clamp(1.4rem, 4vw, 2.3rem);
  }

  .fw-black {
    font-weight: 950;
  }

  .text-muted {
    color: #94A3B8 !important;
  }

  .form-label {
    color: #fff;
    font-weight: 800;
  }

  .form-control {
    min-height: 54px;
    border-radius: 1rem;
    border: 1px solid rgba(255,255,255,.15);
    background: rgba(255,255,255,.96);
    color: #0F172A;
    font-weight: 700;
  }

  .form-control:focus {
    border-color: rgba(255,77,166,.65);
    box-shadow: 0 0 0 .25rem rgba(255,77,166,.18);
  }

  .btn-login-main {
    min-height: 58px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    font-weight: 950;
    background: linear-gradient(135deg, #FF4DA6, #8B5CF6);
    box-shadow: 0 20px 50px rgba(255,77,166,.25);
    transition: .2s ease;
  }

  .btn-login-main:hover {
    color: #fff;
    transform: translateY(-2px);
    filter: brightness(1.06);
  }

  .alert-danger {
    border: 1px solid rgba(251,113,133,.35);
    background: rgba(251,113,133,.14);
    color: #FFE4E6;
  }

  .auth-link {
    color: #fff;
    font-weight: 800;
  }

  .auth-link:hover {
    color: #FFB7DD;
  }


/* =========================================================
   Štýly presunuté z partials/header.php
   ========================================================= */
/* Globálne premenné zladené s novým tmavým virálnym dizajnom */
    :root {
      --nav-bg: rgba(0, 0, 0, 0.4);
      --glass-border: rgba(255, 255, 255, 0.08);
      --accent-pink: #FF0050;
      --accent-blue: #00F2FE;
      --accent-gradient: linear-gradient(135deg, var(--accent-pink), var(--accent-blue));
    }

    body {
      font-family: 'Inter', system-ui, -apple-system, sans-serif;
      background-color: #000000; /* Zabezpečí čierne pozadie pre všetky podstránky */
      color: #ffffff;
    }

    /* Navbar Glassmorphism */
    .navbar-blur {
      background: var(--nav-bg) !important;
      backdrop-filter: blur(20px);
      -webkit-backdrop-filter: blur(20px);
      border-bottom: 1px solid var(--glass-border);
      transition: background-color 0.3s ease;
    }

    .navbar-brand {
      display: flex;
      align-items: center;
      gap: 0.6rem;
      color: #ffffff !important;
      letter-spacing: -0.02em;
      font-size: 1.3rem;
    }

    .brand-dot {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: var(--accent-gradient);
      box-shadow: 0 0 12px rgba(255, 0, 80, 0.6);
    }

    .nav-link {
      color: #a1a1aa !important;
      font-weight: 500;
      transition: color 0.2s ease;
    }
    
    .nav-link:hover {
      color: #ffffff !important;
    }

    /* Custom Tlačidlá v Navbare */
    .btn-nav-glass {
      background: rgba(255, 255, 255, 0.05);
      color: #ffffff;
      border: 1px solid var(--glass-border);
      font-weight: 600;
      transition: all 0.2s ease;
      backdrop-filter: blur(10px);
    }
    .btn-nav-glass:hover {
      background: rgba(255, 255, 255, 0.1);
      border-color: rgba(255, 255, 255, 0.2);
      color: #ffffff;
      transform: translateY(-1px);
    }

    .btn-nav-neon {
      background: var(--accent-gradient);
      color: #ffffff;
      border: none;
      font-weight: 800;
      box-shadow: 0 4px 15px rgba(255, 0, 80, 0.25);
      transition: all 0.2s ease;
    }
    .btn-nav-neon:hover {
      transform: translateY(-2px);
      box-shadow: 0 6px 20px rgba(255, 0, 80, 0.45);
      color: #ffffff;
    }

    /* Tmavý Glassmorphism pre Flash správy (ladí s Bento boxami) */
    .alert-glass {
      background: rgba(24, 24, 27, 0.8);
      backdrop-filter: blur(16px);
      border: 1px solid var(--glass-border);
      color: #ffffff;
      font-weight: 500;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    }
    
    .alert-glass.alert-success { border-left: 4px solid #22C55E; }
    .alert-glass.alert-danger { border-left: 4px solid #EF4444; }
    .alert-glass.alert-warning { border-left: 4px solid #F59E0B; }
    .alert-glass.alert-info { border-left: 4px solid #00F2FE; }

    /* Úprava hamburger menu pre tmavý režim */
    .navbar-toggler {
      border-color: rgba(255, 255, 255, 0.1);
      padding: 0.4rem 0.6rem;
    }
    .navbar-toggler-icon {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.85%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
    .navbar-toggler:focus {
      box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
    }


/* =========================================================
   Štýly presunuté z register.php
   ========================================================= */
body.simple-auth-page {
    min-height: 100vh;
    background:
      radial-gradient(circle at top left, rgba(255, 77, 166, .22), transparent 28rem),
      radial-gradient(circle at bottom right, rgba(139, 92, 246, .24), transparent 30rem),
      linear-gradient(180deg, #070A12, #0B1020);
    color: #fff;
  }

  .auth-section {
    min-height: calc(100vh - 90px);
    display: flex;
    align-items: center;
    padding: 3rem 0;
  }

  .auth-card-clean {
    background: rgba(255,255,255,.09);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 2rem;
    box-shadow: 0 30px 90px rgba(0,0,0,.35);
    backdrop-filter: blur(18px);
    overflow: hidden;
  }

  .auth-card-clean::before {
    content: "";
    display: block;
    height: 5px;
    background: linear-gradient(90deg, #FF4DA6, #8B5CF6, #38BDF8);
  }

  .auth-card-body {
    padding: clamp(1.4rem, 4vw, 2.3rem);
  }

  .fw-black {
    font-weight: 950;
  }

  .text-muted {
    color: #94A3B8 !important;
  }

  .form-label {
    color: #fff;
    font-weight: 800;
  }

  .form-control,
  .input-group-text {
    min-height: 54px;
    border-radius: 1rem;
    border: 1px solid rgba(255,255,255,.15);
    background: rgba(255,255,255,.96);
    color: #0F172A;
    font-weight: 700;
  }

  .input-group-text {
    background: #F8FAFC;
    color: #64748B;
    font-weight: 900;
  }

  .form-control:focus {
    border-color: rgba(255,77,166,.65);
    box-shadow: 0 0 0 .25rem rgba(255,77,166,.18);
  }

  .form-text {
    color: #94A3B8;
  }

  .btn-register-main {
    min-height: 58px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    font-weight: 950;
    background: linear-gradient(135deg, #FF4DA6, #8B5CF6);
    box-shadow: 0 20px 50px rgba(255,77,166,.25);
    transition: .2s ease;
  }

  .btn-register-main:hover {
    color: #fff;
    transform: translateY(-2px);
    filter: brightness(1.06);
  }

  .alert-danger {
    border: 1px solid rgba(251,113,133,.35);
    background: rgba(251,113,133,.14);
    color: #FFE4E6;
  }

  .auth-link {
    color: #fff;
    font-weight: 800;
  }

  .auth-link:hover {
    color: #FFB7DD;
  }


/* =========================================================
   Štýly presunuté z search.php
   ========================================================= */
body.viral-landing-page {
    background-color: #0B0F19;
    background-image:
      radial-gradient(circle at 10% 20%, rgba(236, 72, 153, 0.08), transparent 40vw),
      radial-gradient(circle at 90% 80%, rgba(139, 92, 246, 0.12), transparent 40vw);
    color: #fff;
  }

  .search-hero {
    padding: 5rem 0 3rem;
  }

  .search-box-big {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 2rem;
    padding: 1rem;
    backdrop-filter: blur(14px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.35);
  }

  .search-box-big input {
    background: rgba(255,255,255,0.95);
    border: none;
    border-radius: 999px;
    padding: 1rem 1.25rem;
    font-size: 1.05rem;
  }

  .user-result-card {
    background: rgba(30, 41, 59, 0.72);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 1.5rem;
    padding: 1rem;
    backdrop-filter: blur(12px);
    transition: .2s ease;
  }

  .user-result-card:hover {
    transform: translateY(-3px);
    border-color: rgba(236, 72, 153, 0.45);
  }

  .result-avatar {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-weight: 900;
    background: linear-gradient(135deg, #EC4899, #8B5CF6);
    color: #fff;
    flex: 0 0 auto;
  }

  .btn-viral-small {
    background: linear-gradient(135deg, #EC4899, #8B5CF6);
    color: #fff;
    border: none;
    border-radius: 999px;
    font-weight: 800;
    padding: .7rem 1rem;
    text-decoration: none;
    white-space: nowrap;
  }

  .btn-viral-small:hover {
    color: #fff;
    filter: brightness(1.08);
  }



/* =========================================================
   Doplnené organizačné triedy po odstránení inline štýlov
   ========================================================= */
:root {
  --pink: #FF0050;
  --blue: #00F2FE;
  --muted: #a1a1aa;
  --card: rgba(24, 24, 27, 0.72);
  --soft: rgba(255, 255, 255, 0.06);
  --bg-dark: #000000;
  --border-color: rgba(255, 255, 255, 0.08);
  --glass-border: rgba(255, 255, 255, 0.08);
  --accent-pink: #FF0050;
  --accent-blue: #00F2FE;
  --accent-gradient: linear-gradient(135deg, var(--accent-pink), var(--accent-blue));
}

.flash-container {
  position: relative;
  z-index: 50;
}

.empty-state-card {
  padding: 3rem 1rem;
}

.empty-state-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.search-bottom-title {
  font-size: 0.95rem;
  font-weight: 600;
}

.bottom-search-form {
  max-width: 300px;
  margin: 0 auto;
  position: relative;
}

.search-kicker {
  color: #A78BFA;
}

.message-toolbar {
  background: rgba(24, 24, 27, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.5rem;
  padding: 1rem;
  margin-bottom: 1rem;
  backdrop-filter: blur(14px);
}

.message-search-input {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.32);
  color: #fff;
  padding: 0.9rem 1.1rem;
  outline: none;
}

.message-search-input:focus {
  border-color: rgba(0, 242, 254, 0.45);
  box-shadow: 0 0 0 .2rem rgba(0, 242, 254, 0.12);
}

.message-filter-row,
.toolbar-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-top: .75rem;
}

.filter-chip,
.toolbar-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .35rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  font-weight: 800;
  font-size: .86rem;
  padding: .62rem .95rem;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.filter-chip:hover,
.toolbar-btn:hover {
  color: #fff;
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.09);
}

.filter-chip.active {
  border-color: rgba(0, 242, 254, 0.42);
  background: rgba(0, 242, 254, 0.12);
  color: #B7FBFF;
}

.toolbar-btn.primary {
  background: linear-gradient(135deg, rgba(255, 0, 80, 0.95), rgba(0, 242, 254, 0.95));
  border: none;
  box-shadow: 0 8px 20px rgba(255, 0, 80, 0.22);
}

.no-filter-results {
  display: none;
}

.no-filter-results.show {
  display: block;
}

.action-btn.copy {
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
}

.message-counter {
  font-size: .82rem;
  color: var(--muted);
  text-align: right;
  margin-top: -.5rem;
  margin-bottom: .8rem;
}

.message-counter.warning {
  color: #FBBF24;
}

.message-counter.danger {
  color: #FCA5A5;
}

/* === Doplnkové funkcie 07/2026: admin, QR, story, moderovanie === */
.verify-banner,
.qr-panel,
.admin-hero,
.admin-card,
.story-toolbar-card {
  background: rgba(24, 24, 27, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 1.6rem;
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.28);
}

.verify-banner {
  padding: 1rem;
  margin-bottom: 1rem;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.social-grid-4 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wa-btn {
  background: linear-gradient(135deg, rgba(37, 211, 102, .95), rgba(18, 140, 126, .95));
}

.story-btn {
  background: linear-gradient(135deg, rgba(168, 85, 247, .95), rgba(255, 0, 80, .95));
}

.qr-panel {
  margin: 1rem 0;
  padding: 1rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: center;
}

.qr-card {
  width: 150px;
  height: 150px;
  background: #fff;
  border-radius: 1.2rem;
  padding: .6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qr-card img {
  max-width: 100%;
  height: auto;
  border-radius: .7rem;
}

.moderation-note {
  color: rgba(255, 255, 255, .62);
  font-size: .86rem;
}

.reply-preview {
  margin-top: .9rem;
  border-left: 3px solid rgba(0, 242, 254, .8);
  background: rgba(0, 242, 254, .08);
  border-radius: 1rem;
  padding: .85rem 1rem;
  color: rgba(255, 255, 255, .88);
}

.reply-form {
  display: none;
  margin-top: 1rem;
  background: rgba(0, 0, 0, .22);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 1.2rem;
  padding: 1rem;
}

.reply-form.show {
  display: block;
}

.action-btn.reply {
  background: rgba(168, 85, 247, .12);
  color: #e9d5ff;
}

.action-btn.story {
  background: rgba(255, 0, 80, .14);
  color: #ffc7d7;
  text-decoration: none;
}

.admin-page .dashboard-container {
  max-width: 1180px;
}

.admin-hero {
  padding: 1.3rem;
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}

.admin-nav-actions,
.admin-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  align-items: center;
}

.admin-action-row form {
  margin: 0;
}

.admin-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.admin-card {
  padding: 1rem;
}

.admin-table td,
.admin-table th {
  padding: .85rem .6rem;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.admin-message-row,
.admin-message-card,
.blocked-ip-row {
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 1rem;
  padding: .85rem;
}

.blocked-list {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}

.blocked-chip {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  border-radius: 999px;
  padding: .45rem .65rem;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .09);
  margin: 0;
}

.blocked-chip button {
  border: 0;
  background: transparent;
  color: #fff;
  padding: 0;
  line-height: 1;
}

.blocked-ip-row {
  display: flex;
  justify-content: space-between;
  gap: .7rem;
  align-items: center;
}

.story-maker-section {
  padding: 3rem 0;
}

.story-toolbar-card {
  padding: 1.3rem;
  position: sticky;
  top: 100px;
}

.story-canvas {
  width: min(100%, 360px);
  height: auto;
  border-radius: 1.6rem;
  box-shadow: 0 22px 70px rgba(0, 0, 0, .45);
  border: 1px solid rgba(255, 255, 255, .12);
}

.story-mini-preview {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 1rem;
  padding: 1rem;
  color: rgba(255, 255, 255, .9);
}

@media (max-width: 768px) {
  .qr-panel,
  .admin-grid {
    grid-template-columns: 1fr;
  }

  .qr-card {
    width: 132px;
    height: 132px;
  }

  .admin-hero,
  .verify-banner,
  .blocked-ip-row {
    align-items: stretch;
  }

  .admin-nav-actions,
  .admin-action-row {
    width: 100%;
  }

  .social-grid-4 {
    grid-template-columns: 1fr;
  }
}


/* Safety, rules, reports, luxury footer */
.safety-settings-card,
.profile-disabled-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
  padding: 18px;
  border-radius: 24px;
  background: rgba(255,255,255,.075);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 18px 50px rgba(0,0,0,.18);
  backdrop-filter: blur(18px);
}
.profile-disabled-card {
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 28px;
  color: rgba(255,255,255,.76);
}
.profile-disabled-card i { font-size: 2rem; color: #ffcc66; }
.rules-check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  text-align: left;
  font-size: .9rem;
  color: rgba(255,255,255,.72);
}
.rules-check input { margin-top: 4px; accent-color: #ff0050; }
.rules-check a { color: #fff; font-weight: 800; }
.report-form {
  display: none;
  margin-top: 14px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.09);
}
.report-form.show { display: block; }
.action-btn.report,
.danger-soft { color: #ffd0d0 !important; border-color: rgba(255,80,80,.28) !important; background: rgba(255,80,80,.10) !important; }
.reported-card { border-color: rgba(255,80,80,.20) !important; }
.report-admin-form textarea { min-height: 74px; }
.legal-section { position: relative; }
.legal-card {
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(26px, 5vw, 54px);
  border-radius: 34px;
  background: rgba(18,18,26,.82);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 32px 100px rgba(0,0,0,.28);
  backdrop-filter: blur(22px);
}
.legal-card h1 { font-weight: 900; letter-spacing: -.04em; margin-bottom: 12px; }
.legal-card h2 { font-size: 1.05rem; font-weight: 850; }
.legal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 16px;
  margin: 26px 0;
}
.legal-box,
.safety-list > div {
  padding: 18px;
  border-radius: 22px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.09);
}
.safety-list { display: grid; gap: 14px; margin-top: 22px; }
.safety-list strong { display:block; color:#fff; margin-bottom:4px; }
.safety-list span { color: rgba(255,255,255,.64); }
.code-card {
  padding: 18px;
  border-radius: 18px;
  background: #07070b;
  color: #f5f5f5;
  border: 1px solid rgba(255,255,255,.10);
  overflow-x: auto;
}
.site-footer {
  position: relative;
  overflow: hidden;
  padding: 72px 0 28px;
  margin-top: 72px;
  color: rgba(255, 255, 255, 0.78);
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 0, 80, 0.28), transparent 34%),
    radial-gradient(circle at 82% 10%, rgba(0, 242, 254, 0.20), transparent 32%),
    linear-gradient(180deg, #111118 0%, #09090b 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.site-footer__glow {
  position: absolute;
  left: 50%;
  top: -140px;
  width: 720px;
  height: 260px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, rgba(255, 0, 80, 0.22), rgba(0, 242, 254, 0.18));
  filter: blur(70px);
  opacity: 0.9;
  pointer-events: none;
}
.site-footer__top { display: grid; grid-template-columns: 1.2fr 1fr; gap: 48px; align-items: start; }
.site-footer__logo { display: inline-flex; align-items: center; gap: 12px; color: #fff; font-size: 1.45rem; font-weight: 850; letter-spacing: -0.04em; text-decoration: none; }
.site-footer__logo:hover { color: #fff; opacity: 0.9; }
.site-footer__logo-icon { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 16px; background: linear-gradient(135deg, #ff0050, #ff7a18); box-shadow: 0 18px 40px rgba(255, 0, 80, 0.26); }
.site-footer__text { max-width: 520px; margin: 18px 0 0; color: rgba(255, 255, 255, 0.66); line-height: 1.7; }
.site-footer__badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.site-footer__badges span { display: inline-flex; align-items: center; min-height: 34px; padding: 7px 13px; border-radius: 999px; color: rgba(255, 255, 255, 0.82); background: rgba(255, 255, 255, 0.075); border: 1px solid rgba(255, 255, 255, 0.09); backdrop-filter: blur(14px); font-size: 0.86rem; }
.site-footer__cols { display: grid; grid-template-columns: repeat(3, minmax(120px, 1fr)); gap: 28px; }
.site-footer__col h3 { margin: 0 0 14px; color: #fff; font-size: 0.9rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; }
.site-footer__col a, .site-footer__col span { display: block; margin: 9px 0; color: rgba(255, 255, 255, 0.62); text-decoration: none; font-size: 0.94rem; line-height: 1.45; }
.site-footer__col a:hover { color: #fff; transform: translateX(3px); }
.site-footer__cta { display: flex; justify-content: space-between; gap: 22px; align-items: center; margin-top: 48px; padding: 22px; border-radius: 26px; background: linear-gradient(135deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.045)); border: 1px solid rgba(255, 255, 255, 0.10); box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24); backdrop-filter: blur(18px); }
.site-footer__cta strong { display: block; color: #fff; font-size: 1.05rem; margin-bottom: 4px; }
.site-footer__cta p { margin: 0; color: rgba(255, 255, 255, 0.62); }
.site-footer__button { display: inline-flex; justify-content: center; align-items: center; min-height: 46px; padding: 0 20px; border-radius: 999px; color: #fff; font-weight: 800; text-decoration: none; white-space: nowrap; background: linear-gradient(135deg, #ff0050, #ff7a18); box-shadow: 0 18px 40px rgba(255, 0, 80, 0.28); }
.site-footer__button:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 24px 52px rgba(255, 0, 80, 0.38); }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 18px; align-items: center; margin-top: 32px; padding-top: 24px; color: rgba(255, 255, 255, 0.48); border-top: 1px solid rgba(255, 255, 255, 0.08); font-size: 0.86rem; }
.site-footer__note { text-align: right; }
@media (max-width: 992px) { .site-footer__top { grid-template-columns: 1fr; } .site-footer__cols { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 768px) {
  .safety-settings-card { flex-direction: column; align-items: stretch; }
  .legal-grid { grid-template-columns: 1fr; }
  .site-footer { padding: 56px 0 24px; margin-top: 52px; }
  .site-footer__cols { grid-template-columns: 1fr; gap: 22px; }
  .site-footer__cta { flex-direction: column; align-items: stretch; }
  .site-footer__button { width: 100%; }
  .site-footer__bottom { flex-direction: column; align-items: flex-start; }
  .site-footer__note { text-align: left; }
}
