.spv-empty{flex-direction:column;text-align:center;gap:12px;min-height:calc(100dvh - 200px);padding:24px}.spv-empty,.spv-empty-icon{display:flex;align-items:center;justify-content:center}.spv-empty-icon{width:64px;height:64px;border-radius:20px;margin-bottom:4px}.spv-empty-title{font-size:.9375rem;font-weight:600;color:var(--primary);line-height:1.4}.spv-empty-desc{font-size:.8125rem;color:var(--text-muted);max-width:260px;line-height:1.5}@keyframes spvSpin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.spv-empty-spin{animation:spvSpin 1s linear infinite}.spv-tab-spacer{height:80px;margin-bottom:0}html[data-theme=light] .spv-page{--primary:#1e3a5f;--primary-dark:#162d4a;--primary-glow:rgba(30,58,95,.1);--info-bg:rgba(30,58,95,.07)}html[data-theme=light] .spv-panel{background:#fff;box-shadow:0 -4px 24px rgba(30,58,95,.1)}html[data-theme=light] .spv-panel-handle{background:#cbd5e1}html[data-theme=light] .spv-panel-title{color:#6b7280}html[data-theme=light] .spv-panel-close{background:#f3f4f6;color:#6b7280}html[data-theme=light] .spv-panel-close:hover{background:#fee2e2;color:#dc2626}html[data-theme=light] .spv-sheet-search{background:#f9fafb;border-color:#e5e7eb;color:#111827}html[data-theme=light] .spv-sheet-search:focus{border-color:#1e3a5f;background:#fff}html[data-theme=light] .spv-sheet-search::placeholder{color:#9ca3af}html[data-theme=light] .spv-sheet-search-icon{color:#9ca3af}html[data-theme=light] .spv-sheet-search-clear{background:#e5e7eb;color:#6b7280}html[data-theme=light] .spv-sheet-item{color:#374151;border-bottom-color:#f3f4f6}html[data-theme=light] .spv-sheet-item:hover{background:#f8fafc}html[data-theme=light] .spv-sheet-item.is-active{color:#1e3a5f;background:rgba(30,58,95,.07)}html[data-theme=light] .spv-sheet-count{background:#f3f4f6;color:#9ca3af}html[data-theme=light] .spv-sheet-item.is-active .spv-sheet-count{background:rgba(30,58,95,.08);color:#1e3a5f}html[data-theme=light] .spv-name-search{background:#f9fafb;border-color:#e5e7eb;color:#111827}html[data-theme=light] .spv-name-search:focus{border-color:#1e3a5f;background:#fff}html[data-theme=light] .spv-name-search::placeholder{color:#9ca3af}html[data-theme=light] .spv-name-search-icon{color:#9ca3af}html[data-theme=light] .spv-filter-trigger{background:#f9fafb;border-color:#e5e7eb;color:#6b7280}html[data-theme=light] .spv-filter-trigger:hover{border-color:#1e3a5f;background:#f8fafc;color:#374151}html[data-theme=light] .spv-filter-trigger.is-active{border-color:#1e3a5f;background:rgba(30,58,95,.07);color:#1e3a5f}.spv-filter-bar{margin-top:0;margin-bottom:14px}@media (min-width:1024px){.spv-filter-bar{margin-top:0}}.spv-section-alert{margin-bottom:12px}.spv-filter-row{display:flex;align-items:center;gap:8px}.spv-name-search-wrap{position:relative;display:flex;align-items:center;flex:1 1;min-width:0}.spv-name-search-icon{position:absolute;left:11px;color:var(--text-muted);pointer-events:none;flex-shrink:0}.spv-name-search{width:100%;padding:9px 36px 9px 32px;border:1.5px solid var(--border-color);border-radius:10px;background:var(--bg-input);color:var(--text-primary);font-size:.875rem;font-family:inherit;outline:none;transition:border-color .15s ease,background .15s ease}.spv-name-search:focus{border-color:var(--primary);background:var(--bg-card)}.spv-name-search::placeholder{color:var(--text-muted)}.spv-filter-trigger{display:inline-flex;align-items:center;gap:6px;padding:9px 10px;border:1.5px solid var(--border-color);border-radius:10px;background:var(--bg-input);color:var(--text-muted);font-size:.8125rem;font-weight:500;font-family:inherit;cursor:pointer;flex-shrink:0;white-space:nowrap;transition:border-color .15s ease,background .15s ease,color .15s ease}.spv-filter-trigger:hover{border-color:var(--primary);background:var(--bg-card-hover);color:var(--text-primary)}.spv-filter-trigger.is-active{border-color:var(--primary);background:var(--bg-input);color:var(--primary);font-weight:600}.spv-card-actions-stack{align-items:stretch;flex-direction:column}.spv-transaction-update{display:flex;flex-direction:column;gap:8px;width:100%;margin-top:6px}.spv-transaction-update .btn-primary{background:#1e3a5f!important;border-color:#1e3a5f!important;color:#fff!important;box-shadow:0 8px 18px rgba(30,58,95,.16)!important}.spv-transaction-update .btn-primary:hover:not(:disabled){background:#244b7b!important;border-color:#244b7b!important}.spv-filter-trigger-label{max-width:100px;overflow:hidden;text-overflow:ellipsis}.spv-filter-clear{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;background:rgba(74,144,217,.15);color:var(--primary);cursor:pointer;flex-shrink:0}.spv-panel-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:200;animation:spvFadeIn .2s ease}.spv-panel{position:fixed;left:0;right:0;bottom:0;background:var(--bg-card);border-radius:16px 16px 0 0;z-index:201;animation:spvSheetUp .25s cubic-bezier(.32,.72,0,1);box-shadow:0 -4px 24px rgba(0,0,0,.22);max-height:72vh;display:flex;flex-direction:column;overflow:hidden;padding-bottom:calc(env(safe-area-inset-bottom, 0px) + 8px)}@keyframes spvSheetUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.spv-panel-handle{width:36px;height:4px;border-radius:2px;background:var(--border-color);margin:10px auto 0;flex-shrink:0}.spv-panel-header{display:flex;align-items:center;justify-content:space-between;padding:14px 20px 10px;flex-shrink:0}.spv-panel-title{font-size:.8125rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em}.spv-panel-close{display:none;align-items:center;justify-content:center;width:28px;height:28px;border:none;border-radius:8px;background:var(--bg-input);color:var(--text-muted);cursor:pointer;padding:0;transition:background .15s ease,color .15s ease}.spv-panel-close:hover{background:var(--danger-bg);color:var(--danger)}.spv-panel-body{flex:1 1;overflow-y:auto;padding:0 16px 8px}@media (min-width:1024px){.spv-panel{left:auto;right:0;top:0;bottom:0;width:300px;border-radius:0;border-left:1px solid var(--border-color);max-height:none;animation:spvDrawerIn .22s cubic-bezier(.32,.72,0,1);padding-bottom:0}@keyframes spvDrawerIn{0%{transform:translateX(100%)}to{transform:translateX(0)}}.spv-panel-handle{display:none}.spv-panel-header{padding:24px 20px 14px}.spv-panel-close{display:flex}.spv-panel-body{padding:0 16px 16px}}.spv-sheet-search-wrap{position:relative;display:flex;align-items:center;margin-bottom:10px}.spv-sheet-search-icon{position:absolute;left:11px;color:var(--text-muted);pointer-events:none;flex-shrink:0}.spv-sheet-search{width:100%;padding:9px 36px 9px 32px;border:1.5px solid var(--border-color);border-radius:10px;background:var(--bg-input);color:var(--text-primary);font-size:.875rem;font-family:inherit;outline:none;transition:border-color .15s ease,background .15s ease}.spv-sheet-search:focus{border-color:var(--primary);background:var(--bg-card)}.spv-sheet-search::placeholder{color:var(--text-muted)}.spv-sheet-search-clear{position:absolute;right:8px;display:flex;align-items:center;justify-content:center;width:22px;height:22px;border:none;background:var(--border-color);border-radius:50%;color:var(--text-muted);cursor:pointer;padding:0}.spv-sheet-search-clear:hover{background:var(--bg-input);color:var(--text-secondary)}.spv-sheet-list{display:flex;flex-direction:column;gap:0}.spv-sheet-item{display:flex;align-items:center;gap:10px;width:100%;padding:13px 14px;border:none;border-bottom:1px solid var(--border-color);border-radius:0;background:transparent;color:var(--text-secondary);font-size:.875rem;font-weight:500;font-family:inherit;cursor:pointer;text-align:left;transition:background .12s ease}.spv-sheet-item:last-child{border-bottom:none}.spv-sheet-item:hover{background:var(--bg-card-hover)}.spv-sheet-item.is-active{color:var(--primary);font-weight:600;background:var(--info-bg)}.spv-sheet-item span:first-child{flex:1 1}.spv-sheet-count{font-size:.75rem;color:var(--text-muted);font-weight:500;background:var(--bg-input);padding:2px 7px;border-radius:999px}.spv-sheet-item.is-active .spv-sheet-count{background:rgba(74,144,217,.12);color:var(--primary)}.spv-card-list{display:grid;grid-template-columns:1fr;grid-gap:14px;gap:14px}.spv-card-list--top{margin-top:16px}.spv-group-title{grid-column:1/-1;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);padding:4px 2px 6px;border-bottom:1px solid var(--border-color);margin-bottom:2px}@media (min-width:1024px){.spv-card-list--top{margin-top:16px}}@media (min-width:768px){.spv-card-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1280px){.spv-card-list{grid-template-columns:repeat(3,minmax(0,1fr))}}.spv-hot-subtabs{display:flex;gap:8px;margin-top:0;margin-bottom:14px;overflow-x:auto;scrollbar-width:none;padding:2px 0}@media (min-width:1024px){.spv-hot-subtabs{margin-top:0}}.spv-hot-subtabs::-webkit-scrollbar{display:none}.spv-hot-subtabs--compact{margin-top:-2px}.spv-hot-subtab{flex:1 1;display:flex;align-items:center;justify-content:center;gap:6px;padding:9px 14px;border:1.5px solid var(--border-color);border-radius:10px;background:var(--bg-input);color:var(--text-secondary);font-size:.8125rem;font-weight:500;font-family:inherit;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease}.spv-hot-subtab:hover{border-color:var(--primary);background:var(--bg-card-hover);color:var(--text-primary)}.spv-hot-subtab.is-active{border-color:var(--primary);background:var(--info-bg);color:var(--primary);font-weight:700}.spv-hot-subtab-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:rgba(239,68,68,.15);color:#dc2626;font-size:.7rem;font-weight:700;line-height:1}.spv-hot-subtab-badge--validated{background:rgba(16,185,129,.15);color:#059669}html[data-theme=light] .spv-hot-subtab-badge{color:#b91c1c}html[data-theme=light] .spv-hot-subtab-badge--validated{color:#065f46}.spv-card{background:var(--bg-card);border:1px solid var(--border-color);border-left:4px solid var(--primary);border-radius:14px;padding:16px;box-shadow:var(--shadow-sm);position:relative;display:flex;flex-direction:column;gap:10px;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.spv-card:hover{box-shadow:var(--shadow-md);border-color:var(--primary)}.spv-card-cold,.spv-card-hot,.spv-card-submitted{border-left-color:var(--primary)}.spv-card-submitted-group{grid-column:1/-1}.spv-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.spv-card-title{font-size:.95rem;font-weight:700;color:var(--primary);line-height:1.3}.spv-card-title-link{color:var(--primary);text-decoration:none;cursor:pointer}.spv-card-title-link:hover{color:var(--text-primary);text-decoration:underline}.spv-card-meta-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(135px,1fr));grid-gap:6px 12px;gap:6px 12px;padding:10px 0;border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color)}.spv-meta-item{display:flex;align-items:center;gap:6px;font-size:.8rem;color:var(--text-secondary);min-width:0;overflow:hidden}.spv-meta-item,.spv-meta-item span{text-overflow:ellipsis}.spv-meta-item svg{width:13px;height:13px;color:var(--text-muted);flex-shrink:0}.spv-card-actions{display:flex;gap:8px;margin-top:4px}.spv-tasks-container{display:grid;grid-template-columns:1fr;grid-gap:12px;gap:12px;margin-top:10px;border-top:1px solid var(--border-color);padding-top:12px}@media (min-width:640px){.spv-tasks-container{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.spv-tasks-container{grid-template-columns:repeat(3,1fr)}}@media (min-width:1280px){.spv-tasks-container{grid-template-columns:repeat(4,1fr)}}@media (min-width:1536px){.spv-tasks-container{grid-template-columns:repeat(5,1fr)}}.spv-task-sub-item{display:grid;grid-template-columns:1fr 64px;grid-gap:12px;gap:12px;align-items:start;padding:12px;border-radius:12px;background:var(--bg-input);border:1px solid var(--border-color)}.spv-task-sub-noimg{grid-template-columns:1fr}.spv-task-proof-img{width:64px;height:64px;object-fit:cover;border-radius:10px;border:1px solid var(--border-color);cursor:zoom-in;transition:transform .15s ease,border-color .15s ease;display:block}.spv-task-proof-img:hover{transform:scale(1.04);border-color:var(--primary)}.spv-nudge-btn{background:var(--success-bg)!important;color:var(--success)!important;border:1px solid var(--success)!important;font-weight:700}.spv-nudge-btn:hover{opacity:.85}.spv-nudge-btn svg{stroke:currentColor;width:14px;height:14px}.spv-btn-validate{background:var(--primary)!important;color:#fff!important;border:none!important;font-weight:700;box-shadow:0 2px 8px var(--primary-glow)}.spv-btn-validate:hover:not(:disabled){background:var(--primary-dark)!important;transform:translateY(-1px)}.spv-btn-validate:disabled{opacity:.6;cursor:not-allowed}.spv-btn-reject{background:var(--danger-bg)!important;color:var(--danger)!important;border:1px solid var(--danger)!important;font-weight:700}.spv-btn-reject:hover:not(:disabled){opacity:.85}.spv-btn-reject:disabled{opacity:.6;cursor:not-allowed}.spv-viewonly-note{display:flex;align-items:center;gap:8px;margin:-2px 0 14px;padding:10px 12px;border:1px solid rgba(30,58,95,.12);border-radius:12px;background:rgba(30,58,95,.06);color:var(--primary);font-size:.8125rem;font-weight:600;line-height:1.45}.spv-viewonly-note-dot{width:8px;height:8px;border-radius:999px;background:var(--primary);flex-shrink:0}.spv-view-detail-btn{width:100%;height:40px;padding:0 12px;border:1.5px solid rgba(30,58,95,.22);border-radius:10px;background:rgba(30,58,95,.07);color:var(--primary);font-size:.875rem;font-weight:800;font-family:inherit;cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .15s ease}.spv-view-detail-btn:hover{background:rgba(30,58,95,.11);border-color:rgba(30,58,95,.35)}.lightbox-overlay{position:fixed;inset:0;background:rgba(15,23,42,.75);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:500;display:flex;align-items:center;justify-content:center;padding:16px;animation:spvFadeIn .18s ease}.lightbox-content{background:var(--bg-card);padding:12px;border-radius:16px;max-width:90vw;max-height:80vh;box-shadow:var(--shadow-lg);position:relative;display:flex;flex-direction:column;animation:spvSlideUp .2s ease}.lightbox-img{max-width:100%;max-height:65vh;object-fit:contain;border-radius:8px}.lightbox-close{position:absolute;top:-40px;right:0;background:var(--bg-card);border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--primary);box-shadow:var(--shadow-md);font-weight:700}.lightbox-close:hover{background:var(--bg-card-hover)}.lightbox-caption{margin-top:10px;font-size:.875rem;color:var(--primary);text-align:center;font-weight:700}@keyframes spvFadeIn{0%{opacity:0}to{opacity:1}}@keyframes spvSlideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}