.elementor-2858 .elementor-element.elementor-element-8092cc8{--display:flex;}/* Start custom CSS for html, class: .elementor-element-3812c21 *//* --- Global Settings & Theme --- */
:root { --bg-dark-primary: #2d2d2d; --bg-dark-secondary: #3a3a3a; --text-light-primary: #f0f0f0; --text-light-secondary: #a0a0a0; --accent-blue: #007bff; --border-dark: #202020; }
.interactive-configurator-container.design-pro { --bg-image: none; --bg-zoom: 100%; --bg-pos-x: 50%; --bg-pos-y: 50%; --bg-blur: 0px; background: #525252; display: flex; flex-direction: column; padding: 10px; min-height: 100vh; overflow: hidden; position: relative; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; }
.interactive-configurator-container::before { content: ''; position: absolute; inset: 0; z-index: 0; background-image: var(--bg-image); background-size: var(--bg-zoom); background-position: var(--bg-pos-x) var(--bg-pos-y); filter: blur(var(--bg-blur)); transition: all 0.2s linear; }

/* --- Controls Panel --- */
.controls-panel { order: 2; width: 100%; background: var(--bg-dark-primary); border-radius: 12px; z-index: 10; padding: 0; display: flex; flex-direction: column; box-shadow: 0 10px 30px rgba(0,0,0,0.3); }
.panel-header { padding: 15px; border-bottom: 1px solid var(--border-dark); } .panel-header h3 { margin: 0; color: var(--text-light-primary); font-size: 1.1em; }
.control-group { border-bottom: 1px solid var(--border-dark); }
.group-title { display: flex; align-items: center; gap: 12px; padding: 15px; font-weight: 600; color: var(--text-light-primary); cursor: pointer; } .group-title::after { content: '▼'; margin-left: auto; transition: transform 0.3s ease; } .control-group.active > .group-title::after { transform: rotate(180deg); }
.group-content { max-height: 0; overflow: hidden; transition: max-height 0.4s ease-out; background: rgba(0,0,0,0.1); padding: 0 15px; } .control-group.active > .group-content { max-height: 500px; padding: 15px; }
.sub-group, .size-inputs { margin-bottom: 15px; } .sub-group label, .input-wrapper label { color: var(--text-light-secondary); font-size: 0.9em; margin-bottom: 8px; display: block; }
.size-inputs { display: flex; gap: 15px; } .input-wrapper { flex: 1; }
input[type="number"] { width: 100%; background: var(--bg-dark-secondary); border: 1px solid var(--border-dark); color: var(--text-light-primary); border-radius: 5px; padding: 8px; }
.advanced-bg-controls { display: none; flex-direction: column; gap: 12px; margin-top: 10px; padding-top: 10px; border-top: 1px solid var(--border-dark); }
.advanced-bg-controls.show { display: flex; }

/* --- 3D Scene --- */
.screen-area { flex: 1; min-height: 50vh; order: 1; display: flex; align-items: center; justify-content: center; perspective: 3000px; cursor: grab; z-index: 5; }
.scene-wrapper { position: relative; transform-style: preserve-3d; }
.model-rotator { width: 100%; height: 100%; position: absolute; transform-style: preserve-3d; transition: transform 0.05s linear; }
.part { position: absolute; transform-style: preserve-3d; }

/* --- Stable & Correct 3D Screen Geometry --- */
.part.screen { --screen-width: 150px; --screen-height: 100px; --screen-depth: 25px; --structure-color: #8d99ae; width: var(--screen-width); height: var(--screen-height); }
.face { position: absolute; box-sizing: border-box; background-color: var(--structure-color); }
.screen-content { width: 100%; height: 100%; background: #000; background-size: cover; background-position: center; display: flex; align-items: center; justify-content: center; }
.screen-text { font-size: 2em; color: #fff; padding: 10px; }
.face.screen_front { width: var(--screen-width); height: var(--screen-height); transform: translateZ(calc(var(--screen-depth) / 2)); background: #111; padding: 8px; box-shadow: inset 0 0 10px rgba(0,0,0,0.7); }
.face.screen_back { width: var(--screen-width); height: var(--screen-height); transform: rotateY(180deg) translateZ(calc(var(--screen-depth) / 2)); background-color: #4a4a4a; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 50px 50px; }
.face.screen_left, .face.screen_right { width: var(--screen-depth); height: var(--screen-height); background-image: linear-gradient(to right, rgba(0,0,0,0.2), transparent, rgba(0,0,0,0.2)); }
.face.screen_left { transform: rotateY(-90deg) translateZ(calc(var(--screen-width) / 2)); }
.face.screen_right { transform: rotateY(90deg) translateZ(calc(var(--screen-width) / 2)); }
.face.screen_top, .face.screen_bottom { width: var(--screen-width); height: var(--screen-depth); }
.face.screen_top { transform: rotateX(90deg) translateZ(calc(var(--screen-height) / 2)); background-image: linear-gradient(rgba(255,255,255,0.2), transparent); }
.face.screen_bottom { transform: rotateX(-90deg) translateZ(calc(var(--screen-height) / 2)); background-image: linear-gradient(transparent, rgba(0,0,0,0.3)); }

@media (min-width: 992px) { .interactive-configurator-container.design-pro { flex-direction: row; padding: 20px; gap: 20px; } .screen-area { flex: 1; order: 2; height: auto; } .controls-panel { order: 1; width: 350px; max-height: 95vh; overflow-y: auto; border-radius: 12px; } }/* End custom CSS */