#clipOverlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.65);
}

#clipBox {
    position: absolute;
    border: 2px solid #ff9800;
    background: transparent;
    box-shadow: 0 0 0 9999px rgba(0,0,0,0.65);
    touch-action: none;
}

.resize-handle {
    position: absolute;
    width: 18px;
    height: 18px;
    right: -9px;
    bottom: -9px;
    background: #ff9800;
    cursor: se-resize;
}

.clip-actions {
    position: absolute;
    bottom: -45px;
    width: 100%;
    text-align: center;
}

.clip-actions button {
    padding: 6px 12px;
    margin: 0 4px;
    border: none;
    border-radius: 4px;
    color: #fff;
}

.clip-actions .download { background: #28a745; }
.clip-actions .share { background: #0d6efd; }
.clip-actions .cancel { background: #dc3545; }