.tk-page-header { margin-bottom: 1.25rem; display: flex; justify-content: space-between; align-items: center; }
.tk-page-title { font-size: 1.4rem; font-weight: 700; color: #1e293b; }
.tk-btn-icon { width: 15px; height: 15px; display: inline-block; vertical-align: -3px; margin-right: .25rem; }
.tk-modal-title-icon { width: 18px; height: 18px; display: inline-block; vertical-align: -3px; margin-right: .4rem; }
.tk-card { background: #fff; border-radius: 1rem; border: 1px solid #e9ecef; overflow: hidden; box-shadow: 0 4px 12px rgba(15,23,42,.06); }
.tk-search-bar { padding: .75rem 1rem; border-bottom: 1px solid #f1f5f9; }
.tk-list { display: flex; flex-direction: column; }
.tk-list-item { display: flex; align-items: center; gap: .85rem; padding: .75rem 1rem; border-bottom: 1px solid #f1f5f9; cursor: pointer; transition: background .15s ease; }
.tk-list-item:last-child { border-bottom: none; }
.tk-list-item:hover { background: #f8fbff; }
.tk-list-item-overdue { background: #fef2f2; }
.tk-list-item-overdue:hover { background: #fee2e2; }
.tk-list-icon { width: 36px; height: 36px; border-radius: .55rem; background: linear-gradient(180deg, #2563eb, #1e40af); display: flex; align-items: center; justify-content: center; flex: 0 0 36px; color: #fff; }
.tk-icon-svg { width: 18px; height: 18px; display: block; }
.tk-list-main { flex: 1 1 auto; min-width: 0; display: flex; flex-direction: column; gap: .22rem; }
.tk-list-title { font-size: .82rem; font-weight: 700; color: #1e293b; white-space: normal; overflow: visible; text-overflow: clip; line-height: 1.3; }
.tk-list-sub { font-size: .7rem; color: #64748b; display: flex; align-items: center; gap: .25rem; margin-top: 0; flex: 0 0 auto; }
.tk-inline-icon { width: 13px; height: 13px; display: block; flex: 0 0 13px; color: #94a3b8; }
.tk-list-meta-row { display: flex; align-items: center; gap: 1.1rem; min-width: 0; flex-wrap: wrap; }
.tk-list-details { flex: 1 1 auto; display: flex; align-items: center; gap: 1.25rem; min-width: 0; flex-wrap: wrap; }
.tk-list-detail { display: flex; align-items: center; gap: .3rem; font-size: .74rem; color: #475569; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.tk-list-progress { flex: 0 0 140px; display: flex; align-items: center; gap: .5rem; flex-wrap: wrap; }
.tk-progress-bar { flex: 1; height: 6px; border-radius: 999px; background: #e9eff8; overflow: hidden; min-width: 50px; }
.tk-progress-fill { height: 100%; border-radius: inherit; background: linear-gradient(90deg, #60a5fa, #3b82f6); transition: width .3s ease; }
.tk-progress-text { font-weight: 700; font-size: .78rem; color: #2563eb; white-space: nowrap; min-width: 32px; text-align: right; }
.tk-status-pill { display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; padding: .18rem .55rem; font-size: .62rem; font-weight: 700; white-space: nowrap; flex: 0 0 auto; }
.tk-st-urgent { background: #fee2e2; color: #dc2626; }
.tk-st-new { background: #dbeafe; color: #1d4ed8; }
.tk-st-progress { background: #e0e7ff; color: #3730a3; }
.tk-st-completed { background: #dcfce7; color: #15803d; }
.tk-st-pending { background: #e2e8f0; color: #334155; }
.tk-st-default { background: #f1f5f9; color: #475569; }
.tk-list-actions { display: flex; gap: .3rem; flex: 0 0 auto; }
.tk-action-btn { width: 30px; height: 30px; border-radius: .55rem; border: 1px solid #e2e8f0; background: #f8fafc; display: flex; align-items: center; justify-content: center; cursor: pointer; color: #475569; transition: all .15s ease; padding: 0; text-decoration: none; }
.tk-action-btn:hover { background: #eef4ff; border-color: #93c5fd; color: #2563eb; }
.tk-action-icon { width: 15px; height: 15px; display: block; }
.tk-modal-backdrop { position: fixed; inset: 0; background: rgba(15, 23, 42, .45); display: flex; align-items: center; justify-content: center; z-index: 1050; padding: 1rem; }
.tk-modal { width: min(580px, 100%); background: #fff; border-radius: 1rem; box-shadow: 0 24px 60px rgba(15, 23, 42, .2); overflow: hidden; animation: tk-modal-in .18s ease-out; }
.tk-modal-lg { width: min(860px, 100%); }
.tk-modal-header { padding: 1rem 1.25rem; border-bottom: 1px solid #eef1f4; display: flex; justify-content: space-between; align-items: center; }
.tk-modal-body { padding: 1.25rem; }
@keyframes tk-modal-in { from { opacity: 0; transform: translateY(16px) scale(.98); } to { opacity: 1; transform: translateY(0) scale(1); } }
@media (max-width: 992px) { .tk-list-item { flex-wrap: wrap; gap: .5rem; } .tk-list-main { flex: 1 1 100%; } .tk-list-meta-row { gap: .5rem .75rem; } .tk-list-details { flex-basis: 100%; gap: .5rem .75rem; } .tk-list-progress { flex: 1 1 auto; } }
