.category-tool__summary-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:20px;min-width:0;padding:18px}.category-tool__summary-heading{align-items:center;color:var(--text-primary);display:flex;font-size:15px;font-weight:700;gap:10px}.category-tool__summary-heading img{background:var(--bg-card);border-radius:8px;height:32px;-o-object-fit:contain;object-fit:contain;padding:3px;width:32px}.category-tool__summary-value{align-items:baseline;display:flex;gap:12px;justify-content:space-between;margin-top:18px}.category-tool__summary-value span,.category-tool__summary-card p{color:var(--text-secondary);font-size:13px}.category-tool__summary-value strong{color:var(--text-primary);font-size:26px;font-variant-numeric:tabular-nums;line-height:1}.category-tool__summary-card p{line-height:1.45;margin-top:8px}.category-tool__summary-stats{display:grid;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:18px}.category-tool__summary-stats div{border-top:1px solid var(--border);display:flex;flex-direction:column;gap:4px;padding-top:12px}.category-tool__summary-stats strong{color:var(--text-primary);font-size:22px;font-variant-numeric:tabular-nums;line-height:1}.category-tool__summary-stats span{color:var(--text-secondary);font-size:11px;line-height:1.3}.category-tool__progress-track{background:var(--bg-surface);border-radius:9999px;height:6px;overflow:hidden}.category-tool__progress-track span{background:var(--accent);border-radius:inherit;display:block;height:100%;transition:width .35s ease;width:0}.category-tool__progress-view{margin:0 auto;max-width:720px}.category-tool__progress-row{align-items:center;border-bottom:1px solid var(--border);color:var(--text-primary);display:grid;gap:12px;grid-template-columns:28px minmax(0,1fr) auto;min-height:56px;padding:10px 0}.category-tool__progress-row:last-child{border-bottom:0}.category-tool__progress-row img{height:26px;-o-object-fit:contain;object-fit:contain;width:26px}.category-tool__progress-row strong{font-size:15px;font-weight:600}.category-tool__progress-row [data-progress-state]{color:var(--text-secondary);font-size:13px;font-weight:500;white-space:nowrap}.category-tool__results-shell{background:var(--bg-card);border:1px solid var(--border);border-radius:24px;overflow:hidden}.category-tool__next-steps{align-items:center;background:var(--bg-surface);border:1px solid var(--border);border-radius:24px;display:flex;gap:28px;justify-content:space-between;margin-top:32px;padding:28px 32px}.category-tool__next-steps h3{color:var(--text-primary);font-size:22px;font-weight:700;letter-spacing:-.02em;line-height:1.2;margin-top:8px}.category-tool__next-steps p:last-child{color:var(--text-secondary);font-size:14px;line-height:1.55;margin-top:8px;max-width:680px}.category-tool__next-steps-action{align-items:center;background:var(--accent);border-radius:9999px;color:#fff;display:inline-flex;flex:0 0 auto;font-size:14px;font-weight:700;justify-content:center;padding:13px 20px;text-align:center;transition:filter .2s,transform .2s}.category-tool__next-steps-action:hover{filter:brightness(.94);transform:translateY(-1px)}#results{padding-bottom:32px}.category-tool__results-intro{background:var(--bg-surface);border-bottom:1px solid var(--border);padding:22px 28px}.category-tool__category-card{background:var(--bg-card);border-bottom:1px solid var(--border);padding:26px 28px 28px}.category-tool__category-card:last-child{border-bottom:0}.category-tool__category-header{align-items:flex-start;display:flex;gap:20px;justify-content:space-between}.category-tool__category-label{color:var(--accent);font-size:11px;font-weight:700;letter-spacing:.14em;line-height:1.2;text-transform:uppercase}.category-tool__category-header h4{color:var(--text-primary);font-size:20px;font-weight:700;line-height:1.3;margin-top:6px;overflow-wrap:anywhere}.category-tool__coverage{background:var(--bg-surface);border-radius:9999px;border:1px solid var(--border);color:var(--accent);flex:0 0 auto;font-size:12px;font-weight:700;line-height:1.2;padding:7px 10px;white-space:nowrap}.category-tool__matches-grid{display:grid;gap:12px;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:20px}.category-tool__match-marketplace{align-items:center;display:flex;gap:8px;margin-bottom:14px;min-width:0}.category-tool__match-marketplace img{background:var(--bg-card);border-radius:8px;flex:0 0 auto;height:28px;-o-object-fit:contain;object-fit:contain;padding:3px;width:28px}.category-tool__match-marketplace>span:nth-child(2){color:var(--text-primary);font-size:13px;font-weight:700;min-width:0;overflow-wrap:anywhere}.category-tool__match-cell{background:var(--bg-surface);border:1px solid var(--border);border-radius:14px;display:flex;flex-direction:column;justify-content:flex-start;min-height:132px;min-width:0;padding:14px}.category-tool__match-cell strong{color:var(--text-primary);font-size:13px;line-height:1.35;min-width:0;overflow-wrap:anywhere}.category-tool__match-title{display:grid;gap:6px;min-width:0}.category-tool__match-name-row,.category-tool__match-meta-row{align-items:center;display:flex;gap:8px;min-width:0}.category-tool__match-name-row{justify-content:space-between}.category-tool__match-title strong{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.category-tool__match-meta-row{justify-content:flex-start}.category-tool__copy{align-items:center;background:transparent;border:1px solid var(--border);border-radius:7px;color:var(--text-secondary);display:inline-flex;flex:0 0 auto;height:24px;justify-content:center;padding:0;transition:background-color .16s ease,border-color .16s ease,color .16s ease;width:24px}.category-tool__copy:hover{background:var(--bg-card);border-color:var(--accent);color:var(--accent)}.category-tool__copy svg{height:14px;width:14px}.category-tool__copy.is-copied{background:var(--accent-soft);border-color:var(--accent);color:var(--accent)}.category-tool__match-cell small{color:var(--text-secondary);display:block;font-size:11px;line-height:1.4;margin-top:8px;overflow-wrap:anywhere}.category-tool__match-cell small.category-tool__match-id{background:var(--bg-card);border-radius:9999px;color:var(--text-secondary);font-size:11px;font-weight:600;margin-top:0;padding:3px 6px;white-space:nowrap}.category-tool__match-path{border-left:2px solid var(--border);display:flex;flex-direction:column;gap:2px;margin-top:8px;padding-left:8px}.category-tool__match-path span{color:var(--text-secondary);display:block;font-size:11px;line-height:1.35;overflow-wrap:anywhere}.category-tool__path-level--2{padding-left:8px}.category-tool__path-level--3{padding-left:16px}.category-tool__path-level--4{padding-left:24px}.category-tool__path-level--5{padding-left:32px}.category-tool__match-path .category-tool__path-score{color:var(--text-primary);font-weight:600;margin-top:2px}.category-tool__attribute-stats{border-top:1px solid var(--border);display:grid;gap:8px;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:12px;padding-top:10px}.category-tool__attribute-stats span{color:var(--text-secondary);font-size:10px;line-height:1.3}.category-tool__attribute-stats strong{color:var(--text-primary);display:block;font-size:15px;line-height:1.1}.category-tool__score{border-radius:9999px;flex:0 0 auto;font-size:10px;font-weight:700;padding:4px 6px;white-space:nowrap}.category-tool__match-cell--empty{align-items:flex-start;justify-content:flex-start}.category-tool__match-cell--empty .category-tool__match-marketplace{margin-bottom:18px}.category-tool__no-match{color:var(--text-secondary);font-size:12px;padding-top:4px}.category-tool__variants{color:var(--accent);display:block;font-size:11px;font-weight:700;margin-top:9px}.category-tool__variant-list{border-top:1px solid var(--border);margin-top:9px;padding-top:9px}.category-tool__variant-list>div+div{border-top:1px solid var(--border);margin-top:8px;padding-top:8px}@media(max-width:767px){#results{padding-bottom:24px}.category-tool__summary-card{padding:16px}.category-tool__results-shell{border-radius:20px;margin-top:24px}.category-tool__results-intro{padding:18px 20px}.category-tool__category-card{padding:20px}.category-tool__category-header{display:block}.category-tool__coverage{display:inline-flex;margin-top:12px}.category-tool__matches-grid{gap:8px;grid-template-columns:1fr;margin-top:16px}.category-tool__match-cell{min-height:0;padding:13px}.category-tool__next-steps{align-items:stretch;flex-direction:column;gap:20px;margin-top:24px;padding:22px 20px}.category-tool__next-steps-action{width:100%}}.category-tool__hero:where(.astro-klcp3aju){background:var(--bg-surface)}.category-tool__panel:where(.astro-klcp3aju) form:where(.astro-klcp3aju){display:grid;grid-template-columns:minmax(0,1fr);min-width:0;row-gap:0;width:100%}.category-tool__panel:where(.astro-klcp3aju) form:where(.astro-klcp3aju)>:where(.astro-klcp3aju){min-width:0;max-width:100%}.category-tool__panel:where(.astro-klcp3aju) form:where(.astro-klcp3aju)>div:where(.astro-klcp3aju):first-child,.category-tool__panel:where(.astro-klcp3aju) form:where(.astro-klcp3aju)>p:where(.astro-klcp3aju),.category-tool__panel:where(.astro-klcp3aju) form:where(.astro-klcp3aju)>button:where(.astro-klcp3aju){grid-column:1 / -1}.category-tool__hero-action:where(.astro-klcp3aju){box-shadow:0 8px 18px #1976d229;transition:transform .2s,filter .2s}.category-tool__hero-action:where(.astro-klcp3aju):hover{filter:brightness(.94);transform:translateY(-1px)}.eyebrow:where(.astro-klcp3aju){color:var(--accent);font-size:12px;font-weight:700;letter-spacing:.16em}.category-tool__panel:where(.astro-klcp3aju){background:var(--bg-card);border:1px solid var(--border);border-radius:28px;padding:24px}.category-tool__free-badge:where(.astro-klcp3aju){background:#1976d21a;border-radius:9999px;color:var(--accent);font-size:12px;font-weight:700;padding:7px 10px}.category-tool__textarea:where(.astro-klcp3aju){background:var(--bg-surface);border:1px solid var(--border);border-radius:16px;color:var(--text-primary);display:block;font-size:16px;line-height:1.6;margin-top:12px;min-height:150px;outline:none;padding:14px 16px;resize:vertical;width:100%}.category-tool__textarea:where(.astro-klcp3aju):focus{background:var(--bg-card);border-color:var(--accent);box-shadow:0 0 0 4px #1976d21a}.category-tool__text-button:where(.astro-klcp3aju){color:var(--accent);font-size:13px;font-weight:600}.category-tool__text-button:where(.astro-klcp3aju):hover{color:var(--accent)}.category-tool__marketplace:where(.astro-klcp3aju){cursor:pointer;display:block;min-width:0}.category-tool__marketplace-heading:where(.astro-klcp3aju) legend:where(.astro-klcp3aju){min-width:0}.category-tool__input-heading:where(.astro-klcp3aju){min-width:0}.category-tool__marketplaces-grid:where(.astro-klcp3aju){min-width:0}.category-tool__marketplace-card:where(.astro-klcp3aju){align-items:center;background:var(--bg-card);border:1px solid var(--border);border-radius:9999px;box-sizing:border-box;color:var(--text-primary);display:flex;font-size:14px;font-weight:600;gap:10px;min-height:54px;max-width:100%;overflow:hidden;padding:8px 13px 8px 9px;position:relative;transition:border-color .2s,background .2s;width:100%}.category-tool__marketplace-card:where(.astro-klcp3aju) img:where(.astro-klcp3aju){background:var(--bg-surface);border-radius:9999px;height:34px;-o-object-fit:contain;object-fit:contain;padding:4px;width:34px}.category-tool__marketplace-card:where(.astro-klcp3aju)>span:where(.astro-klcp3aju):not(.category-tool__check){flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.category-tool__marketplace-card:where(.astro-klcp3aju) .category-tool__check:where(.astro-klcp3aju){align-items:center;background:var(--bg-surface);border-radius:9999px;color:transparent;display:inline-flex;height:22px;justify-content:center;margin-left:auto;width:22px}.category-tool__marketplace:where(.astro-klcp3aju) input:where(.astro-klcp3aju):checked+.category-tool__marketplace-card:where(.astro-klcp3aju){background:#1976d20f;border-color:var(--accent)}.category-tool__marketplace:where(.astro-klcp3aju) input:where(.astro-klcp3aju):checked+.category-tool__marketplace-card:where(.astro-klcp3aju) .category-tool__check:where(.astro-klcp3aju){background:var(--accent);color:#fff}.category-tool__marketplace:where(.astro-klcp3aju) input:where(.astro-klcp3aju):focus-visible+.category-tool__marketplace-card:where(.astro-klcp3aju){outline:3px solid rgba(25,118,210,.2);outline-offset:2px}.category-tool__submit:where(.astro-klcp3aju){align-items:center;background:var(--accent);border-radius:9999px;color:#fff;display:flex;font-size:16px;font-weight:700;gap:12px;justify-content:center;margin-top:28px;padding:15px 22px;transition:background .2s,transform .2s;width:100%}.category-tool__submit:where(.astro-klcp3aju)>span:where(.astro-klcp3aju){white-space:nowrap}.category-tool__submit:where(.astro-klcp3aju) svg:where(.astro-klcp3aju){display:block;flex:0 0 auto}.category-tool__submit:where(.astro-klcp3aju):hover{background:var(--accent);filter:brightness(.92);transform:translateY(-1px)}.category-tool__spinner:where(.astro-klcp3aju){animation:category-spin 1s linear infinite;border:3px solid var(--border);border-radius:9999px;border-top-color:var(--accent);height:28px;width:28px}.category-tool__progress-row:where(.astro-klcp3aju){align-items:center;border-bottom:1px solid var(--border);color:var(--text-secondary);display:flex;font-size:14px;justify-content:space-between;padding:12px 0}.category-tool__progress-row:where(.astro-klcp3aju):last-child{border-bottom:0}.category-tool__progress-row:where(.astro-klcp3aju) img:where(.astro-klcp3aju){height:22px;-o-object-fit:contain;object-fit:contain;width:22px}.category-tool__progress-row:where(.astro-klcp3aju) :where(.astro-klcp3aju)[data-progress-state]{color:var(--accent);font-size:13px;font-weight:600}.category-tool__summary-card:where(.astro-klcp3aju){background:var(--bg-surface);border:1px solid var(--border);border-radius:22px;padding:20px}.category-tool__summary-card:where(.astro-klcp3aju) img:where(.astro-klcp3aju){height:28px;-o-object-fit:contain;object-fit:contain;width:28px}.category-tool__summary-percent:where(.astro-klcp3aju){color:var(--accent);font-size:14px;font-weight:700}.category-tool__secondary:where(.astro-klcp3aju){background:var(--bg-card);border:1px solid var(--border);border-radius:9999px;color:var(--text-primary);font-size:14px;font-weight:700;padding:11px 17px}.category-tool__secondary:where(.astro-klcp3aju):hover{border-color:var(--accent);color:var(--accent)}.category-tool__share:where(.astro-klcp3aju){align-items:center;background:var(--accent);border:1px solid var(--accent);border-radius:9999px;color:#fff;display:inline-flex;font-size:14px;font-weight:700;gap:9px;padding:11px 17px;transition:filter .2s,transform .2s}.category-tool__share:where(.astro-klcp3aju):hover{color:#fff;filter:brightness(.93);transform:translateY(-1px)}.category-tool__share:where(.astro-klcp3aju) svg:where(.astro-klcp3aju){flex:0 0 auto;height:18px;width:18px}.category-tool__result-actions:where(.astro-klcp3aju){align-items:center;display:flex;flex-wrap:wrap;gap:10px}.category-tool__result-row:where(.astro-klcp3aju){display:grid;gap:18px;padding:22px 20px}.category-tool__result-header:where(.astro-klcp3aju){align-items:center;background:var(--bg-card);border-bottom:1px solid var(--border);display:grid;gap:18px;padding:16px 20px}.category-tool__result-header:where(.astro-klcp3aju)>strong:where(.astro-klcp3aju){color:var(--text-primary);font-size:13px}.category-tool__result-marketplace:where(.astro-klcp3aju){align-items:center;color:var(--text-primary);display:flex;font-size:13px;font-weight:700;gap:8px;min-width:0}.category-tool__result-marketplace:where(.astro-klcp3aju) img:where(.astro-klcp3aju){height:24px;-o-object-fit:contain;object-fit:contain;width:24px}.category-tool__mobile-marketplace:where(.astro-klcp3aju){display:none}.category-tool__result-row:where(.astro-klcp3aju) h4:where(.astro-klcp3aju){color:var(--text-primary);font-size:17px;font-weight:700}.category-tool__result-row:where(.astro-klcp3aju)>div:where(.astro-klcp3aju):first-child>p:where(.astro-klcp3aju){color:var(--text-secondary);font-size:13px;margin-top:5px}.category-tool__result-grid:where(.astro-klcp3aju){display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.category-tool__match-cell:where(.astro-klcp3aju){background:var(--bg-card);border:1px solid var(--border);border-radius:14px;min-width:0;padding:13px}.category-tool__match-cell:where(.astro-klcp3aju) strong:where(.astro-klcp3aju){color:var(--text-primary);font-size:14px;line-height:1.35}.category-tool__match-cell:where(.astro-klcp3aju) small:where(.astro-klcp3aju){color:var(--text-secondary);display:block;font-size:12px;line-height:1.45;margin-top:6px}.category-tool__match-cell--empty:where(.astro-klcp3aju){align-items:center;color:var(--text-secondary);display:flex;gap:8px;justify-content:space-between}.category-tool__score:where(.astro-klcp3aju){border-radius:9999px;font-size:11px;font-weight:700;padding:4px 6px;white-space:nowrap}.category-tool__variants:where(.astro-klcp3aju){color:var(--accent);font-size:12px;font-weight:700;margin-top:10px}.category-tool__variant-list:where(.astro-klcp3aju){border-top:1px solid var(--border);margin-top:10px;padding-top:10px}.category-tool__variant-list:where(.astro-klcp3aju) div:where(.astro-klcp3aju)+div:where(.astro-klcp3aju){border-top:1px solid var(--border);margin-top:8px;padding-top:8px}@keyframes category-spin{to{transform:rotate(360deg)}}@media(min-width:768px){.category-tool__result-row:where(.astro-klcp3aju){grid-template-columns:minmax(180px,.32fr) minmax(0,.68fr);padding:24px 28px}.category-tool__result-header:where(.astro-klcp3aju){grid-template-columns:minmax(180px,.32fr) minmax(0,.68fr);padding:16px 28px}.category-tool__panel:where(.astro-klcp3aju){padding:32px}.category-tool__panel:where(.astro-klcp3aju) form:where(.astro-klcp3aju){grid-template-columns:minmax(0,1fr) minmax(0,1fr);-moz-column-gap:32px;column-gap:32px}.category-tool__input-section:where(.astro-klcp3aju){grid-column:1;margin-top:28px}.category-tool__marketplace-section:where(.astro-klcp3aju){grid-column:2;margin-top:28px;border-top:0;border-left:1px solid var(--border);padding:0 0 0 32px}}@media(min-width:1200px){.category-tool__marketplaces-grid:where(.astro-klcp3aju){grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:767px){.category-tool__panel:where(.astro-klcp3aju) form:where(.astro-klcp3aju)>div:where(.astro-klcp3aju):first-child{display:block;position:relative}.category-tool__panel:where(.astro-klcp3aju) form:where(.astro-klcp3aju)>div:where(.astro-klcp3aju):first-child>.category-tool__free-badge:where(.astro-klcp3aju){position:absolute;right:0;top:0}.category-tool__panel:where(.astro-klcp3aju) form:where(.astro-klcp3aju)>div:where(.astro-klcp3aju):first-child>div:where(.astro-klcp3aju)>p:where(.astro-klcp3aju){padding-right:104px}.category-tool__panel:where(.astro-klcp3aju) form:where(.astro-klcp3aju)>p:where(.astro-klcp3aju){max-width:none}.category-tool__result-header:where(.astro-klcp3aju){display:none}.category-tool__mobile-marketplace:where(.astro-klcp3aju){color:var(--text-secondary);display:block;font-size:11px;font-weight:700;margin-bottom:7px}.category-tool__input-heading:where(.astro-klcp3aju){align-items:center;flex-direction:column;gap:6px}.category-tool__input-heading:where(.astro-klcp3aju) label:where(.astro-klcp3aju){white-space:nowrap}.category-tool__input-heading:where(.astro-klcp3aju) #fill-example:where(.astro-klcp3aju){align-self:center;white-space:nowrap}.category-tool__marketplace-heading:where(.astro-klcp3aju){align-items:start;display:grid;gap:8px;grid-template-columns:minmax(0,1fr) auto}.category-tool__marketplace-heading:where(.astro-klcp3aju) legend:where(.astro-klcp3aju){grid-column:1 / -1;line-height:1.35}.category-tool__marketplace-heading:where(.astro-klcp3aju)>div:where(.astro-klcp3aju){display:flex;gap:16px;grid-column:1 / -1;justify-content:space-between;width:100%}.category-tool__marketplace-heading:where(.astro-klcp3aju) #marketplace-count:where(.astro-klcp3aju){line-height:1.35;text-align:left}.category-tool__marketplace-heading:where(.astro-klcp3aju) #toggle-all:where(.astro-klcp3aju){line-height:1.35;text-align:right}.category-tool__marketplaces-grid:where(.astro-klcp3aju){grid-template-columns:minmax(0,1fr)}.category-tool__marketplace-card:where(.astro-klcp3aju){min-height:50px}.category-tool__submit:where(.astro-klcp3aju){font-size:14px;gap:8px;padding:14px 12px}}@media(prefers-reduced-motion:reduce){.category-tool__spinner:where(.astro-klcp3aju){animation:none}.category-tool__submit:where(.astro-klcp3aju),.category-tool__marketplace-card:where(.astro-klcp3aju),.category-tool__hero-action:where(.astro-klcp3aju){transition:none}}
