/* sociallobby.net - Prism Aurora UI (German locale) */
:root {
  --sociallobby-primary: #6d28d9; /* violet */
  --sociallobby-primary-dark: #5b21b6;
  --sociallobby-secondary: #0ea5e9; /* sky */
  --sociallobby-accent: #f97316; /* orange */
  --sociallobby-success: #22c55e;
  --sociallobby-warning: #eab308;
  --sociallobby-error: #dc2626;
  --sociallobby-bg-000: #0b1220; /* deep night */
  --sociallobby-bg-025: #10182a;
  --sociallobby-bg-050: #131d31;
  --sociallobby-fg-900: #f8fafc;
  --sociallobby-fg-700: #cbd5e1;
  --sociallobby-fg-500: #94a3b8;
  --sociallobby-white: #ffffff;
  --sociallobby-shadow: 0 14px 40px rgba(2,6,23,.45);
  --sociallobby-transition: all .25s ease;
  --sociallobby-transition-fast: all .15s ease;
  --sociallobby-radius: 14px;
  --sociallobby-font-display: 'Inter', ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, Arial;
  --sociallobby-font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { font-size: 16px; }
body { font-family: var(--sociallobby-font-display); line-height: 1.7; color: var(--sociallobby-fg-700); background: radial-gradient(1600px 600px at 100% -20%, rgba(14,165,233,.15) 0%, rgba(14,165,233,0) 60%), linear-gradient(180deg, var(--sociallobby-bg-025), var(--sociallobby-bg-000)); overflow-x: hidden; }
h1, h2, h3, h4, h5, h6 { font-weight: 800; line-height: 1.25; margin-bottom: .9rem; color: var(--sociallobby-fg-900); letter-spacing: .2px; hyphens: auto; word-break: break-word; overflow-wrap: anywhere; }
h1 { font-size: 2.3rem; }
h2 { font-size: 1.8rem; }
h3 { font-size: 1.15rem; }
p { margin-bottom: 1rem; color: var(--sociallobby-fg-500); }
a { color: var(--sociallobby-secondary); text-decoration: none; transition: var(--sociallobby-transition-fast); }
a:hover { color: #38bdf8; }

.sociallobby-container { max-width: 1160px; margin: 0 auto; padding: 0 1.25rem; }
.sociallobby-navbar { background: rgba(16,24,42,.7); backdrop-filter: blur(10px); border-bottom: 1px solid rgba(148,163,184,.12); position: fixed; top: 0; left: 0; right: 0; z-index: 1000; transition: var(--sociallobby-transition); box-shadow: 0 6px 20px rgba(2,6,23,.35); }
.sociallobby-navbar-container { display: flex; align-items: center; justify-content: space-between; padding: .8rem 0; }
.sociallobby-navbar-brand { display: flex; align-items: center; gap: .6rem; font-size: 1.06rem; font-weight: 900; color: var(--sociallobby-fg-900); text-transform: uppercase; letter-spacing: 1px; }
.sociallobby-navbar-logo { height: 34px; width: auto; filter: saturate(1) contrast(1.1) drop-shadow(0 2px 6px rgba(0,0,0,.35)); }
.sociallobby-navbar-toggle { display: none; flex-direction: column; gap: 5px; background: transparent; border: 2px solid var(--sociallobby-accent); border-radius: 10px; cursor: pointer; padding: 10px; transition: var(--sociallobby-transition-fast); }
.sociallobby-navbar-toggle:hover { background: rgba(249,115,22,.15); }
.sociallobby-navbar-toggle-bar { width: 26px; height: 2px; background: var(--sociallobby-accent); transition: var(--sociallobby-transition); }
.sociallobby-navbar-menu { display: flex; align-items: center; gap: .4rem; list-style: none; margin-bottom: 0; }
.sociallobby-navbar-link { color: var(--sociallobby-fg-700); font-weight: 700; padding: .55rem .85rem; border-radius: 10px; position: relative; transition: var(--sociallobby-transition); font-size: .95rem; text-decoration: none; }
.sociallobby-navbar-link:hover { color: var(--sociallobby-white); background: rgba(99,102,241,.18); }
.sociallobby-navbar-link.active { color: var(--sociallobby-white); background: var(--sociallobby-primary); }
.sociallobby-navbar-cta { background: linear-gradient(90deg, var(--sociallobby-secondary), var(--sociallobby-primary)); color: var(--sociallobby-white); padding: .55rem 1rem; border-radius: 999px; font-weight: 800; transition: var(--sociallobby-transition); text-decoration: none; box-shadow: 0 8px 16px rgba(14,165,233,.35); }
.sociallobby-navbar-cta:hover { transform: translateY(-1px); filter: brightness(1.08); }

@media (max-width: 768px) {
  .sociallobby-navbar-toggle { display: flex; }
  .sociallobby-navbar-menu { position: fixed; top: 64px; left: 0; right: 0; background: var(--sociallobby-bg-050); flex-direction: column; padding: 1.1rem 1rem; box-shadow: var(--sociallobby-shadow); transform: translateY(-120%); opacity: 0; visibility: hidden; transition: var(--sociallobby-transition); z-index: 1000; gap: .4rem; border-top: 1px solid rgba(148,163,184,.12); }
  .sociallobby-navbar-menu.active { transform: translateY(0); opacity: 1; visibility: visible; }
  .sociallobby-navbar-menu li { width: 100%; }
  .sociallobby-navbar-link { display: block; width: 100%; padding: .9rem 1rem; text-align: center; font-size: 1rem; }
  .sociallobby-navbar-link:hover { background: rgba(99,102,241,.18); }
  .sociallobby-navbar-cta { width: calc(100% - 2rem); text-align: center; padding: .9rem 1rem; margin: .3rem 1rem 0; }
  .sociallobby-navbar-toggle.active .sociallobby-navbar-toggle-bar:nth-child(1) { transform: rotate(45deg) translate(6px, 6px); }
  .sociallobby-navbar-toggle.active .sociallobby-navbar-toggle-bar:nth-child(2) { opacity: 0; }
  .sociallobby-navbar-toggle.active .sociallobby-navbar-toggle-bar:nth-child(3) { transform: rotate(-45deg) translate(6px, -6px); }
}

.sociallobby-main { margin-top: 68px; min-height: calc(100vh - 68px); }
.sociallobby-section { padding: 4rem 0; }
.sociallobby-section-alt { background: rgba(16,24,42,.5); border-top: 1px solid rgba(148,163,184,.12); border-bottom: 1px solid rgba(148,163,184,.12); }

.sociallobby-hero { background: radial-gradient(1400px 500px at 0% -10%, rgba(109,40,217,.25) 0%, rgba(109,40,217,0) 60%), linear-gradient(180deg, var(--sociallobby-bg-025) 0%, var(--sociallobby-bg-000) 80%); color: var(--sociallobby-fg-900); padding: 5rem 0; position: relative; overflow: hidden; border-bottom: 1px solid rgba(148,163,184,.12); }
.sociallobby-hero-content { position: relative; z-index: 1; text-align: center; max-width: 760px; margin: 0 auto; }
.sociallobby-hero-badge { display: inline-flex; align-items: center; gap: .5rem; color: #e9d5ff; padding: .35rem .8rem; border-radius: 999px; font-size: .8rem; font-weight: 800; margin-bottom: 1.1rem; border: 1px solid rgba(93,63,211,.45); background: rgba(109,40,217,.18); letter-spacing: .6px; text-transform: uppercase; }
.sociallobby-hero-title { font-size: 2.4rem; font-weight: 900; margin-bottom: 1rem; line-height: 1.05; color: var(--sociallobby-fg-900); }
.sociallobby-hero-subtitle { font-size: 1.06rem; margin-bottom: 1.6rem; color: var(--sociallobby-fg-500); font-weight: 600; }
.sociallobby-hero-cta { display: inline-flex; align-items: center; gap: .55rem; background: var(--sociallobby-primary); color: var(--sociallobby-white); padding: .85rem 1.4rem; border-radius: 12px; font-size: 1rem; font-weight: 900; transition: var(--sociallobby-transition); text-decoration: none; box-shadow: 0 12px 24px rgba(109,40,217,.35); }
.sociallobby-hero-cta:hover { transform: translateY(-1px); background: var(--sociallobby-primary-dark); }

.sociallobby-features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.25rem; margin-top: 2rem; }
.sociallobby-feature-card { background: rgba(16,24,42,.7); padding: 1.5rem; border-radius: var(--sociallobby-radius); text-align: left; box-shadow: var(--sociallobby-shadow); transition: var(--sociallobby-transition); border: 1px solid rgba(148,163,184,.12); }
.sociallobby-feature-card:hover { transform: translateY(-3px); }
.sociallobby-feature-icon { width: 48px; height: 48px; background: rgba(14,165,233,.18); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: .9rem; font-size: 1.25rem; color: #7dd3fc; border: 1px solid rgba(14,165,233,.35); }
.sociallobby-feature-title { font-size: 1.08rem; margin-bottom: .4rem; color: var(--sociallobby-fg-900); }
.sociallobby-feature-desc { color: var(--sociallobby-fg-500); line-height: 1.65; font-size: .95rem; }

.sociallobby-games-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.1rem; margin-top: 1.7rem; }
.sociallobby-game-card { background: rgba(16,24,42,.7); border-radius: var(--sociallobby-radius); overflow: hidden; box-shadow: var(--sociallobby-shadow); transition: var(--sociallobby-transition); position: relative; border: 1px solid rgba(148,163,184,.12); }
.sociallobby-game-card:hover { transform: translateY(-3px); }
.sociallobby-game-card.featured { outline: 2px solid var(--sociallobby-secondary); }
.sociallobby-game-badge { position: absolute; top: .7rem; right: .7rem; background: rgba(14,165,233,.15); color: #7dd3fc; padding: .2rem .6rem; border-radius: 999px; font-size: .72rem; font-weight: 900; z-index: 1; text-transform: uppercase; border: 1px solid rgba(14,165,233,.35); }
.sociallobby-game-image { width: 100%; height: 196px; overflow: hidden; position: relative; background: #0f172a; }
.sociallobby-game-image img { width: 100%; height: 100%; object-fit: cover; transition: var(--sociallobby-transition); filter: saturate(1) contrast(1.05); }
.sociallobby-game-card:hover .sociallobby-game-image img { transform: scale(1.04); }
.sociallobby-game-content { padding: 1.1rem; }
.sociallobby-game-title { font-size: 1.05rem; margin-bottom: .45rem; color: var(--sociallobby-fg-900); }
.sociallobby-game-desc { color: var(--sociallobby-fg-500); margin-bottom: .9rem; line-height: 1.55; font-size: .94rem; }
.sociallobby-game-stats { display: flex; gap: .9rem; margin-bottom: .9rem; font-size: .82rem; color: var(--sociallobby-fg-500); }
.sociallobby-game-play { width: 100%; background: var(--sociallobby-primary); color: var(--sociallobby-white); border: none; padding: .7rem 1rem; border-radius: 12px; font-weight: 900; cursor: pointer; transition: var(--sociallobby-transition); font-size: .96rem; }
.sociallobby-game-play:hover { transform: translateY(-1px); background: var(--sociallobby-primary-dark); }

.sociallobby-btn { display: inline-flex; align-items: center; gap: .5rem; padding: .75rem 1.2rem; border-radius: 12px; font-weight: 900; transition: var(--sociallobby-transition); cursor: pointer; border: none; font-size: .98rem; text-decoration: none; }
.sociallobby-btn-primary { background: var(--sociallobby-primary); color: var(--sociallobby-white); }
.sociallobby-btn-primary:hover { transform: translateY(-1px); background: var(--sociallobby-primary-dark); }
.sociallobby-btn-secondary { background: var(--sociallobby-secondary); color: var(--sociallobby-white); }
.sociallobby-btn-secondary:hover { transform: translateY(-1px); filter: brightness(1.08); }

.sociallobby-footer { background: rgba(16,24,42,.7); color: var(--sociallobby-fg-700); padding: 3rem 0 1.25rem; border-top: 1px solid rgba(148,163,184,.12); }
.sociallobby-footer-content { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.6rem; margin-bottom: 1.6rem; }
.sociallobby-footer-section h3 { color: var(--sociallobby-fg-900); margin-bottom: .8rem; font-size: 1.02rem; text-transform: uppercase; letter-spacing: .6px; }
.sociallobby-footer-section p { margin-bottom: .5rem; color: var(--sociallobby-fg-500); font-size: .92rem; }
.sociallobby-footer-section a { color: #7dd3fc; transition: var(--sociallobby-transition-fast); text-decoration: none; }
.sociallobby-footer-section a:hover { color: #bae6fd; text-decoration: underline; }
.sociallobby-disclaimer { background: rgba(234,179,8,.12); padding: 1.25rem; border-radius: var(--sociallobby-radius); margin-bottom: 1.25rem; border: 1px dashed rgba(234,179,8,.35); color: var(--sociallobby-fg-700); }
.sociallobby-disclaimer p { margin-bottom: .6rem; font-size: .9rem; line-height: 1.6; }
.sociallobby-footer-bottom { border-top: 1px solid rgba(148,163,184,.12); padding-top: 1.2rem; text-align: center; font-size: .88rem; color: var(--sociallobby-fg-500); }

.sociallobby-cookie-popup { position: fixed; bottom: 1.25rem; left: 1.25rem; right: auto; max-width: 520px; background: rgba(16,24,42,.9); padding: 1.2rem; border-radius: 14px; box-shadow: var(--sociallobby-shadow); z-index: 9999; transform: translateY(150px); opacity: 0; transition: var(--sociallobby-transition); border: 1px solid rgba(148,163,184,.12); }
.sociallobby-cookie-popup.show { transform: translateY(0); opacity: 1; }
.sociallobby-cookie-content { margin-bottom: .8rem; }
.sociallobby-cookie-content h4 { margin-bottom: .35rem; color: var(--sociallobby-fg-900); font-size: 1rem; }
.sociallobby-cookie-content p { margin-bottom: .4rem; color: var(--sociallobby-fg-500); font-size: .9rem; line-height: 1.5; }
.sociallobby-cookie-actions { display: flex; gap: .6rem; }
.sociallobby-cookie-accept { background: var(--sociallobby-primary); color: var(--sociallobby-white); padding: .65rem 1.1rem; border-radius: 12px; font-weight: 900; border: none; cursor: pointer; transition: var(--sociallobby-transition); flex: 1; }
.sociallobby-cookie-accept:hover { transform: translateY(-1px); background: var(--sociallobby-primary-dark); }
.sociallobby-cookie-link { color: #7dd3fc; font-weight: 800; font-size: .9rem; }

.sociallobby-form-group { margin-bottom: 1.25rem; }
.sociallobby-form-label { display: block; margin-bottom: .45rem; font-weight: 800; color: var(--sociallobby-fg-700); font-size: .92rem; text-transform: uppercase; letter-spacing: .4px; }
.sociallobby-form-control { width: 100%; padding: .75rem .9rem; border: 1px solid rgba(148,163,184,.25); border-radius: 12px; font-size: .98rem; transition: var(--sociallobby-transition-fast); background: rgba(16,24,42,.7); color: var(--sociallobby-fg-900); font-family: var(--sociallobby-font-display); }
.sociallobby-form-control:focus { outline: none; border-color: var(--sociallobby-secondary); box-shadow: 0 0 0 3px rgba(14,165,233,.18); }
.sociallobby-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: .9rem; }
.sociallobby-form-control.error { border-color: var(--sociallobby-error); box-shadow: 0 0 0 3px rgba(220,38,38,0.18); }

.sociallobby-alert { padding: .85rem 1.05rem; border-radius: 12px; margin-bottom: .9rem; border-left: 4px solid; font-size: .94rem; }
.sociallobby-alert-info { background: rgba(59,130,246,.12); border-color: #60a5fa; color: #93c5fd; }
.sociallobby-alert-success { background: rgba(34,197,94,.12); border-color: #34d399; color: #86efac; }
.sociallobby-alert-error { background: rgba(220,38,38,.12); border-color: #f87171; color: #fecaca; }

.sociallobby-contact-hero, .sociallobby-privacy-hero, .sociallobby-terms-hero, .sociallobby-cookies-hero, .sociallobby-about-hero, .sociallobby-games-hero { background: rgba(16,24,42,.5); color: var(--sociallobby-fg-900); text-align: center; padding: 4rem 0; border-bottom: 1px solid rgba(148,163,184,.12); }
.sociallobby-contact-hero-icon, .sociallobby-privacy-hero-icon, .sociallobby-terms-hero-icon, .sociallobby-cookies-hero-icon, .sociallobby-about-hero-icon { width: 60px; height: 60px; background: rgba(109,40,217,.25); border-radius: 16px; display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; font-size: 1.6rem; border: 1px solid rgba(93,63,211,.45); color: #e9d5ff; }
.sociallobby-contact-hero h1, .sociallobby-privacy-hero h1, .sociallobby-terms-hero h1, .sociallobby-cookies-hero h1, .sociallobby-about-hero h1, .sociallobby-games-hero-content h1 { font-size: 2.1rem; margin-bottom: .7rem; color: var(--sociallobby-fg-900); }
.sociallobby-contact-hero-subtitle, .sociallobby-privacy-hero-subtitle, .sociallobby-terms-hero-subtitle, .sociallobby-cookies-hero-subtitle, .sociallobby-about-hero-subtitle, .sociallobby-games-hero-subtitle { font-size: 1rem; color: var(--sociallobby-fg-500); font-weight: 600; }
.sociallobby-contact-hero-date, .sociallobby-privacy-hero-date, .sociallobby-terms-hero-date, .sociallobby-cookies-hero-date { font-size: .9rem; color: var(--sociallobby-fg-500); margin-top: .3rem; }

.sociallobby-contact-content { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; margin-top: 1.6rem; }
.sociallobby-contact-info-card, .sociallobby-contact-form-card { background: rgba(16,24,42,.7); padding: 1.5rem; border-radius: var(--sociallobby-radius); box-shadow: var(--sociallobby-shadow); border: 1px solid rgba(148,163,184,.12); }
.sociallobby-contact-info-card h3, .sociallobby-contact-form-card h3 { display: flex; align-items: center; gap: .6rem; margin-bottom: 1rem; color: var(--sociallobby-fg-900); font-size: 1.02rem; text-transform: uppercase; letter-spacing: .6px; }
.sociallobby-contact-details { display: flex; flex-direction: column; gap: 1.25rem; }
.sociallobby-contact-detail-item { display: flex; gap: 1rem; }
.sociallobby-contact-detail-icon { width: 46px; height: 46px; background: rgba(109,40,217,.25); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: #e9d5ff; font-size: 1.2rem; flex-shrink: 0; border: 1px solid rgba(93,63,211,.45); }
.sociallobby-contact-detail-content h4 { margin-bottom: 0.3rem; color: var(--sociallobby-fg-900); font-size: 1rem; }
.sociallobby-contact-detail-content p { margin-bottom: 0; color: var(--sociallobby-fg-500); font-size: 0.95rem; }
.sociallobby-form-description { color: var(--sociallobby-fg-500); margin-bottom: 1.2rem; font-size: 0.95rem; }

.sociallobby-privacy-content, .sociallobby-terms-content, .sociallobby-cookies-content, .sociallobby-about-content { max-width: 820px; margin: 0 auto; }
.sociallobby-privacy-section, .sociallobby-terms-section, .sociallobby-cookies-section, .sociallobby-about-section { margin-bottom: 1.4rem; padding: 1.4rem; background: rgba(16,24,42,.7); border-radius: var(--sociallobby-radius); box-shadow: var(--sociallobby-shadow); border: 1px solid rgba(148,163,184,.12); }
.sociallobby-privacy-section h2, .sociallobby-terms-section h2, .sociallobby-cookies-section h2, .sociallobby-about-section h2 { display: flex; align-items: center; gap: .6rem; margin-bottom: .8rem; color: var(--sociallobby-fg-900); font-size: 1.18rem; }
.sociallobby-privacy-section h3, .sociallobby-terms-section h3, .sociallobby-cookies-section h3 { color: var(--sociallobby-fg-700); margin: 1rem 0 .7rem 0; font-size: 1.02rem; }
.sociallobby-privacy-section p, .sociallobby-terms-section p, .sociallobby-cookies-section p, .sociallobby-about-section p { margin-bottom: .7rem; line-height: 1.65; color: var(--sociallobby-fg-500); }
.sociallobby-privacy-section ul, .sociallobby-terms-section ul, .sociallobby-cookies-section ul, .sociallobby-about-section ul { margin-bottom: .5rem; padding-left: 1.1rem; }
.sociallobby-privacy-section li, .sociallobby-terms-section li, .sociallobby-cookies-section li, .sociallobby-about-section li { margin-bottom: .45rem; line-height: 1.55; color: var(--sociallobby-fg-500); }
.sociallobby-privacy-section a, .sociallobby-terms-section a, .sociallobby-cookies-section a { color: #7dd3fc; font-weight: 800; }
.sociallobby-privacy-section a:hover, .sociallobby-terms-section a:hover, .sociallobby-cookies-section a:hover { text-decoration: underline; }

.sociallobby-games-stats { display: flex; justify-content: center; gap: 2rem; margin-top: 1.4rem; }
.sociallobby-stat-item { text-align: center; }
.sociallobby-stat-number { display: block; font-size: 1.5rem; font-weight: 900; margin-bottom: .3rem; color: var(--sociallobby-secondary); font-family: var(--sociallobby-font-mono); }
.sociallobby-stat-label { font-size: .9rem; color: var(--sociallobby-fg-500); }

.sociallobby-text-center { text-align: center; }
.sociallobby-mb-5 { margin-bottom: 2.5rem; }
.sociallobby-mt-5 { margin-top: 2.5rem; }

@media (max-width: 768px) {
  .sociallobby-hero-title { font-size: 2rem; }
  .sociallobby-hero-subtitle { font-size: 1rem; }
  .sociallobby-features-grid { grid-template-columns: 1fr; }
  .sociallobby-games-grid { grid-template-columns: 1fr; }
  .sociallobby-contact-content { grid-template-columns: 1fr; gap: 1rem; }
  .sociallobby-form-row { grid-template-columns: 1fr; }
  .sociallobby-cookie-popup { left: 1rem; right: 1rem; bottom: 1rem; padding: 1rem; }
  .sociallobby-cookie-actions { flex-direction: column; }
  .sociallobby-games-stats { flex-direction: column; gap: 1.2rem; }
  .sociallobby-privacy-section, .sociallobby-terms-section, .sociallobby-cookies-section, .sociallobby-about-section { padding: 1.2rem; }
  h1 { font-size: 1.85rem; } h2 { font-size: 1.48rem; } h3 { font-size: 1.18rem; }
}

.sociallobby-message { margin: 1.1rem 0; }
.sociallobby-message-inner { display:flex; align-items:center; gap:.6rem; }
@keyframes sociallobby-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
.sociallobby-btn-loading { display: inline-flex; align-items: center; gap: .5rem; }
.sociallobby-btn-loading .fa-spin { animation: sociallobby-spin 1s linear infinite; }


