@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";:root,[data-theme=light]{--bg: #ffffff;--bg-secondary: #ffffff;--bg-header: #ffffff;--bg-hover: rgba(29, 29, 31, .028);--bg-card: #ffffff;--row-odd: #fdfdfe;--row-even: #f7f7f9;--text: #1d1d1f;--text-muted: #6e6e73;--text-secondary: #424245;--border: #d9d9de;--border-light: #ececf0;--link: #0066cc;--accent: #0066cc;--accent-light: #2f7dd1;--accent-bg: rgba(0, 102, 204, .07);--accent-glow: rgba(0, 102, 204, .08);--gradient-start: #1d1d1f;--gradient-mid: #1d1d1f;--gradient-end: #1d1d1f;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 20px;--header-bg: rgba(255, 255, 255, .82);--surface-strong: #ffffff;--surface-soft: #f7f7f9;--surface-tint: rgba(255, 255, 255, .55)}[data-theme=dark]{--bg: #0f1115;--bg-secondary: #16181d;--bg-header: #14161a;--bg-hover: rgba(255, 255, 255, .035);--bg-card: #17191e;--row-odd: #17191e;--row-even: #1b1e24;--text: #f5f5f7;--text-muted: #a1a1a6;--text-secondary: #d2d2d7;--border: #2c2f36;--border-light: #23262d;--link: #7ab7ff;--accent: #7ab7ff;--accent-light: #9fcbff;--accent-bg: rgba(122, 183, 255, .1);--accent-glow: rgba(122, 183, 255, .12);--gradient-start: #f5f5f7;--gradient-mid: #f5f5f7;--gradient-end: #f5f5f7;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 20px;--header-bg: rgba(15, 17, 21, .82);--surface-strong: #1a1d23;--surface-soft: #20232a;--surface-tint: rgba(255, 255, 255, .04)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Manrope,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{max-width:100%;margin:0 auto;min-height:100vh}::selection{background:var(--accent);color:#fff}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.loading{display:flex;align-items:center;justify-content:center;height:100vh;background:var(--bg)}.loading-content{display:flex;flex-direction:column;align-items:center;gap:1.25rem;animation:fadeIn .5s ease}.loading-content span{font-size:.95rem;color:var(--text-muted);font-weight:500}.spinner{width:44px;height:44px;border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .7s linear infinite}.app{position:relative;min-height:100vh;animation:fadeIn .4s ease}.header{position:sticky;top:0;z-index:100;background:var(--header-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.header:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:transparent}.header-inner{max-width:100%;padding:.5rem 1rem .4rem;position:relative;z-index:1}.header-top{display:flex;align-items:center;justify-content:space-between;gap:.6rem;margin-bottom:.45rem}.brand h1{font-size:clamp(.92rem,1.05vw,1.02rem);font-weight:700;margin:0;display:flex;align-items:center;letter-spacing:-.01em;color:var(--text)}.theme-toggle{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:var(--radius-sm);background:transparent;cursor:pointer;transition:all .2s ease;flex-shrink:0}.theme-toggle:hover{background:var(--bg-secondary)}.theme-icon{font-size:.9rem;line-height:1}.toolbar{display:flex;gap:.45rem;align-items:center;flex-wrap:wrap;padding:.15rem;border:none;border-radius:0;background:transparent}.search-wrapper{position:relative;flex:0 1 18rem;min-width:0}.search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--text-muted);pointer-events:none;transition:color .2s}.search-wrapper:focus-within .search-icon{color:var(--text-secondary)}.search-input{width:100%;padding:.42rem 1.9rem .42rem 2.15rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-secondary);color:var(--text);font-size:.79rem;font-family:inherit;outline:none;transition:all .2s ease}.search-input::placeholder{color:var(--text-muted);opacity:.7}.search-input:focus{border-color:color-mix(in srgb,var(--accent) 24%,var(--border));outline:none;background:var(--surface-strong)}.search-clear{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--text-muted);cursor:pointer;font-size:.8rem;padding:.25rem .4rem;border-radius:var(--radius-sm);transition:all .15s;line-height:1}.search-clear:hover{background:var(--surface-soft);color:var(--text)}.category-select{padding:.42rem 1.8rem .42rem .7rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-secondary);color:var(--text);font-size:.78rem;font-family:inherit;cursor:pointer;outline:none;transition:all .2s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2364748b' d='M2.5 4.5L6 8l3.5-3.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center}.category-select:focus{border-color:color-mix(in srgb,var(--accent) 24%,var(--border));outline:none}.stats{margin-top:.2rem;font-size:.68rem;color:var(--text-muted);display:flex;align-items:center;gap:.4rem;padding-bottom:0;flex-wrap:wrap}.provider-toggles{display:flex;gap:.7rem;flex-wrap:wrap;margin-top:.35rem}.provider-toggle{display:inline-flex;align-items:center;gap:.35rem;font-size:.72rem;color:var(--text-secondary);cursor:pointer}.provider-toggle input{margin:0;width:14px;height:14px;accent-color:var(--accent)}.stats-count{font-weight:700;color:var(--accent);font-size:.76rem}.clear-filter{background:none;border:none;color:var(--text-muted);font-size:.66rem;padding:.08rem .36rem;border-radius:7px;cursor:pointer;font-family:inherit;transition:all .15s}.clear-filter:hover{background:var(--bg-secondary);color:var(--text)}.table-container{overflow-x:auto;padding:1.1rem 1.25rem 1.9rem;margin:0;position:relative;z-index:1}.table-shell{border:1px solid var(--border-light);border-radius:18px;background:var(--bg-card);overflow:auto;padding:0}.comparison-table{width:100%;border-collapse:separate;border-spacing:0;font-size:.84rem;overflow:hidden}.comparison-table thead{position:static}.comparison-table th{background:var(--bg-card);padding:.95rem .75rem;text-align:left;border-bottom:1px solid var(--border-light);border-right:1px solid var(--border-light);font-weight:600;white-space:nowrap;font-size:.74rem;text-transform:none;letter-spacing:-.01em;color:var(--text-secondary);position:static}.comparison-table th:last-child{border-right:none}.sticky-col{position:static;background:var(--bg-card)}.col-service-type{width:260px;min-width:240px}thead .col-service-type{background:var(--bg-card)}thead .col-service-type:after,tbody .col-service-type:after{content:none}.comparison-table td{padding:1rem .85rem;border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light);border-right:1px solid var(--border-light);vertical-align:middle;transition:background .15s ease}.comparison-table td:last-child{border-right:none}.service-row{transition:background .15s ease;animation:fadeIn .3s ease backwards}.service-row td:first-child{border-left:1px solid var(--border-light)}.service-row td:last-child{border-right:1px solid var(--border-light)}.service-row:hover td,.service-row:hover .sticky-col{background:var(--bg-hover)}.provider-header{min-width:190px}.provider-header-content{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:.45rem}.provider-logo{max-height:36px;max-width:116px;object-fit:contain;transition:transform .2s ease}.provider-header:hover .provider-logo{transform:none}.provider-name{font-size:.62rem;color:var(--text-muted);font-weight:600;text-transform:none;letter-spacing:0;text-align:left}.category-badge{display:inline-block;padding:.2rem .55rem;border-radius:999px;font-size:.62rem;font-weight:700;line-height:1.4;white-space:nowrap;margin-bottom:.4rem;border:none}.subcategory-text{display:block;font-weight:700;font-size:.92rem;color:var(--text);line-height:1.3}.service-list{display:flex;flex-direction:column;gap:.55rem;justify-content:center}.service-item{display:flex;align-items:center;gap:.45rem;padding:.18rem 0;border-radius:0;transition:color .15s ease,transform .15s ease;border:none;background:transparent}.service-item:hover{background:transparent;transform:none}.service-icon{width:24px;height:24px;object-fit:contain;flex-shrink:0;border-radius:5px;background:transparent;padding:2px;border:none}.service-cell a{color:var(--link);text-decoration:none;font-size:.83rem;font-weight:600;transition:color .15s;line-height:1.3}.service-cell a:hover{color:var(--link);text-decoration:underline;text-underline-offset:2px}.service-name{font-size:.83rem;color:var(--text-secondary);line-height:1.3}.no-service{color:var(--border);font-size:.85rem;display:flex;justify-content:center;padding:.25rem;opacity:.5}.service-row:nth-child(2n) td{background:var(--row-even)}.service-row:nth-child(odd) td{background:var(--row-odd)}.service-row:nth-child(2n) .sticky-col{background:var(--row-even)}.service-row:nth-child(odd) .sticky-col{background:var(--row-odd)}.service-row+.service-row td{border-top-color:var(--border-light)}.no-results{text-align:center;padding:4rem 2rem;animation:slideUp .4s ease}.no-results-icon{font-size:3rem;margin-bottom:.75rem;opacity:.6}.no-results h3{margin:0 0 .5rem;font-size:1.15rem;font-weight:600;color:var(--text)}.no-results p{margin:0;color:var(--text-muted);font-size:.9rem}.footer{text-align:center;padding:2rem 1.5rem;border-top:1px solid var(--border);margin-top:2rem;color:var(--text-muted);font-size:.82rem}.footer a{color:var(--accent);text-decoration:none;font-weight:500;transition:color .15s}.footer a:hover{text-decoration:underline;text-underline-offset:2px}.scroll-top{position:fixed;bottom:2rem;right:2rem;height:40px;padding:0 .9rem 0 .7rem;border-radius:999px;border:1px solid color-mix(in srgb,var(--border) 86%,transparent);background:color-mix(in srgb,var(--surface-strong) 92%,transparent);color:var(--text);font-size:.8rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;transition:all .25s ease;z-index:50;animation:slideUp .3s ease;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.scroll-top:hover{transform:translateY(-2px);background:var(--surface-strong)}.scroll-top-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:999px;background:color-mix(in srgb,var(--text) 10%,transparent);font-size:.8rem;line-height:1}.scroll-top-label{letter-spacing:-.01em}@media(max-width:768px){.header-inner{padding:.45rem .7rem .35rem}.header-top{flex-direction:row;align-items:center}.brand h1{font-size:.95rem}.toolbar{flex-direction:column;gap:.35rem;align-items:stretch}.search-wrapper{flex-basis:auto;min-width:100%}.category-select{width:100%}.provider-toggles{gap:.55rem .85rem}.col-service-type{width:180px;min-width:180px}.provider-header{min-width:120px}.provider-logo{max-height:28px;max-width:84px}.scroll-top{bottom:1.25rem;right:1.25rem;height:38px;padding:0 .8rem 0 .65rem}}@media(max-width:480px){.header-inner{padding:.4rem .55rem .3rem}.brand h1{font-size:.92rem}.table-container{padding:.25rem .5rem}}
