.cecia-vr-wrap { font-family: inherit; margin: 8px 0 16px; }
.cecia-vr-container {
    position: relative; background: #111; border-radius: 8px;
    overflow: hidden; aspect-ratio: 16/9; margin-bottom: 12px; max-width: 640px;
}
.cecia-vr-container video { width: 100%; height: 100%; object-fit: cover; display: block; }
.cecia-vr-timer {
    position: absolute; top: 10px; right: 12px;
    background: rgba(0,0,0,0.6); color: #fff; font-size: 13px;
    padding: 3px 10px; border-radius: 99px; display: none; font-family: monospace;
}
.cecia-vr-recdot {
    position: absolute; top: 10px; left: 12px;
    display: none; align-items: center; gap: 6px;
}
.cecia-vr-dot {
    width: 10px; height: 10px; border-radius: 50%; background: #e24b4a;
    animation: cecia-blink 1s ease-in-out infinite;
}
@keyframes cecia-blink { 0%,100% { opacity:1; } 50% { opacity:0.3; } }
.cecia-vr-rec-label { font-size: 12px; color: #fff; font-weight: 600; letter-spacing: 0.05em; }
.cecia-vr-controls { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; margin-bottom: 10px; max-width: 640px; }
.cecia-vr-btn {
    padding: 9px 20px; border-radius: 6px; font-size: 14px; font-weight: 500;
    border: 1px solid #ccc; background: #fff; cursor: pointer;
    transition: background 0.15s, opacity 0.15s;
}
.cecia-vr-btn:hover { background: #f5f5f5; }
.cecia-vr-btn:disabled { opacity: 0.45; cursor: not-allowed; }
.cecia-vr-btn-primary { background: #1a1a1a; color: #fff; border-color: #1a1a1a; }
.cecia-vr-btn-primary:hover { background: #333; }
.cecia-vr-btn-danger { background: #e24b4a; color: #fff; border-color: #e24b4a; }
.cecia-vr-btn-danger:hover { background: #c93b3a; }
.cecia-vr-status { font-size: 13px; color: #666; min-height: 20px; max-width: 640px; }
.cecia-vr-status.error { color: #c0392b; }
.cecia-vr-status.success { color: #27ae60; }
.cecia-vr-progress { max-width: 640px; background: #eee; border-radius: 99px; height: 6px; margin-top: 10px; overflow: hidden; }
.cecia-vr-bar { height: 100%; width: 0%; background: #1a1a1a; border-radius: 99px; transition: width 0.3s; }
.cecia-vr-badge {
    display: none; align-items: center; gap: 8px; padding: 10px 14px;
    border-radius: 6px; background: #eafaf1; border: 1px solid #a9dfbf;
    max-width: 640px; margin-top: 10px; font-size: 13px; color: #1e8449;
}
