:root{--navy: #0A1628;--navy-mid: #132240;--navy-soft: #1E3358;--gold: #C8973A;--gold-light:#E5B86A;--cream: #F5F0E8;--white: #FFFFFF;--grey-1: #8A9BB5;--grey-2: #C4CEDC;--grey-3: #E8ECF2;--grey-bg: #F2F5F9;--green: #22C55E;--red: #EF4444;--amber: #F59E0B;--radius-sm: 8px;--radius-md: 14px;--radius-lg: 20px;--shadow-sm: 0 1px 4px rgba(10,22,40,.12);--shadow-md: 0 4px 16px rgba(10,22,40,.14);--font-display: "Space Grotesk", sans-serif;--font-body: "Inter", sans-serif;--nav-h: 72px;--safe-bottom: env(safe-area-inset-bottom, 0px)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;background:var(--grey-bg);color:var(--navy);font-family:var(--font-body);font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased;overflow-x:hidden}.app-shell{display:flex;flex-direction:column;height:100%;max-width:640px;margin:0 auto;position:relative}.page-content{flex:1;overflow-y:auto;padding:16px 16px calc(var(--nav-h) + var(--safe-bottom) + 16px);-webkit-overflow-scrolling:touch}.bottom-nav{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:640px;height:calc(var(--nav-h) + var(--safe-bottom));padding-bottom:var(--safe-bottom);background:var(--navy);display:flex;align-items:flex-start;padding-top:6px;z-index:100;border-top:1px solid var(--navy-soft)}.nav-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:3px;color:var(--grey-1);font-size:10px;font-weight:500;text-decoration:none;letter-spacing:.02em;padding:6px 0;transition:color .15s}.nav-item.active{color:var(--gold)}.nav-item svg{width:22px;height:22px}.nav-item.nav-center{flex:0 0 64px}.nav-center-btn{width:48px;height:48px;border-radius:50%;background:var(--gold);display:flex;align-items:center;justify-content:center;margin-top:-18px;box-shadow:0 4px 12px #c8973a73}.nav-center-btn svg{color:var(--navy);width:24px;height:24px}.page-title{font-family:var(--font-display);font-size:22px;font-weight:700;color:var(--navy);letter-spacing:-.02em;margin-bottom:16px}.section-label{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--grey-1);margin-bottom:8px;margin-top:20px}.card{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);padding:16px;margin-bottom:10px}.card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:10px}.form-group{margin-bottom:14px}label{display:block;font-size:13px;font-weight:500;color:var(--navy-soft);margin-bottom:5px}.label-optional{font-weight:400;color:var(--grey-1);font-size:11px;margin-left:4px}input[type=text],input[type=email],input[type=tel],input[type=url],input[type=date],input[type=number],select,textarea{width:100%;padding:12px 14px;border:1.5px solid var(--grey-2);border-radius:var(--radius-sm);font-family:var(--font-body);font-size:16px;color:var(--navy);background:var(--white);-moz-appearance:none;appearance:none;-webkit-appearance:none;transition:border-color .15s;outline:none}input:focus,select:focus,textarea:focus{border-color:var(--gold)}textarea{resize:vertical;min-height:100px}.select-wrapper{position:relative}.select-wrapper:after{content:"▾";position:absolute;right:14px;top:50%;transform:translateY(-50%);color:var(--grey-1);pointer-events:none;font-size:14px}.pill-group{display:flex;flex-wrap:wrap;gap:8px}.pill{padding:7px 14px;border:1.5px solid var(--grey-2);border-radius:100px;font-size:13px;font-weight:500;color:var(--grey-1);background:var(--white);cursor:pointer;transition:all .15s;-webkit-tap-highlight-color:transparent}.pill.selected{background:var(--navy);border-color:var(--navy);color:var(--white)}.pill.selected.gold{background:var(--gold);border-color:var(--gold);color:var(--navy)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 20px;border-radius:var(--radius-sm);font-family:var(--font-body);font-size:15px;font-weight:600;border:none;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:all .15s;width:100%}.btn-primary{background:var(--navy);color:var(--white)}.btn-primary:active{background:var(--navy-soft)}.btn-gold{background:var(--gold);color:var(--navy)}.btn-send{padding:10px 14px;font-size:13px;border-radius:8px;width:auto}.btn-gold:active{background:var(--gold-light)}.btn-ghost{background:var(--grey-3);color:var(--navy)}.btn-ghost:active{background:var(--grey-2)}.btn-danger{background:#fee2e2;color:var(--red)}.btn-sm{padding:8px 14px;font-size:13px;width:auto;border-radius:6px}.btn:disabled{opacity:.5;cursor:not-allowed}.score-bar-wrap{margin:14px 0 6px}.score-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:6px}.score-number{font-family:var(--font-display);font-size:28px;font-weight:700;line-height:1}.score-number.high{color:var(--green)}.score-number.mid{color:var(--gold)}.score-number.watch{color:var(--amber)}.score-number.low{color:var(--grey-1)}.score-label-text{font-size:12px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.score-track{height:6px;background:var(--grey-3);border-radius:100px;overflow:hidden}.score-fill{height:100%;border-radius:100px;transition:width .7s cubic-bezier(.22,1,.36,1)}.score-fill.high{background:var(--green)}.score-fill.mid{background:var(--gold)}.score-fill.watch{background:var(--amber)}.score-fill.low{background:var(--grey-2)}.contact-card{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);padding:14px 16px;margin-bottom:8px;display:flex;align-items:center;gap:14px;text-decoration:none;color:inherit;-webkit-tap-highlight-color:transparent;transition:box-shadow .15s}.contact-card:active{box-shadow:var(--shadow-md)}.contact-avatar{width:44px;height:44px;border-radius:50%;background:var(--navy);color:var(--gold);font-family:var(--font-display);font-size:16px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;letter-spacing:-.02em}.contact-info{flex:1;min-width:0}.contact-name{font-weight:600;font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.contact-meta{font-size:12px;color:var(--grey-1);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:2px}.contact-badges{display:flex;flex-direction:column;align-items:flex-end;gap:4px;flex-shrink:0}.badge{display:inline-block;padding:3px 8px;border-radius:100px;font-size:10px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.badge-fort{background:#dcfce7;color:#16a34a}.badge-moyen{background:#fef9c3;color:#a16207}.badge-faible{background:var(--grey-3);color:var(--grey-1)}.badge-sent{background:#eff6ff;color:#2563eb}.badge-task{background:#f3e8ff;color:#7c3aed}.search-bar{position:relative;margin-bottom:12px}.search-bar input{padding-left:40px;background:var(--white)}.search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--grey-1);pointer-events:none}.filter-row{display:flex;gap:8px;overflow-x:auto;margin-bottom:12px;padding-bottom:4px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.filter-row::-webkit-scrollbar{display:none}.filter-chip{flex-shrink:0;padding:7px 12px;background:var(--white);border:1.5px solid var(--grey-2);border-radius:100px;font-size:12px;font-weight:500;color:var(--navy);cursor:pointer;white-space:nowrap}.filter-chip.active{background:var(--navy);border-color:var(--navy);color:var(--white)}.stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:16px}.stat-card{background:var(--white);border-radius:var(--radius-md);padding:14px;box-shadow:var(--shadow-sm)}.stat-number{font-family:var(--font-display);font-size:32px;font-weight:700;color:var(--navy);line-height:1}.stat-label{font-size:12px;color:var(--grey-1);margin-top:4px;font-weight:500}.email-preview{background:var(--grey-bg);border:1.5px solid var(--grey-2);border-radius:var(--radius-sm);padding:14px;font-size:14px;line-height:1.6;white-space:pre-wrap;word-break:break-word}.email-subject-display{font-weight:600;font-size:14px;color:var(--navy);padding:10px 14px;background:var(--grey-3);border-radius:var(--radius-sm);margin-bottom:8px}.scan-zone{border:2px dashed var(--grey-2);border-radius:var(--radius-md);padding:32px 20px;text-align:center;background:var(--white);cursor:pointer;transition:border-color .15s}.scan-zone:hover,.scan-zone.dragover{border-color:var(--gold)}.scan-zone svg{color:var(--grey-2);width:48px;height:48px;margin-bottom:12px}.scan-preview{width:100%;max-height:200px;object-fit:cover;border-radius:var(--radius-sm);margin-bottom:12px}.toast{position:fixed;top:16px;left:50%;transform:translate(-50%);max-width:calc(100% - 32px);padding:12px 20px;border-radius:var(--radius-sm);font-size:14px;font-weight:500;z-index:999;box-shadow:var(--shadow-md);animation:toastIn .25s ease;white-space:nowrap}.toast.success{background:var(--navy);color:var(--white)}.toast.error{background:var(--red);color:var(--white)}.toast.info{background:var(--gold);color:var(--navy)}@keyframes toastIn{0%{opacity:0;transform:translate(-50%) translateY(-8px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.login-wrap{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--navy);padding:32px 24px}.login-logo{font-family:var(--font-display);font-size:28px;font-weight:700;color:var(--white);letter-spacing:-.03em;margin-bottom:6px;text-align:center}.login-sub{font-size:14px;color:var(--grey-1);margin-bottom:36px;text-align:center}.login-card{background:var(--navy-mid);border-radius:var(--radius-lg);padding:28px 24px;width:100%;max-width:360px}.login-card label{color:var(--grey-2)}.login-card input{background:var(--navy-soft);border-color:var(--navy-soft);color:var(--white)}.login-card input:focus{border-color:var(--gold)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a162899;z-index:200;display:flex;align-items:flex-end;justify-content:center}.modal-sheet{background:var(--white);border-radius:var(--radius-lg) var(--radius-lg) 0 0;padding:20px 20px calc(24px + var(--safe-bottom));width:100%;max-width:640px;max-height:85vh;overflow-y:auto;animation:sheetUp .28s cubic-bezier(.22,1,.36,1)}@keyframes sheetUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.modal-handle{width:36px;height:4px;background:var(--grey-2);border-radius:100px;margin:0 auto 16px}.top-bar{display:flex;align-items:center;justify-content:space-between;padding:12px 0 4px;margin-bottom:8px}.top-bar-title{font-family:var(--font-display);font-size:20px;font-weight:700;color:var(--navy);letter-spacing:-.02em}.icon-btn{width:36px;height:36px;border-radius:50%;background:var(--grey-3);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--navy);-webkit-tap-highlight-color:transparent}.divider{height:1px;background:var(--grey-3);margin:16px 0}.empty-state{text-align:center;padding:48px 24px;color:var(--grey-1)}.empty-state svg{width:48px;height:48px;margin-bottom:12px;opacity:.4}.empty-state p{font-size:14px;line-height:1.5}@media(min-width:640px){.page-content{padding:24px 24px calc(var(--nav-h) + 24px)}.stats-grid{grid-template-columns:repeat(4,1fr)}.app-shell{box-shadow:0 0 60px #0a162826}body{background:var(--navy)}}
