.stats-grid.svelte-1k2rb6q.svelte-1k2rb6q{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:var(--space-4);max-width:800px;margin:0 auto}.stat-card{display:flex;align-items:center;gap:var(--space-4);border-left:4px solid}.stat-card.approved{border-left-color:var(--color-success)}.stat-card.pending{border-left-color:var(--color-warning)}.stat-card.rejected{border-left-color:var(--color-danger)}.stat-card.points{border-left-color:var(--color-brand-primary)}.stat-number.svelte-1k2rb6q.svelte-1k2rb6q{font-size:var(--font-size-3xl);font-weight:var(--font-weight-bold);color:var(--color-text-primary);line-height:1}.stat-label.svelte-1k2rb6q.svelte-1k2rb6q{font-size:var(--font-size-sm);color:var(--color-text-secondary);font-weight:var(--font-weight-medium)}.controls-section.svelte-1k2rb6q.svelte-1k2rb6q{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-8);padding:var(--space-4);background:var(--color-bg-primary);border-radius:var(--radius-md);box-shadow:var(--shadow-md)}.count-display.svelte-1k2rb6q.svelte-1k2rb6q{font-weight:500;color:var(--color-text-secondary)}.submissions-container.svelte-1k2rb6q.svelte-1k2rb6q{background:var(--color-bg-primary);border-radius:var(--radius-md);box-shadow:var(--shadow-card);overflow:hidden}.table-wrapper.svelte-1k2rb6q.svelte-1k2rb6q{overflow-x:auto}.desktop-table.svelte-1k2rb6q.svelte-1k2rb6q{width:100%;border-collapse:collapse}.desktop-table.svelte-1k2rb6q th.svelte-1k2rb6q{background:var(--color-bg-secondary);padding:1rem;text-align:left;font-weight:600;color:var(--color-text-primary);border-bottom:2px solid var(--color-border-primary);white-space:nowrap}.desktop-table.svelte-1k2rb6q th.sortable.svelte-1k2rb6q{cursor:pointer;-webkit-user-select:none;user-select:none;position:relative;transition:background-color .2s}.desktop-table.svelte-1k2rb6q th.sortable.svelte-1k2rb6q:hover{background:#f1f5f9}.desktop-table.svelte-1k2rb6q th.sort-asc.svelte-1k2rb6q:after{content:" ▲";font-size:.75rem;color:var(--color-brand-primary)}.desktop-table.svelte-1k2rb6q th.sort-desc.svelte-1k2rb6q:after{content:" ▼";font-size:.75rem;color:var(--color-brand-primary)}.desktop-table.svelte-1k2rb6q td.svelte-1k2rb6q{padding:1rem;border-bottom:1px solid #f1f5f9;vertical-align:middle}.submission-row.svelte-1k2rb6q.svelte-1k2rb6q{transition:background-color .2s}.submission-row.svelte-1k2rb6q.svelte-1k2rb6q:hover{background-color:var(--color-bg-secondary)}.category-cell.svelte-1k2rb6q.svelte-1k2rb6q{font-weight:500;color:var(--color-text-primary)}.points-cell.svelte-1k2rb6q.svelte-1k2rb6q{font-weight:var(--font-weight-bold);color:var(--color-brand-primary)}.status-badge.svelte-1k2rb6q.svelte-1k2rb6q{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:600;white-space:nowrap}.status-badge.status-approved.svelte-1k2rb6q.svelte-1k2rb6q{background:#dcfce7;color:#166534}.status-badge.status-pending.svelte-1k2rb6q.svelte-1k2rb6q{background:#fef3c7;color:#92400e}.status-badge.status-rejected.svelte-1k2rb6q.svelte-1k2rb6q{background:#fecaca;color:#991b1b}.rejection-reason.svelte-1k2rb6q.svelte-1k2rb6q{color:#dc2626;font-style:italic;font-size:.9rem}.no-reason.svelte-1k2rb6q.svelte-1k2rb6q{color:#9ca3af}.mobile-cards.svelte-1k2rb6q.svelte-1k2rb6q{display:none}.mobile-card.svelte-1k2rb6q.svelte-1k2rb6q{border-bottom:1px solid #f1f5f9;padding:1.5rem}.mobile-card.svelte-1k2rb6q.svelte-1k2rb6q:last-child{border-bottom:none}.card-header.svelte-1k2rb6q.svelte-1k2rb6q{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.category-badge.svelte-1k2rb6q.svelte-1k2rb6q{background:#f3f4f6;color:#374151;padding:.25rem .75rem;border-radius:6px;font-size:.85rem;font-weight:600}.card-body.svelte-1k2rb6q.svelte-1k2rb6q{display:flex;flex-direction:column;gap:.75rem}.card-row.svelte-1k2rb6q.svelte-1k2rb6q{display:flex;justify-content:space-between;align-items:center}.card-row.svelte-1k2rb6q .label.svelte-1k2rb6q{font-weight:500;color:var(--color-text-secondary);min-width:100px}.card-row.svelte-1k2rb6q .value.svelte-1k2rb6q{font-weight:600;color:var(--color-text-primary);text-align:right}.points-value.svelte-1k2rb6q.svelte-1k2rb6q{color:var(--color-brand-primary)}.rejection-row.svelte-1k2rb6q.svelte-1k2rb6q{background:#fef2f2;border:1px solid #fecaca;border-radius:4px;padding:.75rem;margin-top:.5rem}.rejection-text.svelte-1k2rb6q.svelte-1k2rb6q{color:#dc2626;font-style:italic}.empty-state.svelte-1k2rb6q.svelte-1k2rb6q{background:#fff;border-radius:var(--radius-md);padding:var(--space-12) var(--space-8);box-shadow:var(--shadow-md);text-align:center}.empty-icon.svelte-1k2rb6q.svelte-1k2rb6q{font-size:4rem;margin-bottom:var(--space-4)}.empty-state.svelte-1k2rb6q h3.svelte-1k2rb6q{color:var(--color-text-primary);font-size:var(--font-size-2xl);margin-bottom:var(--space-4);text-transform:none}.empty-state.svelte-1k2rb6q p.svelte-1k2rb6q{color:var(--color-text-secondary);margin-bottom:var(--space-8);font-size:var(--font-size-lg)}.submit-button.svelte-1k2rb6q.svelte-1k2rb6q,.toggle-button.svelte-1k2rb6q.svelte-1k2rb6q{background-color:var(--color-brand-primary);color:#fff;text-decoration:none;border:none;border-radius:var(--radius-md);padding:var(--space-3) var(--space-8);font-size:var(--font-size-base);font-weight:var(--font-weight-medium);cursor:pointer;display:inline-block;transition:all var(--transition-base)}.submit-button.svelte-1k2rb6q.svelte-1k2rb6q:hover,.toggle-button.svelte-1k2rb6q.svelte-1k2rb6q:hover{background-color:var(--color-brand-primary-hover);transform:translateY(-2px);box-shadow:var(--shadow-lg)}@media (max-width: 768px){.stats-grid.svelte-1k2rb6q.svelte-1k2rb6q{grid-template-columns:repeat(2,1fr);gap:.75rem}.stat-card.svelte-1k2rb6q.svelte-1k2rb6q{padding:1rem}.stat-icon.svelte-1k2rb6q.svelte-1k2rb6q,.stat-number.svelte-1k2rb6q.svelte-1k2rb6q{font-size:1.5rem}.controls-section.svelte-1k2rb6q.svelte-1k2rb6q{flex-direction:column;gap:1rem;text-align:center}.table-wrapper.svelte-1k2rb6q.svelte-1k2rb6q{display:none}.mobile-cards.svelte-1k2rb6q.svelte-1k2rb6q{display:block}}@media (max-width: 480px){.stats-grid.svelte-1k2rb6q.svelte-1k2rb6q{grid-template-columns:1fr}.card-row.svelte-1k2rb6q.svelte-1k2rb6q{flex-direction:column;align-items:flex-start;gap:.25rem}.card-row.svelte-1k2rb6q .value.svelte-1k2rb6q{text-align:left}}@media (min-width: 769px){.mobile-cards.svelte-1k2rb6q.svelte-1k2rb6q{display:none}}
