:root {
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color: #dedee6;
  background: #18191e;
  font-size: 14px;
  color-scheme: dark;
  --bg: #18191e;
  --panel: #202127;
  --border: #34343f;
  --muted: #9b9ba9;
  --text: #dedee6;
  --accent: #cfadfa;
  --soft: #30283f;
  --success: #afd3ba;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select {
  font: inherit;
}
button,
a,
input,
select {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 4px;
}
svg {
  width: 19px;
  height: 19px;
  stroke: currentColor;
  stroke-width: 1.6;
  fill: none;
  flex-shrink: 0;
}
.icon-definitions {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1 {
  font-size: 36px;
  letter-spacing: -1.2px;
  line-height: 1.2;
  font-weight: 560;
}
h2 {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.2px;
}
h3 {
  font-size: 14px;
  font-weight: 600;
}
button {
  color: inherit;
}
form {
  margin: 0;
}
.skip {
  position: absolute;
  left: -9999px;
}
.skip:focus {
  left: 20px;
  top: 10px;
  z-index: 10;
  background: var(--panel);
  padding: 12px;
}
.topbar {
  height: 76px;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
}
.brand-mark {
  display: block;
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  border-radius: 6px;
  object-fit: contain;
}
.brand strong {
  font-size: 18px;
  letter-spacing: -0.5px;
}
.brand-label {
  font-size: 9px;
  letter-spacing: 1.7px;
  color: var(--muted);
  margin-left: 12px;
}
.topbar-right {
  display: flex;
  align-items: center;
  gap: 26px;
}
.beta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  color: var(--muted);
}
.beta i,
.panel-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--success);
}
.small-link,
.text-button {
  font-size: 12px;
  background: none;
  border: 0;
  color: var(--text);
  padding: 6px 0;
}
.small-link span {
  color: var(--muted);
  margin-left: 10px;
}
.shell {
  display: flex;
  gap: 12px;
  padding: 0 18px 18px 0;
  min-height: calc(100vh - 76px);
}
.sidebar {
  width: 226px;
  flex-shrink: 0;
  padding: 22px 18px 15px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 80px;
}
.nav-caption {
  font-size: 9px;
  color: var(--muted);
  letter-spacing: 1.7px;
  margin: 0 0 19px 10px;
}
.sidebar nav {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.sidebar nav a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 11px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 12px;
  color: var(--muted);
}
.sidebar nav a:hover {
  background: var(--panel);
  color: var(--text);
}
.sidebar nav a[aria-current] {
  background: var(--soft);
  border-color: #67527d;
  color: var(--accent);
}
.nav-count {
  margin-left: auto;
  border-radius: 4px;
  background: #ffffff09;
  padding: 1px 5px;
  font-size: 10px;
}
.operator-label {
  margin-top: 32px;
}
.sidebar-bottom {
  padding: 0 10px;
}
.mini-mark {
  color: var(--accent);
  display: block;
  margin-bottom: 12px;
}
.sidebar-bottom strong {
  font-size: 11px;
  font-weight: 550;
}
.sidebar-bottom p {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.8;
  margin: 7px 0 25px;
}
.identity {
  display: block;
  border-top: 1px solid var(--border);
  padding-top: 18px;
  font-size: 10px;
  overflow-wrap: anywhere;
  color: var(--muted);
}
main {
  min-width: 0;
  flex: 1;
  border: 1px solid var(--border);
  border-radius: 15px;
  background: #1b1c22;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.page-location {
  padding: 17px 28px;
  border-bottom: 1px solid var(--border);
  font-size: 11px;
  color: #c4c2ce;
  display: flex;
  gap: 14px;
  align-items: center;
  background: #202127;
}
.page-location > span {
  color: var(--muted);
}
.location-right {
  margin-left: auto;
  font-size: 9px;
  letter-spacing: 0.8px;
}
.page-content {
  padding: 38px;
  flex: 1;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
footer {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 9px;
  color: var(--muted);
  padding: 13px 26px;
  border-top: 1px solid var(--border);
}
.eyebrow {
  font-size: 9px;
  letter-spacing: 1.9px;
  color: var(--accent);
  font-weight: 550;
}
.welcome-hero {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  align-items: center;
  gap: 48px;
  padding: 34px 0 52px;
}
.hero-copy h1 {
  font-size: clamp(32px, 3.4vw, 51px);
  font-weight: 560;
  line-height: 1.18;
  letter-spacing: -1.8px;
  margin-top: 20px;
}
.hero-copy h1 em {
  font-style: normal;
  color: var(--accent);
}
.hero-copy > p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.9;
  margin-top: 22px;
  max-width: 470px;
}
.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 28px 0 19px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 11px 16px;
  border: 1px solid #42414d;
  background: #282831;
  border-radius: 7px;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
  white-space: normal;
}
.button svg {
  width: 16px;
  height: 16px;
}
.button:hover {
  background: #36333f;
  border-color: #756282;
}
.button.primary {
  background: #8756ba;
  border-color: #9665c9;
  color: white;
}
.button.primary:hover {
  background: #9966ca;
}
.text-link {
  font-size: 12px;
  color: var(--accent);
}
.text-link:hover {
  text-decoration: underline;
}
.hero-copy > small {
  font-size: 10px;
  line-height: 1.7;
  color: var(--muted);
}
.welcome-panel {
  border: 1px solid #494152;
  border-radius: 15px;
  padding: 22px;
  background: linear-gradient(145deg, #30283b, #202127 65%);
  box-shadow: 0 20px 70px #0003;
  transform: rotate(-1deg);
}
.panel-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}
.panel-top .eyebrow {
  font-size: 8px;
  color: #beb2d0;
  letter-spacing: 1.1px;
}
.welcome-tool {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #1c1c2388;
  border: 1px solid #3b3545;
  border-radius: 10px;
  padding: 16px 12px;
  margin: 10px 0;
}
.tool-glyph {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
  flex-shrink: 0;
}
.violet {
  background: #3d2e51;
  color: #d4a4ff;
}
.peach {
  background: #493c38;
  color: #e0b497;
}
.mint {
  background: #2d4038;
  color: #b4d2b6;
}
.welcome-tool strong {
  font-size: 12px;
}
.welcome-tool p {
  color: var(--muted);
  font-size: 10px;
  line-height: 1.6;
  margin-top: 5px;
}
.welcome-tool > span:last-child {
  margin-left: auto;
  color: #8e849c;
}
.panel-note {
  display: flex;
  gap: 11px;
  align-items: center;
  padding-top: 14px;
  margin-top: 20px;
  border-top: 1px solid #39343f;
  color: var(--muted);
}
.panel-note p {
  font-size: 10px;
  line-height: 1.8;
}
.section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 20px;
}
.section-heading > span:not(.pill) {
  font-size: 9px;
  letter-spacing: 0.6px;
  color: var(--muted);
}
.feature-grid,
.metric-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.feature-card {
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 23px;
  background: var(--panel);
  min-width: 0;
}
.feature-card > svg {
  color: var(--accent);
  margin-bottom: 19px;
}
.feature-card h3 {
  margin-bottom: 11px;
}
.feature-card p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.9;
}
.feature-card > span:not(.pill):not(.platform-glyph) {
  display: block;
  font-size: 10px;
  color: var(--accent);
  margin-top: 23px;
}
.feature-card[href]:hover {
  border-color: #756282;
}
.page-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 7px 0 30px;
}
.page-heading h1 {
  margin: 12px 0;
}
.page-heading p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.8;
  max-width: 660px;
}
.heading-icon {
  display: grid;
  place-items: center;
  background: var(--soft);
  border: 1px solid #604675;
  border-radius: 14px;
  width: 55px;
  height: 55px;
  color: var(--accent);
  flex-shrink: 0;
}
.heading-icon svg {
  width: 26px;
  height: 26px;
}
.metric {
  display: block;
  padding: 22px;
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: 12px;
}
.metric > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 11px;
}
.metric svg {
  color: var(--muted);
  width: 16px;
  height: 16px;
}
.metric > strong {
  display: block;
  font-size: 29px;
  font-weight: 550;
  letter-spacing: -0.8px;
  margin: 19px 0 12px;
}
.metric em {
  font-style: normal;
  color: var(--muted);
  font-size: 18px;
  font-weight: 400;
}
.metric small {
  display: block;
  font-size: 10px;
  color: var(--muted);
  line-height: 1.8;
}
.metric[href]:hover {
  border-color: #756282;
}
.overview-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 20px;
  margin-top: 26px;
}
.card {
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--panel);
  padding: 24px;
  min-width: 0;
}
.card > p {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.9;
  margin-top: 14px;
}
.pill {
  display: inline-flex;
  align-items: center;
  padding: 5px 8px;
  border-radius: 5px;
  background: #31303a;
  color: #c1baca;
  font-size: 10px;
  line-height: 1.5;
}
.pill.success {
  background: #2c3d34;
  color: var(--success);
}
dl {
  margin: 0;
}
dl > div {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid var(--border);
  font-size: 12px;
}
dt {
  color: var(--muted);
  flex-shrink: 0;
}
dd {
  margin: 0;
  text-align: right;
  overflow-wrap: anywhere;
}
.card-actions {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 22px;
}
.card .card-note {
  font-size: 10px;
  border-top: 1px solid var(--border);
  padding-top: 18px;
  margin-top: 22px;
}
.next-step {
  background: linear-gradient(130deg, #32283f, #202127);
}
.next-step h2 {
  font-size: 25px;
  line-height: 1.3;
  margin-top: 23px;
  letter-spacing: -0.6px;
}
.next-step .text-link {
  display: block;
  margin-top: 26px;
}
.next-step .text-link span {
  float: right;
}
.device-row {
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 23px 0;
  border-top: 1px solid var(--border);
}
.device-icon {
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  border: 1px solid var(--border);
  border-radius: 10px;
  color: var(--accent);
  flex-shrink: 0;
}
.device-row > div {
  flex: 1;
  min-width: 0;
  overflow-wrap: anywhere;
}
.device-row p,
.device-row small {
  font-size: 11px;
  color: var(--muted);
  margin-top: 6px;
  display: block;
  line-height: 1.7;
}
.device-row small {
  font-size: 10px;
}
.danger-subtle {
  color: #e4a3ae;
}
.button.danger {
  background: #984153;
  border-color: #b2586a;
  color: #fff;
}
.button.danger:hover {
  background: #b44c62;
}
.footnote {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.9;
  margin-top: 22px;
  max-width: 850px;
}
.empty {
  padding: 45px 20px;
  text-align: center;
}
.empty > svg {
  width: 30px;
  height: 30px;
  color: var(--accent);
  margin-bottom: 18px;
}
.empty p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.9;
  max-width: 480px;
  margin: 13px auto 0;
}
.confirmation {
  max-width: 610px;
  margin: 55px auto;
}
.confirmation h1 {
  font-size: 29px;
  margin: 24px 0 18px;
}
.confirmation > .button {
  margin-top: 22px;
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}
.team-card h2 {
  font-size: 22px;
  overflow-wrap: anywhere;
}
.team-card small {
  display: block;
  font-size: 10px;
  color: var(--muted);
  margin-top: 20px;
}
.team-card:hover {
  border-color: #756282;
}
.back-link {
  font-size: 11px;
  color: var(--muted);
}
.team-management {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 20px;
  align-items: start;
}
.member-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 0;
  border-top: 1px solid var(--border);
}
.member-avatar {
  display: grid;
  place-items: center;
  background: var(--soft);
  color: var(--accent);
  border-radius: 8px;
  width: 32px;
  height: 32px;
  font-size: 11px;
  flex-shrink: 0;
}
.member-row > div {
  flex: 1;
  min-width: 0;
  overflow-wrap: anywhere;
}
.member-row strong {
  font-size: 11px;
  font-weight: 550;
}
.member-row p {
  font-size: 10px;
  color: var(--muted);
  margin-top: 6px;
}
.member-row .pill {
  flex-shrink: 0;
}
.seat-form {
  margin-top: 20px;
}
.seat-form p {
  font-size: 11px;
  margin: 18px 0;
  line-height: 1.7;
}
.seat-form label {
  display: inline-block;
  margin-bottom: 6px;
}
.seat-form input[type="email"],
.seat-form select {
  display: block;
  width: 100%;
  background: var(--bg);
  border: 1px solid #454250;
  border-radius: 6px;
  color: var(--text);
  padding: 11px;
}
.seat-form input[type="checkbox"] {
  accent-color: #a46ec9;
}
.seat-form .button {
  width: 100%;
  margin-top: 7px;
}
.errorlist {
  color: #f1a8b3;
  font-size: 11px;
  line-height: 1.8;
  padding-left: 18px;
}
.messages {
  border: 1px solid #48654f;
  background: #24392b;
  border-radius: 8px;
  padding: 14px 18px;
  margin-bottom: 24px;
  font-size: 12px;
  line-height: 1.8;
}
.download-notice {
  background: linear-gradient(110deg, #352842, #25232c);
  border: 1px solid #604675;
  border-radius: 13px;
  padding: 25px;
  margin-bottom: 22px;
}
.download-notice h2 {
  font-size: 22px;
  letter-spacing: -0.5px;
  margin: 18px 0 12px;
}
.download-notice p {
  font-size: 12px;
  color: #bab1c4;
  line-height: 1.9;
  max-width: 750px;
}
.download-grid .platform-glyph {
  display: block;
  font-size: 34px;
  color: var(--accent);
  height: 48px;
  margin-bottom: 15px;
}
.download-grid .platform-icon {
  width: 34px;
  height: 48px;
  margin-bottom: 15px;
}
.download-grid h2 {
  font-size: 19px;
}
.download-grid p {
  margin: 8px 0 23px;
}
.download-steps {
  margin-top: 24px;
}
.download-steps ol {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  padding-left: 20px;
  margin: 24px 0 5px;
}
.download-steps li {
  color: var(--accent);
  font-size: 12px;
}
.download-steps strong {
  font-weight: 550;
  color: var(--text);
}
.download-steps p {
  font-size: 11px;
  line-height: 1.8;
  color: var(--muted);
  margin-top: 9px;
}
@media (min-width: 1700px) {
  .page-content {
    padding: 52px;
  }
  .welcome-hero {
    padding: 65px 0 70px;
    gap: 80px;
  }
}
@media (max-width: 1150px) {
  .sidebar {
    width: 190px;
    padding-left: 15px;
  }
  .page-content {
    padding: 28px;
  }
  .welcome-hero {
    gap: 25px;
    padding-top: 22px;
  }
  .hero-copy h1 {
    font-size: 36px;
  }
  .welcome-panel {
    padding: 16px;
  }
  .brand-label {
    display: none;
  }
  .team-management {
    grid-template-columns: 1fr;
  }
  .feature-card {
    padding: 19px;
  }
  .hero-actions {
    gap: 14px;
  }
  .section-heading > span:not(.pill) {
    display: none;
  }
}
@media (max-width: 850px) {
  .sidebar {
    width: 166px;
    padding: 18px 10px;
  }
  .sidebar nav a {
    gap: 8px;
    padding: 11px 8px;
  }
  .nav-caption {
    font-size: 8px;
    letter-spacing: 1px;
  }
  .page-content {
    padding: 24px;
  }
  .welcome-hero {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .welcome-panel {
    transform: none;
  }
  .welcome-tool {
    padding: 12px;
  }
  .hero-copy h1 {
    font-size: 40px;
  }
  .feature-grid,
  .metric-grid {
    grid-template-columns: 1fr;
  }
  .feature-card {
    padding: 23px;
  }
  .overview-grid {
    grid-template-columns: 1fr;
  }
  .page-heading {
    align-items: flex-start;
  }
  .page-heading h1 {
    font-size: 29px;
  }
  .page-heading > .button {
    font-size: 10px;
    padding: 9px;
  }
  .download-steps ol {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .download-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .device-row {
    flex-wrap: wrap;
  }
  .device-row .button {
    margin-left: 60px;
  }
  .member-row {
    flex-wrap: wrap;
  }
}
@media (max-width: 600px) {
  .topbar {
    height: 66px;
    padding: 0 17px;
  }
  .brand strong {
    font-size: 16px;
  }
  .topbar-right {
    gap: 15px;
  }
  .beta {
    display: none;
  }
  .shell {
    display: block;
    padding: 0 10px 10px;
  }
  .sidebar {
    width: 100%;
    padding: 5px 0 12px;
    display: block;
  }
  .nav-caption,
  .sidebar-bottom,
  .operator-label {
    display: none;
  }
  .sidebar nav {
    flex-direction: row;
    justify-content: space-between;
    gap: 4px;
  }
  .sidebar nav a {
    font-size: 10px;
    gap: 6px;
    padding: 10px 8px;
    flex: 1;
    justify-content: center;
  }
  .sidebar nav a svg {
    width: 15px;
    height: 15px;
  }
  .nav-count {
    margin-left: 0;
  }
  .sidebar nav[aria-label="Administration"] {
    margin-top: 5px;
  }
  .page-location {
    padding: 14px 18px;
    font-size: 10px;
  }
  .location-right {
    display: none;
  }
  .page-content {
    padding: 22px;
  }
  .hero-copy h1 {
    font-size: 36px;
    letter-spacing: -1.3px;
  }
  .welcome-hero {
    padding: 10px 0 34px;
  }
  .section-heading h2 {
    font-size: 16px;
  }
  .page-heading {
    display: block;
  }
  .page-heading > .button,
  .page-heading > .pill {
    margin-top: 12px;
  }
  .page-heading > .heading-icon {
    display: none;
  }
  .page-heading h1 {
    font-size: 29px;
  }
  .card {
    padding: 20px;
  }
  .download-grid {
    grid-template-columns: 1fr;
  }
  .download-steps {
    margin-top: 18px;
  }
  .confirmation {
    margin: 20px auto;
  }
  .confirmation h1 {
    font-size: 26px;
  }
  footer {
    padding: 14px 18px;
    font-size: 8px;
  }
  footer > span:last-child {
    display: none;
  }
  .identity {
    font-size: 9px;
  }
  .device-row .button {
    margin-left: 0;
  }
  .device-row > div {
    flex-basis: calc(100% - 60px);
  }
  .member-row > .pill {
    margin-left: 44px;
  }
}
@media (prefers-reduced-motion: no-preference) {
  a,
  button {
    transition:
      background 0.15s,
      border-color 0.15s,
      color 0.15s;
  }
}

.seat-form .checkbox-row {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 11px;
  line-height: 1.8;
  margin: 20px 0;
}
.seat-form .checkbox-row input {
  margin: 4px 0 0;
  flex-shrink: 0;
}
