:root {
  --bg: #0f0e17;
  --bg-soft: #171527;
  --surface: rgba(22, 19, 39, 0.72);
  --surface-strong: #1a1730;
  --line: rgba(255, 255, 255, 0.1);
  --text: #f7f4ee;
  --muted: #b7b2c8;
  --accent: #f0b36f;
  --accent-2: #94d7d3;
  --accent-3: #ff8f8f;
  --shadow: 0 30px 80px rgba(6, 5, 15, 0.45);
  --radius: 28px;
  --container: 1200px;
}

:root {
  --bg: #0d0d0f;
  --bg-soft: #131315;
  --surface: rgba(20, 20, 22, 0.92);
  --surface-strong: #161618;
  --line: rgba(233, 206, 120, 0.1);
  --text: #f4efe8;
  --muted: #9a9388;
  --accent: #ddb94f;
  --accent-2: #7d87bd;
  --accent-3: #e9d8a6;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.46);
  --radius: 24px;
  --container: 1220px;
}

body.theme-atelier {
  background:
    radial-gradient(circle at 8% 12%, rgba(84, 92, 142, 0.14), transparent 24%),
    radial-gradient(circle at 92% 8%, rgba(204, 157, 66, 0.09), transparent 20%),
    linear-gradient(180deg, #0b0b0c 0%, #0f0f11 55%, #0b0b0d 100%);
  color: var(--text);
}

body.theme-atelier .ambient {
  opacity: 0.24;
  filter: blur(150px);
}

body.theme-atelier .ambient-left {
  background: rgba(80, 89, 139, 0.2);
}

body.theme-atelier .ambient-right {
  background: rgba(190, 151, 70, 0.14);
}

body.theme-atelier .site-header {
  top: 1.2rem;
  width: min(calc(100% - 2rem), 1280px);
  padding: 0.8rem 1.05rem;
  border: 1px solid rgba(224, 184, 76, 0.12);
  border-radius: 999px;
  background: rgba(15, 15, 17, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 24px 64px rgba(0, 0, 0, 0.32);
}

body.theme-atelier .site-nav a,
body.theme-atelier .dashboard-topbar-nav a {
  padding: 0.65rem 0.95rem;
  border-radius: 999px;
  color: rgba(244, 239, 232, 0.72);
  transition:
    background 180ms ease,
    color 180ms ease,
    border-color 180ms ease;
}

body.theme-atelier .site-nav a:hover,
body.theme-atelier .site-nav a[aria-current="page"],
body.theme-atelier .dashboard-topbar-nav a:hover {
  color: #fff8e8;
  background: rgba(255, 255, 255, 0.04);
}

body.theme-atelier .brand-mark {
  font-size: 1.12rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #faf5e8;
  text-shadow: none;
}

body.theme-atelier .button {
  border: 1px solid rgba(224, 184, 76, 0.14);
  background:
    linear-gradient(180deg, rgba(74, 64, 53, 0.88) 0%, rgba(55, 48, 41, 0.94) 100%);
  color: #f5f0e7;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 14px 28px rgba(0, 0, 0, 0.24);
}

body.theme-atelier .button:hover,
body.theme-atelier .button:focus-visible {
  transform: translateY(-1px);
}

body.theme-atelier .button.button-ghost,
body.theme-atelier .dashboard-secondary-button {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.08);
}

body.theme-atelier .button.form-submit,
body.theme-atelier .auth-panel .button.form-submit {
  background: linear-gradient(180deg, #f1d151 0%, #d9af36 100%);
  color: #17140f;
  border-color: rgba(255, 223, 112, 0.45);
}

body.theme-atelier .section {
  width: min(calc(100% - 2rem), 1280px);
}

body.theme-atelier .section-heading {
  max-width: 840px;
}

body.theme-atelier .section-label,
body.theme-atelier .profile-label {
  color: rgba(224, 184, 76, 0.88);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 0.76rem;
}

body.theme-atelier h1,
body.theme-atelier h2,
body.theme-atelier h3,
body.theme-atelier h4 {
  color: #f6f0e7;
  letter-spacing: -0.04em;
}

body.theme-atelier .hero,
body.theme-atelier .profile-page-hero,
body.theme-atelier .services-page-hero {
  padding-top: 4.25rem;
}

body.theme-atelier .hero h1,
body.theme-atelier .profile-page-hero h1,
body.theme-atelier .services-page-hero h1 {
  max-width: 13ch;
  font-size: clamp(3.3rem, 6.2vw, 5rem);
  line-height: 0.96;
  margin-bottom: 1.1rem;
}

body.theme-atelier .hero-text,
body.theme-atelier .section-heading p {
  max-width: 62ch;
  color: rgba(244, 239, 232, 0.7);
  font-size: 1.03rem;
  line-height: 1.8;
}

body.theme-atelier .hero-signal,
body.theme-atelier .benefit-card,
body.theme-atelier .contact-panel,
body.theme-atelier .faq-item,
body.theme-atelier .workspace-window,
body.theme-atelier .hero-services,
body.theme-atelier .account-card,
body.theme-atelier .card {
  background: linear-gradient(180deg, rgba(24, 24, 26, 0.95) 0%, rgba(18, 18, 20, 0.96) 100%);
  border: 1px solid rgba(224, 184, 76, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 30px 70px rgba(0, 0, 0, 0.28);
}

body.theme-atelier .hero-signal,
body.theme-atelier .benefit-card,
body.theme-atelier .faq-item,
body.theme-atelier .contact-panel,
body.theme-atelier .account-card {
  border-radius: 22px;
}

body.theme-atelier .hero-signal strong,
body.theme-atelier .benefit-card h3,
body.theme-atelier .faq-question {
  color: #f8f4ec;
}

body.theme-atelier .benefit-card p,
body.theme-atelier .hero-signal span,
body.theme-atelier .faq-answer p,
body.theme-atelier .contact-panel p,
body.theme-atelier .contact-notes li,
body.theme-atelier .service-points li,
body.theme-atelier .profile-empty p,
body.theme-atelier .profile-tagline,
body.theme-atelier .profile-meta {
  color: rgba(244, 239, 232, 0.64);
}

body.theme-atelier .quote-metric strong,
body.theme-atelier .benefit-index {
  color: var(--accent);
}

body.theme-atelier .site-footer {
  padding: 3rem 0 4rem;
  color: rgba(244, 239, 232, 0.48);
}

body.theme-atelier .auth-backdrop {
  background:
    radial-gradient(circle at 20% 20%, rgba(67, 76, 124, 0.22), transparent 26%),
    radial-gradient(circle at 80% 20%, rgba(209, 172, 73, 0.12), transparent 18%),
    rgba(7, 7, 9, 0.84);
  backdrop-filter: blur(14px);
}

body.theme-atelier .auth-dialog {
  width: min(420px, calc(100vw - 2.5rem));
  padding: 0;
  background: transparent;
  box-shadow: none;
}

body.theme-atelier .auth-card {
  padding: 2rem 2rem 1.8rem;
  border-radius: 24px;
  border: 1px solid rgba(224, 184, 76, 0.12);
  background:
    linear-gradient(180deg, rgba(25, 25, 27, 0.96) 0%, rgba(18, 18, 20, 0.98) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 40px 90px rgba(0, 0, 0, 0.42);
}

body.theme-atelier .auth-card-head {
  text-align: center;
  gap: 0.65rem;
}

body.theme-atelier .auth-card-head h3 {
  font-size: 2rem;
  letter-spacing: -0.04em;
}

body.theme-atelier .auth-intro,
body.theme-atelier .auth-helper,
body.theme-atelier .auth-panel-head p,
body.theme-atelier .field-note,
body.theme-atelier .form-status {
  color: rgba(244, 239, 232, 0.58);
}

body.theme-atelier .auth-tabs {
  margin-top: 1rem;
  padding: 0.35rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
}

body.theme-atelier .auth-tab {
  border-radius: 999px;
  color: rgba(244, 239, 232, 0.6);
}

body.theme-atelier .auth-tab.is-active {
  background: rgba(255, 255, 255, 0.05);
  color: #fff5e2;
}

body.theme-atelier .field input,
body.theme-atelier .field textarea,
body.theme-atelier .dashboard-search input {
  border: 1px solid rgba(224, 184, 76, 0.08);
  background: rgba(8, 8, 10, 0.7);
  color: #f6f0e7;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

body.theme-atelier .field input::placeholder,
body.theme-atelier .field textarea::placeholder,
body.theme-atelier .dashboard-search input::placeholder {
  color: rgba(244, 239, 232, 0.28);
}

body.theme-atelier.page-dashboard .page-shell {
  width: min(calc(100% - 1.5rem), 1440px);
  margin: 0 auto;
  padding: 1.5rem 0;
}

body.theme-atelier.page-dashboard .dashboard-shell {
  display: grid;
  grid-template-columns: 258px minmax(0, 1fr);
  gap: 1.35rem;
  min-height: calc(100vh - 3rem);
}

body.theme-atelier.page-dashboard .dashboard-sidebar,
body.theme-atelier.page-dashboard .dashboard-main {
  min-height: 0;
}

body.theme-atelier.page-dashboard .dashboard-sidebar {
  display: flex;
  flex-direction: column;
  padding: 1.35rem 1rem 1rem;
  border-radius: 26px;
  border: 1px solid rgba(224, 184, 76, 0.08);
  background: linear-gradient(180deg, rgba(17, 17, 19, 0.96) 0%, rgba(13, 13, 15, 0.96) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 28px 60px rgba(0, 0, 0, 0.32);
}

body.theme-atelier.page-dashboard .dashboard-brand-link {
  width: 100%;
}

body.theme-atelier.page-dashboard .dashboard-brand-copy {
  display: grid;
  gap: 0.22rem;
}

body.theme-atelier.page-dashboard .dashboard-brand-subtitle {
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(244, 239, 232, 0.42);
}

body.theme-atelier.page-dashboard .dashboard-sidebar-nav {
  display: grid;
  gap: 0.5rem;
  margin-top: 2rem;
  min-height: 0;
}

body.theme-atelier.page-dashboard .dashboard-sidebar-label {
  margin: 0 0 0.2rem;
  padding: 0 1rem;
  color: rgba(224, 184, 76, 0.72);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

body.theme-atelier.page-dashboard .dashboard-sidebar-server-list {
  display: grid;
  gap: 0.5rem;
  align-content: start;
  max-height: min(58vh, 640px);
  overflow: auto;
  padding-right: 0.15rem;
}

body.theme-atelier.page-dashboard .dashboard-sidebar-empty {
  margin: 0;
  padding: 0.95rem 1rem;
  border-radius: 16px;
  color: rgba(244, 239, 232, 0.54);
  line-height: 1.5;
  border: 1px dashed rgba(224, 184, 76, 0.1);
  background: rgba(255, 255, 255, 0.02);
}

body.theme-atelier.page-dashboard .dashboard-sidebar-server-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  width: 100%;
  padding: 0.8rem 0.85rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.025);
  cursor: pointer;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

body.theme-atelier.page-dashboard .dashboard-sidebar-server-item:hover,
body.theme-atelier.page-dashboard .dashboard-sidebar-server-item:focus-visible,
body.theme-atelier.page-dashboard .dashboard-sidebar-server-item.is-active {
  border-color: rgba(224, 184, 76, 0.2);
  background: rgba(255, 255, 255, 0.045);
}

body.theme-atelier.page-dashboard .dashboard-sidebar-server-item.is-active {
  box-shadow: inset 3px 0 0 var(--accent);
}

body.theme-atelier.page-dashboard .dashboard-sidebar-server-item__main {
  display: flex;
  align-items: center;
  gap: 0.72rem;
  min-width: 0;
}

body.theme-atelier.page-dashboard .dashboard-sidebar-server-item__avatar {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  object-fit: cover;
  flex: 0 0 auto;
  border: 1px solid rgba(224, 184, 76, 0.12);
  background: rgba(255, 255, 255, 0.04);
}

body.theme-atelier.page-dashboard .dashboard-sidebar-server-item__avatar--fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff3db;
  font-size: 0.95rem;
  font-weight: 700;
}

body.theme-atelier.page-dashboard .dashboard-sidebar-server-item__copy {
  display: grid;
  gap: 0.18rem;
  min-width: 0;
}

body.theme-atelier.page-dashboard .dashboard-sidebar-server-item__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #f8f4ec;
  font-size: 0.98rem;
}

body.theme-atelier.page-dashboard .dashboard-sidebar-server-item__status {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: rgba(244, 239, 232, 0.62);
  font-size: 0.84rem;
}

body.theme-atelier.page-dashboard .dashboard-sidebar-server-item__status-dot {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: #888;
}

body.theme-atelier.page-dashboard .dashboard-sidebar-server-item__status.is-active {
  color: #86d487;
}

body.theme-atelier.page-dashboard .dashboard-sidebar-server-item__status.is-active .dashboard-sidebar-server-item__status-dot {
  background: #49c15a;
}

body.theme-atelier.page-dashboard .dashboard-sidebar-server-item__status.is-inactive {
  color: #d7a7a7;
}

body.theme-atelier.page-dashboard .dashboard-sidebar-server-item__status.is-inactive .dashboard-sidebar-server-item__status-dot {
  background: #b46a6a;
}

body.theme-atelier.page-dashboard .dashboard-sidebar-server-item__delete {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.95rem;
  height: 1.95rem;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(244, 239, 232, 0.72);
  font-size: 1.05rem;
  line-height: 1;
  cursor: pointer;
  flex: 0 0 auto;
}

body.theme-atelier.page-dashboard .dashboard-sidebar-server-item__delete:hover,
body.theme-atelier.page-dashboard .dashboard-sidebar-server-item__delete:focus-visible {
  border-color: rgba(226, 112, 112, 0.3);
  background: rgba(140, 46, 46, 0.18);
  color: #ffb2b2;
}

body.theme-atelier.page-dashboard .dashboard-sidebar-footer {
  display: grid;
  gap: 0.75rem;
  margin-top: auto;
  padding-top: 1.25rem;
}

body.theme-atelier.page-dashboard .dashboard-sidebar-button,
body.theme-atelier.page-dashboard .dashboard-logout {
  width: 100%;
}

body.theme-atelier.page-dashboard .dashboard-main {
  display: grid;
  gap: 1rem;
  padding: 0.35rem 0 0.2rem;
}

body.theme-atelier.page-dashboard .dashboard-topbar {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) auto auto;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.2rem;
  border-radius: 22px;
  border: 1px solid rgba(224, 184, 76, 0.08);
  background: rgba(12, 12, 14, 0.84);
}

body.theme-atelier.page-dashboard .dashboard-search {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  min-width: 0;
  padding: 0 1rem;
  min-height: 48px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(244, 239, 232, 0.42);
}

body.theme-atelier.page-dashboard .dashboard-search input {
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.theme-atelier.page-dashboard .dashboard-topbar-nav {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}

body.theme-atelier.page-dashboard .dashboard-topbar-context {
  display: grid;
  gap: 0.12rem;
  justify-items: start;
}

body.theme-atelier.page-dashboard .dashboard-topbar-context__label {
  margin: 0;
  color: rgba(224, 184, 76, 0.78);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

body.theme-atelier.page-dashboard .dashboard-topbar-context__text {
  margin: 0;
  color: rgba(244, 239, 232, 0.56);
  font-size: 0.92rem;
  line-height: 1.45;
}

body.theme-atelier.page-dashboard .dashboard-topbar-actions {
  justify-content: flex-end;
}

body.theme-atelier.page-dashboard .dashboard-hero {
  padding: 1.1rem 0 0.2rem;
}

body.theme-atelier.page-dashboard .dashboard-hero h1 {
  max-width: none;
  margin-bottom: 0.65rem;
  font-size: clamp(2.9rem, 5vw, 4.7rem);
}

body.theme-atelier.page-dashboard .dashboard-content {
  display: grid;
}

body.theme-atelier.page-dashboard .dashboard-admin-card {
  padding: 1rem;
}

body.theme-atelier.page-dashboard .dashboard-surface-card {
  padding: 1rem;
  border-radius: 22px;
}

body.theme-atelier.page-dashboard .dashboard-admin-banner {
  padding: 1.4rem;
  margin-bottom: 1.2rem;
  border-radius: 22px;
  border: 1px solid rgba(224, 184, 76, 0.12);
  background:
    linear-gradient(180deg, rgba(37, 34, 29, 0.98) 0%, rgba(29, 28, 25, 0.98) 100%);
}

body.theme-atelier.page-dashboard .dashboard-admin-banner h3 {
  margin: 0.5rem 0 0.55rem;
  font-size: 1.8rem;
}

body.theme-atelier.page-dashboard .dashboard-admin-banner p:last-child,
body.theme-atelier.page-dashboard .dashboard-admin-toolbar p {
  margin: 0;
  color: rgba(244, 239, 232, 0.56);
}

body.theme-atelier.page-dashboard .dashboard-admin-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.2rem;
}

body.theme-atelier.page-dashboard .dashboard-admin-toolbar h4 {
  margin: 0 0 0.35rem;
  font-size: 1.45rem;
}

body.theme-atelier.page-dashboard .dashboard-admin-actions {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  flex-wrap: wrap;
}

body.theme-atelier.page-dashboard .dashboard-status-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.85rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(244, 239, 232, 0.68);
}

body.theme-atelier.page-dashboard .dashboard-status-pill #adminBotStatusIndicator {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #777;
}

body.theme-atelier.page-dashboard .dashboard-anchor {
  height: 0;
}

body.theme-atelier.page-dashboard .dashboard-server-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1rem;
  transition:
    opacity 240ms ease,
    transform 240ms ease,
    max-height 240ms ease,
    margin-bottom 240ms ease;
  max-height: 2000px;
  opacity: 1;
  transform: translateY(0);
  overflow: hidden;
}

body.theme-atelier.page-dashboard .dashboard-server-grid.is-hidden {
  max-height: 0;
  opacity: 0;
  margin-bottom: 0;
  pointer-events: none;
  transform: translateY(-12px);
}

body.theme-atelier.page-dashboard .dashboard-empty-state {
  grid-column: 1 / -1;
  margin: 0;
  padding: 3rem 1.5rem;
  border-radius: 22px;
  text-align: center;
  color: rgba(244, 239, 232, 0.5);
  border: 1px dashed rgba(224, 184, 76, 0.12);
  background: rgba(255, 255, 255, 0.02);
}

body.theme-atelier.page-dashboard .dashboard-server-card {
  display: grid;
  gap: 0.55rem;
  min-height: 254px;
  padding: 1.3rem;
  border-radius: 22px;
  border: 1px solid rgba(224, 184, 76, 0.08);
  background: linear-gradient(180deg, rgba(24, 24, 26, 0.96) 0%, rgba(18, 18, 20, 0.98) 100%);
  cursor: pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

body.theme-atelier.page-dashboard .dashboard-server-card:hover {
  transform: translateY(-2px);
  border-color: rgba(224, 184, 76, 0.16);
  background: linear-gradient(180deg, rgba(28, 28, 30, 0.96) 0%, rgba(20, 20, 22, 0.98) 100%);
}

body.theme-atelier.page-dashboard .dashboard-server-card__toolbar {
  display: flex;
  justify-content: flex-end;
}

body.theme-atelier.page-dashboard .dashboard-server-card__bot {
  margin-top: 0.1rem;
}

body.theme-atelier.page-dashboard .dashboard-server-card__delete {
  min-height: 34px;
  padding: 0 0.8rem;
  border-radius: 12px;
  border: 1px solid rgba(226, 112, 112, 0.18);
  background: rgba(140, 46, 46, 0.16);
  color: #ffafaf;
  cursor: pointer;
}

body.theme-atelier.page-dashboard .dashboard-server-card__title {
  margin: 0.35rem 0 0.1rem;
  font-size: 1.45rem;
  line-height: 1.2;
}

body.theme-atelier.page-dashboard .dashboard-server-card__meta {
  margin: 0;
  color: rgba(244, 239, 232, 0.46);
  font-size: 0.92rem;
}

body.theme-atelier.page-dashboard .dashboard-server-card__status {
  display: inline-flex;
  align-items: center;
  align-self: end;
  justify-self: start;
  margin-top: auto;
  min-height: 32px;
  padding: 0 0.8rem;
  border-radius: 999px;
  font-size: 0.82rem;
  border: 1px solid transparent;
}

body.theme-atelier.page-dashboard .dashboard-server-card__status.is-active {
  background: rgba(78, 133, 87, 0.14);
  color: #9fdf9a;
  border-color: rgba(139, 209, 121, 0.14);
}

body.theme-atelier.page-dashboard .dashboard-server-card__status.is-inactive {
  background: rgba(165, 76, 76, 0.12);
  color: #ffb4a7;
  border-color: rgba(255, 165, 132, 0.12);
}

body.theme-atelier.page-dashboard .dashboard-secondary-button {
  background: rgba(255, 255, 255, 0.045);
  border-color: rgba(224, 184, 76, 0.12);
}

body.theme-atelier.page-dashboard .dashboard-danger-button {
  background: rgba(120, 39, 39, 0.18);
  border-color: rgba(210, 107, 107, 0.24);
  color: #ffd3d3;
}

body.theme-atelier.page-dashboard .dashboard-server-workspace {
  margin-top: 0.9rem;
  padding: 0.85rem;
  border-radius: 22px;
  border: 1px solid rgba(224, 184, 76, 0.1);
  background: linear-gradient(180deg, rgba(20, 20, 22, 0.98) 0%, rgba(16, 16, 18, 0.98) 100%);
  display: none;
  gap: 1rem;
  overflow: visible;
}

body.theme-atelier.page-dashboard .dashboard-server-workspace.is-open {
  display: grid;
  animation: dashboardWorkspaceIn 240ms ease;
}

body.theme-atelier.page-dashboard .dashboard-server-workspace__topbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

body.theme-atelier.page-dashboard .dashboard-server-workspace__copy h3 {
  margin: 0.35rem 0 0.35rem;
  font-size: 1.7rem;
}

body.theme-atelier.page-dashboard .dashboard-server-workspace__copy p:last-child {
  margin: 0;
  color: rgba(244, 239, 232, 0.56);
}

body.theme-atelier.page-dashboard .dashboard-server-workspace__botmeta {
  margin-top: 0.9rem;
}

body.theme-atelier.page-dashboard .dashboard-bot-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  min-height: 60px;
  padding: 0.7rem 0.85rem;
  border-radius: 16px;
  border: 1px solid rgba(224, 184, 76, 0.12);
  background: linear-gradient(180deg, rgba(34, 31, 26, 0.88), rgba(25, 22, 20, 0.92));
  box-shadow: inset 0 1px 0 rgba(255, 248, 220, 0.03);
}

body.theme-atelier.page-dashboard .dashboard-bot-pill--workspace {
  min-width: min(100%, 420px);
}

body.theme-atelier.page-dashboard .dashboard-bot-pill__avatar {
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 14px;
  object-fit: cover;
  flex-shrink: 0;
  border: 1px solid rgba(224, 184, 76, 0.14);
  background: rgba(255, 255, 255, 0.08);
}

body.theme-atelier.page-dashboard .dashboard-bot-pill__avatar--fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f4efe8;
  font-weight: 700;
}

body.theme-atelier.page-dashboard .dashboard-bot-pill__copy {
  display: grid;
  gap: 0.14rem;
  min-width: 0;
}

body.theme-atelier.page-dashboard .dashboard-bot-pill__copy strong {
  color: #f7f1e7;
  font-size: 0.98rem;
  line-height: 1.2;
}

body.theme-atelier.page-dashboard .dashboard-bot-pill__copy span {
  color: rgba(244, 239, 232, 0.54);
  font-size: 0.78rem;
  line-height: 1.35;
}

body.theme-atelier.page-dashboard .dashboard-bot-pill__eyebrow {
  color: #d7b15b !important;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.68rem !important;
}

body.theme-atelier.page-dashboard .dashboard-server-workspace__actions {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

body.theme-atelier.page-dashboard .dashboard-server-workspace__body {
  display: grid;
  grid-template-columns: minmax(250px, 290px) minmax(0, 1fr);
  gap: 0.9rem;
  min-height: 0;
  align-items: start;
}

body.theme-atelier.page-dashboard .dashboard-module-rail,
body.theme-atelier.page-dashboard .dashboard-module-stage {
  border-radius: 18px;
  border: 1px solid rgba(224, 184, 76, 0.08);
  background: rgba(255, 255, 255, 0.025);
}

body.theme-atelier.page-dashboard .dashboard-module-rail {
  padding: 0.85rem;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 0.75rem;
  min-height: 0;
}

body.theme-atelier.page-dashboard .dashboard-module-rail__head h4 {
  margin: 0 0 0.35rem;
  font-size: 1.15rem;
}

body.theme-atelier.page-dashboard .dashboard-module-rail__head p {
  margin: 0;
  color: rgba(244, 239, 232, 0.5);
  font-size: 0.92rem;
  line-height: 1.45;
}

body.theme-atelier.page-dashboard .dashboard-module-list {
  display: grid;
  gap: 0.7rem;
  align-content: start;
}

body.theme-atelier.page-dashboard .dashboard-module-card {
  padding: 0.82rem;
  border-radius: 16px;
  border: 1px solid rgba(224, 184, 76, 0.08);
  background: rgba(255, 255, 255, 0.028);
  transition:
    border-color 180ms ease,
    transform 180ms ease,
    background 180ms ease;
  cursor: pointer;
}

body.theme-atelier.page-dashboard .dashboard-module-card:hover {
  transform: translateY(-1px);
  border-color: rgba(224, 184, 76, 0.16);
  background: rgba(255, 255, 255, 0.04);
}

body.theme-atelier.page-dashboard .dashboard-module-card.is-active {
  border-color: rgba(224, 184, 76, 0.26);
  background: linear-gradient(180deg, rgba(54, 48, 35, 0.22) 0%, rgba(33, 31, 25, 0.2) 100%);
  box-shadow: inset 0 0 0 1px rgba(224, 184, 76, 0.08);
}

body.theme-atelier.page-dashboard .dashboard-module-card__head {
  display: flex;
  gap: 0.8rem;
  align-items: flex-start;
}

body.theme-atelier.page-dashboard .dashboard-module-card__emoji {
  width: 2.6rem;
  height: 2.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
  font-size: 1.2rem;
  flex-shrink: 0;
  font-family: "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", sans-serif;
}

body.theme-atelier.page-dashboard .dashboard-module-card__content h4 {
  margin: 0 0 0.25rem;
  font-size: 1rem;
}

body.theme-atelier.page-dashboard .dashboard-module-card__content p {
  margin: 0;
  color: rgba(244, 239, 232, 0.5);
  font-size: 0.81rem;
  line-height: 1.42;
}

body.theme-atelier.page-dashboard .dashboard-module-card__controls {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0.75rem;
}

body.theme-atelier.page-dashboard .dashboard-module-card__open {
  flex: 1;
  min-height: 36px;
  border-radius: 12px;
  border: 1px solid rgba(224, 184, 76, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: #f4efe8;
  cursor: pointer;
  font-weight: 600;
}

body.theme-atelier.page-dashboard .dashboard-module-card__icon-button {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: #f4efe8;
  cursor: pointer;
}

body.theme-atelier.page-dashboard .dashboard-module-stage {
  min-height: 0;
  padding: 0.85rem;
  overflow: visible;
  display: block;
}

body.theme-atelier.page-dashboard .dashboard-module-home,
body.theme-atelier.page-dashboard .dashboard-module-settings,
body.theme-atelier.page-dashboard .dashboard-module-editor {
  min-height: 0;
}

body.theme-atelier.page-dashboard .dashboard-module-home__hero,
body.theme-atelier.page-dashboard .dashboard-module-settings__head {
  padding: 0.9rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(224, 184, 76, 0.08);
  background: rgba(255, 255, 255, 0.025);
}

body.theme-atelier.page-dashboard .dashboard-module-home__hero h3,
body.theme-atelier.page-dashboard .dashboard-module-settings__head h3 {
  margin: 0.28rem 0 0.3rem;
  font-size: 1.38rem;
}

body.theme-atelier.page-dashboard .dashboard-module-home__hero p:last-child,
body.theme-atelier.page-dashboard .dashboard-module-settings__head p:last-child {
  margin: 0;
  color: rgba(244, 239, 232, 0.56);
  line-height: 1.48;
}

body.theme-atelier.page-dashboard .dashboard-module-home__tips {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1rem;
}

body.theme-atelier.page-dashboard .dashboard-module-home__tips article {
  padding: 1rem;
  border-radius: 18px;
  border: 1px solid rgba(224, 184, 76, 0.08);
  background: rgba(255, 255, 255, 0.025);
  display: grid;
  gap: 0.45rem;
}

body.theme-atelier.page-dashboard .dashboard-module-home__tips span {
  color: rgba(244, 239, 232, 0.52);
  line-height: 1.45;
}

body.theme-atelier.page-dashboard .dashboard-module-settings {
  display: grid;
  gap: 0.85rem;
  animation: dashboardModuleStageIn 220ms ease;
}

body.theme-atelier.page-dashboard .dashboard-module-editor {
  display: grid;
  gap: 0.85rem;
  animation: dashboardModuleStageIn 220ms ease;
}

body.theme-atelier.page-dashboard .dashboard-module-settings.hidden,
body.theme-atelier.page-dashboard .dashboard-module-home.hidden,
body.theme-atelier.page-dashboard .dashboard-module-editor.hidden {
  display: none;
}

body.theme-atelier.page-dashboard .dashboard-module-settings__form {
  display: grid;
  gap: 0;
}

body.theme-atelier.page-dashboard .dashboard-module-editor__frame {
  min-height: min(760px, calc(100vh - 250px));
  border-radius: 18px;
  border: 1px solid rgba(224, 184, 76, 0.08);
  background: rgba(255, 255, 255, 0.018);
  overflow: visible;
  padding: 0.5rem;
}

body.theme-atelier .admin-add-server-form {
  display: grid;
  gap: 1rem;
  padding: 20px;
}

body.theme-atelier .admin-add-server-form__field {
  display: grid;
  gap: 0.42rem;
}

body.theme-atelier .admin-add-server-form__field label {
  color: #f7f1e7;
  font-weight: 600;
  font-size: 0.94rem;
}

body.theme-atelier .admin-add-server-form__field input {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border-radius: 14px;
  border: 1px solid rgba(224, 184, 76, 0.12);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  font-size: 14px;
}

body.theme-atelier .admin-add-server-form__field input:focus {
  outline: none;
  border-color: rgba(224, 184, 76, 0.34);
  box-shadow: 0 0 0 3px rgba(224, 184, 76, 0.08);
}

body.theme-atelier .admin-add-server-form__field small {
  color: rgba(244, 239, 232, 0.5);
  font-size: 0.76rem;
  line-height: 1.45;
}

body.theme-atelier .admin-add-server-form__hint {
  display: grid;
  gap: 0.35rem;
  padding: 0.95rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(224, 184, 76, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

body.theme-atelier .admin-add-server-form__hint strong {
  color: #f4efe8;
  font-size: 0.88rem;
}

body.theme-atelier .admin-add-server-form__hint span {
  color: rgba(244, 239, 232, 0.56);
  font-size: 0.82rem;
  line-height: 1.45;
}

body.theme-atelier .admin-add-server-form__actions {
  display: flex;
}

body.theme-atelier .admin-add-server-form__actions .button {
  width: 100%;
}

body.theme-atelier .admin-picker {
  display: block;
  position: relative;
}

body.theme-atelier .admin-picker__label {
  display: block;
  margin-bottom: 7px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

body.theme-atelier .admin-picker__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  text-align: left;
  cursor: pointer;
  min-height: 46px;
  padding: 0.78rem 0.9rem;
  border-radius: 14px;
  border: 1px solid rgba(224, 184, 76, 0.1);
  background: linear-gradient(180deg, rgba(255, 248, 220, 0.03), rgba(255, 255, 255, 0.018));
  color: #f7f1e8;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
}

body.theme-atelier .admin-picker__value {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.theme-atelier .admin-picker__chevron {
  flex: 0 0 auto;
  color: rgba(255, 255, 255, 0.58);
  transition: transform 160ms ease, color 160ms ease;
}

body.theme-atelier .admin-picker.is-open .admin-picker__trigger {
  border-color: rgba(224, 184, 76, 0.34) !important;
  box-shadow: 0 0 0 3px rgba(224, 184, 76, 0.08);
  background: linear-gradient(180deg, rgba(78, 64, 32, 0.3), rgba(50, 40, 20, 0.16)) !important;
}

body.theme-atelier .admin-picker.is-open .admin-picker__chevron {
  color: #f0d38a;
  transform: rotate(180deg);
}

body.theme-atelier .admin-picker__popover {
  position: absolute;
  z-index: 90;
  inset: calc(100% + 8px) 0 auto 0;
  background:
    linear-gradient(180deg, rgba(35, 31, 27, 0.98), rgba(23, 21, 20, 0.985)),
    radial-gradient(circle at top left, rgba(224, 184, 76, 0.08), transparent 42%);
  border: 1px solid rgba(224, 184, 76, 0.14);
  border-radius: 18px;
  box-shadow:
    0 22px 54px rgba(0, 0, 0, 0.48),
    inset 0 1px 0 rgba(255, 248, 220, 0.04);
  padding: 12px;
  backdrop-filter: blur(18px);
}

body.theme-atelier .admin-picker__search {
  width: 100%;
  margin-bottom: 10px;
  min-height: 44px;
  padding: 0.75rem 0.9rem !important;
  border-radius: 14px !important;
  background: rgba(255, 248, 220, 0.025) !important;
  border: 1px solid rgba(224, 184, 76, 0.14) !important;
  color: rgba(255, 250, 240, 0.96) !important;
  box-shadow: inset 0 1px 0 rgba(255, 248, 220, 0.03);
}

body.theme-atelier .admin-segment-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 40px;
  padding: 0 0.95rem;
  border-radius: 14px;
  border: 1px solid rgba(224, 184, 76, 0.1);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(244, 239, 232, 0.82);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition:
    border-color 160ms ease,
    background 160ms ease,
    color 160ms ease,
    transform 160ms ease,
    box-shadow 160ms ease;
}

body.theme-atelier .admin-segment-button:hover,
body.theme-atelier .admin-segment-button:focus-visible {
  border-color: rgba(224, 184, 76, 0.22);
  background: rgba(255, 255, 255, 0.045);
  color: #fff8ea;
  transform: translateY(-1px);
}

body.theme-atelier .admin-segment-button.is-active {
  border-color: rgba(224, 184, 76, 0.28);
  background:
    linear-gradient(180deg, rgba(103, 81, 33, 0.46), rgba(65, 51, 25, 0.26)),
    radial-gradient(circle at top left, rgba(240, 211, 138, 0.08), transparent 48%);
  color: #fff8ea;
  box-shadow:
    inset 0 1px 0 rgba(255, 248, 220, 0.05),
    0 10px 24px rgba(0, 0, 0, 0.16);
}

body.theme-atelier .admin-cta-button {
  width: 100%;
  justify-content: center;
  min-height: 44px;
  padding: 0.78rem 1rem;
  border-radius: 16px;
  font-size: 0.94rem;
  font-weight: 600;
}

body.theme-atelier .admin-picker__options {
  display: grid;
  gap: 9px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 2px;
}

body.theme-atelier .admin-picker__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

body.theme-atelier .admin-picker__count,
body.theme-atelier .admin-picker__note {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  line-height: 1.45;
}

body.theme-atelier .admin-picker__note {
  display: block;
  margin-top: 7px;
}

body.theme-atelier .admin-picker__clear {
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(224, 184, 76, 0.12);
  background: rgba(255, 248, 220, 0.04);
  color: rgba(255, 247, 232, 0.9);
  cursor: pointer;
  font: inherit;
  transition:
    border-color 160ms ease,
    background 160ms ease,
    color 160ms ease;
}

body.theme-atelier .admin-picker__clear:hover,
body.theme-atelier .admin-picker__clear:focus-visible {
  border-color: rgba(224, 184, 76, 0.28);
  background: rgba(224, 184, 76, 0.09);
  color: #fff6db;
}

body.theme-atelier .admin-picker-option {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 14px;
  border-radius: 16px;
  border: 1px solid rgba(224, 184, 76, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 248, 220, 0.025), rgba(255, 255, 255, 0.012));
  color: rgba(255, 247, 232, 0.92);
  text-align: left;
  cursor: pointer;
  font: inherit;
  transition:
    border-color 160ms ease,
    background 160ms ease,
    transform 160ms ease,
    box-shadow 160ms ease,
    color 160ms ease;
}

body.theme-atelier .admin-picker-option:hover,
body.theme-atelier .admin-picker-option:focus-visible {
  border-color: rgba(224, 184, 76, 0.26);
  background:
    linear-gradient(180deg, rgba(224, 184, 76, 0.08), rgba(255, 248, 220, 0.035));
  box-shadow: inset 0 1px 0 rgba(255, 248, 220, 0.04);
  transform: translateY(-1px);
}

body.theme-atelier .admin-picker-option.is-selected {
  border-color: rgba(224, 184, 76, 0.38);
  background:
    linear-gradient(180deg, rgba(94, 73, 26, 0.46), rgba(57, 45, 19, 0.34)),
    radial-gradient(circle at top left, rgba(240, 211, 138, 0.12), transparent 45%);
  box-shadow:
    inset 0 1px 0 rgba(255, 248, 220, 0.06),
    0 10px 24px rgba(0, 0, 0, 0.18);
  color: #fff8ea;
}

body.theme-atelier .admin-picker-option.is-missing {
  opacity: 0.8;
}

body.theme-atelier .admin-picker-option__label {
  display: block;
  min-width: 0;
  flex: 1;
  overflow: hidden;
  white-space: normal;
  line-height: 1.45;
  word-break: break-word;
}

body.theme-atelier .admin-picker-option__marker {
  flex: 0 0 auto;
  min-width: 22px;
  min-height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  border-radius: 999px;
  color: rgba(255, 247, 232, 0.46);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 12px;
  font-weight: 700;
}

body.theme-atelier .admin-picker-option.is-selected .admin-picker-option__marker {
  color: #1a160f;
  background: linear-gradient(180deg, #f0d38a, #d6ab46);
  border-color: rgba(240, 211, 138, 0.6);
}

body.theme-atelier.page-dashboard .admin-inline-toast-stack {
  position: fixed;
  right: 28px;
  bottom: 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  pointer-events: none;
  z-index: 30;
}

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

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

body.theme-atelier .header-profile-link,
body.theme-atelier .header-logout-button,
body.theme-atelier .mobile-nav-toggle {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(224, 184, 76, 0.12);
}

body.theme-atelier .header-profile-card,
body.theme-atelier .mobile-nav-panel {
  background: linear-gradient(180deg, rgba(22, 22, 24, 0.98) 0%, rgba(14, 14, 16, 0.98) 100%);
  border: 1px solid rgba(224, 184, 76, 0.1);
}

body.theme-atelier .header-profile-popover {
  right: 0;
}

body.theme-atelier .faq-question {
  font-size: 1.05rem;
}

body.theme-atelier .faq-item.is-open {
  border-color: rgba(224, 184, 76, 0.14);
}

body.theme-atelier ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

body.theme-atelier ::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.03);
}

body.theme-atelier ::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(224, 184, 76, 0.28);
}

@media (max-width: 1180px) {
  body.theme-atelier.page-dashboard .dashboard-shell {
    grid-template-columns: 1fr;
  }

  body.theme-atelier.page-dashboard .dashboard-sidebar {
    display: none;
  }

  body.theme-atelier.page-dashboard .dashboard-topbar {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  body.theme-atelier.page-dashboard .dashboard-topbar-nav,
  body.theme-atelier.page-dashboard .dashboard-topbar-context {
    display: none;
  }
}

@media (max-width: 720px) {
  body.theme-atelier .site-header {
    width: min(calc(100% - 1rem), 100%);
  }

  body.theme-atelier .hero h1,
  body.theme-atelier .profile-page-hero h1,
  body.theme-atelier .services-page-hero h1 {
    max-width: none;
    font-size: clamp(2.5rem, 10vw, 3.3rem);
  }

  body.theme-atelier.page-dashboard .page-shell {
    width: min(calc(100% - 0.8rem), 100%);
    padding: 0.8rem 0 1rem;
  }

  body.theme-atelier.page-dashboard .dashboard-topbar {
    grid-template-columns: 1fr auto;
    padding: 0.85rem;
  }

  body.theme-atelier.page-dashboard .dashboard-admin-toolbar {
    flex-direction: column;
    align-items: stretch;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

:focus-visible {
  outline: 2px solid rgba(240, 179, 111, 0.72);
  outline-offset: 3px;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: "Space Grotesk", "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(240, 179, 111, 0.18), transparent 34%),
    radial-gradient(circle at right 15%, rgba(148, 215, 211, 0.12), transparent 26%),
    linear-gradient(180deg, #0b0913 0%, #0f0e17 35%, #12111e 100%);
  color: var(--text);
}

body.modal-open {
  overflow: hidden;
}

@keyframes devix-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.admin-save-button.is-saving {
  opacity: 0.92;
  cursor: progress;
}

.admin-save-bar {
  position: sticky;
  bottom: 0;
  z-index: 3;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 12px;
  padding-top: 10px;
  padding-bottom: 0;
  background: linear-gradient(180deg, rgba(16, 16, 18, 0) 0%, rgba(16, 16, 18, 0.76) 36%, rgba(16, 16, 18, 0.96) 100%);
  backdrop-filter: blur(8px);
}

.admin-save-button {
  flex: 0 0 auto;
  width: auto;
  min-width: 176px;
  max-width: 220px;
  min-height: 44px;
  padding: 0.72rem 1.15rem;
  border-radius: 16px;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.1;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 10px 18px rgba(5, 5, 14, 0.14);
}

.admin-save-button:hover,
.admin-save-button:focus-visible {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 14px 24px rgba(5, 5, 14, 0.2);
}

.admin-save-button__emoji {
  display: inline-block;
  font-size: 0.95em;
  line-height: 1;
}

.admin-save-button.is-saving .admin-save-button__emoji {
  animation: devix-spin 0.95s linear infinite;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

.page-shell {
  position: relative;
  overflow: hidden;
}

.ambient {
  position: fixed;
  z-index: -1;
  width: 36rem;
  height: 36rem;
  border-radius: 999px;
  filter: blur(120px);
  opacity: 0.45;
}

.ambient-left {
  top: -8rem;
  left: -10rem;
  background: rgba(240, 179, 111, 0.24);
}

.ambient-right {
  right: -12rem;
  top: 18rem;
  background: rgba(148, 215, 211, 0.2);
}

.site-header,
.section,
.site-footer {
  width: min(calc(100% - 2rem), var(--container));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 1rem;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.8rem;
  margin-top: 1rem;
  padding: 0.7rem 0.95rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(15, 14, 23, 0.72);
  backdrop-filter: blur(18px);
  box-shadow: 0 20px 45px rgba(4, 3, 12, 0.22);
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.62rem;
}

.brand-icon-wrap {
  display: inline-flex;
  width: 2.35rem;
  height: 2.2rem;
  overflow: hidden;
  border-radius: 0.78rem;
  flex: 0 0 auto;
}

.brand-image {
  display: block;
  width: auto;
  height: 2.2rem;
  max-width: none;
  object-fit: cover;
  object-position: left center;
  filter:
    brightness(1.14)
    contrast(1.1)
    saturate(1.08)
    drop-shadow(0 0 14px rgba(240, 179, 111, 0.18));
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  color: rgba(247, 244, 238, 0.94);
  font-size: 1.08rem;
  font-weight: 600;
  letter-spacing: -0.04em;
  text-shadow:
    0 0 12px rgba(240, 179, 111, 0.14),
    0 0 22px rgba(125, 153, 255, 0.08);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.42rem;
  margin-left: 1.1rem;
  font-size: 0.9rem;
  color: var(--muted);
}

.header-actions {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin-left: auto;
}

.mobile-nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.08), transparent 55%),
    linear-gradient(180deg, rgba(28, 28, 40, 0.95), rgba(18, 18, 28, 0.95));
  cursor: pointer;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 14px 28px rgba(4, 4, 10, 0.22);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background 220ms ease;
}

.mobile-nav-toggle:hover,
.mobile-nav-toggle:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.28);
}

.mobile-nav-toggle span {
  display: block;
  width: 1rem;
  height: 1.5px;
  border-radius: 999px;
  background: rgba(247, 244, 238, 0.94);
}

.mobile-nav-toggle span + span {
  margin-top: 0.18rem;
}

.header-profile-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.7rem;
  height: 2.7rem;
  padding: 0.24rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.1), transparent 55%),
    linear-gradient(180deg, rgba(28, 28, 40, 0.95), rgba(18, 18, 28, 0.95));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 14px 28px rgba(4, 4, 10, 0.3);
  cursor: pointer;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background 220ms ease;
}

.header-profile-link:hover,
.header-profile-link:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.28);
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.14), transparent 55%),
    linear-gradient(180deg, rgba(34, 34, 46, 0.98), rgba(18, 18, 28, 0.98));
}

.header-logout-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.7rem;
  height: 2.7rem;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.08), transparent 55%),
    linear-gradient(180deg, rgba(28, 28, 40, 0.95), rgba(18, 18, 28, 0.95));
  cursor: pointer;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 14px 28px rgba(4, 4, 10, 0.3);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background 220ms ease;
}

.header-logout-button:hover,
.header-logout-button:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.28);
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.12), transparent 55%),
    linear-gradient(180deg, rgba(34, 34, 46, 0.98), rgba(18, 18, 28, 0.98));
}

.header-logout-icon {
  position: relative;
  display: block;
  width: 1.05rem;
  height: 1.05rem;
}

.header-logout-icon::before {
  content: "";
  position: absolute;
  top: 0.12rem;
  left: 0.12rem;
  width: 0.56rem;
  height: 0.8rem;
  border: 1.8px solid rgba(245, 241, 234, 0.92);
  border-right: 0;
  border-radius: 0.22rem 0 0 0.22rem;
}

.header-logout-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.02rem;
  width: 0.56rem;
  height: 0.56rem;
  border-top: 1.8px solid rgba(245, 241, 234, 0.92);
  border-right: 1.8px solid rgba(245, 241, 234, 0.92);
  transform: translateY(-50%) rotate(45deg);
}

.header-logout-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.08rem;
  width: 0.62rem;
  height: 1.8px;
  background: rgba(245, 241, 234, 0.92);
  transform: translateY(-50%);
}

.header-profile-avatar {
  position: relative;
  display: block;
  width: 2.18rem;
  height: 2.18rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.14), transparent 38%),
    linear-gradient(135deg, rgba(121, 104, 77, 0.92), rgba(49, 52, 66, 0.96));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.header-profile-avatar::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.28rem;
  height: 0.28rem;
  border-radius: 999px;
  background: rgba(241, 226, 193, 0.95);
  transform: translate(-50%, -50%);
  box-shadow: 0 0 10px rgba(241, 226, 193, 0.55);
}

.header-profile-avatar.has-image::after {
  opacity: 0;
}

.header-profile-popover {
  position: absolute;
  top: calc(100% + 0.8rem);
  right: 3.25rem;
  z-index: 30;
  width: min(20rem, calc(100vw - 1.4rem));
}

.header-profile-card {
  display: grid;
  justify-items: center;
  gap: 0.55rem;
  padding: 1.15rem 1rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1.6rem;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.08), transparent 42%),
    linear-gradient(180deg, rgba(28, 24, 45, 0.96), rgba(16, 14, 28, 0.97));
  backdrop-filter: blur(22px);
  box-shadow: 0 26px 60px rgba(2, 2, 8, 0.42);
}

.header-profile-card-avatar {
  display: grid;
  place-items: center;
  width: 5.4rem;
  height: 5.4rem;
  border-radius: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.12), transparent 36%),
    linear-gradient(135deg, rgba(121, 104, 77, 0.92), rgba(49, 52, 66, 0.96));
  color: var(--text);
  font-size: 1.6rem;
  font-weight: 700;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 36px rgba(4, 4, 10, 0.24);
}

.header-profile-card-avatar.has-image {
  color: transparent;
}

.header-profile-edit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.3rem;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(240, 179, 111, 0.96);
  font-size: 0.9rem;
  font-weight: 500;
  transition:
    transform 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.header-profile-edit:hover,
.header-profile-edit:focus-visible {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.1);
  color: var(--text);
}

.header-profile-name,
.header-profile-role,
.header-profile-tagline {
  margin: 0;
  text-align: center;
}

.header-profile-name {
  font-size: 1.18rem;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.header-profile-role {
  color: rgba(240, 179, 111, 0.94);
  font-size: 0.92rem;
}

.header-profile-tagline {
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.5;
}

.mobile-nav {
  position: fixed;
  inset: 0;
  z-index: 55;
}

.mobile-nav-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 8, 14, 0.46);
  backdrop-filter: blur(14px);
}

.mobile-nav-panel {
  position: absolute;
  top: 1rem;
  right: min(1rem, 4vw);
  width: min(calc(100% - 1.2rem), 22rem);
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1.8rem;
  background:
    linear-gradient(180deg, rgba(26, 23, 42, 0.98), rgba(15, 13, 27, 0.98)),
    rgba(15, 13, 27, 0.98);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.42);
}

.mobile-nav-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.mobile-nav-section + .mobile-nav-section {
  margin-top: 1rem;
}

.mobile-nav-label {
  margin: 0 0 0.65rem;
  color: rgba(240, 179, 111, 0.8);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.mobile-nav-close {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
}

.mobile-nav-close span {
  position: absolute;
  width: 0.95rem;
  height: 1.5px;
  border-radius: 999px;
  background: rgba(247, 244, 238, 0.94);
}

.mobile-nav-close span:first-child {
  transform: rotate(45deg);
}

.mobile-nav-close span:last-child {
  transform: rotate(-45deg);
}

.mobile-nav-links {
  display: grid;
  gap: 0.55rem;
}

.mobile-nav-links a {
  display: flex;
  align-items: center;
  min-height: 3rem;
  padding: 0.8rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(220, 214, 236, 0.94);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.mobile-nav-links a:hover,
.mobile-nav-links a:focus-visible,
.mobile-nav-links a[aria-current="page"],
.mobile-nav-links a.is-active {
  transform: translateY(-1px);
  border-color: rgba(240, 179, 111, 0.22);
  background:
    linear-gradient(135deg, rgba(240, 179, 111, 0.12), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.05);
  color: var(--text);
}

.mobile-nav-links--secondary a {
  color: rgba(244, 239, 232, 0.74);
}

.mobile-nav-footer {
  margin-top: 1rem;
}

.mobile-nav-footer--secondary {
  margin-top: 0.7rem;
}

.mobile-nav-footer-link {
  display: inline-flex;
  align-items: center;
  color: rgba(244, 239, 232, 0.68);
  font-size: 0.95rem;
}

.dashboard-mobile-primary-action {
  width: 100%;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.35rem;
  padding: 0.56rem 0.86rem;
  border: 1px solid transparent;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.025);
  color: rgba(205, 199, 222, 0.9);
  letter-spacing: -0.01em;
  transition:
    color 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--text);
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(135deg, rgba(240, 179, 111, 0.12), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.045);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 10px 22px rgba(7, 6, 16, 0.16);
}

.site-nav a[aria-current="page"] {
  color: var(--text);
  border-color: rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(135deg, rgba(240, 179, 111, 0.14), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.05);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 10px 24px rgba(7, 6, 16, 0.18);
}

.header-actions .button-small {
  min-height: 2.7rem;
  padding-inline: 1.05rem;
  border-color: rgba(255, 255, 255, 0.14);
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.08), transparent 55%),
    linear-gradient(135deg, rgba(240, 179, 111, 0.12), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.035);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 14px 28px rgba(4, 4, 10, 0.22);
}

.header-actions .button-small:hover,
.header-actions .button-small:focus-visible {
  border-color: rgba(240, 179, 111, 0.34);
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.1), transparent 55%),
    linear-gradient(135deg, rgba(240, 179, 111, 0.18), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.05);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 3.25rem;
  padding: 0.9rem 1.45rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(240, 179, 111, 0.18), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.06);
  color: var(--text);
  font-weight: 500;
  font-family: "Space Grotesk", "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", sans-serif;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 16px 32px rgba(5, 5, 14, 0.18);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background 220ms ease,
    box-shadow 220ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(240, 179, 111, 0.5);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 22px 44px rgba(5, 5, 14, 0.26);
}

.button-small {
  min-height: 2.8rem;
  padding-inline: 1.1rem;
  font-size: 0.94rem;
}

.button-ghost {
  background: transparent;
}

.section {
  padding: 5.5rem 0;
}

.hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 3rem;
  align-items: start;
  min-height: min(48rem, calc(100vh - 7rem));
  padding-top: 1.9rem;
}

.hero-copy {
  display: grid;
  align-content: start;
  align-self: start;
  max-width: 38rem;
  gap: 0;
}

.page-shell-profile main {
  min-height: calc(100vh - 7rem);
}

.profile-page-hero {
  padding-top: 4.5rem;
}

.profile-page-hero h1 {
  margin: 0;
  line-height: 0.98;
  letter-spacing: -0.04em;
  font-size: clamp(2.8rem, 7vw, 5rem);
}

.profile-page-grid {
  grid-template-columns: minmax(0, 56rem);
  align-items: start;
}

.eyebrow-pill {
  display: inline-flex;
  margin-bottom: 1.25rem;
  padding: 0.6rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--muted);
  font-size: 0.88rem;
}

.hero-kicker,
.section-label,
.project-meta,
.timeline-phase,
.benefit-index {
  margin: 0 0 0.9rem;
  color: var(--accent);
  font-size: 0.88rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-logo {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 1.15rem;
  padding: 0.55rem 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.2rem;
  background:
    radial-gradient(circle at 18% 30%, rgba(240, 179, 111, 0.18), transparent 45%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    rgba(17, 14, 28, 0.34);
  backdrop-filter: blur(12px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 18px 34px rgba(5, 5, 14, 0.18);
}

.hero-logo-lockup {
  gap: 1rem;
}

.hero-logo-icon-wrap {
  width: 3.4rem;
  height: 3.1rem;
  border-radius: 1.05rem;
}

.hero-logo-icon {
  height: 3.1rem;
  filter:
    brightness(1.16)
    contrast(1.1)
    saturate(1.08)
    drop-shadow(0 0 18px rgba(240, 179, 111, 0.18));
}

.hero-logo-mark {
  font-size: 3.15rem;
  font-weight: 700;
  letter-spacing: -0.055em;
  color: rgba(247, 244, 238, 0.98);
  text-shadow:
    0 0 18px rgba(255, 255, 255, 0.08),
    0 0 26px rgba(240, 179, 111, 0.1);
}

.hero h1,
.section-heading h2,
.intro-band h2,
.contact-panel h2 {
  margin: 0;
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.hero h1 {
  max-width: 11ch;
  font-size: clamp(3.8rem, 8vw, 7.3rem);
}

.hero h1 span {
  display: inline-block;
  font-family: "Instrument Serif", serif;
  font-style: italic;
  color: #f7d1b4;
  font-weight: 400;
}

.hero-text,
.section-heading p,
.project-copy p,
.benefit-card p,
.timeline-card p,
.faq-answer p,
.contact-actions p,
.intro-band p,
.featured-quote footer,
.testimonial-card span,
.site-footer p {
  color: var(--muted);
  line-height: 1.7;
}

.hero-text {
  max-width: 40rem;
  margin: 1.2rem 0 0;
  font-size: 1.04rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-top: 1.8rem;
}

.hero-secondary-action {
  background: rgba(255, 255, 255, 0.03);
}

.hero-signals {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 1rem;
}

.hero-signal {
  display: grid;
  align-content: start;
  gap: 0.38rem;
  min-height: 100%;
  padding: 0.9rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.15rem;
  background:
    radial-gradient(circle at top left, rgba(240, 179, 111, 0.1), transparent 40%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015)),
    rgba(255, 255, 255, 0.028);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 16px 28px rgba(5, 5, 14, 0.12);
}

.hero-signal strong {
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.hero-signal span {
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.55;
}

.glass-panel,
.benefit-card,
.project-card,
.testimonial-card,
.timeline-card,
.faq-item,
.intro-band,
.contact-panel {
  border: 1px solid var(--line);
  background: var(--surface);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow);
}

.glass-panel {
  padding: 1.35rem 1.4rem;
  border-radius: 1.6rem;
}

.hero-visual {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  min-height: 36rem;
  padding-top: 0.75rem;
}

.hero-services {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
  max-width: 41rem;
  background:
    linear-gradient(180deg, rgba(29, 26, 46, 0.82), rgba(16, 14, 28, 0.82)),
    rgba(255, 255, 255, 0.03);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 26px 46px rgba(5, 5, 14, 0.22);
}

.hero-services-label {
  margin: 0;
  color: rgba(247, 244, 238, 0.72);
  font-size: 0.85rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-services-list {
  display: grid;
  gap: 0.85rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-services-list li {
  position: relative;
  padding-left: 1.35rem;
  color: var(--text);
  line-height: 1.6;
}

.hero-services-list li::before {
  content: "";
  position: absolute;
  top: 0.72rem;
  left: 0;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(240, 179, 111, 0.95), rgba(255, 207, 159, 0.85));
  box-shadow: 0 0 12px rgba(240, 179, 111, 0.38);
}

.button-telegram {
  gap: 0.72rem;
  margin-top: 1.05rem;
  width: fit-content;
  background:
    linear-gradient(135deg, rgba(35, 164, 255, 0.22), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.05);
}

.button-telegram:hover,
.button-telegram:focus-visible {
  border-color: rgba(35, 164, 255, 0.5);
}

.telegram-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.15rem;
  height: 1.15rem;
  color: #8fd3ff;
}

.telegram-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-workbench {
  position: relative;
  width: min(100%, 38rem);
  min-height: 33rem;
}

.hero-workbench::before {
  content: "";
  position: absolute;
  inset: 4rem 3rem 3rem;
  border-radius: 2.8rem;
  background:
    radial-gradient(circle at top left, rgba(240, 179, 111, 0.18), transparent 42%),
    radial-gradient(circle at bottom right, rgba(64, 114, 255, 0.16), transparent 40%),
    rgba(14, 12, 24, 0.62);
  filter: blur(0);
}

.hero-orbit-tag {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  padding: 0.68rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(247, 244, 238, 0.9);
  backdrop-filter: blur(14px);
  box-shadow: 0 16px 28px rgba(4, 4, 12, 0.28);
}

.orbit-design {
  top: 2.2rem;
  left: 0.5rem;
}

.orbit-dev {
  top: 1rem;
  right: 1rem;
}

.orbit-motion {
  bottom: 8rem;
  left: 0;
}

.orbit-bots {
  right: 0.7rem;
  bottom: 5rem;
}

.workspace-window {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 2rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
    rgba(18, 16, 31, 0.8);
  backdrop-filter: blur(18px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 30px 70px rgba(3, 3, 10, 0.4);
}

.window-design {
  top: 1.75rem;
  left: 0;
  width: min(100%, 21rem);
  transform: rotate(-7deg);
}

.window-code {
  right: 0;
  bottom: 2rem;
  width: min(100%, 26rem);
  transform: rotate(5deg);
}

.workspace-top,
.browser-chrome {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
}

.workspace-lights,
.browser-chrome {
  display: flex;
  gap: 0.38rem;
}

.workspace-lights span,
.browser-chrome span {
  width: 0.68rem;
  height: 0.68rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.workspace-app {
  color: rgba(247, 244, 238, 0.86);
  font-size: 0.92rem;
  letter-spacing: 0.04em;
}

.workspace-body {
  padding: 0 1rem 1rem;
}

.design-body,
.code-body {
  display: grid;
  gap: 0.95rem;
  align-items: stretch;
}

.design-body {
  grid-template-columns: 3.8rem 1fr;
}

.design-sidebar,
.code-sidebar {
  display: grid;
  align-content: start;
  gap: 0.65rem;
  padding: 0.85rem 0.75rem;
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.04);
}

.design-sidebar span,
.code-sidebar span {
  height: 1.1rem;
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.08);
}

.design-canvas {
  position: relative;
  min-height: 16rem;
  padding: 1rem;
  border-radius: 1.4rem;
  background:
    linear-gradient(180deg, rgba(6, 8, 18, 0.96), rgba(22, 22, 34, 0.84)),
    rgba(255, 255, 255, 0.02);
}

.design-ruler {
  width: 58%;
  height: 0.45rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.design-frame {
  position: absolute;
  border-radius: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.design-frame-primary {
  top: 3.2rem;
  left: 1rem;
  right: 3rem;
  bottom: 3rem;
  background:
    linear-gradient(135deg, rgba(240, 179, 111, 0.22), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.02);
}

.design-frame-secondary {
  right: 1rem;
  bottom: 1rem;
  width: 6rem;
  height: 5.2rem;
  background:
    linear-gradient(135deg, rgba(74, 118, 255, 0.24), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.02);
}

.design-chip {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(247, 244, 238, 0.84);
  font-size: 0.85rem;
}

.code-body {
  grid-template-columns: 3.5rem 1fr;
}

.code-editor {
  display: grid;
  gap: 0.95rem;
  min-height: 18rem;
  padding: 0.95rem;
  border-radius: 1.4rem;
  background:
    linear-gradient(180deg, rgba(8, 9, 16, 0.96), rgba(18, 20, 34, 0.9)),
    rgba(255, 255, 255, 0.02);
}

.code-tabs {
  display: flex;
  gap: 0.55rem;
  flex-wrap: wrap;
}

.code-tabs span {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.35rem 0.7rem;
  border-radius: 0.8rem;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(247, 244, 238, 0.78);
  font-size: 0.82rem;
}

.code-lines {
  display: grid;
  gap: 0.8rem;
  align-content: start;
}

.code-line {
  display: block;
  height: 0.78rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.code-line-short {
  width: 34%;
}

.code-line-mid {
  width: 57%;
}

.code-line-wide {
  width: 86%;
}

.code-line.accent {
  background: linear-gradient(90deg, rgba(240, 179, 111, 0.78), rgba(105, 145, 255, 0.72));
}

.section.intro-band {
  padding-top: 0.85rem;
  padding-bottom: 4.4rem;
}

.intro-band {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2.2rem;
  padding: 2.2rem;
  border-radius: 2rem;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(240, 179, 111, 0.1), transparent 34%),
    radial-gradient(circle at right center, rgba(97, 141, 255, 0.08), transparent 32%),
    rgba(20, 17, 35, 0.72);
}

.intro-band::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent 28%),
    linear-gradient(315deg, rgba(255, 255, 255, 0.03), transparent 30%);
}

.intro-band-copy,
.featured-quote {
  position: relative;
  z-index: 1;
}

.intro-band-copy {
  display: grid;
  align-content: start;
  gap: 1.35rem;
}

.intro-band-text {
  margin: 0;
  max-width: 42rem;
  color: var(--muted);
  line-height: 1.75;
}

.intro-band-text strong {
  color: rgba(247, 244, 238, 0.96);
  font-weight: 600;
}

.intro-band-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.intro-point {
  position: relative;
  display: grid;
  align-content: start;
  gap: 1rem;
  min-height: 100%;
  padding: 1.2rem 1.15rem 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.45rem;
  background:
    radial-gradient(circle at top left, rgba(240, 179, 111, 0.12), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.028);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 18px 34px rgba(5, 5, 14, 0.16);
  overflow: hidden;
}

.intro-point::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, rgba(240, 179, 111, 0.55), rgba(97, 141, 255, 0.18), transparent);
}

.intro-point > div {
  display: grid;
  align-content: start;
  gap: 0.45rem;
}

.intro-point-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 0.95rem;
  border: 1px solid rgba(240, 179, 111, 0.16);
  background:
    linear-gradient(135deg, rgba(240, 179, 111, 0.16), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.03);
  color: var(--accent);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  box-shadow: 0 10px 22px rgba(240, 179, 111, 0.08);
}

.intro-point h3 {
  margin: 0;
  font-size: 1.14rem;
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.intro-point p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.featured-quote {
  margin: 0;
  display: grid;
  align-content: start;
  gap: 1rem;
  padding: 1.8rem;
  border-radius: 1.65rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.featured-quote p {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.65;
}

.featured-quote-label {
  color: rgba(247, 244, 238, 0.64);
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.featured-quote h3 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.featured-quote-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.quote-metric {
  display: grid;
  gap: 0.3rem;
  padding: 0.9rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.15rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018)),
    rgba(255, 255, 255, 0.02);
}

.quote-metric strong {
  color: var(--text);
  font-size: 1.35rem;
  line-height: 1;
  letter-spacing: -0.04em;
}

.quote-metric span {
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.45;
}

.featured-quote-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 0.3rem;
}

.featured-quote-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 2.2rem;
  padding: 0.5rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(247, 244, 238, 0.86);
}

.section-heading {
  max-width: 48rem;
  margin-bottom: 2rem;
}

.section-heading-balanced {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.85fr);
  gap: 0.9rem 2.6rem;
  align-items: end;
  max-width: none;
}

.section-heading-balanced .section-label {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.section-heading-balanced h2 {
  grid-column: 1;
  max-width: 13ch;
}

.section-heading-balanced p {
  grid-column: 2;
  align-self: end;
  margin: 0 0 0.35rem;
  max-width: none;
}

.section-heading h2,
.intro-band h2,
.contact-panel h2 {
  font-size: clamp(2.2rem, 4.8vw, 4.3rem);
}

.section-heading p {
  margin-top: 1rem;
  max-width: 38rem;
}

.benefits-grid,
.work-grid,
.testimonials,
.account-grid {
  display: grid;
  gap: 1.2rem;
}

.account-grid {
  grid-template-columns: minmax(0, 42rem);
}

.services-page-hero {
  padding-top: 4rem;
}

.page-signals {
  margin-top: 1.25rem;
  max-width: 58rem;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
  margin-top: 2rem;
}

.contact-grid {
  margin-top: 1.6rem;
}

.service-card {
  min-height: 15.5rem;
}

.service-lanes,
.contact-brief-grid,
.faq-routing {
  display: grid;
  gap: 1rem;
  margin-top: 1.6rem;
}

.service-lanes {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-lane,
.contact-brief-card,
.faq-routing-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 0.7rem;
  padding: 1.25rem 1.3rem;
  border-radius: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top left, rgba(240, 179, 111, 0.08), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015)),
    rgba(255, 255, 255, 0.022);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 16px 28px rgba(5, 5, 14, 0.12);
}

.service-lane h3,
.contact-brief-card h3,
.faq-routing-card h3 {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.3;
  letter-spacing: -0.03em;
}

.service-lane p:last-child,
.contact-brief-card p:last-child,
.faq-routing-card p:last-child {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.service-lane__label,
.faq-routing-card__label,
.contact-brief-card__index {
  margin: 0;
  color: var(--accent);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.contact-brief-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.contact-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  padding-top: 0.3rem;
}

.service-points,
.contact-notes {
  display: grid;
  gap: 0.65rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-points {
  margin-top: auto;
  padding-top: 1rem;
}

.service-points li,
.contact-notes li {
  position: relative;
  padding-left: 1.1rem;
  color: var(--muted);
  line-height: 1.55;
}

.service-points li::before,
.contact-notes li::before {
  content: "";
  position: absolute;
  top: 0.68rem;
  left: 0;
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(240, 179, 111, 0.96), rgba(255, 207, 159, 0.84));
  box-shadow: 0 0 12px rgba(240, 179, 111, 0.32);
}

.contact-card {
  display: grid;
  align-content: start;
  gap: 1rem;
}

.contact-button {
  width: fit-content;
  margin-top: auto;
}

.services-contact-panel {
  margin-top: 2rem;
}

body.theme-atelier.page-services .services-page-hero h1,
body.theme-atelier.page-contact .services-page-hero h1,
body.theme-atelier.page-faq .services-page-hero h1 {
  max-width: 13ch;
  font-size: clamp(3.35rem, 6vw, 5.6rem);
}

body.theme-atelier.page-contact .services-page-hero h1 {
  max-width: 11ch;
}

body.theme-atelier.page-faq .services-page-hero h1 {
  max-width: 12ch;
}

body.theme-atelier.page-services .page-signals,
body.theme-atelier.page-contact .page-signals,
body.theme-atelier.page-faq .page-signals {
  max-width: 52rem;
}

.panel-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 1.3rem;
  max-width: 28rem;
}

.account-card {
  padding: 1.6rem;
  border-radius: 1.8rem;
  border: 1px solid var(--line);
  background: var(--surface);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow);
}

.auth-card {
  display: grid;
  gap: 1.25rem;
}

.profile-card {
  min-height: 26rem;
}

.auth-card-head h3 {
  margin: 0.35rem 0 0.5rem;
  font-size: 1.65rem;
  letter-spacing: -0.03em;
}

.auth-intro,
.auth-panel-head p,
.auth-helper {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.auth-tabs {
  display: inline-grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
  width: 100%;
  padding: 0.35rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
}

.auth-tab {
  min-height: 2.8rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease;
}

.auth-tab.is-active {
  background: rgba(255, 255, 255, 0.08);
  color: var(--text);
}

.auth-form,
.profile-form,
.utility-form {
  display: grid;
  gap: 1rem;
}

.auth-flow {
  position: relative;
}

.auth-provider-stack {
  display: grid;
  gap: 1rem;
}

.auth-provider-button {
  width: 100%;
}

.auth-provider-button.is-disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.auth-provider-button-discord {
  background:
    linear-gradient(135deg, rgba(108, 130, 255, 0.92), rgba(70, 86, 196, 0.96)),
    rgba(88, 101, 242, 0.95);
  border-color: rgba(145, 161, 255, 0.3);
  box-shadow: 0 18px 34px rgba(50, 64, 157, 0.3);
}

.auth-provider-button-discord:hover,
.auth-provider-button-discord:focus-visible {
  border-color: rgba(168, 180, 255, 0.4);
  box-shadow: 0 20px 38px rgba(50, 64, 157, 0.38);
}

.auth-provider-card {
  display: grid;
  gap: 0.85rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.2rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.02);
}

.auth-provider-card-head {
  display: grid;
  gap: 0.3rem;
}

.auth-provider-card-head h3 {
  margin: 0;
  font-size: 1.1rem;
}

.telegram-login-placeholder {
  display: flex;
  justify-content: center;
  min-height: 3rem;
}

.auth-panel {
  display: none;
  gap: 1rem;
}

.auth-panel.is-active {
  display: grid;
}

.auth-panel-head {
  display: grid;
  gap: 0.35rem;
}

.auth-panel-head h3 {
  margin: 0;
  font-size: 1.15rem;
}

.field {
  display: grid;
  gap: 0.55rem;
}

.field span,
.profile-label,
.form-note {
  color: var(--muted);
  font-size: 0.95rem;
}

.field-note,
.availability-status,
.profile-meta {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.5;
}

.field input,
.field textarea {
  width: 100%;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  background: rgba(10, 10, 16, 0.35);
  color: var(--text);
  outline: none;
  transition: border-color 180ms ease, background 180ms ease;
}

.field input:focus,
.field textarea:focus {
  border-color: rgba(240, 179, 111, 0.5);
  background: rgba(10, 10, 16, 0.6);
}

.form-submit {
  width: 100%;
}

.auth-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.auth-helper {
  font-size: 0.95rem;
}

.text-link {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--accent);
  cursor: pointer;
}

.text-link:hover,
.text-link:focus-visible {
  text-decoration: underline;
}

.form-note,
.form-status {
  margin: 1rem 0 0;
}

.inline-actions {
  display: flex;
  gap: 0.8rem;
}

.inline-actions .button {
  width: 100%;
}

.form-status {
  min-height: 1.6rem;
}

.form-status.is-error {
  color: #ff9d9d;
}

.form-status.is-success {
  color: #a9f0c4;
}

.availability-status.is-error {
  color: #ff9d9d;
}

.availability-status.is-success {
  color: #a9f0c4;
}

.profile-empty h3,
.profile-summary h3 {
  margin: 0.25rem 0 0.35rem;
  font-size: 1.6rem;
  letter-spacing: -0.03em;
}

.profile-empty {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(16rem, 0.85fr);
  gap: 1.35rem;
  align-items: start;
  min-height: 22rem;
}

.profile-empty-copy,
.profile-empty-preview {
  padding: 1.1rem;
  border-radius: 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.018)),
    rgba(255, 255, 255, 0.025);
}

.profile-empty-copy {
  display: grid;
  gap: 0.9rem;
}

.profile-empty-copy .button {
  width: fit-content;
}

.profile-empty-preview {
  display: grid;
  gap: 0.9rem;
}

.profile-empty-list {
  display: grid;
  gap: 0.65rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.profile-empty-list li {
  position: relative;
  padding-left: 1.15rem;
  color: var(--muted);
  line-height: 1.6;
}

.profile-empty-list li::before {
  content: "";
  position: absolute;
  top: 0.7rem;
  left: 0;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(240, 179, 111, 0.95), rgba(255, 207, 159, 0.85));
  box-shadow: 0 0 10px rgba(240, 179, 111, 0.32);
}

.profile-summary {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.4rem;
}

.profile-avatar-stack {
  display: grid;
  justify-items: center;
  gap: 0.7rem;
}

.profile-avatar {
  display: grid;
  place-items: center;
  width: 4rem;
  height: 4rem;
  border-radius: 1.2rem;
  background: linear-gradient(135deg, rgba(240, 179, 111, 0.36), rgba(148, 215, 211, 0.3));
  color: var(--text);
  font-size: 1.45rem;
  font-weight: 700;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.profile-avatar.has-image {
  color: transparent;
}

.profile-avatar-trigger {
  min-height: 2.5rem;
  padding-inline: 1rem;
}

.profile-avatar-remove {
  font-size: 0.92rem;
}

.profile-role {
  margin: 0 0 0.3rem;
  color: rgba(240, 179, 111, 0.94);
  font-size: 0.98rem;
}

.profile-tagline {
  margin: 0 0 0.4rem;
  color: var(--muted);
  line-height: 1.5;
}

.profile-actions {
  display: flex;
  gap: 1rem;
}

.profile-actions .button {
  width: 100%;
}

.hidden {
  display: none;
}

* {
  scrollbar-width: thin;
  scrollbar-color: rgba(240, 179, 111, 0.36) rgba(255, 255, 255, 0.04);
}

*::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

*::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 999px;
}

*::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, rgba(240, 179, 111, 0.42), rgba(171, 124, 255, 0.26));
  border-radius: 999px;
  border: 2px solid rgba(13, 11, 24, 0.72);
}

*::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, rgba(240, 179, 111, 0.56), rgba(171, 124, 255, 0.34));
}

.auth-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
}

.auth-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 8, 14, 0.5);
  backdrop-filter: blur(18px);
}

.auth-dialog {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 1.2rem), 36rem);
  max-height: calc(100vh - 2rem);
  margin: 1rem auto;
  overflow: auto;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 2rem;
  background:
    linear-gradient(180deg, rgba(32, 28, 50, 0.96), rgba(18, 16, 31, 0.96)),
    rgba(18, 16, 31, 0.96);
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.45);
}

.admin-modal-dialog {
  width: min(92vw, 1180px);
  height: min(calc(100vh - 84px), 82vh);
  max-height: min(calc(100vh - 84px), 82vh);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.admin-modal-dialog--wide {
  width: min(93vw, 1260px);
}

.admin-modal-dialog--compact {
  width: min(92vw, 1040px);
  height: min(calc(100vh - 96px), 80vh);
  max-height: min(calc(100vh - 96px), 80vh);
}

.admin-modal-card {
  position: relative;
  flex: 1;
  min-height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.admin-modal-root {
  flex: 1;
  min-height: 0;
  padding: 0 14px 14px 14px;
  overflow: hidden;
}

.admin-editor-shell {
  height: 100%;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(252px, 282px) minmax(0, 1fr);
  gap: 12px;
}

.admin-editor-shell--economy {
  grid-template-columns: minmax(0, 1fr) 268px;
}

.admin-editor-shell--banner {
  grid-template-columns: minmax(252px, 282px) minmax(0, 1fr);
}

.admin-editor-shell--rooms {
  grid-template-columns: minmax(0, 1fr) 292px;
}

.admin-editor-shell--support {
  grid-template-columns: minmax(300px, 340px) minmax(0, 1fr);
}

.admin-editor-pane {
  min-height: 0;
  overflow-y: auto;
  padding-right: 4px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.admin-editor-pane--main {
  min-width: 0;
}

.admin-editor-pane--side {
  min-width: 0;
}

.admin-editor-preview {
  background: rgba(255,255,255,0.03);
  border-radius: 10px;
  padding: 12px;
  min-height: 340px;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
}

.admin-card-block {
  background: rgba(255,255,255,0.05);
  border-radius: 12px;
  padding: 12px;
  flex-shrink: 0;
}

.auth-close {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  z-index: 6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.9rem;
  height: 2.9rem;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.1), transparent 58%),
    rgba(255, 255, 255, 0.05);
  color: var(--text);
  cursor: pointer;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 10px 22px rgba(4, 3, 12, 0.18);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.auth-close:hover,
.auth-close:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.26);
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.14), transparent 58%),
    rgba(255, 255, 255, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 14px 28px rgba(4, 3, 12, 0.26);
}

.auth-close span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 2px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  pointer-events: none;
  transform-origin: center;
}

.auth-close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.auth-close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.benefits-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.benefit-card {
  position: relative;
  min-height: 16rem;
  padding: 1.5rem;
  border-radius: 1.6rem;
  overflow: hidden;
  isolation: isolate;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background 220ms ease,
    box-shadow 220ms ease;
}

.benefit-card::before,
.timeline-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at top left, rgba(240, 179, 111, 0.14), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.05), transparent 35%);
  opacity: 0.9;
}

.benefit-card:hover,
.benefit-card:focus-within,
.timeline-card:hover,
.timeline-card:focus-within {
  transform: translateY(-4px);
  border-color: rgba(240, 179, 111, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 34px 58px rgba(4, 4, 12, 0.26);
}

.benefit-card h3,
.project-copy h3,
.timeline-card h3 {
  margin: 0 0 0.9rem;
  font-size: 1.45rem;
  letter-spacing: -0.03em;
}

.benefit-card .benefit-index,
.timeline-card .timeline-phase,
.benefit-card h3,
.benefit-card p,
.timeline-card h3,
.timeline-card p {
  position: relative;
  z-index: 1;
}

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

.project-card {
  overflow: hidden;
  border-radius: 1.8rem;
  transition: transform 220ms ease, border-color 220ms ease;
}

.project-card:hover,
.project-card:focus-within {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.18);
}

.project-preview {
  padding: 1rem;
  min-height: 19rem;
}

.preview-amber {
  background: linear-gradient(135deg, rgba(240, 179, 111, 0.44), rgba(52, 35, 18, 0.62));
}

.preview-blue {
  background: linear-gradient(135deg, rgba(148, 215, 211, 0.4), rgba(26, 39, 57, 0.62));
}

.preview-rose {
  background: linear-gradient(135deg, rgba(255, 143, 143, 0.32), rgba(60, 26, 42, 0.68));
}

.preview-mint {
  background: linear-gradient(135deg, rgba(191, 255, 211, 0.24), rgba(20, 48, 44, 0.68));
}

.preview-layout,
.preview-card-stack {
  display: grid;
  gap: 0.75rem;
}

.preview-layout {
  padding: 1rem;
  border-radius: 1.3rem;
  background: rgba(15, 14, 23, 0.78);
}

.preview-layout.alt {
  grid-template-columns: 1fr 1.15fr;
}

.preview-layout.metrics {
  grid-template-columns: repeat(3, 1fr);
}

.preview-layout.story {
  grid-template-rows: auto 1fr;
}

.preview-title,
.preview-block,
.preview-column,
.preview-metric {
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.09);
}

.preview-title {
  height: 2rem;
  width: 65%;
}

.preview-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.preview-block {
  min-height: 4.75rem;
}

.preview-block.wide {
  min-height: 7rem;
}

.preview-block.tall {
  min-height: 10rem;
}

.preview-column {
  min-height: 13rem;
}

.preview-card-stack {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.preview-metric {
  min-height: 4rem;
}

.project-copy {
  padding: 1.4rem 1.4rem 1.65rem;
}

.testimonials {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.testimonial-card {
  min-height: 18rem;
  padding: 1.5rem;
  border-radius: 1.6rem;
}

.testimonial-card p {
  margin: 0 0 1.4rem;
  font-size: 1.16rem;
  line-height: 1.7;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
  position: relative;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 2.65rem;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(240, 179, 111, 0.4),
    rgba(132, 149, 255, 0.32),
    rgba(255, 255, 255, 0.04)
  );
  pointer-events: none;
}

.timeline-card {
  position: relative;
  padding: 1.45rem 1.35rem 1.35rem;
  border-radius: 1.5rem;
  overflow: hidden;
}

.timeline-card::before {
  content: "";
  position: absolute;
  inset: 1rem auto auto 1.35rem;
  width: 0.78rem;
  height: 0.78rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(240, 179, 111, 0.95), rgba(255, 207, 159, 0.85));
  box-shadow: 0 0 16px rgba(240, 179, 111, 0.4);
}

.timeline-phase {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  margin-bottom: 1rem;
  padding: 0.42rem 0.72rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  letter-spacing: 0.14em;
}

.faq-list {
  display: grid;
  gap: 1rem;
}

.faq-item {
  overflow: hidden;
  border-radius: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(27, 24, 44, 0.88), rgba(17, 15, 29, 0.88)),
    rgba(255, 255, 255, 0.02);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 18px 32px rgba(4, 4, 12, 0.16);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.faq-item:hover,
.faq-item:focus-within {
  transform: translateY(-2px);
  border-color: rgba(240, 179, 111, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 24px 42px rgba(4, 4, 12, 0.22);
}

.faq-question {
  width: 100%;
  padding: 1.4rem 1.5rem;
  border: 0;
  background: transparent;
  color: var(--text);
  font-size: 1.08rem;
  text-align: left;
  cursor: pointer;
}

.faq-question::after {
  content: "+";
  float: right;
  color: var(--accent);
  font-size: 1.3rem;
  transition: transform 200ms ease;
}

.faq-item.is-open .faq-question::after {
  transform: rotate(45deg);
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 220ms ease;
}

.faq-answer p {
  margin: 0;
  min-height: 0;
}

.faq-answer > * {
  overflow: hidden;
  padding: 0 1.5rem 0;
}

.faq-item.is-open .faq-answer {
  grid-template-rows: 1fr;
}

.faq-item.is-open .faq-answer > * {
  padding-bottom: 1.5rem;
}

.contact-panel {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2rem;
  padding: 2rem;
  border-radius: 2rem;
}

.contact-actions {
  display: grid;
  align-content: center;
  gap: 1rem;
}

.site-footer {
  padding: 0 0 3rem;
}

.site-footer__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.25rem 2rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer__brand-block {
  display: grid;
  gap: 0.35rem;
  max-width: 30rem;
}

.site-footer__brand {
  margin: 0;
  color: var(--text);
  font-weight: 600;
  letter-spacing: -0.03em;
}

.site-footer__copy {
  margin: 0;
}

.site-footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.2rem;
  justify-content: flex-end;
}

.site-footer__nav a {
  color: var(--muted);
  text-decoration: none;
  transition: color 180ms ease;
}

.site-footer__nav a:hover,
.site-footer__nav a:focus-visible {
  color: var(--text);
}

.reveal {
  opacity: 0.18;
  transform: translateY(18px);
  transition:
    opacity 700ms ease,
    transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .reveal.is-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 1100px) {
  .hero,
  .intro-band,
  .contact-panel,
  .timeline,
  .account-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero h1 {
    max-width: 12ch;
  }

  .hero-signals {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .timeline::before {
    display: none;
  }

  .panel-metrics {
    max-width: none;
  }

  .hero-visual {
    min-height: 35rem;
  }

  .hero-workbench {
    width: min(100%, 34rem);
  }

  .window-design {
    width: min(100%, 19rem);
  }

  .window-code {
    width: min(100%, 23rem);
  }

  .section.intro-band {
    padding-top: 0.4rem;
  }

  .profile-empty {
    grid-template-columns: 1fr;
  }

  .intro-band-points {
    grid-template-columns: 1fr;
  }

  .section-heading-balanced {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }

  .section-heading-balanced .section-label,
  .section-heading-balanced h2,
  .section-heading-balanced p {
    grid-column: auto;
  }

  .section-heading-balanced h2,
  .section-heading-balanced p {
    max-width: none;
  }

  .admin-modal-dialog,
  .admin-modal-dialog--wide,
  .admin-modal-dialog--compact {
    width: min(96vw, 980px);
    height: min(calc(100vh - 48px), 88vh);
    max-height: min(calc(100vh - 48px), 88vh);
    padding: 1rem;
  }

  .admin-editor-shell,
  .admin-editor-shell--economy,
  .admin-editor-shell--banner,
  .admin-editor-shell--rooms,
  .admin-editor-shell--support {
    grid-template-columns: 1fr;
  }

  .admin-editor-pane {
    padding-right: 0;
  }

  .admin-editor-preview {
    min-height: 300px;
  }
}

@media (max-width: 1180px) {
  body.theme-atelier.page-dashboard .dashboard-server-workspace__body {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  body.theme-atelier.page-dashboard .dashboard-module-home__tips {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .site-header {
    padding: 0.82rem 0.9rem;
  }

  .site-nav,
  .site-header .button-small {
    display: none;
  }

  .header-actions .button-small {
    display: inline-flex;
  }

  .mobile-nav-toggle {
    display: inline-flex;
  }

  .header-actions {
    gap: 0.35rem;
  }

  .benefits-grid,
  .work-grid,
  .testimonials,
  .services-grid {
    grid-template-columns: 1fr;
  }

  .service-lanes,
  .contact-brief-grid,
  .faq-routing {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: auto;
    align-items: stretch;
    flex-direction: column;
  }

  .intro-band {
    gap: 1.2rem;
    padding: 1.35rem;
  }

  .intro-band-copy {
    gap: 1rem;
  }

  .intro-point {
    padding: 0.9rem;
  }

  .hero-services {
    max-width: none;
  }

  .hero-signals {
    grid-template-columns: 1fr;
  }

  .panel-metrics {
    grid-template-columns: 1fr;
  }

  .button-telegram {
    margin-top: 1rem;
    width: 100%;
  }

  .hero-logo {
    margin-bottom: 1rem;
    padding: 0.5rem 0.72rem;
  }

  .hero-logo-icon-wrap {
    width: 3rem;
    height: 2.8rem;
  }

  .hero-logo-icon {
    height: 2.8rem;
  }

  .site-footer__inner {
    flex-direction: column;
  }

  .site-footer__nav {
    justify-content: flex-start;
  }

  .hero-logo-mark {
    font-size: 2.7rem;
  }

  .hero-workbench {
    min-height: 32rem;
    width: 100%;
  }

  .hero-orbit-tag {
    position: static;
  }

  .hero-visual {
    gap: 0.85rem;
  }

  .window-design,
  .window-code {
    position: relative;
    inset: auto;
    width: 100%;
    transform: none;
  }

  .hero-workbench::before {
    inset: 3rem 1rem 1rem;
  }

  .auth-dialog {
    width: min(calc(100% - 0.8rem), 36rem);
    max-height: calc(100vh - 1rem);
    margin: 0.5rem auto;
    padding: 0.85rem;
    border-radius: 1.4rem;
  }

  .admin-modal-root {
    padding: 0 14px 14px 14px;
  }

  .admin-card-block {
    padding: 12px;
  }

  .admin-editor-preview {
    min-height: 260px;
  }
}

@media (max-width: 640px) {
  .section {
    padding: 4rem 0;
  }

  .site-header,
  .section,
  .site-footer {
    width: min(calc(100% - 1.2rem), var(--container));
  }

  .brand-lockup {
    gap: 0.58rem;
  }

  .brand-icon-wrap {
    width: 2.5rem;
    height: 2.35rem;
  }

  .brand-image {
    height: 2.35rem;
  }

  .brand-mark {
    font-size: 1.08rem;
  }

  .header-profile-link {
    width: 2.85rem;
    height: 2.85rem;
  }

  .header-logout-button {
    width: 2.85rem;
    height: 2.85rem;
  }

  .header-profile-popover {
    right: 0;
    top: calc(100% + 0.65rem);
    width: min(19rem, calc(100vw - 1.2rem));
  }

  .mobile-nav-panel {
    top: 0.75rem;
    right: 0.6rem;
    width: calc(100% - 1.2rem);
  }

  .hero {
    padding-top: 2.35rem;
    gap: 1.85rem;
  }

  .hero h1 {
    font-size: clamp(2.8rem, 16vw, 4.4rem);
  }

  .hero-text,
  .section-heading p,
  .project-copy p,
  .benefit-card p,
  .timeline-card p,
  .faq-answer p,
  .contact-actions p {
    font-size: 0.98rem;
  }

  .section-heading h2,
  .intro-band h2,
  .contact-panel h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .intro-band,
  .contact-panel {
    padding: 1.35rem;
  }

  .section.intro-band {
    padding-top: 0.2rem;
    padding-bottom: 3.2rem;
  }

  .intro-point {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .intro-point-index {
    width: 1.9rem;
    height: 1.9rem;
  }

  .featured-quote {
    padding: 1.25rem;
  }

  .benefit-card,
  .testimonial-card,
  .timeline-card,
  .project-copy,
  .account-card {
    padding: 1.2rem;
  }

  .profile-actions {
    flex-direction: column;
  }

  .profile-summary {
    align-items: flex-start;
    flex-direction: column;
  }

  .profile-empty-copy .button {
    width: 100%;
  }

  .inline-actions {
    flex-direction: column;
  }

  .hero-services {
    padding: 1.1rem;
  }

  .hero-signals {
    gap: 0.7rem;
  }

  .page-signals {
    margin-top: 1rem;
  }

  .button-telegram {
    width: 100%;
  }

  .contact-button {
    width: 100%;
  }

  .hero-logo-icon-wrap {
    width: 2.65rem;
    height: 2.45rem;
  }

  .hero-logo-icon {
    height: 2.45rem;
  }

  .hero-logo-mark {
    font-size: 2.15rem;
  }

  .hero-workbench {
    min-height: auto;
  }

  .featured-quote-metrics {
    grid-template-columns: 1fr;
  }

  .hero-orbit-tag {
    width: fit-content;
  }

  .design-body,
  .code-body {
    grid-template-columns: 1fr;
  }

  .design-sidebar,
  .code-sidebar {
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    align-content: stretch;
  }

  .design-canvas,
  .code-editor {
    min-height: 14rem;
  }

  .admin-modal-dialog,
  .admin-modal-dialog--wide,
  .admin-modal-dialog--compact {
    width: min(98vw, 100%);
    height: min(calc(100vh - 20px), 94vh);
    max-height: min(calc(100vh - 20px), 94vh);
    padding: 0.7rem;
  }

  .auth-close {
    top: 0.55rem;
    right: 0.55rem;
  }
}
