:root {
    --pdn-ink: #24152f;
    --pdn-navy: #071f52;
    --pdn-deep: #06173d;
    --pdn-blue: #0f68f2;
    --pdn-purple: #8c00da;
    --pdn-purple-dark: #6500a8;
    --pdn-cyan: #00a7c7;
    --pdn-accent: #ff8c00;
    --pdn-pink: #ec2aa6;
    --pdn-mint: #18a875;
    --pdn-soft: #f5f8ff;
    --pdn-lilac: #fbf6ff;
    --pdn-line: #e5d9f1;
    --pdn-cloud-line: #d9e1ee;
    --pdn-muted: #6f627e;
    --pdn-cloud-muted: #667694;
    --pdn-card: #ffffff;
    --pdn-radius: 8px;
    --pdn-shadow: 0 18px 46px rgba(42, 20, 68, 0.12);
    --pdn-cloud-shadow: 0 12px 28px rgba(6, 23, 61, 0.08);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    color: var(--pdn-ink);
    font-family: Onest, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.55;
    margin: 0;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

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

a:hover,
a:focus {
    color: var(--pdn-purple);
}

button,
input,
select,
textarea {
    font: inherit;
}

.pdn-shell {
    max-width: 1280px;
}

.pdn-eyebrow {
    color: var(--pdn-accent);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    margin-bottom: 0.7rem;
    text-transform: uppercase;
}

.btn {
    border-radius: var(--pdn-radius);
    font-weight: 800;
}

.btn-pdn-primary {
    background: var(--pdn-purple);
    border: 1px solid var(--pdn-purple);
    box-shadow: 0 12px 22px rgba(140, 0, 218, 0.18);
    color: #ffffff;
}

.btn-pdn-primary:hover,
.btn-pdn-primary:focus {
    background: var(--pdn-purple-dark);
    border-color: var(--pdn-purple-dark);
    color: #ffffff;
}

.btn-pdn-light {
    background: #ffffff;
    border: 1px solid var(--pdn-line);
    color: var(--pdn-ink);
}

.btn-pdn-light:hover,
.btn-pdn-light:focus {
    border-color: rgba(140, 0, 218, 0.34);
    color: var(--pdn-purple);
}

.launch-body {
    background: #ffffff;
}

.pdn-topbar {
    background: var(--pdn-ink);
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.9rem;
    padding: 0.58rem 0;
}

.pdn-topbar a {
    color: #ffd8a6;
    font-weight: 750;
}

.pdn-navbar {
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(229, 217, 241, 0.9);
    box-shadow: 0 8px 28px rgba(42, 20, 68, 0.08);
    backdrop-filter: blur(16px);
}

.pdn-navbar > .pdn-shell {
    align-items: center;
    display: flex;
    gap: 1.5rem;
    justify-content: space-between;
    min-height: 74px;
}

.pdn-brand {
    align-items: center;
    color: var(--pdn-ink);
    display: inline-flex;
    gap: 0.7rem;
    min-width: max-content;
}

.pdn-brand img {
    border-radius: var(--pdn-radius);
    height: 42px;
    object-fit: contain;
    width: 42px;
}

.pdn-brand span {
    display: grid;
    line-height: 1;
}

.pdn-brand small {
    color: var(--pdn-purple);
    font-family: "League Script", cursive;
    font-size: 1.14rem;
    font-weight: 700;
}

.pdn-brand strong {
    color: var(--pdn-ink);
    font-size: 1rem;
    font-weight: 800;
}

.pdn-navlinks {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    justify-content: center;
}

.pdn-navlinks a,
.pdn-nav-cta {
    border-radius: var(--pdn-radius);
    color: #31405d;
    font-size: 0.94rem;
    font-weight: 760;
    padding: 0.55rem 0.75rem;
}

.pdn-navlinks a.active,
.pdn-navlinks a:hover,
.pdn-navlinks a:focus {
    background: #f5e8ff;
    color: var(--pdn-purple);
}

.pdn-nav-cta {
    background: var(--pdn-purple);
    color: #ffffff;
    padding-left: 1rem;
    padding-right: 1rem;
}

.pdn-nav-cta:hover,
.pdn-nav-cta:focus {
    background: var(--pdn-purple-dark);
    color: #ffffff;
}

.flow-hero {
    background:
        linear-gradient(120deg, rgba(255, 255, 255, 0.96), rgba(245, 248, 255, 0.9)),
        url("/assets/img/bg-banner.svg") center bottom / cover no-repeat;
    padding: clamp(4rem, 8vw, 7rem) 0 4rem;
}

.hosting-theme .flow-hero {
    background:
        linear-gradient(120deg, rgba(240, 252, 255, 0.96), rgba(255, 255, 255, 0.92)),
        url("/assets/img/bg-banner-reverse.svg") center bottom / cover no-repeat;
}

.app-theme .flow-hero {
    background:
        linear-gradient(120deg, rgba(255, 248, 242, 0.96), rgba(245, 248, 255, 0.94)),
        url("/assets/img/bg-banner.svg") center bottom / cover no-repeat;
}

.flow-hero h1 {
    font-size: clamp(2.35rem, 5vw, 3rem);
    font-weight: 750;
    line-height: 1.04;
    margin-bottom: 1.1rem;
    max-width: 860px;
}

.flow-hero-copy {
    color: #5c4f6d;
    font-size: clamp(1.04rem, 1.6vw, 1.28rem);
    margin-bottom: 1.8rem;
    max-width: 760px;
}

.flow-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.flow-status-panel,
.flow-main-panel,
.flow-aside-panel .aside-card,
.auth-panel,
.auth-side-card,
.auth-route-card,
.portal-card,
.portal-table-card,
.resource-card {
    border-radius: var(--pdn-radius);
}

.flow-status-panel {
    background: #ffffff;
    border: 1px solid var(--pdn-line);
    box-shadow: var(--pdn-shadow);
    padding: clamp(1rem, 2vw, 1.5rem);
}

.flow-status-head {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.flow-status-head span,
.flow-mini-grid span,
.summary-row span {
    color: var(--pdn-muted);
    display: block;
    font-size: 0.78rem;
    font-weight: 760;
    text-transform: uppercase;
}

.flow-status-head strong {
    color: var(--pdn-purple);
    font-size: 1.25rem;
    font-weight: 850;
}

.flow-progress {
    background: #f3e7ff;
    border-radius: 999px;
    height: 10px;
    overflow: hidden;
}

.flow-progress span {
    background: linear-gradient(90deg, var(--pdn-purple), var(--pdn-pink), var(--pdn-cyan));
    display: block;
    height: 100%;
}

.flow-mini-grid {
    display: grid;
    gap: 0.8rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 1rem;
}

.flow-mini-grid div {
    background: var(--pdn-soft);
    border: 1px solid #e9eef8;
    border-radius: var(--pdn-radius);
    padding: 0.8rem;
}

.flow-mini-grid strong {
    display: block;
    font-size: 1rem;
    font-weight: 850;
    margin-top: 0.2rem;
}

.flow-workspace {
    background: linear-gradient(180deg, #ffffff 0%, #f7f9fe 100%);
    padding: 2rem 0 5rem;
}

.flow-stepper {
    background: #ffffff;
    border: 1px solid var(--pdn-line);
    border-radius: var(--pdn-radius);
    box-shadow: 0 12px 30px rgba(42, 20, 68, 0.07);
    display: grid;
    gap: 0.35rem;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    margin-bottom: 1.3rem;
    padding: 0.55rem;
}

.flow-stepper a {
    align-items: center;
    border-radius: var(--pdn-radius);
    color: #34445f;
    display: flex;
    gap: 0.55rem;
    min-height: 54px;
    padding: 0.62rem;
}

.flow-stepper span {
    align-items: center;
    background: #eef2fb;
    border-radius: 999px;
    color: #4c5972;
    display: inline-flex;
    flex: 0 0 30px;
    font-size: 0.82rem;
    font-weight: 850;
    height: 30px;
    justify-content: center;
    width: 30px;
}

.flow-stepper strong {
    font-size: 0.92rem;
    font-weight: 820;
}

.flow-stepper a.done span {
    background: #e8f7f1;
    color: var(--pdn-mint);
}

.flow-stepper a.active {
    background: #f5e8ff;
    color: var(--pdn-purple);
}

.flow-stepper a.active span {
    background: var(--pdn-purple);
    color: #ffffff;
}

.flow-layout {
    align-items: start;
    display: grid;
    gap: 1.3rem;
    grid-template-columns: minmax(0, 1fr) 340px;
}

.flow-main-panel {
    background: #ffffff;
    border: 1px solid var(--pdn-line);
    box-shadow: var(--pdn-shadow);
    padding: clamp(1rem, 2.2vw, 1.8rem);
}

.flow-panel-header {
    margin-bottom: 1.4rem;
    max-width: 820px;
}

.flow-panel-header h2 {
    font-size: clamp(1.7rem, 3vw, 2.2rem);
    font-weight: 750;
    line-height: 1.08;
    margin-bottom: 0.8rem;
}

.flow-panel-header p {
    color: var(--pdn-muted);
    font-size: 1.04rem;
    margin-bottom: 0;
}

.flow-form {
    background: #f9fbff;
    border: 1px solid #e5ecf7;
    border-radius: var(--pdn-radius);
    margin-bottom: 1rem;
    padding: 1rem;
}

.flow-form-title {
    align-items: center;
    color: var(--pdn-navy);
    display: flex;
    font-weight: 850;
    gap: 0.6rem;
    margin-bottom: 0.9rem;
}

.flow-form-title i {
    color: var(--pdn-purple);
}

.form-label,
.auth-form span,
.builder-form span,
.dns-form span {
    color: #364461;
    font-size: 0.82rem;
    font-weight: 800;
}

.form-control,
.form-select,
.auth-form input,
.builder-form input,
.builder-form select,
.builder-form textarea,
.dns-form input,
.dns-form select {
    border: 1px solid #dbe4f1;
    border-radius: var(--pdn-radius);
    color: var(--pdn-ink);
    font-weight: 650;
}

.form-control:focus,
.form-select:focus,
.auth-form input:focus,
.builder-form input:focus,
.builder-form select:focus,
.builder-form textarea:focus,
.dns-form input:focus,
.dns-form select:focus {
    border-color: rgba(140, 0, 218, 0.45);
    box-shadow: 0 0 0 0.2rem rgba(140, 0, 218, 0.14);
}

.form-feedback {
    color: var(--pdn-mint);
    font-size: 0.9rem;
    font-weight: 760;
    margin-top: 0.75rem;
}

.flow-card-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 1rem 0;
}

.flow-choice-card {
    background: #ffffff;
    border: 1px solid var(--pdn-line);
    border-radius: var(--pdn-radius);
    box-shadow: 0 10px 26px rgba(42, 20, 68, 0.06);
    padding: 1rem;
}

.flow-choice-card.highlight {
    border-color: rgba(140, 0, 218, 0.34);
    box-shadow: 0 18px 38px rgba(140, 0, 218, 0.12);
}

.choice-topline {
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 0.7rem;
    margin-bottom: 0.75rem;
}

.choice-topline span,
.status-chip {
    background: #eef4ff;
    border: 1px solid #d7e5ff;
    border-radius: 999px;
    color: var(--pdn-blue);
    display: inline-flex;
    font-size: 0.75rem;
    font-weight: 850;
    padding: 0.28rem 0.58rem;
}

.choice-topline i {
    color: var(--pdn-mint);
}

.flow-choice-card h3,
.resource-card h3 {
    font-size: 1.12rem;
    font-weight: 850;
    margin-bottom: 0.5rem;
}

.choice-price {
    color: var(--pdn-purple);
    display: block;
    font-size: 1.2rem;
    font-weight: 900;
    margin-bottom: 0.75rem;
}

.flow-choice-card ul,
.resource-card ul,
.auth-side-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.flow-choice-card li,
.resource-card li,
.auth-side-card li {
    align-items: flex-start;
    color: #4d5c78;
    display: flex;
    font-weight: 650;
    gap: 0.5rem;
    margin-bottom: 0.55rem;
}

.flow-choice-card li i,
.resource-card li i,
.auth-side-card li i {
    color: var(--pdn-mint);
    margin-top: 0.24rem;
}

.flow-table-wrap {
    border: 1px solid var(--pdn-line);
    border-radius: var(--pdn-radius);
    margin-top: 1rem;
    overflow: hidden;
}

.flow-table-wrap h3 {
    background: #fbf6ff;
    border-bottom: 1px solid var(--pdn-line);
    font-size: 1rem;
    font-weight: 850;
    margin: 0;
    padding: 0.9rem 1rem;
}

.flow-table-wrap .table {
    margin-bottom: 0;
}

.flow-table-wrap th,
.portal-table th {
    color: #3d4964;
    font-size: 0.78rem;
    font-weight: 850;
    text-transform: uppercase;
}

.flow-table-wrap td,
.portal-table td {
    color: #273956;
    font-weight: 620;
}

.flow-checklist {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin: 1rem 0;
}

.flow-checklist span {
    align-items: center;
    background: #f0fbf7;
    border: 1px solid #cdeee0;
    border-radius: 999px;
    color: #127553;
    display: inline-flex;
    font-size: 0.86rem;
    font-weight: 800;
    gap: 0.4rem;
    padding: 0.42rem 0.7rem;
}

.flow-bottom-nav {
    align-items: center;
    border-top: 1px solid var(--pdn-line);
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1.4rem;
    padding-top: 1rem;
}

.flow-aside-panel {
    display: grid;
    gap: 1rem;
    position: sticky;
    top: 92px;
}

.aside-card {
    background: #ffffff;
    border: 1px solid var(--pdn-line);
    box-shadow: 0 10px 28px rgba(42, 20, 68, 0.06);
    padding: 1rem;
}

.summary-row {
    align-items: center;
    border-top: 1px solid #edf1f7;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.82rem 0;
}

.summary-row:first-of-type {
    border-top: 0;
}

.summary-row strong {
    color: var(--pdn-ink);
    font-weight: 850;
    text-align: right;
}

.support-card {
    background: var(--pdn-navy);
    color: #ffffff;
}

.support-card p {
    color: rgba(255, 255, 255, 0.74);
}

.support-card a {
    color: #9ee6ff;
    font-weight: 800;
}

.support-icon {
    align-items: center;
    background: rgba(255, 255, 255, 0.14);
    border-radius: var(--pdn-radius);
    display: inline-flex;
    height: 42px;
    justify-content: center;
    margin-bottom: 0.9rem;
    width: 42px;
}

.mini-timeline {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mini-timeline li {
    border-left: 2px solid #dde5f2;
    color: #5f6e88;
    font-weight: 760;
    padding: 0 0 0.8rem 0.8rem;
    position: relative;
}

.mini-timeline li::before {
    background: #ffffff;
    border: 2px solid #cfd8e8;
    border-radius: 50%;
    content: "";
    height: 10px;
    left: -6px;
    position: absolute;
    top: 0.42rem;
    width: 10px;
}

.mini-timeline li.active {
    border-left-color: var(--pdn-purple);
    color: var(--pdn-purple);
}

.mini-timeline li.active::before {
    border-color: var(--pdn-purple);
}

.launch-footer {
    background: var(--pdn-ink);
    color: rgba(255, 255, 255, 0.78);
    padding: 1.4rem 0;
}

.launch-footer .pdn-shell {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
}

.launch-footer a {
    color: #ffd8a6;
}

.auth-body {
    background:
        linear-gradient(125deg, rgba(245, 248, 255, 0.95), rgba(255, 255, 255, 0.9)),
        url("/assets/img/bg-banner.svg") center / cover no-repeat;
    min-height: 100vh;
}

.auth-page {
    min-height: 100vh;
    padding: clamp(1rem, 4vw, 3rem);
}

.auth-shell {
    margin: 0 auto;
    max-width: 1120px;
}

.auth-brand {
    margin-bottom: 2rem;
}

.auth-grid {
    display: grid;
    gap: 1.2rem;
    grid-template-columns: minmax(0, 1fr) 420px;
}

.auth-panel,
.auth-side-card,
.auth-route-card {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid var(--pdn-line);
    box-shadow: var(--pdn-shadow);
    padding: clamp(1.2rem, 3vw, 2.2rem);
}

.auth-panel h1 {
    font-size: clamp(2rem, 4vw, 3.4rem);
    font-weight: 850;
    line-height: 1.05;
}

.auth-panel > p {
    color: var(--pdn-muted);
    font-size: 1.05rem;
}

.auth-form {
    display: grid;
    gap: 0.9rem;
    margin-top: 1.5rem;
}

.auth-form label,
.builder-form label,
.dns-form label {
    display: grid;
    gap: 0.35rem;
}

.auth-form input,
.builder-form input,
.builder-form select,
.builder-form textarea,
.dns-form input,
.dns-form select {
    background: #ffffff;
    min-height: 48px;
    padding: 0.75rem 0.85rem;
}

.auth-options {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    justify-content: space-between;
}

.auth-check {
    align-items: center;
    display: flex !important;
    gap: 0.45rem !important;
}

.auth-check input {
    min-height: auto;
}

.auth-options a,
.auth-switch a {
    color: var(--pdn-purple);
    font-weight: 850;
}

.auth-switch {
    color: var(--pdn-muted);
    font-weight: 680;
    margin: 1.1rem 0 0;
}

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

.auth-side-card {
    background: var(--pdn-navy);
    color: #ffffff;
}

.auth-side-card h2 {
    font-size: 1.6rem;
    font-weight: 850;
    line-height: 1.14;
    margin-bottom: 1rem;
}

.auth-side-card li {
    color: rgba(255, 255, 255, 0.82);
}

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

.auth-route-card a {
    align-items: center;
    background: var(--pdn-soft);
    border: 1px solid #e4ebf7;
    border-radius: var(--pdn-radius);
    color: #31405d;
    display: flex;
    font-weight: 800;
    gap: 0.65rem;
    padding: 0.8rem 0.9rem;
}

.auth-route-card i {
    color: var(--pdn-purple);
}

.portal-body {
    background: #f3f6fb;
    color: #10244f;
    min-height: 100vh;
}

.portal-sidebar {
    background: var(--pdn-deep);
    bottom: 0;
    color: rgba(255, 255, 255, 0.82);
    left: 0;
    overflow-y: auto;
    padding: 0.8rem;
    position: fixed;
    top: 0;
    width: 244px;
    z-index: 20;
}

.portal-logo {
    align-items: center;
    border-radius: var(--pdn-radius);
    color: #ffffff;
    display: flex;
    gap: 0.7rem;
    margin-bottom: 1.2rem;
    padding: 0.65rem;
}

.portal-logo img {
    border-radius: var(--pdn-radius);
    height: 36px;
    width: 36px;
}

.portal-logo span {
    font-size: 1.15rem;
    font-weight: 900;
}

.portal-nav-group {
    margin-bottom: 1rem;
}

.portal-nav-group button {
    align-items: center;
    background: transparent;
    border: 0;
    color: #8fa3c7;
    display: flex;
    font-size: 0.74rem;
    font-weight: 850;
    justify-content: space-between;
    padding: 0.6rem 0.45rem;
    text-transform: uppercase;
    width: 100%;
}

.portal-nav-group a {
    align-items: center;
    border-radius: var(--pdn-radius);
    color: rgba(255, 255, 255, 0.84);
    display: flex;
    gap: 0.65rem;
    margin-bottom: 0.18rem;
    padding: 0.58rem 0.55rem;
}

.portal-nav-group a:hover,
.portal-nav-group a:focus,
.portal-nav-group a.active {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

.portal-nav-group i {
    color: #9db3da;
    width: 18px;
}

.portal-frame {
    margin-left: 244px;
    min-height: 100vh;
}

.portal-topbar {
    align-items: center;
    background: #ffffff;
    border-bottom: 1px solid var(--pdn-cloud-line);
    display: flex;
    gap: 1rem;
    height: 70px;
    justify-content: space-between;
    padding: 0 1.2rem;
    position: sticky;
    top: 0;
    z-index: 10;
}

.portal-search {
    align-items: center;
    display: flex;
    flex: 1;
    gap: 0.75rem;
    max-width: 640px;
}

.portal-search i {
    color: #7a8bab;
}

.portal-search input {
    border: 0;
    color: #10244f;
    font-weight: 650;
    outline: 0;
    width: 100%;
}

.portal-top-actions {
    align-items: center;
    display: flex;
    gap: 0.55rem;
}

.portal-create,
.portal-ai,
.icon-button,
.portal-user {
    align-items: center;
    border-radius: var(--pdn-radius);
    display: inline-flex;
    font-weight: 850;
    justify-content: center;
}

.portal-create {
    background: #0f8a4f;
    color: #ffffff;
    gap: 0.45rem;
    padding: 0.72rem 1rem;
}

.portal-create:hover,
.portal-create:focus {
    background: #0a6c3d;
    color: #ffffff;
}

.icon-button {
    border: 1px solid transparent;
    color: #627493;
    height: 40px;
    width: 40px;
}

.icon-button:hover,
.icon-button:focus {
    background: #eef4ff;
    border-color: #d7e5ff;
    color: var(--pdn-blue);
}

.portal-ai {
    background: var(--pdn-blue);
    color: #ffffff;
    gap: 0.45rem;
    padding: 0.72rem 1rem;
}

.portal-ai:hover,
.portal-ai:focus {
    background: #0a54c8;
    color: #ffffff;
}

.portal-user span {
    align-items: center;
    background: #d9f000;
    border-radius: 50%;
    color: #143255;
    display: inline-flex;
    font-size: 0.82rem;
    font-weight: 900;
    height: 38px;
    justify-content: center;
    width: 38px;
}

.portal-content {
    padding: clamp(1rem, 3vw, 2.4rem);
}

.portal-mobile-nav {
    display: none;
}

.portal-heading {
    margin-bottom: 1.4rem;
    max-width: 900px;
}

.portal-heading h1 {
    font-size: clamp(2rem, 4vw, 3.4rem);
    font-weight: 900;
    line-height: 1.05;
    margin-bottom: 0.6rem;
}

.portal-heading p {
    color: var(--pdn-cloud-muted);
    font-size: 1.02rem;
}

.portal-metrics {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 1.4rem;
}

.portal-metrics article,
.portal-card,
.portal-table-card,
.resource-card {
    background: #ffffff;
    border: 1px solid var(--pdn-cloud-line);
    box-shadow: var(--pdn-cloud-shadow);
}

.portal-metrics article {
    border-radius: var(--pdn-radius);
    padding: 1rem;
}

.portal-metrics span,
.resource-card span,
.builder-header span {
    color: var(--pdn-cloud-muted);
    display: block;
    font-size: 0.78rem;
    font-weight: 850;
    text-transform: uppercase;
}

.portal-metrics strong {
    display: block;
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.1;
    margin: 0.35rem 0;
}

.portal-metrics small {
    color: var(--pdn-mint);
    font-weight: 800;
}

.portal-section {
    margin-bottom: 1.4rem;
}

.section-row-title,
.table-tools,
.builder-header {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 0.9rem;
}

.section-row-title h2,
.portal-card h2,
.portal-table-card h2 {
    font-size: 1.15rem;
    font-weight: 900;
    margin: 0;
}

.section-row-title a {
    color: var(--pdn-blue);
    font-weight: 850;
}

.quick-action-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.quick-action-row a {
    align-items: center;
    background: #ffffff;
    border: 1px solid var(--pdn-blue);
    border-radius: var(--pdn-radius);
    color: var(--pdn-blue);
    display: inline-flex;
    font-weight: 850;
    gap: 0.55rem;
    padding: 0.62rem 0.82rem;
}

.quick-action-row a:hover,
.quick-action-row a:focus {
    background: #eef4ff;
}

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

.resource-card {
    min-height: 210px;
    padding: 1rem;
}

.resource-card > div:first-child {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.resource-card strong {
    color: var(--pdn-blue);
    font-weight: 900;
    text-align: right;
}

.resource-card p {
    color: var(--pdn-cloud-muted);
}

.resource-card a {
    color: var(--pdn-blue);
    font-weight: 850;
}

.two-column-section {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr 1fr;
}

.portal-card {
    padding: 1rem;
}

.onboarding-row,
.side-list-item {
    align-items: center;
    border-top: 1px solid #edf2f8;
    display: flex;
    gap: 0.75rem;
    padding: 0.85rem 0;
}

.onboarding-row:first-of-type,
.side-list-item:first-of-type {
    border-top: 0;
}

.onboarding-row i,
.side-list-item i {
    color: var(--pdn-blue);
}

.onboarding-row span {
    flex: 1;
    font-weight: 760;
}

.onboarding-row strong {
    color: var(--pdn-cloud-muted);
    font-size: 0.86rem;
}

.activity-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.activity-list li {
    border-left: 2px solid #dce5f2;
    display: grid;
    gap: 0.18rem;
    padding: 0 0 1rem 0.85rem;
    position: relative;
}

.activity-list li::before {
    background: #ffffff;
    border: 2px solid var(--pdn-blue);
    border-radius: 50%;
    content: "";
    height: 10px;
    left: -6px;
    position: absolute;
    top: 0.35rem;
    width: 10px;
}

.activity-list time {
    color: var(--pdn-blue);
    font-size: 0.78rem;
    font-weight: 850;
}

.activity-list span {
    color: #33445f;
    font-weight: 700;
}

.portal-table-layout {
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1fr) 310px;
}

.portal-table-card {
    overflow: hidden;
    padding: 1rem;
}

.table-tools p {
    color: var(--pdn-cloud-muted);
    margin: 0.2rem 0 0;
}

.portal-table {
    margin-bottom: 0;
}

.portal-table td,
.portal-table th {
    border-color: #e8eef6;
    padding: 0.9rem 0.65rem;
}

.status-chip {
    background: #eef7ff;
    border-color: #d8ebff;
    color: var(--pdn-blue);
}

.portal-side-card {
    height: fit-content;
}

.subscription-grid {
    margin-bottom: 1rem;
}

.subscription-card {
    min-height: 240px;
}

.dns-layout {
    align-items: start;
    display: grid;
    gap: 1rem;
    grid-template-columns: 260px minmax(0, 1fr) 320px;
}

.dns-domain-list {
    display: grid;
    gap: 0.55rem;
}

.dns-domain-list button {
    align-items: center;
    background: #f8fbff;
    border: 1px solid #dfe7f2;
    border-radius: var(--pdn-radius);
    color: #203553;
    display: grid;
    gap: 0.15rem 0.55rem;
    grid-template-columns: auto 1fr;
    padding: 0.75rem;
    text-align: left;
}

.dns-domain-list button.active {
    background: #eef4ff;
    border-color: var(--pdn-blue);
}

.dns-domain-list i {
    color: var(--pdn-blue);
    grid-row: span 2;
}

.dns-domain-list span {
    font-weight: 850;
}

.dns-domain-list strong {
    color: var(--pdn-cloud-muted);
    font-size: 0.78rem;
}

.dns-form,
.builder-form {
    display: grid;
    gap: 0.85rem;
}

.purchase-console {
    align-items: start;
    display: grid;
    gap: 1rem;
    grid-template-columns: 320px minmax(0, 1fr) 300px;
}

.purchase-builder {
    min-height: 100%;
}

.builder-header strong {
    color: var(--pdn-blue);
    font-weight: 900;
}

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

.app-console {
    align-items: start;
    display: grid;
    gap: 1rem;
    grid-template-columns: 360px minmax(0, 1fr) 300px;
}

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

.builder-form textarea {
    min-height: 150px;
    resize: vertical;
}

.suite-hero {
    background:
        radial-gradient(circle at 86% 18%, rgba(0, 167, 199, 0.2), transparent 24rem),
        radial-gradient(circle at 12% 12%, rgba(140, 0, 218, 0.16), transparent 24rem),
        linear-gradient(125deg, #ffffff 0%, #f5f8ff 100%);
    padding: clamp(4rem, 8vw, 7rem) 0 4rem;
}

.suite-hero h1 {
    font-size: clamp(2.35rem, 5vw, 5rem);
    font-weight: 900;
    line-height: 1.04;
    margin-bottom: 1.1rem;
    max-width: 900px;
}

.suite-hero p {
    color: #5c4f6d;
    font-size: clamp(1.04rem, 1.6vw, 1.28rem);
    max-width: 760px;
}

.suite-command-card,
.suite-module-card,
.suite-link-panel {
    background: #ffffff;
    border: 1px solid var(--pdn-line);
    border-radius: var(--pdn-radius);
    box-shadow: var(--pdn-shadow);
}

.suite-command-card {
    padding: 1rem;
}

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

.suite-command-head span,
.suite-pulse-grid span {
    color: var(--pdn-muted);
    font-size: 0.78rem;
    font-weight: 850;
    text-transform: uppercase;
}

.suite-command-head strong {
    color: var(--pdn-purple);
    font-weight: 900;
}

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

.suite-pulse-grid article {
    background: var(--pdn-soft);
    border: 1px solid #e6edf8;
    border-radius: var(--pdn-radius);
    padding: 0.9rem;
}

.suite-pulse-grid strong {
    display: block;
    font-size: 1.6rem;
    font-weight: 900;
}

.suite-pulse-grid small {
    color: var(--pdn-cloud-muted);
    display: block;
    font-weight: 700;
}

.suite-section {
    padding: clamp(3rem, 6vw, 5rem) 0;
}

.suite-section h2 {
    font-size: clamp(1.8rem, 4vw, 3.4rem);
    font-weight: 900;
    line-height: 1.06;
    margin-bottom: 0;
}

.suite-module-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.suite-module-card {
    padding: 1.1rem;
}

.suite-module-card i {
    align-items: center;
    background: #f5e8ff;
    border-radius: var(--pdn-radius);
    color: var(--pdn-purple);
    display: inline-flex;
    font-size: 1.2rem;
    height: 44px;
    justify-content: center;
    margin-bottom: 1rem;
    width: 44px;
}

.suite-module-card h3 {
    font-size: 1.08rem;
    font-weight: 900;
}

.suite-module-card p,
.suite-journey-band p {
    color: var(--pdn-muted);
    margin-bottom: 0;
}

.suite-journey-band {
    background: var(--pdn-soft);
}

.suite-journey-list {
    display: grid;
    gap: 0.75rem;
}

.suite-journey-list article {
    align-items: start;
    background: #ffffff;
    border: 1px solid #e5ecf7;
    border-radius: var(--pdn-radius);
    display: grid;
    gap: 1rem;
    grid-template-columns: auto 1fr;
    padding: 1rem;
}

.suite-journey-list span {
    align-items: center;
    background: var(--pdn-purple);
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    font-weight: 900;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.suite-journey-list h3 {
    font-size: 1rem;
    font-weight: 900;
    margin-bottom: 0.25rem;
}

.suite-link-panel {
    align-items: center;
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
    padding: clamp(1rem, 3vw, 2rem);
}

.suite-link-grid {
    display: grid;
    gap: 0.65rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.suite-link-grid a {
    align-items: center;
    background: var(--pdn-soft);
    border: 1px solid #e4ebf7;
    border-radius: var(--pdn-radius);
    color: #31405d;
    display: flex;
    font-weight: 850;
    justify-content: space-between;
    padding: 0.8rem 0.9rem;
}

.suite-link-grid a:hover,
.suite-link-grid a:focus {
    border-color: rgba(140, 0, 218, 0.32);
    color: var(--pdn-purple);
}

.admin-body {
    background: #edf2f8;
}

.admin-sidebar {
    background: #06142f;
}

.admin-heading {
    max-width: 980px;
}

.admin-heading .pdn-eyebrow {
    color: #0f68f2;
}

.admin-metrics article {
    border-top: 3px solid var(--pdn-blue);
}

.admin-watch-card {
    min-height: 190px;
}

.admin-watch-card strong {
    align-items: center;
    background: #eef4ff;
    border-radius: var(--pdn-radius);
    display: inline-flex;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.admin-two-column {
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1fr) 340px;
}

.admin-insight-card {
    background: var(--pdn-navy);
    color: #ffffff;
}

.admin-insight-card p {
    color: rgba(255, 255, 255, 0.76);
}

.admin-insight-card a {
    color: #9ee6ff;
    font-weight: 850;
}

.funnel-list {
    display: grid;
    gap: 0.9rem;
}

.funnel-row {
    display: grid;
    gap: 0.5rem;
}

.funnel-row > div:first-child {
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.funnel-row span,
.pipeline-stage-head span,
.support-ticket-card span {
    color: var(--pdn-cloud-muted);
    font-size: 0.78rem;
    font-weight: 850;
    text-transform: uppercase;
}

.funnel-row strong {
    color: var(--pdn-blue);
    font-weight: 900;
}

.funnel-track {
    background: #e8eef8;
    border-radius: 999px;
    height: 12px;
    overflow: hidden;
}

.funnel-track span {
    background: linear-gradient(90deg, var(--pdn-blue), var(--pdn-cyan));
    display: block;
    height: 100%;
}

.pipeline-board {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pipeline-board article {
    background: #ffffff;
    border: 1px solid var(--pdn-cloud-line);
    border-radius: var(--pdn-radius);
    box-shadow: var(--pdn-cloud-shadow);
    padding: 0.9rem;
}

.pipeline-stage-head {
    align-items: center;
    border-bottom: 1px solid #edf2f8;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.75rem;
    padding-bottom: 0.65rem;
}

.pipeline-stage-head strong {
    color: var(--pdn-blue);
    font-size: 1.25rem;
    font-weight: 900;
}

.pipeline-board p {
    background: #f8fbff;
    border: 1px solid #e5ecf7;
    border-radius: var(--pdn-radius);
    color: #33445f;
    font-weight: 750;
    margin-bottom: 0.5rem;
    padding: 0.62rem;
}

.support-ticket-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.support-ticket-card {
    background: #ffffff;
    border: 1px solid var(--pdn-cloud-line);
    border-radius: var(--pdn-radius);
    box-shadow: var(--pdn-cloud-shadow);
    min-height: 170px;
    padding: 1rem;
}

.support-ticket-card span {
    background: #fff7ed;
    border: 1px solid #fed7aa;
    border-radius: 999px;
    color: #b45309;
    display: inline-flex;
    margin-bottom: 0.85rem;
    padding: 0.28rem 0.58rem;
}

.support-ticket-card h3 {
    font-size: 1rem;
    font-weight: 900;
}

.support-ticket-card p {
    color: var(--pdn-cloud-muted);
    font-weight: 700;
    margin-bottom: 0.55rem;
}

.support-ticket-card strong {
    color: var(--pdn-blue);
    font-size: 0.9rem;
    font-weight: 900;
}

.support-client-layout {
    align-items: start;
    display: grid;
    gap: 1rem;
    grid-template-columns: 320px minmax(0, 1fr);
    margin-bottom: 1rem;
}

@media (max-width: 1199.98px) {
    .flow-layout,
    .portal-table-layout,
    .dns-layout,
    .purchase-console,
    .app-console,
    .admin-two-column,
    .support-client-layout,
    .suite-link-panel {
        grid-template-columns: 1fr;
    }

    .flow-aside-panel {
        position: static;
    }

    .purchase-cards,
    .pipeline-board,
    .support-ticket-grid,
    .suite-module-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .pdn-navbar > .pdn-shell {
        align-items: flex-start;
        flex-direction: column;
        padding-bottom: 1rem;
        padding-top: 1rem;
    }

    .pdn-navlinks {
        justify-content: flex-start;
    }

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

    .flow-card-grid,
    .resource-grid,
    .portal-metrics,
    .auth-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .auth-grid {
        grid-template-columns: 1fr;
    }

    .portal-sidebar {
        display: none;
    }

    .portal-frame {
        margin-left: 0;
    }

    .portal-topbar {
        flex-wrap: wrap;
        height: auto;
        padding: 0.8rem 1rem;
    }

    .portal-top-actions {
        flex-wrap: wrap;
    }

    .portal-mobile-nav {
        display: flex;
        gap: 0.5rem;
        margin-bottom: 1rem;
        overflow-x: auto;
        padding-bottom: 0.4rem;
    }

    .portal-mobile-nav a {
        background: #ffffff;
        border: 1px solid var(--pdn-cloud-line);
        border-radius: var(--pdn-radius);
        color: #33445f;
        flex: 0 0 auto;
        font-size: 0.88rem;
        font-weight: 820;
        padding: 0.5rem 0.7rem;
    }

    .portal-mobile-nav a.active {
        background: var(--pdn-blue);
        border-color: var(--pdn-blue);
        color: #ffffff;
    }

    .two-column-section,
    .app-module-grid,
    .admin-card-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .flow-mini-grid,
    .flow-card-grid,
    .resource-grid,
    .portal-metrics,
    .purchase-cards,
    .pipeline-board,
    .support-ticket-grid,
    .suite-module-grid,
    .suite-pulse-grid,
    .suite-link-grid {
        grid-template-columns: 1fr;
    }

    .flow-stepper {
        grid-template-columns: 1fr 1fr;
    }

    .flow-stepper a {
        min-height: auto;
    }

    .flow-bottom-nav,
    .section-row-title,
    .table-tools,
    .builder-header,
    .launch-footer .pdn-shell {
        align-items: stretch;
        flex-direction: column;
    }

    .portal-ai {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .pdn-topbar {
        text-align: center;
    }

    .pdn-navlinks a,
    .pdn-nav-cta {
        font-size: 0.86rem;
    }

    .flow-hero {
        padding-top: 3rem;
    }

    .flow-stepper {
        grid-template-columns: 1fr;
    }

    .flow-main-panel,
    .aside-card,
    .auth-panel,
    .auth-side-card,
    .auth-route-card,
    .portal-card,
    .portal-table-card,
    .resource-card {
        padding: 0.9rem;
    }

    .portal-search {
        flex-basis: 100%;
        max-width: none;
    }

    .portal-create {
        padding: 0.58rem 0.75rem;
    }
}
