main.svelte-4z030h{min-height:calc(100vh - 68px);padding:120px 0 80px;background:var(--bg)}.header.svelte-4z030h{text-align:center;margin-bottom:2.5rem}.page-title.svelte-4z030h{font-size:clamp(2rem,5vw,3rem);font-weight:900;color:var(--text);letter-spacing:-.03em;margin:.5rem 0 1rem}.page-desc.svelte-4z030h{font-size:1.05rem;color:var(--text-secondary);max-width:520px;margin:0 auto;line-height:1.7}.toolbar.svelte-4z030h{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;flex-wrap:wrap}.search-wrap.svelte-4z030h{flex:1;min-width:200px;position:relative;display:flex;align-items:center}.search-icon.svelte-4z030h{position:absolute;left:.85rem;color:var(--text-secondary);pointer-events:none}.search-input.svelte-4z030h{width:100%;padding:.62rem 2.4rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);font-size:.93rem;color:var(--text);font-family:inherit;transition:border-color .2s,box-shadow .2s}.search-input.svelte-4z030h:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light)}.search-input.svelte-4z030h::placeholder{color:var(--text-secondary)}.search-input.svelte-4z030h::-webkit-search-cancel-button{display:none}.clear-btn.svelte-4z030h{position:absolute;right:.75rem;color:var(--text-secondary);display:flex;align-items:center;padding:.2rem;border-radius:4px;transition:color .2s}.clear-btn.svelte-4z030h:hover{color:var(--text)}.toolbar-right.svelte-4z030h{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.sort-toggle.svelte-4z030h,.view-toggle.svelte-4z030h{display:flex;gap:.2rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:.28rem}.sort-toggle.svelte-4z030h button:where(.svelte-4z030h),.view-toggle.svelte-4z030h button:where(.svelte-4z030h){display:flex;align-items:center;gap:.35rem;padding:.38rem .7rem;border-radius:calc(var(--radius) - 2px);font-size:.8rem;font-weight:600;color:var(--text-secondary);transition:color .2s,background .2s;white-space:nowrap}.sort-toggle.svelte-4z030h button:where(.svelte-4z030h):hover,.view-toggle.svelte-4z030h button:where(.svelte-4z030h):hover{color:var(--text);background:var(--bg-secondary)}.sort-toggle.svelte-4z030h button.active:where(.svelte-4z030h),.view-toggle.svelte-4z030h button.active:where(.svelte-4z030h){background:var(--primary);color:#fff}.meta-row.svelte-4z030h{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.result-count.svelte-4z030h{font-size:.82rem;color:var(--text-secondary)}.toast.svelte-4z030h{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);z-index:200;display:flex;align-items:center;gap:1rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1rem 1.25rem;box-shadow:var(--shadow-lg);min-width:300px;max-width:420px;animation:svelte-4z030h-toastIn .3s cubic-bezier(.34,1.56,.64,1) both;overflow:hidden}@keyframes svelte-4z030h-toastIn{0%{opacity:0;transform:translate(-50%) translateY(16px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.toast-icon.svelte-4z030h{width:36px;height:36px;border-radius:50%;background:var(--primary-light);color:var(--primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.toast-body.svelte-4z030h{flex:1;display:flex;flex-direction:column;gap:.35rem}.toast-title.svelte-4z030h{font-size:.88rem;font-weight:600;color:var(--text)}.toast-login.svelte-4z030h{display:inline-flex;align-items:center;gap:.4rem;font-size:.82rem;font-weight:700;color:var(--primary);transition:opacity .2s}.toast-login.svelte-4z030h:hover{opacity:.75}.toast-close.svelte-4z030h{color:var(--text-secondary);display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:4px;flex-shrink:0;transition:color .2s,background .2s}.toast-close.svelte-4z030h:hover{color:var(--text);background:var(--bg-secondary)}.toast-progress.svelte-4z030h{position:absolute;bottom:0;left:0;height:3px;width:100%;background:var(--primary);border-radius:0 0 var(--radius-lg) var(--radius-lg);animation:svelte-4z030h-shrink 3s linear forwards;transform-origin:left}@keyframes svelte-4z030h-shrink{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.vote-toast.svelte-4z030h{display:flex;align-items:center;gap:.75rem;padding:.85rem 1.1rem;min-width:0;max-width:320px}.vote-toast-ok.svelte-4z030h{border-color:#22c55e44;background:#f0fdf4;color:#15803d}.vote-toast-err.svelte-4z030h{border-color:#ef444444;background:#fef2f2;color:#b91c1c}[data-theme=dark] .vote-toast-ok.svelte-4z030h{background:#14532d30;color:#4ade80;border-color:#22c55e44}[data-theme=dark] .vote-toast-err.svelte-4z030h{background:#7f1d1d30;color:#f87171;border-color:#ef444444}.vote-toast-icon.svelte-4z030h{font-size:1.2rem;flex-shrink:0}.vote-toast-msg.svelte-4z030h{flex:1;font-size:.88rem;font-weight:500}.vote-toast-msg.svelte-4z030h strong:where(.svelte-4z030h){font-weight:700}.vote-btn.svelte-4z030h{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .75rem;border-radius:999px;font-size:.82rem;font-weight:700;color:var(--text-secondary);background:var(--bg-secondary);border:1px solid var(--border);transition:color .2s,background .2s,border-color .2s,transform .15s;cursor:pointer}.vote-btn.svelte-4z030h:hover,.vote-btn.voted.svelte-4z030h{color:var(--primary);border-color:var(--primary);background:var(--primary-light)}.vote-btn.loading.svelte-4z030h{opacity:.6;pointer-events:none}.no-results.svelte-4z030h{text-align:center;padding:5rem 0;color:var(--text-secondary);display:flex;flex-direction:column;align-items:center;gap:1rem}.svc-icon.svelte-4z030h{font-size:2.2rem;line-height:1}.svc-name.svelte-4z030h{font-size:1.2rem;font-weight:800;color:var(--text);letter-spacing:-.02em}.svc-tagline.svelte-4z030h{font-size:.88rem;font-weight:600;color:var(--primary)}.svc-desc.svelte-4z030h{font-size:.9rem;color:var(--text-secondary);line-height:1.7}.status-badge.svelte-4z030h{font-size:.72rem;font-weight:700;padding:.22rem .7rem;border-radius:999px;letter-spacing:.04em;white-space:nowrap}.status-badge.green.svelte-4z030h{background:#22c55e1f;color:#16a34a}.status-badge.blue.svelte-4z030h{background:var(--primary-light);color:var(--primary)}.status-badge.gray.svelte-4z030h{background:var(--bg-secondary);color:var(--text-secondary)}.tags.svelte-4z030h{display:flex;flex-wrap:wrap;gap:.3rem}.tag.svelte-4z030h{font-size:.73rem;font-weight:500;color:var(--primary);background:var(--primary-light);padding:.18rem .55rem;border-radius:999px;cursor:pointer;transition:opacity .15s}.tag.svelte-4z030h:hover{opacity:.75}.features.svelte-4z030h{list-style:none;display:flex;flex-wrap:wrap;gap:.4rem}.features.svelte-4z030h li:where(.svelte-4z030h){display:flex;align-items:center;gap:.3rem;font-size:.78rem;font-weight:500;color:var(--text-secondary);background:var(--bg-secondary);padding:.22rem .6rem;border-radius:999px}.features.svelte-4z030h li:where(.svelte-4z030h) svg:where(.svelte-4z030h){color:var(--primary);flex-shrink:0}.svc-loading.svelte-4z030h{display:flex;justify-content:center;padding:5rem 0}.spinner.svelte-4z030h{width:36px;height:36px;border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:svelte-4z030h-spin .7s linear infinite}@keyframes svelte-4z030h-spin{to{transform:rotate(360deg)}}.card-image.svelte-4z030h{margin:-2rem -2rem .75rem;border-radius:var(--radius-lg) var(--radius-lg) 0 0;overflow:hidden;height:160px}.card-image.svelte-4z030h img:where(.svelte-4z030h){width:100%;height:100%;object-fit:cover;display:block}.list-thumb.svelte-4z030h{width:56px;height:56px;object-fit:cover;border-radius:10px;flex-shrink:0;border:1px solid var(--border)}.grid.svelte-4z030h{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.service-card.svelte-4z030h{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;transition:box-shadow .25s,transform .25s,border-color .25s;display:flex;flex-direction:column;gap:.7rem}.service-card.svelte-4z030h:not(.coming-soon):hover{box-shadow:var(--shadow-lg);transform:translateY(-4px);border-color:var(--primary)}.coming-soon.svelte-4z030h{border-style:dashed;opacity:.55}.card-top.svelte-4z030h{display:flex;align-items:center;justify-content:space-between;margin-bottom:.25rem}.card-footer.svelte-4z030h{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:.6rem}.svc-link.svelte-4z030h{display:inline-flex;align-items:center;gap:.4rem;font-size:.88rem;font-weight:700;color:var(--primary);transition:gap .2s}.svc-link.svelte-4z030h:hover{gap:.65rem}.list.svelte-4z030h{display:flex;flex-direction:column;gap:.75rem}.list-row.svelte-4z030h{display:flex;align-items:center;gap:1.25rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem 1.5rem;transition:box-shadow .2s,border-color .2s}.list-row.svelte-4z030h:not(.coming-soon):hover{box-shadow:var(--shadow-md);border-color:var(--primary)}.list-row.coming-soon.svelte-4z030h{opacity:.55;border-style:dashed}.list-icon.svelte-4z030h{font-size:2rem;flex-shrink:0;line-height:1}.list-main.svelte-4z030h{flex:1;min-width:0;display:flex;flex-direction:column;gap:.35rem}.list-name-row.svelte-4z030h{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.list-name-row.svelte-4z030h .svc-name:where(.svelte-4z030h){font-size:1.05rem}.list-features.svelte-4z030h{list-style:none;display:flex;flex-wrap:wrap;gap:.3rem;flex-shrink:0}.list-features.svelte-4z030h li:where(.svelte-4z030h){display:flex;align-items:center;gap:.25rem;font-size:.76rem;font-weight:500;color:var(--text-secondary);background:var(--bg-secondary);padding:.18rem .5rem;border-radius:999px}.list-features.svelte-4z030h li:where(.svelte-4z030h) svg:where(.svelte-4z030h){color:var(--primary);flex-shrink:0}.list-actions.svelte-4z030h{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem;flex-shrink:0}.list-link.svelte-4z030h{display:inline-flex;align-items:center;gap:.3rem;font-size:.83rem;font-weight:700;color:var(--primary);white-space:nowrap;transition:gap .2s}.list-link.svelte-4z030h:hover{gap:.5rem}.table-wrap.svelte-4z030h{overflow-x:auto;border:1px solid var(--border);border-radius:var(--radius-lg)}table.svelte-4z030h{width:100%;border-collapse:collapse;font-size:.9rem}thead.svelte-4z030h tr:where(.svelte-4z030h){background:var(--bg-secondary);border-bottom:1px solid var(--border)}th.svelte-4z030h{text-align:left;padding:.85rem 1.25rem;font-size:.73rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-secondary);white-space:nowrap}tbody.svelte-4z030h tr:where(.svelte-4z030h){border-bottom:1px solid var(--border);transition:background .15s}tbody.svelte-4z030h tr:where(.svelte-4z030h):last-child{border-bottom:none}tbody.svelte-4z030h tr:where(.svelte-4z030h):not(.coming-soon-row):hover{background:var(--bg-secondary)}.coming-soon-row.svelte-4z030h{opacity:.5}td.svelte-4z030h{padding:1rem 1.25rem;vertical-align:middle}.td-service.svelte-4z030h{display:flex;align-items:center;gap:.9rem;min-width:200px}.t-icon.svelte-4z030h{font-size:1.6rem;flex-shrink:0}.td-service.svelte-4z030h div:where(.svelte-4z030h){display:flex;flex-direction:column;gap:.15rem}.td-service.svelte-4z030h strong:where(.svelte-4z030h){font-weight:700;color:var(--text)}.t-tagline.svelte-4z030h{font-size:.76rem;color:var(--text-secondary);line-height:1.4}.td-tags.svelte-4z030h{display:flex;flex-wrap:wrap;gap:.3rem;min-width:160px}.table-link.svelte-4z030h{display:inline-flex;align-items:center;gap:.3rem;font-size:.83rem;font-weight:700;color:var(--primary);white-space:nowrap;transition:gap .2s}.table-link.svelte-4z030h:hover{gap:.5rem}.t-none.svelte-4z030h{color:var(--text-secondary)}.modal-overlay.svelte-4z030h{position:fixed;top:0;right:0;bottom:0;left:0;z-index:500;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:1rem;animation:svelte-4z030h-overlayIn .2s ease}@keyframes svelte-4z030h-overlayIn{0%{opacity:0}to{opacity:1}}.modal-wrap.svelte-4z030h{width:100%;max-width:1280px;height:calc(100vh - 2rem);background:var(--bg);border-radius:var(--radius-lg);overflow:hidden;display:flex;flex-direction:column;box-shadow:0 24px 80px #00000059;animation:svelte-4z030h-modalIn .25s cubic-bezier(.34,1.3,.64,1)}@keyframes svelte-4z030h-modalIn{0%{opacity:0;transform:scale(.96) translateY(12px)}to{opacity:1;transform:none}}.modal-header.svelte-4z030h{display:flex;align-items:center;justify-content:space-between;padding:.7rem 1rem;border-bottom:1px solid var(--border);background:var(--bg-secondary);flex-shrink:0}.modal-title.svelte-4z030h{display:flex;align-items:center;gap:.6rem}.modal-icon.svelte-4z030h{font-size:1.3rem;line-height:1}.modal-name.svelte-4z030h{font-size:.95rem;font-weight:700;color:var(--text)}.modal-actions.svelte-4z030h{display:flex;align-items:center;gap:.5rem}.modal-newtab.svelte-4z030h{display:inline-flex;align-items:center;gap:.35rem;font-size:.8rem;font-weight:600;color:var(--text-secondary);padding:.3rem .7rem;border-radius:7px;border:1px solid var(--border);background:var(--bg);transition:color .15s,border-color .15s}.modal-newtab.svelte-4z030h:hover{color:var(--primary);border-color:var(--primary)}.modal-close.svelte-4z030h{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;color:var(--text-secondary);transition:color .15s,background .15s}.modal-close.svelte-4z030h:hover{color:var(--text);background:var(--bg)}.modal-iframe.svelte-4z030h{flex:1;width:100%;border:none;background:var(--bg)}@media(max-width:768px){.view-toggle.svelte-4z030h button:where(.svelte-4z030h) span:where(.svelte-4z030h){display:none}.view-toggle.svelte-4z030h button:where(.svelte-4z030h){padding:.38rem .55rem}.list-features.svelte-4z030h{display:none}.list-row.svelte-4z030h{flex-wrap:wrap}}@media(max-width:560px){.toolbar.svelte-4z030h{flex-direction:column;align-items:stretch}.toolbar-right.svelte-4z030h{justify-content:flex-end}}
