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

/* Custom cursors */
html, body {
  cursor: url('curser_32.png') 2 2, default !important;
}
a, button, .cat, .tile, .featured-card, [role="button"], input[type="submit"], .url-close, .nav-btn,
.btn-random, .search-box, label {
  cursor: url('curser_hover.png') 12 4, pointer !important;
}
input[type="text"], textarea { cursor: text !important; }

/* Secret hidden link to /anleitungen — top-right of the titlebar */
.browser { position: relative; }
.secret-link {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 26px;
  z-index: 100;
  text-decoration: none;
  background: transparent;
  cursor: url('curser_32.png') 2 2, default !important;
}

:root { --zoom: 1.5; }

html, body {
  font-family: Arial, Helvetica, sans-serif;
  background: #1a1a1a;
  height: 100%;
  overflow: hidden;
  margin: 0;
}

body { zoom: var(--zoom); }

/* ============================================================
   Browser chrome
   ============================================================ */
.browser {
  width: 100%;
  height: calc(100vh / var(--zoom));
  margin: 0;
  background: #fff;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.browser-titlebar {
  background: linear-gradient(to bottom, #2c2c2c, #161616);
  color: #cfcfcf;
  text-align: center;
  font-size: 12px;
  padding: 5px 8px;
  letter-spacing: 0.4px;
}

.browser-toolbar {
  background: linear-gradient(to bottom, #dddddd, #b3b3b3);
  padding: 7px 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  border-bottom: 1px solid #888;
}

.nav-group {
  display: inline-flex;
  border: 1px solid #888;
  border-radius: 4px;
  overflow: hidden;
}

.nav-btn {
  background: linear-gradient(to bottom, #f6f6f6, #c2c2c2);
  border: 1px solid #888;
  width: 34px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 11px;
  cursor: pointer;
  padding: 0;
}
.nav-btn.solo { border-radius: 4px; }
.nav-group .nav-btn {
  border: 0;
  border-right: 1px solid #888;
  border-radius: 0;
}
.nav-group .nav-btn:last-child { border-right: 0; }

.url-bar {
  flex: 1;
  background: #fff;
  border: 1px solid #888;
  border-radius: 4px;
  height: 30px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  font-size: 13px;
  color: #222;
  justify-content: space-between;
}
.url-close {
  color: #555;
  font-size: 16px;
  cursor: pointer;
  line-height: 1;
}

/* ============================================================
   Eyefind header
   ============================================================ */
.eyefind-header {
  background: #4d8bc4;
  padding: 18px 0 20px;
  position: relative;
  flex-shrink: 0;
}
.eyefind-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 60px;
}

.header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 64px;
}

.logo {
  font-family: 'Lobster Two', 'Brush Script MT', 'Lucida Handwriting', cursive;
  font-size: 64px;
  line-height: 1;
  font-style: italic;
  font-weight: 700;
  user-select: none;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  letter-spacing: 0;
  transform: skewX(-14deg);
  transform-origin: left center;
}
.logo:hover { opacity: 0.95; }

/* Outline effect — dark navy stroke around each letter */
.logo-eye, .logo-find {
  text-shadow:
    -2px -2px 0 #1d4a78,
     2px -2px 0 #1d4a78,
    -2px  2px 0 #1d4a78,
     2px  2px 0 #1d4a78,
    -2px  0   0 #1d4a78,
     2px  0   0 #1d4a78,
     0   -2px 0 #1d4a78,
     0    2px 0 #1d4a78,
     3px  3px 0 #1d4a78,
     0    4px 4px rgba(0,0,0,0.25);
  -webkit-text-stroke: 0.5px #1d4a78;
}

.logo-eye  { color: #fff; }
.logo-find { color: #f5b91a; }
.logo-tld  {
  color: #fff;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  vertical-align: 10px;
  margin-left: 4px;
  text-shadow:
    -1px -1px 0 #1d4a78,
     1px -1px 0 #1d4a78,
    -1px  1px 0 #1d4a78,
     1px  1px 0 #1d4a78;
}

.weather {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #fff;
}
.weather-text { text-align: right; line-height: 1.25; }
.weather-loc { font-size: 15px; font-weight: 400; }
.weather-day { font-size: 14px; font-weight: 400; opacity: 0.95; }
.weather-divider {
  width: 1px;
  height: 44px;
  background: rgba(255,255,255,0.35);
}

.search-row {
  display: flex;
  margin-top: 16px;
  align-items: stretch;
  gap: 16px;
}
.search-box {
  flex: 1;
  background: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  height: 48px;
}
.search-icon { margin-right: 10px; flex-shrink: 0; }
.search-box input {
  border: 0;
  outline: 0;
  flex: 1;
  font-size: 16px;
  color: #333;
  background: transparent;
}
.search-box input::placeholder { color: #6b6b6b; }

.btn-random {
  background: #1d6087;
  color: #fff;
  border: 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  width: 220px;
  border-radius: 3px;
  cursor: pointer;
  height: 48px;
  font-family: Arial, sans-serif;
}
.btn-random:hover { background: #174e6e; }

.yellow-line {
  height: 5px;
  background: #f3b41a;
}

.nav-underline {
  height: 1px;
  background: #cdd6dd;
  margin: 0;
}
.view-results ~ .nav-underline,
.nav-underline {
  border-top: 1px solid #cdd6dd;
  background: transparent;
  height: 0;
}

/* ============================================================
   Category nav
   ============================================================ */
.category-nav {
  background: #ececec;
  border-bottom: 1px solid #c8c8c8;
  width: 100%;
}
.category-inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 12px 60px;
  gap: 0;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.cat {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex: 1;
  text-decoration: none;
  color: #2f6da0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.4px;
  cursor: pointer;
  font-family: Verdana, 'Trebuchet MS', Arial, sans-serif;
  border-right: 1px solid #c8c8c8;
  padding: 6px 0;
  line-height: 1.2;
}
.cat-icon svg { width: 26px; height: 26px; }
.cat:last-child { border-right: 0; }
.cat-icon  { display: inline-flex; }
.cat-label { line-height: 1.25; }
.cat:hover { opacity: 0.75; }
.cat.is-active { color: #1a4a72; }
.cat.is-active .cat-icon svg path,
.cat.is-active .cat-icon svg rect,
.cat.is-active .cat-icon svg circle {
  filter: brightness(0.75);
}

/* ============================================================
   Content area
   ============================================================ */
.content {
  background: #fff;
  padding: 18px 60px 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

/* Featured row (3 sponsored slots) */
.featured-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.featured-card {
  display: block;
  text-decoration: none;
  color: inherit;
  border: 2px solid #4d8bc4;
  background: #fff;
}
.featured-label {
  background: #4d8bc4;
  color: #fff;
  text-align: center;
  font-size: 12px;
  letter-spacing: 1.5px;
  font-weight: 600;
  padding: 9px 8px 8px;
  font-family: 'Trebuchet MS', Arial, sans-serif;
}
.featured-body {
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.placeholder-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.05;
  text-align: center;
}

.ph-title-script {
  font-family: 'Brush Script MT', cursive;
  font-style: italic;
  font-size: 50px;
  color: #ececec;
}
.ph-title-serif {
  font-family: Georgia, serif;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 2px;
  color: #c5a572;
}
.ph-title-bold {
  font-family: 'Arial Black', Arial, sans-serif;
  font-weight: 900;
  font-size: 22px;
  letter-spacing: 1px;
  color: #1a1a1a;
}
.ph-sub {
  font-size: 11px;
  letter-spacing: 4px;
  margin-top: 6px;
  color: #b03030;
  font-weight: 700;
}
.ph-sub-spaced {
  font-size: 13px;
  letter-spacing: 8px;
  margin-top: 4px;
  color: #c5a572;
}

.f-dark  { background: #141414; }
.f-socialview {
  background:
    radial-gradient(ellipse at 5% 50%, rgba(255, 60, 180, 0.32) 0%, transparent 55%),
    radial-gradient(ellipse at 95% 50%, rgba(0, 230, 200, 0.30) 0%, transparent 55%),
    radial-gradient(circle, rgba(255, 255, 255, 0.10) 1px, transparent 1.5px) 0 0 / 16px 16px,
    #060c0c;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 22px;
  position: relative;
  overflow: hidden;
}
.sv-logo {
  position: relative;
  max-width: 78%;
  max-height: 70%;
  height: auto;
  width: auto;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 0 8px rgba(0, 230, 200, 0.35))
          drop-shadow(0 0 12px rgba(255, 90, 200, 0.25));
}
.f-createit {
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 20, 163, 0.55) 0%, transparent 32%),
    radial-gradient(circle at 88% 82%, rgba(34, 60, 255, 0.55) 0%, transparent 32%),
    radial-gradient(circle at 65% 25%, rgba(160, 30, 210, 0.40) 0%, transparent 28%),
    radial-gradient(circle at 25% 80%, rgba(120, 0, 220, 0.35) 0%, transparent 30%),
    #050507;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 22px;
  position: relative;
  overflow: hidden;
}
.ci-logo {
  position: relative;
  max-width: 70%;
  max-height: 60%;
  height: auto;
  width: auto;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 2px 12px rgba(255, 100, 220, 0.25));
}
.f-gold  { background: #16202b; border: 2px solid #c5a572; margin: 6px; height: 128px; }
.f-discord {
  background: linear-gradient(135deg, #5865f2 0%, #4752c4 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 0 24px;
  position: relative;
  overflow: hidden;
}
.f-discord::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 80% 20%, rgba(255,255,255,0.12), transparent 40%),
    radial-gradient(circle at 20% 80%, rgba(0,0,0,0.20), transparent 50%);
  pointer-events: none;
}
.dc-icon {
  width: 56px;
  height: 46px;
  flex-shrink: 0;
  position: relative;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 30, 0.25));
}
.dc-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
  position: relative;
}
.dc-main {
  font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 800;
  font-size: 32px;
  color: #fff;
  letter-spacing: -1px;
}
.dc-sub {
  font-size: 10px;
  letter-spacing: 3.5px;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 700;
  margin-top: 6px;
}
.f-light { background: #f3f3f3; }

.new-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #d52628;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px #d52628;
  letter-spacing: 1px;
}

/* ============================================================
   10-tile grid
   ============================================================ */
.tile-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}
.tile {
  height: 90px;
  border: 1px solid #d4d4d4;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  padding: 8px;
  overflow: hidden;
  position: relative;
  transition: transform 0.12s ease, box-shadow 0.12s ease;
}
.tile:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.18);
}
.tile-name {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.5px;
}

/* Tile content layout */
.tile {
  flex-direction: column;
  gap: 2px;
  line-height: 1;
}
.ti-name {
  font-weight: 800;
  font-size: 14px;
  letter-spacing: -0.3px;
  line-height: 1.05;
}
.ti-handle {
  font-size: 10px;
  font-weight: 500;
  opacity: 0.78;
  letter-spacing: 0.2px;
}
.ti-tagline {
  font-size: 8px;
  font-style: italic;
  font-weight: 500;
  opacity: 0.68;
  margin-top: 4px;
  padding: 0 6px;
  letter-spacing: 0.2px;
  line-height: 1.15;
  text-align: center;
}
.ti-badge {
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 1.5px;
  padding: 1px 5px;
  border-radius: 2px;
  margin-bottom: 3px;
}
.ti-play {
  font-size: 18px;
  margin-bottom: 1px;
  color: #fff;
}
.ti-live {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #000;
  color: #fff;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 1.5px;
  padding: 2px 6px 2px 4px;
  border-radius: 2px;
  margin-bottom: 3px;
}
.ti-live-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #ff3030;
  animation: live-pulse 1.4s infinite;
}
@keyframes live-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.35; }
}
.ti-x-mark {
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}

/* Brand-themed tiles — each gets its own visual treatment */
.tile { position: relative; }
.tile > * { position: relative; z-index: 1; }

/* YouTube — film-strip cinema marquee */
.t-yt {
  background:
    radial-gradient(ellipse at 50% 50%, rgba(255,255,255,0.12) 0%, transparent 45%),
    #ff0033;
  color: #fff;
  border-top: 8px solid #1a1a1a;
  border-bottom: 8px solid #1a1a1a;
  background-image:
    linear-gradient(180deg,
      #1a1a1a 0 8px,
      transparent 8px calc(100% - 8px),
      #1a1a1a calc(100% - 8px) 100%),
    radial-gradient(ellipse at 50% 50%, rgba(255,255,255,0.12) 0%, transparent 45%);
  background-color: #ff0033;
  font-family: 'Trebuchet MS', Arial, sans-serif;
}
.t-yt::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle, #ff0033 2px, transparent 2.5px) 8px 1px / 14px 6px repeat-x,
    radial-gradient(circle, #ff0033 2px, transparent 2.5px) 8px calc(100% - 5px) / 14px 6px repeat-x;
  pointer-events: none;
  z-index: 0;
}
.t-yt::after {
  content: '\25B6';
  position: absolute;
  font-size: 60px;
  color: rgba(255,255,255,0.10);
  left: 50%; top: 50%;
  transform: translate(-50%,-50%);
  pointer-events: none;
  z-index: 0;
}
.t-yt .ti-name { letter-spacing: 0; text-transform: uppercase; font-weight: 900; }
.t-yt .ti-play { display: none; }

/* YouTube VOD — VHS scanlines + REC dot */
.t-yt-vod {
  background-color: #b80024;
  background-image:
    repeating-linear-gradient(0deg, rgba(0,0,0,0.28) 0 1px, transparent 1px 3px),
    linear-gradient(180deg, rgba(255,255,255,0.08), transparent 25%, rgba(0,0,0,0.15) 100%);
  color: #fff;
  border: 2px solid #4a0010;
  font-family: 'Courier New', monospace;
  box-shadow: inset 0 0 30px rgba(0,0,0,0.35);
}
.t-yt-vod::before {
  content: '\25CF REC';
  position: absolute;
  top: 5px;
  left: 6px;
  font-family: 'Courier New', monospace;
  font-size: 8px;
  font-weight: 700;
  color: #ff3030;
  letter-spacing: 1px;
  z-index: 1;
  text-shadow: 0 0 4px rgba(255,0,0,0.8);
}
.t-yt-vod::after {
  content: 'SP  LP  EP';
  position: absolute;
  bottom: 4px;
  right: 6px;
  font-family: 'Courier New', monospace;
  font-size: 7px;
  color: rgba(255,255,255,0.4);
  letter-spacing: 1px;
  z-index: 1;
}
.t-yt-vod .ti-name { letter-spacing: 1px; }
.t-yt-vod .ti-badge { display: none; }

/* YouTube Live — broadcast feel with pulsing ring */
.t-yt-live {
  background: radial-gradient(circle at 50% 45%, #ff4060 0%, #ff0033 45%, #a8001a 100%);
  color: #fff;
  box-shadow:
    inset 0 0 20px rgba(255, 80, 100, 0.6),
    inset 0 0 0 2px rgba(255,255,255,0.1);
}
.t-yt-live::before {
  content: '';
  position: absolute;
  inset: 4px;
  border: 2px solid rgba(255,255,255,0.6);
  border-radius: 2px;
  animation: live-ring 1.8s infinite;
  pointer-events: none;
}
@keyframes live-ring {
  0%, 100% { opacity: 0.3; transform: scale(1); }
  50% { opacity: 0.8; transform: scale(1.01); }
}
.t-yt-live .ti-name {
  text-shadow: 0 0 8px rgba(255,200,200,0.9), 0 0 14px rgba(255,0,40,0.6);
  font-weight: 900;
}

/* YouTube Gaming — arcade pixel/CRT feel */
.t-yt-gaming {
  background:
    repeating-linear-gradient(0deg, rgba(0,0,0,0.25) 0 1px, transparent 1px 4px),
    linear-gradient(135deg, #ff0033 0%, #7c1aff 100%);
  color: #fff;
  font-family: 'Courier New', monospace;
  border: 3px solid #1a0030;
  box-shadow:
    inset 0 0 0 2px #ffd700,
    inset 0 0 0 4px #ff0033,
    0 0 0 1px #ffd700;
}
.t-yt-gaming::before {
  content: '\2605 PLAYER 1 \2605';
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  text-align: center;
  font-family: 'Courier New', monospace;
  font-size: 7px;
  font-weight: 800;
  color: #ffd700;
  letter-spacing: 2px;
  z-index: 1;
}
.t-yt-gaming .ti-name { letter-spacing: 1.5px; text-transform: uppercase; font-weight: 900; }
.t-yt-gaming .ti-badge { display: none; }

/* Instagram — polaroid with shaped bottom */
.t-ig {
  background:
    linear-gradient(45deg, #fcaf45 0%, #f56040 25%, #e1306c 55%, #c13584 75%, #5851db 100%);
  color: #fff;
  border: 5px solid #fff;
  border-bottom: 14px solid #fff;
  outline: 1px solid rgba(0,0,0,0.15);
  box-shadow:
    inset 0 0 0 1px rgba(0,0,0,0.08),
    2px 3px 6px rgba(0,0,0,0.15);
  transform: rotate(-1deg);
  font-family: Arial, sans-serif;
}
.t-ig .ti-name {
  font-family: 'Brush Script MT', cursive;
  font-size: 20px;
  font-weight: 400;
  font-style: italic;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.25);
}
.t-ig .ti-handle { font-family: Arial, sans-serif; }
.t-ig .ti-tagline { font-family: Arial, sans-serif; }
.t-ig::before {
  content: '\25CB \25CB';
  position: absolute;
  top: 4px;
  right: 6px;
  font-size: 8px;
  color: rgba(255,255,255,0.6);
  letter-spacing: 2px;
}

/* TikTok — cyber grid + chromatic glitch */
.t-tt {
  background-color: #000;
  background-image:
    repeating-linear-gradient(90deg, rgba(0,242,234,0.06) 0 1px, transparent 1px 18px),
    repeating-linear-gradient(0deg,  rgba(255,0,80,0.04)  0 1px, transparent 1px 18px),
    radial-gradient(ellipse at 30% 40%, rgba(0,242,234,0.15), transparent 50%),
    radial-gradient(ellipse at 70% 70%, rgba(255,0,80,0.15), transparent 50%);
  color: #fff;
}
.t-tt .ti-glitch {
  position: relative;
  text-shadow:
    2px 0 #ff0050,
    -2px 0 #00f2ea,
    0 0 8px rgba(255,255,255,0.3);
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-weight: 900;
  letter-spacing: -0.5px;
}

/* X — minimal, brushed metal feel */
.t-x {
  background:
    linear-gradient(180deg, #0d0d0d 0%, #000 50%, #0a0a0a 100%);
  color: #fff;
  border: 1px solid #2a2a2a;
}
.t-x::before {
  content: '\1d54f';
  position: absolute;
  font-size: 90px;
  color: rgba(255,255,255,0.05);
  left: 50%; top: 50%;
  transform: translate(-50%,-58%);
  font-weight: 900;
  pointer-events: none;
  z-index: 0;
}
.t-x::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
}
.t-x .ti-x-mark { font-size: 24px; font-weight: 900; }

/* Twitch — Vegas neon casino marquee */
.t-twitch {
  background:
    radial-gradient(ellipse at 50% 50%, #6a2bd0 0%, #2a0050 100%);
  color: #fff;
  border: 2px solid #c89aff;
  box-shadow:
    0 0 0 1px #5a1fcc,
    inset 0 0 18px rgba(200, 100, 255, 0.45),
    0 0 12px rgba(145, 70, 255, 0.4);
}
.t-twitch::before {
  content: '';
  position: absolute;
  inset: 4px;
  border-radius: 1px;
  background:
    radial-gradient(circle, #ffd24a 1.5px, transparent 2px) 0 0/12px 12px repeat-x,
    radial-gradient(circle, #ffd24a 1.5px, transparent 2px) 0 100%/12px 12px repeat-x;
  background-position: 4px 1px, 4px calc(100% - 1px);
  background-repeat: repeat-x, repeat-x;
  background-size: 12px 4px, 12px 4px;
  pointer-events: none;
  opacity: 0.85;
}
.t-twitch .ti-name {
  font-family: 'Brush Script MT', 'Lucida Handwriting', cursive;
  font-style: italic;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0;
  color: #fff;
  text-shadow:
    0 0 4px #fff,
    0 0 10px #ff66cc,
    0 0 18px #9146ff,
    0 0 28px #9146ff;
}
.t-twitch .ti-handle {
  font-family: 'Trebuchet MS', Arial, sans-serif;
  color: #ffd24a;
  letter-spacing: 1px;
  font-weight: 700;
}
.t-twitch .ti-tagline {
  color: rgba(255, 240, 200, 0.85);
  font-family: 'Trebuchet MS', Arial, sans-serif;
}

/* Coming Soon — propaganda poster: bold yellow + black */
.t-soon {
  background: #f5d000;
  color: #1a1a1a;
  border: 3px solid #1a1a1a;
  box-shadow:
    inset 0 0 0 2px #f5d000,
    inset 0 0 0 4px #1a1a1a;
  font-family: Impact, 'Stencil Std', sans-serif;
}
.t-soon::before {
  content: '\26A0 STOPPT DEN STILLSTAND \26A0';
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 7px;
  font-weight: 800;
  color: #1a1a1a;
  letter-spacing: 1.5px;
  font-family: Arial, sans-serif;
  z-index: 1;
}
.t-soon::after {
  content: 'JETZT VORBESTELLEN';
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 6.5px;
  font-weight: 800;
  color: #1a1a1a;
  letter-spacing: 2px;
  font-family: Arial, sans-serif;
  z-index: 1;
}
.t-soon .ti-name {
  font-family: Impact, 'Stencil Std', sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #1a1a1a;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 6px;
}
.t-soon .ti-handle {
  color: #1a1a1a;
  opacity: 0.85;
  font-family: Impact, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.t-soon .ti-tagline { display: none; }

/* Contact — business-card vibe: dark navy + gold serif */
.t-contact {
  background:
    radial-gradient(ellipse at 50% 30%, rgba(212, 175, 55, 0.10), transparent 60%),
    linear-gradient(180deg, #0f1622 0%, #0a0e15 100%);
  color: #d4af37;
  border: 1px solid #6a5318;
  box-shadow:
    inset 0 0 0 1px rgba(212,175,55,0.25),
    inset 0 0 18px rgba(0,0,0,0.4);
  font-family: Georgia, 'Times New Roman', serif;
}
.t-contact::before,
.t-contact::after {
  content: '';
  position: absolute;
  left: 8px; right: 8px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #d4af37, transparent);
  opacity: 0.55;
}
.t-contact::before { top: 6px; }
.t-contact::after  { bottom: 6px; }
.t-contact .ti-mail {
  font-size: 16px;
  color: #d4af37;
  margin-bottom: 2px;
  text-shadow: 0 0 6px rgba(212, 175, 55, 0.45);
}
.t-contact .ti-name {
  font-family: Georgia, serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  color: #f4d670;
  text-transform: uppercase;
}
.t-contact .ti-handle {
  color: #d4af37;
  font-family: Georgia, serif;
  font-size: 9px;
  font-style: italic;
  letter-spacing: 0;
  opacity: 1;
}
.t-contact .ti-tagline {
  color: rgba(212, 175, 55, 0.7);
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 7.5px;
  letter-spacing: 1px;
}

/* Impressum — formal, minimal notice */
.t-impressum {
  background: #f5f5f0;
  color: #333;
  border: 1px solid #d4d4cf;
  font-family: Georgia, 'Times New Roman', serif;
}
.t-impressum .ti-name {
  font-family: Georgia, serif;
  font-weight: 700;
  font-size: 14px;
  color: #222;
  letter-spacing: 0.3px;
}
.t-impressum .ti-handle {
  font-family: Georgia, serif;
  font-size: 9px;
  color: #555;
  font-style: italic;
  opacity: 1;
}
.t-impressum .ti-tagline {
  font-family: Georgia, serif;
  font-size: 7px;
  color: #777;
  font-style: italic;
  letter-spacing: 0.5px;
}

/* ============================================================
   Mobile (<= 768px)
   ============================================================ */
@media (max-width: 768px) {
  :root { --zoom: 1; }
  html, body {
    overflow: auto;
    height: auto;
  }
  body { zoom: 1; }
  .browser {
    width: 100%;
    height: auto;
    min-height: 100vh;
    overflow: visible;
  }

  /* Browser chrome — compact */
  .browser-titlebar { font-size: 10px; padding: 4px 6px; letter-spacing: 0.2px; }
  .browser-toolbar { padding: 6px 8px; gap: 4px; }
  .nav-btn { width: 28px; height: 26px; }
  .url-bar { height: 26px; font-size: 11px; padding: 0 8px; }

  /* Eyefind header */
  .eyefind-header { padding: 14px 0 16px; }
  .eyefind-inner { padding: 0 16px; }
  .header-row { min-height: auto; }
  .logo { font-size: 42px; }
  .logo-tld { font-size: 16px; vertical-align: 5px; margin-left: 2px; }
  .weather { gap: 8px; }
  .weather-text { font-size: 11px; }
  .weather-loc { font-size: 12px; }
  .weather-day { font-size: 11px; }
  .weather-divider { height: 32px; }
  .weather-icon svg { width: 32px; height: 32px; }

  /* Search row stacks */
  .search-row { flex-direction: column; gap: 10px; margin-top: 14px; }
  .search-box { height: 44px; padding: 0 12px; }
  .search-box input { font-size: 14px; }
  .btn-random {
    width: 100%;
    height: 42px;
    font-size: 14px;
    margin-left: 0;
    letter-spacing: 3px;
  }

  /* Category nav — smaller text + icons, allow wrap */
  .category-inner {
    padding: 8px 10px;
    gap: 4px;
    flex-wrap: nowrap;
  }
  .cat {
    font-size: 8px;
    gap: 4px;
    padding: 4px 2px;
    letter-spacing: 0;
    text-align: center;
  }
  .cat-icon svg { width: 18px; height: 18px; }
  .cat-label { line-height: 1.15; }

  /* Content */
  .content {
    padding: 14px 14px 24px;
    gap: 14px;
    max-width: 100%;
  }

  /* Featured row stacks vertically */
  .featured-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .featured-card { border-width: 2px; }
  .featured-label {
    font-size: 11px;
    letter-spacing: 1.2px;
    padding: 7px 8px 6px;
  }
  .featured-body { height: 120px; }
  .f-gold { height: 108px; margin: 5px; }

  /* Featured-specific overrides on mobile */
  .ph-title-script { font-size: 38px; }
  .ph-title-serif { font-size: 24px; letter-spacing: 1.5px; }
  .ph-sub-spaced { font-size: 11px; letter-spacing: 6px; }
  .ph-title-bold { font-size: 18px; }

  .dc-icon { width: 48px; height: 38px; }
  .dc-main { font-size: 28px; }
  .dc-sub { font-size: 9px; letter-spacing: 3px; }

  .ci-logo { max-width: 75%; max-height: 65%; }
  .sv-logo { max-width: 82%; max-height: 70%; }

  /* Tile grid — 2 columns */
  .tile-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .tile {
    height: 84px;
    padding: 6px;
  }
  .ti-name { font-size: 13px; letter-spacing: -0.2px; }
  .ti-handle { font-size: 9.5px; }
  .ti-tagline { font-size: 7.5px; margin-top: 3px; }
  .ti-badge { font-size: 7px; padding: 1px 4px; }
  .ti-live { font-size: 7px; padding: 1px 5px 1px 3px; }
  .ti-live-dot { width: 5px; height: 5px; }
  .ti-x-mark { font-size: 20px; }

  /* Tile decorative ::before / ::after overrides — keep but smaller */
  .t-yt::after { font-size: 50px; }
  .t-x::before { font-size: 70px; transform: translate(-50%,-60%); }
  .t-yt-vod::before { font-size: 7px; }
  .t-yt-vod::after { font-size: 6px; }
  .t-yt-gaming::before { font-size: 6px; letter-spacing: 1.5px; }
  .t-soon::before { font-size: 6px; letter-spacing: 1px; top: 4px; }
  .t-soon::after { font-size: 6px; letter-spacing: 1.5px; bottom: 4px; }
  .t-soon .ti-name { font-size: 18px; margin-top: 4px; }
  .t-soon .ti-handle { font-size: 11px; }

  /* Twitch script on mobile */
  .t-twitch .ti-name { font-size: 22px; }

  /* Results view on mobile */
  .view-results { padding: 14px 14px 30px; }
  .results-shell { padding: 14px 12px 16px; }
  .results-heading { font-size: 13px; }
  .result-card {
    grid-template-columns: 80px 1fr;
    gap: 10px;
    padding: 8px 10px;
  }
  .result-card .rc-logo {
    width: 80px;
    height: 44px;
    font-size: 11px;
  }
  .result-card .rc-url { font-size: 12px; }
  .result-card .rc-desc { font-size: 11px; }
}

/* Very small (<= 380px) */
@media (max-width: 380px) {
  .logo { font-size: 36px; }
  .logo-tld { font-size: 14px; vertical-align: 4px; }
  .cat { font-size: 7px; }
  .cat-icon svg { width: 16px; height: 16px; }
  .featured-label { font-size: 10px; letter-spacing: 0.8px; }
  .tile { height: 78px; }
  .ti-name { font-size: 12px; }
  .weather-loc, .weather-day { font-size: 10px; }
  .weather-icon svg { width: 28px; height: 28px; }
}

/* ============================================================
   View toggle
   ============================================================ */
.content[hidden] { display: none !important; }

/* ============================================================
   Results view (category-filter state)
   ============================================================ */
.view-results {
  background: #e9e9e9;
  padding: 22px 60px 60px;
}
.results-shell {
  background: #ececec;
  border: 1px solid #cdd6dd;
  padding: 22px 28px 28px;
  max-width: 900px;
  margin: 0 auto;
}
.results-heading {
  font-size: 15px;
  font-weight: 400;
  color: #1a1a1a;
  margin-bottom: 16px;
}
.results-heading span { font-weight: 700; letter-spacing: 0.5px; }

.results-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.result-card {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 18px;
  background: #fff;
  border: 1px solid transparent;
  padding: 12px 14px;
  text-decoration: none;
  color: inherit;
  align-items: center;
  cursor: pointer;
  transition: border-color 0.12s ease;
}
.result-card:hover {
  border-color: #3a78b8;
}
.result-card .rc-logo {
  width: 130px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.5px;
  overflow: hidden;
}
.result-card .rc-text { line-height: 1.35; }
.result-card .rc-url {
  color: #2255a8;
  font-size: 14px;
  text-decoration: underline;
  text-decoration-color: #2255a8;
}
.result-card:hover .rc-url { color: #1a3f80; }
.result-card .rc-desc {
  color: #222;
  font-size: 13px;
  margin-top: 2px;
}

.results-empty {
  text-align: center;
  padding: 40px 0;
  color: #666;
  font-size: 13px;
}

/* Active category in nav */
.category-nav .cat.is-active .cat-label { text-decoration: underline; }

