*{box-sizing:border-box}:root{--bg: #f3f4f6;--surface: #ffffff;--surface-muted: #f9fafb;--border: #e5e7eb;--text: #1f2937;--text-muted: #6b7280;--primary: #2F80C4;--primary-hover: #236AA5;--danger: #2F80C4;--danger-hover: #236AA5;--radius: 14px}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--bg);color:var(--text)}.page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px}.page--top{align-items:flex-start}.card,.wide-card{background:var(--surface);border-radius:var(--radius);border:1px solid var(--border);box-shadow:0 2px 12px #0f172a0a;padding:14px 16px;box-sizing:border-box}.card{width:100%;max-width:420px}.wide-card{width:100%;max-width:none}h1,h2{margin:0}h1{font-size:24px}h2{font-size:18px}.muted{color:var(--text-muted);margin-top:4px}.form{display:flex;flex-direction:column;gap:12px}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:12px}input,select,button{border:1px solid #d1d5db;border-radius:10px;padding:10px 12px;font-size:14px}input,select{background:#fff}textarea{border:1px solid #d1d5db;border-radius:10px;padding:10px 12px;font-size:14px;background:#fff;font-family:inherit;resize:vertical}button{background:var(--primary);color:#fff;border:none;cursor:pointer;font-weight:600}button:hover{background:var(--primary-hover)}button:disabled{cursor:not-allowed;opacity:.6}.btn-secondary{background:#475569}.btn-secondary:hover{background:#334155}.error{color:var(--danger);font-size:14px;margin:0}.success{color:#15803d;font-size:14px;margin:0}.import-users-not-found{margin-top:10px;padding:12px 14px;border:1px solid #fcd34d;border-radius:10px;background:#fffbeb;color:#92400e;font-size:14px}.import-users-not-found-title{margin:0 0 8px}.import-users-not-found-list{margin:0;padding-left:1.25rem;max-height:240px;overflow-y:auto}.import-users-not-found-list li{margin:4px 0}.header{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:6px}.section{margin-top:16px}.section-card{background:var(--surface-muted);border:1px solid var(--border);border-radius:12px;padding:12px 14px}.section-card h2{font-size:1.05rem;margin-bottom:8px}.table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:10px;background:#fff}table{width:100%;border-collapse:collapse}th,td{padding:12px;border-bottom:1px solid var(--border);text-align:left;vertical-align:top}th{background:#f8fafc;font-size:13px;color:#475569}tbody tr{cursor:pointer}tbody tr:hover{background:#f9fafb}tbody tr.table-row-deletable{cursor:context-menu}.table-context-menu-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9998;background:transparent}.table-context-menu{position:fixed;z-index:9999;min-width:200px;margin:0;padding:4px;list-style:none;background:#fff;border:1px solid var(--border);border-radius:8px;box-shadow:0 8px 24px #0f172a1f}.table-context-menu-item{display:block;width:100%;padding:10px 12px;border:none;border-radius:6px;background:transparent;font-size:14px;text-align:left;cursor:pointer;color:var(--text, #1e293b)}.table-context-menu-item:hover{background:#f1f5f9}.table-context-menu-item--danger{color:var(--danger, #b91c1c)}.table-hint-context{margin:0 0 12px;font-size:13px;color:#64748b;text-align:left}.actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:10px}.danger-btn{background:var(--danger)}.danger-btn:hover{background:var(--danger-hover)}.table-actions-cell{white-space:nowrap;vertical-align:middle;width:1%}button.table-row-delete-btn{padding:6px 12px;font-size:13px;border-radius:8px;border:1px solid transparent;cursor:pointer;background:var(--danger);color:#fff}button.table-row-delete-btn:hover{background:var(--danger-hover)}.doc-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:12px}.doc-card{border:1px solid var(--border);border-radius:12px;padding:12px;display:flex;justify-content:space-between;align-items:center;gap:10px;background:#fff}.app-shell{height:100vh;display:grid;grid-template-columns:200px 1fr;gap:0;padding:0;background:#f5f5f6;overflow:hidden}.sidebar{background:#fff;border:none;border-radius:24px;padding:0;display:flex;flex-direction:column;gap:0;min-height:0;box-shadow:2px 0 8px #0000001a;height:100vh;overflow-y:auto;margin:8px}.sidebar-nav-main{flex:1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:6px}.menu-bottom-block{flex-shrink:0;margin-top:auto;padding:10px 0 14px;border-top:1px solid #ececec}.menu-section-label{margin:16px 0 8px;padding:0 16px;font-size:11px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:#6b7280}.menu-section-label-inline{margin-top:10px;margin-bottom:4px}.menu-nested-demandes{display:flex;flex-direction:column;gap:6px;margin-bottom:0}.menu-sidebar-stack{gap:0}.sidebar-nav-group{display:flex;flex-direction:column;gap:0;padding-bottom:0;margin-bottom:0;border-bottom:none}.sidebar-nav-group:last-child,.sidebar-nav-group--flush{border-bottom:none;margin-bottom:0;padding-bottom:0}.sidebar-nav-group--flush{margin-top:2px}.menu-team-panel{display:flex;flex-direction:column;gap:4px}.menu-team-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px;border:1px solid #e2e8f0;border-radius:12px;background:linear-gradient(180deg,#f8fafc,#f1f5f9);cursor:pointer;font:inherit;text-align:left;transition:background .15s ease,border-color .15s ease}.menu-team-toggle:hover{background:#eef5fc;border-color:#c7ddf0}.menu-team-toggle:focus-visible{outline:2px solid #2f80c4;outline-offset:2px}.menu-team-toggle-label{font-size:10px;font-weight:800;letter-spacing:.09em;text-transform:uppercase;color:#334155}.menu-team-chevron-char{flex-shrink:0;font-size:10px;color:#64748b;line-height:1;width:14px;text-align:center}.menu-team-body{overflow:hidden;transition:max-height .28s ease,opacity .2s ease}.menu-team-body.is-closed{max-height:0;opacity:0;pointer-events:none}.menu-team-body.is-open{max-height:min(420px,calc(100vh - 220px));opacity:1;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding-bottom:6px;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.menu-team-body.is-open::-webkit-scrollbar{width:5px}.menu-team-body.is-open::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.menu-team-links{padding-top:2px;padding-bottom:4px}.menu-team-links .menu-link-sub{margin:0 10px 2px;padding:7px 10px 7px 26px;min-height:36px;font-size:12px}.menu-link-sub{padding-left:32px;font-size:13px;font-weight:400;color:#6b7280;background:transparent;border-color:transparent;border-radius:8px;margin:0 16px}.menu-link-sub:hover{color:#374151;background:#f9fafb;border-left-color:#e5e7eb}.menu-link-sub.active{color:#1f2937;background:#f3f4f6;border-left-color:#3b82f6;font-weight:500}.menu-link-sub .menu-link-icon{width:18px;height:18px;font-size:14px}.proxy-section-intro{margin:0 0 14px;font-size:13px;color:#64748b;line-height:1.45}.proxy-demand-section{margin-top:8px;border:1px dashed #cbd5e1;background:linear-gradient(180deg,#fafbfc,#fff 48%)}.proxy-picker-grid{margin-bottom:8px}.proxy-empty-hint{margin:0;padding:12px;background:#f8fafc;border-radius:10px;font-size:13px;color:#475569}.proxy-form-title{margin:18px 0 10px;font-size:15px;font-weight:700;color:#1e293b}.proxy-mini-stats{margin-bottom:12px}.sidebar-brand{padding:8px 8px 6px}.sidebar-brand{padding:16px;border-bottom:1px solid #e5e7eb;background:#f8fafc;border-radius:24px 24px 0 0}.sidebar-brand-name{margin:0;font-size:16px;font-weight:600;color:#374151;text-align:center;padding:0}.menu{display:flex;flex-direction:column;gap:6px}.menu{padding:8px 0}.menu-link{text-decoration:none;color:#374151;border:none;border-radius:12px;padding:12px 16px;background:transparent;font-size:14px;font-weight:500;transition:all .15s ease;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:12px;position:relative;border-left:3px solid transparent;margin:0 8px}.menu-link-icon{width:20px;height:20px;border-radius:4px;background:transparent;border:none;display:grid;place-items:center;color:#6b7280;font-size:16px;font-weight:400}.menu-link:hover{background:#f3f4f6;color:#1f2937;border-left-color:#e5e7eb}.menu-link.active{background:#e5e7eb;color:#1f2937;border-left-color:#3b82f6;font-weight:600}.menu-link.active .menu-link-icon{color:#3b82f6}.sidebar-footer{margin-top:auto;display:flex;flex-direction:column;gap:10px;padding:16px;border-radius:0 0 24px 24px}.sidebar-user{border:1px solid #e2e8f0;border-radius:16px;padding:8px;background:#f8fafc;display:flex;align-items:center;gap:8px}.sidebar-user-name{margin:0;font-size:12px;font-weight:700;color:#0f172a}.sidebar-user-meta{margin:2px 0 0;font-size:11px;color:#64748b}.sidebar-logout-btn{width:100%;border:1px solid #dbe3f0;border-radius:12px;padding:8px 10px;background:#fff;color:#475569;font-size:12px;font-weight:700;cursor:pointer}.sidebar-logout-btn:hover{background:#f8fafc;border-color:#cbd5e1}.content-area{min-width:0;display:flex;flex-direction:column;height:100%;min-height:0;overflow-y:auto;overflow-x:hidden;background:#f5f5f6;padding:12px 14px}.content-topbar{display:flex;justify-content:flex-end;align-items:center;gap:10px;margin-bottom:10px;min-height:52px;flex-shrink:0}.app-page-content{flex:1;min-height:0;width:100%;max-width:100%;overflow-x:hidden}.logout-text-short{display:none}.content-topbar-brand{display:none;margin:0;font-size:15px;font-weight:800;letter-spacing:.06em;color:#2f80c4}.topbar-logout-btn{border:1px solid #D6E7F6;border-radius:10px;padding:8px 12px;background:#fff;color:#236aa5;font-size:12px;font-weight:700;cursor:pointer;min-height:38px}.topbar-logout-btn:hover{background:#eef5fc;border-color:#c3dbf0}.user-profile-chip{display:flex;align-items:center;gap:10px;padding:8px 11px;border:1px solid #D6E7F6;border-radius:16px;background:#fff;box-shadow:0 10px 24px #2f80c41f}.user-profile-chip-btn{cursor:pointer;font:inherit;color:inherit;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.user-profile-chip-btn:hover{border-color:#8fb7d8;box-shadow:0 12px 28px #2f80c42e;transform:translateY(-1px)}.user-profile-chip-btn:focus-visible{outline:2px solid #2F80C4;outline-offset:2px}.user-profile-page{display:grid;gap:0;max-width:none;padding:0;background:transparent;box-shadow:none;border:none}.user-profile-page .user-profile-alert{margin:16px 0 0}.user-profile-header-card{position:relative;background:#fff;border:1px solid #D9E2EC;border-radius:14px;padding:22px 24px 20px}.user-profile-header-toggle{position:absolute;top:18px;right:18px;width:34px;height:34px;border:none;border-radius:999px;background:transparent;color:#64748b;display:grid;place-items:center;cursor:pointer}.user-profile-header-toggle:hover{background:#f1f5f9}.user-profile-header-main{display:flex;align-items:flex-start;gap:22px}.user-profile-header-avatar{width:92px;height:92px;border-radius:999px;overflow:hidden;flex-shrink:0;background:linear-gradient(180deg,#e8f1fa,#cfe3f5);border:3px solid #fff;box-shadow:0 0 0 1px #d9e2ec;display:grid;place-items:center;color:#1e4a73;font-size:1.45rem;font-weight:700}.user-profile-header-copy{min-width:0;flex:1}.user-profile-header-copy h1{margin:8px 0 0;font-size:clamp(1.35rem,2vw,1.75rem);font-weight:700;color:#0f172a}.user-profile-tabs{display:flex;flex-wrap:wrap;gap:28px;margin-top:22px;padding:0 4px;border-bottom:1px solid #D9E2EC}.user-profile-tabs button{position:relative;border:none;background:transparent;padding:0 0 14px;font:inherit;font-size:.98rem;font-weight:600;color:#64748b;cursor:pointer}.user-profile-tabs button:hover,.user-profile-tabs button.active{color:#2f80c4}.user-profile-tabs button.active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:3px;border-radius:999px 999px 0 0;background:#2f80c4}.user-profile-sections{display:grid;gap:14px;margin-top:18px}.user-profile-section,.user-profile-section-static{background:#fff;border:1px solid #D9E2EC;border-radius:14px;overflow:hidden}.user-profile-section-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 20px;border:none;background:#fff;font:inherit;font-size:1rem;font-weight:700;color:#0f172a;cursor:pointer;text-align:left}.user-profile-section-toggle:hover{background:#f8fafc}.user-profile-section-body{padding:0 20px 20px}.user-profile-section-head{padding:18px 20px 0}.user-profile-section-head h2{margin:0 0 6px;font-size:1rem;font-weight:700;color:#0f172a}.user-profile-section-head .muted{margin:0 0 18px;font-size:.92rem}.user-profile-field-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px 24px}.user-profile-field-label{display:block;margin-bottom:6px;font-size:.82rem;color:#64748b}.user-profile-field-value{display:block;font-size:.98rem;font-weight:700;color:#0f172a;line-height:1.35;word-break:break-word}.user-profile-chevron{width:18px;height:18px;color:#64748b;transition:transform .2s ease}.user-profile-chevron.open{transform:rotate(180deg)}.user-profile-section-static .user-profile-password-form{padding:0 20px 20px}.user-profile-save-actions{display:flex;justify-content:flex-start}.user-profile-save-actions button{border-radius:10px;padding:12px 20px;font-weight:700}.user-profile-field-grid .field-group.user-profile-field-input{width:auto;max-width:100%}.user-profile-field-grid .field-group.user-profile-field-input select,.user-profile-field-grid .field-group.user-profile-field-input input{width:100%;max-width:100%;padding:8px 12px;font-size:.92rem;box-sizing:border-box}.user-profile-field-grid .field-group.user-profile-field-input-sexe{max-width:180px}.user-profile-field-grid .field-group.user-profile-field-input-tel{max-width:240px}.user-profile-field-grid .field-group select,.user-profile-field-grid .field-group input,.user-profile-password-form .field-group input{border-radius:10px;border:1px solid #CBD5E1;padding:12px 14px;background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.user-profile-field-grid .field-group select:focus,.user-profile-field-grid .field-group input:focus,.user-profile-password-form .field-group input:focus{outline:none;border-color:#2f80c4;box-shadow:0 0 0 3px #2f80c426}.user-profile-password-form{display:grid;gap:14px;max-width:520px}.user-profile-password-actions{padding-top:4px}.user-profile-password-actions button{width:100%;max-width:520px;border-radius:10px;padding:12px 16px;font-weight:700}@media (max-width: 960px){.user-profile-field-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.user-profile-header-main{flex-direction:column;align-items:center;text-align:center}.user-profile-header-copy{padding-right:0;width:100%}.user-profile-header-copy h1{margin-top:0}.user-profile-field-grid{grid-template-columns:1fr}.user-profile-tabs{gap:18px}}.profile-avatar{position:relative;width:36px;height:36px;border-radius:50%;display:grid;place-items:center}.profile-avatar.male{color:#236aa5;background:linear-gradient(135deg,#e7f1fa,#d6e7f6)}.profile-avatar.female{color:#236aa5;background:linear-gradient(135deg,#eef5fc,#d6e7f6)}.profile-user-icon{width:20px;height:20px;fill:currentColor}.profile-gender-badge{position:absolute;right:-3px;bottom:-3px;width:16px;height:16px;border-radius:50%;border:2px solid #fff;display:grid;place-items:center;font-size:10px;font-weight:700;line-height:1}.profile-gender-badge.male{background:#2f80c4;color:#fff}.profile-gender-badge.female{background:#236aa5;color:#fff}.profile-name{margin:0;font-size:13px;font-weight:700;color:#0f172a}.profile-welcome{color:#475569;font-weight:600}.profile-meta{margin:1px 0 0;font-size:12px;color:#64748b}.dashboard-stats{margin-top:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:8px}.dashboard-top-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,360px);align-items:start;gap:10px;margin-bottom:10px}.dashboard-top-stats{margin-top:0;grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard-page{width:100%;border:none;background:transparent;height:auto;display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden;padding:0}.dashboard-hero{border-radius:14px;padding:16px 18px;background:#fff;color:#0f172a;display:grid;gap:8px;border:1px solid #dbe3f0;box-shadow:0 6px 16px #0f172a0d}.dashboard-hero h1{color:#0f172a;font-size:22px;letter-spacing:-.015em;line-height:1.2}.dashboard-hero .muted{color:#64748b;margin:4px 0 0}.dashboard-hero-meta{margin:0;color:#475569;font-size:13px;font-weight:600}.dashboard-hello-card{border-radius:14px;padding:12px 14px;background:linear-gradient(135deg,#fff,#f1f6ff);color:#0f172a;display:grid;gap:6px;border:1px solid #dbe3f0;box-shadow:0 8px 18px #0f172a14}.dashboard-hello-card h1{margin:0;color:#0f172a;font-size:20px;letter-spacing:-.015em}.dashboard-welcome-title{margin:0;font-size:32px;font-weight:800;letter-spacing:-.03em;line-height:1.05;color:#0f172a}.dashboard-welcome-text{margin:0;font-size:14px;color:#64748b;font-weight:600}.planning-list{display:grid;gap:6px}.planning-item{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;border:1px solid #dbe3f0;border-radius:10px;padding:7px 8px;background:#fff}.planning-date{margin:0;font-size:12px;font-weight:700;color:#1e3a8a}.planning-meta{margin:0;font-size:12px;color:#475569}.planning-status{border-radius:999px;padding:3px 7px;font-size:10px;font-weight:700;border:1px solid transparent}.planning-status-en_cours{background:#fef3c7;color:#92400e;border-color:#fcd34d}.planning-status-traitee{background:#dcfce7;color:#166534;border-color:#86efac}.planning-status-refusee{background:#e7f1fa;color:#236aa5;border-color:#c3dbf0}.planning-empty{margin:0;font-size:12px;color:#64748b}.planning-alerts{display:flex;flex-wrap:wrap;gap:6px}.planning-alert-chip{border-radius:999px;border:1px solid #bfdbfe;background:#eff6ff;color:#1d4ed8;font-size:11px;font-weight:700;padding:3px 8px}.dashboard-hello-badge{margin:0;width:fit-content;padding:4px 10px;border-radius:999px;border:1px solid #D6E7F6;color:#236aa5;font-size:12px;font-weight:700;background:#e7f1fa}.dashboard-calendar-card{border:1px solid #dbe3f0;border-radius:14px;background:#fff;padding:10px;box-shadow:0 8px 18px #0f172a0f;align-self:start;width:min(360px,100%)}.calendar-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.calendar-month{margin:0;font-size:16px;font-weight:800;color:#0f172a}.calendar-legend{margin:0;font-size:11px;color:#64748b}.calendar-weekdays,.calendar-grid{margin-top:8px;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:4px}.calendar-weekdays span{text-align:center;font-size:11px;font-weight:700;color:#64748b}.calendar-cell{height:24px;border-radius:9px;display:grid;place-items:center;font-size:11px;font-weight:700;border:1px solid transparent}.calendar-cell.is-day{background:#f8fafc;color:#334155;border-color:#e2e8f0}.calendar-cell.has-request{background:#dcfce7;border-color:#86efac;color:#166534}.calendar-cell.leave-en_cours{background:#fef3c7;border-color:#fcd34d;color:#92400e}.calendar-cell.leave-traitee{background:#dcfce7;border-color:#86efac;color:#166534}.calendar-cell.leave-refusee{background:#e7f1fa;border-color:#c3dbf0;color:#236aa5}.calendar-cell.is-today{background:#dbeafe;border-color:#93c5fd;color:#1e3a8a}.calendar-cell.is-empty{background:transparent}.stat-card{border:1px solid #dbe3f0;border-radius:12px;background:#fff;padding:10px;display:flex;flex-direction:column;gap:8px;box-shadow:0 10px 24px #0f172a12;transition:transform .18s ease,box-shadow .18s ease}.stat-card:hover{transform:translateY(-2px);box-shadow:0 14px 30px #0f172a1f}.stat-card span{color:var(--text-muted);font-size:13px;font-weight:600}.stat-card strong{font-size:24px;line-height:1.05;letter-spacing:-.02em}.stat-card-total{border-top:4px solid #2F80C4}.stat-card-pending{border-top:4px solid #f59e0b}.stat-card-processed{border-top:4px solid #10b981}.stat-card-rejected{border-top:4px solid #8FB7D8}.dashboard-grid{margin-top:10px;display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:10px;flex:1;min-height:0}.dashboard-retards-section h2{margin-bottom:6px}.dashboard-retards-hint{margin:0 0 14px;font-size:13px;color:#64748b}.dashboard-retards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px}.dashboard-retard-card{display:flex;flex-direction:column;align-items:flex-start;gap:4px;padding:14px 14px 12px;border-radius:12px;border:1px solid #dbe3f0;background:#fff;box-shadow:0 6px 16px #0f172a0d;cursor:pointer;text-align:left;transition:border-color .15s ease,box-shadow .15s ease;font:inherit}.dashboard-retard-card:hover{border-color:#2f80c4;box-shadow:0 10px 22px #2f80c41f}.dashboard-retard-card__label{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:#64748b}.dashboard-retard-card__count{font-size:28px;font-weight:700;color:#0f172a;line-height:1.1}.dashboard-retard-card__name{font-size:14px;font-weight:600;color:#1e293b;margin-top:4px}.dashboard-retard-card__role{font-size:12px;color:#64748b}.dashboard-retard-modal table{font-size:13px}.user-retards-table .user-retards-date-cell{font-weight:600;white-space:nowrap;vertical-align:middle}.user-retard-period{font-size:12px;line-height:1.45;vertical-align:middle}.user-retard-period--am{color:#1d4ed8;font-weight:600}.user-retard-period--pm{color:#c2410c;font-weight:600}.user-retard-period--empty{color:#94a3b8;font-weight:400}.user-retard-statut{display:inline-block;padding:2px 8px;border-radius:6px;font-size:11px;font-weight:600}.user-retard-statut--ok{background:#d1fae5;color:#047857}.user-retard-statut--pending{background:#fef3c7;color:#b45309}.user-retard-statut--rejected{background:#fee2e2;color:#b91c1c}.user-retards-table--detail th,.user-retards-table--detail td{font-size:12px;vertical-align:top}.user-retard-period-badge{display:inline-block;padding:2px 8px;border-radius:6px;font-size:11px;font-weight:600}.user-retard-period-badge--am{background:#dbeafe;color:#1d4ed8}.user-retard-period-badge--pm{background:#ffedd5;color:#c2410c}.user-retard-duration-cell{font-weight:700;color:#dc2626}.user-retard-reclamation-cell{min-width:200px}.user-retard-reclamation-form textarea{width:100%;min-height:52px;resize:vertical;font-size:12px;padding:6px 8px;border:1px solid #cbd5e1;border-radius:6px}.user-retard-reclamation-submit{margin-top:6px;font-size:11px;padding:4px 10px}.user-retard-reclamation-readonly p{margin:0;font-size:12px;white-space:pre-wrap}.user-retard-reclamation-meta{margin-top:4px!important;font-size:11px!important;color:#64748b}.dashboard-retard-self-card,.dashboard-retard-self-card:hover,.dashboard-retard-self-card:focus,.dashboard-retard-self-card:focus-visible,.dashboard-retard-self-card:focus-within,.dashboard-retard-self-card:active{display:flex;flex-direction:column;color:#0f172a!important;background-color:#fff!important;background-image:none!important;text-align:left;font:inherit;cursor:pointer;outline:none!important;border:1px solid #dbe3f0;border-top:4px solid #f59e0b;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-tap-highlight-color:transparent}.dashboard-retard-self-card:hover{box-shadow:0 14px 30px #0f172a1f;transform:translateY(-2px)}.dashboard-retard-self-card strong{color:#0f172a!important}.dashboard-retard-self-card span{color:var(--text-muted)!important}.dashboard-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.75rem}.dashboard-modal-subtitle{margin:0;color:#64748b;font-size:.875rem}.dashboard-archive-toggle{flex-shrink:0;white-space:nowrap}.dashboard-archive-filters{margin-bottom:.75rem;padding:.75rem;border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc}.dashboard-archive-filters-grid{display:grid;grid-template-columns:repeat(2,minmax(140px,1fr));gap:.75rem}.dashboard-archive-filters-grid label{display:block;margin-bottom:.25rem;font-size:.8rem;color:#64748b}.dashboard-archive-filters-grid input{width:100%}.dashboard-archive-filters-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.dashboard-archive-total{margin:0 0 .75rem;padding:.65rem .85rem;border-radius:8px;background:#eff6ff;color:#1e3a8a;font-size:.9rem}.dashboard-insights{margin-top:14px;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;background:#fff;border:1px solid #dbe3f0}.dashboard-insights h2{margin-top:6px;font-size:22px;letter-spacing:-.02em}.progress-track{margin-top:8px;height:10px;background:#e2e8f0;border-radius:999px;overflow:hidden}.progress-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#10b981,#2563eb)}.chart-card{display:flex;flex-direction:column;gap:8px;background:#fff;border:1px solid #dbe3f0;box-shadow:0 10px 24px #0f172a0f;min-height:0;overflow:hidden}.chart-card h2{font-size:16px;margin:0}.chart-card .muted{font-size:12px}.chart-box{width:100%;min-height:320px}.dashboard-pie-chart{width:100%}.dashboard-pie-chart .recharts-legend-wrapper{width:100%!important;left:0!important;right:0!important}.dashboard-pie-chart .recharts-default-legend{display:flex!important;flex-wrap:wrap;justify-content:center;gap:8px 14px;margin:0 auto!important;padding:0 4px}.admin-user-details-page,.admin-users-page{display:grid;gap:8px}.admin-users-hero{border:1px solid #C3DBF0;background:linear-gradient(135deg,#8fb7d8,#2f80c4);border-radius:12px;padding:10px 14px}.admin-users-hero h1{margin:2px 0 0;font-size:1.35rem;color:#fff}.admin-user-list-toolbar{margin-bottom:12px}.admin-user-search-field{max-width:420px;margin:0}.account-status-cell{display:flex;flex-direction:column;align-items:flex-start;gap:6px}.account-status-na{font-size:12px}.btn-account-activate,.btn-account-deactivate{font-size:12px;padding:4px 10px;border-radius:6px;cursor:pointer;border:1px solid}.btn-account-activate{background:#28a745;color:#fff;border-color:#1e7e34}.btn-account-deactivate{background:#fff;color:#dc3545;border-color:#dc3545}.btn-account-activate:disabled,.btn-account-deactivate:disabled{opacity:.55;cursor:not-allowed}.account-disabled-user{background-color:#f8d7da!important;border-left:4px solid #dc3545!important}.no-interface-user{background-color:#fff3cd!important;border-left:4px solid #ffc107!important}.no-interface-badge{background-color:#dc3545;color:#fff;padding:2px 8px;border-radius:12px;font-size:11px;font-weight:700}.interface-badge{background-color:#28a745;color:#fff;padding:2px 8px;border-radius:12px;font-size:11px;font-weight:700}.admin-user-hero{border:1px solid #C3DBF0;background:linear-gradient(135deg,#8fb7d8,#2f80c4);border-radius:12px;padding:10px 14px;display:flex;justify-content:space-between;align-items:flex-start;gap:12px;flex-wrap:wrap}.admin-user-hero h1{margin:2px 0 0;font-size:1.35rem;color:#fff}.admin-user-hero-badge{margin:0;display:inline-block;padding:4px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.4);color:#fff;background:#ffffff2e;font-size:12px;font-weight:700}.admin-user-hero-meta{display:flex;flex-wrap:wrap;gap:8px}.admin-chip{display:inline-flex;align-items:center;border:1px solid #dbe3f0;border-radius:999px;background:#fff;color:#334155;font-size:12px;font-weight:700;padding:6px 10px}.admin-user-form{background:#fff}.admin-user-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.field-group{display:flex;flex-direction:column;gap:6px}.field-group span{font-size:12px;font-weight:700;color:#475569}.admin-user-password{grid-column:1 / -1}.field-group.checkbox-row span{display:flex;align-items:center;gap:10px;font-weight:600}.muted.small{font-size:12px;margin-top:4px}.table-actions{display:flex;flex-direction:column;gap:8px;align-items:flex-start}.admin-user-actions{border-top:1px solid #e5e7eb;padding-top:12px;margin-top:14px}.leaves-page{display:grid;gap:8px}.leaves-page .section{margin-top:0}.rh-dashboard-page,.rh-requests-page{display:grid;gap:8px}.leaves-hero{border:1px solid #C3DBF0;background:linear-gradient(135deg,#8fb7d8,#2f80c4);border-radius:12px;padding:10px 14px}.leaves-hero h1{margin:2px 0 0;font-size:1.35rem;color:#fff}.leaves-hero .muted{color:#ffffffe6}.leaves-form-card,.leaves-table-card{background:#fff;border:1px solid #dbe3f0}.leave-status-badge{display:inline-flex;align-items:center;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:700;border:1px solid transparent}.leave-status-badge.pending{background:#fef3c7;color:#92400e;border-color:#fcd34d}.leave-status-badge.approved{background:#dcfce7;color:#166534;border-color:#86efac}.leave-status-badge.rejected{background:#e7f1fa;color:#236aa5;border-color:#c3dbf0}.leave-status-badge.total{background:#e0e7ff;color:#3730a3;border-color:#c7d2fe}.rh-employee-cell{display:flex;flex-direction:column;gap:3px}.rh-employee-cell strong{font-size:13px;color:#0f172a}.rh-employee-cell span{font-size:12px;color:#64748b}.rh-actions{margin-top:0;align-items:center}.rh-file-input{max-width:220px;font-size:12px;padding:8px 10px}.rh-status-filter-head{display:flex;align-items:center;gap:8px}.rh-status-filter-head select{min-width:130px;padding:6px 8px;font-size:12px}.discharge-page .leaves-table-card td:nth-child(2){max-width:420px;color:#334155;line-height:1.4}.discharge-datetime-input{font-weight:600}.discharge-page .table-wrap tbody tr td[colspan]{text-align:center;color:#64748b;font-weight:600}@media (max-height: 820px){.app-shell{padding:10px;gap:12px}.content-topbar{margin-bottom:8px}.dashboard-page{padding:10px}.dashboard-stats{gap:6px}.stat-card{padding:8px}.stat-card strong{font-size:20px}.dashboard-top-row{gap:8px;margin-bottom:8px}.dashboard-grid{margin-top:8px;gap:8px}.chart-box{min-height:132px}.calendar-cell{height:20px;font-size:10px}}.dashboard-footer-note{margin-top:14px;padding:12px 14px;border-radius:10px;border:1px dashed #cbd5e1;color:#475569;background:#f8fafc}.dashboard-footer-note p{margin:0;font-size:13px}body.mobile-nav-open{overflow:hidden;touch-action:none}.mobile-menu-btn,.sidebar-backdrop{display:none}@media (max-width: 768px){.mobile-menu-btn{display:inline-flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;padding:0;border:1px solid #d6e7f6;border-radius:12px;background:#fff;flex-shrink:0;cursor:pointer}.mobile-menu-btn__bar{display:block;width:20px;height:2px;border-radius:2px;background:#236aa5;transition:transform .2s ease,opacity .2s ease}.mobile-menu-btn__bar.is-open:nth-child(1){transform:translateY(7px) rotate(45deg)}.mobile-menu-btn__bar.is-open:nth-child(2){opacity:0}.mobile-menu-btn__bar.is-open:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.sidebar-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:900;margin:0;padding:0;border:none;background:#0f172a73;cursor:pointer}.app-shell{display:flex;flex-direction:column;height:100dvh;height:100vh;overflow:hidden;padding:0;background:#f5f5f6}.sidebar{position:fixed;top:0;left:0;z-index:950;width:min(288px,88vw);height:100dvh;height:100vh;margin:0;border-radius:0;transform:translate(-105%);transition:transform .25s ease;box-shadow:none}.sidebar.sidebar-open{transform:translate(0);box-shadow:8px 0 32px #0f172a2e}.menu,nav.menu.menu-sidebar-stack,.menu-team-links.menu{display:flex;flex-direction:column;grid-template-columns:unset}.menu-link{min-height:44px;font-size:14px}.content-area{display:flex;flex-direction:column;flex:1;min-height:0;width:100%;padding:10px 12px;padding-bottom:max(16px,env(safe-area-inset-bottom));overflow:hidden}.app-page-content{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.content-topbar{position:relative;top:auto;z-index:80;display:grid;grid-template-columns:auto 1fr auto;grid-template-rows:auto auto;grid-template-areas:"menu brand logout" "profile profile profile";align-items:center;justify-content:stretch;gap:8px;margin:0 0 10px;padding:0 0 8px;background:#f5f5f6;border-bottom:1px solid #e2e8f0}.content-topbar-start{grid-area:menu;display:flex;align-items:center;justify-self:start}.content-topbar-brand{display:block;grid-area:brand;justify-self:center;align-self:center;font-size:14px}.user-profile-chip{grid-area:profile;width:100%;min-width:0;padding:8px 10px;box-shadow:none}.topbar-logout-btn{grid-area:logout;justify-self:end;align-self:center;flex-shrink:0;padding:8px 12px;font-size:12px;white-space:nowrap}.logout-text-full{display:none}.logout-text-short{display:inline}.profile-name{font-size:13px;line-height:1.3;white-space:normal;overflow:visible;text-overflow:unset}.profile-welcome{display:none}.profile-meta{font-size:11px;line-height:1.3;white-space:normal;overflow:visible;text-overflow:unset}.profile-avatar{width:32px;height:32px;flex-shrink:0}.wide-card{max-width:none;width:100%;padding:12px;border-radius:12px;box-sizing:border-box}.dashboard-page{overflow:visible;height:auto;min-height:0}.dashboard-top-row{grid-template-columns:1fr!important;gap:12px}.dashboard-grid{grid-template-columns:1fr!important;min-height:0;gap:16px}.dashboard-calendar-card{width:100%;max-width:none}.chart-card{margin-bottom:4px}.chart-box{min-height:360px;height:auto}.dashboard-pie-chart .recharts-default-legend{flex-direction:column;align-items:flex-start;gap:6px;max-width:100%}.dashboard-pie-chart .recharts-legend-item{margin-right:0!important}.dashboard-welcome-title{font-size:22px}.stat-card strong{font-size:20px}.dashboard-retard-self-card{text-align:left}.section{margin-top:16px}.section-card,.leaves-hero,.admin-users-hero,.admin-user-hero{padding:12px}.leaves-hero h1,.admin-users-hero h1,.admin-user-hero h1{font-size:1.2rem}.admin-user-grid,.grid,.dashboard-top-row,.dashboard-stats:not(.dashboard-top-stats){grid-template-columns:1fr!important}.admin-user-actions,.actions{flex-direction:column;align-items:stretch}.admin-user-actions button,.actions button{width:100%}.table-wrap{-webkit-overflow-scrolling:touch;border-radius:8px}table{font-size:12px}th,td{padding:8px 6px;vertical-align:top}.header{flex-direction:column;align-items:flex-start}.dashboard-hero h1{font-size:20px}.dashboard-top-row{grid-template-columns:1fr}.dashboard-page{height:auto;overflow:visible}.dashboard-top-stats{grid-template-columns:repeat(2,minmax(0,1fr))!important}.leaves-page .leaves-hero{flex-direction:column;align-items:flex-start;gap:10px}.leaves-page .dashboard-stats,.rh-dashboard-page .dashboard-stats,.admin-dashboard-page .dashboard-stats{grid-template-columns:repeat(2,minmax(0,1fr))!important}.admin-dashboard-page .dashboard-stats .stat-card:last-child{grid-column:1 / -1}.login-modal-overlay,.credentials-modal-overlay{padding:12px;align-items:flex-end}.login-modal,.credentials-detail-modal{max-width:100%;max-height:92dvh;overflow-y:auto;border-radius:16px 16px 0 0}.page{padding:16px;align-items:flex-start;min-height:100dvh}.card{max-width:100%;padding:18px}input,select,textarea,button{font-size:16px}.doc-grid{grid-template-columns:1fr}.account-status-cell{min-width:120px}}@media (min-width: 769px){.content-topbar-start{display:none}}.login-modal-overlay,.credentials-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#0f172a7a;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;padding:20px}.login-modal,.credentials-detail-modal{width:100%;max-width:440px;background:#fff;border-radius:18px;border:1px solid #e2e8f0;box-shadow:0 24px 56px #0f172a33;padding:0;overflow:hidden}.credentials-detail-modal{max-width:520px}.credentials-detail-modal__header{padding:22px 24px 16px;background:linear-gradient(180deg,#f8fafc,#fff);border-bottom:1px solid #e8eef4}.credentials-detail-modal__eyebrow{margin:0 0 6px;font-size:.72rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#64748b}.credentials-detail-modal__header h2{margin:0 0 14px;font-size:1.35rem;font-weight:700;letter-spacing:-.02em;color:#0f2744;line-height:1.35}.credentials-ref-muted{margin-left:auto;font-size:.78rem;color:#94a3b8;font-weight:500}.credentials-status-row{margin:0;font-size:.88rem;color:#64748b;display:flex;align-items:center;gap:8px;flex-wrap:wrap;width:100%}.credentials-status-badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:.75rem;font-weight:600;text-transform:capitalize;letter-spacing:.02em}.credentials-status-badge--approved{background:#ecfdf5;color:#047857;border:1px solid #a7f3d0}.credentials-status-badge--pending{background:#fffbeb;color:#b45309;border:1px solid #fde68a}.credentials-status-badge--rejected{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.credentials-detail-modal__body{padding:20px 24px 24px}.credentials-detail-modal__body .muted{margin:0;line-height:1.55}.credentials-note-block{margin:0;padding:18px 20px;background:linear-gradient(145deg,#f1f5f9,#e8eef5);border:1px solid #cbd5e1;border-radius:12px;white-space:pre-wrap;font-family:ui-monospace,Cascadia Code,Segoe UI Mono,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.9rem;line-height:1.65;color:#0f172a;box-shadow:inset 0 1px #fff9}.credentials-modal-footer{padding:0 24px 22px;margin-top:4px}.credentials-btn-close{width:100%;padding:12px 18px;border:none;border-radius:12px;font-size:.95rem;font-weight:600;cursor:pointer;color:#fff;background:linear-gradient(180deg,#10b981,#059669);box-shadow:0 4px 14px #05966959;transition:transform .12s ease,box-shadow .12s ease}.credentials-btn-close:hover{filter:brightness(1.05);box-shadow:0 6px 18px #05966966}.credentials-btn-close:active{transform:translateY(1px)}.collapsible-header,.collapsible-header:hover,.collapsible-header:focus,.collapsible-header:focus-visible,.collapsible-header:focus-within,.collapsible-header:active{display:flex;align-items:center;justify-content:space-between;width:100%;padding:0;background:transparent!important;background-color:transparent!important;background-image:none!important;border:none!important;outline:none!important;box-shadow:none!important;cursor:pointer;text-align:left;color:inherit!important;font:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-tap-highlight-color:transparent}.collapsible-header h2{flex:1}.collapsible-chevron{display:inline-flex;align-items:center;justify-content:center;font-size:18px;line-height:1;width:28px;height:28px;border-radius:8px;background:#f1f5f9;color:#475569;transition:transform .2s ease,background .2s ease}.collapsible-chevron.open{transform:rotate(180deg);background:#e0e7ff;color:#4f46e5}.collapsible-header:hover .collapsible-chevron{background:#e2e8f0}.rp-declare-card h2,.rp-filters-card h2,.rp-table-card h2{margin:0 0 1rem;font-size:1.125rem;font-weight:700;color:#0f172a}.rp-declare-form{display:flex;flex-direction:column;gap:1.25rem}.rp-declare-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,.8fr);gap:1rem 1.25rem}.rp-field{display:flex;flex-direction:column;gap:.4rem;min-width:0}.rp-field label{font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.rp-field input,.rp-field select,.rp-field textarea{width:100%;box-sizing:border-box;min-height:42px}.rp-field textarea{min-height:84px;resize:vertical}.rp-note-cell{max-width:220px;white-space:pre-wrap;word-break:break-word}.rp-field--full{grid-column:1 / -1}.rp-time-group{grid-column:1 / -1;display:grid;grid-template-columns:1fr 1fr;gap:1rem;padding:1rem 1.25rem;background:#fff;border:1px solid #e2e8f0;border-radius:10px}.rp-time-group-title{grid-column:1 / -1;margin:0 0 .25rem;font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.rp-form-actions{display:flex;justify-content:flex-end;padding-top:1rem;border-top:1px solid #e2e8f0}.rp-form-actions .btn-primary{padding:.65rem 1.5rem;border-radius:10px}.rp-filters-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.rp-table-hint{margin:0 0 1rem;font-size:13px}@media (max-width: 720px){.rp-declare-grid,.rp-time-group{grid-template-columns:1fr}.rp-form-actions{justify-content:stretch}.rp-form-actions .btn-primary{width:100%}}.page-loader{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;min-height:160px;padding:24px;color:#64748b}.page-loader p{margin:0;font-size:14px}.page-loader-spinner{width:36px;height:36px;border:3px solid #e2e8f0;border-top-color:#2f80c4;border-radius:50%;animation:page-loader-spin .75s linear infinite}@keyframes page-loader-spin{to{transform:rotate(360deg)}}.admin-dashboard-page .leaves-hero .muted{margin:4px 0 0;color:#ffffffeb;font-size:13px}.rm-page{gap:12px}.rm-page .leaves-hero{padding:12px 14px}.rm-page .leaves-hero h1{font-size:1.15rem;line-height:1.25}.rm-view-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px}.rm-view-tabs button{width:100%;min-height:44px;margin:0}.rta-page{gap:10px;padding-bottom:28px}.rta-page .leaves-hero{padding:10px 14px}.rta-page .leaves-hero h1{font-size:1.1rem;line-height:1.2}.rta-page .leaves-hero .muted{margin:4px 0 0;font-size:12px;line-height:1.35}.rta-page .admin-user-hero-badge{margin-bottom:2px}.rta-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px}.rta-view-tabs{display:inline-flex;flex-wrap:wrap;gap:6px;padding:4px;background:#eef2f7;border:1px solid #dbe3f0;border-radius:12px}.rta-view-tabs button{min-height:36px;padding:0 16px;margin:0;border-radius:8px;font-size:13px;font-weight:600;white-space:nowrap}.rta-view-tabs button.btn-secondary{background:transparent;border-color:transparent;color:#475569}.rta-view-tabs button.btn-secondary:hover{background:#ffffffb3}.rta-filter-bar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px 12px;padding:8px 12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;font-size:13px;color:#475569}.rta-filter-bar strong{color:#0f172a}.rta-filter-bar-actions{display:flex;flex-wrap:wrap;gap:6px}.rta-filter-bar-actions button{min-height:32px;padding:0 12px;font-size:12px}.rta-page .section-card{padding:12px 14px}.rta-page .section-card h2{font-size:1rem}.rta-page .table-wrap{max-height:min(520px,calc(100vh - 280px));overflow:auto;border:1px solid #e2e8f0;border-radius:10px}.rta-page .table-wrap thead th{position:sticky;top:0;z-index:1;background:#f8fafc;box-shadow:0 1px #e2e8f0}.rta-summary-compact{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:8px}.rta-summary-card{padding:10px 12px;border:1px solid #e2e8f0;border-radius:10px;background:#fff}.rta-summary-card-name{margin:0 0 6px;font-size:13px;font-weight:700;color:#0f172a}.rta-summary-card-meta{margin:0;font-size:12px;color:#64748b}.rta-summary-card-total{margin:6px 0 0;font-size:14px;font-weight:700;color:#dc2626}.rta-statut-badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:6px;font-size:12px;font-weight:600}.rta-statut-badge--justifie{background:#10b981;color:#fff}.rta-reclamation-tag{display:inline-block;margin-top:4px;font-size:11px;padding:2px 6px;border-radius:4px;background:#fef3c7;color:#b45309}.rm-actions-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;align-items:start}.rm-actions-grid h3{margin:0 0 .75rem;font-size:.95rem}.rm-actions-grid input[type=file]{display:block;width:100%;max-width:100%;margin-bottom:.75rem}.rm-block-btn{width:100%;margin-top:.25rem}.rm-filters-body{margin-top:1rem}.rm-filters-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.rm-filters-grid label{display:block;margin-bottom:.35rem;font-size:.8rem;font-weight:600;color:#64748b}.rm-filters-grid input,.rm-filters-grid select{width:100%;box-sizing:border-box;min-height:44px}.rm-section-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1rem}.rm-section-header h2,.rm-list-title{margin:0;font-size:1.05rem}.rm-cell-emphasis{font-weight:700}.rm-cell-danger{color:#ef4444}.rm-cell-actions .btn-primary,.rm-cell-actions .btn-secondary{min-height:40px}.rm-pagination{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #e2e8f0}.rm-pagination-info{margin:0;color:#64748b;font-size:.875rem}.rm-pagination-buttons{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem}.rm-pagination-page,.rm-pagination-nav{min-width:2.5rem;padding:.35rem .65rem;font-size:.875rem}.rm-pagination-page-wrap{display:inline-flex;align-items:center;gap:.35rem}.rm-pagination-ellipsis{color:#94a3b8;padding:0 .15rem}@media (max-width: 768px){.app-page-content .wide-card.rm-page{padding:10px;gap:10px;border-radius:12px}.rm-actions-grid{grid-template-columns:1fr;gap:1rem}.rm-filters-grid{grid-template-columns:1fr}.rm-section-header{flex-direction:column;align-items:stretch}.rm-section-header .btn-secondary,.rm-section-header .btn-primary{width:100%}.rm-page .section-card{padding:12px}.rm-page .collapsible-header{min-height:44px}.rm-page .table-wrap{overflow:visible;border:none;background:transparent}.rm-page .rm-stack-table{border-collapse:separate;border-spacing:0 10px}.rm-page .rm-stack-table thead{display:none}.rm-page .rm-stack-table tbody tr{display:block;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:4px 0;box-shadow:0 1px 3px #0f172a0f}.rm-page .rm-stack-table tbody tr td{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:8px 12px;border:none;text-align:right;font-size:13px}.rm-page .rm-stack-table tbody tr td:before{content:attr(data-label);flex-shrink:0;font-weight:600;color:#64748b;text-align:left;font-size:11px;text-transform:uppercase;letter-spacing:.03em}.rm-page .rm-stack-table tbody tr td[colspan]{display:block;text-align:center;padding:16px}.rm-page .rm-stack-table tbody tr td[colspan]:before{display:none}.rm-page .rm-stack-table .rm-cell-actions{flex-direction:column;align-items:stretch}.rm-page .rm-stack-table .rm-cell-actions:before{margin-bottom:4px}.rm-page .rm-stack-table .rm-cell-actions>div,.rm-page .rm-stack-table .rm-cell-actions>button{width:100%}.rm-page .rm-stack-table .rm-cell-actions .btn-primary,.rm-page .rm-stack-table .rm-cell-actions .btn-secondary{width:100%}.rta-page .table-wrap{max-height:none;overflow:visible;border:none}.rta-page .table-wrap thead{display:none}.rta-filter-bar{flex-direction:column;align-items:stretch}.rta-filter-bar-actions{width:100%}.rta-filter-bar-actions button{flex:1}.rta-view-tabs{width:100%}.rta-view-tabs button{flex:1}}.paie-totals-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem;margin-top:1rem}.paie-total-tile{padding:1rem 1.1rem;border-radius:10px;background:var(--surface-muted, #f8fafc);border:1px solid var(--border, #e2e8f0)}.paie-total-tile--highlight{background:#eff6ff;border-color:#93c5fd}.paie-total-tile--highlight .paie-total-value{color:#1d4ed8}.paie-total-label{margin:0 0 .35rem;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted, #64748b)}.paie-total-value{margin:0;font-size:1.5rem;font-weight:700;color:var(--text, #0f172a)}.paie-total-sub{margin:.35rem 0 0;font-size:.85rem;color:var(--text-muted, #64748b)}.paie-table td strong{color:var(--primary, #1e3a5f)}@media (max-width: 640px){.paie-table .muted{display:block;margin-top:.15rem}}.expense-type-tabs{display:flex;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.expense-type-tabs button{padding:.5rem 1rem;border:1px solid var(--border, #cbd5e1);background:#fff;color:#0f172a;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:600}.expense-type-tabs button:hover:not(.active){background:#f1f5f9;border-color:var(--primary, #1e3a5f);color:#0f172a}.expense-type-tabs button.active{background:var(--primary, #1e3a5f);color:#fff;border-color:var(--primary, #1e3a5f)}.expense-type-tabs button.active:hover{background:var(--primary-hover, #2d4a6f);color:#fff}.expense-table-title{font-weight:600;margin:0 0 .75rem;text-align:center}.expense-deplacement-wrap{overflow-x:auto}.expense-deplacement-table{font-size:.8rem;min-width:1200px}.expense-deplacement-table input{width:100%;min-width:70px;padding:.25rem .35rem;font-size:.8rem;border:1px solid var(--border, #e2e8f0);border-radius:4px}.expense-deplacement-table th,.expense-deplacement-table td{white-space:nowrap;vertical-align:middle}.expense-calc-cell{background:#f8fafc;font-weight:500}.expense-total-cell{font-weight:700}.expense-grand-total-row{background:#e2e8f0}.expense-grand-total-row td{font-weight:700}.expense-detail-panel{margin-top:1rem}.expense-detail-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.expense-attachments-list{list-style:none;padding:0;margin:.5rem 0 0;display:flex;flex-direction:column;gap:.35rem}.expense-rh-actions{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--border, #e2e8f0)}.expense-refuse-block{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.expense-refuse-block input{min-width:220px;padding:.45rem .6rem;border:1px solid var(--border, #e2e8f0);border-radius:6px}.btn-sm{padding:.3rem .6rem;font-size:.8rem}.expense-row-selectable{cursor:pointer}.expense-row-selectable:hover{background:#3b82f60f}.expense-row-selectable.is-selected{background:#3b82f61f}.expense-detail-modal{max-width:min(96vw,1200px);width:100%;max-height:90vh;overflow-y:auto}.expense-detail-meta{margin-top:1rem;display:grid;gap:.35rem}.expense-detail-meta p{margin:0}.expense-upload-zone{margin-top:.5rem;padding:1.25rem;border:2px dashed var(--border, #cbd5e1);border-radius:8px;text-align:center;background:#f8fafc;transition:border-color .15s,background .15s}.expense-upload-zone.is-dragover{border-color:var(--primary, #1e3a5f);background:#1e3a5f0f}.expense-upload-zone p{margin:0 0 .75rem}.expense-upload-hint{margin-top:.75rem!important;font-size:.85rem}.expense-upload-input{display:none}.expense-upload-list{margin-top:.75rem}.expense-upload-list ul{list-style:none;padding:0;margin:.5rem 0 0;display:flex;flex-direction:column;gap:.4rem}.expense-upload-list li{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;padding:.4rem .6rem;background:#fff;border:1px solid var(--border, #e2e8f0);border-radius:6px}.expense-reports-page .admin-user-grid{gap:8px;grid-template-columns:repeat(auto-fit,minmax(140px,200px))}.expense-reports-page .expense-table-title{margin-bottom:.5rem;font-size:.9rem}.expense-reports-page .expense-deplacement-table{min-width:960px;font-size:.72rem}.expense-reports-page .expense-deplacement-table th,.expense-reports-page .expense-deplacement-table td{padding:4px 5px}.expense-reports-page .expense-deplacement-table input{min-width:48px;padding:.2rem .3rem;font-size:.72rem;border-radius:4px}.expense-reports-page .expense-type-tabs{margin-bottom:.6rem}.expense-reports-page .expense-upload-zone{padding:.85rem}.login-page{height:calc(100vh - 48px);width:min(1080px,calc(100% - 64px));margin:24px auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:stretch;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 18px 45px #0f172a1a;background:#fff;overflow:hidden}.login-panel--visual{position:relative;display:flex;align-items:center;justify-content:center;padding:0;background:#fff;border-right:none;overflow:hidden;min-height:0}.login-panel--visual:before{content:none}.login-hero-img{position:relative;z-index:1;display:block;width:100%;height:100%;min-height:0;object-fit:cover;object-position:center;margin:0;border:none;border-radius:0;box-shadow:none;background:transparent}.login-panel--form{display:flex;align-items:center;justify-content:center;padding:clamp(20px,4vh,40px) clamp(20px,3vw,40px);background:#fff;box-shadow:inset 1px 0 #eef2f6}.login-form-shell{width:100%;max-width:400px;display:flex;flex-direction:column;gap:22px}.login-form-header{text-align:left}.login-form-title{margin:0;font-size:clamp(1.35rem,2.5vw,1.65rem);font-weight:700;color:#1e3a5f;letter-spacing:-.02em;line-height:1.25}.login-form-brand{color:#2f80c4}.login-form-subtitle{margin:10px 0 0;font-size:.95rem;color:#64748b;font-weight:500}.login-form{display:flex;flex-direction:column;gap:18px}.login-field{display:flex;flex-direction:column;gap:8px}.login-label-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.login-label{font-size:.8125rem;font-weight:600;color:#334155}.login-forgot{font-size:.75rem;font-weight:600;color:#2f80c4;text-decoration:none;white-space:nowrap;background:none;border:none;padding:0;cursor:pointer;font-family:inherit}.login-forgot:hover{text-decoration:underline;color:#236aa5}.login-input-wrap{display:flex;align-items:center;border:1px solid #d1d5db;border-radius:12px;background:#fafbfc;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.login-input-wrap:focus-within{border-color:#2f80c4;background:#fff;box-shadow:0 0 0 3px #2f80c426}.login-input-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#94a3b8}.login-input-icon--start{padding-left:14px;padding-right:4px}.login-input-icon--end{padding-right:14px;padding-left:4px}.login-svg-icon{display:block}.login-input{flex:1;min-width:0;border:none;background:transparent;padding:12px 14px 12px 8px;font-size:.9375rem;color:#1e293b;outline:none;border-radius:12px}.login-input-wrap--leading .login-input{padding-left:4px}.login-input-wrap--trailing .login-input{padding-right:8px;padding-left:14px}.login-input::placeholder{color:#94a3b8}.login-error{margin:-4px 0 0;font-size:.875rem;color:#dc2626;font-weight:600}.login-btn-primary{margin-top:4px;width:100%;border:none;border-radius:12px;padding:14px 20px;font-size:1rem;font-weight:700;color:#fff;background:linear-gradient(180deg,#22c55e,#16a34a);box-shadow:0 2px 4px #16a34a40;cursor:pointer;transition:filter .15s ease,transform .1s ease}.login-btn-primary:hover:not(:disabled){filter:brightness(1.05)}.login-btn-primary:active:not(:disabled){transform:translateY(1px)}.login-btn-primary:disabled{opacity:.65;cursor:not-allowed}.login-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#0f172a73;display:flex;align-items:center;justify-content:center;padding:20px}.login-modal{width:100%;max-width:420px;background:#fff;border-radius:16px;border:1px solid #e2e8f0;box-shadow:0 22px 50px #0f172a2e;padding:22px 22px 18px}.login-modal h2{margin:0 0 8px;font-size:1.15rem;color:#1e3a5f}.login-modal .login-modal-hint{margin:0 0 16px;font-size:.875rem;color:#64748b}.login-modal-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}.login-modal-actions .btn-secondary{flex:1;min-width:120px}@media (max-width: 900px){.login-page{width:min(100%,calc(100% - 24px));margin:12px auto;grid-template-columns:1fr;grid-template-rows:auto 1fr;border-radius:16px}.login-panel--visual{border-right:none;border-bottom:1px solid #e2e8f0;padding:0;min-height:0;height:46vh}.login-hero-img{min-height:0;height:100%}.login-panel--form{align-items:flex-start;padding-top:28px}}@media (max-width: 480px){.login-hero-img{min-height:0}.login-label-row{flex-wrap:wrap}}
