.scr-card {
    margin-bottom: 36px;
    padding: 28px;
    background: #fff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    position: relative;
}

.scr-card::before {
    content: "IA ready";
    position: absolute;
    top: -10px;
    left: 24px;
    background: #7c3aed;
    color: white;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 11px;
    border-radius: 20px;
}

.scr-card label {
    font-weight: 600;
    color: #1e293b;
    font-size: 15px;
    margin-bottom: 12px;
    display: block;
}

.scr-card textarea {
    width: 100%;
    height: 260px;
    padding: 18px;
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    font-family: 'JetBrains Mono', Consolas, monospace;
    font-size: 14.5px;
    background: #fcfcfc;
    resize: vertical;
    line-height: 1.6;
}

.scr-card textarea:focus {
    outline: none;
    border-color: #7c3aed;
    box-shadow: 0 0 0 3px rgba(124,58,237,0.15);
}

.scr-card .remove-card {
    margin-top: 12px;
    background: #ef4444;
    color: white;
    border: none;
    padding: 7px 16px;
    border-radius: 8px;
    font-size: 13px;
}

#slide-custom-css {
    width: 100%;
    min-height: 260px;          /* même hauteur que les autres */
    padding: 20px;
    border-radius: 14px;
    border: 1px solid #334155;
    background: #1e1e1e;
    color: #e2e8f0;
    font-family: 'JetBrains Mono', Consolas, monospace;
    font-size: 14.5px;
    resize: vertical;
    line-height: 1.6;
    margin-top: 8px;
}

#slide-custom-css:focus,
.scr-card textarea:focus {
    outline: none;
    border-color: #7c3aed;
    box-shadow: 0 0 0 4px rgba(124,58,237,0.2);
}
