:root {
  --color-primary: #087fca;
  --color-primary-hover: #076aa7;
  --color-sec: #e9f6fb;
  --color-sec-hover: #d8eff8;
  --color-accent: #16b4cf;
  --color-heading: #25313a;
  --color-text-muted: #6d7e89;
  --color-white-text: #fff;
  --color-bg-page: #f2f8fb;
  --color-bg-card: #fff;
  --color-border: #d7e5ec;
  --color-shadow: rgb(26 67 91 / 8%);
  --gradient-primary: linear-gradient(90deg, #fff 0%, #fff 58%, #edf9fd 100%);
  --texture-primary: none;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--color-bg-page);
  color: var(--color-heading);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body a, body p, body span, body button, body input, body select, body textarea,
body h1, body h2, body h3 { font-family: inherit; }
body h1, body h2, body h3 { letter-spacing: -.035em; }
body h1, body h2 { text-wrap: balance; }
img { max-width: 100%; }

/* Floating header: transparent outer layer, compact white navigation surface. */
body header.site-header {
  position: sticky;
  top: 14px;
  z-index: 50;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0 24px;
  background: transparent !important;
}
body header.site-header nav[aria-label="Global"] {
  width: 100%;
  max-width: 1280px !important;
  min-height: 82px;
  margin: 0 auto;
  padding: 14px 22px !important;
  border: 1px solid rgb(197 218 228 / 84%);
  border-radius: 18px;
  background: rgb(255 255 255 / 94%);
  box-shadow: 0 14px 35px rgb(27 62 82 / 10%);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
body header.site-header + section,
body header.site-header + nav,
body header.site-header + div { padding-top: 110px; }
body header.site-header nav a { white-space: nowrap; }
body header.site-header nav > div.flex:first-child { min-width: 170px; }

/* Main-page banner. Use together with .home-hero markup in the index view. */
.home-hero {
  position: relative;
  overflow: hidden;
  min-height: 610px;
  padding: 0 24px;
  background: #087fca;
  color: #fff;
}

.home-hero::before,
.service-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .18;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='720' height='420' viewBox='0 0 720 420'%3E%3Cg fill='none' stroke='%23ffffff' stroke-width='1'%3E%3Cpath d='M-40 42C95 122 170-18 306 54s212 66 454-8'/%3E%3Cpath d='M-42 64C92 144 176 4 310 76s212 66 454-8'/%3E%3Cpath d='M-44 86C90 166 182 26 314 98s212 66 454-8'/%3E%3Cpath d='M-46 108C88 188 188 48 318 120s212 66 454-8'/%3E%3Cpath d='M-48 130C86 210 194 70 322 142s212 66 454-8'/%3E%3Cpath d='M-50 284C98 204 186 354 330 276s224-54 442 12'/%3E%3Cpath d='M-52 306C96 226 190 376 334 298s224-54 442 12'/%3E%3Cpath d='M-54 328C94 248 194 398 338 320s224-54 442 12'/%3E%3Cpath d='M-56 350C92 270 198 420 342 342s224-54 442 12'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-size: 720px 420px;
}

.home-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  width: 100%;
  max-width: 1180px;
  min-height: 610px;
  margin: 0 auto;
  padding: 78px 0;
  grid-template-columns: minmax(0, .92fr) minmax(440px, 1.08fr);
  align-items: center;
  gap: 52px;
}

.home-hero__content {
  position: relative;
  z-index: 2;
}

.home-hero__eyebrow,
.service-hero__eyebrow {
  margin: 0 0 18px;
  color: rgb(255 255 255 / 72%);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.home-hero__actions,
.service-hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.home-hero__link {
  margin-top: 34px;
  color: #fff;
  font-size: 15px;
  font-weight: 650;
  text-decoration: underline;
  text-decoration-color: rgb(255 255 255 / 42%);
  text-underline-offset: 5px;
}

.home-hero__facts {
  display: grid !important;
  margin: 34px 0 0 !important;
  padding: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgb(255 255 255 / 28%);
  color: rgb(255 255 255 / 78%);
  font-size: 14px;
  list-style: none;
}

.home-hero__facts li { padding: 15px 18px 0 0; }

.home-hero__facts li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 9px;
  border-radius: 50%;
  background: #73d8e8;
  vertical-align: 2px;
}

.home-hero__title {
  max-width: 650px;
  margin: 0;
  color: #fff;
  font-size: clamp(3.2rem, 5.2vw, 5rem);
  font-weight: 720;
  line-height: 1.02;
  letter-spacing: -.045em;
}

.home-hero__text {
  max-width: 600px;
  margin: 26px 0 0;
  color: rgb(255 255 255 / 82%);
  font-size: 19px;
  line-height: 1.55;
}

.home-hero__button {
  display: inline-flex;
  min-height: 52px;
  margin-top: 34px;
  padding: 0 24px;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 3px;
  background: #fff;
  color: #087fca;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.home-hero__button:hover,
.home-hero__button:focus-visible {
  background: #eaf7fb;
  color: #076aa7;
}

.home-hero__visual {
  position: relative;
  z-index: 1;
  display: flex;
  min-width: 0;
  justify-content: flex-end;
  align-items: center;
}

.home-hero__visual img {
  display: block;
  width: min(100%, 650px);
  height: auto;
  object-fit: contain;
}
.home-hero__visual picture { display: block; width: 100%; }

/* Reusable service hero */
.service-hero {
  position: relative;
  overflow: hidden;
  padding: 0 24px;
  background: #fff;
}

.service-hero--vds,
.service-hero--dedicated,
.service-hero--colocation,
.service-hero--about {
  color: #fff;
  background: #0b3458;
}
.service-hero--dedicated { background: #123d63; }
.service-hero--colocation { background: #073d50; }
.service-hero--about { background: #173958; }
.service-hero[class*="service-hero--"] .service-hero__inner { min-height: 520px; }
.service-hero[class*="service-hero--"] .service-hero__eyebrow { color: #79d6e6; }
.service-hero[class*="service-hero--"] .service-hero__content h1 { color: #fff; line-height: 1.08 !important; }
.service-hero[class*="service-hero--"] .service-hero__lead { color: rgb(255 255 255 / 72%); }
.service-hero[class*="service-hero--"] .button--secondary { border-color: rgb(255 255 255 / 36%); background: transparent; color: #fff; }
.service-hero[class*="service-hero--"] .button--secondary:hover { border-color: #fff; color: #fff; }
.service-hero[class*="service-hero--"] .service-hero__facts { border: 1px solid rgb(255 255 255 / 18%); background: rgb(255 255 255 / 5%); }
.service-hero[class*="service-hero--"] .service-hero__facts > div { padding: 24px; border-color: rgb(255 255 255 / 16%); }
.service-hero[class*="service-hero--"] .service-hero__facts > div:last-child { border-bottom: 0; }
.service-hero[class*="service-hero--"] .service-hero__facts strong { color: #fff; font-size: 21px; }
.service-hero[class*="service-hero--"] .service-hero__facts span { color: rgb(255 255 255 / 62%); }

.service-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  width: 100%;
  max-width: 1180px;
  min-height: 470px;
  margin: 0 auto;
  padding: 70px 0;
  grid-template-columns: minmax(0, 1fr) 390px;
  align-items: center;
  gap: 72px;
}

.service-hero__eyebrow { color: var(--color-primary); }
.service-hero__content h1 {
  max-width: 760px;
  margin: 0;
  color: var(--color-heading);
  font-size: clamp(3rem, 5.3vw, 4.75rem);
  font-weight: 720;
  line-height: 1.02;
}

.service-hero__lead {
  max-width: 670px;
  margin: 26px 0 0;
  color: var(--color-text-muted);
  font-size: 18px;
  line-height: 1.6;
}

.service-hero__actions { margin-top: 32px; }
.button {
  display: inline-flex;
  min-height: 48px;
  padding: 0 20px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-border);
  border-radius: 3px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}
.button--primary { border-color: var(--color-primary); background: var(--color-primary); color: #fff; }
.button--primary:hover { background: var(--color-primary-hover); color: #fff; }
.button--secondary { background: #fff; color: var(--color-heading); }
.button--secondary:hover { border-color: #a6d2df; color: var(--color-primary); }

.service-hero__facts {
  display: grid;
  border-top: 1px solid var(--color-border);
}
.service-hero__facts > div { padding: 22px 0; border-bottom: 1px solid var(--color-border); }
.service-hero__facts strong, .service-hero__facts span { display: block; }
.service-hero__facts strong { color: var(--color-heading); font-size: 24px; }
.service-hero__facts span { margin-top: 4px; color: var(--color-text-muted); font-size: 14px; }

/* Compact custom configuration CTA */
.custom-tariff-cta { padding: 34px 24px; background: #fff !important; }
.custom-tariff-cta__inner {
  display: flex;
  max-width: 1132px;
  margin: 0 auto;
  padding: 34px 38px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border: 1px solid #bedde7;
  border-radius: 5px;
  background: var(--color-sec);
}
.custom-tariff-cta h2 { margin: 0; font-size: 27px !important; }
.custom-tariff-cta p { margin: 8px 0 0; color: var(--color-text-muted); }
.custom-tariff-cta a { flex: 0 0 auto; padding: 13px 20px; border-radius: 3px; background: var(--color-primary); color: #fff; font-weight: 700; text-decoration: none; }
.custom-tariff-cta a:hover { background: var(--color-primary-hover); }

/* Legal documents */
.privacy-doc, .offer-doc, .privacy-policy-doc, .refund-policy-doc {
  width: min(calc(100% - 48px), 1060px) !important;
  max-width: 1060px !important;
  margin: 44px auto 80px !important;
  padding: 48px !important;
  border: 1px solid var(--color-border) !important;
  border-radius: 5px !important;
  background: #fff !important;
  box-shadow: none !important;
}
.privacy-doc h1, .offer-doc h1, .privacy-policy-doc h1, .refund-policy-doc h1 { color: var(--color-heading) !important; font-size: clamp(2.1rem, 4vw, 3.15rem) !important; line-height: 1.12 !important; }
.privacy-doc h2, .offer-doc h2, .privacy-policy-doc h2, .refund-policy-doc h2 { margin-top: 38px !important; color: var(--color-heading) !important; font-size: 22px !important; line-height: 1.35 !important; }
.privacy-doc p, .offer-doc p, .privacy-policy-doc p, .refund-policy-doc p,
.privacy-doc li, .offer-doc li, .privacy-policy-doc li, .refund-policy-doc li { color: #52636d !important; line-height: 1.72 !important; }
.requisites, .note { padding: 18px 20px !important; border-left: 3px solid var(--color-primary) !important; border-radius: 0 !important; background: var(--color-sec) !important; }

/* Legacy FAQ and virtual-server views */
.container-junior { width: min(calc(100% - 48px), 1180px); margin: 0 auto; }
.breadcrumbs { display: flex; padding: 26px 0; align-items: center; gap: 12px; color: var(--color-text-muted); font-size: 14px; }
.breadcrumbs a { color: inherit; text-decoration: none; }
.breadcrumbs__nowPage::before { content: "/"; margin-right: 12px; color: #a3b0b8; }
.title-group { margin: 42px 0; }
.title-group h1 { margin: 0; color: var(--color-heading); font-size: clamp(2.4rem, 4.8vw, 4rem); line-height: 1.05; }
.question-answer, .questions, .dedicated-servers { padding: 20px 0 80px; }
.dedicated-servers__about { max-width: 820px; color: var(--color-text-muted); line-height: 1.7; }
.accordion { display: grid; margin-top: 32px; gap: 10px; }
.accordion__toggle { display: block; padding: 18px 20px; border: 1px solid var(--color-border); border-radius: 4px; background: #fff; color: var(--color-heading); font-weight: 650; text-decoration: none; }
.accordion__toggle:hover { border-color: #9dcfdd; color: var(--color-primary); }
.accordion__toggle_inner, .accordion__answer { margin: 0; padding: 20px 24px 24px; color: var(--color-text-muted); line-height: 1.7; }
.dedicated-servers__table { display: grid; margin-top: 34px; border-top: 1px solid var(--color-border); border-left: 1px solid var(--color-border); grid-template-columns: repeat(3, minmax(0, 1fr)); }
.dedicated-servers__table_col { min-width: 0; border-right: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border); background: #fff; }
.dedicated-servers__table_col_title, .dedicated-servers__table_col_row { padding: 16px; }
.dedicated-servers__table_col_title { color: var(--color-text-muted); font-size: 13px; }
.dedicated-servers__table_col_row { color: var(--color-heading); font-weight: 700; }
body header nav img { width: auto; height: 36px !important; }
body header el-popover-group { gap: 3px !important; }
body header el-popover-group a {
  min-height: 42px;
  padding: 0 14px !important;
  border-radius: 3px !important;
  color: #34434d !important;
  font-size: 14px !important;
  font-weight: 650 !important;
  white-space: nowrap;
}
body header el-popover-group a:hover,
body header el-popover-group a:focus-visible {
  background: var(--color-sec) !important;
  color: var(--color-primary) !important;
}
body header nav > div:last-of-type a {
  min-height: 42px;
  padding: 0 17px !important;
  border: 1px solid var(--color-border);
  border-radius: 3px !important;
  background: transparent !important;
  color: #34434d !important;
}
body header nav > div:last-of-type a:hover { border-color: #9bcfe0; background: var(--color-sec) !important; color: var(--color-primary) !important; }
body header nav > div:last-of-type a:last-child {
  border-color: var(--color-accent);
  background: var(--color-accent) !important;
  color: #fff !important;
}
body header nav > div:last-of-type a:last-child:hover { border-color: var(--color-primary); background: var(--color-primary) !important; color: #fff !important; }
body header el-dialog-panel {
  background: #fff !important;
  color: var(--color-heading) !important;
}
body header el-dialog-panel a { border-radius: 3px !important; }
body header el-dialog-panel a:hover { background: var(--color-sec) !important; color: var(--color-primary) !important; }

/* VDS hero */
.hero-vds-root {
  position: relative;
  min-height: 0 !important;
  overflow: hidden;
  padding: 0 24px !important;
  border: 0;
  border-radius: 0;
  background: var(--gradient-primary) !important;
  color: var(--color-heading);
}
.hero-vds-root > div.flex {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1180px !important;
  min-height: 545px;
  margin: 0 auto;
  padding: 86px 390px 86px 0 !important;
  align-items: center;
  justify-content: flex-start !important;
}
.hero-vds-root .text-left { width: 100%; max-width: 720px !important; }
.hero-grid-pattern, .hero-blob, .hero-scanline, .hero-uptime, .hero-stats,
.hero-subtitle-bottom, .hero-vds-root .hidden.sm\:flex, .hero-ring-svg { display: none !important; }
.hero-server-art {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: max(5%, calc((100vw - 1180px) / 2));
  display: block;
  width: 285px;
  opacity: .11;
  transform: translateY(-50%);
  pointer-events: none;
}
.hero-server-art rect, .hero-server-art line { stroke: #087fca !important; }
.hero-server-art rect[fill="white"] { fill: #16b4cf !important; }
.hero-h1 {
  max-width: 720px;
  margin: 0;
  color: var(--color-heading) !important;
  font-size: clamp(3.25rem, 5.4vw, 5rem) !important;
  font-weight: 720 !important;
  line-height: 1.02 !important;
}
.hero-desc {
  max-width: 650px;
  margin-top: 27px !important;
  color: var(--color-text-muted) !important;
  font-size: 19px !important;
  font-weight: 450 !important;
  line-height: 1.55 !important;
}
.hero-vds-root .mt-10 { margin-top: 34px !important; }
.hero-circular-button {
  position: static !important;
  display: inline-flex !important;
  width: auto !important;
  height: 52px !important;
  min-height: 52px;
  padding: 0 23px !important;
  align-items: center;
  border: 1px solid var(--color-accent) !important;
  border-radius: 3px !important;
  background: var(--color-accent) !important;
  box-shadow: none !important;
  color: #fff !important;
  transform: none !important;
}
.hero-circular-button::before { content: "Выбрать тариф"; color: #fff; font-size: 16px; font-weight: 700; }
.hero-btn-core { position: static !important; display: flex; margin-left: 12px; }
.hero-btn-inner { display: flex; width: 20px !important; height: 20px !important; align-items: center; background: transparent !important; color: #fff !important; }
.hero-btn-inner svg { width: 19px; height: 19px; fill: currentColor; }
.hero-circular-button:hover, .hero-circular-button:focus-visible {
  border-color: var(--color-primary) !important;
  background: var(--color-primary) !important;
  color: #fff !important;
  filter: none !important;
  transform: none !important;
}
.hero-circular-button:hover .hero-btn-inner { background: transparent !important; color: #fff !important; transform: none !important; }

/* Shared content */
body section { background-color: #fff; }
body section > div[class*="max-w-screen-xl"] { max-width: 1180px !important; padding-top: 88px !important; padding-bottom: 88px !important; }
body section div[class*="max-w-screen-md"] { margin-right: auto; margin-left: auto; }
body section h2 { color: var(--color-heading) !important; font-size: clamp(2.15rem, 3.8vw, 3.35rem) !important; font-weight: 700 !important; line-height: 1.18 !important; }
body section p { line-height: 1.65; }
body section p.text-base.font-medium { display: none !important; }

/* Feature cards */
body section div[class*="md:grid-cols-2"] { gap: 14px !important; }
body section div[class*="md:grid-cols-2"] > div {
  padding: 24px;
  border: 1px solid var(--color-border);
  border-radius: 5px;
  background: #fff;
}
body section div[class*="md:grid-cols-2"] > div:hover { border-color: #a9d5e2; box-shadow: none; transform: none; }
body section div[class*="md:grid-cols-2"] h3 { color: var(--color-heading); }
body section div[class*="md:grid-cols-2"] p { color: var(--color-text-muted) !important; }
body section div[aria-hidden="true"], body section > div[class*="blur-3xl"] { display: none !important; }

body table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}
body th, body td {
  padding: 15px 18px;
  border: 1px solid var(--color-border);
  color: #52636d;
  text-align: left;
}
body th { color: var(--color-heading); font-weight: 700; }

/* Prices */
#price { background: #eef6fa !important; }
#price h2 { max-width: 880px; margin-right: auto !important; margin-left: auto !important; line-height: 1.16 !important; }
#price div[class*="lg:grid-cols-3"] { gap: 18px !important; align-items: stretch; }
#price div[class*="lg:grid-cols-3"] > div {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 28px !important;
  border: 1px solid var(--color-border);
  border-radius: 5px !important;
  background: #fff !important;
  box-shadow: none !important;
  text-align: left !important;
}
#price div[class*="lg:grid-cols-3"] > div > div.absolute { display: none !important; }
#price h3 { color: var(--color-primary) !important; font-size: 18px !important; letter-spacing: .06em; }
#price span.text-5xl { font-size: 42px !important; color: var(--color-heading); }
#price hr { height: 1px !important; border: 0 !important; background: var(--color-border) !important; }
#price ul { flex-grow: 1; color: #52636d; }
#price div[class*="lg:grid-cols-3"] > div > a {
  width: 100% !important;
  padding: 13px 18px !important;
  border-radius: 3px !important;
  background: var(--color-primary) !important;
  color: #fff !important;
}
#price div[class*="lg:grid-cols-3"] > div > a:hover { background: var(--color-primary-hover) !important; }

/* FAQ: one centered, stable column; JS can keep injecting .faq-item. */
body main > div > div.flex.flex-col.items-center { width: 100%; padding: 86px 24px !important; background: var(--color-bg-page); }
body main > div > div.flex.flex-col.items-center > h1 { color: var(--color-heading); font-size: clamp(2.25rem, 4vw, 3.5rem) !important; font-weight: 700; }
body main > div > div.flex.flex-col.items-center > p.text-base { display: none; }
#faqContainer {
  display: grid !important;
  width: min(100%, 1040px) !important;
  max-width: 1040px !important;
  margin: 34px auto 0 !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 10px !important;
}
#faqContainer > .faq-item { width: 100% !important; max-width: none !important; margin: 0 !important; grid-column: 1 !important; }
.faq-header { width: 100% !important; min-height: 68px; padding: 18px 20px !important; border: 1px solid var(--color-border); border-radius: 4px !important; background: #fff; box-shadow: none !important; }
.faq-header:hover { border-color: #9ed0df; background: #fff; }
.faq-header h2 { margin: 0; font-size: 15px !important; font-weight: 600 !important; letter-spacing: 0; }
.faq-header span { flex: 0 0 38px; width: 38px !important; height: 38px !important; border-radius: 3px !important; background: var(--color-sec) !important; }
.faq-answer { width: 100%; margin: 0; color: var(--color-text-muted) !important; line-height: 1.65; }

/* Breadcrumbs and internal page heroes */
body nav[aria-label="Breadcrumb"] { max-width: 1180px !important; margin: 28px auto 0 !important; }
body nav[aria-label="Breadcrumb"] a { color: #71828d !important; }
body nav[aria-label="Breadcrumb"] + section { max-width: 1180px; margin: 0 auto; padding-right: 24px !important; padding-left: 24px !important; }
body nav[aria-label="Breadcrumb"] + section img { border-radius: 5px !important; }
body nav[aria-label="Breadcrumb"] + section div[class*="blur-"] { display: none !important; }

/* Auth pages; scoped so future cabinet screens are not restyled globally. */
body section.bg-gray-50 { background: var(--color-bg-page) !important; }
body section.bg-gray-50 > div { min-height: calc(100vh - 86px); height: auto !important; padding-top: 60px !important; padding-bottom: 60px !important; }
body section.bg-gray-50 div[class*="sm:max-w-md"] { border: 1px solid var(--color-border); border-radius: 5px !important; box-shadow: none !important; }
body section.bg-gray-50 input { border-color: #cbdce4 !important; border-radius: 3px !important; background: #fff !important; }
body section.bg-gray-50 button[type="submit"] { border-radius: 3px !important; background: var(--color-primary) !important; }

/* VDS order configurator. Existing JS hooks stay on their original ids/classes. */
.order-page {
  min-height: 100vh;
  background: #eef6fa;
}
.order-page__section { padding: 0 24px 80px; background: transparent !important; }
.order-page__inner { width: min(100%, 1180px); margin: 0 auto; }
.order-breadcrumb { padding: 28px 0 18px; }
.order-breadcrumb a { color: #6b7d88 !important; text-decoration: none; }
.order-page__heading {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  padding: 42px 46px;
  border-radius: 6px;
  background: #0b3458;
  color: #fff;
}
.order-page__heading::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .16;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='720' height='280' viewBox='0 0 720 280'%3E%3Cg fill='none' stroke='%23ffffff' stroke-width='1'%3E%3Cpath d='M-30 35C110 120 180-20 330 55s240 45 430-20'/%3E%3Cpath d='M-30 57C110 142 180 2 330 77s240 45 430-20'/%3E%3Cpath d='M-30 79C110 164 180 24 330 99s240 45 430-20'/%3E%3Cpath d='M-30 205C110 120 190 270 340 195s230-40 420 22'/%3E%3Cpath d='M-30 227C110 142 190 292 340 217s230-40 420 22'/%3E%3Cpath d='M-30 249C110 164 190 314 340 239s230-40 420 22'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-size: 720px 280px;
}
.order-page__heading > div { position: relative; z-index: 1; max-width: 760px; }
.order-page__eyebrow { margin: 0 0 12px; color: #79d6e6; font-size: 12px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.order-page__heading h1 { margin: 0; color: #fff; font-size: clamp(2.35rem, 5vw, 4.25rem); font-weight: 720; line-height: 1.08; letter-spacing: -.045em; }
.order-page__heading p:not(.order-page__eyebrow) { max-width: 680px; margin: 19px 0 0; color: rgb(255 255 255 / 72%); font-size: 17px; line-height: 1.6; }
.order-location,
.order-plans,
.order-configurator__panel {
  border: 1px solid var(--color-border);
  border-radius: 5px !important;
  background: #fff !important;
  box-shadow: none !important;
}
.order-location { display: grid; padding: 25px 28px; grid-template-columns: minmax(0, 1fr) 300px; align-items: center; gap: 6px 34px; }
.order-location > div:first-child,
.order-block-heading { display: flex; align-items: flex-start; gap: 16px; }
.order-location h2,
.order-block-heading h2 { margin: 0; color: var(--color-heading) !important; font-size: 21px !important; line-height: 1.25 !important; letter-spacing: -.02em; }
.order-location p:not(.order-step),
.order-block-heading p { margin: 5px 0 0; color: var(--color-text-muted); font-size: 14px; line-height: 1.5; }
.order-location label { grid-column: 2; color: #586b76; font-size: 12px; font-weight: 700; }
.order-location select { grid-column: 2; width: 100%; min-height: 46px; padding: 0 42px 0 13px; border: 1px solid #bfd3dc; border-radius: 3px; background: #fff; color: var(--color-heading); font-weight: 650; }
.order-location small { grid-column: 2; color: #83939c; font-size: 11px; }
.order-step { flex: 0 0 auto; margin: 1px 0 0; color: var(--color-primary); font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.order-builder { margin-top: 18px; gap: 14px !important; }
.order-plans { padding: 25px 28px; }
.order-plan-list { margin: 20px 0 0 !important; gap: 10px !important; }
.order-plan-list .tariff-btn { min-width: 150px; min-height: 48px; margin: 0 !important; padding: 0 22px !important; border: 1px solid #bfd3dc !important; border-radius: 3px !important; background: #fff; color: var(--color-heading); box-shadow: none !important; }
.order-plan-list .tariff-btn:hover,
.order-plan-list .tariff-btn:focus-visible,
.order-plan-list .tariff-btn.active,
.order-plan-list .tariff-btn.is-active,
.order-plan-list .tariff-btn[class~="border-[var(--color-primary)]"],
.order-plan-list .tariff-btn[aria-pressed="true"] { border-color: var(--color-primary) !important; background: var(--color-sec) !important; color: var(--color-primary) !important; }
.order-custom-toggle { margin: 0 !important; padding: 16px 20px; border: 1px solid var(--color-border); border-radius: 4px; background: #f8fbfc; }
.order-custom-toggle input { accent-color: var(--color-primary); }
.order-calculator { display: block !important; padding: 0 !important; background: transparent !important; }
.order-configurator { width: 100%; }
.order-configurator__panel { width: 100%; max-width: none !important; padding: 28px !important; }
.order-block-heading--compact { padding-bottom: 22px; border-bottom: 1px solid var(--color-border); }
.order-resources { display: grid; margin-top: 24px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.order-resource { padding: 20px; border: 1px solid #dce8ed; background: #fbfdfe; }
.order-resource > div:first-child { margin-bottom: 15px; align-items: center; }
.order-resource > div:first-child > span:first-child { font-size: 14px; font-weight: 700; }
.order-resource [data-value] { color: var(--color-primary) !important; font-size: 17px; }
.order-resource .ssd-input { width: 96px !important; min-width: 96px; padding: 4px 7px; border: 1px solid #bfd3dc !important; border-radius: 3px; background: #fff !important; text-align: right; }
.order-resource input[type="range"] { width: 100%; height: 5px; accent-color: var(--color-primary); cursor: pointer; }
.order-fields { margin-top: 14px !important; padding: 22px; border: 1px solid #dce8ed; background: #fbfdfe; }
.order-fields label { margin-bottom: 7px; color: #586b76; font-size: 12px; font-weight: 700; }
.order-fields select,
.order-fields input { width: 100%; min-width: 0 !important; min-height: 44px; border: 1px solid #bfd3dc !important; border-radius: 3px !important; background: #fff !important; }
.order-configurator #promocode { min-height: 44px; border: 1px solid #bfd3dc !important; border-radius: 3px !important; background: #fff; }
.order-total { margin-top: 24px !important; padding: 22px 24px; justify-content: space-between; border-top: 1px solid var(--color-border); background: #f2f8fb; }
.order-total > div > span:first-child { display: block; margin-bottom: 5px; color: #6b7d88; font-size: 12px; font-weight: 700; }
.order-total__price { display: flex; align-items: baseline; gap: 6px; }
.order-total__price small { margin-left: 4px; color: #7b8b94; font-size: 11px; font-weight: 500; }
.order-submit { min-height: 48px; margin: 0 !important; padding: 0 24px !important; border: 1px solid var(--color-primary); border-radius: 3px !important; background: var(--color-primary) !important; color: #fff; font-weight: 750 !important; }
.order-submit:hover { background: var(--color-primary-hover) !important; }

/* Functional quick order on the public home page. */
.home-quick-order { padding: 66px 24px 74px; background: #fff !important; }
.home-quick-order__inner { width: min(100%, 1180px); margin: 0 auto; }
.home-quick-order__heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; }
.home-quick-order__heading > div { max-width: 670px; }
.home-quick-order__heading > div > p { margin: 0 0 12px; color: var(--color-primary); font-size: 12px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.home-quick-order__heading h2 { margin: 0; color: var(--color-heading) !important; font-size: clamp(2.25rem, 4.2vw, 3.4rem) !important; line-height: 1.1 !important; }
.home-quick-order__heading > p { max-width: 400px; margin: 0; color: var(--color-text-muted); font-size: 15px; line-height: 1.6; }
.quick-config { display: grid; margin-top: 34px; grid-template-columns: 1.08fr 1.32fr 1.32fr 1.32fr 1.06fr; border: 1px solid var(--color-border); background: #fff; }
.quick-config__field { min-width: 0; min-height: 148px; padding: 22px; border-right: 1px solid var(--color-border); }
.quick-config__field > label,
.quick-config__label label,
.quick-config__total > span { display: block; margin: 0 0 14px; color: #71838e; font-size: 11px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.quick-config__label { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; }
.quick-config__label output { color: var(--color-heading); font-size: 16px; font-weight: 750; white-space: nowrap; }
.quick-config input[type="range"] { width: 100%; height: 5px; margin: 28px 0 10px; accent-color: var(--color-primary); cursor: pointer; }
.quick-config__limits { display: flex; justify-content: space-between; color: #8a9aa3; font-size: 10px; }
.quick-config__location select { width: 100%; min-height: 44px; padding: 0 34px 0 12px; border: 1px solid #bfd3dc; border-radius: 3px; background: #fff; color: var(--color-heading); font-size: 14px; font-weight: 700; }
.quick-config__location small { display: block; margin-top: 9px; color: #80919b; font-size: 11px; }
.quick-config__total { display: flex; min-height: 148px; padding: 21px; flex-direction: column; align-items: flex-start; background: #123b5d; color: #fff; }
.quick-config__total > span { margin-bottom: 7px; color: #aac0cd; }
.quick-config__total strong { font-size: 28px; line-height: 1; }
.quick-config__total small { margin-top: 6px; color: #a9bfcb; font-size: 10px; }
.quick-config__total button { width: 100%; min-height: 38px; margin-top: auto; border: 1px solid rgb(255 255 255 / 38%); border-radius: 3px; background: transparent; color: #fff; font-size: 12px; font-weight: 750; cursor: pointer; }
.quick-config__total button:hover { border-color: #fff; background: rgb(255 255 255 / 8%); }
.home-quick-order__note { margin: 13px 0 0; color: #7b8d97; font-size: 12px; }
.home-quick-order__note strong { color: var(--color-primary); }

/* Company requisites: long values must wrap instead of widening the page. */
.company-details { display: block !important; width: 100%; max-width: 100%; overflow-x: auto; border-radius: 4px !important; }
.company-details__table { width: 100% !important; max-width: 100%; table-layout: fixed; }
.company-details__table th { width: 30%; }
.company-details__table th,
.company-details__table td { white-space: normal !important; overflow-wrap: anywhere; word-break: normal; }

/* Compact public footer */
.site-footer { margin: 0; padding: 42px 24px 20px !important; background: #e9f3f7; color: #607682 !important; }
.site-footer__inner { display: grid; width: min(100%, 1180px); margin: 0 auto; grid-template-columns: 1.2fr .8fr 1.15fr .75fr; gap: 44px; }
.site-footer__brand img { display: block; width: 150px; height: auto; }
.site-footer__brand p { max-width: 270px; margin: 18px 0 10px; font-size: 14px; line-height: 1.55; }
.site-footer__mail { color: var(--color-primary); font-size: 14px; font-weight: 650; text-decoration: none; }
.site-footer__title { margin: 0 0 13px; color: var(--color-heading); font-size: 14px; font-weight: 750; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li + li { margin-top: 8px; }
.site-footer a { color: #607682; font-size: 13px; text-decoration: none; }
.site-footer a:hover { color: var(--color-primary); }
.site-footer__payment-list { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
.site-footer__payment-list img { display: block; width: auto; max-width: 72px; height: 38px; padding: 7px 9px; border: 1px solid #d4e3ea; background: #fff; object-fit: contain; }
.site-footer__bottom { display: flex; width: min(100%, 1180px); margin: 30px auto 0; padding-top: 17px; justify-content: space-between; gap: 20px; border-top: 1px solid #cfdee6; }
.site-footer__bottom p { margin: 0; font-size: 12px; }

/* Mobile navigation: plain DOM + JS for reliable iOS Safari support. */
.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 100;
  visibility: hidden;
  pointer-events: none;
}
.mobile-menu__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: rgb(9 35 54 / 48%);
  opacity: 0;
  cursor: default;
  transition: opacity .2s ease;
  -webkit-appearance: none;
  appearance: none;
}
.mobile-menu__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(88vw, 360px);
  height: 100%;
  min-height: 100dvh;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  box-shadow: -18px 0 44px rgb(9 35 54 / 18%);
  transform: translate3d(100%, 0, 0);
  transition: transform .22s ease;
  -webkit-overflow-scrolling: touch;
}
.mobile-menu.is-open { visibility: visible; pointer-events: auto; }
.mobile-menu.is-open .mobile-menu__backdrop { opacity: 1; }
.mobile-menu.is-open .mobile-menu__panel { transform: translate3d(0, 0, 0); }
html.mobile-menu-open,
html.mobile-menu-open body { overflow: hidden; }

@media (min-width: 1200px) {
  .mobile-menu { display: none !important; }
}

@media (max-width: 1199px) {
  body header el-popover-group,
  body header nav > div.hidden.lg\:flex { display: none !important; }
  body header nav > div.flex.lg\:hidden { display: flex !important; }
  .hero-vds-root > div.flex { padding-right: 330px !important; }
}

@media (max-width: 991px) {
  body header.site-header, .hero-vds-root { padding-right: 20px !important; padding-left: 20px !important; }
  body header.site-header nav[aria-label="Global"] { min-height: 72px; }
  .hero-vds-root > div.flex { min-height: 500px; padding: 72px 0 !important; }
  .hero-server-art { display: none !important; }
  #price div[class*="lg:grid-cols-3"] > div { width: min(100%, 480px) !important; margin: 0 auto !important; }
  .home-hero,
  .home-hero__inner { min-height: 540px; }
  .home-hero__inner { grid-template-columns: minmax(0, 1fr) minmax(320px, .85fr); gap: 28px; }
  .service-hero__inner { grid-template-columns: minmax(0, 1fr) 300px; gap: 42px; }
  .site-footer__inner { grid-template-columns: 1.1fr .9fr 1fr; }
  .site-footer__payment { grid-column: 2 / -1; }
  .quick-config { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .quick-config__field { border-bottom: 1px solid var(--color-border); }
  .quick-config__total { grid-column: 1 / -1; min-height: 126px; }
  .quick-config__total button { width: auto; min-width: 190px; margin-top: 18px; }
}

@media (max-width: 767px) {
  body header.site-header { top: 8px; padding-right: 10px !important; padding-left: 10px !important; }
  body header.site-header nav[aria-label="Global"] { min-height: 64px; padding: 10px 14px !important; border-radius: 13px; }
  body header.site-header + section,
  body header.site-header + nav,
  body header.site-header + div { padding-top: 88px; }
  .hero-vds-root { padding-right: 16px !important; padding-left: 16px !important; }
  .hero-vds-root > div.flex { min-height: 430px; padding: 58px 0 !important; }
  .hero-h1 { font-size: clamp(2.55rem, 12vw, 3.5rem) !important; }
  .hero-desc { font-size: 17px !important; }
  body section > div[class*="max-w-screen-xl"] { padding-top: 64px !important; padding-bottom: 64px !important; }
  body section div[class*="md:grid-cols-2"] > div { padding: 20px; }
  body main > div > div.flex.flex-col.items-center { padding: 64px 12px !important; }
  #faqContainer { width: 100% !important; }
  .faq-header { min-height: 62px; padding: 14px 15px !important; }
  .site-footer { padding: 34px 20px 18px !important; }
  .site-footer__inner { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 24px; }
  .site-footer__brand, .site-footer__payment { grid-column: 1 / -1; }
  .site-footer__bottom { margin-top: 24px; flex-direction: column; gap: 5px; }
  .order-page__section { padding-right: 14px; padding-bottom: 54px; padding-left: 14px; }
  .order-breadcrumb { padding-top: 18px; }
  .order-page__heading { padding: 32px 24px; }
  .order-location { padding: 22px; grid-template-columns: 1fr; }
  .order-location label,
  .order-location select,
  .order-location small { grid-column: 1; }
  .order-location label { margin-top: 14px; }
  .order-plans, .order-configurator__panel { padding: 22px !important; }
  .order-plan-list { display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .order-plan-list .tariff-btn { min-width: 0; width: 100%; padding: 0 8px !important; }
  .order-resources { grid-template-columns: 1fr; }
  .order-fields { grid-template-columns: 1fr !important; padding: 18px; }
  .order-total { align-items: stretch !important; flex-direction: column; }
  .order-submit { width: 100% !important; }
  .home-hero { min-height: 0; padding: 0 16px; }
  .home-hero__inner { min-height: 0; padding: 62px 0 50px; grid-template-columns: 1fr; gap: 38px; }
  .home-hero__title { font-size: clamp(2.65rem, 12vw, 3.6rem); }
  .home-hero__text { font-size: 17px; }
  .home-hero__facts { grid-template-columns: 1fr; border-top: 0; }
  .home-hero__facts li { padding: 6px 0; }
  .home-hero__visual { justify-content: center; }
  .home-hero__visual img { width: min(100%, 520px); }
  .home-quick-order { padding: 52px 16px 58px; }
  .home-quick-order__heading { display: block; }
  .home-quick-order__heading > p { margin-top: 17px; }
  .quick-config { grid-template-columns: 1fr; }
  .quick-config__field { min-height: 130px; border-right: 0; }
  .quick-config__total { grid-column: auto; }
  .quick-config__total button { width: 100%; }
  .service-hero { padding: 0 16px; }
  .service-hero__inner { min-height: 0; padding: 58px 0; grid-template-columns: 1fr; gap: 38px; }
  .service-hero__content h1 { font-size: clamp(2.55rem, 11vw, 3.5rem); }
  .service-hero__facts { width: 100%; grid-template-columns: 1fr; }
  .service-hero__facts > div { min-width: 0; padding: 17px 18px !important; border-right: 0; border-bottom: 1px solid rgb(255 255 255 / 16%); }
  .service-hero__facts > div:last-child { border-bottom: 0; }
  .service-hero__facts strong { font-size: 18px; }
  .custom-tariff-cta { padding: 24px 16px; }
  .custom-tariff-cta__inner { padding: 26px 22px; align-items: flex-start; flex-direction: column; }
  .privacy-doc, .offer-doc, .privacy-policy-doc, .refund-policy-doc { width: calc(100% - 24px) !important; margin: 24px auto 54px !important; padding: 26px 20px !important; }
  .container-junior { width: calc(100% - 32px); }
  .dedicated-servers__table { grid-template-columns: 1fr; }
  .company-details { overflow: visible; border: 0 !important; }
  .company-details__table,
  .company-details__table tbody,
  .company-details__table tr,
  .company-details__table th,
  .company-details__table td { display: block; width: 100% !important; }
  .company-details__table tr { margin-bottom: 10px; border: 1px solid var(--color-border); background: #fff; }
  .company-details__table th { padding: 13px 15px 5px; border: 0; color: #71838d; font-size: 11px; text-transform: uppercase; }
  .company-details__table td { padding: 5px 15px 14px; border: 0; color: var(--color-heading); line-height: 1.5; }
}

@media (max-width: 767px) {
  .dashboard-ptr__form { width: 100%; }
  .dashboard-autorenew { align-items: center !important; }
  .dashboard-autorenew__status { min-width: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .dashboard-autorenew.is-loading .dashboard-autorenew__status::after { animation-duration: 1.4s; }
}

@media (max-width: 479px) {
  .hero-h1 { font-size: 2.55rem !important; }
  .hero-circular-button { width: 100% !important; justify-content: center; }
  #price div[class*="lg:grid-cols-3"] > div { padding: 22px !important; }
  .home-hero__button { width: 100%; justify-content: center; }
  .site-footer__inner { grid-template-columns: 1fr; }
  .site-footer__brand, .site-footer__payment { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

/* ================================================================
   Personal account
   A single visual system for servers, profile and support pages.
   ================================================================ */
.dashboard-page {
  width: 100%;
  min-height: 640px;
  margin: 0 !important;
  padding: 122px 24px 72px !important;
  background: #f4f8fa;
}
.dashboard-page > section {
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: 0 !important;
}
body .dashboard-page > section {
  background: transparent !important;
}
body .dashboard-page > section > div[class*="max-w-screen-xl"] {
  max-width: none !important;
  padding: 0 !important;
}
.dashboard-page nav[aria-label="Breadcrumb"] { margin: 0 0 26px; }
.dashboard-page nav[aria-label="Breadcrumb"] ol { margin: 0; padding: 0; }
.dashboard-page nav[aria-label="Breadcrumb"] a {
  color: #6d7e89 !important;
  font-size: 13px !important;
  text-decoration: none;
}
.dashboard-page nav[aria-label="Breadcrumb"] a:hover { color: var(--color-primary) !important; }
.dashboard-page .dashboard-eyebrow {
  margin: 0 0 8px;
  color: var(--color-primary);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.dashboard-page h1,
.dashboard-page h2,
.dashboard-page h3 { color: var(--color-heading) !important; }
body .dashboard-page .dashboard-heading h2 {
  margin: 0 !important;
  font-size: clamp(30px, 4vw, 46px) !important;
  line-height: 1.05;
}
.dashboard-lead {
  max-width: 680px;
  margin: 12px 0 0;
  color: var(--color-text-muted);
  font-size: 15px;
  line-height: 1.6;
}
.dashboard-page button,
.dashboard-page input,
.dashboard-page select,
.dashboard-page textarea { border-radius: 3px !important; }
.dashboard-page button { font-weight: 700 !important; }
.dashboard-page input:not([type="checkbox"]):not([type="range"]),
.dashboard-page select,
.dashboard-page textarea {
  min-height: 44px;
  border: 1px solid #cbdce4 !important;
  background: #fff !important;
  color: var(--color-heading) !important;
  box-shadow: none !important;
}
.dashboard-page input:focus,
.dashboard-page select:focus,
.dashboard-page textarea:focus {
  border-color: var(--color-primary) !important;
  outline: 3px solid rgb(8 127 202 / 10%) !important;
}

/* Server list */
.dashboard-servers .dashboard-server-toolbar {
  margin: 34px 0 22px !important;
  padding: 14px;
  border: 1px solid var(--color-border);
  background: #fff;
}
.dashboard-server-grid {
  display: grid !important;
  padding: 0 !important;
  grid-template-columns: repeat(auto-fill, minmax(310px, 380px));
  gap: 16px !important;
  border: 0 !important;
  background: transparent !important;
}
.dashboard-servers #cardView.hidden,
.dashboard-servers #tableView.hidden,
.dashboard-servers #cardView[hidden],
.dashboard-servers #tableView[hidden] { display: none !important; }
.dashboard-server-card {
  width: auto !important;
  min-width: 0;
  padding: 22px !important;
  border-radius: 4px !important;
  box-shadow: 0 8px 24px var(--color-shadow) !important;
}
.dashboard-server-card > div > p { overflow-wrap: anywhere; }
.dashboard-server-card img { width: 34px !important; max-height: 34px; }
.dashboard-server-card button { border-radius: 3px !important; }
.dashboard-view-switch { display: inline-flex; padding: 3px; border: 1px solid var(--color-border); background: #f5f9fb; }
.dashboard-view-switch__button {
  min-height: 36px;
  padding: 0 13px;
  border: 0;
  background: transparent;
  color: #607682;
  cursor: pointer;
}
.dashboard-view-switch__button.is-active { background: #fff; color: var(--color-primary); box-shadow: 0 1px 4px rgb(22 63 86 / 10%); }
.dashboard-server-addresses {
  display: grid;
  margin: 0;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 5px 10px;
}
.dashboard-server-addresses dt { color: #8496a0; font-size: 11px; font-weight: 750; text-transform: uppercase; }
.dashboard-server-addresses dd { min-width: 0; margin: 0; color: var(--color-primary); font-size: 13px; font-weight: 700; overflow-wrap: anywhere; }
.dashboard-server-renew p { white-space: nowrap; }
.dashboard-table-address span,
.dashboard-table-address small { display: block; overflow-wrap: anywhere; }
.dashboard-table-address small { margin-top: 4px; color: #748892; font-size: 11px; font-weight: 550; }
.dashboard-empty-state {
  padding: 44px 24px;
  grid-column: 1 / -1;
  border: 1px dashed #b9d1dc;
  background: #fff;
  text-align: center;
}
.dashboard-empty-state h3 { margin: 0 0 8px; font-size: 21px; }
.dashboard-empty-state p { margin: 0 0 20px; color: var(--color-text-muted); }
.dashboard-empty-state button { min-height: 42px; padding: 0 18px; border: 0; background: var(--color-primary); color: #fff; cursor: pointer; }
.dashboard-servers #tableView > div { border-radius: 4px !important; box-shadow: none !important; }
.dashboard-servers table { width: 100%; }
.dashboard-servers th { background: #eaf3f7; color: #526974; letter-spacing: .05em; }
.dashboard-servers th,
.dashboard-servers td { padding: 15px 18px !important; }

/* Server control */
.dashboard-control > section > div > .flex.gap-4.flex-wrap {
  display: grid !important;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
  align-items: start;
  gap: 18px !important;
}
.dashboard-control > section > div > .flex.gap-4.flex-wrap > .relative {
  min-width: 0;
  padding: 24px !important;
  border: 1px solid var(--color-border);
  border-radius: 4px !important;
  box-shadow: 0 8px 24px var(--color-shadow) !important;
}
.dashboard-control .bg-gray-100 {
  padding: 18px !important;
  border: 1px solid #dfebf0;
  border-radius: 3px !important;
  background: #f7fafb !important;
}
.dashboard-control .bg-gray-100 > p:first-child {
  margin: 0 0 10px;
  color: #6d7e89 !important;
  font-size: 11px !important;
  font-style: normal !important;
  font-weight: 750 !important;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.dashboard-control p.copy,
.dashboard-control p.click { overflow-wrap: anywhere; cursor: copy; }
.dashboard-control [id$="Modal"] > div {
  border-radius: 4px !important;
  box-shadow: 0 24px 70px rgb(8 38 56 / 24%) !important;
}
.dashboard-ptr { max-width: 100%; }
.dashboard-ptr__form { width: min(100%, 430px); align-items: stretch; }
.dashboard-ptr__form input {
  width: 100% !important;
  min-width: 0;
  padding: 0 12px !important;
  border: 1px solid var(--color-border) !important;
  background: #fff !important;
}
.dashboard-ptr__form button,
.dashboard-icon-submit {
  display: inline-grid;
  width: 44px;
  min-width: 44px;
  height: 44px;
  padding: 0 !important;
  place-items: center;
  border: 1px solid #b8d7e4 !important;
  background: #e9f6fb !important;
  color: var(--color-primary) !important;
}
.dashboard-rename-form { display: flex; width: min(100%, 430px); align-items: center; gap: 8px; }
.dashboard-rename-form input { width: 100% !important; min-width: 0; }
.dashboard-autorenew__control { display: flex; min-width: 132px; align-items: center; justify-content: flex-end; gap: 10px; }
.dashboard-autorenew__status { min-width: 68px; color: #657b86; font-size: 12px; text-align: right; }
.dashboard-autorenew.is-loading .dashboard-autorenew__status::after {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 7px;
  border: 2px solid #b8d7e4;
  border-top-color: var(--color-primary);
  border-radius: 50%;
  content: "";
  vertical-align: -2px;
  animation: dashboard-spin .7s linear infinite;
}
.dashboard-autorenew.is-loading label { cursor: wait; opacity: .65; }
@keyframes dashboard-spin { to { transform: rotate(360deg); } }

/* Tickets */
.dashboard-tickets .flex.flex-col.gap-4.overflow-auto { overflow: visible !important; }
.dashboard-tickets .flex.gap-6.mb-6 { margin: 30px 0 18px !important; }
.dashboard-tickets .flex.gap-6.mb-6 > button:first-child {
  min-height: 42px;
  padding: 0 18px !important;
  background: var(--color-primary) !important;
  color: #fff !important;
}
.dashboard-ticket-row {
  min-height: 82px;
  padding: 18px 20px !important;
  border-radius: 4px !important;
  background: #fff !important;
  box-shadow: none !important;
  cursor: pointer;
  transition: border-color .18s ease, transform .18s ease;
}
.dashboard-ticket-row:hover { border-color: #90c9dd !important; transform: translateY(-1px); }
.dashboard-tickets .dashboard-ticket-row a { font-size: 15px !important; text-decoration: none; }
.dashboard-ticket-create .dashboard-form {
  width: min(100%, 760px);
  max-width: none !important;
  padding: 26px;
  border: 1px solid var(--color-border);
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 8px 24px var(--color-shadow);
}
.dashboard-ticket-create textarea { min-height: 190px; resize: vertical !important; }
.dashboard-ticket-view .min-h-screen { min-height: 0 !important; }
.dashboard-ticket-view .max-w-4xl { max-width: 900px !important; }
.dashboard-ticket-view .max-w-4xl > div {
  border-radius: 4px !important;
  box-shadow: none !important;
}
.dashboard-ticket-view .space-y-6 > .border {
  border-radius: 3px !important;
  border-color: var(--color-border) !important;
}
.dashboard-ticket-view .space-y-6 > .border.bg-white { border-left: 3px solid var(--color-primary) !important; }
.dashboard-ticket-view #sendForm textarea { min-height: 140px; }

/* Profile */
.dashboard-profile > section > div > .flex.gap-4.flex-wrap { display: block !important; }
.dashboard-profile nav[aria-label="Breadcrumb"] { display: none !important; }
.dashboard-profile section.bg-white {
  width: 100%;
  padding: 0 !important;
  background: transparent !important;
}
.dashboard-profile section.bg-white > div { max-width: none !important; }
.dashboard-profile section.bg-white > div > h2 { margin-top: 30px !important; }
.dashboard-profile section.bg-white > div > .py-4,
.dashboard-profile section.bg-white > div > .grid > div {
  padding: 0 !important;
}
.dashboard-profile section.bg-white > div > .py-4 > div > .space-y-4,
.dashboard-profile section.bg-white > div > .grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}
.dashboard-profile section.bg-white > div > .py-4 > div > .space-y-4 > :nth-child(3) {
  grid-column: 1 / -1;
}
.dashboard-profile section.bg-white > div > .py-4 > div > .space-y-4 > :only-child {
  grid-column: 1 / -1;
}
.dashboard-profile section.bg-white h2 {
  margin: 28px 0 15px !important;
  font-size: 23px !important;
  line-height: 1.2 !important;
}
.dashboard-profile section.bg-white > div > h2:first-child { margin-top: 28px !important; }
.dashboard-profile section.bg-white .bg-gray-100 {
  padding: 22px !important;
  border: 1px solid var(--color-border);
  border-radius: 4px !important;
  background: #fff !important;
  box-shadow: 0 8px 24px var(--color-shadow);
}
.dashboard-profile section.bg-white .h-\[200px\] { height: auto !important; min-height: 80px; }
.dashboard-profile section.bg-white .rounded-full { border-radius: 999px !important; }
.dashboard-profile section.bg-white > div > .py-4 > div > .space-y-4 > div,
.dashboard-profile section.bg-white > div > .py-4 > div > .space-y-4 > form,
.dashboard-profile section.bg-white > div > .grid > div { min-width: 0; }
.dashboard-profile section.bg-white form { margin: 0; }
.dashboard-profile section.bg-white input { width: 100% !important; max-width: none !important; }

/* Balanced authenticated navigation. */
@media (min-width: 1024px) {
  .site-header .site-nav {
    display: grid !important;
    grid-template-columns: 180px minmax(0, 1fr) auto;
    gap: 22px;
  }
  .site-header .site-nav > .lg\:flex-1:first-child { width: 180px; }
  .site-header .site-nav > el-popover-group { justify-content: center; gap: 2px !important; }
  .site-header .site-nav > el-popover-group a { min-height: 42px; padding: 0 11px !important; white-space: nowrap; }
  .site-header .site-nav > .lg\:justify-end { min-width: max-content; }
  .site-header .site-nav > .lg\:justify-end a { min-height: 42px; white-space: nowrap; }
}

/* Legacy account pages kept in the archive. */
.my-accounts,
.balance-replenishment,
#content > .profile { min-height: 600px; padding: 122px 24px 72px; }
.my-accounts > .container-junior,
.my-accounts > .container-child,
.balance-replenishment > .container-junior,
.balance-replenishment > .container-child,
#content > .profile > .container-junior,
#content > .profile > .profile__container { width: min(100%, 1180px); margin-right: auto; margin-left: auto; }
.my-accounts__table,
.balance-replenishment > .container-child,
#content > .profile > .profile__container {
  border: 1px solid var(--color-border);
  border-radius: 4px !important;
  background: #fff;
  box-shadow: 0 8px 24px var(--color-shadow);
}

/* Login, registration and password recovery */
body section.bg-gray-50 { background: #f4f8fa !important; }
body section.bg-gray-50 > .flex.flex-col { min-height: 720px; padding-top: 122px !important; padding-bottom: 70px !important; }
body section.bg-gray-50 .sm\:max-w-md {
  border: 1px solid var(--color-border);
  border-radius: 4px !important;
  box-shadow: 0 12px 34px var(--color-shadow) !important;
}
body section.bg-gray-50 input,
body section.bg-gray-50 button { min-height: 46px; border-radius: 3px !important; }

@media (max-width: 991px) {
  .dashboard-server-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dashboard-control > section > div > .flex.gap-4.flex-wrap { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
  .dashboard-page { min-height: 0; padding: 104px 14px 52px !important; }
  .dashboard-page nav[aria-label="Breadcrumb"] { margin-bottom: 20px; overflow-x: auto; }
  body .dashboard-page .dashboard-heading h2 { font-size: 32px !important; }
  .dashboard-lead { font-size: 14px; }
  .dashboard-server-grid { grid-template-columns: 1fr; }
  .dashboard-servers .dashboard-server-toolbar { align-items: stretch !important; flex-direction: column; gap: 12px; }
  .dashboard-servers .dashboard-server-toolbar > div { width: 100%; margin: 0 !important; }
  .dashboard-view-switch { display: flex; width: 100%; }
  .dashboard-view-switch__button { flex: 1; }
  .dashboard-servers #tableView { overflow-x: auto; }
  .dashboard-ticket-row { align-items: flex-start !important; flex-direction: column; }
  .dashboard-ticket-row > div:last-child { align-items: flex-start !important; }
  .dashboard-ticket-create .dashboard-form { padding: 20px; }
  .dashboard-ticket-view .p-6 { padding: 18px !important; }
  .dashboard-ticket-view .flex.justify-between { align-items: flex-start !important; flex-direction: column; gap: 8px; }
  .dashboard-profile section.bg-white > div > .py-4 > div > .space-y-4,
  .dashboard-profile section.bg-white > div > .grid { grid-template-columns: 1fr; }
  .dashboard-profile section.bg-white .flex.items-center.justify-between { gap: 16px; }
  .my-accounts,
  .balance-replenishment,
  #content > .profile { padding: 104px 14px 52px; }
}

/* Alternate compact server list and billing history. */
.dashboard-legacy .myservers { min-height: 620px; padding: 122px 24px 72px; }
.dashboard-legacy .myservers > .container-junior { width: min(100%, 1180px); margin: 0 auto; }
.dashboard-legacy .myservers .title-group {
  display: flex;
  margin-bottom: 28px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.dashboard-legacy .myservers .title-group h1 { margin: 0; font-size: clamp(30px, 4vw, 46px); }
.dashboard-legacy .view-switch { display: flex; padding: 3px; border: 1px solid var(--color-border); background: #fff; }
.dashboard-legacy .switch-btn { min-height: 38px; padding: 0 14px; border: 0; border-radius: 2px; background: transparent; color: #617581; cursor: pointer; }
.dashboard-legacy .switch-btn.active { background: var(--color-primary); color: #fff; }
.dashboard-legacy .myservers__servers-group { border-top: 1px solid var(--color-border); background: #fff; }
.dashboard-legacy .server-row {
  position: relative;
  display: grid;
  min-height: 82px;
  padding: 15px 18px;
  grid-template-columns: 1.25fr .6fr 1fr auto auto;
  align-items: center;
  gap: 18px;
  border-right: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  border-left: 1px solid var(--color-border);
}
.dashboard-legacy .server-col { display: flex; min-width: 0; flex-direction: column; gap: 4px; }
.dashboard-legacy .server-ip { color: var(--color-heading); font-weight: 750; overflow-wrap: anywhere; }
.dashboard-legacy .server-description,
.dashboard-legacy .server-os,
.dashboard-legacy .server-date { color: var(--color-text-muted); font-size: 13px; }
.dashboard-legacy .server-actions { display: flex; gap: 7px; }
.dashboard-legacy .btn-small,
.dashboard-legacy .btn-main {
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid var(--color-border);
  border-radius: 3px;
  background: #fff;
  color: var(--color-heading);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}
.dashboard-legacy .btn-main { border-color: var(--color-primary); background: var(--color-primary); color: #fff; }
.dashboard-legacy .btn-small:hover { border-color: #9bcfe0; color: var(--color-primary); }
.dashboard-legacy .btn-main:hover { background: var(--color-primary-hover); }
.dashboard-legacy .server-row.expired { border-left: 3px solid #d48748; }
.dashboard-legacy .server-row-disabled { color: #b15f32; font-size: 13px; font-weight: 650; }
.dashboard-invoices .my-accounts__table_col_row {
  display: grid;
  grid-template-columns: .55fr .7fr .9fr 2fr;
  gap: 18px;
  padding: 15px 18px;
  border-bottom: 1px solid var(--color-border);
}
.dashboard-invoices .my-accounts__table_col_row:last-child { border-bottom: 0; }
.dashboard-invoices .my-accounts__table_col_row.title { background: #eaf3f7; color: #526974; font-size: 12px; font-weight: 750; text-transform: uppercase; }

@media (max-width: 767px) {
  .dashboard-legacy .myservers { min-height: 0; padding: 104px 14px 52px; }
  .dashboard-legacy .myservers .title-group { align-items: flex-start; flex-direction: column; }
  .dashboard-legacy .server-row { grid-template-columns: 1fr; gap: 12px; }
  .dashboard-legacy .server-actions { width: 100%; }
  .dashboard-legacy .server-actions button,
  .dashboard-legacy .btn-main { width: 100%; }
  .dashboard-invoices .my-accounts__table_col_row { grid-template-columns: 1fr; gap: 5px; }
  .dashboard-invoices .my-accounts__table_col_row.title { display: none; }
}

/* Dashboard navigation and page composition — v17 */
.dashboard-local-nav {
  display: flex !important;
  width: 100%;
  margin: 0 0 32px !important;
  padding: 5px;
  align-items: center;
  gap: 3px;
  overflow-x: auto;
  border: 1px solid var(--color-border);
  background: #fff;
  scrollbar-width: none;
}
.dashboard-local-nav::-webkit-scrollbar { display: none; }
.dashboard-local-nav a {
  display: inline-flex;
  min-height: 39px;
  padding: 0 15px;
  align-items: center;
  color: #516873 !important;
  font-size: 13px !important;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}
.dashboard-local-nav a:hover { background: #edf6fa; color: var(--color-primary) !important; }
.dashboard-local-nav a.is-active { background: var(--color-primary); color: #fff !important; }
.dashboard-control nav[aria-label="Breadcrumb"],
.dashboard-tickets nav[aria-label="Breadcrumb"],
.dashboard-pay nav[aria-label="Breadcrumb"] { display: none !important; }
.dashboard-server-nav {
  display: flex !important;
  width: 100%;
  margin: 28px 0 20px !important;
  align-items: center;
  gap: 0;
  overflow-x: auto;
  border-bottom: 1px solid #cbdde5;
}
.dashboard-server-nav a {
  display: inline-flex;
  min-height: 44px;
  padding: 0 17px;
  align-items: center;
  border-bottom: 2px solid transparent;
  color: #617681 !important;
  font-size: 13px !important;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}
.dashboard-server-nav a:first-child { padding-left: 0; padding-right: 24px; }
.dashboard-server-nav a:hover,
.dashboard-server-nav a.is-active { border-bottom-color: var(--color-primary); color: var(--color-primary) !important; }
.dashboard-control .dashboard-heading,
.dashboard-tickets .dashboard-heading,
.dashboard-profile .dashboard-heading,
.dashboard-pay .dashboard-heading { margin-bottom: 0 !important; }

/* Profile */
.dashboard-profile section.bg-white > div > .py-4 > div > .space-y-4 {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  align-items: stretch !important;
}
.dashboard-profile .dashboard-profile-data {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
  align-items: stretch !important;
}
.dashboard-profile .dashboard-profile-data > * { min-width: 0; margin: 0 !important; }
.dashboard-profile .dashboard-profile-data > form > div,
.dashboard-profile .dashboard-profile-data > div { height: 100%; }
.dashboard-profile .dashboard-profile-bottom { display: grid !important; grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 18px; }
.dashboard-profile section.bg-white > div > .py-4 > div > .space-y-4 > :nth-child(3),
.dashboard-profile section.bg-white > div > .py-4 > div > .space-y-4 > :only-child { grid-column: auto !important; }
.dashboard-profile section.bg-white > div > .py-4 > div > .space-y-4 > div,
.dashboard-profile section.bg-white > div > .py-4 > div > .space-y-4 > form,
.dashboard-profile section.bg-white > div > .py-4 > div > .space-y-4 > form > div { height: 100%; }
.dashboard-profile section.bg-white .bg-gray-100 { box-shadow: none !important; }
.dashboard-profile section.bg-white .bg-green-300\/30 {
  min-height: 92px;
  margin-bottom: 0 !important;
  align-items: center !important;
  border-width: 1px !important;
  background: #edf9f3 !important;
}
.dashboard-profile section.bg-white > div > .grid { margin-top: 28px; }
.dashboard-profile section.bg-white > div > .grid > div { padding: 0 9px !important; }
.dashboard-profile section.bg-white > div > .grid > div:first-child { padding-left: 0 !important; }
.dashboard-profile section.bg-white > div > .grid > div:last-child { padding-right: 0 !important; }

/* Server renewal */
.dashboard-pay__layout {
  display: grid;
  margin-top: 22px;
  grid-template-columns: minmax(0, 680px) minmax(260px, 360px);
  align-items: start;
  gap: 18px;
}
.dashboard-pay__card,
.dashboard-pay__aside {
  padding: 26px;
  border: 1px solid var(--color-border);
  background: #fff;
}
.dashboard-pay__server {
  display: grid;
  margin-bottom: 24px;
  padding-bottom: 20px;
  grid-template-columns: 1fr auto;
  gap: 4px 18px;
  border-bottom: 1px solid var(--color-border);
}
.dashboard-pay__server span { color: #718590; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.dashboard-pay__server strong { grid-row: 1 / span 2; grid-column: 2; align-self: center; font-size: 19px; }
.dashboard-pay__server small { color: #617681; font-size: 13px; }
.dashboard-pay #renewForm label { margin-bottom: 8px; color: var(--color-heading); font-weight: 700; }
.dashboard-pay #renewForm select { min-height: 50px; }
.dashboard-pay__submit button { min-height: 48px; border: 0; }
.dashboard-pay__submit button:disabled { cursor: wait; opacity: .65; }
.dashboard-pay__aside h3 { margin: 0 0 13px; font-size: 18px; }
.dashboard-pay__aside p { margin: 0 0 12px; color: #647983; font-size: 14px; line-height: 1.6; }

@media (max-width: 1100px) {
  .dashboard-profile section.bg-white > div > .py-4 > div > .space-y-4 { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .dashboard-profile section.bg-white > div > .py-4 > div > .space-y-4 > :nth-child(3) { grid-column: 1 / -1 !important; }
  .dashboard-profile .dashboard-profile-data { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .dashboard-profile .dashboard-profile-data > :nth-child(3) { grid-column: 1 / -1; }
}
@media (max-width: 767px) {
  .dashboard-local-nav { margin-bottom: 23px !important; }
  .dashboard-local-nav a { padding: 0 12px; }
  .dashboard-server-nav { margin-top: 22px !important; }
  .dashboard-profile section.bg-white > div > .py-4 > div > .space-y-4 { grid-template-columns: 1fr !important; }
  .dashboard-profile section.bg-white > div > .py-4 > div > .space-y-4 > :nth-child(3) { grid-column: auto !important; }
  .dashboard-profile section.bg-white > div > .grid { grid-template-columns: 1fr !important; }
  .dashboard-profile .dashboard-profile-data,
  .dashboard-profile .dashboard-profile-bottom { grid-template-columns: 1fr !important; }
  .dashboard-profile .dashboard-profile-data > :nth-child(3) { grid-column: auto; }
  .dashboard-profile section.bg-white > div > .grid > div { padding: 0 !important; }
  .dashboard-pay__layout { grid-template-columns: 1fr; }
  .dashboard-pay__card,.dashboard-pay__aside { padding: 20px; }
  .dashboard-pay__server { grid-template-columns: 1fr; }
  .dashboard-pay__server strong { grid-row: auto; grid-column: auto; }
}

/* Embedded WMKS console — v18 */
.dashboard-console .dashboard-heading { margin-bottom: 0 !important; }
.dashboard-console__panel {
  overflow: hidden;
  border: 1px solid #cbdde5;
  background: #fff;
  box-shadow: 0 12px 34px rgb(22 63 86 / 10%);
}
.dashboard-console__toolbar {
  display: flex;
  min-height: 64px;
  padding: 11px 14px 11px 18px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid #d9e6ec;
  background: #f7fafb;
}
.dashboard-console__toolbar strong { display: block; color: var(--color-heading); font-size: 15px; }
.dashboard-console__toolbar span { display: block; margin-top: 2px; color: #6d838e; font-size: 12px; }
.dashboard-console__actions { display: flex; gap: 8px; }
.dashboard-console__toolbar button,
.dashboard-console__input button {
  min-height: 39px;
  padding: 0 13px;
  border: 1px solid #bfd4de;
  background: #fff;
  color: #29404c;
  font-size: 12px;
  cursor: pointer;
}
.dashboard-console__toolbar button:hover,
.dashboard-console__input button:hover { border-color: #83bfd5; color: var(--color-primary); }
.dashboard-console__workspace {
  display: grid;
  min-height: clamp(470px, 62vh, 690px);
  padding: 10px;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 10px;
  background: #eaf2f6;
}
.dashboard-console__screen {
  position: relative;
  min-width: 0;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid #29495b;
  background: #071219;
}
.dashboard-console__screen:fullscreen { width: 100vw; height: 100vh; border: 0; background: #071219; }
.dashboard-console__screen #wmksContainer { position: absolute; inset: 0; width: 100%; height: 100%; overflow: hidden; background: #071219; }
.dashboard-console__screen #wmksContainer > div { width: 100% !important; height: 100% !important; max-width: none !important; max-height: none !important; }
.dashboard-console__screen #wmksContainer canvas { display: block !important; width: 100% !important; height: 100% !important; max-width: none !important; max-height: none !important; object-fit: contain; background: #071219; }
.dashboard-console__input {
  display: flex;
  min-width: 0;
  padding: 20px;
  flex-direction: column;
  border: 1px solid #cfdee5;
  background: #fff;
}
.dashboard-console__input h3 { margin: 0; color: var(--color-heading); font-size: 19px; }
.dashboard-console__input > p { margin: 7px 0 18px; color: #667b86; font-size: 13px; line-height: 1.5; }
.dashboard-console__input label { margin-bottom: 7px; color: #314752; font-size: 12px; font-weight: 750; }
.dashboard-console__input textarea {
  width: 100%;
  min-height: 126px;
  padding: 11px;
  resize: vertical;
  border: 1px solid #bfd4de !important;
  background: #fff !important;
  color: #152b37;
  font: 13px/1.5 ui-monospace, SFMono-Regular, Consolas, monospace;
}
.dashboard-console__input-actions { display: grid; margin-top: 9px; grid-template-columns: 1fr 1fr; gap: 8px; }
.dashboard-console__input button.is-primary {
  border-color: var(--color-primary);
  background: var(--color-primary);
  color: #fff;
}
.dashboard-console__input button.is-primary:hover { border-color: var(--color-primary-hover); background: var(--color-primary-hover); color: #fff; }
.dashboard-console__password {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #dce7ec;
}
.dashboard-console__password p { margin: 0 0 10px; color: #718590; font-size: 12px; line-height: 1.45; }
.dashboard-console__password-send { width: 100%; }
.dashboard-console__status { min-height: 18px; margin-top: 10px; color: var(--color-primary); font-size: 12px; }
.dashboard-console__input > small { margin-top: auto; padding-top: 15px; color: #83949d; font-size: 11px; line-height: 1.45; }

@media (max-width: 920px) {
  .dashboard-console__workspace { min-height: 0; grid-template-columns: 1fr; }
  .dashboard-console__screen { height: min(64vw, 520px); min-height: 300px; }
  .dashboard-console__input { min-height: 330px; }
}
@media (max-width: 560px) {
  .dashboard-console__toolbar { align-items: flex-start; flex-direction: column; }
  .dashboard-console__actions { display: grid; width: 100%; grid-template-columns: 1fr 1fr; }
  .dashboard-console__actions button { padding: 0 8px; }
  .dashboard-console__workspace { padding: 5px; gap: 5px; }
  .dashboard-console__screen { height: 62vw; min-height: 240px; }
  .dashboard-console__input { padding: 17px; }
}
