:root{--atlas:#005a54;--bg:#f5f7f8;--text:#172326;--muted:#647078;--line:#dfe5e7;--danger:#b42318;--warn:#b76e00;--ok:#137333}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;background:var(--bg);color:var(--text)}a{color:var(--atlas);text-decoration:none}a:hover{text-decoration:underline}.layout{display:flex;min-height:100vh}.sidebar{width:250px;background:#0b1f22;color:#fff;padding:24px;position:fixed;inset:0 auto 0 0}.brand{font-weight:800;font-size:22px}.brand-sub{color:#b9c7ca;font-size:13px;margin:4px 0 24px}.nav a{display:block;color:#e9f2f3;padding:11px 12px;border-radius:10px;margin:5px 0}.nav a.active,.nav a:hover{background:rgba(255,255,255,.12);text-decoration:none}.footer-note{font-size:12px;color:#b9c7ca;position:absolute;bottom:24px;left:24px;right:24px}.main{margin-left:250px;width:calc(100% - 250px);padding:28px}.container{max-width:1180px;margin:auto}.topbar{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-bottom:20px}.card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:22px;margin:18px 0;box-shadow:0 1px 2px rgba(0,0,0,.03)}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:16px}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:16px}.metric{font-size:40px;font-weight:800;color:var(--atlas);line-height:1}.label,.muted{color:var(--muted)}.small{font-size:12px}.btn{display:inline-block;background:var(--atlas);color:#fff;border:none;border-radius:10px;padding:10px 14px;font-weight:700;cursor:pointer}.btn:hover{color:#fff;text-decoration:none;filter:brightness(.95)}.btn.secondary{background:#eef4f4;color:var(--atlas)}.table{width:100%;border-collapse:collapse}.table th,.table td{border-bottom:1px solid var(--line);padding:10px;text-align:left;vertical-align:top}.table th{font-size:12px;text-transform:uppercase;color:#59666b;background:#fafcfc}.badge{display:inline-block;border-radius:999px;background:#edf2f2;color:#233;padding:4px 8px;font-size:12px;font-weight:700}.badge.ok,.badge.completed,.badge.connected,.badge.done,.badge.info{background:#e6f4ea;color:#137333}.badge.medium,.badge.receiving,.badge.processing,.badge.warn{background:#fff4e5;color:#9a5a00}.badge.high,.badge.critical,.badge.failed,.badge.error{background:#feeceb;color:#b42318}.badge.low,.badge.watch,.badge.pending{background:#eef2ff;color:#344999}.notice{padding:12px 14px;border-radius:10px;margin:12px 0;background:#eef4f4}.notice.error{background:#feeceb;color:#b42318}.notice.warn{background:#fff4e5;color:#9a5a00}.form-row{margin:14px 0}.form-row label{display:block;font-weight:700;margin-bottom:6px}.input,select{width:100%;padding:11px;border:1px solid var(--line);border-radius:10px}.codebox{background:#f1f5f6;border:1px solid var(--line);border-radius:10px;padding:12px;font-family:ui-monospace,Menlo,monospace;word-break:break-all}.auth{max-width:520px;margin:60px auto;padding:0 20px}.auth .brand{color:var(--atlas);margin-bottom:16px}.site-hero{display:flex;justify-content:space-between;gap:18px;align-items:flex-start}.site-actions{min-width:260px;text-align:right}.timeline{display:flex;gap:10px;flex-wrap:wrap}.timeline-item{padding:9px 12px;border-radius:999px;background:#edf2f2;color:#647078;font-weight:700}.timeline-item.done{background:#e6f4ea;color:#137333}.affected{font-size:12px;color:#566;max-width:360px;word-break:break-word}@media(max-width:800px){.sidebar{position:static;width:100%}.layout{display:block}.main{margin-left:0;width:100%;padding:16px}.grid-2{grid-template-columns:1fr}.site-hero{display:block}.site-actions{text-align:left}}
.highlight{border-color:#b7d9d5;background:linear-gradient(180deg,#ffffff,#f2fbfa)}.onboarding-head,.report-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;margin-top:12px}.step{display:flex;align-items:center;gap:10px;padding:12px;border:1px solid var(--line);border-radius:12px;background:#fafcfc;color:var(--text)}.step:hover{text-decoration:none;background:#f0f7f6}.step.done{border-color:#c6e7d0;background:#ecf8ef}.step-number{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:28px;border-radius:999px;background:#dfe5e7;font-weight:800}.step.done .step-number{background:#137333;color:#fff}.status-pills{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.status-pills span,.status{display:inline-block;border-radius:999px;background:#edf2f2;color:#233;padding:5px 9px;font-size:12px;font-weight:700}.status.todo{background:#fff4e5;color:#9a5a00}.status.in_progress{background:#eef2ff;color:#344999}.status.resolved{background:#e6f4ea;color:#137333}.status.ignored{background:#f1f1f1;color:#666}.status.watch{background:#fff8cc;color:#756000}.tabs{display:flex;flex-wrap:wrap;gap:8px}.tabs a{padding:8px 10px;border-radius:999px;background:#eef4f4;font-weight:700}.tabs a.active{background:var(--atlas);color:#fff}.inline-form{display:flex;gap:6px;align-items:center;margin-top:8px}.inline-form select{width:auto;min-width:120px;padding:7px}.btn.tiny{padding:7px 9px;font-size:12px}.report-summary{border-left:5px solid var(--atlas)}textarea.input{font-family:inherit;min-height:120px}.help{font-size:12px;color:var(--muted)}@media(max-width:800px){.onboarding-head,.report-head{display:block}.inline-form{display:block}.inline-form select{width:100%;margin:6px 0}}
.btn.danger { background:#b42318; color:#fff; border-color:#b42318; }
.btn.danger:hover { filter:brightness(.95); }

.admin-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.muted-row{opacity:.6}.danger-text{color:#b42318;font-weight:700}.badge.disabled,.badge.suspended,.badge.deleted{background:#feeceb;color:#b42318}.badge.free,.badge.beta,.badge.starter,.badge.pro,.badge.agency{background:#eef4f4;color:#005a54}

.ai-card{border-color:#cfe7e4}.ai-text{white-space:normal;line-height:1.55}.client-mode{background:#fbf8f1}.client-note{margin-top:8px;padding:8px 10px;border-left:3px solid var(--atlas);background:#f3faf9;border-radius:8px;color:#405055}.badge.openai{background:#e6f4ea;color:#137333}.badge.local_fallback{background:#fff4e5;color:#9a5a00}.admin-ai-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:16px}@media(max-width:800px){.admin-ai-grid{grid-template-columns:1fr}}
.code-block{white-space:pre-wrap;overflow:auto;max-height:420px;background:#0f172a;color:#e5e7eb;border-radius:12px;padding:14px;font-size:12px;line-height:1.5}


/* v0.7.6 — présentation IA renforcée */
.section-title-row{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:8px}.ai-paragraphs{line-height:1.65;font-size:16px}.ai-paragraphs p{margin:0 0 12px}.ai-paragraphs p:last-child{margin-bottom:0}.ai-paragraphs.client{font-size:15.5px}.ai-priority-list{counter-reset:item;list-style:none;padding:0;margin:12px 0 0;display:grid;gap:12px}.ai-priority-list li{display:grid;grid-template-columns:112px 1fr;gap:12px;align-items:start;padding:12px 14px;border:1px solid #dbecea;background:#f7fcfb;border-radius:12px;line-height:1.55}.ai-priority-badge{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#005a54;color:#fff;font-weight:800;font-size:12px;padding:6px 10px;white-space:nowrap}.client-mode .ai-paragraphs p{background:rgba(255,255,255,.55);border-left:3px solid #f0c878;padding:10px 12px;border-radius:10px}.ai-bullet-list{padding-left:0;list-style:none;margin:10px 0;display:grid;gap:8px}.ai-bullet-list li{position:relative;padding:9px 10px 9px 34px;border-radius:10px;background:#f8fbfb;border:1px solid #e3eeee;line-height:1.5}.ai-bullet-list li:before{content:"✓";position:absolute;left:11px;top:9px;color:#005a54;font-weight:900}.card.ai-card h2,.client-mode h2,.report-summary h2{margin-bottom:4px}.client-note{line-height:1.45}@media(max-width:800px){.ai-priority-list li{grid-template-columns:1fr}.ai-priority-badge{justify-content:flex-start;width:max-content}}


/* v0.7.6 — plan d’action en vraies cartes */
.ai-action-stack{display:grid;gap:12px;margin-top:14px}.ai-action-item{display:grid;grid-template-columns:42px 1fr;gap:12px;align-items:start;padding:14px;border:1px solid #dbecea;background:#f8fcfb;border-radius:14px}.ai-action-rank{width:34px;height:34px;border-radius:999px;background:#005a54;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:15px}.ai-action-copy strong{display:block;font-size:13px;text-transform:uppercase;letter-spacing:.04em;color:#005a54;margin-bottom:5px}.ai-action-copy p{margin:0;line-height:1.45}.ai-card{padding:24px}.client-mode{background:linear-gradient(180deg,#fffaf1,#ffffff)}.client-mode .ai-paragraphs p{font-size:15.5px;line-height:1.55;margin-bottom:12px}.report-summary .ai-paragraphs{max-width:920px}.report-summary .ai-paragraphs p:first-child{font-size:17px;font-weight:650}.ai-card .muted.small{margin-bottom:14px}.ai-bullet-list li{font-size:15.5px}.code-block{font-size:11.5px}@media(max-width:800px){.ai-action-item{grid-template-columns:1fr}.ai-action-rank{width:30px;height:30px}}
.content-brief-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px}.content-brief-card{border:1px solid #dbecea;background:#fbfefe;border-radius:14px;padding:16px}.content-brief-card h3{margin-top:0}.content-brief-card ul{margin-top:8px}.content-cluster{border:1px solid #e4eeee;border-radius:14px;padding:16px;margin:12px 0;background:#fbfdfd}.content-cluster h3{margin-top:0}.content-cluster ul{margin-bottom:0}.content-cluster li{margin:6px 0}.table .badge.high{background:#feeceb;color:#b42318}.table .badge.medium{background:#fff4e5;color:#9a5a00}
