:root{--bg:#f5f7fb;--card:#fff;--text:#111;--text-secondary:#1f2937;--muted:#6b7280;--border:#eef2f7;--border-strong:#e5e7eb;--input-bg:#fff;--input-border:#e6e9ef;--accent:#2563eb;--accent-soft:rgba(37,99,235,.08);--danger:#ef4444;--radius:12px;--admin-topbar-height:110px;--shadow:0 8px 30px rgba(16,24,40,.08);--overlay:rgba(2,6,23,.4);--thead-bg:#f3f4f6;--row-alt:#f9fafb;--row-hover:#eff6ff;--row-saving:#fef9c3;--watermark-opacity:0.32;color-scheme:light}html[data-theme=dark]{--bg:#0f1419;--card:#1a2332;--text:#e8eef7;--text-secondary:#d1d9e6;--muted:#9aa8bc;--border:#2a3545;--border-strong:#364456;--input-bg:#121a24;--input-border:#364456;--accent:#60a5fa;--accent-soft:rgba(96,165,250,.14);--danger:#f87171;--shadow:0 8px 30px rgba(0,0,0,.35);--overlay:rgba(0,0,0,.65);--thead-bg:#121a24;--row-alt:#141c27;--row-hover:#1e3a5f;--row-saving:#3f3a1a;--watermark-opacity:0.4;color-scheme:dark}*{box-sizing:border-box}#__next,body,html{height:100%}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;background:var(--bg);color:var(--text);transition:background-color .2s ease,color .2s ease;position:relative}body:before{content:"";position:fixed;inset:0;z-index:0;pointer-events:none;background:url(/assets/logo.png) center 48%/min(95vw,780px) auto no-repeat;opacity:var(--watermark-opacity)}#__next{position:relative;z-index:1;min-height:100%;background:transparent}.page-root{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:32px}.login-card{width:100%;max-width:420px;background:var(--card);padding:28px;border-radius:var(--radius);box-shadow:0 8px 30px rgba(16,24,40,.08);display:flex;flex-direction:column;align-items:stretch}.logo-header{display:flex;justify-content:center;margin-bottom:18px}.logo-image{width:140px;height:auto;max-height:45px;object-fit:contain}@media (max-width:480px){.logo-image{width:90px;max-height:40px}}.page-root.login-page .logo-image{width:660px;max-height:270px}@media (max-width:920px){.page-root.login-page .logo-image{width:420px;max-height:180px}}@media (max-width:480px){.page-root.login-page .logo-image{width:270px;max-height:150px}}.login-form{gap:12px}.field,.login-form{display:flex;flex-direction:column}.label-text{font-size:13px;color:var(--muted);margin-bottom:6px}input{padding:10px 12px;border:1px solid var(--input-border);border-radius:8px;font-size:16px;background:var(--input-bg);color:var(--text)}input:focus{outline:none;box-shadow:0 0 0 3px var(--accent-soft);border-color:var(--accent)}.primary{margin-top:6px;background:var(--accent);color:#fff;padding:10px 12px;border:none;border-radius:8px;font-weight:600;cursor:pointer}.primary:disabled{opacity:.6;cursor:default}.google-btn{display:inline-flex;gap:10px;align-items:center;justify-content:center;padding:10px 12px;border-radius:8px;border:1px solid var(--input-border);background:var(--card);color:var(--text);cursor:pointer}.google-icon{margin-right:4px}.divider{margin:14px 0;text-align:center;color:var(--muted)}.form-error{background:#fff3f2;color:var(--danger);padding:8px;border-radius:8px;border:1px solid rgba(239,68,68,.12)}.form-success{background:#ecfdf5;color:#064e3b;padding:10px;border-radius:8px;border:1px solid #d0f5e5;margin-top:10px}.reset-card{width:100%;max-width:520px;background:var(--card);padding:26px;border-radius:12px;box-shadow:0 10px 36px rgba(16,24,40,.08);display:flex;flex-direction:column;align-items:stretch}.reset-card .logo-header{justify-content:center;margin-bottom:8px}.reset-card h1{margin:6px 0 8px}.reset-card .small-muted{margin-bottom:8px}@media (max-width:480px){.reset-card{padding:18px;margin:6px;border-radius:10px}}.page-root.reset-page .logo-image{width:420px;max-height:180px}@media (max-width:920px){.page-root.reset-page .logo-image{width:320px;max-height:140px}}@media (max-width:480px){.page-root.reset-page .logo-image{width:220px;max-height:100px}.login-card{padding:20px;margin:6px;border-radius:10px}}.forgot-link{margin-top:6px;text-align:right}.forgot-link a{font-size:13px;color:var(--muted);text-decoration:none;padding:6px 8px;border-radius:8px;display:inline-block}.forgot-link a:hover{color:var(--accent);background:rgba(37,99,235,.06)}.secondary{background:transparent;border:1px solid transparent;color:var(--muted);padding:6px 10px;border-radius:8px;font-size:13px;cursor:pointer}.secondary:hover{color:var(--accent);background:rgba(37,99,235,.04)}.admin-root{padding:6px}.admin-header h1{margin:0 0 4px}.admin-header .muted{color:var(--muted);margin-top:6px}.admin-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;margin-top:12px}.card{background:var(--card);padding:12px;border-radius:8px;border:1px solid var(--border)}.card h2{margin-top:0}.card ul{margin:8px 0 0 16px}@media (max-width:720px){.admin-grid{grid-template-columns:1fr}}.table-responsive{width:100%;overflow:auto}.card table{width:100%;border-collapse:collapse}@media (max-width:720px){.card table thead{display:none}.card table tbody tr{display:block;margin-bottom:12px;border:1px solid #eef2f7;border-radius:8px;padding:10px;background:#fff}.card table tbody tr td{display:flex;justify-content:space-between;padding:6px 0;border-bottom:none}.card table tbody tr td:first-child{font-weight:600;color:#111}}.modal{max-width:720px}@media (max-width:720px){.modal{width:calc(100% - 20px);height:calc(100% - 40px);border-radius:10px;display:flex;flex-direction:column}.modal-body{overflow:auto;padding:14px}.modal .primary{width:120px;padding:10px 14px}}.edit-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}@media (max-width:720px){.edit-grid{grid-template-columns:1fr}}.modal-body input,.modal-body select,.modal-body textarea{width:100%;box-sizing:border-box}button{min-height:38px}.mini-prestation-card{background:#fff;border:1px solid #eef2f7;border-radius:8px;padding:12px;margin-bottom:10px;display:flex;align-items:center;justify-content:space-between}.mini-prestation-left{display:flex;flex-direction:column}.mini-prestation-date{font-weight:700;margin-bottom:6px}.mini-prestation-sub{color:var(--muted);font-size:13px}.admin-topbar{position:fixed;top:0;left:0;right:0;width:100%;background:var(--card);border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin-top:0;z-index:1000}.admin-topbar-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:center;padding:26px 16px}.admin-topbar-left{display:flex;align-items:center;position:absolute;left:0}.admin-topbar-logo{width:160px;height:auto;max-height:60px;display:block;margin-right:16px;object-fit:contain}.admin-topbar-right{display:flex;gap:10px;align-items:center;position:absolute;right:0}@media (max-width:920px){.admin-topbar-inner{max-width:calc(100% - 40px);padding:18px 16px;justify-content:space-between}.admin-topbar-logo{width:130px;height:auto;max-height:50px;transform:none;margin-left:8px;object-fit:contain}.admin-topbar-left{position:static;display:flex;align-items:center;gap:8px}}@media (max-width:480px){.admin-topbar-logo{width:100px;height:auto;max-height:40px;transform:none;margin-left:6px;object-fit:contain}.admin-topbar{padding-top:8px;padding-bottom:8px}.admin-topbar-inner{padding:14px}}.top-btn{background:transparent;border:1px solid transparent;color:var(--muted);padding:8px 12px;border-radius:8px;cursor:pointer}.top-btn:hover{color:var(--accent);background:rgba(37,99,235,.04)}.profile-btn{border-radius:999px;padding:6px 10px}.logout-btn{display:inline-flex;align-items:center;gap:8px;justify-content:center;background:linear-gradient(90deg,var(--accent),#4f46e5);color:#fff;border:0;padding:8px 12px;border-radius:10px;font-weight:600;cursor:pointer;box-shadow:0 6px 18px rgba(37,99,235,.12);transition:transform .12s ease,box-shadow .12s ease,opacity .12s ease}.logout-btn:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(37,99,235,.16)}.logout-btn:active{transform:translateY(0);opacity:.95}.logout-btn.small{padding:6px 10px;font-size:14px;border-radius:8px;background:transparent;color:var(--muted);box-shadow:none;border:1px solid transparent}.logout-btn.small:hover{background:rgba(37,99,235,.06);color:var(--accent);border-color:rgba(37,99,235,.06)}.logout-btn-short,.profile-btn-icon{display:none}.modal{background:var(--card);border-radius:10px;max-width:420px;width:100%;box-shadow:var(--shadow);overflow:hidden;color:var(--text)}.modal.create-user-modal{width:900px;max-width:calc(100% - 24px);border-radius:10px}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--border)}.modal-body{padding:18px}.modal-close{background:transparent;border:none;font-size:20px;cursor:pointer;color:var(--text)}.modal-overlay{position:fixed;inset:0;background:var(--overlay);display:flex;align-items:center;justify-content:center;z-index:1000}.small-muted{color:#666;font-size:13px}.badge{padding:6px 8px;border-radius:999px;font-size:13px}.badge.success{background:#e6f7ed;color:#1a7f37;border:1px solid #c8efd0}.modal .primary{background:#05f;color:#fff;padding:8px 12px;border-radius:6px;border:0}.modal .secondary{background:transparent;color:#333;padding:8px 12px;border-radius:6px;border:1px solid #ddd}.create-user-form{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px 18px;gap:12px 18px;align-items:start}.create-user-form .full{grid-column:1/-1}.create-user-form .form-row{display:flex;flex-direction:column;gap:6px}.create-user-form input,.create-user-form select{padding:8px 10px;border-radius:6px;border:1px solid #e1e1e1}.create-user-form .form-input{padding:10px 12px;border-radius:8px;border:1px solid #e6e9ef;font-size:16px}.create-user-form .form-input:focus{outline:none;box-shadow:0 0 0 3px rgba(37,99,235,.06);border-color:var(--accent)}.create-user-form .form-textarea{padding:10px 12px;border-radius:8px;border:1px solid #e6e9ef;font-size:16px;resize:vertical;min-height:96px}.form-help{margin-top:6px;font-size:13px;color:var(--muted)}.form-error{color:#b00020;background:#fff1f1;padding:8px 10px;border-radius:6px;border:1px solid #f5c6c6}@media (max-width:780px){.modal.create-user-modal{width:calc(100% - 20px)}.create-user-form{grid-template-columns:1fr}}.role-list{list-style:none;padding:0;margin:6px 0 0}.role-item{display:block;width:100%;text-align:left;padding:10px 12px;border-radius:8px;border:1px solid #eef2f7;background:#fff;cursor:pointer}.role-item:hover{background:rgba(37,99,235,.04);color:var(--accent)}.admin-page-root{min-height:100vh;padding:calc(var(--admin-topbar-height) + 20px) 32px 32px;background:transparent}.admin-card{width:100%;max-width:none;margin:0;padding:18px}.admin-content{max-width:none;margin:0;padding:0 32px}.admin-header{padding:0 0 12px}:root{--admin-sidebar-width:220px;--admin-sidebar-width-collapsed:64px;--admin-sidebar-width-expanded:220px}html.admin-sidebar-collapsed{--admin-sidebar-width:var(--admin-sidebar-width-collapsed)}html.admin-sidebar-expanded{--admin-sidebar-width:var(--admin-sidebar-width-expanded)}.admin-sidebar{position:fixed;top:0;left:0;bottom:0;width:var(--admin-sidebar-width);padding:calc(var(--admin-topbar-height) + 14px) 12px 18px;background:var(--card);border-right:1px solid var(--border);box-shadow:var(--shadow);z-index:900;overflow:auto;transition:width .2s ease,padding .2s ease}.admin-sidebar:not(.user-sidebar).collapsed{width:var(--admin-sidebar-width-collapsed);padding-left:8px;padding-right:8px}.admin-sidebar:not(.user-sidebar).expanded{width:var(--admin-sidebar-width-expanded);padding-left:12px;padding-right:12px}.admin-sidebar.user-sidebar{width:220px}.sidebar-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.sidebar-btn{display:flex;align-items:center;gap:10px;width:100%;box-sizing:border-box;padding:10px 12px;border-radius:8px;color:var(--muted);text-decoration:none;border:1px solid transparent;position:relative;min-height:42px}.sidebar-btn:hover{color:var(--accent);background:rgba(37,99,235,.04)}.sidebar-btn.active{background:rgba(37,99,235,.08);color:var(--accent);font-weight:700;border-left:3px solid var(--accent);padding-left:9px}.sidebar-icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;flex-shrink:0}.sidebar-btn-inner{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0;flex:1 1}.sidebar-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-badge{background:#dc2626;color:#fff;border-radius:999px;font-size:11px;font-weight:700;padding:1px 7px;min-width:18px;text-align:center;line-height:18px;flex-shrink:0}.admin-sidebar:not(.user-sidebar).collapsed .sidebar-btn{justify-content:center;padding:10px 8px}.admin-sidebar:not(.user-sidebar).collapsed .sidebar-btn.active{padding-left:8px;border-left-width:3px}.admin-sidebar:not(.user-sidebar).collapsed .sidebar-label,.admin-sidebar:not(.user-sidebar).collapsed .sidebar-sublist,.admin-sidebar:not(.user-sidebar).collapsed .theme-toggle-row span:last-child{display:none!important}.admin-sidebar:not(.user-sidebar).collapsed .sidebar-btn-inner{position:absolute;right:4px;top:4px;flex:0 1;width:auto;min-width:0}.admin-sidebar:not(.user-sidebar).collapsed .sidebar-badge{min-width:8px;width:8px;height:8px;padding:0;font-size:0;line-height:0}.admin-sidebar:not(.user-sidebar).collapsed .theme-toggle-row{justify-content:center;padding-left:8px;padding-right:8px}.sidebar-desktop-toggle{margin-bottom:10px}.sidebar-toggle-btn{display:flex;align-items:center;gap:10px;width:100%;box-sizing:border-box;min-height:42px;padding:10px 12px;border-radius:8px;border:1px solid var(--border);background:var(--card);color:var(--muted);cursor:pointer;font:inherit;font-weight:600}.admin-sidebar:not(.user-sidebar).collapsed .sidebar-toggle-btn{justify-content:center;padding:10px 8px}.sidebar-toggle-btn:hover{color:var(--accent);border-color:var(--accent);background:rgba(37,99,235,.04)}.sidebar-sublist{list-style:none;margin:4px 0 0;padding:0 0 0 12px;display:flex;flex-direction:column;gap:4px}.sidebar-subbtn{font-size:13px;padding:8px 12px 8px 16px}.admin-content{margin-left:calc(var(--admin-sidebar-width) + 20px);transition:margin-left .2s ease}.admin-container{position:relative}.admin-main{margin-left:calc(var(--admin-sidebar-width) + 20px);flex:1 1;padding:calc(var(--admin-topbar-height) + 18px) 32px 32px;transition:margin-left .2s ease}.admin-content .card{width:100%}@media (max-width:920px){html.admin-sidebar-collapsed,html.admin-sidebar-expanded{--admin-sidebar-width:0px}.admin-sidebar{display:none}.admin-content,.admin-main{margin-left:0}.admin-main{padding-top:18px}.sidebar-desktop-toggle{display:none}}@media (max-width:720px){.admin-page-root{padding-left:16px;padding-right:16px}.admin-content{padding:0 12px}.admin-card{padding:14px}.mini-prestation-card{padding-left:12px;padding-right:12px}}.profile-grid{display:grid;grid-template-columns:1fr;grid-gap:12px;gap:12px;width:100%}.hamburger-btn{display:none;background:transparent;border:none;padding:0;margin-right:8px;cursor:pointer;color:var(--text);align-items:center;justify-content:center}.hamburger-btn .hamburger-icon{display:block;flex-shrink:0}@media (max-width:920px){.hamburger-btn{display:inline-flex}}.sidebar-overlay{display:none}@media (max-width:920px){.sidebar-overlay{position:fixed;inset:0;background:rgba(0,0,0,.3);z-index:1050;display:block}.admin-sidebar{display:none}.admin-sidebar.open{display:block;position:fixed;left:0;top:calc(var(--admin-topbar-height));bottom:0;width:240px!important;padding:18px!important;background:var(--card);z-index:1100;box-shadow:2px 0 18px rgba(16,24,40,.08);overflow:auto}.admin-sidebar.open.collapsed .sidebar-label,.admin-sidebar.open.collapsed .sidebar-sublist,.admin-sidebar.open.collapsed .theme-toggle-row span:last-child{display:initial!important}.admin-sidebar.open.collapsed .sidebar-btn,.admin-sidebar.open.collapsed .sidebar-toggle-btn,.admin-sidebar.open.collapsed .theme-toggle-row{justify-content:flex-start;padding:10px 12px}.admin-sidebar.open.collapsed .sidebar-btn-inner{position:static;flex:1 1;width:auto}.admin-sidebar.open.collapsed .sidebar-badge{min-width:18px;width:auto;height:auto;padding:1px 7px;font-size:11px;line-height:18px}}.support-layout{display:flex;gap:0;min-height:480px;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.support-sidebar{width:320px;min-width:280px;border-right:1px solid #e5e7eb;background:#fafafa;display:flex;flex-direction:column}.support-sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid #e5e7eb}.support-sidebar-header h3{margin:0;font-size:15px}.support-filters{display:flex;flex-direction:column;gap:6px;padding:10px 12px;border-bottom:1px solid #e5e7eb}.support-filters select{padding:6px 8px;border:1px solid #d1d5db;border-radius:6px;font-size:13px;background:#fff}.support-thread-list{list-style:none;margin:0;padding:0;overflow-y:auto;flex:1 1}.support-thread-item{display:block;width:100%;text-align:left;padding:12px 16px;border:none;border-bottom:1px solid #eef2f7;background:transparent;cursor:pointer;font:inherit;color:inherit}.support-thread-item:hover{background:#f3f4f6}.support-thread-item.active{background:#eff6ff;border-left:3px solid #2563eb}.support-thread-item-top{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:4px}.support-thread-item-top strong{font-size:14px;line-height:1.3}.support-thread-item-meta{display:flex;align-items:center;gap:8px;margin-bottom:4px}.support-thread-user{font-size:12px;color:#6b7280;margin-bottom:2px}.support-thread-preview{font-size:12px;color:#9ca3af;line-height:1.4}.support-unread-badge{background:#dc2626;color:#fff;border-radius:999;font-size:11px;font-weight:700;padding:1px 7px;min-width:18px;text-align:center;line-height:18px;flex-shrink:0}.support-main{flex:1 1;display:flex;flex-direction:column;min-width:0;background:#fff}.support-thread-header{display:flex;align-items:flex-start;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e5e7eb;gap:12px}.support-thread-header h3{margin:0 0 6px;font-size:16px}.support-thread-header-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.support-thread-actions{flex-shrink:0}.support-close-btn{padding:8px 14px;background:#fef2f2;color:#991b1b;border:1px solid #fca5a5;border-radius:8px;font-weight:600;font-size:13px;cursor:pointer;white-space:nowrap}.support-close-btn:hover:not(:disabled){background:#fee2e2}.support-close-btn:disabled{opacity:.6;cursor:default}.support-messages{flex:1 1;overflow-y:auto;padding:16px 20px;display:flex;flex-direction:column;gap:12px;max-height:400px}.support-message{max-width:80%;padding:10px 14px;border-radius:10px;font-size:14px;line-height:1.5}.support-message.from-user{align-self:flex-end;background:#eff6ff;border:1px solid #bfdbfe}.support-message.from-admin{align-self:flex-start;background:#f9fafb;border:1px solid #e5e7eb}.support-message-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:4px;font-size:12px}.support-message-body{white-space:pre-wrap;word-break:break-word}.support-reply-form{padding:12px 20px;border-top:1px solid #e5e7eb;display:flex;flex-direction:column;gap:8px}.support-reply-form textarea{padding:10px;border:1px solid #d1d5db;border-radius:8px;font:inherit;resize:vertical;min-height:72px}.support-new-form{padding:20px}.support-new-form h3{margin:0 0 16px}.support-new-form .form-group{margin-bottom:14px}.support-new-form label{display:block;font-size:13px;font-weight:600;margin-bottom:4px;color:#374151}.support-new-form input,.support-new-form select,.support-new-form textarea{width:100%;padding:8px 10px;border:1px solid #d1d5db;border-radius:6px;font:inherit;box-sizing:border-box}.support-form-actions{display:flex;gap:8px;justify-content:flex-end;margin-top:8px}.support-form-actions .primary,.support-reply-form .primary,.support-sidebar-header .primary{margin-top:0}.support-empty,.support-empty-main{padding:32px;text-align:center;color:#6b7280}.support-empty-main{flex:1 1;display:flex;align-items:center;justify-content:center}.support-closed-notice{padding:12px 20px;background:#f3f4f6;color:#6b7280;font-size:13px;border-top:1px solid #e5e7eb}.support-error{color:#dc2626;font-size:13px;padding:4px 0}.support-hours-box{background:#fff7ed;border:2px solid #f97316;border-radius:10px;padding:14px;margin-bottom:14px}.support-hours-box.is-invalid{border-color:#dc2626;background:#fef2f2}.support-hours-title{margin:0 0 6px;font-size:15px;font-weight:800;color:#9a3412}.support-hours-hint{margin:0 0 12px;font-size:13px;line-height:1.5;color:#9a3412}.support-hours-meta{margin:0 0 12px;font-size:13px;color:#7c2d12}.support-hours-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.support-hours-error{margin:10px 0 0;font-size:13px;font-weight:700;color:#dc2626}@media (max-width:560px){.support-hours-grid{grid-template-columns:1fr}}.btn-sm{padding:6px 12px;font-size:13px}.support-stats{display:flex;flex-direction:column;gap:24px;padding:8px 0}.support-stats-toolbar{display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding:12px 14px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px}.support-stats-toolbar label{font-size:13px;font-weight:600;color:#374151}.support-stats-toolbar select{min-width:280px;padding:8px 10px;border:1px solid #d1d5db;border-radius:6px;font:inherit;background:#fff}.support-stats-filter-banner{padding:10px 14px;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;font-size:14px;color:#1e40af}.support-stats-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));grid-gap:12px;gap:12px}.support-stat-card{background:#fff;border:1px solid #e5e7eb;border-top:3px solid #2563eb;border-radius:8px;padding:16px;text-align:center}.support-stat-value{font-size:28px;font-weight:700;color:#1f2937;line-height:1.2}.support-stat-label{font-size:13px;color:#6b7280;margin-top:4px}.support-stats-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px}.support-stats-section h4{margin:0 0 10px;font-size:14px;color:#374151}.support-stats-table{width:100%;border-collapse:collapse;font-size:14px}.support-stats-table td,.support-stats-table th{padding:8px 12px;text-align:left;border-bottom:1px solid #eef2f7}.support-stats-table th{font-weight:600;color:#6b7280;font-size:12px;text-transform:uppercase}.support-month-chart{display:flex;flex-direction:column;gap:8px}.support-month-bar-row{display:flex;align-items:center;gap:10px;font-size:13px}.support-month-label{width:70px;flex-shrink:0;color:#6b7280}.support-month-bar-track{flex:1 1;height:20px;background:#f3f4f6;border-radius:4px;overflow:hidden}.support-month-bar-fill{height:100%;background:#2563eb;border-radius:4px;min-width:2px;transition:width .3s}.support-month-count{width:30px;text-align:right;font-weight:600;color:#374151}.support-message-images{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.support-message-images img{max-width:220px;max-height:220px;border-radius:8px;border:1px solid #e5e7eb;object-fit:cover;cursor:pointer}.support-attachment-picker{margin-top:8px}.support-attachment-previews{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:8px}.support-attachment-preview{position:relative;width:72px;height:72px}.support-attachment-preview img{width:72px;height:72px;object-fit:cover;border-radius:8px;border:1px solid #e5e7eb}.support-attachment-remove{position:absolute;top:-6px;right:-6px;width:22px;height:22px;border-radius:999px;border:none;background:#dc2626;color:#fff;font-size:16px;line-height:1;cursor:pointer;padding:0}.support-attachment-actions{display:flex;align-items:center;gap:8px}@media (max-width:720px){.support-layout{flex-direction:column;min-height:auto}.support-sidebar{width:100%;min-width:0;border-right:none;border-bottom:1px solid #e5e7eb;max-height:240px}.support-stats-grid{grid-template-columns:1fr}.support-message{max-width:95%}}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--border-strong);background:var(--card);color:var(--text);cursor:pointer;font-weight:600;font-size:14px;transition:background .15s ease,border-color .15s ease,color .15s ease;-webkit-tap-highlight-color:transparent}.theme-toggle:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-soft)}.theme-toggle-icon{width:44px;height:44px;min-width:44px;min-height:44px;border-radius:10px;padding:0;font-size:20px;line-height:1}.theme-toggle-row{width:100%;min-height:48px;padding:12px 14px;border-radius:10px;justify-content:flex-start;margin-top:12px}.hamburger-btn .hamburger-icon{color:var(--text)}.login-theme-slot{position:fixed;top:12px;right:12px;z-index:50}@media (max-width:480px){.login-theme-slot{top:8px;right:8px}.theme-toggle-icon{width:48px;height:48px;min-width:48px;min-height:48px;font-size:22px}}html[data-theme=dark] .login-card,html[data-theme=dark] .reset-card{background:var(--card);box-shadow:var(--shadow)}html[data-theme=dark] .form-error{background:#3f1d1d;color:#fecaca;border-color:#7f1d1d}html[data-theme=dark] .form-success{background:#064e3b;color:#a7f3d0;border-color:#065f46}html[data-theme=dark] .mini-prestation-card,html[data-theme=dark] .role-item{background:var(--card);border-color:var(--border)}html[data-theme=dark] .role-item{color:var(--text)}html[data-theme=dark] .small-muted{color:var(--muted)}html[data-theme=dark] .sidebar-btn.active{background:var(--accent-soft);color:var(--accent)}html[data-theme=dark] select,html[data-theme=dark] textarea{background:var(--input-bg);color:var(--text);border-color:var(--input-border)}html[data-theme=dark] table th{color:var(--text-secondary)}html[data-theme=dark] .admin-content,html[data-theme=dark] .admin-main,html[data-theme=dark] .admin-page-root{color:var(--text)}html[data-theme=dark] .admin-content h1,html[data-theme=dark] .admin-content h2,html[data-theme=dark] .admin-content h3,html[data-theme=dark] .admin-content table td,html[data-theme=dark] .admin-main h1,html[data-theme=dark] .admin-main h2,html[data-theme=dark] .admin-main h3,html[data-theme=dark] .admin-main table td,html[data-theme=dark] .admin-page-root h1,html[data-theme=dark] .admin-page-root h2,html[data-theme=dark] .admin-page-root h3,html[data-theme=dark] .admin-page-root table td{color:var(--text)!important}html[data-theme=dark] .admin-content table th,html[data-theme=dark] .admin-main table th,html[data-theme=dark] .admin-page-root table th{color:var(--text-secondary)!important;background-color:var(--thead-bg)}html[data-theme=dark] .admin-content input:not([type=checkbox]):not([type=radio]):not([type=range]),html[data-theme=dark] .admin-content select,html[data-theme=dark] .admin-content textarea,html[data-theme=dark] .admin-main input:not([type=checkbox]):not([type=radio]):not([type=range]),html[data-theme=dark] .admin-main select,html[data-theme=dark] .admin-main textarea{background:var(--input-bg)!important;color:var(--text)!important;border-color:var(--input-border)!important}html[data-theme=dark] .admin-content label,html[data-theme=dark] .admin-main label{color:var(--text-secondary)}html[data-theme=dark] .support-layout{border-color:var(--border-strong)}html[data-theme=dark] .support-sidebar{background:#141c27;border-color:var(--border-strong)}html[data-theme=dark] .support-closed-notice,html[data-theme=dark] .support-filters,html[data-theme=dark] .support-reply-form,html[data-theme=dark] .support-sidebar-header,html[data-theme=dark] .support-thread-header{border-color:var(--border-strong)}html[data-theme=dark] .support-filters select,html[data-theme=dark] .support-new-form input,html[data-theme=dark] .support-new-form select,html[data-theme=dark] .support-new-form textarea,html[data-theme=dark] .support-reply-form textarea,html[data-theme=dark] .support-stats-toolbar select{background:var(--input-bg);color:var(--text);border-color:var(--input-border)}html[data-theme=dark] .support-thread-item{border-color:var(--border)}html[data-theme=dark] .support-thread-item:hover{background:#1e293b}html[data-theme=dark] .support-thread-item.active{background:#1e3a5f;border-left-color:var(--accent)}html[data-theme=dark] .support-main{background:var(--card)}html[data-theme=dark] .support-message.from-user{background:#1e3a5f;border-color:#3b82f6;color:var(--text)}html[data-theme=dark] .support-message.from-admin{background:#1e293b;border-color:var(--border-strong);color:var(--text)}html[data-theme=dark] .support-stat-card{background:var(--card);border-color:var(--border-strong)}html[data-theme=dark] .support-stat-value{color:var(--text)}html[data-theme=dark] .support-stats-toolbar{background:#141c27;border-color:var(--border-strong)}html[data-theme=dark] .support-closed-notice{background:#1e293b;color:var(--muted)}html[data-theme=dark] .support-new-form label,html[data-theme=dark] .support-stats-section h4,html[data-theme=dark] .support-stats-toolbar label{color:var(--text-secondary)}html[data-theme=dark] .support-month-bar-track{background:#1e293b}html[data-theme=dark] .support-hours-box{background:#3b2414;border-color:#f97316}html[data-theme=dark] .support-hours-box.is-invalid{background:#3f1d1d;border-color:#f87171}html[data-theme=dark] .support-hours-hint,html[data-theme=dark] .support-hours-meta,html[data-theme=dark] .support-hours-title{color:#fdba74}html[data-theme=dark] .support-hours-error{color:#fca5a5}html[data-theme=dark] [style*="background-color: #fff"],html[data-theme=dark] [style*="background-color: white"],html[data-theme=dark] [style*="background-color:#fff"],html[data-theme=dark] [style*="background-color:white"],html[data-theme=dark] [style*="background: #fff"],html[data-theme=dark] [style*="background: #ffffff"],html[data-theme=dark] [style*="background: rgb(255, 255, 255)"],html[data-theme=dark] [style*="background: white"],html[data-theme=dark] [style*="background:#fff"],html[data-theme=dark] [style*="background:#ffffff"],html[data-theme=dark] [style*="background:rgb(255, 255, 255)"],html[data-theme=dark] [style*="background:white"],html[data-theme=dark] [style*="backgroundColor: #fff"],html[data-theme=dark] [style*="backgroundColor:#fff"]{background:var(--card)!important}html[data-theme=dark] [style*="background: #f3f4f6"],html[data-theme=dark] [style*="background: #f5f7fb"],html[data-theme=dark] [style*="background: #f8fafc"],html[data-theme=dark] [style*="background: #f9fafb"],html[data-theme=dark] [style*="background: #fafafa"],html[data-theme=dark] [style*="background: #fffbeb"],html[data-theme=dark] [style*="background: rgb(243, 244, 246)"],html[data-theme=dark] [style*="background: rgb(248, 250, 252)"],html[data-theme=dark] [style*="background: rgb(249, 250, 251)"],html[data-theme=dark] [style*="background:#f3f4f6"],html[data-theme=dark] [style*="background:#f5f7fb"],html[data-theme=dark] [style*="background:#f8fafc"],html[data-theme=dark] [style*="background:#f9fafb"],html[data-theme=dark] [style*="background:#fafafa"],html[data-theme=dark] [style*="background:#fffbeb"],html[data-theme=dark] [style*="background:rgb(243, 244, 246)"],html[data-theme=dark] [style*="background:rgb(248, 250, 252)"],html[data-theme=dark] [style*="background:rgb(249, 250, 251)"]{background:var(--row-alt)!important}html[data-theme=dark] [style*="background: #eff6ff"],html[data-theme=dark] [style*="background: #f0f4ff"],html[data-theme=dark] [style*="background: #f0fdf4"],html[data-theme=dark] [style*="background:#eff6ff"],html[data-theme=dark] [style*="background:#f0f4ff"],html[data-theme=dark] [style*="background:#f0fdf4"]{background:var(--row-hover)!important}html[data-theme=dark] [style*="linear-gradient(135deg, #f9fafb"], html[data-theme=dark] [style*="linear-gradient(135deg,#f9fafb"]{background:var(--thead-bg)!important}html[data-theme=dark] .card table tbody tr{background:var(--card)!important;border-color:var(--border)!important}html[data-theme=dark] .card table tbody tr td:first-child{color:var(--text)!important}html[data-theme=dark] table{background:var(--card);color:var(--text)}html[data-theme=dark] table thead tr{background:var(--thead-bg)}html[data-theme=dark] table tbody tr:nth-child(2n){background:var(--row-alt)}html[data-theme=dark] [style*="color: #0f172a"],html[data-theme=dark] [style*="color: #111"],html[data-theme=dark] [style*="color: #111827"],html[data-theme=dark] [style*="color: #1e293b"],html[data-theme=dark] [style*="color: #1f2937"],html[data-theme=dark] [style*="color: #374151"],html[data-theme=dark] [style*="color: rgb(15, 23, 42)"],html[data-theme=dark] [style*="color: rgb(17, 24, 39)"],html[data-theme=dark] [style*="color: rgb(30, 41, 59)"],html[data-theme=dark] [style*="color: rgb(31, 41, 55)"],html[data-theme=dark] [style*="color: rgb(55, 65, 81)"],html[data-theme=dark] [style*="color:#0f172a"],html[data-theme=dark] [style*="color:#111"],html[data-theme=dark] [style*="color:#111111"],html[data-theme=dark] [style*="color:#111827"],html[data-theme=dark] [style*="color:#1e293b"],html[data-theme=dark] [style*="color:#1f2937"],html[data-theme=dark] [style*="color:#374151"],html[data-theme=dark] [style*="color:rgb(15, 23, 42)"],html[data-theme=dark] [style*="color:rgb(17, 24, 39)"],html[data-theme=dark] [style*="color:rgb(30, 41, 59)"],html[data-theme=dark] [style*="color:rgb(31, 41, 55)"],html[data-theme=dark] [style*="color:rgb(55, 65, 81)"]{color:var(--text)!important}html[data-theme=dark] [style*="color: #475569"],html[data-theme=dark] [style*="color: #4b5563"],html[data-theme=dark] [style*="color: #64748b"],html[data-theme=dark] [style*="color: #666"],html[data-theme=dark] [style*="color: #6b7280"],html[data-theme=dark] [style*="color: #94a3b8"],html[data-theme=dark] [style*="color: #9ca3af"],html[data-theme=dark] [style*="color: rgb(100, 116, 139)"],html[data-theme=dark] [style*="color: rgb(107, 114, 128)"],html[data-theme=dark] [style*="color: rgb(156, 163, 175)"],html[data-theme=dark] [style*="color: rgb(75, 85, 99)"],html[data-theme=dark] [style*="color:#475569"],html[data-theme=dark] [style*="color:#4b5563"],html[data-theme=dark] [style*="color:#64748b"],html[data-theme=dark] [style*="color:#666"],html[data-theme=dark] [style*="color:#666666"],html[data-theme=dark] [style*="color:#6b7280"],html[data-theme=dark] [style*="color:#94a3b8"],html[data-theme=dark] [style*="color:#9ca3af"],html[data-theme=dark] [style*="color:rgb(100, 116, 139)"],html[data-theme=dark] [style*="color:rgb(107, 114, 128)"],html[data-theme=dark] [style*="color:rgb(156, 163, 175)"],html[data-theme=dark] [style*="color:rgb(75, 85, 99)"]{color:var(--muted)!important}html[data-theme=dark] [style*="border-bottom:1px solid #e5e7eb"],html[data-theme=dark] [style*="border: 1px solid #d1d5db"],html[data-theme=dark] [style*="border: 1px solid #e5e7eb"],html[data-theme=dark] [style*="border: 1px solid #eef2f7"],html[data-theme=dark] [style*="border:1px solid #d1d5db"],html[data-theme=dark] [style*="border:1px solid #e5e7eb"],html[data-theme=dark] [style*="border:1px solid #eef2f7"],html[data-theme=dark] [style*="borderBottom:1px solid #e5e7eb"]{border-color:var(--border-strong)!important}html[data-theme=dark] [style*="background: #dbeafe"],html[data-theme=dark] [style*="background: #eff6ff"],html[data-theme=dark] [style*="background:#dbeafe"],html[data-theme=dark] [style*="background:#eff6ff"]{background:#1e3a5f!important;color:#bfdbfe!important}html[data-theme=dark] .logo-image,html[data-theme=dark] img.admin-topbar-logo{filter:brightness(1.08)}.fenix-table,.fenix-table-wrap{color:var(--text)}.fenix-table{width:100%;border-collapse:collapse;border-radius:8px;overflow:hidden;background:var(--card)}.fenix-table thead tr{background:var(--thead-bg);border-bottom:2px solid var(--border-strong)}.fenix-table th{text-align:left;font-weight:700}.fenix-table td,.fenix-table th{padding:12px;color:var(--text-secondary);font-size:14px}.fenix-table td{border-bottom:1px solid var(--border-strong)}.fenix-table tbody tr{background:var(--card);transition:background-color .2s}.fenix-table tbody tr.row-alt{background:var(--row-alt)}.fenix-table tbody tr.row-saving{background:var(--row-saving);opacity:.75;pointer-events:none}.fenix-table tbody tr:hover:not(.row-saving){background:var(--row-hover)}.fenix-table .cell-muted{color:var(--muted)}.fenix-filter-input,.fenix-filter-select{padding:6px 8px;border-radius:6px;border:1px solid var(--input-border);font-size:13px;background:var(--input-bg);color:var(--text)}.fenix-btn-ghost{padding:6px 12px;border-radius:6px;border:1px solid var(--border-strong);background:var(--card);color:var(--text);cursor:pointer;font-weight:600;font-size:13px}.fenix-btn-ghost:hover{background:var(--row-alt)}.fenix-btn-ghost:disabled{background:var(--row-alt);color:var(--muted);cursor:not-allowed}.fenix-page-btn{padding:6px 10px;border-radius:6px;border:1px solid var(--border-strong);background:var(--card);color:var(--text);cursor:pointer;font-weight:600;font-size:13px;min-width:36px;text-align:center}.fenix-page-btn.active{border:2px solid var(--accent);background:var(--accent-soft);color:var(--accent);font-weight:700}.fenix-page-btn:disabled{background:var(--row-alt);color:var(--muted);cursor:not-allowed}.fenix-desktop-only{display:block}.fenix-mobile-only{display:none}.fenix-mobile-list{display:none;flex-direction:column;gap:12px}.fenix-mobile-card{background:var(--card);border:1px solid var(--border-strong);border-radius:12px;padding:14px;color:var(--text)}.fenix-mobile-card.row-saving{opacity:.75;pointer-events:none}.fenix-mobile-card-top{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.fenix-mobile-card-title{font-weight:700;font-size:15px;margin-bottom:6px;color:var(--text)}.fenix-mobile-card-meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:13px;margin-bottom:4px;color:var(--text-secondary)}.fenix-mobile-actions button{box-sizing:border-box}@media (max-width:720px){.fenix-desktop-only{display:none!important}.fenix-mobile-list,.fenix-mobile-only{display:flex!important}.card table.fenix-table,.fenix-table-wrap .fenix-table{display:none!important}.fenix-filters .fenix-filter-label{width:100%;flex-wrap:wrap}.fenix-filters .fenix-filter-input,.fenix-filters .fenix-filter-select{flex:1 1;min-width:0;width:100%;font-size:16px!important;min-height:44px}.fenix-filters .fenix-btn-ghost{width:100%;min-height:44px}.fenix-filter-input{min-width:0!important}}@media (max-width:920px){:root{--admin-topbar-height:64px}.admin-topbar{padding-top:0;padding-bottom:0}.admin-topbar-inner{max-width:100%;width:100%;padding:8px 10px;min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:8px;box-sizing:border-box}.admin-topbar-left,.admin-topbar-right{position:static!important;max-width:none;flex-wrap:nowrap!important;flex-shrink:0}.admin-topbar-left{display:flex;align-items:center;gap:4px;min-width:0;flex:1 1}.admin-topbar-right{display:flex;align-items:center;justify-content:flex-end;gap:4px!important}.admin-topbar-logo{width:72px!important;max-height:28px!important;margin-left:0!important;margin-right:0!important}.hamburger-btn{display:inline-flex!important;align-items:center;justify-content:center;width:44px;height:44px;min-width:44px;min-height:44px;padding:0;margin-right:0;flex-shrink:0;color:var(--text)}.hamburger-btn .hamburger-icon{width:22px;height:22px}.theme-toggle-icon{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;font-size:18px!important}.profile-btn{min-width:40px;min-height:40px;width:40px;height:40px;padding:0;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;border:1px solid var(--border-strong)}.profile-btn-label{display:none}.profile-btn-icon{display:inline-flex;color:var(--text)}.logout-btn.small{margin-left:0!important;min-height:40px;padding:8px 10px;font-size:12px;white-space:nowrap}.logout-btn-label{display:none}.logout-btn-short{display:inline}.role-selector-compact{max-width:92px}.role-selector-compact .role-selector-label{max-width:62px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block;vertical-align:bottom;font-size:12px}.role-selector-btn{min-height:40px;padding:6px 8px;font-size:12px}.admin-sidebar.open{top:var(--admin-topbar-height)!important}.admin-main,.admin-page-root{padding-top:calc(var(--admin-topbar-height) + 12px)}.fenix-filter-input,.fenix-filter-select{font-size:16px}.support-stats-toolbar select{min-width:0;width:100%;max-width:100%}.support-layout.is-compose-open .support-sidebar,.support-layout.is-thread-open .support-sidebar{display:none}.support-layout.is-compose-open .support-main,.support-layout.is-thread-open .support-main{display:flex;min-height:60vh}.support-back-btn{display:inline-flex;align-items:center;gap:6px;margin-bottom:10px;min-height:44px;padding:8px 12px;border-radius:8px;border:1px solid var(--border-strong);background:var(--card);color:var(--text);font-weight:600;cursor:pointer}.prestations-filters{flex-wrap:wrap!important}.prestations-filters>label{width:100%;display:flex!important;flex-wrap:wrap;gap:6px}.prestations-date-range{display:flex;gap:8px;width:100%}.prestations-date-range .prestations-date-field{flex:1 1;min-width:0;width:auto!important;display:flex;flex-direction:column;gap:4px}.prestations-date-range .prestations-date-field span{font-size:12px;font-weight:700;color:var(--muted)}.prestations-filters input,.prestations-filters select{flex:1 1;min-width:0;width:100%;font-size:16px;min-height:44px}.prestations-filters>button{width:100%;min-height:44px}.prestations-cards-grid,.profile-address-grid,.profile-edit-grid,.profile-fields-grid,.profile-shell{grid-template-columns:1fr!important}.profile-actions{flex-direction:column;align-items:stretch!important}.profile-actions .primary,.profile-actions .secondary{width:100%}}@media (min-width:921px){.support-back-btn{display:none!important}.logout-btn-short,.profile-btn-icon{display:none}}@media (max-width:480px){.role-selector-compact{display:none}}.sidebar-mobile-tools{display:none;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid var(--border-strong)}@media (max-width:480px){.sidebar-mobile-tools{display:block}.sidebar-mobile-tools .role-selector-btn{width:100%;justify-content:space-between}}html[data-theme=dark] body:before{filter:brightness(1.25) contrast(1.05)}@media (max-width:720px){body:before{background-size:min(98vw,480px) auto;background-position:center 42%}}.prestations-date-range{display:flex;align-items:flex-end;gap:10px;flex-wrap:nowrap}.prestations-date-field{display:flex;align-items:center;gap:6px}.prestations-date-field input[type=date]{background:var(--input-bg);color:var(--text);border:1px solid var(--input-border);border-radius:8px;padding:8px 10px;font-size:16px;min-height:44px;color-scheme:inherit}.native-date-range{position:relative;width:100%;max-width:420px;min-height:44px}.native-date-range-face{width:100%;min-height:44px;display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:10px;border:1px solid var(--input-border);background:var(--input-bg);color:var(--text);pointer-events:none;box-sizing:border-box}.native-date-range-caption{font-size:12px;font-weight:700;color:var(--muted);flex-shrink:0}.native-date-range-value{flex:1 1;font-size:14px;font-weight:600;min-width:0}.native-date-range-overlay{position:absolute;inset:0;width:100%;height:100%;opacity:.011;border:0;margin:0;padding:0;cursor:pointer;z-index:2;background:transparent;color:transparent;font-size:16px}.native-date-range-overlay::-webkit-calendar-picker-indicator{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}@media (max-width:920px){.native-date-range{max-width:none}.prestations-filters .native-date-range{width:100%}}.prestation-edit-fields{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.prestation-edit-input{width:100%;box-sizing:border-box;min-height:44px;font-size:16px}.prestation-edit-body textarea,.prestation-edit-panel textarea.prestation-edit-input{min-height:80px}.prestation-edit-footer .prestation-edit-action{min-height:44px}@media (max-width:720px){.prestation-edit-overlay{padding:0!important;align-items:stretch!important;justify-content:stretch!important}.prestation-edit-panel{max-width:100%!important;width:100%!important;height:100dvh!important;max-height:100dvh!important;border-radius:0!important}.prestation-edit-header{padding:16px!important}.prestation-edit-header h3{font-size:18px!important}.prestation-edit-body{padding:16px 16px 24px!important;-webkit-overflow-scrolling:touch}.prestation-edit-fields{grid-template-columns:1fr!important}.prestation-edit-expense-head{flex-direction:column;align-items:stretch!important}.prestation-edit-expense-head .prestation-edit-touch-btn{width:100%}.prestation-edit-footer{position:-webkit-sticky;position:sticky;bottom:0;z-index:2;padding:12px 16px calc(12px + env(safe-area-inset-bottom, 0px))!important;gap:10px!important;box-shadow:0 -4px 16px rgba(16,24,40,.08)}.prestation-edit-footer .prestation-edit-action{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 6px);min-width:0}.prestation-edit-footer .prestation-edit-action[style*=margin-right]{flex:1 1 100%;margin-right:0!important}.prestation-edit-body input:not([type]),.prestation-edit-body input[type=number],.prestation-edit-body input[type=text],.prestation-edit-body select,.prestation-edit-body textarea{width:100%;box-sizing:border-box;min-height:44px;font-size:16px!important}.prestation-edit-body textarea{min-height:96px}.prestation-edit-body input[type=file]{min-height:44px;padding:8px 0}}html[data-theme=dark] .prestation-edit-panel{background:var(--card);color:var(--text)}html[data-theme=dark] .prestation-edit-footer,html[data-theme=dark] .prestation-edit-header{border-color:var(--border-strong);background:var(--card)}html[data-theme=dark] .prestation-edit-footer{box-shadow:0 -4px 16px rgba(0,0,0,.35)}