.table-cell-dual{display:flex;flex-direction:column;gap:4px;padding:8px 12px!important}.table-cell-top{font-size:13px;color:var(--text);font-weight:500}.table-cell-bottom{font-size:12px;color:var(--text-secondary);display:flex;flex-wrap:wrap;gap:8px}.table-cell-bottom-item{display:inline-flex;align-items:center;gap:4px;padding:2px 6px;background:var(--bg-secondary);border-radius:4px;white-space:nowrap}.table-cell-bottom-item svg{flex-shrink:0}.table-cell-bottom-label{font-size:10px;text-transform:uppercase;color:var(--text-tertiary);font-weight:600;letter-spacing:.3px}.table-cell-bottom-value{font-size:12px;color:var(--text-secondary)}.days-remaining{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:12px;font-size:11px;font-weight:600}.days-remaining.critical{background:var(--danger-light);color:var(--danger)}.days-remaining.warning{background:var(--warning-light);color:var(--warning)}.days-remaining.normal{background:var(--success-light);color:var(--success)}.days-remaining.expired{background:#fee;color:#c00;text-decoration:line-through}.table-cell-bottom svg{width:12px;height:12px;opacity:.6}.table-cell-bottom.public-hidden{display:none}.admin-specialist-only .table-cell-bottom{display:flex}.data-table tbody tr:hover .table-cell-bottom{background:var(--bg-hover);border-radius:4px;margin:-4px;padding:4px}.contract-info{display:inline-flex;align-items:center;gap:4px;font-family:'Courier New',monospace;font-size:11px;background:#f8f9fa;padding:2px 6px;border-radius:3px;border:1px solid #e9ecef}.specialist-badge{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;background:linear-gradient(135deg,#667eea 0,#764ba2 100%);color:#fff;border-radius:12px;font-size:11px;font-weight:500}.tenant-badge{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;background:linear-gradient(135deg,#f093fb 0,#f5576c 100%);color:#fff;border-radius:12px;font-size:11px;font-weight:500}#manageModal td.private-col-cell,#manageModal th.private-col{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:180px}#manageModal table.data-table{table-layout:fixed;min-width:1200px}#manageModal td.private-col-cell.col-days .days-remaining{display:inline-flex;align-items:center;gap:6px}#tableContent .table-container{padding:16px;overflow-x:auto!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important;scrollbar-gutter:stable both-edges;max-width:100%!important}#tableContent .data-table{width:100%!important;table-layout:auto!important}#tableContent .data-table thead th{width:auto!important;max-width:none!important;padding:10px 12px;font-size:11px;letter-spacing:.06em;white-space:normal;line-height:1.1}#tableContent .data-table tbody td:first-child,#tableContent .data-table thead th:first-child{width:52px!important}#tableContent .data-table tbody td:nth-child(2),#tableContent .data-table thead th:nth-child(2){width:112px!important}#tableContent .data-table tbody td:nth-child(5),#tableContent .data-table thead th:nth-child(5){width:86px!important}#tableContent .data-table tbody td:nth-child(8),#tableContent .data-table thead th:nth-child(8){width:86px!important}#tableContent .data-table td,#tableContent .data-table th{box-sizing:border-box;min-width:0}#tableContent .data-table tbody td{padding:12px;vertical-align:top;line-height:1.35}#tableContent .data-table td:first-child,#tableContent .data-table th:first-child{text-align:center;font-variant-numeric:tabular-nums}#tableContent .data-table td:nth-child(2),#tableContent .data-table th:nth-child(2){text-align:center}#tableContent .data-table td:nth-child(5),#tableContent .data-table td:nth-child(7),#tableContent .data-table th:nth-child(5),#tableContent .data-table th:nth-child(7){text-align:right;font-variant-numeric:tabular-nums}#tableContent .data-table td:last-child,#tableContent .data-table th:last-child{text-align:center}#tableContent .data-table td.table-address{font-weight:500;white-space:normal;overflow-wrap:anywhere}#tableContent .data-table td.table-purpose{color:var(--text-secondary);white-space:normal;overflow-wrap:anywhere}#tableContent .data-table td.table-rent-period{font-variant-numeric:tabular-nums;white-space:normal;line-height:1.15}#tableContent .data-table td.table-actions{padding-left:6px;padding-right:6px;white-space:nowrap}#tableContent .table-action-icons{display:inline-flex;gap:6px;align-items:center;justify-content:center}#tableContent .table-action-icons .icon-btn{width:36px!important;height:36px!important;min-width:36px!important;border-radius:12px!important;border:1px solid rgba(15,23,42,.1)!important;background:rgba(255,255,255,.6)!important;backdrop-filter:blur(10px) saturate(1.25)!important;-webkit-backdrop-filter:blur(10px) saturate(1.25)!important;box-shadow:0 8px 22px rgba(15,23,42,.08)!important;transform:none!important}#tableContent .table-action-icons .icon-btn:hover{background:rgba(255,255,255,.75)!important;border-color:rgba(15,23,42,.16)!important;box-shadow:0 10px 26px rgba(15,23,42,.1)!important;transform:none!important}#tableContent .table-action-icons .icon-btn:active{transform:none!important;box-shadow:0 8px 22px rgba(15,23,42,.08)!important}#tableContent .table-action-icons .icon-btn svg{width:17px!important;height:17px!important;stroke-width:2!important}#tableContent .table-action-icons .icon-btn.info{color:var(--primary)!important}#tableContent .table-action-icons .icon-btn.map{color:var(--success)!important}#tableContent .table-action-icons .icon-btn.edit{color:var(--warning)!important}#tableContent .table-action-icons .icon-btn.info:hover{border-color:rgba(37,99,235,.3)!important}#tableContent .table-action-icons .icon-btn.map:hover{border-color:rgba(16,185,129,.3)!important}#tableContent .table-action-icons .icon-btn.edit:hover{border-color:rgba(245,158,11,.3)!important}[data-theme=dark] #tableContent .table-action-icons .icon-btn{background:rgba(30,41,59,.55)!important;border-color:rgba(148,163,184,.22)!important;box-shadow:0 10px 28px rgba(0,0,0,.35)!important}[data-theme=dark] #tableContent .table-action-icons .icon-btn:hover{background:rgba(30,41,59,.7)!important;border-color:rgba(148,163,184,.3)!important}#tableContent .data-table tbody tr{background:color-mix(in srgb,var(--surface) 94%,transparent)}#tableContent .data-table tbody tr:hover{background:var(--bg-secondary)}#tableContent .data-table td{padding:10px 12px;font-size:13px;line-height:1.25}#tableContent .data-table thead th:nth-child(8){width:76px!important}#tableContent .data-table td.table-actions .btn-compact{width:34px;height:30px;padding:0;border-radius:10px}@media (max-width:1100px){#tableContent .data-table tbody td:nth-child(7),#tableContent .data-table thead th:nth-child(7){display:none!important}}@media (max-width:920px){#tableContent .data-table tbody td:nth-child(6),#tableContent .data-table tbody td:nth-child(7),#tableContent .data-table thead th:nth-child(6),#tableContent .data-table thead th:nth-child(7){display:none!important}}#tableContent .table-cards{display:none}#tableContent .table-cards-empty{padding:14px 12px;border:1px dashed var(--border-color,rgba(255,255,255,.12));border-radius:14px;color:var(--text-secondary,rgba(255,255,255,.72));text-align:center}#tableContent .table-card{border:1px solid var(--border-color,rgba(255,255,255,.1));background:var(--panel-bg,rgba(255,255,255,.03));border-radius:16px;padding:12px;box-shadow:0 10px 28px rgba(15,23,42,.1)}#tableContent .table-card-top{display:flex;justify-content:space-between;gap:10px;align-items:flex-start;margin-bottom:8px}#tableContent .table-card-left{display:flex;flex-direction:column;gap:6px;min-width:0}#tableContent .table-card-id{font-weight:700;font-size:13px;letter-spacing:.02em;color:var(--text,inherit)}#tableContent .table-card-status{line-height:1}#tableContent .table-card-metrics{display:flex;flex-wrap:wrap;gap:6px;justify-content:flex-end}#tableContent .pill{display:inline-flex;align-items:center;gap:6px;padding:6px 8px;border-radius:999px;border:1px solid var(--border-color,rgba(255,255,255,.1));background:rgba(255,255,255,.04);font-size:12px;white-space:nowrap}#tableContent .pill-label{opacity:.72;font-weight:600;font-size:11px}#tableContent .table-card-address{font-size:14px;font-weight:600;line-height:1.25;margin:6px 0 10px;overflow-wrap:anywhere}#tableContent .table-card-chips{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}#tableContent .chip{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border-radius:999px;border:1px solid var(--border-color,rgba(255,255,255,.1));background:rgba(255,255,255,.03);font-size:12px;max-width:100%}#tableContent .chip-sub{opacity:.75;font-size:11px;font-weight:600;white-space:nowrap}#tableContent .table-card-actions{display:flex;gap:8px;justify-content:flex-end}#tableContent .table-card-actions .btn-compact{width:38px;height:34px;border-radius:12px}#tableContent .table-toolbar-left{display:none!important}#tableContent .table-toolbar{padding:8px 10px;display:none!important}#tableContent .table-rows-label{display:none}#tableContent .table-container::-webkit-scrollbar{height:6px}#tableContent .table-container::-webkit-scrollbar-thumb{background:rgba(148,163,184,.35);border-radius:999px}#tableContent .table-container::-webkit-scrollbar-track{background:0 0}.table-pagination-page-size{display:flex;align-items:center;gap:8px;margin-right:16px}.table-pagination-page-size span{color:var(--text-secondary);font-size:13px;white-space:nowrap}.table-page-size-select{height:32px;padding:0 24px 0 8px;border-radius:6px;border:1px solid var(--border);background:var(--surface);color:var(--text);font-size:13px;cursor:pointer;outline:0;transition:all .2s ease}.table-page-size-select:hover{border-color:var(--primary)}.table-page-size-select:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light)}.table-pagination-right{display:flex;align-items:center;gap:12px}