/* All pages */

:root{
  --plum:#3A0B4F; --pink:#F53D9C; --orange:#FF8A3D;
}

.hi {
	width: 90px;
	height: 90px;
	object-fit: cover;
	border-radius: 50%;
	margin: 10px;
	border: solid white 2px;
}

#mainNav .navbar-brand {
    color: #212529;
}

#mainNav .navbar-brand.white-text {
    color: white !important;
}

#mainNav.navbar-shrink .navbar-brand {
    color: #212529 !important;
}

header.masthead h1, header.masthead .h1 {
    font-size: 2.77rem;
}

@media (min-width: 992px) {
    header.masthead h1, header.masthead .h1 {
        font-size: 3.67rem;
    }
}

@media (min-width: 1200px) {
    header.masthead h1, header.masthead .h1 {
        font-size: 3.74rem;
    }
}

hr.divider {
  height: 0.2rem;
  max-width: 3.25rem;
  margin: 1.5rem auto;
  background-color: var(--bs-primary);
  opacity: 1;
}

hr {
  border-top: none;
}

.bg-pink {
	background: deeppink;
}

#holodeck {
	background-image: linear-gradient(rgba(0,0,0,1), rgba(0,0,0,.7)), url(../assets/img/all/teleport.png);
	background-size: cover;
    background-position: bottom;
    padding: 4.25rem 0;
}

.input-group-prepend .input-group-text {
	border-radius: 0.375rem 0 0 0.375rem;
}

.input-group-append .btn {
	border-radius: 0 0.375rem 0.375rem 0;
}

header.masthead {
    background-position: bottom;
    margin-top: -7rem !important;
}

#masthead-text {
	padding-top: 16rem !important;
}

@media screen and (min-width: 993px) and (max-width: 1300px) {
  #masthead-text {
    padding-top: 12rem !important;
  }
}

@media screen and (max-width: 992px) {
  #masthead-text {
    padding-top: 7rem !important;
  }
}

hr {
    border-top: none;
}

hr.rectangle-divider {
    height: 1rem;
    max-width: 2rem;
    margin: 1.5rem auto;
    background-color: #cfcfcf;
    opacity: .5;
    z-index: 10;
}

#portfolio .img-fluid {
	object-fit: cover;
	width: 100%;
}

.page-section-smaller {
    padding: 4.5rem 0;
}

.explanation-image {
    width: 385px;
}

#base-station-btn {
	background-image: url(../assets/img/all/ultrasound.gif);
	background-position: center;
}

.base-station-image {
   width: 400px;
}

#dataTable_wrapper { 
	padding: 30px;
	border-radius: 20px;
	background-image: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)), url(../assets/img/all/table-bg.jpg);
	background-size: cover;
}

#dataTable_wrapper label,
#dataTable_wrapper td,
#dataTable_wrapper th,
#dataTable_wrapper a,
#dataTable_wrapper .dataTables_info
{
	color: white;
}

#dataTable_wrapper .paginate_button.page-item:not(.active) a {
	color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

#dataTable_wrapper .paginate_button.page-item.active a {
	background: deeppink;
}

#dataTable_wrapper td {
	font-weight: 600;
}

#dataTable_wrapper td a {
	font-weight: 600;
	text-decoration: none;
}

tr.odd {
    background: rgba(0,0,0,.07);
}

#dataTable_wrapper tbody tr:hover {
	background-color: deeppink !important;
	box-shadow: 0px 0 3rem rgba(255, 0, 255);
}

p {
    font-size: 1.03rem;
}

@media (min-width: 1200px) {
	h2, .h2 {
	    font-size: 2.23rem;
	}
}

.btn-pink {
    background: deeppink;
    color: white;
}

.text-pink {
	color: deeppink !important;
}

.btn-pink:hover, .btn-pink:focus, .btn-pink:active {
    background: #212529 !important;
    color: white !important;
}

.text-nav-dark {
	color: rgb(33, 37, 41) !important;
}

#mainNav .navbar-nav .nav-item .text-nav-dark:hover {
	color: #f4623a !important;
}

/*
body,
body a {
	cursor: url(../assets/img/all/pointer.png), auto !important;
}
*/

@media(max-width: 575px) {
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media(max-width: 992px) {
	.row .col-lg-6:nth-child(2) {
	    margin-top: 30px;
	}
}

#portfolio .container-fluid, #portfolio .container-sm, #portfolio .container-md, #portfolio .container-lg, #portfolio .container-xl, #portfolio .container-xxl {
    max-width: unset;
}

@media (min-width: 992px) {
	#mainNav .navbar-brand:hover {
    	color: unset;
	}
}

.shadow {
    box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.5) !important;
}

body footer a {
	cursor: pointer !important;
}

.cta{
  display:inline-flex; align-items:center; gap:.5rem;
  padding:.9rem 1.4rem; border-radius:999px; font-weight:700;
  background:var(--plum); color:#fff; border:1px solid rgba(255,255,255,.15);
  box-shadow:0 10px 30px rgba(0,0,0,.2); /* transition:transform .15s, */ box-shadow .3s;
}

.cta:hover{ /* transform:translateY(-1px); */
  box-shadow:0 12px 36px rgba(0,0,0,.24), 0 0 0 6px rgba(245,61,156,.12);
}

.cta:focus-visible{ outline:0;
  box-shadow:0 0 0 4px #fff, 0 0 0 8px var(--pink);
}

@media (max-width: 900px) {
  /*
  a[href="#how-it-works"] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
  }

  a[href="#how-it-works"] svg {
    width: 1.1rem;
    height: 1.1rem;
    display: inline-block;
    flex-shrink: 0;
    stroke: currentColor;
    fill: none;
  }
  */

  a[href="#how-it-works"] svg {
    display: none;
  }
}

/* Large-ish screens (Chromebook range) */
@media (min-width: 992px) and (max-width: 1600px) {
  header.masthead {
    height: 768px;
    min-height: 40rem;
    padding-top: 2.5rem;
    padding-bottom: 0;
  }
}

.room-hot-badge {
  font-size: 0.7rem;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 999px;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.85);
}

.btn.btn-dark .room-hot-badge,
.btn.btn-secondary .room-hot-badge,
.btn.btn-warning .room-hot-badge {
  /* Let the button control background; just keep text clear */
  background: rgba(0, 0, 0, 0.15);
}

#active-rooms-list .badge + .badge {
  margin-left: 0.35rem;
}

#active-rooms-list a:hover {
  text-decoration: underline;
}

.legal-section {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

/* Match Activity card heights on desktop */
@media (min-width: 992px) {
  .activity-card {
    min-height: 260px; /* tweak up/down as needed */
  }
}

.ls-beta-banner {
  background: linear-gradient(90deg, #1f2937, #0f172a);
  color: #e5e7eb;
  font-size: 13px;
  margin-top: 4.5rem; /* 👈 match roughly the nav height */
  position: relative;
  z-index: 900;
}

.ls-beta-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.ls-beta-label {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 999px;
  background: #111827;
  border: 1px solid #374151;
  color: #e5e7eb;
}

.ls-beta-text {
  flex: 1;
  min-width: 180px;
  color: #d1d5db;
}

.ls-beta-link {
  color: #93c5fd;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.ls-beta-link:hover {
  color: #bfdbfe;
}

.ls-beta-close {
  border: none;
  background: transparent;
  color: #9ca3af;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  padding: 2px 4px;
}

.ls-beta-close:hover {
  color: #e5e7eb;
}

/* --- Global focus styles --- */

/* Don't nuke outlines globally */
:focus {
    outline: none;
}

/* Use :focus-visible so mouse users don't get random outlines */
:focus-visible {
    outline: 2px solid deeppink;
    outline-offset: 2px;
}

/* Stronger focus for main interactive elements */
a:focus-visible,
button:focus-visible,
.btn:focus-visible,
.nav-link:focus-visible {
    outline: 2px solid deeppink;
    outline-offset: 3px;
    border-radius: 4px;
}


@media (max-width: 768px) {
  .input-group-prepend {
      display: none;
  }
  input#holodeck-space {
    border-radius: 0.375rem 0 0 0.375rem;
  }
}