*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{min-height:100vh}:root{--bg:#d8e5ee;--bg-dark:#26384a;--bg-soft:#c8d4df;--surface:#ffffffb8;--surface-solid:#fff;--surface-2:#ffffff6b;--text:#26384a;--muted:#26384ab8;--primary:#3d6f9f;--primary-dark:#2f5f8c;--primary-soft:#3d6f9f2e;--border:#ffffff9e;--sidebar:#26384ae0;--sidebar-border:#ffffff2e;--sidebar-hover:#ffffff1f;--danger:#b91c1c;--shadow:0 20px 40px #0f172a29;--shadow-soft:0 10px 24px #0f172a1a}body{background:var(--bg);color:var(--text);font-family:Arial,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.layout{background:radial-gradient(circle at top right, #d6eaf6f2, transparent 32%), radial-gradient(circle at bottom left, #2b445c7a, transparent 34%), linear-gradient(135deg, var(--bg-dark) 0%, var(--bg-soft) 48%, var(--bg) 100%);grid-template-columns:230px 1fr;height:100vh;font-size:75%;transition:grid-template-columns .22s;display:grid;overflow:hidden}.layout--sidebar-collapsed{grid-template-columns:70px 1fr}.layout__main{flex-direction:column;min-width:0;min-height:0;display:flex;overflow:hidden}.content{flex:1;min-height:0;padding:2rem;overflow:auto}.content-page{background:var(--surface);box-shadow:var(--shadow);border:1px solid var(--border);color:var(--text);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:18px;min-height:100%;padding:2rem}.content-page h1{color:var(--text);margin-top:0}.detail-link{color:var(--primary-dark);font-weight:700}.detail-link:hover{text-decoration:underline}.detail-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}@media (width<=900px){.layout,.layout--sidebar-collapsed{grid-template-columns:1fr}.content{padding:1rem}}.sidebar{background:var(--sidebar);color:#fff;border-right:1px solid var(--sidebar-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);flex-direction:column;gap:1.25rem;padding:1.25rem .85rem;display:flex;box-shadow:12px 0 30px #0f172a29}.sidebar__header{justify-content:space-between;align-items:center;gap:.75rem;min-height:44px;display:flex}.sidebar__brand{white-space:nowrap;text-overflow:clip;min-width:0;padding:.4rem 0;font-size:1.08rem;font-weight:700;overflow:visible}.sidebar__burger{cursor:pointer;background:#ffffff1f;border:1px solid #ffffff70;border-radius:10px;flex-direction:column;flex:none;justify-content:center;align-items:center;gap:5px;width:42px;height:42px;display:inline-flex}.sidebar__burger span{background:#fff;border-radius:999px;width:18px;height:2px}.sidebar__burger:hover{background:#fff3}.sidebar__nav{flex-direction:column;gap:.45rem;display:flex}.sidebar-link{color:#fff;border:1px solid #0000;border-radius:12px;align-items:center;gap:.85rem;min-height:48px;padding:.75rem .9rem;transition:background .2s,transform .2s,border-color .2s;display:flex}.sidebar-link:hover{background:var(--sidebar-hover);border-color:#ffffff29}.sidebar-link--active{background:#ffffff38;border-color:#ffffff5c;box-shadow:inset 0 1px #ffffff3d}.sidebar-icon{flex:0 0 24px;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex}.sidebar-icon svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:22px;height:22px}.sidebar-label{white-space:nowrap;overflow:hidden}.layout--sidebar-collapsed .sidebar{padding-left:.65rem;padding-right:.65rem}.layout--sidebar-collapsed .sidebar__header{justify-content:center}.layout--sidebar-collapsed .sidebar__brand,.layout--sidebar-collapsed .sidebar-label,.layout--sidebar-collapsed .sidebar-group__chevron{display:none}.layout--sidebar-collapsed .sidebar-link,.layout--sidebar-collapsed .sidebar-group__toggle{justify-content:center;padding-left:0;padding-right:0}.sidebar-warning{color:#fecaca;background:#dc262624;border:1px solid #dc26264d;border-radius:12px;gap:.35rem;margin-top:1rem;padding:.9rem;font-size:.9rem;display:grid}.sidebar-group{gap:.5rem;display:grid}.sidebar-group__toggle{color:#fffffff0;cursor:pointer;text-align:left;background:#ffffff0f;border:1px solid #0000;border-radius:12px;justify-content:space-between;align-items:center;gap:.8rem;width:100%;min-height:48px;padding:.75rem .9rem;font-weight:700;display:flex}.sidebar-group__toggle:hover{background:var(--sidebar-hover);border-color:#ffffff29}.sidebar-group__toggle--active{background:#ffffff2e;border-color:#ffffff4d}.sidebar-group__toggle-left{align-items:center;gap:.85rem;min-width:0;display:flex}.sidebar-group__chevron{opacity:.95;font-size:.95rem;transition:transform .22s;transform:rotate(-90deg)}.sidebar-group__toggle--open .sidebar-group__chevron{transform:rotate(0)}.sidebar-group__items{opacity:0;gap:.35rem;max-height:0;padding-top:0;padding-bottom:0;padding-left:1rem;transition:max-height .25s,opacity .2s,transform .2s,padding-top .25s,padding-bottom .25s;display:grid;overflow:hidden;transform:translateY(-4px)}.sidebar-group__items--open{opacity:1;max-height:1000px;padding-top:.1rem;padding-bottom:.1rem;transform:translateY(0)}.sidebar-sublink{color:#ffffffe6;border-radius:10px;align-items:center;min-height:40px;padding:.7rem .9rem;transition:background .2s,color .2s;display:flex}.sidebar-sublink:hover{color:#fff;background:#ffffff1a}.sidebar-sublink--active{color:#fff;background:#ffffff38;font-weight:700}.sidebar-version{color:#ffffffad;text-align:left;margin-top:auto;padding:.75rem .55rem .25rem;font-size:.8rem}.layout--sidebar-collapsed .sidebar-version{font-size:0}.layout--sidebar-collapsed .sidebar-version:after{content:"v";font-size:.75rem}@media (width<=900px){.sidebar{padding-bottom:.75rem}.layout--sidebar-collapsed .sidebar__brand,.layout--sidebar-collapsed .sidebar-label,.layout--sidebar-collapsed .sidebar-group__chevron{display:inline}.layout--sidebar-collapsed .sidebar-link,.layout--sidebar-collapsed .sidebar-group__toggle{justify-content:flex-start;padding:.75rem .9rem}}.topbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff47;border-bottom:1px solid #ffffff5c;justify-content:space-between;align-items:center;gap:1rem;padding:1.15rem 1.5rem;display:flex}.topbar__title{color:var(--text);font-size:1.3rem;font-weight:700}.topbar__subtitle{color:var(--muted);margin-top:.2rem;font-size:.95rem}.topbar__actions{align-items:center;gap:.75rem;display:flex}.topbar-datetime{color:var(--text);text-align:right;white-space:nowrap;gap:.05rem;line-height:1.15;display:grid}.topbar-datetime__date{color:var(--muted);text-transform:capitalize;font-size:.78rem;font-weight:700}.topbar-datetime__time{color:var(--text);font-size:1rem;font-weight:800}.user-chip{color:var(--text);background:#ffffff52;border:1px solid #ffffff8c;border-radius:999px;align-items:center;gap:.5rem;padding:.55rem .85rem;display:inline-flex}.user-chip .sidebar-icon{flex-basis:20px;width:20px;height:20px}.user-chip .sidebar-icon svg{width:19px;height:19px}.btn .sidebar-icon{flex-basis:18px;width:18px;height:18px}.btn .sidebar-icon svg{width:18px;height:18px}.user-chip--avatar{gap:.65rem;padding:.35rem .85rem .35rem .35rem;font-weight:700}.topbar-avatar{width:42px;height:42px;color:var(--primary-dark);background:#3d6f9f2e;border:2px solid #ffffffd9;border-radius:999px;place-items:center;font-weight:800;display:grid;overflow:hidden;box-shadow:0 6px 16px #0f172a29}.topbar-avatar img{object-fit:cover;width:100%;height:100%}.btn{justify-content:center;align-items:center;gap:.5rem;display:inline-flex}.btn .sidebar-icon{justify-content:center;align-items:center;display:inline-flex}@media (width<=900px){.topbar{flex-direction:column;align-items:flex-start}.topbar__actions{flex-wrap:wrap}}.badge{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;min-height:28px;padding:0 10px;font-size:.85rem;font-weight:700;display:inline-flex}.badge-success{color:#067647;background:#ecfdf3}.badge-danger{color:#b42318;background:#fff1f2}.badge-info{color:#2851d6;background:#eef4ff}.badge-warning{color:#b54708;background:#fff7e6}.badge-neutral{color:#475467;background:#f2f4f7}.alert{border-radius:14px;padding:14px 16px;font-weight:500}.alert-error{color:#b42318;background:#fff1f2;border:1px solid #fecdd3}.alert-success{color:#067647;background:#ecfdf3;border:1px solid #abefc6}.alert-message{border:1px solid #0000;border-radius:12px;margin:.75rem 0 1rem;padding:.9rem 1rem;font-weight:600}.alert-message--error{color:#b91c1c;background:#dc26261a;border-color:#dc262640}.alert-message--info{color:#1d4ed8;background:#2563eb1a;border-color:#2563eb40}.error-text{color:var(--danger);font-weight:600}.success-text{color:#15803d;font-weight:600}.btn{cursor:pointer;border:none;border-radius:10px;min-height:30px;padding:.35rem .65rem}.btn--primary{color:#fff;background:#3d6f9f}.btn--primary:hover{background:#345f89}.btn--secondary{color:var(--text);background:#3d6f9f14}.btn--danger{color:#8f2f2f;background:#c241411a;border:1px solid #c241413d}.btn--danger:hover{background:#c2414129}.btn-primary,.btn-secondary,.btn-danger{cursor:pointer;border:none;border-radius:12px;min-height:30px;padding:.35rem .65rem;font-size:.96rem;font-weight:600;transition:transform .15s,opacity .2s,background .2s}.btn-small{min-height:34px;padding:0 12px;font-size:.85rem}.btn-primary:hover,.btn-secondary:hover,.btn-danger:hover{transform:translateY(-1px)}.btn-primary:disabled,.btn-secondary:disabled,.btn-danger:disabled{opacity:.7;cursor:not-allowed;transform:none}.btn-primary{color:#fff;background:#3d6f9f}.btn-primary:hover{background:#345f89}.btn-secondary{color:#20314e;background:#3d6f9f14}.btn-secondary:hover{background:#3d6f9f24}.btn-danger{color:#8f2f2f;background:#c241411a;border:1px solid #c241413d}.btn-danger:hover{background:#c2414129}.pagination-bar{justify-content:space-between;align-items:center;gap:1rem;margin-top:1rem;display:flex}.pagination-bar__info{color:var(--muted);font-weight:600}.table-wrapper{border:1px solid #e2e8f3;border-radius:16px;position:relative;overflow:auto}.table-loading{color:#61708a;padding:16px;font-weight:500}.empty-cell{text-align:center;color:#61708a;padding:24px!important}@media (width<=760px){.pagination-bar{flex-direction:column;align-items:stretch}}.data-table-shell{gap:.75rem;min-width:0;display:grid}.data-table-toolbar{justify-content:space-between;align-items:end;gap:1rem;display:flex}.data-table-toolbar__search{gap:.35rem;min-width:min(320px,100%);display:grid}.data-table-toolbar__search span{color:var(--text);font-size:.82rem;font-weight:800}.data-table-toolbar__search input,.data-table-menu--filter input[type=search]{min-height:34px;color:var(--text);background:#ffffffc2;border:1px solid #3d6f9f2e;border-radius:10px;outline:none;padding:0 .7rem}.data-table-toolbar__search input:focus,.data-table-menu--filter input[type=search]:focus,.data-table-modern__input:focus,.data-table-modern__select:focus{border-color:var(--primary);box-shadow:0 0 0 3px #3d6f9f24}.data-table-toolbar__meta{color:var(--muted);align-items:center;gap:.75rem;font-weight:800;display:flex}.data-table-wrapper{background:#ffffff6b;border:1px solid #3d6f9f24;border-radius:12px;overflow:auto}.data-table-modern{border-collapse:separate;border-spacing:0;width:100%;min-width:760px}.data-table-modern th{z-index:2;color:var(--text);text-align:left;background:#eaf1f8f5;border-bottom:1px solid #3d6f9f2e;border-right:1px solid #3d6f9f1f;font-size:.78rem;font-weight:900;position:sticky;top:0}.data-table-modern td{color:var(--text);background:#ffffff52;border-bottom:1px solid #3d6f9f1a;border-right:1px solid #3d6f9f14;font-size:.8rem}.data-table-modern th:last-child,.data-table-modern td:last-child{border-right:0}.data-table-modern th,.data-table-modern td{vertical-align:middle;padding:.5rem .62rem}.data-table-modern__row{cursor:default}.data-table-modern__row:hover td{background:#3d6f9f14}.data-table-modern__row--selected td{background:#3d6f9f2e;box-shadow:inset 2px 0 #3d6f9fd1}.data-table-modern__cell--alternate{background:#f8fbff8f!important}.data-table-modern__row--selected .data-table-modern__cell--alternate{background:#3d6f9f33!important}.data-table-modern__cell--center{text-align:center}.data-table-modern__cell--right{text-align:right}.data-table-modern__head-cell{justify-content:space-between;align-items:center;gap:.7rem;min-height:28px;display:flex;position:relative}.data-table-modern__head-actions{align-items:center;gap:.2rem;display:inline-flex}.data-table-modern__icon-button{width:24px;height:24px;color:var(--muted);cursor:pointer;font:inherit;background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;font-weight:900;display:inline-flex}.data-table-modern__icon-button:hover,.data-table-modern__icon-button--active{color:var(--primary-dark);background:#3d6f9f1f}.data-table-modern__expander{width:26px;height:26px;color:var(--muted);cursor:pointer;font:inherit;background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;font-weight:900;transition:background .15s,color .15s,transform .15s;display:inline-flex}.data-table-modern__expander:hover{color:var(--primary-dark);background:#3d6f9f1f}.data-table-modern__expander--open{color:var(--primary-dark);transform:rotate(90deg)}.data-table-modern__filter-icon{background:linear-gradient(currentColor,currentColor) 0 1px/15px 2px no-repeat,linear-gradient(currentColor,currentColor) 0 5px/11px 2px no-repeat,linear-gradient(currentColor,currentColor) 0 9px/7px 2px no-repeat;width:15px;height:12px;display:inline-block}.data-table-modern__empty{color:var(--muted);text-align:center;font-weight:700;padding:1.5rem!important}.data-table-modern__input,.data-table-modern__select{width:100%;min-height:32px;color:var(--text);background:#ffffffc2;border:1px solid #3d6f9f2e;border-radius:9px;outline:none;padding:0 .55rem}.data-table-modern__badge{white-space:nowrap;border-radius:999px;align-items:center;gap:.35rem;min-height:26px;padding:0 .62rem;font-size:.8rem;font-weight:900;display:inline-flex}.data-table-modern__badge:before{content:"";background:currentColor;border-radius:999px;width:7px;height:7px}.data-table-modern__badge--success{color:#157347;background:#16a34a1f}.data-table-modern__badge--danger{color:#8f2f2f;background:#c241411f}.data-table-modern__badge--warning{color:#92400e;background:#b453091f}.data-table-modern__badge--info{color:var(--primary-dark);background:#3d6f9f24}.data-table-modern__badge--neutral{color:#475569;background:#64748b1f}.data-table-menu{z-index:10;background:#f5f8fc;border:1px solid #3d6f9f2e;border-radius:10px;min-width:220px;padding:.35rem;position:absolute;top:calc(100% + .35rem);right:0;box-shadow:0 18px 36px #0f172a2e}.data-table-menu button{width:100%;color:var(--text);cursor:pointer;font:inherit;text-align:left;background:0 0;border:0;border-radius:8px;align-items:center;gap:.55rem;padding:.55rem .65rem;font-weight:800;display:flex}.data-table-menu button:hover:not(:disabled){background:#3d6f9f1a}.data-table-menu button:disabled{cursor:not-allowed;opacity:.48}.data-table-menu__hint{color:var(--muted);border-top:1px solid #3d6f9f1f;margin-top:.25rem;padding:.55rem .65rem .3rem;font-size:.78rem;font-weight:700}.data-table-menu--filter{gap:.45rem;display:grid}.data-table-filter-list{gap:.2rem;max-height:220px;display:grid;overflow:auto}.data-table-filter-option{color:var(--text);cursor:pointer;border-radius:8px;align-items:center;gap:.5rem;padding:.3rem .45rem;font-weight:800;display:flex}.data-table-filter-option:hover{background:#3d6f9f1a}@media (width<=760px){.data-table-toolbar{flex-direction:column;align-items:stretch}.data-table-toolbar__meta{justify-content:space-between}}.form-group{flex-direction:column;gap:8px;display:flex}.form-group span{color:#20314e;font-size:.95rem;font-weight:600}.form-group input,.form-group select,.form-group textarea{color:#18263d;box-sizing:border-box;background:#fff;border:1px solid #ced8e6;border-radius:12px;outline:none;width:100%;padding:0 14px;font-size:.98rem;transition:border-color .2s,box-shadow .2s}.form-group input,.form-group select{min-height:46px}.form-group textarea{resize:vertical;min-height:120px;padding-top:12px;padding-bottom:12px}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#3467eb;box-shadow:0 0 0 4px #3467eb1f}.form-group-full{grid-column:1/-1}.checkbox-row{flex-wrap:wrap;gap:18px;display:flex}.checkbox-item{color:#20314e;align-items:center;gap:10px;display:inline-flex}.password-requirements{color:#20314e;background:#f8fbff;border:1px solid #dbe5f1;border-radius:10px;margin-top:2px;padding:12px 14px}.password-requirements__title{margin-bottom:8px;font-size:.88rem;font-weight:700}.password-requirements__list{gap:6px;margin:0;padding:0;list-style:none;display:grid}.password-requirements__list li{color:#536178;align-items:center;gap:8px;min-height:18px;font-size:.86rem;display:flex}.password-requirements__list li.is-valid{color:#157347;font-weight:600}.password-requirements__check{color:#157347;border-radius:50%;flex:0 0 16px;justify-content:center;align-items:center;width:16px;height:16px;font-size:.78rem;font-weight:800;display:inline-flex}.modal-backdrop,.modal-overlay{z-index:3000;background:#0f172a73;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.confirm-modal,.modal-card{width:100%;box-shadow:var(--shadow);background:#fff;border-radius:16px}.confirm-modal{max-width:460px;padding:1.5rem}.confirm-modal h2{margin-bottom:.75rem}.confirm-modal p{color:var(--muted);margin-bottom:1.25rem}.confirm-modal__actions,.modal-actions{justify-content:flex-end;gap:.75rem;display:flex}.modal-card{border-radius:18px;max-width:520px;padding:24px;box-shadow:0 20px 50px #0f172a40}.modal-card--large{max-width:760px}.modal-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.modal-header h3{color:#14233c;margin:0}.modal-close{cursor:pointer;color:#61708a;background:0 0;border:none;font-size:1.5rem;line-height:1}.modal-text{color:#475467;margin:0 0 16px}.modal-form{flex-direction:column;gap:16px;display:flex}@media (width<=760px){.confirm-modal__actions,.modal-actions{flex-direction:column;align-items:stretch}}.counter-badge{color:#2851d6;white-space:nowrap;background:#eef4ff;border-radius:999px;align-items:center;padding:8px 12px;font-weight:600;display:inline-flex}.dashboard-hero{color:#fff;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:radial-gradient(circle at 100% 0,#ffffff57,#0000 35%),linear-gradient(135deg,#26384ae6,#3d6f9fa8);border:1px solid #ffffff6b;border-radius:18px;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;padding:2rem;display:flex}.dashboard-hero h1{margin-top:0;margin-bottom:.5rem}.dashboard-hero p{opacity:.95;margin:0}.dashboard-hero__stats{gap:1rem;display:flex}.stat-card{text-align:center;background:#ffffff29;border:1px solid #ffffff52;border-radius:16px;min-width:120px;padding:1rem 1.2rem}.stat-card__value{font-size:2rem;font-weight:700;display:block}.stat-card__label{margin-top:.25rem;display:block}.module-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;display:grid}.module-tile{background:var(--surface);box-shadow:var(--shadow-soft);border:1px solid var(--border);color:var(--text);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:18px;flex-direction:column;gap:1rem;padding:1.5rem;transition:transform .15s,box-shadow .15s,background .15s;display:flex}.module-tile:hover{box-shadow:var(--shadow);background:#ffffffd1;transform:translateY(-4px)}.module-tile__icon{background:#3d6f9f29;border:1px solid #3d6f9f38;border-radius:14px;place-items:center;width:48px;height:48px;font-size:1.8rem;display:grid}.module-tile__body h3{color:var(--text);margin:0 0 .5rem}.module-tile__body p{color:var(--muted);margin:0;line-height:1.45}.module-tile__footer{margin-top:auto}.module-card{border:1px solid var(--border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff7a;border-radius:14px;margin-top:1.5rem;overflow:hidden}.module-row{background:#ffffff47;border-bottom:1px solid #ffffff80;grid-template-columns:180px 1fr;gap:1rem;padding:1rem;display:grid}.module-row:last-child{border-bottom:none}.module-label{color:var(--text);font-weight:700}.module-tile{position:relative;overflow:hidden}.module-tile:before{content:"";opacity:.5;z-index:0;background-position:50%;background-size:cover;position:absolute;inset:0}.module-tile:after{content:"";z-index:1;background:#d8e5eebd;position:absolute;inset:0}.module-tile>*{z-index:2;position:relative}.module-tile--banking:before{background-image:url(/assets/banque-CfPkfV8b.png)}.module-tile--domotique:before{background-image:url(/assets/domotique-DbSv8DgF.jpg)}.module-tile--documents:before{background-image:url(/assets/archives-DL2d_xg4.png)}.module-tile__icon .sidebar-icon{width:30px;height:30px}.module-tile__icon .sidebar-icon svg{width:28px;height:28px}@media (width<=900px){.dashboard-hero{flex-direction:column;align-items:flex-start}.dashboard-hero__stats{flex-wrap:wrap}.module-row{grid-template-columns:1fr}}.content:has(.content-page--documents){padding:1rem}.content-page--documents{border-radius:14px;padding:1.25rem}.document-page-header{align-items:baseline;gap:.75rem;margin-bottom:.75rem;display:flex}.document-page-header h1{flex:none;margin:0;font-size:1.35rem;line-height:1.2}.document-page-header p{color:var(--muted);margin:0;font-size:.9rem;line-height:1.35}.document-tabs{border-bottom:1px solid #3d6f9f29;flex-wrap:wrap;align-items:center;gap:1.35rem;margin-top:0;margin-bottom:.75rem;display:flex}.document-tab{color:var(--muted);cursor:pointer;font:inherit;white-space:nowrap;background:0 0;border:0;padding:.45rem 0 .65rem;font-weight:800;position:relative}.document-tab:after{content:"";background:var(--primary);transform-origin:0;border-radius:999px;height:2px;transition:transform .18s;position:absolute;bottom:-1px;left:0;right:0;transform:scaleX(0)}.document-tab:hover,.document-tab--active{color:var(--primary-dark)}.document-tab--active:after{transform:scaleX(1)}.document-tab-panel{border:1px solid var(--border);background:#ffffff57;border-radius:18px;min-height:220px;padding:1.5rem}.document-tab-panel__placeholder{color:var(--muted);margin:0}.document-subtabs{border-bottom:1px solid #3d6f9f1f;flex-wrap:wrap;align-items:center;gap:1.1rem;margin-bottom:1rem;display:flex}.document-subtab{color:var(--muted);cursor:pointer;font:inherit;white-space:nowrap;background:0 0;border:0;padding:.4rem 0 .58rem;font-weight:800;position:relative}.document-subtab:after{content:"";background:var(--primary);transform-origin:0;border-radius:999px;height:2px;transition:transform .18s;position:absolute;bottom:-1px;left:0;right:0;transform:scaleX(0)}.document-subtab:hover,.document-subtab--active{color:var(--primary-dark)}.document-subtab--active:after{transform:scaleX(1)}.document-file-list{gap:.75rem;display:grid}.document-file-row{background:#ffffff6b;border:1px solid #ffffff7a;border-radius:14px;grid-template-columns:1fr 120px 180px;align-items:center;gap:1rem;padding:.85rem 1rem;display:grid}.document-file-row strong{color:var(--text);display:block}.document-file-row span{color:var(--muted);margin-top:.2rem;font-size:.85rem;display:block}.document-explorer{grid-template-columns:320px 1fr;gap:.75rem;display:grid}.document-explorer__left,.document-explorer__right{border:1px solid var(--border);background:#ffffff6b;border-radius:10px;padding:.75rem}.document-explorer__left{max-height:650px;overflow-y:auto}.document-explorer__toolbar{align-items:center;gap:.55rem;margin-bottom:.65rem;display:flex}.document-explorer__toolbar--wide{flex:none;width:100%}.document-explorer__back{flex:none;min-height:28px;padding:.28rem .62rem}.document-breadcrumb{min-width:0;color:var(--muted);flex-wrap:wrap;align-items:center;gap:.35rem;font-weight:700;display:flex}.document-breadcrumb__segment{align-items:center;gap:.35rem;min-width:0;display:inline-flex}.document-breadcrumb__separator{color:var(--muted);font-size:.85rem}.document-breadcrumb__item{color:var(--primary-dark);cursor:pointer;font:inherit;text-overflow:ellipsis;white-space:nowrap;background:0 0;border:0;border-radius:8px;max-width:420px;padding:.25rem .35rem;font-weight:800;overflow:hidden}.document-breadcrumb__item:hover{background:#3d6f9f1f}.document-breadcrumb__item--active{color:var(--text);cursor:default}.document-breadcrumb__item--active:hover{background:0 0}.document-file-list--explorer{gap:.4rem;display:grid}.document-upload{background:#ffffff47;border:1px dashed #3d6f9f47;border-radius:8px;grid-template-columns:1fr auto;grid-template-areas:"upload-title upload-button""upload-path upload-path";align-items:center;gap:.65rem;margin-bottom:.65rem;padding:.55rem .65rem;display:grid}.document-upload--drag{border-color:var(--primary);background:#3d6f9f1f}.document-upload__input{display:none}.document-upload__text{min-width:0;display:contents}.document-upload__text strong,.document-upload__text span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.document-upload__text strong{color:var(--text);grid-area:upload-title;font-size:.88rem}.document-upload__text span{color:var(--muted);text-overflow:clip;white-space:normal;word-break:break-word;grid-area:upload-path;font-size:.78rem;overflow:visible}.document-upload__button{white-space:nowrap;grid-area:upload-button;min-height:30px;padding:.35rem .65rem}.document-item{cursor:pointer;width:100%;color:var(--text);text-align:left;background:0 0;border:0;border-radius:10px;align-items:center;gap:.7rem;padding:.65rem;display:flex}.document-item:hover,.document-item--active{background:#3d6f9f1f}.document-item__visual{width:44px;height:44px;color:var(--primary-dark);letter-spacing:0;background:#ffffff80;border:1px solid #3d6f9f2e;border-radius:8px;flex:0 0 44px;place-items:center;font-size:.7rem;font-weight:900;display:grid;overflow:hidden}.document-item__visual img{object-fit:cover;width:100%;height:100%;display:block}.document-item__visual--image{background:#ffffffad}.document-item__visual--folder{background:#3d6f9f24;font-size:0;position:relative}.document-item__visual--folder:before{content:"";background:#3d6f9fb8;border-radius:4px 4px 3px 3px;width:24px;height:17px;position:absolute;top:16px;left:10px}.document-item__visual--folder:after{content:"";background:#3d6f9fb8;border-radius:3px 3px 0 0;width:13px;height:6px;position:absolute;top:11px;left:10px}.document-item__visual--pdf{color:#b91c1c;background:#dc26261a;border-color:#dc262633}.document-item__visual--file{color:#475569;background:#64748b1a;border-color:#64748b2e;font-size:0;position:relative}.document-item__visual--file:before{content:"";background:#ffffff75;border:2px solid #64748bc7;border-radius:4px;width:20px;height:25px}.document-item__visual--file:after{content:"";background:#64748b1f;border-bottom:2px solid #64748bc7;border-left:2px solid #64748bc7;width:8px;height:8px;position:absolute;top:10px;right:13px}.document-item__content{gap:.15rem;min-width:0;display:grid}.document-item__content strong,.document-item__content span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.document-item__content span{color:var(--muted);font-size:.85rem}.document-preview-empty{color:var(--muted)}.document-preview-toolbar{border-bottom:1px solid #3d6f9f29;flex:none;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.65rem;padding-bottom:.65rem;display:flex}.document-preview-toolbar__file{gap:.2rem;min-width:0;display:grid}.document-preview-toolbar__file strong,.document-preview-toolbar__file span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.document-preview-toolbar__file span{color:var(--muted);font-size:.9rem}.document-preview-download{flex:none;text-decoration:none}.document-preview-image{max-width:100%;max-height:650px;margin:0 auto;display:block}.document-preview-pdf{border:0;width:100%;height:650px}@media (width<=900px){.document-page-header{flex-direction:column;align-items:flex-start;gap:.25rem}.document-file-row,.document-explorer{grid-template-columns:1fr}.document-explorer__toolbar{flex-direction:column;align-items:flex-start}.document-breadcrumb__item{max-width:min(100%,420px)}.document-item__visual{flex-basis:40px;width:40px;height:40px}.document-upload{grid-template-columns:1fr;grid-template-areas:"upload-title""upload-button""upload-path"}.document-preview-toolbar{flex-direction:column;align-items:flex-start}}@media (width>=901px){.content-page--documents{flex-direction:column;height:100%;min-height:0;display:flex;overflow:hidden}.content-page--documents .document-tabs,.content-page--documents .document-subtabs{flex:none}.content-page--documents .document-explorer{flex:auto;min-height:0}.content-page--documents .document-explorer__left,.content-page--documents .document-explorer__right{min-height:0}.content-page--documents .document-explorer__left{max-height:none}.content-page--documents .document-explorer__right{flex-direction:column;display:flex;overflow:hidden}.content-page--documents .document-preview-image{object-fit:contain;flex:auto;min-height:0;max-height:100%}.content-page--documents .document-preview-pdf{flex:auto;height:auto;min-height:0}}.banking-page{flex-direction:column;display:flex}.banking-page-header{align-items:baseline;gap:.75rem;margin-bottom:.75rem;display:flex}.banking-page-header h1{flex:none;margin:0;font-size:1.35rem;line-height:1.2}.banking-page-header p{color:var(--muted);margin:0;font-size:.9rem;line-height:1.35}.banking-tabs,.banking-subtabs{border-bottom:1px solid #3d6f9f29;flex-wrap:wrap;align-items:center;display:flex}.banking-tabs{gap:1.35rem;margin-bottom:.75rem}.banking-subtabs{border-bottom-color:#3d6f9f1f;gap:1.1rem;margin-bottom:1rem}.banking-tab,.banking-subtab{color:var(--muted);cursor:pointer;font:inherit;white-space:nowrap;background:0 0;border:0;font-weight:800;position:relative}.banking-tab{padding:.45rem 0 .65rem}.banking-subtab{padding:.4rem 0 .58rem}.banking-tab:after,.banking-subtab:after{content:"";background:var(--primary);transform-origin:0;border-radius:999px;height:2px;transition:transform .18s;position:absolute;bottom:-1px;left:0;right:0;transform:scaleX(0)}.banking-tab:hover,.banking-subtab:hover,.banking-tab--active,.banking-subtab--active{color:var(--primary-dark)}.banking-tab--active:after,.banking-subtab--active:after{transform:scaleX(1)}.banking-subtabs__empty{color:var(--muted);padding:.4rem 0 .58rem;font-weight:700}.banking-panel{border:1px solid var(--border);background:#ffffff57;border-radius:10px;flex:auto;min-height:220px;padding:1rem}.banking-panel h2{color:var(--text);margin:0 0 .45rem;font-size:1.05rem}.banking-panel p{color:var(--muted);margin:0}.banking-account-settings{grid-template-columns:minmax(260px,360px) minmax(0,1fr);gap:1rem;min-height:0;display:grid}.banking-category-settings{flex:auto;grid-template-columns:minmax(280px,390px) minmax(0,1fr);gap:1rem;min-height:0;display:grid}.banking-account-settings__form-card,.banking-account-settings__table-card{background:#ffffff57;border:1px solid #3d6f9f24;border-radius:10px;padding:1rem}.banking-account-settings__header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.85rem;display:flex}.banking-account-settings__header h2{color:var(--text);margin:0 0 .25rem;font-size:1.05rem}.banking-account-settings__header p{color:var(--muted);margin:0;font-size:.86rem;line-height:1.35}.banking-account-settings__header--compact{margin-bottom:.55rem}.banking-account-form{gap:.8rem;display:grid}.banking-account-form__actions,.banking-account-settings__actions{flex-wrap:wrap;gap:.5rem;display:flex}.banking-account-settings__table-card{flex-direction:column;min-width:0;min-height:0;display:flex}.banking-category-settings .banking-account-settings__table-card{max-height:calc(100vh - 170px)}.banking-account-settings:not(.banking-category-settings) .data-table-wrapper{min-height:320px}.banking-category-settings .data-table-shell{flex:auto;min-height:0}.banking-category-settings .data-table-wrapper{flex:auto;min-height:280px;max-height:calc(100vh - 265px);overflow:auto}.banking-settings-divider{border:0;border-top:1px solid #3d6f9f24;width:100%;margin:1rem 0}.banking-category-name{color:var(--text);font-weight:800}.banking-category-name--child{color:var(--muted);padding-left:1.1rem;font-weight:700;display:inline-block}.banking-category-edit-form{background:#ffffff47;border:1px solid #3d6f9f24;border-radius:10px;grid-template-columns:minmax(220px,1fr) auto auto;align-items:end;gap:.5rem;margin-bottom:.85rem;padding:.75rem;display:grid}.banking-ledger{flex-direction:column;flex:auto;gap:.75rem;min-height:0;display:flex}.banking-ledger__header,.banking-ledger__footer,.banking-ledger-form{border:1px solid #3d6f9f24;border-radius:10px;padding:.8rem 1rem}.banking-ledger__header,.banking-ledger__footer{background:#ffffff57}.banking-ledger__header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.banking-ledger__header h2{color:var(--text);margin:0 0 .25rem;font-size:1.08rem}.banking-ledger__header p{color:var(--muted);margin:0;font-size:.86rem}.banking-ledger__actions,.banking-ledger-form__actions{flex-wrap:wrap;gap:.5rem;display:flex}.banking-summary{flex-direction:column;flex:auto;gap:.85rem;min-height:0;display:flex;overflow:auto}.banking-summary__hero{color:var(--primary-dark);background:linear-gradient(90deg,#cfe5f8,#e5f2fc);border:1px solid #3d6f9f2e;border-radius:10px;justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 1rem;display:flex}.banking-summary__hero h2{margin:0;font-size:1.45rem}.banking-summary__hero p{color:var(--muted);margin:.2rem 0 0;font-weight:700}.banking-summary__hero span{white-space:nowrap;font-weight:900}.banking-summary__layout{grid-template-columns:minmax(260px,.9fr) minmax(380px,1.6fr) minmax(300px,1fr);gap:.85rem;min-height:0;display:grid}.banking-summary__left,.banking-summary__center,.banking-summary__right{align-content:start;gap:.85rem;min-width:0;display:grid}.banking-summary-card{background:#ffffff73;border:1px solid #3d6f9f29;border-radius:10px;overflow:hidden;box-shadow:0 10px 28px #1f2f480f}.banking-summary-card>header{background:linear-gradient(#eef7ff,#d5e9fb);border-bottom:1px solid #3d6f9f24;align-items:center;gap:.55rem;min-height:38px;padding:.45rem .65rem;display:flex}.banking-summary-card>header>div{gap:.08rem;min-width:0;display:grid}.banking-summary-card h3{color:var(--text);margin:0;font-size:.92rem;font-weight:900}.banking-summary-card small{color:var(--muted);font-size:.72rem;font-weight:800}.banking-summary-card__body{padding:.75rem}.banking-summary-card__icon{color:#fff;background:#2f85d2;border-radius:6px;flex:none;place-items:center;width:22px;height:22px;display:inline-grid}.banking-summary-card__icon:before{font-size:.8rem;font-weight:900}.banking-summary-card__icon--gauge:before{content:"%"}.banking-summary-card__icon--wallet:before{content:"E"}.banking-summary-card__icon--check:before{content:"v"}.banking-summary-card__icon--forecast:before{content:"^"}.banking-summary-card__icon--bars:before{content:"#"}.banking-summary-card__icon--pie:before{content:"o"}.banking-summary-card__icon--calendar:before{content:"[]"}.banking-summary-card__icon--alert{color:#1f2f48;background:#ffb54c}.banking-summary-card__icon--alert:before{content:"!"}.banking-summary-finance{gap:.5rem;display:grid}.banking-summary-finance__metric{color:var(--text);justify-content:space-between;gap:.75rem;font-weight:800;display:flex}.banking-summary-finance__metric strong{color:#1c8b3b}.banking-summary-finance__metric strong.is-negative{color:#d1242f}.banking-summary-finance__metric.is-strong{border-top:1px solid #3d6f9f24;padding-top:.45rem}.banking-summary-stack{background:#d7e5f1;border-radius:4px;height:30px;margin-top:.5rem;display:flex;overflow:hidden;box-shadow:inset 0 -7px #1f2f481f,0 5px 10px #1f2f481f}.banking-summary-stack span{height:100%;display:block}.banking-summary-stack .is-treasury{background:linear-gradient(90deg,#22a43a,#0a821f)}.banking-summary-stack .is-loans{background:linear-gradient(90deg,#ff8f4c,#ff5b5f)}.banking-summary-table{border-collapse:collapse;width:100%;color:var(--text);font-size:.82rem}.banking-summary-table th,.banking-summary-table td{text-align:left;border-bottom:1px solid #3d6f9f24;padding:.35rem .45rem}.banking-summary-table th{color:var(--text);background:#d8eafa;font-weight:900}.banking-summary-table td:last-child,.banking-summary-table th:last-child{text-align:right}.banking-summary-table .is-negative{color:#d1242f;font-weight:900}.banking-summary-pie-wrap{grid-template-columns:minmax(150px,220px) minmax(170px,1fr);align-items:center;gap:.8rem;margin-top:.7rem;display:grid}.banking-summary-pie-wrap:not(:has(.banking-summary-legend)){grid-template-columns:1fr;justify-items:center}.banking-summary-pie{aspect-ratio:1.18;border-radius:50%;width:min(220px,100%);position:relative;transform:rotateX(28deg);box-shadow:0 9px #b9493e42,0 16px 22px #1f2f4829}.banking-summary-pie:after{content:"";background:#ebf1f7d6;border-radius:50%;position:absolute;inset:18%}.banking-summary-pie span{z-index:1;color:var(--text);place-items:center;font-weight:900;display:grid;position:absolute;inset:0;transform:rotateX(-28deg)}.banking-summary-legend{gap:.35rem;min-width:0;display:grid}.banking-summary-legend div{color:var(--text);grid-template-columns:12px minmax(0,1fr) auto;align-items:center;gap:.45rem;font-size:.78rem;display:grid}.banking-summary-legend--compact div{grid-template-columns:12px minmax(0,1fr)}.banking-summary-legend span{border-radius:3px;width:12px;height:12px}.banking-summary-legend strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.banking-summary-legend em{font-style:normal;font-weight:900}.banking-summary-pointing{color:var(--text);align-items:center;gap:.8rem;display:flex}.banking-summary-pointing strong{width:58px;height:58px;color:var(--primary-dark);background:#d8eafa;border-radius:50%;place-items:center;font-size:1.4rem;display:grid}.banking-summary-forecast-controls{grid-template-columns:minmax(160px,220px) repeat(2,minmax(140px,180px));align-items:end;gap:.65rem;margin-bottom:.65rem;display:grid}.banking-summary-treasury{overflow:auto}.banking-summary-treasury svg{width:100%;min-width:560px;height:245px;display:block}.banking-summary-treasury line{stroke:#505c6e38}.banking-summary-treasury .is-axis{stroke:#d1242f;stroke-width:1.5px}.banking-summary-treasury .is-area{fill:#8fbbe752}.banking-summary-treasury .is-line{fill:none;stroke:#3d6f9f;stroke-width:2.4px}.banking-summary-treasury text{fill:var(--text);font-size:12px}.banking-summary-treasury .is-date{fill:var(--muted);font-size:10px;font-weight:800}.banking-summary-bars3d{grid-template-columns:minmax(0,1fr) minmax(150px,230px);align-items:end;gap:1rem;display:grid}.banking-summary-bars3d__plot{border-bottom:1px solid #3d6f9f47;align-items:end;gap:.55rem;min-height:260px;padding:1.5rem .5rem .4rem;display:flex}.banking-summary-bars3d__item{flex:1 1 0;justify-content:center;align-items:end;min-width:22px;height:220px;display:flex;position:relative}.banking-summary-bars3d__item>span{color:var(--text);white-space:nowrap;font-size:.72rem;font-weight:900;position:absolute;top:-1.35rem}.banking-summary-bars3d__bar{border-radius:4px 4px 0 0;width:72%;min-height:10px;position:relative;box-shadow:inset -10px 0 #0000001f,7px 8px #1f2f4829}.banking-summary-bars3d__bar:before{content:"";background:#ffffff52;border-radius:4px 4px 0 0;height:7px;position:absolute;top:-7px;left:7px;right:-7px;transform:skew(-42deg)}.banking-summary-alerts{gap:.35rem;margin:0;padding:0;list-style:none;display:grid}.banking-summary-alerts li{color:var(--text);background:#fff1c7;border-radius:8px;gap:.15rem;padding:.45rem .55rem;display:grid}.banking-summary-alerts strong{color:#8a5700}.banking-summary-empty{color:var(--muted);margin:0;font-weight:800}.banking-ledger__table{flex:auto;min-height:0}.banking-ledger__table .data-table-shell{height:100%}.banking-ledger__table .data-table-wrapper{min-height:360px;max-height:calc(100vh - 430px);overflow:auto}.banking-ledger__footer{color:var(--text);justify-content:flex-end;display:flex}.banking-ledger__schedule-link{width:24px;height:24px;color:var(--primary-dark);cursor:pointer;background:#eef6ff;border:1px solid #3d6f9f47;border-radius:6px;place-items:center;display:inline-grid}.banking-ledger__schedule-link:hover{background:#d8eafa}.banking-ledger__schedule-link span{border:1.5px solid;border-radius:3px;width:13px;height:13px;position:relative}.banking-ledger__schedule-link span:before{content:"";border-top:1.5px solid;position:absolute;top:3px;left:-1.5px;right:-1.5px}.banking-ledger__schedule-link span:after{content:"";border-top:1.5px solid;width:7px;position:absolute;top:-3px;left:2px}.banking-ledger__document-link{min-width:34px;height:24px;color:var(--muted);cursor:pointer;font:inherit;background:#f8fafc;border:1px solid #3d6f9f47;border-radius:6px;justify-content:center;align-items:center;gap:.18rem;font-size:.72rem;font-weight:900;display:inline-flex}.banking-ledger__document-link--filled,.banking-ledger__document-link:hover{color:var(--primary-dark);background:#eef6ff}.banking-ledger__document-link span{border:1.5px solid;border-radius:2px;width:9px;height:13px;transform:rotate(-7deg)}.banking-ledger-documents{background:#ffffff70;border:1px solid #3d6f9f24;border-radius:10px;gap:.65rem;padding:.75rem;display:grid}.banking-ledger-documents__header{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.banking-ledger-documents__header>div{gap:.5rem;display:flex}.banking-ledger-documents__upload{position:relative;overflow:hidden}.banking-ledger-documents__upload input{opacity:0;cursor:pointer;position:absolute;inset:0}.banking-ledger-documents p{color:var(--muted);margin:0}.banking-ledger-documents__list{gap:.35rem;margin:0;padding:0;list-style:none;display:grid}.banking-ledger-documents__list li{background:#eef6ffb8;border-radius:8px;grid-template-columns:auto minmax(180px,1fr) auto auto;align-items:center;gap:.6rem;padding:.45rem .55rem;display:grid}.banking-ledger-documents__list li>button:first-of-type{color:var(--primary-dark);cursor:pointer;font:inherit;text-align:left;text-overflow:ellipsis;white-space:nowrap;background:0 0;border:0;padding:0;font-weight:800;overflow:hidden}.banking-ledger-documents__list span{color:var(--muted);white-space:nowrap;font-size:.78rem}.banking-ledger-documents__delete{color:#b42318;cursor:pointer;font:inherit;background:0 0;border:0;font-weight:800}.banking-ledger-form{background:linear-gradient(#eef7ff,#b8d8f4);gap:.75rem;display:grid}.banking-ledger-form__tabs{border-bottom:1px solid #3d6f9f24;gap:.9rem;display:flex}.banking-ledger-form__tab{color:var(--muted);cursor:pointer;font:inherit;background:0 0;border:0;padding:0 0 .45rem;font-weight:900;position:relative}.banking-ledger-form__tab:after{content:"";background:var(--primary);transform-origin:0;border-radius:999px;height:2px;transition:transform .18s;position:absolute;bottom:-1px;left:0;right:0;transform:scaleX(0)}.banking-ledger-form__tab--active{color:var(--primary-dark)}.banking-ledger-form__tab--active:after{transform:scaleX(1)}.banking-ledger-form__grid{grid-template-columns:minmax(220px,1.2fr) minmax(220px,1.2fr) minmax(220px,1.2fr) minmax(120px,.7fr) minmax(140px,.8fr) minmax(140px,.8fr);gap:.65rem;display:grid}.banking-combo{border:1px solid var(--border);background:#fff;border-radius:10px;min-height:43px;transition:border-color .2s,box-shadow .2s;display:flex;position:relative}.banking-combo:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px #3d6f9f24}.banking-combo input{background:0 0;border:0;border-radius:10px 0 0 10px;outline:none;flex:auto;width:100%;min-width:0;padding-right:.75rem}.banking-combo__toggle{border:0;border-left:1px solid var(--border);width:2.45rem;color:var(--muted);cursor:pointer;font:inherit;background:#f8fafc;border-radius:0 9px 9px 0;flex:0 0 2.45rem;font-weight:800}.banking-combo__toggle:hover:not(:disabled){color:var(--primary-dark);background:#eef5ff}.banking-combo__toggle:disabled{cursor:default;opacity:.45}.banking-combo__menu{z-index:20;border:1px solid var(--border);max-height:220px;box-shadow:var(--shadow);background:#fff;border-radius:10px;padding:.25rem;position:absolute;top:calc(100% + .25rem);left:0;right:0;overflow:auto}.banking-combo__menu:before{content:"";z-index:2;background:#fff;height:.25rem;margin:-.25rem -.25rem 0;display:block;position:sticky;top:-.25rem}.banking-combo__menu--large{min-width:min(460px,100vw - 2rem);max-height:300px}.banking-combo__menu--above{top:auto;bottom:calc(100% + .25rem)}.banking-combo__menu-title{z-index:3;color:var(--primary-dark);background:#fff;border-bottom:1px solid #3d6f9f1f;padding:.65rem .75rem;font-size:.82rem;font-weight:900;position:sticky;top:0}.banking-combo__option{width:100%;color:var(--text);cursor:pointer;font:inherit;text-align:left;background:0 0;border:0;border-radius:8px;padding:.65rem .75rem;display:block}.banking-combo__option--parent{font-weight:900}.banking-combo__option--child{padding-left:1.6rem}.banking-combo__option--empty{color:var(--muted)}.banking-combo__option:hover,.banking-combo__option:focus,.banking-combo__option--selected{color:var(--primary-dark);background:#eef5ff;outline:none}.banking-schedule{flex-direction:column;flex:auto;gap:.75rem;min-height:0;padding-bottom:.75rem;display:flex;overflow:auto}.banking-schedule__table{flex:auto;min-height:140px}.banking-schedule__table .data-table-shell{height:100%}.banking-schedule__table .data-table-wrapper{height:100%;min-height:140px;max-height:none;overflow:auto}.banking-schedule:has(.banking-schedule-form) .banking-schedule__table{flex:0 120px;min-height:90px}.banking-schedule:has(.banking-schedule-form) .banking-schedule__table .data-table-wrapper{min-height:90px}.banking-schedule__balance{color:var(--text);background:#d8eafa;border:1px solid #3d6f9f33;border-radius:8px;grid-template-columns:1fr 1fr 1fr;align-items:center;gap:1rem;padding:.45rem .75rem;font-size:.86rem;display:grid}.banking-schedule__calendar-toggle{justify-content:flex-end;margin-top:-.35rem;display:flex}.banking-schedule__calendar-row{background:#ffffff57;border:1px solid #3d6f9f24;border-radius:10px;flex:none;grid-template-columns:minmax(0,1fr) 340px;gap:1rem;min-height:260px;padding:.75rem;display:grid}.banking-schedule-calendar{position:relative;overflow:auto}.banking-schedule-calendar__nav{z-index:2;justify-content:space-between;margin-bottom:.35rem;display:flex;position:sticky;top:0}.banking-schedule-calendar__nav button{color:var(--text);cursor:pointer;background:#eef6ff;border:1px solid #3d6f9f52;border-radius:6px;width:28px;height:24px;font-weight:900}.banking-schedule-calendar__months{grid-template-columns:repeat(13,minmax(135px,1fr));gap:.7rem;min-width:1780px;display:grid}.banking-schedule-month h4{color:var(--text);text-align:center;text-transform:lowercase;margin:0 0 .25rem;font-size:.76rem}.banking-schedule-month__weekdays{color:var(--muted);text-align:center;word-spacing:.42rem;margin-bottom:.18rem;font-size:.68rem;font-weight:800}.banking-schedule-month__days{grid-template-columns:repeat(7,1fr);gap:1px;display:grid}.banking-schedule-month__days button{min-width:0;height:19px;color:var(--text);cursor:pointer;background:0 0;border:0;border-radius:4px;font-size:.72rem;line-height:1}.banking-schedule-month__days button.is-muted{color:#9aa7ba}.banking-schedule-month__days button.has-occurrence{color:#1f2f48;background:#fff1b8;font-weight:900}.banking-schedule-month__days button.is-selected{outline:2px solid var(--primary);outline-offset:-1px}.banking-schedule__day-summary{border-left:1px solid #3d6f9f29;min-width:0;padding-left:1rem}.banking-schedule__day-summary h3{color:#8fbbe7;margin:0 0 .75rem;font-size:1.25rem}.banking-schedule__occurrence{background:#fff1c7;border-radius:8px;gap:.35rem;margin-bottom:.65rem;padding:.55rem .65rem;display:grid}.banking-schedule__occurrence>div:first-child{justify-content:space-between;gap:.75rem;display:flex}.banking-schedule__occurrence small{color:var(--muted)}.banking-schedule__occurrence-actions{flex-wrap:wrap;gap:.35rem;display:flex}.banking-schedule-form{background:linear-gradient(#eef7ff,#b8d8f4);border:1px solid #3d6f9f2e;border-radius:10px;flex:none;gap:.75rem;padding:.9rem .9rem 1.1rem;display:grid}.banking-schedule-form h2{color:#00327d;margin:0;font-size:1.2rem}.banking-schedule-form__grid{grid-template-columns:repeat(4,minmax(180px,1fr));gap:.65rem;display:grid}.banking-schedule-form__grid--limited{grid-template-columns:repeat(2,minmax(180px,260px))}.banking-schedule-form__months{background:#ffffff52;border:1px solid #3d6f9f2e;border-radius:10px;grid-column:1/-1;grid-template-columns:repeat(6,minmax(110px,1fr));gap:.45rem .75rem;margin:0;padding:.65rem .75rem;display:grid}.banking-schedule-form__months legend{color:var(--text);padding:0 .25rem;font-size:.84rem;font-weight:800}.banking-schedule-form__checks{gap:.4rem;display:grid}.banking-schedule-form__small-input{width:64px;min-height:30px}.banking-budget{flex-direction:column;flex:auto;gap:.75rem;min-height:0;display:flex}.banking-budget__header{background:linear-gradient(#eef7ff,#c7e0f5);border:1px solid #3d6f9f24;border-radius:10px;justify-content:space-between;align-items:flex-start;gap:1rem;padding:.85rem 1rem;display:flex}.banking-budget__header h2{color:#00327d;margin:0 0 .25rem;font-size:1.2rem}.banking-budget__header p{color:var(--muted);margin:0;font-size:.86rem}.banking-budget__toolbar{color:var(--text);flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.75rem;font-size:.86rem;font-weight:800;display:flex}.banking-budget__toolbar label{align-items:center;gap:.45rem;display:inline-flex}.banking-budget__toolbar input[type=number]{width:92px;min-height:34px}.banking-budget__radio input{width:auto;min-height:0}.banking-budget__table-shell{background:#ffffff6b;border:1px solid #3d6f9f29;border-radius:10px;flex:auto;min-height:320px;overflow:auto}.banking-budget-table{border-collapse:separate;border-spacing:0;width:100%;min-width:1540px;color:var(--text);font-size:.82rem}.banking-budget-table th,.banking-budget-table td{vertical-align:middle;border-bottom:1px solid #3d6f9f1f;border-right:1px solid #3d6f9f1f;padding:.35rem .45rem}.banking-budget-table th{z-index:3;color:var(--text);text-align:right;background:#e7f1fa;font-weight:900;position:sticky;top:0}.banking-budget-table th:first-child{z-index:4;left:0}.banking-budget-table td:first-child{z-index:2;background:inherit;position:sticky;left:0}.banking-budget-table__category{text-align:left;min-width:250px}.banking-budget-table__comment{min-width:270px}.banking-budget-table__section td{color:#1f2f48;background:#b7c0c9;font-weight:900}.banking-budget-table__parent td{background:#d7dfe8e6;font-weight:900}.banking-budget-table__child td{background:#ffffffb8}.banking-budget-table__child .banking-budget-table__category span{padding-left:1.25rem;font-weight:700;display:inline-block}.banking-budget-table input{text-align:right;border-radius:6px;width:100%;min-height:30px;padding:.25rem .4rem}.banking-budget-table__comment input{text-align:left}.banking-budget-table__amount,.banking-budget-table__readonly{text-align:right;white-space:nowrap}.banking-budget-table__tracking{white-space:nowrap;justify-items:end;gap:.08rem;display:grid}.banking-budget-table__tracking span{font-weight:800}.banking-budget-table__tracking small{color:var(--muted);font-size:.72rem}.banking-budget-table__tracking strong,.banking-budget-table .is-positive,.banking-budget-table .is-negative{font-size:.76rem;font-weight:900}.banking-budget-table .is-positive{color:#236c3a}.banking-budget-table .is-negative{color:#b42318}.banking-budget-table__total td{background:#cad5df;font-weight:900}.banking-budget-table__total--strong td{color:#00327d;background:#d8eafa}.banking-loan{flex-direction:column;flex:auto;gap:.75rem;min-height:0;display:flex}.banking-loan__header,.banking-loan-form{background:linear-gradient(#eef7ff,#c7e0f5);border:1px solid #3d6f9f24;border-radius:10px}.banking-loan__header{justify-content:space-between;align-items:flex-start;gap:1rem;padding:.85rem 1rem;display:flex}.banking-loan__header h2,.banking-loan-form h3{color:#00327d;margin:0 0 .25rem;font-size:1.2rem}.banking-loan__header p{color:var(--muted);margin:0;font-size:.86rem}.banking-loan__actions{flex-wrap:wrap;justify-content:flex-end;gap:.5rem;display:flex}.banking-loan__import{position:relative;overflow:hidden}.banking-loan__import input{opacity:0;cursor:pointer;position:absolute;inset:0}.banking-loan__import.is-disabled{opacity:.6;pointer-events:none}.banking-loan__filters{background:#ffffff57;border:1px solid #3d6f9f1f;border-radius:10px;flex-wrap:wrap;align-items:end;gap:1rem;padding:.65rem .8rem;display:flex}.banking-loan__filters .form-field{width:min(100%,280px)}.banking-loan__filters .checkbox-item{min-height:43px}.banking-loan-form{gap:.75rem;padding:.9rem;display:grid}.banking-loan-form__grid{grid-template-columns:repeat(4,minmax(180px,1fr));gap:.65rem;display:grid}.banking-loan-form__grid .checkbox-item{align-self:end;min-height:43px}.banking-loan__table{flex:auto;min-height:300px}.banking-loan__table .data-table-shell{height:100%}.banking-loan__table .data-table-wrapper{height:100%;min-height:300px;max-height:none;overflow:auto}.banking-loan__summary{color:var(--text);border-top:1px solid #3d6f9f33;grid-template-columns:minmax(170px,1fr) repeat(4,minmax(170px,auto));align-items:center;gap:.35rem 1.25rem;padding:.55rem .25rem 0;font-size:.82rem;display:grid}.banking-loan__summary div{justify-content:space-between;gap:.65rem;display:flex}.banking-loan__summary strong{color:var(--text)}.banking-charts{flex-direction:column;flex:auto;gap:.75rem;min-height:0;display:flex}.banking-charts__header,.banking-charts__custom-dates,.banking-charts__multiple{background:linear-gradient(#eef7ff,#c7e0f5);border:1px solid #3d6f9f24;border-radius:10px;padding:.85rem 1rem}.banking-charts__header{justify-content:space-between;align-items:flex-end;gap:1rem;display:flex}.banking-charts__header h2{color:#00327d;margin:0;font-size:1.2rem}.banking-charts__filters{grid-template-columns:repeat(2,minmax(220px,280px));gap:.75rem;display:grid}.banking-charts__multiple{flex-wrap:wrap;gap:.6rem 1.25rem;margin:0;display:flex}.banking-charts__multiple legend{color:var(--text);padding:0 .25rem;font-weight:900}.banking-charts__custom-dates{grid-template-columns:auto minmax(160px,220px) minmax(160px,220px);align-items:end;gap:.75rem;display:grid}.banking-charts__custom-dates strong{color:var(--primary-dark)}.banking-charts__custom-dates p{color:var(--text);grid-column:1/-1;margin:0}.banking-charts__subtitle{color:var(--primary-dark);border-bottom:1px solid #3d6f9f29;justify-content:space-between;align-items:baseline;gap:1rem;padding:.15rem .25rem .45rem;font-size:.86rem;display:flex}.banking-charts__subtitle span{color:var(--text)}.banking-treasury-chart{background:#ffffff7a;border:1px solid #3d6f9f24;border-radius:10px;flex:none;min-height:330px;padding:.75rem;overflow:auto}.banking-treasury-chart svg{width:100%;min-width:920px;height:330px;display:block}.banking-treasury-chart text{fill:var(--text);font-size:12px}.banking-treasury-chart text.is-negative{fill:#b42318}.banking-treasury-chart__grid{stroke:#505c6e3d;stroke-width:1px}.banking-treasury-chart__axis{stroke:#141e2ec7;stroke-width:1.25px}.banking-treasury-chart__area{fill:#ffb54cd1}.banking-treasury-chart__line{fill:none;stroke:#1f2f48;stroke-width:1.6px}.banking-treasury-chart__date{font-size:10px}.banking-charts__table-title{color:var(--primary-dark);padding-left:.25rem;font-size:.86rem;font-weight:900}.banking-charts__table{flex:auto;min-height:220px}.banking-charts__table .data-table-shell{height:100%}.banking-charts__table .data-table-wrapper{height:100%;min-height:220px;max-height:none;overflow:auto}.banking-charts__balance{color:var(--text);background:#d8eafa;border:1px solid #3d6f9f33;border-radius:8px;justify-content:space-between;gap:1rem;padding:.45rem .75rem;font-size:.86rem;display:flex}.banking-states{flex:auto;grid-template-columns:minmax(260px,320px) minmax(0,1fr);gap:1rem;min-height:0;display:grid}.banking-states__menu,.banking-states__content{background:#ffffff61;border:1px solid #3d6f9f24;border-radius:10px;min-height:0}.banking-states__menu{padding:.75rem;overflow:auto}.banking-states__menu section{background:linear-gradient(#eef7ff,#d6eafa);border:1px solid #3d6f9f2e;border-radius:8px;margin-bottom:.8rem;overflow:hidden}.banking-states__menu h3{color:var(--primary-dark);background:#3d6f9f1f;border-bottom:1px solid #3d6f9f29;margin:0;padding:.5rem .65rem;font-size:.9rem}.banking-states__item{width:100%;color:var(--text);cursor:pointer;font:inherit;text-align:left;background:0 0;border:0;padding:.42rem .65rem;font-weight:750;display:block}.banking-states__item:before{content:"▪";color:var(--primary-dark);margin-right:.4rem}.banking-states__item:hover,.banking-states__item--active{color:var(--primary-dark);background:#eef5ff}.banking-states__content{flex-direction:column;gap:1rem;padding:1rem;display:flex;overflow:auto}.banking-states__content>header{border-bottom:1px solid #3d6f9f29;justify-content:space-between;align-items:flex-start;gap:1rem;padding-bottom:.65rem;display:flex}.banking-states__heading{gap:.25rem;display:grid}.banking-states__content h2{color:#00327d;margin:0;font-size:1.2rem}.banking-states__heading span{color:var(--muted);font-weight:800}.banking-states__filters{grid-template-columns:repeat(3,minmax(150px,190px));align-items:end;gap:.7rem;display:grid}.banking-states__grid{grid-template-columns:minmax(240px,360px) minmax(260px,1fr);align-items:center;gap:1rem;display:grid}.banking-states-donut{width:100%;max-width:360px;margin:0 auto}.banking-states-donut__base{fill:none;stroke:#3d6f9f1f;stroke-width:32px}.banking-states-donut__slice{fill:none;stroke-width:32px;transform-origin:110px 110px;transform:rotate(-90deg)}.banking-states-donut__slice--0,.banking-states-legend__swatch--0{stroke:#3d6f9f;background:#3d6f9f}.banking-states-donut__slice--1,.banking-states-legend__swatch--1{stroke:#ffb54c;background:#ffb54c}.banking-states-donut__slice--2,.banking-states-legend__swatch--2{stroke:#4caf72;background:#4caf72}.banking-states-donut__slice--3,.banking-states-legend__swatch--3{stroke:#d46666;background:#d46666}.banking-states-donut__slice--4,.banking-states-legend__swatch--4{stroke:#8b79d8;background:#8b79d8}.banking-states-donut__slice--5,.banking-states-legend__swatch--5{stroke:#60b7c7;background:#60b7c7}.banking-states-donut text{fill:var(--text);font-weight:900}.banking-states-donut text:last-child{fill:var(--muted);font-size:.72rem}.banking-states-legend{gap:.45rem;display:grid}.banking-states-legend div,.banking-states-bars__row{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.6rem;display:grid}.banking-states-legend__swatch{border-radius:3px;width:12px;height:12px}.banking-states-legend strong,.banking-states-bars__row strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.banking-states-legend em,.banking-states-bars__row em{color:var(--text);font-style:normal;font-weight:900}.banking-states-legend em{justify-items:end;gap:.08rem;display:grid}.banking-states-legend small{color:var(--muted);font-size:.72rem;font-weight:800}.banking-states-bars{gap:.55rem;display:grid}.banking-states-bars__row{grid-template-columns:minmax(160px,260px) minmax(180px,1fr) minmax(100px,auto)}.banking-states-bars__row div{background:#3d6f9f1f;border-radius:999px;height:18px;overflow:hidden}.banking-states-bars__row span{border-radius:inherit;background:linear-gradient(90deg,#3d6f9f,#8fbbe7);height:100%;display:block}.banking-states-bars__row em.is-negative{color:#b42318}.banking-states-monthly{background:#eef6ff85;border-radius:10px;grid-template-columns:repeat(12,minmax(54px,1fr));align-items:end;gap:.75rem;min-height:340px;padding:1rem;display:grid}.banking-states-monthly__item{text-align:center;gap:.45rem;min-width:0;display:grid}.banking-states-monthly__bars{justify-content:center;align-items:end;gap:.2rem;height:260px;display:flex}.banking-states-monthly__bars span{border-radius:4px 4px 0 0;width:12px}.banking-states-monthly__bars .is-income{background:#4caf72}.banking-states-monthly__bars .is-expense{background:#d46666}.banking-states-monthly__bars .is-budget{background:#8fbbe7}.banking-states-monthly__bars .is-actual{background:#ffb54c}.banking-states-monthly__item strong{color:var(--muted);font-size:.74rem}.banking-states-cards{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.85rem;display:grid}.banking-states-cards article{background:linear-gradient(#eef7ff,#c7e0f5);border:1px solid #3d6f9f24;border-radius:10px;gap:.45rem;padding:1rem;display:grid}.banking-states-cards span{color:var(--muted);font-weight:800}.banking-states-cards strong{color:#00327d;font-size:1.35rem}@media (width<=900px){.banking-page-header{flex-direction:column;align-items:flex-start;gap:.25rem}.banking-account-settings,.banking-category-settings{grid-template-columns:1fr}.banking-account-settings__header{flex-direction:column}.banking-summary__hero{flex-direction:column;align-items:flex-start}.banking-summary__layout,.banking-summary-bars3d,.banking-summary-pie-wrap,.banking-summary-forecast-controls{grid-template-columns:1fr}.banking-summary-bars3d__plot{overflow-x:auto}.banking-category-edit-form{grid-template-columns:1fr}.banking-ledger__header{flex-direction:column}.banking-ledger-form__grid,.banking-schedule__calendar-row,.banking-schedule__balance,.banking-budget__header,.banking-loan-form__grid,.banking-schedule-form__grid,.banking-schedule-form__grid--limited,.banking-schedule-form__months{grid-template-columns:1fr}.banking-budget__header{flex-direction:column}.banking-budget__toolbar{justify-content:flex-start}.banking-loan__header{flex-direction:column}.banking-loan__actions,.banking-loan__filters{justify-content:flex-start}.banking-loan__summary{grid-template-columns:1fr}.banking-charts__header,.banking-charts__subtitle,.banking-charts__balance{flex-direction:column;align-items:flex-start}.banking-charts__filters,.banking-charts__custom-dates{grid-template-columns:1fr;width:100%}.banking-states,.banking-states__grid,.banking-states__filters{grid-template-columns:1fr}.banking-states-monthly{overflow-x:auto}.banking-schedule__day-summary{border-top:1px solid #3d6f9f29;border-left:0;padding-top:1rem;padding-left:0}}.domotique-equipment{border:1px solid var(--border);background:#ffffff57;border-radius:10px;flex-direction:column;flex:auto;gap:.75rem;min-height:0;padding:1rem;display:flex}.domotique-equipment__header{justify-content:space-between;align-items:flex-end;gap:1rem;display:flex}.domotique-equipment__header h2{color:var(--text);margin:0 0 .25rem;font-size:1.05rem}.domotique-equipment__header p{color:var(--muted);margin:0;font-weight:800}.domotique-equipment__search{width:min(100%,280px)}.domotique-equipment .data-table-shell{flex:auto;min-height:0}.domotique-equipment .data-table-wrapper{flex:auto;min-height:360px;max-height:calc(100vh - 260px);overflow:auto}.domotique-equipment .data-table-modern{min-width:1460px}.domotique-equipment__actions{flex-wrap:wrap;gap:.35rem;display:flex}.domotique-equipment__action{min-height:26px;color:var(--primary-dark);cursor:default;font:inherit;background:#eef6ff;border:1px solid #3d6f9f2e;border-radius:7px;padding:0 .5rem;font-size:.74rem;font-weight:900}.domotique-equipment__action:disabled{cursor:wait;opacity:.55}.domotique-equipment__no-action{color:var(--muted);font-weight:800}.domotique-equipment__zones{align-items:center;gap:.3rem;max-width:100%;display:flex;overflow:hidden}.domotique-equipment__zone-chip{max-width:72px;color:var(--primary-dark);text-overflow:ellipsis;white-space:nowrap;background:#eef6ffeb;border:1px solid #3d6f9f33;border-radius:999px;padding:.18rem .45rem;font-size:.72rem;font-weight:900;line-height:1.2;overflow:hidden}.domotique-equipment__zone-chip--more{max-width:none;color:var(--text);background:#3d6f9f1f;flex:none}.domotique-dashboard{align-content:start;gap:1rem;display:grid}.domotique-weather-tile{width:min(100%,460px);min-height:58px;color:var(--text);cursor:pointer;text-align:left;background:#ffffff57;border:1px solid #3d6f9f2e;border-radius:8px;align-items:center;gap:.75rem;padding:.7rem .9rem;display:inline-flex;box-shadow:0 8px 18px #1f3a5314}.domotique-weather-tile:hover{background:#ffffff7a;border-color:#3d6f9f52}.domotique-weather-tile__icon{width:30px;height:30px;color:var(--primary-dark);background:#3d6f9f1a;border:1px solid #3d6f9f2e;border-radius:8px;flex:none;place-items:center;display:grid}.domotique-weather-icon,.domotique-weather-tile__icon svg{width:20px;height:20px}.domotique-weather-tile__icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px}.domotique-weather-tile__content{gap:.15rem;display:grid}.domotique-weather-tile__content strong{color:var(--text);font-size:.92rem;font-weight:900}.domotique-weather-tile__content span{color:var(--text);font-size:.78rem;font-weight:800}.domotique-weather-icon{overflow:visible}.domotique-weather-icon__sun{fill:#ffd84d}.domotique-weather-icon__moon{fill:#fff2a6}.domotique-weather-icon__cloud{fill:#f4f8fb;stroke:#1f3a5338;stroke-width:1px}.domotique-weather-modal{color:#edf4fb;background:#172331;border:1px solid #3d6f9f2e;border-radius:10px;width:min(560px,100vw - 2rem);max-height:calc(100vh - 2rem);display:grid;overflow:auto;box-shadow:0 22px 70px #00000052}.domotique-weather-modal__top{grid-template-columns:auto 1fr auto;align-items:start;gap:.85rem;padding:.9rem;display:grid}.domotique-weather-modal__top span{color:#edf4fb9e;font-size:.78rem;font-weight:700}.domotique-weather-modal__top h2{color:#fff;margin:0;font-size:1.05rem;font-weight:900}.domotique-weather-modal__icon-button{color:#fff;cursor:pointer;background:0 0;border:0;place-items:center;width:28px;height:28px;padding:0;display:grid}.domotique-weather-modal__icon-button svg,.domotique-weather-modal__metrics svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:20px;height:20px}.domotique-weather-modal__summary{grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;padding:.6rem 1rem 1.1rem;display:grid}.domotique-weather-modal__summary .domotique-weather-icon{width:58px;height:58px}.domotique-weather-modal__condition,.domotique-weather-modal__temperature{gap:.2rem;display:grid}.domotique-weather-modal__condition strong{color:#fff;font-size:1.45rem;font-weight:900}.domotique-weather-modal__condition span,.domotique-weather-modal__temperature span{color:#edf4fb9e;font-size:.78rem;font-weight:800}.domotique-weather-modal__temperature{justify-items:end}.domotique-weather-modal__temperature strong{color:#fff;font-size:1.55rem;font-weight:900}.domotique-weather-modal__metrics{gap:.75rem;margin:0;padding:0 1rem 1rem;display:grid}.domotique-weather-modal__metrics div{grid-template-columns:1fr auto;align-items:center;gap:1rem;display:grid}.domotique-weather-modal__metrics dt{color:#edf4fb;align-items:center;gap:.9rem;font-size:.82rem;font-weight:900;display:inline-flex}.domotique-weather-modal__metrics dt svg{color:#5aa0d7}.domotique-weather-modal__metrics dd{color:#edf4fb;margin:0;font-size:.82rem;font-weight:900}.domotique-weather-modal__forecast-header h3{color:#edf4fb;margin:0;padding:0 1rem .6rem;font-size:.95rem;font-weight:900}.domotique-weather-modal__tabs{border-bottom:1px solid #edf4fb29;grid-template-columns:1fr 1fr;display:grid}.domotique-weather-modal__tabs button{color:#edf4fbb8;cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;min-height:42px;font-weight:900}.domotique-weather-modal__tabs button.is-active{color:#4db5f4;border-bottom-color:#2f8dca}.domotique-weather-modal__forecast-list{grid-auto-columns:minmax(72px,1fr);grid-auto-flow:column;gap:.25rem;padding:.85rem 1rem 1rem;display:grid;overflow-x:auto}.domotique-weather-modal__forecast-list>p{color:#edf4fba3;grid-column:1/-1;margin:0;font-weight:800}.domotique-weather-modal__forecast-item{color:#edf4fb;justify-items:center;gap:.25rem;min-width:68px;display:grid}.domotique-weather-modal__forecast-item span,.domotique-weather-modal__forecast-item small{color:#edf4fbb3;font-size:.78rem;font-weight:800}.domotique-weather-modal__forecast-item .domotique-weather-icon{width:32px;height:32px}.domotique-weather-modal__forecast-item strong{color:#fff;font-size:.94rem;font-weight:900}.domotique-energy{flex-direction:column;flex:auto;gap:.85rem;min-height:0;display:flex}.domotique-energy-card{border:1px solid var(--border);background:#ffffff57;border-radius:10px;flex-direction:column;gap:.75rem;min-height:0;padding:.75rem;display:flex}.domotique-energy-card__header{justify-content:space-between;align-items:center;gap:1rem;display:flex}.domotique-energy-card__header h2{color:var(--primary-dark);margin:0;font-size:.84rem}.domotique-energy-card__filters select,.domotique-energy-card__custom input{min-height:30px;color:var(--text);font:inherit;background:#fff;border:1px solid #3d6f9f29;border-radius:8px;padding:0 .65rem;font-size:.68rem;font-weight:800}.domotique-energy-card__custom{flex-wrap:wrap;gap:.75rem;display:flex}.domotique-energy-card__custom label{color:var(--muted);gap:.3rem;font-size:.68rem;font-weight:900;display:grid}.domotique-energy-card__actions{justify-content:flex-end;display:flex}.domotique-energy-chart{background:#ffffff75;border:1px solid #3d6f9f24;border-radius:8px;padding:.45rem;overflow:auto hidden}.domotique-energy-chart--empty{min-height:180px;color:var(--muted);place-items:center;font-weight:900;display:grid}.domotique-energy-chart svg{width:100%;min-width:760px;height:auto;display:block}.domotique-energy-chart text{fill:var(--muted);font-size:6.5px;font-weight:700}.domotique-energy-chart .domotique-energy-chart__unit{fill:var(--primary-dark);font-size:7px;font-weight:900}.domotique-energy-chart .domotique-energy-chart__x-label{fill:var(--text);font-size:6.5px;font-weight:800}.domotique-energy-chart__grid{stroke:#1f3a531f;stroke-width:1px}.domotique-energy-chart__grid--vertical{stroke-dasharray:4 5}.domotique-energy-chart__hitbox{cursor:grab}.domotique-energy-chart__hitbox.is-dragging{cursor:grabbing}.domotique-energy-chart__cursor{stroke:var(--primary);stroke-dasharray:2 3;stroke-width:.8px}.domotique-energy-chart__tooltip rect{fill:#1f3a53f0;stroke:#ffffff2e;stroke-width:.6px}.domotique-energy-chart .domotique-energy-chart__tooltip text{fill:#fff;font-size:4.3px;font-weight:800}.domotique-energy-chart .domotique-energy-chart__tooltip-value{font-size:4.3px}.domotique-energy-table .data-table-wrapper{max-height:260px;overflow:auto}.domotique-energy-table .data-table-modern{min-width:520px;font-size:.7rem}.domotique-energy-table__select-all{cursor:pointer;align-items:center;gap:.45rem;display:inline-flex}.domotique-energy-table__color{vertical-align:middle;border-radius:999px;width:28px;height:4px;display:inline-block}.domotique-energy-selection-modal{max-height:min(760px,100vh - 2rem);overflow:hidden}.domotique-energy-selection-modal .domotique-energy-table .data-table-wrapper{max-height:min(460px,100vh - 250px)}.domotique-energy-selection-modal__actions{margin-top:1rem}.domotique-temperature-legend{color:var(--text);flex-wrap:wrap;gap:.5rem 1rem;font-size:.72rem;font-weight:900;display:flex}.domotique-temperature-legend span{align-items:center;gap:.4rem;display:inline-flex}.domotique-temperature-legend i{border-radius:999px;width:24px;height:4px}.domotique-history{flex:auto;grid-template-rows:auto minmax(0,1fr) auto;gap:.85rem;min-height:0;display:grid;overflow:hidden}.domotique-history__header,.domotique-history__table-card{border:1px solid var(--border);background:#ffffff57;border-radius:10px;padding:.85rem}.domotique-history__header{justify-content:space-between;align-items:flex-end;gap:1rem;display:flex}.domotique-history__header h2,.domotique-history__table-card h3{color:var(--primary-dark);margin:0;font-size:.95rem}.domotique-history__header p,.domotique-history__table-header p{color:var(--muted);margin:.2rem 0 0;font-size:.75rem;font-weight:800}.domotique-history__filters{flex-wrap:wrap;gap:.75rem;display:flex}.domotique-history__filters label{color:var(--muted);gap:.3rem;font-size:.68rem;font-weight:900;display:grid}.domotique-history__filters input{min-height:30px;color:var(--text);font:inherit;background:#fff;border:1px solid #3d6f9f29;border-radius:8px;padding:0 .65rem;font-size:.7rem;font-weight:800}.domotique-history__table-card{flex-direction:column;gap:.65rem;min-height:0;display:flex;overflow:hidden}.domotique-history__table-card--events,.domotique-history__table-card--events .data-table-shell{flex-direction:column;flex:auto;min-height:0;display:flex}.domotique-history__table-card--events .data-table-wrapper{flex:auto;height:100%;min-height:0;max-height:none;overflow:auto}.domotique-history__table-card--equipments .data-table-wrapper{max-height:150px;overflow:auto}.domotique-history__table-card .data-table-modern{min-width:980px;font-size:.72rem}.domotique-history__table-header{justify-content:space-between;align-items:center;gap:1rem;display:flex}.domotique-history__actions{flex-wrap:wrap;gap:.5rem;display:flex}.domotique-scenarios{flex-direction:column;flex:auto;gap:.85rem;min-height:0;display:flex}.domotique-scenarios__header,.domotique-scenarios__table-card,.domotique-scenarios__editor,.domotique-scenarios__history{border:1px solid var(--border);background:#ffffff57;border-radius:10px;padding:.85rem}.domotique-scenarios__header{justify-content:space-between;align-items:flex-end;gap:1rem;display:flex}.domotique-scenarios__header h2,.domotique-scenarios__editor h3,.domotique-scenarios__history h3{color:var(--primary-dark);margin:0;font-size:.95rem}.domotique-scenarios__header p{color:var(--muted);margin:.2rem 0 0;font-size:.75rem;font-weight:800}.domotique-scenarios__actions,.domotique-scenarios-form__actions,.domotique-scenarios-actions-editor__header{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.domotique-scenarios__table-card .data-table-wrapper{max-height:250px;overflow:auto}.domotique-scenarios__history .data-table-wrapper{max-height:190px;overflow:auto}.domotique-scenarios__table-card .data-table-modern,.domotique-scenarios__history .data-table-modern{min-width:980px;font-size:.72rem}.domotique-scenarios-form{gap:.75rem;display:grid}.domotique-scenarios-form__grid{grid-template-columns:minmax(180px,1fr) minmax(180px,1fr) minmax(180px,1fr) auto;align-items:end;gap:.75rem;display:grid}.domotique-scenarios-form__enabled{min-height:38px;color:var(--text);align-items:center;gap:.45rem;font-size:.8rem;font-weight:900;display:inline-flex}.domotique-scenarios-actions-editor{background:#ffffff47;border:1px solid #3d6f9f29;border-radius:8px;gap:.6rem;padding:.75rem;display:grid}.domotique-scenarios-actions-editor h4,.domotique-scenarios-actions-editor p{margin:0}.domotique-scenarios-actions-editor h4{color:var(--text);font-size:.84rem}.domotique-scenarios-actions-editor p{color:var(--muted);font-size:.78rem;font-weight:800}.domotique-scenarios-actions-editor__header{justify-content:space-between}.domotique-scenarios-actions-editor__list{gap:.45rem;display:grid}.domotique-scenarios-action-row{grid-template-columns:minmax(150px,.8fr) minmax(120px,.5fr) minmax(220px,1.2fr) minmax(100px,.5fr) auto;gap:.5rem;display:grid}.domotique-scenarios-action-row select,.domotique-scenarios-action-row input{min-height:34px;color:var(--text);font:inherit;background:#fff;border:1px solid #3d6f9f29;border-radius:8px;padding:0 .65rem;font-size:.78rem;font-weight:800}.domotique-settings{flex-direction:column;flex:auto;gap:.75rem;min-height:0;display:flex}.domotique-settings__header{border:1px solid var(--border);background:#ffffff57;border-radius:10px;padding:1rem}.domotique-settings__header h2{color:var(--text);margin:0 0 .25rem;font-size:1.05rem}.domotique-settings__header p{color:var(--muted);margin:0;font-weight:800}.domotique-settings__grid{grid-template-columns:minmax(300px,.8fr) minmax(420px,1.2fr);gap:1rem;min-height:0;display:grid}.domotique-settings__grid--equipment{grid-template-columns:minmax(320px,.7fr) minmax(420px,1.3fr)}.domotique-settings__grid--plan{grid-template-columns:minmax(300px,.55fr) minmax(520px,1.45fr)}.domotique-settings-card{border:1px solid var(--border);background:#ffffff57;border-radius:10px;flex-direction:column;gap:.75rem;min-height:0;padding:1rem;display:flex}.domotique-settings-form{flex-direction:column;gap:.65rem;display:flex}.domotique-settings-form h3{color:var(--primary-dark);margin:0;font-size:.95rem}.domotique-settings-form__row{grid-template-columns:minmax(180px,1fr) minmax(180px,.85fr);gap:.75rem;display:grid}.domotique-settings-form__actions{flex-wrap:wrap;gap:.5rem;display:flex}.domotique-settings-selection{background:#ffffff47;border:1px solid #3d6f9f29;border-radius:8px;padding:.75rem}.domotique-settings-selection h4{color:var(--text);margin:0 0 .65rem;font-size:.82rem}.domotique-settings-selection__list{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.5rem .75rem;max-height:180px;display:grid;overflow:auto}.domotique-settings-selection__item{color:var(--text);align-items:center;gap:.45rem;font-size:.82rem;font-weight:800;display:flex}.domotique-settings-selection__empty{color:var(--muted);margin:0;font-weight:800}.domotique-icon-library{grid-template-columns:repeat(auto-fit,minmax(118px,1fr));gap:.45rem;max-height:210px;display:grid;overflow:auto}.domotique-icon-library__item{min-width:0;min-height:36px;color:var(--text);cursor:pointer;background:#ffffff8f;border:1px solid #3d6f9f29;border-radius:8px;grid-template-columns:24px minmax(0,1fr);align-items:center;gap:.45rem;padding:.35rem .5rem;font-size:.76rem;font-weight:900;display:grid}.domotique-icon-library__item>span:last-child{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.domotique-icon-library__item input{opacity:0;pointer-events:none;position:absolute}.domotique-icon-library__item.is-selected{color:var(--primary-dark);background:#eef6ff;border-color:#3d6f9f6b}.domotique-icon-library__glyph{background:#3d6f9f1a;border-radius:7px;place-items:center;width:24px;height:24px;display:grid}.domotique-icon-library__glyph svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:16px;height:16px}.domotique-plan-upload{align-self:flex-start}.domotique-plan-upload input{display:none}.domotique-plan-view{flex-direction:column;flex:auto;gap:.75rem;min-height:0;display:flex}.domotique-plan-main{flex:auto;grid-template-columns:210px minmax(0,1fr);gap:.75rem;min-height:0;display:grid}.domotique-plan-sidebar{flex-direction:column;gap:.75rem;min-width:0;display:flex}.domotique-plan-metrics{border:1px solid var(--border);background:#ffffff57;border-radius:10px;flex-direction:column;align-self:start;gap:.65rem;padding:.85rem;display:flex}.domotique-plan-metrics__item{background:#eef6ff9e;border:1px solid #3d6f9f24;border-radius:8px;gap:.25rem;padding:.65rem;display:grid}.domotique-plan-metrics__item span{color:var(--muted);font-size:.75rem;font-weight:900}.domotique-plan-metrics__item strong{color:var(--primary-dark);font-size:1.05rem;font-weight:900}.domotique-plan-frame{border:1px solid var(--border);background:#ffffff52;border-radius:10px;flex-direction:column;flex:auto;width:100%;min-width:0;min-height:320px;display:flex;overflow:hidden}.domotique-plan-toolbar{border-bottom:1px solid var(--border);color:var(--text);background:#dfedf89e;flex:none;justify-content:flex-end;align-items:center;gap:.45rem;padding:.5rem;font-size:.78rem;font-weight:800;display:flex}.domotique-plan-toolbar span{text-align:center;min-width:54px}.domotique-plan-view .domotique-plan-frame{height:calc(100vh - 330px);min-height:320px}.domotique-settings__grid--plan .domotique-plan-frame{height:calc(100vh - 310px);min-height:360px}.domotique-plan-canvas{scrollbar-gutter:stable;background:#ffffff70;flex:auto;min-width:0;min-height:0;position:relative;overflow:hidden auto}.domotique-plan-horizontal-scroll{border-top:1px solid var(--border);background:#dfedf89e;flex:none;padding:.35rem .65rem}.domotique-plan-horizontal-scroll input{width:100%;accent-color:var(--primary);display:block}.domotique-plan-horizontal-scroll input:disabled{opacity:.35}.domotique-plan-canvas__surface{min-width:0;margin:0 auto;position:relative}.domotique-plan-canvas__surface--editable{cursor:crosshair}.domotique-plan-canvas img{-webkit-user-select:none;user-select:none;width:100%;height:auto;display:block}.domotique-plan-canvas__measure{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.domotique-plan-canvas__crop{background:#ffffffc7;width:100%;height:auto;display:block}.domotique-plan-canvas__loading{min-height:320px;color:var(--muted);place-items:center;font-weight:800;display:grid}.domotique-plan-canvas__surface>svg:not(.domotique-plan-canvas__crop){pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.domotique-plan-canvas__area{fill:#347ebf42;stroke:#1f5b8fe0;stroke-width:.002px}.domotique-plan-canvas__draft-line{fill:none;stroke:#1f5b8fe6;stroke-dasharray:.012 .01;stroke-width:.002px}.domotique-plan-canvas__point{stroke:#1f5b8feb;stroke-width:.0015px;stroke-linecap:round}.domotique-plan-icons{pointer-events:none;position:absolute;inset:0}.domotique-plan-icon-wrapper{z-index:3;pointer-events:auto;position:absolute;transform:translate(-50%,-50%)}.domotique-plan-icon{width:30px;height:30px;color:var(--primary-dark);cursor:pointer;pointer-events:auto;background:#ffffffe6;border:1px solid #3d6f9f6b;border-radius:999px;place-items:center;display:grid;box-shadow:0 6px 16px #1f3a532e}.domotique-plan-icon--active{color:#1f7a4d;background:#def8e9f5;border-color:#26855485}.domotique-plan-icon--closed{color:#95434b;background:#ffeef0f5;border-color:#95434b6b}.domotique-plan-icon--moving{color:#8a5b19;background:#fff6e0f5;border-color:#be7e2573}.domotique-plan-icon__settings{width:16px;height:16px;color:var(--primary-dark);cursor:pointer;background:#eef6ff;border:1px solid #3d6f9f52;border-radius:999px;place-items:center;padding:0;display:grid;position:absolute;bottom:-5px;right:-5px;box-shadow:0 4px 10px #1f3a5329}.domotique-plan-cover-popover{z-index:6;border:1px solid var(--border);background:#fffffff7;border-radius:8px;justify-items:center;width:210px;padding:.7rem;display:grid;position:absolute;top:34px;left:20px;box-shadow:0 14px 32px #1f3a5333}.domotique-plan-cover-popover__header{width:100%;color:var(--text);text-align:center;gap:.15rem;display:grid}.domotique-plan-cover-popover__header span{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:.72rem;font-weight:800;overflow:hidden}.domotique-plan-cover-popover__header strong{color:var(--primary-dark);font-size:1rem;font-weight:900}.domotique-plan-cover-popover__button-mode{gap:.45rem;margin:.75rem 0 .65rem;display:grid}.domotique-plan-cover-popover__button-mode button{width:58px;height:48px;color:var(--primary-dark);cursor:pointer;font:inherit;background:#eef6ff;border:1px solid #3d6f9f2e;border-radius:18px;place-items:center;font-size:1.05rem;font-weight:900;display:grid;box-shadow:inset 0 1px #ffffffb8}.domotique-plan-cover-popover__position{cursor:ns-resize;touch-action:none;background:repeating-linear-gradient(#3d6f9f1f,#3d6f9f1f 1px,#ffffffb8 1px 13px);border:1px solid #3d6f9f33;border-radius:26px;width:74px;height:168px;margin:.75rem 0 .65rem;position:relative;overflow:visible;box-shadow:inset 0 0 0 1px #fff9}.domotique-plan-cover-popover__position-fill{z-index:0;background:linear-gradient(#3d6f9fb8,#1f5b8feb);border-top:1px solid #1f5b8f66;border-radius:25px;position:absolute;top:0;left:0;right:0;overflow:hidden}.domotique-plan-cover-popover__position span{z-index:1;color:var(--text);white-space:nowrap;background:#ffffffeb;border-radius:999px;padding:.18rem .4rem;font-size:.72rem;font-weight:900;position:absolute;right:-.4rem;transform:translate(100%,-50%);box-shadow:0 5px 12px #1f3a532e}.domotique-plan-cover-popover__switch{background:#1f3a5314;border-radius:999px;gap:.2rem;margin-bottom:.6rem;padding:.2rem;display:flex}.domotique-plan-cover-popover__switch button{width:28px;height:28px;color:var(--muted);cursor:pointer;font:inherit;background:0 0;border:0;border-radius:999px;place-items:center;font-size:.9rem;font-weight:900;display:grid}.domotique-plan-cover-popover__switch button.is-active{color:var(--primary-dark);background:#fff;box-shadow:0 3px 10px #1f3a5329}.domotique-plan-cover-popover__presets{grid-template-columns:repeat(4,1fr);gap:.35rem;width:100%;display:grid}.domotique-plan-cover-popover__presets button{min-height:26px;color:var(--primary-dark);cursor:pointer;font:inherit;background:#eef6ffeb;border:1px solid #3d6f9f29;border-radius:999px;font-size:.72rem;font-weight:900}.domotique-plan-thermostat-popover{z-index:6;border:1px solid var(--border);width:230px;color:var(--text);background:#fffffff7;border-radius:10px;justify-items:center;padding:.8rem;display:grid;position:absolute;top:34px;left:20px;box-shadow:0 14px 32px #1f3a5333}.domotique-plan-thermostat-popover__header{gap:.15rem;width:100%;display:grid}.domotique-plan-thermostat-popover__header span,.domotique-plan-thermostat-popover__current span{color:var(--muted);font-size:.72rem;font-weight:900}.domotique-plan-thermostat-popover__header strong{color:var(--primary-dark);text-overflow:ellipsis;white-space:nowrap;font-size:.92rem;font-weight:900;overflow:hidden}.domotique-plan-thermostat-popover__current{justify-items:center;gap:.2rem;margin-top:.7rem;display:grid}.domotique-plan-thermostat-popover__current strong{color:var(--text);font-size:1.05rem;font-weight:900}.domotique-plan-thermostat-popover__dial{background:radial-gradient(circle at center, #fffffff7 0 56%, transparent 57%), conic-gradient(from 225deg, var(--primary) 0 var(--thermostat-progress), #1f3a531f var(--thermostat-progress) 270deg, transparent 270deg);border-radius:999px;place-items:center;width:148px;height:148px;margin:.75rem 0 .55rem;display:grid}.domotique-plan-thermostat-popover__dial-inner{justify-items:center;gap:.25rem;display:grid}.domotique-plan-thermostat-popover__dial-inner span{color:var(--muted);font-size:.75rem;font-weight:900}.domotique-plan-thermostat-popover__dial-inner strong{color:var(--text);font-size:1.75rem;font-weight:900}.domotique-plan-thermostat-popover__adjust{gap:1rem;display:flex}.domotique-plan-thermostat-popover__adjust button{width:34px;height:34px;color:var(--primary-dark);cursor:pointer;font:inherit;background:#eef6ff;border:1px solid #3d6f9f47;border-radius:999px;place-items:center;font-size:1.05rem;font-weight:900;display:grid}.domotique-plan-thermostat-popover__mode{margin-top:.75rem;position:relative}.domotique-plan-thermostat-popover__mode>button{min-width:118px;min-height:34px;color:var(--primary-dark);cursor:pointer;font:inherit;background:#eef6ffeb;border:1px solid #3d6f9f2e;border-radius:8px;font-size:.78rem;font-weight:900}.domotique-plan-thermostat-popover__menu{z-index:1;border:1px solid var(--border);background:#fff;border-radius:8px;min-width:120px;display:grid;position:absolute;top:calc(100% + .35rem);left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 10px 24px #1f3a532e}.domotique-plan-thermostat-popover__menu button{color:var(--text);cursor:pointer;font:inherit;text-align:left;background:0 0;border:0;padding:.55rem .7rem;font-size:.78rem;font-weight:900}.domotique-plan-thermostat-popover__menu button:hover{color:var(--primary-dark);background:#eef6ff}.domotique-plan-icon svg,.domotique-plan-palette__item svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:18px;height:18px}.domotique-plan-icon__settings svg{stroke-width:2.4px;width:9px;height:9px}.domotique-plan-palette{border:1px solid var(--border);background:#ffffff57;border-radius:10px;padding:.75rem}.domotique-plan-palette h3{color:var(--text);margin:0 0 .6rem;font-size:.88rem}.domotique-plan-palette__list{gap:.45rem;max-height:calc(100vh - 520px);display:grid;overflow:auto}.domotique-plan-palette__item{width:100%;min-height:32px;color:var(--primary-dark);cursor:grab;font:inherit;background:#eef6ff;border:1px solid #3d6f9f2e;border-radius:8px;align-items:center;gap:.45rem;padding:0 .6rem;font-size:.76rem;font-weight:900;display:inline-flex;overflow:hidden}.domotique-plan-palette__item span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.domotique-settings .data-table-shell{flex:auto;min-height:0}.domotique-settings .data-table-wrapper{flex:auto;min-height:260px;max-height:calc(100vh - 430px);overflow:auto}.domotique-settings .data-table-modern{min-width:520px}.domotique-equipment__alert-badge{min-height:24px;color:var(--muted);white-space:nowrap;background:#eef6ffe6;border-radius:999px;align-items:center;padding:0 .65rem;font-size:.76rem;font-weight:900;display:inline-flex}.domotique-equipment__alert-badge.is-active{color:#9f2f2f;background:#ffe2e2f2}.domotique-alerts{gap:.9rem;display:grid}.domotique-alerts__header,.domotique-alert-modal__title{justify-content:space-between;align-items:center;gap:.8rem;display:flex}.domotique-alerts__header h2,.domotique-alerts__header p,.domotique-alert-modal__title h4{margin:0}.domotique-alerts__header p{color:var(--muted);font-size:.82rem;font-weight:800}.domotique-alert-modal{max-width:min(1180px,100vw - 32px)}.domotique-alert-modal__grid{grid-template-columns:minmax(620px,1.35fr) minmax(320px,.65fr);gap:1.25rem;display:grid}.domotique-alert-modal .data-table-wrapper{max-height:360px;overflow:hidden auto}.domotique-alert-modal .data-table-modern{table-layout:fixed;width:100%;min-width:0}.domotique-alert-modal .data-table-modern th:first-child,.domotique-alert-modal .data-table-modern td:first-child{width:32%}.domotique-alert-modal .data-table-modern th:nth-child(2),.domotique-alert-modal .data-table-modern td:nth-child(2){width:22%}.domotique-alert-modal .data-table-modern th:nth-child(3),.domotique-alert-modal .data-table-modern td:nth-child(3){width:20%}.domotique-alert-modal .data-table-modern th:nth-child(4),.domotique-alert-modal .data-table-modern td:nth-child(4){width:26%}.domotique-alert-modal .data-table-modern td{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}@media (width<=900px){.domotique-equipment__header{flex-direction:column;align-items:stretch}.domotique-equipment__search{width:100%}.domotique-equipment .data-table-wrapper{max-height:none}.domotique-settings__grid,.domotique-settings-form__row,.domotique-scenarios-form__grid,.domotique-scenarios-action-row,.domotique-alert-modal__grid,.domotique-plan-main{grid-template-columns:1fr}.domotique-settings .data-table-wrapper{max-height:none}}.login-page{background:linear-gradient(135deg,#dbeafe,#f8fafc);place-items:center;min-height:100vh;padding:2rem;display:grid}.login-card{width:100%;max-width:420px;box-shadow:var(--shadow);border:1px solid var(--border);background:#fff;border-radius:18px;padding:2rem}.login-card h1{margin-top:0;margin-bottom:.5rem}.login-card p{color:var(--muted)}.login-form{gap:1rem;margin-top:1.5rem;display:grid}.form-field{gap:.45rem;display:grid}.form-field span{font-weight:700}.form-field input,.form-field select{border:1px solid var(--border);background:#fff;border-radius:10px;padding:.8rem .9rem}.login-error{color:#b91c1c;background:#dc26261a;border:1px solid #dc262647;border-radius:12px;margin:1rem 0 1.25rem;padding:.85rem 1rem;font-weight:600;line-height:1.4}.password-change-card{border:1px solid var(--border);max-width:520px;box-shadow:var(--shadow);background:#fff;border-radius:16px;margin:3rem auto;padding:2rem}.login-page--modern{background:radial-gradient(circle at 100% 0,#d6eaf6f2,#0000 30%),radial-gradient(circle at 0 100%,#2b445ce6,#0000 35%),linear-gradient(135deg,#26384a 0%,#c8d4df 52%,#d9e5ee 100%);place-items:center;min-height:100vh;padding:2rem;font-family:Roboto,Arial,sans-serif;display:grid}.login-shell{width:100%;max-width:820px}.login-panel{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1f;border:2px solid #ffffffa6;box-shadow:0 20px 40px #0f172a2e,inset 0 1px #ffffff38}.login-panel__header{text-align:center;background:#fff3;border-bottom:1px solid #ffffff2e;padding:2rem 2.5rem 1.4rem}.login-panel__header h1{letter-spacing:.02em;color:#414f5eb8;margin:0 0 .75rem;font-size:3rem;font-weight:300}.login-panel__header p{color:#fffffff2;margin:0;font-size:1.15rem;line-height:1.5}.login-panel__body{gap:1.8rem;padding:2rem 3.4rem 2.8rem;display:grid}.login-modern-field{gap:.75rem;display:grid}.login-modern-field span{color:#fffffffa;font-size:1.05rem;font-weight:500}.login-modern-field input{color:#fff;width:100%;box-shadow:none;background:0 0;border:none;border-bottom:3px solid #ffffffb3;border-radius:0;outline:none;padding:.95rem 0;font-size:1.15rem}.login-modern-field input::placeholder{color:#ffffffb8}.login-modern-field input:focus{border-bottom-color:#fff}.login-modern-button{color:#fff;letter-spacing:.02em;background:#ffffff29;border:2px solid #ffffffb8;border-radius:0;justify-self:center;min-width:240px;margin-top:.4rem;padding:.95rem 1.8rem;font-size:1.15rem;font-weight:500;transition:background .2s,transform .2s,border-color .2s}.login-modern-button:hover{background:#ffffff3d;border-color:#fff;transform:translateY(-1px)}.login-modern-button:disabled{opacity:.7;cursor:default;transform:none}.login-error--boxed{color:#fdd;text-align:left;background:#7f1d1d24;border:1px solid #dc262673;max-width:520px;margin:1rem auto 0;padding:.9rem 1rem;font-weight:600;line-height:1.4}@media (width<=700px){.login-page--modern{padding:1rem}.login-panel__header{padding:1.5rem 1.25rem 1.1rem}.login-panel__header h1{font-size:2.2rem}.login-panel__header p{font-size:1rem}.login-panel__body{padding:1.5rem 1.25rem 2rem}.login-modern-button{width:100%}}.content-page--security-settings{align-content:start;gap:.75rem;min-height:auto;padding:1.25rem 1.5rem;display:grid}.content-page--security-settings .banking-tabs{margin-bottom:.1rem}.security-page-header{margin-bottom:.15rem}.security-section-stack{gap:1rem;display:grid}.security-section-stack--account{grid-template-columns:minmax(320px,420px) minmax(0,1fr);align-items:start}.security-section-stack--account>.admin-card{height:100%}.account-avatar-card{grid-template-columns:1fr auto;align-items:center;gap:1rem 1.25rem;display:grid}.account-avatar-preview{width:92px;height:92px;color:var(--primary-dark);box-shadow:var(--shadow-soft);background:#3d6f9f29;border:3px solid #ffffffe6;border-radius:999px;place-items:center;font-size:2.6rem;font-weight:800;display:grid;overflow:hidden}.account-avatar-preview img{object-fit:cover;width:100%;height:100%}.account-avatar-form{grid-column:1/-1;gap:.85rem;display:grid}.account-avatar-actions{flex-wrap:wrap;gap:.75rem;display:flex}.avatar-file-picker{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.avatar-file-picker__button{cursor:pointer}.avatar-file-picker__button input{display:none}.avatar-file-picker__name{color:var(--muted);font-size:.95rem}.mobile-app-card__content{grid-template-columns:minmax(220px,auto) minmax(0,1fr);align-items:center;gap:1.25rem;padding:1rem 0;display:grid}.mobile-app-card__content+.mobile-app-card__content{border-top:1px solid #3d6f9f24}.mobile-app-card__list{display:grid}.mobile-app-card__qr{margin:0}.mobile-app-card__details{gap:.85rem;display:grid}.mobile-app-card__link{color:var(--primary-dark);overflow-wrap:anywhere;font-weight:600;text-decoration:none}.mobile-app-card__link:hover{text-decoration:underline}.mobile-app-card__actions{flex-wrap:wrap;gap:.75rem;display:flex}.mobile-app-card__hint{color:var(--muted);margin:0;font-size:.95rem}@media (width<=860px){.security-section-stack--account{grid-template-columns:1fr}.content-page--security-settings{padding:1rem}.mobile-app-card__content{grid-template-columns:1fr}}.admin-audit-page{flex-direction:column;gap:1rem;min-height:100%;display:flex}.audit-date-filters{background:#ffffff61;border:1px solid #3d6f9f24;border-radius:12px;flex-wrap:wrap;align-items:end;gap:.75rem;padding:.75rem;display:flex}.audit-date-filters .form-field{gap:.35rem;min-width:180px}.audit-date-filters .form-field input{border-radius:9px;min-height:32px;font-size:.9rem}.audit-data-table .data-table-modern__row{cursor:pointer}.audit-data-table{flex:auto;min-height:0}.audit-data-table .data-table-shell{height:100%}.audit-data-table .data-table-wrapper{min-height:100%}.audit-details-textarea{min-height:260px}@media (width<=900px){.audit-date-filters{flex-direction:column;align-items:stretch}}.security-grid{grid-template-columns:minmax(320px,420px) 1fr;gap:1.5rem;display:grid}.security-status-row{border-bottom:1px solid #e5e7eb;grid-template-columns:180px 1fr;gap:1rem;padding:.75rem 0;display:grid}.security-status-row:last-of-type{margin-bottom:1.25rem}.security-block{gap:.5rem;margin-bottom:1rem;display:grid}.security-code{border:1px solid var(--border);overflow-wrap:anywhere;background:#f8fafc;border-radius:10px;padding:.9rem 1rem;display:block}.security-textarea{border:1px solid var(--border);resize:vertical;width:100%;min-height:120px;font:inherit;border-radius:10px;padding:.9rem 1rem}.security-help{color:var(--muted);line-height:1.45}.security-qr-wrapper{border:1px solid var(--border);background:#fff;border-radius:12px;justify-content:center;margin-bottom:1rem;padding:1rem;display:flex}.security-details{margin-bottom:1rem}.security-details summary{cursor:pointer;margin-bottom:.75rem;font-weight:700}.security-block--top{margin-top:.75rem}@media (width<=900px){.security-grid{grid-template-columns:1fr}}.content-page>.admin-card{margin-bottom:1rem}.security-dashboard-cards{grid-template-columns:repeat(2,minmax(220px,1fr));gap:1rem;margin-bottom:1rem;display:grid}.security-kpi-card{flex-direction:column;gap:.75rem;display:flex}.security-kpi-value{color:#0f172a;font-size:2rem;font-weight:800}.security-dashboard-list{gap:.75rem;display:grid}.security-dashboard-list__row{border:1px solid var(--border);background:#fff;border-radius:10px;justify-content:space-between;align-items:center;padding:.75rem .9rem;display:flex}@media (width<=900px){.security-dashboard-cards{grid-template-columns:1fr}}.security-locks-table__key{word-break:break-word}.lock-type-badge{border-radius:999px;padding:.25rem .55rem;font-size:.8rem;font-weight:700;display:inline-block}.lock-type-badge--user{color:#1d4ed8;background:#2563eb1f}.lock-type-badge--ip{color:#b45309;background:#d9770624}.lock-type-badge--user-ip{color:#b91c1c;background:#dc26261f}.security-locks-data-table .data-table-modern__row{cursor:default}.role-permissions-page .data-table-wrapper{border-radius:10px}.role-permissions-page .data-table-modern{min-width:390px}.role-permissions-page .data-table-modern input[type=checkbox]{cursor:pointer;width:18px;height:18px}.document-admin-page{flex-direction:column;display:flex}.document-admin-header{justify-content:space-between;gap:1rem;margin-bottom:.75rem;display:flex}.document-admin-header h1{margin:0 0 .35rem}.document-admin-header p{color:var(--muted);margin:0}.document-admin-layout{grid-template-columns:minmax(260px,360px) minmax(0,1fr);gap:1rem;min-height:0;display:grid}.document-admin-sidebar,.document-admin-detail{align-content:start;gap:1rem;min-width:0;display:grid}.document-admin-panel{background:#ffffff5c;border:1px solid #3d6f9f24;border-radius:12px;padding:1rem}.document-admin-panel--highlight{background:#3d6f9f1a}.document-admin-panel__header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.85rem;display:flex}.document-admin-panel__header h2{color:var(--text);margin:0 0 .2rem;font-size:1.05rem}.document-admin-panel__header p{color:var(--muted);margin:0;font-size:.88rem}.document-admin-status{color:var(--primary-dark);white-space:nowrap;background:#3d6f9f29;border-radius:999px;padding:.28rem .6rem;font-size:.78rem;font-weight:800}.document-admin-tab-form,.document-admin-folder-form{gap:.85rem;display:grid}.document-admin-form-row{grid-template-columns:110px auto;align-items:end;gap:.85rem;display:grid}.document-admin-field-order input{width:100%}.document-admin-checkbox{min-height:34px;color:var(--text);white-space:nowrap;align-items:center;gap:.5rem;font-weight:700;display:inline-flex}.document-admin-actions,.document-admin-row-actions,.document-admin-selected-actions{flex-wrap:wrap;gap:.5rem;display:flex}.document-admin-selected-actions{margin-top:.85rem}.document-admin-tab-list{gap:.55rem;display:grid}.document-admin-tab-card{width:100%;color:var(--text);cursor:pointer;text-align:left;background:#fff6;border:1px solid #3d6f9f29;border-radius:10px;grid-template-columns:1fr auto;gap:.25rem .75rem;padding:.7rem .75rem;display:grid}.document-admin-tab-card strong{grid-row:span 2}.document-admin-tab-card span{color:var(--muted);text-align:right;font-size:.8rem}.document-admin-tab-card--active{border-color:var(--primary);background:#3d6f9f29}.document-admin-user-list{background:#ffffff4d;border:1px solid #3d6f9f24;border-radius:10px;gap:.65rem;padding:.85rem;display:grid}.document-admin-user-list__title{color:var(--text);font-weight:800}.document-admin-user-list__grid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:.45rem;display:grid}.document-admin-user-option{color:var(--text);align-items:center;gap:.5rem;display:inline-flex}.document-admin-folder-users{text-overflow:ellipsis;white-space:nowrap;max-width:36rem;display:block;overflow:hidden}.document-admin-empty{color:var(--muted)}@media (width<=1100px){.document-admin-layout{grid-template-columns:1fr}}@media (width<=700px){.document-admin-form-row,.document-admin-tab-card{grid-template-columns:1fr}.document-admin-tab-card span{text-align:left}.document-admin-folder-users{max-width:14rem}}.admin-backup-page{flex-direction:column;gap:1rem;display:flex}.admin-backup-header{margin-bottom:0}.admin-backup-status-card,.admin-backup-card,.admin-backup-history{background:#ffffff61;border:1px solid #3d6f9f24;border-radius:12px;padding:1rem}.admin-backup-status-card{gap:.8rem;display:grid}.admin-backup-status-card__summary{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.admin-backup-status-card__mode{color:var(--text);font-weight:700}.admin-backup-path{gap:.2rem;display:grid}.admin-backup-path span,.admin-backup-meta-grid span,.admin-backup-history__header p{color:var(--muted);font-size:.84rem;font-weight:700}.admin-backup-path strong{color:var(--text);overflow-wrap:anywhere}.admin-backup-status,.admin-backup-muted-badge{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:.28rem .62rem;font-size:.78rem;font-weight:800;display:inline-flex}.admin-backup-status--success{color:#15803d;background:#16a34a1f}.admin-backup-status--danger{color:#b91c1c;background:#dc26261f}.admin-backup-muted-badge{color:#475569;background:#64748b1f;align-self:flex-start}.admin-backup-grid{grid-template-columns:minmax(220px,.8fr) minmax(420px,1.6fr) minmax(220px,.8fr);gap:1rem;display:grid}.admin-backup-card{flex-direction:column;gap:.85rem;display:flex}.admin-backup-card h2,.admin-backup-history h2{color:var(--text);margin:0 0 .2rem;font-size:1.08rem}.admin-backup-card p,.admin-backup-history p{color:var(--muted);margin:0;line-height:1.4}.admin-backup-card__header,.admin-backup-history__header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.admin-backup-toggle{min-height:30px;color:var(--text);white-space:nowrap;align-items:center;gap:.45rem;font-weight:800;display:inline-flex}.admin-backup-scheduler-form{grid-template-columns:minmax(220px,1fr) minmax(180px,.8fr);gap:.75rem;display:grid}.admin-backup-scheduler-form .form-group{gap:.35rem}.admin-backup-scheduler-form .form-group input,.admin-backup-scheduler-form .form-group select{border-radius:10px;min-height:34px;font-size:.9rem}.admin-backup-meta-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem;display:grid}.admin-backup-meta-grid div{background:#ffffff52;border:1px solid #3d6f9f1a;border-radius:10px;gap:.18rem;padding:.65rem;display:grid}.admin-backup-meta-grid strong{color:var(--text)}.admin-backup-file{overflow-wrap:anywhere;font-family:Consolas,Liberation Mono,monospace;font-size:.84rem}.admin-backup-message{text-overflow:ellipsis;white-space:nowrap;max-width:42rem;display:block;overflow:hidden}@media (width<=1200px){.admin-backup-grid,.admin-backup-scheduler-form,.admin-backup-meta-grid{grid-template-columns:1fr}}.admin-logs-page{flex-direction:column;gap:1rem;display:flex}.admin-logs-header{margin-bottom:0}.admin-logs-toolbar,.admin-logs-viewer{background:#ffffff61;border:1px solid #3d6f9f24;border-radius:12px;padding:1rem}.admin-logs-toolbar{grid-template-columns:minmax(260px,1fr) auto;align-items:end;gap:1rem;display:grid}.admin-logs-selector{min-width:0}.admin-logs-selector__row{grid-template-columns:minmax(220px,360px) auto;align-items:center;gap:.75rem;display:grid}.admin-logs-selector__row select{border-radius:10px;min-height:34px;font-size:.9rem}.admin-logs-file-badge,.admin-logs-lines-badge{color:var(--text);white-space:nowrap;background:#3d6f9f1a;border-radius:999px;justify-content:center;align-items:center;padding:.28rem .62rem;font-size:.78rem;font-weight:800;display:inline-flex}.admin-logs-file-badge{text-overflow:ellipsis;justify-self:start;max-width:100%;overflow:hidden}.admin-logs-viewer{flex-direction:column;gap:.85rem;display:flex}.admin-logs-viewer__header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.admin-logs-viewer h2{color:var(--text);margin:0 0 .2rem;font-size:1.08rem}.admin-logs-viewer p{color:var(--muted);margin:0;line-height:1.4}.admin-logs-terminal{color:#e5e7eb;white-space:pre-wrap;background:#0f172a;border-radius:12px;min-height:360px;max-height:560px;margin:0;padding:1rem;font-family:Consolas,Liberation Mono,monospace;font-size:.84rem;line-height:1.55;overflow:auto}@media (width<=900px){.admin-logs-toolbar,.admin-logs-selector__row{grid-template-columns:1fr}.admin-logs-toolbar{align-items:stretch}.admin-logs-viewer__header{flex-direction:column}}.admin-users-page{flex-direction:column;gap:24px;min-height:100%;display:flex}.page-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.page-header__actions{flex-wrap:wrap;gap:12px;display:flex}.page-header h1{color:#14233c;margin:0 0 8px;font-size:2rem;font-weight:700}.page-header p{color:#35445f;margin:0;font-size:.96rem;font-weight:500}.users-table-card,.user-editor-card{background:#fff;border:1px solid #dbe3ef;border-radius:18px;padding:24px;box-shadow:0 10px 30px #14233c0f}.admin-users-page .users-table-card{flex-direction:column;flex:auto;min-height:0;display:flex}.card-title-row{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.card-title-row h2{color:#14233c;margin:0 0 6px;font-size:1.45rem}.card-title-row p{color:#61708a;margin:0}.selected-user-badges{align-items:center;gap:8px;display:flex}.filters-grid,.form-grid{gap:16px;display:grid}.filters-grid{grid-template-columns:2fr 1fr 1fr 1fr;margin-bottom:20px}.admin-users-page .form-group select,.admin-users-page .form-group input{border-radius:10px;min-height:34px;font-size:.9rem}.admin-users-page .btn-primary,.admin-users-page .btn-secondary,.admin-users-page .btn-danger{font-size:.82rem;line-height:1.1}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.user-form{flex-direction:column;gap:20px;display:flex}.checkbox-readonly{opacity:.85}.form-actions{flex-wrap:wrap;gap:12px;display:flex}.password-reset-card{border-top:1px solid #e7edf6;margin-top:20px;padding-top:20px}.password-reset-card h3{color:#14233c;margin:0 0 12px;font-size:1.1rem}.password-reset-row{gap:12px;display:flex}.password-reset-row input{flex:1}.users-table{border-collapse:collapse;width:100%;min-width:1150px}.users-table thead th{color:#20314e;text-align:left;vertical-align:middle;background:#f7f9fc;border-bottom:1px solid #e2e8f3;padding:9px 12px;font-size:.86rem;font-weight:700}.users-table tbody td{color:#20314e;vertical-align:middle;border-bottom:1px solid #edf2f8;padding:8px 12px;font-size:.86rem;line-height:1.2}.users-table tbody tr{cursor:pointer;transition:background .15s}.users-table tbody tr:hover{background:#f7faff}.selected-row{background:#eef4ff!important}.table-sort-button{cursor:pointer;color:inherit;font:inherit;background:0 0;border:none;align-items:center;gap:8px;padding:0;font-weight:700;display:inline-flex}.table-sort-indicator{opacity:.8;font-size:.75rem}.row-actions{flex-wrap:wrap;gap:8px;display:flex}.admin-users-data-table .data-table-modern__row{cursor:pointer}.admin-users-data-table{flex:auto;min-height:0}.admin-users-data-table .data-table-shell{height:100%}.admin-users-data-table .data-table-wrapper{overflow:visible}@media (width<=1100px){.filters-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.password-reset-row{flex-direction:column}}@media (width<=760px){.page-header,.card-title-row,.modal-header,.modal-actions,.pagination-bar{flex-direction:column;align-items:stretch}.filters-grid,.form-grid{grid-template-columns:1fr}}.admin-users-selection-actions{background:#f8fbff;border:1px solid #d9e3f0;border-radius:16px;justify-content:space-between;align-items:flex-start;gap:1.25rem;margin:1rem 0 1.25rem;padding:1rem 1.25rem;display:flex}.admin-users-selection-summary{flex-direction:column;gap:.5rem;min-width:280px;display:flex}.admin-users-selection-title{color:#5b6b84;text-transform:uppercase;letter-spacing:.04em;font-size:.9rem;font-weight:700}.admin-users-selection-main{color:#1d2b45;flex-wrap:wrap;gap:.85rem;font-size:1rem;display:flex}.admin-users-selection-field{gap:.12rem;display:grid}.admin-users-selection-field span{color:#61708a;text-transform:uppercase;font-size:.78rem;font-weight:700}.admin-users-selection-field strong{font-size:1rem}.admin-users-selection-login{color:#1d2b45}.admin-users-selection-meta{flex-wrap:wrap;gap:.5rem;display:flex}.admin-users-selection-chip{color:#31415f;background:#e9eef7;border-radius:999px;align-items:center;padding:.35rem .7rem;font-size:.85rem;font-weight:600;display:inline-flex}.admin-users-selection-chip--success{color:#157347;background:#dff5e8}.admin-users-selection-chip--danger{color:#b42318;background:#fbe4e8}.admin-users-selection-empty{color:#6b7280}.admin-users-selection-buttons{flex-wrap:wrap;justify-content:flex-end;gap:.75rem;display:flex}.admin-users-table-wrapper{overflow-x:auto}.admin-users-table{border-collapse:collapse;width:100%}.admin-users-table thead th{text-align:left;color:#223554;background:#f3f6fb;border-bottom:1px solid #d9e3f0;padding:.95rem 1rem;font-weight:700}.admin-users-table tbody td{color:#24344f;vertical-align:middle;border-bottom:1px solid #e5ecf5;padding:1rem}.admin-users-table tbody tr{cursor:pointer;transition:background-color .18s,box-shadow .18s}.admin-users-table tbody tr:hover{background:#f8fbff}.admin-users-table tbody tr.is-selected{background:#edf4ff;box-shadow:inset 3px 0 #2f66e0}.admin-users-empty-row{text-align:center;color:#6b7280;padding:1.4rem}.sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.status-pill{color:#44526b;background:#eef2f7;border-radius:999px;justify-content:center;align-items:center;min-width:54px;padding:.3rem .65rem;font-size:.82rem;font-weight:700;display:inline-flex}.status-pill--success{color:#157347;background:#dff5e8}.status-pill--danger{color:#b42318;background:#fbe4e8}@media (width<=1100px){.admin-users-selection-actions{flex-direction:column}.admin-users-selection-buttons{justify-content:flex-start}}a.btn-secondary,a.btn-primary,a.btn-danger{text-align:center;justify-content:center;align-items:center;display:inline-flex}
