/* Article Starter Workbench — minimal styles for article embed */

body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: transparent !important;
}

.app-container {
    width: 460px;
    height: 310px;
    position: relative;
    background: transparent;
}

/* Override core.css workbench gradient background */
.workbench {
    position: relative;
    width: 460px;
    height: 310px;
    background: transparent !important;
    background-image: none !important;
}

/* Components */
.component {
    position: absolute;
    pointer-events: none;
    outline: none;
}

.realistic-body {
    position: relative;
    width: 100%;
    height: 100%;
    outline: none;
    user-select: none;
    -webkit-user-select: none;
    cursor: default;
}

.component-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
}

/* Terminals visible but not interactive */
.terminal-pin {
    pointer-events: none;
}

/* Hide interactive elements, headers, triggers */
.interactive-trigger,
.trigger-label,
.component-header {
    display: none;
}

/* Canvas z-index from core.css (500) — do NOT override here */

.wire-hover-label-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
