@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;600;700&display=swap");

:root {
  --brand-color: #057471;
  --brand-hover-color: #04615f;
  --sw-bg: #f4f6f8;
  --sw-surface: #ffffff;
  --sw-line: #d9e2e8;
  --sw-text: #26313a;
  --sw-muted: #637381;
  --sw-dark: #1f2730;
  --sw-dark-soft: #27323d;
}

body.storewale-tools {
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--sw-text);
  background:
    radial-gradient(circle at 0 0, rgba(5, 116, 113, 0.12), transparent 36%),
    radial-gradient(circle at 100% 0, rgba(5, 116, 113, 0.09), transparent 38%),
    var(--sw-bg);
}

body.storewale-tools h1,
body.storewale-tools h2,
body.storewale-tools h3,
body.storewale-tools h4 {
  font-family: "Space Grotesk", "Manrope", sans-serif;
  letter-spacing: -0.01em;
}

body.storewale-tools .max-w-7xl {
  max-width: 1380px !important;
}

body.storewale-tools > header {
  background:
    radial-gradient(circle at 12% -32%, rgba(108, 231, 205, 0.18), transparent 38%),
    radial-gradient(circle at 86% -58%, rgba(5, 116, 113, 0.35), transparent 56%),
    linear-gradient(124deg, #1c2631 0%, #223243 55%, #2f4253 100%) !important;
  border-bottom: 1px solid rgba(191, 210, 224, 0.2) !important;
  box-shadow: 0 5px 14px rgba(11, 21, 33, 0.22);
}

body.storewale-tools .store-header-shell {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 56px;
  flex-wrap: nowrap;
}

body.storewale-tools .store-brand {
  color: #f5f9fd !important;
  text-shadow: none !important;
  background-image: none !important;
  -webkit-text-fill-color: currentColor !important;
  letter-spacing: -0.02em;
  flex: 0 0 auto;
  margin-right: 8px;
}

body.storewale-tools .store-brand img {
  height: 34px;
  width: auto;
  display: block;
}

body.storewale-tools #headerMenu {
  flex: 1 1 auto;
  min-width: 0;
  display: flex !important;
  align-items: center;
  flex-wrap: nowrap !important;
  gap: 6px !important;
  overflow-x: auto;
  scrollbar-width: none;
}

body.storewale-tools #headerMenu::-webkit-scrollbar {
  display: none;
}

body.storewale-tools #headerMenu a.store-nav-link {
  color: rgba(231, 240, 249, 0.92);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 6px 11px;
  border-radius: 999px;
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
  transition: all 0.2s ease;
  white-space: nowrap;
}

body.storewale-tools #headerMenu a.store-nav-link:hover {
  color: #ffffff;
  border-color: rgba(228, 239, 248, 0.25);
  background: rgba(255, 255, 255, 0.1);
}

body.storewale-tools .store-header-search {
  width: clamp(210px, 24vw, 320px);
  flex: 0 0 auto;
  margin-left: 6px;
}

body.storewale-tools .store-search-input {
  border-radius: 999px !important;
  color: #27343f !important;
  min-height: 40px;
  font-weight: 600;
  transition: all 0.22s ease;
}

body.storewale-tools .store-search-input::placeholder {
  color: #708292;
  font-weight: 500;
}

body.storewale-tools .store-search-input:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(5, 116, 113, 0.16);
  border-color: rgba(5, 116, 113, 0.5) !important;
}

body.storewale-tools .store-search-icon {
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  color: #708292;
  pointer-events: none;
}

body.storewale-tools .store-header-search .store-search-input {
  border: 1px solid rgba(188, 206, 220, 0.68) !important;
  background: rgba(247, 251, 255, 0.96) !important;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.45), 0 4px 12px rgba(10, 20, 34, 0.18);
  min-height: 38px;
}

body.storewale-tools .store-toolbar-search .store-search-input {
  border: 1px solid #d0dde7 !important;
  background: linear-gradient(180deg, #ffffff, #f7fafd) !important;
  box-shadow: 0 7px 18px rgba(17, 30, 44, 0.09);
  min-height: 46px;
}

body.storewale-tools .store-toolbar-search .store-search-icon {
  color: #6a7d8d;
}

body.storewale-tools .store-header-actions {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  margin-left: 4px;
}

body.storewale-tools .store-icon-btn {
  min-height: 34px;
  min-width: 34px;
  border-radius: 999px;
  border: 1px solid rgba(229, 239, 247, 0.3);
  background: rgba(255, 255, 255, 0.08);
  color: #edf4fa;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

body.storewale-tools .store-icon-btn:hover {
  background: rgba(5, 116, 113, 0.28);
  border-color: rgba(5, 116, 113, 0.64);
  transform: translateY(-1px);
}

body.storewale-tools #heroSection {
  margin: 0;
  max-width: 100%;
  width: 100%;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 88% -10%, rgba(5, 116, 113, 0.36), transparent 38%),
    linear-gradient(125deg, #1f2730, #27323d 58%, #30404d) !important;
  box-shadow: 0 22px 36px rgba(8, 15, 24, 0.34);
}

body.storewale-tools #heroTitle {
  color: #ffffff !important;
}

body.storewale-tools #heroSubtitle {
  color: rgba(231, 240, 249, 0.9) !important;
}

body.storewale-tools main.max-w-7xl {
  padding-top: 24px;
}

body.storewale-tools #view-grid > .flex {
  border: 1px solid #d8e3ea;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff, #f7fafc);
  box-shadow: 0 10px 28px rgba(22, 34, 46, 0.08);
  padding: 14px;
}

body.storewale-tools #publicCategoryParams {
  gap: 10px;
}

body.storewale-tools .store-filter-btn {
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid #d0dbe4;
  background: #ffffff;
  color: #3a5162;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: all 0.2s ease;
}

body.storewale-tools .store-filter-btn.active {
  background: var(--brand-color);
  border-color: var(--brand-color);
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(5, 116, 113, 0.24);
}

body.storewale-tools #viewGridBtn,
body.storewale-tools #viewListBtn {
  color: #5a7282;
}

body.storewale-tools #viewGridBtn.active,
body.storewale-tools #viewListBtn.active {
  background-color: var(--brand-color) !important;
  color: #ffffff !important;
  box-shadow: 0 8px 20px rgba(5, 116, 113, 0.24);
}

body.storewale-tools #toolsGrid {
  gap: 16px !important;
}

body.storewale-tools .store-list-card {
  border: 1px solid #d8e3ea !important;
  background: #ffffff !important;
  box-shadow: 0 8px 18px rgba(20, 42, 58, 0.08) !important;
  border-radius: 14px !important;
}

body.storewale-tools .store-list-card:hover {
  box-shadow: 0 14px 28px rgba(16, 40, 60, 0.18) !important;
}

body.storewale-tools .store-btn-primary {
  background: linear-gradient(135deg, #057471, #04615f) !important;
  color: #ffffff !important;
  border: 1px solid #04615f !important;
}

body.storewale-tools .store-btn-primary:hover {
  background: linear-gradient(135deg, #04615f, #03524f) !important;
}

body.storewale-tools #view-page {
  border: 1px solid #d8e3ea !important;
  background: #ffffff !important;
  border-radius: 18px !important;
  box-shadow: 0 12px 24px rgba(20, 42, 58, 0.1) !important;
}

body.storewale-tools footer {
  border-top: 0 !important;
  background:
    radial-gradient(circle at 85% -26%, rgba(5, 116, 113, 0.23), transparent 44%),
    linear-gradient(180deg, #222d39 0%, #1a2430 100%) !important;
  color: rgba(230, 238, 246, 0.92);
}

body.storewale-tools #footerMenu a.store-footer-link {
  color: rgba(230, 238, 246, 0.82);
  transition: color 0.2s ease;
}

body.storewale-tools #footerMenu a.store-footer-link:hover {
  color: #ffffff;
}

body.storewale-tools #adminPanel > div {
  border: 1px solid #dce6ec !important;
  background: #ffffff !important;
  border-radius: 20px !important;
  box-shadow: 0 10px 24px rgba(25, 45, 62, 0.07) !important;
}

body.storewale-tools #adminPanel nav button {
  border-radius: 8px;
}

body.storewale-tools #adminPanel nav button.border-brand,
body.storewale-tools #adminPanel nav button.text-brand {
  border-bottom-color: var(--brand-color) !important;
  color: var(--brand-color) !important;
  opacity: 1 !important;
}

body.storewale-tools .text-brand {
  color: var(--brand-color) !important;
}

body.storewale-tools .bg-brand {
  background-color: var(--brand-color) !important;
}

body.storewale-tools .hover\:bg-brand_hover:hover {
  background-color: var(--brand-hover-color) !important;
}

body.storewale-tools .bg-blue-600 {
  background-color: var(--brand-color) !important;
}

body.storewale-tools .hover\:bg-blue-700:hover {
  background-color: var(--brand-hover-color) !important;
}

body.storewale-tools .text-blue-600 {
  color: var(--brand-color) !important;
}

body.storewale-tools .text-blue-400,
body.storewale-tools .dark\:text-blue-400,
body.storewale-tools .hover\:text-blue-700:hover {
  color: var(--brand-color) !important;
}

body.storewale-tools .bg-blue-50 {
  background-color: rgba(5, 116, 113, 0.1) !important;
}

body.storewale-tools .hover\:bg-blue-50:hover {
  background-color: rgba(5, 116, 113, 0.14) !important;
}

body.storewale-tools .bg-blue-600\/20 {
  background-color: rgba(5, 116, 113, 0.2) !important;
}

body.storewale-tools .border-brand {
  border-color: var(--brand-color) !important;
}

body.storewale-tools .focus\:border-blue-600:focus {
  border-color: var(--brand-color) !important;
}

body.storewale-tools .focus\:ring-blue-500:focus {
  --tw-ring-color: rgba(5, 116, 113, 0.35) !important;
}

@media (max-width: 991.98px) {
  body.storewale-tools .store-header-shell {
    gap: 8px;
    min-height: 52px;
  }

  body.storewale-tools .store-brand {
    font-size: 1.35rem !important;
    margin-right: 2px;
  }

  body.storewale-tools #headerMenu a.store-nav-link {
    padding: 5px 9px;
    font-size: 10px;
  }

  body.storewale-tools .store-header-search {
    width: clamp(170px, 25vw, 240px);
  }

  body.storewale-tools .store-icon-btn {
    min-width: 32px;
    min-height: 32px;
  }

  body.storewale-tools #heroSection {
    border-radius: 0;
    margin-top: 0;
    border-left: 0;
    border-right: 0;
  }

  body.storewale-tools #toolsGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }
}

@media (max-width: 767.98px) {
  body.storewale-tools .store-header-shell {
    gap: 8px;
    min-height: 50px;
  }

  body.storewale-tools .store-brand {
    font-size: 1.05rem !important;
    margin-right: 0;
  }

  body.storewale-tools .store-header-search {
    width: min(56vw, 220px);
    margin-left: auto;
  }

  body.storewale-tools .store-search-input {
    min-height: 36px;
    font-size: 13px;
  }

  body.storewale-tools .store-icon-btn {
    min-width: 32px;
    min-height: 32px;
  }

  body.storewale-tools #toolsGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  body.storewale-tools #view-grid > .flex {
    padding: 10px;
  }

  body.storewale-tools footer .max-w-7xl {
    gap: 22px;
  }
}

/* Premium refresh for the internet-cafe tools app */
body.storewale-tools {
  --sw-premium-edge: rgba(127, 158, 178, 0.36);
  --sw-premium-edge-strong: rgba(5, 116, 113, 0.48);
  --sw-premium-shadow: 0 14px 26px rgba(12, 27, 41, 0.12);
}

body.storewale-tools #headerMenu a.store-nav-link {
  border-color: rgba(201, 220, 235, 0.22);
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

body.storewale-tools #headerMenu a.store-nav-link:hover {
  border-color: rgba(154, 227, 207, 0.56);
  background: linear-gradient(145deg, rgba(5, 116, 113, 0.34), rgba(5, 116, 113, 0.16));
  box-shadow: 0 10px 20px rgba(5, 116, 113, 0.24);
}

body.storewale-tools #view-grid > .flex {
  border: 1px solid var(--sw-premium-edge);
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% -25%, rgba(5, 116, 113, 0.12), transparent 42%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(243, 249, 253, 0.95));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    var(--sw-premium-shadow);
}

body.storewale-tools #publicCategoryParams {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px;
  border: 1px solid var(--sw-premium-edge);
  border-radius: 999px;
  background:
    radial-gradient(circle at 0 50%, rgba(5, 116, 113, 0.1), transparent 36%),
    linear-gradient(180deg, #ffffff, #f2f8fc);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 10px 20px rgba(18, 36, 50, 0.08);
  scrollbar-width: none;
}

body.storewale-tools #publicCategoryParams::-webkit-scrollbar {
  display: none;
}

body.storewale-tools .store-filter-btn {
  border-color: rgba(132, 160, 178, 0.44);
  background: linear-gradient(180deg, #ffffff, #edf5fa);
  color: #2e4b5d;
  box-shadow: 0 6px 14px rgba(15, 31, 45, 0.08);
}

body.storewale-tools .store-filter-btn:hover {
  border-color: var(--sw-premium-edge-strong);
  color: #194154;
  transform: translateY(-1px);
}

body.storewale-tools #toolsGrid > div {
  position: relative;
  isolation: isolate;
}

body.storewale-tools #toolsGrid > div::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

body.storewale-tools #toolsGrid > div:hover {
  box-shadow: 0 18px 30px rgba(10, 24, 36, 0.24);
}

body.storewale-tools #adminPanel nav.flex.overflow-x-auto > button {
  min-height: 36px;
  border-radius: 12px;
  padding-inline: 14px;
  border: 1px solid transparent;
}

body.storewale-tools #adminPanel nav.flex.overflow-x-auto > button:hover {
  background: linear-gradient(145deg, rgba(5, 116, 113, 0.1), rgba(5, 116, 113, 0.04));
  border-color: rgba(126, 162, 184, 0.34);
  opacity: 1;
}

body.storewale-tools #adminPanel nav.flex.overflow-x-auto > button.border-brand,
body.storewale-tools #adminPanel nav.flex.overflow-x-auto > button.text-brand {
  background: linear-gradient(145deg, rgba(5, 116, 113, 0.16), rgba(5, 116, 113, 0.06));
  border-color: rgba(5, 116, 113, 0.36);
  box-shadow: 0 10px 18px rgba(5, 116, 113, 0.16);
}

body.storewale-tools #adminPanel input[type="text"],
body.storewale-tools #adminPanel input[type="url"],
body.storewale-tools #adminPanel input[type="number"],
body.storewale-tools #adminPanel input[type="password"],
body.storewale-tools #adminPanel textarea,
body.storewale-tools #adminPanel select {
  border-radius: 12px !important;
  border: 1px solid var(--sw-premium-edge) !important;
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.98), rgba(242, 248, 252, 0.95)) !important;
  color: #243845;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.85),
    0 8px 14px rgba(19, 35, 50, 0.06);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

body.storewale-tools #adminPanel input[type="text"]:focus,
body.storewale-tools #adminPanel input[type="url"]:focus,
body.storewale-tools #adminPanel input[type="number"]:focus,
body.storewale-tools #adminPanel input[type="password"]:focus,
body.storewale-tools #adminPanel textarea:focus,
body.storewale-tools #adminPanel select:focus {
  border-color: var(--sw-premium-edge-strong) !important;
  box-shadow:
    0 0 0 3px rgba(5, 116, 113, 0.16),
    0 12px 18px rgba(12, 29, 42, 0.08);
  outline: none;
}

body.storewale-tools #adminPanel select {
  -webkit-appearance: none;
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #3f5a6d 50%),
    linear-gradient(135deg, #3f5a6d 50%, transparent 50%),
    linear-gradient(165deg, rgba(255, 255, 255, 0.98), rgba(242, 248, 252, 0.95));
  background-position:
    calc(100% - 17px) calc(50% + 1px),
    calc(100% - 11px) calc(50% + 1px),
    0 0;
  background-size: 6px 6px, 6px 6px, 100% 100%;
  background-repeat: no-repeat;
  padding-right: 36px !important;
}

body.storewale-tools #headerMenuList > div,
body.storewale-tools #footerMenuList > div,
body.storewale-tools #categoryListAdmin > div,
body.storewale-tools #adsList > div,
body.storewale-tools #pagesList > button {
  border: 1px solid var(--sw-premium-edge) !important;
  border-radius: 12px !important;
  background: linear-gradient(165deg, #ffffff, #f3f8fc) !important;
  box-shadow: 0 10px 16px rgba(18, 35, 50, 0.06);
}

body.storewale-tools #footerInputField {
  border: 1px solid rgba(157, 186, 205, 0.38) !important;
  background: linear-gradient(170deg, rgba(255, 255, 255, 0.98), rgba(236, 245, 252, 0.95)) !important;
  border-radius: 10px;
}

body.storewale-tools #footerSubscribeButton {
  border-radius: 10px;
  border: 1px solid rgba(5, 116, 113, 0.58);
  background: linear-gradient(135deg, #0a8e8b, #056f6d) !important;
  box-shadow: 0 10px 18px rgba(5, 116, 113, 0.24);
}

body.storewale-tools #footerSubscribeButton:hover {
  background: linear-gradient(135deg, #0b9d99, #067a77) !important;
}

.dark body.storewale-tools #view-grid > .flex,
.dark body.storewale-tools #publicCategoryParams,
.dark body.storewale-tools #adminPanel input[type="text"],
.dark body.storewale-tools #adminPanel input[type="url"],
.dark body.storewale-tools #adminPanel input[type="number"],
.dark body.storewale-tools #adminPanel input[type="password"],
.dark body.storewale-tools #adminPanel textarea,
.dark body.storewale-tools #adminPanel select,
.dark body.storewale-tools #headerMenuList > div,
.dark body.storewale-tools #footerMenuList > div,
.dark body.storewale-tools #categoryListAdmin > div,
.dark body.storewale-tools #adsList > div,
.dark body.storewale-tools #pagesList > button {
  border-color: rgba(76, 108, 132, 0.62) !important;
  color: #d6e5f1;
  background:
    radial-gradient(circle at 100% -30%, rgba(5, 116, 113, 0.2), transparent 44%),
    linear-gradient(160deg, rgba(23, 34, 46, 0.96), rgba(20, 30, 40, 0.96)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 12px 18px rgba(0, 0, 0, 0.28);
}

.dark body.storewale-tools #adminPanel select {
  background-image:
    linear-gradient(45deg, transparent 50%, #cbe0ef 50%),
    linear-gradient(135deg, #cbe0ef 50%, transparent 50%),
    linear-gradient(160deg, rgba(23, 34, 46, 0.96), rgba(20, 30, 40, 0.96));
}

@media (max-width: 767.98px) {
  body.storewale-tools #view-grid > .flex {
    border-radius: 14px;
  }

  body.storewale-tools #publicCategoryParams {
    border-radius: 14px;
    padding: 6px 8px;
  }

  body.storewale-tools .store-filter-btn {
    min-height: 36px;
    padding: 0 12px;
    font-size: 11px;
  }
}

/* Global premium teal treatment requested for buttons + background surfaces */
body.storewale-tools {
  --sw-premium-teal-bg: linear-gradient(180deg, rgba(5, 116, 113, 0.12), rgba(5, 116, 113, 0.07));
  --sw-premium-teal-hover-bg: linear-gradient(180deg, rgba(5, 116, 113, 0.18), rgba(5, 116, 113, 0.1));
  --sw-premium-teal-border: rgba(5, 116, 113, 0.5);
  --sw-premium-teal-text: #055d5b;
  --sw-premium-teal-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 8px 18px rgba(5, 116, 113, 0.18);
  --sw-premium-teal-shadow-hover: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 10px 22px rgba(5, 116, 113, 0.24);
}

body.storewale-tools #view-grid > .flex,
body.storewale-tools #publicCategoryParams,
body.storewale-tools .store-list-card,
body.storewale-tools #view-page,
body.storewale-tools #adminPanel > div,
body.storewale-tools #headerMenuList > div,
body.storewale-tools #footerMenuList > div,
body.storewale-tools #categoryListAdmin > div,
body.storewale-tools #adsList > div,
body.storewale-tools #pagesList > button,
body.storewale-tools #adminPanel input[type="text"],
body.storewale-tools #adminPanel input[type="url"],
body.storewale-tools #adminPanel input[type="number"],
body.storewale-tools #adminPanel input[type="password"],
body.storewale-tools #adminPanel textarea,
body.storewale-tools #adminPanel select,
body.storewale-tools .store-search-input {
  color: #1f3a46 !important;
}

body.storewale-tools #adminPanel input::placeholder,
body.storewale-tools #adminPanel textarea::placeholder,
body.storewale-tools .store-search-input::placeholder {
  color: #4d6677 !important;
  opacity: 1;
}

body.storewale-tools button,
body.storewale-tools .store-btn-primary,
body.storewale-tools .store-filter-btn,
body.storewale-tools .store-icon-btn,
body.storewale-tools #headerMenu a.store-nav-link,
body.storewale-tools #footerSubscribeButton {
  background: var(--sw-premium-teal-bg) !important;
  border-color: var(--sw-premium-teal-border) !important;
  color: var(--sw-premium-teal-text) !important;
  box-shadow: var(--sw-premium-teal-shadow) !important;
}

body.storewale-tools button:hover,
body.storewale-tools .store-btn-primary:hover,
body.storewale-tools .store-filter-btn:hover,
body.storewale-tools .store-icon-btn:hover,
body.storewale-tools #headerMenu a.store-nav-link:hover,
body.storewale-tools #footerSubscribeButton:hover {
  background: var(--sw-premium-teal-hover-bg) !important;
  border-color: var(--sw-premium-teal-border) !important;
  box-shadow: var(--sw-premium-teal-shadow-hover) !important;
}

/* Header + admin UX polish fixes */
body.storewale-tools #headerMenu a.store-nav-link {
  color: #f3fbff !important;
  border-color: rgba(176, 228, 227, 0.24) !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)) !important;
  text-shadow: 0 1px 0 rgba(8, 26, 38, 0.5);
}

body.storewale-tools #headerMenu a.store-nav-link:hover {
  color: #ffffff !important;
  border-color: rgba(166, 236, 232, 0.44) !important;
  background: linear-gradient(180deg, rgba(18, 143, 140, 0.34), rgba(7, 92, 95, 0.24)) !important;
}

body.storewale-tools .store-header-actions .store-icon-btn {
  min-width: 36px;
  min-height: 36px;
  border-color: rgba(180, 231, 230, 0.34) !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.05)) !important;
  color: #f3fbff !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 6px 14px rgba(5, 37, 52, 0.22) !important;
}

body.storewale-tools .store-header-actions .store-icon-btn:hover {
  color: #ffffff !important;
  border-color: rgba(166, 236, 232, 0.48) !important;
  background: linear-gradient(180deg, rgba(18, 143, 140, 0.34), rgba(7, 92, 95, 0.24)) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 10px 18px rgba(5, 41, 54, 0.28) !important;
}

body.storewale-tools .store-icon-svg {
  display: block;
  width: 18px;
  height: 18px;
  stroke: currentColor !important;
  stroke-width: 2.1;
}

body.storewale-tools #submitToolBtn.store-add-tool-btn {
  border: 1px solid rgba(5, 116, 113, 0.64) !important;
  background: linear-gradient(135deg, #12a3a0 0%, #0a8582 52%, #066f6d 100%) !important;
  color: #ffffff !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 14px 24px rgba(6, 80, 85, 0.3) !important;
  letter-spacing: 0.01em;
}

body.storewale-tools #submitToolBtn.store-add-tool-btn:hover {
  border-color: rgba(6, 128, 124, 0.72) !important;
  background: linear-gradient(135deg, #19b0ab 0%, #0d928f 52%, #087a77 100%) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.36), 0 16px 28px rgba(6, 85, 90, 0.34) !important;
}

/* Premium admin login modal */
body.storewale-tools .store-login-modal {
  padding: 1.25rem;
  background:
    radial-gradient(circle at 12% 0%, rgba(20, 156, 149, 0.2), transparent 40%),
    radial-gradient(circle at 90% 100%, rgba(5, 116, 113, 0.18), transparent 44%),
    rgba(6, 20, 29, 0.62) !important;
}

body.storewale-tools .store-login-card {
  position: relative;
  width: min(440px, 92vw);
  border-radius: 26px;
  border: 1px solid rgba(129, 175, 191, 0.36);
  background:
    radial-gradient(circle at 100% -20%, rgba(5, 116, 113, 0.12), transparent 44%),
    linear-gradient(165deg, #ffffff 0%, #f1f8fb 100%);
  box-shadow: 0 28px 58px rgba(8, 28, 40, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  padding: 1.55rem;
}

body.storewale-tools .store-login-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(139, 180, 199, 0.44) !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(236, 244, 251, 0.9)) !important;
  color: #2e4f63 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 14px rgba(14, 37, 53, 0.16);
}

body.storewale-tools .store-login-close:hover {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(226, 240, 248, 0.92)) !important;
  color: #173d53 !important;
}

body.storewale-tools .store-login-head {
  text-align: center;
  margin-bottom: 1rem;
}

body.storewale-tools .store-login-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.36rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(5, 116, 113, 0.36);
  background: linear-gradient(180deg, rgba(5, 116, 113, 0.14), rgba(5, 116, 113, 0.08));
  color: #066d6b;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 0.7rem;
}

body.storewale-tools .store-login-subtitle {
  margin-top: 0.45rem;
  color: #4f6a79;
  font-size: 13px;
}

body.storewale-tools .store-login-field {
  display: block;
}

body.storewale-tools .store-login-label {
  display: block;
  margin-bottom: 0.4rem;
  color: #315163;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

body.storewale-tools .store-login-input {
  width: 100%;
  padding: 0.78rem 0.88rem;
  border-radius: 12px;
  border: 1px solid rgba(132, 172, 189, 0.42);
  background: linear-gradient(180deg, #ffffff, #eef5fb);
  color: #183849;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.74);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

body.storewale-tools .store-login-input::placeholder {
  color: #6a8291;
}

body.storewale-tools .store-login-input:focus {
  outline: none;
  border-color: rgba(5, 116, 113, 0.56);
  background: linear-gradient(180deg, #ffffff, #f2faff);
  box-shadow: 0 0 0 0.2rem rgba(5, 116, 113, 0.14), 0 10px 18px rgba(11, 57, 66, 0.12);
}

body.storewale-tools .store-login-btn-primary {
  border: 1px solid rgba(5, 116, 113, 0.62) !important;
  background: linear-gradient(135deg, #12a3a0 0%, #0a8582 56%, #056d6b 100%) !important;
  color: #ffffff !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), 0 10px 20px rgba(5, 92, 92, 0.28) !important;
}

body.storewale-tools .store-login-btn-primary:hover {
  background: linear-gradient(135deg, #18b3ae 0%, #0f9693 56%, #087977 100%) !important;
}

body.storewale-tools .store-login-btn-secondary {
  border: 1px solid rgba(123, 165, 184, 0.4) !important;
  background: linear-gradient(180deg, #ffffff, #eaf2f8) !important;
  color: #1f485e !important;
  box-shadow: 0 8px 16px rgba(13, 37, 53, 0.12) !important;
}

body.storewale-tools .store-login-btn-secondary:hover {
  background: linear-gradient(180deg, #ffffff, #e3edf5) !important;
}

body.storewale-tools #loginError {
  color: #c43b57 !important;
  background: linear-gradient(180deg, rgba(255, 238, 242, 0.95), rgba(255, 226, 234, 0.88));
  border: 1px solid rgba(215, 120, 141, 0.42);
  border-radius: 10px;
  padding: 0.48rem 0.6rem;
}

.dark body.storewale-tools .store-login-card {
  border-color: rgba(85, 126, 144, 0.58);
  background:
    radial-gradient(circle at 100% -20%, rgba(5, 116, 113, 0.24), transparent 44%),
    linear-gradient(165deg, #1a2732 0%, #13202b 100%);
  box-shadow: 0 30px 64px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.dark body.storewale-tools .store-login-subtitle {
  color: #9ab7c7;
}

.dark body.storewale-tools .store-login-label {
  color: #b6cfdd;
}

.dark body.storewale-tools .store-login-input {
  border-color: rgba(84, 126, 145, 0.72);
  background: linear-gradient(160deg, rgba(22, 34, 46, 0.98), rgba(18, 28, 39, 0.96));
  color: #e2edf3;
}

.dark body.storewale-tools .store-login-input::placeholder {
  color: #88a6b7;
}

.dark body.storewale-tools .store-login-close {
  border-color: rgba(83, 127, 145, 0.8) !important;
  background: linear-gradient(180deg, rgba(27, 41, 54, 0.96), rgba(22, 35, 48, 0.96)) !important;
  color: #d2e6f0 !important;
}

.dark body.storewale-tools .store-login-btn-secondary {
  border-color: rgba(82, 124, 143, 0.72) !important;
  background: linear-gradient(180deg, rgba(27, 41, 54, 0.96), rgba(22, 34, 47, 0.96)) !important;
  color: #d7e8f1 !important;
}
