/* Store-exact turquoise, with drifting sugar strokes instead of generic colour blobs. */
:root{--blue:#00c1f5}
body{background:#00c1f5}
.living-bg{background:linear-gradient(180deg,#00c1f5 0%,#00c1f5 72%,#08b9ef 100%)}
.living-bg .color-orbit{display:none}
.living-bg:before,.living-bg:after{content:'';position:absolute;pointer-events:none;width:75px;height:380px;filter:none;opacity:.6;border-radius:0;background:repeating-linear-gradient(125deg,transparent 0 41px,#ffffff30 42px 46px,transparent 47px 73px,#007cba28 74px 78px,transparent 79px 112px);mask-image:linear-gradient(transparent,#000 20%,#000 80%,transparent);animation:sweet-sugar-ribbon 19s ease-in-out infinite alternate}
.living-bg:before{left:-24px;top:7%;rotate:12deg}
.living-bg:after{right:-24px;top:43%;rotate:-13deg;animation-delay:-9s}
.living-bg i{width:4px;height:11px;border-radius:4px;opacity:.8;background:#fff8;animation-duration:15s}
.living-bg i:nth-of-type(2),.living-bg i:nth-of-type(6){background:#ffd965b3}
.living-bg i:nth-of-type(4),.living-bg i:nth-of-type(7){background:#ff72aca8}
.living-bg i:nth-of-type(1){left:4%;top:19%}.living-bg i:nth-of-type(2){left:95%;top:28%}.living-bg i:nth-of-type(3){left:2%;top:54%}.living-bg i:nth-of-type(4){left:96%;top:64%}.living-bg i:nth-of-type(5){left:8%;top:87%}.living-bg i:nth-of-type(6){left:92%;top:90%}.living-bg i:nth-of-type(7){left:2%;top:73%}.living-bg i:nth-of-type(8){left:97%;top:43%}
@keyframes sweet-sugar-ribbon{0%{translate:0 -15px}100%{translate:4px 22px}}
.paused .living-bg:before,.paused .living-bg:after{animation-play-state:paused!important}
.high-contrast{background:#fff}
@media(prefers-reduced-motion:reduce){.living-bg:before,.living-bg:after,.living-bg i{animation:none!important}}
