.hhst {
    --hhst-surface: #fff;
    --hhst-surface-soft: #f8fbff;
    --hhst-border: #dbe6f3;
    --hhst-text: #102b4e;
    --hhst-muted: #687d96;
    --hhst-blue: #0874e8;
    --hhst-blue-dark: #075ab5;
    --hhst-green: #0b9e69;
    --hhst-orange: #f08a21;
    --hhst-purple: #7848d8;
    color: var(--hhst-text);
    font-size: 15px;
    line-height: 1.5;
    margin: -4px auto 48px;
    max-width: 1500px;
}

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

.hhst button,
.hhst input,
.hhst select { font: inherit; }

.hhst-hero {
    align-items: flex-end;
    background:
        radial-gradient(circle at 91% 20%, rgba(89, 179, 255, .28), transparent 24%),
        linear-gradient(125deg, #082f62 0%, #075eb9 62%, #0781e3 100%);
    border-radius: 24px;
    box-shadow: 0 22px 50px rgba(7, 55, 108, .18);
    color: #fff;
    display: flex;
    gap: 32px;
    justify-content: space-between;
    overflow: hidden;
    padding: 34px 38px;
    position: relative;
}

.hhst-hero::after {
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 50%;
    content: "";
    height: 260px;
    position: absolute;
    right: -75px;
    top: -118px;
    width: 260px;
}

.hhst-eyebrow {
    color: #90cdfd;
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .13em;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.hhst-hero h1 {
    color: #fff;
    font-size: clamp(26px, 3vw, 40px);
    font-weight: 750;
    letter-spacing: -.035em;
    line-height: 1.08;
    margin: 0;
}

.hhst-hero p {
    color: rgba(255, 255, 255, .82);
    margin: 10px 0 0;
    max-width: 720px;
}

.hhst-site-switcher {
    background: rgba(3, 35, 72, .48);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 15px;
    flex: 0 1 390px;
    padding: 13px 15px;
    position: relative;
    z-index: 1;
}

.hhst-site-switcher label {
    color: rgba(255, 255, 255, .72);
    display: block;
    font-size: 11px;
    font-weight: 750;
    letter-spacing: .06em;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.hhst-site-switcher select {
    appearance: auto;
    background: #fff;
    border: 0;
    border-radius: 9px;
    color: #0b315d;
    min-height: 42px;
    padding: 0 12px;
    width: 100%;
}

.hhst-statusbar {
    align-items: center;
    background: var(--hhst-surface);
    border: 1px solid var(--hhst-border);
    border-radius: 15px;
    display: flex;
    gap: 13px;
    margin-top: 18px;
    min-height: 58px;
    padding: 10px 16px;
}

.hhst-statusbar > span:not(.hhst-status) { color: var(--hhst-muted); }
.hhst-statusbar-server { margin-left: auto; }
.hhst-statusbar-server i { color: var(--hhst-blue); margin-right: 7px; }
.hhst-resource-kind {
    background: #edf4fb;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 750;
    padding: 4px 9px;
}

.hhst-status {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 12px;
    font-weight: 750;
    gap: 7px;
    padding: 6px 10px;
}

.hhst-status i {
    background: currentColor;
    border-radius: 50%;
    height: 7px;
    width: 7px;
}

.hhst-status-good { background: #e6f8f1; color: #087b54; }
.hhst-status-warning { background: #fff2df; color: #9b5a08; }

.hhst-preview-note {
    align-items: center;
    background: #fff8e7;
    border: 1px solid #f2d89b;
    border-radius: 12px;
    color: #76510b;
    display: flex;
    gap: 11px;
    margin-top: 12px;
    padding: 10px 14px;
}

.hhst-preview-note i { font-size: 17px; }
.hhst-preview-note strong { margin-right: 7px; }
.hhst-native-note {
    background: #eaf8f3;
    border-color: #b9e3d4;
    color: #087552;
}

.hhst-layout {
    align-items: start;
    display: grid;
    gap: 20px;
    grid-template-columns: 210px minmax(0, 1fr);
    margin-top: 20px;
}

.hhst-nav {
    background: var(--hhst-surface);
    border: 1px solid var(--hhst-border);
    border-radius: 17px;
    box-shadow: 0 10px 30px rgba(23, 62, 103, .06);
    display: grid;
    gap: 4px;
    padding: 9px;
    position: sticky;
    top: 82px;
}

.hhst-nav a {
    align-items: center;
    border-radius: 10px;
    color: var(--hhst-muted);
    display: flex;
    font-weight: 650;
    gap: 11px;
    padding: 10px 12px;
    text-decoration: none;
    transition: background .18s ease, color .18s ease, transform .18s ease;
}

.hhst-nav a:hover {
    background: var(--hhst-surface-soft);
    color: var(--hhst-blue);
    transform: translateX(2px);
}

.hhst-nav a.is-active { background: #e8f3ff; color: #0869cc; }
.hhst-nav i { text-align: center; width: 18px; }
.hhst-content { min-width: 0; }

.hhst-section-head {
    align-items: center;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    margin: 4px 0 18px;
}

.hhst-section-head span {
    color: var(--hhst-blue);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.hhst-section-head h2 {
    color: var(--hhst-text);
    font-size: clamp(24px, 2.4vw, 34px);
    letter-spacing: -.03em;
    margin: 2px 0 0;
}

.hhst-head-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    justify-content: flex-end;
}

.hhst-button {
    align-items: center;
    background: var(--hhst-surface);
    border: 1px solid var(--hhst-border);
    border-radius: 10px;
    color: var(--hhst-text);
    cursor: pointer;
    display: inline-flex;
    font-weight: 700;
    gap: 8px;
    justify-content: center;
    min-height: 41px;
    padding: 8px 14px;
    text-decoration: none;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.hhst-button:hover {
    border-color: #9fc8f2;
    box-shadow: 0 7px 18px rgba(7, 91, 178, .1);
    color: var(--hhst-blue);
    transform: translateY(-1px);
}

.hhst-button-primary {
    background: var(--hhst-blue);
    border-color: var(--hhst-blue);
    color: #fff;
}

.hhst-button-primary:hover {
    background: var(--hhst-blue-dark);
    border-color: var(--hhst-blue-dark);
    color: #fff;
}

.hhst-health,
.hhst-card,
.hhst-wp-site,
.hhst-activity-card,
.hhst-empty {
    background: var(--hhst-surface);
    border: 1px solid var(--hhst-border);
    border-radius: 17px;
    box-shadow: 0 10px 30px rgba(23, 62, 103, .055);
}

.hhst-health {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 18px 20px;
}

.hhst-health-copy { align-items: center; display: flex; gap: 13px; }
.hhst-health-copy strong,
.hhst-health-copy span { display: block; }
.hhst-health-copy span { color: var(--hhst-muted); margin-top: 2px; }
.hhst-health-time { color: var(--hhst-muted); font-size: 13px; }

.hhst-icon {
    align-items: center;
    background: #e8f3ff;
    border-radius: 11px;
    color: var(--hhst-blue);
    display: inline-flex;
    flex: 0 0 40px;
    height: 40px;
    justify-content: center;
    width: 40px;
}

.hhst-icon-good,
.hhst-icon-green { background: #e6f8f1; color: var(--hhst-green); }
.hhst-icon-orange { background: #fff2df; color: var(--hhst-orange); }
.hhst-icon-purple { background: #f0eaff; color: var(--hhst-purple); }
.hhst-icon-blue { background: #e8f3ff; color: var(--hhst-blue); }
.hhst-icon-large { flex-basis: 60px; font-size: 22px; height: 60px; width: 60px; }

.hhst-metrics {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 14px;
}

.hhst-metrics > * {
    background: var(--hhst-surface);
    border: 1px solid var(--hhst-border);
    border-radius: 14px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px;
    padding: 16px;
}

.hhst-metrics > * > .hhst-icon {
    grid-column: 2;
    grid-row: 1 / span 3;
    justify-self: end;
    margin: 0;
}

.hhst-metrics > * > small,
.hhst-metrics > * > strong,
.hhst-metrics > * > span:not(.hhst-icon) {
    grid-column: 1;
    min-width: 0;
}

.hhst-metrics span,
.hhst-metrics small { color: var(--hhst-muted); display: block; }

.hhst-metrics strong {
    color: var(--hhst-text);
    display: block;
    font-size: 23px;
    letter-spacing: -.025em;
    margin: 4px 0;
    overflow-wrap: anywhere;
}

.hhst-block-title {
    align-items: baseline;
    display: flex;
    justify-content: space-between;
    margin: 26px 1px 12px;
}

.hhst-block-title h3 { color: var(--hhst-text); font-size: 18px; margin: 0; }
.hhst-block-title span { color: var(--hhst-muted); font-size: 13px; }
.hhst-grid { display: grid; gap: 14px; }
.hhst-grid-two { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.hhst-card { padding: 18px; }
.hhst-card > header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 17px;
}
.hhst-card > header span {
    color: var(--hhst-muted);
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 2px;
}
.hhst-card > header > i { color: var(--hhst-blue); font-size: 19px; }
.hhst-card h3,
.hhst-card h4 { color: var(--hhst-text); margin: 0 0 8px; }
.hhst-card p { color: var(--hhst-muted); margin: 0 0 16px; }
.hhst-card > .hhst-button { margin-top: 4px; }
.hhst-usage { display: grid; gap: 15px; }
.hhst-usage-row { display: grid; gap: 7px; }
.hhst-usage-row > div:first-child { display: flex; gap: 12px; justify-content: space-between; }
.hhst-usage-row span { color: var(--hhst-muted); }

.hhst-progress {
    background: #e9f0f8;
    border-radius: 999px;
    height: 8px;
    overflow: hidden;
}

.hhst-progress i {
    background: linear-gradient(90deg, #0874e8, #22a4ee);
    border-radius: inherit;
    display: block;
    height: 100%;
    min-width: 2px;
}

.hhst-quick-grid,
.hhst-tool-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hhst-quick-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.hhst-tool-grid-large { grid-template-columns: repeat(3, minmax(220px, 1fr)); }

.hhst-quick-grid > button,
.hhst-quick-grid > a {
    align-items: center;
    background: var(--hhst-surface-soft);
    border: 1px solid var(--hhst-border);
    border-radius: 10px;
    color: var(--hhst-text);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    font-weight: 700;
    gap: 7px;
    justify-content: center;
    min-height: 76px;
    padding: 9px;
    text-decoration: none;
}

.hhst-quick-grid > button:hover,
.hhst-quick-grid > a:hover {
    border-color: #94c5f4;
    color: var(--hhst-blue);
}

.hhst-quick-grid > button i,
.hhst-quick-grid > a i { color: var(--hhst-blue); font-size: 17px; }

.hhst-tool-grid > a,
.hhst-tool-grid > button {
    background: var(--hhst-surface);
    border: 1px solid var(--hhst-border);
    border-radius: 15px;
    color: var(--hhst-text);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    font: inherit;
    padding: 19px;
    text-align: left;
    text-decoration: none;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.hhst-tool-grid > a:hover,
.hhst-tool-grid > button:hover {
    border-color: #9cc9f5;
    box-shadow: 0 12px 28px rgba(7, 91, 178, .09);
    color: var(--hhst-text);
    transform: translateY(-2px);
}

.hhst-tool-grid > a > i,
.hhst-tool-grid > button > i {
    align-items: center;
    background: #e8f3ff;
    border-radius: 10px;
    color: var(--hhst-blue);
    display: flex;
    font-size: 17px;
    height: 39px;
    justify-content: center;
    margin-bottom: 15px;
    width: 39px;
}

.hhst-tool-grid > a > strong,
.hhst-tool-grid > button > strong {
    color: var(--hhst-text);
    font-size: 15px;
    margin-bottom: 5px;
}

.hhst-tool-grid > a > span,
.hhst-tool-grid > button > span {
    color: var(--hhst-muted);
    font-size: 13px;
    line-height: 1.45;
}

.hhst-tool-grid > button > em {
    color: var(--hhst-blue);
    font-size: 12px;
    font-style: normal;
    font-weight: 750;
    margin-top: auto;
    padding-top: 15px;
}

.hhst-tool-grid > a > em {
    color: var(--hhst-blue);
    font-size: 12px;
    font-style: normal;
    font-weight: 750;
    margin-top: auto;
    padding-top: 15px;
}

.hhst-tool-grid-large > a,
.hhst-tool-grid-large > button {
    min-height: 190px;
}

.hhst-section-head p {
    color: var(--hhst-muted);
    margin: 5px 0 0;
}

.hhst-wp-site {
    align-items: center;
    display: flex;
    gap: 16px;
    padding: 20px;
}

.hhst-wp-logo {
    align-items: center;
    background: #eaf2fb;
    border-radius: 15px;
    color: #23759b;
    display: flex;
    flex: 0 0 58px;
    font-size: 30px;
    height: 58px;
    justify-content: center;
}

.hhst-wp-copy { flex: 1 1 auto; }
.hhst-wp-copy strong,
.hhst-wp-copy span { display: block; }
.hhst-wp-copy span { color: var(--hhst-muted); margin-top: 3px; }

.hhst-pill {
    background: #edf3fa;
    border-radius: 999px;
    color: var(--hhst-muted);
    font-size: 12px;
    font-weight: 750;
    padding: 6px 10px;
}

.hhst-pill-good { background: #e6f8f1; color: #087b54; }
.hhst-activity-card { overflow: hidden; }

.hhst-detail-list {
    display: grid;
    gap: 0;
    margin: 0;
}

.hhst-detail-list > div {
    align-items: center;
    border-bottom: 1px solid var(--hhst-border);
    display: grid;
    gap: 16px;
    grid-template-columns: 120px minmax(0, 1fr);
    padding: 11px 0;
}

.hhst-detail-list > div:last-child { border-bottom: 0; }
.hhst-detail-list dt { color: var(--hhst-muted); font-weight: 650; }
.hhst-detail-list dd { color: var(--hhst-text); margin: 0; text-align: right; word-break: break-word; }

.hhst-feature-card {
    align-items: center;
    display: flex;
    gap: 17px;
    margin-top: 14px;
}

.hhst-feature-card > div { flex: 1 1 auto; }
.hhst-feature-card h3 { margin-bottom: 3px; }
.hhst-feature-card p { margin: 0; }

.hhst-code-value,
.hhst-ip-list li {
    background: var(--hhst-surface-soft);
    border: 1px solid var(--hhst-border);
    border-radius: 9px;
    color: var(--hhst-text);
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    padding: 11px 13px;
    word-break: break-all;
}

.hhst-ip-list {
    display: grid;
    gap: 7px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.hhst-activity-row {
    align-items: center;
    border-bottom: 1px solid var(--hhst-border);
    display: grid;
    gap: 14px;
    grid-template-columns: 12px minmax(0, 1fr) auto;
    padding: 15px 18px;
}

.hhst-activity-row:last-child { border-bottom: 0; }
.hhst-activity-row strong,
.hhst-activity-row span,
.hhst-activity-row time { display: block; }
.hhst-activity-row span,
.hhst-activity-row time { color: var(--hhst-muted); font-size: 13px; }

.hhst-activity-dot {
    background: #9cb0c5;
    border-radius: 50%;
    height: 9px;
    width: 9px;
}

.hhst-activity-success .hhst-activity-dot { background: var(--hhst-green); }
.hhst-activity-error .hhst-activity-dot { background: #db3e56; }

.hhst-activity-empty,
.hhst-empty {
    color: var(--hhst-muted);
    padding: 46px 24px;
    text-align: center;
}

.hhst-empty h2 { color: var(--hhst-text); margin: 16px 0 5px; }
.hhst-empty .hhst-button { margin-top: 14px; }

.hhst-power-grid form { display: flex; margin: 0; min-width: 0; }

.hhst-power-action {
    align-items: flex-start;
    background: var(--hhst-surface);
    border: 1px solid var(--hhst-border);
    border-radius: 15px;
    color: var(--hhst-text);
    cursor: pointer;
    display: flex;
    flex: 1;
    flex-direction: column;
    min-height: 190px;
    padding: 18px;
    text-align: left;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.hhst-power-action:hover {
    border-color: #9cc9f5;
    box-shadow: 0 12px 28px rgba(7, 91, 178, .09);
    transform: translateY(-2px);
}

.hhst-power-action > i {
    align-items: center;
    background: #e8f3ff;
    border-radius: 10px;
    color: var(--hhst-blue);
    display: inline-flex;
    font-size: 16px;
    height: 39px;
    justify-content: center;
    margin-bottom: 16px;
    width: 39px;
}

.hhst-power-action > strong { color: var(--hhst-text); font-size: 15px; margin-bottom: 5px; }
.hhst-power-action > span { color: var(--hhst-muted); font-size: 13px; line-height: 1.45; }
.hhst-power-action > em {
    color: var(--hhst-blue);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    margin-top: auto;
    padding-top: 15px;
}
.hhst-power-action-danger > i { background: #fff0f1; color: #d73749; }
.hhst-power-action-danger > em { color: #d73749; }
.hhst-power-action-success > i { background: #e7f8f0; color: #07865b; }
.hhst-power-action-success > em { color: #07865b; }

.hhst-live-vps-metrics {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 14px;
}
.hhst-live-vps-metrics[hidden] { display: none; }
.hhst-live-vps-metrics article {
    background: var(--hhst-surface);
    border: 1px solid var(--hhst-border);
    border-radius: 15px;
    min-width: 0;
    padding: 16px;
}
.hhst-live-vps-metrics small,
.hhst-live-vps-metrics strong,
.hhst-live-vps-metrics article > span:last-of-type { display: block; }
.hhst-live-vps-metrics small { color: var(--hhst-muted); font-size: 11px; font-weight: 800; margin-top: 11px; text-transform: uppercase; }
.hhst-live-vps-metrics strong { color: var(--hhst-text); font-size: 20px; margin: 3px 0; }
.hhst-live-vps-metrics article > span:last-of-type { color: var(--hhst-muted); font-size: 12px; }
.hhst-mini-progress { background: #e9f0f7; border-radius: 99px; height: 6px; margin-top: 13px; overflow: hidden; }
.hhst-mini-progress i { background: var(--hhst-blue); border-radius: inherit; display: block; height: 100%; width: 0; }

.hhst-vps-graphs { display: grid; gap: 16px; margin-top: 16px; }
.hhst-vps-graphs figure {
    background: var(--hhst-surface);
    border: 1px solid var(--hhst-border);
    border-radius: 15px;
    margin: 0;
    overflow: hidden;
    padding: 17px;
}
.hhst-vps-graphs figure[hidden] { display: none; }
.hhst-vps-graphs figcaption { align-items: center; color: var(--hhst-text); display: flex; gap: 9px; margin-bottom: 13px; }
.hhst-vps-graphs figcaption i { color: var(--hhst-blue); }
.hhst-vps-graphs img { background: #fff; border-radius: 9px; display: block; height: auto; max-width: 100%; width: 100%; }

.hhst-file-message {
    align-items: center;
    border: 1px solid;
    border-radius: 12px;
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    padding: 12px 14px;
}
.hhst-file-message-success { background: #edf9f4; border-color: #b9e8d3; color: #087952; }
.hhst-file-message-error { background: #fff3f3; border-color: #f0c5c8; color: #b52636; }
.hhst-file-message-warning { background: #fff8e8; border-color: #efd99f; color: #8a6100; }

.hhst-file-manager { overflow: visible; padding: 0; }
.hhst-file-manager > .hhst-file-toolbar {
    align-items: center;
    border-bottom: 1px solid var(--hhst-border);
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin: 0;
    padding: 17px 18px;
}
.hhst-file-toolbar h3 { align-items: center; display: flex; gap: 8px; margin: 0; overflow-wrap: anywhere; }
.hhst-file-toolbar h3 i { color: #f0a52b; }
.hhst-file-toolbar-actions { display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; }
.hhst-file-table-wrap { overflow-x: auto; }
.hhst-file-table { border: 0; border-collapse: collapse; color: var(--hhst-text); margin: 0; min-width: 720px; width: 100%; }
.hhst-file-table th {
    background: var(--hhst-surface-soft);
    color: var(--hhst-muted);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .055em;
    padding: 11px 16px;
    text-align: left;
    text-transform: uppercase;
}
.hhst-file-table td { border-top: 1px solid var(--hhst-border); color: var(--hhst-muted); font-size: 13px; padding: 12px 16px; }
.hhst-file-table tbody tr:hover { background: var(--hhst-surface-soft); }
.hhst-file-table th:last-child,
.hhst-file-table td:last-child { text-align: right; }
.hhst-file-name { align-items: center; color: var(--hhst-text); display: inline-flex; gap: 10px; max-width: 360px; }
.hhst-file-name:hover { color: var(--hhst-blue); }
.hhst-file-name i { color: #7695b4; font-size: 17px; width: 19px; }
.hhst-file-name .fa-folder { color: #f0a52b; }
.hhst-file-name strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hhst-file-action { align-items: center; color: var(--hhst-blue); display: inline-flex; font-size: 12px; font-weight: 800; gap: 6px; }
.hhst-file-empty { padding: 32px !important; text-align: center !important; }
.hhst-file-empty i,
.hhst-file-empty strong { display: block; }
.hhst-file-empty i { color: #f0a52b; font-size: 28px; margin-bottom: 8px; }
.hhst-file-footnote {
    align-items: center;
    background: var(--hhst-surface-soft);
    border-top: 1px solid var(--hhst-border);
    color: var(--hhst-muted);
    display: flex;
    font-size: 12px;
    gap: 8px;
    padding: 11px 16px;
}
.hhst-file-footnote i { color: #0b9e69; }

.hhst-file-editor { border-bottom: 1px solid var(--hhst-border); margin: 0; padding: 16px 18px 18px; }
.hhst-file-editor-head {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    margin-bottom: 12px;
}
.hhst-file-editor-head > div { align-items: center; display: flex; flex-wrap: wrap; gap: 8px; min-width: 0; }
.hhst-file-editor-head > div:first-child span { color: var(--hhst-muted); font-size: 12px; overflow-wrap: anywhere; }
.hhst-file-editor-head > div:first-child i { color: var(--hhst-blue); }
.hhst-file-editor textarea {
    background: #071a2d;
    border: 1px solid #24415f;
    border-radius: 11px;
    color: #dbeeff;
    font: 13px/1.55 SFMono-Regular, Consolas, "Liberation Mono", monospace;
    min-height: 440px;
    padding: 15px;
    resize: vertical;
    tab-size: 4;
    width: 100%;
}

.hhst-toast {
    align-items: flex-start;
    background: #092c55;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 13px;
    bottom: 24px;
    box-shadow: 0 20px 50px rgba(1, 20, 43, .3);
    color: #fff;
    display: flex;
    gap: 12px;
    max-width: min(420px, calc(100vw - 30px));
    opacity: 0;
    padding: 14px 44px 14px 16px;
    pointer-events: none;
    position: fixed;
    right: 24px;
    transform: translateY(14px);
    transition: opacity .2s ease, transform .2s ease;
    z-index: 10050;
}

.hhst-toast.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.hhst-toast strong,
.hhst-toast span { display: block; }
.hhst-toast span { color: rgba(255, 255, 255, .74); font-size: 13px; margin-top: 2px; }

.hhst-toast button {
    background: none;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    padding: 3px;
    position: absolute;
    right: 10px;
    top: 8px;
}

html[data-hh-theme="dark"] .hhst {
    --hhst-surface: #12243a;
    --hhst-surface-soft: #172c45;
    --hhst-border: #29425f;
    --hhst-text: #edf5ff;
    --hhst-muted: #9cb0c8;
}

html[data-hh-theme="dark"] .hhst-nav a.is-active { background: #123f6d; color: #74baff; }
html[data-hh-theme="dark"] .hhst-status-good,
html[data-hh-theme="dark"] .hhst-pill-good { background: rgba(11, 158, 105, .16); color: #5ee0ae; }
html[data-hh-theme="dark"] .hhst-status-warning,
html[data-hh-theme="dark"] .hhst-preview-note {
    background: rgba(240, 138, 33, .13);
    border-color: rgba(240, 168, 67, .35);
    color: #ffd08b;
}
html[data-hh-theme="dark"] .hhst-native-note {
    background: rgba(11, 158, 105, .13);
    border-color: rgba(71, 204, 155, .32);
    color: #64ddb0;
}
html[data-hh-theme="dark"] .hhst-progress { background: #243d59; }
html[data-hh-theme="dark"] .hhst-wp-logo { background: #18334d; color: #80cbef; }
html[data-hh-theme="dark"] .hhst-pill { background: #213b58; }
html[data-hh-theme="dark"] .hhst-resource-kind { background: #203955; }
html[data-hh-theme="dark"] .hhst-tool-grid > a > i,
html[data-hh-theme="dark"] .hhst-tool-grid > button > i { background: #183a5e; }
html[data-hh-theme="dark"] .hhst-power-action > i { background: #183a5e; }
html[data-hh-theme="dark"] .hhst-power-action-danger > i { background: rgba(215, 55, 73, .14); color: #ff8290; }
html[data-hh-theme="dark"] .hhst-power-action-success > i { background: rgba(11, 158, 105, .14); color: #5ee0ae; }
html[data-hh-theme="dark"] .hhst-file-message-success { background: rgba(11, 158, 105, .13); border-color: rgba(71, 204, 155, .32); color: #64ddb0; }
html[data-hh-theme="dark"] .hhst-file-message-error { background: rgba(215, 55, 73, .13); border-color: rgba(255, 114, 130, .3); color: #ff9aa5; }
html[data-hh-theme="dark"] .hhst-file-message-warning { background: rgba(205, 145, 28, .14); border-color: rgba(238, 185, 73, .32); color: #ffd785; }
html[data-hh-theme="dark"] .hhst-mini-progress { background: #243d59; }

.hhst-wp-job {
    background:
        radial-gradient(circle at 100% 0, rgba(8, 116, 232, .12), transparent 35%),
        var(--hhst-surface);
    border-color: rgba(8, 116, 232, .32);
    margin: 0 0 20px;
    overflow: hidden;
    position: relative;
}

.hhst-wp-job[hidden] { display: none !important; }

.hhst-wp-job-header {
    align-items: center !important;
    display: grid !important;
    gap: 13px;
    grid-template-columns: 40px minmax(0, 1fr) auto;
    margin-bottom: 15px !important;
}

.hhst-wp-job-header > div > span {
    color: var(--hhst-blue) !important;
    font-size: 11px !important;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.hhst-wp-job-header h3 { margin: 1px 0 2px; }
.hhst-wp-job-header p { font-size: 13px; margin: 0; }

.hhst-wp-job-status {
    background: #e8f3ff;
    border-radius: 999px;
    color: var(--hhst-blue) !important;
    font-size: 12px !important;
    margin: 0 !important;
    padding: 6px 11px;
    white-space: nowrap;
}

.hhst-wp-job.is-succeeded { border-color: rgba(11, 158, 105, .4); }
.hhst-wp-job.is-succeeded .hhst-wp-job-status {
    background: #e4f8ef;
    color: var(--hhst-green) !important;
}

.hhst-wp-job.is-failed { border-color: rgba(215, 55, 73, .42); }
.hhst-wp-job.is-failed .hhst-wp-job-status {
    background: #fff0f2;
    color: #c5283d !important;
}

.hhst-wp-job-meter {
    background: #e5edf6;
    border-radius: 999px;
    height: 11px;
    overflow: hidden;
}

.hhst-wp-job-meter > span {
    background: linear-gradient(90deg, #0874e8, #29a7f0);
    border-radius: inherit;
    display: block;
    height: 100%;
    min-width: 2px;
    position: relative;
    transition: width .45s ease;
}

.hhst-wp-job.is-running .hhst-wp-job-meter > span::after {
    animation: hhst-wp-progress 1.25s linear infinite;
    background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .55), transparent);
    content: "";
    inset: 0;
    position: absolute;
    transform: translateX(-100%);
}

.hhst-wp-job.is-succeeded .hhst-wp-job-meter > span {
    background: linear-gradient(90deg, #0b9e69, #35c88f);
}

.hhst-wp-job.is-failed .hhst-wp-job-meter > span {
    background: linear-gradient(90deg, #d73749, #ef6675);
}

.hhst-wp-job-meta {
    align-items: center;
    color: var(--hhst-muted);
    display: flex;
    font-size: 13px;
    gap: 16px;
    margin: 9px 0 15px;
}

.hhst-wp-job-meta strong {
    color: var(--hhst-text);
    font-size: 16px;
}

.hhst-wp-job-meta .hhst-button { margin-left: auto; }
.hhst-button-small { min-height: 32px; padding: 4px 11px; }

.hhst-wp-job-events {
    border-top: 1px solid var(--hhst-border);
    list-style: none;
    margin: 0;
    max-height: 210px;
    overflow: auto;
    padding: 9px 0 0;
}

.hhst-wp-job-events li {
    align-items: flex-start;
    color: var(--hhst-muted);
    display: flex;
    font-size: 13px;
    gap: 9px;
    padding: 5px 2px;
}

.hhst-wp-job-events li:first-child {
    color: var(--hhst-text);
    font-weight: 650;
}

.hhst-wp-job-events i {
    color: var(--hhst-green);
    margin-top: 3px;
    width: 14px;
}

.hhst-wp-job.is-running .hhst-wp-job-events li:first-child i { color: var(--hhst-blue); }
.hhst-wp-job.is-failed .hhst-wp-job-events li:first-child i { color: #d73749; }

html[data-hh-theme="dark"] .hhst-wp-job-status { background: #173d66; color: #75baff !important; }
html[data-hh-theme="dark"] .hhst-wp-job.is-succeeded .hhst-wp-job-status { background: rgba(11, 158, 105, .17); color: #63ddb0 !important; }
html[data-hh-theme="dark"] .hhst-wp-job.is-failed .hhst-wp-job-status { background: rgba(215, 55, 73, .16); color: #ff9aa5 !important; }
html[data-hh-theme="dark"] .hhst-wp-job-meter { background: #263d57; }

@keyframes hhst-wp-progress {
    to { transform: translateX(100%); }
}

.hhst-tool-button {
    appearance: none;
    background: var(--hhst-card, #fff);
    border: 1px solid var(--hhst-border, #dce6f1);
    color: inherit;
    cursor: pointer;
    font: inherit;
    text-align: left;
}

.hhst-console-shell {
    background: #07111f;
    border: 1px solid #274565;
    border-radius: 16px;
    box-shadow: 0 24px 70px rgba(3, 12, 24, .35);
    margin-top: 22px;
    overflow: hidden;
}

.hhst-console-shell[hidden] { display: none; }

.hhst-console-shell > header {
    align-items: center;
    background: #10243b;
    color: #f3f8ff;
    display: flex;
    justify-content: space-between;
    padding: 13px 16px;
}

.hhst-console-shell > header button {
    background: transparent;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
}

.hhst-console-shell iframe {
    background: #07111f;
    border: 0;
    display: block;
    height: min(720px, 72vh);
    width: 100%;
}

.hhst-resource-list { overflow: visible; }
.hhst-resource-list > header { margin-bottom: 6px; }

.hhst-resource-row {
    align-items: center;
    border-top: 1px solid var(--hhst-border, #e4ebf3);
    display: grid;
    gap: 12px;
    grid-template-columns: 32px minmax(0, 1fr) auto;
    padding: 14px 0;
}

.hhst-resource-row > i {
    color: #1976d2;
    text-align: center;
}

.hhst-resource-row > span {
    color: var(--hhst-muted, #60738b);
    font-size: 13px;
    text-align: right;
}

.hhst-resource-empty {
    color: var(--hhst-muted, #60738b);
    padding: 20px 0 8px;
}

html[data-hh-theme="dark"] .hhst-tool-button {
    background: #14283f;
    border-color: #29425f;
}

html[data-hh-theme="dark"] .hhst-resource-row {
    border-color: #29425f;
}

.hhst-management-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    margin-top: 18px;
}

.hhst-management-card { margin-bottom: 18px; }
.hhst-control-form { display: grid; gap: 14px; margin-top: 16px; }
.hhst-control-form-two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.hhst-control-form-two > .hhst-form-note,
.hhst-control-form-two > .hhst-button { grid-column: 1 / -1; }
.hhst-form-note {
    align-items: flex-start;
    background: var(--hhst-soft, #eef5fd);
    border: 1px solid var(--hhst-border, #dbe6f2);
    border-radius: 12px;
    color: var(--hhst-muted, #60738b);
    display: flex;
    font-size: 12px;
    gap: 10px;
    line-height: 1.55;
    padding: 12px 14px;
}
.hhst-form-note i { color: var(--hhst-primary, #126bd5); margin-top: 3px; }
.hhst-wp-installations { margin-bottom: 20px; }
.hhst-wp-manager-card { overflow: hidden; }
.hhst-wp-manager-card header h3 {
    max-width: 420px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hhst-wp-version {
    align-items: center;
    background: var(--hhst-soft, #eef5fd);
    border-radius: 12px;
    display: flex;
    gap: 10px;
    margin: 15px 0;
    padding: 12px 14px;
}
.hhst-wp-version i { color: #23759b; font-size: 21px; }
.hhst-wp-version span { color: var(--hhst-ink, #102a49); font-weight: 800; }
.hhst-wp-version em { color: var(--hhst-muted, #60738b); font-size: 12px; font-style: normal; margin-left: auto; }
.hhst-wp-toolkit-summary {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 0 15px;
}
.hhst-wp-toolkit-summary > span {
    background: var(--hhst-card, #fff);
    border: 1px solid var(--hhst-border, #dbe6f2);
    border-radius: 11px;
    color: var(--hhst-muted, #60738b);
    display: grid;
    font-size: 11px;
    gap: 2px;
    padding: 10px 12px;
}
.hhst-wp-toolkit-summary strong {
    color: var(--hhst-ink, #102a49);
    font-size: 15px;
}
.hhst-wp-toolkit-summary em {
    color: var(--hhst-primary, #126bd5);
    font-style: normal;
    font-weight: 700;
}
.hhst-wp-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.hhst-wp-actions form { margin: 0; }
.hhst-wp-actions .hhst-button { min-height: 38px; }
.hhst-wp-installer { margin-top: 20px; }
@media (max-width: 620px) {
    .hhst-wp-toolkit-summary { grid-template-columns: 1fr; }
}
.hhst-form-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.hhst-form-grid label:last-child { grid-column: span 2; }
.hhst-control-form label,
.hhst-action-menu label,
.hhst-row-menu label {
    color: var(--hhst-ink, #102a49);
    display: grid;
    font-size: 12px;
    font-weight: 800;
    gap: 6px;
}
.hhst-control-form input,
.hhst-control-form select,
.hhst-action-menu input,
.hhst-row-menu input {
    background: var(--hhst-card, #fff);
    border: 1px solid var(--hhst-border, #dbe6f2);
    border-radius: 10px;
    color: var(--hhst-ink, #102a49);
    min-height: 42px;
    padding: 9px 11px;
    width: 100%;
}
.hhst-inline-action {
    align-items: center;
    background: var(--hhst-card, #fff);
    border: 1px solid var(--hhst-border, #dbe6f2);
    border-radius: 14px;
    display: flex;
    gap: 15px;
    margin-bottom: 18px;
    padding: 16px;
}
.hhst-inline-action > span { color: var(--hhst-muted, #60738b); font-size: 13px; }
.hhst-resource-row-actions {
    grid-template-columns: 32px minmax(160px, 1fr) minmax(120px, auto) 38px;
}
.hhst-resource-row-actions strong small {
    background: var(--hhst-soft, #eef5fd);
    border-radius: 6px;
    font-size: 10px;
    margin-left: 5px;
    padding: 3px 5px;
}
.hhst-icon-button {
    align-items: center;
    background: var(--hhst-soft, #eef5fd);
    border: 0;
    border-radius: 9px;
    color: var(--hhst-primary, #126bd5);
    cursor: pointer;
    display: inline-flex;
    height: 34px;
    justify-content: center;
    width: 34px;
}
.hhst-icon-button.hhst-danger { color: #c9364d; }
.hhst-button-danger { background: #c9364d; border-color: #c9364d; color: #fff; }
.hhst-action-menu { position: relative; }
.hhst-action-menu > summary,
.hhst-row-menu > summary { list-style: none; }
.hhst-action-menu > summary::-webkit-details-marker,
.hhst-row-menu > summary::-webkit-details-marker { display: none; }
.hhst-action-menu > form,
.hhst-row-menu > div {
    background: var(--hhst-card, #fff);
    border: 1px solid var(--hhst-border, #dbe6f2);
    border-radius: 12px;
    box-shadow: 0 14px 35px rgba(15, 42, 72, .18);
    display: grid;
    gap: 10px;
    min-width: 270px;
    padding: 14px;
    position: absolute;
    right: 0;
    top: calc(100% + 7px);
    z-index: 120;
}
.hhst-row-menu { position: relative; }
.hhst-row-menu > div { top: 40px; }
.hhst-row-menu form { display: grid; gap: 9px; }
.hhst-resource-row { position: relative; }
.hhst-resource-row.has-open-menu { z-index: 110; }
.hhst-file-actions { display: flex; align-items: center; justify-content: flex-end; gap: 8px; overflow: visible; }
.hhst-wp-add-another {
    margin: 22px 0;
    border: 1px solid var(--hhst-border);
    border-radius: 16px;
    background: var(--hhst-surface);
}
.hhst-wp-add-another > summary {
    cursor: pointer;
    list-style: none;
    padding: 16px 20px;
    color: var(--hhst-blue);
    font-weight: 800;
}
.hhst-wp-add-another > summary::-webkit-details-marker { display: none; }
.hhst-wp-add-another > .hhst-wp-installer { margin: 0; border: 0; border-top: 1px solid var(--hhst-border); border-radius: 0 0 16px 16px; box-shadow: none; }
.hhst-wp-remove-confirm { min-width: 220px; color: var(--hhst-danger); font-size: 12px; }
.hhst-wp-remove-confirm input { margin-top: 6px; }
.hhst-cron-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}
html[data-hh-theme="dark"] .hhst-control-form input,
html[data-hh-theme="dark"] .hhst-control-form select,
html[data-hh-theme="dark"] .hhst-action-menu input,
html[data-hh-theme="dark"] .hhst-row-menu input {
    background: #0e2035;
    border-color: #29425f;
    color: #eef6ff;
}

@media (max-width: 1180px) {
    .hhst-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .hhst-quick-grid,
    .hhst-tool-grid,
    .hhst-tool-grid-large { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .hhst-management-grid { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
    .hhst-hero { align-items: stretch; flex-direction: column; }
    .hhst-site-switcher { flex-basis: auto; max-width: none; }
    .hhst-layout { grid-template-columns: 1fr; }
    .hhst-nav {
        display: flex;
        overflow-x: auto;
        position: static;
        scrollbar-width: thin;
    }
    .hhst-nav a { flex: 0 0 auto; white-space: nowrap; }
}

@media (max-width: 640px) {
    .hhst { margin-bottom: 30px; }
    .hhst-hero { border-radius: 17px; padding: 25px 20px; }
    .hhst-statusbar { align-items: flex-start; flex-wrap: wrap; }
    .hhst-statusbar-server { margin-left: 0; width: 100%; }
    .hhst-section-head { align-items: flex-start; flex-direction: column; }
    .hhst-head-actions,
    .hhst-head-actions .hhst-button { width: 100%; }
    .hhst-health { align-items: flex-start; flex-direction: column; gap: 12px; }
    .hhst-metrics,
    .hhst-live-vps-metrics,
    .hhst-grid-two,
    .hhst-quick-grid,
    .hhst-tool-grid,
    .hhst-tool-grid-large { grid-template-columns: 1fr; }
    .hhst-wp-site { align-items: flex-start; flex-wrap: wrap; }
    .hhst-wp-copy { min-width: calc(100% - 80px); }
    .hhst-activity-row { grid-template-columns: 12px minmax(0, 1fr); }
    .hhst-activity-row time { grid-column: 2; }
    .hhst-toast { bottom: 15px; right: 15px; }
    .hhst-feature-card { align-items: flex-start; flex-wrap: wrap; }
    .hhst-feature-card > .hhst-button { width: 100%; }
    .hhst-detail-list > div { grid-template-columns: 1fr; gap: 3px; }
    .hhst-detail-list dd { text-align: left; }
    .hhst-file-manager > .hhst-file-toolbar,
    .hhst-file-editor-head { align-items: flex-start; flex-direction: column; }
    .hhst-file-toolbar-actions,
    .hhst-file-editor-head > div:last-child,
    .hhst-file-editor-head .hhst-button { width: 100%; }
    .hhst-form-grid,
    .hhst-control-form-two,
    .hhst-cron-grid { grid-template-columns: 1fr; }
    .hhst-form-grid label:last-child { grid-column: auto; }
    .hhst-resource-row-actions { grid-template-columns: 32px minmax(0, 1fr) 38px; }
    .hhst-resource-row-actions > span { grid-column: 2; text-align: left; }
    .hhst-inline-action { align-items: flex-start; flex-direction: column; }
    .hhst-wp-job-header { grid-template-columns: 40px minmax(0, 1fr); }
    .hhst-wp-job-status { grid-column: 2; justify-self: start; }
    .hhst-wp-job-meta { align-items: flex-start; flex-wrap: wrap; }
    .hhst-wp-job-meta .hhst-button { margin-left: 0; width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
    .hhst *,
    .hhst *::before,
    .hhst *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
    .hhst-wp-job.is-running .hhst-wp-job-meter > span::after { animation: none !important; }
}
.hhst-button[aria-busy="true"],
.hhst-icon-button[aria-busy="true"] {
    cursor: wait;
    opacity: .72;
}

@media (max-width: 720px) {
    .hhst-form-grid,
    .hhst-cron-grid,
    .hhst-grid-two {
        grid-template-columns: 1fr !important;
    }

    .hhst-file-toolbar,
    .hhst-resource-row {
        align-items: flex-start;
    }

    .hhst-file-toolbar-actions {
        width: 100%;
        flex-wrap: wrap;
    }
}
