@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  overflow-x: hidden; }

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background-color: #EDE7FF;
  color: #1C1730;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100vh;
  overflow-x: hidden;
  background-image: radial-gradient(ellipse 70% 55% at -5% -5%, rgba(124, 58, 237, 0.18) 0%, transparent 60%), radial-gradient(ellipse 60% 50% at 105% 105%, rgba(168, 85, 247, 0.14) 0%, transparent 60%), radial-gradient(ellipse 55% 65% at 50% 50%, rgba(237, 231, 255, 0.5) 0%, transparent 75%); }

::selection {
  background: rgba(124, 58, 237, 0.18);
  color: #1C1730; }

::-webkit-scrollbar {
  width: 4px;
  height: 4px; }

::-webkit-scrollbar-track {
  background: transparent; }

::-webkit-scrollbar-thumb {
  background: rgba(124, 58, 237, 0.22);
  border-radius: 999px; }
  ::-webkit-scrollbar-thumb:hover {
    background: rgba(124, 58, 237, 0.48); }

h1, h2, h3, h4, h5, h6 {
  color: #1C1730;
  letter-spacing: -0.025em;
  font-weight: 600; }

a {
  color: #7C3AED;
  transition: color 0.15s; }
  a:hover {
    color: #6D28D9; }

hr {
  border-color: rgba(124, 58, 237, 0.14);
  opacity: 1;
  margin: 1.5rem 0; }

p {
  line-height: 1.65; }

.text-1 {
  color: #1C1730 !important; }

.text-2 {
  color: #4E4868 !important; }

.text-3 {
  color: #857FA0 !important; }

a.text-3:hover {
  color: #4E4868 !important; }

.text-muted {
  color: #4E4868 !important; }

a.text-muted:hover {
  color: #1C1730 !important; }

.text-purple {
  color: #8B5CF6 !important; }

a.text-purple:hover {
  color: #6D28D9 !important; }

.bg-purple {
  background-color: #7C3AED !important; }

.badge {
  font-weight: 600;
  letter-spacing: 0.03em; }

.badge-purple {
  background: rgba(124, 58, 237, 0.1);
  border: 1px solid rgba(124, 58, 237, 0.22);
  color: #7C3AED;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  text-transform: uppercase; }

.site-footer {
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-top: 1px solid rgba(124, 58, 237, 0.14);
  color: #857FA0;
  font-size: 0.8rem;
  padding: 1.25rem 0; }
  .site-footer a {
    color: #857FA0;
    text-decoration: none;
    transition: color 0.15s; }
    .site-footer a:hover {
      color: #4E4868; }

.spinner-border {
  color: #8B5CF6; }

.section-label {
  font-size: 0.68rem;
  font-weight: 700;
  color: #7C3AED;
  text-transform: uppercase;
  letter-spacing: 0.09em; }

.lp-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1040;
  padding: 0.75rem 0;
  pointer-events: none; }

.lp-nav-wrap {
  pointer-events: none;
  position: relative; }

.lp-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(124, 58, 237, 0.16);
  border-radius: 999px;
  padding: 0.5rem 0.5rem 0.5rem 1.25rem;
  pointer-events: all;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9), 0 4px 24px rgba(109, 40, 217, 0.09);
  transition: background 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease; }
  .scrolled .lp-nav-inner {
    background: rgba(255, 255, 255, 0.97);
    border-color: rgba(124, 58, 237, 0.22);
    box-shadow: 0 2px 0 white, 0 6px 32px rgba(109, 40, 217, 0.13); }
  @media (max-width: 991px) {
    .lp-nav-inner {
      border-radius: 1.375rem;
      padding: 0.5rem 0.5rem 0.5rem 1rem; } }
  @media (max-width: 575px) {
    .lp-nav-inner {
      padding: 0.45rem 0.45rem 0.45rem 0.875rem; } }
  @media (max-width: 400px) {
    .lp-nav-inner {
      padding: 0.4rem 0.4rem 0.4rem 0.7rem; } }
.dv-brand {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  text-decoration: none;
  font-size: 0.975rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  flex-shrink: 0;
  transition: opacity 0.2s;
  white-space: nowrap; }
  .dv-brand .brand-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    line-height: 1; }
  .dv-brand:hover {
    opacity: 0.72; }
  @media (max-width: 400px) {
    .dv-brand {
      font-size: 0.875rem;
      gap: 0.35rem; }
      .dv-brand .brand-icon svg {
        width: 18px;
        height: 18px; } }
.dv-brand-lp {
  color: #1C1730; }
  .dv-brand-lp:hover {
    color: #1C1730; }

.dv-brand-light {
  color: #F0EEFF; }
  .dv-brand-light:hover {
    color: #F0EEFF; }

.dv-brand-app {
  color: #1C1730; }
  .dv-brand-app:hover {
    color: #1C1730; }

.dv-nav-links {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  flex: 1;
  justify-content: center; }
  @media (max-width: 991px) {
    .dv-nav-links {
      display: none; } }
.dv-nav-link {
  font-size: 0.845rem;
  font-weight: 500;
  text-decoration: none;
  padding: 0.4rem 0.82rem;
  border-radius: 999px;
  transition: color 0.15s, background 0.15s;
  white-space: nowrap; }
  .dv-nav-link.dv-link-lp {
    color: #4E4868; }
    .dv-nav-link.dv-link-lp:hover, .dv-nav-link.dv-link-lp.active {
      color: #1C1730;
      background: rgba(124, 58, 237, 0.08); }
  .dv-nav-link.dv-link-light {
    color: rgba(220, 210, 255, 0.72); }
    .dv-nav-link.dv-link-light:hover, .dv-nav-link.dv-link-light.active {
      color: #EDE9FE;
      background: rgba(139, 92, 246, 0.14); }
  .dv-nav-link.dv-link-app {
    color: #4E4868; }
    .dv-nav-link.dv-link-app:hover, .dv-nav-link.dv-link-app.active {
      color: #1C1730;
      background: rgba(124, 58, 237, 0.08); }

.dv-nav-actions {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex-shrink: 0; }
  @media (max-width: 400px) {
    .dv-nav-actions {
      gap: 0.35rem; } }
.dv-nav-ghost {
  font-size: 0.845rem;
  font-weight: 500;
  text-decoration: none;
  padding: 0.4rem 0.82rem;
  border-radius: 999px;
  transition: color 0.15s, background 0.15s;
  white-space: nowrap; }
  .dv-nav-ghost.dv-link-lp {
    color: #4E4868; }
    .dv-nav-ghost.dv-link-lp:hover {
      color: #1C1730;
      background: rgba(124, 58, 237, 0.08); }
  .dv-nav-ghost.dv-link-light {
    color: rgba(220, 210, 255, 0.72); }
    .dv-nav-ghost.dv-link-light:hover {
      color: #EDE9FE;
      background: rgba(139, 92, 246, 0.14); }
  .dv-nav-ghost.dv-link-app {
    color: #4E4868; }
    .dv-nav-ghost.dv-link-app:hover {
      color: #1C1730;
      background: rgba(124, 58, 237, 0.08); }
  @media (max-width: 575px) {
    .dv-nav-ghost {
      display: none; } }
.dv-nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.5rem 1.15rem;
  background: linear-gradient(135deg, #6D28D9 0%, #9333EA 100%);
  color: #fff !important;
  font-size: 0.83rem;
  font-weight: 600;
  border-radius: 999px;
  text-decoration: none;
  letter-spacing: 0.01em;
  white-space: nowrap;
  border: none;
  cursor: pointer;
  box-shadow: 0 2px 14px rgba(109, 40, 217, 0.42), 0 0 0 1px rgba(255, 255, 255, 0.1) inset;
  transition: opacity 0.15s, transform 0.15s, box-shadow 0.15s; }
  .dv-nav-cta:hover {
    opacity: 0.9;
    transform: translateY(-1px);
    box-shadow: 0 5px 22px rgba(109, 40, 217, 0.58), 0 0 0 1px rgba(255, 255, 255, 0.14) inset; }
  .dv-nav-cta:active {
    transform: translateY(0); }
  @media (max-width: 575px) {
    .dv-nav-actions .dv-nav-cta, .app-nav-inner .dv-nav-cta {
      display: none; } }
.dv-mobile-menu .dv-nav-cta,
.app-mobile-menu .dv-nav-cta {
  display: flex !important; }

.dv-hamburger {
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(124, 58, 237, 0.08);
  border: 1px solid rgba(124, 58, 237, 0.22);
  color: #7C3AED;
  border-radius: 6px;
  width: 36px;
  height: 28px;
  padding: 0;
  cursor: pointer;
  font-size: 1.05rem;
  line-height: 1;
  margin-left: 0.25rem;
  transition: background 0.15s;
  flex-shrink: 0; }
  .dv-hamburger:hover {
    background: rgba(124, 58, 237, 0.15); }
  @media (max-width: 991px) {
    .dv-hamburger {
      display: flex; } }
.dv-mobile-menu {
  display: none;
  flex-direction: column;
  margin-top: 0.5rem;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
  border: 1px solid rgba(124, 58, 237, 0.16);
  border-radius: 1.375rem;
  padding: 0.5rem;
  pointer-events: all;
  box-shadow: 0 8px 32px rgba(109, 40, 217, 0.1); }
  .dv-mobile-menu.open {
    display: flex; }
  .dv-mobile-menu .dv-nav-link, .dv-mobile-menu .dv-nav-ghost {
    display: block;
    padding: 0.72rem 1rem;
    border-radius: 6px;
    font-size: 0.875rem;
    color: #4E4868 !important; }
    .dv-mobile-menu .dv-nav-link:hover, .dv-mobile-menu .dv-nav-ghost:hover {
      background: rgba(124, 58, 237, 0.07);
      color: #1C1730 !important; }
  .dv-mobile-menu hr {
    border-color: rgba(124, 58, 237, 0.14);
    margin: 0.375rem 0; }
  .dv-mobile-menu .dv-nav-cta {
    margin-top: 0.25rem;
    justify-content: center;
    border-radius: 8px;
    padding: 0.72rem 1rem;
    font-size: 0.875rem; }

.app-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1040;
  padding: 0.75rem 0;
  pointer-events: none; }
  @media (max-width: 767px) {
    .app-nav {
      padding: 0.5rem 0; } }
.app-nav ~ main {
  padding-top: 4.5rem; }
  @media (max-width: 767px) {
    .app-nav ~ main {
      padding-top: 3.75rem; } }
.app-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: all;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(124, 58, 237, 0.14);
  border-radius: 999px;
  padding: 0.45rem 0.45rem 0.45rem 1.2rem;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.95), 0 4px 24px rgba(109, 40, 217, 0.08);
  transition: background 0.3s, border-color 0.3s, box-shadow 0.3s; }
  @media (max-width: 991px) {
    .app-nav-inner {
      border-radius: 1.375rem;
      padding: 0.45rem 0.45rem 0.45rem 1rem; } }
  @media (max-width: 575px) {
    .app-nav-inner {
      padding: 0.4rem 0.4rem 0.4rem 0.875rem; } }
  @media (max-width: 400px) {
    .app-nav-inner {
      padding: 0.4rem 0.4rem 0.4rem 0.75rem; } }
.nav-avatar {
  width: 28px;
  height: 28px;
  background: linear-gradient(135deg, #6D28D9 0%, #9333EA 100%);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(109, 40, 217, 0.3); }
  @media (max-width: 400px) {
    .nav-avatar {
      width: 26px;
      height: 26px;
      font-size: 0.65rem; } }
.app-dropdown {
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(124, 58, 237, 0.24);
  border-radius: 14px;
  box-shadow: 0 12px 40px rgba(109, 40, 217, 0.15), 0 1px 0 white inset;
  padding: 0.35rem;
  min-width: 210px;
  margin-top: 0.5rem !important; }
  .app-dropdown .dropdown-item {
    color: #4E4868;
    border-radius: 4px;
    font-size: 0.855rem;
    padding: 0.5rem 0.8rem;
    transition: all 0.12s;
    display: flex;
    align-items: center;
    gap: 0.55rem; }
    .app-dropdown .dropdown-item i {
      opacity: 0.5;
      font-size: 0.8rem; }
    .app-dropdown .dropdown-item:hover {
      background: rgba(124, 58, 237, 0.07);
      color: #1C1730; }
      .app-dropdown .dropdown-item:hover i {
        opacity: 1; }
    .app-dropdown .dropdown-item.text-danger {
      color: #DC2626 !important; }
      .app-dropdown .dropdown-item.text-danger i {
        opacity: 0.65; }
      .app-dropdown .dropdown-item.text-danger:hover {
        background: rgba(220, 38, 38, 0.06); }
  .app-dropdown .dropdown-item-text {
    color: #857FA0;
    font-size: 0.76rem;
    padding: 0.4rem 0.8rem; }
  .app-dropdown .dropdown-divider {
    border-color: rgba(124, 58, 237, 0.14);
    margin: 0.25rem 0; }

.dropdown-signin-block {
  padding: 0.5rem 0.8rem 0.4rem; }
  .dropdown-signin-block .dsb-label {
    font-size: 0.66rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #857FA0;
    margin-bottom: 2px; }
  .dropdown-signin-block .dsb-name {
    font-size: 0.83rem;
    font-weight: 600;
    color: #1C1730;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dropdown-signin-block .dsb-email {
    font-size: 0.72rem;
    color: #857FA0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.app-hamburger {
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(124, 58, 237, 0.08);
  border: 1px solid rgba(124, 58, 237, 0.22);
  color: #7C3AED;
  border-radius: 6px;
  width: 36px;
  height: 28px;
  padding: 0;
  cursor: pointer;
  font-size: 1.05rem;
  line-height: 1;
  margin-left: 0.25rem;
  transition: background 0.15s;
  flex-shrink: 0; }
  .app-hamburger:hover {
    background: rgba(124, 58, 237, 0.12); }
  @media (max-width: 991px) {
    .app-hamburger {
      display: flex; } }
  @media (max-width: 400px) {
    .app-hamburger {
      width: 32px;
      height: 26px;
      font-size: 0.95rem;
      margin-left: 0.1rem; } }
.app-mobile-menu {
  display: none;
  flex-direction: column;
  pointer-events: all;
  margin-top: 0.5rem;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(28px);
  border: 1px solid rgba(124, 58, 237, 0.24);
  border-radius: 1.375rem;
  padding: 0.5rem;
  box-shadow: 0 8px 32px rgba(109, 40, 217, 0.1); }
  .app-mobile-menu.open {
    display: flex; }
  .app-mobile-menu .dv-nav-link.dv-link-app,
  .app-mobile-menu .dv-nav-ghost.dv-link-app {
    display: block;
    padding: 0.72rem 1rem;
    border-radius: 6px;
    font-size: 0.875rem; }
  .app-mobile-menu hr {
    border-color: rgba(124, 58, 237, 0.14);
    margin: 0.375rem 0; }
  .app-mobile-menu .dv-nav-cta {
    margin-top: 0.25rem;
    justify-content: center;
    border-radius: 8px;
    padding: 0.72rem 1rem;
    font-size: 0.875rem; }
  .app-mobile-menu .app-mobile-user {
    padding: 0.5rem 1rem 0.6rem;
    border-bottom: 1px solid rgba(124, 58, 237, 0.14);
    margin-bottom: 0.25rem; }
  .app-mobile-menu .app-mobile-user-name {
    font-size: 0.855rem;
    font-weight: 600;
    color: #1C1730; }
  .app-mobile-menu .app-mobile-user-email {
    font-size: 0.75rem;
    color: #857FA0; }

@media (max-width: 575px) {
  .nav-user-name {
    display: none !important; } }

.plan-badge {
  background: rgba(124, 58, 237, 0.1);
  border: 1px solid rgba(124, 58, 237, 0.22);
  color: #7C3AED;
  font-size: 0.62rem;
  font-weight: 700;
  padding: 0.12rem 0.45rem;
  border-radius: 999px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  vertical-align: middle; }

[data-theme="dark"] .lp-nav-inner {
  background: rgba(12, 6, 28, 0.52);
  border-color: rgba(139, 92, 246, 0.22);
  box-shadow: none; }

[data-theme="dark"] .lp-nav.scrolled .lp-nav-inner {
  background: rgba(7, 4, 18, 0.9);
  border-color: rgba(139, 92, 246, 0.3);
  box-shadow: 0 8px 48px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(139, 92, 246, 0.07) inset; }

[data-theme="dark"] .dv-brand-lp {
  color: #F0EEFF; }
  [data-theme="dark"] .dv-brand-lp:hover {
    color: #F0EEFF; }

[data-theme="dark"] .dv-nav-link.dv-link-lp {
  color: rgba(220, 210, 255, 0.72); }
  [data-theme="dark"] .dv-nav-link.dv-link-lp:hover, [data-theme="dark"] .dv-nav-link.dv-link-lp.active {
    color: #EDE9FE;
    background: rgba(139, 92, 246, 0.14); }

[data-theme="dark"] .dv-nav-ghost.dv-link-lp {
  color: rgba(220, 210, 255, 0.72); }
  [data-theme="dark"] .dv-nav-ghost.dv-link-lp:hover {
    color: #EDE9FE;
    background: rgba(139, 92, 246, 0.14); }

[data-theme="dark"] .dv-hamburger {
  background: rgba(139, 92, 246, 0.12);
  border-color: rgba(139, 92, 246, 0.22);
  color: rgba(220, 210, 255, 0.8); }

[data-theme="dark"] .dv-mobile-menu {
  background: rgba(7, 4, 18, 0.96);
  border-color: rgba(139, 92, 246, 0.22);
  box-shadow: none; }
  [data-theme="dark"] .dv-mobile-menu .dv-nav-link, [data-theme="dark"] .dv-mobile-menu .dv-nav-ghost {
    color: rgba(220, 210, 255, 0.75) !important; }
    [data-theme="dark"] .dv-mobile-menu .dv-nav-link:hover, [data-theme="dark"] .dv-mobile-menu .dv-nav-ghost:hover {
      background: rgba(139, 92, 246, 0.13);
      color: #EDE9FE !important; }
  [data-theme="dark"] .dv-mobile-menu hr {
    border-color: rgba(139, 92, 246, 0.12); }

[data-theme="dark"] .app-nav-inner {
  background: rgba(10, 6, 22, 0.9);
  border-color: rgba(139, 92, 246, 0.18);
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.45), 0 1px 0 rgba(255, 255, 255, 0.04) inset; }

[data-theme="dark"] .dv-brand-app {
  color: #E8E0FF; }
  [data-theme="dark"] .dv-brand-app:hover {
    color: #E8E0FF; }

[data-theme="dark"] .dv-nav-link.dv-link-app {
  color: rgba(200, 190, 240, 0.68); }
  [data-theme="dark"] .dv-nav-link.dv-link-app:hover, [data-theme="dark"] .dv-nav-link.dv-link-app.active {
    color: #EDE9FE;
    background: rgba(139, 92, 246, 0.14); }

[data-theme="dark"] .dv-nav-ghost.dv-link-app {
  color: rgba(200, 190, 240, 0.68); }
  [data-theme="dark"] .dv-nav-ghost.dv-link-app:hover {
    color: #EDE9FE;
    background: rgba(139, 92, 246, 0.14); }

[data-theme="dark"] .app-hamburger {
  border-color: rgba(139, 92, 246, 0.22);
  color: rgba(200, 190, 240, 0.72); }

[data-theme="dark"] .app-dropdown {
  background: rgba(11, 7, 25, 0.97);
  border-color: rgba(139, 92, 246, 0.2);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.55); }
  [data-theme="dark"] .app-dropdown .dropdown-item {
    color: rgba(200, 190, 240, 0.7); }
    [data-theme="dark"] .app-dropdown .dropdown-item:hover {
      background: rgba(139, 92, 246, 0.1);
      color: #EDE9FE; }
  [data-theme="dark"] .app-dropdown .dropdown-item-text {
    color: rgba(139, 92, 246, 0.55); }
  [data-theme="dark"] .app-dropdown .dropdown-divider {
    border-color: rgba(139, 92, 246, 0.12); }
  [data-theme="dark"] .app-dropdown .dropdown-signin-block .dsb-label {
    color: rgba(139, 92, 246, 0.55); }
  [data-theme="dark"] .app-dropdown .dropdown-signin-block .dsb-name {
    color: #F0F0F5; }
  [data-theme="dark"] .app-dropdown .dropdown-signin-block .dsb-email {
    color: #6B6B80; }

[data-theme="dark"] .app-mobile-menu {
  background: rgba(11, 7, 25, 0.98);
  border-color: rgba(139, 92, 246, 0.2); }
  [data-theme="dark"] .app-mobile-menu .dv-nav-link.dv-link-app, [data-theme="dark"] .app-mobile-menu .dv-nav-ghost.dv-link-app {
    color: rgba(200, 190, 240, 0.7) !important; }
    [data-theme="dark"] .app-mobile-menu .dv-nav-link.dv-link-app:hover, [data-theme="dark"] .app-mobile-menu .dv-nav-ghost.dv-link-app:hover {
      background: rgba(139, 92, 246, 0.12);
      color: #EDE9FE !important; }
  [data-theme="dark"] .app-mobile-menu hr {
    border-color: rgba(139, 92, 246, 0.12); }
  [data-theme="dark"] .app-mobile-menu .app-mobile-user {
    border-bottom-color: rgba(139, 92, 246, 0.12); }
  [data-theme="dark"] .app-mobile-menu .app-mobile-user-name {
    color: #E8E0FF; }

.glass-card {
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-top: 1px solid white;
  border-radius: 14px;
  box-shadow: 0 1px 0 white inset, 0 4px 20px rgba(109, 40, 217, 0.1), 0 1px 4px rgba(109, 40, 217, 0.07);
  transition: border-color 0.2s, box-shadow 0.2s; }
  .glass-card:hover {
    box-shadow: 0 1px 0 white inset, 0 8px 36px rgba(109, 40, 217, 0.15); }

.dark-card {
  background: #F8F4FF;
  border: 1px solid rgba(124, 58, 237, 0.14);
  border-radius: 10px;
  transition: all 0.18s ease; }
  .dark-card:hover {
    border-color: rgba(124, 58, 237, 0.24);
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(109, 40, 217, 0.09); }

.stat-card {
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-top: 1px solid white;
  border-radius: 8px;
  padding: 1.25rem 1.5rem;
  box-shadow: 0 2px 12px rgba(109, 40, 217, 0.08), 0 1px 0 white inset; }
  .stat-card .stat-value {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1C1730;
    letter-spacing: -0.04em;
    line-height: 1.1; }
  .stat-card .stat-label {
    font-size: 0.7rem;
    color: #857FA0;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-top: 0.25rem; }
  .stat-card .stat-icon {
    width: 38px;
    height: 38px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(124, 58, 237, 0.1);
    color: #7C3AED;
    font-size: 0.95rem; }

.info-block {
  background: rgba(124, 58, 237, 0.04);
  border: 1px solid rgba(124, 58, 237, 0.14);
  border-left: 3px solid rgba(124, 58, 237, 0.4);
  border-radius: 0 6px 6px 0;
  padding: 0.875rem 1rem;
  color: #4E4868;
  font-size: 0.88rem;
  line-height: 1.6; }

.form-control-sleek {
  background: #FFFFFF;
  border: 1px solid rgba(124, 58, 237, 0.24);
  border-radius: 6px;
  color: #1C1730;
  padding: 0.65rem 0.875rem;
  font-size: 0.875rem;
  transition: all 0.18s ease;
  box-shadow: 0 1px 3px rgba(109, 40, 217, 0.06) inset, 0 1px 0 white;
  line-height: 1.5; }
  .form-control-sleek::placeholder {
    color: #857FA0; }
  .form-control-sleek:focus {
    border-color: rgba(124, 58, 237, 0.55);
    box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.12);
    outline: none;
    background: #FFFFFF;
    color: #1C1730; }
  .form-control-sleek:-webkit-autofill, .form-control-sleek:-webkit-autofill:hover, .form-control-sleek:-webkit-autofill:focus, .form-control-sleek:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #FFFFFF inset !important;
    -webkit-text-fill-color: #1C1730 !important;
    transition: background-color 5000s ease-in-out 0s; }
  .form-control-sleek:disabled, .form-control-sleek[readonly] {
    background: #F8F4FF;
    color: #857FA0;
    opacity: 0.65;
    cursor: not-allowed; }
  .form-control-sleek.is-invalid {
    border-color: rgba(220, 38, 38, 0.5);
    box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.08); }

.form-select {
  background-color: #FFFFFF;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%234E4868' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  border: 1px solid rgba(124, 58, 237, 0.24);
  border-radius: 6px;
  color: #1C1730;
  padding: 0.65rem 2.5rem 0.65rem 0.875rem;
  font-size: 0.875rem;
  transition: all 0.18s;
  box-shadow: 0 1px 3px rgba(109, 40, 217, 0.06) inset, 0 1px 0 white; }
  .form-select:focus {
    border-color: rgba(124, 58, 237, 0.55);
    box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.12);
    outline: none;
    background-color: #FFFFFF;
    color: #1C1730; }
  .form-select option {
    background: #FFFFFF;
    color: #1C1730; }

.form-label-sleek {
  font-size: 0.7rem;
  font-weight: 700;
  color: #4E4868;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.375rem;
  display: block; }

.password-input-wrap {
  position: relative; }
  .password-input-wrap .form-control-sleek {
    padding-right: 2.75rem; }

.password-toggle {
  position: absolute;
  right: 0.625rem;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #857FA0;
  padding: 0.2rem 0.25rem;
  line-height: 1;
  font-size: 0.875rem;
  cursor: pointer;
  transition: color 0.15s; }
  .password-toggle:hover {
    color: #7C3AED; }
  .password-toggle:focus {
    outline: none;
    color: #7C3AED; }
  .password-toggle:active {
    color: #6D28D9; }

.invalid-feedback {
  color: #DC2626;
  font-size: 0.76rem;
  font-weight: 500;
  margin-top: 0.3rem; }

.recipients-error {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  color: #DC2626;
  font-size: 0.76rem;
  font-weight: 500;
  margin-top: 0.375rem; }
  .recipients-error i {
    font-size: 0.72rem;
    flex-shrink: 0; }

textarea.form-control-sleek {
  resize: none;
  line-height: 1.65; }

.tagify {
  background: #FFFFFF !important;
  border: 1px solid rgba(124, 58, 237, 0.24) !important;
  border-radius: 6px !important;
  padding: 0.3rem 0.5rem !important;
  min-height: 44px;
  align-items: center;
  gap: 0;
  transition: border-color 0.18s, box-shadow 0.18s;
  box-shadow: 0 1px 3px rgba(109, 40, 217, 0.06) inset, 0 1px 0 white !important; }
  .tagify:focus-within {
    border-color: rgba(124, 58, 237, 0.55) !important;
    box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.1), 0 1px 0 white !important;
    background: #FFFFFF !important; }
  .tagify .tagify__tag {
    --tag-bg: rgba(124, 58, 237, 0.10);
    background: rgba(124, 58, 237, 0.1) !important;
    border: 1px solid rgba(124, 58, 237, 0.25) !important;
    border-radius: 6px !important;
    margin: 3px 3px !important;
    height: auto !important;
    transition: background 0.15s, border-color 0.15s !important; }
    .tagify .tagify__tag > div {
      color: #7C3AED !important;
      font-size: 0.78rem !important;
      font-weight: 600 !important;
      padding: 0.2em 0.45em 0.2em 0.6em !important;
      line-height: 1.5 !important; }
      .tagify .tagify__tag > div::before {
        box-shadow: none !important; }
    .tagify .tagify__tag:hover {
      background: rgba(124, 58, 237, 0.16) !important;
      border-color: rgba(124, 58, 237, 0.4) !important; }
    .tagify .tagify__tag .tagify__tag__removeBtn {
      width: 14px !important;
      height: 14px !important;
      border-radius: 50% !important;
      background: rgba(124, 58, 237, 0.12) !important;
      color: #7C3AED !important;
      font-size: 10px !important;
      margin: 0 0.35rem 0 0 !important;
      display: inline-flex !important;
      align-items: center !important;
      justify-content: center !important; }
      .tagify .tagify__tag .tagify__tag__removeBtn:hover {
        background: rgba(220, 38, 38, 0.15) !important;
        color: #DC2626 !important; }
    .tagify .tagify__tag.tagify--notAllowed {
      background: rgba(220, 38, 38, 0.08) !important;
      border-color: rgba(220, 38, 38, 0.35) !important;
      animation: none !important; }
      .tagify .tagify__tag.tagify--notAllowed > div {
        color: #DC2626 !important; }
        .tagify .tagify__tag.tagify--notAllowed > div::before {
          box-shadow: none !important; }
      .tagify .tagify__tag.tagify--notAllowed .tagify__tag__removeBtn {
        background: rgba(220, 38, 38, 0.12) !important;
        color: #DC2626 !important; }
        .tagify .tagify__tag.tagify--notAllowed .tagify__tag__removeBtn:hover {
          background: rgba(220, 38, 38, 0.22) !important; }
  .tagify .tagify__input {
    color: #1C1730 !important;
    font-size: 0.875rem !important;
    margin: 3px 0 !important;
    padding: 0.2em 0.5em !important; }
    .tagify .tagify__input::before {
      color: #857FA0 !important; }

.otp-input {
  background: #FFFFFF;
  border: 1.5px solid rgba(124, 58, 237, 0.24);
  border-radius: 14px;
  color: #1C1730;
  font-size: 2.25rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.85rem;
  padding: 1rem 0.5rem 1rem 1.25rem;
  width: 100%;
  transition: all 0.18s;
  font-variant-numeric: tabular-nums;
  box-shadow: 0 1px 3px rgba(109, 40, 217, 0.06) inset; }
  .otp-input:focus {
    outline: none;
    border-color: rgba(124, 58, 237, 0.55);
    box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.12);
    background: #FFFFFF; }
  .otp-input::placeholder {
    color: #857FA0;
    letter-spacing: 0.6rem;
    font-weight: 600; }

.otp-hint {
  display: flex;
  justify-content: center;
  gap: 0.3rem;
  margin-top: 0.625rem; }

.otp-hint-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(124, 58, 237, 0.14);
  border: 1px solid rgba(124, 58, 237, 0.22); }

.btn-gradient {
  background: linear-gradient(135deg, #6D28D9 0%, #9333EA 100%);
  border: none;
  border-radius: 6px;
  color: #fff !important;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.01em;
  position: relative;
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
  box-shadow: 0 2px 16px rgba(109, 40, 217, 0.3), 0 1px 0 rgba(255, 255, 255, 0.2) inset; }
  .btn-gradient:hover {
    color: #fff !important;
    transform: translateY(-1px);
    filter: brightness(1.1);
    box-shadow: 0 6px 24px rgba(109, 40, 217, 0.45), 0 1px 0 rgba(255, 255, 255, 0.2) inset; }
  .btn-gradient:active {
    transform: translateY(0);
    filter: brightness(0.96);
    box-shadow: 0 2px 10px rgba(109, 40, 217, 0.25); }
  .btn-gradient:disabled, .btn-gradient.disabled {
    opacity: 0.50;
    cursor: not-allowed;
    transform: none;
    filter: none;
    pointer-events: none; }

.btn-ghost-purple {
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(124, 58, 237, 0.24);
  border-radius: 6px;
  color: #4E4868;
  font-weight: 500;
  font-size: 0.875rem;
  transition: background 0.28s ease, border-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease, transform 0.22s ease; }
  .btn-ghost-purple:hover {
    background: #8B5CF6;
    border-color: #8B5CF6;
    color: #fff !important;
    box-shadow: 0 4px 14px rgba(109, 40, 217, 0.3); }
  .btn-ghost-purple:active {
    background: #7C3AED;
    border-color: transparent;
    color: #fff !important;
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(109, 40, 217, 0.2); }

.btn-provider, .provider-btn {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(124, 58, 237, 0.24);
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 6px;
  color: #4E4868;
  font-size: 1.1rem;
  text-decoration: none;
  transition: all 0.18s ease;
  flex-shrink: 0;
  box-shadow: 0 1px 4px rgba(109, 40, 217, 0.08); }
  .btn-provider:hover, .provider-btn:hover {
    border-color: rgba(139, 92, 246, 0.38);
    background: rgba(255, 255, 255, 0.95);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(109, 40, 217, 0.14);
    color: #1C1730;
    text-decoration: none; }
  .btn-provider:active, .provider-btn:active {
    transform: translateY(0);
    box-shadow: none; }

.btn-icon {
  width: 34px;
  height: 34px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(124, 58, 237, 0.14);
  color: #4E4868;
  transition: all 0.15s;
  font-size: 0.85rem; }
  .btn-icon:hover {
    background: rgba(255, 255, 255, 0.95);
    border-color: rgba(124, 58, 237, 0.24);
    color: #7C3AED;
    box-shadow: 0 2px 8px rgba(109, 40, 217, 0.08); }

.btn-outline-primary {
  color: #7C3AED;
  border-color: rgba(124, 58, 237, 0.24);
  border-radius: 6px; }
  .btn-outline-primary:hover {
    background: rgba(139, 92, 246, 0.08);
    border-color: #8B5CF6;
    color: #6D28D9 !important; }

.btn-light {
  background: rgba(255, 255, 255, 0.75);
  border-color: rgba(124, 58, 237, 0.14);
  color: #1C1730;
  border-radius: 6px; }
  .btn-light:hover {
    background: rgba(255, 255, 255, 0.95);
    border-color: rgba(124, 58, 237, 0.24);
    color: #1C1730 !important;
    box-shadow: 0 2px 8px rgba(109, 40, 217, 0.07); }

.btn-outline-secondary {
  color: #4E4868;
  border-color: rgba(124, 58, 237, 0.24);
  border-radius: 6px; }
  .btn-outline-secondary:hover {
    background: rgba(255, 255, 255, 0.7);
    border-color: rgba(124, 58, 237, 0.24);
    color: #1C1730 !important; }

@keyframes slideInRight {
  from {
    transform: translateX(calc(100% + 1.5rem));
    opacity: 0; }
  to {
    transform: translateX(0);
    opacity: 1; } }

@keyframes fadeOutRight {
  from {
    transform: translateX(0);
    opacity: 1; }
  to {
    transform: translateX(calc(100% + 1.5rem));
    opacity: 0; } }

.toast {
  animation: slideInRight 0.36s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 8px;
  color: #1C1730;
  box-shadow: 0 8px 32px rgba(109, 40, 217, 0.14), 0 1px 0 rgba(255, 255, 255, 0.95) inset;
  overflow: hidden;
  min-width: 300px;
  max-width: 380px; }
  .toast.hide {
    animation: fadeOutRight 0.28s cubic-bezier(0.16, 1, 0.3, 1) forwards; }
  .toast .toast-inner {
    padding: 0.875rem 1rem; }
  .toast .toast-type-icon {
    font-size: 1rem;
    margin-top: 1px; }
  .toast .toast-body {
    color: #1C1730;
    font-size: 0.85rem;
    font-weight: 500;
    line-height: 1.5;
    padding: 0; }
  .toast .toast-close {
    background: transparent;
    border: none;
    padding: 0;
    line-height: 1;
    color: #857FA0;
    font-size: 1rem;
    cursor: pointer;
    transition: color 0.15s;
    margin-top: -1px; }
    .toast .toast-close:hover {
      color: #1C1730; }
  .toast.toast-success {
    border-left: 3px solid #16A34A; }
  .toast.toast-danger {
    border-left: 3px solid #DC2626; }
  .toast.toast-warning {
    border-left: 3px solid #D97706; }
  .toast.toast-info {
    border-left: 3px solid #8B5CF6; }

.modal-content {
  background: #FFFFFF;
  border: 1px solid rgba(124, 58, 237, 0.14);
  border-radius: 10px;
  color: #1C1730;
  box-shadow: 0 8px 40px rgba(109, 40, 217, 0.18), 0 1px 0 white inset; }

.modal-header {
  border-bottom: 1px solid rgba(124, 58, 237, 0.14);
  color: #1C1730;
  padding: 1.125rem 1.5rem; }
  .modal-header .modal-title-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: rgba(124, 58, 237, 0.08);
    border: 1px solid rgba(124, 58, 237, 0.18);
    border-radius: 4px;
    font-size: 0.78rem;
    color: #7C3AED; }
  .modal-header .btn-close {
    filter: none;
    opacity: 0.40; }
    .modal-header .btn-close:hover {
      opacity: 0.75; }
    .modal-header .btn-close:focus {
      box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.12); }

.modal-body {
  color: #1C1730;
  padding: 1.5rem; }

.modal-footer {
  border-top: 1px solid rgba(124, 58, 237, 0.14);
  background: #F8F4FF;
  padding: 1rem 1.5rem; }

.alert-dialog, .premium-modal {
  --ad-gradient:      linear-gradient(135deg, #6D28D9 0%, #9333EA 100%);
  --ad-accent:        #7C3AED;
  --ad-accent-hover:  #6D28D9;
  --ad-accent-shadow: rgba(124, 58, 237, 0.28);
  --ad-icon-bg:       rgba(124, 58, 237, 0.07);
  --ad-icon-border:   rgba(124, 58, 237, 0.20);
  --ad-icon-color:    #7C3AED; }
  .alert-dialog.modal-success, .modal-success.premium-modal {
    --ad-gradient:      linear-gradient(135deg, #15803D 0%, #16A34A 100%);
    --ad-accent:        #16A34A;
    --ad-accent-hover:  #15803D;
    --ad-accent-shadow: rgba(22, 163, 74, 0.25);
    --ad-icon-bg:       rgba(22, 163, 74, 0.07);
    --ad-icon-border:   rgba(22, 163, 74, 0.22);
    --ad-icon-color:    #16A34A; }
  .alert-dialog.modal-error, .modal-error.premium-modal, .alert-dialog.modal-danger, .modal-danger.premium-modal {
    --ad-gradient:      linear-gradient(135deg, #B91C1C 0%, #DC2626 100%);
    --ad-accent:        #DC2626;
    --ad-accent-hover:  #B91C1C;
    --ad-accent-shadow: rgba(220, 38, 38, 0.25);
    --ad-icon-bg:       rgba(220, 38, 38, 0.06);
    --ad-icon-border:   rgba(220, 38, 38, 0.20);
    --ad-icon-color:    #DC2626; }
  .alert-dialog.modal-warning, .modal-warning.premium-modal {
    --ad-gradient:      linear-gradient(135deg, #B45309 0%, #D97706 100%);
    --ad-accent:        #D97706;
    --ad-accent-hover:  #B45309;
    --ad-accent-shadow: rgba(217, 119, 6, 0.25);
    --ad-icon-bg:       rgba(217, 119, 6, 0.07);
    --ad-icon-border:   rgba(217, 119, 6, 0.22);
    --ad-icon-color:    #D97706; }
  .alert-dialog.modal-info, .modal-info.premium-modal {
    --ad-gradient:      linear-gradient(135deg, #6D28D9 0%, #9333EA 100%);
    --ad-accent:        #7C3AED;
    --ad-accent-hover:  #6D28D9;
    --ad-accent-shadow: rgba(124, 58, 237, 0.28);
    --ad-icon-bg:       rgba(124, 58, 237, 0.07);
    --ad-icon-border:   rgba(124, 58, 237, 0.20);
    --ad-icon-color:    #7C3AED; }
  .alert-dialog .modal-dialog, .premium-modal .modal-dialog {
    max-width: 420px; }
  .alert-dialog .alert-dialog-content, .premium-modal .alert-dialog-content {
    background: #FFFFFF;
    border: 1px solid rgba(124, 58, 237, 0.14);
    border-radius: 14px;
    padding: 0;
    text-align: center;
    box-shadow: 0 20px 60px rgba(109, 40, 217, 0.14), 0 4px 16px rgba(109, 40, 217, 0.07), 0 1px 0 white inset;
    overflow: hidden;
    position: relative; }
  .alert-dialog .alert-dialog-topbar, .premium-modal .alert-dialog-topbar {
    height: 3px;
    background: var(--ad-gradient);
    flex-shrink: 0; }
  .alert-dialog .alert-dialog-body, .premium-modal .alert-dialog-body {
    padding: 2rem 2rem 1.875rem; }
  .alert-dialog .alert-dialog-close, .premium-modal .alert-dialog-close {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    background: transparent;
    border: none;
    color: #857FA0;
    font-size: 0.75rem;
    line-height: 1;
    padding: 6px 7px;
    border-radius: 4px;
    cursor: pointer;
    z-index: 5;
    transition: color 0.15s, background 0.15s; }
    .alert-dialog .alert-dialog-close:hover, .premium-modal .alert-dialog-close:hover {
      color: #1C1730;
      background: rgba(124, 58, 237, 0.07); }
  .alert-dialog .alert-dialog-icon-wrap, .premium-modal .alert-dialog-icon-wrap {
    width: 68px;
    height: 68px;
    background: var(--ad-icon-bg);
    border: 1.5px solid var(--ad-icon-border);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.375rem;
    position: relative; }
    .alert-dialog .alert-dialog-icon-wrap::before, .premium-modal .alert-dialog-icon-wrap::before {
      content: '';
      position: absolute;
      inset: -6px;
      border-radius: 50%;
      background: var(--ad-icon-bg);
      opacity: 0.50; }
  .alert-dialog .alert-dialog-icon-inner, .premium-modal .alert-dialog-icon-inner {
    font-size: 1.5rem;
    color: var(--ad-icon-color);
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1; }
  .alert-dialog .alert-dialog-title, .premium-modal .alert-dialog-title {
    font-size: 1.075rem;
    font-weight: 700;
    color: #1C1730;
    letter-spacing: -0.03em;
    line-height: 1.3;
    margin-bottom: 0.625rem; }
  .alert-dialog .alert-dialog-message, .premium-modal .alert-dialog-message {
    font-size: 0.875rem;
    color: #4E4868;
    line-height: 1.75;
    margin-bottom: 1.75rem; }
  .alert-dialog .btn-action-custom, .premium-modal .btn-action-custom {
    display: block;
    width: 100%;
    background: var(--ad-gradient);
    color: #fff !important;
    border: none;
    border-radius: 6px;
    padding: 0.7rem 1.5rem;
    font-family: inherit;
    font-weight: 600;
    font-size: 0.875rem;
    letter-spacing: 0.01em;
    cursor: pointer;
    box-shadow: 0 2px 12px var(--ad-accent-shadow);
    transition: filter 0.15s, transform 0.12s, box-shadow 0.15s; }
    .alert-dialog .btn-action-custom:hover, .premium-modal .btn-action-custom:hover {
      filter: brightness(1.08);
      transform: translateY(-1px);
      box-shadow: 0 4px 20px var(--ad-accent-shadow); }
    .alert-dialog .btn-action-custom:active, .premium-modal .btn-action-custom:active {
      filter: brightness(0.95);
      transform: translateY(0);
      box-shadow: 0 1px 6px var(--ad-accent-shadow); }
  .alert-dialog .confirm-btn-row, .premium-modal .confirm-btn-row {
    display: flex;
    gap: 0.625rem; }
  .alert-dialog .btn-action-cancel, .premium-modal .btn-action-cancel {
    flex: 1;
    background: #F8F4FF;
    color: #4E4868;
    border: 1px solid rgba(124, 58, 237, 0.14);
    border-radius: 6px;
    padding: 0.65rem 1.25rem;
    font-family: inherit;
    font-weight: 600;
    font-size: 0.875rem;
    letter-spacing: 0.01em;
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s, color 0.15s; }
    .alert-dialog .btn-action-cancel:hover, .premium-modal .btn-action-cancel:hover {
      background: #F1ECFF;
      border-color: rgba(124, 58, 237, 0.24);
      color: #1C1730; }
    .alert-dialog .btn-action-cancel:active, .premium-modal .btn-action-cancel:active {
      background: #E6DEFC; }
  .alert-dialog .btn-action-confirm, .premium-modal .btn-action-confirm {
    flex: 1;
    background: var(--ad-gradient);
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 0.65rem 1.25rem;
    font-family: inherit;
    font-weight: 600;
    font-size: 0.875rem;
    letter-spacing: 0.01em;
    cursor: pointer;
    box-shadow: 0 2px 10px var(--ad-accent-shadow);
    transition: filter 0.15s, transform 0.12s, box-shadow 0.15s; }
    .alert-dialog .btn-action-confirm:hover, .premium-modal .btn-action-confirm:hover {
      filter: brightness(1.08);
      transform: translateY(-1px);
      box-shadow: 0 4px 18px var(--ad-accent-shadow); }
    .alert-dialog .btn-action-confirm:active, .premium-modal .btn-action-confirm:active {
      filter: brightness(0.95);
      transform: translateY(0); }

.modal-backdrop.show {
  opacity: 0.35;
  background-color: #320f50;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px); }

.progress-sleek {
  height: 4px;
  border-radius: 9999px;
  background: #E6DEFC;
  overflow: hidden; }
  .progress-sleek .progress-bar {
    background: linear-gradient(135deg, #6D28D9 0%, #9333EA 100%);
    border-radius: 9999px;
    transition: width 0.4s ease; }

.dropzone {
  border: 1.5px dashed rgba(124, 58, 237, 0.32);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.55);
  transition: all 0.22s ease;
  cursor: default;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden; }
  .dropzone::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 55% 55% at 50% 50%, rgba(124, 58, 237, 0.07) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none; }
  .dropzone .dropzone-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 2.5rem 2rem; }
  .dropzone .dz-icon-wrap {
    width: 64px;
    height: 64px;
    background: rgba(124, 58, 237, 0.07);
    border: 1.5px dashed rgba(124, 58, 237, 0.25);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    color: #857FA0;
    transition: all 0.3s ease;
    margin-bottom: 1.1rem; }
  .dropzone .dz-title {
    font-weight: 600;
    font-size: 1rem;
    color: #1C1730;
    letter-spacing: -0.02em;
    margin: 0 0 0.3rem; }
  .dropzone .dz-sub {
    font-size: 0.82rem;
    color: #857FA0;
    margin: 0 0 1.25rem; }
  .dropzone .dz-browse-btn {
    font-size: 0.825rem;
    padding: 0.45rem 1.1rem; }
  .dropzone .dz-limit {
    font-size: 0.72rem;
    color: #857FA0;
    margin: 0.875rem 0 0; }
  .dropzone .dz-limit-val {
    color: #4E4868;
    font-weight: 600; }
  .dropzone:hover, .dropzone.dragover {
    border-color: rgba(124, 58, 237, 0.55);
    border-style: solid;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 0 0 4px rgba(124, 58, 237, 0.06); }
    .dropzone:hover::before, .dropzone.dragover::before {
      opacity: 1; }
    .dropzone:hover .dz-icon-wrap, .dropzone.dragover .dz-icon-wrap {
      background: rgba(124, 58, 237, 0.12);
      border-color: rgba(124, 58, 237, 0.4);
      border-style: solid;
      color: #7C3AED;
      transform: translateY(-3px); }
  .dropzone.dragover {
    border-color: rgba(124, 58, 237, 0.65);
    background: rgba(124, 58, 237, 0.04);
    box-shadow: 0 0 0 6px rgba(124, 58, 237, 0.08); }

.dropzone-icon {
  font-size: 2.75rem;
  color: #857FA0; }

.file-item {
  background: #F8F4FF;
  border: 1px solid rgba(124, 58, 237, 0.14);
  border-radius: 6px;
  padding: 0.6rem 0.875rem;
  transition: border-color 0.15s, background 0.15s, box-shadow 0.15s;
  display: flex;
  align-items: center;
  gap: 0.75rem; }
  .file-item:hover {
    border-color: rgba(124, 58, 237, 0.24);
    background: #FFFFFF;
    box-shadow: inset 3px 0 0 #8B5CF6, 0 2px 10px rgba(109, 40, 217, 0.08); }
  .file-item .file-type-icon {
    width: 34px;
    height: 34px;
    border-radius: 4px;
    background: rgba(124, 58, 237, 0.09);
    color: #7C3AED;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    flex-shrink: 0; }
  .file-item .file-name {
    font-size: 0.84rem;
    font-weight: 500;
    color: #1C1730;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    min-width: 0; }
  .file-item .file-size {
    font-size: 0.73rem;
    color: #857FA0;
    flex-shrink: 0;
    white-space: nowrap; }

.modal-file-row {
  background: #F8F4FF;
  border: 1px solid rgba(124, 58, 237, 0.14);
  border-radius: 6px;
  padding: 0.7rem 0.875rem; }
  .modal-file-row .file-progress-bar-wrap {
    height: 3px;
    border-radius: 9999px;
    background: #E6DEFC;
    overflow: hidden;
    margin-top: 7px; }
    .modal-file-row .file-progress-bar-wrap .bar {
      height: 100%;
      background: linear-gradient(135deg, #6D28D9 0%, #9333EA 100%);
      border-radius: 9999px;
      transition: width 0.3s ease; }

.download-wrap {
  max-width: 600px;
  margin: 0 auto; }

.file-row {
  background: #F8F4FF;
  border: 1px solid rgba(124, 58, 237, 0.14);
  border-radius: 6px;
  padding: 0.875rem 1rem;
  transition: border-color 0.15s, background 0.15s, box-shadow 0.15s;
  display: flex;
  align-items: center;
  gap: 0.875rem; }
  .file-row:hover {
    border-color: rgba(124, 58, 237, 0.24);
    background: #FFFFFF;
    box-shadow: inset 3px 0 0 #8B5CF6, 0 2px 10px rgba(109, 40, 217, 0.08); }
  .file-row .file-dl-icon {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    background: rgba(124, 58, 237, 0.08);
    color: #7C3AED;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    flex-shrink: 0; }

.expiry-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  background: rgba(217, 119, 6, 0.08);
  border: 1px solid rgba(217, 119, 6, 0.24);
  color: #D97706;
  font-size: 0.72rem;
  font-weight: 600;
  padding: 0.275rem 0.7rem;
  border-radius: 999px;
  letter-spacing: 0.02em; }

.dash-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem; }

.plan-callout {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  background: #FFFFFF;
  border: 1px solid rgba(124, 58, 237, 0.24);
  border-radius: 10px;
  padding: 0.5rem 0.85rem 0.5rem 0.6rem;
  flex-shrink: 0; }

.pc-ring-wrap {
  position: relative;
  width: 38px;
  height: 38px;
  flex-shrink: 0; }

.pc-ring {
  width: 38px;
  height: 38px;
  transform: rotate(-90deg); }

.pc-ring-track {
  fill: none;
  stroke: rgba(139, 92, 246, 0.12);
  stroke-width: 3; }

.pc-ring-fill {
  fill: none;
  stroke: #8B5CF6;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 100;
  stroke-dashoffset: 100; }

.pc-ring-pct {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.58rem;
  font-weight: 700;
  color: #1C1730;
  letter-spacing: -0.02em; }

.pc-info {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  line-height: 1; }

.pc-plan-name {
  font-size: 0.78rem;
  font-weight: 700;
  color: #1C1730;
  letter-spacing: -0.01em; }

.pc-storage-label {
  font-size: 0.68rem;
  color: #857FA0;
  font-weight: 500; }

.pc-upgrade-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.3rem 0.65rem;
  border-radius: 8px;
  background: linear-gradient(135deg, #6D28D9 0%, #9333EA 100%);
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.15s; }
  .pc-upgrade-btn:hover {
    opacity: 0.88;
    color: #fff; }

.dash-eyebrow {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: #7C3AED;
  margin: 0 0 0.3rem; }

.dash-title {
  font-size: 1.55rem;
  font-weight: 700;
  letter-spacing: -0.035em;
  color: #1C1730;
  margin: 0;
  line-height: 1.2; }

.dash-title-accent {
  background: linear-gradient(135deg, #6D28D9 0%, #9333EA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; }

.dash-subtitle {
  font-size: 0.875rem;
  color: #4E4868;
  margin: 0.3rem 0 0; }

.workspace-card {
  display: flex;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-top: 1px solid white;
  border-radius: 14px;
  box-shadow: 0 1px 0 white inset, 0 8px 40px rgba(109, 40, 217, 0.12);
  overflow: hidden;
  min-height: 540px; }
  @media (max-width: 991px) {
    .workspace-card {
      flex-direction: column; } }
.ws-upload {
  flex: 0 0 57%;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 1.75rem;
  border-right: 1px solid rgba(124, 58, 237, 0.14);
  background: rgba(255, 255, 255, 0.3); }
  @media (max-width: 991px) {
    .ws-upload {
      flex: none;
      border-right: none;
      border-bottom: 1px solid rgba(124, 58, 237, 0.14);
      background: transparent; } }
  .ws-upload .dropzone {
    flex: 1;
    min-height: 240px; }

.ws-filelist {
  flex: 1;
  display: flex;
  flex-direction: column; }

.ws-filelist-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.875rem; }
  .ws-filelist-header .fl-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #8B5CF6;
    flex-shrink: 0; }
  .ws-filelist-header .fl-count {
    font-size: 0.82rem;
    font-weight: 600;
    color: #1C1730; }

.ws-divider {
  width: 1px;
  background: rgba(124, 58, 237, 0.14);
  flex-shrink: 0; }
  @media (max-width: 991px) {
    .ws-divider {
      display: none; } }
.ws-settings {
  flex: 1;
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  background: rgba(241, 236, 255, 0.3); }

.ws-settings-header {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 1.5rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: #1C1730;
  letter-spacing: -0.01em; }
  .ws-settings-header .wsh-icon {
    width: 26px;
    height: 26px;
    background: rgba(124, 58, 237, 0.1);
    border: 1px solid rgba(124, 58, 237, 0.22);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.72rem;
    color: #7C3AED;
    flex-shrink: 0; }

.ws-form {
  display: flex;
  flex-direction: column;
  gap: 0; }

.ws-field {
  margin-bottom: 1rem; }

.ws-rule {
  height: 1px;
  background: rgba(124, 58, 237, 0.14);
  margin: 0.5rem 0 1rem; }

.form-label-opt {
  font-weight: 400;
  color: #857FA0;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.68rem;
  margin-left: 0.25rem; }

.modal-title-icon {
  width: 22px;
  height: 22px;
  background: rgba(124, 58, 237, 0.1);
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.68rem;
  color: #7C3AED;
  flex-shrink: 0; }

.success-ring {
  width: 68px;
  height: 68px;
  background: rgba(22, 163, 74, 0.08);
  border: 1.5px solid rgba(22, 163, 74, 0.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 1.65rem;
  color: #16A34A;
  box-shadow: 0 0 0 8px rgba(22, 163, 74, 0.05); }

.auth-wrap {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
  background-color: #EDE7FF;
  background-image: radial-gradient(ellipse 70% 55% at -5% -5%, rgba(124, 58, 237, 0.18) 0%, transparent 60%), radial-gradient(ellipse 60% 50% at 105% 105%, rgba(168, 85, 247, 0.14) 0%, transparent 60%), radial-gradient(ellipse 55% 65% at 50% 50%, rgba(237, 231, 255, 0.5) 0%, transparent 75%); }

.auth-card {
  width: 100%;
  max-width: 440px;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-top: 1px solid white;
  border-radius: 14px;
  padding: 2.5rem;
  box-shadow: 0 8px 40px rgba(109, 40, 217, 0.18), 0 1px 0 white inset;
  position: relative; }
  .auth-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 10%;
    right: 10%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(124, 58, 237, 0.25), transparent);
    border-radius: 999px; }

.auth-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1.75rem; }
  .auth-logo .logo-mark {
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #6D28D9 0%, #9333EA 100%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    color: #fff;
    box-shadow: 0 3px 12px rgba(109, 40, 217, 0.35); }
  .auth-logo span {
    font-size: 1rem;
    font-weight: 700;
    color: #1C1730;
    letter-spacing: -0.03em; }

.auth-header {
  text-align: center;
  margin-bottom: 1.75rem; }
  .auth-header h1 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1C1730;
    letter-spacing: -0.03em;
    margin-bottom: 0.35rem; }
  .auth-header p {
    font-size: 0.875rem;
    color: #4E4868;
    margin: 0;
    line-height: 1.5; }

.sso-group {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem; }

.auth-divider {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  margin-bottom: 1.25rem; }
  .auth-divider::before, .auth-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: rgba(124, 58, 237, 0.14); }
  .auth-divider span {
    font-size: 0.7rem;
    font-weight: 600;
    color: #857FA0;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    white-space: nowrap; }

.auth-panel-brand {
  display: none; }

.auth-panel-form {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem; }
  .auth-panel-form .auth-form-inner {
    width: 100%;
    max-width: 400px; }

@media (max-width: 480px) {
  .auth-card {
    padding: 2rem 1.5rem;
    border-radius: 10px; } }

.otp-input {
  background: #FFFFFF !important;
  border: 1.5px solid rgba(124, 58, 237, 0.24) !important;
  border-radius: 14px !important;
  color: #1C1730 !important;
  box-shadow: 0 1px 3px rgba(109, 40, 217, 0.06) inset !important; }
  .otp-input:focus {
    border-color: rgba(124, 58, 237, 0.55) !important;
    box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.12) !important;
    background: #FFFFFF !important; }
  .otp-input::placeholder {
    color: #857FA0 !important; }

.otp-hint-dot {
  background: rgba(124, 58, 237, 0.14) !important;
  border: 1px solid rgba(124, 58, 237, 0.22) !important; }

.history-stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 1.5rem; }
  @media (max-width: 576px) {
    .history-stats-row {
      grid-template-columns: 1fr; } }
.stat-card {
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-top: 1px solid white;
  border-radius: 8px;
  padding: 1.25rem 1.5rem;
  text-align: center;
  box-shadow: 0 2px 12px rgba(109, 40, 217, 0.08), 0 1px 0 white inset; }
  .stat-card .stat-value {
    font-size: 1.65rem;
    font-weight: 700;
    color: #1C1730;
    letter-spacing: -0.04em;
    line-height: 1.1; }
  .stat-card .stat-label {
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #857FA0;
    margin-top: 0.3rem; }

.filter-tabs {
  display: flex;
  gap: 0.375rem;
  flex-wrap: wrap; }

.filter-tab {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(124, 58, 237, 0.14);
  border-radius: 999px;
  color: #4E4868;
  font-size: 0.78rem;
  font-weight: 600;
  padding: 0.3rem 0.9rem;
  cursor: pointer;
  transition: all 0.15s; }
  .filter-tab:hover {
    border-color: rgba(124, 58, 237, 0.24);
    color: #1C1730;
    background: #FFFFFF; }
  .filter-tab.active {
    background: rgba(124, 58, 237, 0.1);
    border-color: rgba(124, 58, 237, 0.35);
    color: #7C3AED; }

.transfer-row {
  background: #FFFFFF;
  border: 1px solid rgba(124, 58, 237, 0.14);
  border-left: 3px solid transparent;
  border-radius: 8px;
  padding: 1rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, transform 0.18s, box-shadow 0.2s; }
  .transfer-row:hover {
    border-color: rgba(124, 58, 237, 0.24);
    border-left-color: #8B5CF6;
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(109, 40, 217, 0.11), 0 1px 0 white inset; }
  .transfer-row:active {
    transform: translateY(0);
    box-shadow: none; }
  .transfer-row .tr-main {
    flex: 1;
    min-width: 0; }
  .transfer-row .tr-info {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    flex-wrap: wrap;
    margin-bottom: 0.375rem; }
  .transfer-row .tr-title {
    font-size: 0.9rem;
    font-weight: 600;
    color: #1C1730;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 280px; }
  .transfer-row .tr-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    font-size: 0.75rem;
    color: #857FA0; }
    .transfer-row .tr-meta span {
      white-space: nowrap; }
    .transfer-row .tr-meta .tr-date {
      color: #857FA0; }
  .transfer-row .tr-actions {
    display: flex;
    gap: 0.5rem;
    flex-shrink: 0; }
  .transfer-row.transfer-row-inactive {
    opacity: 0.55; }
    .transfer-row.transfer-row-inactive:hover {
      opacity: 0.75;
      transform: none;
      box-shadow: none; }

.tr-btn {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid rgba(124, 58, 237, 0.14);
  background: #F8F4FF;
  color: #857FA0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 0.15s; }
  .tr-btn:hover {
    border-color: rgba(124, 58, 237, 0.24);
    color: #1C1730;
    background: #FFFFFF;
    box-shadow: 0 2px 8px rgba(109, 40, 217, 0.07); }
  .tr-btn.tr-btn-delete:hover {
    border-color: rgba(220, 38, 38, 0.3);
    color: #DC2626;
    background: rgba(220, 38, 38, 0.06); }

.status-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  white-space: nowrap; }

.status-badge-active {
  background: rgba(22, 163, 74, 0.1);
  border: 1px solid rgba(22, 163, 74, 0.25);
  color: #16A34A; }

.status-badge-scanning {
  background: rgba(217, 119, 6, 0.1);
  border: 1px solid rgba(217, 119, 6, 0.25);
  color: #D97706; }

.status-badge-expired {
  background: rgba(100, 90, 130, 0.08);
  border: 1px solid rgba(100, 90, 130, 0.18);
  color: #857FA0; }

.status-badge-deleted {
  background: rgba(220, 38, 38, 0.08);
  border: 1px solid rgba(220, 38, 38, 0.2);
  color: #DC2626; }

.empty-state {
  padding: 3rem 1rem; }
  .empty-state .empty-state-icon {
    font-size: 2.5rem;
    color: #857FA0;
    opacity: 0.5; }
  .empty-state .empty-state-title {
    font-size: 1rem;
    font-weight: 600;
    color: #4E4868;
    margin-bottom: 0.4rem; }
  .empty-state .empty-state-sub {
    font-size: 0.85rem;
    color: #857FA0;
    margin-bottom: 0; }

.skeleton-row {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(124, 58, 237, 0.14);
  border-radius: 8px;
  padding: 1rem 1.25rem;
  opacity: 0.7; }

.skeleton-line {
  background: #E6DEFC;
  border-radius: 4px;
  animation: skeleton-pulse 1.4s ease-in-out infinite; }

@keyframes skeleton-pulse {
  0%, 100% {
    opacity: 0.5; }
  50% {
    opacity: 0.25; } }

.status-badge-unsafe {
  background: rgba(234, 88, 12, 0.1);
  border: 1px solid rgba(234, 88, 12, 0.25);
  color: #EA580C; }

.panel-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(60, 20, 90, 0.25);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 1040;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease; }
  .panel-backdrop.visible {
    opacity: 1;
    pointer-events: auto; }

.detail-panel {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 480px;
  background: rgba(255, 255, 255, 0.93);
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
  border-left: 1px solid rgba(124, 58, 237, 0.24);
  z-index: 1050;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: -8px 0 40px rgba(109, 40, 217, 0.14); }
  @media (max-width: 480px) {
    .detail-panel {
      width: 100vw; } }
  .detail-panel.open {
    transform: translateX(0); }

.dp-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid rgba(124, 58, 237, 0.14);
  gap: 0.75rem;
  flex-shrink: 0;
  position: relative; }
  .dp-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 10%;
    right: 10%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(124, 58, 237, 0.22), transparent); }

.dp-header-left {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0; }

.dp-icon-wrap {
  width: 36px;
  height: 36px;
  background: rgba(124, 58, 237, 0.1);
  border: 1px solid rgba(124, 58, 237, 0.22);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  color: #7C3AED;
  flex-shrink: 0; }

.dp-title {
  font-size: 0.92rem;
  font-weight: 600;
  color: #1C1730;
  letter-spacing: -0.02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.dp-sub {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  margin-top: 0.2rem;
  flex-wrap: wrap; }

.dp-close {
  width: 30px;
  height: 30px;
  background: #F8F4FF;
  border: 1px solid rgba(124, 58, 237, 0.14);
  border-radius: 4px;
  color: #857FA0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 0.7rem;
  flex-shrink: 0;
  transition: all 0.15s; }
  .dp-close:hover {
    color: #1C1730;
    border-color: rgba(124, 58, 237, 0.24);
    background: #FFFFFF;
    box-shadow: 0 2px 8px rgba(109, 40, 217, 0.07); }

.dp-body {
  flex: 1;
  overflow-y: auto;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem; }
  .dp-body::-webkit-scrollbar {
    width: 4px; }
  .dp-body::-webkit-scrollbar-track {
    background: transparent; }
  .dp-body::-webkit-scrollbar-thumb {
    background: rgba(124, 58, 237, 0.2);
    border-radius: 999px; }

.dp-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  color: #857FA0;
  font-size: 0.875rem;
  padding: 2rem 0; }

.dp-loading-spinner {
  width: 20px;
  height: 20px;
  border: 2px solid rgba(124, 58, 237, 0.18);
  border-top-color: #7C3AED;
  border-radius: 50%;
  animation: dp-spin 0.7s linear infinite;
  flex-shrink: 0; }

@keyframes dp-spin {
  to {
    transform: rotate(360deg); } }

.dp-error {
  color: #857FA0;
  font-size: 0.875rem;
  text-align: center;
  padding: 2rem 0; }

.dp-notice {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  padding: 0.75rem 1rem;
  border-radius: 6px;
  font-size: 0.8rem;
  line-height: 1.5; }
  .dp-notice i {
    margin-top: 0.1rem;
    flex-shrink: 0; }
  .dp-notice.dp-notice-warn {
    background: rgba(217, 119, 6, 0.08);
    border: 1px solid rgba(217, 119, 6, 0.22);
    color: #D97706; }
  .dp-notice.dp-notice-info {
    background: rgba(124, 58, 237, 0.06);
    border: 1px solid rgba(124, 58, 237, 0.18);
    color: #7C3AED; }
  .dp-notice.dp-notice-muted {
    background: rgba(133, 127, 160, 0.08);
    border: 1px solid rgba(133, 127, 160, 0.18);
    color: #857FA0; }
  .dp-notice.dp-notice-danger {
    background: rgba(220, 38, 38, 0.07);
    border: 1px solid rgba(220, 38, 38, 0.2);
    color: #DC2626; }

.dp-section {
  display: flex;
  flex-direction: column;
  gap: 0.75rem; }

.dp-section-label {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: #7C3AED; }

.dp-meta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.625rem; }

.dp-meta-item {
  background: #F8F4FF;
  border: 1px solid rgba(124, 58, 237, 0.14);
  border-radius: 6px;
  padding: 0.625rem 0.75rem; }
  .dp-meta-item--full {
    grid-column: 1 / -1; }

.dp-meta-label {
  display: block;
  font-size: 0.68rem;
  font-weight: 600;
  color: #857FA0;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0.25rem; }

.dp-meta-val {
  font-size: 0.82rem;
  color: #1C1730;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem; }

.dp-tag {
  display: inline-block;
  background: rgba(124, 58, 237, 0.08);
  border: 1px solid rgba(124, 58, 237, 0.18);
  color: #7C3AED;
  font-size: 0.72rem;
  padding: 0.15rem 0.5rem;
  border-radius: 999px; }

.dp-empty-val {
  color: #857FA0;
  font-style: italic;
  font-size: 0.8rem; }

.dp-message {
  background: #F8F4FF;
  border: 1px solid rgba(124, 58, 237, 0.14);
  border-radius: 6px;
  padding: 0.875rem 1rem;
  font-size: 0.82rem;
  color: #4E4868;
  line-height: 1.6;
  white-space: pre-wrap; }

.dp-file-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem; }

.dp-file-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: #F8F4FF;
  border: 1px solid rgba(124, 58, 237, 0.14);
  border-radius: 6px;
  padding: 0.7rem 0.875rem;
  transition: border-color 0.15s, box-shadow 0.15s; }
  .dp-file-row:hover {
    border-color: rgba(124, 58, 237, 0.24);
    box-shadow: inset 3px 0 0 #8B5CF6, 0 2px 8px rgba(109, 40, 217, 0.06); }

.dp-file-icon {
  width: 34px;
  height: 34px;
  background: rgba(124, 58, 237, 0.08);
  border: 1px solid rgba(124, 58, 237, 0.15);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  color: #7C3AED;
  flex-shrink: 0; }

.dp-file-info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.1rem; }

.dp-file-name {
  font-size: 0.82rem;
  font-weight: 500;
  color: #1C1730;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.dp-file-size {
  font-size: 0.71rem;
  color: #857FA0; }

.dp-file-right {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0; }

.file-scan-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.22rem;
  font-size: 0.65rem;
  font-weight: 700;
  padding: 0.17rem 0.5rem;
  border-radius: 999px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  white-space: nowrap; }
  .file-scan-badge.file-scan-safe {
    background: rgba(22, 163, 74, 0.09);
    border: 1px solid rgba(22, 163, 74, 0.22);
    color: #16A34A; }
  .file-scan-badge.file-scan-unsafe {
    background: rgba(220, 38, 38, 0.09);
    border: 1px solid rgba(220, 38, 38, 0.25);
    color: #DC2626; }
  .file-scan-badge.file-scan-pending {
    background: rgba(217, 119, 6, 0.09);
    border: 1px solid rgba(217, 119, 6, 0.22);
    color: #D97706; }

.dp-dl-btn {
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: 1px solid rgba(124, 58, 237, 0.14);
  background: #F8F4FF;
  color: #4E4868;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.15s; }
  .dp-dl-btn:hover {
    border-color: rgba(124, 58, 237, 0.38);
    background: rgba(124, 58, 237, 0.08);
    color: #7C3AED;
    box-shadow: 0 2px 8px rgba(109, 40, 217, 0.08); }
  .dp-dl-btn.dp-dl-btn-disabled {
    opacity: 0.40;
    cursor: not-allowed; }
    .dp-dl-btn.dp-dl-btn-disabled:hover {
      border-color: rgba(124, 58, 237, 0.14);
      background: #F8F4FF;
      color: #4E4868;
      box-shadow: none; }

.dp-footer {
  padding-top: 0.75rem;
  border-top: 1px solid rgba(124, 58, 237, 0.14);
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 0.5rem; }

.dp-delete-btn {
  width: 100%;
  justify-content: center;
  height: 36px;
  font-size: 0.8rem;
  border-radius: 6px; }

.hist-page-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.3rem 0.65rem;
  font-size: 0.78rem;
  font-weight: 500;
  border: 1px solid rgba(124, 58, 237, 0.14);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.72);
  color: #4E4868;
  cursor: pointer;
  transition: all 0.15s; }
  .hist-page-btn:hover {
    background: #FFFFFF;
    border-color: rgba(124, 58, 237, 0.24);
    color: #1C1730; }
  .hist-page-btn.hist-page-btn-active {
    background: rgba(124, 58, 237, 0.1);
    border-color: rgba(124, 58, 237, 0.35);
    color: #7C3AED;
    font-weight: 600;
    cursor: default; }

.hist-page-ellipsis {
  display: inline-flex;
  align-items: center;
  padding: 0 0.25rem;
  color: #857FA0;
  font-size: 0.8rem; }

.pricing-page {
  max-width: 1160px;
  margin: 0 auto;
  padding: 3rem 1.25rem 5rem; }
  @media (min-width: 960px) and (max-width: 1100px) {
    .pricing-page {
      padding-left: 0.75rem;
      padding-right: 0.75rem; } }
.pricing-hero {
  text-align: center;
  margin-bottom: 3rem; }
  .pricing-hero .pricing-eyebrow {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #8B5CF6;
    margin-bottom: 0.6rem; }
  .pricing-hero .pricing-title {
    font-size: clamp(1.9rem, 4vw, 2.8rem);
    font-weight: 800;
    letter-spacing: -0.04em;
    color: #1C1730;
    margin-bottom: 0.6rem; }
  .pricing-hero .pricing-subtitle {
    font-size: 1rem;
    color: #857FA0;
    margin-bottom: 2rem; }

.billing-toggle {
  display: inline-flex;
  background: #F8F4FF;
  border: 1px solid rgba(124, 58, 237, 0.14);
  border-radius: 999px;
  padding: 3px;
  gap: 2px; }
  .billing-toggle .bt-btn {
    background: none;
    border: none;
    padding: 0.35rem 1.1rem;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 600;
    color: #857FA0;
    cursor: pointer;
    transition: all 0.18s ease;
    display: flex;
    align-items: center;
    gap: 0.4rem; }
    .billing-toggle .bt-btn.active {
      background: #FFFFFF;
      color: #1C1730;
      box-shadow: 0 1px 4px rgba(109, 40, 217, 0.1); }
    .billing-toggle .bt-btn:hover:not(.active) {
      color: #4E4868; }
  .billing-toggle .bt-save-badge {
    font-size: 0.65rem;
    font-weight: 700;
    background: linear-gradient(135deg, rgba(109, 40, 217, 0.12), rgba(147, 51, 234, 0.12));
    color: #8B5CF6;
    border: 1px solid rgba(139, 92, 246, 0.22);
    padding: 0.1rem 0.45rem;
    border-radius: 999px;
    letter-spacing: 0.02em; }

.pricing-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  align-items: start;
  max-width: 420px;
  margin-inline: auto; }
  @media (min-width: 620px) {
    .pricing-grid {
      grid-template-columns: repeat(2, 1fr);
      max-width: none; }
      .pricing-grid .pricing-card:last-child:nth-child(odd) {
        grid-column: 1 / -1;
        justify-self: center;
        width: 100%;
        max-width: calc(50% - 0.625rem); } }
  @media (min-width: 960px) {
    .pricing-grid {
      grid-template-columns: repeat(3, 1fr); }
      .pricing-grid .pricing-card:last-child:nth-child(odd) {
        grid-column: auto;
        justify-self: auto;
        max-width: none; } }
.pricing-card {
  background: #FFFFFF;
  border: 1px solid rgba(124, 58, 237, 0.14);
  border-radius: 14px;
  box-shadow: 0 1px 0 white inset, 0 4px 20px rgba(109, 40, 217, 0.1), 0 1px 4px rgba(109, 40, 217, 0.07);
  padding: 1.75rem;
  position: relative;
  min-width: 0;
  overflow-wrap: break-word;
  word-break: break-word;
  transition: box-shadow 0.2s ease, transform 0.2s ease; }
  @media (min-width: 960px) and (max-width: 1100px) {
    .pricing-card {
      padding: 1.25rem; } }
  .pricing-card:hover {
    box-shadow: 0 8px 40px rgba(109, 40, 217, 0.18), 0 1px 0 white inset;
    transform: translateY(-2px); }
  .pricing-card.pricing-card-featured {
    border-color: rgba(139, 92, 246, 0.45);
    box-shadow: 0 0 0 1px rgba(139, 92, 246, 0.15), 0 8px 40px rgba(109, 40, 217, 0.18), 0 1px 0 white inset; }
    .pricing-card.pricing-card-featured .pc-header .pc-icon {
      background: linear-gradient(135deg, #6D28D9 0%, #9333EA 100%);
      color: #fff;
      border-color: transparent; }

.pc-popular-badge {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #6D28D9 0%, #9333EA 100%);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 0.22rem 0.85rem;
  border-radius: 999px;
  white-space: nowrap;
  box-shadow: 0 2px 10px rgba(109, 40, 217, 0.35); }

.pc-header {
  margin-bottom: 1.25rem; }
  .pc-header .pc-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: rgba(139, 92, 246, 0.08);
    border: 1px solid rgba(139, 92, 246, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: #8B5CF6;
    margin-bottom: 0.85rem; }
  .pc-header .pc-name {
    font-size: 1.15rem;
    font-weight: 800;
    color: #1C1730;
    letter-spacing: -0.02em;
    margin: 0 0 0.25rem; }
  .pc-header .pc-tagline {
    font-size: 0.8rem;
    color: #857FA0;
    margin: 0;
    line-height: 1.5; }

.pc-price-wrap {
  margin-bottom: 1.25rem; }

.pc-price {
  display: flex;
  align-items: baseline;
  gap: 0.2rem;
  line-height: 1; }
  .pc-price .pc-currency {
    font-size: 1.1rem;
    font-weight: 700;
    color: #4E4868;
    align-self: flex-start;
    padding-top: 0.3rem; }
  .pc-price .pc-amount {
    font-size: 2.4rem;
    font-weight: 800;
    color: #1C1730;
    letter-spacing: -0.04em; }
  .pc-price .pc-period {
    font-size: 0.78rem;
    color: #857FA0;
    margin-left: 0.2rem; }

.pc-yearly-note {
  font-size: 0.75rem;
  color: #8B5CF6;
  margin: 0.3rem 0 0;
  font-weight: 500; }
  .pc-yearly-note .pc-full-yearly {
    color: #857FA0;
    font-weight: 400; }

.pc-cta {
  margin-bottom: 1.25rem; }
  .pc-cta .btn {
    width: 100%;
    font-weight: 600;
    font-size: 0.875rem;
    padding: 0.6rem 1rem;
    border-radius: 8px; }

.pc-btn-primary {
  background: linear-gradient(135deg, #6D28D9 0%, #9333EA 100%);
  color: #fff;
  border: none;
  box-shadow: 0 2px 12px rgba(109, 40, 217, 0.28);
  transition: box-shadow 0.2s, filter 0.2s; }
  .pc-btn-primary:hover {
    filter: brightness(1.05);
    box-shadow: 0 4px 18px rgba(109, 40, 217, 0.4);
    color: #fff; }

.pc-btn-secondary {
  background: #F8F4FF;
  color: #1C1730;
  border: 1px solid rgba(124, 58, 237, 0.24);
  transition: border-color 0.18s, background 0.18s; }
  .pc-btn-secondary:hover {
    border-color: rgba(124, 58, 237, 0.55);
    background: #F1ECFF;
    color: #1C1730; }

.pc-btn-free, .pc-btn-current {
  background: #F1ECFF;
  color: #4E4868;
  border: 1px solid rgba(124, 58, 237, 0.14); }
  .pc-btn-free:hover:not([disabled]), .pc-btn-current:hover:not([disabled]) {
    border-color: rgba(124, 58, 237, 0.24);
    background: #E6DEFC;
    color: #1C1730; }
  .pc-btn-free[disabled], .pc-btn-current[disabled] {
    cursor: default;
    opacity: 0.7; }

.pc-btn-downgrade {
  background: transparent;
  color: #857FA0;
  border: 1px solid rgba(124, 58, 237, 0.06);
  font-size: 0.82rem !important; }
  .pc-btn-downgrade:hover {
    color: #DC2626;
    border-color: rgba(220, 38, 38, 0.35);
    background: rgba(220, 38, 38, 0.04); }

.pc-divider {
  border-color: rgba(124, 58, 237, 0.06);
  margin: 1rem 0; }

.pc-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem; }

.pc-feat {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.82rem;
  color: #4E4868;
  word-break: break-word; }
  .pc-feat.pc-feat-off {
    color: #857FA0;
    opacity: 0.6;
    text-decoration: line-through; }
  .pc-feat .pc-feat-icon {
    font-size: 0.78rem;
    color: #857FA0;
    flex-shrink: 0; }
  .pc-feat .pc-feat-icon-on {
    font-size: 0.85rem;
    color: #16A34A;
    flex-shrink: 0; }
  .pc-feat .pc-feat-icon-off {
    font-size: 0.75rem;
    color: #DC2626;
    flex-shrink: 0; }

.scheduled-change-notice {
  margin-top: 0;
  margin-bottom: 1.5rem;
  padding: 0 0.5rem; }

.scn-inner {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  background: rgba(139, 92, 246, 0.06);
  border: 1px solid rgba(139, 92, 246, 0.2);
  border-radius: 10px;
  padding: 1rem 1.25rem; }
  @media (max-width: 620px) {
    .scn-inner {
      flex-direction: column;
      text-align: center;
      gap: 0.6rem; } }
.scn-icon {
  font-size: 1.25rem;
  color: #8B5CF6;
  flex-shrink: 0; }

.scn-text {
  font-size: 0.85rem;
  color: #4E4868;
  flex: 1; }
  .scn-text strong {
    color: #1C1730; }

.scn-cancel-btn {
  font-size: 0.78rem;
  font-weight: 600;
  color: #DC2626;
  background: rgba(220, 38, 38, 0.08);
  border: 1px solid rgba(220, 38, 38, 0.2);
  border-radius: 8px;
  padding: 0.35rem 0.85rem;
  white-space: nowrap;
  transition: background 0.15s, border-color 0.15s; }
  .scn-cancel-btn:hover {
    background: rgba(220, 38, 38, 0.15);
    border-color: rgba(220, 38, 38, 0.35);
    color: #DC2626; }

.scn-inner-warn {
  background: rgba(245, 158, 11, 0.07);
  border-color: rgba(245, 158, 11, 0.28); }

.scn-icon-warn {
  color: #d97706; }

.scn-inner-warn .scn-text {
  color: #92400e; }
  .scn-inner-warn .scn-text strong {
    color: #78350f; }

.scn-inner-success {
  background: rgba(16, 185, 129, 0.07);
  border-color: rgba(16, 185, 129, 0.28); }

.scn-icon-success {
  color: #059669; }

.scn-inner-success .scn-text {
  color: #065f46; }
  .scn-inner-success .scn-text strong {
    color: #064e3b; }

.scn-reactivate-btn {
  font-size: 0.78rem;
  font-weight: 600;
  color: #b45309;
  background: rgba(245, 158, 11, 0.1);
  border: 1px solid rgba(245, 158, 11, 0.28);
  border-radius: 8px;
  padding: 0.35rem 0.85rem;
  white-space: nowrap;
  transition: background 0.15s, border-color 0.15s; }
  .scn-reactivate-btn:hover {
    background: rgba(245, 158, 11, 0.18);
    border-color: rgba(245, 158, 11, 0.45);
    color: #92400e; }

.plan-confirm-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1060;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease; }
  .plan-confirm-backdrop.show {
    opacity: 1;
    pointer-events: auto; }

.plan-confirm-modal {
  background: #FFFFFF;
  border: 1px solid rgba(124, 58, 237, 0.24);
  border-radius: 14px;
  padding: 2rem;
  max-width: 420px;
  width: 90%;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5); }

.pcm-header {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.75rem; }

.pcm-icon {
  font-size: 1.3rem;
  color: #8B5CF6; }

.pcm-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1C1730;
  margin: 0; }

.pcm-message {
  font-size: 0.85rem;
  color: #4E4868;
  line-height: 1.6;
  margin-bottom: 1.5rem; }
  .pcm-message strong {
    color: #1C1730; }

.pcm-actions {
  display: flex;
  gap: 0.75rem;
  justify-content: flex-end; }

.pcm-btn-cancel {
  font-size: 0.82rem;
  font-weight: 600;
  color: #4E4868;
  background: transparent;
  border: 1px solid rgba(124, 58, 237, 0.24);
  border-radius: 8px;
  padding: 0.5rem 1.1rem; }
  .pcm-btn-cancel:hover {
    background: #F8F4FF;
    color: #1C1730; }

.pcm-btn-confirm {
  font-size: 0.82rem;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, #6D28D9 0%, #9333EA 100%);
  border: none;
  border-radius: 8px;
  padding: 0.5rem 1.1rem; }
  .pcm-btn-confirm:hover {
    opacity: 0.9; }

.pricing-faq {
  margin-top: 4rem;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(124, 58, 237, 0.06); }

.faq-item {
  text-align: center;
  padding: 0 0.5rem; }
  .faq-item .faq-icon {
    font-size: 1.4rem;
    color: #8B5CF6;
    margin-bottom: 0.75rem;
    display: block; }
  .faq-item h4 {
    font-size: 0.95rem;
    font-weight: 700;
    color: #1C1730;
    margin-bottom: 0.4rem;
    letter-spacing: -0.01em; }
  .faq-item p {
    font-size: 0.82rem;
    color: #857FA0;
    margin: 0;
    line-height: 1.6; }

.payment-failed-banner {
  position: sticky;
  top: 4.5rem;
  z-index: 1035;
  margin-top: 0.75rem;
  padding: 0; }
  .payment-failed-banner .pfb-inner {
    padding: 0.7rem 1.1rem;
    background: rgba(254, 243, 199, 0.55);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(245, 158, 11, 0.22);
    border-left: 3px solid rgba(217, 119, 6, 0.65);
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(245, 158, 11, 0.1), 0 1px 3px rgba(0, 0, 0, 0.06); }
    [data-theme="dark"] .payment-failed-banner .pfb-inner {
      background: rgba(30, 20, 5, 0.6);
      border-color: rgba(245, 158, 11, 0.18);
      border-left-color: rgba(245, 158, 11, 0.55);
      box-shadow: 0 2px 16px rgba(245, 158, 11, 0.08); }
  .payment-failed-banner .pfb-icon-wrap {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(245, 158, 11, 0.15);
    border: 1px solid rgba(245, 158, 11, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #b45309;
    font-size: 0.75rem; }
    [data-theme="dark"] .payment-failed-banner .pfb-icon-wrap {
      background: rgba(245, 158, 11, 0.12);
      border-color: rgba(245, 158, 11, 0.2);
      color: #fbbf24; }
  .payment-failed-banner .pfb-text {
    font-size: 0.82rem;
    color: #78350f;
    line-height: 1.4; }
    .payment-failed-banner .pfb-text strong {
      font-weight: 700; }
    [data-theme="dark"] .payment-failed-banner .pfb-text {
      color: #fcd34d; }

.pfb-update-btn {
  font-size: 0.78rem;
  font-weight: 600;
  color: #92400e;
  background: rgba(245, 158, 11, 0.14);
  border: 1px solid rgba(245, 158, 11, 0.32);
  border-radius: 8px;
  padding: 0.3rem 0.95rem;
  white-space: nowrap;
  transition: background 0.15s ease, border-color 0.15s ease; }
  [data-theme="dark"] .pfb-update-btn {
    color: #fbbf24;
    background: rgba(245, 158, 11, 0.1);
    border-color: rgba(245, 158, 11, 0.28); }
  .pfb-update-btn:hover {
    background: rgba(245, 158, 11, 0.24);
    border-color: rgba(245, 158, 11, 0.48); }

.pricing-state-notice {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 0.83rem;
  border-radius: 10px;
  padding: 0.65rem 1.25rem;
  margin: 0 auto 1.5rem;
  max-width: 680px;
  text-align: center; }
  .pricing-state-notice.pricing-state-info {
    background: rgba(139, 92, 246, 0.07);
    border: 1px solid rgba(139, 92, 246, 0.2);
    color: #4E4868; }
    .pricing-state-notice.pricing-state-info strong {
      color: #1C1730; }
  .pricing-state-notice.pricing-state-warn {
    background: rgba(245, 158, 11, 0.07);
    border: 1px solid rgba(245, 158, 11, 0.22);
    color: #a16207; }
    .pricing-state-notice.pricing-state-warn strong {
      color: #92400e; }

.psn-link {
  font-weight: 600;
  color: #8B5CF6;
  text-decoration: none; }
  .psn-link:hover {
    text-decoration: underline; }

.settings-layout {
  max-width: 760px;
  margin: 0 auto;
  padding: 2rem 1rem 4rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem; }

.settings-page-header {
  margin-bottom: 0.25rem; }
  .settings-page-header .settings-eyebrow {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #8B5CF6;
    margin-bottom: 0.3rem; }
  .settings-page-header h1 {
    font-size: 1.6rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #1C1730;
    margin: 0 0 0.3rem; }
  .settings-page-header p {
    font-size: 0.875rem;
    color: #857FA0;
    margin: 0; }

.settings-card {
  background: #FFFFFF;
  border: 1px solid rgba(124, 58, 237, 0.14);
  border-radius: 14px;
  box-shadow: 0 1px 0 white inset, 0 4px 20px rgba(109, 40, 217, 0.1), 0 1px 4px rgba(109, 40, 217, 0.07);
  overflow: hidden; }

.settings-card-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1.1rem 1.5rem;
  border-bottom: 1px solid rgba(124, 58, 237, 0.06);
  background: #F8F4FF; }
  .settings-card-header .sc-icon {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    background: rgba(139, 92, 246, 0.1);
    border: 1px solid rgba(139, 92, 246, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    color: #8B5CF6;
    flex-shrink: 0; }
  .settings-card-header .sc-title {
    font-size: 0.875rem;
    font-weight: 700;
    color: #1C1730;
    letter-spacing: -0.01em;
    margin: 0; }
  .settings-card-header .sc-subtitle {
    font-size: 0.75rem;
    color: #857FA0;
    margin: 0; }

.settings-card-body {
  padding: 1.5rem; }

.billing-info-row {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap; }

.billing-info-col {
  min-width: 120px; }

.billing-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #857FA0;
  margin-bottom: 0.25rem; }

.billing-value {
  font-size: 0.9rem;
  font-weight: 600;
  color: #1C1730;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap; }

.billing-cycle-badge {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  background: rgba(139, 92, 246, 0.1);
  border: 1px solid rgba(139, 92, 246, 0.2);
  color: #8B5CF6;
  border-radius: 999px;
  padding: 0.1rem 0.55rem; }

.billing-status {
  font-size: 0.78rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.2rem 0.65rem;
  border-radius: 999px; }
  .billing-status.billing-status-active {
    background: rgba(22, 163, 74, 0.08);
    border: 1px solid rgba(22, 163, 74, 0.2);
    color: #16a34a; }
  .billing-status.billing-status-cancelled {
    background: rgba(245, 158, 11, 0.08);
    border: 1px solid rgba(245, 158, 11, 0.2);
    color: #d97706; }
  .billing-status.billing-status-hold {
    background: rgba(220, 38, 38, 0.08);
    border: 1px solid rgba(220, 38, 38, 0.2);
    color: #dc2626; }

.billing-notice {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  font-size: 0.82rem; }
  .billing-notice i {
    flex-shrink: 0;
    margin-top: 0.05rem; }
  .billing-notice.billing-notice-info {
    background: rgba(139, 92, 246, 0.06);
    border: 1px solid rgba(139, 92, 246, 0.18);
    color: #4E4868; }
    .billing-notice.billing-notice-info strong {
      color: #1C1730; }
  .billing-notice.billing-notice-warn {
    background: rgba(245, 158, 11, 0.06);
    border: 1px solid rgba(245, 158, 11, 0.18);
    color: #a16207; }

.billing-notice-link {
  background: none;
  border: none;
  padding: 0;
  font-size: inherit;
  font-weight: 600;
  color: #8B5CF6;
  text-decoration: underline;
  cursor: pointer; }
  .billing-notice-link:hover {
    opacity: 0.8; }

.billing-actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap; }

.billing-cancel-btn {
  font-size: 0.82rem;
  font-weight: 600;
  color: #ef4444;
  background: rgba(239, 68, 68, 0.06);
  border: 1px solid rgba(239, 68, 68, 0.2);
  border-radius: 8px;
  padding: 0.45rem 1.1rem; }
  .billing-cancel-btn:hover {
    background: rgba(239, 68, 68, 0.12);
    border-color: rgba(239, 68, 68, 0.35);
    color: #ef4444; }

.profile-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6D28D9 0%, #9333EA 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
  letter-spacing: -0.02em; }

.plan-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase; }
  .plan-badge.plan-free {
    background: #F1ECFF;
    color: #4E4868;
    border: 1px solid rgba(124, 58, 237, 0.14); }
  .plan-badge.plan-pro {
    background: linear-gradient(135deg, rgba(109, 40, 217, 0.12), rgba(147, 51, 234, 0.12));
    color: #8B5CF6;
    border: 1px solid rgba(139, 92, 246, 0.25); }
  .plan-badge.plan-team {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.1), rgba(5, 150, 105, 0.1));
    color: #059669;
    border: 1px solid rgba(16, 185, 129, 0.25); }

.storage-bar-wrap {
  margin-top: 0.5rem; }

.storage-bar-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.4rem; }
  .storage-bar-label span {
    font-size: 0.78rem;
    color: #4E4868;
    font-weight: 500; }
  .storage-bar-label .storage-pct {
    font-size: 0.72rem;
    color: #857FA0; }

.storage-bar {
  height: 6px;
  border-radius: 999px;
  background: #E6DEFC;
  overflow: hidden; }
  .storage-bar .storage-bar-fill {
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(135deg, #6D28D9 0%, #9333EA 100%);
    transition: width 0.5s ease; }
    .storage-bar .storage-bar-fill.storage-warning {
      background: linear-gradient(90deg, #D97706, #F59E0B); }
    .storage-bar .storage-bar-fill.storage-danger {
      background: linear-gradient(90deg, #DC2626, #EF4444); }

.plan-features {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.75rem; }

.feature-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 500; }
  .feature-pill.feat-on {
    background: rgba(22, 163, 74, 0.08);
    color: #16A34A;
    border: 1px solid rgba(22, 163, 74, 0.2); }
  .feature-pill.feat-off {
    background: #F1ECFF;
    color: #857FA0;
    border: 1px solid rgba(124, 58, 237, 0.06);
    text-decoration: line-through;
    opacity: 0.6; }

.branding-locked {
  position: relative; }
  .branding-locked .branding-fields {
    pointer-events: none;
    opacity: 0.4;
    filter: blur(1px);
    user-select: none; }
  .branding-locked .branding-lock-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    z-index: 2;
    background: rgba(237, 231, 255, 0.55);
    border-radius: 8px;
    backdrop-filter: blur(1px); }
    .branding-locked .branding-lock-overlay .lock-icon {
      font-size: 1.5rem;
      color: #8B5CF6; }
    .branding-locked .branding-lock-overlay p {
      font-size: 0.8rem;
      font-weight: 600;
      color: #4E4868;
      margin: 0;
      text-align: center; }

.color-preview-wrap {
  display: flex;
  align-items: center;
  gap: 0.6rem; }
  .color-preview-wrap .color-swatch {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    border: 1.5px solid rgba(124, 58, 237, 0.24);
    flex-shrink: 0;
    cursor: pointer;
    transition: border-color 0.2s; }
    .color-preview-wrap .color-swatch:hover {
      border-color: rgba(124, 58, 237, 0.55); }
  .color-preview-wrap input[type="color"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 0;
    height: 0; }

.txn-stats-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem; }

.txn-stat-card {
  background: #fff;
  border: 1px solid rgba(139, 92, 246, 0.1);
  border-radius: 8px;
  padding: 1.1rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04); }

.txn-stat-icon {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background: rgba(139, 92, 246, 0.08);
  border: 1px solid rgba(139, 92, 246, 0.16);
  color: #8B5CF6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  flex-shrink: 0; }

.txn-stat-value {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1C1730;
  letter-spacing: -0.03em;
  line-height: 1.1; }

.txn-stat-label {
  font-size: 0.72rem;
  color: #857FA0;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-top: 2px; }

.txn-table-wrap {
  background: #fff;
  border: 1px solid rgba(139, 92, 246, 0.1);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04); }

.txn-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem; }
  .txn-table thead tr {
    background: rgba(139, 92, 246, 0.04);
    border-bottom: 1px solid rgba(139, 92, 246, 0.1); }
  .txn-table th {
    padding: 0.75rem 1.25rem;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #857FA0;
    text-align: left;
    white-space: nowrap; }
  .txn-table .txn-row {
    border-bottom: 1px solid rgba(139, 92, 246, 0.07);
    transition: background 0.15s; }
    .txn-table .txn-row:last-child {
      border-bottom: none; }
    .txn-table .txn-row:hover {
      background: rgba(139, 92, 246, 0.03); }
  .txn-table td {
    padding: 0.9rem 1.25rem;
    vertical-align: middle;
    color: #1C1730; }

.txn-date {
  font-size: 0.875rem;
  font-weight: 500;
  color: #1C1730; }

.txn-time {
  font-size: 0.72rem;
  color: #857FA0;
  margin-top: 1px; }

.txn-id {
  font-family: monospace;
  font-size: 0.8rem;
  color: #4E4868;
  background: rgba(139, 92, 246, 0.05);
  border: 1px solid rgba(139, 92, 246, 0.1);
  border-radius: 4px;
  padding: 2px 7px; }

.txn-provider {
  font-size: 0.82rem;
  font-weight: 500;
  color: #4E4868; }

.txn-amount {
  font-size: 0.9rem;
  font-weight: 600;
  color: #1C1730;
  font-variant-numeric: tabular-nums; }
  .txn-amount.txn-amount-refund {
    color: #16a34a; }

.txn-tax {
  font-size: 0.82rem;
  color: #857FA0;
  font-variant-numeric: tabular-nums; }

.txn-type-badge {
  display: inline-flex;
  align-items: center;
  padding: 2px 9px;
  border-radius: 999px;
  font-size: 0.73rem;
  font-weight: 600; }
  .txn-type-badge.txn-type-subscription {
    background: rgba(139, 92, 246, 0.08);
    color: #8B5CF6;
    border: 1px solid rgba(139, 92, 246, 0.18); }
  .txn-type-badge.txn-type-renewal {
    background: rgba(59, 130, 246, 0.08);
    color: #3b82f6;
    border: 1px solid rgba(59, 130, 246, 0.18); }
  .txn-type-badge.txn-type-refund {
    background: rgba(22, 163, 74, 0.08);
    color: #16a34a;
    border: 1px solid rgba(22, 163, 74, 0.18); }

.txn-invoice-btn {
  display: inline-flex;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 600;
  color: #8B5CF6;
  background: rgba(139, 92, 246, 0.06);
  border: 1px solid rgba(139, 92, 246, 0.18);
  border-radius: 8px;
  padding: 0.2rem 0.65rem;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.15s, border-color 0.15s; }
  .txn-invoice-btn:hover {
    background: rgba(139, 92, 246, 0.14);
    border-color: rgba(139, 92, 246, 0.35);
    color: #8B5CF6; }

.txn-badge {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600; }
  .txn-badge.txn-badge-completed {
    background: rgba(22, 163, 74, 0.08);
    color: #16A34A;
    border: 1px solid rgba(22, 163, 74, 0.18); }
  .txn-badge.txn-badge-pending {
    background: rgba(234, 179, 8, 0.08);
    color: #A16207;
    border: 1px solid rgba(234, 179, 8, 0.22); }
  .txn-badge.txn-badge-failed {
    background: rgba(220, 38, 38, 0.08);
    color: #DC2626;
    border: 1px solid rgba(220, 38, 38, 0.18); }
  .txn-badge.txn-badge-refunded {
    background: rgba(99, 102, 241, 0.08);
    color: #4F46E5;
    border: 1px solid rgba(99, 102, 241, 0.18); }

.txn-empty {
  text-align: center;
  padding: 5rem 1rem; }
  .txn-empty .txn-empty-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: rgba(139, 92, 246, 0.07);
    border: 1px solid rgba(139, 92, 246, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    color: #8B5CF6;
    margin: 0 auto 1.5rem; }
  .txn-empty h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1C1730;
    margin-bottom: 0.5rem; }
  .txn-empty p {
    font-size: 0.875rem;
    color: #857FA0;
    max-width: 360px;
    margin: 0 auto; }

.report-issue-banner {
  border-radius: 8px;
  border: 1px solid rgba(124, 58, 237, 0.12);
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(12px);
  padding: 0.85rem 1.25rem;
  transition: border-color 0.2s, background 0.2s, box-shadow 0.2s; }
  .report-issue-banner:hover {
    border-color: #8B5CF6;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 4px 16px rgba(109, 40, 217, 0.12); }

.report-issue-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap; }

.report-issue-text {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.84rem;
  color: #4E4868; }
  .report-issue-text > i {
    font-size: 1.1rem;
    color: #8B5CF6; }
  .report-issue-text strong {
    font-weight: 600; }

.screenshot-upload-area {
  border: 1.5px dashed rgba(124, 58, 237, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
  overflow: hidden; }
  .screenshot-upload-area:hover, .screenshot-upload-area.dragover {
    border-color: #8B5CF6;
    background: rgba(139, 92, 246, 0.04); }

.screenshot-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.9rem 1rem;
  font-size: 0.8rem;
  color: #857FA0; }
  .screenshot-placeholder i {
    font-size: 1.1rem;
    color: #8B5CF6;
    opacity: 0.6; }
  .screenshot-placeholder small {
    opacity: 0.7; }

.screenshot-preview {
  position: relative;
  padding: 0.5rem; }
  .screenshot-preview img {
    display: block;
    width: 100%;
    max-height: 160px;
    object-fit: contain;
    border-radius: calc(8px - 3px); }

.screenshot-remove {
  position: absolute;
  top: 0.6rem;
  right: 0.6rem;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: none;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  cursor: pointer;
  transition: background 0.15s; }
  .screenshot-remove:hover {
    background: rgba(220, 38, 38, 0.85); }

.upload-stats {
  display: flex;
  justify-content: space-between;
  margin-top: 4px;
  font-size: 0.72rem;
  color: #857FA0;
  font-weight: 500;
  font-variant-numeric: tabular-nums; }

.shortcut-hints {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
  margin-top: 12px;
  flex-wrap: wrap; }

.shortcut-hint {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.72rem;
  color: #857FA0; }

.kbd {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 2px 6px;
  background: #F8F4FF;
  border: 1px solid rgba(124, 58, 237, 0.14);
  border-radius: 4px;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  color: #4E4868;
  line-height: 1.4; }

.onboarding-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(4px);
  z-index: 1200;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow-y: auto;
  padding: 2rem 1rem;
  animation: onboardFadeIn 0.3s ease; }

@keyframes onboardFadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.onboarding-card {
  background: #FFFFFF;
  border: 1px solid rgba(124, 58, 237, 0.14);
  border-radius: 14px;
  box-shadow: 0 8px 40px rgba(109, 40, 217, 0.18), 0 1px 0 white inset;
  max-width: 440px;
  width: 90%;
  padding: 36px 32px 28px;
  text-align: center;
  position: relative;
  animation: onboardSlideUp 0.4s ease; }

@keyframes onboardSlideUp {
  from {
    opacity: 0;
    transform: translateY(24px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

.onboarding-dismiss {
  position: absolute;
  top: 12px;
  right: 12px;
  background: none;
  border: none;
  color: #857FA0;
  font-size: 1.1rem;
  cursor: pointer;
  padding: 4px;
  line-height: 1;
  transition: color 0.15s; }
  .onboarding-dismiss:hover {
    color: #1C1730; }

.onboarding-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(139, 92, 246, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 1.5rem;
  color: #8B5CF6; }

.onboarding-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1C1730;
  margin-bottom: 8px; }

.onboarding-desc {
  font-size: 0.88rem;
  color: #4E4868;
  line-height: 1.6;
  margin-bottom: 24px; }

.onboarding-steps {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: left;
  margin-bottom: 28px; }

.onboarding-step {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 14px;
  background: #F8F4FF;
  border: 1px solid rgba(124, 58, 237, 0.06);
  border-radius: 8px; }

.onboarding-step-num {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6D28D9 0%, #9333EA 100%);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px; }

.onboarding-step-text {
  font-size: 0.82rem;
  color: #1C1730;
  line-height: 1.45; }
  .onboarding-step-text strong {
    font-weight: 600; }
  .onboarding-step-text span {
    color: #4E4868; }

.onboarding-actions {
  display: flex;
  flex-direction: column;
  gap: 8px; }

.onboarding-start-btn {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 8px;
  background: linear-gradient(135deg, #6D28D9 0%, #9333EA 100%);
  color: #fff;
  font-weight: 600;
  font-size: 0.88rem;
  cursor: pointer;
  transition: all 0.2s; }
  .onboarding-start-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 20px rgba(109, 40, 217, 0.35); }

.onboarding-skip-btn {
  background: none;
  border: none;
  color: #857FA0;
  font-size: 0.78rem;
  cursor: pointer;
  padding: 4px;
  transition: color 0.15s; }
  .onboarding-skip-btn:hover {
    color: #4E4868; }

.onboarding-plans-callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: rgba(139, 92, 246, 0.08);
  border: 1px solid rgba(139, 92, 246, 0.22);
  border-radius: 10px;
  padding: 10px 14px;
  margin-bottom: 16px; }

.opc-text {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #4E4868;
  font-size: 0.82rem;
  line-height: 1.4; }

.opc-icon {
  color: #8B5CF6;
  font-size: 1rem;
  flex-shrink: 0; }

.opc-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(139, 92, 246, 0.15);
  color: #8B5CF6;
  font-size: 0.9rem;
  flex-shrink: 0;
  transition: background 0.15s, transform 0.15s;
  text-decoration: none; }
  .opc-arrow:hover {
    background: rgba(139, 92, 246, 0.28);
    transform: translateX(2px);
    color: #ad8cf9; }

.lp-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(155deg, #0C0520 0%, #1A0845 30%, #2D1265 60%, #1A0845 100%);
  padding: 9rem 0 7rem; }
  .lp-hero::before {
    content: '';
    position: absolute;
    top: -180px;
    right: -140px;
    width: 680px;
    height: 680px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.3) 0%, transparent 65%);
    pointer-events: none; }
  .lp-hero::after {
    content: '';
    position: absolute;
    bottom: -200px;
    left: -120px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(109, 40, 217, 0.22) 0%, transparent 65%);
    pointer-events: none; }

.lp-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.3rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(139, 92, 246, 0.35);
  background: rgba(139, 92, 246, 0.1);
  font-size: 0.75rem;
  font-weight: 600;
  color: #C4B5FD;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 1.5rem; }

.lp-hero-title {
  font-size: clamp(2.4rem, 5.5vw, 4rem);
  font-weight: 800;
  color: #F5F0FF;
  letter-spacing: -0.04em;
  line-height: 1.1;
  margin-bottom: 1.25rem; }
  .lp-hero-title .lp-accent {
    background: linear-gradient(135deg, #C084FC, #818CF8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; }

.lp-hero-sub {
  font-size: 1.1rem;
  color: #B8AACE;
  line-height: 1.65;
  max-width: 520px;
  margin-bottom: 2.25rem; }

.lp-hero-actions {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  flex-wrap: wrap; }

.lp-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.75rem;
  background: linear-gradient(135deg, #6D28D9 0%, #9333EA 100%);
  color: #fff !important;
  border: none;
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.18s, transform 0.18s;
  box-shadow: 0 4px 20px rgba(109, 40, 217, 0.4); }
  .lp-btn-primary:hover {
    color: #fff !important;
    opacity: 0.92;
    transform: translateY(-1px);
    box-shadow: 0 8px 28px rgba(109, 40, 217, 0.5); }

.lp-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background: rgba(255, 255, 255, 0.07);
  color: #D4C8F0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.18s, color 0.18s; }
  .lp-btn-ghost:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #fff; }

.lp-hero-visual {
  position: relative;
  height: 360px;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 991px) {
    .lp-hero-visual {
      display: none; } }
.lp-float-card {
  position: absolute;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 1rem 1.25rem;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.35);
  color: #F0EBFF;
  animation: lp-float 6s ease-in-out infinite; }

.lp-card-upload {
  width: 240px;
  top: 30px;
  right: 40px;
  animation-delay: 0s; }
  .lp-card-upload .lp-cu-header {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 0.75rem; }
    .lp-card-upload .lp-cu-header .lp-cu-icon {
      width: 34px;
      height: 34px;
      border-radius: 8px;
      background: rgba(139, 92, 246, 0.2);
      border: 1px solid rgba(139, 92, 246, 0.3);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1rem;
      color: #C084FC; }
    .lp-card-upload .lp-cu-header .lp-cu-name {
      font-size: 0.8rem;
      font-weight: 600; }
    .lp-card-upload .lp-cu-header .lp-cu-size {
      font-size: 0.7rem;
      color: #9C8EC0;
      margin-top: 1px; }
  .lp-card-upload .lp-cu-bar-track {
    height: 5px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    overflow: hidden; }
    .lp-card-upload .lp-cu-bar-track .lp-cu-bar-fill {
      height: 100%;
      width: 68%;
      background: linear-gradient(90deg, #6D28D9, #A78BFA);
      border-radius: 999px; }
  .lp-card-upload .lp-cu-pct {
    font-size: 0.68rem;
    color: #A78BFA;
    margin-top: 0.3rem;
    font-weight: 600; }

.lp-card-link {
  width: 220px;
  bottom: 40px;
  left: 20px;
  animation-delay: 1.5s; }
  .lp-card-link .lp-cl-label {
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #9C8EC0;
    margin-bottom: 0.4rem;
    font-weight: 600; }
  .lp-card-link .lp-cl-url {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    padding: 0.4rem 0.6rem; }
    .lp-card-link .lp-cl-url span {
      font-size: 0.72rem;
      font-family: monospace;
      color: #C4B5FD;
      flex: 1;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .lp-card-link .lp-cl-url i {
      font-size: 0.8rem;
      color: #9C8EC0;
      cursor: pointer; }
  .lp-card-link .lp-cl-ready {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    margin-top: 0.5rem;
    font-size: 0.7rem;
    color: #4ADE80;
    font-weight: 600; }

.lp-card-scan {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.65rem 0.9rem;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  animation-delay: 3s;
  white-space: nowrap; }
  .lp-card-scan .lp-scan-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #4ADE80;
    box-shadow: 0 0 8px rgba(74, 222, 128, 0.6);
    flex-shrink: 0; }
  .lp-card-scan span {
    font-size: 0.75rem;
    font-weight: 500;
    color: #C4B5FD; }

.lp-file-badges {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none; }

.lp-fbadge {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.3rem 0.7rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 600;
  color: #D4C8F0; }
  .lp-fbadge.lp-fbadge-1 {
    top: 10px;
    left: 50%;
    animation: lp-float 5s ease-in-out infinite 0.5s; }
  .lp-fbadge.lp-fbadge-2 {
    top: 140px;
    right: 0;
    animation: lp-float 5s ease-in-out infinite 2s; }
  .lp-fbadge.lp-fbadge-3 {
    bottom: 80px;
    right: 50px;
    animation: lp-float 5s ease-in-out infinite 1s; }
  .lp-fbadge.lp-fbadge-4 {
    bottom: 10px;
    left: 55%;
    animation: lp-float 5s ease-in-out infinite 3s; }

@keyframes lp-float {
  0%, 100% {
    transform: translateY(0px); }
  50% {
    transform: translateY(-10px); } }

.lp-trust-bar {
  background: #fff;
  border-top: 1px solid rgba(124, 58, 237, 0.08);
  border-bottom: 1px solid rgba(124, 58, 237, 0.08);
  padding: 1rem 0; }
  .lp-trust-bar .lp-trust-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 2.5rem; }
  .lp-trust-bar .lp-trust-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: #4E4868;
    padding: 0.35rem 0; }
    .lp-trust-bar .lp-trust-item i {
      color: #8B5CF6;
      font-size: 0.95rem; }
  .lp-trust-bar .lp-trust-sep {
    width: 1px;
    height: 18px;
    background: rgba(124, 58, 237, 0.15); }
    @media (max-width: 576px) {
      .lp-trust-bar .lp-trust-sep {
        display: none; } }
.lp-section {
  padding: 5.5rem 0; }

.lp-section-alt {
  background: #fff; }

.lp-eyebrow {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8B5CF6;
  margin-bottom: 0.75rem; }

.lp-section-title {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 800;
  color: #1C1730;
  letter-spacing: -0.035em;
  line-height: 1.15;
  margin-bottom: 1rem; }

.lp-section-sub {
  font-size: 1rem;
  color: #857FA0;
  line-height: 1.65;
  max-width: 520px; }

.lp-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  position: relative;
  margin-top: 3.5rem; }
  @media (max-width: 767px) {
    .lp-steps {
      grid-template-columns: 1fr;
      gap: 2rem; }
      .lp-steps .lp-step-connector {
        display: none; } }
.lp-step {
  position: relative;
  text-align: center;
  padding: 0 1.5rem; }
  .lp-step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 28px;
    right: -1px;
    width: calc(100% - 56px);
    height: 1px;
    background: repeating-linear-gradient(90deg, rgba(124, 58, 237, 0.25) 0, rgba(124, 58, 237, 0.25) 6px, transparent 6px, transparent 12px);
    left: calc(50% + 28px); }
    @media (max-width: 767px) {
      .lp-step:not(:last-child)::after {
        display: none; } }
.lp-step-num {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6D28D9 0%, #9333EA 100%);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem;
  box-shadow: 0 4px 20px rgba(109, 40, 217, 0.3);
  position: relative;
  z-index: 1; }

.lp-step-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1C1730;
  margin-bottom: 0.5rem; }

.lp-step-desc {
  font-size: 0.875rem;
  color: #857FA0;
  line-height: 1.6; }

.lp-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 3rem; }
  @media (max-width: 991px) {
    .lp-features-grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 575px) {
    .lp-features-grid {
      grid-template-columns: 1fr; } }
.lp-feat-card {
  background: #fff;
  border-radius: 14px;
  padding: 1.85rem 1.65rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(109, 40, 217, 0.06), 0 0 0 1px rgba(124, 58, 237, 0.1);
  transition: box-shadow 0.22s, transform 0.22s; }
  .lp-feat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(135deg, #6D28D9 0%, #9333EA 100%);
    opacity: 0;
    transition: opacity 0.22s; }
  .lp-feat-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 15% 0%, rgba(139, 92, 246, 0.06) 0%, transparent 60%);
    opacity: 0;
    transition: opacity 0.22s;
    pointer-events: none; }
  .lp-feat-card:hover {
    box-shadow: 0 12px 40px rgba(109, 40, 217, 0.14), 0 0 0 1px rgba(124, 58, 237, 0.22);
    transform: translateY(-3px); }
    .lp-feat-card:hover::before, .lp-feat-card:hover::after {
      opacity: 1; }
    .lp-feat-card:hover .lp-feat-icon {
      background: linear-gradient(135deg, #6D28D9 0%, #9333EA 100%);
      border-color: transparent;
      color: #fff;
      box-shadow: 0 6px 18px rgba(109, 40, 217, 0.32);
      transform: scale(1.06); }

.lp-feat-icon {
  width: 54px;
  height: 54px;
  border-radius: 10px;
  background: rgba(139, 92, 246, 0.09);
  border: 1px solid rgba(139, 92, 246, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: #8B5CF6;
  margin-bottom: 1.25rem;
  transition: background 0.22s, color 0.22s, border-color 0.22s, box-shadow 0.22s, transform 0.22s; }

.lp-feat-title {
  font-size: 1rem;
  font-weight: 700;
  color: #1C1730;
  margin-bottom: 0.5rem;
  letter-spacing: -0.015em; }

.lp-feat-desc {
  font-size: 0.85rem;
  color: #857FA0;
  line-height: 1.65;
  margin: 0; }

.lp-security {
  background: linear-gradient(135deg, #1E0845 0%, #3B1280 50%, #2D1065 100%);
  position: relative;
  overflow: hidden; }
  .lp-security::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%239C92AC' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none; }
  .lp-security .lp-section-title {
    color: #F5F0FF; }
  .lp-security .lp-section-sub {
    color: #B8AACE; }
  .lp-security .lp-eyebrow {
    color: #C4B5FD; }

.lp-security-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 2.5rem; }
  @media (max-width: 575px) {
    .lp-security-grid {
      grid-template-columns: 1fr; } }
.lp-sec-item-last {
  grid-column: 1 / -1;
  max-width: calc(50% - 0.5rem);
  margin: 0 auto;
  width: 100%; }
  @media (max-width: 575px) {
    .lp-sec-item-last {
      max-width: 100%; } }
.lp-sec-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 14px;
  padding: 1.25rem 1.25rem; }
  .lp-sec-item .lp-sec-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: rgba(139, 92, 246, 0.2);
    border: 1px solid rgba(139, 92, 246, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: #C084FC;
    flex-shrink: 0; }
  .lp-sec-item .lp-sec-title {
    font-size: 0.9rem;
    font-weight: 700;
    color: #F0EBFF;
    margin-bottom: 0.25rem; }
  .lp-sec-item .lp-sec-desc {
    font-size: 0.8rem;
    color: #9C8EC0;
    line-height: 1.55;
    margin: 0; }

.lp-faq .accordion-button {
  font-size: 0.95rem;
  font-weight: 600;
  color: #1C1730;
  background: #fff;
  box-shadow: none; }
  .lp-faq .accordion-button:not(.collapsed) {
    color: #8B5CF6;
    background: rgba(139, 92, 246, 0.04);
    box-shadow: none; }
  .lp-faq .accordion-button::after {
    filter: none; }
  .lp-faq .accordion-button:focus {
    box-shadow: none; }

.lp-faq .accordion-item {
  border: 1px solid rgba(124, 58, 237, 0.14);
  border-radius: 8px !important;
  overflow: hidden;
  margin-bottom: 0.6rem;
  background: #fff; }

.lp-faq .accordion-body {
  font-size: 0.875rem;
  color: #4E4868;
  line-height: 1.7;
  padding-top: 0; }

.lp-hero-stats {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-top: 1rem; }

.lp-stat-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.3rem 0.75rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #C4B5FD; }
  .lp-stat-pill i {
    font-size: 0.72rem;
    color: #A78BFA; }

.lp-step .lp-step-card {
  background: #fff;
  border: 1px solid rgba(124, 58, 237, 0.14);
  border-radius: 14px;
  padding: 2rem 1.5rem;
  height: 100%;
  transition: box-shadow 0.2s, transform 0.2s; }
  .lp-step .lp-step-card:hover {
    box-shadow: 0 8px 40px rgba(109, 40, 217, 0.18), 0 1px 0 white inset;
    transform: translateY(-2px); }

.lp-step .lp-step-num {
  margin-bottom: 1.25rem; }

.lp-step:not(:last-child)::after {
  top: 46px; }

.lp-billing-toggle {
  display: inline-flex;
  background: #F3F0FA;
  border: 1px solid rgba(124, 58, 237, 0.14);
  border-radius: 999px;
  padding: 3px;
  gap: 2px;
  margin: 1.5rem auto 0; }
  .lp-billing-toggle .lp-bt-btn {
    background: none;
    border: none;
    padding: 0.35rem 1.25rem;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 600;
    color: #857FA0;
    cursor: pointer;
    transition: all 0.18s ease;
    display: flex;
    align-items: center;
    gap: 0.4rem; }
    .lp-billing-toggle .lp-bt-btn.active {
      background: #fff;
      color: #8B5CF6;
      box-shadow: 0 1px 6px rgba(109, 40, 217, 0.14); }
    .lp-billing-toggle .lp-bt-btn:hover:not(.active) {
      color: #4E4868; }
  .lp-billing-toggle .lp-save-badge {
    font-size: 0.65rem;
    font-weight: 700;
    background: rgba(109, 40, 217, 0.08);
    color: #8B5CF6;
    border: 1px solid rgba(139, 92, 246, 0.2);
    padding: 0.1rem 0.45rem;
    border-radius: 999px; }

.lp-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
  align-items: start; }
  @media (max-width: 991px) {
    .lp-pricing-grid {
      grid-template-columns: 1fr;
      max-width: 420px;
      margin-left: auto;
      margin-right: auto; } }
.lp-plan-card {
  background: #fff;
  border: 1.5px solid rgba(124, 58, 237, 0.14);
  border-radius: 14px;
  padding: 2rem 1.75rem;
  position: relative;
  transition: box-shadow 0.22s, transform 0.22s, border-color 0.22s; }
  .lp-plan-card:hover {
    box-shadow: 0 8px 36px rgba(109, 40, 217, 0.12);
    transform: translateY(-2px); }
  .lp-plan-card.lp-plan-featured {
    border-color: rgba(139, 92, 246, 0.5);
    box-shadow: 0 0 0 2px rgba(139, 92, 246, 0.1), 0 8px 36px rgba(109, 40, 217, 0.14); }
    .lp-plan-card.lp-plan-featured .lp-plan-icon {
      background: linear-gradient(135deg, #6D28D9 0%, #9333EA 100%);
      border-color: transparent;
      color: #fff; }

.lp-plan-popular-badge {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #6D28D9 0%, #9333EA 100%);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 0.22rem 0.9rem;
  border-radius: 999px;
  white-space: nowrap;
  box-shadow: 0 2px 10px rgba(109, 40, 217, 0.35); }

.lp-plan-icon {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: rgba(139, 92, 246, 0.08);
  border: 1px solid rgba(139, 92, 246, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #8B5CF6;
  margin-bottom: 0.9rem; }

.lp-plan-name {
  font-size: 1.1rem;
  font-weight: 800;
  color: #1C1730;
  letter-spacing: -0.02em;
  margin: 0 0 0.2rem; }

.lp-plan-tagline {
  font-size: 0.78rem;
  color: #857FA0;
  margin: 0 0 1.25rem;
  line-height: 1.5; }

.lp-plan-price {
  display: flex;
  align-items: baseline;
  gap: 0.15rem;
  margin-bottom: 1.35rem; }
  .lp-plan-price .lp-pp-currency {
    font-size: 1rem;
    font-weight: 700;
    color: #4E4868;
    align-self: flex-start;
    padding-top: 0.4rem; }
  .lp-plan-price .lp-pp-amount {
    font-size: 2.4rem;
    font-weight: 800;
    color: #1C1730;
    letter-spacing: -0.04em; }
  .lp-plan-price .lp-pp-period {
    font-size: 0.76rem;
    color: #857FA0;
    margin-left: 0.2rem; }
  .lp-plan-price.lp-plan-price-free .lp-pp-amount {
    font-size: 2rem;
    color: #4E4868; }

.lp-pp-yearly-note {
  font-size: 0.73rem;
  color: #8B5CF6;
  margin: -0.9rem 0 1.35rem;
  font-weight: 500; }
  .lp-pp-yearly-note s {
    color: #857FA0;
    font-weight: 400; }

.lp-plan-cta {
  margin-bottom: 1.25rem; }
  .lp-plan-cta a, .lp-plan-cta button {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0.6rem 1rem;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.18s;
    cursor: pointer;
    border: none; }

.lp-plan-btn-primary {
  background: linear-gradient(135deg, #6D28D9 0%, #9333EA 100%);
  color: #fff;
  box-shadow: 0 2px 12px rgba(109, 40, 217, 0.28); }
  .lp-plan-btn-primary:hover {
    filter: brightness(1.06);
    box-shadow: 0 4px 20px rgba(109, 40, 217, 0.4);
    color: #fff; }

.lp-plan-btn-outline {
  background: transparent;
  color: #8B5CF6;
  border: 1.5px solid rgba(139, 92, 246, 0.3) !important; }
  .lp-plan-btn-outline:hover {
    background: rgba(139, 92, 246, 0.06);
    border-color: rgba(139, 92, 246, 0.5) !important;
    color: #6D28D9; }

.lp-plan-btn-current {
  background: rgba(139, 92, 246, 0.06);
  color: #8B5CF6;
  border: 1px solid rgba(139, 92, 246, 0.2) !important;
  cursor: default !important;
  opacity: 0.85; }

.lp-plan-divider {
  border-color: rgba(124, 58, 237, 0.1);
  margin: 1rem 0; }

.lp-plan-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem; }

.lp-plan-feat {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.82rem;
  color: #4E4868; }
  .lp-plan-feat.lp-feat-off {
    color: #857FA0;
    opacity: 0.55;
    text-decoration: line-through; }
  .lp-plan-feat .lp-fi-on {
    font-size: 0.85rem;
    color: #16A34A;
    flex-shrink: 0; }
  .lp-plan-feat .lp-fi-off {
    font-size: 0.75rem;
    color: #DC2626;
    flex-shrink: 0; }
  .lp-plan-feat .lp-fi-dim {
    font-size: 0.78rem;
    color: #857FA0;
    flex-shrink: 0; }

.lp-footer {
  background: #08010F;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 4.5rem 0 0; }

.lp-footer-tagline {
  font-size: 0.85rem;
  color: rgba(200, 185, 240, 0.6);
  line-height: 1.7;
  margin: 1rem 0 1.75rem;
  max-width: 300px; }

.lp-footer-heading {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.28);
  margin-bottom: 1.1rem; }

.lp-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem; }
  .lp-footer-links a {
    font-size: 0.85rem;
    color: rgba(200, 185, 240, 0.6);
    text-decoration: none;
    transition: color 0.15s; }
    .lp-footer-links a:hover {
      color: #C4B5FD; }

.lp-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  margin-top: 4rem;
  padding: 1.35rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem; }

.lp-footer-bottom-row1 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem; }
  @media (max-width: 575px) {
    .lp-footer-bottom-row1 {
      flex-direction: column;
      align-items: center;
      text-align: center; } }
.lp-footer-copy {
  font-size: 0.78rem;
  color: rgba(200, 185, 240, 0.38); }
  .lp-footer-copy a {
    color: rgba(139, 92, 246, 0.8);
    text-decoration: none;
    font-weight: 600; }
    .lp-footer-copy a:hover {
      color: #8B5CF6; }

.lp-footer-built-by {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem; }

.lp-footer-built-label {
  font-size: 0.68rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(200, 185, 240, 0.3); }

.lp-footer-built-link {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  text-decoration: none; }
  .lp-footer-built-link:hover .lp-footer-built-line1 {
    color: #A78BFA; }

.lp-footer-built-name {
  display: flex;
  flex-direction: column;
  gap: 0.05rem; }

.lp-footer-built-line1 {
  font-size: 0.82rem;
  font-weight: 700;
  color: rgba(200, 185, 240, 0.75);
  line-height: 1.2;
  transition: color 0.15s; }

.lp-footer-built-line2 {
  font-size: 0.68rem;
  font-weight: 400;
  color: rgba(200, 185, 240, 0.38);
  line-height: 1.2; }

.lp-footer-socials {
  display: flex;
  align-items: center;
  gap: 0.5rem; }

.lp-footer-social-btn {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(200, 185, 240, 0.5);
  font-size: 0.9rem;
  text-decoration: none;
  transition: background 0.18s, color 0.18s, border-color 0.18s; }
  .lp-footer-social-btn:hover {
    background: rgba(139, 92, 246, 0.15);
    border-color: rgba(139, 92, 246, 0.28);
    color: #C4B5FD; }

.lp-cta-banner {
  background: linear-gradient(135deg, #6D28D9 0%, #9333EA 100%);
  border-radius: 14px;
  padding: 3.5rem 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin: 5rem 0; }
  .lp-cta-banner::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.07);
    pointer-events: none; }
  .lp-cta-banner::after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: -40px;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    pointer-events: none; }
  .lp-cta-banner h2 {
    font-size: clamp(1.5rem, 3vw, 2.1rem);
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.03em;
    margin-bottom: 0.75rem; }
  .lp-cta-banner p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    margin-bottom: 1.75rem;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto; }
  .lp-cta-banner .lp-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.8rem 2rem;
    background: #fff;
    color: #6D28D9;
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
    transition: opacity 0.18s, transform 0.18s;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15); }
    .lp-cta-banner .lp-cta-btn:hover {
      opacity: 0.94;
      transform: translateY(-1px);
      color: #6D28D9; }

.lp-hero-callout {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background: rgba(124, 58, 237, 0.07);
  border: 1px solid rgba(124, 58, 237, 0.18);
  border-radius: 8px;
  padding: 0.65rem 0.9rem;
  margin: 0.5rem 0 0; }

.lp-hero-callout-icon {
  width: 34px;
  height: 34px;
  border-radius: 6px;
  background: rgba(124, 58, 237, 0.14);
  border: 1px solid rgba(124, 58, 237, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #C084FC;
  font-size: 0.95rem;
  flex-shrink: 0; }

.lp-hero-callout-body {
  flex: 1;
  min-width: 0; }

.lp-hero-callout-text {
  font-size: 0.78rem;
  color: rgba(220, 210, 255, 0.75);
  margin: 0 0 0.35rem;
  line-height: 1.45; }

.lp-hero-callout-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #C084FC;
  text-decoration: none;
  letter-spacing: 0.01em;
  transition: color 0.15s; }
  .lp-hero-callout-btn:hover {
    color: #E9D5FF; }
  .lp-hero-callout-btn i {
    font-size: 0.68rem; }

.lp-diff-grid {
  background: #FFFFFF;
  border: 1px solid rgba(124, 58, 237, 0.14);
  border-radius: 14px;
  overflow: hidden;
  max-width: 780px;
  margin: 0 auto; }

.lp-diff-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-bottom: 1px solid rgba(124, 58, 237, 0.14); }
  .lp-diff-row:last-child {
    border-bottom: none; }
  .lp-diff-row > div {
    padding: 0.85rem 1.25rem;
    font-size: 0.83rem;
    display: flex;
    align-items: center;
    gap: 0.45rem; }
    .lp-diff-row > div + div {
      border-left: 1px solid rgba(124, 58, 237, 0.14); }
  @media (max-width: 575px) {
    .lp-diff-row {
      grid-template-columns: 1fr; }
      .lp-diff-row > div + div {
        border-left: none;
        border-top: 1px solid rgba(124, 58, 237, 0.14); } }
.lp-diff-header {
  background: rgba(124, 58, 237, 0.04); }
  .lp-diff-header > div {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #857FA0;
    padding: 0.65rem 1.25rem; }

.lp-diff-col-highlight {
  color: #4E4868 !important; }

.lp-diff-col-head {
  color: #7C3AED !important; }

.lp-diff-col-others {
  color: #857FA0 !important; }

.lp-diff-legend {
  display: none;
  width: 28px;
  height: 10px;
  border-radius: 999px;
  flex-shrink: 0;
  margin-left: auto; }
  @media (max-width: 575px) {
    .lp-diff-legend {
      display: inline-block; } }
.lp-diff-legend-highlight {
  background: rgba(28, 23, 48, 0.45); }

.lp-diff-legend-yes {
  background: rgba(22, 163, 74, 0.7); }

.lp-diff-legend-no {
  background: rgba(100, 100, 115, 0.35); }

.lp-diff-label {
  font-weight: 600;
  color: #1C1730; }

.lp-diff-icon {
  font-size: 0.85rem;
  color: #7C3AED;
  flex-shrink: 0; }

.lp-diff-val {
  font-size: 0.8rem;
  line-height: 1.45; }

.lp-diff-yes {
  color: #16A34A;
  font-weight: 600; }
  .lp-diff-yes i {
    font-size: 0.78rem;
    flex-shrink: 0; }

.lp-diff-no {
  color: #857FA0; }
  .lp-diff-no i {
    font-size: 0.78rem;
    flex-shrink: 0;
    color: rgba(100, 100, 115, 0.5); }

.lp-contact-row {
  display: flex;
  gap: 0;
  align-items: stretch; }
  @media (max-width: 991px) {
    .lp-contact-row {
      flex-direction: column; }
      .lp-contact-row .lp-contact-vdivider {
        display: none; } }
.lp-contact-block {
  flex: 1;
  padding: 2rem 2.5rem; }
  @media (max-width: 991px) {
    .lp-contact-block {
      padding: 1.75rem 0; }
      .lp-contact-block:not(:last-child) {
        border-bottom: 1px solid rgba(139, 92, 246, 0.12); } }
.lp-contact-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #A78BFA;
  margin-bottom: 0.65rem; }
  .lp-contact-eyebrow.lp-contact-eyebrow-dev {
    color: #C084FC; }

.lp-contact-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #E8E0FF;
  margin-bottom: 0.65rem; }

.lp-contact-desc {
  font-size: 0.83rem;
  color: #9C8EC0;
  line-height: 1.65;
  margin-bottom: 1.5rem; }

.lp-contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.65rem 1.4rem;
  border-radius: 6px;
  font-size: 0.83rem;
  font-weight: 600;
  cursor: pointer;
  border: none;
  transition: opacity 0.15s, transform 0.15s; }
  .lp-contact-btn:hover {
    opacity: 0.88;
    transform: translateY(-1px); }
  .lp-contact-btn.lp-contact-btn-enterprise {
    background: linear-gradient(135deg, #6D28D9 0%, #9333EA 100%);
    color: #fff; }
  .lp-contact-btn.lp-contact-btn-dev {
    background: rgba(109, 40, 217, 0.18);
    border: 1px solid rgba(109, 40, 217, 0.35);
    color: #C084FC; }

.lp-contact-vdivider {
  flex-shrink: 0;
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(139, 92, 246, 0.55) 20%, rgba(139, 92, 246, 0.55) 80%, transparent);
  margin: 1rem 0; }

.lp-footer-hr {
  border: none;
  border-top: 1px solid rgba(139, 92, 246, 0.12);
  margin-bottom: 2.5rem; }

.lp-contact-modal-dialog {
  max-width: 480px; }

.lp-contact-modal-content {
  background: #FFFFFF;
  border: 1px solid rgba(139, 92, 246, 0.18);
  border-radius: 14px;
  overflow: hidden; }

.lp-contact-modal-header {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 1.5rem 1.5rem 1.25rem;
  border-bottom: 1px solid rgba(139, 92, 246, 0.1); }

.lp-contact-modal-icon {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: rgba(139, 92, 246, 0.12);
  border: 1px solid rgba(139, 92, 246, 0.22);
  color: #C084FC;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0; }

.lp-contact-modal-title {
  font-size: 1rem;
  font-weight: 700;
  color: #1C1730;
  margin: 0 0 0.15rem; }

.lp-contact-modal-sub {
  font-size: 0.75rem;
  color: #857FA0;
  margin: 0; }

.lp-contact-modal-body {
  padding: 1.5rem; }

.lp-contact-submit-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.7rem 1.5rem;
  border-radius: 6px;
  font-size: 0.875rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  width: 100%;
  justify-content: center;
  transition: opacity 0.15s, transform 0.15s; }
  .lp-contact-submit-btn:hover {
    opacity: 0.9;
    transform: translateY(-1px); }
  .lp-contact-submit-btn, .lp-contact-submit-btn.lp-contact-submit-btn-enterprise {
    background: linear-gradient(135deg, #6D28D9 0%, #9333EA 100%);
    color: #fff; }
  .lp-contact-submit-btn.lp-contact-submit-btn-dev {
    background: rgba(109, 40, 217, 0.18);
    border: 1px solid rgba(109, 40, 217, 0.35);
    color: #C084FC; }

.lp-contact-modal-error {
  background: rgba(220, 38, 38, 0.1);
  border: 1px solid rgba(220, 38, 38, 0.25);
  border-radius: 6px;
  color: #F87171;
  font-size: 0.8rem;
  padding: 0.65rem 0.9rem;
  margin-bottom: 1rem; }

.lp-contact-success {
  text-align: center;
  padding: 1rem 0 0.5rem; }
  .lp-contact-success h5 {
    color: #1C1730;
    font-weight: 700;
    margin: 0.75rem 0 0.4rem; }
  .lp-contact-success p {
    color: #857FA0;
    font-size: 0.83rem;
    margin: 0; }

.lp-contact-success-icon {
  font-size: 2.2rem;
  color: #22C55E; }

.lp-contact-modal-close {
  background: transparent;
  border: none;
  padding: 0.25rem;
  line-height: 1;
  cursor: pointer;
  color: #857FA0;
  font-size: 0.85rem;
  flex-shrink: 0;
  border-radius: 4px;
  transition: color 0.15s, background 0.15s; }
  .lp-contact-modal-close:hover {
    color: #1C1730;
    background: rgba(124, 58, 237, 0.08); }

.lp-optional-label {
  font-size: 0.72rem;
  color: #857FA0;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0; }

.lp-start-modal-dialog {
  max-width: 440px; }

.lp-start-modal-content {
  background: #FFFFFF;
  border: 1px solid rgba(139, 92, 246, 0.18);
  border-radius: 14px;
  overflow: hidden; }

.lp-start-modal-header {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 1.5rem 1.5rem 1.25rem;
  border-bottom: 1px solid rgba(139, 92, 246, 0.1); }

.lp-start-modal-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: rgba(139, 92, 246, 0.1);
  border: 1px solid rgba(139, 92, 246, 0.2);
  color: #7C3AED;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0; }

.lp-start-modal-title {
  font-size: 1rem;
  font-weight: 700;
  color: #1C1730;
  margin: 0 0 0.1rem; }

.lp-start-modal-sub {
  font-size: 0.75rem;
  color: #857FA0;
  margin: 0; }

.lp-start-modal-close {
  margin-left: auto;
  flex-shrink: 0; }

.lp-start-options {
  padding: 1.25rem 1.25rem 0.75rem; }

.lp-start-option {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 8px;
  border: 1px solid rgba(124, 58, 237, 0.24);
  background: #F8F4FF;
  text-decoration: none;
  transition: border-color 0.15s, background 0.15s, transform 0.15s; }
  .lp-start-option:hover {
    border-color: rgba(124, 58, 237, 0.55);
    background: #F1ECFF;
    transform: translateY(-1px); }

.lp-start-option-register {
  border-color: rgba(109, 40, 217, 0.3);
  background: rgba(109, 40, 217, 0.04); }
  .lp-start-option-register:hover {
    border-color: rgba(109, 40, 217, 0.5);
    background: rgba(109, 40, 217, 0.08); }

.lp-so-icon-wrap {
  flex-shrink: 0; }

.lp-so-icon {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: rgba(139, 92, 246, 0.1);
  border: 1px solid rgba(139, 92, 246, 0.22);
  color: #7C3AED;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem; }

.lp-so-icon-pro {
  background: rgba(109, 40, 217, 0.1);
  border-color: rgba(109, 40, 217, 0.28);
  color: #6D28D9; }

.lp-so-body {
  flex: 1;
  min-width: 0; }

.lp-so-title {
  font-size: 0.9rem;
  font-weight: 700;
  color: #1C1730;
  margin: 0 0 0.2rem; }

.lp-so-desc {
  font-size: 0.75rem;
  color: #857FA0;
  margin: 0 0 0.4rem;
  line-height: 1.45; }

.lp-so-tag {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.1rem 0.45rem;
  border-radius: 999px;
  background: rgba(139, 92, 246, 0.1);
  border: 1px solid rgba(139, 92, 246, 0.2);
  color: #7C3AED; }

.lp-so-tag-pro {
  background: rgba(109, 40, 217, 0.12);
  border-color: rgba(109, 40, 217, 0.28);
  color: #A78BFA; }

.lp-so-arrow {
  color: #857FA0;
  font-size: 0.85rem;
  flex-shrink: 0;
  transition: color 0.15s, transform 0.15s; }
  .lp-start-option:hover .lp-so-arrow {
    color: #4E4868;
    transform: translateX(3px); }

.lp-start-divider {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0.75rem 0;
  color: #857FA0;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em; }
  .lp-start-divider::before, .lp-start-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: rgba(124, 58, 237, 0.06); }

.lp-start-modal-footer {
  padding: 0.85rem 1.25rem 1.25rem;
  text-align: center;
  font-size: 0.75rem;
  color: #857FA0;
  border-top: 1px solid rgba(139, 92, 246, 0.08); }
  .lp-start-modal-footer a {
    color: #7C3AED;
    font-weight: 600;
    text-decoration: none; }
    .lp-start-modal-footer a:hover {
      text-decoration: underline; }

[data-theme="dark"] .lp-diff-grid {
  background: #0D0D17;
  border-color: rgba(139, 92, 246, 0.12); }

[data-theme="dark"] .lp-diff-row {
  border-bottom-color: rgba(139, 92, 246, 0.1); }
  [data-theme="dark"] .lp-diff-row > div + div {
    border-left-color: rgba(139, 92, 246, 0.1); }

[data-theme="dark"] .lp-diff-header {
  background: rgba(139, 92, 246, 0.06); }

[data-theme="dark"] .lp-diff-label {
  color: #E0D8FF; }

[data-theme="dark"] .lp-diff-icon {
  color: #A78BFA; }

[data-theme="dark"] .lp-diff-no {
  color: #4A4A60; }
  [data-theme="dark"] .lp-diff-no i {
    color: rgba(100, 100, 115, 0.3); }

[data-theme="dark"] .lp-diff-col-highlight {
  color: #A1A1B5 !important; }

[data-theme="dark"] .lp-diff-col-head {
  color: #A78BFA !important; }

[data-theme="dark"] .lp-diff-col-others {
  color: #4A4A60 !important; }

[data-theme="dark"] .lp-diff-legend-highlight {
  background: rgba(224, 216, 255, 0.45); }

[data-theme="dark"] .lp-diff-legend-yes {
  background: rgba(22, 163, 74, 0.5); }

[data-theme="dark"] .lp-diff-legend-no {
  background: rgba(100, 100, 115, 0.25); }

[data-theme="dark"] .lp-start-modal-content {
  background: #0D0D17;
  border-color: rgba(139, 92, 246, 0.2); }

[data-theme="dark"] .lp-start-modal-icon {
  color: #C084FC; }

[data-theme="dark"] .lp-start-option {
  border-color: rgba(139, 92, 246, 0.18);
  background: #13131F; }
  [data-theme="dark"] .lp-start-option:hover {
    background: #1A1A28;
    border-color: rgba(139, 92, 246, 0.35); }

[data-theme="dark"] .lp-start-option-register {
  border-color: rgba(109, 40, 217, 0.22);
  background: rgba(109, 40, 217, 0.06); }
  [data-theme="dark"] .lp-start-option-register:hover {
    border-color: rgba(109, 40, 217, 0.4);
    background: rgba(109, 40, 217, 0.12); }

[data-theme="dark"] .lp-so-icon {
  color: #C084FC; }

[data-theme="dark"] .lp-so-icon-pro {
  color: #A78BFA; }

[data-theme="dark"] .lp-start-divider {
  color: #4A4A60; }
  [data-theme="dark"] .lp-start-divider::before, [data-theme="dark"] .lp-start-divider::after {
    background: rgba(139, 92, 246, 0.1); }

[data-theme="dark"] .lp-start-modal-footer {
  border-top-color: rgba(139, 92, 246, 0.1); }

[data-theme="dark"] .lp-contact-modal-content {
  background: #0D0D17;
  border-color: rgba(139, 92, 246, 0.2); }

[data-theme="dark"] .lp-contact-modal-icon {
  background: rgba(139, 92, 246, 0.14);
  border-color: rgba(139, 92, 246, 0.25);
  color: #C084FC; }

[data-theme="dark"] .lp-contact-modal-title {
  color: #F0F0F5; }

[data-theme="dark"] .lp-contact-modal-sub {
  color: #6B6B80; }

[data-theme="dark"] .lp-contact-modal-close {
  color: #6B6B80; }
  [data-theme="dark"] .lp-contact-modal-close:hover {
    color: #C4B5FD;
    background: rgba(139, 92, 246, 0.12); }

[data-theme="dark"] .lp-contact-success h5 {
  color: #F0F0F5; }

[data-theme="dark"] .lp-contact-success p {
  color: #6B6B80; }

.admin-stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem; }
  @media (max-width: 991px) {
    .admin-stats-row {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 575px) {
    .admin-stats-row {
      grid-template-columns: 1fr; } }
  .admin-stats-row .stat-card {
    display: flex;
    align-items: center;
    gap: 1rem; }

.admin-stat-icon {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: rgba(124, 58, 237, 0.1);
  border: 1px solid rgba(124, 58, 237, 0.2);
  color: #7C3AED;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0; }

.admin-plan-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem; }

.admin-plan-item {
  background: #F8F4FF;
  border: 1px solid rgba(124, 58, 237, 0.14);
  border-radius: 8px;
  padding: 0.75rem 1.25rem;
  min-width: 120px; }
  .admin-plan-item .admin-plan-name {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #857FA0;
    margin-bottom: 0.25rem; }
  .admin-plan-item .admin-plan-count {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1C1730;
    letter-spacing: -0.03em; }

.admin-alert-block {
  border: 1px solid rgba(124, 58, 237, 0.14);
  border-radius: 8px;
  overflow: hidden; }

.admin-alert-header {
  display: flex;
  align-items: center;
  padding: 0.6rem 1rem;
  font-size: 0.8rem;
  font-weight: 600; }
  .admin-alert-header.admin-alert-danger {
    background: rgba(220, 38, 38, 0.06);
    border-bottom: 1px solid rgba(220, 38, 38, 0.14);
    color: #DC2626; }
  .admin-alert-header.admin-alert-warning {
    background: rgba(217, 119, 6, 0.06);
    border-bottom: 1px solid rgba(217, 119, 6, 0.14);
    color: #D97706; }

.admin-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

.admin-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.82rem; }
  .admin-table thead th {
    padding: 0.65rem 1rem;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #857FA0;
    border-bottom: 1px solid rgba(124, 58, 237, 0.14);
    white-space: nowrap;
    background: #F8F4FF; }
  .admin-table tbody tr {
    border-bottom: 1px solid rgba(124, 58, 237, 0.06);
    transition: background 0.12s; }
    .admin-table tbody tr:hover {
      background: rgba(124, 58, 237, 0.03); }
    .admin-table tbody tr:last-child {
      border-bottom: none; }
  .admin-table td {
    padding: 0.75rem 1rem;
    color: #4E4868;
    vertical-align: middle; }

.admin-badge {
  display: inline-block;
  padding: 0.18rem 0.55rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  white-space: nowrap; }
  .admin-badge.admin-badge-active {
    background: rgba(22, 163, 74, 0.1);
    border: 1px solid rgba(22, 163, 74, 0.22);
    color: #16A34A; }
  .admin-badge.admin-badge-pending {
    background: rgba(217, 119, 6, 0.1);
    border: 1px solid rgba(217, 119, 6, 0.22);
    color: #D97706; }
  .admin-badge.admin-badge-scanning {
    background: rgba(2, 132, 199, 0.1);
    border: 1px solid rgba(2, 132, 199, 0.22);
    color: #0284C7; }
  .admin-badge.admin-badge-expired {
    background: rgba(100, 100, 115, 0.08);
    border: 1px solid rgba(100, 100, 115, 0.16);
    color: #857FA0; }
  .admin-badge.admin-badge-deleted {
    background: rgba(220, 38, 38, 0.08);
    border: 1px solid rgba(220, 38, 38, 0.18);
    color: #DC2626; }

.admin-code {
  background: #F8F4FF;
  border: 1px solid rgba(124, 58, 237, 0.06);
  border-radius: 4px;
  padding: 0.1rem 0.45rem;
  font-size: 0.75rem;
  color: #4E4868;
  font-family: 'SF Mono', 'Fira Code', 'Consolas', monospace;
  letter-spacing: -0.01em; }

.admin-muted {
  color: #857FA0;
  font-size: 0.82rem; }

.admin-anon-pill {
  display: inline-block;
  background: rgba(124, 58, 237, 0.07);
  border: 1px solid rgba(124, 58, 237, 0.16);
  color: #7C3AED;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.1rem 0.4rem;
  border-radius: 999px;
  margin-left: 5px;
  vertical-align: middle; }

.admin-count-badge {
  background: #F8F4FF;
  border: 1px solid rgba(124, 58, 237, 0.14);
  border-radius: 999px;
  padding: 0.2rem 0.75rem;
  font-size: 0.72rem;
  font-weight: 600;
  color: #857FA0; }

.admin-page-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 0.65rem;
  background: #F8F4FF;
  border: 1px solid rgba(124, 58, 237, 0.14);
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 500;
  color: #4E4868;
  text-decoration: none;
  transition: background 0.12s, border-color 0.12s;
  white-space: nowrap; }
  .admin-page-btn:hover {
    background: #F1ECFF;
    border-color: rgba(124, 58, 237, 0.24);
    color: #1C1730; }
  .admin-page-btn.admin-page-btn-active {
    background: rgba(124, 58, 237, 0.12);
    border-color: rgba(124, 58, 237, 0.3);
    color: #7C3AED;
    font-weight: 700;
    cursor: default; }

.staff-login-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(220, 38, 38, 0.07);
  border: 1px solid rgba(220, 38, 38, 0.2);
  color: #DC2626;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  margin-bottom: 0.875rem; }

.staff-login-error {
  background: rgba(220, 38, 38, 0.06);
  border: 1px solid rgba(220, 38, 38, 0.18);
  color: #DC2626;
  border-radius: 6px;
  padding: 0.7rem 1rem;
  font-size: 0.83rem;
  font-weight: 500;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center; }

.staff-login-note {
  font-size: 0.78rem;
  color: #857FA0;
  line-height: 1.6; }

[data-theme="dark"] .admin-stat-icon {
  background: rgba(124, 58, 237, 0.14);
  border-color: rgba(124, 58, 237, 0.24); }

[data-theme="dark"] .admin-plan-item {
  background: #181828;
  border-color: rgba(139, 92, 246, 0.14); }
  [data-theme="dark"] .admin-plan-item .admin-plan-name {
    color: #6B6B80; }
  [data-theme="dark"] .admin-plan-item .admin-plan-count {
    color: #F0F0F5; }

[data-theme="dark"] .admin-alert-block {
  border-color: rgba(139, 92, 246, 0.14); }

[data-theme="dark"] .admin-alert-header.admin-alert-danger {
  background: rgba(220, 38, 38, 0.08);
  border-bottom-color: rgba(220, 38, 38, 0.18); }

[data-theme="dark"] .admin-alert-header.admin-alert-warning {
  background: rgba(217, 119, 6, 0.08);
  border-bottom-color: rgba(217, 119, 6, 0.18); }

[data-theme="dark"] .admin-table thead th {
  color: #6B6B80;
  border-bottom-color: rgba(139, 92, 246, 0.1);
  background: rgba(16, 16, 28, 0.7); }

[data-theme="dark"] .admin-table tbody tr {
  border-bottom-color: rgba(139, 92, 246, 0.07); }
  [data-theme="dark"] .admin-table tbody tr:hover {
    background: rgba(139, 92, 246, 0.04); }

[data-theme="dark"] .admin-table td {
  color: #A1A1B5; }

[data-theme="dark"] .admin-code {
  background: #181828;
  border-color: rgba(139, 92, 246, 0.16);
  color: #A1A1B5; }

[data-theme="dark"] .admin-muted {
  color: #4A4A60; }

[data-theme="dark"] .admin-anon-pill {
  background: rgba(139, 92, 246, 0.1);
  border-color: rgba(139, 92, 246, 0.2);
  color: #A78BFA; }

[data-theme="dark"] .admin-count-badge {
  background: #181828;
  border-color: rgba(139, 92, 246, 0.16);
  color: #6B6B80; }

[data-theme="dark"] .admin-page-btn {
  background: #181828;
  border-color: rgba(139, 92, 246, 0.16);
  color: #A1A1B5; }
  [data-theme="dark"] .admin-page-btn:hover {
    background: #1E1E32;
    border-color: rgba(139, 92, 246, 0.3);
    color: #F0F0F5; }
  [data-theme="dark"] .admin-page-btn.admin-page-btn-active {
    background: rgba(139, 92, 246, 0.14);
    border-color: rgba(139, 92, 246, 0.35);
    color: #A78BFA; }

[data-theme="dark"] .staff-login-error {
  background: rgba(220, 38, 38, 0.08);
  border-color: rgba(220, 38, 38, 0.22); }

[data-theme="dark"] .staff-login-note {
  color: #4A4A60; }

/* ── Legal pages (Privacy, Terms) ──────────────────────────── */
.legal-page {
  padding: 3rem 1rem 5rem;
  max-width: 720px;
  margin: 0 auto; }

.legal-header {
  margin-bottom: 2.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(124, 58, 237, 0.12); }
  .legal-header .legal-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #8B5CF6;
    background: rgba(139, 92, 246, 0.07);
    border: 1px solid rgba(139, 92, 246, 0.14);
    padding: 0.3rem 0.75rem;
    border-radius: 20px;
    margin-bottom: 1.25rem; }
  .legal-header h1 {
    font-size: 2.1rem;
    font-weight: 800;
    letter-spacing: -0.035em;
    color: #1C1730;
    margin-bottom: 0.6rem;
    line-height: 1.2; }
  .legal-header .legal-updated {
    font-size: 0.82rem;
    color: #857FA0; }

/* ── Table of contents ─────────────────────────────────────── */
.legal-toc {
  background: #F8F4FF;
  border: 1px solid rgba(124, 58, 237, 0.12);
  border-radius: 10px;
  padding: 1.25rem 1.5rem;
  margin-bottom: 2.5rem; }
  .legal-toc .legal-toc-title {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #857FA0;
    margin-bottom: 0.75rem; }
  .legal-toc ol {
    margin: 0;
    padding-left: 1.1rem;
    columns: 2;
    column-gap: 2rem; }
    .legal-toc ol li {
      font-size: 0.82rem;
      color: #4E4868;
      line-height: 1.5;
      padding: 0.2rem 0;
      break-inside: avoid; }
      .legal-toc ol li a {
        color: #4E4868;
        text-decoration: none;
        transition: color 0.15s; }
        .legal-toc ol li a:hover {
          color: #8B5CF6; }
  @media (max-width: 576px) {
    .legal-toc ol {
      columns: 1; } }
/* ── Content body ──────────────────────────────────────────── */
.legal-content .legal-section {
  margin-bottom: 2.25rem; }
  .legal-content .legal-section:last-child {
    margin-bottom: 0; }

.legal-content h2 {
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.015em;
  color: #1C1730;
  margin: 0 0 0.85rem;
  padding-top: 0.25rem; }

.legal-content h3 {
  font-size: 0.95rem;
  font-weight: 600;
  color: #1C1730;
  margin: 1.25rem 0 0.5rem; }

.legal-content p {
  font-size: 0.875rem;
  line-height: 1.8;
  color: #4E4868;
  margin-bottom: 0.75rem; }

.legal-content ul, .legal-content ol {
  padding-left: 1.35rem;
  margin-bottom: 0.85rem; }
  .legal-content ul li, .legal-content ol li {
    font-size: 0.875rem;
    line-height: 1.8;
    color: #4E4868;
    margin-bottom: 0.3rem;
    padding-left: 0.2rem; }

.legal-content strong {
  color: #1C1730;
  font-weight: 600; }

.legal-content code {
  background: rgba(139, 92, 246, 0.06);
  color: #7C3AED;
  padding: 0.1rem 0.4rem;
  border-radius: 4px;
  font-size: 0.8rem;
  font-family: 'SF Mono', 'Fira Code', 'Courier New', monospace; }

.legal-content a {
  color: #8B5CF6;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.15s; }
  .legal-content a:hover {
    color: #6D28D9; }

.legal-content .legal-table {
  width: 100%;
  margin: 1rem 0 1.25rem;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(124, 58, 237, 0.12);
  border-collapse: separate;
  border-spacing: 0;
  font-size: 0.82rem; }
  .legal-content .legal-table th {
    background: #F8F4FF;
    color: #1C1730;
    font-weight: 600;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    border-bottom: 1px solid rgba(124, 58, 237, 0.12);
    padding: 0.65rem 1rem;
    text-align: left; }
  .legal-content .legal-table td {
    color: #4E4868;
    border-bottom: 1px solid rgba(124, 58, 237, 0.06);
    padding: 0.6rem 1rem;
    vertical-align: top;
    line-height: 1.6; }
  .legal-content .legal-table tbody tr:last-child td {
    border-bottom: none; }
  .legal-content .legal-table tbody tr:hover td {
    background: rgba(139, 92, 246, 0.02); }

.legal-content .legal-contact {
  background: #F8F4FF;
  border: 1px solid rgba(124, 58, 237, 0.12);
  border-radius: 10px;
  padding: 1.25rem 1.5rem;
  margin-top: 0.5rem; }
  .legal-content .legal-contact li {
    list-style: none;
    font-size: 0.85rem;
    line-height: 1.8;
    color: #4E4868;
    margin-bottom: 0; }

.legal-content hr {
  border: none;
  border-top: 1px solid rgba(124, 58, 237, 0.06);
  margin: 0; }

/* ── Error Pages (404, 500, etc.) ────────────────────────────────── */
.error-page {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 160px);
  padding: 60px 20px; }

.error-container {
  text-align: center;
  max-width: 520px;
  width: 100%; }

/* ── Illustration ──────────────────────────────────────────────── */
.error-illustration {
  position: relative;
  width: 160px;
  height: 160px;
  margin: 0 auto 32px; }

.error-shield {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 2px solid rgba(124, 58, 237, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 0 white inset, 0 4px 20px rgba(109, 40, 217, 0.1), 0 1px 4px rgba(109, 40, 217, 0.07);
  z-index: 2; }

.error-orbit {
  position: absolute;
  inset: 0;
  animation: errorFloat 6s ease-in-out infinite; }

.error-orbit-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1.5px dashed rgba(139, 92, 246, 0.18); }
  .error-orbit-ring-2 {
    inset: -16px;
    border-color: rgba(139, 92, 246, 0.08); }

.error-orbit-dot {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6D28D9 0%, #9333EA 100%);
  box-shadow: 0 0 12px rgba(139, 92, 246, 0.4);
  animation: orbitSpin 8s linear infinite;
  top: 0;
  left: 50%;
  transform-origin: 0 80px; }
  .error-orbit-dot-2 {
    width: 7px;
    height: 7px;
    animation-duration: 12s;
    animation-direction: reverse;
    top: -16px;
    transform-origin: 0 96px;
    opacity: 0.6; }
  .error-orbit-dot-3 {
    width: 5px;
    height: 5px;
    animation-duration: 16s;
    top: 10px;
    left: 10px;
    transform-origin: 70px 70px;
    opacity: 0.4; }

@keyframes orbitSpin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

@keyframes errorFloat {
  0%, 100% {
    transform: translateY(0); }
  50% {
    transform: translateY(-8px); } }

/* ── Error Code ────────────────────────────────────────────────── */
.error-code {
  font-size: 6rem;
  font-weight: 800;
  letter-spacing: -4px;
  line-height: 1;
  background: linear-gradient(135deg, #6D28D9 0%, #9333EA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 8px;
  user-select: none; }

/* ── Text ──────────────────────────────────────────────────────── */
.error-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1C1730;
  margin-bottom: 8px; }

.error-description {
  font-size: 0.95rem;
  color: #4E4868;
  line-height: 1.6;
  margin-bottom: 32px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto; }

/* ── Action Buttons ────────────────────────────────────────────── */
.error-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 48px; }

.error-btn-primary,
.error-btn-secondary {
  padding: 10px 24px;
  border-radius: 8px;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center; }

.error-btn-primary {
  color: #fff; }
  .error-btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 20px rgba(109, 40, 217, 0.35);
    color: #fff; }

.error-btn-secondary:hover {
  transform: translateY(-1px); }

/* ── Helpful Links ─────────────────────────────────────────────── */
.error-links {
  border-top: 1px solid rgba(124, 58, 237, 0.14);
  padding-top: 32px; }

.error-links-label {
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #857FA0;
  margin-bottom: 16px; }

.error-links-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px; }

.error-link-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: #FFFFFF;
  border: 1px solid rgba(124, 58, 237, 0.14);
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.2s ease;
  text-align: left; }
  .error-link-card:hover {
    border-color: rgba(124, 58, 237, 0.24);
    background: #F8F4FF;
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(109, 40, 217, 0.08); }

.error-link-icon {
  width: 36px;
  height: 36px;
  border-radius: 6px;
  background: rgba(139, 92, 246, 0.08);
  color: #8B5CF6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0; }

.error-link-title {
  font-size: 0.85rem;
  font-weight: 600;
  color: #1C1730;
  line-height: 1.2; }

.error-link-desc {
  font-size: 0.75rem;
  color: #857FA0;
  line-height: 1.3;
  margin-top: 2px; }

/* ── Responsive ────────────────────────────────────────────────── */
@media (max-width: 480px) {
  .error-code {
    font-size: 4.5rem; }
  .error-title {
    font-size: 1.25rem; }
  .error-actions {
    flex-direction: column; }
  .error-btn-primary,
  .error-btn-secondary {
    width: 100%;
    justify-content: center; }
  .error-links-grid {
    grid-template-columns: 1fr; } }

.theme-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 54px;
  height: 28px;
  border-radius: 999px;
  background: #EDE5F8;
  border: 1.5px solid rgba(124, 58, 237, 0.22);
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
  vertical-align: middle;
  transition: background 0.3s, border-color 0.3s, box-shadow 0.3s; }
  @media (max-width: 400px) {
    .theme-toggle {
      width: 48px;
      height: 26px; } }
  .theme-toggle:hover {
    border-color: rgba(124, 58, 237, 0.42);
    box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.1); }
  .theme-toggle:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.2); }
  .theme-toggle .tt-sun, .theme-toggle .tt-moon {
    position: absolute;
    font-size: 0.58rem;
    line-height: 1;
    pointer-events: none;
    transition: opacity 0.3s;
    z-index: 0; }
  .theme-toggle .tt-sun {
    left: 7px;
    color: #F59E0B;
    opacity: 0.55; }
  .theme-toggle .tt-moon {
    right: 6px;
    color: #8B5CF6;
    opacity: 0.40; }
  .theme-toggle .tt-thumb {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: linear-gradient(145deg, #FBBF24 0%, #F59E0B 100%);
    box-shadow: 0 2px 6px rgba(245, 158, 11, 0.5), 0 1px 0 rgba(255, 255, 255, 0.35) inset;
    transition: left 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    flex-shrink: 0; }
    @media (max-width: 400px) {
      .theme-toggle .tt-thumb {
        width: 20px;
        height: 20px; } }
  .theme-toggle .tt-thumb-sun {
    font-size: 0.58rem;
    color: #fff;
    line-height: 1;
    display: block; }
  .theme-toggle .tt-thumb-moon {
    font-size: 0.58rem;
    color: #fff;
    line-height: 1;
    display: none; }

[data-theme="dark"] .theme-toggle {
  background: rgba(109, 40, 217, 0.18);
  border-color: rgba(139, 92, 246, 0.35); }
  [data-theme="dark"] .theme-toggle .tt-sun {
    opacity: 0.28; }
  [data-theme="dark"] .theme-toggle .tt-moon {
    opacity: 0.28; }
  [data-theme="dark"] .theme-toggle .tt-thumb {
    left: 28px;
    background: linear-gradient(145deg, #7C3AED 0%, #A855F7 100%);
    box-shadow: 0 2px 10px rgba(139, 92, 246, 0.6), 0 1px 0 rgba(255, 255, 255, 0.12) inset; }
    @media (max-width: 400px) {
      [data-theme="dark"] .theme-toggle .tt-thumb {
        left: 24px; } }
  [data-theme="dark"] .theme-toggle .tt-thumb-sun {
    display: none; }
  [data-theme="dark"] .theme-toggle .tt-thumb-moon {
    display: block; }
  [data-theme="dark"] .theme-toggle:hover {
    border-color: rgba(139, 92, 246, 0.55);
    box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.15); }

[data-theme="dark"] .plan-callout {
  background: #0D0D17;
  border-color: rgba(139, 92, 246, 0.22); }

[data-theme="dark"] .pc-ring-track {
  stroke: rgba(139, 92, 246, 0.15); }

[data-theme="dark"] .pc-ring-pct {
  color: #F0F0F5; }

[data-theme="dark"] .pc-plan-name {
  color: #F0F0F5; }

[data-theme="dark"] .pc-storage-label {
  color: #6B6B80; }

[data-theme="dark"] .pc-upgrade-btn,
[data-theme="dark"] .pc-upgrade-btn:hover {
  color: #fff; }

[data-theme="dark"] body {
  background-color: #0D0D1A;
  color: #E0DBEF;
  background-image: radial-gradient(ellipse 70% 55% at -5% -5%, rgba(109, 40, 217, 0.18) 0%, transparent 60%), radial-gradient(ellipse 60% 50% at 105% 105%, rgba(139, 92, 246, 0.12) 0%, transparent 60%), radial-gradient(ellipse 55% 65% at 50% 50%, rgba(13, 13, 26, 0.95) 0%, transparent 75%); }

[data-theme="dark"] ::selection {
  background: rgba(139, 92, 246, 0.32);
  color: #F0F0F5; }

[data-theme="dark"] h1, [data-theme="dark"] h2, [data-theme="dark"] h3, [data-theme="dark"] h4, [data-theme="dark"] h5, [data-theme="dark"] h6 {
  color: #F0F0F5; }

[data-theme="dark"] p {
  color: #A1A1B5; }

[data-theme="dark"] hr {
  border-color: rgba(139, 92, 246, 0.14); }

[data-theme="dark"] a {
  color: #A78BFA; }
  [data-theme="dark"] a:hover {
    color: #C4B5FD; }

[data-theme="dark"] .text-1 {
  color: #F0F0F5 !important; }

[data-theme="dark"] .text-2 {
  color: #A1A1B5 !important; }

[data-theme="dark"] .text-3 {
  color: #6B6B80 !important; }

[data-theme="dark"] a.text-3:hover {
  color: #A1A1B5 !important; }

[data-theme="dark"] .text-muted {
  color: #6B6B80 !important; }

[data-theme="dark"] a.text-muted:hover {
  color: #A1A1B5 !important; }

[data-theme="dark"] .text-purple {
  color: #A78BFA !important; }

[data-theme="dark"] a.text-purple:hover {
  color: #C4B5FD !important; }

[data-theme="dark"] .bg-purple {
  background-color: rgba(139, 92, 246, 0.16) !important; }

[data-theme="dark"] .section-label {
  color: #A78BFA !important; }

[data-theme="dark"] .badge-purple {
  background: rgba(139, 92, 246, 0.16);
  border-color: rgba(139, 92, 246, 0.28);
  color: #A78BFA; }

[data-theme="dark"] .site-footer {
  background: rgba(8, 8, 18, 0.92);
  border-top-color: rgba(139, 92, 246, 0.1);
  color: #6B6B80; }
  [data-theme="dark"] .site-footer a {
    color: #6B6B80; }
    [data-theme="dark"] .site-footer a:hover {
      color: #A1A1B5; }

[data-theme="dark"] .navbar-custom {
  background: rgba(13, 13, 26, 0.94) !important;
  border-bottom-color: rgba(139, 92, 246, 0.1) !important;
  box-shadow: 0 1px 0 rgba(139, 92, 246, 0.06), 0 4px 24px rgba(0, 0, 0, 0.45) !important; }
  [data-theme="dark"] .navbar-custom .navbar-brand {
    color: #F0F0F5; }
  [data-theme="dark"] .navbar-custom .nav-link {
    color: #A1A1B5; }
    [data-theme="dark"] .navbar-custom .nav-link:hover, [data-theme="dark"] .navbar-custom .nav-link.active, [data-theme="dark"] .navbar-custom .nav-link.show {
      color: #F0F0F5;
      background: rgba(139, 92, 246, 0.1); }
  [data-theme="dark"] .navbar-custom .dropdown-menu {
    background: rgba(18, 18, 30, 0.98);
    border-color: rgba(139, 92, 246, 0.18);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.55); }
    [data-theme="dark"] .navbar-custom .dropdown-menu .dropdown-item {
      color: #A1A1B5; }
      [data-theme="dark"] .navbar-custom .dropdown-menu .dropdown-item:hover {
        background: rgba(139, 92, 246, 0.1);
        color: #F0F0F5; }
      [data-theme="dark"] .navbar-custom .dropdown-menu .dropdown-item.text-danger {
        color: #F87171 !important; }
    [data-theme="dark"] .navbar-custom .dropdown-menu .dropdown-item-text {
      color: #6B6B80; }
    [data-theme="dark"] .navbar-custom .dropdown-menu .dropdown-divider {
      border-color: rgba(139, 92, 246, 0.1); }
  [data-theme="dark"] .navbar-custom .navbar-toggler {
    border-color: rgba(139, 92, 246, 0.28); }

[data-theme="dark"] .glass-card {
  background: rgba(18, 18, 30, 0.92);
  border-color: rgba(139, 92, 246, 0.12);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.3); }
  [data-theme="dark"] .glass-card:hover {
    box-shadow: 0 8px 36px rgba(0, 0, 0, 0.45); }

[data-theme="dark"] .dark-card {
  background: #1A1A2A;
  border-color: rgba(139, 92, 246, 0.13); }

[data-theme="dark"] .stat-card {
  background: rgba(18, 18, 30, 0.92);
  border-color: rgba(139, 92, 246, 0.12);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.28); }
  [data-theme="dark"] .stat-card .stat-value {
    color: #F0F0F5; }
  [data-theme="dark"] .stat-card .stat-label {
    color: #6B6B80; }

[data-theme="dark"] .info-block {
  background: rgba(109, 40, 217, 0.08);
  border-color: rgba(139, 92, 246, 0.14);
  border-left-color: rgba(139, 92, 246, 0.45);
  color: #A1A1B5; }

[data-theme="dark"] .form-control-sleek {
  background: #181828;
  border-color: rgba(139, 92, 246, 0.22);
  color: #F0F0F5;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset; }
  [data-theme="dark"] .form-control-sleek::placeholder {
    color: #6B6B80; }
  [data-theme="dark"] .form-control-sleek:focus {
    background: #181828;
    color: #F0F0F5;
    border-color: rgba(139, 92, 246, 0.55);
    box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.12); }
  [data-theme="dark"] .form-control-sleek:disabled, [data-theme="dark"] .form-control-sleek[readonly] {
    background: #111120;
    color: #6B6B80; }

[data-theme="dark"] .form-select,
[data-theme="dark"] select.form-control-sleek {
  background-color: #181828;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23A1A1B5' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  border-color: rgba(139, 92, 246, 0.22);
  color: #F0F0F5;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset; }
  [data-theme="dark"] .form-select:focus,
  [data-theme="dark"] select.form-control-sleek:focus {
    background-color: #181828;
    color: #F0F0F5; }
  [data-theme="dark"] .form-select option,
  [data-theme="dark"] select.form-control-sleek option {
    background: #181828;
    color: #F0F0F5; }
  [data-theme="dark"] .form-select:disabled, [data-theme="dark"] .form-select[readonly], [data-theme="dark"] .form-select[disabled],
  [data-theme="dark"] select.form-control-sleek:disabled,
  [data-theme="dark"] select.form-control-sleek[readonly],
  [data-theme="dark"] select.form-control-sleek[disabled] {
    background-color: #1C1C2D;
    color: #6B6B80;
    border-color: rgba(139, 92, 246, 0.1);
    opacity: 0.65; }

[data-theme="dark"] .form-control {
  background-color: #181828;
  border-color: rgba(139, 92, 246, 0.22);
  color: #F0F0F5; }
  [data-theme="dark"] .form-control:focus {
    background-color: #181828;
    border-color: rgba(139, 92, 246, 0.55);
    color: #F0F0F5;
    box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.12); }
  [data-theme="dark"] .form-control::placeholder {
    color: #6B6B80; }
  [data-theme="dark"] .form-control:-webkit-autofill, [data-theme="dark"] .form-control:-webkit-autofill:hover, [data-theme="dark"] .form-control:-webkit-autofill:focus, [data-theme="dark"] .form-control:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #181828 inset !important;
    -webkit-text-fill-color: #F0F0F5 !important;
    border-color: rgba(139, 92, 246, 0.22) !important;
    transition: background-color 5000s ease-in-out 0s; }
  [data-theme="dark"] .form-control:disabled, [data-theme="dark"] .form-control[readonly], [data-theme="dark"] .form-control[disabled] {
    background-color: #1C1C2D;
    color: #6B6B80;
    border-color: rgba(139, 92, 246, 0.1);
    opacity: 0.65; }

[data-theme="dark"] .form-label-sleek {
  color: #A1A1B5; }

[data-theme="dark"] .password-toggle {
  color: #6B6B80; }

[data-theme="dark"] .tagify {
  background: #181828 !important;
  border-color: rgba(139, 92, 246, 0.22) !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset !important; }
  [data-theme="dark"] .tagify:focus-within {
    border-color: rgba(139, 92, 246, 0.55) !important;
    box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.12), 0 1px 3px rgba(0, 0, 0, 0.25) inset !important; }
  [data-theme="dark"] .tagify .tagify__input {
    color: #F0F0F5 !important; }
    [data-theme="dark"] .tagify .tagify__input::before {
      color: #6B6B80 !important; }

[data-theme="dark"] .btn-ghost-purple {
  background: rgba(139, 92, 246, 0.1);
  border-color: rgba(139, 92, 246, 0.28);
  color: #A78BFA; }
  [data-theme="dark"] .btn-ghost-purple:hover {
    background: rgba(139, 92, 246, 0.22);
    color: #F0F0F5;
    border-color: rgba(139, 92, 246, 0.4); }

[data-theme="dark"] .report-issue-banner {
  background: rgba(18, 18, 30, 0.6);
  border-color: rgba(139, 92, 246, 0.12); }
  [data-theme="dark"] .report-issue-banner:hover {
    border-color: rgba(139, 92, 246, 0.25);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
    background: rgba(24, 24, 40, 0.85); }

[data-theme="dark"] .btn-provider, [data-theme="dark"] .provider-btn {
  background: rgba(18, 18, 30, 0.9);
  border-color: rgba(139, 92, 246, 0.22);
  color: #A1A1B5; }
  [data-theme="dark"] .btn-provider:hover, [data-theme="dark"] .provider-btn:hover {
    background: #1A1A2A;
    border-color: rgba(139, 92, 246, 0.45);
    color: #F0F0F5; }

[data-theme="dark"] .btn-icon {
  background: rgba(24, 24, 40, 0.8);
  border-color: rgba(139, 92, 246, 0.14);
  color: #A1A1B5; }
  [data-theme="dark"] .btn-icon:hover {
    background: #1A1A2A;
    border-color: rgba(139, 92, 246, 0.28);
    color: #A78BFA; }

[data-theme="dark"] .btn-light {
  background: rgba(24, 24, 40, 0.8);
  border-color: rgba(139, 92, 246, 0.14);
  color: #F0F0F5; }
  [data-theme="dark"] .btn-light:hover {
    background: #1A1A2A;
    color: #F0F0F5 !important; }

[data-theme="dark"] .btn-outline-secondary {
  color: #A1A1B5;
  border-color: rgba(139, 92, 246, 0.22); }
  [data-theme="dark"] .btn-outline-secondary:hover {
    background: rgba(139, 92, 246, 0.1);
    color: #F0F0F5 !important;
    border-color: transparent; }

[data-theme="dark"] .btn-close {
  filter: invert(0.85) brightness(1.2); }

[data-theme="dark"] .toast {
  background: rgba(18, 18, 30, 0.97);
  border-color: rgba(139, 92, 246, 0.14);
  color: #F0F0F5;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.55); }
  [data-theme="dark"] .toast .toast-body {
    color: #F0F0F5; }
  [data-theme="dark"] .toast .toast-close {
    color: #6B6B80; }
    [data-theme="dark"] .toast .toast-close:hover {
      color: #A1A1B5; }

[data-theme="dark"] .modal-content {
  background: rgba(18, 18, 30, 0.98);
  border-color: rgba(139, 92, 246, 0.16);
  color: #F0F0F5;
  box-shadow: 0 16px 64px rgba(0, 0, 0, 0.65); }

[data-theme="dark"] .modal-header {
  border-bottom-color: rgba(139, 92, 246, 0.1);
  color: #F0F0F5; }
  [data-theme="dark"] .modal-header .btn-close {
    filter: invert(0.85) brightness(1.2); }

[data-theme="dark"] .modal-body {
  color: #F0F0F5; }

[data-theme="dark"] .modal-footer {
  border-top-color: rgba(139, 92, 246, 0.1);
  background: rgba(10, 10, 20, 0.5); }

[data-theme="dark"] .alert-dialog-content {
  background: rgba(18, 18, 30, 0.99);
  border-color: rgba(139, 92, 246, 0.16);
  box-shadow: 0 24px 72px rgba(0, 0, 0, 0.65); }

[data-theme="dark"] .alert-dialog-title {
  color: #F0F0F5; }

[data-theme="dark"] .alert-dialog-message {
  color: #A1A1B5; }

[data-theme="dark"] .alert-dialog-close {
  color: #6B6B80; }
  [data-theme="dark"] .alert-dialog-close:hover {
    color: #A1A1B5;
    background: rgba(139, 92, 246, 0.1); }

[data-theme="dark"] .btn-action-cancel {
  background: rgba(24, 24, 40, 0.8);
  color: #A1A1B5;
  border-color: rgba(139, 92, 246, 0.22); }
  [data-theme="dark"] .btn-action-cancel:hover {
    background: #1A1A2A;
    color: #F0F0F5;
    border-color: rgba(139, 92, 246, 0.4); }

[data-theme="dark"] .accordion-item {
  background: #13131F;
  border-color: rgba(139, 92, 246, 0.14); }

[data-theme="dark"] .accordion-button {
  background: #13131F;
  color: #F0F0F5;
  box-shadow: none; }
  [data-theme="dark"] .accordion-button:not(.collapsed) {
    background: rgba(139, 92, 246, 0.08);
    color: #A78BFA;
    box-shadow: none; }
  [data-theme="dark"] .accordion-button::after {
    filter: invert(0.8) brightness(1.2); }
  [data-theme="dark"] .accordion-button:focus {
    box-shadow: none; }

[data-theme="dark"] .accordion-body {
  color: #A1A1B5; }

[data-theme="dark"] .table {
  color: #A1A1B5;
  --bs-table-bg: transparent;
  --bs-table-striped-bg: rgba(139, 92, 246, 0.04);
  --bs-table-hover-bg:   rgba(139, 92, 246, 0.06);
  --bs-table-border-color: rgba(139, 92, 246, 0.10); }

[data-theme="dark"] .workspace-card {
  background: #12121E;
  border-color: rgba(139, 92, 246, 0.14);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.45); }

[data-theme="dark"] .ws-upload {
  background: transparent !important;
  border-right-color: rgba(139, 92, 246, 0.1) !important;
  border-bottom-color: rgba(139, 92, 246, 0.1) !important; }

[data-theme="dark"] .ws-settings {
  background: rgba(10, 10, 20, 0.4);
  border-left-color: rgba(139, 92, 246, 0.08) !important; }

[data-theme="dark"] .ws-settings-header {
  background: rgba(8, 8, 16, 0.35) !important;
  border-bottom-color: rgba(139, 92, 246, 0.08) !important;
  color: #F0F0F5 !important; }

[data-theme="dark"] .wsh-icon {
  background: rgba(139, 92, 246, 0.12) !important;
  border-color: rgba(139, 92, 246, 0.22) !important;
  color: #A78BFA !important; }

[data-theme="dark"] .ws-rule {
  border-color: rgba(139, 92, 246, 0.1) !important; }

[data-theme="dark"] .dropzone {
  background: rgba(109, 40, 217, 0.05);
  border-color: rgba(139, 92, 246, 0.3);
  box-shadow: none; }
  [data-theme="dark"] .dropzone::before {
    background: radial-gradient(ellipse 60% 60% at 50% 50%, rgba(139, 92, 246, 0.1) 0%, transparent 70%); }
  [data-theme="dark"] .dropzone .dz-icon-wrap {
    background: rgba(124, 58, 237, 0.14) !important;
    border-color: rgba(124, 58, 237, 0.35) !important;
    color: #A78BFA !important; }
  [data-theme="dark"] .dropzone .dz-title {
    color: #E0DBEF !important; }
  [data-theme="dark"] .dropzone .dz-sub {
    color: #6B6B80 !important; }
  [data-theme="dark"] .dropzone .dz-limit {
    color: #6B6B80 !important; }
  [data-theme="dark"] .dropzone .dz-limit-val {
    color: #A78BFA !important; }
  [data-theme="dark"] .dropzone:hover {
    background: rgba(109, 40, 217, 0.1) !important;
    border-color: rgba(139, 92, 246, 0.5) !important;
    border-style: dashed !important;
    box-shadow: 0 0 0 4px rgba(139, 92, 246, 0.08) !important; }
    [data-theme="dark"] .dropzone:hover .dz-icon-wrap {
      background: rgba(124, 58, 237, 0.2) !important;
      border-color: rgba(139, 92, 246, 0.5) !important;
      color: #C4B5FD !important;
      transform: translateY(-3px); }
  [data-theme="dark"] .dropzone.dragover {
    background: rgba(109, 40, 217, 0.14) !important;
    border-color: rgba(139, 92, 246, 0.65) !important;
    border-style: solid !important;
    box-shadow: 0 0 0 6px rgba(139, 92, 246, 0.1) !important; }

[data-theme="dark"] .file-item {
  background: #1A1A2A;
  border-color: rgba(139, 92, 246, 0.12);
  color: #E0DBEF; }
  [data-theme="dark"] .file-item:hover {
    background: #1E1E2E;
    border-color: rgba(139, 92, 246, 0.26); }

[data-theme="dark"] .ws-filelist-header {
  color: #A1A1B5 !important; }

[data-theme="dark"] .dash-eyebrow {
  color: #A78BFA !important; }

[data-theme="dark"] .dash-title {
  color: #F0F0F5 !important; }

[data-theme="dark"] .dash-title-accent {
  color: #A78BFA !important; }

[data-theme="dark"] .dash-subtitle {
  color: #6B6B80 !important; }

[data-theme="dark"] .filter-tab {
  background: rgba(18, 18, 30, 0.8);
  border-color: rgba(139, 92, 246, 0.15);
  color: #6B6B80; }
  [data-theme="dark"] .filter-tab:hover {
    background: #1A1A2A;
    color: #A1A1B5;
    border-color: rgba(139, 92, 246, 0.28); }
  [data-theme="dark"] .filter-tab.active {
    background: rgba(124, 58, 237, 0.15);
    border-color: rgba(124, 58, 237, 0.4);
    color: #A78BFA; }

[data-theme="dark"] .hist-page-btn {
  background: rgba(18, 18, 30, 0.8);
  border-color: rgba(139, 92, 246, 0.15);
  color: #6B6B80; }
  [data-theme="dark"] .hist-page-btn:hover {
    background: #1A1A2A;
    color: #A1A1B5;
    border-color: rgba(139, 92, 246, 0.28); }
  [data-theme="dark"] .hist-page-btn.hist-page-btn-active {
    background: rgba(124, 58, 237, 0.15);
    border-color: rgba(124, 58, 237, 0.4);
    color: #A78BFA; }

[data-theme="dark"] .hist-page-ellipsis {
  color: #6B6B80; }

[data-theme="dark"] .transfer-row {
  background: #12121E;
  border-color: rgba(139, 92, 246, 0.12);
  box-shadow: none; }
  [data-theme="dark"] .transfer-row:hover {
    background: #17172A;
    border-color: rgba(139, 92, 246, 0.22);
    border-left-color: #8B5CF6;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.4); }
  [data-theme="dark"] .transfer-row .tr-title {
    color: #F0F0F5; }
  [data-theme="dark"] .transfer-row .tr-meta, [data-theme="dark"] .transfer-row .tr-date {
    color: #6B6B80; }

[data-theme="dark"] .tr-btn {
  background: #1A1A2A;
  border-color: rgba(139, 92, 246, 0.15);
  color: #6B6B80; }
  [data-theme="dark"] .tr-btn:hover {
    background: #212135;
    border-color: rgba(139, 92, 246, 0.32);
    color: #A78BFA;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3); }
  [data-theme="dark"] .tr-btn.tr-btn-delete:hover {
    border-color: rgba(220, 38, 38, 0.35);
    color: #F87171;
    background: rgba(220, 38, 38, 0.08); }

[data-theme="dark"] .skeleton-row {
  background: #12121E;
  border-color: rgba(139, 92, 246, 0.1); }

[data-theme="dark"] .skeleton-line {
  background: rgba(139, 92, 246, 0.12); }

[data-theme="dark"] .empty-state .empty-state-title {
  color: #A1A1B5; }

[data-theme="dark"] .empty-state .empty-state-sub {
  color: #6B6B80; }

[data-theme="dark"] .panel-backdrop {
  background: rgba(0, 0, 10, 0.55); }

[data-theme="dark"] .detail-panel {
  background: #0D0D1C;
  border-left-color: rgba(139, 92, 246, 0.18);
  box-shadow: -8px 0 40px rgba(0, 0, 0, 0.55); }

[data-theme="dark"] .dp-header {
  border-bottom-color: rgba(139, 92, 246, 0.1); }

[data-theme="dark"] .dp-title {
  color: #F0F0F5; }

[data-theme="dark"] .dp-sub {
  color: #6B6B80; }

[data-theme="dark"] .dp-close {
  background: #1A1A2A;
  border-color: rgba(139, 92, 246, 0.15);
  color: #6B6B80; }
  [data-theme="dark"] .dp-close:hover {
    color: #F0F0F5;
    border-color: rgba(139, 92, 246, 0.32);
    background: #212135;
    box-shadow: none; }

[data-theme="dark"] .dp-section-label {
  color: #A78BFA !important; }

[data-theme="dark"] .dp-meta-item {
  background: #181828;
  border-color: rgba(139, 92, 246, 0.12); }

[data-theme="dark"] .dp-meta-label {
  color: #6B6B80; }

[data-theme="dark"] .dp-meta-val {
  color: #F0F0F5; }

[data-theme="dark"] .dp-empty-val {
  color: #4A4A60; }

[data-theme="dark"] .dp-message {
  background: #181828;
  border-color: rgba(139, 92, 246, 0.12);
  color: #A1A1B5; }

[data-theme="dark"] .info-block {
  background: rgba(139, 92, 246, 0.08);
  /* Dark background */
  border-color: rgba(139, 92, 246, 0.18);
  color: #E0DBEF; }

[data-theme="dark"] .file-row {
  background: #181828;
  border-color: rgba(139, 92, 246, 0.12); }
  [data-theme="dark"] .file-row:hover {
    background: #1C1C2D;
    border-color: rgba(139, 92, 246, 0.26);
    box-shadow: inset 3px 0 0 #8B5CF6, 0 2px 8px rgba(0, 0, 0, 0.3); }

[data-theme="dark"] .dp-file-row {
  background: #181828;
  border-color: rgba(139, 92, 246, 0.12); }
  [data-theme="dark"] .dp-file-row:hover {
    border-color: rgba(139, 92, 246, 0.26);
    box-shadow: inset 3px 0 0 #8B5CF6, 0 2px 8px rgba(0, 0, 0, 0.3); }

[data-theme="dark"] .dp-file-name {
  color: #F0F0F5; }

[data-theme="dark"] .dp-file-size {
  color: #6B6B80; }

[data-theme="dark"] .dp-dl-btn {
  background: #1A1A2A;
  border-color: rgba(139, 92, 246, 0.15);
  color: #6B6B80; }
  [data-theme="dark"] .dp-dl-btn:hover {
    color: #A78BFA;
    border-color: rgba(139, 92, 246, 0.32);
    background: #212135; }

[data-theme="dark"] .dp-loading {
  color: #6B6B80; }

[data-theme="dark"] .dp-error {
  color: #6B6B80; }

[data-theme="dark"] .dp-tag {
  background: rgba(124, 58, 237, 0.12);
  border-color: rgba(124, 58, 237, 0.22);
  color: #A78BFA; }

[data-theme="dark"] .success-ring {
  background: rgba(22, 163, 74, 0.1) !important;
  border-color: rgba(22, 163, 74, 0.25) !important;
  color: #4ADE80 !important; }

[data-theme="dark"] .settings-layout .settings-page-header .settings-eyebrow {
  color: #A78BFA !important; }

[data-theme="dark"] .settings-layout .settings-page-header h1 {
  color: #F0F0F5 !important; }

[data-theme="dark"] .settings-layout .settings-page-header p {
  color: #A1A1B5 !important; }

[data-theme="dark"] .settings-card {
  background: #12121E !important;
  border-color: rgba(139, 92, 246, 0.13) !important; }

[data-theme="dark"] .settings-card-header {
  background: rgba(16, 16, 28, 0.8) !important;
  border-bottom-color: rgba(139, 92, 246, 0.1) !important; }
  [data-theme="dark"] .settings-card-header .sc-icon {
    background: rgba(139, 92, 246, 0.12) !important;
    border-color: rgba(139, 92, 246, 0.22) !important;
    color: #A78BFA !important; }
  [data-theme="dark"] .settings-card-header .sc-title {
    color: #F0F0F5 !important; }
  [data-theme="dark"] .settings-card-header .sc-subtitle {
    color: #6B6B80 !important; }

[data-theme="dark"] .settings-card-body .fw-semibold {
  color: #F0F0F5 !important; }

[data-theme="dark"] .settings-card-body p {
  color: #A1A1B5 !important; }

[data-theme="dark"] .settings-card-body label {
  color: #A1A1B5 !important; }

[data-theme="dark"] .settings-card-body strong {
  color: #E0DBEF !important; }

[data-theme="dark"] .profile-avatar {
  background: rgba(109, 40, 217, 0.22) !important;
  color: #A78BFA !important;
  border-color: rgba(139, 92, 246, 0.3) !important; }

[data-theme="dark"] .storage-bar {
  background: rgba(139, 92, 246, 0.1) !important; }

[data-theme="dark"] .storage-bar-wrap .storage-bar-label span, [data-theme="dark"] .storage-bar-wrap .mt-1 {
  color: #A1A1B5 !important; }

[data-theme="dark"] .storage-bar-wrap .storage-pct {
  color: #A78BFA !important; }

[data-theme="dark"] .feature-pill {
  background: rgba(139, 92, 246, 0.08) !important;
  border-color: rgba(139, 92, 246, 0.18) !important;
  color: #A1A1B5 !important; }
  [data-theme="dark"] .feature-pill.feat-on {
    background: rgba(22, 163, 74, 0.1) !important;
    border-color: rgba(22, 163, 74, 0.22) !important;
    color: #4ADE80 !important; }
  [data-theme="dark"] .feature-pill.feat-off {
    background: rgba(220, 38, 38, 0.08) !important;
    border-color: rgba(220, 38, 38, 0.18) !important;
    color: #F87171 !important; }

[data-theme="dark"] .plan-badge {
  background: rgba(139, 92, 246, 0.12) !important;
  border-color: rgba(139, 92, 246, 0.24) !important;
  color: #A78BFA !important; }
  [data-theme="dark"] .plan-badge.plan-pro {
    background: rgba(234, 179, 8, 0.12) !important;
    border-color: rgba(234, 179, 8, 0.25) !important;
    color: #FCD34D !important; }
  [data-theme="dark"] .plan-badge.plan-team {
    background: rgba(59, 130, 246, 0.12) !important;
    border-color: rgba(59, 130, 246, 0.25) !important;
    color: #93C5FD !important; }

[data-theme="dark"] #deleteModal .modal-content {
  background: rgba(18, 18, 30, 0.98) !important;
  border-color: rgba(139, 92, 246, 0.16) !important; }
  [data-theme="dark"] #deleteModal .modal-content h5, [data-theme="dark"] #deleteModal .modal-content p, [data-theme="dark"] #deleteModal .modal-content label {
    color: #F0F0F5 !important; }
  [data-theme="dark"] #deleteModal .modal-content .mb-0 {
    color: #A1A1B5 !important; }
  [data-theme="dark"] #deleteModal .modal-content h5 {
    color: #F0F0F5 !important; }

[data-theme="dark"] .pricing-page {
  background: transparent; }

[data-theme="dark"] .pricing-hero .pricing-eyebrow {
  color: #A78BFA !important; }

[data-theme="dark"] .pricing-hero .pricing-title {
  color: #F0F0F5 !important; }

[data-theme="dark"] .pricing-hero .pricing-subtitle {
  color: #A1A1B5 !important; }

[data-theme="dark"] .billing-toggle {
  background: #1A1A2A;
  border-color: rgba(139, 92, 246, 0.18); }
  [data-theme="dark"] .billing-toggle .bt-btn {
    color: #6B6B80; }
    [data-theme="dark"] .billing-toggle .bt-btn.active {
      background: #13131F;
      color: #A78BFA;
      box-shadow: none; }

[data-theme="dark"] .pricing-card {
  background: #12121E;
  border-color: rgba(139, 92, 246, 0.13);
  box-shadow: none; }
  [data-theme="dark"] .pricing-card.pricing-card-featured {
    border-color: rgba(139, 92, 246, 0.45);
    box-shadow: 0 0 0 1px rgba(139, 92, 246, 0.15); }
  [data-theme="dark"] .pricing-card .pc-name {
    color: #F0F0F5; }
  [data-theme="dark"] .pricing-card .pc-tagline {
    color: #6B6B80; }
  [data-theme="dark"] .pricing-card .pc-amount {
    color: #F0F0F5; }
  [data-theme="dark"] .pricing-card .pc-currency, [data-theme="dark"] .pricing-card .pc-period {
    color: #6B6B80; }

[data-theme="dark"] .pc-btn-secondary {
  background: #1A1A2A;
  border-color: rgba(139, 92, 246, 0.22);
  color: #A1A1B5; }
  [data-theme="dark"] .pc-btn-secondary:hover {
    background: #212130;
    color: #F0F0F5; }

[data-theme="dark"] .pc-btn-free, [data-theme="dark"] .pc-btn-current {
  background: rgba(24, 24, 40, 0.8);
  border-color: rgba(139, 92, 246, 0.13);
  color: #6B6B80; }

[data-theme="dark"] .pc-btn-downgrade {
  color: #6B6B80;
  border-color: rgba(139, 92, 246, 0.13); }
  [data-theme="dark"] .pc-btn-downgrade:hover {
    color: #F87171;
    border-color: rgba(220, 38, 38, 0.35);
    background: rgba(220, 38, 38, 0.06); }

[data-theme="dark"] .pc-feat {
  color: #A1A1B5; }

[data-theme="dark"] .pc-feat.pc-feat-off {
  color: #6B6B80; }

[data-theme="dark"] .pc-divider {
  border-color: rgba(139, 92, 246, 0.1); }

[data-theme="dark"] .pricing-faq .faq-item h4 {
  color: #F0F0F5 !important; }

[data-theme="dark"] .pricing-faq .faq-item p {
  color: #A1A1B5 !important; }

[data-theme="dark"] .pricing-faq .faq-item .faq-icon {
  color: #A78BFA !important; }

[data-theme="dark"] .scn-inner {
  background: rgba(139, 92, 246, 0.1);
  border-color: rgba(139, 92, 246, 0.28); }

[data-theme="dark"] .scn-text {
  color: #A1A1B5; }
  [data-theme="dark"] .scn-text strong {
    color: #F0F0F5; }

[data-theme="dark"] .scn-icon {
  color: #A78BFA; }

[data-theme="dark"] .scn-cancel-btn {
  color: #F87171;
  background: rgba(220, 38, 38, 0.1);
  border-color: rgba(220, 38, 38, 0.28); }
  [data-theme="dark"] .scn-cancel-btn:hover {
    background: rgba(220, 38, 38, 0.18);
    border-color: rgba(220, 38, 38, 0.45); }

[data-theme="dark"] .scn-inner-warn {
  background: rgba(245, 158, 11, 0.08);
  border-color: rgba(245, 158, 11, 0.25); }

[data-theme="dark"] .scn-icon-warn {
  color: #fbbf24; }

[data-theme="dark"] .scn-inner-warn .scn-text {
  color: #A1A1B5; }
  [data-theme="dark"] .scn-inner-warn .scn-text strong {
    color: #fde68a; }

[data-theme="dark"] .scn-inner-success {
  background: rgba(16, 185, 129, 0.08);
  border-color: rgba(16, 185, 129, 0.25); }

[data-theme="dark"] .scn-icon-success {
  color: #34d399; }

[data-theme="dark"] .scn-inner-success .scn-text {
  color: #A1A1B5; }
  [data-theme="dark"] .scn-inner-success .scn-text strong {
    color: #6ee7b7; }

[data-theme="dark"] .scn-reactivate-btn {
  color: #fbbf24;
  background: rgba(245, 158, 11, 0.1);
  border-color: rgba(245, 158, 11, 0.28); }
  [data-theme="dark"] .scn-reactivate-btn:hover {
    background: rgba(245, 158, 11, 0.18);
    border-color: rgba(245, 158, 11, 0.45);
    color: #fde68a; }

[data-theme="dark"] .pricing-state-notice.pricing-state-info {
  background: rgba(139, 92, 246, 0.1);
  border-color: rgba(139, 92, 246, 0.28);
  color: #A1A1B5; }
  [data-theme="dark"] .pricing-state-notice.pricing-state-info strong {
    color: #F0F0F5; }

[data-theme="dark"] .pricing-state-notice.pricing-state-warn {
  background: rgba(245, 158, 11, 0.08);
  border-color: rgba(245, 158, 11, 0.25);
  color: #FCD34D; }
  [data-theme="dark"] .pricing-state-notice.pricing-state-warn strong {
    color: #FDE68A; }

[data-theme="dark"] .psn-link {
  color: #A78BFA; }
  [data-theme="dark"] .psn-link:hover {
    color: #C4B5FD; }

[data-theme="dark"] .billing-notice.billing-notice-info {
  background: rgba(139, 92, 246, 0.1);
  border-color: rgba(139, 92, 246, 0.28);
  color: #A1A1B5; }
  [data-theme="dark"] .billing-notice.billing-notice-info strong {
    color: #F0F0F5; }

[data-theme="dark"] .billing-notice.billing-notice-warn {
  background: rgba(245, 158, 11, 0.08);
  border-color: rgba(245, 158, 11, 0.25);
  color: #FCD34D; }

[data-theme="dark"] .billing-notice-link {
  color: #A78BFA; }

[data-theme="dark"] .txn-stat-card {
  background: #12121E;
  border-color: rgba(139, 92, 246, 0.13); }
  [data-theme="dark"] .txn-stat-card .txn-stat-value {
    color: #F0F0F5; }
  [data-theme="dark"] .txn-stat-card .txn-stat-label {
    color: #6B6B80; }

[data-theme="dark"] .txn-table-wrap {
  background: #12121E;
  border-color: rgba(139, 92, 246, 0.13);
  border-radius: 14px;
  overflow: hidden; }

[data-theme="dark"] .txn-table thead th {
  color: #6B6B80;
  background: rgba(16, 16, 28, 0.8);
  border-bottom-color: rgba(139, 92, 246, 0.1); }

[data-theme="dark"] .txn-table .txn-row {
  border-bottom-color: rgba(139, 92, 246, 0.07); }
  [data-theme="dark"] .txn-table .txn-row:hover {
    background: rgba(139, 92, 246, 0.04); }

[data-theme="dark"] .txn-table td {
  color: #A1A1B5; }

[data-theme="dark"] .txn-table .txn-date {
  color: #F0F0F5; }

[data-theme="dark"] .txn-table .txn-time {
  color: #6B6B80; }

[data-theme="dark"] .txn-table .txn-id {
  color: #A1A1B5;
  background: rgba(139, 92, 246, 0.08);
  border-color: rgba(139, 92, 246, 0.16); }

[data-theme="dark"] .txn-table .txn-provider {
  color: #A1A1B5; }

[data-theme="dark"] .txn-table .txn-amount {
  color: #F0F0F5; }

[data-theme="dark"] .txn-badge-pending {
  color: #FCD34D !important;
  background: rgba(234, 179, 8, 0.12) !important;
  border-color: rgba(234, 179, 8, 0.25) !important; }

[data-theme="dark"] .txn-badge-refunded {
  color: #A5B4FC !important;
  background: rgba(99, 102, 241, 0.12) !important;
  border-color: rgba(99, 102, 241, 0.25) !important; }

[data-theme="dark"] .txn-empty {
  color: #6B6B80; }
  [data-theme="dark"] .txn-empty h3 {
    color: #A1A1B5 !important; }
  [data-theme="dark"] .txn-empty p {
    color: #6B6B80 !important; }

[data-theme="dark"] .transfers-table-wrap,
[data-theme="dark"] .transfer-table-wrap,
[data-theme="dark"] .history-table-wrap {
  background: #12121E;
  border-color: rgba(139, 92, 246, 0.13); }

[data-theme="dark"] .expiry-pill {
  background: rgba(217, 119, 6, 0.14) !important;
  color: #FCD34D !important;
  border-color: rgba(217, 119, 6, 0.28) !important; }

[data-theme="dark"] .glass-card .fw-semibold {
  color: #F0F0F5 !important; }

[data-theme="dark"] .glass-card p, [data-theme="dark"] .glass-card small {
  color: #A1A1B5 !important; }

[data-theme="dark"] .glass-card strong {
  color: #E0DBEF !important; }

[data-theme="dark"] .glass-card .section-label {
  color: #A78BFA !important; }

[data-theme="dark"] .auth-wrap {
  background: #080811 !important;
  /* Extremely dark solid background */ }

[data-theme="dark"] .auth-panel-form {
  background: #0D0D1A !important; }

[data-theme="dark"] .auth-card,
[data-theme="dark"] .auth-wrap .auth-panel-form {
  background: #0D0D1A;
  border-color: rgba(139, 92, 246, 0.12);
  /* Subtle dark border */
  border-top-color: rgba(139, 92, 246, 0.22);
  color: #F0F0F5; }

[data-theme="dark"] .otp-input {
  background: #181828 !important;
  border-color: rgba(139, 92, 246, 0.22) !important;
  color: #F0F0F5 !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset !important; }
  [data-theme="dark"] .otp-input:focus {
    background: #181828 !important;
    border-color: rgba(139, 92, 246, 0.55) !important;
    box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.12) !important; }
  [data-theme="dark"] .otp-input::placeholder {
    color: #6B6B80 !important; }
  [data-theme="dark"] .otp-input:-webkit-autofill, [data-theme="dark"] .otp-input:-webkit-autofill:hover, [data-theme="dark"] .otp-input:-webkit-autofill:focus, [data-theme="dark"] .otp-input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #181828 inset !important;
    -webkit-text-fill-color: #F0F0F5 !important;
    transition: background-color 5000s ease-in-out 0s; }

[data-theme="dark"] .auth-logo span {
  color: #F0F0F5 !important; }

[data-theme="dark"] .auth-title, [data-theme="dark"] .auth-header h1, [data-theme="dark"] .auth-header h2 {
  color: #F0F0F5 !important; }

[data-theme="dark"] .auth-subtitle, [data-theme="dark"] .auth-header p {
  color: #A1A1B5 !important; }

[data-theme="dark"] .auth-divider {
  color: #6B6B80 !important; }
  [data-theme="dark"] .auth-divider::before, [data-theme="dark"] .auth-divider::after {
    border-color: rgba(139, 92, 246, 0.14) !important; }

[data-theme="dark"] .lp-trust-bar {
  background: #0D0D1A;
  border-color: rgba(139, 92, 246, 0.1); }
  [data-theme="dark"] .lp-trust-bar .lp-trust-item {
    color: #A1A1B5; }
  [data-theme="dark"] .lp-trust-bar .lp-trust-sep {
    background: rgba(139, 92, 246, 0.12); }

[data-theme="dark"] .lp-section-alt {
  background: #0F0F1C; }

[data-theme="dark"] .lp-section-title {
  color: #F0F0F5; }

[data-theme="dark"] .lp-section-sub {
  color: #6B6B80; }

[data-theme="dark"] .lp-eyebrow {
  color: #A78BFA; }

[data-theme="dark"] .lp-feat-card {
  background: #13131F;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(139, 92, 246, 0.12); }
  [data-theme="dark"] .lp-feat-card .lp-feat-title {
    color: #F0F0F5; }
  [data-theme="dark"] .lp-feat-card .lp-feat-desc {
    color: #6B6B80; }
  [data-theme="dark"] .lp-feat-card:hover {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(139, 92, 246, 0.28); }

[data-theme="dark"] .lp-step-card {
  background: #13131F;
  border-color: rgba(139, 92, 246, 0.13); }
  [data-theme="dark"] .lp-step-card .lp-step-title {
    color: #F0F0F5 !important; }
  [data-theme="dark"] .lp-step-card .lp-step-desc {
    color: #6B6B80 !important; }
  [data-theme="dark"] .lp-step-card:hover {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4); }

[data-theme="dark"] .lp-billing-toggle {
  background: rgba(139, 92, 246, 0.1);
  border-color: rgba(139, 92, 246, 0.2); }
  [data-theme="dark"] .lp-billing-toggle .lp-bt-btn {
    color: #6B6B80; }
    [data-theme="dark"] .lp-billing-toggle .lp-bt-btn.active {
      background: rgba(139, 92, 246, 0.2);
      color: #A78BFA; }

[data-theme="dark"] .lp-plan-card {
  background: #13131F;
  border-color: rgba(139, 92, 246, 0.15);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3); }
  [data-theme="dark"] .lp-plan-card .lp-plan-name {
    color: #F0F0F5; }
  [data-theme="dark"] .lp-plan-card .lp-plan-tagline {
    color: #6B6B80; }
  [data-theme="dark"] .lp-plan-card .lp-pp-amount {
    color: #F0F0F5; }
  [data-theme="dark"] .lp-plan-card .lp-pp-currency, [data-theme="dark"] .lp-plan-card .lp-pp-period {
    color: #6B6B80; }
  [data-theme="dark"] .lp-plan-card .lp-plan-feat {
    color: #A1A1B5; }
  [data-theme="dark"] .lp-plan-card .lp-pp-yearly-note {
    color: #A78BFA; }
  [data-theme="dark"] .lp-plan-card.lp-plan-featured {
    border-color: rgba(139, 92, 246, 0.45);
    box-shadow: 0 0 0 2px rgba(139, 92, 246, 0.12), 0 8px 36px rgba(0, 0, 0, 0.35); }

[data-theme="dark"] .lp-plan-btn-primary {
  color: #FFFFFF !important; }
  [data-theme="dark"] .lp-plan-btn-primary:hover {
    color: #FFFFFF !important; }

[data-theme="dark"] .lp-plan-btn-outline {
  border-color: rgba(139, 92, 246, 0.3) !important;
  color: #A78BFA; }
  [data-theme="dark"] .lp-plan-btn-outline:hover {
    background: rgba(139, 92, 246, 0.1);
    color: #F0F0F5; }

[data-theme="dark"] .lp-plan-btn-current {
  background: rgba(139, 92, 246, 0.08);
  border-color: rgba(139, 92, 246, 0.18) !important;
  color: #6B6B80; }

[data-theme="dark"] .lp-faq .accordion-button {
  background: #13131F;
  color: #F0F0F5; }
  [data-theme="dark"] .lp-faq .accordion-button:not(.collapsed) {
    background: rgba(139, 92, 246, 0.08);
    color: #A78BFA; }

[data-theme="dark"] .lp-faq .accordion-item {
  background: #13131F;
  border-color: rgba(139, 92, 246, 0.14); }

[data-theme="dark"] .lp-faq .accordion-body {
  color: #A1A1B5; }

[data-theme="dark"] .lp-upload-option {
  border-color: rgba(139, 92, 246, 0.18); }
  [data-theme="dark"] .lp-upload-option:hover {
    background: rgba(139, 92, 246, 0.06);
    border-color: rgba(139, 92, 246, 0.35); }
  [data-theme="dark"] .lp-upload-option .lp-uo-title {
    color: #F0F0F5; }
  [data-theme="dark"] .lp-upload-option .lp-uo-sub {
    color: #6B6B80; }

[data-theme="dark"] .lp-nav-transparent.scrolled {
  background: rgba(13, 13, 26, 0.96) !important;
  border-bottom-color: rgba(139, 92, 246, 0.1) !important; }
  [data-theme="dark"] .lp-nav-transparent.scrolled .navbar-brand {
    color: #F0F0F5; }
  [data-theme="dark"] .lp-nav-transparent.scrolled .nav-link {
    color: #A1A1B5; }
    [data-theme="dark"] .lp-nav-transparent.scrolled .nav-link:hover {
      color: #F0F0F5; }

[data-theme="dark"] .modal-backdrop.show {
  background-color: #05000f; }

[data-theme="dark"] ::-webkit-scrollbar-thumb {
  background: rgba(139, 92, 246, 0.3); }
  [data-theme="dark"] ::-webkit-scrollbar-thumb:hover {
    background: rgba(139, 92, 246, 0.5); }

[data-theme="dark"] .legal-page {
  color: #E0DBEF !important; }

[data-theme="dark"] .legal-header {
  border-bottom-color: rgba(139, 92, 246, 0.14) !important; }
  [data-theme="dark"] .legal-header .legal-badge {
    color: #A78BFA !important;
    background: rgba(139, 92, 246, 0.12) !important;
    border-color: rgba(139, 92, 246, 0.25) !important; }
  [data-theme="dark"] .legal-header h1 {
    color: #F0F0F5 !important; }
  [data-theme="dark"] .legal-header .legal-updated {
    color: #6B6B80 !important; }

[data-theme="dark"] .legal-toc {
  background: #13131F !important;
  border-color: rgba(139, 92, 246, 0.14) !important; }
  [data-theme="dark"] .legal-toc .legal-toc-title {
    color: #6B6B80 !important; }
  [data-theme="dark"] .legal-toc ol li {
    color: #A1A1B5 !important; }
    [data-theme="dark"] .legal-toc ol li a {
      color: #A1A1B5 !important; }
      [data-theme="dark"] .legal-toc ol li a:hover {
        color: #A78BFA !important; }

[data-theme="dark"] .legal-content h2 {
  color: #F0F0F5 !important; }

[data-theme="dark"] .legal-content h3 {
  color: #E0DBEF !important; }

[data-theme="dark"] .legal-content p {
  color: #A1A1B5 !important; }

[data-theme="dark"] .legal-content ul li, [data-theme="dark"] .legal-content ol li {
  color: #A1A1B5 !important; }

[data-theme="dark"] .legal-content strong {
  color: #F0F0F5 !important; }

[data-theme="dark"] .legal-content a {
  color: #A78BFA !important; }
  [data-theme="dark"] .legal-content a:hover {
    color: #C4B5FD !important; }

[data-theme="dark"] .legal-content code {
  background: rgba(139, 92, 246, 0.12) !important;
  color: #C4B5FD !important; }

[data-theme="dark"] .legal-content hr {
  border-top-color: rgba(139, 92, 246, 0.1) !important;
  border-color: rgba(139, 92, 246, 0.1) !important; }

[data-theme="dark"] .legal-content .legal-section h2, [data-theme="dark"] .legal-content .legal-section h3, [data-theme="dark"] .legal-content .legal-section p, [data-theme="dark"] .legal-content .legal-section li, [data-theme="dark"] .legal-content .legal-section strong, [data-theme="dark"] .legal-content .legal-section a, [data-theme="dark"] .legal-content .legal-section code {
  /* inherited from above */ }

[data-theme="dark"] .legal-content .legal-table {
  border-color: rgba(139, 92, 246, 0.14) !important;
  background: transparent !important; }
  [data-theme="dark"] .legal-content .legal-table th {
    background: #13131F !important;
    color: #E0DBEF !important;
    border-bottom-color: rgba(139, 92, 246, 0.14) !important; }
  [data-theme="dark"] .legal-content .legal-table td {
    color: #A1A1B5 !important;
    background: transparent !important;
    border-bottom-color: rgba(139, 92, 246, 0.08) !important; }
  [data-theme="dark"] .legal-content .legal-table tbody tr:hover td {
    background: rgba(139, 92, 246, 0.05) !important; }

[data-theme="dark"] .legal-content .legal-contact {
  background: #13131F !important;
  border-color: rgba(139, 92, 246, 0.14) !important; }
  [data-theme="dark"] .legal-content .legal-contact li {
    color: #A1A1B5 !important; }
    [data-theme="dark"] .legal-content .legal-contact li strong {
      color: #F0F0F5 !important; }

[data-theme="dark"] .error-shield {
  background: #13131F !important;
  border-color: rgba(139, 92, 246, 0.22) !important;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(139, 92, 246, 0.1) inset !important; }

[data-theme="dark"] .error-orbit-ring {
  border-color: rgba(139, 92, 246, 0.12) !important; }
  [data-theme="dark"] .error-orbit-ring-2 {
    border-color: rgba(139, 92, 246, 0.06) !important; }

[data-theme="dark"] .error-title {
  color: #F0F0F5 !important; }

[data-theme="dark"] .error-description {
  color: #A1A1B5 !important; }

[data-theme="dark"] .error-links {
  border-top-color: rgba(139, 92, 246, 0.15) !important; }

[data-theme="dark"] .error-links-label {
  color: #6B6B80 !important; }

[data-theme="dark"] .error-link-card {
  background: #13131F !important;
  border-color: rgba(139, 92, 246, 0.15) !important; }
  [data-theme="dark"] .error-link-card:hover {
    background: #1A1A28 !important;
    border-color: rgba(139, 92, 246, 0.3) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3) !important; }

[data-theme="dark"] .error-link-icon {
  background: rgba(139, 92, 246, 0.12) !important;
  color: #A78BFA !important; }

[data-theme="dark"] .error-link-title {
  color: #F0F0F5 !important; }

[data-theme="dark"] .error-link-desc {
  color: #6B6B80 !important; }

[data-theme="dark"] .kbd {
  background: #1A1A28 !important;
  border-color: rgba(139, 92, 246, 0.18) !important;
  color: #A1A1B5 !important; }

[data-theme="dark"] .onboarding-card {
  background: #13131F !important;
  border-color: rgba(139, 92, 246, 0.18) !important;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.5) !important; }

[data-theme="dark"] .onboarding-icon {
  background: rgba(139, 92, 246, 0.12) !important;
  color: #A78BFA !important; }

[data-theme="dark"] .onboarding-title {
  color: #F0F0F5 !important; }

[data-theme="dark"] .onboarding-desc {
  color: #A1A1B5 !important; }

[data-theme="dark"] .onboarding-step {
  background: #1A1A28 !important;
  border-color: rgba(139, 92, 246, 0.12) !important; }

[data-theme="dark"] .onboarding-step-text {
  color: #F0F0F5 !important; }
  [data-theme="dark"] .onboarding-step-text span {
    color: #A1A1B5 !important; }

[data-theme="dark"] .onboarding-dismiss:hover {
  color: #F0F0F5 !important; }

[data-theme="dark"] .onboarding-skip-btn:hover {
  color: #A1A1B5 !important; }
