:root { color-scheme: light; --ink:#1d1d1b; --muted:#66645f; --paper:#f5f5f5; --white:#fff; --line:#e5e5e5; --accent:#fc8d42; --accent-soft:#fff0e5; --teal:#5cae92; --deep:#2a2a28; --blue:#e4f4fb; --danger:#a63122; --shadow:0 16px 42px rgba(29,29,27,.08); }
* { box-sizing:border-box; }
html,body { width:100%; min-width:0; }
body { margin:0; overflow-x:hidden; background:var(--paper); color:var(--ink); font:15px/1.5 Inter, ui-sans-serif, system-ui, -apple-system, sans-serif; }
button,input,select { font:inherit; }
button { cursor:pointer; }
.topbar { height:68px; display:flex; align-items:center; justify-content:space-between; padding:0 max(24px, calc((100vw - 1180px)/2)); background:var(--ink); color:#fff; }
.brand-lockup { display:flex; align-items:center; gap:12px; }.brand-lockup img { display:block; width:104px; height:auto; }
.environment { margin-left:10px; padding:4px 8px; border:1px solid #63706a; border-radius:7px; color:var(--accent); font-size:12px; }
.live { font-size:13px; color:#cbd4d0; }.live span { display:inline-block; width:8px; height:8px; margin-right:7px; border-radius:50%; background:var(--accent); box-shadow:0 0 0 4px #c8ff4f22; }
.topbar-actions { display:flex; align-items:center; gap:18px; }.logout { border:1px solid #ffffff24; border-radius:8px; padding:7px 10px; color:#f5f5f5; background:#ffffff0a; font-size:12px; }.logout:hover { background:#ffffff14; }
main { width:100%; max-width:1180px; margin:auto; padding:44px 24px 80px; }
.hero { display:grid; grid-template-columns:1fr 320px; gap:48px; align-items:end; padding-bottom:38px; }
.eyebrow { margin:0 0 8px; color:#567064; font-size:12px; font-weight:800; letter-spacing:.1em; text-transform:uppercase; }
h1 { max-width:760px; margin:0; font-size:clamp(38px,6vw,72px); line-height:.98; letter-spacing:-.055em; }
.hero>div>p:last-child { max-width:690px; color:var(--muted); font-size:17px; }
.target-card { padding:24px; border:1px solid #f5c9a6; border-radius:18px; background:var(--accent-soft); }.target-card span,.target-card small { display:block; }.target-card strong { display:block; margin:8px 0 2px; font-size:24px; }.target-card small { letter-spacing:.14em; }
.tabs { display:flex; gap:4px; overflow:auto; padding:5px; border:1px solid var(--line); border-radius:12px; background:#e9ede9; }
.tab { border:0; border-radius:8px; padding:10px 16px; background:transparent; color:var(--muted); white-space:nowrap; }.tab.active { background:var(--white); color:var(--ink); box-shadow:0 1px 4px #17201d12; }
.view { display:none; padding-top:36px; }.view.active { display:block; }
.section-heading { display:flex; justify-content:space-between; align-items:end; gap:20px; margin-bottom:20px; }.section-heading h2 { margin:0; font-size:30px; letter-spacing:-.03em; }
.steps { display:grid; gap:10px; padding:0; list-style:none; }.steps li { display:flex; align-items:center; gap:16px; padding:18px 20px; border:1px solid var(--line); border-radius:14px; background:var(--white); }.steps b { display:grid; place-items:center; flex:0 0 34px; height:34px; border-radius:50%; background:var(--ink); color:var(--accent); }.steps strong,.steps span { display:block; }.steps span { color:var(--muted); }
.notice { margin-top:18px; padding:16px 18px; border-left:4px solid #6b87a1; background:var(--blue); }
.primary,.secondary { border-radius:9px; padding:10px 15px; font-weight:750; }.primary { border:1px solid var(--ink); background:var(--ink); color:white; }.secondary { border:1px solid var(--line); background:white; color:var(--ink); }
.split { display:grid; grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr); gap:20px; }.cards { display:grid; gap:10px; }.card,.detail,.panel,.slot-card { padding:20px; border:1px solid var(--line); border-radius:14px; background:var(--white); }.card { text-align:left; cursor:pointer; }.card:hover { border-color:#9aaa9f; }.card-head { display:flex; justify-content:space-between; gap:12px; }.meta { margin-top:8px; color:var(--muted); font-size:13px; }.badge { display:inline-block; padding:3px 8px; border-radius:999px; background:#e8ece9; font-size:11px; font-weight:800; }.badge.ai,.badge.active { background:var(--accent); }.badge.manual { background:var(--blue); }
.detail { min-height:280px; }.transcript { padding:12px 0; border-top:1px solid var(--line); }.transcript p { margin:4px 0; }.transcript small { color:var(--muted); }
.hidden { display:none; }.panel { margin-bottom:22px; }.form-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }.form-grid label { color:var(--muted); font-size:12px; font-weight:750; }.form-grid input,.form-grid select { width:100%; margin-top:5px; padding:10px 11px; border:1px solid #bbc5bf; border-radius:8px; background:white; color:var(--ink); }.form-actions { display:flex; align-items:center; gap:12px; margin-top:16px; }
.table-wrap { width:100%; max-width:100%; overflow:auto; border:1px solid var(--line); border-radius:14px; background:white; }table { width:100%; border-collapse:collapse; }th,td { padding:14px 16px; border-bottom:1px solid var(--line); text-align:left; vertical-align:top; }th { color:var(--muted); font-size:11px; letter-spacing:.06em; text-transform:uppercase; }td small { display:block; color:var(--muted); }
.slot-card { display:flex; justify-content:space-between; align-items:center; gap:18px; margin-bottom:28px; }.slot-time { font-size:24px; font-weight:800; letter-spacing:-.03em; }.empty { padding:28px; color:var(--muted); text-align:center; border:1px dashed #bbc5bf; border-radius:12px; }
.benchmark-grid { display:grid; grid-template-columns:minmax(0,1.5fr) minmax(280px,.7fr); gap:20px; }.form-grid.two { grid-template-columns:1fr 1fr; }.check { display:flex; align-items:center; gap:9px; margin:16px 0; }.benchmark-history-heading { margin-top:40px; }.metadata { padding:12px; border-radius:9px; background:#101714; color:#dfffc0; font:12px/1.55 ui-monospace, monospace; overflow-wrap:anywhere; }.review-row { padding:15px 0; border-top:1px solid var(--line); }.review-row label { display:block; margin-top:7px; color:var(--muted); font-size:12px; }.review-row input,.review-row textarea { width:100%; padding:8px; border:1px solid #bbc5bf; border-radius:7px; }.review-actions { display:flex; gap:7px; margin:9px 0; }.verdict { border:1px solid var(--line); border-radius:7px; padding:6px 9px; background:white; }.verdict.selected.correct { background:var(--accent); border-color:#7ca21e; }.verdict.selected.incorrect { background:#ffd8d8; border-color:var(--danger); }
@media (max-width:800px) { .hero,.split { grid-template-columns:1fr; }.form-grid { grid-template-columns:1fr 1fr; }.target-card { max-width:360px; }.topbar { padding:0 18px; } }
@media (max-width:800px) { .benchmark-grid { grid-template-columns:1fr; } }
@media (max-width:520px) { main { padding:28px 16px 60px; }.form-grid,.form-grid.two { grid-template-columns:1fr; }.live { display:none; }.section-heading { align-items:start; flex-direction:column; } }

/* Connexion — adaptation du login Nosho Studio. */
.login-body { background:#fff; }
.login-page { display:grid; width:100%; max-width:none; min-height:100vh; margin:0; padding:0; grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr); }
.login-story { position:relative; display:flex; overflow:hidden; min-height:100vh; flex-direction:column; justify-content:space-between; padding:clamp(36px,5vw,70px); color:#fafafa; background:radial-gradient(circle at 12% 0,rgba(252,141,66,.1),transparent 260px),linear-gradient(135deg,#1d1d1b 0%,#2a2a28 100%); }
.login-story::before,.login-story::after { position:absolute; border:1px solid rgba(255,255,255,.06); border-radius:50%; content:""; }
.login-story::before { right:-30%; bottom:-20%; width:70vw; height:70vw; }.login-story::after { right:-7%; bottom:3%; width:35vw; height:35vw; }
.login-brand,.login-story-copy,.login-story-footer { position:relative; z-index:1; }.login-brand { display:flex; align-items:center; gap:14px; }.login-brand img { width:146px; height:auto; }.login-brand span { padding:5px 9px; border:1px solid rgba(255,255,255,.12); border-radius:8px; color:#fc8d42; font-size:12px; font-weight:700; }
.login-story-copy { max-width:510px; }.login-eyebrow { margin:0 0 12px; color:#a3a3a3; font-size:12px; font-weight:700; letter-spacing:.12em; text-transform:uppercase; }.login-story-copy h1 { margin:0; font-family:"Space Grotesk",Inter,ui-sans-serif,sans-serif; font-size:clamp(34px,4vw,54px); font-weight:500; letter-spacing:-.03em; line-height:1.08; }.login-story-copy>p:last-child { max-width:470px; margin:24px 0 0; color:#a3a3a3; font-size:15px; }
.login-story-footer { display:flex; align-items:center; gap:9px; color:#a3a3a3; font-size:11px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; }.login-story-footer span { color:#5cae92; }
.login-panel { display:grid; place-items:center; padding:48px 32px; background:#fafafa; }.login-form-wrap { width:min(100%,390px); }.demo-login-pill { display:inline-flex; align-items:center; gap:8px; padding:8px 12px; border:1px solid #f5c9a6; border-radius:999px; color:#9a4a12; background:#fff0e5; font-size:11px; font-weight:700; letter-spacing:.06em; text-transform:uppercase; }.demo-login-pill>span { width:6px; height:6px; border-radius:50%; background:#d0691f; box-shadow:0 0 0 4px #f5c9a6; }.login-form-wrap h2 { margin:24px 0 0; font-size:clamp(26px,2.4vw,32px); font-weight:600; letter-spacing:-.02em; }.login-intro { margin:12px 0 24px; color:#525252; font-size:13px; }.login-form-wrap form { display:grid; gap:8px; }.login-form-wrap label,.label-row span { color:#525252; font-size:12px; font-weight:600; }.label-row { display:flex; align-items:center; justify-content:space-between; margin-top:8px; }.label-row span { color:#737373; font-size:11px; font-weight:500; }
.input-wrap { display:grid; min-height:44px; align-items:center; grid-template-columns:40px 1fr; border:1px solid #737373; border-radius:10px; background:#fff; box-shadow:0 1px 2px rgba(29,29,27,.05); }.input-wrap:focus-within { border-color:#0f87be; box-shadow:0 0 0 3px #afdbec; }.input-wrap>span { justify-self:center; color:#737373; font-size:13px; }.input-wrap input { width:100%; height:42px; padding:0 12px 0 0; border:0; outline:0; color:#1d1d1b; background:transparent; font-size:14px; }
.login-submit { display:flex; width:100%; min-height:46px; align-items:center; justify-content:space-between; margin-top:16px; padding:12px 16px; border:0; border-radius:10px; color:#1d1d1b; background:#fc8d42; font-weight:700; }.login-submit:hover { background:#f07620; }.login-submit:disabled { cursor:wait; opacity:.65; }.login-disclaimer { margin:16px 0 0; color:#737373; font-size:11px; line-height:1.45; text-align:center; }.login-error { margin:8px 0 0; padding:10px 12px; border:1px solid #f2c4bb; border-radius:8px; color:#a63122; background:#fdece9; font-size:12px; }
@media (max-width:800px) { .login-page { grid-template-columns:minmax(0,1fr); }.login-story { min-height:320px; }.login-story-copy { margin:64px 0; } }
@media (max-width:520px) { .login-story { min-height:280px; padding:28px; }.login-story-copy { margin:42px 0; }.login-story-footer { display:none; }.login-panel { padding:40px 20px; } }
