/* [project]/src/components/NCA-client/SearchWidget.css [app-client] (css) */
:root, :host {
  --background: #050509;
  --foreground: #f5f5f7;
  --card: #12121a;
  --border: #2a2a35;
  --primary: #7f5bff;
  --accent: #38bdf8;
  --muted: #181822;
  --muted-foreground: #8b8b99;
}

* {
  box-sizing: border-box;
}

.app-spotnight.search {
  min-height: 644px;
  color: var(--foreground);
  padding: unset;
  background: #050509;
  flex-direction: column;
  font-family: Inter, -apple-system, BlinkMacSystemFont, sans-serif;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sn-search-header {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  z-index: 10;
  background: #08080ef2;
  border-bottom: 1px solid #ffffff0d;
  align-items: center;
  gap: 12px;
  padding: 24px 16px 16px;
  display: flex;
}

.sn-search-input-active {
  background: #05050999;
  border: 1px solid #ffffff1a;
  border-radius: 99px;
  flex: 1;
  align-items: center;
  gap: 12px;
  height: 52px;
  padding: 0 16px;
  display: flex;
  box-shadow: inset 0 2px 4px #0000004d;
}

.sn-real-input {
  color: #fff;
  background: none;
  border: none;
  outline: none;
  width: 100%;
  font-family: inherit;
  font-size: 15px;
}

.sn-real-input::placeholder {
  color: #fff6;
}

.sn-cancel-btn {
  color: var(--primary);
  cursor: pointer;
  background: unset;
  font-size: 15px;
  font-weight: 500;
}

.sn-search-content {
  flex: 1;
  padding: 20px 16px;
  overflow-y: auto;
}

.sn-section-label {
  text-transform: uppercase;
  letter-spacing: .5px;
  color: var(--muted-foreground);
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 700;
}

.sn-horizontal-scroll {
  scrollbar-width: none;
  gap: 16px;
  padding-bottom: 8px;
  display: flex;
  overflow-x: auto;
}

.sn-horizontal-scroll::-webkit-scrollbar {
  display: none;
}

.sn-city-item {
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  display: flex;
}

.sn-city-icon {
  color: #fff;
  background: radial-gradient(circle at 100% 0, #7f5bff66, #38bdf81a);
  border: 1px solid #ffffff1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  font-size: 11px;
  font-weight: 800;
  display: flex;
  box-shadow: 0 4px 12px #0000004d;
}

.sn-city-name {
  color: #fffc;
  font-size: 12px;
  font-weight: 500;
}

.sn-tags-grid {
  flex-wrap: wrap;
  gap: 8px;
  display: flex;
}

.sn-tag-pill {
  color: #ffffffe6;
  cursor: pointer;
  background: #ffffff0f;
  border: 1px solid #ffffff0d;
  border-radius: 99px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
}

.sn-list {
  flex-direction: column;
  gap: 4px;
  display: flex;
}

.sn-list-item {
  cursor: pointer;
  border-bottom: 1px solid #ffffff08;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  display: flex;
}

.sn-item-icon-box {
  color: #ffffffb3;
  background: #ffffff0d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.sn-item-icon-box.neon {
  color: var(--primary);
  background: #7f5bff26;
  border: 1px solid #7f5bff4d;
  box-shadow: 0 0 10px #7f5bff4d;
}

.sn-item-info {
  flex: 1;
}

.sn-item-title {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.sn-item-subtitle {
  color: var(--muted-foreground);
  margin-top: 2px;
  font-size: 12px;
}

.sn-item-action {
  color: var(--muted-foreground);
  opacity: .5;
}

.sn-keyboard-area {
  background: #1c1c1e;
  border-top: 1px solid #ffffff1a;
  flex-direction: column;
  gap: 8px;
  margin-top: auto;
  padding: 10px 4px 24px;
  display: flex;
}

.sn-keyboard-row {
  justify-content: center;
  gap: 6px;
  display: flex;
}

.sn-key {
  color: #fff;
  background: #ffffff4d;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-width: 32px;
  height: 42px;
  font-size: 20px;
  font-weight: 400;
  display: flex;
  box-shadow: 0 1px #0006;
}

.sn-key.shift, .sn-key.backspace {
  background: #ffffff26;
  padding: 0 10px;
}

.sn-key.space {
  color: #000;
  background: #fff;
  flex: 1;
  font-size: 14px;
}

.sn-key.return {
  background: var(--primary);
  color: #fff;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 600;
}

/* [project]/src/components/NCA-client/HomeWidget.css [app-client] (css) */
:root {
  --background: #050509;
  --foreground: #f5f5f7;
  --border: #0000;
  --input: #0b0b10;
  --primary: #7f5bff;
  --primary-foreground: #fff;
  --secondary: #0d0f11;
  --secondary-foreground: #d9d9df;
  --muted: #08080a;
  --muted-foreground: #8b8b99;
  --success: #19a974;
  --success-foreground: #eaf8f0;
  --accent: #38bdf8;
  --accent-foreground: #fff;
  --destructive: #e85a4f;
  --destructive-foreground: #fff;
  --warning: #d99a2f;
  --warning-foreground: #16120a;
  --card: #08060b;
  --card-foreground: #f1f1f4;
  --sidebar: #070709;
  --sidebar-foreground: #c9cdd2;
  --sidebar-primary: #1a1030;
  --sidebar-primary-foreground: #eaf0ff;
  --radius-sm: 4px;
  --radius-md: 6px;
  --radius-lg: 8px;
  --radius-xl: 12px;
  --font-family-body: Inter;
}

:root, :host {
  --background: #050509;
  --foreground: #f5f5f7;
  --card: #12121a;
  --border: #2a2a35;
  --primary: #7f5bff;
  --primary-foreground: #fff;
  --accent: #38bdf8;
  --muted: #181822;
  --muted-foreground: #8b8b99;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 24px;
}

* {
  box-sizing: border-box;
}

.app-spotnight {
  min-height: 644px;
  color: var(--foreground);
  background: radial-gradient(circle at 10% 20%, #7f5bff26 0%, #0000 40%), radial-gradient(circle at 90% 80%, #38bdf81f 0%, #0000 40%), #050509;
  flex-direction: column;
  gap: 24px;
  padding: 24px 16px 80px;
  font-family: Inter, -apple-system, BlinkMacSystemFont, sans-serif;
  display: flex;
  position: relative;
  overflow-x: hidden;
}

.sn-tab.active, .sn-tab:hover {
  color: #fff;
}

.sn-tab.active:after {
  content: "";
  background: #fff;
  border-radius: 10px;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  box-shadow: 0 0 8px #fffc;
}

.sn-tab.active .sn-tab-icon {
  filter: drop-shadow(0 0 8px var(--primary));
}

.sn-tab-label {
  letter-spacing: .3px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
}

.sn-search-card {
  background: radial-gradient(circle at top, #7f5bff1a, #121218f2);
  border: 1px solid #7f5bff33;
  border-radius: 28px;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 8px;
  padding: 20px 24px;
  display: flex;
  box-shadow: 0 10px 40px #00000080;
}

.sn-search-card:hover {
  filter: brightness(1.25);
}

.sn-search-title {
  color: #fff;
  letter-spacing: -.5px;
  font-size: 22px;
  font-weight: 800;
}

.sn-search-input-box {
  background: #05050999;
  border: 1px solid #ffffff1a;
  border-radius: 99px;
  justify-content: normal;
  align-items: center;
  gap: 12px;
  height: 52px;
  padding: 0 16px;
  display: flex;
  box-shadow: inset 0 2px 4px #0000004d;
}

.sn-placeholder {
  color: #fff9;
  font-size: 15px;
  font-weight: 500;
}

.sn-content-scroll {
  flex-direction: column;
  gap: 24px;
  display: flex;
}

.sn-section {
  flex-direction: column;
  gap: 16px;
  display: flex;
}

.sn-section-header {
  justify-content: space-between;
  align-items: center;
  padding: 0 4px;
  display: flex;
}

.sn-section-title {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  text-shadow: 0 0 12px #7f5bff99;
  font-size: 15px;
  font-weight: 800;
}

.sn-section-link {
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: .5px;
  font-size: 12px;
  font-weight: 600;
}

.sn-horizontal-list {
  scrollbar-width: none;
  gap: 16px;
  margin: 0 -4px;
  padding: 4px 4px 16px;
  display: flex;
  overflow-x: auto;
}

.sn-horizontal-list::-webkit-scrollbar {
  display: none;
}

.sn-card-club {
  border-radius: var(--radius-md);
  background: radial-gradient(circle at top, #7f5bff66, #08080ef2);
  border: 1px solid #7f5bff4d;
  flex-direction: column;
  flex-shrink: 0;
  width: 220px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 20px #0009;
}

.sn-card-club:hover {
  filter: brightness(1.25);
}

.sn-card-image {
  height: 124px;
  position: relative;
}

.sn-card-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.sn-card-badge {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #fff;
  text-transform: uppercase;
  z-index: 2;
  background: #000000b3;
  border: 1px solid #ffffff1a;
  border-radius: 6px;
  padding: 4px 8px;
  font-size: 10px;
  font-weight: 700;
  position: absolute;
  top: 8px;
  left: 8px;
  box-shadow: 0 0 10px #00000080;
}

.sn-like-btn {
  z-index: 2;
  filter: drop-shadow(0 2px 4px #00000080);
  color: #fff;
  opacity: .9;
  transition: transform .2s;
  position: absolute;
  top: 6px;
  right: 6px;
}

.sn-like-btn:active {
  opacity: 1;
  transform: scale(.9);
}

.sn-card-content {
  flex-direction: column;
  gap: 4px;
  padding: 12px;
  display: flex;
}

.sn-card-title {
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-shadow: 0 0 8px #7f5bff66;
  font-size: 15px;
  font-weight: 700;
  overflow: hidden;
}

.sn-card-subtitle {
  color: #ffffffb3;
  font-size: 11px;
  font-weight: 500;
}

.sn-card-hours {
  color: #fffc;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
  font-size: 10px;
  font-weight: 500;
  display: flex;
}

.sn-card-hours.active, .sn-card-hours.closing-soon {
  color: #ffffffe6;
}

.sn-card-hours.inactive {
  color: #ffffff80;
}

.sn-status-dot {
  background-color: currentColor;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  box-shadow: 0 0 4px;
}

.sn-spacer {
  flex: 1;
}

.sn-bottom-nav {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 100;
  background: radial-gradient(circle at top, #7f5bff33, #0000 60%), #08080efa;
  border: 1px solid #ffffff14;
  border-radius: 999px;
  justify-content: space-around;
  align-items: center;
  width: calc(100% - 64px);
  max-width: 320px;
  padding: 8px 16px;
  display: flex;
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 -1px #232329e6, 0 8px 24px #000c;
}

.sn-nav-item {
  color: #ffffff80;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 2px 8px;
  display: flex;
}

.sn-nav-icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  transition: all .2s;
  display: flex;
}

.sn-nav-item.active {
  color: #fff;
}

.sn-nav-item.active .sn-nav-icon {
  filter: drop-shadow(0 0 6px var(--primary));
}

.sn-nav-label {
  letter-spacing: .2px;
  font-size: 9px;
  font-weight: 600;
}

.sn-top-tabs {
  justify-content: center;
  gap: 32px;
  padding-bottom: 8px;
  display: flex;
}

.sn-tab {
  color: var(--muted-foreground);
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding-bottom: 8px;
  display: flex;
  position: relative;
}

.sn-tab-icon {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: transform .2s;
  display: flex;
}

.icon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.s24 {
  width: 24px;
  height: 24px;
}

.s20 {
  width: 20px;
  height: 20px;
}

