@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Sora:wght@500;600;700&display=swap');
:root{--blue:#0a84ff;--violet:#6b5ce7;--ink:#172234;--muted:#6f7d91;--line:rgba(43,66,94,.11);--ok:#23834c;--warn:#bd671e;--danger:#d34755;--panel:rgba(255,255,255,.76);--shadow:0 18px 50px rgba(48,73,105,.09)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#eff5fc;color:var(--ink);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:15px}.fh-app{min-height:100vh;background:radial-gradient(circle at 78% 0,rgba(104,185,255,.25),transparent 27%),radial-gradient(circle at 28% 100%,rgba(155,132,255,.16),transparent 32%),linear-gradient(145deg,#f9fbff,#edf5fd 55%,#faf8ff)}button,input,select,textarea{font:inherit}.fh-hidden{display:none!important}
.fh-login{min-height:100vh;display:grid;place-items:center;padding:24px}.fh-login-card{width:min(460px,100%);padding:34px;border-radius:30px;background:rgba(255,255,255,.76);border:1px solid rgba(255,255,255,.95);box-shadow:0 35px 90px rgba(41,66,99,.18);backdrop-filter:blur(28px)}.fh-brand{display:flex;align-items:center;gap:12px;font-size:18px;font-weight:800}.fh-logo{width:44px;height:44px;border-radius:14px;background:linear-gradient(145deg,var(--blue),var(--violet));color:#fff;display:grid;place-items:center;font-weight:900;box-shadow:0 12px 28px rgba(10,132,255,.25)}.fh-login h1{font-size:30px;margin:28px 0 8px;letter-spacing:-.8px}.fh-login p{color:var(--muted);line-height:1.55;margin:0 0 25px}.fh-field{display:grid;gap:7px;margin-bottom:14px}.fh-field label{font-size:12px;font-weight:750;color:#536278}.fh-input,.fh-select,.fh-textarea{width:100%;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.88);padding:13px 14px;color:var(--ink);outline:0;transition:.18s;box-shadow:inset 0 1px 2px rgba(43,69,101,.03)}.fh-input:focus,.fh-select:focus,.fh-textarea:focus{border-color:rgba(10,132,255,.5);box-shadow:0 0 0 4px rgba(10,132,255,.1)}.fh-textarea{min-height:94px;resize:vertical}.fh-btn{border:0;border-radius:13px;padding:12px 16px;font-weight:750;cursor:pointer;transition:.18s}.fh-btn:hover{transform:translateY(-1px)}.fh-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.fh-btn-primary{background:linear-gradient(135deg,var(--blue),#5b68ed);color:#fff;box-shadow:0 12px 26px rgba(10,132,255,.2)}.fh-btn-secondary{background:#eaf1f8;color:#526278}.fh-btn-danger{background:#ffeaed;color:#c83d4c}.fh-btn-soft{background:#eef6ff;color:#0b75d8}.fh-login .fh-btn{width:100%;margin-top:6px}.fh-login-help{text-align:center;font-size:12px;margin-top:18px!important}.fh-error{color:#c83d4c;background:#ffeaed;border-radius:11px;padding:10px 12px;font-size:12px;margin:12px 0}.fh-loader{min-height:100vh;display:grid;place-items:center;color:#67758a}.fh-spinner{width:34px;height:34px;border:3px solid #dbe6f2;border-top-color:var(--blue);border-radius:50%;animation:spin .8s linear infinite;margin:auto auto 13px}@keyframes spin{to{transform:rotate(360deg)}}
.fh-shell{display:grid;grid-template-columns:270px 1fr;min-height:100vh}.fh-side{height:100vh;position:sticky;top:0;padding:25px 19px;background:rgba(247,251,255,.68);border-right:1px solid rgba(45,69,99,.08);backdrop-filter:blur(30px) saturate(150%);display:flex;flex-direction:column;z-index:10}.fh-side-brand{display:flex;align-items:center;gap:12px;padding:0 8px 26px;font-weight:850;font-size:18px}.fh-side-brand small{display:block;font-size:9px;color:#8b98aa;letter-spacing:1.5px;margin-top:4px}.fh-nav-label{font-size:10px;font-weight:800;letter-spacing:1.3px;color:#98a4b4;padding:17px 12px 7px}.fh-nav{display:grid;gap:5px}.fh-nav button,.fh-nav a{border:1px solid transparent;background:transparent;color:#607087;text-decoration:none;display:flex;align-items:center;gap:12px;width:100%;padding:12px 13px;border-radius:12px;font-weight:700;font-size:14px;text-align:left;cursor:pointer}.fh-nav button:hover,.fh-nav a:hover{background:rgba(255,255,255,.65);color:#172234}.fh-nav .active{background:rgba(255,255,255,.84);color:#0876df;border-color:#fff;box-shadow:0 10px 25px rgba(49,73,103,.08),inset 3px 0 var(--blue)}.fh-nav-ico{width:24px;text-align:center;font-size:17px}.fh-pill{margin-left:auto;font-size:10px;padding:3px 7px;border-radius:9px;background:#e5f2ff;color:#0873d6}.fh-store-card{margin-top:auto;padding:14px;border-radius:17px;background:rgba(255,255,255,.6);border:1px solid #fff;box-shadow:0 15px 35px rgba(49,73,103,.08)}.fh-store-card b{display:block;font-size:13px}.fh-store-card small{display:block;color:#7d8a9d;font-size:10px;margin-top:4px}.fh-live{border-top:1px solid var(--line);padding-top:10px;margin-top:11px;color:#388259;font-size:10px}.fh-live:before{content:"";display:inline-block;width:7px;height:7px;border-radius:50%;background:#34c759;margin-right:7px;box-shadow:0 0 10px rgba(52,199,89,.5)}
.fh-main{min-width:0}.fh-top{height:78px;position:sticky;top:0;z-index:8;display:flex;align-items:center;gap:15px;padding:0 32px;background:rgba(250,252,255,.66);border-bottom:1px solid rgba(44,68,98,.08);backdrop-filter:blur(28px) saturate(150%)}.fh-search{max-width:620px;flex:1;display:flex;align-items:center;gap:10px;background:rgba(255,255,255,.78);border:1px solid #fff;border-radius:14px;padding:0 14px;height:44px;box-shadow:0 8px 24px rgba(45,70,100,.06)}.fh-search input{border:0;background:transparent;outline:0;width:100%;color:var(--ink)}.fh-user{margin-left:auto;display:flex;align-items:center;gap:10px}.fh-avatar{width:39px;height:39px;border-radius:13px;background:linear-gradient(145deg,var(--blue),var(--violet));color:#fff;display:grid;place-items:center;font-size:12px;font-weight:850}.fh-user b{display:block;font-size:12px}.fh-user small{display:block;color:#7b899c;font-size:10px}.fh-iconbtn{width:41px;height:41px;border:1px solid #fff;border-radius:13px;background:rgba(255,255,255,.7);color:#66758a;cursor:pointer}.fh-content{max-width:1680px;margin:auto;padding:32px 32px 60px}.fh-pagehead{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:24px}.fh-eyebrow{font-size:10px;font-weight:850;color:#0876df;letter-spacing:1.3px;margin-bottom:8px}.fh-pagehead h1{font-size:38px;letter-spacing:-1.3px;margin:0}.fh-pagehead p{color:var(--muted);margin:8px 0 0}.fh-page-actions{display:flex;gap:9px}.fh-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:16px}.fh-card,.fh-panel{background:linear-gradient(145deg,rgba(255,255,255,.84),rgba(255,255,255,.61));border:1px solid rgba(255,255,255,.96);box-shadow:var(--shadow);backdrop-filter:blur(22px);border-radius:18px}.fh-stat{padding:19px;min-height:127px}.fh-stat-top{display:flex;justify-content:space-between;color:#748196;font-size:12px}.fh-stat-ico{width:35px;height:35px;border-radius:11px;background:#eef5fc;color:var(--blue);display:grid;place-items:center}.fh-stat strong{display:block;font-size:32px;margin:14px 0 5px;letter-spacing:-.8px}.fh-stat small{color:#7f8da0}.fh-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(320px,.65fr);gap:16px}.fh-panel-head{min-height:65px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:15px 18px;border-bottom:1px solid var(--line)}.fh-panel-head h2{font-size:16px;margin:0}.fh-panel-head p{font-size:11px;color:var(--muted);margin:4px 0 0}.fh-table-wrap{overflow:auto}.fh-table{width:100%;border-collapse:collapse;min-width:760px}.fh-table th{text-align:left;padding:11px 15px;font-size:9px;color:#8794a6;letter-spacing:.8px;text-transform:uppercase}.fh-table td{padding:15px;border-top:1px solid rgba(43,66,94,.07);font-size:12px}.fh-table tbody tr{cursor:pointer;transition:.15s}.fh-table tbody tr:hover{background:rgba(255,255,255,.6)}.fh-ref{font-weight:800;color:#26344a}.fh-client{display:block;font-weight:750;color:#223047;font-size:13px}.fh-device{display:block;color:#7d8a9d;margin-top:4px;font-size:11px}.fh-status{display:inline-flex;align-items:center;gap:6px;padding:6px 8px;border-radius:9px;font-size:10px;font-weight:800}.fh-status:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor}.s-intake,.s-awaiting_quote{background:#fff0d9;color:#a86512}.s-approved,.s-precheck{background:#eaf1ff;color:#3f68bb}.s-in_progress,.s-postcheck{background:#e1f5ff;color:#087db4}.s-paused{background:#f2edff;color:#7046b5}.s-ready{background:#e3f7ea;color:#25804a}.s-returned{background:#e8edf3;color:#526278}.s-cancelled{background:#ffeaed;color:#c13f4d}.fh-stack{display:grid;gap:16px}.fh-action-card{padding:18px}.fh-action-card h3{font-size:15px;margin:0 0 7px}.fh-action-card p{font-size:12px;line-height:1.55;color:var(--muted)}.fh-action-card .fh-btn{width:100%}.fh-progress{height:7px;border-radius:7px;background:#e2eaf3;overflow:hidden;margin:14px 0 7px}.fh-progress i{display:block;height:100%;background:linear-gradient(90deg,var(--blue),var(--violet));border-radius:7px}.fh-empty{text-align:center;color:#7b899b;padding:40px 20px}.fh-empty b{display:block;color:#3b4a60;margin-bottom:6px}.fh-toast{position:fixed;right:24px;bottom:24px;z-index:100;background:rgba(24,34,49,.94);color:#fff;padding:13px 16px;border-radius:13px;box-shadow:0 18px 45px rgba(32,48,70,.25);opacity:0;transform:translateY(16px);pointer-events:none;transition:.25s}.fh-toast.show{opacity:1;transform:none}
.fh-modal{position:fixed;inset:0;z-index:50;background:rgba(44,60,81,.25);backdrop-filter:blur(15px);display:grid;place-items:center;padding:22px}.fh-dialog{width:min(940px,100%);max-height:92vh;overflow:auto;background:rgba(250,252,255,.96);border:1px solid #fff;border-radius:28px;box-shadow:0 38px 100px rgba(32,52,79,.27);padding:25px}.fh-dialog-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:18px}.fh-dialog-head h2{font-size:23px;margin:0 0 6px}.fh-dialog-head p{color:var(--muted);margin:0}.fh-close{border:0;width:36px;height:36px;border-radius:50%;background:#eaf0f7;color:#5b6a7f;font-size:19px;cursor:pointer}.fh-steps{display:grid;grid-template-columns:repeat(5,1fr);gap:7px;margin-bottom:22px}.fh-step{padding:9px;border-radius:11px;background:#eef2f7;color:#7a8799;text-align:center;font-size:10px;font-weight:800}.fh-step.active{background:#e3f2ff;color:#0875dc;box-shadow:inset 0 0 0 1px rgba(10,132,255,.12)}.fh-step.done{background:#e4f6eb;color:#26814a}.fh-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.fh-wide{grid-column:1/-1}.fh-checkgrid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.fh-choice{display:flex;gap:10px;align-items:flex-start;padding:12px;border-radius:13px;background:#f2f6fa;border:1px solid transparent}.fh-choice:has(input:checked){background:#eaf5ff;border-color:rgba(10,132,255,.2)}.fh-choice input{margin-top:3px}.fh-choice b{display:block;font-size:12px}.fh-choice small{display:block;color:#758398;margin-top:3px;line-height:1.35}.fh-wizard-page{display:none}.fh-wizard-page.active{display:block}.fh-dialog-foot{display:flex;justify-content:space-between;gap:12px;margin-top:22px;padding-top:18px;border-top:1px solid var(--line)}.fh-dialog-actions{display:flex;gap:8px}.fh-price-suggestion{padding:15px;border-radius:15px;background:linear-gradient(145deg,#edf8ff,#efedff);border:1px solid #fff}.fh-price-suggestion strong{font-size:20px;color:#0876df}.fh-price-suggestion small{display:block;color:#6c7a8e;margin-top:4px}
.fh-detail-top{display:flex;align-items:center;gap:14px;margin-bottom:20px}.fh-back{border:0;background:rgba(255,255,255,.72);width:42px;height:42px;border-radius:13px;cursor:pointer;color:#536379}.fh-detail-title h1{font-size:27px;margin:0}.fh-detail-title p{color:var(--muted);margin:5px 0 0}.fh-detail-actions{margin-left:auto;display:flex;gap:8px}.fh-statusline{display:grid;grid-template-columns:repeat(7,1fr);gap:7px;margin-bottom:17px}.fh-statusstep{position:relative;text-align:center;padding:11px 6px;background:rgba(255,255,255,.52);border:1px solid #fff;border-radius:12px;color:#8a96a7;font-size:9px;font-weight:800}.fh-statusstep.done{background:#e4f6eb;color:#27814b}.fh-statusstep.current{background:linear-gradient(135deg,#e3f2ff,#ebe8ff);color:#0872d4;box-shadow:0 10px 24px rgba(43,74,110,.08)}.fh-detail-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(310px,.65fr);gap:16px}.fh-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:11px;padding:16px}.fh-summary-item{padding:12px;border-radius:13px;background:rgba(241,246,251,.75)}.fh-summary-item small{display:block;color:#7b899b;font-size:9px;text-transform:uppercase;letter-spacing:.7px}.fh-summary-item b{display:block;margin-top:5px;font-size:12px}.fh-check-section{padding:0 18px 15px}.fh-phase-head{display:flex;justify-content:space-between;align-items:center;padding:17px 0 10px}.fh-phase-head h3{margin:0;font-size:14px}.fh-phase-head span{font-size:10px;color:#748196}.fh-check{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center;padding:12px 0;border-top:1px solid rgba(43,66,94,.07)}.fh-check b{display:block;font-size:12px}.fh-check small{display:block;color:#7b899b;font-size:10px;margin-top:4px}.fh-check-actions{display:flex;gap:5px}.fh-check-actions button{border:0;border-radius:9px;padding:7px 9px;font-size:10px;font-weight:800;cursor:pointer}.fh-pass{background:#e4f6eb;color:#267f49}.fh-fail{background:#ffeaed;color:#c43e4d}.fh-na{background:#edf1f5;color:#667589}.fh-check.result-passed .fh-pass,.fh-check.result-failed .fh-fail,.fh-check.result-not_applicable .fh-na{box-shadow:inset 0 0 0 2px currentColor}.fh-warning{padding:14px;border-radius:14px;background:#fff1df;color:#8e5a18;font-size:11px;line-height:1.5;margin:15px}.fh-cosa{padding:18px;background:radial-gradient(circle at 100% 0,rgba(10,132,255,.17),transparent 45%),linear-gradient(145deg,#f2faff,#f1edff)}.fh-cosa-icon{width:42px;height:42px;border-radius:13px;background:#e4f2ff;color:var(--blue);display:grid;place-items:center;font-size:20px}.fh-cosa h3{font-size:16px;margin:13px 0 7px}.fh-cosa p{color:var(--muted);font-size:11px;line-height:1.55}.fh-cosa a{display:block;text-align:center;text-decoration:none;background:linear-gradient(135deg,var(--blue),var(--violet));color:#fff;padding:11px;border-radius:11px;font-size:12px;font-weight:800}.fh-note-form{padding:15px}.fh-note-list{padding:0 15px 15px;display:grid;gap:8px}.fh-note{padding:11px;border-radius:12px;background:#f0f5fa}.fh-note b{font-size:10px}.fh-note p{font-size:11px;margin:5px 0 0;color:#526177;white-space:pre-wrap}.fh-transition{padding:16px}.fh-transition .fh-btn{width:100%;margin-top:8px}.fh-payment{display:grid;gap:10px;margin-top:10px}.fh-mobilebar{display:none}
@media(max-width:1250px){.fh-shell{grid-template-columns:235px 1fr}.fh-content{padding-left:24px;padding-right:24px}.fh-stats{grid-template-columns:1fr 1fr}.fh-layout,.fh-detail-grid{grid-template-columns:1fr}.fh-stack{grid-template-columns:1fr 1fr}.fh-dialog{width:min(850px,100%)}}
@media(max-width:760px){body{font-size:14px}.fh-shell{display:block}.fh-side{display:none}.fh-top{height:66px;padding:0 14px}.fh-user>div:last-child,.fh-iconbtn{display:none}.fh-content{padding:22px 14px 88px}.fh-pagehead{align-items:flex-start;flex-direction:column}.fh-pagehead h1{font-size:30px}.fh-page-actions{width:100%}.fh-page-actions .fh-btn{flex:1}.fh-stats,.fh-stack,.fh-summary,.fh-form-grid,.fh-checkgrid{grid-template-columns:1fr}.fh-wide{grid-column:auto}.fh-stat{min-height:110px}.fh-statusline{grid-template-columns:repeat(4,1fr)}.fh-detail-top{align-items:flex-start;flex-wrap:wrap}.fh-detail-actions{width:100%;margin-left:0}.fh-detail-actions .fh-btn{flex:1}.fh-steps{grid-template-columns:repeat(3,1fr)}.fh-dialog{padding:19px;border-radius:23px}.fh-dialog-foot{align-items:stretch;flex-direction:column}.fh-dialog-actions{justify-content:flex-end}.fh-check{grid-template-columns:1fr}.fh-mobilebar{display:flex;position:fixed;z-index:20;left:10px;right:10px;bottom:10px;height:62px;background:rgba(250,252,255,.88);border:1px solid #fff;border-radius:18px;box-shadow:0 18px 45px rgba(40,61,88,.2);backdrop-filter:blur(22px);align-items:center;justify-content:space-around}.fh-mobilebar button,.fh-mobilebar a{border:0;background:transparent;color:#728095;text-decoration:none;font-size:9px;text-align:center}.fh-mobilebar b{display:block;font-size:17px;margin-bottom:3px}.fh-mobilebar .active{color:var(--blue)}}

/* Parcours de prise en charge centré sur l’appareil */
.fh-steps-four{grid-template-columns:repeat(4,1fr)}.fh-id-entry{padding:22px;border-radius:20px;background:linear-gradient(145deg,#eef8ff,#f2efff);border:1px solid #fff;box-shadow:0 14px 34px rgba(43,70,104,.07)}.fh-id-entry>label{display:block;font-size:15px;font-weight:850;margin-bottom:10px}.fh-id-line{display:grid;grid-template-columns:42px 1fr auto;gap:9px;align-items:center}.fh-scan-ico{width:42px;height:42px;border-radius:13px;background:linear-gradient(145deg,var(--blue),var(--violet));color:#fff;display:grid;place-items:center;font-size:18px;box-shadow:0 10px 24px rgba(10,132,255,.18)}.fh-id-entry small{display:block;color:#738196;font-size:10px;margin-top:9px}.fh-identify-result{margin-top:14px}.fh-identify-empty,.fh-identify-loading{min-height:180px;border:1px dashed rgba(62,91,128,.17);border-radius:18px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:rgba(255,255,255,.44);padding:22px}.fh-identify-empty>span{width:46px;height:46px;border-radius:15px;background:#edf4fb;color:#6f7e92;display:grid;place-items:center;font-size:20px;margin-bottom:11px}.fh-identify-empty b,.fh-identify-loading b{font-size:14px}.fh-identify-empty small,.fh-identify-loading small{color:#8190a3;margin-top:5px;max-width:440px;line-height:1.5}.fh-identify-empty.is-warning>span{background:#fff0dd;color:#ae6519}.fh-manual-device{margin-top:14px;padding:16px;border-radius:17px;background:#fff8ed;border:1px solid #fff}.fh-device-found{padding:18px;border-radius:19px;background:linear-gradient(145deg,rgba(255,255,255,.9),rgba(239,247,255,.77));border:1px solid #fff;box-shadow:0 16px 40px rgba(47,74,108,.09)}.fh-device-found-top{display:flex;align-items:center;gap:13px}.fh-device-check{width:42px;height:42px;flex:0 0 42px;border-radius:14px;background:#def5e7;color:#23814a;display:grid;place-items:center;font-size:17px;font-weight:900}.fh-device-found-top small{font-size:9px;font-weight:850;letter-spacing:1px;color:#31845a}.fh-device-found h3{font-size:20px;margin:3px 0}.fh-device-found p{font-size:11px;color:#728095;margin:0}.fh-confidence{margin-left:auto;background:#e5f6ec;color:#267e49;padding:6px 9px;border-radius:10px;font-size:10px;font-weight:800}.fh-toolchips{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:16px}.fh-toolchips>span{padding:11px;border-radius:12px;background:rgba(239,245,251,.85);font-size:10px;font-weight:750;color:#42536b}.fh-toolchips b{color:var(--blue);margin-right:3px}.fh-toolchips small{display:block;font-size:8px;color:#8190a3;margin-top:4px;font-weight:550}.fh-selected-device{display:flex;align-items:center;gap:11px;background:#e9f6ee;border-radius:15px;padding:12px 14px;margin-bottom:17px;color:#2a6543}.fh-selected-device>span{width:29px;height:29px;border-radius:10px;background:#d5f0df;display:grid;place-items:center;font-weight:900}.fh-selected-device b{display:block;font-size:13px}.fh-selected-device small{display:block;font-size:9px;color:#668476;margin-top:3px}.fh-repair-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.fh-repair-choice input{position:absolute;opacity:0;pointer-events:none}.fh-repair-choice span{min-height:72px;display:flex;align-items:center;justify-content:center;gap:8px;border-radius:14px;background:#f0f5fa;border:1px solid transparent;color:#5c6c81;font-size:12px;font-weight:750;cursor:pointer;transition:.16s}.fh-repair-choice span b{font-size:17px;color:#718197}.fh-repair-choice input:checked+span{background:#e7f3ff;border-color:rgba(10,132,255,.25);color:#0874d8;box-shadow:0 8px 20px rgba(10,132,255,.08)}.fh-repair-choice input:checked+span b{color:#0874d8}.fh-compact-form{margin-top:16px}.fh-optional{border:1px solid var(--line);border-radius:14px;background:rgba(246,249,252,.72);padding:12px 14px}.fh-optional summary{cursor:pointer;font-size:11px;font-weight:800;color:#607086}.fh-optional[open] summary{margin-bottom:13px}.fh-accessories{display:flex;gap:10px;flex-wrap:wrap;margin-top:10px}.fh-accessories label{font-size:10px;color:#607086;background:#edf3f8;padding:7px 9px;border-radius:9px}.fh-client-min{display:flex;gap:13px;align-items:center;padding:18px;border-radius:17px;background:linear-gradient(145deg,#eef8ff,#f1efff);margin-bottom:18px}.fh-client-icon{width:44px;height:44px;flex:0 0 44px;border-radius:14px;background:#e0efff;color:#0a7be7;display:grid;place-items:center;font-size:20px}.fh-client-min h3{font-size:16px;margin:0 0 4px}.fh-client-min p{font-size:11px;color:#748297;margin:0}.fh-consent-summary{display:flex;align-items:center;gap:12px;background:#e9f6ee;padding:14px;border-radius:15px;margin-bottom:16px}.fh-consent-summary b{display:block;font-size:13px;color:#265d40}.fh-consent-summary small{display:block;font-size:10px;color:#6d8376;margin-top:4px}
@media(max-width:760px){.fh-steps-four{grid-template-columns:repeat(2,1fr)}.fh-id-line{grid-template-columns:36px 1fr}.fh-id-line .fh-btn{grid-column:1/-1}.fh-scan-ico{width:36px;height:36px}.fh-toolchips,.fh-repair-grid{grid-template-columns:1fr 1fr}.fh-device-found-top{align-items:flex-start}.fh-confidence{display:none}}

/* Écosystème technique intégré */
.fh-phone-zone{width:34px;height:48px;overflow:visible}.fh-phone-zone .phone{fill:#fff;stroke:#8291a5;stroke-width:2}.fh-phone-zone .speaker{fill:none;stroke:#a2aebd;stroke-width:2;stroke-linecap:round}.fh-phone-zone .zone{fill:rgba(10,132,255,.25);stroke:#0a84ff;stroke-width:2}.fh-phone-zone .mark{fill:none;stroke:#0a84ff;stroke-width:2;stroke-linecap:round}.fh-phone-zone .markfill{fill:#0a84ff}.fh-phone-zone .pulse{fill:none;stroke:#0a84ff;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.fh-repair-choice span{flex-direction:column;gap:4px}.fh-repair-choice span em{font-style:normal}.fh-repair-choice input:checked+span .phone{stroke:#0a84ff}.fh-repair-guidance{margin-top:15px}.fh-repair-guidance .fh-identify-empty{min-height:110px}.fh-workspace{padding:16px}.fh-workspace.is-compact{padding:0}.fh-workspace-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:13px}.fh-workspace-head>div{display:flex;align-items:center;gap:11px}.fh-workspace-head .fh-phone-zone{width:30px;height:44px}.fh-workspace-head small,.fh-specific>small,.fh-opening-card small{font-size:8px;letter-spacing:1px;font-weight:850;color:#7b899d}.fh-workspace-head h3{font-size:14px;margin:3px 0 0}.fh-cosa-inline{border:0;border-radius:11px;padding:9px 11px;background:linear-gradient(135deg,#e2f1ff,#ebe7ff);color:#0872d7;font-size:10px;font-weight:800;cursor:pointer}.fh-tech-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:11px}.fh-opening-card,.fh-specific{border-radius:15px;background:rgba(244,248,252,.82);padding:13px}.fh-opening-card{display:flex;gap:12px;align-items:center}.fh-opening-visual{min-width:88px;height:88px;border-radius:14px;background:linear-gradient(145deg,#e5f2ff,#efebff);display:flex;align-items:center;justify-content:center;flex-direction:column;color:#0a76dd;font-size:10px}.fh-phone-outline{width:28px;height:48px;border:2px solid #5682aa;border-radius:8px;position:relative}.fh-phone-outline:before{content:"";position:absolute;top:4px;left:8px;width:8px;border-top:2px solid #7799b8}.fh-opening-visual b{margin-top:5px}.fh-opening-card h4{font-size:13px;margin:3px 0}.fh-opening-card p,.fh-advice p{font-size:9px;line-height:1.45;color:#748196;margin:4px 0 0}.fh-specific{display:grid;gap:7px}.fh-advice{padding:9px 10px;border-radius:11px;background:#fff}.fh-advice b{font-size:10px}.fh-advice.critical{background:#fff0e8;border-left:3px solid #f36c3d}.fh-advice.critical b{color:#a64d2d}.fh-tech-empty{font-size:10px;color:#7b899b;padding:10px}.fh-safety-zone{margin-top:11px;border-radius:16px;background:linear-gradient(135deg,#172b49,#2d3e68);color:#fff;padding:14px;box-shadow:0 14px 34px rgba(29,49,80,.16)}.fh-safety-title{display:flex;align-items:center;gap:9px}.fh-safety-title>span{width:31px;height:31px;border-radius:10px;background:rgba(255,255,255,.12);display:grid;place-items:center;color:#8fd2ff}.fh-safety-title b{display:block;font-size:12px}.fh-safety-title small{display:block;font-size:8px;color:#b6c3d4;margin-top:2px}.fh-safety-list{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:11px}.fh-safety-list article{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.08);border-radius:11px;padding:10px}.fh-safety-list b{font-size:9px;color:#fff}.fh-safety-list p{font-size:8px;line-height:1.45;color:#c5cfdd;margin:5px 0 0}.fh-supplier{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;margin-top:11px;border:1px solid rgba(105,87,210,.15);background:linear-gradient(135deg,#f4f1ff,#eef7ff);border-radius:14px;padding:12px}.fh-supplier>span{font-size:7px;letter-spacing:1px;font-weight:900;color:#6d5bc9;writing-mode:vertical-rl;transform:rotate(180deg)}.fh-supplier small{font-size:8px;color:#7b6db8}.fh-supplier h4{font-size:11px;margin:2px 0}.fh-supplier p{font-size:9px;line-height:1.4;color:#6e7c90;margin:0}.fh-supplier button{border:0;border-radius:9px;background:#e6e3ff;color:#6254bd;padding:7px 9px;font-size:9px;font-weight:800}.fh-tech-workspace-panel{overflow:visible}.fh-security-beacon{display:flex;align-items:center;gap:8px;background:linear-gradient(135deg,#172b49,#314571);color:#fff;border-radius:12px;padding:8px 10px;white-space:nowrap}.fh-security-beacon>span{color:#8fd2ff}.fh-security-beacon b{display:block;font-size:9px}.fh-security-beacon small{display:block;font-size:7px;color:#b8c5d6;margin-top:2px}.fh-top .fh-search{max-width:520px}
.fh-cosa-fab{position:fixed;z-index:40;right:25px;bottom:25px;border:0;border-radius:18px;background:linear-gradient(145deg,#0a84ff,#665ce5);color:#fff;padding:12px 16px;display:flex;align-items:center;gap:8px;box-shadow:0 18px 42px rgba(40,77,155,.32);cursor:pointer}.fh-cosa-fab span{font-size:19px}.fh-cosa-fab b{font-size:12px}.fh-cosa-dock{position:fixed;z-index:45;right:22px;bottom:22px;width:min(390px,calc(100vw - 28px));height:min(650px,calc(100vh - 40px));background:rgba(249,252,255,.97);border:1px solid #fff;border-radius:24px;box-shadow:0 35px 90px rgba(31,50,76,.28);backdrop-filter:blur(24px);display:flex;flex-direction:column;opacity:0;transform:translateY(20px) scale(.97);pointer-events:none;transition:.22s}.fh-cosa-dock.open{opacity:1;transform:none;pointer-events:auto}.fh-cosa-dock header{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid var(--line)}.fh-cosa-dock header>div{display:flex;align-items:center;gap:10px}.fh-cosa-dock header>div>span{width:38px;height:38px;border-radius:12px;background:linear-gradient(145deg,#e1f2ff,#ebe6ff);color:#0a7ae5;display:grid;place-items:center;font-size:18px}.fh-cosa-dock header b{display:block;font-size:13px}.fh-cosa-dock header small{display:block;color:#7c899c;font-size:9px;margin-top:3px}.fh-cosa-dock header button{border:0;background:#eaf0f6;color:#5e6d82;width:31px;height:31px;border-radius:50%;font-size:17px;cursor:pointer}.fh-cosa-messages{flex:1;overflow:auto;padding:14px;display:flex;flex-direction:column;gap:9px}.fh-cosa-welcome{text-align:center;padding:25px 15px;color:#596a80}.fh-cosa-welcome b{font-size:14px}.fh-cosa-welcome p{font-size:10px;line-height:1.5}.fh-chat{max-width:88%;padding:10px 12px;border-radius:14px;font-size:11px;line-height:1.5;white-space:pre-wrap}.fh-chat.user{align-self:flex-end;background:linear-gradient(135deg,#0a84ff,#5669ed);color:#fff;border-bottom-right-radius:5px}.fh-chat.assistant{align-self:flex-start;background:#edf3f9;color:#35465e;border-bottom-left-radius:5px}.fh-chat.pending{color:#758398}.fh-chat.error{background:#ffeaed;color:#a93a48}.fh-chat button{margin-top:7px;border:0;border-radius:8px;padding:6px 8px;background:#fff;color:#a23846;font-size:9px;font-weight:800}.fh-cosa-escalate{display:flex;gap:7px;padding:0 12px 10px}.fh-cosa-escalate button{flex:1;border:1px solid var(--line);border-radius:10px;background:#f0f5fa;color:#596a80;padding:8px;font-size:9px;font-weight:750;cursor:pointer}.fh-cosa-dock form{display:grid;grid-template-columns:1fr 42px;gap:8px;padding:12px;border-top:1px solid var(--line)}.fh-cosa-dock textarea{border:1px solid var(--line);border-radius:12px;background:#fff;padding:10px;resize:none;min-height:44px;max-height:110px;outline:0;font:11px inherit}.fh-cosa-dock form button{border:0;border-radius:12px;background:linear-gradient(145deg,#0a84ff,#665ce5);color:#fff;font-size:17px;cursor:pointer}
@media(max-width:1100px){.fh-security-beacon{display:none}.fh-tech-grid{grid-template-columns:1fr}.fh-safety-list{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.fh-workspace{padding:12px}.fh-workspace-head{align-items:flex-start}.fh-cosa-inline{font-size:0;width:36px;height:36px}.fh-cosa-inline:first-letter{font-size:16px}.fh-tech-grid,.fh-safety-list{grid-template-columns:1fr}.fh-supplier{grid-template-columns:1fr}.fh-supplier>span{writing-mode:initial;transform:none}.fh-cosa-fab{right:17px;bottom:84px}.fh-cosa-dock{right:7px;bottom:7px;width:calc(100vw - 14px);height:calc(100vh - 14px)}}

/* Univers visuels : Academy FIXIT et ambiance atelier */
.fh-app:has(.fh-nav [data-nav="training"].active){background:radial-gradient(circle at 80% 0,rgba(255,111,71,.18),transparent 28%),radial-gradient(circle at 20% 100%,rgba(255,65,99,.10),transparent 30%),linear-gradient(145deg,#fffaf8,#f5f7fb 55%,#fff8f5)}.fh-app:has(.fh-nav [data-nav="training"].active) .fh-eyebrow{color:#ef5b3d}.fh-app:has(.fh-nav [data-nav="training"].active) .fh-logo,.fh-app:has(.fh-nav [data-nav="training"].active) .fh-avatar{background:linear-gradient(145deg,#ff5b45,#f23f71)}.fh-app:has(.fh-nav [data-nav="training"].active) .fh-nav [data-nav="training"].active{color:#d84d37;box-shadow:0 10px 25px rgba(106,64,56,.08),inset 3px 0 #ff6046}.fh-app:has(.fh-nav [data-nav="training"].active) .fh-btn-soft{background:#fff0e9;color:#d74f34}
.fh-ambient{position:fixed;z-index:35;left:270px;right:0;bottom:0;pointer-events:none}.fh-ambient-bar{height:43px;display:flex;align-items:center;gap:9px;padding:0 12px;background:rgba(19,31,48,.95);color:#eef4fc;border-top:1px solid rgba(255,255,255,.1);backdrop-filter:blur(20px);box-shadow:0 -8px 28px rgba(29,47,71,.14);pointer-events:auto}.fh-radio-play,.fh-weather-mini,.fh-ambient-toggle{border:0;background:rgba(255,255,255,.08);color:#eef4fc;border-radius:9px;min-width:30px;height:30px;cursor:pointer}.fh-radio-play{color:#ff729e}.fh-radio-label{font-size:9px;color:#c1ccda;max-width:145px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fh-eq{height:18px;display:flex;align-items:flex-end;gap:2px}.fh-eq i{display:block;width:2px;height:4px;background:#ff5f94;border-radius:2px}.fh-eq.on i{animation:fheq .7s ease-in-out infinite alternate}.fh-eq.on i:nth-child(2n){animation-delay:.2s}.fh-eq.on i:nth-child(3n){animation-delay:.35s}@keyframes fheq{to{height:16px}}.fh-ambient-sep{width:1px;height:20px;background:rgba(255,255,255,.12)}.fh-weather-mini{padding:0 9px;font-size:10px}.fh-news-ticker{min-width:0;flex:1;display:flex;align-items:center;gap:9px}.fh-news-ticker>b{flex:0 0 auto;color:#46e0d0;border:1px solid rgba(70,224,208,.25);border-radius:6px;padding:3px 6px;font-size:8px;letter-spacing:1px}.fh-news-ticker a{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-decoration:none;color:#dce5f0;font-size:10px}.fh-news-ticker a:hover{color:#46e0d0}.fh-edge-clock{font-size:9px;color:#96a7ba}.fh-ambient-panel{position:absolute;right:14px;bottom:51px;width:370px;max-height:calc(100vh - 90px);overflow:auto;border-radius:20px;background:rgba(248,251,255,.98);border:1px solid #fff;color:var(--ink);box-shadow:0 28px 80px rgba(25,43,68,.28);padding:14px;opacity:0;transform:translateY(14px) scale(.98);pointer-events:none;transition:.2s}.fh-ambient-panel.open{opacity:1;transform:none;pointer-events:auto}.fh-ambient-panel>header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.fh-ambient-panel>header>div{display:flex;align-items:center;gap:8px}.fh-ambient-panel>header>div>span{width:32px;height:32px;border-radius:10px;background:linear-gradient(145deg,#ff5d91,#ff7950);color:#fff;display:grid;place-items:center}.fh-ambient-panel>header b{font-size:13px}.fh-ambient-panel>header button{border:0;width:29px;height:29px;border-radius:50%;background:#e9eff6;color:#5c6c80}.fh-radio-panel,.fh-weather-detail,.fh-news-panel{border-radius:15px;background:#eff4f9;padding:12px;margin-top:9px}.fh-widget-label{font-size:8px;font-weight:900;letter-spacing:1px;color:#7d899b;margin-bottom:8px}.fh-radio-panel .fh-select{padding:9px;font-size:10px}.fh-volume{display:grid;grid-template-columns:auto 1fr auto;gap:8px;align-items:center;margin-top:9px}.fh-volume input{accent-color:#ff5c8e}.fh-volume span{font-size:9px;color:#6e7c90}.fh-radio-panel>small{display:block;font-size:8px;color:#8996a7;margin-top:7px}.fh-weather-main{display:flex;align-items:center;gap:12px}.fh-weather-main>span{font-size:35px}.fh-weather-main b{display:block;font-size:24px}.fh-weather-main small{display:block;font-size:9px;color:#6f7e91}.fh-weather-hours{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-top:11px}.fh-weather-hours span{display:grid;place-items:center;background:#fff;border-radius:10px;padding:7px}.fh-weather-hours small{font-size:8px;color:#8290a3}.fh-weather-hours b{font-size:17px;margin:3px}.fh-weather-hours em{font-style:normal;font-size:9px;font-weight:750}.fh-news-list{display:grid;gap:6px}.fh-news-list a{display:block;text-decoration:none;background:#fff;border-radius:10px;padding:9px}.fh-news-list b{display:block;font-size:9px;line-height:1.35;color:#35455c}.fh-news-list small{display:block;font-size:8px;color:#8996a7;margin-top:4px}.fh-widget-loading{font-size:9px;color:#8190a2;padding:8px}.fh-cosa-fab{bottom:58px}.fh-content{padding-bottom:88px}
@media(max-width:1250px){.fh-ambient{left:235px}.fh-radio-label{display:none}}
@media(max-width:760px){.fh-ambient{display:none}.fh-content{padding-bottom:88px}.fh-cosa-fab{bottom:84px}}

/* Suivi d'intervention prioritaire, fonctions commerciales optionnelles */
.fh-commercial-options{border-color:rgba(10,132,255,.16);background:rgba(239,246,255,.72)}.fh-commercial-options>summary{color:#2874bd}.fh-option-note{margin:10px 2px 0;color:#748398;font-size:12px;line-height:1.45}.fh-consent-optional{opacity:.82}.fh-commercial-detail{grid-column:1/-1;border-top:1px solid var(--line);padding-top:10px}.fh-commercial-detail>summary{cursor:pointer;color:#738196;font-size:12px;font-weight:750}.fh-commercial-detail-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:9px;margin-top:9px}.fh-commercial-detail-grid .fh-summary-item{background:#f7f9fc}.fh-commercial-detail-grid .fh-summary-item small:after{content:" · option";color:#8a97a8}.fh-handover-code{display:grid;gap:10px;margin:14px 0;padding:13px;border:1px solid rgba(10,132,255,.13);border-radius:17px;background:linear-gradient(145deg,#f7fbff,#eef5fc)}.fh-handover-code>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:10px}.fh-handover-code>div:first-child small{font-size:10px;font-weight:850;letter-spacing:.7px;color:#718096}.fh-handover-code>div:first-child b{font:750 13px ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:1px}.fh-ean-svg{display:block;width:100%;height:auto;max-height:112px}.fh-handover-actions{display:grid;gap:7px}.fh-handover-actions small{font-size:11px;line-height:1.45;color:#738196}.fh-handover-actions .fh-btn{width:100%}

/* Portail client et partage du suivi */
.fh-tracking-share{width:100%;margin-bottom:8px}.fh-tracking-link{display:grid;grid-template-columns:1fr auto;gap:8px;margin:18px 0}.fh-share-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.fh-share-grid .fh-btn{text-align:center;text-decoration:none}.fh-marketing-choice{margin-top:12px}.fh-client-portal{min-height:100vh;background:radial-gradient(circle at 82% 0,rgba(10,132,255,.18),transparent 30%),linear-gradient(145deg,#f8fbff,#eef5fc);color:var(--ink);font:16px Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.fh-client-portal>header{height:82px;display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,calc((100vw - 1060px)/2));background:rgba(255,255,255,.66);border-bottom:1px solid rgba(43,66,94,.08);backdrop-filter:blur(24px)}.fh-client-brand{display:flex;align-items:center;gap:12px}.fh-client-brand b{display:block;font-size:16px}.fh-client-brand small{display:block;color:#748398;font-size:12px;margin-top:2px}.fh-client-secure{font-size:12px;font-weight:750;color:#267e50}.fh-client-portal main{width:min(1060px,calc(100% - 32px));margin:auto;padding:42px 0 60px}.fh-client-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px}.fh-client-hero h1{font-size:clamp(30px,5vw,52px);line-height:1.04;letter-spacing:-1.8px;margin:8px 0}.fh-client-hero p{margin:0;color:#6f7d91}.fh-client-status{padding:10px 14px;border-radius:999px;background:#e8f3ff;color:#0b73d4;font-size:13px;font-weight:800;white-space:nowrap}.fh-client-status.s-ready,.fh-client-status.s-returned{background:#e6f7ed;color:#257b4d}.fh-client-card{background:rgba(255,255,255,.78);border:1px solid #fff;border-radius:24px;padding:24px;box-shadow:0 18px 45px rgba(48,73,105,.08);backdrop-filter:blur(20px)}.fh-client-card h2{margin:0 0 18px;font-size:20px}.fh-client-progress{display:grid;grid-template-columns:repeat(7,1fr);gap:5px}.fh-client-progress div{display:grid;gap:8px;color:#96a2b2;font-size:11px}.fh-client-progress i{height:6px;border-radius:8px;background:#dfe7ef}.fh-client-progress .done i{background:#77b9ff}.fh-client-progress .current{color:#0a6fd0;font-weight:800}.fh-client-progress .current i{background:linear-gradient(90deg,#0a84ff,#655ce8);box-shadow:0 0 0 4px rgba(10,132,255,.09)}.fh-client-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:16px}.fh-client-card dl{margin:0 0 18px}.fh-client-card dl div{display:flex;justify-content:space-between;gap:14px;padding:11px 0;border-bottom:1px solid var(--line)}.fh-client-card dt{color:#78869a}.fh-client-card dd{margin:0;text-align:right;font-weight:750}.fh-client-timeline{display:grid;gap:13px}.fh-client-timeline>div{display:flex;gap:11px}.fh-client-timeline i{width:9px;height:9px;border-radius:50%;background:#0a84ff;margin-top:5px;box-shadow:0 0 0 5px rgba(10,132,255,.09)}.fh-client-timeline b,.fh-client-timeline small{display:block}.fh-client-timeline b{font-size:14px}.fh-client-timeline small{font-size:11px;color:#8491a3;margin-top:3px}.fh-client-offers{display:grid;grid-template-columns:.8fr 1.2fr;gap:24px;margin-top:16px;background:linear-gradient(145deg,rgba(255,255,255,.88),rgba(240,247,255,.9))}.fh-client-offers p{color:#748398;margin:6px 0 0}.fh-client-offer-grid{display:grid;gap:9px}.fh-client-offer-grid article{display:flex;align-items:center;gap:11px;padding:13px;border-radius:16px;background:#fff}.fh-client-offer-grid article>span{width:34px;height:34px;border-radius:11px;display:grid;place-items:center;background:#e8f3ff;color:#0877dd;font-weight:900}.fh-client-offer-grid b,.fh-client-offer-grid small{display:block}.fh-client-offer-grid small{color:#748398;margin-top:3px}.fh-client-privacy{text-align:center;color:#8290a2;font-size:12px;line-height:1.55;margin:24px auto 0;max-width:680px}.fh-client-loading,.fh-client-error{min-height:100vh;display:grid;place-items:center;align-content:center;gap:10px;text-align:center}.fh-client-error span{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:#ffeaed;color:#c83d4c;font-weight:900}.fh-client-error h1{margin:5px 0}.fh-client-error p{color:#718096}.fh-client-error a{color:#0a74d8}
@media(max-width:760px){.fh-share-grid,.fh-client-grid,.fh-client-offers{grid-template-columns:1fr}.fh-client-portal>header{padding:0 16px}.fh-client-portal main{padding-top:26px}.fh-client-hero{align-items:flex-start;flex-direction:column}.fh-client-progress{display:flex;overflow:auto;padding-bottom:7px}.fh-client-progress div{min-width:112px}.fh-client-secure{font-size:0}.fh-client-secure:first-letter{font-size:15px}}

/* FIXIT EDGE v8 — langage couleur et véritable interface mobile */
:root{--edge-blue:#087ff5;--edge-violet:#6f5cf5;--edge-coral:#ff6255;--edge-green:#25a866;--edge-amber:#f39a2f;--edge-cyan:#10a9c7}
.fh-app{background:radial-gradient(circle at 82% -5%,rgba(17,139,255,.25),transparent 28%),radial-gradient(circle at 17% 105%,rgba(111,92,245,.18),transparent 33%),linear-gradient(145deg,#fbfdff,#edf5ff 52%,#faf8ff)}
.fh-stat,.fh-panel,.fh-action-card,.fh-cosa{position:relative;overflow:hidden}
.fh-stat:before,.fh-panel:before,.fh-action-card:before,.fh-cosa:before{content:"";position:absolute;z-index:1;left:18px;right:18px;top:0;height:3px;border-radius:0 0 4px 4px;background:linear-gradient(90deg,var(--edge-blue),var(--edge-violet));opacity:.9}
.fh-stat:nth-child(1):before{background:var(--edge-blue)}
.fh-stat:nth-child(2):before{background:var(--edge-violet)}
.fh-stat:nth-child(3):before{background:var(--edge-green)}
.fh-stat:nth-child(4):before{background:var(--edge-amber)}
.fh-stat:nth-child(1) .fh-stat-ico{background:#e6f3ff;color:var(--edge-blue)}
.fh-stat:nth-child(2) .fh-stat-ico{background:#eeeaff;color:var(--edge-violet)}
.fh-stat:nth-child(3) .fh-stat-ico{background:#e4f8ed;color:var(--edge-green)}
.fh-stat:nth-child(4) .fh-stat-ico{background:#fff1df;color:var(--edge-amber)}
.fh-stack>.fh-action-card:first-child:before{background:linear-gradient(90deg,var(--edge-green),var(--edge-cyan))}
.fh-stack>.fh-action-card:last-child:before{background:linear-gradient(90deg,var(--edge-coral),var(--edge-amber))}
.fh-cosa:before{background:linear-gradient(90deg,var(--edge-blue),var(--edge-violet))}
.fh-panel-head{position:relative;z-index:2}
.fh-panel-head h2,.fh-action-card h3,.fh-cosa h3{letter-spacing:-.2px}
.fh-btn-primary{background:linear-gradient(125deg,var(--edge-blue),var(--edge-violet));box-shadow:0 12px 28px rgba(34,108,235,.25)}
.fh-cosa-fab{background:linear-gradient(135deg,var(--edge-blue),var(--edge-violet));border:1px solid rgba(255,255,255,.55)}

@media(max-width:760px){
 html,body,.fh-app,.fh-shell,.fh-main{width:100%;max-width:100%;min-width:0;overflow-x:hidden}
 body{font-size:15px;background:#eef5fd}
 .fh-app{min-height:100svh;background:radial-gradient(circle at 92% 0,rgba(19,143,255,.22),transparent 30%),radial-gradient(circle at 0 72%,rgba(111,92,245,.12),transparent 32%),linear-gradient(180deg,#f5faff,#edf4fc 58%,#f7f5ff)}
 .fh-top{height:64px;padding:8px 12px;gap:9px;border-bottom:1px solid rgba(42,78,120,.1);background:rgba(244,249,255,.84);backdrop-filter:blur(24px) saturate(160%)}
 .fh-search{height:46px;min-width:0;padding:0 12px;border-radius:15px;box-shadow:0 7px 22px rgba(42,73,112,.08)}
 .fh-search input{min-width:0;font-size:13px}
 .fh-search>span:last-child{display:none}
 .fh-user{margin-left:0;flex:0 0 auto}
 .fh-avatar{width:42px;height:42px;border-radius:14px;font-size:12px;box-shadow:0 9px 22px rgba(64,93,210,.22)}
 .fh-content{width:100%;padding:18px 12px calc(112px + env(safe-area-inset-bottom))}
 .fh-pagehead{gap:15px;margin-bottom:18px}
 .fh-pagehead h1{font-size:31px;line-height:1.03;letter-spacing:-1.15px}
 .fh-pagehead p{font-size:13px;line-height:1.4;margin-top:7px}
 .fh-eyebrow{font-size:10px;margin-bottom:7px}
 .fh-page-actions .fh-btn{min-height:48px;font-size:14px;border-radius:15px}
 .fh-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:13px}
 .fh-stat{min-height:126px;padding:15px;border-radius:19px;box-shadow:0 12px 32px rgba(48,73,105,.09)}
 .fh-stat:before{left:15px;right:15px;height:4px}
 .fh-stat-top{align-items:flex-start;gap:7px;font-size:12px;line-height:1.22}
 .fh-stat-ico{width:32px;height:32px;flex:0 0 32px;border-radius:10px}
 .fh-stat strong{font-size:30px;margin:13px 0 4px}
 .fh-stat small{display:block;font-size:11px;line-height:1.25}
 .fh-layout{gap:13px}
 .fh-stack{grid-template-columns:1fr;gap:12px}
 .fh-panel,.fh-card{border-radius:20px}
 .fh-panel-head{min-height:70px;padding:14px 15px}
 .fh-panel-head h2{font-size:18px}
 .fh-panel-head p{font-size:12px}
 .fh-panel-head .fh-btn{padding:10px 11px;font-size:11px;white-space:nowrap}
 .fh-action-card,.fh-cosa{padding:18px}
 .fh-action-card h3,.fh-cosa h3{font-size:17px}
 .fh-action-card p,.fh-cosa p{font-size:13px;line-height:1.5}
 .fh-action-card small{font-size:11px}
 .fh-table-wrap{overflow:visible;padding:10px}
 #intervention-table{display:block;min-width:0;width:100%;border-collapse:separate}
 #intervention-table thead{display:none}
 #intervention-table tbody{display:grid;gap:10px}
 #intervention-table tr{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:9px 12px;padding:14px;border:1px solid rgba(38,76,118,.08);border-left:4px solid var(--edge-blue);border-radius:16px;background:rgba(255,255,255,.78);box-shadow:0 8px 22px rgba(46,72,105,.06)}
 #intervention-table td{display:block;min-width:0;padding:0;border:0;font-size:13px}
 #intervention-table td:before{content:attr(data-label);display:block;margin-bottom:4px;color:#8a96a7;font-size:9px;font-weight:850;letter-spacing:.65px;text-transform:uppercase}
 #intervention-table td:nth-child(1){grid-column:1}
 #intervention-table td:nth-child(2){grid-column:1/-1;grid-row:2}
 #intervention-table td:nth-child(3){grid-column:1;grid-row:3}
 #intervention-table td:nth-child(4){grid-column:2;grid-row:1;text-align:right}
 #intervention-table td:nth-child(4):before{display:none}
 #intervention-table td:nth-child(5){grid-column:2;grid-row:3;text-align:right;color:#6f7e91;font-size:11px}
 #intervention-table .fh-client{font-size:14px}
 #intervention-table .fh-device{font-size:12px;line-height:1.4;overflow-wrap:anywhere}
 #intervention-table .fh-status{font-size:10px}
 .fh-mobilebar{left:8px;right:8px;bottom:max(8px,env(safe-area-inset-bottom));height:68px;padding:4px 7px;border-radius:21px;background:rgba(250,252,255,.93);box-shadow:0 16px 45px rgba(31,58,94,.24);backdrop-filter:blur(28px) saturate(165%)}
 .fh-mobilebar button,.fh-mobilebar a{min-width:61px;min-height:54px;padding:7px 5px;border-radius:15px;font-size:10px;font-weight:700}
 .fh-mobilebar b{font-size:19px;margin-bottom:4px}
 .fh-mobilebar .active{background:#e8f4ff;color:var(--edge-blue)}
 .fh-mobilebar [data-new]{background:linear-gradient(135deg,var(--edge-blue),var(--edge-violet));color:#fff;box-shadow:0 8px 20px rgba(40,100,220,.22)}
 .fh-cosa-fab{right:13px;bottom:calc(87px + env(safe-area-inset-bottom));min-height:46px;border-radius:16px;padding:11px 14px}
 .fh-cosa-fab b{font-size:12px}
 .fh-toast{left:12px;right:12px;bottom:calc(92px + env(safe-area-inset-bottom));font-size:13px;text-align:center}
 .fh-modal{align-items:end;padding:0;background:rgba(28,44,66,.28)}
 .fh-dialog{width:100%;max-height:94svh;padding:18px 15px calc(18px + env(safe-area-inset-bottom));border-radius:26px 26px 0 0}
 .fh-dialog-head h2{font-size:22px}
 .fh-dialog-head p{font-size:13px;line-height:1.4}
 .fh-steps{gap:5px;margin-bottom:17px}
 .fh-step{padding:8px 5px;font-size:9px}
 .fh-field label{font-size:13px}
 .fh-input,.fh-select,.fh-textarea{min-height:47px;font-size:16px}
 .fh-statusline{display:flex;overflow-x:auto;padding-bottom:7px;scroll-snap-type:x proximity}
 .fh-statusstep{flex:0 0 116px;min-height:44px;font-size:10px;scroll-snap-align:start}
 .fh-summary{grid-template-columns:1fr 1fr;gap:8px;padding:12px}
 .fh-summary-item small{font-size:10px}
 .fh-summary-item b{font-size:13px}
 .fh-check b{font-size:13px}
 .fh-check small{font-size:11px;line-height:1.4}
 .fh-check-actions button{padding:9px 11px;font-size:11px}
 .fh-cosa-dock{inset:0;width:100vw;height:100svh;border-radius:0}
}

@media(max-width:370px){
 .fh-content{padding-left:10px;padding-right:10px}
 .fh-stats{gap:8px}
 .fh-stat{padding:13px;min-height:122px}
 .fh-stat-top{font-size:11px}
 .fh-mobilebar button,.fh-mobilebar a{min-width:54px}
}

/* FIXIT EDGE v9 — inspection visuelle et interface vivante */
.fh-logo,.fh-avatar{position:relative;overflow:visible;isolation:isolate}
.fh-logo:before,.fh-avatar:before{content:"✦";position:absolute;z-index:3;right:-8px;top:-9px;color:#67c7ff;font-size:11px;text-shadow:0 0 12px rgba(80,184,255,.9);opacity:0;transform:scale(.25) rotate(-25deg);animation:fhSparkOne 8.5s ease-in-out infinite}
.fh-logo:after,.fh-avatar:after{content:"✧";position:absolute;z-index:3;left:-7px;bottom:-8px;color:#8b78ff;font-size:13px;text-shadow:0 0 13px rgba(111,92,245,.85);opacity:0;transform:scale(.3) rotate(20deg);animation:fhSparkTwo 11s 2.4s ease-in-out infinite}
@keyframes fhSparkOne{0%,79%,100%{opacity:0;transform:scale(.25) rotate(-25deg)}83%{opacity:1;transform:scale(1.2) rotate(8deg)}88%{opacity:.35;transform:scale(.7) rotate(28deg)}}
@keyframes fhSparkTwo{0%,82%,100%{opacity:0;transform:scale(.3) rotate(20deg)}86%{opacity:1;transform:scale(1.15) rotate(-8deg)}91%{opacity:.25;transform:scale(.65) rotate(-25deg)}}
.fh-nav button,.fh-nav a{position:relative;overflow:hidden;transition:color .22s,background .22s,transform .22s,box-shadow .22s}
.fh-nav button:hover,.fh-nav a:hover{transform:translateX(3px)}
.fh-nav .active:after{content:"";position:absolute;inset:0 auto 0 -45%;width:32%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.8),transparent);transform:skewX(-18deg);animation:fhNavLight 5.5s 1.2s ease-in-out infinite}
.fh-nav .active .fh-nav-ico{animation:fhNavIcon 3.8s ease-in-out infinite}
@keyframes fhNavLight{0%,68%,100%{left:-45%;opacity:0}72%{opacity:.8}84%{left:120%;opacity:0}}
@keyframes fhNavIcon{0%,75%,100%{transform:none}82%{transform:translateY(-2px) scale(1.12)}88%{transform:none}}
.fh-side-brand{position:relative}
.fh-side-brand:after{content:"";position:absolute;left:64px;right:14px;bottom:18px;height:1px;background:linear-gradient(90deg,rgba(8,127,245,.5),rgba(111,92,245,.15),transparent);transform-origin:left;animation:fhBrandLine 5s ease-in-out infinite}
@keyframes fhBrandLine{0%,100%{transform:scaleX(.22);opacity:.25}45%{transform:scaleX(1);opacity:.8}}
.fh-news-ticker a{transition:opacity .25s,color .25s}
.fh-ambient-bar{overflow:hidden}
.fh-ambient-bar:before{content:"";position:absolute;left:0;top:0;width:26%;height:1px;background:linear-gradient(90deg,transparent,#36d7c7,transparent);animation:fhAmbientScan 9s linear infinite}
@keyframes fhAmbientScan{from{transform:translateX(-100%)}to{transform:translateX(490%)}}

.fh-visual-inspection{border:1px solid rgba(8,127,245,.16);background:linear-gradient(145deg,rgba(244,250,255,.92),rgba(245,241,255,.82))}
.fh-visual-inspection>summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:2px;color:#29455f}
.fh-visual-inspection>summary span{display:grid;gap:3px}
.fh-visual-inspection>summary b{font-size:13px}
.fh-visual-inspection>summary small{color:#728298;font-size:10px;font-weight:550}
.fh-visual-inspection>summary em{font-style:normal;font-size:9px;font-weight:850;color:#0877df;background:#e3f2ff;border-radius:999px;padding:6px 9px;white-space:nowrap}
.fh-inspection{margin-top:14px;padding-top:14px;border-top:1px solid rgba(42,75,110,.09)}
.fh-damage-types{display:flex;gap:6px;overflow:auto;padding:2px 1px 8px;scrollbar-width:none}
.fh-damage-types::-webkit-scrollbar{display:none}
.fh-damage-types button{flex:0 0 auto;border:1px solid rgba(47,78,114,.09);border-radius:999px;background:#fff;color:#65758a;padding:7px 10px;font-size:9px;font-weight:800;cursor:pointer;transition:.18s}
.fh-damage-types button.active{background:linear-gradient(135deg,#ff654f,#f34d78);border-color:transparent;color:#fff;box-shadow:0 7px 18px rgba(238,75,87,.2)}
.fh-phone-inspector{display:grid;grid-template-columns:1fr minmax(120px,.7fr) 1fr;align-items:center;gap:18px;margin:10px 0 14px;padding:17px;border-radius:18px;background:rgba(255,255,255,.7);border:1px solid #fff}
.fh-phone-inspector figure{display:grid;place-items:center;gap:9px;margin:0}
.fh-phone-inspector figcaption{font-size:8px;font-weight:900;letter-spacing:1px;color:#8592a4}
.fh-inspection-phone{position:relative;width:102px;height:188px;border:3px solid #526b86;border-radius:24px;background:linear-gradient(155deg,#eff6fc,#fff);box-shadow:inset 0 0 0 3px #fff,0 13px 26px rgba(44,69,99,.12)}
.fh-inspection-phone.back{background:linear-gradient(155deg,#dfeaf5,#f4f8fc)}
.fh-inspection-speaker{position:absolute;z-index:4;left:38px;top:8px;width:21px;height:4px;border-radius:4px;background:#7d8fa3}
.fh-inspection-cameras{position:absolute;z-index:3;left:11px;top:13px;display:grid;grid-template-columns:repeat(2,16px);gap:3px;padding:5px;border-radius:12px;background:#b8c8d8}
.fh-inspection-cameras i{width:16px;height:16px;border:3px solid #536b84;border-radius:50%;background:#27394d}
.fh-inspection-cameras i:last-child{grid-column:1/-1}
.fh-inspection-phone button{position:absolute;border:1px dashed rgba(8,127,245,.25);background:rgba(8,127,245,.035);border-radius:8px;cursor:pointer;transition:.16s}
.fh-inspection-phone button span{position:absolute;left:50%;bottom:calc(100% + 5px);z-index:7;transform:translateX(-50%) translateY(4px);padding:4px 6px;border-radius:6px;background:#233850;color:#fff;font-size:7px;font-weight:750;white-space:nowrap;opacity:0;pointer-events:none;transition:.15s}
.fh-inspection-phone button:hover span{opacity:1;transform:translateX(-50%)}
.fh-inspection-phone button.marked{border:2px solid #ff5c59;background:rgba(255,92,89,.22);box-shadow:0 0 0 4px rgba(255,92,89,.1)}
.fh-inspection-phone button.marked:after{content:"!";position:absolute;right:-7px;top:-8px;width:17px;height:17px;display:grid;place-items:center;border-radius:50%;background:#ff5c59;color:#fff;font-size:9px;font-weight:900}
.fh-inspection-phone.front [data-condition-zone="haut"]{left:16px;right:16px;top:5px;height:24px}
.fh-inspection-phone.front [data-condition-zone="ecran"]{left:14px;right:14px;top:34px;bottom:33px}
.fh-inspection-phone.front [data-condition-zone="gauche"]{left:3px;top:31px;bottom:30px;width:12px}
.fh-inspection-phone.front [data-condition-zone="droite"]{right:3px;top:31px;bottom:30px;width:12px}
.fh-inspection-phone.front [data-condition-zone="bas"]{left:16px;right:16px;bottom:5px;height:24px}
.fh-inspection-phone.back [data-condition-zone="camera"]{left:6px;top:7px;width:51px;height:73px}
.fh-inspection-phone.back [data-condition-zone="dos"]{left:17px;right:17px;top:82px;bottom:34px}
.fh-inspection-phone.back [data-condition-zone="coin"]{right:5px;top:5px;width:30px;height:30px;border-radius:12px;background:rgba(8,127,245,.035)}
.fh-inspection-phone.back [data-condition-zone="bas"]{left:16px;right:16px;bottom:5px;height:24px}
.fh-inspection-guide{text-align:center;color:#66788e}
.fh-inspection-guide>span{width:42px;height:42px;margin:0 auto 9px;display:grid;place-items:center;border-radius:14px;background:linear-gradient(145deg,#e2f2ff,#ebe7ff);color:#0878e2;font-size:21px;box-shadow:0 9px 22px rgba(50,86,130,.1)}
.fh-inspection-guide b,.fh-inspection-guide small{display:block}
.fh-inspection-guide b{font-size:11px;color:#354a62}
.fh-inspection-guide small{max-width:145px;margin:5px auto 0;font-size:8px;line-height:1.45}
.fh-condition-results{padding:11px;border-radius:13px;background:#fff}
.fh-condition-results>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:10px}
.fh-condition-results b{font-size:11px}
.fh-condition-results small{font-size:9px;color:#7d8b9e}
.fh-condition-tags{display:flex;flex-wrap:wrap;gap:5px;margin-top:8px}
.fh-condition-tags:empty{display:none}
.fh-condition-tags button{border:0;border-radius:9px;background:#fff0eb;color:#805044;padding:6px 8px;font-size:8px;cursor:pointer}
.fh-condition-tags button span{font-weight:850;color:#c84e42}
.fh-visual-inspection .fh-field{margin-top:11px}

@media(max-width:760px){
 .fh-content{padding-bottom:calc(154px + env(safe-area-inset-bottom))}
 .fh-ambient{display:block;position:fixed;z-index:19;left:8px;right:8px;bottom:calc(82px + env(safe-area-inset-bottom));pointer-events:none}
 .fh-ambient-bar{position:relative;height:39px;padding:0 8px;gap:6px;border:1px solid rgba(255,255,255,.18);border-radius:14px;background:rgba(27,43,66,.94);box-shadow:0 12px 30px rgba(31,53,82,.22);pointer-events:auto}
 .fh-radio-play,.fh-weather-mini,.fh-ambient-toggle{height:29px;min-width:29px}
 .fh-radio-label,.fh-ambient-sep,.fh-edge-clock{display:none}
 .fh-eq{width:13px;flex:0 0 13px}
 .fh-weather-mini{padding:0 7px;font-size:9px}
 .fh-news-ticker{gap:5px}
 .fh-news-ticker>b{font-size:0;padding:3px 5px}
 .fh-news-ticker>b:after{content:"NEWS";font-size:7px}
 .fh-news-ticker a{font-size:9px}
 .fh-ambient-panel{position:fixed;left:8px;right:8px;bottom:calc(128px + env(safe-area-inset-bottom));width:auto;max-height:65svh;border-radius:22px;padding:13px;pointer-events:none}
 .fh-ambient-panel.open{pointer-events:auto}
 .fh-cosa-fab{bottom:calc(131px + env(safe-area-inset-bottom))}
 .fh-phone-inspector{grid-template-columns:1fr 1fr;gap:13px;padding:13px}
 .fh-inspection-guide{grid-column:1/-1;grid-row:2;display:flex;align-items:center;justify-content:center;gap:8px}
 .fh-inspection-guide>span{width:31px;height:31px;margin:0;font-size:16px}
 .fh-inspection-guide small{display:none}
 .fh-inspection-phone{width:88px;height:164px;border-radius:21px}
 .fh-inspection-speaker{left:32px}
 .fh-condition-results>div:first-child{align-items:flex-start;flex-direction:column;gap:3px}
}
@media(prefers-reduced-motion:reduce){.fh-logo:before,.fh-logo:after,.fh-avatar:before,.fh-avatar:after,.fh-nav .active:after,.fh-nav .active .fh-nav-ico,.fh-side-brand:after,.fh-ambient-bar:before{animation:none!important}.fh-nav button:hover,.fh-nav a:hover{transform:none}}

/* FIXIT EDGE v10 — contrôles vitaux et fiche client pédagogique */
.fh-control-group{border-top:1px solid rgba(43,66,94,.08)}
.fh-control-group:first-of-type{border-top:0}
.fh-control-group>summary{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:15px 18px;cursor:pointer;list-style:none;background:rgba(246,249,253,.58)}
.fh-control-group>summary::-webkit-details-marker{display:none}
.fh-control-group>summary>span{display:grid;grid-template-columns:auto 1fr;gap:2px 9px;align-items:center}
.fh-control-group>summary i{grid-row:1/3;color:#a0adba;font-style:normal;font-size:11px}
.fh-control-group>summary b{font-size:13px}
.fh-control-group>summary small{font-size:9px;color:#8290a2}
.fh-control-group>summary em{font-style:normal;font-size:9px;font-weight:850;color:#607086;background:#eaf0f6;border-radius:999px;padding:6px 9px;white-space:nowrap}
.fh-control-group>summary em.has-pending{color:#a76312;background:#fff0d9}
.fh-control-group.is-current{box-shadow:inset 4px 0 var(--edge-blue)}
.fh-control-group.is-current>summary{background:linear-gradient(90deg,rgba(224,241,255,.8),rgba(240,236,255,.5))}
.fh-control-group.is-current>summary i{color:var(--edge-blue);text-shadow:0 0 10px rgba(8,127,245,.4)}
.fh-control-group .fh-check-section{padding-top:4px}
.fh-check-copy{min-width:0}
.fh-control-level{display:inline-flex;margin-bottom:5px;border-radius:6px;padding:3px 5px;background:#edf2f7;color:#718096;font-size:7px;font-weight:900;letter-spacing:.8px}
.fh-check.is-vital .fh-control-level{background:#e5f2ff;color:#0875d8}
.fh-check-copy>small{font-size:10px;line-height:1.45}
.fh-check-comment{margin-top:6px!important;padding:7px 9px;border-left:3px solid #f09a34;border-radius:7px;background:#fff4e6;color:#785022!important}
.fh-check.result-passed{background:linear-gradient(90deg,rgba(229,247,236,.42),transparent)}
.fh-check.result-failed{background:linear-gradient(90deg,rgba(255,234,237,.55),transparent)}
.fh-check-actions button{min-width:82px}
.fh-check-reason-dialog{width:min(590px,100%)}
.fh-reason-chips{display:flex;flex-wrap:wrap;gap:7px;margin:6px 0 17px}
.fh-reason-chips button{border:1px solid rgba(47,76,112,.1);border-radius:999px;background:#eef3f8;color:#5e6d80;padding:8px 11px;font-size:10px;font-weight:750;cursor:pointer}
.fh-reason-chips button.active{border-color:transparent;background:linear-gradient(135deg,#ff704f,#f34f76);color:#fff;box-shadow:0 7px 17px rgba(232,81,76,.18)}

.fh-client-repair-story{position:relative;display:grid;grid-template-columns:1.15fr .65fr 1fr;gap:22px;align-items:center;margin-top:16px;overflow:hidden;background:radial-gradient(circle at 44% 15%,rgba(10,132,255,.15),transparent 27%),linear-gradient(145deg,rgba(255,255,255,.9),rgba(239,246,255,.9))}
.fh-client-repair-story:before{content:"";position:absolute;left:24px;right:24px;top:0;height:4px;border-radius:0 0 5px 5px;background:linear-gradient(90deg,var(--edge-blue),var(--edge-violet),var(--edge-cyan))}
.fh-client-repair-copy h2{margin:3px 0 8px;font-size:26px;letter-spacing:-.7px}
.fh-client-repair-copy>p{color:#68778c;line-height:1.55;margin:0}
.fh-client-part{display:flex;align-items:center;gap:10px;margin-top:18px;padding:11px;border-radius:15px;background:rgba(255,255,255,.78);border:1px solid #fff}
.fh-client-part>span{width:34px;height:34px;display:grid;place-items:center;border-radius:11px;background:#e3f7ea;color:#25804a;font-weight:900}
.fh-client-part small,.fh-client-part b{display:block}
.fh-client-part small{font-size:8px;letter-spacing:.9px;color:#7d8a9d}
.fh-client-part b{margin-top:3px;font-size:12px}
.fh-client-device-stage{display:grid;place-items:center;gap:9px}
.fh-client-device-stage>span{font-size:10px;font-weight:800;color:#627288;text-align:center}
.fh-client-phone-visual{width:118px;height:168px;filter:drop-shadow(0 18px 21px rgba(42,68,102,.15));animation:fhPhoneFloat 5s ease-in-out infinite}
.client-phone-body{fill:rgba(255,255,255,.92);stroke:#526d89;stroke-width:3}
.client-phone-speaker{fill:none;stroke:#8597aa;stroke-width:4;stroke-linecap:round}
.client-zone-fill{fill:rgba(10,132,255,.2);stroke:#0a84ff;stroke-width:2}
.client-zone-line{fill:none;stroke:#0a84ff;stroke-width:4;stroke-linecap:round;stroke-linejoin:round}
@keyframes fhPhoneFloat{0%,100%{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-7px) rotate(1deg)}}
.fh-client-care{display:grid;gap:9px}
.fh-client-care h3{font-size:14px;margin:0 0 2px}
.fh-client-care>div{display:grid;grid-template-columns:24px 1fr;gap:8px;align-items:start}
.fh-client-care>div>span{width:24px;height:24px;display:grid;place-items:center;border-radius:8px;background:#e4f7ec;color:#23804a;font-size:9px;font-weight:900}
.fh-client-care p{margin:2px 0 0;color:#637287;font-size:11px;line-height:1.42}
.fh-client-insight{grid-column:1/-1;display:flex;align-items:center;gap:12px;padding:13px 15px;border-radius:16px;background:#edf2f7;color:#607086}
.fh-client-insight>span{width:38px;height:38px;display:grid;place-items:center;flex:0 0 38px;border-radius:12px;background:#fff;color:#79899c;font-size:18px}
.fh-client-insight small,.fh-client-insight b{display:block}
.fh-client-insight small{font-size:8px;letter-spacing:.9px;font-weight:900}
.fh-client-insight b{font-size:12px;margin-top:3px;color:#35475d}
.fh-client-insight p{font-size:10px;line-height:1.45;margin:3px 0 0}
.fh-client-insight.has-data{background:linear-gradient(135deg,#e6f5ff,#eeeaff);color:#56667c}
.fh-client-insight.has-data>span{color:#0878df}

@media(max-width:760px){
 .fh-control-group>summary{padding:14px}
 .fh-control-group .fh-check-section{padding:0 14px 13px}
 .fh-check{gap:10px}
 .fh-check-actions{display:grid;grid-template-columns:1fr 1fr;width:100%}
 .fh-check-actions button{min-width:0;padding:10px 8px}
 .fh-check-actions .fh-na{grid-column:1/-1}
 .fh-client-repair-story{grid-template-columns:1fr 105px;gap:17px;padding:20px}
 .fh-client-repair-copy h2{font-size:23px}
 .fh-client-device-stage{grid-column:2;grid-row:1}
 .fh-client-phone-visual{width:92px;height:132px}
 .fh-client-care{grid-column:1/-1}
 .fh-client-insight{grid-column:1/-1}
}
@media(max-width:390px){.fh-client-repair-story{grid-template-columns:1fr}.fh-client-device-stage{grid-column:1;grid-row:auto}.fh-client-phone-visual{width:105px;height:145px}}
@media(prefers-reduced-motion:reduce){.fh-client-phone-visual{animation:none}}

/* FIXIT EDGE v11 — aide contextuelle et micro-formation */
.fh-check-heading{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:2px}
.fh-check-heading .fh-control-level{margin-bottom:0}
.fh-check-help{width:26px;height:26px;display:grid;place-items:center;flex:0 0 26px;border:1px solid rgba(8,127,245,.16);border-radius:9px;background:linear-gradient(145deg,#e7f4ff,#efebff);color:#0875da;font-size:13px;font-weight:900;cursor:pointer;box-shadow:0 5px 13px rgba(44,79,121,.08);transition:.18s}
.fh-check-help:hover{transform:translateY(-1px) rotate(5deg);box-shadow:0 8px 18px rgba(39,83,137,.14)}
.fh-control-help-dialog{width:min(820px,100%)}
.fh-help-layout{display:grid;grid-template-columns:1.2fr .8fr;gap:13px}
.fh-help-method,.fh-help-watch,.fh-help-skill{border-radius:18px;background:#f0f5fa;padding:16px}
.fh-help-label{font-size:8px;font-weight:900;letter-spacing:1px;color:#7a8799;margin-bottom:10px}
.fh-help-method{display:grid;gap:8px}
.fh-help-method article{display:grid;grid-template-columns:28px 1fr;gap:10px;align-items:start;padding:10px;border-radius:13px;background:#fff}
.fh-help-method article>span{width:28px;height:28px;display:grid;place-items:center;border-radius:9px;background:linear-gradient(145deg,#e3f2ff,#ece9ff);color:#0875db;font-size:11px;font-weight:900}
.fh-help-method p{margin:4px 0 0;color:#465970;font-size:11px;line-height:1.45}
.fh-help-layout>aside{display:grid;gap:11px;align-content:start}
.fh-help-watch{display:flex;gap:11px;background:linear-gradient(145deg,#172d4b,#30466f);color:#fff}
.fh-help-watch>span{width:35px;height:35px;display:grid;place-items:center;flex:0 0 35px;border-radius:11px;background:rgba(255,255,255,.11);color:#8fd4ff;font-size:18px}
.fh-help-watch b{font-size:12px}
.fh-help-watch p{margin:5px 0 0;color:#c4d0de;font-size:10px;line-height:1.5}
.fh-help-skill{background:linear-gradient(145deg,#fff0e9,#fff7f3);border:1px solid #fff}
.fh-help-skill small{display:block;color:#e35a3e;font-size:8px;font-weight:900;letter-spacing:1px}
.fh-help-skill b{display:block;margin-top:5px;font-size:13px}
.fh-help-skill p{margin:8px 0 0;color:#756b68;font-size:10px;line-height:1.5}
.fh-help-actions{display:grid;grid-template-columns:1.1fr 1fr 1fr;gap:8px;margin-top:15px;padding-top:15px;border-top:1px solid var(--line)}
.fh-help-actions .fh-btn{min-height:44px}
@media(max-width:760px){
 .fh-check-help{width:30px;height:30px;flex-basis:30px}
 .fh-help-layout{grid-template-columns:1fr}
 .fh-help-actions{grid-template-columns:1fr}
 .fh-help-actions .fh-btn{width:100%}
 .fh-control-help-dialog{max-height:94svh}
}
@media(prefers-reduced-motion:reduce){.fh-check-help:hover{transform:none}}

/* FIXIT EDGE v12 — recherche modèle et variantes */
/* v13 workshop and contextual assistance */
.fh-reminders,.fh-parts-live{padding:18px;border-radius:18px;margin:14px 0;background:#f4f8fd;border:1px solid #dce7f2;border-left:4px solid #0a84ff;color:#25394e}
.fh-reminders{border-left-color:#f07845;background:#fff9f5}.fh-reminders article{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 0;border-bottom:1px solid #eadfd8}.fh-reminders b,.fh-stock-item b{font-size:15px}.fh-reminders p,.fh-stock-item p{font-size:14px;line-height:1.5;margin:5px 0}.fh-reminders small,.fh-parts-live small,.fh-stock-item small{display:block;font-size:12px;line-height:1.5;color:#596d82}
.fh-stock-state{font-weight:700;font-size:16px}.fh-supplier-status,.fh-supplier-links{display:flex;gap:10px;flex-wrap:wrap;margin:12px 0}.fh-supplier-status span{padding:8px 11px;border-radius:12px;background:#e6edf5;font-size:13px}.fh-workshop-dialog{width:min(1050px,96vw)}.fh-workshop-dialog p{font-size:14px;line-height:1.5}.fh-supplier-links a{display:flex;flex-direction:column;align-items:start;gap:5px}.fh-stock-item{display:flex;justify-content:space-between;gap:16px;border-bottom:1px solid #dbe4ee;padding:16px 0}.fh-stock-actions{display:flex;flex-wrap:wrap;align-content:center;gap:8px;max-width:320px}.fh-stock-actions button{border:1px solid #cbdcec;background:#edf5ff;border-radius:10px;padding:10px 14px;color:#185182;font-size:14px;cursor:pointer}.fh-stock-actions button:disabled{opacity:.4;cursor:not-allowed}.fh-workshop-suppliers{padding-bottom:15px;border-bottom:1px solid #dbe4ee}
@media(max-width:760px){.fh-stock-item{flex-direction:column}.fh-stock-actions{max-width:none}.fh-parts-live .fh-panel-head{flex-direction:column;align-items:start}.fh-reminders,.fh-parts-live{padding:14px}.fh-top>.fh-btn{font-size:12px;padding:9px}.fh-workshop-dialog{width:100%}}
.fh-imei-priority{display:grid;grid-template-columns:38px 1fr auto;gap:11px;align-items:center;margin:0 0 12px;padding:12px 14px;border:1px solid rgba(27,148,87,.15);border-radius:16px;background:linear-gradient(135deg,#e9f9f0,#eef7ff)}
.fh-imei-priority>span{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:#fff;color:#1a9757;font-weight:900;box-shadow:0 6px 16px rgba(33,109,78,.09)}
.fh-imei-priority b,.fh-imei-priority small{display:block}.fh-imei-priority b{font-size:12px}.fh-imei-priority small{margin-top:3px;color:#63758a;font-size:9px;line-height:1.4}
.fh-imei-priority button{border:0;background:transparent;color:#0875db;font-size:10px;font-weight:850;text-decoration:underline;text-underline-offset:3px;cursor:pointer}
.fh-imei-help-dialog{width:min(680px,100%)}
.fh-imei-methods{display:grid;gap:10px}.fh-imei-methods article{display:grid;grid-template-columns:62px 1fr;gap:13px;align-items:center;padding:13px;border-radius:16px;background:#f1f6fb}
.fh-imei-methods article>span{min-height:48px;display:grid;place-items:center;border-radius:13px;background:#fff;color:#0875db;font-size:15px;font-weight:900}.fh-imei-methods b{font-size:12px}.fh-imei-methods p{margin:4px 0 0;color:#65758a;font-size:10px;line-height:1.5}
.fh-device-suggestions{margin:12px 0 16px;border:1px solid rgba(43,91,146,.12);border-radius:20px;background:rgba(247,250,254,.95);padding:14px;box-shadow:0 16px 40px rgba(52,80,115,.1)}
.fh-suggestion-head{display:flex;justify-content:space-between;align-items:end;gap:12px;padding:2px 3px 10px}
.fh-suggestion-head b{font-size:14px}.fh-suggestion-head small{font-size:10px;color:#718096}
.fh-device-suggestion{display:grid;grid-template-columns:180px 1fr;gap:14px;padding:13px;border-top:1px solid rgba(43,66,94,.08)}
.fh-device-suggestion h3{margin:3px 0 0;font-size:15px}.fh-device-suggestion>div>small{font-size:8px;font-weight:850;letter-spacing:.8px;color:#718096;text-transform:uppercase}
.fh-variant-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.fh-variant-list button{display:grid;grid-template-columns:1fr auto;gap:3px 8px;text-align:left;border:1px solid rgba(8,127,245,.12);border-radius:13px;background:#fff;padding:10px 11px;cursor:pointer;transition:.18s;color:#26384e}
.fh-variant-list button:hover{transform:translateY(-1px);border-color:#0a84ff;box-shadow:0 8px 20px rgba(10,132,255,.12)}
.fh-variant-list b{font-size:11px}.fh-variant-list span{font-size:10px;color:#0875d8;font-weight:850}.fh-variant-list em{grid-column:1/-1;font-style:normal;font-size:8px;color:#77869a}
.fh-catalog-warning{margin-top:10px;border-radius:12px;background:#fff2dc;color:#8a5a18;padding:10px 12px;font-size:9px;line-height:1.4}
.fh-model-choice-list{display:grid;gap:10px}.fh-model-choice{overflow:hidden;border:1px solid rgba(8,127,245,.12);border-radius:16px;background:#fff}.fh-model-choice>button{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;border:0;background:transparent;padding:15px;text-align:left;color:#26384e;cursor:pointer}.fh-model-choice>button span>*{display:block}.fh-model-choice>button small{font-size:9px;letter-spacing:.7px;text-transform:uppercase;color:#78899d}.fh-model-choice>button b{font-size:17px;margin:4px 0}.fh-model-choice>button em{font-style:normal;font-size:11px;color:#0875d8}.fh-model-choice>button strong{font-size:26px;color:#0a84ff}.fh-model-choice details{border-top:1px solid #edf1f5;padding:10px 15px}.fh-model-choice summary{font-size:10px;color:#708197;cursor:pointer}.fh-model-choice details p{font-size:9px;line-height:1.6;color:#8a98a9;word-break:break-word}.fh-model-choice details small{font-size:9px;color:#718096}.fh-catalog-note{margin-top:10px;padding:11px 13px;border-radius:12px;background:#edf5ff;color:#48657f;font-size:10px;line-height:1.5}
.fh-region-alert{display:flex;align-items:flex-start;gap:11px;margin-top:11px;padding:13px 14px;border:1px solid #ffd9a8;border-left:4px solid #f39a2f;border-radius:14px;background:linear-gradient(135deg,#fff8ea,#fff3df);color:#764a15;box-shadow:0 9px 24px rgba(185,107,27,.08)}.fh-region-alert>span{width:28px;height:28px;flex:0 0 28px;display:grid;place-items:center;border-radius:9px;background:#ffe6bf;font-size:14px}.fh-region-alert b{display:block;font-size:12px}.fh-region-alert p{margin:4px 0 0;font-size:10px;line-height:1.5;color:#8a642f}.fh-region-alert.is-critical{border-color:#ffc5bf;border-left-color:#ff6255;background:linear-gradient(135deg,#fff2ef,#fff7ed);color:#9a3d35}.fh-region-alert.is-critical>span{background:#ffddd8}.fh-region-alert.is-critical p{color:#8b5a50}
.fh-cosa-guided{display:block;width:max-content;margin-bottom:7px;padding:4px 7px;border-radius:7px;background:#e7f3ff;color:#0875d8;font-size:8px;font-weight:900;letter-spacing:.7px}
@media(max-width:760px){.fh-imei-priority{grid-template-columns:36px 1fr}.fh-imei-priority button{grid-column:2;text-align:left}.fh-device-suggestion{grid-template-columns:1fr;padding:12px 2px}.fh-variant-list{grid-template-columns:1fr}.fh-suggestion-head{align-items:start;flex-direction:column}.fh-device-suggestions{padding:12px}}

/* FIXIT EDGE v19 — prise en charge simplifiée et lisibilité */
.fh-app{font-size:16px}
.fh-content,.fh-dialog{font-size:16px}
.fh-field label,.fh-form-grid label{font-size:14px!important;line-height:1.4}
.fh-input,.fh-select,.fh-textarea{font-size:16px!important;min-height:48px}
.fh-btn{font-size:15px!important;min-height:46px}
.fh-panel-head h2,.fh-check-heading b{font-size:18px!important}
.fh-panel-head p,.fh-field small,.fh-choice small,.fh-optional summary small{font-size:13px!important;line-height:1.45}
.fh-simple-inspection summary{padding:18px!important}
.fh-simple-inspection summary b{font-size:17px!important}
.fh-simple-inspection summary em{font-size:12px!important}
.fh-inspection-simple{padding:18px!important}
.fh-condition-question{display:flex;flex-direction:column;gap:5px;margin-bottom:14px}
.fh-condition-question b{font-size:16px}.fh-condition-question small{font-size:13px;color:#66778d;line-height:1.45}
.fh-inspection-simple .fh-damage-types{display:flex;flex-wrap:wrap;gap:10px}
.fh-inspection-simple .fh-damage-types button{font-size:14px!important;min-height:43px;padding:10px 15px!important}
.fh-condition-summary{display:flex;align-items:center;gap:11px;margin-top:15px;padding:13px 15px;border-radius:15px;background:#f4f8fd;border:1px solid #e1eaf4}
.fh-condition-summary>span{width:32px;height:32px;display:grid;place-items:center;border-radius:10px;background:#e5f7ec;color:#19804a;font-weight:900}
.fh-condition-summary b{display:block;font-size:14px}.fh-condition-summary small{font-size:12px;color:#697b90}
.fh-inventory-title{margin:20px 0 10px;display:flex;flex-direction:column;gap:4px}
.fh-inventory-title b{font-size:16px}.fh-inventory-title small{font-size:13px;color:#66778d}
.fh-inventory{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px!important}
.fh-inventory label{display:flex!important;align-items:center;gap:11px;padding:13px!important;border:1px solid #dfe8f2;border-radius:15px;background:#fff;min-height:62px;font-size:14px!important}
.fh-inventory input{width:20px;height:20px;flex:0 0 20px}
.fh-inventory span b,.fh-inventory span small{display:block}.fh-inventory span b{font-size:14px}.fh-inventory span small{font-size:12px!important;color:#738298;margin-top:2px}
@media(max-width:760px){.fh-app,.fh-content,.fh-dialog{font-size:17px}.fh-content{padding-left:14px!important;padding-right:14px!important}.fh-field label,.fh-form-grid label{font-size:15px!important}.fh-panel-head p,.fh-choice small,.fh-optional summary small{font-size:14px!important}.fh-simple-inspection summary{padding:16px!important}.fh-inspection-simple{padding:15px!important}.fh-inspection-simple .fh-damage-types{display:grid;grid-template-columns:1fr 1fr}.fh-inspection-simple .fh-damage-types button{font-size:14px!important;padding:11px 8px!important}.fh-inventory{grid-template-columns:1fr}.fh-inventory label{min-height:66px}.fh-btn{font-size:16px!important}}

.fh-cosa-cockpit{display:flex;flex-wrap:wrap;gap:6px;margin:8px 0 12px}.fh-cosa-cockpit span{display:inline-flex;align-items:center;gap:5px;padding:5px 8px;border:1px solid rgba(60,110,210,.15);border-radius:999px;font-size:10px;font-weight:800;letter-spacing:.04em;background:#f7faff;color:#71809a}.fh-cosa-cockpit i{width:7px;height:7px;border-radius:50%;background:#b9c2d0}.fh-cosa-cockpit span.on{color:#1759bd;border-color:#b9d7ff;background:#edf6ff}.fh-cosa-cockpit span.on i{background:#38c978;box-shadow:0 0 0 3px rgba(56,201,120,.13)}.fh-cosa-answer{font-size:14px;line-height:1.55;white-space:pre-wrap}.fh-cosa-step{margin-top:12px;padding:13px;border:1px solid #cfe0ff;border-left:4px solid #397cff;border-radius:14px;background:linear-gradient(135deg,#f8fbff,#eef5ff)}.fh-cosa-step-head{display:flex;flex-direction:column;gap:4px}.fh-cosa-step-head span{font-size:10px;font-weight:900;letter-spacing:.08em;color:#2567cf}.fh-cosa-step-head b{font-size:15px;color:#17243a}.fh-cosa-step p{margin:8px 0 6px;font-size:13px;line-height:1.45;color:#27364f}.fh-cosa-step small{display:block;color:#6d7b91;line-height:1.35}.fh-cosa-results{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:12px}.fh-cosa-results button{min-height:42px;border:1px solid #c8d9f3;border-radius:11px;background:#fff;color:#1b4e9b;font-weight:800;cursor:pointer}.fh-cosa-results button:nth-child(3){grid-column:1/-1;color:#64748b}.fh-cosa-results button:disabled{opacity:.5}.fh-cosa-result-line{font-size:13px;font-weight:800}@media(max-width:600px){.fh-cosa-answer{font-size:15px}.fh-cosa-step p{font-size:14px}.fh-cosa-results{grid-template-columns:1fr}.fh-cosa-results button:nth-child(3){grid-column:auto}.fh-cosa-cockpit span{font-size:9px}}
.fh-cosa-priority{margin:10px 0 8px;padding:15px 16px;border-radius:16px;background:linear-gradient(135deg,#176cff,#6257ee);color:#fff;box-shadow:0 10px 24px rgba(45,101,230,.2)}.fh-cosa-priority small{display:block;margin-bottom:7px;font-size:10px;font-weight:900;letter-spacing:.11em;opacity:.82}.fh-cosa-priority strong{display:block;font-size:16px;line-height:1.42;font-weight:800}.fh-cosa-explanation{margin-top:8px;border:1px solid #d9e3f2;border-radius:13px;background:rgba(255,255,255,.7);overflow:hidden}.fh-cosa-explanation summary{padding:11px 13px;cursor:pointer;font-size:12px;font-weight:800;color:#3d587c}.fh-cosa-explanation div{padding:0 13px 13px;font-size:13px;line-height:1.55;color:#596a82;white-space:pre-wrap}@media(max-width:600px){.fh-cosa-priority{padding:15px}.fh-cosa-priority strong{font-size:17px}.fh-cosa-explanation summary{font-size:13px}.fh-cosa-explanation div{font-size:14px}}
.fh-search.fh-command{flex:1;max-width:760px;min-width:300px;border:1px solid rgba(63,111,245,.28);box-shadow:0 8px 28px rgba(52,93,210,.10),inset 0 0 0 1px rgba(255,255,255,.65);background:linear-gradient(110deg,rgba(255,255,255,.96),rgba(241,246,255,.94))}
.fh-search.fh-command:focus-within{border-color:#3977f6;box-shadow:0 0 0 4px rgba(57,119,246,.12),0 12px 34px rgba(52,93,210,.16)}
.fh-search.fh-command>span:first-child{color:#3977f6;font-size:18px}
.fh-search.fh-command input{font-size:15px;font-weight:600}
@media(max-width:760px){.fh-search.fh-command{min-width:0;max-width:none}.fh-search.fh-command input{font-size:14px}.fh-search.fh-command input::placeholder{color:#71809a}}


/* HUB application v2 — identité sobre issue du pilote */
:root{--blue:#167f9a;--violet:#187f89;--ink:#102b3e;--muted:#667d8e;--line:rgba(24,63,85,.12);--panel:rgba(255,255,255,.9);--shadow:0 16px 45px rgba(15,47,68,.075)}
body{font-family:'DM Sans',sans-serif;background:#f3f7f9}.fh-app{background:radial-gradient(circle at 82% -8%,rgba(36,151,168,.13),transparent 28%),linear-gradient(145deg,#f8fbfc,#eef4f6 58%,#f8fafb)}.fh-side{background:linear-gradient(180deg,#082d42,#0a3449 72%,#092b3e)}h1,h2,h3,.fh-side-brand,.fh-wordmark{font-family:'Sora',sans-serif}.fh-logo{background:linear-gradient(145deg,#167f9a,#13a89f)}.fh-wordmark{font-weight:700;letter-spacing:-5px;color:#fff;font-size:26px}.fh-wordmark span{color:#2fb3b1}.fh-side-brand{display:flex;align-items:baseline;justify-content:space-between}.fh-side-brand>small{font:600 8px 'DM Sans';letter-spacing:1.4px;color:#7194a4;text-transform:uppercase}.fh-org-chip{margin:12px 4px 19px;padding:11px 12px;border:1px solid rgba(255,255,255,.1);border-radius:11px;background:rgba(255,255,255,.045);display:grid;gap:3px}.fh-org-chip b{font-size:11px;color:#e9f2f5}.fh-org-chip span{font-size:9px;color:#83a0ae}.fh-side-bottom{margin-top:auto;display:grid;gap:4px}.fh-side-bottom button{display:flex;align-items:center;gap:11px;width:100%;border:0;background:transparent;color:#adbfca;border-radius:10px;padding:9px 11px;text-align:left;font-size:12px;cursor:pointer}.fh-side-bottom button:hover,.fh-side-bottom button.active{background:rgba(255,255,255,.08);color:#fff}.fh-svg{width:18px;height:18px;display:block}.fh-search .fh-svg{width:16px;height:16px}.fh-nav-ico{display:grid;place-items:center}.fh-btn-primary{background:linear-gradient(135deg,#0c455e,#167f9a);box-shadow:0 10px 23px rgba(9,57,78,.18)}.fh-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.fh-feature{padding:22px;display:flex;flex-direction:column;min-height:245px}.fh-feature h3{font-size:18px;margin:12px 0 8px}.fh-feature p{color:var(--muted);line-height:1.65;flex:1}.fh-feature .fh-btn{align-self:flex-start;text-decoration:none}.fh-feature-icon{width:42px;height:42px;border-radius:12px;background:#e5f3f3;color:#117984;display:grid;place-items:center;margin-bottom:16px}.fh-access-strip{margin-top:16px;padding:15px 18px;background:#fff;border:1px dashed #b8cbd3;border-radius:13px;display:flex;gap:12px;align-items:center;color:var(--muted);font-size:12px}.fh-access-strip b{color:var(--ink);white-space:nowrap}.fh-profile-list{display:grid}.fh-profile-list>div{display:flex;justify-content:space-between;padding:16px 18px;border-bottom:1px solid var(--line)}.fh-profile-list span{color:var(--muted)}.fh-login-redirect small{display:block;text-align:center;color:var(--muted);margin-top:17px}.fh-login-redirect .fh-wordmark{color:#0a3149;text-align:center;font-size:34px}.fh-login-redirect .fh-wordmark span{color:#167f9a}.fh-badge.ok{background:#e5f5f1;color:#18725f}@media(max-width:900px){.fh-feature-grid{grid-template-columns:1fr}.fh-access-strip{align-items:flex-start;flex-direction:column}.fh-org-chip{display:none}}
#fixit-hub-root .hc-brand{font:700 30px 'Sora',sans-serif;letter-spacing:-3px;color:white;margin:0 10px 18px}.hc-brand span{color:#35bcb7}
.hc-bronze{--metal:#bd8961;--pale:#f4e1d1}.hc-silver{--metal:#9dacba;--pale:#edf2f6}.hc-gold{--metal:#c5a35e;--pale:#fff1c8}.hc-platinum{--metal:#78b8b5;--pale:#dff5ef}.hc-diamond{--metal:#9ba5e1;--pale:#e8eaff}
#fixit-hub-root .hc-card{position:relative;border:1px solid var(--metal);border-radius:24px 24px 36px 36px;background:linear-gradient(145deg,#152c3b,#0a1925);box-shadow:inset 0 0 0 5px #ffffff06,0 14px 32px #07192324;color:var(--pale);padding:25px;display:flex;flex-direction:column;align-items:center;gap:14px;text-align:center;cursor:pointer;width:100%;font-family:inherit}
.hc-card-top{display:flex;justify-content:space-between;align-items:center;width:100%;font-size:9px;letter-spacing:1.7px}.hc-card-top strong{font-size:28px;letter-spacing:-1px;color:var(--metal)}.hc-portrait{width:96px;height:96px;border:1px solid var(--metal);border-radius:50%;display:grid;place-items:center;font:600 35px 'Sora',sans-serif;background:linear-gradient(140deg,#ffffff18,transparent)}.hc-name{font-size:23px}.hc-metal{font-size:13px;color:var(--pale)}.hc-verification{border:1px solid #ffffff24;border-radius:20px;padding:5px 10px;font-size:10px;color:#bac8d1}
#fixit-hub-root .hc-compact{padding:14px;border-radius:14px;gap:8px;margin-bottom:20px}.hc-compact .hc-portrait{display:none}.hc-compact .hc-name{font-size:17px}.hc-compact .hc-card-top strong{font-size:22px}.hc-compact .hc-metal{font-size:11px}
.hc-nav{display:grid;gap:5px}.hc-nav button,.hc-nav summary{display:flex;align-items:center;gap:10px;padding:11px 9px;width:100%;border:0;border-radius:9px;background:transparent;color:#c7d9e3;font:500 12px 'DM Sans',sans-serif;text-align:left;cursor:pointer}.hc-nav button:hover,.hc-nav button.active,.hc-nav summary:hover{background:#ffffff13;color:white}.hc-nav button:disabled{color:#77919f;cursor:default}.hc-nav svg{flex-shrink:0}.hc-nav summary{list-style:none}.hc-nav summary::-webkit-details-marker{display:none}.hc-nav summary b{margin-left:auto}.hc-group[open] summary b{transform:rotate(180deg)}.hc-sub{margin-left:15px;border-left:1px solid #ffffff20;padding-left:7px}.hc-bottom{margin-top:25px!important;border-top:1px solid #ffffff15;padding-top:12px}.hc-profile-grid{display:grid;grid-template-columns:280px minmax(0,1fr);gap:28px;align-items:start}.hc-info{padding:25px;margin-bottom:18px}.hc-info h2{font-size:20px}.hc-info p{font-size:14px;line-height:1.65;color:#657b8a}.hc-tiers{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.hc-tier{display:flex;align-items:center;gap:7px;border:1px solid var(--metal);border-radius:9px;padding:8px 10px;font-size:11px;background:var(--pale);color:#344655}.hc-tier b{color:#344655}.hc-badges{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.hc-badges>div{padding:17px;border:1px dashed #d2dce1;border-radius:12px;display:grid;gap:7px}.hc-badges span{font-size:24px;color:#94a9b6}.hc-badges b{font-size:12px}.hc-badges small{font-size:10px;color:#788c98}.hc-welcome{display:grid;grid-template-columns:230px 1fr;gap:26px;align-items:center;padding:22px;background:linear-gradient(110deg,#fff,#e8f1f4);border:1px solid #dbe6eb;border-radius:20px;margin-bottom:28px}.hc-welcome .hc-card{margin-bottom:0!important}.hc-welcome h2{font-size:23px;margin:8px 0}.hc-welcome p{font-size:14px;color:#687e8c;line-height:1.6}
@media(max-width:800px){.hc-profile-grid,.hc-welcome{grid-template-columns:1fr}.hc-profile-grid>.hc-card{max-width:290px;margin:auto}.hc-badges{grid-template-columns:repeat(2,1fr)}}

/* HUB Resources — same visual system, scoped to the app */
#fixit-hub-root .hr-pagehead h1{font-size:clamp(26px,3vw,38px);letter-spacing:-1.1px;line-height:1.15}
#fixit-hub-root .hr-pagehead p{max-width:760px;font-size:15px;line-height:1.65}
#fixit-hub-root .hr-summary{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:16px 20px;border:1px solid #d9e5e9;border-radius:14px;background:#f8fcfd;margin-bottom:22px;color:#54717f;font-size:13px}
#fixit-hub-root .hr-summary>span:first-child{display:flex;gap:8px;align-items:center;color:#153d4d}
#fixit-hub-root .hr-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
#fixit-hub-root .hr-card{background:#fff;border:1px solid #dce6eb;border-radius:20px;padding:23px;display:flex;flex-direction:column;gap:12px;box-shadow:0 10px 25px #163f4d05;transition:transform .15s,border-color .15s}
#fixit-hub-root .hr-card:hover{border-color:#a2cbd4;transform:translateY(-2px)}
#fixit-hub-root .hr-card-top{display:flex;align-items:center;justify-content:space-between;gap:8px}
#fixit-hub-root .hr-symbol{display:grid;place-items:center;width:44px;height:44px;background:#eaf6f7;border-radius:13px;color:#127c8e}
#fixit-hub-root .hr-card h2{margin:5px 0 0;font-size:20px;line-height:1.3;letter-spacing:-.35px}
#fixit-hub-root .hr-card p{font-size:13px;line-height:1.7;margin:0;color:#69808d;flex:1}
#fixit-hub-root .hr-card>small{font-size:11px;color:#7c919c}
#fixit-hub-root .hr-card .fh-btn{margin-top:7px;font-size:12px}
#fixit-hub-root .hr-chip{display:inline-flex;align-items:center;white-space:nowrap;font-size:10px;font-weight:700;letter-spacing:.2px;border-radius:6px;padding:5px 8px;background:#edf1f4;color:#6e818c}
#fixit-hub-root .hr-chip.hr-on{background:#e7f6ef;color:#247951}
#fixit-hub-root .hr-card-locked{background:#f4f6f7;border-color:#e1e6e9}
#fixit-hub-root .hr-card-locked .hr-symbol{background:#e7ecef;color:#8698a3}
#fixit-hub-root .hr-card-locked h2{color:#7a8b96}
#fixit-hub-root .hr-locked{color:#81929f!important;background:#eef1f3!important;cursor:help!important;opacity:.85}
#fixit-hub-root .hc-sub .hr-resource-link{display:flex;align-items:center;gap:10px;padding:10px 12px;width:100%;font-size:12px;line-height:1.4;text-align:left}
#fixit-hub-root .hc-sub .hr-resource-link span{flex:1}
#fixit-hub-root .hc-sub .hr-resource-link .fh-svg{width:16px;height:16px;flex:0 0 16px}
#fixit-hub-root .hc-sub .hr-locked{background:transparent!important;color:#879eac!important}
#fixit-hub-root .hr-panel{background:#fff;border:1px solid #dce6eb;border-radius:19px;padding:26px;min-width:0}
#fixit-hub-root .hr-panel h2{font-size:20px;margin:0 0 10px;line-height:1.3;letter-spacing:-.35px}
#fixit-hub-root .hr-panel p{font-size:13px;line-height:1.7;color:#69808d}
#fixit-hub-root .hr-toolbar{display:flex;gap:14px;align-items:center;justify-content:space-between;margin-bottom:19px}
#fixit-hub-root .hr-toolbar label{display:grid;gap:8px;flex:1;font-size:12px;font-weight:600}
#fixit-hub-root .hr-toolbar>span{font-size:12px;white-space:nowrap;color:#69808d}
#fixit-hub-root .hr-toolbar .fh-input{min-width:0}
#fixit-hub-root .hr-list{display:grid;gap:12px}
#fixit-hub-root .hr-link-card{padding:20px;border:1px solid #e4ebee;border-radius:13px;display:flex;align-items:center;gap:20px}
#fixit-hub-root .hr-link-card>div{flex:1;min-width:0}
#fixit-hub-root .hr-link-card h2{font-size:16px;margin:5px 0}
#fixit-hub-root .hr-link-card p{margin:0}
#fixit-hub-root .hr-link-card a{font-size:12px;text-decoration:none;flex-shrink:0}
#fixit-hub-root .hr-category{font-size:9px;font-weight:750;text-transform:uppercase;letter-spacing:1.3px;color:#6e939f}
#fixit-hub-root .hr-note{padding:14px 16px;border-radius:11px;background:#f1f7f8;font-size:12px!important;line-height:1.75;margin:12px 0 20px;color:#53727e!important}
#fixit-hub-root .hr-source{font-size:11px!important;margin-top:24px}
#fixit-hub-root .hr-calculator{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);gap:22px;align-items:start}
#fixit-hub-root .hr-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px}
#fixit-hub-root .hr-form-grid label{font-size:12px;font-weight:600;line-height:1.5;display:flex;flex-direction:column;gap:7px;justify-content:space-between}
#fixit-hub-root .hr-form-grid .fh-input{height:45px;padding:10px 12px;border:1px solid #d7e3e8;border-radius:9px;background:#fbfdfe;font:inherit;color:#173849;width:100%}
#fixit-hub-root .hr-check{display:flex;gap:9px;align-items:center;font-size:13px;margin:17px 0;cursor:pointer}
#fixit-hub-root .hr-check input{accent-color:#147f8e;width:17px;height:17px}
#fixit-hub-root .hr-output-head{display:flex;align-items:center;justify-content:space-between;gap:8px}
#fixit-hub-root .hr-primary-result{padding:30px 0 25px;display:grid;gap:9px;color:#557786}
#fixit-hub-root .hr-primary-result>span{font-size:13px}
#fixit-hub-root .hr-primary-result strong{font-size:45px;letter-spacing:-1.5px;line-height:1.1;color:#0f4b60}
#fixit-hub-root .hr-primary-result strong small{font-size:17px;letter-spacing:-.3px}
#fixit-hub-root .hr-primary-result>small{font-size:11px}
#fixit-hub-root .hr-metrics{display:grid;grid-template-columns:1fr 1fr;gap:13px}
#fixit-hub-root .hr-metric{padding:15px 12px;background:#f5f9fa;border-radius:11px;display:grid;gap:7px;align-content:start}
#fixit-hub-root .hr-metric>span{font-size:10px;color:#6d8591;line-height:1.5}
#fixit-hub-root .hr-metric>strong{font-size:20px;color:#244657;letter-spacing:-.4px}
#fixit-hub-root .hr-metric>small{font-size:10px;line-height:1.4;color:#72909c}
#fixit-hub-root .hr-formula{font-size:12px;margin:22px 0;border-top:1px solid #e3eaee;padding-top:15px}
#fixit-hub-root .hr-formula summary{cursor:pointer;color:#246e80;font-weight:650}
#fixit-hub-root .hr-formula p{font-size:12px}
#fixit-hub-root .hr-warning{background:#fff6e5;color:#8c641f!important}
#fixit-hub-root .hr-error{padding:18px;background:#fff0ef;color:#b14a42!important;border-radius:12px;margin:24px 0}
#fixit-hub-root .hr-saved{margin-top:23px}
#fixit-hub-root .hr-saved>.hr-toolbar{margin-top:17px}
#fixit-hub-root .hr-scenario{display:flex;align-items:center;gap:14px;padding:14px 0;border-top:1px solid #e7edef}
#fixit-hub-root .hr-scenario>div{flex:1;font-size:13px;min-width:0;overflow-wrap:anywhere}
#fixit-hub-root .hr-scenario small{display:block;font-size:10px;color:#78909b;margin-top:4px}
#fixit-hub-root .hr-textbtn{background:none;border:0;color:#a06565;font-size:11px;cursor:pointer;padding:8px}
#fixit-hub-root .hr-admin-top{display:flex;align-items:center;justify-content:space-between;gap:15px}
#fixit-hub-root .hr-admin-top h2{margin-top:7px}
#fixit-hub-root .hr-tabs{display:flex;gap:7px;border-bottom:1px solid #e0e9ed;margin:20px 0 25px;overflow:auto}
#fixit-hub-root .hr-tabs button{background:none;border:0;border-bottom:2px solid transparent;padding:13px 17px;font:inherit;font-size:12px;font-weight:650;color:#77909c;white-space:nowrap;cursor:pointer}
#fixit-hub-root .hr-tabs button.selected{border-color:#178295;color:#116375;background:#f4fafb;border-radius:8px 8px 0 0}
#fixit-hub-root .hr-preset-cards{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}
#fixit-hub-root .hr-preset-cards button{display:flex;flex-direction:column;align-items:flex-start;gap:10px;padding:16px 12px;border:1px solid #e0e8ec;border-radius:12px;background:#fafcfd;color:#506e7d;text-align:left;cursor:pointer;min-width:0;font:inherit}
#fixit-hub-root .hr-preset-cards b{font-size:12px;line-height:1.5}
#fixit-hub-root .hr-preset-cards span{font-size:10px;color:#7c96a1}
#fixit-hub-root .hr-preset-cards button.selected{border-color:#23889a;background:#edf8fa;box-shadow:0 0 0 1px #23889a;color:#0f6175}
#fixit-hub-root .hr-editor-heading{margin-top:27px}
#fixit-hub-root .hr-feature-table{border:1px solid #e1e8ec;border-radius:13px;overflow:hidden;margin-top:20px}
#fixit-hub-root .hr-feature-row{display:grid;grid-template-columns:minmax(0,1fr) 150px;gap:20px;align-items:center;padding:17px 20px;border-bottom:1px solid #e7edef}
#fixit-hub-root .hr-feature-row:last-child{border-bottom:0}
#fixit-hub-root .hr-feature-row>div:first-child>b{display:block;font-size:13px;margin:5px 0}
#fixit-hub-root .hr-feature-row p{font-size:11px;margin:4px 0;line-height:1.6}
#fixit-hub-root .hr-feature-row small{font-size:10px;color:#74909c;line-height:1.5;display:block;margin-top:4px}
#fixit-hub-root .hr-feature-control{display:grid;justify-items:end;gap:6px}
#fixit-hub-root .hr-feature-control select{font:inherit;font-size:12px;padding:8px;border:1px solid #dce6eb;border-radius:8px;width:135px}
#fixit-hub-root .hr-unavailable{background:#f8fafb}
#fixit-hub-root .hr-restriction{color:#987548!important}
#fixit-hub-root .hr-switch{position:relative;display:block;width:40px;height:24px;cursor:pointer}
#fixit-hub-root .hr-switch input{position:absolute;opacity:0;width:100%;height:100%;margin:0;z-index:1;cursor:pointer}
#fixit-hub-root .hr-switch span{display:block;height:24px;border-radius:30px;background:#c9d6dd;transition:background .18s}
#fixit-hub-root .hr-switch span:after{content:'';position:absolute;left:3px;top:3px;width:18px;height:18px;background:white;border-radius:50%;box-shadow:0 1px 3px #0002;transition:transform .18s}
#fixit-hub-root .hr-switch input:checked+span{background:#16879a}
#fixit-hub-root .hr-switch input:checked+span:after{transform:translateX(16px)}
#fixit-hub-root .hr-switch input:disabled+span{opacity:.4}
#fixit-hub-root .hr-switch input:focus-visible+span{outline:3px solid #67bbc9;outline-offset:3px}
#fixit-hub-root .hr-savebar{display:flex;justify-content:space-between;align-items:center;gap:15px;padding:20px 0 0}
#fixit-hub-root .hr-savebar>span{font-size:11px;color:#7c929e}
#fixit-hub-root .hr-savebar button:disabled{opacity:.45;cursor:default}
#fixit-hub-root .hr-member-picker{display:flex;align-items:center;gap:24px;margin:20px 0}
#fixit-hub-root .hr-member-picker label{display:grid;gap:8px;flex:1;font-size:12px;font-weight:600}
#fixit-hub-root .hr-member-picker p{font-size:11px}
#fixit-hub-root .hr-member-picker select{font:inherit;background:#f8fbfc;border:1px solid #dce6eb;border-radius:9px;padding:12px;max-width:100%}
#fixit-hub-root .hr-audit article{padding:18px 0;border-bottom:1px solid #e3ecef}
#fixit-hub-root .hr-audit h3{font-size:15px;margin:6px 0}
#fixit-hub-root .hr-audit details{font-size:12px;color:#567480;line-height:1.7}
#fixit-hub-root .hr-audit summary{cursor:pointer}
#fixit-hub-root .hr-empty{padding:40px 25px;text-align:center;color:#6d8590;font-size:14px;background:#f6fafb;border-radius:12px}
@media(max-width:1200px){#fixit-hub-root .hr-grid{grid-template-columns:repeat(2,minmax(0,1fr))}#fixit-hub-root .hr-preset-cards{grid-template-columns:repeat(3,minmax(0,1fr))}#fixit-hub-root .hr-calculator{grid-template-columns:1fr}}
@media(max-width:650px){#fixit-hub-root .hr-grid{grid-template-columns:1fr}#fixit-hub-root .hr-summary{align-items:flex-start;flex-direction:column}#fixit-hub-root .hr-panel{padding:18px}#fixit-hub-root .hr-preset-cards{grid-template-columns:repeat(2,minmax(0,1fr))}#fixit-hub-root .hr-feature-row{padding:14px 12px;grid-template-columns:minmax(0,1fr) 100px;gap:10px}#fixit-hub-root .hr-feature-control select{width:100px}#fixit-hub-root .hr-link-card{align-items:flex-start;flex-direction:column}#fixit-hub-root .hr-toolbar,#fixit-hub-root .hr-member-picker,#fixit-hub-root .hr-savebar{align-items:stretch;flex-direction:column}#fixit-hub-root .hr-form-grid{gap:15px 12px}#fixit-hub-root .hr-primary-result strong{font-size:36px}#fixit-hub-root .hr-scenario{flex-wrap:wrap}#fixit-hub-root .hr-scenario>div{flex-basis:100%}}
@media(prefers-reduced-motion:reduce){#fixit-hub-root .hr-card,#fixit-hub-root .hr-switch span,#fixit-hub-root .hr-switch span:after{transition:none}}

/* Permanent COSA identity, including disabled entry points. */
#fixit-hub-root .fh-cosa,
#fixit-hub-root .hr-card:has([data-resource="cosa"]),
#fixit-hub-root [data-hc-cosa],
#fixit-hub-root [data-resource="cosa"],
#fixit-hub-root [data-cosa-open],
#fixit-hub-root .fh-cosa-fab,
#fixit-hub-root .fh-cosa-dock {
 border:2px solid transparent!important;
 background:linear-gradient(var(--cosa-surface,#fff),var(--cosa-surface,#fff)) padding-box,linear-gradient(120deg,#16b8be 0%,#368ef6 27%,#9565e8 53%,#e27bb5 75%,#dfb676 100%) border-box!important;
 box-shadow:0 7px 23px #548ea514;
}
#fixit-hub-root [data-hc-cosa],#fixit-hub-root .hc-sub [data-resource="cosa"]{--cosa-surface:#123c50;border-radius:10px;color:#d4edf1!important;margin:4px 0}
#fixit-hub-root .fh-cosa-fab{--cosa-surface:#153d54;color:white!important}
#fixit-hub-root .hr-card:has([data-resource="cosa"]){--cosa-surface:#fbfdff}
#fixit-hub-root .hr-card [data-resource="cosa"]{--cosa-surface:#f1f8fa;color:#155f70}
#fixit-hub-root .hr-locked[data-resource="cosa"]{--cosa-surface:#eef1f3;opacity:1}
#fixit-hub-root .hc-sub [data-hc-cosa],#fixit-hub-root .hc-sub [data-resource="cosa"]{background:linear-gradient(#123c50,#123c50) padding-box,linear-gradient(120deg,#16b8be,#368ef6,#9565e8,#e27bb5,#dfb676) border-box!important}
#fixit-hub-root .fh-cosa-dock{border-radius:20px}
#fixit-hub-root .fh-cosa-dock textarea:focus{outline:2px solid #94b5e6;outline-offset:2px}
#fixit-hub-root .fh-cosa-scope-message{font-size:13px;line-height:1.7;padding:4px 0;color:#426477;white-space:pre-line}
#fixit-hub-root .hn-account-form{display:grid;gap:18px}
#fixit-hub-root .hn-account-form>label{display:grid;gap:8px;font-size:13px}
#fixit-hub-root .hn-account-form .hr-check{display:flex}
#fixit-hub-root.hn-compact .fh-content{padding-top:20px;padding-bottom:20px}
#fixit-hub-root.hn-compact .hr-card,#fixit-hub-root.hn-compact .hr-panel{padding:18px}
#fixit-hub-root.hn-compact .hr-feature-row{padding-top:10px;padding-bottom:10px}
#fixit-hub-root.hn-reduced-motion *,#fixit-hub-root.hn-reduced-motion *:before,#fixit-hub-root.hn-reduced-motion *:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}
