:root{--cx-green:#0cb870;--cx-green-lt:#eafff6;--cx-amber:#f59e0b;--cx-amber-lt:#fffbeb;--cx-orange:#ff5722;--cx-orange-lt:#fff3ef;--cx-purple:#7c3aed;--cx-purple-lt:#f3eeff;--cx-red:#e53e3e;--cx-ink:var(--ink, #0a0e1a);--cx-ink-2:var(--ink-2, #2d3249);--cx-ink-3:var(--ink-3, #5c6280);--cx-ink-4:var(--ink-4, #9199b8);--cx-accent:var(--accent, #1a5cff);--cx-accent-dk:var(--accent-dark, #1448d8);--cx-accent-lt:var(--accent-light, #eaefff);--cx-surface:#ffffff;--cx-surface-2:#f7f8fc;--cx-surface-3:#f0f2f9;--cx-border:var(--border, #e4e7f2);--cx-border-2:#d0d4e8;--cx-shadow-sm:0 1px 4px rgba(10,14,26,.07);--cx-shadow:0 4px 16px rgba(10,14,26,.09);--cx-shadow-md:0 8px 28px rgba(10,14,26,.12);--cx-shadow-lg:0 20px 56px rgba(10,14,26,.16);--cx-t:.16s cubic-bezier(.4,0,.2,1);--cx-radius:12px;--cx-radius-sm:8px;--cx-radius-xs:5px}.cx-btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:10px 20px;border-radius:var(--cx-radius-sm);font-size:.875rem;font-weight:600;cursor:pointer;white-space:nowrap;text-decoration:none;border:1.5px solid #fff0;transition:all var(--cx-t);line-height:1;box-sizing:border-box;-webkit-tap-highlight-color:#fff0;touch-action:manipulation}.cx-btn:focus-visible{outline:2px solid var(--cx-accent);outline-offset:3px}.cx-btn--primary{background:var(--cx-accent);color:#fff;border-color:var(--cx-accent)}.cx-btn--primary:hover{background:var(--cx-accent-dk);color:#fff;transform:translateY(-1px);box-shadow:0 6px 20px rgb(26 92 255 / .35)}.cx-btn--secondary{background:var(--cx-surface-3);color:var(--cx-ink-2);border-color:var(--cx-border)}.cx-btn--secondary:hover{background:var(--cx-accent-lt);border-color:var(--cx-accent);color:var(--cx-accent)}.cx-btn--ghost{background:#fff0;color:var(--cx-accent);border-color:var(--cx-accent)}.cx-btn--ghost:hover{background:var(--cx-accent-lt)}.cx-btn--dark{background:var(--cx-ink);color:#fff;border-color:var(--cx-ink)}.cx-btn--dark:hover{background:#1a1e30;color:#fff}.cx-btn--sm{padding:7px 14px;font-size:.8rem;border-radius:var(--cx-radius-xs)}.cx-btn--lg{padding:13px 28px;font-size:.95rem}.cx-btn--full{width:100%}.cx-btn--danger{background:var(--cx-red);color:#fff;border-color:var(--cx-red)}.cx-btn[disabled],[disabled].cx-btn{opacity:.5;cursor:not-allowed;transform:none!important}.cx-badge{display:inline-flex;align-items:center;gap:4px;font-size:.65rem;font-weight:800;padding:3px 8px;border-radius:999px;text-transform:uppercase;letter-spacing:.06em;line-height:1;white-space:nowrap}.cx-badge--new{background:var(--cx-green-lt);color:var(--cx-green)}.cx-badge--trending{background:var(--cx-orange-lt);color:var(--cx-orange)}.cx-badge--pick{background:var(--cx-amber-lt);color:var(--cx-amber)}.cx-badge--featured{background:var(--cx-accent-lt);color:var(--cx-accent)}.cx-badge--sponsored{background:var(--cx-purple-lt);color:var(--cx-purple)}.cx-verified-badge{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;background:var(--cx-accent);color:#fff;border-radius:50%;font-size:.65rem;font-weight:800;flex-shrink:0}.cx-upvote-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;min-width:52px;padding:8px 10px;background:var(--cx-surface);border:1.5px solid var(--cx-border);border-radius:var(--cx-radius-sm);font-size:.78rem;font-weight:700;color:var(--cx-ink-3);cursor:pointer;transition:all var(--cx-t);line-height:1;touch-action:manipulation}.cx-upvote-btn:hover,.cx-upvote-btn:focus-visible{border-color:var(--cx-accent);color:var(--cx-accent);background:var(--cx-accent-lt)}.cx-upvote-btn.is-voted{background:var(--cx-accent-lt);border-color:var(--cx-accent);color:var(--cx-accent)}.cx-upvote-btn__count{font-size:.85rem;font-weight:800}.cx-upvote-btn--lg{flex-direction:row;gap:8px;padding:10px 18px;font-size:.88rem}.cx-follow-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 18px;border-radius:999px;background:var(--cx-accent);color:#fff;border:1.5px solid var(--cx-accent);font-size:.82rem;font-weight:700;cursor:pointer;transition:all var(--cx-t);touch-action:manipulation}.cx-follow-btn:hover{background:var(--cx-accent-dk);border-color:var(--cx-accent-dk)}.cx-follow-btn.is-following{background:var(--cx-surface);color:var(--cx-ink-3);border-color:var(--cx-border-2)}.cx-follow-btn.is-following:hover{background:#fff0f0;color:var(--cx-red);border-color:var(--cx-red)}.cx-follow-btn--lg{padding:10px 24px;font-size:.9rem}.cx-alert{display:flex;align-items:flex-start;gap:12px;padding:14px 18px;border-radius:var(--cx-radius-sm);margin-bottom:20px;font-size:.9rem;line-height:1.55}.cx-alert svg{flex-shrink:0;margin-top:2px}.cx-alert--success{background:var(--cx-green-lt);border:1px solid rgb(12 184 112 / .3);color:#065f46}.cx-alert--error{background:#fff0f0;border:1px solid rgb(229 62 62 / .3);color:#9b1c1c}.cx-alert--info{background:var(--cx-accent-lt);border:1px solid rgb(26 92 255 / .25);color:#1e40af}.cx-empty-state{text-align:center;padding:60px 20px}.cx-empty-state p:first-child{font-size:2.5rem;margin-bottom:12px}.cx-empty-state h3{font-size:1.1rem;font-weight:700;margin-bottom:8px}.cx-empty-state p{color:var(--cx-ink-3);margin-bottom:20px}.cx-product-card{position:relative;background:var(--cx-surface);border:1px solid var(--cx-border);border-radius:var(--cx-radius);overflow:hidden;transition:transform var(--cx-t),box-shadow var(--cx-t),border-color var(--cx-t);display:flex;align-items:stretch}.cx-product-card:hover{transform:translateY(-2px);box-shadow:var(--cx-shadow-md);border-color:#fff0}.cx-product-card:focus-within{box-shadow:var(--cx-shadow-md);border-color:var(--cx-accent-lt)}.cx-product-card--featured{border-color:rgb(26 92 255 / .2)}.cx-product-card__badges{position:absolute;top:10px;left:10px;z-index:2;display:flex;flex-wrap:wrap;gap:4px}.cx-product-card__inner{display:flex;align-items:flex-start;gap:12px;padding:14px;flex:1;text-decoration:none;color:inherit;min-width:0}.cx-product-card__inner:hover{color:inherit}.cx-product-card__logo{flex-shrink:0}.cx-product-card__logo-img{width:48px;height:48px;border-radius:10px;object-fit:contain;border:1px solid var(--cx-border);background:#111827}.cx-product-card__logo-placeholder{width:48px;height:48px;border-radius:10px;background:var(--cx-accent-lt);color:var(--cx-accent);font-weight:800;font-size:.95rem;display:flex;align-items:center;justify-content:center;border:1px solid rgb(26 92 255 / .15)}.cx-product-card__info{flex:1;min-width:0}.cx-product-card__header{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap;margin-bottom:3px}.cx-product-card__name{font-weight:700;font-size:.92rem;color:var(--cx-ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:160px}.cx-product-card__cat{font-size:.63rem;font-weight:700;color:var(--cx-ink-4);background:var(--cx-surface-3);padding:2px 7px;border-radius:999px;white-space:nowrap;flex-shrink:0}.cx-product-card__tagline{font-size:.8rem;color:var(--cx-ink-3);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:8px;overflow-wrap:break-word}.cx-product-card__footer{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.cx-product-card__pricing{font-size:.67rem;font-weight:700;padding:2px 7px;border-radius:999px}.cx-product-card__pricing--free{background:var(--cx-green-lt);color:var(--cx-green)}.cx-product-card__pricing--freemium{background:var(--cx-amber-lt);color:var(--cx-amber)}.cx-product-card__pricing--paid,.cx-product-card__pricing--subscription{background:var(--cx-accent-lt);color:var(--cx-accent)}.cx-product-card__pricing--open_source{background:var(--cx-purple-lt);color:var(--cx-purple)}.cx-product-card .cx-upvote-btn{border-radius:0 var(--cx-radius) var(--cx-radius) 0;border:none;border-left:1px solid var(--cx-border);background:var(--cx-surface-2);min-width:50px;padding:0 10px}.cx-product-card .cx-upvote-btn:hover{border-left-color:var(--cx-accent)}.cx-product-grid{display:grid;grid-template-columns:1fr;gap:12px}.cx-section-heading{display:flex;align-items:center;gap:10px;margin-bottom:18px}.cx-section-heading__bar{width:14px;height:3px;background:var(--cx-accent);border-radius:2px;flex-shrink:0}.cx-section-heading__title{font-size:.68rem;font-weight:800;color:var(--cx-ink);text-transform:uppercase;letter-spacing:.1em;margin:0}.cx-section-heading__line{flex:1;height:1px;background:var(--cx-border)}.cx-search-bar{display:flex;align-items:center;gap:10px;background:rgb(255 255 255 / .08);border:1.5px solid rgb(255 255 255 / .14);border-radius:var(--cx-radius-sm);padding:11px 16px;color:rgb(255 255 255 / .5);width:100%;box-sizing:border-box}.cx-search-bar input{flex:1;background:none;border:none;outline:none;color:#fff;font-size:.92rem;min-width:0;-webkit-appearance:none}.cx-search-bar input::placeholder{color:rgb(255 255 255 / .35)}.cx-search-bar button{background:var(--cx-accent);color:#fff;border:none;padding:7px 14px;border-radius:var(--cx-radius-xs);font-weight:600;font-size:.8rem;cursor:pointer;flex-shrink:0;transition:background var(--cx-t);touch-action:manipulation}.cx-search-bar button:hover{background:var(--cx-accent-dk)}.cx-search-bar--light{background:var(--cx-surface);border-color:var(--cx-border);color:var(--cx-ink-3)}.cx-search-bar--light input{color:var(--cx-ink)}.cx-search-bar--light input::placeholder{color:var(--cx-ink-4)}.cx-directory__hero{background:linear-gradient(135deg,var(--cx-ink) 0%,#111527 100%);padding:36px 0 28px}.cx-directory__hero-inner{display:flex;flex-direction:column;gap:20px;margin-bottom:20px}.cx-directory__title{font-size:clamp(1.4rem,5vw,2.2rem);color:#fff;font-weight:800;line-height:1.15;margin-bottom:6px;overflow-wrap:break-word}.cx-directory__sub{color:rgb(255 255 255 / .55);font-size:.9rem}.cx-directory-toolbar{display:flex;flex-direction:column;gap:12px;margin:20px 0 16px;padding-bottom:16px;border-bottom:1px solid var(--cx-border)}.cx-sort-tabs{display:flex;flex-wrap:wrap;gap:4px}.cx-sort-tab{padding:7px 12px;border-radius:999px;font-size:.79rem;font-weight:600;color:var(--cx-ink-3);text-decoration:none;border:1px solid #fff0;transition:all var(--cx-t);touch-action:manipulation}.cx-sort-tab:hover{color:var(--cx-accent);border-color:var(--cx-accent-lt);background:var(--cx-accent-lt)}.cx-sort-tab.is-active{background:var(--cx-accent);color:#fff;border-color:var(--cx-accent)}.cx-filter-count{font-size:.82rem;color:var(--cx-ink-4)}.cx-directory-layout{display:flex;flex-direction:column;gap:24px;padding-bottom:60px}.cx-directory-filters{display:none}.cx-directory-filters.is-open{display:block}.cx-filter-group{margin-bottom:20px}.cx-filter-group__title{font-size:.66rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--cx-ink-3);margin-bottom:8px}.cx-filter-option{display:flex;justify-content:space-between;align-items:center;padding:8px 10px;border-radius:var(--cx-radius-xs);font-size:.84rem;color:var(--cx-ink-3);text-decoration:none;transition:all var(--cx-t);touch-action:manipulation}.cx-filter-option:hover{background:var(--cx-surface-3);color:var(--cx-ink)}.cx-filter-option.is-active{background:var(--cx-accent-lt);color:var(--cx-accent);font-weight:600}.cx-filter-option span{font-size:.74rem;color:var(--cx-ink-4)}.cx-filter-toggle{display:flex;align-items:center;gap:8px;padding:9px 16px;border:1.5px solid var(--cx-border);border-radius:var(--cx-radius-sm);font-size:.84rem;font-weight:600;color:var(--cx-ink-2);background:var(--cx-surface);cursor:pointer;width:100%;touch-action:manipulation}.cx-filter-toggle svg{flex-shrink:0}.cx-search-summary{color:var(--cx-ink-3);margin-bottom:14px;font-size:.88rem}.cx-featured-band{padding:28px 0 0}.cx-directory-section{margin-bottom:32px}.cx-product-page{background:var(--cx-surface);padding:24px 0 60px}.cx-product-hero{display:flex;flex-direction:column;gap:20px;padding:20px 0 24px;border-bottom:1px solid var(--cx-border);margin-bottom:28px}.cx-product-hero__brand{display:flex;align-items:flex-start;gap:16px}.cx-product-hero__logo{flex-shrink:0}.cx-product-hero__logo-img{width:72px;height:72px;border-radius:14px;object-fit:contain;border:1px solid var(--cx-border);background:#111827}.cx-product-hero__logo-placeholder{width:72px;height:72px;border-radius:14px;background:var(--cx-accent-lt);color:var(--cx-accent);font-weight:800;font-size:1.4rem;display:flex;align-items:center;justify-content:center}.cx-product-hero__badges{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:8px}.cx-product-hero__name{font-size:clamp(1.4rem,4vw,2rem);font-weight:800;color:var(--cx-ink);line-height:1.12;margin-bottom:6px;overflow-wrap:break-word}.cx-product-hero__tagline{font-size:.97rem;color:var(--cx-ink-3);margin-bottom:10px;line-height:1.5;overflow-wrap:break-word}.cx-product-hero__meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.cx-product-hero__cat{font-size:.75rem;font-weight:700;padding:3px 10px;border-radius:999px;background:var(--cx-surface-3);color:var(--cx-ink-3);text-decoration:none}.cx-product-hero__cat:hover{background:var(--cx-accent-lt);color:var(--cx-accent)}.cx-product-hero__pricing{font-size:.74rem;font-weight:700;padding:3px 10px;border-radius:999px}.cx-product-hero__pricing--free,.cx-product-hero__pricing--open_source{background:var(--cx-green-lt);color:var(--cx-green)}.cx-product-hero__pricing--freemium{background:var(--cx-amber-lt);color:var(--cx-amber)}.cx-product-hero__pricing--paid,.cx-product-hero__pricing--subscription{background:var(--cx-accent-lt);color:var(--cx-accent)}.cx-product-hero__actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.cx-product-layout{display:flex;flex-direction:column;gap:0}.cx-product-main{min-width:0;order:1}.cx-product-sidebar{order:2}.cx-product-section{margin-bottom:36px;padding-bottom:36px;border-bottom:1px solid var(--cx-border)}.cx-product-section:last-child{border-bottom:none}.cx-product-section__title{font-size:.78rem;font-weight:800;color:var(--cx-ink);margin-bottom:16px;text-transform:uppercase;letter-spacing:.07em}.cx-product-overview__desc{font-size:1rem;color:var(--cx-ink-2);line-height:1.75;margin-bottom:14px;overflow-wrap:break-word}.cx-product-content{font-size:.98rem;color:var(--cx-ink-2);line-height:1.85;overflow-wrap:break-word}.cx-product-content>*+*{margin-top:1.3em}.cx-product-content a{color:var(--cx-accent);text-decoration:underline}.cx-product-video{position:relative;padding-bottom:56.25%;height:0;border-radius:var(--cx-radius);overflow:hidden}.cx-product-video iframe,.cx-product-video embed{position:absolute;inset:0;width:100%;height:100%}.cx-product-screenshots{display:grid;gap:8px}.cx-product-screenshots--1{grid-template-columns:1fr}.cx-product-screenshots--2,.cx-product-screenshots--3,.cx-product-screenshots--4{grid-template-columns:1fr 1fr}.cx-product-screenshot{position:relative;border-radius:var(--cx-radius-sm);overflow:hidden;border:1px solid var(--cx-border);display:block}.cx-product-screenshot__img{width:100%;height:auto;display:block;transition:transform .4s ease}.cx-product-screenshot:hover .cx-product-screenshot__img{transform:scale(1.03)}.cx-product-screenshot__zoom{position:absolute;inset:0;background:rgb(10 14 26 / .45);display:flex;align-items:center;justify-content:center;color:#fff;opacity:0;transition:opacity var(--cx-t)}.cx-product-screenshot:hover .cx-product-screenshot__zoom{opacity:1}.cx-product-sidebar{margin-top:24px}.cx-sidebar-card{background:var(--cx-surface);border:1px solid var(--cx-border);border-radius:var(--cx-radius);padding:18px;margin-bottom:14px}.cx-sidebar-card--cta{background:var(--cx-accent-lt);border-color:rgb(26 92 255 / .2)}.cx-sidebar-card__title{font-size:.66rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--cx-ink-3);margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid var(--cx-border)}.cx-quick-stats{display:grid;grid-template-columns:1fr 1fr;gap:10px}.cx-quick-stat{text-align:center}.cx-quick-stat strong{display:block;font-size:1.25rem;font-weight:800;color:var(--cx-ink)}.cx-quick-stat span{font-size:.72rem;color:var(--cx-ink-4)}.cx-tag-list{display:flex;flex-wrap:wrap;gap:6px}.cx-tag{font-size:.75rem;font-weight:500;padding:4px 10px;border-radius:999px;background:var(--cx-surface-3);border:1px solid var(--cx-border);color:var(--cx-ink-3);text-decoration:none;transition:all var(--cx-t)}.cx-tag:hover{background:var(--cx-accent);color:#fff;border-color:var(--cx-accent)}.cx-related-list{display:flex;flex-direction:column;gap:8px}.cx-related-item{display:flex;align-items:center;gap:10px;text-decoration:none;padding:8px;border-radius:var(--cx-radius-xs);transition:background var(--cx-t)}.cx-related-item:hover{background:var(--cx-surface-3)}.cx-related-item__logo{width:30px;height:30px;border-radius:6px;flex-shrink:0;object-fit:contain;border:1px solid var(--cx-border)}.cx-related-item__name{display:block;font-size:.82rem;font-weight:700;color:var(--cx-ink)}.cx-related-item__tag{font-size:.74rem;color:var(--cx-ink-4);overflow-wrap:break-word}.cx-founder-card{display:flex;gap:14px;align-items:flex-start;padding:18px;background:var(--cx-surface-2);border:1px solid var(--cx-border);border-radius:var(--cx-radius);flex-wrap:wrap}.cx-founder-card img{width:56px;height:56px;border-radius:50%;flex-shrink:0}.cx-founder-card__info{flex:1;min-width:180px}.cx-founder-card__namerow{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:6px}.cx-founder-card__name{font-size:.9rem;font-weight:700;color:var(--cx-ink);text-decoration:none}.cx-founder-card__name:hover{color:var(--cx-accent)}.cx-founder-card__bio{font-size:.83rem;color:var(--cx-ink-3);line-height:1.58;margin-bottom:10px;overflow-wrap:break-word}.cx-founder-card__links{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.cx-founder-card__link{font-size:.8rem;color:var(--cx-accent);text-decoration:none;font-weight:600}.cx-timeline{display:flex;flex-direction:column}.cx-timeline__item{display:flex;gap:16px;padding-bottom:24px;position:relative}.cx-timeline__item:not(:last-child)::before{content:'';position:absolute;left:8px;top:20px;bottom:0;width:1px;background:var(--cx-border)}.cx-timeline__dot{width:18px;height:18px;border-radius:50%;background:var(--cx-accent);flex-shrink:0;margin-top:2px;border:3px solid var(--cx-surface);box-shadow:0 0 0 1px var(--cx-accent)}.cx-timeline__content{flex:1;min-width:0}.cx-timeline__date{font-size:.73rem;font-weight:700;color:var(--cx-ink-4);text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px}.cx-timeline__title{font-size:.92rem;font-weight:700;color:var(--cx-ink);margin-bottom:6px;overflow-wrap:break-word}.cx-timeline__body{font-size:.86rem;color:var(--cx-ink-3);line-height:1.62;overflow-wrap:break-word}.cx-badge-grid{display:grid;grid-template-columns:1fr;gap:16px}.cx-badge-item{display:flex;flex-direction:column;gap:10px}.cx-badge-preview{background:var(--cx-surface-2);border:1px solid var(--cx-border);border-radius:var(--cx-radius-sm);padding:16px;display:flex;align-items:center;justify-content:center}.cx-badge-preview__inner{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;background:var(--cx-ink);color:#fff;border-radius:var(--cx-radius-xs);font-size:.82rem;font-weight:700}.cx-badge-grid-2{display:grid;grid-template-columns:1fr;gap:18px}.cx-badge-embed-card{background:var(--cx-surface);border:1px solid var(--cx-border);border-radius:var(--cx-radius);padding:18px}.cx-badge-embed-card h4{font-size:.88rem;font-weight:700;margin:12px 0 10px}.cx-badge-embed-preview{padding:18px;background:var(--cx-surface-2);border-radius:var(--cx-radius-sm);margin-bottom:10px;text-align:center}.cx-code-block{width:100%;font-family:monospace;font-size:.74rem;padding:10px;border:1px solid var(--cx-border);border-radius:var(--cx-radius-xs);background:var(--cx-surface-2);resize:none;color:var(--cx-ink-3);box-sizing:border-box}.cx-badge-embed-code{display:flex;flex-direction:column;gap:8px}.cx-upgrade-cta{background:linear-gradient(135deg,var(--cx-accent-lt),#fff);border:1.5px solid rgb(26 92 255 / .2);border-radius:var(--cx-radius);padding:24px;margin:24px 0;text-align:center}.cx-upgrade-cta h3{font-size:1rem;font-weight:800;color:var(--cx-ink);margin-bottom:7px}.cx-upgrade-cta p{font-size:.88rem;color:var(--cx-ink-3);margin-bottom:14px}.cx-submit-page{padding:36px 0 60px;background:var(--cx-surface)}.cx-submit-header{text-align:center;max-width:580px;margin:0 auto 32px}.cx-submit-header__title{font-size:clamp(1.4rem,4vw,2rem);font-weight:800;color:var(--cx-ink);margin-bottom:10px}.cx-submit-header__sub{font-size:.95rem;color:var(--cx-ink-3);margin-bottom:16px}.cx-submit-header__perks{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:12px;font-size:.82rem;color:var(--cx-green);font-weight:600}.cx-submit-layout{display:flex;flex-direction:column;gap:24px}.cx-submit-form{background:var(--cx-surface);border:1px solid var(--cx-border);border-radius:var(--cx-radius);padding:24px}.cx-form-section{margin-bottom:28px;padding-bottom:28px;border-bottom:1px solid var(--cx-border)}.cx-form-section:last-of-type{border-bottom:none;margin-bottom:0}.cx-form-section__title{font-size:.88rem;font-weight:800;color:var(--cx-ink);margin-bottom:18px;padding-bottom:10px;border-bottom:1px solid var(--cx-border)}.cx-form-section--optional{background:var(--cx-surface-2);border-radius:var(--cx-radius-sm);padding:18px}.cx-form-section__optional{font-size:.74rem;font-weight:400;color:var(--cx-ink-4);margin-left:8px}.cx-form-grid{display:flex;flex-direction:column;gap:14px}.cx-field{display:flex;flex-direction:column;gap:6px}.cx-field label{font-size:.8rem;font-weight:700;color:var(--cx-ink-2)}.cx-field__hint{font-weight:400;color:var(--cx-ink-4);margin-left:6px;font-size:.75rem}.cx-field input,.cx-field textarea,.cx-field select{padding:11px 14px;border:1.5px solid var(--cx-border);border-radius:var(--cx-radius-sm);font-size:.9rem;color:var(--cx-ink);background:var(--cx-surface);outline:none;width:100%;box-sizing:border-box;transition:border-color var(--cx-t),box-shadow var(--cx-t);-webkit-appearance:none;appearance:none}.cx-field input:focus,.cx-field textarea:focus,.cx-field select:focus{border-color:var(--cx-accent);box-shadow:0 0 0 3px rgb(26 92 255 / .1)}.cx-field textarea{resize:vertical;line-height:1.55}.cx-field--required label::after{content:' *';color:var(--cx-red)}.cx-submit-footer{display:flex;flex-direction:column;gap:14px;margin-top:20px;padding-top:20px;border-top:1px solid var(--cx-border)}.cx-submit-footer__disclaimer{font-size:.77rem;color:var(--cx-ink-4);line-height:1.55}.cx-submit-sidebar__card{background:var(--cx-surface);border:1px solid var(--cx-border);border-radius:var(--cx-radius);padding:20px;margin-bottom:14px}.cx-submit-sidebar__card h3{font-size:.92rem;font-weight:700;margin-bottom:12px;color:var(--cx-ink)}.cx-submit-sidebar__card p{font-size:.84rem;color:var(--cx-ink-3);margin-bottom:14px;line-height:1.6}.cx-submit-sidebar__card--cta{background:linear-gradient(135deg,var(--cx-ink),#1a1e30);border-color:#fff0}.cx-submit-sidebar__card--cta h3,.cx-submit-sidebar__card--cta p{color:rgb(255 255 255 / .8)}.cx-submit-steps{list-style:none;padding:0;display:flex;flex-direction:column;gap:10px}.cx-submit-steps li{display:flex;align-items:center;gap:10px;font-size:.84rem;color:var(--cx-ink-3)}.cx-submit-steps li span{width:22px;height:22px;border-radius:50%;background:var(--cx-accent);color:#fff;font-size:.7rem;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cx-dashboard{display:flex;flex-direction:column;min-height:100vh;background:var(--cx-surface-2)}.cx-dashboard__nav{background:var(--cx-ink);padding:0;display:flex;flex-direction:row;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;border-bottom:1px solid rgb(255 255 255 / .08);position:sticky;top:var(--header-h,56px);z-index:100}.cx-dashboard__nav::-webkit-scrollbar{display:none}.cx-dashboard__user{display:none}.cx-dashboard__nav-item{display:flex;flex-direction:column;align-items:center;gap:3px;padding:10px 14px;font-size:.68rem;font-weight:700;color:rgb(255 255 255 / .45);text-decoration:none;transition:all var(--cx-t);white-space:nowrap;flex-shrink:0;border-bottom:2px solid #fff0;touch-action:manipulation}.cx-dashboard__nav-item:hover{color:rgb(255 255 255 / .8)}.cx-dashboard__nav-item.is-active{color:#fff;border-bottom-color:var(--cx-accent)}.cx-dashboard__nav-item--highlight{color:var(--cx-accent)!important}.cx-dashboard__nav-icon{font-size:1.1rem;color:currentColor}.cx-nav-badge{position:absolute;top:6px;right:8px;background:var(--cx-red);color:#fff;font-size:.6rem;font-weight:800;padding:1px 5px;border-radius:999px}.cx-dashboard__nav-footer{display:none}.cx-dashboard__main{flex:1;padding:20px 16px 40px}.cx-dash-title{font-size:clamp(1.2rem,4vw,1.6rem);font-weight:800;color:var(--cx-ink);margin-bottom:6px}.cx-dash-sub{font-size:.9rem;color:var(--cx-ink-3);margin-bottom:20px}.cx-dash-sub-title{font-size:.9rem;font-weight:700;color:var(--cx-ink);margin:20px 0 12px}.cx-dash-section{width:100%}.cx-dash-cta-banner{background:linear-gradient(135deg,var(--cx-accent-lt),#fff);border:1.5px solid rgb(26 92 255 / .2);border-radius:var(--cx-radius);padding:24px;text-align:center;margin-bottom:20px}.cx-dash-cta-banner h3{font-size:1rem;font-weight:800;margin-bottom:7px}.cx-dash-cta-banner p{font-size:.88rem;color:var(--cx-ink-3);margin-bottom:16px}.cx-overview-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:20px}.cx-stat-card{background:var(--cx-surface);border:1px solid var(--cx-border);border-radius:var(--cx-radius);padding:16px;text-align:center}.cx-stat-card--lg{background:linear-gradient(135deg,var(--cx-ink),#1a1e30);border:none;padding:18px;text-align:left;grid-column:1 / -1;display:flex;align-items:center;gap:12px}.cx-stat-card__icon{font-size:1.3rem;margin-bottom:6px}.cx-stat-card__value{font-size:1.5rem;font-weight:800;color:var(--cx-ink);line-height:1;margin-bottom:3px}.cx-stat-card__label{font-size:.7rem;font-weight:700;color:var(--cx-ink-4);text-transform:uppercase;letter-spacing:.05em}.cx-stat-card--lg .cx-stat-card__value,.cx-stat-card--lg .cx-stat-card__label,.cx-stat-card--lg strong{color:#fff}.cx-stat-card__product{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.cx-stat-card__logo{width:36px;height:36px;border-radius:8px;object-fit:contain;border:1px solid rgb(255 255 255 / .2);flex-shrink:0}.cx-stat-card__view{display:block;font-size:.73rem;color:rgb(255 255 255 / .45);text-decoration:none;margin-top:3px}.cx-dash-widget{background:var(--cx-surface);border:1px solid var(--cx-border);border-radius:var(--cx-radius);padding:18px;margin-bottom:16px}.cx-dash-widget__title{font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--cx-ink-3);margin-bottom:14px;padding-bottom:10px;border-bottom:1px solid var(--cx-border)}.cx-dash-form{background:var(--cx-surface);border:1px solid var(--cx-border);border-radius:var(--cx-radius);padding:18px}.cx-dash-form .cx-field{margin-bottom:14px}.cx-dash-form__footer{display:flex;align-items:center;gap:12px;margin-top:16px;padding-top:16px;border-top:1px solid var(--cx-border);flex-wrap:wrap}.cx-save-status{font-size:.83rem;color:var(--cx-green);font-weight:600}.cx-analytics-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:20px}.cx-chart{display:flex;align-items:flex-end;gap:3px;height:100px;padding:0 2px;overflow-x:auto}.cx-chart__bar-wrap{display:flex;flex-direction:column;align-items:center;gap:3px;min-width:20px;flex:1;height:100%;justify-content:flex-end;cursor:default}.cx-chart__bar{background:var(--cx-accent);border-radius:2px 2px 0 0;min-height:2px;width:100%;transition:background var(--cx-t)}.cx-chart__bar-wrap:hover .cx-chart__bar{background:var(--cx-accent-dk)}.cx-chart__label{font-size:.6rem;color:var(--cx-ink-4)}.cx-notification-item{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid var(--cx-surface-3)}.cx-notification-item:last-child{border-bottom:none}.cx-notification-item.is-unread{padding-left:10px;border-left:3px solid var(--cx-accent)}.cx-notification-item p{font-size:.86rem;color:var(--cx-ink-2);margin:0;flex:1;overflow-wrap:break-word}.cx-notification-item time{font-size:.73rem;color:var(--cx-ink-4);white-space:nowrap;flex-shrink:0}.cx-upgrade-grid{display:grid;grid-template-columns:1fr;gap:16px}.cx-upgrade-card{background:var(--cx-surface);border:1px solid var(--cx-border);border-radius:var(--cx-radius);padding:22px;position:relative}.cx-upgrade-card--highlight{border-color:var(--cx-accent);box-shadow:0 0 0 2px rgb(26 92 255 / .1)}.cx-upgrade-card__badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--cx-accent);color:#fff;font-size:.63rem;font-weight:800;padding:4px 12px;border-radius:999px;text-transform:uppercase;letter-spacing:.08em;white-space:nowrap}.cx-upgrade-card h3{font-size:.95rem;font-weight:800;color:var(--cx-ink);margin-bottom:6px}.cx-upgrade-card__price{font-size:1.8rem;font-weight:800;color:var(--cx-accent);line-height:1;margin-bottom:14px}.cx-upgrade-card ul{list-style:none;padding:0;margin:0 0 18px;display:flex;flex-direction:column;gap:8px}.cx-upgrade-card li{display:flex;align-items:flex-start;gap:8px;font-size:.83rem;color:var(--cx-ink-3)}.cx-upgrade-card li svg{color:var(--cx-green);flex-shrink:0;margin-top:2px}.cx-update-form .cx-field{margin-bottom:12px}.cx-update-result{margin-top:10px;font-size:.84rem;color:var(--cx-green);font-weight:600}.cx-profile-preview-link{margin-top:14px;font-size:.84rem}.cx-profile-preview-link a{color:var(--cx-accent);text-decoration:none}.cx-profile-preview-link a:hover{text-decoration:underline}.cx-community-comment{display:flex;gap:12px;padding:14px 0;border-bottom:1px solid var(--cx-surface-3);align-items:flex-start}.cx-community-comment img{width:36px;height:36px;border-radius:50%;flex-shrink:0}.cx-community-comment>div{flex:1;min-width:0}.cx-community-comment strong{font-size:.86rem}.cx-community-comment time{font-size:.74rem;color:var(--cx-ink-4);margin-left:8px}.cx-community-comment p{font-size:.86rem;color:var(--cx-ink-3);margin:4px 0 8px;overflow-wrap:break-word}.cx-network-stats{display:flex;gap:20px;margin-bottom:18px;font-size:.88rem;color:var(--cx-ink-3);flex-wrap:wrap}.cx-network-stats strong{color:var(--cx-ink)}.cx-founder-grid{display:grid;grid-template-columns:1fr;gap:12px}.cx-founder-mini{display:flex;align-items:center;gap:12px;background:var(--cx-surface);border:1px solid var(--cx-border);border-radius:var(--cx-radius-sm);padding:12px;flex-wrap:wrap}.cx-founder-mini__avatar{width:38px;height:38px;border-radius:50%;flex-shrink:0}.cx-founder-mini__name{display:block;font-size:.85rem;font-weight:700;color:var(--cx-ink);text-decoration:none}.cx-founder-mini__name:hover{color:var(--cx-accent)}.cx-founder-mini__title{font-size:.76rem;color:var(--cx-ink-4)}.cx-founder-mini .cx-follow-btn{margin-left:auto;font-size:.74rem;padding:6px 12px}.cx-feed-item{display:flex;align-items:flex-start;gap:12px;padding:14px 0;border-bottom:1px solid var(--cx-surface-3)}.cx-feed-item img{width:34px;height:34px;border-radius:50%;flex-shrink:0}.cx-feed-item__body{flex:1;min-width:0}.cx-feed-item__header{font-size:.86rem;color:var(--cx-ink-2);line-height:1.5;overflow-wrap:break-word}.cx-feed-item__header a{color:var(--cx-ink);font-weight:700;text-decoration:none}.cx-feed-item__header a:hover{color:var(--cx-accent)}.cx-feed-item__time{font-size:.73rem;color:var(--cx-ink-4);display:block;margin-top:3px}.cx-founders-page{padding:32px 0 60px}.cx-founders-header{text-align:center;max-width:520px;margin:0 auto 28px}.cx-founders-header h1{font-size:clamp(1.4rem,4vw,2rem);font-weight:800;color:var(--cx-ink);margin-bottom:8px}.cx-founders-header p{color:var(--cx-ink-3);margin-bottom:20px}.cx-founders-search .cx-search-bar{max-width:400px;margin:0 auto}.cx-founders-count{font-size:.86rem;color:var(--cx-ink-4);margin-bottom:20px;text-align:center}.cx-founder-grid-main{display:grid;grid-template-columns:1fr;gap:14px}.cx-founder-card-main{background:var(--cx-surface);border:1px solid var(--cx-border);border-radius:var(--cx-radius);padding:18px;transition:all var(--cx-t)}.cx-founder-card-main:hover{box-shadow:var(--cx-shadow);border-color:#fff0}.cx-founder-card-main__top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.cx-founder-card-main__avatar{width:56px;height:56px;border-radius:50%;flex-shrink:0}.cx-founder-card-main__name{display:block;font-size:.95rem;font-weight:800;color:var(--cx-ink);text-decoration:none;margin-bottom:3px}.cx-founder-card-main__name:hover{color:var(--cx-accent)}.cx-founder-card-main__title{font-size:.78rem;color:var(--cx-ink-3);margin-bottom:8px}.cx-founder-card-main__bio{font-size:.82rem;color:var(--cx-ink-3);line-height:1.5;margin-bottom:10px;overflow-wrap:break-word;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cx-founder-card-main__meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px;font-size:.76rem;color:var(--cx-ink-4)}.cx-founder-card-main__product{display:inline-flex;align-items:center;gap:5px;color:var(--cx-accent);text-decoration:none;font-weight:600}.cx-founder-card-main__product:hover{text-decoration:underline}.cx-founder-card-main__product-logo{width:16px;height:16px;border-radius:3px;object-fit:contain}.cx-founder-card-main__tw{color:var(--cx-ink-3);text-decoration:none}.cx-founder-card-main__tw:hover{color:var(--cx-accent)}.cx-founder-card-main .cx-follow-btn{font-size:.75rem;padding:6px 14px}.cx-founder-profile{padding:28px 0 60px}.cx-founder-profile__header{display:flex;flex-direction:column;gap:16px;padding:0 0 24px;border-bottom:1px solid var(--cx-border);margin-bottom:28px}.cx-founder-profile__avatar{width:80px;height:80px;border-radius:50%;border:3px solid var(--cx-border)}.cx-founder-profile__name{font-size:clamp(1.3rem,4vw,1.9rem);font-weight:800;color:var(--cx-ink);margin-bottom:4px}.cx-founder-profile__title{font-size:.9rem;color:var(--cx-ink-3);margin-bottom:10px}.cx-founder-profile__bio{font-size:.9rem;color:var(--cx-ink-2);line-height:1.65;margin-bottom:12px;overflow-wrap:break-word}.cx-founder-profile__stats{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:14px;font-size:.86rem;color:var(--cx-ink-3)}.cx-founder-profile__stats strong{color:var(--cx-ink);font-weight:800}.cx-founder-profile__links{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:16px}.cx-founder-profile__actions{margin-top:4px}.cx-profile-link{display:inline-flex;align-items:center;gap:6px;font-size:.82rem;font-weight:600;color:var(--cx-accent);text-decoration:none;padding:5px 12px;border:1px solid var(--cx-accent-lt);border-radius:999px;background:var(--cx-accent-lt)}.cx-profile-link:hover{background:var(--cx-accent);color:#fff;border-color:var(--cx-accent)}.cx-founder-profile__section{margin-bottom:36px}.cx-founder-profile__section h2{font-size:1rem;font-weight:800;color:var(--cx-ink);margin-bottom:18px;padding-bottom:10px;border-bottom:1px solid var(--cx-border)}.cx-founder-profile__body{display:flex;flex-direction:column;gap:0}@media (min-width:640px){.cx-product-grid{grid-template-columns:repeat(2,1fr)}.cx-badge-grid{grid-template-columns:repeat(2,1fr)}.cx-badge-grid-2{grid-template-columns:repeat(2,1fr)}.cx-form-grid{flex-direction:row;flex-wrap:wrap}.cx-form-grid>.cx-field{flex:1;min-width:180px}.cx-submit-footer{flex-direction:row;align-items:center}.cx-founder-grid-main{grid-template-columns:repeat(2,1fr)}.cx-product-screenshots--2,.cx-product-screenshots--3,.cx-product-screenshots--4{grid-template-columns:repeat(2,1fr)}.cx-upgrade-grid{grid-template-columns:1fr}.cx-overview-grid{grid-template-columns:repeat(3,1fr)}.cx-analytics-grid{grid-template-columns:repeat(4,1fr)}.cx-directory__hero-inner{flex-direction:row;align-items:center}.cx-directory-toolbar{flex-direction:row;align-items:center}.cx-cx-founder-grid{grid-template-columns:repeat(2,1fr)}.cx-founder-profile__header{flex-direction:row;align-items:flex-start}}@media (min-width:1024px){.cx-dashboard{flex-direction:row}.cx-dashboard__nav{flex-direction:column;flex-wrap:nowrap;width:230px;min-width:230px;flex-shrink:0;height:calc(100vh - var(--header-h, 64px));position:sticky;top:var(--header-h,64px);overflow-y:auto;overflow-x:hidden;border-bottom:none;border-right:1px solid rgb(255 255 255 / .07);scrollbar-width:thin;scrollbar-color:rgb(255 255 255 / .1) #fff0}.cx-dashboard__user{display:flex;flex-direction:column;align-items:flex-start;padding:20px 18px 18px;border-bottom:1px solid rgb(255 255 255 / .08);margin-bottom:8px}.cx-dashboard__user{flex-direction:row;align-items:center;gap:10px}.cx-dashboard__nav-item{flex-direction:row;padding:11px 18px;font-size:.82rem;border-bottom:none;border-right:2px solid #fff0}.cx-dashboard__nav-item.is-active{border-right-color:var(--cx-accent);border-bottom-color:#fff0}.cx-dashboard__nav-icon{font-size:1rem;width:18px;text-align:center}.cx-dashboard__nav-footer{display:block;padding:16px 18px;border-top:1px solid rgb(255 255 255 / .08);margin-top:auto}.cx-dashboard__main{padding:32px 36px;max-width:none}.cx-nav-badge{position:static;margin-left:auto}.cx-directory-layout{display:grid;grid-template-columns:200px 1fr;gap:28px}.cx-directory-filters{display:block;position:sticky;top:88px}.cx-filter-toggle{display:none}.cx-product-grid{grid-template-columns:repeat(3,1fr)}.cx-product-layout{display:grid;grid-template-columns:1fr 270px;gap:36px}.cx-product-main{order:1}.cx-product-sidebar{order:2;margin-top:0;position:sticky;top:88px}.cx-submit-layout{display:grid;grid-template-columns:1fr 280px;gap:28px;align-items:start}.cx-submit-footer{flex-direction:row}.cx-founder-grid-main{grid-template-columns:repeat(3,1fr)}.cx-upgrade-grid{grid-template-columns:repeat(3,1fr)}.cx-badge-grid{grid-template-columns:repeat(4,1fr)}.cx-overview-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.cx-founder-grid{grid-template-columns:repeat(2,1fr)}}@media print{.cx-dashboard__nav,.cx-upvote-btn,.cx-follow-btn,.cx-upgrade-cta,.cx-submit-footer,.cx-badge-section{display:none!important}.cx-product-layout{display:block}}.cx-feed-item__body{flex:1;min-width:0}.cx-feed-item__header{font-size:.88rem;color:var(--cx-ink-2);margin-bottom:3px}.cx-feed-item__header a{color:var(--cx-accent);font-weight:700;text-decoration:none}.cx-feed-item__header a:hover{text-decoration:underline}.cx-feed-item__time{font-size:.75rem;color:var(--cx-ink-4)}.cx-founders-page{padding:48px 0 80px;background:var(--cx-surface-2)}.cx-founders-header{text-align:center;margin-bottom:32px}.cx-founders-header h1{font-family:var(--cx-font-disp);font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800;color:var(--cx-ink);margin-bottom:8px}.cx-founders-header p{color:var(--cx-ink-3);margin-bottom:20px}.cx-founders-search{display:flex;justify-content:center}.cx-founders-count{text-align:center;font-size:.85rem;color:var(--cx-ink-4);margin-bottom:28px}.cx-founder-grid-main{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:18px}.cx-founder-card-main{background:var(--cx-surface);border:1px solid var(--cx-border);border-radius:var(--cx-radius);padding:20px;transition:all var(--cx-t)}.cx-founder-card-main:hover{transform:translateY(-2px);box-shadow:var(--cx-shadow-md);border-color:#fff0}.cx-founder-card-main__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.cx-founder-card-main__avatar{width:56px;height:56px;border-radius:50%;object-fit:cover;border:2px solid var(--cx-border)}.cx-founder-card-main__name{display:block;font-family:var(--cx-font-disp);font-size:.95rem;font-weight:700;color:var(--cx-ink);text-decoration:none;margin-bottom:4px}.cx-founder-card-main__name:hover{color:var(--cx-accent)}.cx-founder-card-main__title{font-size:.78rem;color:var(--cx-ink-3);margin-bottom:8px}.cx-founder-card-main__bio{font-size:.82rem;color:var(--cx-ink-3);line-height:1.55;margin-bottom:12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cx-founder-card-main__meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px;font-size:.75rem;color:var(--cx-ink-4)}.cx-founder-card-main__product{display:flex;align-items:center;gap:5px;color:var(--cx-accent);font-weight:600;text-decoration:none}.cx-founder-card-main__product:hover{text-decoration:underline}.cx-founder-card-main__product-logo{width:16px;height:16px;border-radius:3px;object-fit:contain}.cx-founder-card-main__tw{color:var(--cx-ink-4);text-decoration:none}.cx-founder-card-main__tw:hover{color:var(--cx-ink)}.cx-founder-profile{padding:48px 0 80px}.cx-founder-profile__header{display:flex;align-items:flex-start;gap:24px;padding-bottom:32px;border-bottom:1px solid var(--cx-border);margin-bottom:40px;flex-wrap:wrap}.cx-founder-profile__avatar{width:88px;height:88px;border-radius:50%;object-fit:cover;border:3px solid var(--cx-border);flex-shrink:0}.cx-founder-profile__info{flex:1;min-width:200px}.cx-founder-profile__name{font-family:var(--cx-font-disp);font-size:clamp(1.4rem,3vw,2rem);font-weight:800;color:var(--cx-ink);margin-bottom:4px}.cx-founder-profile__title{font-size:.95rem;color:var(--cx-ink-3);margin-bottom:10px}.cx-founder-profile__bio{font-size:.95rem;color:var(--cx-ink-2);line-height:1.7;margin-bottom:14px;max-width:560px}.cx-founder-profile__stats{display:flex;gap:20px;margin-bottom:14px;flex-wrap:wrap}.cx-founder-profile__stats span strong{font-weight:800;color:var(--cx-ink)}.cx-founder-profile__stats span{font-size:.85rem;color:var(--cx-ink-3)}.cx-founder-profile__links{display:flex;flex-wrap:wrap;gap:10px}.cx-profile-link{display:inline-flex;align-items:center;gap:5px;font-size:.82rem;font-weight:600;color:var(--cx-accent);text-decoration:none;padding:5px 12px;border:1px solid var(--cx-accent-lt);border-radius:999px;transition:all var(--cx-t)}.cx-profile-link:hover{background:var(--cx-accent);color:#fff;border-color:var(--cx-accent)}.cx-founder-profile__actions{flex-shrink:0}.cx-founder-profile__section{margin-bottom:48px}.cx-founder-profile__section h2{font-family:var(--cx-font-disp);font-size:1rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:var(--cx-ink);margin-bottom:20px;padding-bottom:12px;border-bottom:2px solid var(--cx-surface-3)}.cx-empty-state{text-align:center;padding:60px 20px}.cx-empty-state p:first-child{font-size:3rem;margin-bottom:12px}.cx-empty-state h3{font-size:1.1rem;font-weight:700;color:var(--cx-ink);margin-bottom:8px}.cx-empty-state p{font-size:.9rem;color:var(--cx-ink-3);margin-bottom:20px}.cx-empty{color:var(--cx-ink-4);font-style:italic;font-size:.88rem}.cx-product-grid{grid-template-columns:1fr}.cx-directory-layout{grid-template-columns:1fr}.cx-directory-filters{position:static;display:none}.cx-directory-filters.is-open{display:block}.cx-filter-toggle{display:flex;align-items:center;gap:8px;background:var(--cx-surface);border:1.5px solid var(--cx-border);border-radius:var(--cx-radius-sm);padding:9px 16px;font-size:.84rem;font-weight:600;color:var(--cx-ink-2);cursor:pointer;margin-bottom:16px;width:100%}.cx-product-layout{grid-template-columns:1fr}.cx-product-sidebar{position:static}.cx-submit-layout{grid-template-columns:1fr}.cx-submit-sidebar{display:none}.cx-dashboard{grid-template-columns:1fr}.cx-dashboard__nav{position:fixed;bottom:0;left:0;right:0;top:auto;height:auto;display:flex;flex-direction:row;overflow-x:auto;overflow-y:hidden;z-index:900;padding:0;border-top:1px solid rgb(255 255 255 / .08);background:linear-gradient(180deg,#091226 0%,#07101f 100%);box-shadow:0 -10px 30px rgb(10 14 26 / .16)}.cx-dashboard__user{display:none}.cx-dashboard__nav-footer{display:none}.cx-dashboard__nav nav{display:flex;flex-direction:row;width:100%}.cx-dashboard__nav-item{flex-direction:column;gap:4px;padding:10px 14px;font-size:.66rem;text-align:center;min-width:64px;flex-shrink:0;border-right:none;color:rgb(255 255 255 / .72)}.cx-dashboard__nav-item.is-active{border-right:none;border-top:3px solid var(--cx-accent);color:#fff;background:rgb(255 255 255 / .05)}.cx-dashboard__nav-icon{font-size:1.1rem;color:currentColor}.cx-dashboard__main{padding:20px 16px 96px}.cx-upgrade-grid{grid-template-columns:1fr}.cx-badge-grid-2{grid-template-columns:1fr}.cx-overview-grid{grid-template-columns:repeat(2,1fr)}.cx-form-grid--2,.cx-form-grid--3{grid-template-columns:1fr}.cx-founder-profile__header{flex-direction:column;align-items:center;text-align:center}.cx-founder-profile__links,.cx-founder-profile__stats{justify-content:center}.cx-badge-grid{grid-template-columns:1fr}.cx-product-screenshots--2,.cx-product-screenshots--3,.cx-product-screenshots--4{grid-template-columns:1fr}.cx-product-hero{flex-direction:column;gap:18px}.cx-product-hero__actions{flex-direction:row;width:100%}.cx-sort-tabs{width:100%;overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px}.cx-directory__hero-inner{flex-direction:column;gap:16px}.cx-directory-toolbar{flex-direction:column;align-items:flex-start;gap:10px}.cx-analytics-grid{grid-template-columns:repeat(2,1fr)}.cx-founder-grid{grid-template-columns:1fr}.cx-founder-grid-main{grid-template-columns:1fr}.cx-search-bar{max-width:100%}@media (min-width:640px){.cx-product-grid{grid-template-columns:repeat(2,1fr)}.cx-founder-grid-main{grid-template-columns:repeat(2,1fr)}.cx-upgrade-grid{grid-template-columns:1fr 1fr}.cx-badge-grid-2{grid-template-columns:1fr 1fr}.cx-badge-grid{grid-template-columns:repeat(2,1fr)}.cx-product-screenshots--2{grid-template-columns:1fr 1fr}.cx-product-screenshots--3,.cx-product-screenshots--4{grid-template-columns:1fr 1fr}.cx-form-grid--2{grid-template-columns:1fr 1fr}.cx-analytics-grid{grid-template-columns:repeat(4,1fr)}.cx-submit-layout{grid-template-columns:1fr}.cx-overview-grid{grid-template-columns:repeat(3,1fr)}.cx-directory__hero-inner{flex-direction:row}.cx-directory-toolbar{flex-direction:row;align-items:center}}@media (min-width:768px){.cx-filter-toggle{display:none}.cx-directory-filters{display:block;position:sticky;top:80px}.cx-directory-layout{grid-template-columns:200px 1fr}.cx-submit-layout{grid-template-columns:1fr 300px}.cx-submit-sidebar{display:block}.cx-founder-profile__header{flex-direction:row;text-align:left;align-items:flex-start}.cx-founder-profile__links,.cx-founder-profile__stats{justify-content:flex-start}}@media (min-width:900px){.cx-dashboard{grid-template-columns:240px 1fr}.cx-dashboard__nav{position:sticky;top:var(--header-h,64px);height:calc(100vh - var(--header-h,64px));display:flex;flex-direction:column;overflow-x:hidden;overflow-y:auto;border-top:none}.cx-dashboard__user{display:flex}.cx-dashboard__nav-footer{display:block}.cx-dashboard__nav nav{flex-direction:column}.cx-dashboard__nav-item{flex-direction:row;gap:10px;padding:11px 20px;font-size:.83rem;text-align:left;min-width:unset;border-top:none}.cx-dashboard__nav-item.is-active{border-top:none;border-right:3px solid var(--cx-accent)}.cx-dashboard__main{padding:32px}}@media (min-width:1024px){.cx-product-grid{grid-template-columns:repeat(3,1fr)}.cx-product-layout{grid-template-columns:1fr 280px}.cx-product-sidebar{position:sticky;top:80px}.cx-upgrade-grid{grid-template-columns:repeat(3,1fr)}.cx-directory-layout{grid-template-columns:220px 1fr}.cx-founder-grid-main{grid-template-columns:repeat(3,1fr)}.cx-form-grid--3{grid-template-columns:1fr 1fr 1fr}.cx-overview-grid{grid-template-columns:1fr repeat(4,auto)}}.cx-upvote-btn:focus-visible,.cx-follow-btn:focus-visible,.cx-btn:focus-visible{outline:2px solid var(--cx-accent);outline-offset:3px}@media (prefers-reduced-motion:reduce){.cx-product-card,.cx-product-card:hover,.cx-founder-card-main,.cx-btn,.cx-follow-btn,.cx-upvote-btn{transition:none!important;transform:none!important}}.cx-upvote-btn,.cx-follow-btn,.cx-sort-tab,.cx-filter-option,.cx-dashboard__nav-item,.cx-filter-toggle{min-height:44px}.cx-btn--sm{min-height:36px}.cx-btn{min-height:44px}.cx-product-credit,.cx-builder-meta-row,.cx-scout-board__grid{display:flex;flex-wrap:wrap;gap:8px}.cx-product-credit{margin:0 0 10px}.cx-credit-pill,.cx-builder-id,.cx-role-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;text-decoration:none;font-size:.74rem;font-weight:700}.cx-credit-pill{background:#f3f6fb;color:#243047}.cx-credit-pill--ghost{background:#fff;border:1px solid #d9e0ee}.cx-credit-pill__badge,.cx-role-chip--verified{background:#e8fff4;color:#0b8f5c}.cx-role-chip{background:#eef2f7;color:#55607a}.cx-role-chip--featured{background:#fff4dd;color:#b77200}.cx-builder-id{background:#e9efff;color:#1a5cff}.cx-scout-board{margin:16px 0 28px;padding:18px;border:1px solid #e4e7f2;border-radius:16px;background:#fff}.cx-scout-board__head{display:flex;justify-content:space-between;gap:12px;align-items:end;margin-bottom:14px;flex-wrap:wrap}.cx-scout-board__head h2{margin:0;font-size:1.05rem}.cx-scout-board__head p{margin:0;color:#667085;font-size:.9rem}.cx-scout-board__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.cx-scout-board__item{display:flex;align-items:center;gap:10px;padding:12px;border-radius:12px;background:#f8fafc;text-decoration:none;color:#0f172a;border:1px solid #e5eaf3}.cx-scout-board__item strong{display:block;font-size:.9rem}.cx-scout-board__item span{display:block;font-size:.78rem;color:#667085}.cx-scout-board__avatar,.cx-founder-card-main__avatar,.cx-founder-profile__avatar{border-radius:999px;object-fit:cover}.cx-dashboard__mobile-dock{display:none}@media (max-width:767px){.cx-dashboard__nav{display:none}.cx-dashboard__main{padding:20px 16px 96px}.cx-dashboard__mobile-dock{display:flex;position:fixed;left:0;right:0;bottom:0;z-index:950;background:linear-gradient(180deg,#102247 0%,#0d1a36 100%);border-top:1px solid rgb(255 255 255 / .14);padding:10px 8px calc(10px + env(safe-area-inset-bottom,0));justify-content:space-around;box-shadow:0 -10px 30px rgb(10 14 26 / .18)}.cx-dashboard__mobile-dock-item{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;text-decoration:none;color:rgb(255 255 255 / .86);font-size:1.35rem;background:#fff0}.cx-dashboard__mobile-dock-item.is-active{background:rgb(126 166 255 / .12);color:#7ea6ff}.cx-overview-grid{grid-template-columns:1fr!important}.cx-stat-card--lg{grid-column:auto;display:grid;grid-template-columns:56px 1fr;gap:12px;align-items:center}.cx-stat-card__product strong{display:block;white-space:normal;overflow-wrap:anywhere}}.cx-founder-profile{padding-block:24px 48px}.cx-founder-profile__header{background:linear-gradient(180deg,#ffffff 0%,#fbfcff 100%);border:1px solid #e8ecf5;border-radius:24px;padding:28px;box-shadow:0 10px 30px rgb(15 23 42 / .04)}.cx-founder-profile__avatar{width:96px;height:96px;border:4px solid #fff;box-shadow:0 10px 24px rgb(15 23 42 / .08)}.cx-founder-profile__name{font-family:var(--cx-font-disp);font-size:clamp(1.8rem,4vw,2.6rem);line-height:1.04;letter-spacing:-.03em;margin:0 0 10px;color:var(--cx-ink)}.cx-founder-profile__stats--premium{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;width:100%;max-width:720px}.cx-founder-profile__stats--premium span{display:flex;flex-direction:column;gap:4px;padding:14px 16px;background:#fff;border:1px solid #e8ecf5;border-radius:16px;color:var(--cx-ink-3)}.cx-founder-profile__stats--premium strong{font-size:1.1rem;color:var(--cx-ink)}.cx-builder-meta-row{display:flex;flex-wrap:wrap;gap:10px;margin:10px 0 14px}.cx-product-card{align-items:stretch;overflow:hidden}.cx-product-card__badges{display:flex;flex-wrap:wrap;gap:8px;max-width:calc(100% - 64px)}.cx-badge{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cx-product-card__inner{min-width:0}.cx-product-card__name{max-width:none;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.cx-product-card__tagline{max-height:3.2em}.cx-feed-item{display:flex;gap:12px;padding:14px 0;border-bottom:1px solid #edf1f7}.cx-feed-item__avatar{width:36px;height:36px;border-radius:999px;object-fit:cover;flex-shrink:0}.cx-feed-item__header{font-size:.92rem;line-height:1.45;color:var(--cx-ink-2)}.cx-feed-item__header a{font-weight:700;color:var(--cx-ink);text-decoration:none}.cx-feed-item__time{display:block;margin-top:4px;font-size:.74rem;color:var(--cx-ink-4)}.cx-dash-sub{margin:-6px 0 18px;color:var(--cx-ink-3)}@media (max-width:767px){.cx-founder-profile__header{padding:22px 18px;border-radius:20px}.cx-founder-profile__name{font-size:clamp(1.6rem,8vw,2.4rem)}.cx-founder-profile__stats--premium{grid-template-columns:repeat(2,minmax(0,1fr))}.cx-dashboard__mobile-dock-item{width:64px;height:auto;min-height:58px;padding:8px 6px;flex-direction:column;gap:3px}.cx-dashboard__mobile-dock-item small{display:block;font-size:.63rem;line-height:1;color:currentColor;opacity:.95}.cx-dashboard__mobile-dock-item span{display:block;line-height:1}}.cx-builder-profile-page{padding:40px 0 72px;background:#f6f7fb}.cx-builder-hero{display:grid;grid-template-columns:112px 1fr 280px;gap:24px;align-items:start;background:#fff;border:1px solid #e8ebf5;border-radius:24px;padding:28px;box-shadow:0 12px 40px rgb(12 17 43 / .06);margin-bottom:28px}.cx-builder-hero__avatar{width:112px;height:112px;border-radius:28px;object-fit:cover;display:block;border:3px solid #eef1fa}.cx-builder-hero__topline,.cx-builder-hero__links,.cx-builder-hero__actions{display:flex;gap:10px;flex-wrap:wrap}.cx-chip{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;background:#eef3ff;color:#245eea;font-weight:700;font-size:.78rem}.cx-chip--ghost{background:#f4f6fb;color:#58627f}.cx-chip--verified{background:#e8f8ef;color:#0f9d66}.cx-chip--featured{background:#fff5dd;color:#d29400}.cx-builder-hero__name{font-family:'Syne',sans-serif;font-size:clamp(2rem,5vw,3rem);line-height:1.02;margin:10px 0 8px;color:#0b1020}.cx-builder-hero__title{margin:0 0 10px;color:#33405e;font-weight:700;font-size:1rem}.cx-builder-hero__bio{max-width:760px;color:#5d6786;line-height:1.7;font-size:.95rem;margin:0 0 14px}.cx-builder-hero__links a{color:#245eea;text-decoration:none;font-weight:600}.cx-builder-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.cx-builder-stats div{background:#0b1020;color:#fff;border-radius:20px;padding:18px 16px;display:flex;flex-direction:column;gap:4px}.cx-builder-stats strong{font-family:'Syne',sans-serif;font-size:1.5rem}.cx-builder-stats span{color:rgb(255 255 255 / .64);font-size:.78rem;text-transform:uppercase;letter-spacing:.08em}.cx-section-head{display:flex;align-items:center;justify-content:space-between;margin:0 0 14px}.cx-section-head h2{font-family:'Syne',sans-serif;font-size:1rem;text-transform:uppercase;letter-spacing:.08em;color:#697397;margin:0}.cx-builder-featured__card{display:grid;grid-template-columns:80px 1fr auto;gap:16px;align-items:center;background:linear-gradient(135deg,#0b1020,#1a2350);border-radius:24px;padding:20px 22px;color:#fff;text-decoration:none;box-shadow:0 12px 32px rgb(12 17 43 / .15);margin-bottom:28px}.cx-builder-featured__logo img,.cx-builder-product-card__media img{width:100%;height:100%;object-fit:cover;display:block}.cx-builder-featured__logo,.cx-builder-product-card__media{width:80px;height:80px;border-radius:18px;background:#111827;overflow:hidden;display:flex;align-items:center;justify-content:center;font-weight:800;color:#245eea}.cx-builder-featured__copy strong{display:block;font-size:1.05rem;margin-bottom:4px}.cx-builder-featured__copy p{margin:0;color:rgb(255 255 255 / .72);line-height:1.55}.cx-builder-featured__cta{font-weight:700;color:#9cb7ff}.cx-builder-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.85fr);gap:28px}.cx-builder-products,.cx-builder-activity,.cx-builder-communities{display:flex;flex-direction:column;gap:14px}.cx-builder-product-card,.cx-community-mini{display:grid;grid-template-columns:64px 1fr auto;gap:14px;align-items:start;background:#fff;border:1px solid #e8ebf5;border-radius:18px;padding:16px;text-decoration:none;box-shadow:0 8px 20px rgb(12 17 43 / .04)}.cx-builder-product-card__media{width:64px;height:64px;border-radius:16px}.cx-builder-product-card__copy strong{display:block;color:#0b1020;margin-bottom:4px}.cx-builder-product-card__copy p,.cx-community-mini span,.cx-builder-activity__item p{margin:0;color:#66708d;line-height:1.6}.cx-builder-product-card__meta{color:#7d87a4;font-weight:700}.cx-builder-activity__item,.cx-empty-card{background:#fff;border:1px solid #e8ebf5;border-radius:18px;padding:16px;box-shadow:0 8px 20px rgb(12 17 43 / .04)}.cx-builder-activity__item time{font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:#8a93af;font-weight:700}.cx-builder-activity__item h3{font-size:1rem;margin:8px 0;color:#0b1020}.cx-builder-activity__item a{color:#245eea;text-decoration:none;font-weight:600}.cx-community-mini{grid-template-columns:1fr}.cx-community-mini strong{color:#0b1020}.cx-empty-card p{margin:0;color:#717a96}@media (max-width:1024px){.cx-builder-hero{grid-template-columns:96px 1fr}.cx-builder-stats{grid-column:1 / -1;grid-template-columns:repeat(4,1fr)}.cx-builder-grid{grid-template-columns:1fr}}@media (max-width:768px){.cx-builder-profile-page{padding:24px 0 44px}.cx-builder-hero{grid-template-columns:1fr;padding:20px}.cx-builder-hero__media{display:flex;justify-content:center}.cx-builder-hero__name{text-align:left;font-size:2.1rem}.cx-builder-stats{grid-template-columns:repeat(2,1fr)}.cx-builder-featured__card{grid-template-columns:1fr}.cx-builder-featured__logo{width:72px;height:72px}.cx-builder-product-card{grid-template-columns:56px 1fr}.cx-builder-product-card__meta{grid-column:2}.cx-builder-grid{gap:20px}}.chc-page{background:#0b0f1c;min-height:100vh;color:#e2e6f0}.chc-page .container{max-width:1140px;margin:0 auto;padding-left:16px;padding-right:16px}.chc-hero{background:linear-gradient(160deg,#0d1124 0%,#101628 60%,#0f1b34 100%);padding:48px 0 36px;border-bottom:1px solid rgb(255 255 255 / .06)}.chc-hero__inner{display:flex;flex-direction:column;gap:16px}.chc-hero__eyebrow{display:flex;gap:8px;flex-wrap:wrap}.chc-hero__title{font-family:'Syne',sans-serif;font-size:clamp(2rem,8vw,3.4rem);font-weight:800;line-height:1.08;color:#fff;margin:0}.chc-hero__sub{font-size:.97rem;color:rgb(255 255 255 / .55);max-width:540px;line-height:1.7;margin:0}.chc-hero__actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:4px}.chc-stats{display:flex;gap:24px;flex-wrap:wrap;margin-top:28px;padding-top:24px;border-top:1px solid rgb(255 255 255 / .07)}.chc-stat{display:flex;flex-direction:column;gap:2px}.chc-stat strong{font-family:'Syne',sans-serif;font-size:1.6rem;font-weight:800;color:#1ce8b5;line-height:1}.chc-stat span{font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;color:rgb(255 255 255 / .4);font-weight:600}.chc-pill{display:inline-flex;align-items:center;gap:5px;padding:4px 12px;border-radius:999px;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;background:rgb(28 232 181 / .12);color:#1ce8b5;border:1px solid rgb(28 232 181 / .2);white-space:nowrap}.chc-pill--ghost{background:rgb(255 255 255 / .06);color:rgb(255 255 255 / .5);border-color:rgb(255 255 255 / .1)}.chc-pill--joined{background:rgb(28 232 181 / .18);color:#1ce8b5;border-color:rgb(28 232 181 / .3)}.chc-pill--space{background:rgb(26 92 255 / .15);color:#7cabff;border-color:rgb(26 92 255 / .2)}.chc-pill--kind{background:rgb(255 255 255 / .05);color:rgb(255 255 255 / .45);border-color:rgb(255 255 255 / .08)}.chc-pill--sm{padding:3px 9px;font-size:.67rem}.chc-btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:44px;padding:0 20px;border-radius:999px;font-weight:700;font-size:.9rem;cursor:pointer;border:1.5px solid #fff0;text-decoration:none;transition:all .18s cubic-bezier(.4,0,.2,1);touch-action:manipulation;white-space:nowrap;-webkit-tap-highlight-color:#fff0}.chc-btn--primary{background:#1a5cff;border-color:#1a5cff;color:#fff}.chc-btn--primary:hover{background:#1448d8;border-color:#1448d8;transform:translateY(-1px);box-shadow:0 8px 24px rgb(26 92 255 / .4)}.chc-btn--primary:active{transform:translateY(0)}.chc-btn--ghost{background:rgb(255 255 255 / .06);border-color:rgb(255 255 255 / .12);color:rgb(255 255 255 / .8)}.chc-btn--ghost:hover{background:rgb(255 255 255 / .1);color:#fff}.chc-btn--outline{background:#fff0;border-color:rgb(28 232 181 / .35);color:#1ce8b5}.chc-btn--outline:hover{background:rgb(28 232 181 / .08)}.chc-btn--sm{min-height:36px;padding:0 14px;font-size:.82rem}.chc-btn:focus-visible{outline:2px solid #1ce8b5;outline-offset:3px}.chc-body{padding-top:0;padding-bottom:80px}.chc-tabs{display:flex;gap:2px;position:sticky;top:0;z-index:20;background:#0b0f1c;border-bottom:1px solid rgb(255 255 255 / .07);padding:8px 0 0;margin-bottom:24px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.chc-tabs::-webkit-scrollbar{display:none}.chc-tab{flex-shrink:0;display:inline-flex;align-items:center;gap:6px;padding:10px 18px;border-radius:10px 10px 0 0;font-size:.86rem;font-weight:700;color:rgb(255 255 255 / .4);background:none;border:none;border-bottom:2px solid #fff0;cursor:pointer;transition:all .16s ease;touch-action:manipulation;-webkit-tap-highlight-color:#fff0}.chc-tab:hover{color:rgb(255 255 255 / .7)}.chc-tab.is-active{color:#1ce8b5;border-bottom-color:#1ce8b5}.chc-panel{display:none}.chc-panel.is-active{display:block}.chc-section-label{font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:rgb(255 255 255 / .28);margin-bottom:16px;display:flex;align-items:center;gap:10px}.chc-section-label::after{content:'';flex:1;height:1px;background:rgb(255 255 255 / .06)}.chc-count{background:rgb(255 255 255 / .08);color:rgb(255 255 255 / .5);font-size:.66rem;padding:2px 8px;border-radius:999px;font-weight:700}.chc-grid{display:grid;grid-template-columns:1fr;gap:14px}.chc-card{display:flex;flex-direction:column;background:#111827;border:1px solid rgb(255 255 255 / .07);border-radius:18px;overflow:hidden;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.chc-card:hover{transform:translateY(-2px);border-color:rgb(28 232 181 / .2);box-shadow:0 12px 32px rgb(0 0 0 / .3)}.chc-card__banner{display:block;overflow:hidden;height:160px;background:#0d1124;flex-shrink:0}.chc-card__banner img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.chc-card:hover .chc-card__banner img{transform:scale(1.04)}.chc-card__banner-placeholder{width:100%;height:100%;min-height:160px;background:linear-gradient(135deg,#111827,#0d1124);display:block}.chc-card__body{padding:16px;display:flex;flex-direction:column;gap:8px;flex:1}.chc-card__meta{display:flex;gap:6px;flex-wrap:wrap}.chc-card__title{font-family:'Syne',sans-serif;font-size:1rem;font-weight:800;color:#fff;margin:0;line-height:1.25}.chc-card__title a{color:inherit;text-decoration:none}.chc-card__title a:hover{color:#1ce8b5}.chc-card__excerpt{font-size:.84rem;color:rgb(255 255 255 / .45);line-height:1.55;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.chc-card__footer{margin-top:auto;padding-top:12px}.chc-feed{display:flex;flex-direction:column;gap:12px}.chc-post{background:#111827;border:1px solid rgb(255 255 255 / .07);border-radius:16px;padding:16px;transition:border-color .16s ease}.chc-post:hover{border-color:rgb(255 255 255 / .12)}.chc-post__head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:10px;flex-wrap:wrap}.chc-post__author{display:flex;align-items:center;gap:10px;min-width:0}.chc-post__author strong{display:block;font-size:.88rem;color:#e2e6f0;font-weight:700}.chc-post__time{display:block;font-size:.72rem;color:rgb(255 255 255 / .35);margin-top:1px}.chc-post__title{font-family:'Syne',sans-serif;font-size:.97rem;font-weight:800;color:#fff;margin:0 0 7px;line-height:1.3}.chc-post__excerpt{font-size:.84rem;color:rgb(255 255 255 / .45);line-height:1.6;margin:0 0 12px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.chc-post__actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.chc-action-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:999px;background:rgb(255 255 255 / .05);border:1px solid rgb(255 255 255 / .08);color:rgb(255 255 255 / .5);font-size:.8rem;font-weight:700;cursor:pointer;transition:all .16s ease;touch-action:manipulation;-webkit-tap-highlight-color:#fff0}.chc-action-btn:hover{background:rgb(255 255 255 / .09);border-color:rgb(255 255 255 / .15);color:#fff}.chc-action-btn.is-liked,.chc-action-btn[aria-pressed="true"]{background:rgb(220 38 38 / .12);border-color:rgb(220 38 38 / .25);color:#f87171}.chc-action-link{display:inline-flex;align-items:center;padding:8px 14px;font-size:.8rem;font-weight:700;color:#1ce8b5;text-decoration:none;border-radius:999px;border:1px solid rgb(28 232 181 / .2);background:rgb(28 232 181 / .05);transition:all .16s ease}.chc-action-link:hover{background:rgb(28 232 181 / .1)}.chc-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;flex-shrink:0;border:2px solid rgb(255 255 255 / .08);display:block}.chc-avatar--sm{width:30px;height:30px}.chc-comments{margin-top:14px;padding-top:14px;border-top:1px solid rgb(255 255 255 / .06);display:flex;flex-direction:column;gap:10px}.chc-comment{display:grid;grid-template-columns:30px 1fr;gap:10px;align-items:start}.chc-comment__body{background:rgb(255 255 255 / .04);border:1px solid rgb(255 255 255 / .06);border-radius:12px;padding:10px 12px}.chc-comment__meta{display:flex;align-items:center;gap:8px;margin-bottom:4px}.chc-comment__meta strong{font-size:.82rem;color:#e2e6f0;font-weight:700}.chc-comment__meta time{font-size:.71rem;color:rgb(255 255 255 / .3)}.chc-comment p{font-size:.84rem;color:rgb(255 255 255 / .6);line-height:1.55;margin:0;overflow-wrap:break-word}.chc-comment-form{margin-top:8px;display:flex;flex-direction:column;gap:8px}.chc-comment-form__footer{display:flex;align-items:center;gap:10px}.chc-form{display:flex;flex-direction:column;gap:16px;background:#111827;border:1px solid rgb(255 255 255 / .08);border-radius:20px;padding:20px}.chc-form__group{display:flex;flex-direction:column;gap:6px}.chc-form__label{font-size:.78rem;font-weight:700;color:rgb(255 255 255 / .5);text-transform:uppercase;letter-spacing:.07em}.chc-required{color:#f87171}.chc-form__input,.chc-form__textarea,.chc-form__select{width:100%;padding:13px 16px;border-radius:12px;border:1.5px solid rgb(255 255 255 / .1);background:rgb(255 255 255 / .04);color:#e2e6f0;font:inherit;font-size:.92rem;transition:border-color .16s ease;box-sizing:border-box;-webkit-appearance:none;appearance:none}.chc-form__input::placeholder,.chc-form__textarea::placeholder{color:rgb(255 255 255 / .22)}.chc-form__input:focus,.chc-form__textarea:focus,.chc-form__select:focus{outline:none;border-color:#1ce8b5;background:rgb(28 232 181 / .04)}.chc-form__textarea{resize:vertical;min-height:100px;line-height:1.6}.chc-form__textarea--sm{min-height:64px;padding:10px 14px;border-radius:10px;font-size:.86rem}.chc-form__select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.4)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:38px;cursor:pointer}.chc-form__hint{font-size:.72rem;color:rgb(255 255 255 / .25)}.chc-form__footer{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.chc-form__actions{display:flex;gap:8px}.chc-form__msg{font-size:.82rem;color:#1ce8b5}.chc-form__msg.is-error{color:#f87171}.chc-compose{margin-bottom:18px;animation:chcSlideDown .22s ease}@keyframes chcSlideDown{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.chc-compose__form .chc-form__footer{justify-content:space-between}.chc-empty{display:flex;flex-direction:column;align-items:center;gap:12px;padding:48px 24px;text-align:center;color:rgb(255 255 255 / .3);border:1px dashed rgb(255 255 255 / .08);border-radius:18px}.chc-empty svg{opacity:.35}.chc-empty p{font-size:.92rem;margin:0}.chc-comm-hero{background:linear-gradient(180deg,#0b0f1c,#0f1628);border-bottom:1px solid rgb(255 255 255 / .06)}.chc-comm-banner{height:220px;overflow:hidden;background:#0d1124}.chc-comm-banner img{width:100%;height:100%;object-fit:cover;display:block}.chc-comm-hero__body{padding:20px 0 24px;display:flex;flex-direction:column;gap:12px}.chc-comm-hero__meta{display:flex;gap:6px;flex-wrap:wrap}.chc-comm-hero__title{font-family:'Syne',sans-serif;font-size:clamp(1.6rem,6vw,2.6rem);font-weight:800;color:#fff;margin:0;line-height:1.1}.chc-comm-hero__bio{font-size:.92rem;color:rgb(255 255 255 / .5);line-height:1.7;margin:0;max-width:600px}.chc-comm-hero__actions{display:flex;gap:10px;flex-wrap:wrap}.chc-comm-body{padding-top:24px;padding-bottom:100px}.chc-comm-layout{display:flex;flex-direction:column;gap:24px}.chc-comm-main{display:flex;flex-direction:column;gap:16px;min-width:0}.chc-comm-sidebar{display:flex;flex-direction:column;gap:14px;order:2}.chc-sidebar-card{background:#111827;border:1px solid rgb(255 255 255 / .07);border-radius:16px;padding:16px;display:flex;flex-direction:column;gap:12px}.chc-sidebar-card__label{font-size:.67rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:rgb(255 255 255 / .28)}.chc-sidebar-card__stats{display:grid;grid-template-columns:1fr 1fr;gap:12px}.chc-sidebar-card__stats div{display:flex;flex-direction:column;gap:2px}.chc-sidebar-card__stats strong{font-family:'Syne',sans-serif;font-size:1.5rem;color:#1ce8b5;font-weight:800}.chc-sidebar-card__stats span{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:rgb(255 255 255 / .35)}.chc-sidebar-card--tip p{font-size:.84rem;color:rgb(255 255 255 / .38);line-height:1.6;margin:0}.chc-members-list{display:flex;flex-direction:column;gap:8px}.chc-member{display:flex;align-items:center;gap:10px;text-decoration:none;padding:6px 0;border-radius:10px;transition:background .14s ease}.chc-member:hover{background:rgb(255 255 255 / .04)}.chc-member strong{display:block;font-size:.84rem;color:#e2e6f0;font-weight:700}.chc-member span{display:block;font-size:.72rem;color:rgb(255 255 255 / .35)}.chc-members-more{font-size:.78rem;color:rgb(255 255 255 / .3);text-align:center;margin:4px 0 0;padding-top:8px;border-top:1px solid rgb(255 255 255 / .06)}.chc-fab-wrap{position:fixed;bottom:24px;right:20px;z-index:100;display:none}.chc-fab{width:56px;height:56px;border-radius:50%;background:#1a5cff;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px rgb(26 92 255 / .5);transition:transform .18s ease,box-shadow .18s ease;touch-action:manipulation;-webkit-tap-highlight-color:#fff0}.chc-fab:hover{transform:scale(1.08);box-shadow:0 12px 30px rgb(26 92 255 / .6)}.chc-fab:active{transform:scale(.96)}.chc-join-btn.is-joined{background:#fff0;border-color:rgb(28 232 181 / .35);color:#1ce8b5}@media (min-width:640px){.chc-grid{grid-template-columns:repeat(2,1fr)}.chc-comm-banner{height:280px}.chc-fab-wrap{display:block}}@media (min-width:1024px){.chc-hero{padding:64px 0 52px}.chc-grid{grid-template-columns:repeat(3,1fr)}.chc-comm-banner{height:320px}.chc-comm-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;align-items:start;gap:28px}.chc-comm-sidebar{order:0;position:sticky;top:80px}.chc-fab-wrap{display:none}.chc-stats{gap:40px}.chc-hero__actions .chc-btn{min-height:48px}}.chc-panel.is-active{animation:chcFadeIn .2s ease}@keyframes chcFadeIn{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.cx-verified-badge{display:inline-flex;align-items:center;justify-content:center;width:clamp(14px, 1.6vw, 18px);height:clamp(14px, 1.6vw, 18px);min-width:14px;min-height:14px;background:var(--cx-accent,#1a5cff);color:#fff;border-radius:50%;font-size:clamp(.5rem, 1.1vw, .65rem);font-weight:800;flex-shrink:0;line-height:1;vertical-align:middle;position:relative;top:-1px}.cx-product-card .cx-verified-badge,.cx-founder-card .cx-verified-badge,.cx-profile-header .cx-verified-badge{width:16px;height:16px;font-size:.55rem}@media (max-width:480px){.cx-verified-badge{width:14px;height:14px;font-size:.5rem;top:0}}.cx-builder-name,.cx-product-title,.cx-founder-name{display:inline-flex;align-items:center;gap:4px;flex-wrap:wrap;min-width:0}.cx-builder-name .cx-verified-badge,.cx-product-title .cx-verified-badge,.cx-founder-name .cx-verified-badge{flex-shrink:0}.chp-comments-section{margin-top:24px}.chp-comments-heading{font-size:.95rem;font-weight:700;color:var(--cx-ink,#0a0e1a);margin:0 0 16px;display:flex;align-items:center;gap:8px}.chp-comments-count{background:var(--cx-accent-lt,rgb(26 92 255 / .08));color:var(--cx-accent,#1a5cff);border-radius:20px;padding:1px 8px;font-size:.75rem;font-weight:700}.chp-comments-list{display:flex;flex-direction:column;gap:0}.chp-comment-item{padding:12px 0;border-bottom:1px solid var(--cx-border,#eef1fa)}.chp-comment-item:last-child{border-bottom:none}.chp-comment-meta{display:flex;align-items:center;gap:8px;margin-bottom:6px}.chp-comment-avatar{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}.chp-comment-author{font-size:.8rem;font-weight:700;color:var(--cx-ink,#0a0e1a)}.chp-comment-time{font-size:.72rem;color:var(--cx-ink-3,#8898aa);margin-left:auto}.chp-comment-body{font-size:.875rem;line-height:1.55;color:var(--cx-ink-2,#3a4060);padding-left:36px;white-space:pre-wrap;word-break:break-word}.chp-comment-actions{display:flex;align-items:center;gap:4px;padding-left:36px;margin-top:6px;flex-wrap:wrap}.chp-comment-action{background:none;border:none;padding:3px 7px;font-size:.72rem;font-weight:600;color:var(--cx-ink-3,#8898aa);cursor:pointer;border-radius:4px;transition:background .15s,color .15s;display:inline-flex;align-items:center;gap:4px}.chp-comment-action:hover{background:var(--cx-accent-lt,rgb(26 92 255 / .08));color:var(--cx-accent,#1a5cff)}.chp-comment-action.is-liked,.chp-comment-action[aria-pressed="true"]{color:var(--cx-accent,#1a5cff)}.chp-comment-action--danger:hover{background:rgb(229 62 62 / .07);color:#e53e3e}.chp-comment-replies{margin-left:36px;border-left:2px solid var(--cx-border,#eef1fa);padding-left:12px;margin-top:8px}.chp-comment-replies .chp-comment-item{padding:8px 0}.chp-comment-replies .chp-comment-body{padding-left:36px}.chp-comment-replies .chp-comment-actions{padding-left:36px}.chp-comment-form{margin-top:16px}.chp-reply-form{margin:8px 0 8px 36px;background:var(--cx-bg-2,#f7f8fc);border-radius:8px;padding:12px}.chp-comment-form textarea{width:100%;resize:vertical;padding:10px 12px;border:1.5px solid var(--cx-border,#e2e8f0);border-radius:8px;font-size:.875rem;background:var(--cx-surface,#fff);color:var(--cx-ink,#0a0e1a);font-family:inherit;transition:border-color .15s;box-sizing:border-box}.chp-comment-form textarea:focus{outline:none;border-color:var(--cx-accent,#1a5cff);box-shadow:0 0 0 3px rgb(26 92 255 / .08)}@media (max-width:480px){.chp-comment-replies{margin-left:20px;padding-left:8px}.chp-comment-body{padding-left:28px}.chp-comment-actions{padding-left:28px}}.chp-upload-zone{position:relative;display:flex;align-items:center;justify-content:center;min-height:100px;border:2px dashed var(--cx-border,#d0d8ee);border-radius:10px;background:var(--cx-bg-2,#f7f8fc);cursor:pointer;transition:border-color .2s,background .2s;overflow:hidden;touch-action:manipulation}.chp-upload-zone:hover,.chp-upload-zone:focus,.chp-upload-zone.is-dragover{border-color:var(--cx-accent,#1a5cff);background:var(--cx-accent-lt,rgb(26 92 255 / .04));outline:none}.chp-upload-zone.is-uploading{pointer-events:none;opacity:.7}.chp-upload-zone__inner{display:flex;flex-direction:column;align-items:center;gap:6px;padding:16px;text-align:center;font-size:.8rem;color:var(--cx-ink-3,#8898aa);pointer-events:none}.chp-upload-zone__preview{display:none;position:absolute;inset:0;align-items:center;justify-content:center;padding:8px}.chp-upload-zone__preview img{max-width:100%;max-height:100%;border-radius:6px;object-fit:contain}.chp-upload-zone__progress{display:none;position:absolute;bottom:6px;left:50%;transform:translateX(-50%);font-size:.7rem;font-weight:700;color:var(--cx-accent,#1a5cff);background:rgb(255 255 255 / .85);padding:2px 8px;border-radius:20px}@media (max-width:480px){.chp-upload-zone{min-height:80px}}.chp-package-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px}.chp-package-card{position:relative;border:2px solid var(--cx-border,#e2e8f0);border-radius:10px;padding:16px;cursor:pointer;transition:border-color .2s,box-shadow .2s}.chp-package-card:has(input:checked),.chp-package-card.is-selected{border-color:var(--cx-accent,#1a5cff);box-shadow:0 0 0 3px rgb(26 92 255 / .1);background:var(--cx-accent-lt,rgb(26 92 255 / .03))}.chp-package-card input[type="radio"]{position:absolute;inset:0;opacity:0;width:100%;height:100%;cursor:pointer;margin:0}.chp-package-name{font-size:.9rem;font-weight:700;color:var(--cx-ink)}.chp-package-price{font-size:1.2rem;font-weight:800;color:var(--cx-accent,#1a5cff);margin:4px 0}.chp-package-desc{font-size:.78rem;color:var(--cx-ink-3);line-height:1.4}.chp-package-badge{font-size:.9rem;margin-right:4px}@media (max-width:600px){.chp-package-cards{grid-template-columns:1fr}}.chp-order-summary{background:var(--cx-bg-2,#f7f8fc);border:1px solid var(--cx-border,#e2e8f0);border-radius:10px;padding:16px;font-size:.875rem}.chp-order-summary-row{display:flex;justify-content:space-between;align-items:center;padding:5px 0;color:var(--cx-ink-2,#3a4060)}.chp-order-summary-row--total{border-top:1px solid var(--cx-border,#e2e8f0);margin-top:8px;padding-top:10px;font-weight:800;font-size:1rem;color:var(--cx-ink,#0a0e1a)}.chp-coupon-row{display:flex;gap:8px;margin:8px 0}.chp-coupon-row input{flex:1;min-width:0;padding:9px 12px;border:1.5px solid var(--cx-border,#e2e8f0);border-radius:8px;font-size:.875rem;background:var(--cx-surface,#fff);color:var(--cx-ink,#0a0e1a)}.chp-coupon-row input:focus{outline:none;border-color:var(--cx-accent,#1a5cff)}#chp-coupon-msg{font-size:.78rem;font-weight:600;min-height:18px}#chp-profile-msg{display:inline-block;font-size:.78rem;font-weight:600;transition:opacity .4s;margin-left:10px;vertical-align:middle}#chp-save-profile-btn:disabled,#chp-pay-btn:disabled,#chp-next-btn:disabled,#chp-submit-launch-btn:disabled{opacity:.7;cursor:not-allowed}@media (max-width:480px){.cx-product-hero__title{font-size:clamp(1.1rem, 5vw, 1.6rem);word-break:break-word}.cx-community-post-card{padding:12px}.cx-dashboard__section-header{flex-wrap:wrap;gap:8px}.chp-gateway-tabs{flex-wrap:wrap}.chp-gateway-tab{flex:1;min-width:80px;text-align:center;font-size:.75rem}.chp-import-row{flex-direction:column}.chp-import-row input,.chp-import-row button{width:100%}#chp-ai-btn{width:100%;justify-content:center}}