.dst-table-wrapper{width:100%;margin:0;border-radius:8px;overflow:hidden;border:1px solid #e5e7eb;box-shadow:0 1px 3px rgba(0, 0, 0, 0.04)}.dst-table-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px;flex-wrap:wrap}.dst-table-toolbar:has(.dst-table-toolbar__left:empty):has(.dst-table-toolbar__right:empty){display:none}.dst-table-toolbar__left{display:flex;align-items:center;gap:12px;flex:1 1 auto;min-width:0}.dst-table-toolbar__right{display:flex;align-items:center;gap:12px}.dst-table-meta{font-size:13px;color:#6b7280;font-weight:500}.dst-table-search{position:relative;display:flex;align-items:center;flex:0 1 320px;max-width:320px}.dst-table-search__icon{position:absolute;left:12px;color:#9ca3af;pointer-events:none}.dst-table-search input{width:100%;padding:10px 14px 10px 38px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;background:#fff;color:#111827;transition:border-color .15s ease,box-shadow .15s ease}.dst-table-search input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px rgba(99, 102, 241, 0.15)}.dst-table-search:focus-within .dst-table-search__icon{color:#6366f1}.dst-table-inner{overflow-x:auto}.dst-table{width:100%;border-collapse:collapse;border-spacing:0;font-size:14px;line-height:1.5}.dst-table th,.dst-table td{padding:14px 16px;text-align:left;border-bottom:1px solid #e5e7eb;vertical-align:middle;word-break:break-word;overflow-wrap:anywhere}.dst-table th{background-color:#f9fafb;font-weight:600;color:#111827;font-size:13px;letter-spacing:.01em;white-space:nowrap;border-bottom:1px solid #e5e7eb}.dst-th-content{display:inline-flex;align-items:center;gap:6px}.dst-th-label{white-space:normal;overflow-wrap:anywhere}.dst-table th.dst-sortable{cursor:pointer;user-select:none;transition:background-color .15s ease}.dst-table th.dst-sortable:hover{background-color:#f3f4f6}.dst-sort-icon{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;color:#9ca3af;opacity:.6;flex-shrink:0;transition:opacity .15s ease,color .15s ease}.dst-table th.dst-sortable:hover .dst-sort-icon{opacity:1;color:#6b7280}.dst-table th[data-dst-sort-dir] .dst-sort-icon{opacity:1;color:#4f46e5}.dst-table th[data-dst-sort-dir=asc] .dst-sort-icon svg path:last-child,.dst-table th[data-dst-sort-dir=desc] .dst-sort-icon svg path:first-child{stroke-opacity:.25}.dst-table tbody tr:last-child td{border-bottom:none}.dst-table tbody tr:nth-child(even){background-color:#f9fafb}.dst-table tbody tr:hover{background-color:#f3f4f6}@keyframes dst-row-fade-in{from{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.dst-table tbody tr.dst-row-enter{animation:dst-row-fade-in .35s ease-out both}.dst-table img{max-width:100%;height:auto;display:block}.dst-table a{color:#2563eb;text-decoration:none}.dst-table a:hover{text-decoration:underline}.dst-table-load-more{display:flex;flex-direction:column;align-items:center;gap:8px;margin-top:20px}.dst-load-more{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 28px;border:1px solid #d1d5db;background:#fff;color:#111827;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;min-width:160px;transition:background .15s ease,border-color .15s ease,box-shadow .18s ease}.dst-load-more:hover{background:#f9fafb;border-color:#9ca3af;box-shadow:0 2px 6px rgba(0, 0, 0, 0.06)}.dst-load-more:disabled{cursor:progress;opacity:.85}.dst-load-more__spinner{display:none;width:14px;height:14px;border:2px solid #d1d5db;border-top-color:#4f46e5;border-radius:50%;animation:dst-spin .7s linear infinite;flex-shrink:0}.dst-load-more.is-loading .dst-load-more__spinner{display:inline-block}.dst-load-more.is-loading .dst-load-more__label{color:#6b7280}@keyframes dst-spin{to{transform:rotate(360deg)}}.dst-load-more__info{font-size:12px;color:#9ca3af}@media(max-width: 640px){.dst-table-toolbar{flex-direction:column;align-items:stretch}.dst-table-toolbar__left,.dst-table-toolbar__right{width:100%}.dst-table-toolbar__right{justify-content:flex-end}.dst-table-search{flex:1 1 100%;max-width:100%}.dst-table th,.dst-table td{padding:10px 10px;font-size:13px}.dst-load-more{width:100%;min-width:0}}.dst-table-error{padding:16px;background:#fef2f2;border:1px solid #fecaca;border-radius:4px;color:#991b1b}.dst-table-empty{padding:24px 16px;text-align:center;color:#6b7280;font-size:14px}.dst-table-wrapper.dst-preset-minimal .dst-table th,.dst-table-wrapper.dst-preset-minimal .dst-table td{border:none;border-bottom:1px solid #e5e7eb}.dst-table-wrapper.dst-preset-minimal .dst-table th{background:transparent;font-weight:500;color:#374151;text-transform:uppercase;font-size:12px;letter-spacing:.05em}.dst-table-wrapper.dst-preset-minimal .dst-table tbody tr:nth-child(even){background:transparent}.dst-table-wrapper.dst-preset-minimal .dst-table tbody tr:hover{background-color:#f9fafb}.dst-table-wrapper.dst-preset-striped .dst-table th{background-color:#f1f5f9;color:#0f172a}.dst-table-wrapper.dst-preset-striped .dst-table th,.dst-table-wrapper.dst-preset-striped .dst-table td{border-color:#e2e8f0}.dst-table-wrapper.dst-preset-striped .dst-table tbody tr:nth-child(even){background-color:#f8fafc}.dst-table-wrapper.dst-preset-striped .dst-table tbody tr:hover{background-color:#e2e8f0}.dst-table-wrapper.dst-preset-zebra .dst-table th{background-color:#1e40af;color:#fff;border-color:#1e3a8a}.dst-table-wrapper.dst-preset-zebra .dst-table td{border-color:#dbeafe}.dst-table-wrapper.dst-preset-zebra .dst-table tbody tr:nth-child(odd){background-color:#fff}.dst-table-wrapper.dst-preset-zebra .dst-table tbody tr:nth-child(even){background-color:#eff6ff}.dst-table-wrapper.dst-preset-zebra .dst-table tbody tr:hover{background-color:#dbeafe}.dst-preset-dark .dst-table th{background-color:#0f172a;color:#f1f5f9;border-color:#334155}.dst-preset-dark .dst-table td{background-color:#1e293b;color:#e2e8f0;border-color:#334155}.dst-preset-dark .dst-table tbody tr:nth-child(even) td{background-color:#0f172a}.dst-preset-dark .dst-table tbody tr:hover td{background-color:#334155}.dst-preset-dark .dst-table a{color:#60a5fa}.dst-preset-dark .dst-table-search input,.dst-preset-dark .dst-load-more{background-color:#1e293b;color:#e2e8f0;border-color:#334155}.dst-preset-spreadsheet .dst-table{font-family:"Roboto","Segoe UI",Arial,sans-serif}.dst-preset-spreadsheet .dst-table th{background-color:#f0f0f0;color:#333;font-weight:500;font-size:13px;padding:8px;border-color:#d0d0d0}.dst-preset-spreadsheet .dst-table td{font-size:13px;padding:8px;border-color:#d0d0d0}.dst-preset-spreadsheet .dst-table tbody tr:nth-child(even){background:transparent}.dst-preset-spreadsheet .dst-table tbody tr:hover{background-color:#e8f0fe}.dst-preset-colorful .dst-table th{background-color:#4f46e5;color:#fff;border-color:#c7d2fe}.dst-preset-colorful .dst-table td{border-color:#e0e7ff}.dst-preset-colorful .dst-table tbody tr:nth-child(even){background-color:#f5f3ff}.dst-preset-colorful .dst-table tbody tr:hover{background-color:#ede9fe}.dst-preset-professional .dst-table th{background-color:#1f2937;color:#fff;border-color:#d1d5db;text-transform:uppercase;font-size:12px;letter-spacing:.05em}.dst-preset-professional .dst-table td{border-color:#d1d5db}.dst-preset-professional .dst-table tbody tr:nth-child(even){background-color:#f9fafb}.dst-preset-professional .dst-table tbody tr:hover{background-color:#f3f4f6}.dst-preset-ocean .dst-table th{background-color:#0369a1;color:#f0f9ff;border-color:#075985}.dst-preset-ocean .dst-table td{border-color:#bae6fd}.dst-preset-ocean .dst-table tbody tr:nth-child(even){background-color:#e0f2fe}.dst-preset-ocean .dst-table tbody tr:hover{background-color:#bae6fd}.dst-preset-ocean .dst-table a{color:#0369a1}.dst-preset-forest .dst-table th{background-color:#15803d;color:#f0fdf4;border-color:#166534}.dst-preset-forest .dst-table td{border-color:#bbf7d0}.dst-preset-forest .dst-table tbody tr:nth-child(even){background-color:#dcfce7}.dst-preset-forest .dst-table tbody tr:hover{background-color:#bbf7d0}.dst-preset-forest .dst-table a{color:#15803d}.dst-preset-sunset .dst-table th{background-color:#c2410c;color:#fff7ed;border-color:#9a3412}.dst-preset-sunset .dst-table td{border-color:#fed7aa}.dst-preset-sunset .dst-table tbody tr:nth-child(even){background-color:#fff7ed}.dst-preset-sunset .dst-table tbody tr:hover{background-color:#ffedd5}.dst-preset-sunset .dst-table a{color:#c2410c}.dst-preset-neon .dst-table{background-color:#020617}.dst-preset-neon .dst-table th{background-color:#0f172a;color:#22d3ee;border-color:#1e293b;text-transform:uppercase;letter-spacing:.08em;font-size:12px;text-shadow:0 0 6px rgba(34, 211, 238, 0.4)}.dst-preset-neon .dst-table td{background-color:#020617;color:#cbd5e1;border-color:#1e293b}.dst-preset-neon .dst-table tbody tr:nth-child(even) td{background-color:#0f172a}.dst-preset-neon .dst-table tbody tr:hover td{background-color:#1e293b;color:#22d3ee}.dst-preset-neon .dst-table a{color:#4ade80}.dst-preset-neon .dst-table-search input,.dst-preset-neon .dst-load-more{background-color:#0f172a;color:#22d3ee;border-color:#1e293b}.dst-preset-paper{background-color:#fdf8f0;padding:8px;border-radius:4px}.dst-preset-paper .dst-table{font-family:"Georgia","Times New Roman",serif}.dst-preset-paper .dst-table th{background-color:#78716c;color:#fdf8f0;border-color:#57534e;font-style:italic}.dst-preset-paper .dst-table td{background-color:#fdf8f0;color:#44403c;border-color:#d6d3d1}.dst-preset-paper .dst-table tbody tr:nth-child(even) td{background-color:#f5f0e1}.dst-preset-paper .dst-table tbody tr:hover td{background-color:#ede4cf}.dst-preset-paper .dst-table a{color:#78350f;text-decoration:underline}.dst-preset-elegant .dst-table th{background-color:#09090b;color:#fde68a;border-color:#ca8a04;border-width:0 0 2px 0;border-style:solid;letter-spacing:.06em;font-weight:600}.dst-preset-elegant .dst-table td{background-color:#fafaf9;color:#18181b;border-color:#e7e5e4}.dst-preset-elegant .dst-table tbody tr:nth-child(even) td{background-color:#f4f4f5}.dst-preset-elegant .dst-table tbody tr:hover td{background-color:#fef3c7}.dst-preset-elegant .dst-table a{color:#b45309}.dst-preset-violet .dst-table th{background-color:#5b3ae8;color:#fff;border-color:#4c2cd6}.dst-preset-violet .dst-table td{border-color:#ddd6fe}.dst-preset-violet .dst-table tbody tr:nth-child(even){background-color:#f5f3ff}.dst-preset-violet .dst-table tbody tr:hover{background-color:#ede9fe}.dst-preset-violet .dst-table a{color:#5b3ae8}.dst-preset-violet .dst-load-more:hover{background:#f5f3ff;border-color:#5b3ae8;color:#5b3ae8}@media(max-width: 768px){.dst-table-wrapper.dst-card-layout .dst-table,.dst-table-wrapper.dst-card-layout .dst-table thead,.dst-table-wrapper.dst-card-layout .dst-table tbody,.dst-table-wrapper.dst-card-layout .dst-table th,.dst-table-wrapper.dst-card-layout .dst-table td,.dst-table-wrapper.dst-card-layout .dst-table tr{display:block}.dst-table-wrapper.dst-card-layout .dst-table thead{display:none}.dst-table-wrapper.dst-card-layout .dst-table tr{border:1px solid #e5e7eb;border-radius:8px;margin-bottom:12px;padding:12px;background:#fff}.dst-table-wrapper.dst-card-layout .dst-table td{border:none;padding:8px 0;text-align:left}.dst-table-wrapper.dst-card-layout .dst-table td:before{content:attr(data-label) ": ";font-weight:600;margin-right:8px}}
