body {
    margin: 0;
    padding: 0;
    background: #d8fce9;
    font-family: sans-serif;
}

.room {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-room {
    height: 80%;
    width: fit-content;
    position: relative;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow:
        0 4px 20px rgba(0, 0, 0, 0.2),
        0 0 15px rgba(255, 255, 255, 0.2),
        inset 0 0 30px rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    padding: 20px;
}

.wall-art {
    position: absolute;
    width: 80px;
    height: 120px;
    background-color: #e9f7dc;
    border: 6px solid black;
}

.left-art {
    top: 40px;
    height: 130px;
    width: 100px;
    left: 220px;
    position: relative;
}

.container-art {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.pyramid-1 {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 70px solid transparent;
    border-right: 78px solid transparent;
    border-bottom: 146px solid #174457;
    left: 5px;
    bottom: -56px;
    z-index: 1;
}

.pyramid-2 {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 60px solid transparent;
    border-right: 70px solid transparent;
    border-bottom: 110px solid #2b8890;
    right: 5px;
    bottom: -30px;
    z-index: 1;
}

.inner-pyramid {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 28px solid transparent;
    border-right: 31px solid transparent;
    border-bottom: 60px solid #21505b;
    left: -27px;
    bottom: -97px;
}

.circle {
    position: absolute;
    width: 45px;
    height: 45px;
    background: #df7a5b;
    border-radius: 100%;
    left: 50px;
    top: 10px;
}

.right-art {
    top: 20px;
    width: 140px;
    height: 150px;
    left: 500px;
}

.css-robot {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.robot-antenna {
    width: 4px;
    height: 20px;
    background: #333;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    animation: flicker 0.5s infinite;
}

@keyframes flicker {

    0%,
    100% {
        background: #333;
    }

    50% {
        background: #777;
    }
}

.robot-head {
    width: 60px;
    height: 40px;
    background-color: #6c7a89;
    border-radius: 5px;
    position: relative;
    top: 20px;
}

.robot-eyes {
    display: flex;
    gap: 10px;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.eye {
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 50%;
}

.robot-body {
    width: 40px;
    height: 50px;
    background-color: #95a5a6;
    margin-top: 10px;
    border-radius: 4px;
}

.desk {
    position: relative;
    width: 750px;
    margin: 280px auto;
    perspective: 1000px;
    transform: rotate(-180deg);
}

.desk-top {
    width: 100%;
    height: 400px;
    background-color: #9b5a3b;
    border-radius: 10px;
    transform: rotateX(-70deg);
    transform-origin: top;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
}

.desk-leg {
    position: absolute;
    width: 20px;
    height: 120px;
    background-color: #76422a;
    border-radius: 2px;
}

.front-left {
    left: 30px;
    bottom: 0;
    z-index: 2;
}

.front-right {
    right: 30px;
    bottom: 0;
    z-index: 2;
}

.back-left {
    left: 80px;
    bottom: 0;
    z-index: 1;
    opacity: 0.8;
}

.back-right {
    right: 80px;
    bottom: 0;
    z-index: 1;
    opacity: 0.8;
}

.monitor-setup {
    position: absolute;
    top: 105px;
    left: 27%;
    rotate: -180deg;
    display: flex;
    gap: 10px;
    perspective: 1000px;
}

.monitor {
    width: 170px;
    height: 100px;
    background-color: #27353d;
    border: 4px solid #000;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 255, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 1;
}

.left-monitor {
    transform-origin: right;
    transform: rotateY(-10deg);
}

.right-monitor {
    transform-origin: left;
    transform: rotateY(10deg);
}


.monitor-stand {
    width: 20px;
    height: 20px;
    background-color: #18242b;
    position: absolute;
    top: 98%;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.monitor-stand-bottom {
    width: 100px;
    height: 10px;
    background-color: #18242b;
    position: absolute;
    top: 115%;
}

.monitor-s-right {
    left: 10%;
    transform-origin: left;
    transform: rotateY(10deg);
}

.montior-s-left {
    right: 10%;
    transform-origin: right;
    transform: rotateY(-10deg);
}

.monitor-stand-left {
    right: 22%;
}

.monitor-stand-right {
    left: 21%;
}

.screen {
    width: 100%;
    height: 100%;
    background-color: #27353d;
    color: #0f0;
    font-family: 'Courier New', monospace;
    font-size: 10px;
    padding: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.text-lines p {
    margin: 2px 0;
}

.green {
    color: #00ff00;
}

.graph-bars {
    display: flex;
    align-items: flex-end;
    height: 100%;
    gap: 4px;
    padding: 6px;
}

.bar {
    width: 10px;
    background-color: #00ff00;
    animation: blink 1s infinite alternate;
}

@keyframes blink {
    from {
        opacity: 0.3;
    }

    to {
        opacity: 1;
    }
}


.keyboard {
    position: absolute;
    left: 43%;
    bottom: -85px;
    width: 230px;
    padding: 8px;
    background: #121a22;
    border-radius: 7px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    gap: 4px;
    rotate: 180deg;
    perspective: 1000px;
    transform-style: preserve-3d;
    transform-origin: center;
    z-index: 2;
    transform: rotateX(50deg);
}

.key-row {
    display: flex;
    justify-content: center;
    gap: 4px;
}

.key {
    width: 20px;
    height: 18px;
    background: linear-gradient(to bottom, #444, #222);
    border: 1px solid #000;
    border-bottom: 3px solid #000;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.1),
        0 2px 2px rgba(0, 0, 0, 0.4);
    transition: all 0.1s ease-in-out;
}

.key.space {
    width: 120px;
    height: 18px;
}

.key:hover {
    transform: translateY(1px);
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.5),
        0 1px 1px rgba(0, 0, 0, 0.2);
    background: linear-gradient(to bottom, #333, #111);
}

.mousepad {
    position: absolute;
    right: 60%;
    bottom: -77px;
    width: 100px;
    height: 70px;
    background: #25333d;
    border-radius: 8px;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.5);
    transform: rotateX(-39deg) rotateY(1deg);
    z-index: 1;
    perspective: 1000px;
    transform-style: preserve-3d;
    transform-origin: center;
}

.mouse {
    position: absolute;
    width: 40px;
    height: 60px;
    background: linear-gradient(to bottom, #333, #111);
    border: 2px solid #000;
    border-radius: 50% / 30%;
    top: 5px;
    left: 33px;
    display: flex;
    align-items: end;
    justify-content: center;
    perspective: 1000px;
    transform-origin: top;
    transform: rotateX(4deg);
}

.scroll-wheel {
    width: 6px;
    height: 12px;
    background: #888;
    border-radius: 3px;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.6);
    margin: 5px;
    padding-top: 5px;
}

.bottle {
    position: absolute;
    left: 80%;
    bottom: -135px;
    width: 37px;
    height: 80px;
    background: #42a6a5;
    box-shadow: 3px 4px 4px rgba(16, 15, 15, 0.4) inset;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    z-index: 2;
}

.bottle-cap {
    position: absolute;
    left: 80.4%;
    bottom: -147px;
    width: 30px;
    height: 14px;
    background: #1d2b31;
    border-radius: 0 0 3px 3px;
}

.bottle-cap-holder {
    position: absolute;
    left: 80.5%;
    bottom: -161px;
    width: 19px;
    height: 14px;
    background-color: transparent;
    border: 5px solid #1d2b31;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    border-top: 0;
}


.headphone-stand {
    position: absolute;
    left: 16%;
    bottom: -162px;
    width: 60px;
    height: 100px;
    transform: rotateX(180deg);
    z-index: 2;
}

.stand-stick {
    position: absolute;
    bottom: 5px;
    left: 50%;
    width: 10px;
    height: 90px;
    background: #1b272f;
    transform: translateX(-50%);
    border-radius: 3px;
    box-shadow: 0 2px 5px rgba(99, 96, 96, 0.5);
}

.stand-base {
    position: absolute;
    bottom: -13px;
    left: 19%;
    width: 40px;
    height: 40px;
    background: #2c3c46;
    border-radius: 50%;
    transform: translateX(-50%);
    perspective: 1000px;
    perspective-origin: center;
    transform: rotateX(55deg);
    z-index: -1;
}

.headband {
    position: absolute;
    top: 0;
    left: 1px;
    width: 48px;
    height: 47px;
    border: 7px solid #1e2e36;
    border-bottom: none;
    border-radius: 50% 50% 0 0;
    perspective: 1000px;
    perspective-origin: center;
    transform: rotateY(-24deg);
    transform-style: preserve-3d;
}

.earcup {
    position: absolute;
    width: 21px;
    height: 24px;
    background: #1d2b31;
    border-radius: 50%;
    top: 40px;
    perspective: 1000px;
    perspective-origin: center;
    transform: rotateX(-6deg) rotateY(28deg) rotateX(-1deg);
    padding: 3px;
}

.left-cup {
    left: -1px;
}

.right-cup {
    right: -1px;
}


@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.mouse:hover {
    animation: pulse 1s ease-in-out infinite;
}


@keyframes glow {
    0% {
        box-shadow: 0 0 10px red, inset 0 0 5px red;
    }

    25% {
        box-shadow: 0 0 12px orange, inset 0 0 6px orange;
    }

    50% {
        box-shadow: 0 0 14px lime, inset 0 0 7px lime;
    }

    75% {
        box-shadow: 0 0 14px blue, inset 0 0 7px blue;
    }

    100% {
        box-shadow: 0 0 10px violet, inset 0 0 5px violet;
    }
}

.keyboard:hover {
    animation: glow 2s linear infinite;
}