:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}:root.light-theme{color:#213547;background-color:#fff}.light-theme a:hover{color:#747bff}.light-theme button{background-color:#f9f9f9}.sidebar{position:fixed;top:0;left:0;width:240px;height:100vh;background-color:#111;border-right:1px solid #333;display:flex;flex-direction:column;transition:width .3s ease;z-index:100}.sidebar.collapsed{width:60px}.sidebar-header{display:flex;justify-content:flex-end;padding:1rem;border-bottom:1px solid #333}.sidebar-toggle{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;border:none;color:#888;cursor:pointer;border-radius:6px;transition:background-color .2s,color .2s;font-size:16px}.sidebar-toggle:hover{background-color:#222;color:#fff}.sidebar-nav{flex:1;padding:1rem .75rem;display:flex;flex-direction:column;gap:.25rem}.sidebar-link{display:flex;align-items:center;gap:.75rem;padding:.75rem;color:#888;text-decoration:none;border-radius:8px;transition:background-color .2s,color .2s;white-space:nowrap;overflow:hidden}.sidebar-link:hover{background-color:#222;color:#fff}.sidebar-link.active{background-color:#646cff;color:#fff}.sidebar-icon{flex-shrink:0;font-size:18px}.sidebar-label{font-size:.9rem;font-weight:500}.sidebar.collapsed .sidebar-link{justify-content:center;padding:.75rem}.sidebar.collapsed .sidebar-header{justify-content:center}.sidebar-footer{display:flex;align-items:center;gap:.75rem;padding:1rem;border-top:1px solid #333;color:#888;font-size:.85rem;white-space:nowrap;overflow:hidden}.sidebar.collapsed .sidebar-footer{justify-content:center}.sidebar-user{overflow:hidden;text-overflow:ellipsis}.light-theme .sidebar{background-color:#fff;border-right-color:#e0e0e0}.light-theme .sidebar-header{border-bottom-color:#e0e0e0}.light-theme .sidebar-toggle:hover{background-color:#f0f0f0}.light-theme .sidebar-link{color:#666}.light-theme .sidebar-link:hover{background-color:#f0f0f0;color:#213547}.light-theme .sidebar-link.active{background-color:#646cff;color:#fff}.light-theme .sidebar-footer{border-top-color:#e0e0e0;color:#666}@media(max-width:768px){.sidebar{transform:translate(-100%)}.sidebar:not(.collapsed){transform:translate(0);width:240px}}.topbar{display:flex;justify-content:space-between;align-items:center;height:64px;padding:0 1.5rem;background-color:#111;border-bottom:1px solid #333}.topbar-left{display:flex;align-items:center;gap:1rem}.topbar-menu-btn{display:none;align-items:center;justify-content:center;width:40px;height:40px;background:transparent;border:none;color:#888;cursor:pointer;border-radius:8px;transition:background-color .2s,color .2s;font-size:18px}.topbar-menu-btn:hover{background-color:#222;color:#fff}.topbar-title{margin:0;font-size:1.25rem;font-weight:600;color:#fff}.topbar-right{position:relative}.topbar-user-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:transparent;border:none;color:#888;cursor:pointer;border-radius:50%;transition:background-color .2s,color .2s;font-size:20px}.topbar-user-btn:hover{background-color:#222;color:#fff}.topbar-dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:180px;background-color:#1a1a1a;border:1px solid #333;border-radius:8px;box-shadow:0 4px 16px #0000004d;overflow:hidden;z-index:200}.dropdown-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;background:transparent;border:none;color:#ccc;font-size:.875rem;text-align:left;cursor:pointer;transition:background-color .2s}.dropdown-item .anticon{font-size:14px}.dropdown-item:hover{background-color:#252525}.dropdown-item-danger{color:#ef4444}.dropdown-item-danger:hover{background-color:#ef44441a}.light-theme .topbar{background-color:#fff;border-bottom-color:#e0e0e0}.light-theme .topbar-title{color:#213547}.light-theme .topbar-menu-btn:hover,.light-theme .topbar-user-btn:hover{background-color:#f0f0f0;color:#213547}.light-theme .topbar-dropdown{background-color:#fff;border-color:#e0e0e0;box-shadow:0 4px 16px #0000001a}.light-theme .dropdown-item{color:#333}.light-theme .dropdown-item:hover{background-color:#f5f5f5}.light-theme .dropdown-item-danger{color:#dc2626}@media(max-width:768px){.topbar-menu-btn{display:flex}}.layout{display:flex;min-height:100vh}.layout-main{flex:1;display:flex;flex-direction:column;margin-left:240px;transition:margin-left .3s ease}.layout.sidebar-collapsed .layout-main{margin-left:60px}.layout-content{flex:1;padding:1.5rem;background-color:#1a1a1a}.light-theme .layout-content{background-color:#f5f5f5}@media(max-width:768px){.layout-main,.layout.sidebar-collapsed .layout-main{margin-left:0}}.login-page{display:flex;align-items:center;justify-content:center;min-height:100vh;width:100%;padding:1rem;box-sizing:border-box}.login-container{width:100%;max-width:400px;padding:2.5rem;border-radius:12px;background-color:#1a1a1a;box-shadow:0 4px 24px #0000004d}.login-title{font-size:1.75rem;font-weight:600;margin:0 0 .5rem;text-align:center}.login-subtitle{color:#888;text-align:center;margin:0 0 2rem;font-size:.95rem}.login-form{display:flex;flex-direction:column;gap:1.25rem}.login-button{width:100%;padding:.875rem 1rem;margin-top:.5rem;font-size:1rem;font-weight:600;color:#fff;background-color:#646cff;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s}.login-button:hover:not(:disabled){background-color:#535bf2}.login-button:disabled{opacity:.7;cursor:not-allowed}.light-theme .login-container{background-color:#fff;box-shadow:0 4px 24px #0000001a}.forgot-password-link{display:block;text-align:center;color:#646cff;text-decoration:none;font-size:.875rem;margin-top:.5rem}.forgot-password-link:hover{text-decoration:underline}.forgot-password-page{display:flex;align-items:center;justify-content:center;min-height:100vh;width:100%;padding:1rem;box-sizing:border-box}.forgot-password-container{width:100%;max-width:400px;padding:2.5rem;border-radius:12px;background-color:#1a1a1a;box-shadow:0 4px 24px #0000004d}.forgot-password-title{font-size:1.75rem;font-weight:600;margin:0 0 .5rem;text-align:center}.forgot-password-subtitle{color:#888;text-align:center;margin:0 0 2rem;font-size:.95rem}.forgot-password-form{display:flex;flex-direction:column;gap:1.25rem}.success-message p{margin:0 0 1.5rem;line-height:1.5}.light-theme .forgot-password-container{background-color:#fff;box-shadow:0 4px 24px #0000001a}.light-theme .forgot-password-subtitle{color:#666}.reset-password-page{display:flex;align-items:center;justify-content:center;min-height:100vh;width:100%;padding:1rem;box-sizing:border-box}.reset-password-container{width:100%;max-width:400px;padding:2.5rem;border-radius:12px;background-color:#1a1a1a;box-shadow:0 4px 24px #0000004d}.reset-password-title{font-size:1.75rem;font-weight:600;margin:0 0 .5rem;text-align:center}.reset-password-subtitle{color:#888;text-align:center;margin:0 0 2rem;font-size:.95rem}.reset-password-form{display:flex;flex-direction:column;gap:1.25rem}.light-theme .reset-password-container{background-color:#fff;box-shadow:0 4px 24px #0000001a}.light-theme .reset-password-subtitle,.light-theme .loading-text{color:#666}.activate-account-page{display:flex;align-items:center;justify-content:center;min-height:100vh;width:100%;padding:1rem;box-sizing:border-box}.activate-account-container{width:100%;max-width:400px;padding:2.5rem;border-radius:12px;background-color:#1a1a1a;box-shadow:0 4px 24px #0000004d}.activate-account-title{font-size:1.75rem;font-weight:600;margin:0 0 .5rem;text-align:center}.activate-account-subtitle{color:#888;text-align:center;margin:0 0 2rem;font-size:.95rem}.activate-account-form{display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-size:.875rem;font-weight:500;color:#ffffffde}.form-input{width:100%;padding:.75rem 1rem;font-size:1rem;font-family:inherit;border:1px solid #333;border-radius:8px;background-color:#242424;color:#ffffffde;transition:border-color .2s,box-shadow .2s;box-sizing:border-box}.form-input::placeholder{color:#666}.form-input:focus{outline:none;border-color:#646cff;box-shadow:0 0 0 3px #646cff33}.form-input-error{border-color:#ef4444}.form-input-error:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef444433}.error-message{font-size:.8rem;color:#ef4444}.error-banner{padding:.75rem 1rem;background-color:#ef44441a;border:1px solid #ef4444;border-radius:8px;color:#ef4444;font-size:.875rem;text-align:center}.submit-button{width:100%;padding:.875rem 1rem;margin-top:.5rem;font-size:1rem;font-weight:600;color:#fff;background-color:#646cff;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s}.submit-button:hover:not(:disabled){background-color:#535bf2}.submit-button:disabled{opacity:.7;cursor:not-allowed}.back-to-login-link{display:block;text-align:center;color:#646cff;text-decoration:none;font-size:.875rem;margin-top:.5rem}.back-to-login-link:hover{text-decoration:underline}.action-link{display:block;width:auto;padding:.875rem 1rem;margin-top:1rem;font-size:1rem;font-weight:600;color:#fff;background-color:#646cff;border:none;border-radius:8px;cursor:pointer;text-align:center;text-decoration:none;transition:background-color .2s}.action-link:hover{background-color:#535bf2}.success-message{text-align:center;padding:1.5rem;background-color:#22c55e1a;border:1px solid #22c55e;border-radius:8px;color:#22c55e}.success-message p{margin:0 0 1rem;line-height:1.5}.invalid-code-message{text-align:center;padding:1.5rem;background-color:#ef44441a;border:1px solid #ef4444;border-radius:8px;color:#ef4444}.invalid-code-message p{margin:0 0 1.5rem;line-height:1.5}.loading-text{text-align:center;color:#888;font-size:1rem}.light-theme .activate-account-container{background-color:#fff;box-shadow:0 4px 24px #0000001a}.light-theme .form-label{color:#213547}.light-theme .form-input{background-color:#fff;border-color:#ddd;color:#213547}.light-theme .form-input::placeholder{color:#999}.light-theme .activate-account-subtitle,.light-theme .loading-text{color:#666}.appareils-page{max-width:none!important}.appareils-page .page-header{display:flex;justify-content:space-between;align-items:flex-start}.appareils-page .page-header h2{margin-bottom:0}.appareils-page .filters-container{margin-top:1.5rem;width:100%}.appareils-page .filters-header{display:flex;align-items:center;gap:.5rem;font-weight:500}.appareils-page .filters-content{padding:.5rem 0}.appareils-page .filters-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}.appareils-page .filter-item{display:flex;flex-direction:column;gap:.5rem}.appareils-page .filter-item label{font-weight:500;font-size:.875rem;color:#94a3b8}.appareils-page .filters-actions{margin-top:1.5rem;display:flex;justify-content:flex-end}.appareils-page .filters-actions .ant-btn-primary{background-color:#646cff;border-color:#646cff;color:#fff}.appareils-page .filters-actions .ant-btn-primary:hover{background-color:#535bf2;border-color:#535bf2}.light-theme .appareils-page .filter-item label{color:#64748b}.appareils-page .devices-table-container{margin-top:1.5rem}.appareils-page .action-buttons{display:flex;gap:.25rem}.appareils-page .action-buttons .ant-btn{color:#646cff}.appareils-page .action-buttons .ant-btn:hover{color:#535bf2;background-color:#646cff1a}.device-detail{display:flex;flex-direction:column;gap:1rem}.device-photos{margin-bottom:.5rem}.device-photos .ant-carousel{background-color:#1a1a1a;border-radius:8px;padding:1rem}.device-photos .carousel-slide{display:flex!important;justify-content:center;align-items:center;min-height:200px}.device-photos .ant-carousel .slick-arrow{color:#fff;font-size:20px;z-index:1}.device-photos .ant-carousel .slick-prev{left:10px}.device-photos .ant-carousel .slick-next{right:10px}.device-photos-empty{background-color:#1a1a1a;border-radius:8px;padding:2rem}.raw-ocr{margin:0;padding:.75rem;background-color:#0f172a;border-radius:4px;font-size:.8rem;white-space:pre-wrap;word-break:break-word;max-height:150px;overflow-y:auto}.light-theme .device-photos .ant-carousel,.light-theme .device-photos-empty{background-color:#f1f5f9}.light-theme .raw-ocr{background-color:#f1f5f9;color:#1e293b}@media(max-width:1400px){.appareils-page .filters-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:1200px){.appareils-page .filters-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.appareils-page .filters-grid{grid-template-columns:1fr}}.appareil-detail-page{max-width:900px}.appareil-detail-page .detail-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.appareil-detail-page .detail-header h2{margin:0}.user-modal-form{margin-top:1rem}.form-row{display:flex;gap:1rem}.form-row.switches{flex-direction:column;gap:.5rem}.form-item-half{flex:1}.switch-item{margin-bottom:.5rem}.switch-item .ant-form-item-control-input-content{display:flex;align-items:center}.site-assignments{display:flex;flex-direction:column;gap:.75rem}.site-assignment-row{display:flex;align-items:center;gap:.75rem;padding:.5rem;background-color:#ffffff0a;border-radius:6px}.site-select{flex:1}.site-admin-toggle{display:flex;align-items:center;gap:.5rem}.site-admin-label{font-size:.875rem;color:#ffffffa6}.add-site-btn{width:100%}.site-hint{color:#ffffff73;font-size:.875rem;margin:.5rem 0 0;text-align:center}.light-theme .site-assignment-row{background-color:#00000005}.light-theme .site-admin-label{color:#000000a6}.light-theme .site-hint{color:#00000073}.utilisateurs-page{padding:1.5rem}.page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.page-header h2{margin:0 0 .25rem}.page-header p{margin:0;color:#888}.page-loading{display:flex;justify-content:center;align-items:center;min-height:300px}.users-table-container{background-color:#1a1a1a;border-radius:8px;overflow:hidden}.users-table-container .ant-table{background:transparent}.users-table-container .ant-table-thead>tr>th{background-color:#242424;border-bottom:1px solid #333}.users-table-container .ant-table-tbody>tr>td{border-bottom:1px solid #333}.users-table-container .ant-table-tbody>tr:hover>td{background-color:#2a2a2a}.customer-group-name{font-weight:600;font-size:1rem;display:flex;align-items:center;gap:.75rem}.site-group-name{font-weight:500;font-size:.95rem;display:flex;align-items:center;gap:.5rem;padding-left:1rem}.nested-sites-table{margin:0!important}.nested-sites-table .ant-table{background:#1f1f1f!important}.nested-sites-table .ant-table-tbody>tr>td{background-color:#1f1f1f;border-bottom:1px solid #333}.nested-sites-table .ant-table-tbody>tr:hover>td{background-color:#282828!important}.nested-users-table{margin:0!important}.nested-users-table .ant-table{background:#242424!important}.nested-users-table .ant-table-thead>tr>th{background-color:#2a2a2a!important}.nested-users-table .ant-table-tbody>tr>td{background-color:#242424}.nested-users-table .ant-table-tbody>tr:hover>td{background-color:#303030!important}.user-name-cell{display:flex;align-items:center;gap:.5rem}.site-admin-icon{color:#faad14;font-size:1rem}.role-tags{display:flex;gap:.25rem;flex-wrap:wrap}.action-buttons{display:flex;gap:.25rem}.users-summary{margin-top:1rem;display:flex;gap:.5rem}.light-theme .users-table-container{background-color:#fff;box-shadow:0 1px 3px #0000001a}.light-theme .users-table-container .ant-table-thead>tr>th{background-color:#fafafa;border-bottom:1px solid #f0f0f0}.light-theme .users-table-container .ant-table-tbody>tr>td{border-bottom:1px solid #f0f0f0}.light-theme .users-table-container .ant-table-tbody>tr:hover>td{background-color:#f5f5f5}.light-theme .nested-sites-table .ant-table{background:#f8f8f8!important}.light-theme .nested-sites-table .ant-table-tbody>tr>td{background-color:#f8f8f8;border-bottom:1px solid #f0f0f0}.light-theme .nested-sites-table .ant-table-tbody>tr:hover>td{background-color:#f0f0f0!important}.light-theme .nested-users-table .ant-table{background:#fafafa!important}.light-theme .nested-users-table .ant-table-thead>tr>th{background-color:#f5f5f5!important}.light-theme .nested-users-table .ant-table-tbody>tr>td{background-color:#fafafa}.light-theme .nested-users-table .ant-table-tbody>tr:hover>td{background-color:#f0f0f0!important}.light-theme .page-header p{color:#666}#root{width:100%;min-height:100vh}.loading{display:flex;align-items:center;justify-content:center;min-height:100vh;color:#888;font-size:1rem}.page{max-width:1200px}.page h2{margin:0 0 .5rem;font-size:1.5rem;font-weight:600}.page p{color:#888;margin:0}
