*{box-sizing:border-box;margin:0;padding:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{background:#020617;color:#e5e7eb}.app-wrapper{min-height:100vh;padding:16px 24px;flex-direction:column}.app-wrapper,.header{display:flex;gap:16px}.header{justify-content:space-between;align-items:center}.contact-info{display:flex;flex-direction:column;gap:4px}.contact-name{font-size:18px;display:flex;gap:8px}.badge-initials,.contact-name{font-weight:600;align-items:center}.badge-initials{width:28px;height:28px;border-radius:999px;background:#0f766e;display:inline-flex;justify-content:center;font-size:13px;color:#ecfeff}.contact-meta{font-size:13px;color:#9ca3af;display:flex;flex-wrap:wrap;gap:10px}.meta-pill{display:inline-flex;align-items:center;gap:6px}.meta-dot{width:6px;height:6px;border-radius:999px;background:#4b5563}.org-pill{padding:4px 10px;border-radius:999px;background:rgba(56,189,248,.08);border:1px solid rgba(56,189,248,.3);font-size:11px;color:#e0f2fe;display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.org-dot{width:8px;height:8px;border-radius:999px;background:#38bdf8}.header-actions{display:flex;gap:8px;color:#9ca3af}.header-actions,.refresh-btn{align-items:center;font-size:12px}.refresh-btn{border-radius:999px;border:1px solid #334155;background:#020617;color:#e5e7eb;padding:6px 10px;display:inline-flex;gap:6px;cursor:pointer}.refresh-btn:hover{background:#111827}.refresh-icon,.subheader{font-size:13px}.subheader{color:#9ca3af}.card{border-radius:14px;background:radial-gradient(circle at top left,rgba(56,189,248,.12),transparent 55%),#020617;border:1px solid #1f2937;box-shadow:0 18px 40px rgba(15,23,42,.75);padding:14px 18px;display:flex;flex-direction:column;gap:10px;max-height:calc(100vh - 96px);overflow:hidden}.table-wrapper{margin-top:4px;border-radius:10px;border:1px solid #1f2937;overflow:hidden;background:rgba(15,23,42,.9)}table{width:100%;border-collapse:collapse;font-size:13px}thead{background:rgba(15,23,42,.95)}td,th{padding:10px 12px;text-align:left;border-bottom:1px solid #111827;vertical-align:middle}th{font-weight:500;color:#9ca3af;position:-webkit-sticky;position:sticky;top:0;z-index:1;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}tbody tr:hover{background:rgba(15,23,42,.85)}.case-link{color:#38bdf8;text-decoration:none;font-weight:500}.case-link:hover{text-decoration:underline}.case-subject{color:#e5e7eb;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:320px}.date-text{color:#9ca3af;font-size:12px;white-space:nowrap}.status-cell,.status-select{position:relative}.status-select{background:#020617;border-radius:999px;border:1px solid #334155;color:#e5e7eb;padding:6px 24px 6px 10px;font-size:12px;appearance:none;-webkit-appearance:none;-moz-appearance:none;min-width:130px;cursor:pointer}.status-cell:after{content:"▾";position:absolute;right:10px;top:50%;transform:translateY(-50%);font-size:10px;pointer-events:none;color:#6b7280}.table-scroll{max-height:calc(100vh - 170px);overflow-y:auto;scrollbar-width:thin;scrollbar-color:#4b5563 transparent}.table-scroll::-webkit-scrollbar{width:6px}.table-scroll::-webkit-scrollbar-track{background:transparent}.table-scroll::-webkit-scrollbar-thumb{background:#4b5563;border-radius:999px}.footer-small{margin-top:4px;font-size:11px;color:#6b7280;display:flex;justify-content:space-between;align-items:center}.tag-pill{padding:2px 8px;border-radius:999px;border:1px dashed #374151;font-size:10px;text-transform:uppercase;letter-spacing:.08em}@media (max-width:768px){.app-wrapper{padding:12px}.card{padding:10px 12px}.case-subject{max-width:180px}}