.cyber-container-43d6a5a7 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 450px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    border: 3px solid #1a1a2e;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
    background-color: #03030d;
}

.cyber-window-43d6a5a7 {
    flex: 1;
    height: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    opacity: 0.85;
}

.left-window-43d6a5a7 {
    border-right: 4px solid #1a1a2e;
}

.right-window-43d6a5a7 {
    border-left: 4px solid #1a1a2e;
}

.window-overlay-43d6a5a7 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 255, 204, 0.05) 0%, rgba(255, 0, 128, 0.05) 100%);
    box-shadow: inset 0 0 30px rgba(0,0,0,0.5);
    pointer-events: none;
}

/* Central Revolving Door Area */
.revolving-door-wrapper-43d6a5a7 {
    width: 360px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    perspective: 1000px;
    background: rgba(10, 10, 25, 0.7);
}

.cyber-frame-43d6a5a7 {
    width: 300px;
    height: 400px;
    border: 3px solid #00ffcc;
    border-radius: 150px / 20px;
    position: relative;
    transform-style: preserve-3d;
    box-shadow: 0 0 15px #00ffcc, inset 0 0 10px #00ffcc;
}

.cyber-door-43d6a5a7 {
    width: 100%;
    height: 100%;
    position: absolute;
    transform-style: preserve-3d;
    animation: rotateDoor_43d6a5a7 15s linear infinite;
}

@keyframes rotateDoor_43d6a5a7 {
    0% { transform: rotateY(0deg); }
    100% { transform: rotateY(360deg); }
}

.door-wing-43d6a5a7 {
    position: absolute;
    width: 150px;
    height: 360px;
    left: 75px;
    top: 20px;
    transform-origin: center center;
    backface-visibility: visible;
}

.wing-glass-43d6a5a7 {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    border: 2px solid rgba(0, 255, 204, 0.4);
    box-shadow: inset 0 0 15px rgba(0, 255, 204, 0.2);
    position: relative;
    transition: background-image 0.5s ease;
    border-radius: 4px;
}

.glass-reflection-43d6a5a7 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 50%, rgba(0,0,0,0.1) 100%);
    pointer-events: none;
}

.door-hub-43d6a5a7 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 6px;
    height: 100%;
    background: linear-gradient(90deg, #111, #333, #111);
    box-shadow: 0 0 10px rgba(0, 255, 204, 0.5);
    z-index: 3;
}

.cyber-gallery-placeholder-43d6a5a7 {
    padding: 40px;
    text-align: center;
    background: #0d0d1a;
    color: #00ffcc;
    border: 2px dashed #00ffcc;
    border-radius: 8px;
    font-family: monospace;
}
