/* Genesis AI Platform 2.0 — Dock CSS */
/* Core styles are injected inline by dock.js for reliability across themes. */
/* Place custom overrides here. */

/* Black/Gold theme override example:
#gap2-dock-btn {
    background: linear-gradient(135deg, #C9A227, #8B6914);
}
.gap2-head {
    background: linear-gradient(135deg, #060606, #1a1a1a);
    border-bottom: 1px solid #C9A227;
}
.gap2-msg.gap2-ai {
    background: #0d0d0d;
    color: #f5f5f5;
    border: 1px solid rgba(201,162,39,.2);
}
*/
