:root {
    --night: #101a2e;
    --night-soft: #172541;
    --ink: #172338;
    --muted: #70809a;
    --soft: #9aa8bb;
    --warm: #f1efe8;
    --line: #e3e6e7;
    --blue: #4e79ff;
    --blue-deep: #2b56d9;
    --mint: #bdf1d7;
    --mint-ink: #12684e;
    --coral: #ff896f;
    --yellow: #ffd87c;
    --danger: #c94f5d;
    --shadow: 0 28px 80px rgba(30, 45, 70, .13);
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
    background: var(--warm);
}

body {
    min-width: 320px;
    min-height: 100vh;
    margin: 0;
    color: var(--ink);
    background:
        radial-gradient(circle at 10% 4%, rgba(255, 216, 124, .18), transparent 27rem),
        radial-gradient(circle at 93% 85%, rgba(189, 241, 215, .20), transparent 30rem),
        var(--warm);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 14px;
    line-height: 1.55;
}

button,
input,
select {
    font: inherit;
}

button {
    border: 0;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

a {
    color: inherit;
}

.atlas-app {
    position: relative;
    width: min(1440px, calc(100% - 42px));
    min-height: calc(100vh - 42px);
    margin: 21px auto;
    overflow: hidden;
    isolation: isolate;
    border: 1px solid rgba(31, 49, 76, .10);
    border-radius: 30px;
    background: rgba(252, 251, 247, .79);
    box-shadow: var(--shadow);
}

.atlas-orbit {
    position: absolute;
    z-index: -1;
    width: 470px;
    height: 470px;
    border: 1px solid rgba(78, 121, 255, .08);
    border-radius: 50%;
    pointer-events: none;
}

.atlas-orbit::after {
    position: absolute;
    inset: 31px;
    border: 1px solid rgba(78, 121, 255, .08);
    border-radius: inherit;
    content: "";
}

.atlas-orbit-a {
    top: -345px;
    right: -120px;
}

.atlas-orbit-b {
    bottom: -410px;
    left: 28%;
    border-color: rgba(255, 137, 111, .10);
}

.atlas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 89px;
    padding: 20px 31px;
    border-bottom: 1px solid rgba(31, 49, 76, .09);
    background: rgba(255, 255, 255, .46);
}

.atlas-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--ink);
    text-decoration: none;
}

.atlas-brand-mark {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 14px 14px 14px 5px;
    background: var(--night);
    color: var(--mint);
    box-shadow: 7px 7px 0 var(--coral);
    font-size: 22px;
    font-weight: 850;
    letter-spacing: -.07em;
}

.atlas-brand-copy strong,
.atlas-brand-copy small {
    display: block;
}

.atlas-brand-copy strong {
    color: var(--night);
    font-size: 18px;
    letter-spacing: -.02em;
}

.atlas-brand-copy small {
    margin-top: 1px;
    color: var(--muted);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.atlas-header-meta {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 8px;
}

.atlas-domain-chip,
.atlas-version-chip,
.atlas-secure-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 31px;
    padding: 6px 11px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(255, 255, 255, .72);
    color: var(--muted);
    font-size: 10px;
    font-weight: 750;
}

.atlas-version-chip {
    border-color: #d2dcff;
    background: #f0f3ff;
    color: var(--blue-deep);
}

.atlas-live-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--mint-ink);
    box-shadow: 0 0 0 4px rgba(18, 104, 78, .10);
}

.atlas-layout {
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    min-height: calc(100vh - 132px);
}

.atlas-sidebar {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 39px 27px 25px;
    overflow: hidden;
    background:
        radial-gradient(circle at 92% 4%, rgba(255, 216, 124, .16), transparent 13rem),
        linear-gradient(162deg, var(--night) 0%, #14223d 58%, #172b4b 100%);
    color: #fff;
}

.atlas-sidebar::before {
    position: absolute;
    right: -75px;
    bottom: 45px;
    width: 220px;
    height: 220px;
    border: 1px solid rgba(189, 241, 215, .12);
    border-radius: 50%;
    box-shadow: 0 0 0 28px rgba(189, 241, 215, .025), 0 0 0 56px rgba(189, 241, 215, .018);
    content: "";
    pointer-events: none;
}

.atlas-overline {
    display: block;
    color: var(--blue);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .17em;
    line-height: 1.2;
    text-transform: uppercase;
}

.atlas-sidebar .atlas-overline {
    color: var(--yellow);
}

.atlas-sidebar-intro,
.atlas-step-list,
.atlas-sidebar-foot {
    position: relative;
    z-index: 1;
}

.atlas-sidebar-intro h1 {
    max-width: 235px;
    margin: 12px 0;
    color: #fff;
    font-size: clamp(27px, 3vw, 36px);
    font-weight: 760;
    letter-spacing: -.055em;
    line-height: 1.03;
}

.atlas-sidebar-intro p {
    max-width: 238px;
    margin: 0;
    color: #acbad0;
    font-size: 12px;
    line-height: 1.75;
}

.atlas-progress-track {
    position: absolute;
    top: 202px;
    bottom: 128px;
    left: 48px;
    width: 1px;
    background: rgba(255, 255, 255, .15);
}

.atlas-progress-track span {
    display: block;
    width: 1px;
    height: 0;
    background: var(--mint);
    transition: height .35s ease;
}

.atlas-step-list {
    display: grid;
    gap: 7px;
    margin-top: 47px;
}

.atlas-step {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) 17px;
    align-items: center;
    gap: 9px;
    width: 100%;
    min-height: 57px;
    padding: 8px 9px 8px 0;
    border-radius: 15px;
    background: transparent;
    color: #9aa9bf;
    text-align: left;
    cursor: default;
}

.atlas-step:not(.is-locked) {
    cursor: pointer;
}

.atlas-step.is-current {
    background: rgba(255, 255, 255, .095);
    color: #fff;
}

.atlas-step.is-complete {
    color: #c7d9d5;
}

.atlas-step.is-locked {
    opacity: .62;
}

.atlas-step-index {
    position: relative;
    z-index: 1;
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .17);
    border-radius: 10px;
    background: #172642;
    color: #8f9eb5;
    font-size: 10px;
    font-weight: 850;
}

.atlas-step.is-current .atlas-step-index {
    border-color: var(--yellow);
    background: var(--yellow);
    color: var(--night);
    box-shadow: 0 0 0 5px rgba(255, 216, 124, .11);
}

.atlas-step.is-complete .atlas-step-index {
    border-color: var(--mint);
    background: var(--mint);
    color: var(--mint-ink);
}

.atlas-step-body strong,
.atlas-step-body small {
    display: block;
}

.atlas-step-body strong {
    color: inherit;
    font-size: 12px;
    font-weight: 760;
}

.atlas-step-body small {
    margin-top: 2px;
    color: inherit;
    font-size: 10px;
    opacity: .68;
}

.atlas-step-state {
    display: grid;
    width: 14px;
    height: 14px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 50%;
    color: transparent;
    font-size: 11px;
}

.atlas-step.is-current .atlas-step-state {
    border-color: var(--yellow);
    background: var(--yellow);
    color: var(--night);
}

.atlas-step.is-complete .atlas-step-state {
    border-color: var(--mint);
    background: var(--mint);
    color: var(--mint-ink);
    font-size: 0;
}

.atlas-step.is-complete .atlas-step-state::before {
    font-size: 9px;
    content: "✓";
}

.atlas-sidebar-foot {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, .12);
}

.atlas-mini-shield {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border: 1px solid rgba(189, 241, 215, .38);
    border-radius: 9px;
    color: var(--mint);
    font-size: 13px;
}

.atlas-sidebar-foot strong,
.atlas-sidebar-foot small {
    display: block;
}

.atlas-sidebar-foot strong {
    color: #e6eef8;
    font-size: 10px;
}

.atlas-sidebar-foot small {
    margin-top: 2px;
    color: #8292aa;
    font-size: 9px;
}

.atlas-main {
    min-width: 0;
    padding: 45px clamp(24px, 5vw, 75px) 24px;
}

.atlas-main-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    max-width: 900px;
    margin: 0 auto 31px;
}

.atlas-main-heading h2 {
    max-width: 630px;
    margin: 10px 0 7px;
    color: var(--night);
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 760;
    letter-spacing: -.06em;
    line-height: 1.05;
}

.atlas-main-heading p {
    margin: 0;
    color: var(--muted);
    font-size: 13px;
}

.atlas-secure-badge {
    flex: 0 0 auto;
    border-color: #d5e9dd;
    background: #f3fbf6;
    color: var(--mint-ink);
}

.atlas-secure-badge span {
    color: #2d9d72;
    font-size: 17px;
    line-height: 0;
}

.atlas-mobile-progress {
    display: none;
}

.atlas-global-alert {
    max-width: 900px;
    margin: 0 auto 17px;
    padding: 12px 15px;
    border: 1px solid #f0cdd2;
    border-radius: 14px;
    background: #fff7f8;
    color: var(--danger);
    font-size: 12px;
    line-height: 1.55;
}

.atlas-stage {
    max-width: 900px;
    min-height: 470px;
    margin: 0 auto;
    padding: clamp(24px, 4vw, 42px);
    border: 1px solid rgba(31, 49, 76, .10);
    border-radius: 22px;
    background: rgba(255, 255, 255, .87);
    box-shadow: 0 18px 48px rgba(30, 45, 70, .08);
}

.atlas-stage-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 390px;
}

.atlas-stage-loading span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--blue);
    animation: atlas-pulse 1.1s infinite ease-in-out;
}

.atlas-stage-loading span:nth-child(2) {
    animation-delay: .14s;
}

.atlas-stage-loading span:nth-child(3) {
    animation-delay: .28s;
}

@keyframes atlas-pulse {
    0%, 80%, 100% { transform: scale(.64); opacity: .35; }
    40% { transform: scale(1); opacity: 1; }
}

.atlas-stage-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 29px;
}

.atlas-stage-number {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--blue-deep);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.atlas-stage-number::before {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 2px;
    background: var(--coral);
    content: "";
}

.atlas-stage-header h3 {
    max-width: 650px;
    margin: 11px 0 8px;
    color: var(--night);
    font-size: clamp(26px, 3vw, 36px);
    font-weight: 760;
    letter-spacing: -.055em;
    line-height: 1.08;
}

.atlas-stage-header p {
    max-width: 660px;
    margin: 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.75;
}

.atlas-stage-tag {
    flex: 0 0 auto;
    padding: 7px 10px;
    border-radius: 8px;
    background: #f1f3f8;
    color: var(--muted);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.atlas-stage-tag.is-success {
    background: #e8f8ef;
    color: var(--mint-ink);
}

.atlas-license-layout {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(320px, 1.2fr);
    gap: 24px;
    align-items: stretch;
}

.atlas-activation-art {
    position: relative;
    min-height: 255px;
    padding: 23px;
    overflow: hidden;
    border-radius: 20px;
    background: linear-gradient(148deg, rgba(78, 121, 255, .95), rgba(43, 86, 217, .92));
    color: #fff;
}

.atlas-activation-art::before,
.atlas-activation-art::after {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, .23);
    border-radius: 50%;
    content: "";
}

.atlas-activation-art::before {
    right: -94px;
    bottom: -111px;
    width: 275px;
    height: 275px;
}

.atlas-activation-art::after {
    right: -59px;
    bottom: -76px;
    width: 205px;
    height: 205px;
}

.atlas-art-symbol {
    position: relative;
    z-index: 1;
    display: grid;
    width: 53px;
    height: 53px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 17px 17px 17px 5px;
    background: rgba(16, 26, 46, .23);
    color: var(--yellow);
    font-size: 25px;
    font-weight: 850;
}

.atlas-activation-art h4 {
    position: relative;
    z-index: 1;
    max-width: 220px;
    margin: 51px 0 7px;
    color: #fff;
    font-size: 22px;
    letter-spacing: -.04em;
    line-height: 1.1;
}

.atlas-activation-art p {
    position: relative;
    z-index: 1;
    max-width: 235px;
    margin: 0;
    color: #dbe5ff;
    font-size: 11px;
    line-height: 1.7;
}

.atlas-status-card {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 19px;
    padding: 13px 14px;
    border: 1px solid #d9e9df;
    border-radius: 15px;
    background: #f4fbf6;
    color: var(--mint-ink);
}

.atlas-status-card.is-error {
    border-color: #f1d0d5;
    background: #fff7f8;
    color: var(--danger);
}

.atlas-status-card.is-pending {
    border-color: #f2dfb0;
    background: #fffaf0;
    color: #956b1a;
}

.atlas-status-icon {
    display: grid;
    flex: 0 0 auto;
    width: 27px;
    height: 27px;
    place-items: center;
    border-radius: 9px;
    background: currentColor;
    color: #fff;
    font-size: 13px;
    font-weight: 850;
}

.atlas-status-card strong,
.atlas-status-card small {
    display: block;
}

.atlas-status-card strong {
    color: inherit;
    font-size: 12px;
}

.atlas-status-card small {
    margin-top: 3px;
    color: inherit;
    font-size: 10px;
    line-height: 1.55;
    opacity: .82;
}

.atlas-reference {
    display: inline-block;
    margin-top: 5px;
    padding: 2px 6px;
    border-radius: 5px;
    background: rgba(201, 79, 93, .08);
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 10px;
    letter-spacing: .04em;
}

.atlas-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
}

.atlas-field {
    display: grid;
    gap: 7px;
}

.atlas-field.is-wide {
    grid-column: 1 / -1;
}

.atlas-field label {
    color: var(--ink);
    font-size: 11px;
    font-weight: 800;
}

.atlas-field-note {
    margin: -1px 1px 0;
    color: var(--soft);
    font-size: 10px;
    line-height: 1.5;
}

.atlas-field input,
.atlas-field select {
    width: 100%;
    min-height: 48px;
    padding: 11px 13px;
    border: 1px solid #d9dfe5;
    border-radius: 12px;
    outline: 0;
    background: #fff;
    color: var(--ink);
    font-size: 12px;
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.atlas-field input:focus,
.atlas-field select:focus {
    border-color: var(--blue);
    background: #fcfdff;
    box-shadow: 0 0 0 4px rgba(78, 121, 255, .12);
}

.atlas-field input::placeholder {
    color: #b0bac7;
}

.atlas-secret-wrap {
    position: relative;
}

.atlas-secret-wrap input {
    padding-right: 47px;
}

.atlas-secret-toggle {
    position: absolute;
    top: 50%;
    right: 7px;
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    transform: translateY(-50%);
    border-radius: 9px;
    background: transparent;
    color: var(--muted);
    cursor: pointer;
}

.atlas-secret-toggle:hover {
    background: #f0f3f8;
    color: var(--blue-deep);
}

.atlas-license-form {
    display: grid;
    gap: 13px;
}

.atlas-license-form .atlas-field input {
    letter-spacing: .07em;
}

.atlas-key-hint {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 11px 12px;
    border-radius: 12px;
    background: #f6f7fa;
    color: var(--muted);
    font-size: 10px;
    line-height: 1.55;
}

.atlas-key-hint b {
    color: var(--blue-deep);
    font-size: 13px;
}

.atlas-license-details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 17px;
}

.atlas-detail-tile {
    padding: 13px;
    border: 1px solid var(--line);
    border-radius: 13px;
    background: #fff;
}

.atlas-detail-tile span,
.atlas-detail-tile strong {
    display: block;
}

.atlas-detail-tile span {
    color: var(--soft);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.atlas-detail-tile strong {
    margin-top: 5px;
    color: var(--ink);
    font-size: 12px;
    overflow-wrap: anywhere;
}

.atlas-check-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
}

.atlas-check-item {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 68px;
    padding: 12px 14px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: rgba(255, 255, 255, .7);
}

.atlas-check-item.is-ok {
    border-color: #d2e9dc;
    background: #f8fcf9;
}

.atlas-check-item.is-fail {
    border-color: #efd2d7;
    background: #fff9f9;
}

.atlas-check-mark {
    display: grid;
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    place-items: center;
    border-radius: 9px;
    background: #eef1f5;
    color: #98a4b3;
    font-size: 12px;
    font-weight: 850;
}

.atlas-check-item.is-ok .atlas-check-mark {
    background: var(--mint);
    color: var(--mint-ink);
}

.atlas-check-item.is-fail .atlas-check-mark {
    background: #ffe2e3;
    color: var(--danger);
}

.atlas-check-copy strong,
.atlas-check-copy small {
    display: block;
}

.atlas-check-copy strong {
    color: var(--ink);
    font-size: 11px;
}

.atlas-check-copy small {
    margin-top: 2px;
    color: var(--muted);
    font-size: 10px;
}

.atlas-summary-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 17px;
}

.atlas-summary-pill {
    padding: 7px 10px;
    border-radius: 8px;
    background: #f2f4f7;
    color: var(--muted);
    font-size: 10px;
}

.atlas-summary-pill b {
    color: var(--ink);
}

.atlas-callout {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin-top: 17px;
    padding: 14px;
    border: 1px solid #dbe3ff;
    border-radius: 14px;
    background: #f6f8ff;
    color: var(--blue-deep);
    font-size: 11px;
    line-height: 1.65;
}

.atlas-callout b {
    flex: 0 0 auto;
    color: var(--blue);
    font-size: 16px;
}

.atlas-toggle-grid {
    display: grid;
    gap: 10px;
}

.atlas-toggle-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    padding: 15px 16px;
    border: 1px solid var(--line);
    border-radius: 15px;
    background: #fff;
}

.atlas-toggle-row.is-dependent {
    grid-template-columns: minmax(0, 1fr) 150px;
}

.atlas-toggle-copy strong,
.atlas-toggle-copy small {
    display: block;
}

.atlas-toggle-copy strong {
    color: var(--ink);
    font-size: 12px;
}

.atlas-toggle-copy small {
    max-width: 500px;
    margin-top: 3px;
    color: var(--muted);
    font-size: 10px;
}

.atlas-toggle-control {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    cursor: pointer;
}

.atlas-toggle-control input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

.atlas-toggle-track {
    position: relative;
    width: 42px;
    height: 24px;
    border-radius: 999px;
    background: #d9dfe6;
    transition: background .18s ease;
}

.atlas-toggle-track::after {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 5px rgba(23, 35, 56, .20);
    content: "";
    transition: transform .18s ease;
}

.atlas-toggle-control input:checked + .atlas-toggle-track {
    background: var(--blue);
}

.atlas-toggle-control input:checked + .atlas-toggle-track::after {
    transform: translateX(18px);
}

.atlas-toggle-control input:focus-visible + .atlas-toggle-track {
    box-shadow: 0 0 0 4px rgba(78, 121, 255, .14);
}

.atlas-toggle-select select {
    min-height: 39px;
    padding: 7px 9px;
    border: 1px solid #d9dfe5;
    border-radius: 10px;
    background: #fff;
    color: var(--ink);
    font-size: 11px;
}

.atlas-update-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 16px;
    padding: 19px;
    border: 1px solid #dbe3ff;
    border-radius: 17px;
    background: #f7f8ff;
}

.atlas-update-icon {
    display: grid;
    width: 47px;
    height: 47px;
    place-items: center;
    border-radius: 15px;
    background: var(--blue);
    color: #fff;
    font-size: 20px;
}

.atlas-update-card strong,
.atlas-update-card p {
    display: block;
}

.atlas-update-card strong {
    color: var(--ink);
    font-size: 13px;
}

.atlas-update-card p {
    margin: 4px 0 0;
    color: var(--muted);
    font-size: 11px;
}

.atlas-config-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
}

.atlas-config-option {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 9px;
    min-height: 166px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: #fff;
}

.atlas-config-option.is-primary {
    border-color: #cdd8ff;
    background: #f7f8ff;
}

.atlas-config-option h4,
.atlas-config-option p {
    margin: 0;
}

.atlas-config-option h4 {
    color: var(--ink);
    font-size: 12px;
}

.atlas-config-option p {
    color: var(--muted);
    font-size: 10px;
    line-height: 1.6;
}

.atlas-button,
.atlas-action-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 45px;
    padding: 11px 16px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 850;
    text-decoration: none;
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.atlas-button:hover,
.atlas-action-button:hover {
    transform: translateY(-1px);
}

.atlas-button-primary,
.atlas-action-primary {
    background: var(--night);
    color: #fff;
    box-shadow: 0 9px 19px rgba(16, 26, 46, .16);
}

.atlas-button-primary:hover,
.atlas-action-primary:hover {
    background: #1a2c4d;
    box-shadow: 0 12px 23px rgba(16, 26, 46, .21);
}

.atlas-button-secondary,
.atlas-action-secondary {
    border: 1px solid #d9dfe5;
    background: #fff;
    color: var(--ink);
}

.atlas-button-secondary:hover,
.atlas-action-secondary:hover {
    background: #f7f8fa;
}

.atlas-button:disabled,
.atlas-action-button:disabled {
    transform: none;
    cursor: not-allowed;
    opacity: .46;
    box-shadow: none;
}

.atlas-stage-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: 30px;
    padding-top: 22px;
    border-top: 1px solid var(--line);
}

.atlas-stage-actions-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 9px;
}

.atlas-action-button.is-loading::after {
    width: 13px;
    height: 13px;
    border: 2px solid rgba(255, 255, 255, .38);
    border-top-color: #fff;
    border-radius: 50%;
    content: "";
    animation: atlas-spin .7s linear infinite;
}

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

.atlas-complete {
    display: grid;
    min-height: 390px;
    place-items: center;
    text-align: center;
}

.atlas-complete-mark {
    display: grid;
    width: 79px;
    height: 79px;
    place-items: center;
    border: 1px solid #aee4c9;
    border-radius: 26px 26px 26px 8px;
    background: var(--mint);
    color: var(--mint-ink);
    box-shadow: 10px 10px 0 rgba(255, 137, 111, .62);
    font-size: 31px;
    font-weight: 850;
}

.atlas-complete h3 {
    margin: 29px 0 8px;
    color: var(--night);
    font-size: clamp(27px, 4vw, 40px);
    letter-spacing: -.06em;
    line-height: 1.05;
}

.atlas-complete p {
    max-width: 500px;
    margin: 0 auto;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.75;
}

.atlas-complete-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 25px;
}

.atlas-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    max-width: 900px;
    margin: 20px auto 0;
    color: #919cac;
    font-size: 9px;
}

.atlas-footer span:last-child {
    color: var(--mint-ink);
    font-weight: 750;
}

@media (max-width: 1080px) {
    .atlas-layout {
        grid-template-columns: 270px minmax(0, 1fr);
    }

    .atlas-sidebar {
        padding-right: 19px;
        padding-left: 19px;
    }

    .atlas-progress-track {
        left: 40px;
    }

    .atlas-main {
        padding-right: 34px;
        padding-left: 34px;
    }
}

@media (max-width: 820px) {
    .atlas-app {
        width: calc(100% - 22px);
        min-height: calc(100vh - 22px);
        margin: 11px auto;
        border-radius: 22px;
    }

    .atlas-header {
        min-height: 78px;
        padding: 18px 20px;
    }

    .atlas-layout {
        display: block;
        min-height: 0;
    }

    .atlas-sidebar {
        min-height: 0;
        padding: 24px 21px 20px;
    }

    .atlas-sidebar-intro h1,
    .atlas-sidebar-intro p {
        max-width: none;
    }

    .atlas-sidebar-intro h1 {
        margin-top: 9px;
        font-size: 29px;
    }

    .atlas-sidebar-intro p {
        max-width: 580px;
    }

    .atlas-step-list {
        grid-template-columns: repeat(7, minmax(74px, 1fr));
        gap: 4px;
        margin-top: 25px;
        overflow-x: auto;
        padding-bottom: 2px;
    }

    .atlas-step {
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 6px;
        min-height: 69px;
        padding: 7px 4px;
        text-align: center;
    }

    .atlas-step-body small,
    .atlas-step-state,
    .atlas-secure-badge {
        display: none;
    }

    .atlas-step-body strong {
        font-size: 9px;
    }

    .atlas-progress-track,
    .atlas-sidebar-foot {
        display: none;
    }

    .atlas-main {
        padding: 27px 21px 20px;
    }

    .atlas-mobile-progress {
        display: grid;
        grid-template-columns: auto 1fr;
        align-items: center;
        gap: 4px 10px;
        margin-bottom: 23px;
    }

    .atlas-mobile-progress-label {
        color: var(--blue-deep);
        font-size: 9px;
        font-weight: 850;
        letter-spacing: .12em;
    }

    .atlas-mobile-progress-name {
        color: var(--ink);
        font-size: 10px;
        font-weight: 800;
        text-align: right;
    }

    .atlas-mobile-progress-bar {
        grid-column: 1 / -1;
        display: block;
        height: 4px;
        overflow: hidden;
        border-radius: 999px;
        background: #e2e6ec;
    }

    .atlas-mobile-progress-bar i {
        display: block;
        width: 14.3%;
        height: 100%;
        border-radius: inherit;
        background: linear-gradient(90deg, var(--blue), var(--coral));
        transition: width .35s ease;
    }

    .atlas-main-heading {
        margin-bottom: 23px;
    }

    .atlas-main-heading h2 {
        font-size: 31px;
    }

    .atlas-stage {
        min-height: 0;
        padding: 24px;
    }

    .atlas-license-layout {
        grid-template-columns: 1fr;
    }

    .atlas-activation-art {
        min-height: 194px;
    }

    .atlas-activation-art h4 {
        margin-top: 26px;
    }

    .atlas-activation-art p {
        max-width: 420px;
    }

    .atlas-stage-actions {
        align-items: stretch;
        flex-direction: column-reverse;
    }

    .atlas-stage-actions-right {
        width: 100%;
    }

    .atlas-stage-actions .atlas-action-button {
        flex: 1 1 auto;
    }
}

@media (max-width: 560px) {
    .atlas-header {
        align-items: flex-start;
        flex-direction: column;
        gap: 15px;
    }

    .atlas-header-meta {
        justify-content: flex-start;
    }

    .atlas-main {
        padding-right: 13px;
        padding-left: 13px;
    }

    .atlas-main-heading h2 {
        font-size: 28px;
    }

    .atlas-main-heading p {
        max-width: 310px;
        font-size: 12px;
    }

    .atlas-step-list {
        grid-template-columns: repeat(7, 74px);
    }

    .atlas-stage {
        padding: 19px;
        border-radius: 18px;
    }

    .atlas-stage-header {
        margin-bottom: 23px;
    }

    .atlas-stage-tag {
        display: none;
    }

    .atlas-stage-header h3 {
        font-size: 27px;
    }

    .atlas-stage-header p {
        font-size: 12px;
    }

    .atlas-form-grid,
    .atlas-check-grid,
    .atlas-license-details,
    .atlas-config-grid {
        grid-template-columns: 1fr;
    }

    .atlas-field.is-wide {
        grid-column: auto;
    }

    .atlas-toggle-row,
    .atlas-toggle-row.is-dependent {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 12px;
        padding: 13px;
    }

    .atlas-toggle-row.is-dependent {
        grid-template-columns: 1fr;
    }

    .atlas-toggle-row.is-dependent .atlas-toggle-select {
        justify-self: stretch;
    }

    .atlas-toggle-row.is-dependent .atlas-toggle-select select {
        width: 100%;
    }

    .atlas-update-card {
        grid-template-columns: 1fr;
        gap: 11px;
    }

    .atlas-footer {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
        padding: 0 4px;
    }
}

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

/* Atlas visual refresh: quiet typography, lighter surfaces and a clearer setup workspace. */
:root {
    --night: #17324b;
    --night-soft: #edf4f8;
    --ink: #20364a;
    --muted: #6b7f91;
    --soft: #94a5b3;
    --warm: #edf3f6;
    --line: #dce6ed;
    --blue: #2f79b7;
    --blue-deep: #205f96;
    --mint: #b7e6d9;
    --mint-ink: #176c63;
    --coral: #e7a18d;
    --yellow: #efc96d;
    --danger: #b65368;
    --shadow: 0 22px 58px rgba(38, 67, 91, .11);
    --atlas-font: "Aptos", "Segoe UI Variable", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

html {
    background: var(--warm);
}

body {
    color: var(--ink);
    background:
        radial-gradient(circle at 6% 0%, rgba(154, 205, 226, .22), transparent 28rem),
        radial-gradient(circle at 98% 96%, rgba(181, 230, 217, .22), transparent 30rem),
        var(--warm);
    font-family: var(--atlas-font);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -.004em;
}

button,
input,
select {
    font-family: var(--atlas-font);
}

.atlas-app {
    width: min(1420px, calc(100% - 48px));
    min-height: calc(100vh - 48px);
    margin: 24px auto;
    border: 1px solid #d8e3ea;
    border-radius: 24px;
    background: rgba(250, 252, 253, .92);
    box-shadow: var(--shadow);
}

.atlas-orbit {
    border-color: rgba(46, 121, 183, .08);
}

.atlas-orbit::after {
    border-color: rgba(46, 121, 183, .07);
}

.atlas-orbit-b {
    border-color: rgba(231, 161, 141, .08);
}

.atlas-header {
    min-height: 78px;
    padding: 16px 28px;
    border-bottom-color: #dfe8ee;
    background: rgba(255, 255, 255, .82);
}

.atlas-brand {
    gap: 11px;
}

.atlas-brand-mark {
    width: 42px;
    height: 42px;
    border-radius: 12px 12px 12px 5px;
    background: var(--night);
    color: #bdebdc;
    box-shadow: 5px 5px 0 var(--coral);
    font-size: 21px;
    font-weight: 600;
}

.atlas-brand-copy strong {
    color: var(--night);
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -.02em;
}

.atlas-brand-copy small {
    color: var(--muted);
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .12em;
}

.atlas-domain-chip,
.atlas-version-chip,
.atlas-secure-badge {
    min-height: 30px;
    padding: 6px 11px;
    border-color: #d8e3ea;
    background: #fff;
    color: #60788b;
    font-size: 12px;
    font-weight: 500;
}

.atlas-version-chip {
    border-color: #cadced;
    background: #f1f6fb;
    color: var(--blue-deep);
}

.atlas-live-dot {
    background: #3a9f83;
    box-shadow: 0 0 0 4px rgba(58, 159, 131, .10);
}

.atlas-layout {
    grid-template-columns: 286px minmax(0, 1fr);
    min-height: calc(100vh - 126px);
}

.atlas-sidebar {
    padding: 35px 22px 24px;
    border-right: 1px solid #dce6ed;
    background:
        linear-gradient(180deg, rgba(243, 248, 251, .98), rgba(233, 241, 246, .98)),
        #edf4f8;
    color: #597184;
}

.atlas-sidebar::before {
    right: -82px;
    bottom: 32px;
    border-color: rgba(47, 121, 183, .12);
    box-shadow: 0 0 0 28px rgba(47, 121, 183, .035), 0 0 0 56px rgba(47, 121, 183, .022);
}

.atlas-sidebar .atlas-overline {
    color: #2a78a4;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .14em;
}

.atlas-sidebar-intro h1 {
    max-width: 240px;
    margin: 13px 0 12px;
    color: var(--night);
    font-size: clamp(28px, 3vw, 34px);
    font-weight: 600;
    letter-spacing: -.045em;
    line-height: 1.1;
}

.atlas-sidebar-intro p {
    max-width: 242px;
    color: #6a7f90;
    font-size: 14px;
    line-height: 1.65;
}

.atlas-progress-track {
    top: 195px;
    bottom: 124px;
    left: 39px;
    background: rgba(72, 112, 139, .17);
}

.atlas-progress-track span {
    background: #48a08e;
}

.atlas-step-list {
    gap: 5px;
    margin-top: 43px;
}

.atlas-step {
    grid-template-columns: 34px minmax(0, 1fr) 16px;
    min-height: 58px;
    padding: 8px 8px 8px 0;
    border: 1px solid transparent;
    border-radius: 13px;
    color: #718494;
}

.atlas-step.is-current {
    border-color: #d5e2ea;
    background: rgba(255, 255, 255, .88);
    color: var(--night);
    box-shadow: 0 7px 18px rgba(39, 77, 101, .07);
}

.atlas-step.is-complete {
    color: #46756f;
}

.atlas-step.is-locked {
    opacity: .55;
}

.atlas-step-index {
    width: 31px;
    height: 31px;
    border-color: #cbd9e3;
    border-radius: 9px;
    background: transparent;
    color: #718494;
    font-size: 11px;
    font-weight: 600;
}

.atlas-step.is-current .atlas-step-index {
    border-color: #347bad;
    background: #347bad;
    color: #fff;
    box-shadow: none;
}

.atlas-step.is-complete .atlas-step-index {
    border-color: #8bcebf;
    background: #e4f5f0;
    color: var(--mint-ink);
}

.atlas-step-body strong {
    color: inherit;
    font-size: 14px;
    font-weight: 600;
}

.atlas-step-body small {
    margin-top: 3px;
    color: inherit;
    font-size: 12px;
    font-weight: 400;
    opacity: .76;
}

.atlas-step-state {
    width: 13px;
    height: 13px;
    border-color: #b8cbd8;
}

.atlas-step.is-current .atlas-step-state {
    border-color: var(--yellow);
    background: var(--yellow);
}

.atlas-step.is-complete .atlas-step-state {
    border-color: #8bcebf;
    background: #e4f5f0;
    color: var(--mint-ink);
}

.atlas-sidebar-foot {
    padding-top: 21px;
    border-top-color: #d3e0e7;
}

.atlas-mini-shield {
    border-color: #89c9bf;
    color: #2b8b7d;
}

.atlas-sidebar-foot strong {
    color: #36566d;
    font-size: 12px;
    font-weight: 600;
}

.atlas-sidebar-foot small {
    color: #8193a0;
    font-size: 11px;
    font-weight: 400;
}

.atlas-main {
    padding: 43px clamp(26px, 5vw, 72px) 27px;
}

.atlas-main-heading {
    max-width: 900px;
    margin-bottom: 29px;
}

.atlas-main-heading h2 {
    max-width: 650px;
    margin: 10px 0 8px;
    color: var(--night);
    font-size: clamp(31px, 4vw, 42px);
    font-weight: 600;
    letter-spacing: -.05em;
    line-height: 1.08;
    text-wrap: balance;
}

.atlas-main-heading p {
    color: #6d8192;
    font-size: 16px;
    line-height: 1.6;
}

.atlas-overline {
    color: #2b76af;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .14em;
}

.atlas-secure-badge {
    border-color: #cfe4dd;
    background: #f4fbf8;
    color: #267267;
}

.atlas-secure-badge span {
    color: #328f7d;
    font-size: 16px;
}

.atlas-global-alert {
    max-width: 900px;
    margin-bottom: 16px;
    padding: 14px 16px;
    border-radius: 13px;
    color: var(--danger);
    font-size: 14px;
}

.atlas-stage {
    max-width: 900px;
    min-height: 470px;
    padding: clamp(27px, 4vw, 40px);
    border-color: #dce6ed;
    border-radius: 19px;
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 16px 42px rgba(38, 67, 91, .075);
}

.atlas-stage-header {
    gap: 18px;
    margin-bottom: 27px;
}

.atlas-stage-number {
    color: #2b73a9;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .12em;
}

.atlas-stage-number::before {
    width: 20px;
    height: 1px;
    background: #dc947f;
}

.atlas-stage-header h3 {
    max-width: 680px;
    margin: 10px 0 8px;
    color: var(--night);
    font-size: clamp(27px, 3vw, 34px);
    font-weight: 600;
    letter-spacing: -.045em;
    line-height: 1.12;
    text-wrap: balance;
}

.atlas-stage-header p {
    max-width: 680px;
    color: #6d8192;
    font-size: 16px;
    line-height: 1.65;
}

.atlas-stage-tag {
    padding: 7px 10px;
    border: 1px solid #dbe5ec;
    border-radius: 999px;
    background: #f5f8fa;
    color: #6b7f90;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .04em;
}

.atlas-stage-tag.is-success {
    border-color: #c8e5dc;
    background: #eff9f5;
    color: #27776d;
}

.atlas-license-layout {
    grid-template-columns: minmax(0, .85fr) minmax(320px, 1.15fr);
    gap: 18px;
}

.atlas-activation-art {
    min-height: 255px;
    padding: 23px;
    border: 1px solid #d0e2ed;
    border-radius: 18px;
    background: linear-gradient(145deg, #e9f4fb 0%, #dceff2 100%);
    color: var(--night);
}

.atlas-activation-art::before,
.atlas-activation-art::after {
    border-color: rgba(45, 116, 158, .18);
}

.atlas-art-symbol {
    width: 51px;
    height: 51px;
    border-color: rgba(37, 104, 148, .24);
    border-radius: 15px 15px 15px 5px;
    background: #367fb2;
    color: #f5d47b;
    font-size: 24px;
    font-weight: 600;
}

.atlas-activation-art h4 {
    max-width: 250px;
    margin: 50px 0 8px;
    color: #1c435c;
    font-size: 23px;
    font-weight: 600;
    letter-spacing: -.04em;
    line-height: 1.13;
}

.atlas-activation-art p {
    max-width: 250px;
    color: #5f788b;
    font-size: 13px;
    line-height: 1.65;
}

.atlas-status-card {
    gap: 12px;
    margin-bottom: 18px;
    padding: 13px 14px;
    border-color: #cfe6dd;
    border-radius: 14px;
    background: #f4fbf8;
    color: #28786d;
}

.atlas-status-card.is-error {
    border-color: #efd1d8;
    background: #fff7f8;
    color: var(--danger);
}

.atlas-status-card.is-pending {
    border-color: #eadcb8;
    background: #fffaf1;
    color: #916f2a;
}

.atlas-status-icon {
    width: 29px;
    height: 29px;
    border-radius: 9px;
    font-size: 13px;
    font-weight: 600;
}

.atlas-status-card strong {
    font-size: 14px;
    font-weight: 600;
}

.atlas-status-card small {
    margin-top: 3px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
}

.atlas-reference {
    font-size: 11px;
}

.atlas-form-grid {
    gap: 17px;
}

.atlas-field {
    gap: 8px;
}

.atlas-field label {
    color: #30495d;
    font-size: 13px;
    font-weight: 600;
}

.atlas-field-note {
    color: #8b9ca9;
    font-size: 12px;
    line-height: 1.5;
}

.atlas-field input,
.atlas-field select {
    min-height: 50px;
    padding: 12px 14px;
    border-color: #d3e0e8;
    border-radius: 12px;
    background: #fbfdfe;
    color: #20364a;
    font-size: 15px;
    font-weight: 400;
}

.atlas-field input:focus,
.atlas-field select:focus {
    border-color: #5a9dcc;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(47, 121, 183, .12);
}

.atlas-field input::placeholder {
    color: #a1b0bc;
}

.atlas-secret-toggle {
    color: #7890a0;
}

.atlas-secret-toggle:hover {
    background: #edf4f8;
    color: var(--blue-deep);
}

.atlas-license-form .atlas-field input {
    letter-spacing: .05em;
}

.atlas-key-hint {
    padding: 12px 13px;
    border: 1px solid #e0e8ee;
    border-radius: 11px;
    background: #f7fafc;
    color: #728797;
    font-size: 12px;
    line-height: 1.55;
}

.atlas-key-hint b {
    color: var(--blue-deep);
    font-size: 14px;
}

.atlas-license-details {
    gap: 10px;
    margin-top: 17px;
}

.atlas-detail-tile {
    padding: 13px;
    border-color: #dce6ed;
    border-radius: 12px;
    background: #fbfdfe;
}

.atlas-detail-tile span {
    color: #8a9daa;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .08em;
}

.atlas-detail-tile strong {
    margin-top: 5px;
    color: #30495d;
    font-size: 14px;
    font-weight: 600;
}

.atlas-check-grid {
    gap: 12px;
}

.atlas-check-item {
    min-height: 70px;
    padding: 12px 14px;
    border-color: #dce6ed;
    border-radius: 13px;
    background: #fbfdfe;
}

.atlas-check-item.is-ok {
    border-color: #d1e7df;
    background: #f7fcfa;
}

.atlas-check-item.is-fail {
    border-color: #eed3d8;
    background: #fff9fa;
}

.atlas-check-mark {
    width: 29px;
    height: 29px;
    border-radius: 9px;
    font-size: 13px;
    font-weight: 600;
}

.atlas-check-copy strong {
    color: #30495d;
    font-size: 14px;
    font-weight: 600;
}

.atlas-check-copy small {
    margin-top: 3px;
    color: #718696;
    font-size: 13px;
    font-weight: 400;
}

.atlas-summary-strip {
    gap: 8px;
    margin-top: 17px;
}

.atlas-summary-pill {
    padding: 7px 10px;
    border: 1px solid #dde6ec;
    border-radius: 999px;
    background: #f8fafb;
    color: #738797;
    font-size: 12px;
}

.atlas-summary-pill b {
    color: #30495d;
    font-weight: 600;
}

.atlas-callout {
    gap: 11px;
    margin-top: 17px;
    padding: 14px;
    border-color: #d6e5ee;
    border-radius: 13px;
    background: #f4f9fc;
    color: #487087;
    font-size: 13px;
    line-height: 1.6;
}

.atlas-callout b {
    color: #347eab;
}

.atlas-toggle-grid {
    gap: 11px;
}

.atlas-toggle-row {
    padding: 15px 16px;
    border-color: #dce6ed;
    border-radius: 13px;
    background: #fbfdfe;
}

.atlas-toggle-copy strong {
    color: #30495d;
    font-size: 14px;
    font-weight: 600;
}

.atlas-toggle-copy small {
    margin-top: 4px;
    color: #718696;
    font-size: 13px;
    font-weight: 400;
}

.atlas-toggle-track {
    background: #ccd8e1;
}

.atlas-toggle-control input:checked + .atlas-toggle-track {
    background: #3e92a0;
}

.atlas-toggle-select select {
    min-height: 40px;
    border-color: #d3e0e8;
    color: #30495d;
    font-size: 13px;
}

.atlas-update-card {
    gap: 15px;
    padding: 19px;
    border-color: #d7e5ee;
    border-radius: 15px;
    background: #f5f9fc;
}

.atlas-update-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: #4a91b8;
    color: #fff;
    font-size: 19px;
}

.atlas-update-card strong {
    color: #30495d;
    font-size: 14px;
    font-weight: 600;
}

.atlas-update-card p {
    color: #718696;
    font-size: 13px;
    font-weight: 400;
}

.atlas-config-grid {
    gap: 14px;
}

.atlas-config-option {
    gap: 10px;
    min-height: 172px;
    padding: 19px;
    border-color: #dce6ed;
    border-radius: 15px;
    background: #fbfdfe;
}

.atlas-config-option.is-primary {
    border-color: #cfe0ee;
    background: #f4f9fc;
}

.atlas-config-option h4 {
    color: #30495d;
    font-size: 15px;
    font-weight: 600;
}

.atlas-config-option p {
    color: #718696;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
}

.atlas-button,
.atlas-action-button {
    min-height: 46px;
    padding: 11px 17px;
    border-radius: 11px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -.002em;
}

.atlas-button-primary,
.atlas-action-primary {
    background: #17324b;
    color: #fff;
    box-shadow: 0 9px 18px rgba(23, 50, 75, .14);
}

.atlas-button-primary:hover,
.atlas-action-primary:hover {
    background: #214d70;
    box-shadow: 0 11px 22px rgba(23, 50, 75, .18);
}

.atlas-button-secondary,
.atlas-action-secondary {
    border-color: #d3e0e8;
    background: #fff;
    color: #526b7e;
}

.atlas-button-secondary:hover,
.atlas-action-secondary:hover {
    background: #f5f9fb;
}

.atlas-action-button.is-loading::after {
    border-color: rgba(255, 255, 255, .38);
    border-top-color: #fff;
}

.atlas-complete {
    min-height: 390px;
}

.atlas-complete-mark {
    width: 77px;
    height: 77px;
    border-color: #a8d9cd;
    border-radius: 24px 24px 24px 8px;
    background: #d9f1ea;
    color: #21776d;
    box-shadow: 8px 8px 0 rgba(231, 161, 141, .46);
    font-size: 30px;
    font-weight: 600;
}

.atlas-complete h3 {
    margin-top: 27px;
    color: var(--night);
    font-size: clamp(29px, 4vw, 38px);
    font-weight: 600;
    letter-spacing: -.05em;
}

.atlas-complete p {
    max-width: 520px;
    color: #6d8192;
    font-size: 16px;
    line-height: 1.65;
}

.atlas-footer {
    margin-top: 18px;
    color: #8395a2;
    font-size: 11px;
    font-weight: 400;
}

.atlas-footer span:last-child {
    color: #367b70;
    font-weight: 600;
}

@media (max-width: 1080px) {
    .atlas-layout {
        grid-template-columns: 270px minmax(0, 1fr);
    }

    .atlas-sidebar {
        padding-right: 18px;
        padding-left: 18px;
    }

    .atlas-main {
        padding-right: 32px;
        padding-left: 32px;
    }
}

@media (max-width: 820px) {
    .atlas-app {
        width: calc(100% - 24px);
        min-height: calc(100vh - 24px);
        margin: 12px auto;
        border-radius: 20px;
    }

    .atlas-header {
        min-height: 76px;
        padding: 17px 20px;
    }

    .atlas-sidebar {
        padding: 25px 20px 19px;
        border-right: 0;
        border-bottom: 1px solid #dce6ed;
    }

    .atlas-sidebar-intro h1 {
        max-width: 650px;
        margin-top: 9px;
        font-size: 29px;
    }

    .atlas-sidebar-intro p {
        max-width: 650px;
    }

    .atlas-step-list {
        gap: 5px;
        margin-top: 24px;
    }

    .atlas-step {
        min-height: 70px;
        padding: 7px 4px;
    }

    .atlas-step-body strong {
        font-size: 11px;
        font-weight: 600;
    }

    .atlas-step-body small,
    .atlas-step-state {
        display: none;
    }

    .atlas-secure-badge {
        display: inline-flex;
    }

    .atlas-main {
        padding: 28px 20px 20px;
    }

    .atlas-main-heading {
        margin-bottom: 23px;
    }

    .atlas-main-heading h2 {
        font-size: 32px;
    }

    .atlas-stage {
        padding: 26px;
    }
}

@media (max-width: 560px) {
    .atlas-header {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }

    .atlas-main {
        padding-right: 14px;
        padding-left: 14px;
    }

    .atlas-main-heading h2 {
        font-size: 29px;
    }

    .atlas-main-heading p {
        max-width: 330px;
        font-size: 14px;
    }

    .atlas-stage {
        padding: 20px;
        border-radius: 16px;
    }

    .atlas-stage-header h3 {
        font-size: 28px;
    }

    .atlas-stage-header p {
        font-size: 14px;
    }

    .atlas-stage-actions .atlas-action-button,
    .atlas-stage-actions-right {
        width: 100%;
    }

    .atlas-stage-actions-right {
        align-items: stretch;
        flex-direction: column;
    }

    .atlas-button,
    .atlas-action-button {
        width: 100%;
        min-height: 48px;
    }

    .atlas-activation-art h4 {
        margin-top: 28px;
    }

    .atlas-footer {
        padding: 0 3px;
    }
}
