/* Studio — BJJ Mestre v4.1 */
.st-form { display:flex; flex-direction:column; gap:6px; }
.st-label { font-size:0.8rem; font-weight:600; color:rgba(255,255,255,0.6); margin-top:8px; }
.st-input, .st-select {
    width:100%; padding:10px 12px; border-radius:10px;
    border:1px solid rgba(255,255,255,0.1); background:rgba(255,255,255,0.04);
    color:#fff; font-size:0.88rem; font-family:inherit; outline:none; box-sizing:border-box;
}
.st-input:focus, .st-select:focus, .st-textarea:focus { border-color:#3b82f6; }
.st-select { appearance:none; -webkit-appearance:none; cursor:pointer; }
.st-textarea {
    width:100%; padding:10px 12px; border-radius:10px;
    border:1px solid rgba(255,255,255,0.1); background:rgba(255,255,255,0.04);
    color:#fff; font-size:0.85rem; font-family:inherit; outline:none;
    resize:vertical; box-sizing:border-box; line-height:1.5;
}
.st-chip.selected { background:rgba(59,130,246,0.25)!important; border-color:#3b82f6!important; color:#93c5fd!important; }
.st-checkbox {
    display:flex; align-items:center; gap:8px; padding:8px 12px;
    background:rgba(255,255,255,0.03); border:1px solid rgba(255,255,255,0.08);
    border-radius:8px; font-size:0.82rem; color:rgba(255,255,255,0.7);
    margin-bottom:4px; cursor:pointer;
}
.st-checkbox input { accent-color:#3b82f6; width:16px; height:16px; }
.st-gp-list { display:flex; flex-direction:column; gap:4px; max-height:200px; overflow-y:auto; }
