/* ===================================================
   BENIN OPTIQUE PRO — bo-style.css
   =================================================== */

:root {
  --bo-bleu: #1A56DB; --bo-bleu-fonce: #1035A0; --bo-bleu-clair: #EEF3FF;
  --bo-blanc: #FFFFFF; --bo-gris-clair: #F7F9FC; --bo-gris: #6B7280;
  --bo-texte: #111827; --bo-border: #E5E9F2; --bo-sidebar: #0D1117;
  --bo-font: 'Outfit', -apple-system, sans-serif;
  --bo-font-title: 'Montserrat', -apple-system, sans-serif;
}

/* ── Neutraliser le thème WordPress/Elementor ────── */
/* Masquer header/footer sur les pages dashboard et login */
body.bo-page-dashboard .site-header,
body.bo-page-dashboard .site-footer,
body.bo-page-dashboard #masthead,
body.bo-page-dashboard #colophon,
body.bo-page-login .site-header,
body.bo-page-login .site-footer,
body.bo-page-login #masthead,
body.bo-page-login #colophon,
body.bo-page-login .elementor-section-wrap > *:not(.elementor-section--handles-inside),
body.bo-page-dashboard header.entry-header,
body.bo-page-dashboard .entry-header { display: none !important; }

/* Supprimer padding/margin du conteneur de page */
body.bo-page-dashboard,
body.bo-page-login {
  margin: 0 !important; padding: 0 !important; overflow-x: hidden;
}
body.bo-page-dashboard .site-content,
body.bo-page-dashboard .entry-content,
body.bo-page-dashboard main,
body.bo-page-dashboard #primary,
body.bo-page-dashboard .elementor-widget-container,
body.bo-page-dashboard .elementor-section,
body.bo-page-dashboard .elementor-container,
body.bo-page-dashboard .elementor-column,
body.bo-page-dashboard .elementor-column-wrap,
body.bo-page-login .site-content,
body.bo-page-login .entry-content,
body.bo-page-login main,
body.bo-page-login #primary,
body.bo-page-login .elementor-widget-container,
body.bo-page-login .elementor-section,
body.bo-page-login .elementor-container,
body.bo-page-login .elementor-column,
body.bo-page-login .elementor-column-wrap {
  padding: 0 !important; margin: 0 !important;
  max-width: 100% !important; width: 100% !important;
}

/* ── Reset ──────────────────────────────────────── */
.bo-app, .bo-login-wrap, .bo-client-wrap {
  font-family: var(--bo-font); color: var(--bo-texte);
  box-sizing: border-box; line-height: 1.5;
}
.bo-app *, .bo-login-wrap *, .bo-client-wrap * { box-sizing: border-box; }

/* ── LOGIN ──────────────────────────────────────── */
.bo-login-wrap {
  display: grid; grid-template-columns: 1fr 1fr; min-height: 100vh;
  width: 100vw; position: relative; left: 50%; transform: translateX(-50%);
}
.bo-login-left {
  background: linear-gradient(145deg, #1035A0 0%, #1A56DB 60%, #2563EB 100%);
  padding: 60px; display: flex; flex-direction: column;
  justify-content: center; position: relative; overflow: hidden;
}
.bo-login-left::before {
  content: ''; position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 28px 28px;
}
.bo-login-left-dark {
  background: linear-gradient(145deg, #0D1117 0%, #1F2937 70%, #374151 100%);
}
.bo-logo { display: flex; align-items: center; gap: 12px; margin-bottom: 48px; position: relative; z-index: 1; }
.bo-logo-icon { width: 44px; height: 44px; background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.2); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 22px; }
.bo-logo-dark { background: rgba(26,86,219,0.3) !important; border-color: rgba(26,86,219,0.4) !important; }
.bo-logo span { font-family: var(--bo-font-title); font-size: 20px; font-weight: 900; color: white; letter-spacing: -0.5px; }
.bo-logo span em { color: #93C5FD; font-style: normal; }
.bo-role-tag { display: inline-block; background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.2); color: #BAD8FF; font-size: 12px; font-weight: 600; padding: 6px 14px; border-radius: 100px; letter-spacing: 1px; margin-bottom: 20px; position: relative; z-index: 1; }
.bo-role-gerant { background: rgba(26,86,219,0.2) !important; border-color: rgba(26,86,219,0.3) !important; color: #93C5FD !important; }
.bo-panel-title { font-family: var(--bo-font-title); font-size: 38px; font-weight: 900; line-height: 1.12; letter-spacing: -1.5px; color: white; margin-bottom: 16px; position: relative; z-index: 1; }
.bo-panel-title em { color: #93C5FD; font-style: normal; display: block; }
.bo-panel-desc { font-size: 16px; color: #BFDBFE; line-height: 1.7; margin-bottom: 40px; position: relative; z-index: 1; max-width: 360px; }
.bo-features { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 14px; position: relative; z-index: 1; }
.bo-features li { display: flex; align-items: center; gap: 12px; font-size: 15px; color: #DBEAFE; }
.bo-features li span { width: 32px; height: 32px; background: rgba(255,255,255,0.1); border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.bo-features-dark li { color: #D1D5DB; }
.bo-panel-foot { position: absolute; bottom: 32px; left: 60px; font-size: 13px; color: rgba(255,255,255,0.25); z-index: 1; }
.bo-panel-foot-dark { color: rgba(255,255,255,0.15) !important; }

.bo-login-right { display: flex; align-items: center; justify-content: center; padding: 60px; background: white; }
.bo-form-container { width: 100%; max-width: 400px; }
.bo-form-container h2 { font-family: var(--bo-font-title); font-size: 28px; font-weight: 900; letter-spacing: -1px; color: var(--bo-texte); margin-bottom: 8px; }
.bo-form-sub { font-size: 15px; color: var(--bo-gris); margin-bottom: 28px; }
.bo-gerant-badge { display: inline-flex; align-items: center; gap: 8px; background: var(--bo-bleu-clair); border: 1px solid #C7D9FF; color: var(--bo-bleu); font-size: 13px; font-weight: 600; padding: 8px 16px; border-radius: 100px; margin-bottom: 24px; }
.bo-badge-dot { width: 8px; height: 8px; background: var(--bo-bleu); border-radius: 50%; }

/* FORM */
.bo-form { margin-top: 8px; }
.bo-field { margin-bottom: 18px; }
.bo-field label { display: block; font-size: 13px; font-weight: 600; color: #374151; margin-bottom: 7px; }
.bo-input-wrap { position: relative; }
.bo-input-wrap .bo-input-icon { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); font-size: 15px; pointer-events: none; }
.bo-form input[type="text"], .bo-form input[type="password"], .bo-form input[type="email"], .bo-form input[type="tel"],
.bo-field input, .bo-field select, .bo-field textarea {
  width: 100%; background: #F7F9FC; border: 1.5px solid var(--bo-border); color: var(--bo-texte);
  border-radius: 10px; padding: 12px 14px 12px 42px; font-size: 15px; font-family: var(--bo-font);
  transition: all 0.2s; outline: none;
}
.bo-field input, .bo-field select, .bo-field textarea { padding: 12px 14px; }
.bo-form input:focus, .bo-field input:focus, .bo-field select:focus, .bo-field textarea:focus {
  border-color: var(--bo-bleu); background: white; box-shadow: 0 0 0 3px rgba(26,86,219,0.1);
}
.bo-remember { display: flex; align-items: center; gap: 8px; font-size: 14px; color: var(--bo-gris); margin-bottom: 24px; cursor: pointer; }
.bo-remember input { width: auto !important; padding: 0 !important; accent-color: var(--bo-bleu); }
.bo-btn-login { width: 100%; background: linear-gradient(135deg, #1A56DB, #2563EB); color: white; border: none; border-radius: 10px; padding: 15px; font-size: 16px; font-weight: 700; font-family: var(--bo-font-title); letter-spacing: -0.3px; cursor: pointer; transition: all 0.2s; box-shadow: 0 4px 16px rgba(26,86,219,0.3); }
.bo-btn-login:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(26,86,219,0.4); }
.bo-btn-dark { background: linear-gradient(135deg, #111827, #1F2937) !important; box-shadow: 0 4px 16px rgba(0,0,0,0.2) !important; }
.bo-form-footer { text-align: center; margin-top: 28px; padding-top: 24px; border-top: 1px solid #F3F4F6; font-size: 14px; color: #9CA3AF; }
.bo-form-footer a { color: var(--bo-bleu); font-weight: 600; text-decoration: none; }

/* ── APP (sidebar + main) ────────────────────────── */
.bo-app { display: flex; min-height: 100vh; width: 100vw; position: relative; left: 50%; transform: translateX(-50%); }
.bo-sidebar { width: 260px; background: var(--bo-sidebar); min-height: 100%; display: flex; flex-direction: column; position: sticky; top: 0; height: 100vh; }
.bo-sidebar-logo { padding: 24px 24px 16px; border-bottom: 1px solid rgba(255,255,255,0.06); }
.bo-logo-wrap { display: flex; align-items: center; gap: 10px; }
.bo-logo-icon-sm { width: 34px; height: 34px; background: var(--bo-bleu); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 16px; }
.bo-logo-text { font-family: var(--bo-font-title); font-size: 16px; font-weight: 900; color: white; letter-spacing: -0.3px; }
.bo-logo-text em { color: #60A5FA; font-style: normal; }
.bo-role-pill { display: inline-block; background: rgba(26,86,219,0.2); color: #93C5FD; font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 100px; margin-top: 8px; }
.bo-role-gerant-pill { background: rgba(234,179,8,0.15) !important; color: #FDE047 !important; border: 1px solid rgba(234,179,8,0.2); }
.bo-sidebar-user { padding: 14px 20px; border-bottom: 1px solid rgba(255,255,255,0.06); display: flex; align-items: center; gap: 10px; }
.bo-avatar { width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--bo-font-title); font-weight: 800; font-size: 13px; color: white; flex-shrink: 0; }
.bo-avatar-blue { background: linear-gradient(135deg, var(--bo-bleu), #60A5FA); }
.bo-avatar-green { background: linear-gradient(135deg, #16A34A, #4ADE80); }
.bo-avatar-purple { background: linear-gradient(135deg, #9333EA, #C084FC); }
.bo-avatar-yellow { background: linear-gradient(135deg, #EAB308, #FDE047); color: #0D1117 !important; }
.bo-uname { font-size: 14px; font-weight: 600; color: white; }
.bo-urole { font-size: 12px; color: #6B7280; margin-top: 1px; }
.bo-nav { padding: 14px 10px; flex: 1; overflow-y: auto; }
.bo-nav-label { font-size: 11px; color: #4B5563; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; padding: 0 10px; margin: 14px 0 6px; }
.bo-nav-item { display: flex; align-items: center; gap: 10px; padding: 9px 10px; border-radius: 8px; margin-bottom: 2px; color: #9CA3AF; font-size: 14px; font-weight: 500; font-family: var(--bo-font); transition: all 0.2s; cursor: pointer; border: none; background: none; width: 100%; text-align: left; }
.bo-nav-item:hover { background: rgba(255,255,255,0.06); color: white; }
.bo-nav-item.bo-active { background: rgba(26,86,219,0.2); color: #93C5FD; }
.bo-sidebar-foot { padding: 12px 10px; border-top: 1px solid rgba(255,255,255,0.06); }
.bo-logout { display: flex; align-items: center; gap: 10px; padding: 9px 10px; border-radius: 8px; color: #6B7280; font-size: 14px; text-decoration: none; transition: all 0.2s; border: none; background: none; width: 100%; cursor: pointer; font-family: var(--bo-font); }
.bo-logout:hover { background: rgba(239,68,68,0.1); color: #F87171; }

/* MAIN */
.bo-main { flex: 1; display: flex; flex-direction: column; overflow: hidden; }
.bo-topbar { background: white; border-bottom: 1px solid var(--bo-border); padding: 0 28px; height: 62px; display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0; z-index: 50; }
.bo-topbar-title { font-family: var(--bo-font-title); font-size: 17px; font-weight: 900; letter-spacing: -0.5px; color: var(--bo-texte); }
.bo-topbar-right { display: flex; align-items: center; gap: 10px; }
.bo-date { font-size: 13px; color: var(--bo-gris); }
.bo-content { padding: 28px; overflow-y: auto; flex: 1; }

/* STATS */
.bo-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 22px; }
.bo-stat-card { background: white; border-radius: 14px; padding: 20px; border: 1px solid var(--bo-border); transition: transform 0.2s; }
.bo-stat-card:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,0.06); }
.bo-stat-top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 12px; }
.bo-stat-icon { width: 42px; height: 42px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 20px; }
.bo-stat-icon.blue { background: #EEF3FF; } .bo-stat-icon.green { background: #F0FDF4; }
.bo-stat-icon.purple { background: #FDF4FF; } .bo-stat-icon.orange { background: #FFF7ED; }
.bo-stat-icon.yellow { background: #FEFCE8; }
.bo-stat-num { font-family: var(--bo-font-title); font-size: 30px; font-weight: 900; letter-spacing: -1.5px; color: var(--bo-texte); }
.bo-stat-label { font-size: 13px; color: var(--bo-gris); margin-top: 4px; }

/* CARD */
.bo-card { background: white; border-radius: 14px; border: 1px solid var(--bo-border); margin-bottom: 18px; overflow: hidden; }
.bo-card-head { display: flex; justify-content: space-between; align-items: center; padding: 18px 22px; border-bottom: 1px solid var(--bo-border); }
.bo-card-head h3 { font-family: var(--bo-font-title); font-size: 14px; font-weight: 800; letter-spacing: -0.3px; color: var(--bo-texte); margin: 0; }
.bo-card-body { padding: 20px 22px; }
.bo-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

/* TABLE */
.bo-table-wrap { overflow-x: auto; }
.bo-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.bo-table th { text-align: left; padding: 10px 18px; color: var(--bo-gris); font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; border-bottom: 1px solid var(--bo-border); background: #FAFAFA; }
.bo-table td { padding: 12px 18px; border-bottom: 1px solid #F9FAFB; color: var(--bo-texte); }
.bo-table tr:last-child td { border-bottom: none; }
.bo-table tr:hover td { background: #FAFAFA; }
.bo-loading-row { text-align: center; padding: 28px !important; color: var(--bo-gris); font-style: italic; }

/* BADGES */
.bo-badge { display: inline-block; padding: 3px 10px; border-radius: 100px; font-size: 12px; font-weight: 600; }
.bo-badge.blue { background: #EEF3FF; color: var(--bo-bleu); }
.bo-badge.green { background: #F0FDF4; color: #16A34A; }
.bo-badge.purple { background: #FDF4FF; color: #9333EA; }
.bo-badge.orange { background: #FFF7ED; color: #EA580C; }

/* BUTTONS */
.bo-btn-primary { background: var(--bo-bleu); color: white; border: none; border-radius: 8px; padding: 9px 18px; font-size: 14px; font-weight: 600; font-family: var(--bo-font); cursor: pointer; transition: all 0.2s; box-shadow: 0 2px 8px rgba(26,86,219,0.25); }
.bo-btn-primary:hover { background: var(--bo-bleu-fonce); transform: translateY(-1px); }
.bo-btn-full { width: 100%; padding: 14px; font-size: 15px; margin-top: 4px; }
.bo-btn-green { background: #F0FDF4; color: #16A34A; border: 1px solid #BBF7D0; border-radius: 8px; padding: 9px 16px; font-size: 14px; font-weight: 600; font-family: var(--bo-font); cursor: pointer; transition: all 0.2s; }
.bo-btn-green:hover { background: #DCFCE7; }
.bo-btn-red { background: #FEF2F2; color: #DC2626; border: 1px solid #FECACA; border-radius: 8px; padding: 9px 18px; font-size: 14px; font-weight: 600; font-family: var(--bo-font); cursor: pointer; }
.bo-btn-sm { border: 1px solid var(--bo-border); background: white; color: var(--bo-gris); border-radius: 6px; padding: 6px 12px; font-size: 13px; font-weight: 500; font-family: var(--bo-font); cursor: pointer; transition: all 0.2s; }
.bo-btn-sm:hover { border-color: var(--bo-bleu); color: var(--bo-bleu); }
.bo-btn-sm.green { background: #F0FDF4; color: #16A34A; border-color: #BBF7D0; }
.bo-btn-sm.purple { background: #FDF4FF; color: #9333EA; border-color: #E9D5FF; }
.bo-action-btn { background: none; border: 1px solid var(--bo-border); border-radius: 6px; padding: 5px 8px; cursor: pointer; font-size: 13px; transition: all 0.2s; margin-right: 4px; }
.bo-action-btn:hover { background: var(--bo-gris-clair); }

/* MODALS */
.bo-modal { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.5); z-index: 9999; align-items: center; justify-content: center; padding: 16px; backdrop-filter: blur(4px); }
.bo-modal.bo-open { display: flex; }
.bo-modal-box { background: white; border-radius: 18px; width: 100%; max-width: 520px; max-height: 90vh; overflow-y: auto; box-shadow: 0 24px 60px rgba(0,0,0,0.2); animation: boModalIn 0.3s ease; }
.bo-modal-large { max-width: 660px; }
.bo-modal-head { display: flex; justify-content: space-between; align-items: center; padding: 18px 22px; border-bottom: 1px solid var(--bo-border); }
.bo-modal-head h3 { font-family: var(--bo-font-title); font-size: 16px; font-weight: 900; letter-spacing: -0.3px; color: var(--bo-texte); margin: 0; }
.bo-modal-close { background: none; border: none; font-size: 18px; color: var(--bo-gris); cursor: pointer; padding: 4px; border-radius: 4px; }
.bo-modal-body { padding: 22px; }
.bo-modal-foot { display: flex; justify-content: flex-end; gap: 10px; padding: 14px 22px; border-top: 1px solid var(--bo-border); }

/* FORM ROWS */
.bo-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.bo-info-box { background: var(--bo-bleu-clair); border: 1px solid #C7D9FF; border-radius: 10px; padding: 12px 14px; font-size: 13px; color: #1035A0; margin-bottom: 16px; }
.bo-alert { border-radius: 8px; padding: 10px 14px; font-size: 14px; margin-bottom: 14px; }
.bo-alert-error { background: #FEF2F2; border: 1px solid #FECACA; color: #DC2626; }
.bo-alert-success { background: #F0FDF4; border: 1px solid #BBF7D0; color: #16A34A; }

/* ANALYSE MODALS */
.bo-photo-zone { border: 2px dashed var(--bo-border); border-radius: 12px; padding: 36px 16px; text-align: center; cursor: pointer; transition: all 0.2s; margin-bottom: 14px; }
.bo-photo-zone:hover { border-color: var(--bo-bleu); background: var(--bo-bleu-clair); }
.bo-ia-loading { text-align: center; padding: 36px; }
.bo-spinner { width: 40px; height: 40px; border: 3px solid #E5E9F2; border-top-color: var(--bo-bleu); border-radius: 50%; animation: boSpin 0.8s linear infinite; margin: 0 auto 14px; }
.bo-result-card { background: var(--bo-bleu-clair); border: 1px solid #C7D9FF; border-radius: 12px; padding: 18px; margin-bottom: 14px; }
.bo-result-card h4 { font-family: var(--bo-font-title); font-size: 13px; font-weight: 800; color: #374151; margin-bottom: 6px; }
.bo-result-value { font-family: var(--bo-font-title); font-size: 22px; font-weight: 900; color: var(--bo-bleu); letter-spacing: -0.5px; }
.bo-reco-title { font-family: var(--bo-font-title); font-size: 13px; font-weight: 800; color: #374151; margin: 14px 0 8px; }
.bo-reco-item { background: white; border: 1px solid var(--bo-border); border-radius: 8px; padding: 12px 14px; margin-bottom: 8px; }
.bo-reco-item strong { font-size: 14px; color: var(--bo-texte); }
.bo-reco-item p { font-size: 13px; color: var(--bo-gris); margin: 4px 0 0; }
.bo-reco-good { border-left: 3px solid #86EFAC; }
.bo-reco-avoid { border-left: 3px solid #FCA5A5; }
.bo-conseil-box { background: #F0FDF4; border: 1px solid #BBF7D0; border-radius: 10px; padding: 14px; margin-top: 12px; font-size: 14px; color: #166534; }
.bo-conseil-blue { background: var(--bo-bleu-clair) !important; border-color: #C7D9FF !important; color: #1035A0 !important; }
.bo-prix { background: var(--bo-bleu); color: white; padding: 2px 8px; border-radius: 4px; font-size: 12px; margin-left: 8px; font-weight: 600; }
.bo-ord-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 14px; }
.bo-eye-title { font-family: var(--bo-font-title); font-size: 14px; font-weight: 800; margin-bottom: 12px; }
.bo-eye-title.blue { color: var(--bo-bleu); }
.bo-eye-title.indigo { color: #2563EB; }

/* EMPLOYE PERF */
.bo-employe-perf-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.bo-emp-card { background: var(--bo-gris-clair); border-radius: 12px; padding: 18px; border: 1px solid var(--bo-border); transition: transform 0.2s; }
.bo-emp-card:hover { transform: translateY(-2px); }
.bo-emp-head { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; padding-bottom: 14px; border-bottom: 1px solid var(--bo-border); }
.bo-emp-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }
.bo-kpi { text-align: center; }
.bo-kpi-num { font-family: var(--bo-font-title); font-size: 20px; font-weight: 900; letter-spacing: -0.5px; color: var(--bo-texte); }
.bo-kpi-lbl { font-size: 11px; color: var(--bo-gris); margin-top: 2px; }
.bo-progress-bar { background: #E5E7EB; border-radius: 100px; height: 5px; margin-top: 12px; overflow: hidden; }
.bo-progress-fill { height: 100%; border-radius: 100px; background: linear-gradient(90deg, var(--bo-bleu), #60A5FA); }

/* SELECT & INPUT SM */
.bo-select-sm, .bo-search-input { border: 1px solid var(--bo-border); border-radius: 8px; padding: 6px 12px; font-size: 13px; font-family: var(--bo-font); background: white; color: var(--bo-texte); outline: none; }
.bo-search-input { width: 200px; }
.bo-input-lg { width: 100%; border: 1.5px solid var(--bo-border); border-radius: 10px; padding: 14px 16px; font-size: 16px; font-family: var(--bo-font); background: var(--bo-gris-clair); color: var(--bo-texte); outline: none; transition: all 0.2s; }
.bo-input-lg:focus { border-color: var(--bo-bleu); background: white; box-shadow: 0 0 0 3px rgba(26,86,219,0.1); }

/* CLIENT ESPACE */
.bo-client-wrap { max-width: 640px; margin: 0 auto; padding: 20px 0; }
.bo-step-header { text-align: center; margin-bottom: 28px; }
.bo-step-icon { font-size: 48px; margin-bottom: 14px; }
.bo-step-header h2 { font-family: var(--bo-font-title); font-size: 26px; font-weight: 900; letter-spacing: -1px; color: var(--bo-texte); margin-bottom: 8px; }
.bo-step-header p { font-size: 15px; color: var(--bo-gris); }
.bo-client-card { background: white; border: 1px solid var(--bo-border); border-radius: 16px; padding: 28px; margin-bottom: 20px; }
.bo-card-section-title { font-family: var(--bo-font-title); font-size: 14px; font-weight: 800; color: var(--bo-texte); margin-bottom: 14px; }
.bo-actions-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 20px; }
.bo-action-card { background: white; border: 1.5px solid var(--bo-border); border-radius: 14px; padding: 24px 16px; text-align: center; cursor: pointer; transition: all 0.25s; font-family: var(--bo-font); }
.bo-action-card:hover { border-color: var(--bo-bleu); background: var(--bo-bleu-clair); transform: translateY(-3px); box-shadow: 0 8px 24px rgba(26,86,219,0.1); }
.bo-action-icon { font-size: 40px; margin-bottom: 12px; }
.bo-action-label { font-family: var(--bo-font-title); font-size: 15px; font-weight: 800; letter-spacing: -0.3px; color: var(--bo-texte); margin-bottom: 4px; }
.bo-action-sub { font-size: 13px; color: var(--bo-gris); }

/* KEYFRAMES */
@keyframes boSpin { to { transform: rotate(360deg); } }
@keyframes boModalIn { from { opacity: 0; transform: scale(0.96) translateY(10px); } to { opacity: 1; transform: scale(1) translateY(0); } }

/* RESPONSIVE */
@media (max-width: 900px) {
  .bo-login-wrap { grid-template-columns: 1fr; }
  .bo-login-left { display: none; }
  .bo-app { flex-direction: column; }
  .bo-sidebar { width: 100%; height: auto; position: static; }
  .bo-stats-grid, .bo-employe-perf-grid { grid-template-columns: 1fr 1fr; }
  .bo-grid-2 { grid-template-columns: 1fr; }
  .bo-ord-grid { grid-template-columns: 1fr; }
  .bo-actions-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .bo-stats-grid { grid-template-columns: 1fr 1fr; }
  .bo-employe-perf-grid { grid-template-columns: 1fr; }
  .bo-form-row { grid-template-columns: 1fr; }
}
