.sleep-public {
    --sleep-mint: #6ff0c3;
    --sleep-cyan: #4ddcff;
    --sleep-blue: #426cff;
    --sleep-red: #ff6f67;
    --sleep-ink: #070914;
    position: relative;
    min-height: 100vh;
    margin: -1.5rem calc(50% - 50vw) -3rem;
    overflow: hidden;
    color: #f5f7ff;
    background:
        radial-gradient(circle at 8% 6%, rgba(80, 99, 255, .14), transparent 28%),
        radial-gradient(circle at 91% 20%, rgba(144, 72, 255, .12), transparent 26%),
        linear-gradient(#090c1a, #050711 65%, #080915);
}

/* Midnight Chess card */
.sleep-public__scene-preview--chess{background:radial-gradient(circle at 50% 42%,#3a4c65,#080c14 72%);overflow:hidden}.sleep-public__chess-board{position:absolute;width:52%;aspect-ratio:1;left:24%;top:16%;display:grid;grid-template-columns:repeat(8,1fr);border:3px solid #d4b166;transform:perspective(500px) rotateX(9deg) rotateZ(-2deg);box-shadow:0 18px 32px #000}.sleep-public__chess-board i{background:#526980}.sleep-public__chess-board i:nth-child(16n+1),.sleep-public__chess-board i:nth-child(16n+3),.sleep-public__chess-board i:nth-child(16n+5),.sleep-public__chess-board i:nth-child(16n+7),.sleep-public__chess-board i:nth-child(16n+10),.sleep-public__chess-board i:nth-child(16n+12),.sleep-public__chess-board i:nth-child(16n+14),.sleep-public__chess-board i:nth-child(16n+16){background:#d9c7a1}.sleep-public__chess-board b{position:absolute;font:34px Georgia,serif;text-shadow:0 3px 6px #000}.sleep-public__chess-board b:nth-of-type(1){left:2%;top:0}.sleep-public__chess-board b:nth-of-type(2){left:26%;top:12%}.sleep-public__chess-board b:nth-of-type(3){left:50%;top:0}.sleep-public__chess-board b:nth-of-type(4){left:75%;top:0}.sleep-public__chess-board b:nth-of-type(5){left:13%;bottom:0;color:#fff2da}.sleep-public__chess-board b:nth-of-type(6){left:38%;bottom:12%;color:#fff2da}.sleep-public__chess-board b:nth-of-type(7){left:63%;bottom:0;color:#fff2da}.sleep-public__chess-board b:nth-of-type(8){left:77%;bottom:0;color:#fff2da}

.sleep-public::before {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(255,255,255,.28) 0 1px, transparent 1.5px);
    background-position: 0 0;
    background-size: 61px 67px;
    content: "";
    opacity: .24;
    pointer-events: none;
}

.sleep-public__nav,
.sleep-public > main {
    position: relative;
    z-index: 1;
    width: min(1180px, calc(100% - 2rem));
    margin-right: auto;
    margin-left: auto;
}

.sleep-public__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 82px;
    border-bottom: 1px solid rgba(255,255,255,.07);
}

.sleep-public__brand {
    display: flex;
    align-items: center;
    gap: .7rem;
    color: #fff;
    font-size: .9rem;
    font-weight: 950;
    letter-spacing: .03em;
    text-decoration: none;
}

.sleep-public__brand > span:first-child {
    display: grid;
    place-items: center;
    width: 39px;
    height: 39px;
    border: 1px solid rgba(107, 238, 198, .25);
    border-radius: 12px;
    color: var(--sleep-mint);
    background: rgba(107, 238, 198, .08);
    box-shadow: 0 0 22px rgba(107, 238, 198, .09);
    font-size: 1.15rem;
}

.sleep-public__brand > span:last-child {
    display: grid;
}

.sleep-public__brand small {
    margin-top: 2px;
    color: #7783a1;
    font-size: .56rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.sleep-public__nav button {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    min-height: 40px;
    padding: .55rem .75rem;
    border: 1px solid rgba(142, 162, 225, .17);
    border-radius: 10px;
    color: #d8dff4;
    background: rgba(255,255,255,.035);
    font-size: .7rem;
    font-weight: 850;
    cursor: pointer;
}

.sleep-public__nav button svg {
    width: 16px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.sleep-public__hero {
    min-height: 0;
}

.sleep-public__hero-copy {
    max-width: 760px;
    padding: 4.5rem 0 3rem;
}

.sleep-public__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    color: #93a0c3;
    font-size: .65rem;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.sleep-public__eyebrow i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--sleep-mint);
    box-shadow: 0 0 13px var(--sleep-mint);
    animation: sleep-public-pulse .8s ease-in-out infinite alternate;
}

.sleep-public__hero h1 {
    margin: 1.15rem 0 1.25rem;
    font-size: clamp(3.5rem, 7vw, 6.5rem);
    font-weight: 1000;
    letter-spacing: -.075em;
    line-height: .82;
    text-transform: uppercase;
}

.sleep-public__hero h1 span {
    color: var(--sleep-cyan);
    text-shadow: 0 0 42px rgba(77, 220, 255, .22);
}

.sleep-public__hero-copy > p {
    max-width: 580px;
    margin: 0;
    color: #98a3be;
    font-size: clamp(.95rem, 1.55vw, 1.1rem);
    line-height: 1.7;
}

.sleep-public__tabs {
    display: flex;
    gap: .45rem;
    margin-bottom: 1.25rem;
    padding: .35rem;
    border: 1px solid rgba(128, 149, 213, .14);
    border-radius: 14px;
    background: rgba(255,255,255,.025);
}

.sleep-public__tab {
    min-height: 44px;
    padding: .7rem 1rem;
    border: 0;
    border-radius: 10px;
    color: #8793b2;
    background: transparent;
    font-size: .75rem;
    font-weight: 900;
    cursor: pointer;
}

.sleep-public__tab:hover { color: #dfe7ff; }
.sleep-public__tab:focus-visible { outline: 2px solid var(--sleep-cyan); outline-offset: 2px; }
.sleep-public__tab.is-active {
    color: #07131a;
    background: linear-gradient(135deg, var(--sleep-mint), var(--sleep-cyan));
    box-shadow: 0 8px 24px rgba(69, 221, 211, .12);
}

.sleep-public__guide {
    padding: 2.4rem 0 1rem;
}

.sleep-public__guide[hidden] { display: none; }

.sleep-public__guide-header { max-width: 820px; margin-bottom: 1.5rem; }
.sleep-public__guide-kicker,
.sleep-public__device {
    color: var(--sleep-mint);
    font-size: .65rem;
    font-weight: 950;
    letter-spacing: .13em;
    text-transform: uppercase;
}
.sleep-public__guide-header h2 { margin: .6rem 0 .8rem; font-size: clamp(2.1rem, 5vw, 4rem); letter-spacing: -.045em; line-height: .98; }
.sleep-public__guide-header p,
.sleep-public__guide p,
.sleep-public__guide li,
.sleep-public__guide dd { color: #a3aec8; font-size: .88rem; line-height: 1.72; }
.sleep-public__guide a { color: var(--sleep-cyan); }
.sleep-public__guide-callout,
.sleep-public__guide-card,
.sleep-public__guide-section {
    border: 1px solid rgba(128, 149, 213, .14);
    border-radius: 16px;
    background: rgba(255,255,255,.026);
}
.sleep-public__guide-callout { margin-bottom: 1rem; padding: 1.25rem 1.4rem; border-color: rgba(111,240,195,.22); }
.sleep-public__guide-callout > strong { color: #eafdf7; }
.sleep-public__guide-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.sleep-public__guide-card,
.sleep-public__guide-section { padding: clamp(1.25rem, 3vw, 2rem); }
.sleep-public__guide-card h3,
.sleep-public__guide-section h3 { margin: .55rem 0 .7rem; color: #f4f7ff; font-size: 1.35rem; }
.sleep-public__guide h4 { margin: 1.5rem 0 .35rem; color: #dce5fa; font-size: .95rem; }
.sleep-public__guide ul,
.sleep-public__guide ol { margin: .7rem 0; padding-left: 1.25rem; }
.sleep-public__guide li + li { margin-top: .25rem; }
.sleep-public__device-list { display: grid; grid-template-columns: minmax(120px, .45fr) 1fr; gap: .45rem 1rem; margin: .7rem 0; }
.sleep-public__device-list dt { color: #e4ebff; font-size: .82rem; font-weight: 900; }
.sleep-public__device-list dd { margin: 0; }
.sleep-public__guide > .sleep-public__guide-section { margin: 1rem 0; }
.sleep-public__guide pre { overflow-x: auto; padding: 1rem; border: 1px solid rgba(77,220,255,.14); border-radius: 10px; color: #bdf5ff; background: #050711; font-size: .78rem; }
.sleep-public__guide-grid--final { align-items: stretch; }
.sleep-public__checklist li::marker { color: var(--sleep-mint); content: '✓  '; }
.sleep-public__guide-test { margin-top: 1rem; border-color: rgba(77,220,255,.22); }

.sleep-public__actions {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 1.8rem;
}

.sleep-public__actions > a {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    min-height: 50px;
    padding: .75rem 1rem;
    border-radius: 11px;
    color: #06121a;
    background: linear-gradient(135deg, var(--sleep-mint), var(--sleep-cyan));
    box-shadow: 0 14px 34px rgba(69, 221, 211, .15);
    font-size: .78rem;
    font-weight: 950;
    text-decoration: none;
}

.sleep-public__actions > a svg {
    width: 17px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.sleep-public__actions > span {
    display: flex;
    align-items: center;
    gap: .45rem;
    color: #7b87a5;
    font-size: .68rem;
}

.sleep-public__actions > span strong {
    color: #fff;
    font-size: 1.2rem;
}

.sleep-public__hero-art {
    position: relative;
    min-height: 620px;
}

.sleep-public__orbit {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid rgba(123, 151, 230, .11);
    border-radius: 50%;
    transform: translate(-50%, -50%) rotate(-17deg);
}

.sleep-public__orbit--one { width: 470px; height: 470px; }
.sleep-public__orbit--two { width: 350px; height: 350px; transform: translate(-50%, -50%) rotate(27deg); }

.sleep-public__moon {
    position: absolute;
    top: 64px;
    right: 16px;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: #dcecff;
    box-shadow: 0 0 70px rgba(161, 213, 255, .45);
}

.sleep-public__moon::after {
    position: absolute;
    inset: 9px 3px 10px 25px;
    border-radius: 50%;
    background: #0c1022;
    content: "";
}

.sleep-public__phone {
    position: absolute;
    top: 58px;
    left: 50%;
    width: 268px;
    height: 548px;
    overflow: hidden;
    border: 5px solid #d6e2ff;
    border-radius: 37px;
    background:
        radial-gradient(circle at 75% 22%, rgba(75, 220, 255, .2), transparent 25%),
        linear-gradient(#171d3d, #10132a 48%, #101a38);
    box-shadow: 0 40px 90px rgba(0,0,0,.52), 0 0 90px rgba(66, 108, 255, .13);
    transform: translateX(-50%) rotate(3deg);
}

.sleep-public__phone::before {
    position: absolute;
    z-index: 3;
    top: 9px;
    left: 50%;
    width: 68px;
    height: 17px;
    border-radius: 999px;
    background: #050711;
    content: "";
    transform: translateX(-50%);
}

.sleep-public__phone-live {
    position: absolute;
    z-index: 2;
    top: 38px;
    left: 50%;
    color: var(--sleep-mint);
    font-size: 6px;
    font-weight: 950;
    letter-spacing: .17em;
    white-space: nowrap;
    transform: translateX(-50%);
}

.sleep-public__phone-score {
    position: absolute;
    z-index: 2;
    top: 58px;
    right: 16px;
    left: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sleep-public__phone-score b {
    display: grid;
    color: var(--sleep-cyan);
    font-size: 6px;
    letter-spacing: .1em;
}

.sleep-public__phone-score b:last-child { color: var(--sleep-red); text-align: right; }
.sleep-public__phone-score em { color: #fff; font-size: 13px; font-style: normal; letter-spacing: 0; }
.sleep-public__phone-score span { color: #697695; font-size: 6px; font-weight: 900; }

.sleep-public__phone-path {
    position: absolute;
    top: 98px;
    left: 50%;
    width: 154px;
    height: 420px;
    border: 17px solid rgba(5,9,24,.45);
    background: linear-gradient(90deg, transparent 48%, rgba(255,255,255,.2) 49% 51%, transparent 52%), #3a425f;
    clip-path: polygon(38% 0, 100% 14%, 70% 29%, 12% 40%, 54% 54%, 91% 65%, 40% 76%, 24% 100%, 0 100%, 19% 75%, 66% 64%, 38% 55%, 0 42%, 51% 27%, 65% 15%, 25% 0);
    transform: translateX(-50%);
}

.sleep-public__phone-tower {
    position: absolute;
    width: 29px;
    height: 38px;
    border: 3px solid var(--sleep-cyan);
    border-radius: 7px;
    background: #142550;
    box-shadow: 0 0 18px rgba(77,220,255,.55);
}

.sleep-public__phone-tower::before {
    position: absolute;
    top: -9px;
    left: 50%;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #bdedff;
    box-shadow: 0 0 12px var(--sleep-cyan);
    content: "";
    transform: translateX(-50%);
}

.sleep-public__phone-tower--one { top: 185px; left: 31px; border-color: var(--sleep-red); box-shadow: 0 0 18px rgba(255,111,103,.5); }
.sleep-public__phone-tower--one::before { box-shadow: 0 0 12px var(--sleep-red); }
.sleep-public__phone-tower--two { top: 318px; right: 25px; }
.sleep-public__phone-tower--three { top: 432px; left: 30px; }

.sleep-public__phone-unit {
    position: absolute;
    width: 13px;
    height: 13px;
    border: 2px solid #fff;
    background: var(--sleep-blue);
    box-shadow: 0 0 13px var(--sleep-blue);
    transform: rotate(45deg);
}

.sleep-public__phone-unit--one { top: 250px; left: 125px; animation: sleep-public-unit 2.7s ease-in-out infinite alternate; }
.sleep-public__phone-unit--two { top: 387px; left: 113px; background: var(--sleep-red); box-shadow: 0 0 13px var(--sleep-red); animation: sleep-public-unit 3.2s ease-in-out .4s infinite alternate-reverse; }

.sleep-public__library {
    padding: 4.5rem 0;
    border-top: 1px solid rgba(255,255,255,.07);
}

.sleep-public__library > header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 1.25rem;
}

.sleep-public__library > header span {
    color: var(--sleep-mint);
    font-size: .63rem;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.sleep-public__library > header h2 {
    margin: .28rem 0 0;
    font-size: clamp(1.8rem, 4vw, 3rem);
    font-weight: 950;
    letter-spacing: -.05em;
}

.sleep-public__library > header p {
    max-width: 390px;
    margin: 0;
    color: #7f8ba8;
    font-size: .78rem;
    line-height: 1.6;
    text-align: right;
}

.sleep-public__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.sleep-public__scene {
    display: grid;
    grid-template-columns: minmax(280px, .75fr) minmax(320px, 1.25fr);
    overflow: hidden;
    border: 1px solid rgba(140, 158, 219, .15);
    border-radius: 23px;
    background: linear-gradient(145deg, rgba(22, 28, 53, .96), rgba(10, 13, 27, .98));
    box-shadow: 0 26px 60px rgba(0,0,0,.22);
}

.sleep-public__scene-preview {
    position: relative;
    min-height: 330px;
    overflow: hidden;
    background: linear-gradient(#1a2856, #18142f);
}

.sleep-public__scene-sky {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 75% 18%, #dcecff 0 17px, transparent 18px),
        radial-gradient(circle, rgba(255,255,255,.45) 0 1px, transparent 1.5px) 0 0/39px 47px;
    opacity: .65;
}

.sleep-public__scene-status {
    position: absolute;
    z-index: 3;
    top: 16px;
    left: 16px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: .32rem .5rem;
    border-radius: 6px;
    color: #07151d;
    background: var(--sleep-mint);
    font-size: .55rem;
    font-weight: 950;
    letter-spacing: .08em;
}

.sleep-public__scene-status i {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #087950;
}

.sleep-public__scene-road {
    position: absolute;
    top: 90px;
    left: 50%;
    width: 125px;
    height: 250px;
    border: 16px solid #11172f;
    background: linear-gradient(90deg, transparent 48%, rgba(255,255,255,.18) 49% 51%, transparent 52%), #3a425c;
    clip-path: polygon(40% 0, 100% 17%, 61% 37%, 5% 52%, 48% 70%, 28% 100%, 0 100%, 20% 70%, 0 50%, 50% 32%, 67% 17%, 26% 0);
    transform: translateX(-50%);
}

.sleep-public__scene-keep {
    position: absolute;
    width: 49px;
    height: 48px;
    border: 3px solid currentColor;
    border-radius: 7px;
    background: #17234b;
    box-shadow: 0 0 22px currentColor;
}

.sleep-public__scene-keep::before {
    position: absolute;
    top: -15px;
    left: 5px;
    width: 34px;
    height: 18px;
    background: currentColor;
    clip-path: polygon(0 100%, 0 20%, 20% 20%, 20% 0, 40% 0, 40% 20%, 60% 20%, 60% 0, 80% 0, 80% 20%, 100% 20%, 100% 100%);
    content: "";
}

.sleep-public__scene-keep--red { top: 81px; left: 50%; color: var(--sleep-red); transform: translateX(-50%); }
.sleep-public__scene-keep--blue { bottom: 13px; left: 50%; color: var(--sleep-cyan); transform: translateX(-50%); }

.sleep-public__scene-shot {
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 8px 3px var(--sleep-cyan), 0 0 22px 8px rgba(77,220,255,.45);
}

.sleep-public__scene-shot--one { top: 175px; left: 31%; animation: sleep-public-shot 1.8s linear infinite; }
.sleep-public__scene-shot--two { top: 240px; right: 27%; box-shadow: 0 0 8px 3px var(--sleep-red), 0 0 22px 8px rgba(255,111,103,.45); animation: sleep-public-shot 1.45s linear .4s infinite reverse; }

.sleep-public__scene-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border: 1px solid rgba(255,255,255,.3);
    border-radius: 50%;
    color: #07121b;
    background: rgba(112, 240, 198, .92);
    box-shadow: 0 10px 25px rgba(0,0,0,.3);
    opacity: 0;
    transform: translate(-50%, -50%) scale(.8);
    transition: .18s ease;
}

.sleep-public__scene-preview:hover .sleep-public__scene-play {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.sleep-public__scene-play svg {
    width: 24px;
    fill: currentColor;
}

.sleep-public__scene-body {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: clamp(1.4rem, 3vw, 2.2rem);
}

.sleep-public__scene-tags {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
}

.sleep-public__scene-tags span {
    padding: .26rem .42rem;
    border: 1px solid rgba(129, 150, 216, .14);
    border-radius: 5px;
    color: #8290b2;
    background: rgba(119, 140, 204, .05);
    font-size: .53rem;
    font-weight: 850;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.sleep-public__scene-body h3 {
    margin: 1rem 0 .6rem;
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    font-weight: 950;
    letter-spacing: -.045em;
}

.sleep-public__scene-body p {
    margin: 0;
    color: #8f9ab7;
    font-size: .84rem;
    line-height: 1.65;
}

.sleep-public__scene-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .7rem;
    margin-top: 1.4rem;
}

.sleep-public__scene-footer a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: .75rem 1.15rem;
    border: 1px solid rgba(113, 240, 220, .42);
    border-radius: 10px;
    color: #06121a;
    background: linear-gradient(135deg, var(--sleep-mint), var(--sleep-cyan));
    box-shadow: 0 10px 26px rgba(69, 221, 211, .18);
    font-size: .82rem;
    font-weight: 950;
    text-decoration: none;
    transition: transform .16s ease, box-shadow .16s ease, filter .16s ease;
}

.sleep-public__scene-footer a:hover,
.sleep-public__scene-footer a:focus-visible {
    filter: brightness(1.08);
    box-shadow: 0 14px 32px rgba(69, 221, 211, .3);
    transform: translateY(-2px);
}

.sleep-public__scene-footer a span { margin-left: .45rem; font-size: 1rem; }
.sleep-public__scene-footer > span { color: #66728f; font-size: .64rem; }

.sleep-public__coming {
    position: relative;
    display: flex;
    align-items: end;
    min-height: 190px;
    overflow: hidden;
    padding: 1.5rem;
    border: 1px solid rgba(140, 158, 219, .12);
    border-radius: 23px;
    background: linear-gradient(145deg, rgba(85, 74, 151, .13), rgba(13, 17, 33, .9));
}

.sleep-public__scene-preview--voxel {
    background:
        linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px) 0 0/24px 24px,
        linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px) 0 0/24px 24px,
        linear-gradient(#72bde2 0 57%, #75a956 57% 66%, #65452f 66%);
}

.sleep-public__voxel-sun {
    position: absolute;
    top: 40px;
    right: 42px;
    width: 49px;
    height: 49px;
    background: #ffe477;
    box-shadow: 0 0 30px rgba(255, 228, 119, .55);
}

.sleep-public__voxel-cloud {
    position: absolute;
    z-index: 1;
    width: 42px;
    height: 18px;
    background: rgba(255,255,255,.78);
    box-shadow: 18px -9px rgba(255,255,255,.78), 39px 0 rgba(255,255,255,.78);
}

.sleep-public__voxel-cloud--one { top: 72px; left: 28px; }
.sleep-public__voxel-cloud--two { top: 122px; right: 85px; transform: scale(.65); }

.sleep-public__voxel-mountain {
    position: absolute;
    right: 0;
    bottom: 35%;
    left: 0;
    height: 45%;
    background: rgba(69, 94, 128, .58);
    clip-path: polygon(0 100%, 0 69%, 20% 24%, 35% 68%, 54% 12%, 75% 70%, 100% 34%, 100% 100%);
}

.sleep-public__voxel-ground {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    height: 45%;
    background:
        linear-gradient(90deg, rgba(0,0,0,.14) 1px, transparent 1px) 0 0/24px 24px,
        linear-gradient(rgba(0,0,0,.14) 1px, transparent 1px) 0 0/24px 24px,
        linear-gradient(#73a551 0 24px, #6d4a31 24px 72px, #6b6c76 72px);
    clip-path: polygon(0 18%, 18% 18%, 18% 5%, 42% 5%, 42% 14%, 71% 14%, 71% 0, 100% 0, 100% 100%, 0 100%);
}

.sleep-public__voxel-tree {
    position: absolute;
    z-index: 3;
    bottom: 39%;
    left: 32px;
    width: 19px;
    height: 76px;
    background: #70472d;
}

.sleep-public__voxel-tree::before {
    position: absolute;
    top: -35px;
    left: -26px;
    width: 71px;
    height: 60px;
    background:
        linear-gradient(90deg, rgba(0,0,0,.12) 1px, transparent 1px) 0 0/18px 18px,
        linear-gradient(rgba(0,0,0,.12) 1px, transparent 1px) 0 0/18px 18px,
        #408b49;
    content: "";
}

.sleep-public__voxel-house {
    position: absolute;
    z-index: 4;
    right: 27px;
    bottom: 38%;
    width: 93px;
    height: 64px;
    border: 5px solid #6e472d;
    background:
        linear-gradient(90deg, rgba(0,0,0,.15) 1px, transparent 1px) 0 0/22px 22px,
        linear-gradient(rgba(0,0,0,.15) 1px, transparent 1px) 0 0/22px 22px,
        #a8723f;
}

.sleep-public__voxel-house::before {
    position: absolute;
    top: -30px;
    left: -13px;
    width: 109px;
    height: 32px;
    background: #714832;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    content: "";
}

.sleep-public__voxel-player {
    position: absolute;
    z-index: 5;
    bottom: 38%;
    left: 46%;
    width: 23px;
    height: 40px;
    background: #3e6db5;
    box-shadow: -7px 35px 0 -2px #27365a, 7px 35px 0 -2px #27365a;
    animation: sleep-public-voxel-walk 2.3s steps(4) infinite alternate;
}

.sleep-public__voxel-player::before {
    position: absolute;
    top: -22px;
    left: 1px;
    width: 21px;
    height: 23px;
    background: #d19a6f;
    box-shadow: inset 0 7px #382922;
    content: "";
}

.sleep-public__voxel-player i {
    position: absolute;
    top: 5px;
    right: -18px;
    width: 22px;
    height: 5px;
    background: #62462d;
    transform: rotate(-36deg);
}

.sleep-public__scene-preview--voxel-3d {
    overflow: hidden;
    background:
        radial-gradient(circle at 78% 18%, rgba(255, 240, 153, .4), transparent 13%),
        linear-gradient(155deg, #70c7eb, #b4e2ee);
    perspective: 500px;
}

.sleep-public__scene-preview--voxel-3d::after {
    position: absolute;
    z-index: 1;
    inset: 0;
    content: "";
    background: linear-gradient(transparent 56%, rgba(4, 17, 24, .4));
    pointer-events: none;
}

.sleep-public__3d-sun {
    position: absolute;
    top: 43px;
    right: 50px;
    width: 42px;
    height: 42px;
    background: #ffe98d;
    box-shadow: 0 0 28px rgba(255, 235, 143, .7);
}

.sleep-public__3d-island {
    position: absolute;
    z-index: 2;
    top: 52%;
    left: 50%;
    width: 320px;
    height: 170px;
    transform: translate(-50%, -50%) rotateX(59deg) rotateZ(-35deg);
    background:
        linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px),
        linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px),
        #65aa46;
    background-size: 40px 40px;
    box-shadow: 19px 23px 0 #755139, 35px 45px 0 #4d382d, 65px 78px 42px rgba(15, 50, 60, .35);
}

.sleep-public__3d-island i {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #80bc55;
    box-shadow: 0 8px 0 #527c39;
}

.sleep-public__3d-island i:nth-child(1) { left: 0; top: 0; }
.sleep-public__3d-island i:nth-child(2) { left: 80px; top: 40px; }
.sleep-public__3d-island i:nth-child(3) { right: 40px; top: 0; }
.sleep-public__3d-island i:nth-child(4) { left: 40px; bottom: 0; }
.sleep-public__3d-island i:nth-child(5) { right: 0; bottom: 40px; }
.sleep-public__3d-island i:nth-child(6) { right: 80px; bottom: 0; }
.sleep-public__3d-island i:nth-child(7) { left: 160px; top: 80px; }

.sleep-public__3d-tree,
.sleep-public__3d-house,
.sleep-public__3d-player {
    position: absolute;
    z-index: 3;
    filter: drop-shadow(12px 15px 8px rgba(8, 36, 39, .3));
}

.sleep-public__3d-tree {
    top: 91px;
    left: 19%;
    width: 22px;
    height: 73px;
    background: #70503a;
    box-shadow: inset -7px 0 #4d382d;
}

.sleep-public__3d-tree::before,
.sleep-public__3d-tree::after,
.sleep-public__3d-tree i {
    position: absolute;
    content: "";
    background: #3d913f;
    box-shadow: inset -12px -10px #2c6c33;
}

.sleep-public__3d-tree::before { width: 62px; height: 48px; left: -20px; top: -24px; }
.sleep-public__3d-tree::after { width: 48px; height: 42px; left: -13px; top: -50px; }
.sleep-public__3d-tree i { width: 32px; height: 30px; left: -5px; top: -67px; }

.sleep-public__3d-house {
    top: 100px;
    right: 18%;
    width: 105px;
    height: 74px;
    background: #b97840;
    box-shadow: inset -22px 0 #7b492e, inset 0 -11px #8c5836;
}

.sleep-public__3d-house::before {
    position: absolute;
    top: -25px;
    left: -8px;
    width: 120px;
    height: 30px;
    content: "";
    background: #613a2a;
    transform: skewX(-28deg);
    box-shadow: inset -20px 0 #422c24;
}

.sleep-public__3d-house i {
    position: absolute;
    bottom: 0;
    left: 42px;
    width: 25px;
    height: 46px;
    background: #452d25;
}

.sleep-public__3d-house b {
    position: absolute;
    top: 17px;
    right: 13px;
    width: 23px;
    height: 21px;
    border: 4px solid #4a3027;
    background: #a9e9f5;
}

.sleep-public__3d-player {
    top: 156px;
    left: 47%;
    width: 24px;
    height: 47px;
    background: #45a5a0;
    box-shadow: inset -8px 0 #287a76;
}

.sleep-public__3d-player::before {
    position: absolute;
    top: -23px;
    left: 1px;
    width: 23px;
    height: 23px;
    content: "";
    background: #c58e6d;
    box-shadow: inset 0 7px #3c302c, inset -6px 0 #8d614b;
}

.sleep-public__3d-player i {
    position: absolute;
    left: 0;
    bottom: -24px;
    width: 10px;
    height: 26px;
    background: #263c68;
    box-shadow: 14px 0 #263c68;
}

.sleep-public__scene-preview--starcade {
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 105%, rgba(38, 122, 255, .34), transparent 45%),
        linear-gradient(180deg, #030512, #090827 72%, #07152a);
}

.sleep-public__starcade-stars {
    position: absolute;
    inset: 0;
    opacity: .72;
    background-image:
        radial-gradient(circle, #fff 0 1px, transparent 1.5px),
        radial-gradient(circle, #55dfff 0 1px, transparent 1.5px),
        radial-gradient(circle, #a586ff 0 1px, transparent 1.5px);
    background-position: 3px 5px, 18px 13px, 7px 24px;
    background-size: 31px 31px, 43px 43px, 59px 59px;
}

.sleep-public__starcade-score {
    position: absolute;
    z-index: 2;
    top: 42px;
    right: 28px;
    left: 28px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding-bottom: 7px;
    border-bottom: 1px solid rgba(102, 238, 255, .24);
    color: #8a95bd;
    font: 800 7px/1 ui-monospace, monospace;
    letter-spacing: .15em;
}

.sleep-public__starcade-score strong {
    color: #f8fbff;
    font-size: 14px;
    letter-spacing: .06em;
}

.sleep-public__starcade-score span {
    margin-left: auto;
    color: #78f6c7;
}

.sleep-public__starcade-fleet {
    position: absolute;
    z-index: 2;
    top: 92px;
    left: 50%;
    display: grid;
    grid-template-columns: repeat(5, 27px);
    gap: 14px 17px;
    transform: translateX(-50%);
    animation: sleep-public-starcade-fleet 1.6s steps(2) infinite alternate;
}

.sleep-public__starcade-fleet i {
    position: relative;
    width: 27px;
    height: 17px;
    background: #ff5ca8;
    clip-path: polygon(19% 0, 81% 0, 81% 18%, 100% 18%, 100% 77%, 82% 77%, 82% 100%, 65% 100%, 65% 77%, 35% 77%, 35% 100%, 18% 100%, 18% 77%, 0 77%, 0 18%, 19% 18%);
    filter: drop-shadow(0 0 6px rgba(255, 72, 165, .75));
}

.sleep-public__starcade-fleet i:nth-child(5n + 2),
.sleep-public__starcade-fleet i:nth-child(5n + 4) {
    background: #9d78ff;
    transform: scale(.9);
}

.sleep-public__starcade-fleet i:nth-child(n + 11) {
    background: #48e2ff;
}

.sleep-public__starcade-bunker {
    position: absolute;
    z-index: 2;
    right: 30px;
    bottom: 66px;
    width: 68px;
    height: 29px;
    border: 5px solid #53e6aa;
    border-bottom: 0;
    clip-path: polygon(13% 0, 87% 0, 100% 35%, 100% 100%, 67% 100%, 67% 64%, 33% 64%, 33% 100%, 0 100%, 0 35%);
    filter: drop-shadow(0 0 8px rgba(83, 230, 170, .6));
}

.sleep-public__starcade-ship {
    position: absolute;
    z-index: 3;
    bottom: 42px;
    left: 34%;
    width: 47px;
    height: 27px;
    background: #f4fbff;
    clip-path: polygon(43% 0, 57% 0, 64% 38%, 84% 47%, 84% 64%, 100% 64%, 100% 100%, 0 100%, 0 64%, 16% 64%, 16% 47%, 36% 38%);
    filter: drop-shadow(0 0 8px rgba(90, 222, 255, .85));
    animation: sleep-public-starcade-ship 2.2s ease-in-out infinite alternate;
}

.sleep-public__starcade-laser {
    position: absolute;
    z-index: 2;
    bottom: 75px;
    left: calc(34% + 22px);
    width: 3px;
    height: 62px;
    background: #fff17a;
    box-shadow: 0 0 8px #fff17a;
    animation: sleep-public-starcade-laser .8s linear infinite;
}

.sleep-public__scene-preview--moonburrow {
    overflow: hidden;
    background:
        radial-gradient(circle at 76% 20%, rgba(211, 246, 160, .16), transparent 22%),
        linear-gradient(180deg, #08182a, #102a31 68%, #09151c);
}

.sleep-public__scene-preview--moonburrow::before {
    position: absolute;
    inset: 0;
    content: "";
    background-image:
        radial-gradient(circle, rgba(222, 255, 197, .72) 0 1px, transparent 1.5px),
        radial-gradient(circle, rgba(222, 255, 197, .3) 0 1px, transparent 1.5px);
    background-position: 10px 10px, 34px 29px;
    background-size: 48px 48px, 69px 69px;
    opacity: .55;
}

.sleep-public__moonburrow-moon {
    position: absolute;
    z-index: 1;
    top: 47px;
    right: 52px;
    width: 61px;
    height: 61px;
    border-radius: 50%;
    background: #e8f6c8;
    box-shadow: 0 0 38px rgba(211, 246, 160, .32);
}

.sleep-public__moonburrow-moon::after {
    position: absolute;
    inset: -4px -10px 5px 20px;
    content: "";
    border-radius: 50%;
    background: #0a1b2c;
}

.sleep-public__moonburrow-cliff {
    position: absolute;
    z-index: 2;
    bottom: 0;
    background: linear-gradient(90deg, #203b39, #172a2c);
    border-top: 4px solid #76c87d;
    box-shadow: inset 0 12px 20px rgba(0, 0, 0, .2);
}

.sleep-public__moonburrow-cliff--left {
    left: 0;
    width: 43%;
    height: 43%;
    clip-path: polygon(0 12%, 100% 0, 88% 100%, 0 100%);
}

.sleep-public__moonburrow-cliff--right {
    right: 0;
    width: 33%;
    height: 67%;
    clip-path: polygon(16% 0, 100% 7%, 100% 100%, 0 100%);
}

.sleep-public__moonburrow-steps {
    position: absolute;
    z-index: 3;
    right: 26%;
    bottom: 37%;
    width: 28%;
    height: 4px;
    background: #bd9763;
    box-shadow:
        -12px 10px #bd9763,
        -24px 20px #bd9763,
        -36px 30px #bd9763,
        -48px 40px #bd9763,
        -60px 50px #bd9763;
    transform: rotate(-10deg);
}

.sleep-public__moonburrow-home {
    position: absolute;
    z-index: 4;
    right: 25px;
    bottom: 61%;
    width: 47px;
    padding: 17px 3px 8px;
    border: 2px solid #c8f56d;
    border-radius: 14px 14px 5px 5px;
    color: #eaffbe;
    background: rgba(23, 53, 43, .92);
    box-shadow: 0 0 18px rgba(194, 246, 104, .32);
    font-size: .42rem;
    font-weight: 950;
    text-align: center;
}

.sleep-public__moonburrow-walkers {
    position: absolute;
    z-index: 5;
    bottom: 42%;
    left: 23%;
    display: flex;
    gap: 10px;
    animation: sleep-public-moonburrow-march 3.3s linear infinite;
}

.sleep-public__moonburrow-walkers i {
    position: relative;
    width: 9px;
    height: 13px;
    border-radius: 4px 4px 2px 2px;
    background: #8ae980;
    box-shadow: 0 -5px 0 -1px #e3f5b9;
}

.sleep-public__moonburrow-walkers i:nth-child(even) {
    top: -2px;
    background: #baf068;
}

.sleep-public__moonburrow-walkers i::after {
    position: absolute;
    bottom: -4px;
    left: 1px;
    width: 8px;
    height: 5px;
    content: "";
    border-left: 2px solid #b9ef78;
    border-right: 2px solid #b9ef78;
}

.sleep-public__scene-preview--dojo {
    background:
        linear-gradient(180deg, rgba(3, 7, 18, .08), rgba(4, 5, 11, .2)),
        url("/public/assets/images/sleep-live/dojo-clash/neon-shogun-arena.png") center 56% / cover;
}

.sleep-public__scene-preview--dojo::after {
    position: absolute;
    z-index: 2;
    inset: 0;
    background:
        repeating-linear-gradient(180deg, rgba(255,255,255,.09) 0 1px, transparent 1px 4px),
        linear-gradient(90deg, rgba(248, 30, 38, .13), transparent 34% 66%, rgba(36, 187, 255, .13));
    content: "";
    opacity: .35;
    pointer-events: none;
}

.sleep-public__dojo-hud {
    position: absolute;
    z-index: 4;
    top: 50px;
    right: 24px;
    left: 24px;
    display: grid;
    grid-template-columns: 1fr 28px 1fr;
    align-items: center;
    gap: 7px;
}

.sleep-public__dojo-hud i {
    height: 9px;
    border: 1px solid rgba(255, 230, 176, .6);
    background: linear-gradient(90deg, #f5d862 0 72%, #651b24 72%);
    box-shadow: 0 0 10px rgba(245, 70, 48, .32);
    transform: skewX(-12deg);
}

.sleep-public__dojo-hud i:last-child {
    background: linear-gradient(90deg, #651b24 0 18%, #5ee9ff 18%);
    transform: skewX(12deg);
}

.sleep-public__dojo-hud strong {
    color: #ffe6a5;
    font: 950 20px/1 Georgia, serif;
    text-align: center;
    text-shadow: 0 2px #6f1822, 0 0 8px #ff5a38;
}

.sleep-public__dojo-fighter {
    position: absolute;
    z-index: 3;
    bottom: 1px;
    width: 49%;
    height: 78%;
    object-fit: contain;
    filter: drop-shadow(0 13px 9px rgba(0,0,0,.7));
}

.sleep-public__dojo-fighter--vesper {
    left: 0;
    transform-origin: 60% 100%;
    animation: sleep-public-dojo-left 1.25s ease-in-out infinite alternate;
}

.sleep-public__dojo-fighter--raiden {
    right: -1%;
    transform-origin: 40% 100%;
    animation: sleep-public-dojo-right 1.25s ease-in-out -.35s infinite alternate;
}

.sleep-public__dojo-impact {
    position: absolute;
    z-index: 5;
    top: 54%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 9px 5px #ffd568, 0 0 26px 14px rgba(255, 52, 30, .74);
    animation: sleep-public-dojo-impact 1.25s steps(2) infinite;
}

.sleep-public__scene-preview--corridor {
    background: #151918;
    image-rendering: pixelated;
}

.sleep-public__corridor-ceiling,
.sleep-public__corridor-floor {
    position: absolute;
    right: 0;
    left: 0;
}

.sleep-public__corridor-ceiling {
    top: 0;
    height: 52%;
    background:
        repeating-linear-gradient(90deg, transparent 0 38px, rgba(255,255,255,.025) 38px 42px),
        #252b29;
}

.sleep-public__corridor-floor {
    bottom: 40px;
    height: 49%;
    background:
        linear-gradient(73deg, transparent 49%, rgba(0,0,0,.19) 50% 51%, transparent 52%) 0 0/47px 47px,
        linear-gradient(107deg, transparent 49%, rgba(255,255,255,.06) 50% 51%, transparent 52%) 0 0/47px 47px,
        #595b56;
}

.sleep-public__corridor-wall {
    position: absolute;
    z-index: 1;
    top: 32px;
    bottom: 40px;
    width: 48%;
    background:
        repeating-linear-gradient(0deg, transparent 0 31px, #222c2a 31px 36px),
        repeating-linear-gradient(90deg, #58605d 0 31px, #313b38 31px 36px);
    filter: drop-shadow(0 0 8px rgba(0,0,0,.65));
}

.sleep-public__corridor-wall--left {
    left: 0;
    clip-path: polygon(0 0, 100% 31%, 100% 68%, 0 100%);
}

.sleep-public__corridor-wall--right {
    right: 0;
    clip-path: polygon(0 31%, 100% 0, 100% 100%, 0 68%);
}

.sleep-public__corridor-door {
    position: absolute;
    z-index: 1;
    top: 31%;
    left: 50%;
    width: 78px;
    height: 42%;
    border: 5px solid #192522;
    background:
        repeating-linear-gradient(90deg, #225e59 0 9px, #17423f 9px 13px);
    box-shadow: 0 0 0 3px #61716b, 0 7px 10px rgba(0,0,0,.5);
    transform: translateX(-50%);
}

.sleep-public__corridor-door i {
    position: absolute;
    top: 49%;
    right: 8px;
    width: 7px;
    height: 7px;
    background: #ffb327;
    box-shadow: 0 0 9px #ffb327;
}

.sleep-public__corridor-enemy {
    position: absolute;
    z-index: 3;
    bottom: 45px;
    left: 50%;
    width: 42%;
    max-height: 63%;
    object-fit: contain;
    image-rendering: pixelated;
    filter: drop-shadow(0 8px 5px rgba(0,0,0,.72));
    transform: translateX(-50%);
    animation: sleep-public-corridor-enemy 1.25s steps(3) infinite alternate;
}

.sleep-public__corridor-weapon {
    position: absolute;
    z-index: 4;
    bottom: 28px;
    left: 50%;
    width: 55px;
    height: 83px;
    background: linear-gradient(90deg, #1b2423 0 18%, #697774 18% 32%, #9adbd2 32% 68%, #697774 68% 82%, #1b2423 82%);
    clip-path: polygon(35% 0, 65% 0, 74% 36%, 100% 64%, 89% 100%, 11% 100%, 0 64%, 26% 36%);
    filter: drop-shadow(0 6px 3px #000);
}

.sleep-public__corridor-weapon i {
    position: absolute;
    top: -20px;
    left: 50%;
    width: 20px;
    height: 31px;
    background: #fff9c9;
    box-shadow: 0 0 0 6px #ffb327, 0 0 20px #ff553b;
    clip-path: polygon(50% 0, 66% 33%, 100% 50%, 67% 65%, 50% 100%, 34% 66%, 0 50%, 34% 32%);
    opacity: 0;
    transform: translateX(-50%);
    animation: sleep-public-corridor-fire 1.55s steps(2) infinite;
}

.sleep-public__corridor-hud {
    position: absolute;
    z-index: 6;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: .7fr 1.25fr 1fr;
    height: 43px;
    border-top: 4px solid #3f5cff;
    background: #1229a6;
}

.sleep-public__corridor-hud span {
    display: grid;
    align-content: center;
    justify-items: center;
    border-right: 2px solid #07104d;
    color: #b8c5ff;
    font: 900 6px/1 "Courier New", monospace;
}

.sleep-public__corridor-hud b {
    margin-top: 3px;
    color: #fff;
    font-size: 11px;
    text-shadow: 2px 2px #07104d;
}

@keyframes sleep-public-starcade-fleet {
    to { transform: translateX(calc(-50% + 18px)); }
}

@keyframes sleep-public-starcade-ship {
    to { transform: translateX(74px); }
}

@keyframes sleep-public-starcade-laser {
    to { transform: translateY(-140px); opacity: 0; }
}

@keyframes sleep-public-moonburrow-march {
    to { transform: translate(91px, -70px); }
}

@keyframes sleep-public-dojo-left {
    70%, 100% { transform: translateX(24px) rotate(1.5deg); }
}

@keyframes sleep-public-dojo-right {
    70%, 100% { transform: translateX(-22px) rotate(-1.5deg); }
}

@keyframes sleep-public-dojo-impact {
    0%, 48%, 100% { opacity: 0; transform: scale(.2); }
    52%, 64% { opacity: 1; transform: scale(1); }
}

@keyframes sleep-public-corridor-enemy {
    to { transform: translate(-50%, 3px); }
}

@keyframes sleep-public-corridor-fire {
    0%, 74%, 100% { opacity: 0; transform: translateX(-50%) scale(.4); }
    76%, 84% { opacity: 1; transform: translateX(-50%) scale(1); }
}

.sleep-public__coming > span {
    position: absolute;
    top: -8px;
    right: -5px;
    color: rgba(255,255,255,.035);
    font-size: 9rem;
    font-weight: 1000;
    line-height: 1;
}

.sleep-public__coming small {
    color: #8290b4;
    font-size: .56rem;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.sleep-public__coming h3 {
    margin: .45rem 0;
    font-size: 1.25rem;
    font-weight: 900;
}

.sleep-public__coming p {
    margin: 0;
    color: #747f9d;
    font-size: .76rem;
    line-height: 1.55;
}

@keyframes sleep-public-pulse {
    to { opacity: .4; transform: scale(.72); }
}

@keyframes sleep-public-unit {
    to { transform: translate(25px, -46px) rotate(225deg); }
}

@keyframes sleep-public-shot {
    50% { transform: translate(35px, -24px) scale(1.4); }
    100% { transform: translate(66px, 8px) scale(.4); opacity: .1; }
}

@keyframes sleep-public-voxel-walk {
    to { transform: translateX(28px); }
}

@media (max-width: 900px) {
    .sleep-public__grid {
        grid-template-columns: 1fr;
    }
    .sleep-public__coming {
        min-height: 190px;
    }
}

@media (max-width: 680px) {
    .sleep-public {
        margin-top: -1.5rem;
    }
    .sleep-public__nav {
        min-height: 70px;
    }
    .sleep-public__hero {
        grid-template-columns: 1fr;
        min-height: 0;
    }
    .sleep-public__hero-copy {
        padding: 3rem 0 2rem;
    }
    .sleep-public__hero h1 {
        font-size: clamp(3.4rem, 17vw, 5.2rem);
    }
    .sleep-public__actions {
        align-items: stretch;
        flex-direction: column;
    }
    .sleep-public__actions > a {
        justify-content: center;
    }
    .sleep-public__actions > span {
        justify-content: center;
    }
    .sleep-public__library {
        padding-top: 2rem;
    }
    .sleep-public__tabs { overflow-x: auto; }
    .sleep-public__tab { flex: 1 0 auto; }
    .sleep-public__guide { padding-top: 1.5rem; }
    .sleep-public__guide-grid { grid-template-columns: 1fr; }
    .sleep-public__device-list { grid-template-columns: 1fr; gap: .15rem; }
    .sleep-public__library > header {
        align-items: start;
        flex-direction: column;
        gap: .6rem;
    }
    .sleep-public__library > header p {
        text-align: left;
    }
    .sleep-public__scene {
        grid-template-columns: 1fr;
    }
    .sleep-public__scene-preview {
        min-height: 310px;
    }
    .sleep-public__scene-play {
        opacity: 1;
        transform: translate(-50%, -50%) scale(.9);
    }
}

@media (prefers-reduced-motion: reduce) {
    .sleep-public__eyebrow i,
    .sleep-public__phone-unit,
    .sleep-public__scene-shot,
    .sleep-public__voxel-player,
    .sleep-public__starcade-fleet,
    .sleep-public__starcade-ship,
    .sleep-public__starcade-laser,
    .sleep-public__moonburrow-walkers,
    .sleep-public__dojo-fighter,
    .sleep-public__dojo-impact,
    .sleep-public__corridor-enemy,
    .sleep-public__corridor-weapon i {
        animation: none;
    }
}

/* Snake 3310 preview */
.sleep-public__scene-preview--snake {
    overflow: hidden;
    background:
        linear-gradient(rgba(146, 182, 202, .05) 1px, transparent 1px) 0 0 / 23px 23px,
        linear-gradient(90deg, rgba(146, 182, 202, .05) 1px, transparent 1px) 0 0 / 23px 23px,
        radial-gradient(circle at 50% 42%, #29485f, #08111b 72%);
}

.sleep-public__scene--snake .sleep-public__scene-status { background: #b5c985; }

.sleep-public__snake-phone {
    position: absolute;
    z-index: 2;
    top: 19px;
    left: 50%;
    width: 226px;
    height: 370px;
    border: 2px solid #d9e3e7;
    border-radius: 43% 43% 21% 21% / 11% 11% 8% 8%;
    background: linear-gradient(98deg, #5d8099, #cbd9df 19% 72%, #64869c);
    box-shadow: 0 20px 30px rgba(0,0,0,.55), 0 0 0 4px #183a55, inset 6px 0 rgba(255,255,255,.18);
    transform: translateX(-50%) rotate(-1.4deg);
}

.sleep-public__snake-phone::before {
    position: absolute;
    top: 0;
    right: 7px;
    left: 7px;
    height: 187px;
    border-radius: 44% 44% 27% 27% / 13% 13% 9% 9%;
    background: linear-gradient(100deg, #163c5b, #39769f 25%, #173d5c 86%);
    box-shadow: inset 0 -5px 9px rgba(3, 17, 27, .4);
    content: "";
}

.sleep-public__snake-phone > span {
    position: absolute;
    z-index: 2;
    top: 26px;
    right: 0;
    left: 0;
    color: #dceaf0;
    font: 900 9px/1 Arial, sans-serif;
    letter-spacing: .18em;
    text-align: center;
}

.sleep-public__snake-screen {
    position: absolute;
    z-index: 3;
    top: 51px;
    right: 18px;
    left: 18px;
    height: 109px;
    overflow: hidden;
    border: 8px solid #0d3049;
    border-radius: 20px;
    color: #203222;
    background:
        linear-gradient(rgba(33, 50, 34, .06) 1px, transparent 1px) 0 0 / 5px 5px,
        linear-gradient(90deg, rgba(33, 50, 34, .06) 1px, transparent 1px) 0 0 / 5px 5px,
        #a9ba72;
    box-shadow: inset 3px 4px 6px rgba(42, 56, 36, .28), 0 4px 6px rgba(0,0,0,.3);
}

.sleep-public__snake-screen b {
    position: absolute;
    top: 6px;
    left: 7px;
    font: 900 7px/1 "Courier New", monospace;
}

.sleep-public__snake-screen::after {
    position: absolute;
    top: 18px;
    right: 0;
    left: 0;
    height: 2px;
    background: #263824;
    content: "";
}

.sleep-public__snake-trail i,
.sleep-public__snake-screen em {
    position: absolute;
    width: 7px;
    height: 7px;
    background: #203222;
    box-shadow: inset 0 0 0 2px #53653f;
}

.sleep-public__snake-trail i:nth-child(1) { left: 16px; top: 62px; }
.sleep-public__snake-trail i:nth-child(2) { left: 23px; top: 62px; }
.sleep-public__snake-trail i:nth-child(3) { left: 30px; top: 62px; }
.sleep-public__snake-trail i:nth-child(4) { left: 37px; top: 62px; }
.sleep-public__snake-trail i:nth-child(5) { left: 44px; top: 62px; }
.sleep-public__snake-trail i:nth-child(6) { left: 51px; top: 62px; }
.sleep-public__snake-trail i:nth-child(7) { left: 51px; top: 55px; }
.sleep-public__snake-trail i:nth-child(8) { left: 51px; top: 48px; }
.sleep-public__snake-trail i:nth-child(9) { left: 58px; top: 48px; }
.sleep-public__snake-trail i:nth-child(10) { left: 65px; top: 48px; }
.sleep-public__snake-trail i:nth-child(11) { left: 72px; top: 48px; }
.sleep-public__snake-trail i:nth-child(12) { left: 79px; top: 48px; box-shadow: inset -2px 2px #a9ba72; }

.sleep-public__snake-screen em {
    right: 26px;
    bottom: 14px;
    width: 9px;
    height: 9px;
    background: transparent;
    box-shadow: none;
    animation: sleep-public-snake-food .8s steps(2) infinite;
}

.sleep-public__snake-screen em::before,
.sleep-public__snake-screen em::after {
    position: absolute;
    background: #203222;
    content: "";
}

.sleep-public__snake-screen em::before { top: 0; left: 3px; width: 3px; height: 9px; }
.sleep-public__snake-screen em::after { top: 3px; left: 0; width: 9px; height: 3px; }

.sleep-public__snake-pad {
    position: absolute;
    top: 190px;
    left: 50%;
    width: 86px;
    height: 41px;
    border-radius: 50%;
    background: linear-gradient(#376985, #173e5b);
    box-shadow: 0 4px 5px rgba(17, 43, 57, .48), inset 0 1px rgba(255,255,255,.25);
    transform: translateX(-50%);
}

.sleep-public__snake-pad i {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 23px;
    height: 14px;
    border-radius: 50%;
    background: #173a54;
    transform: translate(-50%, -50%);
}

.sleep-public__snake-keys {
    position: absolute;
    top: 243px;
    right: 27px;
    left: 27px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px 17px;
}

.sleep-public__snake-keys i {
    height: 18px;
    border-radius: 50%;
    background: linear-gradient(#edf2f3, #879fad);
    box-shadow: 0 3px 3px rgba(21, 47, 60, .34), inset 0 1px #fff;
}

@keyframes sleep-public-snake-food {
    50% { opacity: .3; transform: scale(.72); }
}

@media (prefers-reduced-motion: reduce) {
    .sleep-public__snake-screen em { animation: none; }
}

/* Aegis Watch landscape preview */
.sleep-public__scene-preview--cyber {
    --cyber-cyan: #4fffe1;
    --cyber-blue: #55a8ff;
    --cyber-pink: #ff4fc8;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 44%, rgba(24, 198, 176, .18), transparent 38%),
        linear-gradient(rgba(67, 255, 225, .045) 1px, transparent 1px) 0 0 / 22px 22px,
        linear-gradient(90deg, rgba(67, 255, 225, .045) 1px, transparent 1px) 0 0 / 22px 22px,
        #02090e;
}

.sleep-public__scene-preview--cyber::before {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 50% 50%, transparent 42%, rgba(0, 0, 0, .64) 100%),
        repeating-linear-gradient(0deg, transparent 0 3px, rgba(119, 255, 232, .025) 3px 4px);
    content: "";
}

.sleep-public__scene--cyber .sleep-public__scene-status {
    border: 1px solid rgba(79, 255, 225, .55);
    color: #bafff4;
    background: rgba(3, 23, 29, .9);
    box-shadow: 0 0 22px rgba(79, 255, 225, .18);
}

.sleep-public__scene--cyber .sleep-public__scene-status i {
    background: var(--cyber-cyan);
    box-shadow: 0 0 8px var(--cyber-cyan);
    animation: sleep-public-cyber-pulse 1.2s ease-in-out infinite alternate;
}

.sleep-public__cyber-frame {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: calc(100% - 32px);
    max-width: 470px;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border: 1px solid rgba(79, 255, 225, .34);
    border-radius: 10px;
    background: rgba(1, 12, 18, .9);
    box-shadow: 0 0 0 1px rgba(85, 168, 255, .08), 0 22px 50px rgba(0, 0, 0, .58), 0 0 35px rgba(38, 221, 198, .12);
    transform: translate(-50%, -50%);
}

.sleep-public__cyber-frame::before,
.sleep-public__cyber-frame::after {
    position: absolute;
    z-index: 5;
    width: 24px;
    height: 24px;
    border-color: var(--cyber-cyan);
    content: "";
    opacity: .7;
}

.sleep-public__cyber-frame::before { top: 6px; left: 6px; border-top: 2px solid; border-left: 2px solid; }
.sleep-public__cyber-frame::after { right: 6px; bottom: 6px; border-right: 2px solid; border-bottom: 2px solid; }

.sleep-public__cyber-toolbar,
.sleep-public__cyber-footer {
    position: absolute;
    z-index: 6;
    right: 10px;
    left: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #6ea89e;
    font: 800 6px/1.2 "Courier New", monospace;
    letter-spacing: .12em;
}

.sleep-public__cyber-toolbar { top: 9px; }
.sleep-public__cyber-toolbar b { color: var(--cyber-cyan); font-size: 7px; }
.sleep-public__cyber-footer { bottom: 9px; }
.sleep-public__cyber-footer span:last-child { color: #ffd35a; }

.sleep-public__cyber-map {
    position: absolute;
    inset: 27px 10px 24px;
    overflow: hidden;
    border-top: 1px solid rgba(79, 255, 225, .11);
    border-bottom: 1px solid rgba(79, 255, 225, .11);
    background:
        linear-gradient(rgba(79, 255, 225, .055) 1px, transparent 1px) 0 0 / 100% 25%,
        linear-gradient(90deg, rgba(79, 255, 225, .055) 1px, transparent 1px) 0 0 / 12.5% 100%,
        radial-gradient(ellipse at center, rgba(42, 208, 187, .09), transparent 67%);
}

.sleep-public__cyber-map::after {
    position: absolute;
    z-index: 4;
    right: 0;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(79, 255, 225, .9), transparent);
    box-shadow: 0 0 9px rgba(79, 255, 225, .7);
    content: "";
    animation: sleep-public-cyber-scan 3.2s linear infinite;
}

.sleep-public__cyber-land {
    position: absolute;
    z-index: 1;
    display: block;
    background: rgba(55, 213, 191, .18);
    box-shadow: inset 0 0 0 1px rgba(103, 255, 232, .14);
    filter: drop-shadow(0 0 5px rgba(42, 219, 193, .25));
}

.sleep-public__cyber-land--na { top: 16%; left: 5%; width: 25%; height: 34%; clip-path: polygon(0 17%, 29% 0, 61% 10%, 73% 27%, 100% 35%, 81% 52%, 68% 82%, 42% 69%, 19% 45%); }
.sleep-public__cyber-land--sa { top: 48%; left: 25%; width: 11%; height: 43%; clip-path: polygon(9% 0, 95% 6%, 77% 44%, 48% 100%, 30% 67%, 0 25%); }
.sleep-public__cyber-land--eu { top: 21%; left: 44%; width: 18%; height: 22%; clip-path: polygon(0 35%, 25% 6%, 47% 22%, 67% 0, 100% 25%, 87% 66%, 55% 74%, 32% 100%, 15% 67%); }
.sleep-public__cyber-land--af { top: 42%; left: 47%; width: 15%; height: 42%; clip-path: polygon(12% 0, 88% 4%, 100% 34%, 72% 85%, 44% 100%, 23% 68%, 0 28%); }
.sleep-public__cyber-land--as { top: 17%; left: 58%; width: 34%; height: 45%; clip-path: polygon(0 20%, 18% 4%, 43% 14%, 62% 0, 100% 23%, 88% 51%, 67% 58%, 56% 84%, 31% 70%, 12% 45%); }
.sleep-public__cyber-land--au { top: 68%; left: 79%; width: 15%; height: 23%; clip-path: polygon(15% 13%, 66% 0, 100% 38%, 79% 91%, 33% 100%, 0 58%); }

.sleep-public__cyber-route {
    position: absolute;
    z-index: 2;
    display: block;
    height: 1px;
    color: var(--cyber-cyan);
    background: linear-gradient(90deg, transparent, currentColor 15% 85%, transparent);
    box-shadow: 0 0 5px currentColor;
    opacity: .82;
    transform-origin: left center;
}

.sleep-public__cyber-route::after {
    position: absolute;
    top: -2px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 8px 2px currentColor;
    content: "";
    animation: sleep-public-cyber-packet 2.2s linear infinite;
}

.sleep-public__cyber-route--one { top: 36%; left: 18%; width: 48%; transform: rotate(8deg); }
.sleep-public__cyber-route--two { top: 70%; left: 29%; width: 52%; color: var(--cyber-blue); transform: rotate(-34deg); }
.sleep-public__cyber-route--two::after { animation-delay: -.8s; }
.sleep-public__cyber-route--three { top: 35%; left: 52%; width: 33%; color: var(--cyber-pink); transform: rotate(21deg); }
.sleep-public__cyber-route--three::after { animation-delay: -1.4s; }
.sleep-public__cyber-route--four { top: 24%; left: 29%; width: 39%; color: #ffd35a; transform: rotate(38deg); }
.sleep-public__cyber-route--four::after { animation-delay: -.3s; }
.sleep-public__cyber-route--five { top: 67%; left: 13%; width: 66%; color: var(--cyber-blue); transform: rotate(-12deg); }
.sleep-public__cyber-route--five::after { animation-delay: -1.8s; }

.sleep-public__cyber-node {
    position: absolute;
    z-index: 3;
    display: block;
    width: 6px;
    height: 6px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: var(--cyber-cyan);
    box-shadow: 0 0 0 4px rgba(79, 255, 225, .12), 0 0 11px var(--cyber-cyan);
    animation: sleep-public-cyber-pulse .9s ease-in-out infinite alternate;
}

.sleep-public__cyber-node--one { top: 31%; left: 18%; }
.sleep-public__cyber-node--two { top: 49%; left: 48%; animation-delay: -.5s; }
.sleep-public__cyber-node--three { top: 31%; left: 74%; background: var(--cyber-pink); box-shadow: 0 0 0 4px rgba(255, 79, 200, .12), 0 0 11px var(--cyber-pink); animation-delay: -.2s; }
.sleep-public__cyber-node--four { top: 73%; left: 29%; background: var(--cyber-blue); box-shadow: 0 0 0 4px rgba(85, 168, 255, .12), 0 0 11px var(--cyber-blue); animation-delay: -.7s; }
.sleep-public__cyber-node--five { top: 66%; left: 82%; background: #ffd35a; box-shadow: 0 0 0 4px rgba(255, 211, 90, .12), 0 0 11px #ffd35a; animation-delay: -.4s; }

@keyframes sleep-public-cyber-scan {
    from { top: 0; opacity: 0; }
    12%, 88% { opacity: .72; }
    to { top: 100%; opacity: 0; }
}

@keyframes sleep-public-cyber-packet {
    from { left: 0; opacity: 0; }
    12%, 88% { opacity: 1; }
    to { left: calc(100% - 5px); opacity: 0; }
}

@keyframes sleep-public-cyber-pulse {
    to { opacity: .5; transform: scale(.72); }
}

@media (prefers-reduced-motion: reduce) {
    .sleep-public__scene--cyber .sleep-public__scene-status i,
    .sleep-public__cyber-map::after,
    .sleep-public__cyber-route::after,
    .sleep-public__cyber-node {
        animation: none;
    }
}
