.hh-build-lab {
    --hh-build-ink: #111722;
    --hh-build-muted: #89919e;
    --hh-build-line: #e3e7ed;
    --hh-build-surface: #ffffff;
    background:
        radial-gradient(circle at 72% 8%, rgba(var(--bs-primary-rgb), .055), transparent 24rem),
        #f4f6f9;
}

.hh-build-section {
    padding-top: 4.5rem;
}

.hh-build-lab #configurator.container {
    max-width: 1320px;
    padding-right: 0;
    padding-left: 0;
}

.hh-build-intro {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 2.5rem;
}

.hh-build-overline {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    margin-bottom: .65rem;
    color: var(--bs-primary);
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: .66rem;
    font-weight: 800;
    letter-spacing: .13em;
}

.hh-build-overline i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #28ce7a;
    box-shadow: 0 0 0 5px rgba(40, 206, 122, .1), 0 0 12px rgba(40, 206, 122, .45);
    animation: hhBuildPulse 2s ease-in-out infinite;
}

.hh-build-intro h2 {
    margin: 0;
    color: var(--hh-build-ink);
    font-size: clamp(2rem, 3.4vw, 3.15rem);
    font-weight: 800;
    letter-spacing: -.045em;
}

.hh-build-intro p {
    margin: .55rem 0 0;
    color: var(--hh-build-muted);
    font-size: .84rem;
}

.hh-build-steps {
    display: flex;
    align-items: center;
    min-width: 430px;
    padding-bottom: .35rem;
}

.hh-build-steps > span {
    display: flex;
    align-items: center;
    gap: .55rem;
    color: #9aa1ac;
    font-size: .67rem;
    font-weight: 750;
    white-space: nowrap;
}

.hh-build-steps > span b {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border: 1px solid #dce1e7;
    border-radius: .4rem;
    background: #fff;
    color: #9aa1ac;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: .55rem;
}

.hh-build-steps > span.active {
    color: var(--hh-build-ink);
}

.hh-build-steps > span.active b {
    border-color: var(--bs-primary);
    background: var(--bs-primary);
    box-shadow: 0 7px 15px rgba(var(--bs-primary-rgb), .2);
    color: #fff;
}

.hh-build-steps > i {
    flex: 1;
    height: 1px;
    margin: 0 .75rem;
    background: #dfe3e9;
}

.hh-build-lab .hh-card {
    border-color: var(--hh-build-line);
    border-radius: .9rem;
    box-shadow: 0 14px 36px rgba(16, 24, 40, .04);
}

.hh-build-specs {
    position: relative;
    overflow: hidden;
}

.hh-build-specs::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 3px;
    background: linear-gradient(180deg, var(--bs-primary), #ff766d);
}

.hh-build-section-label {
    display: flex;
    flex-direction: column;
    gap: .15rem;
    margin-bottom: 1.15rem;
}

.hh-build-section-label > span,
.hh-build-billing > div:first-child > span,
.hh-build-summary-label {
    color: var(--bs-primary);
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: .57rem;
    font-weight: 800;
    letter-spacing: .11em;
}

.hh-build-section-label strong {
    color: #323944;
    font-size: .78rem;
}

.hh-build-spec-chip {
    display: flex;
    align-items: center;
    gap: .7rem;
    min-height: 43px;
    padding: .7rem .8rem;
    border: 1px solid #e8ebef;
    border-radius: .55rem;
    background: #fafbfc;
}

.hh-build-spec-chip > span {
    display: grid;
    place-items: center;
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: rgba(34, 184, 110, .1);
    color: #1baa67;
    font-size: .62rem;
    font-weight: 900;
}

.hh-build-spec-chip strong {
    color: #4b535e;
    font-size: .7rem;
    line-height: 1.4;
}

.hh-build-billing {
    display: grid;
    grid-template-columns: 165px minmax(0, 1fr);
    align-items: center;
    gap: 1.25rem;
    padding: 1.25rem;
}

.hh-build-billing > div:first-child {
    display: flex;
    flex-direction: column;
    gap: .18rem;
}

.hh-build-billing > div:first-child strong {
    color: #303742;
    font-size: .74rem;
}

.hh-build-billing > div:first-child small {
    color: #9aa1ad;
    font-size: .58rem;
    line-height: 1.45;
}

.hh-build-billing-options {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .35rem;
    padding: .3rem;
    border-radius: .58rem;
    background: #f0f2f5;
}

.hh-build-billing-options button {
    min-height: 44px;
    padding: .45rem .25rem;
    border: 0;
    border-radius: .43rem;
    background: transparent;
    color: #7d8591;
    font-size: .64rem;
    font-weight: 750;
    transition: color .18s ease, background .18s ease, box-shadow .18s ease;
}

.hh-build-billing-options button em {
    display: block;
    margin-top: .08rem;
    color: #1ca466;
    font-size: .5rem;
    font-style: normal;
}

.hh-build-billing-options button:hover {
    color: var(--hh-build-ink);
}

.hh-build-billing-options button.active {
    background: #fff;
    box-shadow: 0 4px 12px rgba(16, 24, 40, .09);
    color: var(--hh-build-ink);
}

.hh-build-panel {
    overflow: hidden;
}

.hh-build-panel-head {
    display: flex;
    align-items: center;
    gap: .85rem;
    padding: 1.2rem 1.5rem;
    background: linear-gradient(90deg, rgba(var(--bs-primary-rgb), .025), transparent 55%);
}

.hh-build-panel-number {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    flex: 0 0 auto;
    border: 1px solid rgba(var(--bs-primary-rgb), .16);
    border-radius: .45rem;
    background: rgba(var(--bs-primary-rgb), .055);
    color: var(--bs-primary);
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: .59rem;
    font-weight: 800;
}

.hh-build-panel-head .hh-card-title-sm {
    font-size: .86rem;
}

.hh-build-panel-head p {
    margin: .18rem 0 0;
    color: #9aa1ad;
    font-size: .61rem;
}

.hh-build-panel-body {
    padding: 0 1.5rem;
}

.hh-build-option-group {
    padding: 1.45rem 0;
    border-bottom: 1px solid #eceef2;
}

.hh-build-option-group:last-child {
    border-bottom: 0;
}

.hh-build-group-heading {
    display: flex;
    align-items: center;
    gap: .75rem;
    margin-bottom: .9rem;
}

.hh-build-group-heading > span {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    flex: 0 0 auto;
    border-radius: .45rem;
    background: #151b25;
    box-shadow: 0 7px 16px rgba(21, 27, 37, .14);
    color: #fff;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: .53rem;
    font-weight: 800;
}

.hh-build-group-heading > div {
    display: flex;
    flex-direction: column;
    gap: .12rem;
}

.hh-build-group-heading strong {
    color: #303741;
    font-size: .75rem;
}

.hh-build-group-heading small {
    color: #a0a7b2;
    font-size: .58rem;
}

.hh-build-included-list,
.hh-build-count-list {
    display: flex;
    flex-direction: column;
    gap: .55rem;
}

.hh-build-included,
.hh-build-count-row {
    display: flex;
    align-items: center;
    gap: .75rem;
    min-height: 62px;
    padding: .85rem 1rem;
    border: 1px solid #e5e8ed;
    border-radius: .62rem;
    background: #f9fafb;
}

.hh-build-included-check {
    display: grid;
    place-items: center;
    width: 23px;
    height: 23px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: rgba(29, 174, 102, .11);
    color: #1aa362;
    font-size: .68rem;
    font-weight: 900;
}

.hh-build-included > div,
.hh-build-count-row > div:first-child {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: .18rem;
    min-width: 0;
}

.hh-build-included strong,
.hh-build-count-row strong {
    overflow: hidden;
    color: #343b46;
    font-size: .71rem;
    text-overflow: ellipsis;
}

.hh-build-included > div > span,
.hh-build-count-row small {
    color: #969da8;
    font-size: .59rem;
}

.hh-build-included em {
    padding: .3rem .45rem;
    border-radius: .32rem;
    background: #edf0f3;
    color: #9097a2;
    font-size: .51rem;
    font-style: normal;
    font-weight: 800;
    letter-spacing: .07em;
}

.hh-build-choice-grid,
.hh-build-checkbox-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .55rem;
}

.hh-build-choice {
    position: relative;
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    column-gap: .65rem;
    min-height: 68px;
    padding: .85rem;
    border: 1px solid #e0e4e9;
    border-radius: .62rem;
    background: #fff;
    cursor: pointer;
    transition: border-color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease;
}

.hh-build-choice:hover {
    border-color: rgba(var(--bs-primary-rgb), .35);
    background: rgba(var(--bs-primary-rgb), .012);
    transform: translateY(-1px);
}

.hh-build-radio {
    position: relative;
    width: 16px;
    height: 16px;
    margin-top: .05rem;
    border: 1px solid #cfd4db;
    border-radius: 50%;
    background: #fff;
}

.hh-build-choice strong {
    overflow: hidden;
    color: #3a414c;
    font-size: .69rem;
    line-height: 1.35;
    text-overflow: ellipsis;
}

.hh-build-choice small {
    grid-column: 2;
    margin-top: .18rem;
    color: #959ca7;
    font-size: .56rem;
}

.btn-check:checked + .hh-build-choice {
    border-color: var(--bs-primary);
    background: rgba(var(--bs-primary-rgb), .035);
    box-shadow: 0 0 0 2px rgba(var(--bs-primary-rgb), .055);
}

.btn-check:checked + .hh-build-choice .hh-build-radio,
.hh-build-bandwidth-card.active .hh-build-radio {
    border: 5px solid var(--bs-primary);
}

.hh-build-count-row {
    justify-content: space-between;
}

.hh-build-count-control {
    display: grid;
    grid-template-columns: 34px 50px 34px;
    overflow: hidden;
    flex: 0 0 auto;
    border: 1px solid #dfe3e8;
    border-radius: .48rem;
    background: #fff;
}

.hh-build-count-control button,
.hh-build-count-control input {
    height: 35px;
    border: 0;
    background: transparent;
    color: #424a55;
    font-size: .76rem;
    font-weight: 800;
    text-align: center;
}

.hh-build-count-control button {
    color: #747c88;
    font-size: 1rem;
    transition: color .15s ease, background .15s ease;
}

.hh-build-count-control button:hover {
    background: #171d26;
    color: #fff;
}

.hh-build-count-control input {
    border-right: 1px solid #e7e9ed;
    border-left: 1px solid #e7e9ed;
}

.hh-build-checkbox {
    position: relative;
    display: flex;
    gap: .65rem;
    min-height: 65px;
    padding: .85rem;
    border: 1px solid #e1e5ea;
    border-radius: .62rem;
    cursor: pointer;
    transition: border-color .18s ease, background .18s ease;
}

.hh-build-checkbox input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.hh-build-checkbox-mark {
    display: grid;
    place-items: center;
    width: 17px;
    height: 17px;
    flex: 0 0 auto;
    border: 1px solid #cfd4db;
    border-radius: .28rem;
    color: transparent;
    font-size: .58rem;
    font-weight: 900;
}

.hh-build-checkbox > span:last-child {
    display: flex;
    flex-direction: column;
    gap: .2rem;
}

.hh-build-checkbox strong {
    color: #3a414c;
    font-size: .69rem;
}

.hh-build-checkbox small {
    color: #969da8;
    font-size: .56rem;
}

.hh-build-checkbox:has(input:checked) {
    border-color: var(--bs-primary);
    background: rgba(var(--bs-primary-rgb), .035);
}

.hh-build-checkbox:has(input:checked) .hh-build-checkbox-mark {
    border-color: var(--bs-primary);
    background: var(--bs-primary);
    color: #fff;
}

.hh-build-bandwidth-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .65rem;
}

.hh-build-bandwidth-card {
    position: relative;
    display: grid;
    grid-template-columns: 18px 38px minmax(0, 1fr);
    align-items: center;
    gap: .65rem;
    min-height: 106px;
    padding: .9rem;
    border: 1px solid #e0e4e9;
    border-radius: .65rem;
    cursor: pointer;
    transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.hh-build-bandwidth-card:hover,
.hh-build-bandwidth-card.active {
    border-color: var(--bs-primary);
    background: rgba(var(--bs-primary-rgb), .035);
    box-shadow: 0 0 0 2px rgba(var(--bs-primary-rgb), .05);
}

.hh-build-bandwidth-card > b {
    display: grid;
    place-items: center;
    width: 37px;
    height: 37px;
    border-radius: .5rem;
    background: #161c26;
    color: #fff;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: .72rem;
}

.hh-build-bandwidth-card > strong {
    color: #353c47;
    font-size: .69rem;
}

.hh-build-bandwidth-card > small {
    grid-column: 2 / -1;
    color: #9299a4;
    font-size: .56rem;
    line-height: 1.45;
}

.hh-build-bandwidth-card > em {
    position: absolute;
    right: .7rem;
    bottom: .58rem;
    color: #1b9f61;
    font-size: .48rem;
    font-style: normal;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.hh-build-access-panel {
    margin-bottom: 0;
}

.hh-build-field-label {
    display: block;
    margin-bottom: .45rem;
    color: #69717d;
    font-size: .61rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.hh-build-field {
    display: flex;
    align-items: center;
    gap: .6rem;
    height: 47px;
    padding: 0 .85rem;
    border: 1px solid #dfe3e8;
    border-radius: .58rem;
    background: #f9fafb;
    color: #8d949f;
    transition: border-color .18s ease, background .18s ease, box-shadow .18s ease, color .18s ease;
}

.hh-build-field:focus-within {
    border-color: var(--bs-primary);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(var(--bs-primary-rgb), .07);
    color: var(--bs-primary);
}

.hh-build-field input {
    width: 100%;
    min-width: 0;
    height: 100%;
    border: 0;
    background: transparent;
    color: #29303a;
    font-size: .72rem;
    outline: 0;
}

.hh-build-field input::placeholder {
    color: #a7adb6;
}

.hh-build-access-panel .hh-text-note {
    margin-top: .4rem;
    color: #9aa1ac;
    font-size: .56rem;
}

.hh-build-security-note {
    display: flex;
    align-items: center;
    gap: .7rem;
    margin-top: 1.35rem;
    padding: .85rem;
    border: 1px solid rgba(27, 166, 98, .16);
    border-radius: .6rem;
    background: rgba(27, 166, 98, .04);
}

.hh-build-security-note > span {
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: rgba(27, 166, 98, .11);
    color: #19985b;
    font-size: .65rem;
    font-weight: 900;
}

.hh-build-security-note > div {
    display: flex;
    flex-direction: column;
    gap: .1rem;
}

.hh-build-security-note strong {
    color: #345e49;
    font-size: .65rem;
}

.hh-build-security-note small {
    color: #78a08b;
    font-size: .55rem;
}

.hh-build-aside-column {
    align-self: stretch;
}

.hh-build-aside {
    height: 100%;
    padding: 0;
    background: transparent;
}

.hh-server-workbench {
    position: relative;
    overflow: hidden;
    margin-bottom: 1rem;
    border: 1px solid #202733;
    border-radius: .9rem;
    background:
        radial-gradient(circle at 78% 35%, rgba(var(--bs-primary-rgb), .15), transparent 12rem),
        linear-gradient(145deg, #10151e, #080b10 72%);
    box-shadow: 0 24px 52px rgba(10, 14, 20, .2);
    color: #fff;
}

.hh-build-summary + .hh-server-workbench {
    margin-top: 1rem;
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .hh-server-workbench {
        position: sticky;
        z-index: 8;
        top: 6.5rem;
    }
}

.hh-server-workbench::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .25;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
    background-size: 34px 34px;
    mask-image: linear-gradient(to bottom, #000, transparent 75%);
}

.hh-server-workbench-head {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.1rem .2rem;
}

.hh-server-workbench-head > div {
    display: flex;
    flex-direction: column;
    gap: .16rem;
}

.hh-server-workbench-head span {
    display: flex;
    align-items: center;
    gap: .5rem;
    color: rgba(255, 255, 255, .35);
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: .51rem;
    font-weight: 800;
    letter-spacing: .1em;
}

.hh-server-workbench-head span i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #32de86;
    box-shadow: 0 0 0 4px rgba(50, 222, 134, .09), 0 0 10px rgba(50, 222, 134, .5);
    animation: hhBuildPulse 1.8s ease-in-out infinite;
}

.hh-server-workbench-head strong {
    color: #66dda1;
    font-size: .58rem;
    font-weight: 700;
}

.hh-server-workbench-head button {
    display: grid;
    place-items: center;
    width: 31px;
    height: 31px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: .45rem;
    background: rgba(255, 255, 255, .04);
    color: rgba(255, 255, 255, .5);
    transition: border-color .18s ease, background .18s ease, color .18s ease;
}

.hh-server-workbench-head button:hover {
    border-color: rgba(255, 255, 255, .18);
    background: rgba(255, 255, 255, .08);
    color: #fff;
}

.hh-server-viewport {
    position: relative;
    height: 255px;
    overflow: hidden;
    perspective: 950px;
    cursor: grab;
    outline: none;
    touch-action: none;
    user-select: none;
}

.hh-server-viewport.is-dragging {
    cursor: grabbing;
}

.hh-server-viewport:focus-visible {
    box-shadow: inset 0 0 0 2px rgba(var(--bs-primary-rgb), .65);
}

.hh-server-ambient {
    position: absolute;
    inset: 16% 6% 5%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(var(--bs-primary-rgb), .17), rgba(var(--bs-primary-rgb), .025) 48%, transparent 72%);
    filter: blur(12px);
    animation: hhServerAmbient 4s ease-in-out infinite;
}

.hh-server-shadow {
    position: absolute;
    left: 50%;
    bottom: 26px;
    width: 275px;
    height: 31px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .72);
    filter: blur(13px);
    transform: translateX(-50%);
}

.hh-server-cube {
    --server-rotate-x: -8deg;
    --server-rotate-y: -18deg;
    position: absolute;
    z-index: 2;
    top: 49%;
    left: 50%;
    width: 286px;
    height: 64px;
    transform: translate3d(-50%, -50%, 0) rotateX(var(--server-rotate-x)) rotateY(var(--server-rotate-y));
    transform-style: preserve-3d;
    transition: transform .15s ease-out;
    will-change: transform;
}

.hh-server-viewport.is-dragging .hh-server-cube {
    transition: none;
}

.hh-server-face {
    position: absolute;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, .14);
    background: linear-gradient(180deg, #343b44 0%, #1a2028 48%, #10151c 100%);
    box-shadow: inset 0 1px rgba(255, 255, 255, .12);
    backface-visibility: hidden;
}

.hh-server-front {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr) 21px;
    gap: 3px;
    width: 286px;
    height: 64px;
    padding: 3px;
    border-color: rgba(255, 255, 255, .22);
    border-radius: .32rem;
    background: linear-gradient(180deg, #4c535b 0%, #272d35 18%, #131820 82%, #080b10 100%);
    transform: translateZ(54px);
    box-shadow:
        inset 0 1px rgba(255, 255, 255, .2),
        inset 0 -2px rgba(0, 0, 0, .65),
        0 17px 28px rgba(0, 0, 0, .32);
}

.hh-dell-rack-ear {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 2px;
    background:
        linear-gradient(90deg, transparent 45%, rgba(255, 255, 255, .05) 46% 52%, transparent 53%),
        linear-gradient(180deg, #242b33, #0b0f14);
    box-shadow: inset 0 1px rgba(255, 255, 255, .12);
}

.hh-dell-rack-ear::before,
.hh-dell-rack-ear::after {
    position: absolute;
    left: 50%;
    width: 5px;
    height: 5px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 50%;
    background: #05070a;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .7);
    content: "";
    transform: translateX(-50%);
}

.hh-dell-rack-ear::before {
    top: 4px;
}

.hh-dell-rack-ear::after {
    bottom: 4px;
}

.hh-dell-rack-latch {
    position: absolute;
    top: 50%;
    left: 4px;
    width: 10px;
    height: 18px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 5px;
    background: linear-gradient(90deg, #070a0e, #242b32, #080b10);
    transform: translateY(-50%);
}

.hh-dell-rack-latch::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px;
    height: 7px;
    border-radius: 2px;
    background: #030406;
    content: "";
    transform: translate(-50%, -50%);
}

.hh-dell-health-stack {
    position: absolute;
    top: 50%;
    right: 2px;
    display: grid;
    gap: 3px;
    transform: translateY(-50%);
}

.hh-dell-health-stack i {
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: #35de88;
    box-shadow: 0 0 5px rgba(53, 222, 136, .8);
    animation: hhServerLed 1.8s steps(2) infinite;
}

.hh-dell-health-stack i:nth-child(2) {
    background: #5daeea;
    box-shadow: 0 0 5px rgba(93, 174, 234, .75);
    animation-delay: -.6s;
}

.hh-dell-health-stack i:nth-child(3) {
    animation-delay: -1.15s;
}

.hh-dell-front-panel {
    display: grid;
    grid-template-columns: 30px 112px minmax(28px, 1fr) 35px;
    align-items: center;
    gap: 5px;
    min-width: 0;
    padding: 5px 6px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 2px;
    background:
        linear-gradient(rgba(255, 255, 255, .018), rgba(255, 255, 255, 0)),
        #06090d;
    box-shadow:
        inset 0 0 18px rgba(0, 0, 0, .88),
        inset 0 1px rgba(255, 255, 255, .05);
}

.hh-dell-logo {
    position: relative;
    display: grid;
    place-items: center;
    width: 27px;
    height: 27px;
    border: 1.5px solid #69b4ed;
    border-radius: 50%;
    color: #7ac2f6;
    filter: drop-shadow(0 0 5px rgba(86, 169, 232, .16));
    transform: rotate(-3deg);
}

.hh-dell-logo span {
    font-size: .36rem;
    font-weight: 900;
    letter-spacing: -.03em;
}

.hh-dell-drive-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 3px;
}

.hh-dell-drive-grid > span {
    position: relative;
    height: 21px;
    overflow: hidden;
    border: 1px solid #363e48;
    border-radius: 1px;
    background:
        linear-gradient(135deg, transparent 47%, rgba(255, 255, 255, .055) 48% 51%, transparent 52%),
        linear-gradient(45deg, transparent 47%, rgba(255, 255, 255, .04) 48% 51%, transparent 52%),
        #0d1218;
    box-shadow: inset 0 0 0 1px #05070a, inset 0 1px rgba(255, 255, 255, .06);
}

.hh-dell-drive-grid > span b {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 4px;
    height: 12px;
    border-left: 1px solid rgba(255, 255, 255, .1);
    background: #05070a;
}

.hh-dell-drive-grid > span i {
    position: absolute;
    top: 3px;
    left: 2px;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: #41e596;
    box-shadow: 0 0 5px rgba(65, 229, 150, .72);
    animation: hhServerLed 2.1s steps(2) infinite;
}

.hh-dell-drive-grid > span:nth-child(2n) i {
    animation-delay: -.75s;
}

.hh-dell-drive-grid > span:nth-child(3n) i {
    animation-delay: -1.25s;
}

.hh-dell-drive-grid > span em {
    position: absolute;
    right: 7px;
    bottom: 3px;
    left: 3px;
    height: 2px;
    border-radius: 1px;
    background: rgba(255, 255, 255, .08);
}

.hh-dell-airflow {
    display: grid;
    grid-template-columns: repeat(7, 3px);
    justify-content: center;
    gap: 2px;
}

.hh-dell-airflow i {
    width: 3px;
    height: 3px;
    background: #1e2730;
    clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04);
}

.hh-dell-model-mark {
    display: flex;
    align-items: center;
    flex-direction: column;
    line-height: 1;
}

.hh-dell-model-mark span {
    color: rgba(255, 255, 255, .36);
    font-size: .25rem;
    font-weight: 800;
    letter-spacing: .08em;
}

.hh-dell-model-mark strong {
    margin-top: 3px;
    color: #d8e0e7;
    font-size: .48rem;
    font-weight: 800;
    letter-spacing: .05em;
}

.hh-dell-rack-ear-right {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 3px;
}

.hh-dell-power {
    display: grid;
    place-items: center;
    width: 8px;
    height: 8px;
    border: 1px solid rgba(255, 255, 255, .23);
    border-radius: 50%;
    background: #05080b;
}

.hh-dell-power i {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #4ce39b;
    box-shadow: 0 0 6px rgba(76, 227, 155, .65);
    animation: hhServerLed 2.2s steps(2) infinite;
}

.hh-dell-usb {
    width: 7px;
    height: 3px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 1px;
    background: #020305;
}

.hh-dell-rack-ear-right small {
    color: rgba(255, 255, 255, .32);
    font-size: .2rem;
    letter-spacing: .04em;
}

.hh-dell-info-tag {
    position: absolute;
    right: -1px;
    bottom: 14px;
    width: 8px;
    height: 3px;
    border-radius: 1px 0 0 1px;
    background: #78bdec;
}

.hh-server-top {
    top: -54px;
    left: 0;
    width: 286px;
    height: 108px;
    overflow: hidden;
    border-radius: .3rem .3rem 0 0;
    background:
        linear-gradient(90deg, transparent 0 13%, rgba(255, 255, 255, .08) 13.2%, transparent 13.5% 86%, rgba(0, 0, 0, .35) 86.3%, transparent 86.7%),
        linear-gradient(180deg, #4a525b, #252c34 56%, #161c23);
    transform: rotateX(90deg);
}

.hh-server-cover-ridge {
    position: absolute;
    inset: 8px 11px auto;
    height: 7px;
    border-top: 1px solid rgba(255, 255, 255, .14);
    border-right: 1px solid rgba(0, 0, 0, .35);
    border-left: 1px solid rgba(255, 255, 255, .07);
    box-shadow: 0 3px 8px rgba(0, 0, 0, .18);
}

.hh-server-top-vents {
    position: absolute;
    top: 29px;
    right: 21px;
    left: 21px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.hh-server-top-vents i {
    height: 42px;
    opacity: .7;
    background: repeating-linear-gradient(90deg, #090d12 0 3px, transparent 3px 6px);
    box-shadow: inset 0 1px rgba(255, 255, 255, .06);
}

.hh-server-side {
    top: 0;
    right: -54px;
    width: 108px;
    height: 64px;
    overflow: hidden;
    border-radius: 0 .28rem .28rem 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .1), transparent 11%, transparent 88%, rgba(0, 0, 0, .55)),
        linear-gradient(90deg, #242c34, #0a0e14);
    transform: rotateY(90deg);
}

.hh-server-rail {
    position: absolute;
    top: 7px;
    right: 6px;
    bottom: 7px;
    width: 9px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 2px;
    background: linear-gradient(90deg, #070a0e, #252d35, #07090c);
    box-shadow: -3px 0 7px rgba(0, 0, 0, .25);
}

.hh-server-side-vents {
    position: absolute;
    top: 12px;
    left: 12px;
    display: grid;
    grid-template-columns: repeat(7, 4px);
    gap: 3px;
}

.hh-server-side-vents i {
    width: 4px;
    height: 4px;
    border-radius: 1px;
    background: #06090d;
    box-shadow: inset 0 1px rgba(255, 255, 255, .05);
}

.hh-server-side-mark {
    position: absolute;
    bottom: 8px;
    left: 12px;
    color: rgba(255, 255, 255, .25);
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: .28rem;
    letter-spacing: .06em;
    white-space: nowrap;
}

.hh-server-scan {
    position: absolute;
    z-index: 5;
    top: 3px;
    bottom: 3px;
    left: 0;
    width: 28%;
    opacity: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 90, 92, .18), transparent);
    transform: translateZ(56px);
    pointer-events: none;
}

.hh-server-cube.is-updating .hh-server-scan {
    animation: hhServerScan .78s ease both;
}

.hh-server-cube.is-updating .hh-server-front {
    animation: hhServerSync .78s ease;
}

.hh-server-cube.is-updating .hh-dell-health-stack i,
.hh-server-cube.is-updating .hh-dell-drive-grid > span i,
.hh-server-cube.is-updating .hh-dell-power i {
    animation: hhServerUpdateLed .18s steps(2) infinite;
}

.hh-server-orbit {
    position: absolute;
    z-index: 1;
    border: 1px solid rgba(var(--bs-primary-rgb), .13);
    border-radius: 50%;
    pointer-events: none;
}

.hh-server-orbit-one {
    top: 40px;
    left: 50%;
    width: 280px;
    height: 150px;
    transform: translateX(-50%) rotate(-8deg);
    animation: hhServerOrbit 8s linear infinite;
}

.hh-server-orbit-two {
    top: 65px;
    left: 50%;
    width: 225px;
    height: 105px;
    border-color: rgba(255, 255, 255, .06);
    transform: translateX(-50%) rotate(13deg);
    animation: hhServerOrbit 6s reverse linear infinite;
}

.hh-open-server-badge {
    padding: .35rem .5rem;
    border: 1px solid rgba(105, 180, 237, .16);
    border-radius: .3rem;
    background: rgba(105, 180, 237, .06);
    color: rgba(146, 207, 251, .68);
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: .43rem;
    font-weight: 800;
    letter-spacing: .06em;
}

.hh-open-server-viewport {
    height: 278px;
    perspective: 1000px;
    cursor: default;
}

.hh-open-server-viewport .hh-server-ambient {
    inset: 7% 0 1%;
    background: radial-gradient(ellipse, rgba(48, 159, 111, .18), rgba(var(--bs-primary-rgb), .04) 47%, transparent 72%);
}

.hh-open-server-viewport .hh-server-shadow {
    bottom: 24px;
    width: 292px;
    height: 30px;
    opacity: .85;
}

.hh-open-server {
    position: absolute;
    z-index: 2;
    top: 48%;
    left: 50%;
    width: 318px;
    height: 194px;
    transform: translate3d(-50%, -50%, 0) rotateX(27deg) rotateZ(-1.5deg);
    transform-style: preserve-3d;
}

.hh-open-chassis {
    position: absolute;
    inset: 0;
    overflow: hidden;
    border: 2px solid #59616a;
    border-radius: .32rem;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .06), transparent 3% 97%, rgba(0, 0, 0, .3)),
        linear-gradient(180deg, #252d33, #151c21);
    box-shadow:
        inset 0 0 0 4px #0d1217,
        inset 0 1px rgba(255, 255, 255, .2),
        0 19px 30px rgba(0, 0, 0, .42);
    transform: translateZ(9px);
    transform-style: preserve-3d;
}

.hh-open-chassis::before {
    position: absolute;
    z-index: 8;
    right: 3px;
    bottom: 2px;
    left: 3px;
    height: 3px;
    border-radius: 0 0 2px 2px;
    background: linear-gradient(90deg, #252d34, #737b82 52%, #1b2229);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .6);
    content: "";
}

.hh-open-chassis::after {
    position: absolute;
    z-index: 7;
    top: 4px;
    right: 3px;
    bottom: 4px;
    width: 3px;
    border-radius: 0 2px 2px 0;
    background: linear-gradient(#667079, #20272e);
    box-shadow: 2px 0 4px rgba(0, 0, 0, .5);
    content: "";
}

.hh-open-rear-zone {
    position: absolute;
    top: 7px;
    right: 8px;
    left: 8px;
    display: grid;
    grid-template-columns: minmax(58px, 1fr) 48px 54px 54px;
    gap: 4px;
    height: 35px;
}

.hh-open-io-board,
.hh-open-pcie-riser,
.hh-open-psu {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 2px;
    box-shadow: inset 0 1px rgba(255, 255, 255, .06);
}

.hh-open-io-board {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 6px;
    background:
        radial-gradient(circle at 22% 32%, #a5b9a5 0 1px, transparent 1.5px),
        radial-gradient(circle at 69% 67%, #a5b9a5 0 1px, transparent 1.5px),
        #183c31;
    background-size: 12px 11px;
}

.hh-open-io-board > span {
    color: rgba(255, 255, 255, .48);
    font-size: .3rem;
    font-weight: 800;
    letter-spacing: .05em;
}

.hh-open-io-board > div {
    display: flex;
    gap: 3px;
}

.hh-open-io-board i {
    width: 8px;
    height: 8px;
    border: 1px solid #111820;
    background: #06090d;
    box-shadow: inset 0 -2px #202a32;
}

.hh-open-pcie-riser {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    flex-direction: column;
    background: linear-gradient(145deg, #283139, #10151a);
}

.hh-open-pcie-riser span {
    color: rgba(255, 255, 255, .35);
    font-size: .25rem;
    font-weight: 900;
    letter-spacing: .06em;
}

.hh-open-pcie-riser i {
    width: 31px;
    height: 3px;
    border-radius: 1px;
    background: #c99b3b;
    box-shadow: 0 0 0 1px #07090c;
}

.hh-open-psu {
    display: grid;
    place-items: center;
    background:
        repeating-radial-gradient(circle at 50% 50%, #080b0e 0 2px, transparent 2.5px 4px),
        linear-gradient(135deg, #313840, #10151b);
}

.hh-open-psu span {
    position: relative;
    z-index: 2;
    padding: 2px 3px;
    border-radius: 1px;
    background: rgba(0, 0, 0, .58);
    color: rgba(255, 255, 255, .5);
    font-size: .24rem;
    font-weight: 800;
}

.hh-open-psu i {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #49df95;
    box-shadow: 0 0 4px rgba(73, 223, 149, .75);
    animation: hhServerLed 2.2s steps(2) infinite;
}

.hh-open-psu b {
    position: absolute;
    right: 5px;
    bottom: 4px;
    left: 5px;
    height: 2px;
    background: rgba(255, 255, 255, .1);
}

.hh-open-compute-zone {
    position: absolute;
    top: 46px;
    right: 10px;
    left: 10px;
    display: grid;
    grid-template-columns: 30px minmax(55px, 1fr) 30px 30px minmax(55px, 1fr) 30px;
    gap: 4px;
    height: 74px;
    padding: 3px;
    border: 1px solid rgba(126, 177, 145, .16);
    border-radius: 2px;
    background:
        radial-gradient(circle, rgba(230, 223, 169, .25) 0 1px, transparent 1.5px),
        linear-gradient(160deg, #174235, #102d27);
    background-size: 13px 12px, auto;
    box-shadow: inset 0 0 15px rgba(0, 0, 0, .38);
}

.hh-open-ram-bank {
    position: relative;
    display: grid;
    grid-template-rows: repeat(6, minmax(0, 1fr));
    gap: 2px;
    padding: 8px 2px 2px;
    border: 1px solid rgba(255, 255, 255, .05);
    border-radius: 1px;
    background: rgba(3, 12, 10, .38);
}

.hh-open-ram-bank > span {
    position: absolute;
    top: 2px;
    left: 3px;
    color: rgba(255, 255, 255, .34);
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: .22rem;
    font-weight: 800;
}

.hh-open-ram-bank > i {
    position: relative;
    display: block;
    min-height: 5px;
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: 1px;
    background: #070b0d;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .55);
    transition: background .25s ease, box-shadow .25s ease, transform .25s ease;
}

.hh-open-ram-bank > i::before {
    position: absolute;
    top: 1px;
    right: 3px;
    bottom: 1px;
    left: 3px;
    opacity: .1;
    background: repeating-linear-gradient(90deg, #aab3b7 0 2px, transparent 2px 4px);
    content: "";
}

.hh-open-ram-bank > i.is-populated {
    border-color: rgba(83, 216, 151, .42);
    background: linear-gradient(90deg, #193d30, #2d7659 50%, #17392d);
    box-shadow: 0 0 5px rgba(62, 211, 140, .12), inset 0 1px rgba(255, 255, 255, .08);
}

.hh-open-ram-bank > i.is-populated::before {
    opacity: .42;
    background: repeating-linear-gradient(90deg, #d2b14b 0 2px, transparent 2px 4px);
}

.hh-open-cpu {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 2px;
    background: linear-gradient(145deg, #273138, #0d1216);
    box-shadow: 0 5px 8px rgba(0, 0, 0, .24);
}

.hh-open-cpu > span {
    position: absolute;
    z-index: 3;
    top: 3px;
    left: 4px;
    color: rgba(255, 255, 255, .42);
    font-size: .24rem;
    font-weight: 900;
    letter-spacing: .05em;
}

.hh-open-cpu > b,
.hh-open-cpu > em {
    position: absolute;
    top: 5px;
    width: 4px;
    height: 8px;
    border-radius: 1px;
    background: #4da8e8;
    box-shadow: 0 0 4px rgba(77, 168, 232, .28);
}

.hh-open-cpu > b {
    right: 4px;
}

.hh-open-cpu > em {
    right: 10px;
    background: #ef9a4d;
}

.hh-open-heatsink {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    gap: 2px;
    width: 72%;
    height: 47px;
    padding: 4px;
    border: 1px solid #717b83;
    border-radius: 2px;
    background: linear-gradient(135deg, #9aa2a8, #4d565d 48%, #bbc1c5);
    box-shadow: inset 0 1px rgba(255, 255, 255, .42), 0 3px 7px rgba(0, 0, 0, .35);
}

.hh-open-heatsink i {
    border-radius: 1px;
    background: linear-gradient(90deg, #343b40, #b8bec2 42%, #50585d);
    box-shadow: inset 1px 0 rgba(255, 255, 255, .22);
}

.hh-open-fan-wall {
    position: absolute;
    top: 124px;
    right: 9px;
    left: 9px;
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 3px;
    height: 27px;
    padding: 2px 3px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 2px;
    background: #0b1014;
}

.hh-open-fan-wall > div {
    position: relative;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 2px;
    background: linear-gradient(145deg, #313b43, #11171c);
}

.hh-open-fan-wall span {
    position: absolute;
    z-index: 3;
    top: 2px;
    left: 2px;
    color: rgba(255, 255, 255, .32);
    font-size: .18rem;
    font-weight: 800;
}

.hh-open-fan-wall i {
    width: 18px;
    height: 18px;
    border: 2px solid #05080a;
    border-radius: 50%;
    background: conic-gradient(from 25deg, #11181d 0 12%, #5d6870 13% 20%, #10161b 21% 37%, #657079 38% 45%, #11171c 46% 62%, #5c6870 63% 70%, #11171c 71% 87%, #647078 88% 95%, #11171c 96%);
    box-shadow: inset 0 0 0 2px #202830;
    animation: hhOpenFanSpin 3.5s linear infinite;
}

.hh-open-fan-wall b {
    position: absolute;
    right: 2px;
    bottom: 2px;
    width: 4px;
    height: 2px;
    border-radius: 1px;
    background: #4caae8;
}

.hh-open-drive-zone {
    position: absolute;
    right: 8px;
    bottom: 7px;
    left: 8px;
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 3px;
    height: 31px;
    padding: 2px 3px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 2px;
    background: linear-gradient(180deg, #141a20, #05080b);
    box-shadow: inset 0 3px 7px rgba(0, 0, 0, .55);
}

.hh-open-drive-bay {
    position: relative;
    overflow: visible;
    border: 1px solid #313941;
    border-radius: 1px;
    background:
        linear-gradient(135deg, transparent 46%, rgba(255, 255, 255, .035) 47% 51%, transparent 52%),
        #070a0e;
    box-shadow: inset 0 0 0 1px #020304;
}

.hh-open-drive-slot {
    position: absolute;
    top: 50%;
    left: 50%;
    color: rgba(255, 255, 255, .14);
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: .3rem;
    transform: translate(-50%, -50%);
}

.hh-open-drive-caddy {
    position: absolute;
    z-index: 3;
    inset: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    border: 1px solid #505a63;
    border-radius: 1px;
    background:
        linear-gradient(135deg, transparent 47%, rgba(255, 255, 255, .08) 48% 51%, transparent 52%),
        linear-gradient(180deg, #242c33, #0b0f14);
    box-shadow: inset 0 1px rgba(255, 255, 255, .11), 0 2px 5px rgba(0, 0, 0, .48);
    transform: translateY(38px) translateZ(8px);
    transform-origin: bottom center;
}

.hh-open-drive-bay.is-populated .hh-open-drive-caddy {
    opacity: 1;
    transform: translateY(0) translateZ(8px);
}

.hh-open-drive-caddy > span {
    position: absolute;
    right: 3px;
    bottom: 3px;
    left: 3px;
    height: 3px;
    border-radius: 1px;
    background: #06090c;
}

.hh-open-drive-caddy > span i {
    position: absolute;
    top: 0;
    right: 1px;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: #48e49a;
    box-shadow: 0 0 5px rgba(72, 228, 154, .76);
}

.hh-open-drive-caddy > b {
    color: rgba(255, 255, 255, .34);
    font-size: .22rem;
    font-weight: 800;
}

.hh-open-drive-caddy > em {
    position: absolute;
    top: 3px;
    right: 4px;
    width: 4px;
    height: 10px;
    border-left: 1px solid rgba(255, 255, 255, .12);
    background: #05070a;
}

.hh-open-drive-bay.is-installing .hh-open-drive-caddy {
    animation: hhOpenDriveInstall .72s cubic-bezier(.19, .9, .27, 1.08) both;
    animation-delay: calc(var(--drive-index) * 30ms);
}

.hh-open-drive-bay.is-removing .hh-open-drive-caddy {
    animation: hhOpenDriveRemove .62s cubic-bezier(.68, -.12, .32, 1) both;
}

.hh-open-chassis-label {
    position: absolute;
    z-index: 5;
    right: 13px;
    bottom: 42px;
    padding: 2px 4px;
    border-radius: 1px;
    background: rgba(0, 0, 0, .46);
    color: rgba(255, 255, 255, .33);
    font-size: .24rem;
    font-weight: 800;
    letter-spacing: .07em;
}

.hh-open-chassis-label b {
    color: #74bbed;
}

.hh-open-diagnostic-scan {
    position: absolute;
    z-index: 9;
    top: -25%;
    right: 4px;
    left: 4px;
    height: 30%;
    opacity: 0;
    background: linear-gradient(180deg, transparent, rgba(79, 213, 150, .16), rgba(255, 255, 255, .09), transparent);
    filter: blur(.2px);
    pointer-events: none;
}

.hh-open-server.is-updating .hh-open-diagnostic-scan {
    animation: hhOpenDiagnosticScan .82s ease both;
}

.hh-open-server.is-memory-updating .hh-open-ram-bank > i.is-populated {
    animation: hhOpenRamPulse .82s ease both;
}

.hh-server-component-map {
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: center;
    gap: 1.2rem;
    margin-top: -.2rem;
    color: rgba(255, 255, 255, .38);
    font-size: .47rem;
}

.hh-server-component-map > span {
    display: flex;
    align-items: center;
    gap: .35rem;
}

.hh-server-component-map i {
    width: 5px;
    height: 5px;
    border-radius: 1px;
    background: #47d994;
    box-shadow: 0 0 5px rgba(71, 217, 148, .45);
}

.hh-server-component-map i.drive {
    background: #69b4ed;
    box-shadow: 0 0 5px rgba(105, 180, 237, .48);
}

.hh-server-component-map b {
    font-weight: 700;
}

.hh-server-drag-hint {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .45rem;
    margin-top: -.25rem;
    color: rgba(255, 255, 255, .3);
    font-size: .52rem;
}

.hh-server-telemetry {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    margin-top: .85rem;
    border-top: 1px solid rgba(255, 255, 255, .07);
    background: rgba(255, 255, 255, .07);
}

.hh-server-telemetry > div {
    display: flex;
    flex-direction: column;
    gap: .15rem;
    min-width: 0;
    padding: .8rem 1rem;
    background: rgba(8, 11, 16, .9);
}

.hh-server-telemetry span {
    color: rgba(255, 255, 255, .27);
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: .45rem;
    font-weight: 800;
    letter-spacing: .08em;
}

.hh-server-telemetry strong {
    overflow: hidden;
    color: rgba(255, 255, 255, .72);
    font-size: .58rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hh-build-summary {
    padding: 1.4rem;
}

.hh-build-summary-label {
    display: block;
    margin-bottom: 1rem;
}

.hh-build-summary .hh-summary-total-value {
    font-size: 2.25rem;
    letter-spacing: -.04em;
}

.hh-build-summary .hh-summary-selected {
    max-height: 235px;
    overflow: auto;
    padding-right: .15rem;
    scrollbar-width: thin;
}

.hh-build-summary .hh-inline-summary-row {
    align-items: flex-start;
    gap: .75rem;
    font-size: .7rem;
}

.hh-build-summary .hh-summary-line-label {
    max-width: 70%;
    line-height: 1.4;
}

.hh-build-provisioning {
    display: flex;
    align-items: center;
    gap: .55rem;
    margin-bottom: 1rem;
    padding: .75rem;
    border: 1px solid rgba(25, 166, 98, .14);
    border-radius: .55rem;
    background: rgba(25, 166, 98, .04);
}

.hh-live-status-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #27ca75;
    box-shadow: 0 0 0 4px rgba(39, 202, 117, .1), 0 0 8px rgba(39, 202, 117, .4);
    animation: hhBuildPulse 2s ease-in-out infinite;
}

.hh-build-provisioning strong {
    color: #408466;
    font-size: .62rem;
}

.hh-build-submit {
    min-height: 46px;
    justify-content: center;
    box-shadow: 0 10px 24px rgba(var(--bs-primary-rgb), .18);
}

.hh-build-submit:hover {
    background: var(--bs-primary);
    color: #fff;
    box-shadow: 0 14px 30px rgba(var(--bs-primary-rgb), .27);
    transform: translateY(-1px);
}

@keyframes hhBuildPulse {
    0%, 100% { opacity: 1; }
    50% { opacity: .38; }
}

@keyframes hhServerAmbient {
    0%, 100% { opacity: .68; transform: scale(.94); }
    50% { opacity: 1; transform: scale(1.05); }
}

@keyframes hhServerLed {
    0%, 58% { opacity: 1; }
    59%, 100% { opacity: .2; }
}

@keyframes hhServerUpdateLed {
    0%, 48% { opacity: 1; filter: brightness(1.7); }
    49%, 100% { opacity: .12; }
}

@keyframes hhServerScan {
    0% { left: -25%; opacity: 0; }
    18% { opacity: 1; }
    80% { opacity: 1; }
    100% { left: 100%; opacity: 0; }
}

@keyframes hhServerSync {
    0%, 100% { filter: brightness(1); }
    35% { filter: brightness(1.35) drop-shadow(0 0 9px rgba(var(--bs-primary-rgb), .3)); }
}

@keyframes hhServerOrbit {
    from { transform: translateX(-50%) rotate(0deg); }
    to { transform: translateX(-50%) rotate(360deg); }
}

@keyframes hhOpenFanSpin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes hhOpenDiagnosticScan {
    0% { top: -28%; opacity: 0; }
    18% { opacity: 1; }
    82% { opacity: 1; }
    100% { top: 104%; opacity: 0; }
}

@keyframes hhOpenRamPulse {
    0%, 100% {
        filter: brightness(1);
        box-shadow: 0 0 5px rgba(62, 211, 140, .12);
        transform: translateZ(0);
    }
    30%, 68% {
        filter: brightness(1.8);
        box-shadow: 0 0 11px rgba(69, 237, 157, .86);
        transform: translateZ(8px) scale(1.06);
    }
}

@keyframes hhOpenDriveInstall {
    0% { opacity: 0; transform: translateY(42px) translateZ(14px) scale(.94); }
    58% { opacity: 1; transform: translateY(-3px) translateZ(10px) scale(1.02); }
    78% { transform: translateY(2px) translateZ(8px) scale(1); }
    100% { opacity: 1; transform: translateY(0) translateZ(8px) scale(1); }
}

@keyframes hhOpenDriveRemove {
    0% { opacity: 1; transform: translateY(0) translateZ(8px) scale(1); }
    25% { transform: translateY(-3px) translateZ(11px) scale(1.02); }
    100% { opacity: 0; transform: translateY(44px) translateZ(15px) scale(.94); }
}

@media (max-width: 1199.98px) {
    .hh-build-steps {
        min-width: 365px;
    }

    .hh-build-billing {
        grid-template-columns: 1fr;
    }

    .hh-open-server {
        transform: translate3d(-50%, -50%, 0) rotateX(27deg) rotateZ(-1.5deg) scale(.9);
    }

    .hh-server-cube {
        width: 265px;
    }

    .hh-server-front,
    .hh-server-top {
        width: 265px;
    }

    .hh-dell-front-panel {
        grid-template-columns: 28px 101px minmax(25px, 1fr) 32px;
        gap: 4px;
        padding-right: 5px;
        padding-left: 5px;
    }
}

@media (max-width: 991.98px) {
    .hh-build-intro {
        align-items: flex-start;
        flex-direction: column;
    }

    .hh-build-steps {
        width: 100%;
        min-width: 0;
    }

    .hh-server-workbench {
        max-width: 520px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 992px) and (max-height: 780px) {
    .hh-server-workbench {
        top: 5.5rem;
    }

    .hh-server-viewport {
        height: 195px;
    }

    .hh-server-telemetry > div {
        padding-top: .62rem;
        padding-bottom: .62rem;
    }
}

@media (max-width: 767.98px) {
    .hh-build-section {
        padding-top: 3.2rem;
    }

    .hh-build-lab #configurator.container {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .hh-build-intro {
        margin-bottom: 1.75rem;
    }

    .hh-build-intro h2 {
        font-size: 2rem;
    }

    .hh-build-steps > span {
        flex: 1;
        justify-content: center;
        font-size: 0;
    }

    .hh-build-steps > span b {
        font-size: .55rem;
    }

    .hh-build-billing-options {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hh-build-panel-head,
    .hh-build-panel-body {
        padding-right: 1.1rem;
        padding-left: 1.1rem;
    }

    .hh-build-choice-grid,
    .hh-build-checkbox-grid,
    .hh-build-bandwidth-grid {
        grid-template-columns: 1fr;
    }

    .hh-build-count-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .hh-build-count-control {
        grid-template-columns: 1fr 1.2fr 1fr;
        width: 100%;
    }

    .hh-build-security-note {
        align-items: flex-start;
    }

    .hh-server-viewport {
        height: 230px;
    }

    .hh-open-server {
        transform: translate3d(-50%, -50%, 0) rotateX(27deg) rotateZ(-1.5deg) scale(.84);
    }

    .hh-open-server-badge {
        display: none;
    }

    .hh-server-cube {
        width: 235px;
    }

    .hh-server-front,
    .hh-server-top {
        width: 235px;
    }

    .hh-server-front {
        grid-template-columns: 18px minmax(0, 1fr) 19px;
        gap: 2px;
        padding: 3px;
    }

    .hh-dell-front-panel {
        grid-template-columns: 24px 86px minmax(20px, 1fr) 27px;
        gap: 3px;
        padding-right: 4px;
        padding-left: 4px;
    }

    .hh-dell-logo {
        width: 23px;
        height: 23px;
    }

    .hh-dell-drive-grid {
        gap: 2px;
    }

    .hh-dell-drive-grid > span {
        height: 20px;
    }

    .hh-dell-airflow {
        grid-template-columns: repeat(6, 3px);
    }

    .hh-dell-airflow i:nth-child(7n) {
        display: none;
    }

    .hh-server-drag-hint {
        font-size: .48rem;
    }
}

@media (max-width: 399.98px) {
    .hh-open-server {
        transform: translate3d(-50%, -50%, 0) rotateX(27deg) rotateZ(-1.5deg) scale(.76);
    }
}

@media (prefers-reduced-motion: reduce) {
    .hh-build-overline i,
    .hh-server-workbench-head span i,
    .hh-server-ambient,
    .hh-open-fan-wall i,
    .hh-open-psu i,
    .hh-open-server.is-updating .hh-open-diagnostic-scan,
    .hh-open-server.is-memory-updating .hh-open-ram-bank > i.is-populated,
    .hh-open-drive-bay.is-installing .hh-open-drive-caddy,
    .hh-open-drive-bay.is-removing .hh-open-drive-caddy,
    .hh-dell-health-stack i,
    .hh-dell-drive-grid > span i,
    .hh-dell-power i,
    .hh-server-orbit,
    .hh-live-status-dot,
    .hh-server-cube.is-updating .hh-server-scan,
    .hh-server-cube.is-updating .hh-server-front {
        animation: none !important;
    }

    .hh-server-cube {
        transition: none;
    }
}
