@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&family=Instrument+Serif:ital@0;1&display=swap";:root{--bg: #F4F3EF;--surface: #FFFFFF;--surface-2: #FAFAF8;--surface-elevated: #FFFFFF;--border: #E5E3DD;--border-strong: #D0CDC5;--text: #17171B;--text-secondary: #52525B;--text-muted: #8C8C96;--accent: #059669;--accent-hover: #047857;--accent-light: #ECFDF5;--nouveau: #2563EB;--nouveau-bg: #EFF6FF;--nouveau-border: #BFDBFE;--attente: #D97706;--attente-bg: #FFFBEB;--attente-border: #FDE68A;--traite: #059669;--traite-bg: #ECFDF5;--traite-border: #A7F3D0;--error: #DC2626;--error-bg: #FEF2F2;--error-border: #FECACA;--shadow-sm: 0 1px 2px rgba(0,0,0,.04);--shadow-md: 0 2px 8px rgba(0,0,0,.04), 0 6px 24px rgba(0,0,0,.03);--shadow-lg: 0 4px 12px rgba(0,0,0,.05), 0 12px 40px rgba(0,0,0,.06);--radius: 12px}*{box-sizing:border-box;margin:0}body{font-family:DM Sans,-apple-system,sans-serif;color:var(--text);background:var(--bg);min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:15px;line-height:1.55}.error-msg{margin-top:14px;border:1px solid var(--error-border);background:var(--error-bg);color:var(--error);border-radius:10px;padding:11px 14px;font-size:.88rem;display:none}input,select{width:100%;border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:10px;padding:12px 14px;font:inherit;font-size:.92rem;transition:border-color .2s,box-shadow .2s;appearance:none;-webkit-appearance:none}select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%238C8C96' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M2 4l4 4 4-4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:32px}input::placeholder{color:var(--text-muted)}input:focus,select:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #0596691a}button{cursor:pointer;width:100%;border:none;background:var(--accent);color:#fff;border-radius:10px;padding:12px 16px;font:inherit;font-size:.92rem;font-weight:600;letter-spacing:.01em;transition:background .2s,transform .1s,box-shadow .2s;box-shadow:0 1px 3px #05966926}button:hover{background:var(--accent-hover);box-shadow:0 2px 8px #05966933}button:active{transform:scale(.985)}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.app-layout{display:flex;min-height:100vh}.sidebar{position:fixed;top:0;left:0;bottom:0;width:230px;background:var(--surface);border-right:1px solid var(--border);display:flex;flex-direction:column;z-index:60;padding:24px 0 20px;overflow:visible}.sidebar-head{display:flex;align-items:center;justify-content:space-between;padding:0 16px 0 22px;margin-bottom:28px}.sidebar-brand{font-family:"Instrument Serif",Georgia,serif;font-size:1.8rem;letter-spacing:-.03em;line-height:1;color:var(--text)}.notif-bell{position:relative;width:36px;height:36px;padding:0;border-radius:10px;border:1px solid var(--border);background:var(--surface);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.15s ease;box-shadow:none;color:var(--text-muted)}.notif-bell:hover{border-color:var(--border-strong);color:var(--text);background:var(--surface-2);box-shadow:none}.notif-bell svg{width:17px;height:17px;stroke:currentColor;fill:none;stroke-width:1.8}.notif-badge{position:absolute;top:-4px;right:-4px;min-width:17px;height:17px;padding:0 5px;border-radius:999px;background:var(--error);color:#fff;font-size:.62rem;font-weight:700;display:flex;align-items:center;justify-content:center;line-height:1}.notif-badge.is-hidden{display:none}.notif-dropdown{position:absolute;top:68px;left:10px;right:10px;background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:0 8px 30px #00000014;z-index:80;overflow:hidden}.notif-dropdown.is-hidden{display:none}.notif-dropdown-head{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-bottom:1px solid var(--border)}.notif-dropdown-title{font-size:.8rem;font-weight:700;color:var(--text)}.notif-mark-read{padding:0;border:none;background:none;color:var(--accent);font-size:.72rem;font-weight:600;cursor:pointer;box-shadow:none}.notif-mark-read:hover{text-decoration:underline;box-shadow:none;background:none}.notif-dropdown-list{max-height:320px;overflow-y:auto}.notif-item{display:flex;gap:10px;padding:12px 14px;border-bottom:1px solid var(--border);cursor:default;transition:background .1s}.notif-item:last-child{border-bottom:none}.notif-item:hover{background:var(--surface-2)}.notif-item.is-unread{background:var(--accent-light)}.notif-dot{width:8px;height:8px;border-radius:50%;background:var(--accent);flex-shrink:0;margin-top:5px}.notif-item:not(.is-unread) .notif-dot{background:var(--border)}.notif-body{flex:1;min-width:0}.notif-text{font-size:.82rem;color:var(--text);line-height:1.4;margin-bottom:2px}.notif-time{font-size:.7rem;color:var(--text-muted)}.notif-empty{padding:24px 14px;text-align:center;color:var(--text-muted);font-size:.82rem}.sidebar-nav{flex:1;display:flex;flex-direction:column;gap:2px;padding:0 10px}.sidebar-link{display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:10px;text-decoration:none;color:var(--text-secondary);font-size:.88rem;font-weight:500;transition:background .15s,color .15s}.sidebar-link:hover{background:var(--surface-2);color:var(--text)}.sidebar-link.active{background:var(--accent-light);color:var(--accent);font-weight:600}.sidebar-link svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.8;flex-shrink:0}.sidebar-footer{padding:16px 16px 0;border-top:1px solid var(--border);margin-top:auto;display:flex;flex-direction:column;gap:10px}.sidebar-tenant{padding:6px 12px;background:var(--accent-light);border-radius:8px;font-size:.78rem;color:var(--accent);font-weight:600;letter-spacing:.02em;text-align:center}.sidebar-logout{width:100%;padding:8px 14px;font-size:.82rem;background:transparent;border:1px solid var(--border);color:var(--text-muted);border-radius:8px;font-weight:500;box-shadow:none;cursor:pointer;text-align:center;transition:color .15s,border-color .15s,background .15s}.sidebar-logout:hover{color:var(--error);border-color:var(--error-border);background:var(--error-bg);box-shadow:none}.app-content{margin-left:230px;flex:1;min-height:100vh}.sidebar-toggle{display:none;position:fixed;top:14px;left:14px;z-index:70;width:40px;height:40px;padding:0;border-radius:10px;background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm);cursor:pointer;place-items:center}.sidebar-toggle svg{width:18px;height:18px;stroke:var(--text);fill:none;stroke-width:2}.sidebar-overlay{display:none;position:fixed;inset:0;background:#0000004d;z-index:55}@media(max-width:860px){.sidebar-toggle{display:grid}.sidebar{transform:translate(-100%);transition:transform .25s ease}.sidebar.open{transform:translate(0)}.sidebar-overlay.open{display:block}.app-content{margin-left:0}}
