/* CRM V79 Gemini OAuth UI */
.crm-v79-ai-card{max-width:860px!important;}
.crm-v79-auth-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;padding:5px;border:1px solid #dbe4ef;border-radius:12px;background:#f6f9fc;}
.crm-v79-auth-tabs button{height:40px;border:0;border-radius:9px;background:transparent;color:#40546d;font-size:12px;font-weight:850;cursor:pointer;}
.crm-v79-auth-tabs button.active{background:#fff;color:#ff5c35;box-shadow:0 3px 10px rgba(15,23,42,.08);}
.crm-v79-oauth-section{grid-column:1/-1;border:1px solid #dbe4ef;border-radius:15px;background:#fbfcfe;padding:16px;}
.crm-v79-oauth-title-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px;}
.crm-v79-oauth-title-row>div{display:flex;flex-direction:column;gap:3px;}
.crm-v79-oauth-title-row strong{font-size:14px;color:#10243f;}
.crm-v79-oauth-title-row span{font-size:11px;color:#71849d;}
.crm-v79-oauth-badge{display:inline-flex!important;align-items:center;justify-content:center;min-height:30px;padding:0 11px;border-radius:999px;font-size:10px!important;font-weight:900;white-space:nowrap;}
.crm-v79-oauth-badge.connected{background:#eafaf2;color:#087d4a;border:1px solid #bfead5;}
.crm-v79-oauth-badge.disconnected{background:#fff3ef;color:#c34728;border:1px solid #ffd0c2;}
.crm-v79-oauth-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;}
.crm-v79-copy-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:7px;}
.crm-v79-copy-row .btn{height:42px!important;}
.crm-v79-oauth-help{margin-top:12px;padding:11px 12px;border-radius:10px;background:#eef6ff;color:#315779;font-size:11px;line-height:1.5;}
.crm-v79-oauth-account{margin-top:10px;color:#40546d;font-size:11.5px;font-weight:750;}
.crm-v79-oauth-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:13px;}
.crm-v79-oauth-actions .btn{min-height:40px!important;height:40px!important;}
body.crm-night-mode .crm-v79-auth-tabs,body.crm-night-mode .crm-v79-oauth-section{background:#252c33;border-color:#46515e;}
body.crm-night-mode .crm-v79-auth-tabs button.active{background:#323b45;}
body.crm-night-mode .crm-v79-oauth-title-row strong{color:#f2f5f8;}
@media(max-width:700px){
  .crm-v79-oauth-grid{grid-template-columns:1fr;}
  .crm-v79-auth-tabs{grid-template-columns:1fr;}
  .crm-v79-oauth-actions{display:grid;grid-template-columns:1fr;}
  .crm-v79-oauth-actions .btn{width:100%;}
}
