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

/* ============================= */
/* HOLLOWAUTH PUBLIC HOME 2026 */
/* Scoped to avoid dashboard/auth/admin regressions */
/* ============================= */

.home-page.hollow-public-home {
  --ha-bg: #050506;
  --ha-surface: #09090b;
  --ha-surface-raised: #0d0d10;
  --ha-border: rgba(255, 255, 255, 0.1);
  --ha-border-soft: rgba(255, 255, 255, 0.065);
  --ha-text: #f4f4f5;
  --ha-muted: #9999a2;
  --ha-subtle: #6f6f78;
  min-height: 100vh;
  padding-top: 0;
  overflow-x: clip;
  color: var(--ha-text);
  background: var(--ha-bg);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-feature-settings: "kern" 1, "liga" 1;
  text-rendering: optimizeLegibility;
}

.hollow-public-home *,
.hollow-public-home *::before,
.hollow-public-home *::after {
  box-sizing: border-box;
}

.hollow-public-home a,
.hollow-public-home button {
  -webkit-tap-highlight-color: transparent;
}

.hollow-public-home a:focus-visible,
.hollow-public-home button:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 4px;
}

.hollow-public-home .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hollow-public-home .ha-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: 76px;
  border-bottom: 1px solid var(--ha-border-soft);
  background: rgba(5, 5, 6, 0.96);
}

.hollow-public-home .ha-nav {
  width: min(1360px, calc(100% - 48px));
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.hollow-public-home .ha-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  flex: 0 0 auto;
  color: var(--ha-text);
  text-decoration: none;
  font-size: 15px;
  font-weight: 550;
  letter-spacing: 0.005em;
}

.hollow-public-home .ha-brand img {
  width: 31px;
  height: 31px;
  object-fit: contain;
}

.hollow-public-home .ha-navigation {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.hollow-public-home .ha-nav-links,
.hollow-public-home .ha-nav-actions {
  display: flex;
  align-items: center;
}

.hollow-public-home .ha-nav-links {
  margin-left: auto;
  gap: clamp(20px, 2.5vw, 38px);
}

.hollow-public-home .ha-nav-actions {
  margin-left: auto;
  gap: 12px;
}

.hollow-public-home .ha-nav-links a,
.hollow-public-home .ha-login,
.hollow-public-home .ha-register {
  color: #c1c1c7;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.hollow-public-home .ha-nav-links a:hover,
.hollow-public-home .ha-login:hover {
  color: #ffffff;
}

.hollow-public-home .ha-login,
.hollow-public-home .ha-register {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid var(--ha-border);
  border-radius: 9px;
}

.hollow-public-home .ha-register {
  background: #f4f4f5;
  border-color: #f4f4f5;
  color: #09090a;
}

.hollow-public-home .ha-register:hover {
  background: #ffffff;
  color: #000000;
}

.hollow-public-home .ha-menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ha-border);
  border-radius: 9px;
  background: var(--ha-surface);
  color: var(--ha-text);
  cursor: pointer;
}

.hollow-public-home .ha-hero {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 118px 0 84px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  justify-items: center;
  gap: 0;
}

.hollow-public-home .ha-hero-copy {
  max-width: 920px;
  text-align: center;
}

.hollow-public-home .ha-hero-notice {
  width: fit-content;
  min-height: 33px;
  margin: 0 auto 25px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--ha-border);
  border-radius: 999px;
  background: #08080a;
  color: #b8b8c0;
  text-decoration: none;
  font-size: 11.5px;
  font-weight: 500;
  transition: border-color 170ms ease, background-color 170ms ease, color 170ms ease;
  animation: hollowNoticePulse 3.2s ease-in-out infinite;
}

.hollow-public-home .ha-hero-notice:hover {
  border-color: rgba(255, 255, 255, 0.2);
  background: #0d0d10;
  color: #ffffff;
}

.hollow-public-home .ha-hero-notice i {
  font-size: 9px;
}

.hollow-public-home .ha-hero-notice-logo {
  width: 13px;
  height: 13px;
  flex: 0 0 auto;
  object-fit: contain;
}

@keyframes hollowNoticePulse {
  0%, 100% {
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  }

  50% {
    border-color: rgba(255, 255, 255, 0.18);
    box-shadow: 0 0 14px rgba(255, 255, 255, 0.035);
  }
}

.hollow-public-home .ha-hero h1 {
  margin: 0;
  color: var(--ha-text);
  font-size: clamp(42px, 5vw, 66px);
  line-height: 1.02;
  letter-spacing: -0.045em;
  font-weight: 660;
}

.hollow-public-home .ha-hero-copy > p {
  max-width: 680px;
  margin: 28px auto 0;
  color: #aaaab2;
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.65;
}

.hollow-public-home .ha-hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 34px;
  justify-content: center;
}

.hollow-public-home .ha-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 0 24px;
  border: 1px solid var(--ha-border);
  border-radius: 10px;
  color: var(--ha-text);
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  transition: background-color 170ms ease, color 170ms ease, border-color 170ms ease, transform 170ms ease;
}

.hollow-public-home .ha-button:hover {
  transform: translateY(-2px);
}

.hollow-public-home .ha-button-primary {
  background: #f4f4f5;
  border-color: #f4f4f5;
  color: #080809;
}

.hollow-public-home .ha-button-secondary:hover {
  background: #101012;
  border-color: rgba(255, 255, 255, 0.18);
}

.hollow-public-home .ha-dashboard-preview {
  width: min(100%, 1060px);
  min-width: 0;
  min-height: 465px;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  background: #070708;
  box-shadow: none;
}

.hollow-public-home .ha-preview-sidebar {
  padding: 19px 11px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  border-right: 1px solid var(--ha-border-soft);
  background: #08080a;
}

.hollow-public-home .ha-preview-sidebar img {
  width: 25px;
  height: 25px;
  margin-bottom: 12px;
  object-fit: contain;
}

.hollow-public-home .ha-preview-sidebar span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid transparent;
  border-radius: 9px;
  color: #74747e;
  font-size: 13px;
}

.hollow-public-home .ha-preview-sidebar span.active {
  border-color: var(--ha-border);
  background: #121216;
  color: #ffffff;
}

.hollow-public-home .ha-preview-main {
  min-width: 0;
  padding: 24px;
}

.hollow-public-home .ha-preview-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

.hollow-public-home .ha-preview-heading > div {
  display: grid;
  gap: 3px;
}

.hollow-public-home .ha-preview-heading span {
  color: var(--ha-subtle);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.hollow-public-home .ha-preview-heading strong {
  font-size: 16px;
  font-weight: 600;
}

.hollow-public-home .ha-preview-state {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

.hollow-public-home .ha-preview-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.hollow-public-home .ha-preview-stats article,
.hollow-public-home .ha-preview-activity,
.hollow-public-home .ha-preview-access {
  min-width: 0;
  border: 1px solid var(--ha-border-soft);
  border-radius: 11px;
  background: #0b0b0e;
}

.hollow-public-home .ha-preview-stats article {
  min-height: 126px;
  padding: 15px;
}

.hollow-public-home .ha-preview-stats article > span {
  display: block;
  overflow: hidden;
  color: #898992;
  font-size: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.hollow-public-home .ha-preview-stats strong {
  display: block;
  margin-top: 8px;
  font-size: clamp(20px, 2vw, 27px);
  font-weight: 620;
  letter-spacing: -0.04em;
}

.hollow-public-home .ha-preview-stats small {
  display: block;
  margin-top: 14px;
  color: #66666f;
  font-size: 9px;
  line-height: 1.4;
}

.hollow-public-home .ha-preview-lower {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(180px, 0.75fr);
  gap: 10px;
  margin-top: 10px;
}

.hollow-public-home .ha-preview-activity,
.hollow-public-home .ha-preview-access {
  min-height: 205px;
  padding: 17px;
}

.hollow-public-home .ha-preview-activity h2,
.hollow-public-home .ha-preview-access h2 {
  margin: 0 0 15px;
  font-size: 11px;
  font-weight: 600;
}

.hollow-public-home .ha-preview-activity > div {
  min-height: 45px;
  display: grid;
  grid-template-columns: 25px minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  border-top: 1px solid var(--ha-border-soft);
  color: #c5c5cb;
  font-size: 10px;
}

.hollow-public-home .ha-preview-activity i { color: #7e7e88; }
.hollow-public-home .ha-preview-activity small { color: #66666e; font-size: 9px; }

.hollow-public-home .ha-preview-access {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.hollow-public-home .ha-preview-access h2 { width: 100%; }

.hollow-public-home .ha-preview-module {
  min-height: 45px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-top: 1px solid var(--ha-border-soft);
  color: #a1a1aa;
  font-size: 10px;
}

.hollow-public-home .ha-preview-module i {
  width: 17px;
  color: #777780;
  text-align: center;
}

.hollow-public-home .home-stats.ha-stats {
  width: min(1120px, calc(100% - 48px));
  max-width: none;
  margin: 0 auto;
  padding: 76px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 0;
  background: transparent;
}

.hollow-public-home .ha-stats .stat-item {
  padding: 0 28px;
  text-align: center;
  border-right: 1px solid var(--ha-border-soft);
}

.hollow-public-home .ha-stats .stat-item:last-child { border-right: 0; }
.hollow-public-home .ha-stats .stat-item strong { margin: 0 0 8px; color: var(--ha-text); font-size: clamp(31px, 3.2vw, 44px); font-weight: 620; }
.hollow-public-home .ha-stats .stat-item span { color: var(--ha-muted); font-size: 13px; }

.hollow-public-home .ha-section,
.hollow-public-home .ha-pricing {
  width: min(1160px, calc(100% - 48px));
  max-width: none;
  margin: 0 auto;
  padding: 128px 0;
  border-top: 1px solid var(--ha-border-soft);
}

.hollow-public-home .ha-section-heading {
  max-width: 760px;
  margin: 0 0 42px;
  display: block;
  text-align: left;
}

.hollow-public-home .ha-section-heading h2 {
  margin: 0;
  color: var(--ha-text);
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.045em;
  font-weight: 640;
}

.hollow-public-home .ha-section-heading p {
  max-width: 680px;
  margin: 19px 0 0;
  color: var(--ha-muted);
  font-size: 15px;
  line-height: 1.75;
}

.hollow-public-home .ha-feature-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.hollow-public-home .ha-feature-card {
  flex: 0 1 calc(25% - 12px);
  min-width: 0;
  min-height: 210px;
  padding: 26px;
  border: 1px solid var(--ha-border);
  border-radius: 12px;
  background: #08080a;
  transition: background-color 170ms ease, transform 220ms ease;
}

.hollow-public-home .ha-feature-card:hover { background: #0c0c0f; }
.hollow-public-home .ha-feature-card:nth-child(odd):hover { transform: translateX(5px); }
.hollow-public-home .ha-feature-card:nth-child(even):hover { transform: translateX(-5px); }
.hollow-public-home .ha-feature-card > i { color: #cfcfd4; font-size: 21px; }
.hollow-public-home .ha-feature-card h3 { margin: 42px 0 10px; font-size: 15px; font-weight: 600; }
.hollow-public-home .ha-feature-card p { margin: 0; color: #8d8d96; font-size: 13px; line-height: 1.65; }

.hollow-public-home .ha-feature-card h3 span {
  display: block;
  margin-top: 6px;
  color: #74747d;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hollow-public-home .ha-feature-planned {
  border-style: dashed;
}

.hollow-public-home .ha-workflow-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.hollow-public-home .ha-workflow-grid article {
  min-height: 230px;
  padding: 29px;
  border: 1px solid var(--ha-border);
  border-radius: 12px;
  background: var(--ha-surface);
}

.hollow-public-home .ha-workflow-grid span { color: #777780; font-size: 12px; font-weight: 600; }
.hollow-public-home .ha-workflow-grid h3 { margin: 58px 0 11px; font-size: 18px; font-weight: 600; }
.hollow-public-home .ha-workflow-grid p { margin: 0; color: var(--ha-muted); font-size: 13px; line-height: 1.65; }

.hollow-public-home .pricing-header-v2.ha-section-heading {
  max-width: none !important;
  margin: 0 0 42px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  gap: 34px !important;
  text-align: left !important;
}

.hollow-public-home .pricing-header-v2.ha-section-heading > div:first-child {
  max-width: 720px !important;
  margin: 0 !important;
}

.hollow-public-home .pricing-toggle-wrap {
  width: auto !important;
  margin: 0 auto !important;
  justify-content: center !important;
  flex-wrap: nowrap;
}

.hollow-public-home .pricing-grid { gap: 16px; }
.hollow-public-home .pricing-card { border: 1px solid var(--ha-border); border-radius: 13px; background: var(--ha-surface); box-shadow: none; }
.hollow-public-home .pricing-card-featured { border-color: rgba(255, 255, 255, 0.24); background: var(--ha-surface-raised); box-shadow: none; }
.hollow-public-home .pricing-card:hover { transform: translateY(-2px); border-color: rgba(255, 255, 255, 0.2); }
.hollow-public-home .pricing-discount { color: #bdbdc4; border-color: var(--ha-border); background: #111114; box-shadow: none; }
.hollow-public-home .pricing-toggle { border-color: var(--ha-border) !important; background: #19191d !important; }
.hollow-public-home .pricing-toggle.active { border-color: #e7e7e9 !important; background: #e7e7e9 !important; }
.hollow-public-home .pricing-btn-primary { background: #f4f4f5; color: #09090a; }
.hollow-public-home .pricing-note { color: var(--ha-muted); }

.hollow-public-home .home-footer.ha-footer {
  width: min(1200px, calc(100% - 48px));
  max-width: none;
  margin: 0 auto;
  padding: 82px 0 36px;
  border-top: 1px solid var(--ha-border-soft);
}

.hollow-public-home .ha-footer .footer-grid {
  grid-template-columns: minmax(260px, 1.35fr) repeat(3, minmax(150px, 0.75fr));
  align-items: start;
  gap: clamp(46px, 6vw, 88px);
  padding-bottom: 72px;
}

.hollow-public-home .ha-footer .footer-brand h3 {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 620;
  letter-spacing: -0.025em;
}

.hollow-public-home .ha-footer .footer-brand p {
  max-width: 320px;
  color: #9d9da6;
  font-size: 14.5px;
  line-height: 1.7;
}

.hollow-public-home .ha-footer .footer-column {
  gap: 15px;
}

.hollow-public-home .ha-footer .footer-column h4 {
  margin: 0 0 7px;
  color: #f4f4f5;
  font-size: 15px;
  font-weight: 620;
  line-height: 1.4;
}

.hollow-public-home .ha-footer .footer-column a,
.hollow-public-home .ha-footer .footer-link-button {
  width: fit-content;
  min-height: 22px;
  padding: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  color: #a2a2ab;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
}

.hollow-public-home .ha-footer .footer-column a:hover,
.hollow-public-home .ha-footer .footer-link-button:hover {
  color: #ffffff;
  transform: none;
}

.hollow-public-home .ha-footer .footer-bottom {
  padding-top: 30px;
}

.hollow-public-home .ha-footer .footer-bottom p,
.hollow-public-home .ha-footer .system-status {
  font-size: 13.5px;
  line-height: 1.5;
}

.hollow-public-home .system-status span {
  background: #35d07f;
  box-shadow: 0 0 0 rgba(53, 208, 127, 0);
  animation: hollowStatusPulse 1.8s ease-in-out infinite;
}

@keyframes hollowStatusPulse {
  0%, 100% {
    opacity: 0.55;
    box-shadow: 0 0 0 0 rgba(53, 208, 127, 0);
  }

  50% {
    opacity: 1;
    box-shadow: 0 0 0 4px rgba(53, 208, 127, 0.12);
  }
}

.hollow-public-body .legal-modal-overlay,
.hollow-public-body .hollow-announcement-backdrop {
  background: rgba(0, 0, 0, 0.86);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.hollow-public-body .legal-modal-box,
.hollow-public-body .hollow-announcement-card {
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: #08080a;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.55);
}

.hollow-public-body .hollow-announcement-card::before {
  display: none;
}

.hollow-public-body .hollow-announcement-eyebrow,
.hollow-public-body .legal-modal-header span {
  color: #a1a1aa;
}

.hollow-public-body .contact-btn,
.hollow-public-body .contact-btn.discord,
.hollow-public-body .contact-btn.email,
.hollow-public-body .contact-btn.whatsapp,
.hollow-public-body .contact-btn:hover,
.hollow-public-body .contact-btn.discord:hover,
.hollow-public-body .contact-btn.email:hover,
.hollow-public-body .contact-btn.whatsapp:hover {
  border-color: rgba(255, 255, 255, 0.13);
  background: #0d0d10;
  color: #f4f4f5;
  box-shadow: none;
}

.hollow-public-home .scroll-reveal {
  opacity: 0;
  transform: translateY(16px);
  filter: none;
  transition: opacity 500ms ease, transform 500ms ease;
  transition-delay: var(--delay, 0ms);
}

.hollow-public-home .scroll-reveal.revealed {
  opacity: 1;
  transform: translateY(0);
  filter: none;
}

@media (max-width: 1120px) {
  .hollow-public-home .ha-nav-links { gap: 18px; }
  .hollow-public-home .ha-hero { grid-template-columns: 1fr; gap: 72px; }
  .hollow-public-home .ha-preview-main { padding: 18px; }
}

@media (max-width: 900px) {
  .hollow-public-home .ha-header { height: 68px; }
  .hollow-public-home .ha-nav { width: min(100% - 32px, 760px); }
  .hollow-public-home .ha-menu-toggle { display: inline-flex; }
  .hollow-public-home .ha-navigation {
    position: absolute;
    top: calc(100% + 1px);
    left: 16px;
    right: 16px;
    display: none;
    padding: 18px;
    border: 1px solid var(--ha-border);
    border-radius: 0 0 12px 12px;
    background: #08080a;
  }
  .hollow-public-home .ha-navigation.open { display: grid; gap: 18px; }
  .hollow-public-home .ha-nav-links { margin: 0; display: grid; gap: 0; }
  .hollow-public-home .ha-nav-links a { padding: 12px 4px; border-bottom: 1px solid var(--ha-border-soft); }
  .hollow-public-home .ha-nav-actions { margin: 0; }
  .hollow-public-home .ha-nav-actions a { flex: 1; }
  .hollow-public-home .ha-hero { width: min(100% - 36px, 1000px); padding: 82px 0 58px; grid-template-columns: 1fr; gap: 58px; }
  .hollow-public-home .ha-hero-copy { max-width: 700px; }
  .hollow-public-home .ha-dashboard-preview { width: 100%; }
  .hollow-public-home .ha-stats .stat-item { padding: 0 14px; }
  .hollow-public-home .ha-feature-card { flex-basis: calc(50% - 8px); }
  .hollow-public-home .ha-workflow-grid { grid-template-columns: 1fr; }
  .hollow-public-home .ha-workflow-grid article { min-height: 190px; }
  .hollow-public-home .ha-workflow-grid h3 { margin-top: 40px; }
  .hollow-public-home .pricing-header-v2.ha-section-heading { align-items: stretch !important; flex-direction: column !important; }
  .hollow-public-home .pricing-toggle-wrap { justify-content: center !important; }
  .hollow-public-home .ha-footer .footer-grid { grid-template-columns: repeat(3, 1fr); gap: 42px 28px; }
  .hollow-public-home .ha-footer .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .hollow-public-home .ha-nav { width: calc(100% - 28px); }
  .hollow-public-home .ha-brand img { width: 27px; height: 27px; }
  .hollow-public-home .ha-hero { width: calc(100% - 32px); padding-top: 54px; }
  .hollow-public-home .ha-hero h1 { font-size: clamp(34px, 10vw, 44px); }
  .hollow-public-home .ha-hero-copy > p { font-size: 16px; }
  .hollow-public-home .ha-hero-actions { flex-direction: column; align-items: stretch; }
  .hollow-public-home .ha-button { width: 100%; }
  .hollow-public-home .ha-dashboard-preview { min-height: 0; grid-template-columns: 1fr; }
  .hollow-public-home .ha-preview-sidebar { display: none; }
  .hollow-public-home .ha-preview-main { padding: 14px; }
  .hollow-public-home .ha-preview-heading { align-items: flex-start; }
  .hollow-public-home .ha-preview-stats { grid-template-columns: 1fr; }
  .hollow-public-home .ha-preview-stats article { min-height: 100px; }
  .hollow-public-home .ha-preview-lower { grid-template-columns: 1fr; }
  .hollow-public-home .ha-preview-access { min-height: 150px; }
  .hollow-public-home .home-stats.ha-stats { width: calc(100% - 32px); grid-template-columns: repeat(2, 1fr); row-gap: 32px; }
  .hollow-public-home .ha-stats .stat-item:nth-child(2) { border-right: 0; }
  .hollow-public-home .ha-stats .stat-item:nth-child(3),
  .hollow-public-home .ha-stats .stat-item:nth-child(4) { padding-top: 28px; border-top: 1px solid var(--ha-border-soft); }
  .hollow-public-home .ha-section,
  .hollow-public-home .ha-pricing { width: calc(100% - 32px); padding: 72px 0; }
  .hollow-public-home .ha-section-heading { margin-bottom: 32px; }
  .hollow-public-home .ha-feature-card { flex-basis: 100%; min-height: 180px; padding: 24px; }
  .hollow-public-home .ha-feature-card h3 { margin-top: 38px; }
  .hollow-public-home .pricing-grid { grid-template-columns: 1fr; }
  .hollow-public-home .pricing-toggle-wrap { flex-wrap: wrap; }
  .hollow-public-home .home-footer.ha-footer { width: calc(100% - 32px); }
  .hollow-public-home .ha-footer .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 24px; }
  .hollow-public-home .ha-footer .footer-brand { grid-column: 1 / -1; }
  .hollow-public-home .footer-bottom { align-items: flex-start; flex-direction: column; gap: 16px; }
}

@media (max-width: 420px) {
  .hollow-public-home .ha-nav-actions { flex-direction: column; }
  .hollow-public-home .ha-footer .footer-grid { grid-template-columns: 1fr; }
  .hollow-public-home .ha-footer .footer-brand { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  .hollow-public-home *,
  .hollow-public-home *::before,
  .hollow-public-home *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .hollow-public-home .scroll-reveal {
    opacity: 1 !important;
    transform: none !important;
  }

  .hollow-public-home .system-status span {
    animation: none !important;
    opacity: 1;
  }

  .hollow-public-home .ha-hero-notice {
    animation: none !important;
  }

  .hollow-public-home .ha-feature-card:hover {
    transform: none !important;
  }
}

html,
body,
input,
button,
textarea,
select {
  font-family: "Inter", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background: #000000;
  color: #ffffff;
  min-height: 100vh;
  font-size: 13px;
}

/* ============================= */
/* LOGIN / REGISTER */
/* ============================= */

.login-page {
  min-height: 100vh;
  display: flex;
  flex-direction: row-reverse;
  background: #000;
  position: relative;
  overflow: hidden;
}

.login-page::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.035), transparent 28%),
    radial-gradient(circle at 80% 75%, rgba(255, 255, 255, 0.025), transparent 30%);
  opacity: 0.8;
}

.login-side {
  width: 40%;
  min-width: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 34px;
  position: relative;
  z-index: 2;
}

.login-card {
  width: 100%;
  max-width: 390px;
  min-height: 540px;
  background: rgba(5, 5, 5, 0.88);
  border: 1px solid #1b1b1b;
  border-radius: 16px;
  padding: 38px 28px 30px;
}

.login-card:hover {
  transform: translateY(-2px);
  border-color: #2e2e2e;
  box-shadow: 0 0 36px rgba(255, 255, 255, 0.035);
}

.back-link {
  display: inline-block;
  color: #bcbcbc;
  text-decoration: none;
  font-size: 13px;
  margin-bottom: 22px;
  transform: translateY(-16px);
}

.back-link:hover {
  color: #ffffff;
}

.login-card h1 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
  letter-spacing: -0.03em;
}

.subtitle {
  color: #b0b0b0;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 400;
}

.login-form {
  display: flex;
  flex-direction: column;
}

.login-form label {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #ffffff;
}

.login-form input {
  width: 100%;
  background: #060606;
  border: 1px solid #252525;
  border-radius: 10px;
  color: #ffffff;
  padding: 12px 14px;
  font-size: 14px;
  outline: none;
  margin-bottom: 18px;
  transition:
    border-color 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.login-form input::placeholder {
  color: #777;
}

.login-form input:hover {
  border-color: #343434;
  background: #090909;
}

.login-form input:focus {
  border-color: #555555;
  background: #0a0a0a;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.035);
  transform: translateY(-1px);
}

.sign-btn {
  width: 100%;
  border: none;
  background: #f4f4f4;
  color: #000000;
  padding: 12px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 4px;
  transition:
    transform 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease;
}

.sign-btn:hover {
  transform: translateY(-2px);
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(255, 255, 255, 0.12);
}

.sign-btn:active {
  transform: translateY(0) scale(0.98);
}

.divider {
  display: flex;
  align-items: center;
  margin: 20px 0;
  color: #8a8a8a;
}

.divider::before,
.divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #202020;
}

.divider span {
  padding: 0 12px;
  font-size: 13px;
}

.google-btn {
  width: 100%;
  background: #040404;
  color: #ffffff;
  border: 1px solid #252525;
  border-radius: 10px;
  padding: 12px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition:
    transform 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.google-btn:hover {
  transform: translateY(-2px);
  background: #101010;
  border-color: #383838;
  box-shadow: 0 10px 26px rgba(255, 255, 255, 0.035);
}

.bottom-text {
  text-align: center;
  color: #9a9a9a;
  margin-top: 24px;
  font-size: 14px;
}

.bottom-text a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
}

.bottom-text a:hover {
  text-decoration: underline;
}

.brand-side {
  width: 60%;
  position: relative;
  padding: 34px 44px;
  z-index: 2;
}

.brand-box {
  position: absolute;
  top: 34px;
  left: 44px;
  max-width: 340px;
  text-align: left;
  animation: fadeSlideIn 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

.brand-logo {
  width: 50px;
  height: 50px;
  object-fit: contain;
  display: block;
  margin-right: auto;
  margin-bottom: 12px;
  animation: softFloat 4s ease-in-out infinite;
  transition: transform 0.35s ease, filter 0.35s ease;
}

.brand-logo:hover {
  transform: scale(1.06);
  filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.25));
}

.brand-box h2 {
  font-size: 26px;
  margin-bottom: 8px;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.brand-box p {
  color: #a5a5a5;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 400;
}



/* ============================= */
/* DASHBOARD COMPACT */
/* ============================= */

.dashboard-layout {
  min-height: 100vh;
  background: #000000;
  color: #ffffff;
  display: flex;
  overflow-x: hidden;
}

.sidebar {
  width: 165px;
  min-height: 100vh;
  border-right: 1px solid #1d1d1d;
  background: #030303;
  display: flex;
  flex-direction: column;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
}

.sidebar-brand {
  height: 52px;
  border-bottom: 1px solid #1d1d1d;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0 12px;
}

.sidebar-brand img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  flex-shrink: 0;
}

.sidebar-brand span {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.sidebar-nav {
  padding: 9px 0;
  flex: 1;
}

.nav-item {
  width: 100%;
  border: none;
  background: transparent;
  color: #d7d7d7;
  padding: 10px 13px;
  text-align: left;
  font-size: 12.5px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 9px;
  border-left: 2px solid transparent;
  transition: 0.2s ease;
  border-radius: 0;
}

.nav-item:hover {
  background: #101010;
  color: #ffffff;
}

.nav-item.active {
  background: #171717;
  color: #ffffff;
  border-left-color: #ffffff;
  font-weight: 600;
}

.app-menu {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #1d1d1d;
}

.hidden {
  display: none !important;
}

.sidebar-user {
  border-top: 1px solid #1d1d1d;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 9px;
}

.user-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #ffffff;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 12px;
  flex-shrink: 0;
}

.sidebar-user strong {
  display: block;
  font-size: 11.5px;
  font-weight: 500;
}

.sidebar-user p {
  margin: 1px 0 0;
  color: #9a9a9a;
  font-size: 10.5px;
  font-weight: 400;
}

.logout-btn {
  background: transparent;
  border: 1px solid #252525;
  color: #ffffff;
  width: 26px;
  height: 26px;
  border-radius: 7px;
  cursor: pointer;
  margin-left: auto;
  padding: 0;
}

.dashboard-main {
  margin-left: 165px;
  width: calc(100% - 165px);
  min-height: 100vh;
  padding: 24px 24px;
}

.dash-section {
  display: none;
  animation: fadeSlideIn 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.dash-section.active-section {
  display: block;
}

.page-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
}

.eyebrow {
  display: block;
  color: #8f96a8;
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: 1.8px;
  margin-bottom: 4px;
}

.page-header h1 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.primary-action,
.secondary-action,
.warning-action,
.danger-action {
  border-radius: 7px;
  padding: 8px 11px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.2s ease;
  font-size: 11.5px;
}

.primary-action {
  border: none;
  background: #ffffff;
  color: #000000;
}

.primary-action:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(255, 255, 255, 0.1);
}

.secondary-action {
  background: #050505;
  color: #dcdcdc;
  border: 1px solid #252525;
}

.secondary-action:hover {
  background: #101010;
  border-color: #3a3a3a;
}

.warning-action {
  background: transparent;
  color: #ff9f2d;
  border: 1px solid #ff9f2d;
}

.danger-action {
  background: transparent;
  color: #ff4040;
  border: 1px solid #ff4040;
}

.small-btn {
  padding: 7px 10px;
  font-size: 11px;
}

.content-block h2,
.manage-actions h2 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px;
}

.table-card,
.credentials-card,
.stat-card {
  background: #060607;
  border: 1px solid #252525;
  border-radius: 7px;
}

.table-card {
  padding: 15px;
}

.table-title {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 14px;
}

.apps-table {
  width: 100%;
  border-collapse: collapse;
}

.apps-table th {
  color: #8f96a8;
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: left;
  padding: 9px;
  border-bottom: 1px solid #252525;
}

.apps-table td {
  padding: 10px 9px;
  border-bottom: 1px solid #252525;
  font-size: 11.5px;
  font-weight: 400;
}

.apps-table td strong {
  font-weight: 600;
}

.status-badge {
  display: inline-block;
  background: rgba(0, 255, 100, 0.12);
  color: #17ff70;
  padding: 3px 7px;
  border-radius: 6px;
  font-size: 10.5px;
  font-weight: 600;
}

.select-app {
  background: #060607;
  border: 1px solid #252525;
  color: #ffffff;
  border-radius: 7px;
  padding: 6px 9px;
  cursor: pointer;
  font-size: 11px;
  font-weight: 500;
}

.select-app:hover {
  border-color: #ffffff;
}

.empty-state {
  text-align: center;
  padding: 22px 16px;
  color: #9a9a9a;
}

.empty-state h3 {
  color: #ffffff;
  margin-bottom: 6px;
  font-weight: 600;
  font-size: 13px;
}

.empty-state p {
  font-weight: 400;
  font-size: 11.5px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 9px;
  margin-bottom: 16px;
}

.stat-card {
  padding: 13px;
}

.stat-card span {
  color: #8f96a8;
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: 1px;
}

.stat-card strong {
  display: block;
  font-size: 22px;
  font-weight: 500;
  margin-top: 6px;
  letter-spacing: -0.04em;
}

.credentials-card {
  padding: 18px;
  margin-bottom: 16px;
}

.credentials-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.credentials-header h2 {
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 7px;
}

.tabs {
  display: flex;
  gap: 22px;
  margin-top: 18px;
  border-bottom: 1px solid #252525;
}

.tab {
  background: transparent;
  border: none;
  color: #8f96a8;
  padding: 0 0 9px;
  font-size: 11.5px;
  font-weight: 600;
  cursor: pointer;
}

.tab.active {
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
}

.code-box {
  margin-top: 14px;
  background: #010101;
  border: 1px solid #252525;
  border-radius: 7px;
  padding: 15px;
  color: #ffffff;
  overflow-x: auto;
  line-height: 1.55;
  font-size: 11px;
  font-family: "Cascadia Code", "Consolas", monospace;
  white-space: pre-wrap;
}

.code-box code {
  color: inherit;
  font-family: inherit;
}

.code-box .code-purple {
  color: #ff6bff !important;
}

.code-box .code-green {
  color: #00ffb3 !important;
}

.code-box .code-blue {
  color: #5ab0ff !important;
}

.code-box .code-orange {
  color: #ff9f5c !important;
}

.code-box .code-yellow {
  color: #f5d76e !important;
}

.examples-btn {
  margin-top: 9px;
  margin-bottom: 28px;
  padding: 6px 9px;
  font-size: 11px;
  border-radius: 7px;
}

.manage-actions {
  margin-top: 6px;
  margin-bottom: 16px;
}

.action-row {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}

.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
}

.modal-card {
  width: 100%;
  max-width: 370px;
  background: #070707;
  border: 1px solid #252525;
  border-radius: 12px;
  padding: 20px;
  animation: fadeSlideIn 0.3s ease;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-header h2 {
  font-size: 16px;
}

.modal-header button {
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 24px;
  cursor: pointer;
}

.modal-card p {
  color: #9a9a9a;
  margin: 8px 0 18px;
  font-size: 12px;
}

.modal-card form {
  display: flex;
  flex-direction: column;
}

.modal-card label {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 7px;
}

.modal-card input {
  background: #050505;
  border: 1px solid #252525;
  color: #ffffff;
  padding: 11px;
  border-radius: 9px;
  margin-bottom: 14px;
  outline: none;
  font-size: 12px;
}

.modal-card input:focus {
  border-color: #555555;
}

/* ============================= */
/* ICONS */
/* ============================= */

.nav-item i,
.icon-btn i,
.logout-btn i,
.credentials-header h2 i {
  width: 15px;
  height: 15px;
  stroke-width: 1.8;
  flex-shrink: 0;
}

.icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.logout-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logout-btn i {
  width: 14px;
  height: 14px;
}

.examples-btn i {
  width: 14px;
  height: 14px;
}

/* ============================= */
/* ANIMACIONES */
/* ============================= */

@keyframes fadeSlideIn {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.985);
    filter: blur(5px);
  }

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

@keyframes softFloat {
  0% {
    transform: translateY(0);
  }

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

  100% {
    transform: translateY(0);
  }
}

/* ============================= */
/* RESPONSIVE LOGIN / REGISTER */
/* ============================= */

@media (max-width: 1000px) {
  .login-page {
    flex-direction: column;
  }

  .login-side,
  .brand-side {
    width: 100%;
    min-width: auto;
  }

  .brand-side {
    padding: 20px 26px 36px;
  }

  .brand-box {
    position: static;
    text-align: left;
    max-width: 100%;
  }

  .brand-logo {
    margin-left: 0;
    margin-right: auto;
  }

  .login-side {
    padding: 26px 18px 18px;
  }

  .login-card {
    max-width: 100%;
  }
}

/* ============================= */
/* RESPONSIVE DASHBOARD */
/* ============================= */

@media (max-width: 900px) {
  .sidebar {
    width: 64px;
  }

  .sidebar-brand span,
  .sidebar-user div {
    display: none;
  }

  .nav-item {
    justify-content: center;
    padding: 12px;
  }

  .dashboard-main {
    margin-left: 64px;
    width: calc(100% - 64px);
    padding: 20px;
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

@media (max-width: 600px) {
  .stats-grid {
    grid-template-columns: 1fr;
  }

  .action-row {
    flex-direction: column;
  }

  .primary-action,
  .secondary-action,
  .warning-action,
  .danger-action {
    width: 100%;
  }

/* ============================= */
/* APP MANAGEMENT SECTIONS */
/* ============================= */

.table-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.table-actions {
  display: flex;
  align-items: center;
  gap: 7px;
  flex-wrap: wrap;
}

.table-check {
  width: 13px;
  height: 13px;
  accent-color: #ffffff;
}

.table-empty {
  text-align: center;
  color: #8f96a8;
  padding: 18px 10px !important;
  font-size: 12px;
}

.mini-badge {
  display: inline-block;
  border: 1px solid #252525;
  background: #020202;
  color: #ffffff;
  padding: 4px 8px;
  border-radius: 6px;
  font-family: "Cascadia Code", "Consolas", monospace;
  font-size: 11px;
}

.table-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #8f96a8;
  font-size: 11.5px;
  margin-top: 16px;
}

.pagination-box {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pagination-box select,
.modal-select {
  background: #050505;
  color: #ffffff;
  border: 1px solid #252525;
  border-radius: 7px;
  padding: 8px 10px;
  outline: none;
  font-size: 12px;
}

.variable-empty-card {
  min-height: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.variable-empty-card p {
  color: #8f96a8;
  font-size: 13px;
  margin-top: 8px;
}

.empty-icon {
  width: 30px;
  height: 30px;
  color: #3b3b3b;
}

.team-grid {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 18px;
}

.form-card {
  background: #060607;
  border: 1px solid #252525;
  border-radius: 7px;
  padding: 18px;
}

.form-card h2,
.managers-card h2 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 14px;
}

.form-card form {
  display: flex;
  flex-direction: column;
}

.form-card label {
  color: #8f96a8;
  font-size: 12px;
  margin-bottom: 7px;
}

.form-card input {
  background: #050505;
  border: 1px solid #252525;
  color: #ffffff;
  padding: 10px;
  border-radius: 7px;
  margin-bottom: 14px;
  outline: none;
  font-size: 12px;
}

.form-card input:focus {
  border-color: #555555;
}

.check-box-line {
  border: 1px solid #252525;
  background: #020202;
  border-radius: 7px;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 16px;
}

.check-box-line input {
  margin: 0;
  width: 14px;
  height: 14px;
}

.check-box-line label {
  margin: 0;
  color: #ffffff;
}

.check-box-line span {
  color: #8f96a8;
}

.managers-card p {
  color: #8f96a8;
  font-size: 12px;
}

.modal-select {
  margin-bottom: 14px;
}

@media (max-width: 900px) {
  .table-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .table-actions {
    width: 100%;
  }
}

}
/* ============================= */
/* MANAGER PANEL STYLE */
/* ============================= */

.manager-page {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 18px;
  align-items: flex-start;
}

.manager-card,
.manager-list-card {
  background: rgba(5, 5, 5, 0.88);
  border: 1px solid #252525;
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 0 38px rgba(255, 255, 255, 0.025);
  animation: fadeSlideIn 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.manager-card {
  max-width: 360px;
}

.manager-list-card {
  min-height: 260px;
}

.manager-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.manager-card-header h2 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.03em;
  margin-bottom: 3px;
}

.manager-card-header p {
  color: #8f96a8;
  font-size: 12px;
  line-height: 1.4;
}

.manager-icon {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: #0c0c0c;
  border: 1px solid #2a2a2a;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.manager-icon.small {
  width: 34px;
  height: 34px;
  border-radius: 10px;
}

.manager-icon i {
  width: 18px;
  height: 18px;
  stroke-width: 1.8;
}

.manager-form {
  display: flex;
  flex-direction: column;
}

.manager-form label {
  color: #dcdcdc;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 7px;
}

.manager-form input {
  width: 100%;
  background: #060606;
  border: 1px solid #252525;
  color: #ffffff;
  padding: 11px 12px;
  border-radius: 9px;
  margin-bottom: 14px;
  outline: none;
  font-size: 12px;
  transition:
    border-color 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.manager-form input::placeholder {
  color: #777;
}

.manager-form input:hover {
  background: #090909;
  border-color: #343434;
}

.manager-form input:focus {
  border-color: #555555;
  background: #0a0a0a;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.035);
  transform: translateY(-1px);
}

.subscription-select-card {
  background: #050505;
  border: 1px solid #252525;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 16px;
}

.check-box-line {
  display: flex;
  align-items: center;
  gap: 10px;
}

.check-box-line input {
  width: 14px;
  height: 14px;
  margin: 0;
  accent-color: #ffffff;
  flex-shrink: 0;
}

.check-box-line label {
  margin: 0;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.check-box-line label strong {
  font-size: 12px;
  font-weight: 600;
}

.check-box-line label span {
  color: #8f96a8;
  font-size: 11px;
}

.manager-submit {
  margin-top: 0;
  padding: 11px;
  font-size: 13px;
  border-radius: 9px;
}

.manager-empty {
  height: 170px;
  border: 1px dashed #252525;
  border-radius: 12px;
  background: #040404;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  padding: 20px;
}

.manager-empty i {
  width: 30px;
  height: 30px;
  color: #3a3a3a;
  margin-bottom: 10px;
}

.manager-empty h3 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}

.manager-empty p {
  color: #8f96a8;
  font-size: 12px;
  max-width: 320px;
  line-height: 1.4;
}

@media (max-width: 900px) {
  .manager-page {
    grid-template-columns: 1fr;
  }

  .manager-card {
    max-width: 100%;
  }
}

/* ============================= */
/* USER DROPDOWN MENU */
/* ============================= */

.sidebar-user {
  position: relative;
  min-height: 68px;
  padding: 14px 12px;
}

.user-avatar {
  width: 32px;
  height: 32px;
  font-size: 13px;
}

.sidebar-user-info {
  min-width: 0;
  flex: 1;
}

.sidebar-user-info strong {
  display: block;
  font-size: 12.5px;
  font-weight: 600;
  color: #ffffff;
  max-width: 82px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sidebar-user-info p {
  margin-top: 2px;
  font-size: 11px;
  color: #8f96a8;
}

.user-menu-btn {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  border: 1px solid #252525;
  background: #050505;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.user-menu-btn:hover {
  background: #101010;
  border-color: #3a3a3a;
  transform: translateY(-1px);
}

.user-menu-btn i {
  width: 14px;
  height: 14px;
  stroke-width: 1.8;
}

.user-dropdown {
  position: absolute;
  left: 12px;
  bottom: 76px;
  width: 180px;
  background: #070707;
  border: 1px solid #252525;
  border-radius: 10px;
  padding: 8px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.55);
  z-index: 50;
  animation: dropdownIn 0.18s ease;
}

.dropdown-item {
  width: 100%;
  border: none;
  background: transparent;
  color: #ffffff;
  padding: 10px 9px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 12.5px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.dropdown-item:hover {
  background: #111111;
}

.dropdown-item i {
  width: 15px;
  height: 15px;
  stroke-width: 1.8;
}

.dropdown-item.danger {
  color: #ff4040;
  margin-top: 6px;
  border-top: 1px solid #202020;
  border-radius: 0 0 7px 7px;
  padding-top: 12px;
}

.dropdown-item.danger:hover {
  background: rgba(255, 64, 64, 0.08);
}

.user-dropdown form {
  margin: 0;
}

@keyframes dropdownIn {
  from {
    opacity: 0;
    transform: translateY(8px) scale(0.98);
  }

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

/* ============================= */
/* SMALL MANAGE APPLICATION BUTTONS */
/* ============================= */

.manage-actions .action-row button {
  padding: 5px 8px !important;
  font-size: 10px !important;
  border-radius: 6px !important;
  gap: 5px !important;
  height: 30px;
}

.manage-actions .action-row button i {
  width: 12px !important;
  height: 12px !important;
  stroke-width: 1.7;
}

.manage-actions .action-row {
  gap: 6px;
}

/* ============================= */
/* SMALL SECTION HEADER BUTTONS */
/* ============================= */

#section-licenses .page-header button,
#section-users .page-header button,
#section-subscriptions .page-header button,
#section-variables .page-header button {
  padding: 6px 10px !important;
  font-size: 10.5px !important;
  border-radius: 6px !important;
  height: 30px;
  gap: 6px !important;
}

#section-licenses .page-header button i,
#section-users .page-header button i,
#section-subscriptions .page-header button i,
#section-variables .page-header button i {
  width: 13px !important;
  height: 13px !important;
  stroke-width: 1.8;
}

/* Botones Delete All / Delete Used / Delete Expired */
.table-actions button {
  padding: 5px 8px !important;
  font-size: 10px !important;
  border-radius: 6px !important;
  height: 28px;
  gap: 5px !important;
}

.table-actions button i {
  width: 12px !important;
  height: 12px !important;
  stroke-width: 1.7;
}

/* Botones pequeños de tablas: Select, tres puntos, etc. */
.apps-table button,
.select-app {
  padding: 5px 8px !important;
  font-size: 10px !important;
  border-radius: 6px !important;
  min-height: 27px;
}

.apps-table button i,
.select-app i {
  width: 12px !important;
  height: 12px !important;
}

/* ============================= */
/* KEY GENERATOR MODAL */
/* ============================= */

.keygen-modal {
  max-width: 560px;
  padding: 0;
  overflow: hidden;
  border-radius: 12px;
  background: #050505;
  border: 1px solid #252525;
}

.keygen-header {
  padding: 18px 22px;
  border-bottom: 1px solid #1f1f1f;
}

.keygen-header h2 {
  font-size: 15px;
  font-weight: 600;
  color: #f2f2f2;
}

.keygen-close {
  width: 28px;
  height: 28px;
  border-radius: 7px;
  border: none;
  background: transparent;
  color: #8f96a8;
  font-size: 22px;
  cursor: pointer;
  transition: 0.2s ease;
}

.keygen-close:hover {
  color: #ffffff;
  background: #111111;
}

.keygen-form {
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.fieldset-box {
  border: 1px solid #252525;
  border-radius: 8px;
  padding: 10px 14px 12px;
  background: #070707;
}

.fieldset-box label {
  display: block;
  font-size: 11px;
  letter-spacing: 1px;
  color: #8f96a8;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.fieldset-box input {
  width: 100%;
  background: #020202;
  border: 1px solid #252525;
  color: #ffffff;
  padding: 10px 12px;
  border-radius: 7px;
  font-size: 12px;
  outline: none;
}

.fieldset-box input:focus {
  border-color: #555555;
}

.key-options-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 2px;
}

.check-option {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
}

.check-option input {
  width: 14px;
  height: 14px;
  accent-color: #ffffff;
}

.simple-label {
  color: #8f96a8;
  font-size: 12px;
  margin-bottom: -4px;
}

.keygen-form .modal-select {
  width: 100%;
  background: #020202;
  border: 1px solid #252525;
  color: #ffffff;
  border-radius: 7px;
  padding: 10px 12px;
  font-size: 12px;
  outline: none;
}

.keygen-form .modal-select:focus {
  border-color: #555555;
}

.key-duration-input {
  width: 100%;
  background: #020202;
  border: 1px solid #252525;
  color: #ffffff;
  padding: 10px 12px;
  border-radius: 7px;
  font-size: 12px;
  outline: none;
}

.key-duration-input::placeholder {
  color: #777777;
}

.key-duration-input:focus {
  border-color: #555555;
}

.keygen-submit {
  margin-top: 6px;
  width: 100%;
  padding: 11px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
}

@media (max-width: 700px) {
  .keygen-modal {
    max-width: calc(100vw - 30px);
  }

  .key-options-row {
    grid-template-columns: 1fr;
  }

  .keygen-form {
    padding: 16px;
  }

  .keygen-header {
    padding: 14px 16px;
  }
}

/* ============================= */
/* KEY GENERATOR MODAL */
/* ============================= */

.keygen-modal {
  max-width: 560px;
  padding: 0;
  overflow: hidden;
  border-radius: 12px;
  background: #050505;
  border: 1px solid #252525;
}

.keygen-header {
  padding: 18px 22px;
  border-bottom: 1px solid #1f1f1f;
}

.keygen-header h2 {
  font-size: 15px;
  font-weight: 600;
  color: #f2f2f2;
}

.keygen-close {
  width: 28px;
  height: 28px;
  border-radius: 7px;
  border: none;
  background: transparent;
  color: #8f96a8;
  font-size: 22px;
  cursor: pointer;
  transition: 0.2s ease;
}

.keygen-close:hover {
  color: #ffffff;
  background: #111111;
}

.keygen-form {
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.fieldset-box {
  border: 1px solid #252525;
  border-radius: 8px;
  padding: 10px 14px 12px;
  background: #070707;
}

.fieldset-box label {
  display: block;
  font-size: 11px;
  letter-spacing: 1px;
  color: #8f96a8;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.fieldset-box input {
  width: 100%;
  background: #020202;
  border: 1px solid #252525;
  color: #ffffff;
  padding: 10px 12px;
  border-radius: 7px;
  font-size: 12px;
  outline: none;
}

.fieldset-box input:focus {
  border-color: #555555;
}

.key-options-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 2px;
}

.check-option {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
}

.check-option input {
  width: 14px;
  height: 14px;
  accent-color: #ffffff;
}

.simple-label {
  color: #8f96a8;
  font-size: 12px;
  margin-bottom: -4px;
}

.keygen-form .modal-select {
  width: 100%;
  background: #020202;
  border: 1px solid #252525;
  color: #ffffff;
  border-radius: 7px;
  padding: 10px 12px;
  font-size: 12px;
  outline: none;
}

.keygen-form .modal-select:focus {
  border-color: #555555;
}

.key-duration-input {
  width: 100%;
  background: #020202;
  border: 1px solid #252525;
  color: #ffffff;
  padding: 10px 12px;
  border-radius: 7px;
  font-size: 12px;
  outline: none;
}

.key-duration-input::placeholder {
  color: #777777;
}

.key-duration-input:focus {
  border-color: #555555;
}

.keygen-submit {
  margin-top: 6px;
  width: 100%;
  padding: 11px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
}

@media (max-width: 700px) {
  .keygen-modal {
    max-width: calc(100vw - 30px);
  }

  .key-options-row {
    grid-template-columns: 1fr;
  }

  .keygen-form {
    padding: 16px;
  }

  .keygen-header {
    padding: 14px 16px;
  }
}

/* ============================= */
/* USER GENERATOR MODAL */
/* ============================= */

.usergen-modal {
  max-width: 590px;
}

.usergen-form {
  gap: 12px;
}

.helper-text {
  margin-top: -2px;
  margin-bottom: 8px;
  color: #7f8797;
  font-size: 11px;
  line-height: 1.45;
}

.helper-text a {
  color: #d8d8d8;
  text-decoration: underline;
  font-weight: 600;
}

.helper-text a:hover {
  color: #ffffff;
}

.usergen-form input[type="datetime-local"] {
  color-scheme: dark;
}

.usergen-form .key-duration-input,
.usergen-form .modal-select {
  margin-top: 0;
}

@media (max-width: 700px) {
  .usergen-modal {
    max-width: calc(100vw - 30px);
  }
}

/* ============================= */
/* LICENSE ACTION DROPDOWN */
/* ============================= */

.license-action-cell {
  position: relative;
  overflow: visible !important;
}

.action-menu-wrap {
  position: relative;
  display: inline-block;
}

.action-menu-btn {
  width: 30px;
  height: 30px;
  border: 1px solid #2a2a2a;
  background: #070707;
  color: #ffffff;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.action-menu-btn:hover {
  background: #101010;
  border-color: #3a3a3a;
  transform: translateY(-1px);
}

.action-menu-btn i {
  width: 15px !important;
  height: 15px !important;
  stroke-width: 2;
}

.action-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 180px;
  background: #070707;
  border: 1px solid #252525;
  border-radius: 10px;
  padding: 7px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.55);
  z-index: 100;
  animation: dropdownIn 0.18s ease;
}

.action-dropdown-item {
  width: 100%;
  border: none;
  background: transparent;
  color: #ffffff;
  padding: 10px 10px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
  text-align: left;
}

.action-dropdown-item:hover {
  background: #111111;
}

.action-dropdown-item i {
  width: 14px !important;
  height: 14px !important;
  stroke-width: 1.9;
}

.action-dropdown-item.warning {
  color: #ffb347;
}

.action-dropdown-item.warning:hover {
  background: rgba(255, 179, 71, 0.08);
}

.action-dropdown-item.danger {
  color: #ff4747;
}

.action-dropdown-item.danger:hover {
  background: rgba(255, 71, 71, 0.08);
}

.action-dropdown-divider {
  height: 1px;
  background: #1c1c1c;
  margin: 6px 0;
}

.user-action-cell {
  position: relative;
  overflow: visible !important;
}

/* ============================= */
/* HOLLOWAUTH TOAST NOTIFICATIONS */
/* ============================= */

.toast-container {
  position: fixed;
  top: 22px;
  right: 22px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 12px;
  pointer-events: none;
}

.hollow-toast {
  width: 300px;
  min-height: 68px;
  background: rgba(7, 7, 8, 0.96);
  border: 1px solid #252525;
  border-left: 3px solid #ffffff;
  border-radius: 12px;
  padding: 14px 15px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow:
    0 18px 45px rgba(0, 0, 0, 0.55),
    0 0 35px rgba(255, 255, 255, 0.025);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  pointer-events: auto;
  animation: toastIn 0.32s cubic-bezier(0.22, 1, 0.36, 1);
  overflow: hidden;
  position: relative;
}

.hollow-toast::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.08), transparent 35%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035), transparent);
  pointer-events: none;
}

.hollow-toast.success {
  border-left-color: #35ff8a;
}

.hollow-toast.error {
  border-left-color: #ff4040;
}

.hollow-toast.warning {
  border-left-color: #ff9f2d;
}

.hollow-toast.info {
  border-left-color: #4d8dff;
}

.toast-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: #101010;
  border: 1px solid #2a2a2a;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  z-index: 2;
}

.toast-icon i {
  width: 17px;
  height: 17px;
  stroke-width: 2;
}

.hollow-toast.success .toast-icon {
  color: #35ff8a;
}

.hollow-toast.error .toast-icon {
  color: #ff4040;
}

.hollow-toast.warning .toast-icon {
  color: #ff9f2d;
}

.hollow-toast.info .toast-icon {
  color: #4d8dff;
}

.toast-content {
  z-index: 2;
}

.toast-content strong {
  display: block;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 3px;
}

.toast-content p {
  color: #9ca3af;
  font-size: 11.5px;
  line-height: 1.35;
}

.hollow-toast.hide {
  animation: toastOut 0.25s ease forwards;
}

@keyframes toastIn {
  from {
    opacity: 0;
    transform: translateX(20px) scale(0.96);
    filter: blur(6px);
  }

  to {
    opacity: 1;
    transform: translateX(0) scale(1);
    filter: blur(0);
  }
}

@keyframes toastOut {
  to {
    opacity: 0;
    transform: translateX(20px) scale(0.96);
    filter: blur(6px);
  }
}

@media (max-width: 600px) {
  .toast-container {
    top: 14px;
    right: 14px;
    left: 14px;
  }

  .hollow-toast {
    width: 100%;
  }
}

/* ============================= */
/* HOLLOW CONFIRM MODAL */
/* ============================= */

.confirm-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.68);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 9998;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  animation: confirmFadeIn 0.2s ease;
}

.confirm-card {
  width: 100%;
  max-width: 390px;
  background: rgba(7, 7, 8, 0.96);
  border: 1px solid #252525;
  border-radius: 16px;
  padding: 22px;
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.75),
    0 0 45px rgba(255, 255, 255, 0.025);
  animation: confirmPopIn 0.25s cubic-bezier(0.22, 1, 0.36, 1);
  position: relative;
  overflow: hidden;
}

.confirm-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.08), transparent 34%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03), transparent);
  pointer-events: none;
}

.confirm-icon {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: rgba(255, 159, 45, 0.08);
  border: 1px solid rgba(255, 159, 45, 0.25);
  color: #ff9f2d;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
}

.confirm-icon.danger {
  background: rgba(255, 64, 64, 0.08);
  border-color: rgba(255, 64, 64, 0.25);
  color: #ff4040;
}

.confirm-icon.success {
  background: rgba(53, 255, 138, 0.08);
  border-color: rgba(53, 255, 138, 0.25);
  color: #35ff8a;
}

.confirm-icon i {
  width: 20px;
  height: 20px;
  stroke-width: 2;
}

.confirm-content {
  position: relative;
  z-index: 2;
}

.confirm-content h2 {
  color: #ffffff;
  font-size: 17px;
  font-weight: 650;
  margin-bottom: 7px;
  letter-spacing: -0.03em;
}

.confirm-content p {
  color: #9ca3af;
  font-size: 12.5px;
  line-height: 1.45;
  margin-bottom: 20px;
}

.confirm-actions {
  display: flex;
  justify-content: flex-end;
  gap: 9px;
  position: relative;
  z-index: 2;
}

.confirm-cancel,
.confirm-accept {
  border-radius: 9px;
  padding: 9px 14px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease;
}

.confirm-cancel {
  background: #070707;
  border: 1px solid #2a2a2a;
  color: #dcdcdc;
}

.confirm-cancel:hover {
  background: #111111;
  border-color: #3a3a3a;
  transform: translateY(-1px);
}

.confirm-accept {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
}

.confirm-accept:hover {
  transform: translateY(-1px);
}

.confirm-accept.danger {
  background: #ff4040;
  border-color: #ff4040;
  color: #ffffff;
}

.confirm-accept.warning {
  background: #ff9f2d;
  border-color: #ff9f2d;
  color: #000000;
}

@keyframes confirmFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes confirmPopIn {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.96);
    filter: blur(6px);
  }

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

.muted-text {
  color: #8b93a7;
  font-size: 12px;
}

.mini-badge {
  display: inline-flex;
  align-items: center;
  margin-left: 8px;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(59, 130, 246, 0.16);
  color: #60a5fa;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.muted-text {
  color: #8b93a7;
  font-size: 12px;
}

.app-detail-list-card {
  margin-top: 22px;
}

.select-detail-app {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 13px;
  border-radius: 8px;
  border: 1px solid #2b2b2f;
  background: #080809;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.2s ease;
}

.select-detail-app:hover {
  background: #111114;
  border-color: #ffffff;
}

.select-detail-app svg {
  width: 15px;
  height: 15px;
}

/* ============================= */
/* RESPONSIVE DASHBOARD MOBILE */
/* ============================= */

@media (max-width: 900px) {
  body {
    overflow-x: hidden;
  }

  .dashboard-layout {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }

  .sidebar {
    width: 100%;
    min-height: auto;
    position: relative;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 14px;
  }

  .sidebar-brand {
    justify-content: center;
    margin-bottom: 14px;
  }

  .sidebar-nav {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .sidebar-nav .nav-item {
    width: 100%;
    justify-content: flex-start;
  }

  .app-menu {
    width: 100%;
  }

  .sidebar-user {
    margin-top: 14px;
    width: 100%;
  }

  .dashboard-main {
    width: 100%;
    padding: 16px;
    overflow-x: hidden;
  }

  .page-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .page-header h1 {
    font-size: 26px;
    line-height: 1.1;
  }

  .page-header .primary-action,
  .page-header .secondary-action {
    width: 100%;
    justify-content: center;
  }

  .content-block {
    padding: 0;
  }

  .stats-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .credentials-card,
  .table-card,
  .manager-card,
  .manager-list-card,
  .manage-actions {
    width: 100%;
    overflow: hidden;
  }

  .credentials-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .credentials-header button {
    width: 100%;
  }

  .tabs {
    width: 100%;
  }

  .tab {
    flex: 1;
  }

  .code-box {
    max-width: 100%;
    overflow-x: auto;
    white-space: pre;
    font-size: 12px;
  }

  .action-row {
    flex-direction: column;
    align-items: stretch;
  }

  .action-row button {
    width: 100%;
    justify-content: center;
  }

  .table-card {
    overflow-x: auto;
  }

  .apps-table {
    min-width: 650px;
  }

  .table-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .table-actions {
    width: 100%;
    flex-direction: column;
  }

  .table-actions button {
    width: 100%;
    justify-content: center;
  }

  .manager-page {
    grid-template-columns: 1fr;
  }

  .modal-card {
    width: calc(100% - 28px);
    max-width: 420px;
    margin: 14px;
  }

  .toast-container {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }

  .hollow-toast {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .dashboard-main {
    padding: 12px;
  }

  .sidebar {
    padding: 12px;
  }

  .page-header h1 {
    font-size: 22px;
  }

  .eyebrow {
    font-size: 11px;
  }

  .stat-card {
    padding: 16px;
  }

  .credentials-card,
  .table-card,
  .manage-actions,
  .manager-card,
  .manager-list-card {
    border-radius: 14px;
  }

  .apps-table {
    min-width: 600px;
    font-size: 12px;
  }

  .primary-action,
  .secondary-action,
  .warning-action,
  .danger-action,
  .sign-btn {
    min-height: 42px;
  }
}

/* ============================= */
/* SOCIAL LOGIN BUTTONS */
/* ============================= */

.social-buttons {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin: 22px 0 20px;
}

.social-buttons .google-btn,
.social-buttons .discord-btn {
  width: 46px !important;
  height: 46px !important;
  min-width: 46px !important;
  min-height: 46px !important;
  max-width: 46px !important;
  max-height: 46px !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 0 !important;
  line-height: 0 !important;
  cursor: pointer;
  transition: 0.2s ease;
}

.social-buttons .google-btn {
  background: #ffffff !important;
  border: none !important;
  color: #111111 !important;
}

.social-buttons .discord-btn {
  background: #5865f2 !important;
  border: none !important;
  color: #ffffff !important;
}

.social-buttons .google-btn svg,
.social-buttons .discord-btn svg {
  display: block;
  width: 24px !important;
  height: 24px !important;
  flex-shrink: 0;
}

.social-buttons .discord-btn svg {
  width: 25px !important;
  height: 25px !important;
}

.social-buttons .google-btn:hover,
.social-buttons .discord-btn:hover {
  transform: translateY(-2px);
  filter: brightness(0.96);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}

.social-buttons .discord-btn svg {
  width: 27px !important;
  height: 27px !important;
}

/* ============================= */
/* HOME PAGE */
/* ============================= */

.home-page {
  min-height: 100vh;
  background: #000000;
  color: #ffffff;
  overflow-x: hidden;
  padding-top: 60px;
}

@media (max-width: 900px) {
  .home-navbar {
    padding: 0 24px;
  }
}

.home-navbar {
  height: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);

  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 0 17%;

  background: rgba(0, 0, 0, 0.86);

  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);

  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

.home-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
}

.home-brand img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.home-links {
  display: flex;
  align-items: center;
  gap: 36px;
}

.home-links a,
.home-login {
  color: #a8a8a8;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  transition: 0.2s ease;
}

.home-links a:hover,
.home-login:hover {
  color: #ffffff;
}

.home-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.home-register {
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #252525;
  border-radius: 7px;
  padding: 9px 16px;
  font-size: 13px;
  font-weight: 700;
  transition: 0.2s ease;
}

.home-register:hover {
  background: #ffffff;
  color: #000000;
}

.home-hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 90px 24px 60px;
  text-align: center;
}

.hero-glow {
  position: absolute;
  width: 520px;
  height: 260px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08), transparent 70%);
  filter: blur(20px);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 820px;
}

.home-eyebrow {
  display: inline-block;
  color: #8f96a8;
  font-size: 11px;
  letter-spacing: 2.2px;
  font-weight: 700;
  margin-bottom: 18px;
}

.hero-content h1 {
  font-size: clamp(42px, 7vw, 82px);
  line-height: 0.95;
  letter-spacing: -0.07em;
  font-weight: 800;
  margin-bottom: 24px;
}

.hero-content p {
  max-width: 620px;
  margin: 0 auto;
  color: #a5a5a5;
  font-size: 16px;
  line-height: 1.7;
}

.hero-buttons {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 32px;
}

.hero-primary,
.hero-secondary {
  text-decoration: none;
  border-radius: 9px;
  padding: 12px 18px;
  font-size: 13px;
  font-weight: 700;
  transition: 0.2s ease;
}

.hero-primary {
  background: #ffffff;
  color: #000000;
}

.hero-secondary {
  border: 1px solid #252525;
  color: #ffffff;
}

.hero-primary:hover,
.hero-secondary:hover {
  transform: translateY(-2px);
}

.home-stats {
  max-width: 1100px;
  margin: 0 auto;
  padding: 56px 24px;
  border-top: 1px solid #252525;
  border-bottom: 1px solid #252525;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.stat-item strong {
  display: block;
  font-size: 42px;
  font-weight: 800;
  letter-spacing: -0.05em;
  margin-bottom: 12px;
}

.stat-item span {
  color: #b6bdd0;
  font-size: 14px;
}

.home-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 100px 24px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 60px;
  align-items: start;
}

.home-section h2 {
  font-size: 34px;
  line-height: 1.15;
  letter-spacing: -0.05em;
  margin-bottom: 20px;
}

.home-section p {
  color: #a5a5a5;
  font-size: 15px;
  line-height: 1.7;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.feature-card {
  background: #060607;
  border: 1px solid #252525;
  border-radius: 12px;
  padding: 20px;
}

.feature-card h3 {
  font-size: 15px;
  margin-bottom: 10px;
}

.feature-card p {
  font-size: 13px;
  color: #8f96a8;
}

@media (max-width: 900px) {
  .home-navbar {
    padding: 0 18px;
  }

  .home-links {
    display: none;
  }

  .home-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-section {
    grid-template-columns: 1fr;
    padding: 70px 20px;
  }
}

@media (max-width: 520px) {
  .home-actions {
    gap: 10px;
  }

  .home-login {
    display: none;
  }

  .home-hero {
    min-height: auto;
    padding: 70px 18px 50px;
  }

  .hero-buttons {
    flex-direction: column;
  }

  .home-stats {
    grid-template-columns: 1fr;
    padding: 36px 22px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================= */
/* HOME FONT WEIGHT SOFTEN */
/* ============================= */

.home-brand {
  font-weight: 600;
}

.home-links a,
.home-login,
.home-register {
  font-weight: 500;
}

.home-eyebrow {
  font-weight: 500;
}

.hero-content h1 {
  font-weight: 650;
  letter-spacing: -0.055em;
}

.hero-content p {
  font-weight: 400;
}

.stat-item strong {
  font-weight: 650;
}

.stat-item span {
  font-weight: 400;
}

.home-section h2 {
  font-weight: 650;
}

.home-section p {
  font-weight: 400;
}

.feature-card h3 {
  font-weight: 600;
}

.feature-card p {
  font-weight: 400;
}

.hero-primary,
.hero-secondary {
  font-weight: 600;
}

/* ============================= */
/* HOME HERO TITLE SIZE */
/* ============================= */

.hero-content h1 {
  font-size: clamp(34px, 5.5vw, 64px);
  line-height: 1.02;
}

/* ============================= */
/* HOME FOOTER */
/* ============================= */

.home-footer {
  max-width: 1100px;
  margin: 0 auto;
  padding: 72px 24px 34px;
  border-top: 1px solid #252525;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr 0.8fr;
  gap: 70px;
  padding-bottom: 60px;
}

.footer-brand h3 {
  font-size: 18px;
  font-weight: 650;
  margin-bottom: 18px;
  letter-spacing: -0.03em;
}

.footer-brand p {
  color: #a7adbb;
  font-size: 14px;
  line-height: 1.6;
  max-width: 280px;
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer-column h4 {
  color: #ffffff;
  font-size: 13px;
  font-weight: 650;
  margin-bottom: 6px;
}

.footer-column a {
  color: #a7adbb;
  text-decoration: none;
  font-size: 13px;
  font-weight: 400;
  transition: 0.2s ease;
}

.footer-column a:hover {
  color: #ffffff;
}

.footer-bottom {
  border-top: 1px solid #252525;
  padding-top: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.footer-bottom p {
  color: #a7adbb;
  font-size: 13px;
}

.system-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #a7adbb;
  font-size: 13px;
}

.system-status span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #35ff8a;
  box-shadow: 0 0 14px rgba(53, 255, 138, 0.45);
}

@media (max-width: 900px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }
}

@media (max-width: 520px) {
  .home-footer {
    padding: 54px 22px 28px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-bottom: 42px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}


/* ============================= */
/* HOME EYEBROW BADGE ANIMATION */
/* ============================= */

.home-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 8px 14px;
  border-radius: 999px;

  background: rgba(255, 255, 255, 0.035);
  border: 2px solid rgba(255, 255, 255, 0.14);

  color: #aeb8ff;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2.2px;

  box-shadow:
    0 0 24px rgba(255, 255, 255, 0.035),
    inset 0 0 18px rgba(255, 255, 255, 0.025);

  animation: eyebrowSoftPulse 5s ease-in-out infinite;
}

@keyframes eyebrowSoftPulse {
  0% {
    opacity: 0.45;
    transform: translateY(0) scale(0.98);
    filter: blur(0.2px);
  }

  50% {
    opacity: 1;
    transform: translateY(-1px) scale(1);
    filter: blur(0);
  }

  100% {
    opacity: 0.45;
    transform: translateY(0) scale(0.98);
    filter: blur(0.2px);
  }
}

/* ============================= */
/* GLOBAL BUTTON BORDER THICKNESS */
/* ============================= */

button,
a.hero-primary,
a.hero-secondary,
a.home-register,
a.home-login,
.primary-action,
.secondary-action,
.warning-action,
.danger-action,
.sign-btn,
.google-btn,
.discord-btn,
.select-app,
.select-detail-app,
.small-btn,
.confirm-cancel,
.confirm-accept {
  border-width: 2px !important;
}

/* ============================= */
/* EXAMPLES PAGE */
/* ============================= */

.examples-page {
  min-height: 100vh;
  background: #000000;
  color: #ffffff;
  overflow-x: hidden;
}

.examples-navbar {
  height: 60px;
  border-bottom: 1px solid #1d1d1d;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 17%;
  background: rgba(0, 0, 0, 0.84);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  position: sticky;
  top: 0;
  z-index: 20;
}

.examples-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
}

.examples-brand img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.examples-nav-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.examples-nav-link,
.examples-login {
  color: #a8a8a8;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  transition: 0.2s ease;
}

.examples-nav-link:hover,
.examples-login:hover {
  color: #ffffff;
}

.examples-register {
  color: #ffffff;
  text-decoration: none;
  border: 2px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 9px 16px;
  font-size: 13px;
  font-weight: 600;
  transition: 0.2s ease;
}

.examples-register:hover {
  background: #ffffff;
  color: #000000;
}

.examples-hero {
  max-width: 1100px;
  margin: 0 auto;
  padding: 105px 24px 70px;
}

.examples-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  border: 2px solid rgba(255, 255, 255, 0.14);
  color: #aeb8ff;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2.2px;
  margin-bottom: 22px;
  animation: eyebrowSoftPulse 4.4s ease-in-out infinite;
}

.examples-hero h1 {
  max-width: 820px;
  font-size: clamp(36px, 5.5vw, 68px);
  line-height: 1.02;
  letter-spacing: -0.055em;
  font-weight: 650;
  margin-bottom: 22px;
}

.examples-hero p {
  max-width: 660px;
  color: #a7adbb;
  font-size: 15px;
  line-height: 1.7;
}

.examples-download-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 36px;
}

.example-download-card {
  background: #060607;
  border: 2px solid rgba(255, 255, 255, 0.10);
  border-radius: 14px;
  padding: 18px;
  color: #ffffff;
  text-decoration: none;
  display: grid;
  grid-template-columns: 48px 1fr auto;
  gap: 16px;
  align-items: center;
  transition: 0.2s ease;
}

.example-download-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.24);
  background: #09090a;
}

.example-icon {
  width: 48px;
  height: 48px;
  border-radius: 13px;
  background: #ffffff;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 750;
  font-size: 14px;
}

.example-download-card h3 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 6px;
}

.example-download-card p {
  color: #8f96a8;
  font-size: 12.5px;
  line-height: 1.45;
}

.example-download-card span {
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.14);
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
}

.examples-install,
.examples-code-section,
.examples-note {
  max-width: 1100px;
  margin: 0 auto;
  padding: 70px 24px;
  border-top: 1px solid #252525;
}

.examples-section-title {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 26px;
}

.examples-section-title span {
  color: #8f96a8;
  border: 1px solid #252525;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 11px;
  font-weight: 600;
}

.examples-section-title h2 {
  font-size: 28px;
  letter-spacing: -0.04em;
  font-weight: 650;
}

.install-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.install-card {
  background: #060607;
  border: 2px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 18px;
}

.install-card strong {
  width: 28px;
  height: 28px;
  border-radius: 9px;
  background: #ffffff;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin-bottom: 18px;
}

.install-card h3 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}

.install-card p {
  color: #8f96a8;
  font-size: 12.5px;
  line-height: 1.55;
}

.examples-code-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.example-code-card {
  background: #060607;
  border: 2px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  overflow: hidden;
}

.example-code-header {
  height: 50px;
  border-bottom: 1px solid #252525;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
}

.example-code-header h3 {
  font-size: 13px;
  font-weight: 600;
}

.copy-example-btn {
  background: #050505;
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 6px 10px;
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s ease;
}

.copy-example-btn:hover {
  background: #ffffff;
  color: #000000;
}

.example-code-card pre {
  margin: 0;
  padding: 18px;
  overflow-x: auto;
  background: #010101;
}

.example-code-card code {
  color: #d7d7d7;
  font-family: "Cascadia Code", "Consolas", monospace;
  font-size: 12px;
  line-height: 1.65;
  white-space: pre;
}

.examples-note {
  padding-bottom: 100px;
}

.examples-note h2 {
  font-size: 26px;
  font-weight: 650;
  margin-bottom: 14px;
}

.examples-note p {
  color: #a7adbb;
  max-width: 720px;
  line-height: 1.7;
  font-size: 14px;
}

.examples-note code {
  color: #ffffff;
  background: #060607;
  border: 1px solid #252525;
  padding: 2px 6px;
  border-radius: 6px;
}

@media (max-width: 1000px) {
  .examples-navbar {
    padding: 0 20px;
  }

  .examples-download-row,
  .examples-code-grid {
    grid-template-columns: 1fr;
  }

  .install-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .examples-login,
  .examples-nav-link {
    display: none;
  }

  .examples-hero {
    padding: 70px 18px 50px;
  }

  .example-download-card {
    grid-template-columns: 44px 1fr;
  }

  .example-download-card span {
    grid-column: 1 / -1;
    text-align: center;
  }

  .install-grid {
    grid-template-columns: 1fr;
  }

  .examples-install,
  .examples-code-section,
  .examples-note {
    padding: 54px 18px;
  }
}

/* ============================= */
/* BACK HOME LINK FIX */
/* ============================= */

.back-home,
.back-home:visited,
.back-home:active {
  color: #a7adbb !important;
  text-decoration: none !important;
}

.back-home:hover {
  color: #ffffff !important;
  text-decoration: none !important;
}

/* ============================= */
/* ACCOUNT LOGS MODAL */
/* ============================= */

.logs-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.logs-modal.hidden {
  display: none;
}

.logs-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.logs-modal-card {
  position: relative;
  width: min(1180px, 100%);
  max-height: 82vh;
  background: #060607;
  border: 2px solid rgba(255, 255, 255, 0.10);
  border-radius: 18px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.65);
  padding: 26px;
  overflow: hidden;
  animation: logsModalIn 0.22s ease-out;
}

@keyframes logsModalIn {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.98);
  }

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

.logs-modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.logs-modal-header span {
  display: block;
  color: #8fa2ff;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 8px;
}

.logs-modal-header h2 {
  font-size: 24px;
  font-weight: 650;
  letter-spacing: -0.04em;
  margin-bottom: 6px;
}

.logs-modal-header p {
  color: #8f96a8;
  font-size: 13px;
}

.logs-close-btn {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: #050505;
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.2s ease;
}

.logs-close-btn:hover {
  background: #ffffff;
  color: #000000;
}

.logs-search-row {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 18px;
}

.logs-search-box {
  width: min(320px, 100%);
  height: 42px;
  border: 2px solid rgba(255, 255, 255, 0.10);
  border-radius: 11px;
  background: #030303;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 13px;
}

.logs-search-box svg {
  width: 17px;
  height: 17px;
  color: #8f96a8;
}

.logs-search-box input {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  color: #ffffff;
  font-size: 13px;
}

.logs-search-box input::placeholder {
  color: #6f7480;
}

.logs-table-wrap {
  max-height: 52vh;
  overflow: auto;
  border-radius: 13px;
}

.logs-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
}

.logs-table th {
  color: #7e8798;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: left;
  padding: 14px 12px;
  border-bottom: 1px solid #252525;
}

.logs-table td {
  color: #aeb7c8;
  font-size: 13px;
  padding: 15px 12px;
  border-bottom: 1px solid #202020;
}

.logs-table td:first-child {
  color: #ffffff;
  font-weight: 550;
}

.logs-table td:nth-child(2) {
  color: #b7d2ff;
}

body.modal-open {
  overflow: hidden;
}

@media (max-width: 700px) {
  .logs-modal {
    padding: 14px;
  }

  .logs-modal-card {
    padding: 20px;
    max-height: 88vh;
  }

  .logs-modal-header {
    flex-direction: column;
  }

  .logs-close-btn {
    position: absolute;
    top: 18px;
    right: 18px;
  }

  .logs-search-row {
    justify-content: stretch;
  }

  .logs-search-box {
    width: 100%;
  }
}

/* ============================= */
/* ACCOUNT SETTINGS MODAL */
/* ============================= */

.account-modal {
  position: fixed;
  inset: 0;
  z-index: 9998;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 30px 22px;
  overflow-y: auto;
}

.account-modal.hidden {
  display: none;
}

.account-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.74);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.account-modal-card {
  position: relative;
  z-index: 2;
  width: min(1280px, 100%);
  background: #050506;
  border: 2px solid rgba(255, 255, 255, 0.10);
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.65);
  animation: accountModalIn 0.22s ease-out;
}

@keyframes accountModalIn {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.985);
  }

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

.account-profile-header {
  display: flex;
  align-items: center;
  gap: 22px;
  background: #070708;
  border: 2px solid rgba(255, 255, 255, 0.10);
  border-radius: 14px;
  padding: 22px 26px;
  margin-bottom: 24px;
}

.account-avatar-wrap {
  position: relative;
  width: 72px;
  height: 72px;
  flex: 0 0 auto;
}

.account-big-avatar {
  width: 72px;
  height: 72px;
  border-radius: 999px;
  background: linear-gradient(145deg, #0b8ed3, #076ca8);
  border: 2px solid rgba(255, 255, 255, 0.24);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 700;
}

.account-online-dot {
  position: absolute;
  right: 1px;
  bottom: 3px;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: #2cff8a;
  border: 3px solid #070708;
}

.account-header-info {
  flex: 1;
}

.account-name-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.account-name-row h2 {
  font-size: 22px;
  font-weight: 650;
  letter-spacing: -0.04em;
}

.account-plan-badge {
  background: rgba(255, 255, 255, 0.10);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.account-plan-badge.plus {
  background: #ffffff;
  color: #000000;
  border-color: #ffffff;
}

.account-header-info p {
  margin-top: 4px;
  color: #8f96a8;
  font-size: 12px;
  font-weight: 600;
}

.owner-line {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  color: #8f96a8;
  font-size: 12px;
}

.owner-line code,
.account-info-list code {
  color: #ffffff;
  background: #000000;
  border: 1px solid #252525;
  border-radius: 6px;
  padding: 3px 8px;
  font-size: 12px;
}

.owner-line button {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: transparent;
  color: #a7adbb;
  border: none;
  cursor: pointer;
  font-size: 12px;
}

.owner-line button:hover {
  color: #ffffff;
}

.owner-line svg {
  width: 13px;
  height: 13px;
}

.account-close-btn {
  width: 40px;
  height: 40px;
  border-radius: 11px;
  background: #050505;
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.account-close-btn:hover {
  background: #ffffff;
  color: #000000;
}

.account-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.account-card {
  background: #070708;
  border: 2px solid rgba(255, 255, 255, 0.10);
  border-radius: 14px;
  padding: 24px;
}

.account-card h3 {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 15px;
  font-weight: 650;
  margin-bottom: 22px;
}

.account-card h3 svg {
  width: 17px;
  height: 17px;
}

.account-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.account-two-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.account-form label {
  display: block;
  color: #8f96a8;
  font-size: 12px;
  margin-bottom: 8px;
}

.account-form input {
  width: 100%;
  height: 38px;
  background: #030303;
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.10);
  border-radius: 8px;
  padding: 0 12px;
  outline: none;
}

.account-form input:focus {
  border-color: rgba(255, 255, 255, 0.26);
}

.account-save-btn,
.account-logout-btn {
  height: 38px;
  border-radius: 8px;
  border: 2px solid rgba(255, 255, 255, 0.14);
  cursor: pointer;
  font-weight: 650;
  transition: 0.2s ease;
}

.account-save-btn {
  background: #ffffff;
  color: #000000;
}

.account-save-btn.secondary {
  background: #050505;
  color: #ffffff;
}

.account-save-btn:hover,
.account-logout-btn:hover {
  transform: translateY(-1px);
}

.account-info-list {
  display: flex;
  flex-direction: column;
}

.account-info-list > div {
  min-height: 40px;
  border-bottom: 1px solid #252525;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.account-info-list span {
  color: #8f96a8;
  font-size: 13px;
}

.account-info-list strong {
  color: #ffffff;
  font-size: 13px;
}

.account-logout-btn {
  margin-top: 18px;
  width: 100%;
  background: transparent;
  color: #ff4d4d;
  border-color: rgba(255, 77, 77, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

@media (max-width: 850px) {
  .account-grid {
    grid-template-columns: 1fr;
  }

  .account-profile-header {
    align-items: flex-start;
  }
}

@media (max-width: 560px) {
  .account-modal {
    padding: 14px;
  }

  .account-modal-card {
    padding: 16px;
  }

  .account-profile-header {
    flex-direction: column;
  }

  .account-close-btn {
    position: absolute;
    top: 22px;
    right: 22px;
  }

  .account-two-cols {
    grid-template-columns: 1fr;
  }

  .owner-line {
    flex-wrap: wrap;
  }
}

/* ============================= */
/* USER DROPDOWN FIX */
/* ============================= */

.sidebar-user {
  position: relative;
}

.user-dropdown {
  position: absolute !important;
  right: 0 !important;
  bottom: 62px !important;

  width: 180px !important;
  padding: 10px !important;

  background: #050506 !important;
  border: 2px solid rgba(255, 255, 255, 0.10) !important;
  border-radius: 12px !important;

  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;

  z-index: 9999 !important;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.55) !important;
}

.user-dropdown.hidden {
  display: none !important;
}

.user-dropdown form {
  width: 100%;
  margin: 0;
}

.user-dropdown .dropdown-item {
  width: 100% !important;
  min-height: 42px;

  background: transparent !important;
  border: none !important;
  outline: none !important;

  color: #ffffff !important;
  text-decoration: none !important;

  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 10px !important;

  padding: 10px 12px !important;
  border-radius: 9px !important;

  font-size: 13px !important;
  font-weight: 600 !important;
  text-align: left !important;
  cursor: pointer !important;
}

.user-dropdown .dropdown-item:hover {
  background: rgba(255, 255, 255, 0.08) !important;
}

.user-dropdown .dropdown-item svg {
  width: 18px !important;
  height: 18px !important;
  flex-shrink: 0;
}

.user-dropdown .dropdown-item.danger {
  color: #ff4d4d !important;
  border-top: 1px solid rgba(255, 255, 255, 0.10) !important;
  margin-top: 6px !important;
  padding-top: 13px !important;
}

/* ===== HollowAuth legal modal ===== */

.footer-link-button {
  display: block;
  width: fit-content;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0 0 14px;
  color: #a7a7b3;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: 0.2s ease;
}

.footer-link-button:hover {
  color: #ffffff;
  transform: translateX(4px);
}

.legal-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 22px;
}

.legal-modal.active {
  display: flex;
}

.legal-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(10px);
}

.legal-modal-box {
  position: relative;
  width: min(860px, 100%);
  max-height: 86vh;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.08), transparent 35%),
    #070707;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.65);
  color: #ffffff;
  animation: legalModalIn 0.22s ease;
}

.legal-modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  transition: 0.2s ease;
}

.legal-modal-close:hover {
  background: rgba(255, 255, 255, 0.13);
  transform: rotate(90deg);
}

.legal-modal-header {
  padding: 34px 34px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.legal-modal-header span {
  display: inline-block;
  margin-bottom: 12px;
  color: #a7a7b3;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.legal-modal-header h2 {
  margin: 0;
  font-size: clamp(26px, 4vw, 38px);
}

.legal-modal-header p {
  margin: 10px 0 0;
  color: #a7a7b3;
  line-height: 1.6;
}

.legal-modal-content {
  max-height: 58vh;
  overflow-y: auto;
  padding: 26px 34px 34px;
}

.legal-modal-content h3 {
  margin: 24px 0 8px;
  color: #ffffff;
  font-size: 18px;
}

.legal-modal-content h3:first-child {
  margin-top: 0;
}

.legal-modal-content p {
  margin: 0 0 14px;
  color: #b8b8c4;
  line-height: 1.75;
}

.legal-modal-content a {
  color: #ffffff;
  text-decoration: underline;
}

body.legal-modal-open {
  overflow: hidden;
}

@keyframes legalModalIn {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.98);
  }

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

@media (max-width: 600px) {
  .legal-modal {
    padding: 14px;
  }

  .legal-modal-header {
    padding: 28px 22px 16px;
  }

  .legal-modal-content {
    padding: 22px;
  }

  .legal-modal-close {
    top: 14px;
    right: 14px;
  }
}

/* Contact modal buttons */

.legal-modal {
  width: min(860px, calc(100% - 34px));
  max-height: min(760px, calc(100vh - 34px));
}

.legal-modal.contact-size {
  width: min(680px, calc(100% - 34px));
}

.contact-buttons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 24px;
}

.contact-btn {
  height: 92px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.045);
  color: #ffffff;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 11px;
  transition: 0.22s ease;
}

.contact-btn i {
  font-size: 28px;
}

.contact-btn span {
  font-size: 14px;
  font-weight: 700;
}

.contact-btn:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.075);
}

.contact-btn.whatsapp:hover {
  box-shadow: 0 0 28px rgba(37, 211, 102, 0.22);
}

.contact-btn.discord:hover {
  box-shadow: 0 0 28px rgba(88, 101, 242, 0.25);
}

.contact-btn.email:hover {
  box-shadow: 0 0 28px rgba(255, 255, 255, 0.16);
}

@media (max-width: 620px) {
  .legal-modal.contact-size {
    width: min(430px, calc(100% - 24px));
  }

  .contact-buttons {
    grid-template-columns: 1fr;
  }

  .contact-btn {
    height: 78px;
    flex-direction: row;
  }
}

/* ============================= */
/* LEGAL MODAL CONTACT FIX */
/* ============================= */

/* El tamaño debe aplicarse a la caja del modal, no al contenedor completo */
.legal-modal {
  width: auto !important;
  max-height: none !important;
}

.legal-modal.contact-size .legal-modal-box {
  width: min(680px, 100%) !important;
}

.legal-modal.contact-size .legal-modal-content {
  max-height: none;
  overflow-y: visible;
}

/* Botones del footer como enlaces, sin borde blanco raro */
.footer-link-button {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
  color: #a7adbb !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.2;
}

.footer-link-button:hover {
  color: #ffffff !important;
}

/* Botones de contacto */
.contact-buttons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 24px;
}

.contact-btn {
  height: 94px;
  border-radius: 18px;
  border: 2px solid rgba(255, 255, 255, 0.10) !important;
  background: rgba(255, 255, 255, 0.045);
  color: #ffffff;
  text-decoration: none !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 11px;
  transition: 0.22s ease;
}

.contact-btn i {
  font-size: 30px;
}

.contact-btn span {
  font-size: 14px;
  font-weight: 700;
}

.contact-btn:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.24) !important;
  background: rgba(255, 255, 255, 0.075);
}

.contact-btn.whatsapp:hover {
  box-shadow: 0 0 28px rgba(37, 211, 102, 0.22);
}

.contact-btn.discord:hover {
  box-shadow: 0 0 28px rgba(88, 101, 242, 0.25);
}

.contact-btn.email:hover {
  box-shadow: 0 0 28px rgba(255, 255, 255, 0.16);
}

@media (max-width: 620px) {
  .legal-modal.contact-size .legal-modal-box {
    width: min(430px, 100%) !important;
  }

  .contact-buttons {
    grid-template-columns: 1fr;
  }

  .contact-btn {
    height: 78px;
    flex-direction: row;
  }
}

.pricing-section {
  max-width: 1120px;
  margin: 0 auto;
  padding: 64px 24px 36px;
}

.pricing-header {
  display: flex;
  justify-content: center;
  margin-bottom: 34px;
}

.pricing-toggle-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.pricing-toggle-label {
  color: #8f96a8;
  font-size: 14px;
  font-weight: 500;
}

.pricing-toggle-label.active {
  color: #ffffff;
  font-weight: 550;
}

.pricing-discount {  
  background: rgba(255, 255, 255, 0.92);  
  color: #000000;  
  border-radius: 999px;  
  padding: 4px 10px;  
  font-size: 12px;  
  font-weight: 650;
}

.pricing-toggle {
  width: 46px;
  height: 26px;
  border-radius: 999px;
  border: none;
  background: #202028;
  position: relative;
  cursor: pointer;
}

.pricing-toggle-ball {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border-radius: 50%;
  top: 3px;
  left: 4px;
  transition: 0.22s ease;
}

.pricing-toggle.active .pricing-toggle-ball {
  left: 22px;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(270px, 1fr));
  gap: 22px;
  max-width: 650px;
  margin: 0 auto;
}

.pricing-card {
  position: relative;
  background: #08080b;
  border: 1px solid #252532;
  border-radius: 12px;
  padding: 30px;
  min-height: 430px;
  display: flex;
  flex-direction: column;
}

.pricing-card-featured {
  background: #19191e;
  border-color: #3a3a48;
}

.pricing-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  color: #000000;
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.8px;
}

.pricing-card h3 {
  color: #aeb8d6;
  font-size: 14px;
  margin-bottom: 18px;
}

.pricing-price {
  display: flex;
  align-items: flex-end;
  color: #ffffff;
  margin-bottom: 12px;
}

.pricing-currency {
  font-size: 34px;
  font-weight: 650;
  line-height: 1;
}

.pricing-value {
  font-size: 42px;
  font-weight: 650;
  line-height: 1;
}

.pricing-period {
  font-size: 14px;
  color: #c8d0e8;
  margin-bottom: 5px;
  font-weight: 400;
}

.pricing-subtitle {
  color: #b9c0d4;
  font-size: 13px;
  margin-bottom: 24px;
}

.pricing-features {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: flex;
  flex-direction: column;
  gap: 13px;
  flex: 1;
}

.pricing-features li {
  color: #bfc6dc;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
  padding-left: 22px;
}

.pricing-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #ffffff;
}

.pricing-btn {
  height: 39px;
  border-radius: 7px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  border: 1px solid #282832;
}

.pricing-btn-secondary {
  color: #ffffff;
  background: transparent;
}

.pricing-btn-primary {
  background: #ffffff;
  color: #000000;
}

.pricing-note {
  max-width: 700px;
  margin: 28px auto 0;
  color: #b9c0d4;
  font-size: 13px;
  text-align: center;
}

@media (max-width: 760px) {
  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 360px;
  }
}

.plan-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  line-height: 1;
  border: 1.5px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.06);
  color: #d7d7d7;
}

.account-plan-badge.plus,
.plan-badge.plus {
  background: linear-gradient(135deg, #f5d37a, #b9821f);
  color: #120d02;
  border-color: rgba(245, 211, 122, 0.55);
  box-shadow: 0 0 12px rgba(245, 211, 122, 0.18);
}

/* ============================= */
/* DEVELOPER SECTION */
/* ============================= */

.developer-section {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 76px 24px 84px;
  overflow: hidden;
}

.developer-glow {
  position: absolute;
  top: 120px;
  left: 50%;
  width: 420px;
  height: 420px;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.035);
  filter: blur(80px);
  pointer-events: none;
}

.developer-header {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 720px;
  margin: 0 auto 42px;
}

.developer-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  border: 2px solid rgba(255, 255, 255, 0.12);
  color: #bfc6dc;
  font-size: 11px;
  font-weight: 550;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.developer-header h2 {
  color: #ffffff;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1;
  font-weight: 650;
  letter-spacing: -0.055em;
  margin-bottom: 18px;
}

.developer-header p {
  color: #8f96a8;
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
}

.developer-card {
  position: relative;
  z-index: 1;
  max-width: 560px;
  margin: 0 auto;
  padding: 46px 42px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.075), transparent 42%),
    #070708;
  border: 2px solid rgba(255, 255, 255, 0.10);
  box-shadow:
    0 24px 80px rgba(0, 0, 0, 0.45),
    inset 0 0 40px rgba(255, 255, 255, 0.015);
  text-align: center;
  transition: 0.25s ease;
}

.developer-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow:
    0 28px 90px rgba(0, 0, 0, 0.55),
    inset 0 0 50px rgba(255, 255, 255, 0.025);
}

.developer-avatar {
  width: 138px;
  height: 138px;
  margin: 0 auto 28px;
  border-radius: 50%;
  padding: 4px;
  background: linear-gradient(135deg, #ffffff, #6f7480);
  box-shadow: 0 0 38px rgba(255, 255, 255, 0.10);
}

.developer-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  display: block;
  border: 4px solid #070708;
}

.developer-card h3 {
  color: #ffffff;
  font-size: 34px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.045em;
  margin-bottom: 10px;
}

.developer-role {
  display: block;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 28px;
}

.developer-description {
  max-width: 440px;
  margin: 0 auto 30px;
  color: #a7adbb;
  font-size: 16px;
  line-height: 1.8;
}

.developer-tags {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.developer-tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  border: 2px solid rgba(255, 255, 255, 0.10);
  color: #d9deec;
  font-size: 13px;
  font-weight: 650;
}

@media (max-width: 620px) {
  .developer-section {
    padding: 60px 18px 70px;
  }

  .developer-card {
    padding: 38px 24px;
    border-radius: 24px;
  }

  .developer-avatar {
    width: 118px;
    height: 118px;
  }

  .developer-card h3 {
    font-size: 30px;
  }

  .developer-description {
    font-size: 15px;
  }
}

html {
  scroll-behavior: smooth;
}

.locked-app-btn {
  opacity: 0.55 !important;
  cursor: not-allowed !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
  background: rgba(255, 255, 255, 0.035) !important;
  color: #8f96a8 !important;
}

.locked-app-btn:hover {
  transform: none !important;
  background: rgba(255, 255, 255, 0.035) !important;
}

.locked-mini-badge {
  margin-left: 8px;
  background: rgba(255, 255, 255, 0.07) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.12);
  gap: 5px;
}

.locked-mini-badge svg {
  width: 12px;
  height: 12px;
}

/* ============================= */
/* CENTERED AUTH LOGIN / REGISTER */
/* ============================= */

.login-page.auth-centered {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 112px 18px 42px;
  background: #000000;
  position: relative;
  overflow-x: hidden;
}

.login-page.auth-centered .login-side {
  width: 100%;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: relative;
  z-index: 2;
}

.login-page.auth-centered .login-card {
  width: min(390px, 100%);
  max-width: 390px;
}

.login-page.auth-centered .brand-side {
  width: auto;
  height: auto;
  padding: 0;
  position: absolute;
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.login-page.auth-centered .brand-box {
  position: static;
  max-width: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-page.auth-centered .brand-logo {
  width: 54px;
  height: 54px;
  margin: 0;
  object-fit: contain;
  opacity: 0.98;
}

.login-page.auth-centered .brand-box h2,
.login-page.auth-centered .brand-box p {
  display: none !important;
}

@media (max-width: 1000px) {
  .login-page.auth-centered {
    flex-direction: column;
    padding: 104px 18px 34px;
  }

  .login-page.auth-centered .login-side {
    width: 100%;
    min-width: 0;
    padding: 0;
  }

  .login-page.auth-centered .brand-side {
    width: auto;
    padding: 0;
    top: 26px;
  }

  .login-page.auth-centered .brand-box {
    position: static;
    max-width: none;
    text-align: center;
  }

  .login-page.auth-centered .brand-logo {
    margin: 0;
  }
}

@media (max-width: 520px) {
  .login-page.auth-centered {
    justify-content: flex-start;
    padding: 92px 14px 28px;
  }

  .login-page.auth-centered .brand-logo {
    width: 46px;
    height: 46px;
  }

  .login-page.auth-centered .login-card {
    padding: 24px;
  }
}




/* ============================= */
/* ACCOUNT AUTHENTICATION CARD */
/* ============================= */

.account-auth-card {
  grid-column: 1 / -1;
}

.auth-provider-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.auth-provider-row {
  min-height: 70px;
  background: #030303;
  border: 2px solid rgba(255, 255, 255, 0.10);
  border-radius: 11px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    transform 0.2s ease;
}

.auth-provider-row:hover {
  background: #060607;
  border-color: rgba(255, 255, 255, 0.16);
  transform: translateY(-1px);
}

.auth-provider-row.connected {
  border-color: rgba(53, 255, 138, 0.18);
}

.auth-provider-main {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.auth-provider-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.auth-provider-icon svg {
  width: 23px;
  height: 23px;
  display: block;
}

.discord-provider-icon {
  background: #5865f2;
  color: #ffffff;
  border-color: rgba(88, 101, 242, 0.55);
}

.auth-provider-text {
  min-width: 0;
}

.auth-provider-text strong {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
}

.auth-provider-text p {
  color: #8f96a8;
  font-size: 13px;
  line-height: 1.35;
  overflow: hidden;
  text-overflow: ellipsis;
}

.auth-connected-mark {
  color: #35ff8a;
  font-weight: 700;
}

.auth-status-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 84px;
  min-height: 30px;
  padding: 0 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #a7adbb;
  border: 1px solid rgba(255, 255, 255, 0.10);
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.auth-status-badge.linked {
  background: rgba(53, 255, 138, 0.10);
  color: #35ff8a;
  border-color: rgba(53, 255, 138, 0.18);
}

@media (max-width: 620px) {
  .auth-provider-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .auth-status-badge {
    align-self: flex-start;
  }
}


/* ============================= */
/* MOBILE DASHBOARD FIX - NO PC CHANGES */
/* ============================= */

.mobile-dashboard-bar,
.mobile-sidebar-backdrop {
  display: none;
}

@media (max-width: 900px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden !important;
    background: #000000;
  }

  body.dashboard-mobile-open {
    overflow: hidden !important;
  }

  .dashboard-layout {
    display: block !important;
    width: 100% !important;
    min-height: 100vh !important;
    padding-top: 76px !important;
    overflow-x: hidden !important;
    background: #000000 !important;
  }

  .mobile-dashboard-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9000;
    height: 76px;
    padding: 0 16px;
    display: grid !important;
    grid-template-columns: 46px 1fr 46px;
    align-items: center;
    gap: 10px;
    background: rgba(0, 0, 0, 0.92);
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
  }

  .mobile-menu-toggle,
  .mobile-settings-shortcut {
    width: 46px !important;
    height: 46px !important;
    min-height: 46px !important;
    border-radius: 12px !important;
    border: 2px solid rgba(255, 255, 255, 0.12) !important;
    background: #050506 !important;
    color: #ffffff !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    cursor: pointer;
  }

  .mobile-menu-toggle svg,
  .mobile-settings-shortcut svg {
    width: 23px !important;
    height: 23px !important;
  }

  .mobile-brand {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.04em;
  }

  .mobile-brand img {
    width: 22px;
    height: 22px;
    object-fit: contain;
  }

  .mobile-sidebar-backdrop {
    position: fixed;
    inset: 0;
    z-index: 8990;
    display: block !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.68);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: opacity 0.22s ease, visibility 0.22s ease;
  }

  .dashboard-layout.mobile-menu-open .mobile-sidebar-backdrop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .sidebar {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    z-index: 9010 !important;
    width: min(330px, 86vw) !important;
    height: 100dvh !important;
    min-height: 100dvh !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    background: #030304 !important;
    border-right: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-bottom: none !important;
    transform: translateX(-104%) !important;
    transition: transform 0.24s cubic-bezier(0.22, 1, 0.36, 1) !important;
    overflow-y: auto !important;
    box-shadow: 30px 0 90px rgba(0, 0, 0, 0.6);
  }

  .dashboard-layout.mobile-menu-open .sidebar {
    transform: translateX(0) !important;
  }

  .sidebar-brand {
    height: 76px !important;
    min-height: 76px !important;
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 0 24px !important;
    margin: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10) !important;
  }

  .sidebar-brand img {
    width: 24px !important;
    height: 24px !important;
  }

  .sidebar-brand span {
    display: block !important;
    font-size: 19px !important;
    font-weight: 700 !important;
  }

  .sidebar-nav {
    flex: 1 !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    padding: 18px 16px !important;
  }

  .sidebar-nav .nav-item,
  .nav-item {
    width: 100% !important;
    min-height: 50px !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 14px !important;
    padding: 0 16px !important;
    border-radius: 0 !important;
    border-left: 3px solid transparent !important;
    color: #aeb3c0 !important;
    background: transparent !important;
    font-size: 15px !important;
    font-weight: 650 !important;
  }

  .nav-item svg,
  .nav-item i {
    width: 22px !important;
    height: 22px !important;
  }

  .nav-item.active {
    background: rgba(255, 255, 255, 0.09) !important;
    color: #ffffff !important;
    border-left-color: #ffffff !important;
  }

  .app-menu {
    width: 100% !important;
    margin: 8px 0 0 !important;
    padding: 12px 0 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.10) !important;
  }

  .sidebar-user {
    width: 100% !important;
    min-height: 86px !important;
    margin: 0 !important;
    padding: 16px 18px !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.10) !important;
  }

  .sidebar-user div,
  .sidebar-user-info,
  .sidebar-user-info strong,
  .sidebar-user-info p {
    display: block !important;
  }

  .sidebar-user-info {
    min-width: 0 !important;
    flex: 1 !important;
  }

  .sidebar-user-info strong {
    max-width: 170px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .sidebar-user-info p {
    margin-top: 3px !important;
    font-size: 12px !important;
  }

  .user-avatar {
    width: 42px !important;
    height: 42px !important;
    font-size: 16px !important;
  }

  .user-menu-btn {
    width: 36px !important;
    height: 36px !important;
    flex: 0 0 auto !important;
  }

  .user-dropdown {
    left: auto !important;
    right: 16px !important;
    bottom: 84px !important;
    width: 230px !important;
  }

  .dashboard-main {
    margin-left: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: calc(100vh - 76px) !important;
    padding: 24px 16px 80px !important;
    overflow-x: hidden !important;
  }

  .dash-section {
    width: 100% !important;
    max-width: 100% !important;
  }

  .page-header {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 16px !important;
    margin-bottom: 22px !important;
  }

  .page-header > div {
    width: 100% !important;
  }

  .eyebrow {
    font-size: 11px !important;
    letter-spacing: 2.4px !important;
    margin-bottom: 8px !important;
  }

  .page-header h1 {
    font-size: clamp(28px, 8vw, 38px) !important;
    line-height: 1.04 !important;
    letter-spacing: -0.06em !important;
  }

  .page-header .primary-action,
  .page-header .secondary-action {
    width: 100% !important;
    min-height: 52px !important;
    justify-content: center !important;
    font-size: 14px !important;
    border-radius: 11px !important;
  }

  .content-block h2,
  .manage-actions h2 {
    font-size: 20px !important;
    margin-bottom: 16px !important;
  }

  .table-card,
  .credentials-card,
  .stat-card,
  .manager-card,
  .manager-list-card,
  .manage-actions {
    width: 100% !important;
    border-radius: 15px !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    background: #060607 !important;
    overflow: hidden !important;
  }

  .table-card,
  .credentials-card,
  .manage-actions,
  .manager-card,
  .manager-list-card {
    padding: 18px !important;
  }

  .table-title {
    font-size: 18px !important;
    margin-bottom: 18px !important;
  }

  .stats-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
    margin-bottom: 18px !important;
  }

  .stat-card {
    min-height: 118px !important;
    padding: 18px !important;
  }

  .stat-card span {
    font-size: 12px !important;
    letter-spacing: 2px !important;
  }

  .stat-card strong {
    font-size: 34px !important;
    margin-top: 14px !important;
  }

  .apps-table {
    width: 100% !important;
    min-width: 0 !important;
    table-layout: auto !important;
  }

  .apps-table th,
  .apps-table td {
    padding: 14px 8px !important;
    font-size: 13px !important;
  }

  .apps-table th {
    font-size: 10px !important;
    letter-spacing: 1.4px !important;
  }

  .apps-table td strong {
    font-size: 13px !important;
  }

  .status-badge {
    font-size: 12px !important;
    padding: 6px 10px !important;
    border-radius: 9px !important;
  }

  .select-app,
  .select-detail-app,
  .apps-table button {
    min-height: 36px !important;
    padding: 7px 10px !important;
    font-size: 12px !important;
    border-radius: 10px !important;
    white-space: nowrap !important;
  }

  .credentials-header {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 14px !important;
  }

  .credentials-header h2 {
    font-size: 20px !important;
    line-height: 1.25 !important;
  }

  .credentials-header h2 svg,
  .credentials-header h2 i {
    width: 22px !important;
    height: 22px !important;
  }

  .credentials-header button {
    width: 100% !important;
    min-height: 42px !important;
  }

  .tabs {
    width: 100% !important;
    gap: 0 !important;
    justify-content: space-around !important;
    margin-top: 18px !important;
  }

  .tab {
    flex: 1 !important;
    font-size: 15px !important;
    padding-bottom: 12px !important;
  }

  .code-box {
    max-width: 100% !important;
    overflow-x: auto !important;
    white-space: pre !important;
    font-size: 12px !important;
    line-height: 1.65 !important;
    padding: 18px !important;
    border-radius: 12px !important;
  }

  .action-row,
  .table-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    width: 100% !important;
  }

  .action-row button,
  .table-actions button {
    width: 100% !important;
    min-height: 42px !important;
    justify-content: center !important;
    font-size: 12px !important;
  }

  .table-top {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 14px !important;
  }

  #section-licenses .table-card,
  #section-users .table-card,
  #section-subscriptions .table-card,
  #section-variables .variable-empty-card,
  #section-team .manager-list-card {
    overflow-x: auto !important;
  }

  #section-licenses .apps-table,
  #section-users .apps-table,
  #section-subscriptions .apps-table,
  #section-variables .apps-table,
  #section-team .apps-table {
    min-width: 640px !important;
  }

  .manager-page {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .modal-overlay,
  .confirm-overlay {
    padding: 14px !important;
  }

  .modal-card,
  .confirm-card {
    width: 100% !important;
    max-width: 440px !important;
    margin: 0 !important;
    border-radius: 16px !important;
  }

  .account-modal,
  .logs-modal {
    padding: 12px !important;
  }

  .account-modal-card,
  .logs-modal-card {
    width: 100% !important;
    max-height: calc(100dvh - 24px) !important;
    overflow-y: auto !important;
  }

  .toast-container {
    left: 12px !important;
    right: 12px !important;
    top: auto !important;
    bottom: 14px !important;
  }

  .hollow-toast {
    width: 100% !important;
  }
}

@media (max-width: 520px) {
  .dashboard-main {
    padding: 22px 14px 72px !important;
  }

  .mobile-dashboard-bar {
    height: 72px;
    grid-template-columns: 44px 1fr 44px;
    padding: 0 14px;
  }

  .dashboard-layout {
    padding-top: 72px !important;
  }

  .mobile-menu-toggle,
  .mobile-settings-shortcut {
    width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
  }

  .mobile-brand span {
    font-size: 17px;
  }

  .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .stat-card {
    min-height: 106px !important;
    padding: 16px !important;
  }

  .stat-card strong {
    font-size: 30px !important;
  }

  .table-card,
  .credentials-card,
  .manage-actions,
  .manager-card,
  .manager-list-card {
    padding: 16px !important;
  }

  .apps-table th,
  .apps-table td {
    padding: 12px 6px !important;
  }

  .apps-table th:nth-child(1),
  .apps-table td:nth-child(1) {
    width: 42% !important;
  }

  .apps-table th:nth-child(2),
  .apps-table td:nth-child(2) {
    width: 24% !important;
  }

  .apps-table th:nth-child(3),
  .apps-table td:nth-child(3) {
    width: 34% !important;
    text-align: right !important;
  }

  .select-app,
  .select-detail-app {
    max-width: 120px !important;
  }

  .code-box {
    font-size: 11.5px !important;
  }
}

/* ============================= */
/* MANAGER LOGIN / PANEL */
/* ============================= */

.manager-auth-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,0.06), transparent 28%),
    radial-gradient(circle at 82% 72%, rgba(255,255,255,0.035), transparent 34%),
    #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
}

.manager-auth-card {
  width: min(420px, 100%);
  background: rgba(6, 6, 7, 0.92);
  border: 2px solid rgba(255,255,255,0.10);
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 30px 90px rgba(0,0,0,0.65);
  animation: fadeSlideIn 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.manager-auth-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.manager-auth-brand img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.manager-auth-brand span {
  display: block;
  color: #8f96a8;
  font-size: 11px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.manager-auth-brand strong {
  display: block;
  font-size: 15px;
  font-weight: 650;
}

.manager-auth-card h1 {
  font-size: 24px;
  letter-spacing: -0.04em;
  margin-bottom: 8px;
}

.manager-auth-note {
  margin-top: 18px;
  color: #8f96a8;
  font-size: 12px;
  line-height: 1.5;
}

.auth-alert {
  background: rgba(255,64,64,0.10);
  border: 1px solid rgba(255,64,64,0.28);
  color: #ff7373;
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 12px;
  margin-bottom: 16px;
}

.auth-alert.success {
  background: rgba(53,255,138,0.10);
  border-color: rgba(53,255,138,0.25);
  color: #35ff8a;
}

.manager-dashboard-layout {
  min-height: 100vh;
  background: #000;
  color: #fff;
  display: flex;
}

.manager-sidebar {
  width: 185px;
  min-height: 100vh;
  border-right: 1px solid #1d1d1d;
  background: #030303;
  display: flex;
  flex-direction: column;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
}

.manager-sidebar-user {
  margin-top: auto;
}

.manager-main {
  margin-left: 185px;
  width: calc(100% - 185px);
  min-height: 100vh;
  padding: 24px;
}

.manager-section {
  display: none;
  animation: fadeSlideIn 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.manager-section.active-section {
  display: block;
}

.manager-page-header form {
  margin: 0;
}

.manager-stats-grid {
  margin-bottom: 18px;
}

.manager-permission-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.manager-permission-pills span,
.manager-permission-summary {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  color: #dcdcdc;
  padding: 6px 10px;
  font-size: 11px;
  font-weight: 650;
}

.manager-permissions-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-bottom: 16px;
}

.manager-permission-option,
.manager-permissions-inline label {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #050505;
  border: 1px solid #252525;
  border-radius: 9px;
  padding: 9px 10px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}

.manager-permission-option input,
.manager-permissions-inline input {
  width: 14px;
  height: 14px;
  accent-color: #ffffff;
}

.manager-list-stack {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.manager-row-card {
  background: #050506;
  border: 1px solid #252525;
  border-radius: 12px;
  padding: 14px;
}

.manager-row-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.manager-row-top strong {
  display: block;
  font-size: 13px;
  font-weight: 650;
  color: #ffffff;
}

.manager-row-top span:not(.status-badge) {
  display: block;
  color: #8f96a8;
  font-size: 11.5px;
  margin-top: 3px;
}

.manager-row-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 12px;
}

.manager-row-actions button,
.manager-row-card > button {
  min-height: 30px;
}

.manager-permissions-inline {
  display: grid;
  grid-template-columns: repeat(5, minmax(110px, 1fr));
  gap: 8px;
  margin: 12px 0;
}

.manager-form-card {
  background: #060607;
  border: 1px solid #252525;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 16px;
}

.manager-form-card h2 {
  font-size: 14px;
  margin-bottom: 12px;
}

.manager-mini-form {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 9px;
}

.manager-mini-form input,
.manager-mini-form select {
  width: 100%;
  background: #020202;
  border: 1px solid #252525;
  color: #ffffff;
  border-radius: 8px;
  padding: 10px 11px;
  outline: none;
  font-size: 12px;
}

.manager-mini-form input:focus,
.manager-mini-form select:focus {
  border-color: #555555;
}

.manager-mini-form button {
  margin: 0;
}

.manager-empty.slim {
  height: auto;
  min-height: 120px;
}

.manager-mobile-bar {
  display: none;
}

@media (max-width: 900px) {
  .manager-dashboard-layout {
    display: block;
    padding-top: 62px;
  }

  .manager-mobile-bar {
    display: flex;
  }

  .manager-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 230px;
    transform: translateX(-105%);
    transition: transform 0.25s ease;
    z-index: 9998;
  }

  body.manager-menu-open .manager-sidebar {
    transform: translateX(0);
  }

  .manager-main {
    margin-left: 0;
    width: 100%;
    padding: 14px;
  }

  .manager-page-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .manager-page-header form,
  .manager-page-header button {
    width: 100%;
  }

  .manager-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .manager-mini-form {
    grid-template-columns: 1fr;
  }

  .manager-permissions-inline {
    grid-template-columns: 1fr;
  }

  .manager-row-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .manager-row-actions button {
    width: 100%;
    justify-content: center;
  }
}


/* ============================= */
/* MANAGER LOGIN VISUAL UPGRADE */
/* ============================= */

.manager-auth-page-v2 {
  position: relative;
  overflow: hidden;
  padding: 28px;
}

.manager-auth-page-v2::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: radial-gradient(circle at center, black, transparent 76%);
  pointer-events: none;
}

.manager-auth-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(36px);
  pointer-events: none;
  opacity: 0.8;
}

.manager-auth-glow-one {
  width: 360px;
  height: 360px;
  left: -110px;
  top: -120px;
  background: rgba(255,255,255,0.09);
}

.manager-auth-glow-two {
  width: 420px;
  height: 420px;
  right: -140px;
  bottom: -160px;
  background: rgba(120,150,255,0.08);
}

.manager-auth-shell {
  position: relative;
  z-index: 2;
  width: min(980px, 100%);
  min-height: 620px;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  background: rgba(5,5,6,0.72);
  border: 2px solid rgba(255,255,255,0.10);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 34px 100px rgba(0,0,0,0.68);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.manager-auth-preview {
  position: relative;
  padding: 32px;
  min-height: 620px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid rgba(255,255,255,0.08);
  background:
    radial-gradient(circle at 25% 22%, rgba(255,255,255,0.10), transparent 32%),
    linear-gradient(135deg, rgba(255,255,255,0.055), rgba(255,255,255,0.015));
}

.manager-auth-logo-line {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.manager-auth-logo-line img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.manager-preview-content {
  max-width: 430px;
}

.manager-auth-eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.12);
  color: #b9c2ff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  margin-bottom: 18px;
}

.manager-preview-content h1 {
  font-size: clamp(34px, 4.8vw, 58px);
  line-height: 0.98;
  letter-spacing: -0.065em;
  font-weight: 720;
  margin-bottom: 18px;
}

.manager-preview-content p {
  color: #a7adbb;
  font-size: 14px;
  line-height: 1.7;
  max-width: 360px;
}

.manager-preview-card {
  width: min(360px, 100%);
  margin-top: 34px;
  background: rgba(0,0,0,0.42);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 18px;
  padding: 18px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
}

.manager-preview-card-top {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.manager-preview-card-top span {
  color: #8f96a8;
  font-size: 11px;
}

.manager-preview-card-top strong {
  display: block;
  margin-top: 3px;
  font-size: 14px;
}

.manager-preview-badge {
  color: #35ff8a !important;
  background: rgba(53,255,138,0.10);
  border: 1px solid rgba(53,255,138,0.22);
  border-radius: 999px;
  padding: 6px 9px;
  font-weight: 700;
}

.manager-preview-list {
  display: grid;
  gap: 10px;
  margin-top: 15px;
}

.manager-preview-list div {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #d9d9d9;
  font-size: 12.5px;
}

.manager-preview-list svg {
  width: 16px;
  height: 16px;
  color: #ffffff;
}

.manager-auth-card-v2 {
  width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: rgba(4,4,5,0.76);
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.manager-auth-back {
  position: absolute;
  top: 26px;
  right: 30px;
  color: #9da3b3;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  transition: 0.2s ease;
}

.manager-auth-back:hover {
  color: #ffffff;
}

.manager-auth-brand-v2 {
  margin-bottom: 24px;
}

.manager-auth-title-block span {
  color: #8f96a8;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.manager-auth-title-block h2 {
  font-size: 28px;
  letter-spacing: -0.05em;
  margin: 9px 0 8px;
}

.manager-auth-title-block p {
  color: #a7adbb;
  font-size: 13px;
  line-height: 1.55;
  margin-bottom: 22px;
}

.manager-login-form {
  display: flex;
  flex-direction: column;
}

.manager-login-form label {
  color: #ffffff;
  font-size: 12.5px;
  font-weight: 650;
  margin-bottom: 8px;
}

.manager-input-box {
  height: 46px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #030303;
  border: 2px solid rgba(255,255,255,0.09);
  border-radius: 12px;
  padding: 0 13px;
  margin-bottom: 16px;
  transition: 0.2s ease;
}

.manager-input-box:focus-within {
  border-color: rgba(255,255,255,0.26);
  background: #070707;
  box-shadow: 0 0 0 4px rgba(255,255,255,0.035);
}

.manager-input-box svg {
  width: 17px;
  height: 17px;
  color: #8f96a8;
  flex-shrink: 0;
}

.manager-input-box input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background: transparent;
  color: #ffffff;
  font-size: 13px;
}

.manager-input-box input::placeholder {
  color: #686d78;
}

.manager-login-btn {
  height: 46px;
  border: none;
  border-radius: 12px;
  background: #ffffff;
  color: #000000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-size: 13.5px;
  font-weight: 750;
  cursor: pointer;
  transition: 0.22s ease;
  margin-top: 2px;
}

.manager-login-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(255,255,255,0.12);
}

.manager-login-btn svg {
  width: 16px;
  height: 16px;
}

.manager-auth-note-v2 {
  text-align: center;
  margin-top: 20px;
  font-size: 11.5px;
}

.manager-login-link-card {
  background: radial-gradient(circle at top left, rgba(255,255,255,0.075), transparent 34%), #050506;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 13px;
  padding: 14px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  margin-bottom: 16px;
}

.manager-login-link-card span {
  display: block;
  color: #8f96a8;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
  margin-bottom: 5px;
}

.manager-login-link-card strong {
  display: block;
  color: #ffffff;
  font-family: "Cascadia Code", "Consolas", monospace;
  font-size: 11px;
  font-weight: 650;
  word-break: break-all;
}

.manager-login-link-card p {
  color: #8f96a8;
  font-size: 11px;
  line-height: 1.45;
  margin-top: 6px;
}

.manager-login-link-card button {
  white-space: nowrap;
}

@media (max-width: 820px) {
  .manager-auth-page-v2 {
    padding: 14px;
  }

  .manager-auth-shell {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .manager-auth-preview {
    min-height: auto;
    padding: 24px;
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }

  .manager-preview-content {
    margin-top: 54px;
  }

  .manager-preview-content h1 {
    font-size: 34px;
  }

  .manager-auth-card-v2 {
    padding: 24px;
  }

  .manager-auth-back {
    top: 24px;
    left: 24px;
    right: auto;
  }

  .manager-login-link-card {
    grid-template-columns: 1fr;
  }

  .manager-login-link-card button {
    width: 100%;
    justify-content: center;
  }
}


/* ============================= */
/* APP LOGS DASHBOARD */
/* ============================= */

.logs-dashboard-card {
  background: #060607;
  border: 1px solid #252525;
  border-radius: 14px;
  padding: 18px;
}

.logs-dashboard-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.logs-dashboard-top h2 {
  font-size: 15px;
  font-weight: 650;
  margin-bottom: 5px;
}

.logs-dashboard-top p {
  color: #8f96a8;
  font-size: 12px;
  line-height: 1.45;
}

.logs-dashboard-search {
  width: min(340px, 100%);
  height: 38px;
  background: #020202;
  border: 1px solid #252525;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0 12px;
}

.logs-dashboard-search svg {
  width: 15px;
  height: 15px;
  color: #8f96a8;
  flex-shrink: 0;
}

.logs-dashboard-search input {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  color: #ffffff;
  font-size: 12px;
}

.logs-dashboard-search input::placeholder {
  color: #6f7480;
}

.logs-dashboard-table-wrap {
  width: 100%;
  overflow-x: auto;
  border-radius: 12px;
}

.logs-dashboard-table {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
}

.logs-dashboard-table th {
  color: #8f96a8;
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: left;
  text-transform: uppercase;
  padding: 11px 10px;
  border-bottom: 1px solid #252525;
}

.logs-dashboard-table td {
  color: #d7d7d7;
  font-size: 11.5px;
  padding: 12px 10px;
  border-bottom: 1px solid #202020;
  vertical-align: top;
}

.logs-dashboard-table td:first-child {
  color: #ffffff;
  font-weight: 550;
  white-space: nowrap;
}

.logs-dashboard-table code {
  background: #000000;
  border: 1px solid #252525;
  border-radius: 6px;
  padding: 3px 6px;
  color: #d8e7ff;
  font-size: 11px;
}

.log-actor {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.log-actor strong {
  color: #ffffff;
  font-size: 12px;
}

.log-actor span {
  width: fit-content;
  color: #8f96a8;
  background: #101010;
  border: 1px solid #252525;
  border-radius: 999px;
  padding: 2px 7px;
  font-size: 10px;
}

.log-action-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 4px 8px;
  font-size: 10.5px;
  font-weight: 650;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .logs-dashboard-top {
    flex-direction: column;
  }

  .logs-dashboard-search {
    width: 100%;
  }

  .logs-dashboard-card {
    padding: 14px;
  }
}

/* ============================= */
/* HOLLOWAUTH ANNOUNCEMENT MODAL */
/* ============================= */

.hollow-announcement {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 22px;
}

.hollow-announcement.active {
  display: flex;
}

.hollow-announcement-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.74);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.hollow-announcement-card {
  position: relative;
  width: min(520px, 100%);
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.10), transparent 34%),
    #070707;
  border: 2px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  padding: 34px;
  color: #ffffff;
  box-shadow:
    0 28px 90px rgba(0, 0, 0, 0.72),
    0 0 55px rgba(255, 255, 255, 0.035);
  animation: hollowAnnouncementIn 0.28s cubic-bezier(0.22, 1, 0.36, 1);
  overflow: hidden;
}

.hollow-announcement-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(255,255,255,0.045), transparent 42%),
    radial-gradient(circle at bottom right, rgba(88, 101, 242, 0.16), transparent 38%);
  pointer-events: none;
}

.hollow-announcement-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.045);
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
  transition: 0.2s ease;
}

.hollow-announcement-close:hover {
  background: #ffffff;
  color: #000000;
  transform: rotate(90deg);
}

.hollow-announcement-icon {
  position: relative;
  z-index: 2;
  width: 48px;
  height: 48px;
  border-radius: 15px;
  background: #ffffff;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}

.hollow-announcement-icon svg {
  width: 22px;
  height: 22px;
  stroke-width: 2;
}

.hollow-announcement-eyebrow {
  position: relative;
  z-index: 2;
  display: inline-block;
  color: #aeb8ff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  margin-bottom: 12px;
}

.hollow-announcement-card h2 {
  position: relative;
  z-index: 2;
  font-size: clamp(26px, 4vw, 38px);
  line-height: 1.02;
  letter-spacing: -0.055em;
  font-weight: 750;
  margin-bottom: 14px;
}

.hollow-announcement-card p {
  position: relative;
  z-index: 2;
  color: #a7adbb;
  font-size: 14px;
  line-height: 1.7;
  max-width: 430px;
}

.hollow-announcement-actions {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 12px;
  margin-top: 28px;
}

.hollow-announcement-primary,
.hollow-announcement-secondary {
  min-height: 42px;
  border-radius: 11px;
  padding: 0 16px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.22s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
}

.hollow-announcement-primary {
  background: #ffffff;
  color: #000000;
  border: 2px solid #ffffff;
}

.hollow-announcement-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(255, 255, 255, 0.12);
}

.hollow-announcement-primary svg {
  width: 15px;
  height: 15px;
}

.hollow-announcement-secondary {
  background: transparent;
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.12);
}

.hollow-announcement-secondary:hover {
  background: rgba(255, 255, 255, 0.08);
}

@keyframes hollowAnnouncementIn {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.96);
    filter: blur(8px);
  }

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

@media (max-width: 560px) {
  .hollow-announcement {
    padding: 16px;
  }

  .hollow-announcement-card {
    padding: 28px 22px;
    border-radius: 20px;
  }

  .hollow-announcement-actions {
    flex-direction: column;
  }

  .hollow-announcement-primary,
  .hollow-announcement-secondary {
    width: 100%;
  }
}

/* ============================= */
/* HOLLOWAUTH HOME PREMIUM HONEST */
/* ============================= */

.hollow-home-new {
  position: relative;
  background:
    radial-gradient(circle at 15% 12%, rgba(255,255,255,0.055), transparent 26%),
    radial-gradient(circle at 86% 70%, rgba(120,150,255,0.045), transparent 30%),
    #000000;
}

.hollow-home-new::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255,255,255,0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.018) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: radial-gradient(circle at center, black, transparent 76%);
  opacity: 0.8;
}

.hollow-hero-v2 {
  min-height: 620px;
  overflow: hidden;
}

.hero-grid-glow,
.hero-orb {
  position: absolute;
  pointer-events: none;
}

.hero-grid-glow {
  width: 680px;
  height: 360px;
  background: radial-gradient(circle, rgba(255,255,255,0.085), transparent 68%);
  filter: blur(26px);
}

.hero-orb {
  border-radius: 999px;
  filter: blur(42px);
  opacity: 0.8;
}

.hero-orb-one {
  width: 280px;
  height: 280px;
  left: -90px;
  top: 90px;
  background: rgba(255,255,255,0.065);
}

.hero-orb-two {
  width: 360px;
  height: 360px;
  right: -120px;
  bottom: 40px;
  background: rgba(120,150,255,0.055);
}

.hero-content-v2 h1 {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.hero-trust-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.hero-trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 13px;
  border-radius: 999px;
  background: rgba(255,255,255,0.045);
  border: 1px solid rgba(255,255,255,0.10);
  color: #d8deed;
  font-size: 12px;
  font-weight: 600;
}

.hero-trust-row i {
  color: #ffffff;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 29px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.11);
  color: #aeb8ff;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.18em;
  margin-bottom: 16px;
}

.features-section-v2 {
  grid-template-columns: 0.75fr 1.25fr;
  gap: 54px;
  align-items: start;
}

.feature-copy {
  position: sticky;
  top: 96px;
}

.feature-grid-v2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.feature-card-v2 {
  min-height: 246px;
  padding: 28px;
  border-radius: 18px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(255,255,255,0.07), transparent 34%),
    #070708;
  border: 1px solid rgba(255,255,255,0.11);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.035);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease;
}

.feature-card-v2::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.055), transparent 38%);
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}

.feature-card-v2:hover {
  transform: translateY(-5px);
  border-color: rgba(255,255,255,0.22);
  background:
    radial-gradient(circle at top left, rgba(255,255,255,0.095), transparent 34%),
    #09090a;
  box-shadow: 0 22px 70px rgba(0,0,0,0.38);
}

.feature-card-v2:hover::after {
  opacity: 1;
}

.feature-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.13);
  background: #020203;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}

.feature-icon i {
  font-size: 17px;
}

.feature-card-v2 h3 {
  position: relative;
  z-index: 2;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin-bottom: 13px;
}

.feature-card-v2 p {
  position: relative;
  z-index: 2;
  color: #aeb7c8;
  font-size: 14px;
  line-height: 1.7;
}

.workflow-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 82px 24px;
  border-top: 1px solid rgba(255,255,255,0.10);
}

.workflow-header {
  max-width: 720px;
  margin-bottom: 34px;
}

.workflow-header h2,
.pricing-header-v2 h2 {
  font-size: clamp(32px, 4.6vw, 52px);
  line-height: 1.03;
  font-weight: 650;
  letter-spacing: -0.055em;
  margin-bottom: 16px;
}

.workflow-header p,
.pricing-header-v2 p {
  color: #a7adbb;
  font-size: 15px;
  line-height: 1.75;
}

.workflow-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.workflow-card {
  background: rgba(7,7,8,0.86);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 18px;
  padding: 24px;
  transition: 0.24s ease;
}

.workflow-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255,255,255,0.20);
  background: #09090a;
}

.workflow-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: #ffffff;
  color: #000000;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 28px;
}

.workflow-card h3 {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
}

.workflow-card p {
  color: #a7adbb;
  font-size: 13.5px;
  line-height: 1.65;
}

.pricing-header-v2 {
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 38px;
}

.pricing-header-v2 > div:first-child {
  max-width: 650px;
}

.scroll-reveal {
  opacity: 0;
  transform: translateY(34px) scale(0.985);
  filter: blur(7px);
  transition:
    opacity 0.72s ease,
    transform 0.72s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.72s ease;
  transition-delay: var(--delay, 0ms);
}

.scroll-reveal.revealed {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

.hollow-announcement-close i,
.hollow-announcement-icon i,
.hollow-announcement-primary i {
  position: relative;
  z-index: 3;
}

@media (max-width: 960px) {
  .features-section-v2 {
    grid-template-columns: 1fr;
  }

  .feature-copy {
    position: static;
  }

  .workflow-grid {
    grid-template-columns: 1fr;
  }

  .pricing-header-v2 {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .hollow-hero-v2 {
    min-height: auto;
    padding-top: 78px;
  }

  .feature-grid-v2 {
    grid-template-columns: 1fr;
  }

  .feature-card-v2 {
    min-height: auto;
    padding: 24px;
  }

  .feature-icon {
    margin-bottom: 22px;
  }

  .hero-trust-row {
    justify-content: flex-start;
  }

  .home-hero {
    text-align: left;
  }

  .hero-content-v2 p {
    margin-left: 0;
    margin-right: 0;
  }

  .hero-buttons {
    justify-content: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .scroll-reveal {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }
}


/* ============================= */
/* PRICING SWITCH CENTER FIX */
/* ============================= */

.pricing-header-v2 {
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  gap: 26px !important;
}

.pricing-header-v2 > div:first-child {
  max-width: 760px !important;
  margin: 0 auto !important;
}

.pricing-toggle-wrap {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  margin: 0 auto !important;
  user-select: none;
}

.pricing-toggle-label {
  cursor: pointer;
}

.pricing-toggle {
  flex: 0 0 auto !important;
  border: 2px solid rgba(255,255,255,0.22) !important;
  background: #202028 !important;
  padding: 0 !important;
}

.pricing-toggle.active {
  background: #ffffff !important;
  border-color: #ffffff !important;
}

.pricing-toggle.active .pricing-toggle-ball {
  background: #000000 !important;
}

@media (max-width: 620px) {
  .pricing-toggle-wrap {
    flex-wrap: wrap;
  }
}

/* ============================= */
/* PRICING SWITCH ALIGN FIX */
/* ============================= */

.pricing-toggle {
  width: 50px !important;
  height: 28px !important;
  min-height: 28px !important;
  padding: 0 !important;
  border: 2px solid rgba(255, 255, 255, 0.22) !important;
  border-radius: 999px !important;
  background: #202028 !important;
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  overflow: hidden !important;
}

.pricing-toggle-ball {
  width: 20px !important;
  height: 20px !important;
  top: 50% !important;
  left: 4px !important;
  transform: translateY(-50%) !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  position: absolute !important;
  transition:
    left 0.22s ease,
    transform 0.22s ease !important;
}

.pricing-toggle.active .pricing-toggle-ball {
  left: calc(100% - 24px) !important;
  transform: translateY(-50%) !important;
}


/* ============================= */
/* PREMIUM FEATURE LOCKS */
/* ============================= */

.nav-item.premium-locked-nav {
  position: relative;
  color: #d7d7d7 !important;
}

.nav-lock-badge {
  margin-left: auto;
  width: 21px;
  height: 21px;
  min-width: 21px;
  min-height: 21px;
  padding: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.13);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  line-height: 0;
  opacity: 0.9;
}

.nav-lock-badge svg,
.nav-lock-badge i {
  width: 12px !important;
  height: 12px !important;
  stroke-width: 2.1;
}

.premium-disabled-action {
  opacity: 0.55 !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
}

.premium-lock-card {
  width: min(760px, 100%);
  margin: 10px auto;
  padding: 34px;
  min-height: 330px;
  border-radius: 20px;
  border: 2px solid rgba(255, 255, 255, 0.11);
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.10), transparent 34%),
    radial-gradient(circle at bottom right, rgba(174, 184, 255, 0.08), transparent 34%),
    #060607;
  box-shadow:
    0 28px 90px rgba(0, 0, 0, 0.50),
    inset 0 0 40px rgba(255, 255, 255, 0.018);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.premium-lock-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.045), transparent 42%),
    linear-gradient(rgba(255,255,255,0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.018) 1px, transparent 1px);
  background-size: auto, 44px 44px, 44px 44px;
  pointer-events: none;
  mask-image: radial-gradient(circle at center, black, transparent 82%);
}

.premium-lock-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: #ffffff;
  color: #000000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  position: relative;
  z-index: 2;
}

.premium-lock-icon svg,
.premium-lock-icon i {
  width: 24px !important;
  height: 24px !important;
  stroke-width: 2.2;
}

.premium-lock-card > span {
  color: #aeb8ff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}

.premium-lock-card h2 {
  color: #ffffff;
  font-size: clamp(26px, 4vw, 40px);
  line-height: 1.04;
  letter-spacing: -0.055em;
  font-weight: 750;
  margin-bottom: 13px;
  position: relative;
  z-index: 2;
}

.premium-lock-card p {
  color: #a7adbb;
  font-size: 14px;
  line-height: 1.7;
  max-width: 560px;
  position: relative;
  z-index: 2;
}

.premium-lock-features {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
  position: relative;
  z-index: 2;
}

.premium-lock-features div {
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.10);
  color: #d9deec;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  font-weight: 650;
}

.premium-lock-features svg,
.premium-lock-features i {
  width: 14px !important;
  height: 14px !important;
}

.premium-lock-btn {
  min-height: 42px;
  margin-top: 26px;
  padding: 0 18px;
  border-radius: 11px;
  background: #ffffff;
  color: #000000;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
  position: relative;
  z-index: 2;
  transition: 0.22s ease;
}

.premium-lock-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(255, 255, 255, 0.12);
}

@media (max-width: 900px) {
  .nav-lock-badge {
    margin-left: auto;
  }

  .premium-lock-card {
    padding: 26px 20px;
    min-height: 300px;
    border-radius: 18px;
  }

  .premium-lock-features {
    flex-direction: column;
    width: 100%;
  }

  .premium-lock-features div,
  .premium-lock-btn {
    width: 100%;
    justify-content: center;
  }
}



/* ============================= */
/* CLEAN MENU LOCK ICON ONLY */
/* ============================= */

.nav-item .nav-label {
  display: inline-flex;
  align-items: center;
}

.nav-item.premium-locked-nav {
  color: inherit !important;
}

.nav-item.premium-locked-nav.active {
  background: #171717;
  color: #ffffff !important;
  border-left-color: #ffffff;
}

.nav-lock-badge {
  margin-left: auto !important;
  width: 15px !important;
  height: 15px !important;
  min-width: 15px !important;
  min-height: 15px !important;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
  color: #aeb3c0 !important;
  opacity: 0.92 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 0 !important;
  font-size: 0 !important;
}

.nav-item.active .nav-lock-badge {
  color: #ffffff !important;
}

.nav-lock-badge svg,
.nav-lock-badge i {
  width: 14px !important;
  height: 14px !important;
  stroke-width: 2 !important;
}

@media (max-width: 900px) {
  .nav-lock-badge {
    width: 17px !important;
    height: 17px !important;
    min-width: 17px !important;
    min-height: 17px !important;
  }

  .nav-lock-badge svg,
  .nav-lock-badge i {
    width: 16px !important;
    height: 16px !important;
  }
}


/* ============================= */
/* DASHBOARD ICON SIZE CONTROL */
/* ============================= */

.dashboard-layout svg,
.dashboard-layout i {
  width: 15px !important;
  height: 15px !important;
  stroke-width: 1.8 !important;
}

/* Menú lateral */
.sidebar .nav-item svg,
.sidebar .nav-item i {
  width: 17px !important;
  height: 17px !important;
}

/* Botones normales */
.icon-btn svg,
.icon-btn i,
.primary-action svg,
.secondary-action svg,
.warning-action svg,
.danger-action svg {
  width: 14px !important;
  height: 14px !important;
}

/* Botones de acciones en tablas */
.table-actions button svg,
.table-actions button i,
.action-menu-btn svg,
.action-menu-btn i,
.action-dropdown-item svg,
.action-dropdown-item i {
  width: 14px !important;
  height: 14px !important;
}

/* Header móvil */
.mobile-menu-toggle svg,
.mobile-settings-shortcut svg {
  width: 20px !important;
  height: 20px !important;
}

/* ============================= */
/* LOGIN CARD HEIGHT + BACK LINK SPACING */
/* ============================= */

.login-page.auth-centered .login-card {
  min-height: 570px !important;
  padding: 44px 28px 34px !important;
}

.login-page.auth-centered .back-home,
.login-page.auth-centered .back-link {
  display: inline-block !important;
  margin-bottom: 26px !important;
  transform: translateY(-18px) !important;
}

@media (max-width: 520px) {
  .login-page.auth-centered .login-card {
    min-height: auto !important;
    padding: 34px 24px 28px !important;
  }

  .login-page.auth-centered .back-home,
  .login-page.auth-centered .back-link {
    margin-bottom: 22px !important;
    transform: translateY(-12px) !important;
  }
}

/* ============================= */
/* HERO ANNOUNCEMENT BADGE */
/* ============================= */

.hero-announcement {
  position: relative;
  z-index: 5;

  width: 250px;
  min-height: 30px;
  margin: 0 auto 26px;
  padding: 3px 12px 3px 5px;

  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 9px;

  color: #d9deec;
  text-decoration: none;

  background:
    linear-gradient(
      100deg,
      rgba(255, 255, 255, 0.055),
      transparent
    ),
    rgba(5, 5, 6, 0.86);

  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;

  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);

  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease;

  overflow: hidden;
}

.hero-announcement::before {
  content: "";
  position: absolute;
  inset: 0;

  background: linear-gradient(
    110deg,
    transparent 20%,
    rgba(255, 255, 255, 0.08) 48%,
    transparent 75%
  );

  transform: translateX(-120%);
  transition: transform 0.7s ease;
  pointer-events: none;
}

.hero-announcement:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.26);

  background:
    linear-gradient(
      100deg,
      rgba(255, 255, 255, 0.08),
      transparent
    ),
    rgba(9, 9, 10, 0.94);

  box-shadow:
    0 16px 50px rgba(0, 0, 0, 0.48),
    0 0 25px rgba(174, 184, 255, 0.045);
}

.hero-announcement:hover::before {
  transform: translateX(120%);
}

.hero-announcement-logo {
  position: relative;
  z-index: 2;

  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  background: transparent;
  border: none;
  border-radius: 0;

  flex-shrink: 0;
}

.hero-announcement-logo img {
  width: 16px;
  height: 16px;
  object-fit: contain;

  filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.16));

  animation: hollowAnnouncementLogoSpin 7s linear infinite;
}

.hero-announcement-text {
  position: relative;
  z-index: 2;

  flex: 0;
  text-align: left;

  color: #d8deed;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: -0.01em;
  white-space: nowrap;

  margin-left: 2px;
  margin-right: auto;
}

.hero-announcement-arrow {
  position: relative;
  z-index: 2;

  width: 12px;
  min-width: 12px;

  color: #8f96a8;
  font-size: 10px;
  text-align: center;

  transition:
    transform 0.22s ease,
    color 0.22s ease;

  flex-shrink: 0;
}

.hero-announcement:hover .hero-announcement-arrow {
  color: #ffffff;
  transform: translateX(3px);
}

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

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

@media (max-width: 620px) {
  .hero-announcement {
    width: 100%;
    max-width: 340px;
    min-height: 34px;
    margin: 0 auto 24px;
    padding-right: 10px;
  }

  .hero-announcement-text {
    font-size: 10.5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-announcement,
  .hero-announcement::before,
  .hero-announcement-arrow,
  .hero-announcement-logo img {
    transition: none !important;
    animation: none !important;
  }
}

/* ============================= */
/* ADVANCED APP AUTH LOGS */
/* ============================= */

.logs-dashboard-table th:last-child,
.logs-dashboard-table td:last-child {
  width: 68px;
  text-align: center;
}

.log-details-cell {
  max-width: 330px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.log-actions-cell {
  position: relative;
  overflow: visible !important;
}

.log-result-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 66px;
  padding: 4px 8px;
  border-radius: 999px;
  border: 1px solid #303038;
  background: #0a0a0c;
  color: #b6bdd0;
  font-size: 10px;
  font-weight: 700;
}

.log-result-badge.success {
  color: #35ff8a;
  border-color: rgba(53, 255, 138, 0.26);
  background: rgba(53, 255, 138, 0.08);
}

.log-result-badge.failed {
  color: #ff5c68;
  border-color: rgba(255, 92, 104, 0.28);
  background: rgba(255, 92, 104, 0.08);
}

.log-action-dropdown {
  min-width: 190px;
}

.log-detail-overlay {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.log-detail-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.76);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.log-detail-card {
  position: relative;
  z-index: 2;
  width: min(760px, calc(100vw - 32px));
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  padding: 22px;
  border: 1px solid #29292f;
  border-radius: 16px;
  background:
    radial-gradient(circle at top left, rgba(255,255,255,.045), transparent 34%),
    #070708;
  box-shadow: 0 30px 90px rgba(0,0,0,.78);
  animation: confirmPopIn .24s cubic-bezier(.22,1,.36,1);
}

.log-detail-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #202026;
}

.log-detail-header span,
.log-detail-error > span {
  display: block;
  color: #8f96a8;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.6px;
  margin-bottom: 6px;
}

.log-detail-header h2 {
  font-size: 20px;
  font-weight: 650;
  letter-spacing: -.04em;
}

.log-detail-header p {
  color: #979eae;
  font-size: 12px;
  margin-top: 5px;
}

.log-detail-close {
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid #29292f;
  border-radius: 9px;
  background: #09090a;
  color: #fff;
  cursor: pointer;
}

.log-detail-close svg {
  width: 15px;
  height: 15px;
}

.log-detail-status {
  width: fit-content;
  margin: 18px 0 14px;
  padding: 5px 10px;
  border-radius: 999px;
  border: 1px solid #303038;
  color: #b6bdd0;
  font-size: 10px;
  font-weight: 700;
}

.log-detail-status.success {
  color: #35ff8a;
  border-color: rgba(53,255,138,.25);
  background: rgba(53,255,138,.07);
}

.log-detail-status.failed {
  color: #ff5c68;
  border-color: rgba(255,92,104,.28);
  background: rgba(255,92,104,.07);
}

.log-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.log-detail-item {
  min-width: 0;
  padding: 13px;
  border: 1px solid #222228;
  border-radius: 10px;
  background: #050506;
}

.log-detail-item span {
  display: block;
  margin-bottom: 6px;
  color: #858c9d;
  font-size: 10px;
}

.log-detail-item strong,
.log-detail-item code {
  display: block;
  overflow-wrap: anywhere;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}

.log-detail-item code {
  color: #c8d0e3;
  font-family: "Cascadia Code", Consolas, monospace;
}

.log-detail-error {
  margin-top: 14px;
  padding: 14px;
  border: 1px solid rgba(255,92,104,.25);
  border-radius: 11px;
  background: rgba(255,92,104,.055);
}

.log-detail-error code {
  display: inline-block;
  margin-bottom: 8px;
  color: #ff7c86;
  font-size: 11px;
  font-family: "Cascadia Code", Consolas, monospace;
}

.log-detail-error p {
  color: #d8dbe3;
  font-size: 12px;
  line-height: 1.55;
}

@media (max-width: 700px) {
  .log-detail-grid {
    grid-template-columns: 1fr;
  }

  .log-detail-card {
    padding: 17px;
  }

  .logs-dashboard-table {
    min-width: 1050px;
  }
}
