@charset "UTF-8";.navbar-logo{height:60px;width:auto;display:block}.navbar-brand-text{display:inline-block}.navbar-avatar-container{position:relative;margin-left:1rem}.navbar-avatar-badge{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;padding:0 4px;display:flex;align-items:center;justify-content:center;background:#dc3545;color:#fff;font-size:.7rem;font-weight:700;border-radius:9px;cursor:pointer;border:2px solid white;box-shadow:0 1px 3px #0003}.navbar-avatar-badge:hover{background:#c62232}.navbar-avatar-badge--small{position:static;min-width:20px;height:20px;margin-right:.5rem}.navbar-avatar-btn{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.navbar-avatar-btn:hover{transform:scale(1.05)}.navbar-avatar-btn:focus{outline:2px solid #005d95;outline-offset:2px;border-radius:50%}.navbar-avatar-image,.navbar-avatar-placeholder{width:40px;height:40px;border-radius:50%;border:none;transition:opacity .2s ease}.navbar-avatar-image{object-fit:cover}.navbar-avatar-placeholder{display:flex;align-items:center;justify-content:center;background:#495057;color:#fff;font-weight:700;font-size:.9rem}.navbar-avatar-btn:hover .navbar-avatar-image,.navbar-avatar-btn:hover .navbar-avatar-placeholder{opacity:.8}.navbar-dropdown{position:absolute;top:calc(100% + .5rem);right:0;background:#fff;border-radius:2px;box-shadow:0 10px 15px #0000001a;min-width:220px;z-index:1000;overflow:hidden;animation:dropdownFadeIn .2s ease}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.navbar-dropdown-header{padding:1rem;background:#f8f9fa;border-bottom:1px solid #dee2e6}.navbar-dropdown-user-info .navbar-dropdown-name{font-weight:700;color:#495057;font-size:.95rem;margin-bottom:.25rem}.navbar-dropdown-user-info .navbar-dropdown-email{color:#6c757d;font-size:.85rem}.navbar-dropdown-divider{height:1px;background:#dee2e6;margin:.5rem 0}.navbar-dropdown-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;background:none;border:none;text-align:left;cursor:pointer;color:#495057;font-size:.9rem;transition:background-color .2s ease;text-decoration:none}.navbar-dropdown-item:hover{background:#f8f9fa}.navbar-dropdown-item:focus{outline:none;background:#f8f9fa}.navbar-dropdown-item--danger{color:#dc3545}.navbar-dropdown-item--danger:hover{background:#fee;color:#bd2130}.navbar-dropdown-item--reminder{background:#fff8e6;font-weight:700}.navbar-dropdown-item--reminder:hover{background:#ffecb3}.navbar-dropdown-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;color:#6c757d;flex-shrink:0}.navbar-dropdown-icon svg{width:16px;height:16px;display:block}.navbar-dropdown-item--danger .navbar-dropdown-icon{color:#dc3545}@media (max-width: 768px){.navbar-dropdown{right:-1rem;min-width:200px}}.news-popup-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#000000eb;display:flex;align-items:center;justify-content:center;padding:2rem;animation:news-popup-fade-in .2s ease-out}@keyframes news-popup-fade-in{0%{opacity:0}to{opacity:1}}.news-popup{display:flex;flex-direction:column;max-width:560px;width:100%;max-height:85vh;background:#1a1a1a;border:1px solid #333;border-radius:4px;padding:1.5rem;box-shadow:0 8px 32px #00000080}.news-popup-title{margin:0 0 1rem;font-size:1.25rem;font-weight:600;color:#fff}.news-popup-content{flex:1;overflow-y:auto;font-size:1rem;line-height:1.6;color:#e0e0e0;margin-bottom:1.5rem;padding-right:.5rem}.news-popup-content h1,.news-popup-content h2,.news-popup-content h3,.news-popup-content h4,.news-popup-content h5,.news-popup-content h6{margin:1rem 0 .5rem;color:#fff}.news-popup-content p{margin:.5rem 0}.news-popup-content ul,.news-popup-content ol{margin:.5rem 0;padding-left:2rem}.news-popup-content strong{color:#fff}.news-popup-btn{align-self:flex-end;padding:.6rem 1.5rem;font-size:1rem;font-weight:600;color:#fff;background:#005d95;border:none;border-radius:4px;cursor:pointer;transition:background .2s}.news-popup-btn:hover{background:#004a75}.news-popup-btn:focus{outline:2px solid #005d95;outline-offset:2px}.imeis-history-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem}.imeis-history-modal.extra-copy-requests-modal{position:relative;background:#fff;border-radius:2px;box-shadow:0 10px 15px #0000001a;display:flex;flex-direction:column;overflow:hidden}.imeis-history-modal.extra-copy-requests-modal .imeis-history-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid #dee2e6}.imeis-history-modal.extra-copy-requests-modal .imeis-history-modal-header h3{margin:0;font-size:1.25rem;color:#495057}.imeis-history-modal.extra-copy-requests-modal .imeis-history-modal-header .imeis-history-modal-close{background:none;border:none;font-size:1.5rem;color:#6c757d;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:2px}.imeis-history-modal.extra-copy-requests-modal .imeis-history-modal-header .imeis-history-modal-close:hover{background:#f8f9fa;color:#495057}.imeis-history-modal.extra-copy-requests-modal .imeis-history-modal-body{padding:1.25rem;overflow-y:auto;flex:1}.imeis-history-modal.extra-copy-requests-modal .imeis-history-modal-footer{display:flex;justify-content:flex-end;gap:.5rem;padding:1rem 1.25rem;border-top:1px solid #dee2e6}.extra-copy-requests-modal .extra-copy-requests-list{list-style:none;padding:0;margin:0}.extra-copy-requests-modal .extra-copy-request-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 0;border-bottom:1px solid #eee}.extra-copy-requests-modal .extra-copy-request-item:last-child{border-bottom:none}.extra-copy-requests-modal .extra-copy-request-info{display:flex;flex-direction:column;gap:.25rem}.extra-copy-requests-modal .extra-copy-request-info .extra-copy-request-time{font-size:.85rem;color:#666}.extra-copy-requests-modal .extra-copy-request-actions{display:flex;gap:.5rem;flex-shrink:0}.extra-copy-notification-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem}.extra-copy-notification-modal{position:relative;background:#fff;border-radius:2px;box-shadow:0 10px 15px #0000001a;max-width:420px;width:90%;overflow:hidden}.extra-copy-notification-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid #dee2e6}.extra-copy-notification-header h3{margin:0;font-size:1.2rem;color:#495057}.extra-copy-notification-header .extra-copy-notification-close{background:none;border:none;font-size:1.5rem;color:#6c757d;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:2px}.extra-copy-notification-header .extra-copy-notification-close:hover{background:#f8f9fa;color:#495057}.extra-copy-notification-body{padding:1.25rem}.extra-copy-notification-body p{margin:0;line-height:1.5;font-size:1rem}.extra-copy-notification-body .extra-copy-notification-success{color:#2e7d32}.extra-copy-notification-body .extra-copy-notification-rejected{color:#c62828}.extra-copy-notification-footer{display:flex;justify-content:flex-end;padding:1rem 1.25rem;border-top:1px solid #dee2e6}.reminder-response-notification-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem}.reminder-response-notification-modal{position:relative;background:#fff;border-radius:2px;box-shadow:0 10px 15px #0000001a;max-width:420px;width:90%;overflow:hidden}.reminder-response-notification-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid #dee2e6}.reminder-response-notification-header h3{margin:0;font-size:1.2rem;color:#495057}.reminder-response-notification-header .reminder-response-notification-close{background:none;border:none;font-size:1.5rem;color:#6c757d;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:2px}.reminder-response-notification-header .reminder-response-notification-close:hover{background:#f8f9fa;color:#495057}.reminder-response-notification-body{padding:1.25rem}.reminder-response-notification-body p{margin:0;line-height:1.5;font-size:1rem}.reminder-response-notification-body .reminder-response-notification-success{color:#2e7d32}.reminder-response-notification-body .reminder-response-notification-rejected{color:#c62828}.reminder-response-notification-footer{display:flex;justify-content:flex-end;padding:1rem 1.25rem;border-top:1px solid #dee2e6}.auth-page{display:flex;justify-content:center;align-items:center;min-height:60vh;padding:2rem 0}.auth-container{width:100%;max-width:400px;background-color:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 6px #0000001a}.auth-container h2{text-align:center;margin-bottom:2rem}.auth-form .form-error{background-color:#dc35451a;color:#dc3545;padding:.5rem 1rem;border-radius:.25rem;margin-bottom:1rem;text-align:center}.auth-footer{text-align:center;margin-top:1.5rem;color:#6c757d}.auth-footer a{color:#005d95;font-weight:500}.home .hero{text-align:center;padding:3rem 0}.home .hero-subtitle{font-size:1.25rem;color:#6c757d;margin-bottom:2rem}.home .hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.home .saved-content{margin-top:3rem;padding:1.5rem 0}.home .saved-content .saved-text-content{font-size:1rem;line-height:1.6;color:#495057;direction:ltr;text-align:left}.home .saved-content .saved-text-content h1,.home .saved-content .saved-text-content h2,.home .saved-content .saved-text-content h3,.home .saved-content .saved-text-content h4,.home .saved-content .saved-text-content h5,.home .saved-content .saved-text-content h6{margin:1rem 0 .5rem;font-weight:700}.home .saved-content .saved-text-content p{margin:.5rem 0}.home .saved-content .saved-text-content ul,.home .saved-content .saved-text-content ol{margin:.5rem 0;padding-left:2rem}.home .saved-content .saved-text-content ul{list-style-type:disc}.home .saved-content .saved-text-content ol{list-style-type:decimal}.home .saved-content .saved-text-content ol li{padding-left:1rem}.home .saved-content .saved-text-content strong{font-weight:700}.home .saved-content .saved-text-content em{font-style:italic}.home .saved-content .saved-text-content u{text-decoration:underline}.text-editor{background:#fff;border-radius:.5rem;box-shadow:0 1px 2px #0000000d;overflow:hidden}.text-editor .text-editor-toolbar{display:flex;align-items:center;gap:.5rem;padding:.75rem;background:#f8f9fa;border-bottom:1px solid #dee2e6;flex-wrap:wrap}.text-editor .text-editor-toolbar .toolbar-btn{background:#fff;border:1px solid #dee2e6;border-radius:2px;padding:.4rem .6rem;cursor:pointer;font-size:.9rem;color:#495057;transition:all .2s ease;min-width:32px;height:32px;display:flex;align-items:center;justify-content:center}.text-editor .text-editor-toolbar .toolbar-btn svg{width:16px;height:16px;display:block}.text-editor .text-editor-toolbar .toolbar-btn:hover{background:#005d95;color:#fff;border-color:#005d95}.text-editor .text-editor-toolbar .toolbar-btn:hover svg{color:#fff}.text-editor .text-editor-toolbar .toolbar-btn:active{transform:scale(.95)}.text-editor .text-editor-toolbar .toolbar-divider{width:1px;height:24px;background:#dee2e6;margin:0 .25rem}.text-editor .text-editor-toolbar .toolbar-dropdown{position:relative;display:inline-block}.text-editor .text-editor-toolbar .toolbar-dropdown .toolbar-dropdown-menu{position:absolute;top:calc(100% + .25rem);left:0;background:#fff;border:1px solid #dee2e6;border-radius:2px;box-shadow:0 4px 6px #0000001a;z-index:100;min-width:200px;width:max-content;overflow:hidden}.text-editor .text-editor-toolbar .toolbar-dropdown .toolbar-dropdown-menu .toolbar-dropdown-item{display:block;width:100%;padding:.5rem 1rem;background:none;border:none;cursor:pointer;color:#495057;font-size:.9rem;transition:background .2s ease;direction:ltr;text-align:left;white-space:nowrap}.text-editor .text-editor-toolbar .toolbar-dropdown .toolbar-dropdown-menu .toolbar-dropdown-item:hover{background:#f8f9fa}.text-editor .text-editor-toolbar .toolbar-dropdown .toolbar-dropdown-menu .toolbar-dropdown-item:first-child{font-weight:700;font-size:1.2rem}.text-editor .text-editor-toolbar .toolbar-dropdown .toolbar-dropdown-menu .toolbar-dropdown-item:nth-child(2){font-weight:700;font-size:1.1rem}.text-editor .text-editor-toolbar .toolbar-dropdown .toolbar-dropdown-menu .toolbar-dropdown-item:nth-child(3){font-weight:700;font-size:1rem}.text-editor .text-editor-toolbar .toolbar-dropdown .toolbar-color-picker{position:absolute;top:calc(100% + .25rem);left:0;background:#fff;border:1px solid #dee2e6;border-radius:2px;box-shadow:0 4px 6px #0000001a;z-index:100;padding:.75rem;min-width:200px}.text-editor .text-editor-toolbar .toolbar-dropdown .toolbar-color-picker .color-input{width:100%;height:40px;border:1px solid #dee2e6;border-radius:2px;cursor:pointer;margin-bottom:.5rem}.text-editor .text-editor-toolbar .toolbar-dropdown .toolbar-color-picker .color-picker-presets{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}.text-editor .text-editor-toolbar .toolbar-dropdown .toolbar-color-picker .color-picker-presets .color-preset{width:100%;height:30px;border:1px solid #dee2e6;border-radius:2px;cursor:pointer;transition:transform .2s ease}.text-editor .text-editor-toolbar .toolbar-dropdown .toolbar-color-picker .color-picker-presets .color-preset:hover{transform:scale(1.1);border-color:#005d95}.text-editor .text-editor-content{min-height:300px;padding:1.5rem;font-size:1rem;line-height:1.6;color:#495057;outline:none;overflow-y:auto;max-height:600px;direction:ltr!important;text-align:left!important;unicode-bidi:embed}.text-editor .text-editor-content *{direction:ltr!important;text-align:left!important;unicode-bidi:embed}.text-editor .text-editor-content:empty:before{content:attr(data-placeholder);color:#999;font-style:italic}.text-editor .text-editor-content:focus{outline:2px solid #005d95;outline-offset:-2px}.text-editor .text-editor-content h1,.text-editor .text-editor-content h2,.text-editor .text-editor-content h3,.text-editor .text-editor-content h4,.text-editor .text-editor-content h5,.text-editor .text-editor-content h6{margin:1rem 0 .5rem;font-weight:700}.text-editor .text-editor-content p{margin:.5rem 0}.text-editor .text-editor-content ul{margin:.5rem 0;padding-left:2rem;list-style-type:disc;list-style-position:outside}.text-editor .text-editor-content ul li{margin:.25rem 0;display:list-item;list-style-type:disc}.text-editor .text-editor-content ul li[style*=text-align]{text-align:inherit!important}.text-editor .text-editor-content ul li[style*="text-align: left"]{text-align:left!important}.text-editor .text-editor-content ul li[style*="text-align: center"]{text-align:center!important}.text-editor .text-editor-content ul li[style*="text-align: right"]{text-align:right!important}.text-editor .text-editor-content ol{margin:.5rem 0;padding-left:2rem;list-style-type:decimal;list-style-position:outside}.text-editor .text-editor-content ol li{margin:.25rem 0;padding-left:1rem;display:list-item;list-style-type:decimal}.text-editor .text-editor-content ol li[style*=text-align]{text-align:inherit!important}.text-editor .text-editor-content ol li[style*="text-align: left"]{text-align:left!important}.text-editor .text-editor-content ol li[style*="text-align: center"]{text-align:center!important}.text-editor .text-editor-content ol li[style*="text-align: right"]{text-align:right!important}.text-editor .text-editor-content p[style*=text-align][style*="text-align: left"],.text-editor .text-editor-content div[style*=text-align][style*="text-align: left"],.text-editor .text-editor-content h1[style*=text-align][style*="text-align: left"],.text-editor .text-editor-content h2[style*=text-align][style*="text-align: left"],.text-editor .text-editor-content h3[style*=text-align][style*="text-align: left"],.text-editor .text-editor-content h4[style*=text-align][style*="text-align: left"],.text-editor .text-editor-content h5[style*=text-align][style*="text-align: left"],.text-editor .text-editor-content h6[style*=text-align][style*="text-align: left"]{text-align:left!important}.text-editor .text-editor-content p[style*=text-align][style*="text-align: center"],.text-editor .text-editor-content div[style*=text-align][style*="text-align: center"],.text-editor .text-editor-content h1[style*=text-align][style*="text-align: center"],.text-editor .text-editor-content h2[style*=text-align][style*="text-align: center"],.text-editor .text-editor-content h3[style*=text-align][style*="text-align: center"],.text-editor .text-editor-content h4[style*=text-align][style*="text-align: center"],.text-editor .text-editor-content h5[style*=text-align][style*="text-align: center"],.text-editor .text-editor-content h6[style*=text-align][style*="text-align: center"]{text-align:center!important}.text-editor .text-editor-content p[style*=text-align][style*="text-align: right"],.text-editor .text-editor-content div[style*=text-align][style*="text-align: right"],.text-editor .text-editor-content h1[style*=text-align][style*="text-align: right"],.text-editor .text-editor-content h2[style*=text-align][style*="text-align: right"],.text-editor .text-editor-content h3[style*=text-align][style*="text-align: right"],.text-editor .text-editor-content h4[style*=text-align][style*="text-align: right"],.text-editor .text-editor-content h5[style*=text-align][style*="text-align: right"],.text-editor .text-editor-content h6[style*=text-align][style*="text-align: right"]{text-align:right!important}.text-editor .text-editor-content strong{font-weight:700}.text-editor .text-editor-content em{font-style:italic}.text-editor .text-editor-content u{text-decoration:underline}.text-editor .text-editor-display{padding:1.5rem;min-height:200px;font-size:1rem;line-height:1.6;color:#495057;cursor:text;border:2px dashed transparent;transition:border-color .2s ease;direction:ltr;text-align:left}.text-editor .text-editor-display:hover{border-color:#dee2e6}.text-editor .text-editor-display h1,.text-editor .text-editor-display h2,.text-editor .text-editor-display h3,.text-editor .text-editor-display h4,.text-editor .text-editor-display h5,.text-editor .text-editor-display h6{margin:1rem 0 .5rem;font-weight:700}.text-editor .text-editor-display p{margin:.5rem 0}.text-editor .text-editor-display ul{margin:.5rem 0;padding-left:2rem;list-style-type:disc;list-style-position:outside}.text-editor .text-editor-display ul li{display:list-item;list-style-type:disc}.text-editor .text-editor-display ol{margin:.5rem 0;padding-left:2rem;list-style-type:decimal;list-style-position:outside}.text-editor .text-editor-display ol li{padding-left:1rem;display:list-item;list-style-type:decimal}.text-editor .text-editor-actions{display:flex;gap:.75rem;padding:1rem 1.5rem;background:#f8f9fa;border-top:1px solid #dee2e6;justify-content:flex-end}.dashboard{display:flex;flex-direction:column;gap:1.5rem}.dashboard h1{margin-bottom:2rem}.dashboard .excel-upload-section{display:flex;flex-direction:column;gap:1rem}.dashboard .excel-upload-section .form-group{display:flex;flex-direction:column;gap:.5rem}.dashboard .excel-upload-section .file-input-wrapper{position:relative;display:inline-block;width:100%}.dashboard .excel-upload-section .file-input{position:absolute;width:.1px;height:.1px;opacity:0;overflow:hidden;z-index:-1}.dashboard .excel-upload-section .file-input-label{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.5rem;font-size:16px;font-weight:500;color:#fff;background-color:#005d95;border:1px solid #005d95;border-radius:2px;cursor:pointer;transition:all .3s ease;width:100%;justify-content:center;text-align:center}.dashboard .excel-upload-section .file-input-label svg{flex-shrink:0;color:currentColor}.dashboard .excel-upload-section .file-input-label:hover{background-color:#003d62;border-color:#003d62;transform:translateY(-1px);box-shadow:0 4px 6px #0000001a}.dashboard .excel-upload-section .file-input-label:active{transform:translateY(0);box-shadow:0 1px 2px #0000000d}.dashboard .excel-upload-section .file-input-label:focus-within{outline:none;box-shadow:0 0 0 3px #005d9533}.dashboard .excel-upload-section .file-info{margin-top:.5rem;padding:.5rem 1rem;background:#f8f9fa;border-radius:2px;font-size:.9rem;border:1px solid #dee2e6}.dashboard .excel-upload-section .file-info p{margin:.25rem 0}.dashboard .excel-upload-section .upload-status{padding:.5rem 1rem;border-radius:2px;font-size:.9rem}.dashboard .excel-upload-section .upload-status--success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.dashboard .excel-upload-section .upload-status--error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.dashboard .excel-upload-section .upload-status--info{background:#d1ecf1;color:#0c5460;border:1px solid #bee5eb}.dashboard .excel-upload-section .uploaded-imeis-preview{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #dee2e6}.dashboard .excel-upload-section .uploaded-imeis-preview .uploaded-imeis-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.dashboard .excel-upload-section .uploaded-imeis-preview .uploaded-imeis-header h3{margin:0;font-size:1.1rem;color:#495057}.dashboard .excel-upload-section .uploaded-imeis-preview .uploaded-imeis-table-wrapper{border:1px solid #dee2e6;border-radius:2px;overflow-x:auto}.dashboard .excel-upload-section .uploaded-imeis-preview .uploaded-imeis-table{width:100%;border-collapse:collapse;background:#fff}.dashboard .excel-upload-section .uploaded-imeis-preview .uploaded-imeis-table thead{background:#f8f9fa}.dashboard .excel-upload-section .uploaded-imeis-preview .uploaded-imeis-table thead th{padding:.5rem 1rem;text-align:left;font-weight:500;color:#495057;border-bottom:2px solid #dee2e6}.dashboard .excel-upload-section .uploaded-imeis-preview .uploaded-imeis-table tbody tr{border-bottom:1px solid #dee2e6;transition:background-color .2s ease}.dashboard .excel-upload-section .uploaded-imeis-preview .uploaded-imeis-table tbody tr:hover{background:#f8f9fa}.dashboard .excel-upload-section .uploaded-imeis-preview .uploaded-imeis-table tbody tr:last-child{border-bottom:none}.dashboard .excel-upload-section .uploaded-imeis-preview .uploaded-imeis-table tbody td{padding:.5rem 1rem;color:#495057}.dashboard .excel-upload-section .uploaded-imeis-preview .uploaded-imeis-table tbody td .imei-value{font-family:Courier New,monospace;font-weight:500}.dashboard .excel-upload-section .uploaded-imeis-preview .uploaded-imeis-more{padding:.5rem 1rem;margin:0;text-align:center;color:#6c757d;font-size:.9rem}.dashboard .excel-upload-section .uploaded-imeis-preview .uploaded-imeis-more .link-button{background:none;border:none;color:#005d95;cursor:pointer;text-decoration:underline;padding:0;margin-left:.25rem;font-size:inherit}.dashboard .excel-upload-section .uploaded-imeis-preview .uploaded-imeis-more .link-button:hover{color:#003d62}.dashboard .dashboard-readers .dashboard-readers-list{margin:0;padding-left:1.5rem;list-style:disc}.dashboard .dashboard-readers .dashboard-readers-list li{margin-bottom:.5rem}.dashboard .dashboard-archive .dashboard-archive-list{margin:0;padding:0;list-style:none}.dashboard .dashboard-archive .dashboard-archive-item{display:flex;flex-wrap:wrap;align-items:flex-start;gap:.5rem;padding:1rem;margin-bottom:1rem;background:#f8f9fa;border:1px solid #dee2e6;border-radius:4px}.dashboard .dashboard-archive .dashboard-archive-item:last-child{margin-bottom:0}.dashboard .dashboard-archive .dashboard-archive-content{flex:1 1 100%;white-space:pre-wrap;word-break:break-word}.dashboard .dashboard-archive .dashboard-archive-date{flex:1 1 100%;font-size:.85rem;color:#6c757d;margin-top:.25rem}.dashboard .dashboard-archive .dashboard-archive-edited{flex:1 1 100%;font-size:.85rem;color:#6c757d;font-style:italic;margin-top:.25rem}.dashboard .dashboard-archive .dashboard-archive-readers{flex:1 1 100%;font-size:.9rem;color:#6c757d}.dashboard .dashboard-archive .dashboard-archive-edit-input{flex:1 1 100%;width:100%;min-height:80px;padding:.5rem 1rem;font-size:.9rem;font-family:inherit;border:1px solid #dee2e6;border-radius:4px;resize:vertical}.dashboard .dashboard-archive .btn-archive-cancel{padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#495057;background:#f8f9fa;border:1px solid #dee2e6;border-radius:4px;cursor:pointer;transition:all .2s ease}.dashboard .dashboard-archive .btn-archive-cancel:hover{background:#e9ecef}.dashboard .dashboard-archive .dashboard-archive-actions{display:flex;gap:.5rem;margin-left:auto}.dashboard .dashboard-archive .btn-archive-edit{padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#fff;background:linear-gradient(180deg,#005d95,#00446c);border:none;border-radius:4px;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 2px #0000001a}.dashboard .dashboard-archive .btn-archive-edit:hover{background:linear-gradient(180deg,#00446c,#002d49);box-shadow:0 2px 4px #00000026}.dashboard .dashboard-archive .btn-archive-edit:active{background:#002d49;box-shadow:inset 0 1px 2px #0003}.dashboard .dashboard-archive .btn-archive-delete{padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#fff;background:linear-gradient(180deg,#dc3545,#c62232);border:none;border-radius:4px;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 2px #0000001a}.dashboard .dashboard-archive .btn-archive-delete:hover{background:linear-gradient(180deg,#c62232,#a71d2a);box-shadow:0 2px 4px #00000026}.dashboard .dashboard-archive .btn-archive-delete:active{background:#a71d2a;box-shadow:inset 0 1px 2px #0003}.dashboard .dashboard-archive .text-muted{color:#6c757d;font-style:italic}.news-page .news-list{margin:0;padding:0;list-style:none}.news-page .news-item{padding:1rem;margin-bottom:1rem;background:#f8f9fa;border:1px solid #dee2e6;border-radius:4px}.news-page .news-item:last-child{margin-bottom:0}.news-page .news-content{word-break:break-word;margin-bottom:.5rem}.news-page .news-content p{margin:0 0 .5em}.news-page .news-content p:last-child{margin-bottom:0}.news-page .news-date{font-size:.875rem;color:#6c757d;margin-top:.25rem}.news-page .news-date.news-date-edited{font-style:italic;margin-top:.25rem}.news-page .news-empty{color:#6c757d;font-style:italic}.user-edit-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#00000080;display:flex;align-items:center;justify-content:center;padding:1rem}.user-edit-modal{background:#fff;border-radius:4px;max-width:400px;width:100%;box-shadow:0 4px 20px #00000026}.user-edit-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid #eee}.user-edit-modal-header h3{margin:0;font-size:1.1rem}.user-edit-modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666;padding:0;line-height:1}.user-edit-modal-close:hover{color:#333}.user-edit-modal-form{padding:1.25rem}.user-edit-modal-form .form-group{margin-bottom:1rem}.user-edit-modal-form .form-label{display:block;margin-bottom:.35rem;font-size:.9rem;font-weight:500}.user-edit-modal-form .form-input{width:100%;padding:.5rem .75rem;border:1px solid #ddd;border-radius:2px;font-size:.95rem}.user-edit-modal-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1.25rem;padding-top:1rem;border-top:1px solid #eee}.user-management .user-management-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.user-management .user-management-header h2{font-size:1.5rem;margin-bottom:.5rem;color:#495057}.user-management .user-management-header p{color:#6c757d;font-size:.9rem}.user-management .user-form-section{background:#f8f9fa;border-radius:.5rem;padding:1.5rem;margin-bottom:2rem}.user-management .user-form-section h3{font-size:1.2rem;margin-bottom:1rem;color:#495057}.user-management .user-form-section .user-form{display:flex;flex-direction:column;gap:1rem}.user-management .user-form-section .user-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 768px){.user-management .user-form-section .user-form .form-row{grid-template-columns:1fr}}.user-management .avatar-upload-small{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.user-management .avatar-upload-small .avatar-preview-label-small{cursor:pointer;display:inline-block}.user-management .avatar-upload-small .avatar-preview-small{width:60px;height:60px;border-radius:50%;overflow:hidden;border:2px solid #dee2e6;display:flex;align-items:center;justify-content:center;background:#fff;position:relative;transition:all .3s ease}.user-management .avatar-upload-small .avatar-preview-small:hover{border-color:#005d95;transform:scale(1.05)}.user-management .avatar-upload-small .avatar-preview-small:hover .avatar-overlay-small{opacity:1}.user-management .avatar-upload-small .avatar-preview-small .avatar-image-small{width:100%;height:100%;object-fit:cover}.user-management .avatar-upload-small .avatar-preview-small .avatar-placeholder-small{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#495057;color:#fff;font-size:1.5rem;font-weight:700;position:relative}.user-management .avatar-upload-small .avatar-preview-small .avatar-overlay-small{position:absolute;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;border-radius:50%}.user-management .avatar-upload-small .avatar-preview-small .avatar-overlay-small .avatar-overlay-text-small{color:#fff;font-size:.7rem;font-weight:500;text-align:center;padding:.25rem}.user-management .avatar-upload-small .avatar-input{display:none}.user-management .users-list h3{font-size:1.2rem;margin-bottom:1rem;color:#495057}.user-management .users-list .loading,.user-management .users-list .empty-state{text-align:center;padding:2rem;color:#6c757d}.user-management .users-list .users-table{overflow-x:auto;background:#fff;border-radius:.5rem;box-shadow:0 1px 2px #0000000d}.user-management .users-list .users-table table{width:100%;border-collapse:collapse}.user-management .users-list .users-table table thead{background:#f8f9fa}.user-management .users-list .users-table table thead th{padding:.4rem .35rem;text-align:left;font-weight:700;color:#495057;border-bottom:2px solid #dee2e6;font-size:.78rem;white-space:nowrap}.user-management .users-list .users-table table tbody tr{border-bottom:1px solid #dee2e6;transition:background .2s}.user-management .users-list .users-table table tbody tr:hover{background:#f8f9fa}.user-management .users-list .users-table table tbody tr:last-child{border-bottom:none}.user-management .users-list .users-table table tbody td{padding:.4rem .35rem;color:#495057;font-size:.78rem;vertical-align:middle}.user-management .users-list .users-table table tbody td:last-child{white-space:nowrap}.user-management .users-list .users-table .user-cell{display:flex;align-items:center;gap:.35rem;font-size:.78rem}.user-management .users-list .users-table .user-cell .user-avatar-small,.user-management .users-list .users-table .user-cell .user-avatar-placeholder-small{width:26px;height:26px;border-radius:50%;flex-shrink:0}.user-management .users-list .users-table .user-cell .user-avatar-small{object-fit:cover}.user-management .users-list .users-table .user-cell .user-avatar-placeholder-small{display:flex;align-items:center;justify-content:center;background:#212529;color:#fff;font-weight:700;font-size:.7rem}.user-management .users-list .users-table .user-actions{display:flex;align-items:center;gap:.35rem;justify-content:flex-start}.user-management .users-list .users-table .user-actions .role-select{padding:.28rem .4rem;border-radius:.25rem;border:1px solid #dee2e6;font-size:.72rem;background:#fff;min-width:100px;cursor:pointer}.user-management .users-list .users-table .user-actions .btn--small{padding:.28rem .5rem;font-size:.72rem}.user-management .users-list .users-table .role-badge{display:inline-block;padding:.18rem .4rem;border-radius:.25rem;font-size:.72rem;font-weight:500;background:#f8f9fa;color:#495057;border:1px solid #dee2e6;white-space:nowrap}.settings{max-width:800px;margin:0 auto;padding:2rem}.settings .settings-header{margin-bottom:2rem}.settings .settings-header h1{font-size:2rem;margin-bottom:.5rem;color:#005d95}.settings .settings-header p{color:#6c757d;font-size:1rem}.settings .settings-content{display:flex;flex-direction:column;gap:0}.settings .settings-section{background:#fff;border-radius:.5rem;padding:2rem;box-shadow:0 1px 2px #0000000d;border:2px solid #f8f9fa;margin-bottom:1.5rem}.settings .settings-section .form-input--readonly{background-color:#f5f5f5;cursor:not-allowed}.settings .settings-section .settings-section-header{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #f8f9fa}.settings .settings-section .settings-section-header h2{font-size:1.5rem;margin-bottom:.5rem;color:#495057}.settings .settings-section .settings-section-header p{color:#6c757d;font-size:.9rem}.settings .settings-form{display:flex;flex-direction:column;gap:1.5rem}.settings .avatar-upload{display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.settings .avatar-upload .avatar-preview-label{cursor:pointer;display:inline-block}.settings .avatar-upload .avatar-preview{width:120px;height:120px;border-radius:50%;overflow:hidden;border:3px solid #dee2e6;display:flex;align-items:center;justify-content:center;background:#f8f9fa;position:relative;transition:all .3s ease}.settings .avatar-upload .avatar-preview:hover{border-color:#005d95;transform:scale(1.05)}.settings .avatar-upload .avatar-preview:hover .avatar-overlay{opacity:1}.settings .avatar-upload .avatar-preview .avatar-image{width:100%;height:100%;object-fit:cover}.settings .avatar-upload .avatar-preview .avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#212529;color:#fff;font-size:3rem;font-weight:700;position:relative}.settings .avatar-upload .avatar-preview .avatar-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;border-radius:50%}.settings .avatar-upload .avatar-preview .avatar-overlay .avatar-overlay-text{color:#fff;font-size:.85rem;font-weight:500;text-align:center;padding:.5rem}.settings .avatar-upload .avatar-input{display:none}.settings .avatar-upload .avatar-filename{color:#6c757d;font-size:.9rem;margin-top:-.5rem}.settings .avatar-upload .avatar-remove-btn{margin-top:.5rem}.settings .alert{padding:1rem;border-radius:.5rem;margin-bottom:1.5rem;font-size:.9rem}.settings .alert--error{background:#fee;color:#c33;border:1px solid #fcc}.settings .alert--success{background:#efe;color:#3c3;border:1px solid #cfc}.settings .alert--warning{background:#fff8e6;color:#960;border:1px solid #ffd966}.settings .alert.settings-restore-admin{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.settings .form-help{display:block;margin-top:.25rem;font-size:.85rem;color:#6c757d}@media (max-width: 768px){.settings{padding:1rem}.settings .settings-section{padding:1.5rem}}.imeis .imeis-controls{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap;align-items:center;justify-content:space-between}.imeis .imeis-controls .imeis-search{flex:1;min-width:250px}.imeis .imeis-controls .imeis-search .form-input{width:100%}.imeis .imeis-controls .imeis-actions{display:flex;flex-direction:column;gap:.5rem;width:100%}.imeis .imeis-controls .imeis-actions .imeis-actions-info .imeis-hint{font-size:.85rem;color:#6c757d;font-style:italic}.imeis .imeis-controls .imeis-actions .imeis-actions-buttons{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}.imeis .imeis-history-btn{background-color:#495057;color:#fff;border:1px solid #495057}.imeis .imeis-history-btn:hover:not(:disabled){background-color:#32373b;border-color:#32373b;color:#fff}.imeis .imeis-color-buttons{display:flex;gap:.5rem;align-items:center;margin-right:.5rem}.imeis .imeis-color-buttons .imeis-color-btn--red{background-color:#f44336;color:#fff}.imeis .imeis-color-buttons .imeis-color-btn--red:hover:not(:disabled){background-color:#ea1c0d;color:#fff}.imeis .imeis-color-buttons .imeis-color-btn--blue{background-color:#2196f3;color:#fff}.imeis .imeis-color-buttons .imeis-color-btn--blue:hover:not(:disabled){background-color:#0c7cd5;color:#fff}.imeis .imeis-color-buttons .imeis-color-btn--green{background-color:#4caf50;color:#fff}.imeis .imeis-color-buttons .imeis-color-btn--green:hover:not(:disabled){background-color:#3d8b40;color:#fff}.imeis .imeis-stats{margin-bottom:1rem;padding:.5rem 1rem;background:#f8f9fa;border-radius:2px;font-size:.9rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}.imeis .imeis-stats .imeis-pagination-controls{display:flex;align-items:center;gap:.5rem}.imeis .imeis-stats .imeis-pagination-controls label{display:flex;align-items:center;gap:.25rem;font-size:.9rem;white-space:nowrap}.imeis .imeis-stats .imeis-pagination-controls .form-select{padding:.25rem .5rem;border:1px solid #dee2e6;border-radius:2px;font-size:.9rem;background:#fff}.imeis .imeis-pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:1.5rem;padding-top:1rem;border-top:1px solid #dee2e6}.imeis .imeis-pagination .imeis-pagination-info{font-size:.9rem;color:#495057}.imeis .imeis-sheet-tabs{display:flex;gap:0;margin-bottom:1rem;border-bottom:2px solid #dee2e6;overflow-x:auto;-webkit-overflow-scrolling:touch}.imeis .imeis-sheet-tabs .imeis-sheet-tab{padding:.5rem 1.5rem;background:#f8f9fa;border:1px solid #dee2e6;border-bottom:none;border-radius:2px 2px 0 0;cursor:pointer;font-size:.9rem;font-weight:500;color:#495057;transition:all .2s ease;white-space:nowrap;position:relative;margin-right:2px}.imeis .imeis-sheet-tabs .imeis-sheet-tab:hover{background:#f2f4f6}.imeis .imeis-sheet-tabs .imeis-sheet-tab--active{background:#fff;color:#005d95;border-color:#dee2e6;border-bottom-color:#fff;z-index:5;margin-bottom:-2px;padding-bottom:calc(.5rem + 2px);box-shadow:0 -2px 4px #0000000d}.imeis .imeis-manufacturer-tabs{display:flex;gap:.25rem;margin-bottom:1rem;flex-wrap:wrap;align-items:center;position:relative;z-index:1}.imeis .imeis-manufacturer-tabs .imeis-manufacturer-tab{padding:.25rem 1rem;background:#f8f9fa;border:1px solid #dee2e6;border-radius:2px;cursor:pointer;font-size:.85rem;font-weight:500;color:#495057;transition:all .2s ease;white-space:nowrap;position:relative;z-index:2;pointer-events:auto}.imeis .imeis-manufacturer-tabs .imeis-manufacturer-tab:hover{background:#eff1f4;border-color:#005d95}.imeis .imeis-manufacturer-tabs .imeis-manufacturer-tab--active{background:#005d95;color:#fff;border-color:#005d95;box-shadow:0 2px 4px #0000001a;z-index:3}.imeis .imeis-manufacturer-tabs .imeis-manufacturer-tab--active:hover{background:#003d62;color:#fff}.imeis .imeis-manufacturer-tabs .imeis-manufacturer-tab:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.imeis .imeis-product-tabs{display:flex;gap:.25rem;margin-bottom:1rem;margin-left:1.5rem;flex-wrap:wrap;align-items:center;position:relative;z-index:1;padding-top:.25rem;border-top:1px solid #dee2e6}.imeis .imeis-product-tabs .imeis-product-tab{padding:.25rem 1rem;background:#f8f9fa;border:1px solid #dee2e6;border-radius:2px;cursor:pointer;font-size:.8rem;font-weight:500;color:#495057;transition:all .2s ease;white-space:nowrap;position:relative;z-index:2;pointer-events:auto}.imeis .imeis-product-tabs .imeis-product-tab:hover{background:#eff1f4;border-color:#005d95}.imeis .imeis-product-tabs .imeis-product-tab--active{background:#004d7c;color:#fff;border-color:#004d7c;box-shadow:0 2px 4px #0000001a;z-index:3}.imeis .imeis-product-tabs .imeis-product-tab--active:hover{background:#003d62;color:#fff}.imeis .imeis-empty{text-align:center;padding:2rem;color:#6c757d}.imeis .imeis-row-selected{background-color:#005d951a!important}.imeis .imeis-row-dropdown-cell{padding:.25rem .5rem;vertical-align:middle}.imeis .imeis-row-dropdown-wrapper{position:relative}.imeis .imeis-row-dropdown{width:100%;padding:.25rem .5rem;border:1px solid #dee2e6;border-radius:4px;font-size:.85rem;background:#fff;color:#495057;cursor:pointer;transition:all .2s ease}.imeis .imeis-row-dropdown:hover{border-color:#005d95}.imeis .imeis-row-dropdown:focus{outline:none;border-color:#005d95;box-shadow:0 0 0 2px #005d9533}.imeis .imeis-table-wrapper{overflow-x:auto;overflow-y:auto;max-height:600px;border:1px solid #dee2e6;border-radius:2px;position:relative}.imeis .imeis-table{width:100%;border-collapse:separate;border-spacing:0;background:#fff;margin:0}.imeis .imeis-table thead{background:#f8f9fa;position:sticky;top:0;z-index:10}.imeis .imeis-table thead th{padding:.5rem 1rem;text-align:left;font-weight:500;color:#495057;border-bottom:2px solid #dee2e6;background:#f8f9fa;position:sticky;top:0;white-space:nowrap}.imeis .imeis-table tbody tr{border-bottom:1px solid #dee2e6;transition:background-color .2s ease}.imeis .imeis-table tbody tr:hover{background:#f8f9fa}.imeis .imeis-table tbody tr:last-child{border-bottom:none}.imeis .imeis-table tbody td{padding:.5rem 1rem;color:#495057;position:relative;white-space:pre-wrap}.imeis .imeis-table tbody td .imei-value{font-family:Courier New,monospace;font-weight:500}.imeis .imeis-table tbody td .sheet-name{font-weight:500;color:#005d95}.imeis .imeis-table tbody td.imeis-cell{transition:background-color .2s ease}.imeis .imeis-table tbody td.imeis-cell:hover{outline:2px solid #005d95;outline-offset:-2px}.imeis .imeis-table tbody td.imeis-cell-selected{background:#005d9533!important;border:2px solid #005d95}.imeis .imeis-table tbody td.imeis-cell-selected:hover{background:#005d9540!important}.imeis .imeis-color-picker{position:absolute;top:calc(100% + 4px);left:0;z-index:1000;background:#fff;border:1px solid #dee2e6;border-radius:4px;box-shadow:0 10px 15px #0000001a;padding:1rem;min-width:250px;max-width:300px}.imeis .imeis-color-picker-header{font-weight:500;margin-bottom:.5rem;color:#495057;font-size:.9rem}.imeis .imeis-color-picker-grid{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.imeis .imeis-color-picker-actions{display:flex;justify-content:flex-end;padding-top:.5rem;border-top:1px solid #dee2e6}.imeis .imeis-color-item{display:flex;align-items:center;gap:.5rem}.imeis .imeis-color-label{font-size:.9rem;color:#495057}.imeis .imeis-color-option{width:40px;height:40px;border:2px solid #dee2e6;border-radius:4px;cursor:pointer;transition:all .2s ease}.imeis .imeis-color-option:hover{transform:scale(1.1);border-color:#005d95;box-shadow:0 2px 4px #0000001a}@media (max-width: 768px){.imeis .imeis-controls{flex-direction:column;align-items:stretch}.imeis .imeis-controls .imeis-search{min-width:100%}.imeis .imeis-controls .imeis-actions{width:100%;flex-direction:column}.imeis .imeis-controls .imeis-actions .btn{width:100%}.imeis .imeis-table-wrapper{font-size:.875rem}.imeis .imeis-table thead th,.imeis .imeis-table tbody td{padding:.25rem .5rem}}.imeis .imeis-history-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.imeis .imeis-history-modal{position:relative;background:#fff;border-radius:2px;box-shadow:0 10px 15px #0000001a;max-width:1200px;width:95%;max-height:85vh;display:flex;flex-direction:column;overflow:hidden}.imeis .imeis-history-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #dee2e6}.imeis .imeis-history-modal-header h3{margin:0;font-size:1.25rem;color:#495057}.imeis .imeis-history-modal-header .imeis-history-modal-close{background:none;border:none;font-size:1.5rem;color:#6c757d;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:2px;transition:all .2s ease}.imeis .imeis-history-modal-header .imeis-history-modal-close:hover{background:#f8f9fa;color:#495057}.imeis .imeis-history-modal-body{padding:1.5rem;overflow-y:auto;flex:1}.imeis .imeis-history-list .imeis-history-table{width:100%;border-collapse:collapse}.imeis .imeis-history-list .imeis-history-table thead{background:#f8f9fa}.imeis .imeis-history-list .imeis-history-table thead th{padding:.5rem 1rem;text-align:left;font-weight:700;color:#495057;border-bottom:2px solid #dee2e6;font-size:.9rem}.imeis .imeis-history-list .imeis-history-table thead th:nth-child(1){width:15%}.imeis .imeis-history-list .imeis-history-table thead th:nth-child(2){width:15%}.imeis .imeis-history-list .imeis-history-table thead th:nth-child(3){width:40%}.imeis .imeis-history-list .imeis-history-table thead th:nth-child(4){width:15%}.imeis .imeis-history-list .imeis-history-table thead th:nth-child(5){width:15%}.imeis .imeis-history-list .imeis-history-table tbody tr{border-bottom:1px solid #dee2e6;transition:background .2s}.imeis .imeis-history-list .imeis-history-table tbody tr:hover{background:#f8f9fa}.imeis .imeis-history-list .imeis-history-table tbody tr:last-child{border-bottom:none}.imeis .imeis-history-list .imeis-history-table tbody td{padding:.5rem 1rem;color:#495057;font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:0}.imeis .imeis-history-list .imeis-history-table tbody td:nth-child(3){white-space:normal;word-break:break-word;overflow:visible;max-width:none}.imeis .imeis-history-list .imeis-history-table tbody td .imei-value{font-family:monospace;font-weight:500}.imeis .imeis-history-list .imeis-history-table tbody td .imeis-history-reminder-btn{display:block;margin-top:.25rem;padding:.2rem .5rem;font-size:.75rem;color:#005d95;background:transparent;border:none;cursor:pointer;text-decoration:underline}.imeis .imeis-history-list .imeis-history-table tbody td .imeis-history-reminder-btn:hover:not(:disabled){color:#003d62}.imeis .imeis-history-list .imeis-history-table tbody td .imeis-history-reminder-btn:disabled{opacity:.6;cursor:not-allowed}.imeis .imeis-history-modal-footer{display:flex;justify-content:flex-end;gap:.5rem;padding:1.5rem;border-top:1px solid #dee2e6}.imeis .imeis-history-modal-footer .imeis-history-undo-hidden{display:none}.imeis .imeis-confirmation-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:10;border-radius:2px}.imeis .imeis-confirmation-dialog{background:#fff;padding:2rem;border-radius:2px;box-shadow:0 10px 15px #0000001a;max-width:400px;text-align:center}.imeis .imeis-confirmation-message{margin:0 0 1.5rem;font-size:1rem;color:#495057;line-height:1.5}.imeis .imeis-confirmation-buttons{display:flex;gap:1rem;justify-content:center}.imeis .imeis-toast{position:fixed;top:1.5rem;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;border-radius:10px;box-shadow:0 8px 32px #0003,0 2px 12px #0000001a;z-index:2000;animation:imeis-toast-slide-in .35s ease-out;font-size:.95rem;font-weight:500;max-width:90vw;min-width:320px;overflow:hidden}.imeis .imeis-toast--success{background:linear-gradient(135deg,#2d7a4f,#1e5631);color:#fff;border:1px solid rgba(255,255,255,.2)}.imeis .imeis-toast-icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:#ffffff40;border-radius:50%;font-size:1rem;font-weight:700;flex-shrink:0}.imeis .imeis-toast-message{flex:1;line-height:1.4}.imeis .imeis-toast-close{background:#fff3;border:none;color:#fff;border-radius:6px;width:28px;height:28px;font-size:1.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.imeis .imeis-toast-close:hover{background:#ffffff59}.imeis .imeis-toast-progress{position:absolute;bottom:0;left:0;height:3px;background:#ffffff80;border-radius:0 0 0 10px;transition:width .05s linear}@keyframes imeis-toast-slide-in{0%{opacity:0;transform:translate(-50%) translateY(-20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;color:#495057;background-color:#fff;direction:ltr;text-align:left}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit;border-radius:2px}button{cursor:pointer;border:none;background:none}a{text-decoration:none;color:inherit}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:1rem}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-bottom:1rem}a{color:#005d95;transition:all .3s ease}a:hover{color:#003d62}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}@media (min-width: 768px){.container{padding:0 1.5rem}}.btn{display:inline-block;padding:.5rem 1.5rem;font-size:16px;font-weight:500;text-align:center;border-radius:2px;transition:all .3s ease;cursor:pointer;border:1px solid transparent;color:#fff}.btn:disabled{opacity:.6;cursor:not-allowed}.btn--primary{background-color:#005d95;color:#fff}.btn--primary:hover:not(:disabled){background-color:#003d62;color:#fff}.btn--secondary{background-color:#6c757d;color:#fff}.btn--secondary:hover:not(:disabled){background-color:#545b62;color:#fff}.btn--outline{background-color:transparent;border-color:#005d95;color:#005d95}.btn--outline:hover:not(:disabled){background-color:#005d95;color:#fff}.btn--ghost{background-color:transparent;color:inherit}.btn--ghost:hover:not(:disabled){background-color:#0000000d}.btn--full-width{width:100%}.btn--large{padding:1rem 2rem;font-size:1.125rem}.btn--small{padding:.25rem 1rem;font-size:.875rem}.btn--danger{background-color:#dc3545;color:#fff}.btn--danger:hover:not(:disabled){background-color:#bd2130;color:#fff}.btn--success{background-color:#28a745;color:#fff}.btn--success:hover:not(:disabled){background-color:#1e7e34;color:#fff}.form-group{margin-bottom:1.5rem}.form-label{display:block;margin-bottom:.5rem;font-weight:500;color:#495057}.form-input,.form-select,.form-textarea{width:100%;padding:.5rem 1rem;font-size:16px;border:1px solid #dee2e6;border-radius:2px;transition:all .3s ease;background-color:#fff}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:#005d95;box-shadow:0 0 0 3px #005d951a}.form-input::placeholder,.form-select::placeholder,.form-textarea::placeholder{color:#6c757d}.form-input:disabled,.form-select:disabled,.form-textarea:disabled{background-color:#f8f9fa;cursor:not-allowed}.form-error{margin-top:.25rem;color:#dc3545;font-size:.875rem}.form-textarea{min-height:120px;resize:vertical}.card{background-color:#fff;border-radius:2px;box-shadow:0 4px 6px #0000001a;padding:1.5rem;transition:all .3s ease}.card:hover{box-shadow:0 10px 15px #0000001a}.card-header{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #dee2e6}.card-title{font-size:1.5rem;font-weight:700;margin-bottom:0}.card-body{margin-bottom:1rem}.card-footer{margin-top:1rem;padding-top:1rem;border-top:1px solid #dee2e6}.navbar{background-color:#fff;box-shadow:0 1px 2px #0000000d;padding:1rem 0}.navbar-container{display:flex;justify-content:space-between;align-items:center}.navbar-brand{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;color:#005d95;text-decoration:none}.navbar-nav{display:flex;gap:1.5rem;align-items:center}.navbar-link{color:#495057;font-weight:500;transition:all .3s ease}.navbar-link:hover,.navbar-link--active{color:#005d95}.app{min-height:100vh;display:flex;flex-direction:column}.main{flex:1;padding:2rem 0}.footer{background-color:#f8f9fa;padding:1.5rem 0;text-align:center;color:#6c757d;margin-top:auto}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-muted{color:#6c757d}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.p-1{padding:.5rem}.p-2{padding:1rem}.p-3{padding:1.5rem}.p-4{padding:2rem}.d-flex{display:flex}.flex-column{flex-direction:column}.justify-center{justify-content:center}.align-center{align-items:center}.gap-1{gap:.5rem}.gap-2{gap:1rem}.gap-3{gap:1.5rem}@media (max-width: 768px){.hide-mobile{display:none}}@media (min-width: 768px){.hide-desktop{display:none}}
