
/* Veltrion Web Platform Phase 35C: Hide development floating controls */
/* UX-only. Hides QA and legacy-section buttons from production-looking homepage. */

.v26a-qa-toggle,
.v26a-qa-panel,
.v30-legacy-toggle,
[data-v30-legacy-toggle],
[data-v26a-qa-toggle],
[data-v26a-qa-panel] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* In case older scripts injected fixed debug controls without expected class */
button[aria-label*="UX QA"],
button[title*="UX QA"],
button[aria-label*="전체 섹션"],
button[title*="전체 섹션"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}
