.tablets-main{max-width:1400px}.tablets-toolbar{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;gap:1rem;flex-wrap:wrap}.toolbar-left{display:flex;flex-direction:column;gap:.5rem}.toolbar-left h1{margin:0;font-size:1.5rem;color:#1e293b}.toolbar-right{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.tab-row{display:flex;gap:.25rem;flex-wrap:wrap}.tab-btn{background:#0000000d;border:1px solid rgba(0,0,0,.12);color:#475569;padding:.4rem .9rem;border-radius:8px;cursor:pointer;font-size:.88rem;font-weight:500;transition:all .15s;display:inline-flex;align-items:center;gap:.3rem}.tab-btn:hover{background:#0000001a;color:#1e293b}.tab-btn.active{background:var(--primary);color:#fff;font-weight:700;border-color:var(--primary)}.badge{display:inline-flex;align-items:center;justify-content:center;min-width:17px;height:17px;padding:0 4px;border-radius:9px;font-size:.7rem;font-weight:700;background:#ef4444;color:#fff;line-height:1}.badge:empty{display:none}.view-section{display:none}.view-section.active{display:block}.posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:1rem}.post-card{background:#fff;border-radius:14px;padding:1.25rem;box-shadow:0 4px 16px #00000014;cursor:pointer;transition:transform .15s,box-shadow .15s,border-color .15s;border:2px solid transparent}.post-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000024;border-color:var(--primary)}.post-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.post-card-name{font-size:1.05rem;font-weight:700;color:#0f172a}.post-card-count{font-size:1.75rem;font-weight:800;color:var(--primary)}.post-card-stats{display:flex;gap:.4rem;flex-wrap:wrap;margin-top:.5rem}.post-card-footer{margin-top:.75rem;font-size:.8rem;color:#64748b}.status-badge,.mdm-badge,.sev-badge{display:inline-block;padding:2px 8px;border-radius:6px;font-size:.75rem;font-weight:600;white-space:nowrap}.status-active{background:#dcfce7;color:#166534}.status-inactive{background:#f1f5f9;color:#64748b}.status-repair{background:#fef9c3;color:#854d0e}.status-lost{background:#fce7f3;color:#9d174d}.status-stolen{background:#fee2e2;color:#991b1b}.status-decommissioned{background:#e7e5e4;color:#44403c}.status-reserved,.mdm-google{background:#e0f2fe;color:#075985}.mdm-samsung{background:#ede9fe;color:#4c1d95}.mdm-none{background:#f1f5f9;color:#64748b}.sev-low{background:#dcfce7;color:#166534}.sev-medium{background:#fef9c3;color:#854d0e}.sev-high{background:#fee2e2;color:#991b1b}.devices-toolbar{display:flex;gap:.5rem;margin-bottom:.75rem;flex-wrap:wrap;align-items:center}.filter-select{padding:.42rem .7rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.88rem;background:#fff;color:#1e293b}.table-wrap{overflow-x:auto}.data-table{width:100%;border-collapse:collapse;font-size:.88rem}.data-table th{text-align:left;padding:.55rem .75rem;font-size:.72rem;text-transform:uppercase;letter-spacing:.5px;color:#64748b;border-bottom:2px solid #e2e8f0;white-space:nowrap;user-select:none}.data-table th.sortable{cursor:pointer;transition:color .12s}.data-table th.sortable:hover{color:#0f172a}.data-table th.sort-asc,.data-table th.sort-desc{color:var(--primary)}.data-table th .sort-icon{margin-left:.3rem;font-size:.68rem;opacity:.45}.data-table th.sort-asc .sort-icon,.data-table th.sort-desc .sort-icon{opacity:1}.data-table td{padding:.55rem .75rem;border-bottom:1px solid #f1f5f9;color:#1e293b;vertical-align:middle}.data-table tr:hover td{background:#f8fafc;cursor:pointer}.data-table .muted-cell{color:#94a3b8}.data-table .actions-cell{text-align:right;white-space:nowrap}.col-picker-wrap{position:relative;margin-left:auto}.col-picker-btn{display:flex;align-items:center;gap:.35rem;padding:.38rem .75rem;border:1px solid #e2e8f0;border-radius:8px;background:#fff;font-size:.82rem;font-weight:600;color:#374151;cursor:pointer;white-space:nowrap;transition:border-color .15s,box-shadow .15s}.col-picker-btn:hover{border-color:var(--primary);color:var(--primary)}.col-picker-panel{position:absolute;right:0;top:calc(100% + 6px);z-index:200;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 8px 30px #00000024;padding:.6rem .75rem;min-width:200px;display:none}.col-picker-panel.open{display:block}.col-picker-item{display:flex;align-items:center;gap:.5rem;padding:.3rem .25rem;font-size:.83rem;color:#374151;cursor:pointer;border-radius:6px;transition:background .1s}.col-picker-item:hover{background:#f1f5f9}.col-picker-item input[type=checkbox]{width:15px;height:15px;margin:0;cursor:pointer;accent-color:var(--primary)}.col-picker-divider{border:none;border-top:1px solid #f1f5f9;margin:.35rem 0}.defect-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#ef4444;margin-left:4px;vertical-align:middle}.detail-modal{max-width:700px;width:95vw;max-height:88vh;border:none;border-radius:16px;padding:0;overflow:hidden;box-shadow:0 20px 60px #0000004d}.detail-modal::backdrop{background:#0f172a8c;backdrop-filter:blur(4px)}.modal-head{display:flex;justify-content:space-between;align-items:center;padding:.9rem 1.25rem;border-bottom:1px solid #e2e8f0;background:#fff;gap:.75rem}.modal-head-left{display:flex;align-items:center;gap:.75rem;min-width:0}.modal-head h3{margin:0;font-size:1.05rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.modal-tabs{display:flex;border-bottom:2px solid #e2e8f0;background:#f8fafc;overflow-x:auto;flex-shrink:0}.modal-tab{padding:.65rem 1.1rem;background:transparent;border:none;border-bottom:3px solid transparent;cursor:pointer;font-weight:600;color:#64748b;font-size:.88rem;margin-bottom:-2px;transition:all .15s;white-space:nowrap}.modal-tab.active{color:var(--primary);border-bottom-color:var(--primary)}.modal-tab:hover:not(.active){color:#0f172a;background:#f1f5f9}.form-tab-panel{display:none}.form-tab-panel.active{display:block}.modal-body{overflow-y:auto;max-height:calc(88vh - 115px);padding:1.25rem;background:#fff}.info-section{border:1px solid #e2e8f0;border-radius:10px;margin-bottom:.6rem;overflow:hidden}.info-section-title{font-size:.7rem;text-transform:uppercase;letter-spacing:.6px;color:#64748b;font-weight:700;padding:.45rem .9rem;background:#f8fafc;border-bottom:1px solid #e2e8f0}.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:0;padding:.5rem .9rem .6rem}.info-grid .span2{grid-column:span 2}.info-field{padding:.25rem 0}.info-field label{display:block;font-size:.68rem;text-transform:uppercase;letter-spacing:.4px;color:#94a3b8;font-weight:700;margin-bottom:.1rem}.info-field .val{font-size:.88rem;color:#0f172a;word-break:break-word;line-height:1.35}.info-field .val.empty{color:#cbd5e1;font-style:italic}.modal-actions{display:flex;gap:.5rem;margin-top:.5rem;flex-wrap:wrap}.tasks-filter-row{display:flex;gap:.5rem;margin-bottom:.75rem;flex-wrap:wrap;align-items:center}.task-card{background:#fff;border-radius:12px;padding:1rem 1.25rem;margin-bottom:.65rem;box-shadow:0 2px 8px #0000000f;border-left:4px solid #e2e8f0;cursor:pointer;transition:box-shadow .15s}.task-card:hover{box-shadow:0 4px 16px #0000001a}.task-card.task-open{border-left-color:var(--primary)}.task-card.task-overdue{border-left-color:#ef4444}.task-card.task-done{border-left-color:#22c55e}.task-card.task-closed{border-left-color:#94a3b8;opacity:.65}.task-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.35rem}.task-title{font-weight:700;color:#0f172a;font-size:.95rem}.task-meta{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center;font-size:.8rem;color:#64748b;margin-bottom:.5rem}.task-progress-row{display:flex;align-items:center;gap:.6rem;margin-top:.35rem}.task-progress-label{font-size:.78rem;color:#64748b;white-space:nowrap}.progress-bar{flex:1;height:6px;background:#e2e8f0;border-radius:3px;overflow:hidden}.progress-fill{height:100%;background:var(--primary);border-radius:3px;transition:width .4s}.progress-fill.full{background:#22c55e}.task-device-list{margin-top:.5rem}.task-device-item{display:flex;align-items:center;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #f1f5f9;gap:.5rem}.task-device-item:last-child{border-bottom:none}.task-device-name{font-size:.88rem;color:#0f172a}.task-device-meta{font-size:.75rem;color:#94a3b8}.defects-filter-row{display:flex;gap:.5rem;margin-bottom:.75rem;flex-wrap:wrap;align-items:center}.defect-card{background:#fff;border-radius:12px;padding:1rem 1.25rem;margin-bottom:.65rem;box-shadow:0 2px 8px #0000000f;cursor:pointer;transition:box-shadow .15s;border-left:4px solid transparent}.defect-card:hover{box-shadow:0 4px 16px #0000001a}.defect-card.defect-open{border-left-color:#f59e0b}.defect-card.defect-in_progress{border-left-color:#3b82f6}.defect-card.defect-resolved{border-left-color:#22c55e;opacity:.7}.defect-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem}.defect-title{font-weight:700;color:#0f172a;font-size:.95rem}.defect-meta{font-size:.8rem;color:#64748b;margin-top:.25rem}.defstatus-open{background:#fef3c7;color:#92400e}.defstatus-in_progress{background:#dbeafe;color:#1e40af}.defstatus-resolved{background:#dcfce7;color:#166534}.steps-timeline{margin-top:.85rem}.step-item{display:flex;gap:.75rem;position:relative;padding-bottom:1rem}.step-item:before{content:"";position:absolute;left:11px;top:24px;bottom:0;width:2px;background:#e2e8f0}.step-item:last-child:before{display:none}.step-dot{width:24px;height:24px;border-radius:50%;background:var(--primary);flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:.65rem;color:#fff;font-weight:700;margin-top:1px}.step-content{flex:1;min-width:0}.step-note{font-size:.88rem;color:#0f172a;line-height:1.4}.step-meta{font-size:.73rem;color:#94a3b8;margin-top:.15rem}.step-add-row{display:flex;gap:.5rem;margin-top:.75rem}.step-add-row input{flex:1;padding:.45rem .7rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.88rem}.step-add-row input:focus{outline:none;border-color:var(--primary)}.form-modal{max-width:620px;width:95vw;max-height:90vh;border:none;border-radius:16px;padding:0;box-shadow:0 20px 60px #0000004d}.form-modal[open]{display:flex;flex-direction:column;overflow:hidden}.form-modal::backdrop{background:#0f172a8c;backdrop-filter:blur(4px)}.form-head{display:flex;justify-content:space-between;align-items:center;padding:.9rem 1.25rem;border-bottom:1px solid #e2e8f0;flex-shrink:0}.form-head h3{margin:0;font-size:1.05rem}.form-body{padding:.85rem 1rem;overflow-y:auto;flex:1;min-height:0}.form-section-divider{display:flex;align-items:center;gap:.75rem;margin:.9rem 0 .5rem;color:#94a3b8;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em}.form-section-divider:before,.form-section-divider:after{content:"";flex:1;height:1px;background:#e2e8f0}.form-footer{padding:.65rem 1rem;border-top:1px solid #e2e8f0;display:flex;justify-content:flex-end;gap:.5rem;background:#f8fafc;border-radius:0 0 16px 16px;flex-shrink:0}.form-row{margin-bottom:.42rem}.form-row label{display:block;font-size:.73rem;font-weight:700;color:#475569;margin-bottom:.3rem;text-transform:uppercase;letter-spacing:.03em}.form-row input,.form-row select,.form-row textarea{width:100%;padding:.38rem .6rem;border:1px solid #e2e8f0;border-radius:7px;font-size:.86rem;font-family:inherit;color:#0f172a;background:#fff;transition:border-color .15s,box-shadow .15s}.form-row input:focus,.form-row select:focus,.form-row textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #0ea5e91f}.form-row textarea{min-height:72px;resize:vertical}.form-row small{display:block;font-size:.7rem;color:#94a3b8;margin-top:.1rem}.form-2col{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.target-pills{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:.5rem}.target-pill{padding:.35rem .9rem;border-radius:8px;border:2px solid #e2e8f0;cursor:pointer;font-size:.83rem;font-weight:600;transition:all .15s;background:#fff;color:#374151}.target-pill.selected{border-color:var(--primary);background:#e0f2fe;color:#0369a1}#taskTargetPost,#taskTargetDevices,#taskTargetVehicleTypes,#taskTargetDeviceTypes{display:none}.target-check-list{margin-top:.4rem;display:flex;flex-direction:column;gap:.15rem;max-height:200px;overflow-y:auto;border:1px solid #e2e8f0;border-radius:10px;padding:.35rem .4rem;background:#fafafa}.target-check-item{display:flex;align-items:center;gap:.6rem;padding:.45rem .55rem;border-radius:7px;cursor:pointer;transition:background .1s;border:1px solid transparent}.target-check-item:hover{background:#f1f5f9}.target-check-item input[type=checkbox]{width:16px;height:16px;flex-shrink:0;cursor:pointer;accent-color:var(--primary);margin:0}.target-check-item .tci-label{flex:1;font-size:.88rem;font-weight:500;color:#0f172a;min-width:0}.target-check-item .tci-tag{font-size:.73rem;font-weight:700;color:#0369a1;background:#e0f2fe;padding:1px 7px;border-radius:5px;flex-shrink:0}.target-check-item .tci-sub{font-size:.76rem;color:#94a3b8}.target-check-count{font-size:.75rem;color:#0369a1;font-weight:600;margin:.25rem 0 0;text-align:right;min-height:1em}.form-autofill-preview{background:#f0f9ff;border:1px solid #bae6fd;border-radius:10px;padding:.75rem 1rem .5rem;margin-bottom:.8rem}.autofill-label{display:block;font-size:.72rem;font-weight:700;color:#0369a1;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.5rem}.empty-state{text-align:center;padding:3rem 1rem;color:#94a3b8}.empty-state p{margin:0;font-size:.95rem}.empty-icon{font-size:2.5rem;margin-bottom:.5rem;opacity:.4}.beheer-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.beheer-grid-3{grid-template-columns:repeat(3,1fr)}.beheer-grid-4{grid-template-columns:repeat(4,1fr)}.card-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.mgmt-table{width:100%;border-collapse:collapse;font-size:.86rem}.mgmt-table th{text-align:left;padding:.45rem .6rem;font-size:.72rem;text-transform:uppercase;letter-spacing:.5px;color:#64748b;border-bottom:2px solid #e2e8f0}.mgmt-table td{padding:.5rem .6rem;border-bottom:1px solid #f1f5f9;color:#1e293b;vertical-align:middle}.mgmt-table tr:last-child td{border-bottom:none}.mgmt-table tr:hover td{background:#f8fafc}.mgmt-table .edit-btn{padding:.2rem .5rem;font-size:.75rem;border-radius:6px;border:1px solid #e2e8f0;background:#fff;cursor:pointer;color:#64748b}.mgmt-table .edit-btn:hover{background:#f1f5f9;color:#0f172a}.vehicle-post-tag{display:inline-block;padding:1px 7px;border-radius:5px;font-size:.73rem;font-weight:600;background:#e0f2fe;color:#0369a1}.post-detail-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.post-detail-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;align-items:start}.post-detail-item{display:flex;align-items:center;justify-content:space-between;padding:.45rem 0;border-bottom:1px solid #f1f5f9;gap:.5rem;cursor:pointer}.post-detail-item:last-child{border-bottom:none}.post-detail-item:hover{background:#f8fafc}.post-detail-task-item{padding:.45rem 0;border-bottom:1px solid #f1f5f9;cursor:pointer}.post-detail-task-item:last-child{border-bottom:none}.post-detail-task-item:hover{background:#f8fafc}@media(max-width:1400px){.beheer-grid-4{grid-template-columns:1fr 1fr}}@media(max-width:1100px){.beheer-grid-3,.post-detail-grid{grid-template-columns:1fr 1fr}}@media(max-width:768px){.beheer-grid,.beheer-grid-3,.beheer-grid-4,.post-detail-grid{grid-template-columns:1fr}.tablets-toolbar{flex-direction:column;align-items:flex-start}.info-grid{grid-template-columns:1fr}.info-grid .span2{grid-column:span 1}.form-2col{grid-template-columns:1fr}.detail-modal{max-height:95vh;width:100%;max-width:100%;border-radius:16px 16px 0 0;margin:auto auto 0}.data-table th:nth-child(4),.data-table td:nth-child(4){display:none}}.pagination-bar{display:flex;align-items:center;gap:.5rem;padding:.6rem .25rem .25rem;flex-wrap:wrap}.pagination-info{font-size:.8rem;color:#64748b;white-space:nowrap;margin-right:.25rem}.pagination-btns{display:flex;align-items:center;gap:.25rem;flex-wrap:wrap;flex:1}.pagination-page,.pagination-prev,.pagination-next{min-width:30px;height:30px;padding:0 .5rem;border:1px solid #e2e8f0;border-radius:6px;background:#fff;color:#374151;font-size:.82rem;font-weight:500;cursor:pointer;transition:background .12s,border-color .12s}.pagination-page:hover:not(:disabled),.pagination-prev:hover:not(:disabled),.pagination-next:hover:not(:disabled){background:#f1f5f9;border-color:#cbd5e1}.pagination-page-active{background:var(--primary)!important;color:#fff!important;border-color:var(--primary)!important}.pagination-prev:disabled,.pagination-next:disabled{opacity:.35;cursor:default}.pagination-ellipsis{font-size:.82rem;color:#94a3b8;padding:0 .2rem;line-height:30px}.pagination-size{margin-left:auto;font-size:.82rem}.log-timeline{display:flex;flex-direction:column}.log-entry{display:flex;gap:.75rem;padding:.65rem 0;border-bottom:1px solid #f1f5f9}.log-entry:last-child{border-bottom:none}.log-icon{width:28px;height:28px;min-width:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.82rem;font-weight:700;margin-top:.1rem}.log-body{flex:1;min-width:0}.log-message{font-size:.86rem;color:#1e293b;font-weight:500}.log-remark{font-size:.8rem;color:#475569;margin-top:.2rem;padding:.25rem .5rem;background:#f8fafc;border-left:3px solid #cbd5e1;border-radius:0 4px 4px 0;white-space:pre-wrap}.log-meta{font-size:.72rem;color:#94a3b8;margin-top:.25rem}.overdue-banner{display:flex;align-items:center;gap:.75rem;padding:.6rem 1rem;background:#fef9c3;border:1px solid #fde047;border-radius:10px;margin-bottom:1rem;font-size:.86rem;color:#713f12;flex-wrap:wrap}.overdue-msg{flex:1;min-width:0}.post-search-row{margin-bottom:.75rem}.task-count-badge{display:inline-flex;align-items:center;padding:.15rem .45rem;border-radius:999px;font-size:.75rem;font-weight:600;background:#e0f2fe;color:#0369a1;white-space:nowrap}.priority-badge{display:inline-flex;align-items:center;padding:.15rem .45rem;border-radius:999px;font-size:.72rem;font-weight:700;white-space:nowrap}.priority-high{background:#fee2e2;color:#991b1b}.priority-low{background:#f1f5f9;color:#64748b}.action-list{display:flex;flex-direction:column;gap:.5rem;padding:.25rem 0}.action-item{display:flex;align-items:center;gap:1rem;padding:.85rem 1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;cursor:pointer;text-align:left;width:100%;transition:background .12s,border-color .12s}.action-item:hover{background:#f1f5f9;border-color:#cbd5e1}.action-item:active{background:#e2e8f0}.action-item-icon{font-size:1.25rem;width:36px;text-align:center;flex-shrink:0;color:#475569}.action-item-body{flex:1;min-width:0}.action-item-title{font-size:.9rem;font-weight:600;color:#1e293b}.action-item-desc{font-size:.78rem;color:#64748b;margin-top:.1rem}.warranty-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.15rem .5rem;border-radius:999px;font-size:.78rem;font-weight:600}.warranty-expired{background:#fee2e2;color:#991b1b}.warranty-soon{background:#fef9c3;color:#92400e}.recurrence-badge{display:inline-flex;align-items:center;padding:.15rem .45rem;border-radius:999px;font-size:.72rem;font-weight:600;background:#e0f2fe;color:#0369a1;white-space:nowrap}.saved-filters-wrap{display:flex;align-items:center;gap:.35rem;flex-wrap:wrap}.saved-filters-wrap select{min-width:130px}.bulk-action-bar{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#e0f2fe;border-radius:8px;margin-bottom:.75rem;flex-wrap:wrap}.bulk-sel-count{font-size:.85rem;font-weight:600;color:#0369a1;margin-right:auto}.row-selected td{background:#f0f9ff!important}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1rem}.dashboard-section{background:#fff;border-radius:12px;border:1px solid #e2e8f0;padding:1rem 1.25rem}.dashboard-section-title{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;margin-bottom:.75rem}.kpi-row{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:.75rem}.kpi-card{flex:1;min-width:80px;border-radius:8px;padding:.6rem .75rem;text-align:center;background:#f8fafc;border:1px solid #e2e8f0}.kpi-value{font-size:1.5rem;font-weight:700;line-height:1.1}.kpi-label{font-size:.72rem;color:#64748b;margin-top:.15rem}.kpi-active .kpi-value{color:#16a34a}.kpi-repair .kpi-value{color:#d97706}.kpi-lost .kpi-value,.kpi-danger .kpi-value{color:#dc2626}.kpi-warning .kpi-value{color:#d97706}.kpi-tasks .kpi-value{color:#7c3aed}.kpi-decomm .kpi-value{color:#64748b}.dashboard-post-table{width:100%;border-collapse:collapse;font-size:.84rem}.dashboard-post-table th{text-align:left;padding:.3rem .5rem;background:#f8fafc;border-bottom:2px solid #e2e8f0;color:#475569;font-weight:600}.dashboard-post-table td{padding:.3rem .5rem;border-bottom:1px solid #f1f5f9;color:#1e293b}.dashboard-post-table tr:last-child td{border-bottom:none}.beheer-stats-bar{display:flex;gap:.6rem;flex-wrap:wrap;margin-bottom:1rem}.beheer-stat{flex:1;min-width:90px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:.55rem .75rem;text-align:center}.beheer-stat-value{display:block;font-size:1.4rem;font-weight:700;line-height:1.1;color:#1e293b}.beheer-stat-label{display:block;font-size:.71rem;color:#64748b;margin-top:.1rem}.beheer-stat-open .beheer-stat-value{color:#7c3aed}.beheer-stat-inuse .beheer-stat-value{color:#2563eb}.beheer-stat-warn .beheer-stat-value{color:#dc2626}.beheer-card-cnt{font-size:.78rem;font-weight:500;color:#94a3b8;margin-left:.2rem}.beheer-io-grid{display:flex;flex-direction:column;gap:.35rem}.beheer-io-row{display:grid;grid-template-columns:1fr auto auto auto;align-items:center;gap:.5rem;padding:.3rem .1rem;border-bottom:1px solid #f1f5f9}.beheer-io-row:last-child{border-bottom:none}.beheer-io-header{font-size:.78rem;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.04em;padding-bottom:.4rem;border-bottom:2px solid #e2e8f0}.beheer-io-header span:first-child{text-align:left}.beheer-io-header span{text-align:center}.beheer-io-label{font-weight:500;font-size:.88rem;color:#374151}.beheer-io-row .button{font-size:.78rem;padding:.3rem .55rem;min-width:62px;text-align:center}.sim-filter-tabs{display:flex;gap:.35rem;flex-wrap:wrap;margin-bottom:.25rem}.sim-filter-tab{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:20px;padding:.28rem .7rem;font-size:.8rem;cursor:pointer;color:#475569;transition:all .15s;display:inline-flex;align-items:center;gap:.3rem}.sim-filter-tab:hover{background:#e2e8f0}.sim-filter-tab.active{background:var(--primary, #2563eb);border-color:var(--primary, #2563eb);color:#fff}.sim-filter-cnt{background:#0000001a;border-radius:10px;padding:0 .4rem;font-size:.72rem;font-weight:600}.sim-filter-tab.active .sim-filter-cnt{background:#ffffff40}.warranty-alert-banner{display:flex;align-items:center;gap:.75rem;background:#fef3c7;border:1px solid #fcd34d;border-radius:10px;padding:.55rem 1rem;margin-bottom:.75rem;font-size:.85rem;color:#92400e}.warranty-alert-banner .overdue-msg{flex:1}.btn-copy{background:none;border:1px solid #e2e8f0;border-radius:5px;padding:.1rem .3rem;font-size:.78rem;cursor:pointer;line-height:1;color:#64748b;transition:background .15s,color .15s;flex-shrink:0}.btn-copy:hover{background:#f1f5f9;color:#1e293b}.btn-sim-link{background:none;border:1px solid #e2e8f0;border-radius:5px;padding:.1rem .35rem;font-size:.78rem;cursor:pointer;color:var(--primary, #2563eb);line-height:1;transition:background .15s}.btn-sim-link:hover{background:#eff6ff}.pin-detail-wrap{display:inline-flex;align-items:center;gap:.3rem}.btn-pin-toggle-span{background:none;border:1px solid #e2e8f0;border-radius:5px;padding:.1rem .3rem;font-size:.78rem;cursor:pointer;line-height:1;color:#64748b;transition:background .15s}.btn-pin-toggle-span:hover{background:#f1f5f9}.online-indicator{display:inline-block;width:10px;height:10px;border-radius:50%;flex-shrink:0;align-self:center;transition:background .3s}.online-indicator.is-online{background:#22c55e;box-shadow:0 0 0 2px #22c55e40}.online-indicator.is-offline{background:#ef4444;box-shadow:0 0 0 2px #ef444440;animation:pulse-offline .9s ease-in-out infinite}@keyframes pulse-offline{0%,to{opacity:1}50%{opacity:.4}}.pin-field-wrap{display:flex;align-items:center;gap:.35rem}.btn-pin-toggle{background:none;border:1px solid #e2e8f0;border-radius:6px;padding:.25rem .45rem;cursor:pointer;font-size:.85rem;line-height:1;color:#64748b;transition:background .15s;flex-shrink:0}.btn-pin-toggle:hover{background:#f1f5f9}.beheer-search-row{margin-bottom:.5rem}.beheer-search-input{width:100%;max-width:260px;padding:.3rem .6rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.82rem;color:#1e293b;background:#f8fafc;box-sizing:border-box}.beheer-search-input:focus{outline:none;border-color:var(--primary, #2563eb);background:#fff}.beheer-pagination{display:flex;align-items:center;gap:.5rem;margin-top:.6rem;justify-content:center}.beheer-pagination .btn-pg-prev,.beheer-pagination .btn-pg-next{background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:.2rem .6rem;font-size:1rem;cursor:pointer;color:#374151;line-height:1.4;transition:background .15s}.beheer-pagination .btn-pg-prev:hover:not(:disabled),.beheer-pagination .btn-pg-next:hover:not(:disabled){background:#f1f5f9}.beheer-pagination .btn-pg-prev:disabled,.beheer-pagination .btn-pg-next:disabled{opacity:.35;cursor:default}.beheer-pagination .pg-info{font-size:.78rem;color:#64748b;min-width:90px;text-align:center}.import-order-hint{background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;padding:.6rem .9rem;font-size:.82rem;color:#0c4a6e;margin-bottom:.85rem;line-height:1.6}.import-order-hint ol{margin:.3rem 0 0 1.1rem;padding:0}.import-order-hint li{margin-bottom:.15rem}.import-order-note{color:#0369a1;font-style:italic}.ac-badge{display:inline-flex;align-items:center;gap:.3rem;background:#eff6ff;border:1px solid #bfdbfe;border-radius:6px;padding:.15rem .45rem;font-size:.78rem;color:#1d4ed8;font-family:monospace;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.form-section-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;margin:1rem 0 .25rem;padding-bottom:.3rem;border-bottom:1px solid #e2e8f0}.beheer-warning-bar{background:#fef9c3;border:1px solid #fde047;border-radius:8px;padding:.55rem .85rem;font-size:.82rem;color:#854d0e;margin-top:.6rem;line-height:1.5}.il-entry{border:1px solid #e2e8f0;border-radius:8px;margin-bottom:.5rem;overflow:hidden}.il-head{display:flex;align-items:center;gap:.6rem;padding:.55rem .75rem;background:#f8fafc;cursor:pointer;flex-wrap:wrap}.il-entity{font-weight:600;font-size:.85rem;color:#1e3a5f;min-width:90px}.il-date{font-size:.8rem;color:#64748b;min-width:130px}.il-user{font-size:.78rem;color:#94a3b8;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.il-badges{display:flex;gap:.3rem;flex-shrink:0}.il-badge{font-size:.72rem;font-weight:600;padding:.15rem .45rem;border-radius:5px;white-space:nowrap}.il-new{background:#dcfce7;color:#166534}.il-upd{background:#dbeafe;color:#1e40af}.il-err{background:#fee2e2;color:#991b1b}.btn-il-toggle{background:none;border:none;cursor:pointer;font-size:.78rem;color:#64748b;padding:.1rem .3rem;flex-shrink:0}.il-detail{padding:.5rem .75rem .75rem;overflow-x:auto}.il-table{width:100%;border-collapse:collapse;font-size:.8rem}.il-table th{text-align:left;padding:.3rem .5rem;border-bottom:1px solid #e2e8f0;color:#64748b;font-weight:600;font-size:.75rem}.il-table td{padding:.3rem .5rem;border-bottom:1px solid #f1f5f9;color:#374151}.il-table tr:last-child td{border-bottom:none}.ilr-new td:nth-child(2){color:#166534;font-weight:600}.ilr-upd td:nth-child(2){color:#1e40af;font-weight:600}.ilr-err td:nth-child(2){color:#991b1b;font-weight:600}.ilr-err td{background:#fff5f5}@media(pointer:coarse){.form-row input,.form-row select,.form-row textarea,.filter-select,#tabSearch,#postSearch,#tDeviceFilter{font-size:16px}.button{min-height:44px;padding:.62rem 1rem}.tab-btn{min-height:40px;padding:.55rem 1rem}.filter-select{min-height:44px;padding:.55rem .75rem}.form-row input,.form-row select{min-height:44px;padding:.6rem .75rem}.form-row textarea{min-height:80px;padding:.6rem .75rem;font-size:16px}.data-table td{padding:.75rem}.data-table th{padding:.65rem .75rem}.pagination-page,.pagination-prev,.pagination-next{min-width:40px;height:40px;font-size:.88rem}.btn-pg-prev,.btn-pg-next{min-width:36px;height:36px}.btn-pin-toggle,.btn-pin-toggle-span,.btn-copy,.btn-il-toggle{min-width:44px;min-height:44px;display:inline-flex;align-items:center;justify-content:center}.post-card:hover{transform:none;box-shadow:0 4px 16px #00000014;border-color:transparent}.post-card:active{transform:scale(.97);box-shadow:0 2px 8px #0000001f}.data-table tr:hover td{background:transparent}.data-table tr:active td{background:#f1f5f9}.button,.tab-btn,.post-card,.data-table tbody tr{-webkit-tap-highlight-color:rgba(14,165,233,.12)}.data-table input[type=checkbox]{width:20px;height:20px;cursor:pointer}.il-head{padding:.75rem}.il-entry{margin-bottom:.65rem}}@media(max-width:1024px){.filter-row,.tasks-filter-row,.defects-filter-row{flex-wrap:wrap;gap:.4rem}.filter-select{flex:1 1 140px}.beheer-grid-4{grid-template-columns:1fr 1fr}.form-modal{width:95vw;max-width:95vw}.detail-modal{width:96vw;max-width:96vw}.beheer-io-grid{font-size:.88rem}}@media(max-width:600px){.tab-row{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:.15rem}.tab-row::-webkit-scrollbar{display:none}.tab-btn{white-space:nowrap}.tablets-toolbar{flex-direction:column;align-items:stretch}.toolbar-right{flex-wrap:wrap}.data-table th:nth-child(3),.data-table td:nth-child(3),.data-table th:nth-child(4),.data-table td:nth-child(4){display:none}.beheer-io-row{grid-template-columns:1fr;gap:.3rem}.beheer-io-header{display:none}.beheer-io-label{font-weight:700;margin-bottom:.1rem}}html.dark-mode .toolbar-left h1{color:#fff}html.dark-mode .tab-btn{background:#ffffff1a;border-color:#fff3;color:#ffffffbf}html.dark-mode .tab-btn:hover{background:#fff3;color:#fff}html.dark-mode .tab-btn.active{background:#fff;color:#0f172a;border-color:#fff}
