.seek-lang-setting {
  margin-top: 16px !important;
  padding-top: 16px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.seek-lang-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.seek-lang-btn {
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-primary);
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.seek-lang-btn:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
}

.seek-lang-btn.is-active {
  background: rgba(77, 171, 247, 0.12);
  border-color: rgba(77, 171, 247, 0.4);
  color: #9fd0ff;
}

.seek-lang-help {
  display: block;
  margin-top: 10px;
  color: var(--text-muted);
  line-height: 1.5;
}

.multi-search-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 14px 0 18px;
}

.multi-search-chip-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 12px 0 10px;
}

.multi-search-chip-heading {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.multi-search-chip-heading i {
  color: #d8b4fe;
}

.multi-search-chip-help {
  color: var(--text-muted);
  font-size: 0.8rem;
}

.multi-search-chip {
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text-secondary);
  border-radius: 999px;
  padding: 9px 14px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.multi-search-chip:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.07);
  color: var(--text-primary);
}

.multi-search-chip.active {
  color: #c4b5fd;
  border-color: rgba(168, 85, 247, 0.45);
  background: linear-gradient(135deg, rgba(91, 33, 182, 0.32), rgba(124, 58, 237, 0.18));
  box-shadow: 0 0 0 1px rgba(168, 85, 247, 0.12), 0 10px 24px rgba(76, 29, 149, 0.18);
}

.multi-search-chip.active i {
  color: #d8b4fe;
}

.multi-search-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 86px;
  border: 1px dashed rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  color: var(--text-muted);
  background: rgba(255, 255, 255, 0.02);
  font-size: 0.92rem;
}

.multi-search-empty i {
  color: rgba(168, 85, 247, 0.8);
}

[data-seek-referrals-nav],
[data-seek-referrals-nav] > a,
a[data-seek-referrals-nav] {
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  letter-spacing: inherit !important;
}

[data-seek-referrals-nav] > a,
a[data-seek-referrals-nav] {
  white-space: nowrap;
}

.seek-home-type-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 14px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.02));
}

.seek-home-type-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.seek-home-type-label i {
  color: #7dd3fc;
}

.seek-home-type-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.seek-home-type-chip {
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-secondary);
  border-radius: 999px;
  padding: 9px 14px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.seek-home-type-chip:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.07);
  color: var(--text-primary);
}

.seek-home-type-chip.is-active {
  color: #bfdbfe;
  border-color: rgba(59, 130, 246, 0.45);
  background: linear-gradient(135deg, rgba(30, 64, 175, 0.32), rgba(37, 99, 235, 0.18));
  box-shadow: 0 0 0 1px rgba(59, 130, 246, 0.12), 0 10px 24px rgba(30, 64, 175, 0.18);
}

.seek-home-type-chip.is-active i {
  color: #93c5fd;
}

.search-tags.seek-home-search-tags-hidden {
  display: none !important;
}

.search-tag.seek-type-active {
  color: #bfdbfe !important;
  border-color: rgba(59, 130, 246, 0.45) !important;
  background: linear-gradient(135deg, rgba(30, 64, 175, 0.32), rgba(37, 99, 235, 0.18)) !important;
  box-shadow: 0 0 0 1px rgba(59, 130, 246, 0.12), 0 10px 24px rgba(30, 64, 175, 0.18);
}

.seek-home-inline-filters {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}

.seek-home-inline-filter {
  margin-top: 0;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.02));
  animation: seekFadeUp 0.2s ease-out;
}

.seek-home-inline-filter-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.seek-home-inline-filter-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.seek-home-inline-filter-title i {
  color: #93c5fd;
}

.seek-home-inline-filter-close {
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-secondary);
  width: 34px;
  height: 34px;
  border-radius: 999px;
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.seek-home-inline-filter-close:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
  color: var(--text-primary);
}

.seek-home-inline-filter-input {
  width: 100%;
  min-height: 52px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.32);
  color: var(--text-primary);
  padding: 0 16px;
  font-size: 0.95rem;
  outline: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.seek-home-inline-filter-input:focus {
  border-color: rgba(59, 130, 246, 0.45);
  box-shadow: 0 0 0 1px rgba(59, 130, 246, 0.12), 0 0 18px rgba(30, 64, 175, 0.14);
  background: rgba(0, 0, 0, 0.42);
}

.seek-subscription-label {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.58);
}

.lc-shell,
.btn-intelx,
.intelx-raw-viewer {
  display: none !important;
}

.spinner,
.fa-spinner,
.fa-circle-notch,
.fa-sync-alt,
.fa-arrows-rotate {
  animation: seekSpin 0.85s linear infinite !important;
}

.search-input-wrapper .fa-search,
.credits-display .fa-coins {
  animation: seekPulse 2.1s ease-in-out infinite;
}

.search-buttons-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.search-fullscan-toggle {
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-primary);
  border-radius: 999px;
  padding: 10px 14px;
  min-height: 52px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.search-fullscan-toggle::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.12) 45%, transparent 100%);
  transform: translateX(-130%);
  opacity: 0;
}

.search-fullscan-toggle:hover {
  transform: translateY(-1px);
}

.search-fullscan-toggle.is-on {
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.18), rgba(56, 189, 248, 0.14));
  border-color: rgba(74, 222, 128, 0.55);
  box-shadow: 0 0 0 1px rgba(74, 222, 128, 0.18), 0 0 20px rgba(56, 189, 248, 0.14);
}

.search-fullscan-toggle.is-on::before {
  opacity: 1;
  animation: seekFullScanSheen 1.6s linear infinite;
}

.search-fullscan-toggle.is-off {
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.66), rgba(30, 41, 59, 0.56));
  border-color: rgba(148, 163, 184, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.search-fullscan-core {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.search-fullscan-orb {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.72);
  box-shadow: 0 0 0 0 rgba(148, 163, 184, 0.28);
  flex-shrink: 0;
}

.search-fullscan-toggle.is-on .search-fullscan-orb {
  background: #22c55e;
  box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.4);
  animation: seekFullScanPulse 1.25s ease-out infinite;
}

.search-fullscan-copy {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.05;
}

.search-fullscan-label {
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.search-fullscan-state {
  margin-top: 4px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.62);
}

.search-fullscan-toggle.is-on .search-fullscan-state {
  color: #86efac;
}

.search-fullscan-icon {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.72);
  transition: transform 0.22s ease, color 0.22s ease, filter 0.22s ease;
}

.search-fullscan-toggle.is-on .search-fullscan-icon {
  color: #7dd3fc;
  filter: drop-shadow(0 0 8px rgba(56, 189, 248, 0.35));
  animation: seekFullScanSpin 2.8s linear infinite;
}

.search-fullscan-toggle.is-off .search-fullscan-icon {
  color: rgba(148, 163, 184, 0.72);
}

.search-results-section .fa-circle-notch,
.sr-section-loading .fa-circle-notch,
.sr-searching-banner .fa-circle-notch {
  filter: drop-shadow(0 0 10px rgba(77, 171, 247, 0.4));
}

.tv-canvas,
.tv-canvas-node,
.tv-zoom-controls button {
  touch-action: none;
}

.tv-canvas {
  overscroll-behavior: contain;
  -webkit-user-select: none;
  user-select: none;
}

.sr-endpoints-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(77, 171, 247, 0.18);
  border-radius: 18px;
  background:
    radial-gradient(circle at top left, rgba(77, 171, 247, 0.08), transparent 42%),
    linear-gradient(180deg, rgba(10, 15, 24, 0.88), rgba(6, 9, 14, 0.94));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 16px 40px rgba(0, 0, 0, 0.28);
}

.sr-endpoints-section::before {
  content: "";
  position: absolute;
  inset: -40% -20%;
  background: linear-gradient(90deg, transparent 0%, rgba(77, 171, 247, 0.08) 40%, rgba(255, 255, 255, 0.16) 50%, rgba(77, 171, 247, 0.08) 60%, transparent 100%);
  transform: translateX(-50%);
  animation: seekEndpointSweep 2.2s linear infinite;
  pointer-events: none;
  z-index: 0;
}

.sr-endpoints-section > * {
  position: relative;
  z-index: 1;
}

.sr-endpoints-header-left i {
  animation: seekEndpointRadar 1.8s ease-in-out infinite;
  transform-origin: center;
}

.sr-endpoints-header-left span,
.sr-endpoints-progress-text {
  animation: seekEndpointTextPulse 1.15s ease-in-out infinite;
}

.sr-endpoints-progress-fill {
  position: relative;
  overflow: hidden;
  animation: seekEndpointPulse 1.4s ease-in-out infinite;
  box-shadow: 0 0 12px rgba(77, 171, 247, 0.28);
}

.sr-endpoints-progress-fill::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  transform: translateX(-120%);
  animation: seekEndpointSheen 1.25s linear infinite;
}

.sr-endpoint-card {
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
  position: relative;
  overflow: hidden;
}

.sr-endpoint-loading {
  animation: seekEndpointPulse 1.1s ease-in-out infinite;
  box-shadow: 0 0 0 1px rgba(77, 171, 247, 0.12), 0 0 18px rgba(77, 171, 247, 0.12);
  border-color: rgba(77, 171, 247, 0.38) !important;
  background: linear-gradient(135deg, rgba(77, 171, 247, 0.08), rgba(255, 255, 255, 0.03));
}

.sr-endpoint-loading .sr-endpoint-icon {
  animation: seekEndpointFloat 1.15s ease-in-out infinite;
}

.sr-endpoint-loading::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.18) 48%, transparent 100%);
  transform: translateX(-140%);
  animation: seekEndpointSweepCard 1.2s linear infinite;
}

@media (max-width: 768px) {
  .multi-search-chip-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .seek-home-type-bar {
    padding: 12px 14px;
  }

  .seek-home-type-buttons {
    width: 100%;
    gap: 8px;
  }

  .seek-home-type-chip {
    justify-content: center;
    flex: 1 1 calc(50% - 8px);
  }

  .seek-home-inline-filters {
    grid-template-columns: 1fr;
  }

  .seek-home-inline-filter {
    padding: 12px 14px;
  }

  [data-seek-referrals-nav] > a,
  a[data-seek-referrals-nav] {
    font-size: inherit !important;
    line-height: inherit !important;
    padding-block: inherit !important;
    min-height: unset !important;
  }
}

.navbar-logo,
.footer-brand .logo {
  gap: 12px;
}

.navbar-logo::before,
.footer-brand .logo::before {
  content: "";
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: inline-block;
  background: center / contain no-repeat url("/seekosint-logo.png");
  filter: drop-shadow(0 0 16px rgba(255, 255, 255, 0.12));
}

.navbar-logo .logo-title,
.footer-brand .logo .logo-text {
  letter-spacing: 0.04em;
}

.horus-eye-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(220px, 30vw, 340px);
}

.horus-eye-container::before {
  content: "";
  width: min(340px, 52vw);
  aspect-ratio: 1;
  display: block;
  background: center / contain no-repeat url("/seekosint-logo.png");
  filter:
    drop-shadow(0 0 18px rgba(255, 255, 255, 0.28))
    drop-shadow(0 0 38px rgba(255, 255, 255, 0.14));
  animation: seekHeroLogoFloat 4.2s ease-in-out infinite;
}

.horus-eye-container::after {
  content: "";
  position: absolute;
  width: min(300px, 48vw);
  aspect-ratio: 1;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04) 42%, transparent 72%);
  filter: blur(18px);
  animation: seekHeroLogoGlow 3.6s ease-in-out infinite;
  pointer-events: none;
}

.horus-eye-container .horus-eye {
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
}

.sr-searching-banner {
  position: relative;
  overflow: hidden;
}

.sr-searching-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent);
  transform: translateX(-100%);
  animation: seekEndpointSheen 1.6s linear infinite;
  pointer-events: none;
}

@keyframes seekSpin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes seekFadeUp {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes seekPulse {
  0%,
  100% {
    opacity: 0.8;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.08);
  }
}

@keyframes seekHeroLogoFloat {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-7px) scale(1.02);
  }
}

@keyframes seekHeroLogoGlow {
  0%,
  100% {
    opacity: 0.52;
    transform: scale(0.96);
  }

  50% {
    opacity: 0.9;
    transform: scale(1.04);
  }
}

@keyframes seekEndpointSweep {
  from {
    transform: translateX(-55%);
  }

  to {
    transform: translateX(55%);
  }
}

@keyframes seekEndpointSheen {
  from {
    transform: translateX(-120%);
  }

  to {
    transform: translateX(120%);
  }
}

@keyframes seekEndpointPulse {
  0%,
  100% {
    opacity: 0.78;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.03);
  }
}

@keyframes seekEndpointFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-2px);
  }
}

@keyframes seekEndpointRadar {
  0%,
  100% {
    transform: scale(1) rotate(0deg);
    opacity: 0.7;
  }

  50% {
    transform: scale(1.08) rotate(-8deg);
    opacity: 1;
  }
}

@keyframes seekEndpointTextPulse {
  0%,
  100% {
    opacity: 0.75;
    text-shadow: 0 0 0 rgba(77, 171, 247, 0);
  }

  50% {
    opacity: 1;
    text-shadow: 0 0 12px rgba(77, 171, 247, 0.45);
  }
}

@keyframes seekEndpointSweepCard {
  from {
    transform: translateX(-140%);
  }

  to {
    transform: translateX(140%);
  }
}

@keyframes seekFullScanPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.45);
  }

  70% {
    box-shadow: 0 0 0 12px rgba(34, 197, 94, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0);
  }
}

@keyframes seekFullScanSheen {
  from {
    transform: translateX(-130%);
  }

  to {
    transform: translateX(130%);
  }
}

@keyframes seekFullScanSpin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 768px) {
  .navbar-logo::before {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
  }

  .horus-eye-container {
    min-height: clamp(180px, 48vw, 260px);
  }

  .horus-eye-container::before {
    width: min(250px, 66vw);
  }

  .horus-eye-container::after {
    width: min(220px, 58vw);
  }

  .search-fullscan-toggle {
    width: 100%;
    justify-content: center;
  }

  .search-fullscan-core {
    width: 100%;
    justify-content: center;
  }

  .tv-modal {
    width: min(calc(100vw - 14px), 1100px) !important;
    height: min(92vh, 1100px) !important;
    margin: 7px !important;
  }

  .tv-canvas {
    min-height: 52vh;
  }

  .tv-canvas-hint {
    font-size: 0.74rem;
    line-height: 1.45;
    padding: 10px 12px;
  }

  .tv-zoom-controls button {
    min-width: 42px;
    min-height: 42px;
  }
}
