.mobileCardContainer{display:none}.card{background-color:white;border-radius:8px;padding:16px;margin-bottom:8px;box-shadow:0 2px 4px rgba(0,0,0,.1);border:1px solid #e9ecef}.cardHeader{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px;gap:8px}.nameEmail{flex:1;min-width:0}.name{font-weight:600;font-size:1.1rem;color:#333;margin-bottom:4px}.email,.name{word-wrap:break-word}.email{font-size:.9rem;color:#6c757d}.section{margin-bottom:12px}.section:last-child{margin-bottom:0}.label{font-size:.85rem;font-weight:600;color:#495057;margin-bottom:6px;text-transform:uppercase;letter-spacing:.5px}.content{font-size:.9rem;color:#333}.cardSection{margin-bottom:12px}.cardSection:last-child{margin-bottom:0}.sectionLabel{font-size:.85rem;font-weight:600;color:#495057;margin-bottom:6px;text-transform:uppercase;letter-spacing:.5px}.sectionContent{font-size:.9rem;color:#333}.emptyMessage{color:#6c757d;font-style:italic;font-size:.85rem;text-align:center;padding:8px;background-color:#f8f9fa;border-radius:4px}.actionButtons{display:flex;flex-direction:column;gap:8px;width:100%}.actionButton{width:100%;justify-content:center;padding:12px 16px!important;font-size:.9rem;min-height:44px;border-radius:6px;font-weight:500}.tags{display:flex;flex-wrap:wrap;gap:6px}.tag{background-color:#f0f4f8;border-radius:4px;padding:4px 8px;font-size:.8rem;color:#3a506b;white-space:nowrap;max-width:100%;overflow:hidden;text-overflow:ellipsis}.tagList{flex-wrap:wrap;gap:6px}.tagItem{font-size:.8rem;padding:6px 8px;max-width:100%;overflow:hidden;text-overflow:ellipsis}.mobileOnly{display:none}.desktopOnly{display:block}@media (max-width:768px){.desktopOnly{display:none!important}.mobileCardContainer,.mobileOnly{display:block!important}.actionButtons{flex-direction:column;gap:8px;width:100%}.actionButton{width:100%;justify-content:center;padding:12px 16px!important;font-size:.9rem;min-height:44px;border-radius:6px;font-weight:500}.tags{flex-wrap:wrap;gap:6px}.tag{font-size:.8rem;padding:6px 8px;max-width:100%;overflow:hidden;text-overflow:ellipsis}.tagList{flex-wrap:wrap;gap:6px}.tagItem{font-size:.8rem;padding:6px 8px;max-width:100%;overflow:hidden;text-overflow:ellipsis}.emptyMessage{font-size:.85rem;text-align:center;padding:8px;background-color:#f8f9fa;border-radius:4px}}@media (min-width:769px){.mobileCardContainer,.mobileOnly{display:none!important}}