:root{--chp-accent:#1a5cff;--chp-ink:#0a0e1a;--chp-ink-2:#2d3249;--chp-ink-3:#5c6280;--chp-border:#e4e7f2;--chp-surface:#fff;--chp-bg:#f0f2f9;--chp-green:#0cb870;--chp-red:#e53e3e;--chp-font:'DM Sans',-apple-system,BlinkMacSystemFont,sans-serif;--chp-radius:12px;--chp-t:.16s cubic-bezier(.4,0,.2,1)}.chp-auth-page{min-height:100vh;background:var(--chp-bg);display:flex;align-items:center;justify-content:center;padding:24px 16px;font-family:var(--chp-font)}.chp-auth-split{display:grid;grid-template-columns:480px 380px;gap:0;background:var(--chp-surface);border-radius:var(--chp-radius);box-shadow:0 24px 80px rgb(10 14 26 / .14);overflow:hidden;max-width:860px;width:100%}.chp-auth-card{background:var(--chp-surface);border-radius:var(--chp-radius);padding:44px 40px;width:100%;max-width:480px;box-sizing:border-box;box-shadow:0 24px 80px rgb(10 14 26 / .12)}.chp-auth-split .chp-auth-card{border-radius:0;box-shadow:none;border-right:1px solid var(--chp-border)}.chp-auth-logo{font-family:'Syne',sans-serif;font-size:1.4rem;font-weight:800;color:var(--chp-ink);text-decoration:none;letter-spacing:-.04em;display:block;margin-bottom:32px}.chp-auth-logo span{color:var(--chp-accent)}.chp-auth-title{font-family:'Syne',sans-serif;font-size:1.6rem;font-weight:800;color:var(--chp-ink);margin:0 0 8px;letter-spacing:-.03em}.chp-auth-sub{font-size:.95rem;color:var(--chp-ink-3);margin:0 0 24px}.chp-auth-perks{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:24px}.chp-auth-perks span{font-size:.8rem;font-weight:600;color:var(--chp-green);background:#eafff6;padding:4px 10px;border-radius:999px}.chp-auth-switch{text-align:center;font-size:.88rem;color:var(--chp-ink-3);margin-top:20px}.chp-auth-switch a{color:var(--chp-accent);font-weight:600;text-decoration:none}.chp-auth-terms{font-size:.75rem;color:var(--chp-ink-3);text-align:center;margin-top:12px}.chp-auth-terms a{color:var(--chp-accent)}.chp-auth-proof{background:linear-gradient(135deg,#0a0e1a,#1a1e30);padding:44px 32px;display:flex;align-items:center}.chp-auth-proof__inner{width:100%}.chp-auth-proof__stat{margin-bottom:20px}.chp-auth-proof__stat strong{display:block;font-family:'Syne',sans-serif;font-size:1.8rem;font-weight:800;color:#fff}.chp-auth-proof__stat span{font-size:.82rem;color:rgb(255 255 255 / .45)}.chp-auth-proof__quote{background:rgb(255 255 255 / .06);border-radius:var(--chp-radius);padding:20px;margin-top:24px}.chp-auth-proof__quote p{font-size:.9rem;color:rgb(255 255 255 / .75);line-height:1.65;margin:0 0 16px;font-style:italic}.chp-auth-proof__author{display:flex;align-items:center;gap:10px;font-size:.82rem;color:rgb(255 255 255 / .55)}.chp-auth-proof__author strong{color:#fff;display:block}.chp-form{display:flex;flex-direction:column;gap:16px}.chp-field{display:flex;flex-direction:column;gap:6px}.chp-field label{font-size:.8rem;font-weight:700;color:var(--chp-ink-2);display:flex;align-items:center;justify-content:space-between}.chp-field-hint{font-weight:400;color:var(--chp-ink-3);font-size:.75rem}.chp-field-link{font-size:.78rem;color:var(--chp-accent);text-decoration:none}.chp-field input,.chp-field select,.chp-field textarea{padding:12px 14px;border:1.5px solid var(--chp-border);border-radius:8px;font-family:var(--chp-font);font-size:.9rem;color:var(--chp-ink);background:var(--chp-surface);outline:none;width:100%;box-sizing:border-box;transition:border-color var(--chp-t),box-shadow var(--chp-t)}.chp-field input:focus,.chp-field select:focus,.chp-field textarea:focus{border-color:var(--chp-accent);box-shadow:0 0 0 3px rgb(26 92 255 / .1)}.chp-field input::placeholder{color:#b0b6ce}.chp-pass-wrap{position:relative}.chp-pass-wrap input{padding-right:44px}.chp-pass-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:var(--chp-ink-3);display:flex;align-items:center;justify-content:center;padding:4px;transition:color var(--chp-t)}.chp-pass-toggle:hover{color:var(--chp-ink)}.chp-checkbox{display:flex;align-items:center;gap:8px;font-size:.85rem;color:var(--chp-ink-3);cursor:pointer}.chp-checkbox input{width:16px;height:16px;flex-shrink:0}.chp-btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:11px 20px;border-radius:8px;font-family:var(--chp-font);font-size:.875rem;font-weight:700;cursor:pointer;text-decoration:none;border:none;transition:all var(--chp-t);white-space:nowrap;min-height:44px}.chp-btn--primary{background:var(--chp-accent);color:#fff}.chp-btn--primary:hover{background:#1448d8;color:#fff;transform:translateY(-1px);box-shadow:0 6px 20px rgb(26 92 255 / .35)}.chp-btn--secondary{background:#f0f2f9;color:var(--chp-ink-2);border:1px solid var(--chp-border)}.chp-btn--secondary:hover{background:#eaefff;border-color:var(--chp-accent);color:var(--chp-accent)}.chp-btn--ghost{background:#fff0;color:var(--chp-accent);border:1.5px solid #c3d0ff}.chp-btn--ghost:hover{background:#eaefff}.chp-btn--full{width:100%}.chp-btn--lg{padding:14px 28px;font-size:.95rem}.chp-btn--sm{padding:7px 14px;font-size:.78rem;min-height:36px}.chp-alert{display:flex;align-items:flex-start;gap:10px;padding:12px 16px;border-radius:8px;font-size:.88rem;margin-bottom:4px}.chp-alert--success{background:#eafff6;border:1px solid rgb(12 184 112 / .3);color:#065f46}.chp-alert--error{background:#fff0f0;border:1px solid rgb(229 62 62 / .3);color:#991b1b}.chp-alert--info{background:#eff6ff;border:1px solid #bfdbfe;color:#1e40af}.chp-alert--warning{background:#fffbeb;border:1px solid #fde68a;color:#92400e}.chp-header-avatar-wrap{position:relative;margin-left:8px}.chp-header-avatar-btn{display:flex;align-items:center;gap:8px;background:none;border:none;cursor:pointer;padding:4px;border-radius:999px;transition:background var(--chp-t)}.chp-header-avatar-btn:hover{background:rgb(255 255 255 / .06)}.chp-header-avatar-img{width:36px;height:36px;border-radius:50%;object-fit:cover;border:2px solid rgb(255 255 255 / .2);display:block}.chp-header-dropdown{position:absolute;top:calc(100% + 10px);right:0;background:var(--chp-surface);border:1px solid var(--chp-border);border-radius:var(--chp-radius);min-width:220px;box-shadow:0 16px 48px rgb(10 14 26 / .15);z-index:2000;opacity:0;visibility:hidden;transform:translateY(-8px);transition:all var(--chp-t);overflow:hidden}.chp-header-dropdown.is-open{opacity:1;visibility:visible;transform:translateY(0)}.chp-header-dropdown__user{padding:16px;border-bottom:1px solid var(--chp-border)}.chp-header-dropdown__name{font-weight:700;font-size:.88rem;color:var(--chp-ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chp-header-dropdown__email{font-size:.76rem;color:var(--chp-ink-3);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:2px}.chp-header-dropdown a{display:flex;align-items:center;gap:10px;padding:10px 16px;font-size:.85rem;color:var(--chp-ink-2);text-decoration:none;transition:all var(--chp-t);font-weight:500}.chp-header-dropdown a:hover{background:#f7f8fc;color:var(--chp-accent)}.chp-header-dropdown a.chp-dropdown-logout{color:#e53e3e;border-top:1px solid var(--chp-border)}.chp-header-dropdown a.chp-dropdown-logout:hover{background:#fff0f0}.chp-notif-dot{width:8px;height:8px;border-radius:50%;background:#e53e3e;margin-left:auto;flex-shrink:0}.chp-launch-hero{background:linear-gradient(135deg,#0a0e1a 0%,#1a1e30 100%);padding:80px 0 60px;text-align:center}.chp-launch-hero__eyebrow{display:inline-flex;align-items:center;gap:8px;background:rgb(26 92 255 / .2);color:#93b4ff;border:1px solid rgb(26 92 255 / .3);border-radius:999px;padding:6px 16px;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:20px}.chp-launch-hero__title{font-family:'Syne',sans-serif;font-size:clamp(2rem,5vw,3.5rem);font-weight:800;color:#fff;line-height:1.1;letter-spacing:-.04em;margin-bottom:16px}.chp-launch-hero__title .accent{color:var(--chp-accent)}.chp-launch-hero__sub{font-size:1.1rem;color:rgb(255 255 255 / .6);max-width:560px;margin:0 auto 32px;line-height:1.7}.chp-launch-stats{display:flex;align-items:center;justify-content:center;gap:32px;flex-wrap:wrap;margin-top:24px}.chp-launch-stat{text-align:center}.chp-launch-stat strong{display:block;font-family:'Syne',sans-serif;font-size:1.6rem;font-weight:800;color:#fff}.chp-launch-stat span{font-size:.78rem;color:rgb(255 255 255 / .4)}.chp-launch-benefits{padding:64px 0;background:var(--chp-surface)}.chp-benefits-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px;margin-top:40px}.chp-benefit{background:#f7f8fc;border-radius:var(--chp-radius);padding:24px;border:1px solid var(--chp-border)}.chp-benefit__icon{font-size:1.5rem;margin-bottom:12px}.chp-benefit__title{font-family:'Syne',sans-serif;font-size:.95rem;font-weight:700;color:var(--chp-ink);margin-bottom:6px}.chp-benefit__desc{font-size:.85rem;color:var(--chp-ink-3);line-height:1.6}.chp-launch-flow{max-width:680px;margin:0 auto;padding:40px 16px 80px}.chp-step-indicator{display:flex;align-items:center;margin-bottom:36px}.chp-step-dot{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.78rem;font-weight:800;flex-shrink:0;transition:all var(--chp-t)}.chp-step-dot--active{background:var(--chp-accent);color:#fff}.chp-step-dot--done{background:var(--chp-green);color:#fff}.chp-step-dot--pending{background:#f0f2f9;color:var(--chp-ink-3);border:1.5px solid var(--chp-border)}.chp-step-line{flex:1;height:2px;background:var(--chp-border);margin:0 4px}.chp-step-line--done{background:var(--chp-green)}.chp-step-card{background:var(--chp-surface);border:1px solid var(--chp-border);border-radius:16px;padding:32px}.chp-step-card__title{font-family:'Syne',sans-serif;font-size:1.2rem;font-weight:800;color:var(--chp-ink);margin-bottom:6px}.chp-step-card__sub{font-size:.88rem;color:var(--chp-ink-3);margin-bottom:24px}.chp-step-nav{display:flex;justify-content:space-between;margin-top:24px;gap:12px}.chp-packages{display:flex;flex-direction:column;gap:14px}.chp-package-option{display:flex;align-items:flex-start;gap:14px;padding:18px;background:#f7f8fc;border:2px solid var(--chp-border);border-radius:12px;cursor:pointer;transition:all var(--chp-t);position:relative}.chp-package-option:has(input:checked),.chp-package-option.is-selected{border-color:var(--chp-accent);background:#eaefff}.chp-package-option input[type=radio]{margin-top:2px;flex-shrink:0}.chp-package-option__name{font-weight:700;font-size:.95rem;color:var(--chp-ink)}.chp-package-option__price{font-family:'Syne',sans-serif;font-size:1.1rem;font-weight:800;color:var(--chp-accent);margin-left:auto;flex-shrink:0}.chp-package-option__desc{font-size:.82rem;color:var(--chp-ink-3);margin-top:3px}.chp-package-option__badge{position:absolute;top:-10px;right:14px;background:var(--chp-accent);color:#fff;font-size:.65rem;font-weight:800;padding:3px 10px;border-radius:999px;text-transform:uppercase}.chp-addons{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:16px}.chp-addon-option{display:flex;align-items:center;gap:10px;padding:12px 14px;background:#f7f8fc;border:1.5px solid var(--chp-border);border-radius:8px;cursor:pointer;transition:all var(--chp-t)}.chp-addon-option:has(input:checked){border-color:var(--chp-accent);background:#eaefff}.chp-addon-option label{font-size:.82rem;font-weight:600;color:var(--chp-ink-2);cursor:pointer;flex:1}.chp-addon-price{font-size:.78rem;color:var(--chp-accent);font-weight:700;margin-left:auto}.chp-checkout-summary{background:#f7f8fc;border-radius:var(--chp-radius);padding:20px;margin-bottom:20px}.chp-checkout-row{display:flex;justify-content:space-between;align-items:center;padding:6px 0;font-size:.88rem;color:var(--chp-ink-3)}.chp-checkout-row--total{font-size:1.05rem;font-weight:800;color:var(--chp-ink);border-top:1.5px solid var(--chp-border);padding-top:12px;margin-top:6px}.chp-checkout-row--discount{color:var(--chp-green)}.chp-coupon-row{display:flex;gap:8px;margin-bottom:16px}.chp-coupon-row input{flex:1;padding:11px 14px;border:1.5px solid var(--chp-border);border-radius:8px;font-size:.88rem;font-family:var(--chp-font);outline:none}.chp-coupon-row input:focus{border-color:var(--chp-accent)}.chp-gateway-tabs{display:flex;gap:8px;margin-bottom:16px}.chp-gateway-tab{flex:1;padding:12px 8px;border:2px solid var(--chp-border);border-radius:8px;font-size:.82rem;font-weight:600;color:var(--chp-ink-3);cursor:pointer;text-align:center;transition:all var(--chp-t);background:var(--chp-surface)}.chp-gateway-tab.is-active{border-color:var(--chp-accent);color:var(--chp-accent);background:#eaefff}.chp-gateway-icon{font-size:1.2rem;display:block;margin-bottom:4px}.chp-import-bar{display:flex;gap:8px;margin-bottom:20px}.chp-import-bar input{flex:1;padding:11px 14px;border:1.5px solid var(--chp-border);border-radius:8px;font-size:.88rem;font-family:var(--chp-font);outline:none}.chp-import-bar input:focus{border-color:var(--chp-accent)}.chp-promo-banner{position:fixed;bottom:20px;left:50%;transform:translateX(-50%);background:var(--chp-ink);border-radius:999px;padding:10px 18px;box-shadow:0 8px 32px rgb(10 14 26 / .3);z-index:9998;max-width:calc(100vw - 32px);align-items:center;animation:chp-promo-in .3s ease}@keyframes chp-promo-in{from{opacity:0;transform:translateX(-50%) translateY(20px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.chp-promo__inner{display:flex;align-items:center;gap:12px;color:#fff}.chp-promo__icon{font-size:1rem}.chp-promo__text{font-size:.85rem;font-weight:500;color:rgb(255 255 255 / .85)}.chp-promo__cta{color:#93b4ff;font-weight:700;text-decoration:none}.chp-promo__copy{background:rgb(255 255 255 / .12);color:rgb(255 255 255 / .9);border:1px solid rgb(255 255 255 / .2);border-radius:999px;padding:5px 12px;font-size:.78rem;font-weight:700;cursor:pointer;font-family:var(--chp-font);font-family:monospace;transition:all var(--chp-t)}.chp-promo__copy:hover{background:rgb(255 255 255 / .2)}.chp-promo__close{background:none;border:none;color:rgb(255 255 255 / .4);cursor:pointer;font-size:1.1rem;padding:0;line-height:1;margin-left:4px}.chp-promo__close:hover{color:#fff}@media (max-width:768px){.chp-auth-split{grid-template-columns:1fr}.chp-auth-proof{display:none}.chp-auth-card{padding:28px 20px;max-width:100%;border-radius:0;box-shadow:none}.chp-auth-page{padding:0;background:var(--chp-surface);min-height:100dvh}.chp-launch-hero{padding:48px 0 40px}.chp-benefits-grid{grid-template-columns:1fr}.chp-addons{grid-template-columns:1fr}.chp-gateway-tabs{flex-direction:column}.chp-promo-banner{bottom:12px;border-radius:12px;padding:12px 16px}.chp-promo__inner{flex-wrap:wrap;gap:8px}}@media (max-width:480px){.chp-step-indicator{overflow-x:auto;padding-bottom:4px}.chp-launch-stats{gap:20px}}.chp-dash-shell{display:grid;grid-template-columns:240px 1fr;min-height:calc(100vh - var(--header-h,64px));background:#f7f8fc}.chp-dash-nav{background:#0a0e1a;padding:20px 0;position:sticky;top:var(--header-h,64px);height:calc(100vh - var(--header-h,64px));overflow-y:auto;scrollbar-width:none}.chp-dash-nav::-webkit-scrollbar{display:none}.chp-dash-nav__logo{font-family:'Syne',sans-serif;font-size:1.2rem;font-weight:800;color:#fff;text-decoration:none;letter-spacing:-.04em;padding:0 20px;display:block;margin-bottom:20px}.chp-dash-nav__logo span{color:#1a5cff}.chp-dash-nav__user{display:flex;align-items:center;gap:10px;padding:0 20px 18px;border-bottom:1px solid rgb(255 255 255 / .07);margin-bottom:10px}.chp-dash-nav__avatar{width:38px;height:38px;border-radius:50%;border:2px solid rgb(255 255 255 / .2);flex-shrink:0}.chp-dash-nav__user-name{display:block;font-size:.84rem;font-weight:700;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chp-dash-nav__user-role{font-size:.7rem;color:rgb(255 255 255 / .4)}.chp-dash-nav__item{display:flex;align-items:center;gap:10px;padding:10px 20px;font-size:.83rem;font-weight:600;color:rgb(255 255 255 / .5);text-decoration:none;transition:all .15s}.chp-dash-nav__item:hover{color:#fff;background:rgb(255 255 255 / .06)}.chp-dash-nav__item.is-active{color:#fff;background:rgb(26 92 255 / .25);border-right:3px solid #1a5cff}.chp-dash-nav__item--upgrade{color:#f59e0b!important}.chp-dash-nav__item-icon{width:18px;text-align:center}.chp-dash-badge{margin-left:auto;background:#e53e3e;color:#fff;font-size:.65rem;font-weight:800;padding:2px 6px;border-radius:999px}.chp-dash-nav__footer{padding:16px 20px;border-top:1px solid rgb(255 255 255 / .07);margin-top:12px}.chp-dash-nav__footer-link{display:block;font-size:.78rem;color:rgb(255 255 255 / .3);text-decoration:none;margin-bottom:8px}.chp-dash-nav__footer-link:hover{color:rgb(255 255 255 / .6)}.chp-dash-main{padding:32px;overflow-x:hidden;min-width:0}.chp-dash-title{font-family:'Syne',sans-serif;font-size:clamp(1.3rem,2.5vw,1.8rem);font-weight:800;color:#0a0e1a;margin-bottom:8px;letter-spacing:-.03em}.chp-dash-launch-cta{background:linear-gradient(135deg,#eaefff,#fff);border:1.5px solid rgb(26 92 255 / .2);border-radius:16px;padding:28px 32px;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;margin-bottom:28px}.chp-dash-launch-cta h3{font-size:1.05rem;font-weight:800;color:#0a0e1a;margin-bottom:6px}.chp-dash-launch-cta p{font-size:.88rem;color:#5c6280;margin:0}.chp-dash-overview-grid{display:grid;grid-template-columns:1fr repeat(3,auto);gap:14px;margin-bottom:24px;align-items:stretch}.chp-dash-stat-card{background:#fff;border:1px solid #e4e7f2;border-radius:12px;padding:18px;text-align:center}.chp-dash-stat-card--product{display:flex;align-items:center;gap:14px;text-align:left;padding:20px}.chp-dash-stat-card__logo{width:40px;height:40px;border-radius:8px;object-fit:contain;border:1px solid #e4e7f2}.chp-dash-stat-card__product-name{font-weight:700;font-size:.9rem;color:#0a0e1a;display:block}.chp-dash-stat-card__view{font-size:.75rem;color:#1a5cff;text-decoration:none}.chp-dash-stat-card__icon{font-size:1.3rem;display:block;margin-bottom:8px}.chp-dash-stat-card__value{font-family:'Syne',sans-serif;font-size:1.5rem;font-weight:800;color:#0a0e1a;display:block;line-height:1;margin-bottom:4px}.chp-dash-stat-card__label{font-size:.72rem;font-weight:700;color:#9199b8;text-transform:uppercase;letter-spacing:.06em}.chp-dash-widget{background:#fff;border:1px solid #e4e7f2;border-radius:12px;overflow:hidden;margin-bottom:18px}.chp-dash-widget__head{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid #f0f2f9}.chp-dash-widget__head h3{font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.07em;color:#5c6280;margin:0}.chp-dash-widget__head a{font-size:.78rem;color:#1a5cff;text-decoration:none;font-weight:600}.chp-status-pill{font-size:.68rem;font-weight:800;padding:3px 8px;border-radius:999px;text-transform:uppercase;letter-spacing:.05em}.chp-status-pill--publish{background:#eafff6;color:#0cb870}.chp-status-pill--pending{background:#fffbeb;color:#d97706}.chp-status-pill--draft{background:#f0f2f9;color:#5c6280}.chp-status-pill--private{background:#fff0f0;color:#e53e3e}.chp-product-row{display:flex;align-items:center;gap:12px;padding:12px 18px;border-bottom:1px solid #f7f8fc}.chp-product-row__logo{width:32px;height:32px;border-radius:6px;object-fit:contain}.chp-product-row__info{flex:1;display:flex;align-items:center;gap:10px}.chp-notif-item{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:12px 18px;border-bottom:1px solid #f7f8fc}.chp-notif-item.is-unread{border-left:3px solid #1a5cff;padding-left:15px}.chp-notif-item p{font-size:.86rem;color:#2d3249;margin:0;flex:1}.chp-notif-item time{font-size:.73rem;color:#9199b8;white-space:nowrap}.chp-founder-row{display:flex;align-items:center;gap:12px;padding:12px 18px;border-bottom:1px solid #f7f8fc}.chp-founder-row__info{flex:1}.chp-founder-row__name{display:block;font-size:.88rem;font-weight:700;color:#0a0e1a;text-decoration:none}.chp-founder-row__title{font-size:.78rem;color:#5c6280}.chp-feed-item{display:flex;align-items:flex-start;gap:12px;padding:12px 0;border-bottom:1px solid #f7f8fc}.chp-feed-item:last-child{border-bottom:none}.chp-feed-item__body{flex:1}.chp-feed-item__text{font-size:.88rem;color:#2d3249;margin-bottom:4px;line-height:1.5}.chp-feed-item__text a{color:#1a5cff;font-weight:600;text-decoration:none}.chp-feed-item__time{font-size:.73rem;color:#9199b8}.chp-comment-row{display:flex;gap:12px;padding:12px 18px;border-bottom:1px solid #f7f8fc}.chp-comment-row__avatar{flex-shrink:0}.chp-comment-row__meta{display:flex;align-items:center;gap:8px;margin-bottom:4px;font-size:.82rem}.chp-comment-row__meta strong{color:#0a0e1a}.chp-comment-row__meta time{color:#9199b8}.chp-comment-row p{font-size:.88rem;color:#2d3249;margin:0 0 6px}.chp-upgrade-card{background:#fff;border:1px solid #e4e7f2;border-radius:12px;padding:24px;position:relative}.chp-upgrade-card--highlight{background:linear-gradient(135deg,#1a5cff,#1448d8);border:none;box-shadow:0 12px 40px rgb(26 92 255 / .3)}.chp-upgrade-card__badge{position:absolute;top:-11px;left:50%;transform:translateX(-50%);background:#f59e0b;color:#fff;font-size:.63rem;font-weight:800;padding:3px 12px;border-radius:999px;text-transform:uppercase;white-space:nowrap}.chp-timeline{display:flex;flex-direction:column}.chp-timeline__item{display:flex;gap:14px;padding-bottom:20px;position:relative}.chp-timeline__item::before{content:'';position:absolute;left:6px;top:14px;bottom:0;width:1px;background:#e4e7f2}.chp-timeline__item:last-child::before{display:none}.chp-timeline__dot{width:14px;height:14px;border-radius:50%;background:#1a5cff;flex-shrink:0;margin-top:2px;border:2px solid #fff;box-shadow:0 0 0 1px #1a5cff}.chp-timeline__date{font-size:.72rem;font-weight:700;color:#9199b8;text-transform:uppercase;letter-spacing:.06em;display:block;margin-bottom:3px}.chp-timeline__title{font-size:.9rem;font-weight:700;color:#0a0e1a}.chp-avatar-lg{width:80px;height:80px;border-radius:50%;object-fit:cover;display:block}.chp-empty-state{text-align:center;padding:48px 20px;color:#9199b8}.chp-code-block{font-family:monospace;font-size:.72rem}.chp-chart{display:flex;align-items:flex-end;gap:3px}.chp-directory-hero{background:linear-gradient(135deg,#0a0e1a,#1a1e30);padding:48px 0 36px}.chp-dash-mobile-nav{display:none;position:fixed;bottom:0;left:0;right:0;background:linear-gradient(180deg,#0b1730 0%,#081122 100%);border-top:1px solid rgb(255 255 255 / .1);z-index:900;padding-bottom:env(safe-area-inset-bottom,0);box-shadow:0 -10px 30px rgb(10 14 26 / .18)}.chp-dash-mobile-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:8px 0 6px;flex:1;color:rgb(255 255 255 / .86);text-decoration:none;position:relative;min-height:58px}.chp-dash-mobile-item__icon,.chp-dash-mobile-more .chp-dash-mobile-item__icon{font-size:1.2rem;line-height:1;display:block}.chp-dash-mobile-item__label{display:block;font-size:.62rem;font-weight:700;letter-spacing:.01em;line-height:1.1}.chp-dash-mobile-item.is-active{color:#1a5cff}.chp-upload-zone{border:2px dashed #e4e7f2;border-radius:12px;cursor:pointer;min-height:80px;display:flex;align-items:center;justify-content:center;transition:all .15s;overflow:hidden}.chp-upload-zone:hover{border-color:#1a5cff;background:#f8f9ff}.chp-upload-zone__inner{display:flex;flex-direction:column;align-items:center;gap:8px;color:#9199b8;font-size:.82rem;padding:16px;text-align:center}.chp-upload-zone--sm{min-height:60px}@media (max-width:900px){.chp-dash-shell{grid-template-columns:1fr}.chp-dash-nav{display:none}.chp-dash-mobile-nav{display:flex}.chp-dash-main{padding:16px 16px 80px}.chp-dash-overview-grid{grid-template-columns:1fr 1fr}.chp-dash-launch-cta{flex-direction:column}}@media (max-width:480px){.chp-dash-overview-grid{grid-template-columns:1fr 1fr}}.chp-tools-page{padding:28px 20px 64px}.chp-tools-toolbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:14px;margin-bottom:24px;border-bottom:1px solid #e4e7f2;padding-bottom:16px}.chp-tools-pills{display:flex;gap:6px;overflow-x:auto;flex-wrap:nowrap;scrollbar-width:none}.chp-tools-pills::-webkit-scrollbar{display:none}.chp-tools-layout{display:grid;grid-template-columns:minmax(0,220px) minmax(0,1fr);gap:28px;align-items:start}.chp-tools-sidebar{position:sticky;top:88px}.chp-tools-main,.chp-tools-sidebar{min-width:0}.chp-product-hero{padding:32px 0 28px;border-bottom:1px solid #e4e7f2;margin-bottom:32px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:start}.chp-product-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:32px;align-items:start}.cx-product-layout>*,.cx-product-hero>*{min-width:0}.cx-upvote-btn--lg{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;border:1.5px solid #e4e7f2;border-radius:8px;background:#fff;cursor:pointer;font-weight:700;color:#5c6280}.cx-upvote-btn--lg.is-voted{background:#eaefff;color:#1a5cff}.cx-product-content,.cx-product-overview__desc,.cx-founder-card__bio,.chp-comment-row p{overflow-wrap:anywhere;word-break:break-word}.cx-product-video iframe{width:100%!important;max-width:100%;aspect-ratio:16/9;height:auto!important;border-radius:12px}@media (max-width:991px){.chp-tools-layout{grid-template-columns:1fr}.chp-tools-sidebar{position:static;order:2}.chp-tools-main{order:1}.chp-product-hero{grid-template-columns:1fr}.chp-product-layout{grid-template-columns:1fr}}@media (max-width:767px){.chp-tools-page{padding:20px 16px 48px}.chp-tools-toolbar{align-items:flex-start}.chp-tools-toolbar>span{width:100%}.chp-tools-pills{width:100%;padding-bottom:4px}.cx-product-hero__actions,.chp-product-hero .cx-product-hero__actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;width:100%}.cx-product-hero__actions>*{width:100%;justify-content:center}.cx-product-hero__title{font-size:clamp(1.8rem,9vw,2.6rem);line-height:1.05}.cx-product-hero__desc{font-size:1rem;line-height:1.6}.cx-founder-card{display:grid;grid-template-columns:64px 1fr;gap:14px;align-items:start}.cx-founder-card__avatar{width:64px;height:64px}.chp-dash-shell{grid-template-columns:1fr;min-height:auto}.chp-dash-nav{display:none}.chp-dash-main{padding:20px 16px 32px}}@media (max-width:479px){.cx-product-hero__actions,.chp-product-hero .cx-product-hero__actions{grid-template-columns:1fr}}.chp-more-drawer-overlay{display:none;position:fixed;inset:0;background:rgb(10 14 26 / .55);backdrop-filter:blur(2px);z-index:1099}.chp-more-drawer-overlay.is-open{display:block}.chp-more-drawer{position:fixed;bottom:0;left:0;right:0;background:#fff;border-radius:20px 20px 0 0;box-shadow:0 -8px 40px rgb(10 14 26 / .18);z-index:1100;transform:translateY(100%);transition:transform .25s cubic-bezier(.4,0,.2,1);max-height:75vh;overflow-y:auto}.chp-more-drawer.is-open{transform:translateY(0)}.chp-more-drawer__handle{display:flex;justify-content:center;padding:12px 0 4px}.chp-more-drawer__handle span{width:40px;height:4px;border-radius:999px;background:#e4e7f2}.chp-more-drawer__title{font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:#9199b8;padding:0 20px 10px}.chp-more-drawer__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:0 16px 32px}.chp-more-drawer__item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:14px 8px;background:#f7f8fc;border-radius:14px;text-decoration:none;color:#2d3249;font-size:.75rem;font-weight:700;text-align:center;border:1.5px solid #fff0;transition:all .15s;position:relative}.chp-more-drawer__item.is-active{background:#eaefff;color:#1a5cff;border-color:#c3d0ff}.chp-more-drawer__item:active{transform:scale(.97)}.chp-more-drawer__item-icon{font-size:1.4rem;line-height:1}.chp-more-drawer__badge{position:absolute;top:8px;right:8px;background:#e53e3e;color:#fff;font-size:.58rem;font-weight:800;padding:1px 5px;border-radius:999px}.chp-dash-mobile-more{display:flex;flex-direction:column;align-items:center;gap:3px;padding:8px 0;flex:1;font-size:.6rem;color:rgb(255 255 255 / .45);background:none;border:none;cursor:pointer;font-family:inherit;position:relative}.chp-dash-mobile-more.has-active{color:#1a5cff}.chp-product-card{background:#fff;border:1px solid #e4e7f2;border-radius:14px;overflow:hidden;margin-bottom:20px}.chp-product-card__head{display:flex;align-items:center;gap:14px;padding:16px 18px;border-bottom:1px solid #f0f2f9}.chp-product-card__logo{width:44px;height:44px;border-radius:10px;object-fit:contain;border:1px solid #e4e7f2;flex-shrink:0;background:#f7f8fc}.chp-product-card__logo-fb{width:44px;height:44px;border-radius:10px;background:linear-gradient(135deg,#eaefff,#dde4ff);display:flex;align-items:center;justify-content:center;font-family:'Syne',sans-serif;font-weight:800;font-size:.88rem;color:#1a5cff;flex-shrink:0}.chp-product-card__info{flex:1;min-width:0}.chp-product-card__name{font-weight:700;font-size:.95rem;color:#0a0e1a;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chp-product-card__meta{font-size:.75rem;color:#9199b8;display:flex;align-items:center;gap:8px;margin-top:3px;flex-wrap:wrap}.chp-product-card__tabs{display:flex;border-bottom:1px solid #f0f2f9;overflow-x:auto;scrollbar-width:none}.chp-product-card__tabs::-webkit-scrollbar{display:none}.chp-product-card__tab{display:flex;align-items:center;gap:5px;padding:11px 15px;font-size:.78rem;font-weight:600;color:#5c6280;white-space:nowrap;border-bottom:2px solid #fff0;cursor:pointer;background:none;border-top:none;border-left:none;border-right:none;font-family:inherit;transition:all .15s;flex-shrink:0}.chp-product-card__tab.is-active{color:#1a5cff;border-bottom-color:#1a5cff}.chp-product-card__panel{padding:18px;display:none}.chp-product-card__panel.is-active{display:block}.chp-update-composer{display:flex;flex-direction:column;gap:10px}.chp-update-composer__input,.chp-update-composer__textarea{padding:11px 13px;border:1.5px solid #e4e7f2;border-radius:8px;font-family:inherit;font-size:.88rem;color:#0a0e1a;outline:none;transition:border-color .15s;width:100%;box-sizing:border-box}.chp-update-composer__input:focus,.chp-update-composer__textarea:focus{border-color:#1a5cff;box-shadow:0 0 0 3px rgb(26 92 255 / .08)}.chp-update-composer__textarea{resize:vertical;min-height:76px}.chp-update-composer__actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.chp-update-composer__msg{font-size:.82rem}.chp-update-timeline{display:flex;flex-direction:column;margin-top:14px}.chp-update-timeline__item{display:flex;gap:12px;padding:10px 0;border-bottom:1px solid #f7f8fc}.chp-update-timeline__item:last-child{border-bottom:none}.chp-update-timeline__dot{width:10px;height:10px;border-radius:50%;background:#1a5cff;flex-shrink:0;margin-top:4px;border:2px solid #fff;box-shadow:0 0 0 1.5px #1a5cff}.chp-update-timeline__date{font-size:.7rem;font-weight:700;color:#9199b8;text-transform:uppercase;display:block;margin-bottom:2px}.chp-update-timeline__title{font-size:.87rem;font-weight:700;color:#0a0e1a;margin:0}@media(min-width:900px){.chp-more-drawer,.chp-more-drawer-overlay{display:none!important}.chp-dash-mobile-more{display:none!important}}.chp-dash-shell{overflow:hidden}.chp-dash-main{min-width:0}.chp-dash-main *{min-width:0}.chp-dash-card,.chp-card,.chp-step-card{max-width:100%}@media (max-width:1024px){.chp-dash-shell{grid-template-columns:1fr}.chp-dash-nav{display:none}.chp-dash-main{padding:18px 16px 96px}.chp-dash-grid,.chp-settings-grid,.chp-analytics-grid{grid-template-columns:1fr!important}.chp-dash-topbar,.chp-backend-topbar{flex-wrap:wrap;gap:12px}}@media (max-width:640px){.chp-dash-title{font-size:clamp(1.6rem,9vw,2.5rem);line-height:1.02}.chp-step-card{padding:20px 16px}.chp-backend-shell,.chp-settings-shell{padding-inline:0}.chp-form-row,.chp-inline-actions,.chp-coupon-row,.chp-import-bar{flex-direction:column}.chp-form-row>*,.chp-inline-actions>*,.chp-coupon-row>*,.chp-import-bar>*{width:100%}table.chp-table{display:block;overflow-x:auto;white-space:nowrap}}.chp-dash-shell{overflow:hidden}.chp-dash-main{min-width:0}.chp-dash-topbar,.chp-dash-grid,.chp-dash-panels{min-width:0}.chp-upgrade-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.chp-upgrade-card{background:linear-gradient(180deg,#0f1730,#0b1326);border:1px solid rgb(255 255 255 / .08);border-radius:18px;padding:24px;box-shadow:0 16px 40px rgb(5 10 24 / .22);color:#fff}.chp-upgrade-card--highlight{background:linear-gradient(135deg,#4f46e5,#2563eb);box-shadow:0 20px 48px rgb(37 99 235 / .35)}.chp-upgrade-card__badge{top:-10px}@media (max-width:1180px){.chp-upgrade-grid{grid-template-columns:1fr 1fr}}@media (max-width:920px){.chp-dash-shell{grid-template-columns:1fr}.chp-dash-sidebar{position:fixed;left:0;top:0;bottom:0;transform:translateX(-100%);z-index:1000;max-width:280px;width:82vw}.chp-dash-shell.is-nav-open .chp-dash-sidebar{transform:translateX(0)}.chp-dash-main{width:100%}.chp-dash-grid,.chp-dash-stats,.chp-dash-panels{grid-template-columns:1fr!important}.chp-dash-card,.chp-dash-panel{min-width:0}}@media (max-width:640px){.chp-upgrade-grid{grid-template-columns:1fr}.chp-dash-topbar{padding:14px 16px}.chp-dash-content{padding:16px}.chp-dash-title{font-size:1.4rem}}.chp-identity-strip{display:flex;flex-wrap:wrap;gap:10px;margin:14px 0 20px}.chp-role-pill{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;background:#e9efff;color:#1a5cff;font-size:.75rem;font-weight:700;text-decoration:none}.chp-role-pill--muted{background:#eef2f7;color:#55607a}.chp-role-pill--verified{background:#e8fff4;color:#0b8f5c}.chp-role-pill--featured{background:#fff4dd;color:#b77200}.chp-role-pill--link{background:#0f172a;color:#fff}.chp-credit-row{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 10px}.chp-credit-pill{display:inline-flex;align-items:center;gap:8px;padding:7px 12px;border-radius:999px;background:#f3f6fb;color:#243047;text-decoration:none;font-size:.78rem;font-weight:700}.chp-credit-pill--ghost{background:#fff;border:1px solid #d9e0ee}.chp-credit-pill__badge{background:#0b8f5c;color:#fff;border-radius:999px;padding:2px 7px;font-size:.62rem;font-weight:800}.chp-promo-banner{position:fixed;top:calc(var(--header-h,64px) + 10px);bottom:auto;left:50%;transform:translateX(-50%);width:min(92vw,960px);z-index:1200;border-radius:14px;background:linear-gradient(135deg,#1a5cff,#143fcb)}body.admin-bar .chp-promo-banner{top:calc(var(--header-h,64px) + 42px)}@media (max-width:768px){.chp-promo-banner{top:calc(var(--header-h,56px) + 8px);width:min(94vw,94vw)}}.chp-dash-mobile-nav{background:linear-gradient(180deg,#102247 0%,#0d1a36 100%)!important;border-top:1px solid rgb(255 255 255 / .16)!important}.chp-dash-mobile-item,.chp-dash-mobile-more{color:rgb(255 255 255 / .86)!important}.chp-dash-mobile-item.is-active,.chp-dash-mobile-more.has-active{color:#7ea6ff!important}.chp-dash-mobile-nav::before{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgb(255 255 255 / .04),transparent);pointer-events:none}@media (max-width:640px){.chp-dash-overview-grid{grid-template-columns:1fr!important}.chp-dash-stat-card--product{display:grid;grid-template-columns:56px 1fr;align-items:center;text-align:left}.chp-dash-stat-card__product{align-items:flex-start;gap:12px}.chp-dash-stat-card__product-name,.chp-dash-stat-card strong{white-space:normal;overflow-wrap:anywhere}.chp-dash-main{padding-bottom:104px!important}}.chp-role-pill,.chp-credit-pill,.cx-role-chip,.cx-credit-pill{box-shadow:0 8px 20px rgb(10 14 26 / .06);border:1px solid rgb(26 92 255 / .08)}.chp-role-pill--verified,.cx-role-chip--verified{background:linear-gradient(135deg,#e8fff4,#d8ffec);color:#0b8f5c;border-color:rgb(11 143 92 / .16)}.chp-role-pill--featured,.cx-role-chip--featured{background:linear-gradient(135deg,#fff7dd,#ffe9a8);color:#9a6300;border-color:rgb(183 114 0 / .18)}.chp-dash-mobile-more{gap:2px!important;color:rgb(255 255 255 / .86)!important}.chp-dash-mobile-more .chp-dash-mobile-item__label{display:block;font-size:.62rem;font-weight:700;line-height:1.1}.chp-product-card__head{flex-wrap:wrap}.chp-product-card__info{min-width:0;flex:1}.chp-product-card__name{display:block;overflow-wrap:anywhere;word-break:break-word}@media (max-width:640px){.chp-product-card__head{align-items:flex-start}.chp-product-card__head .chp-btn{width:100%;justify-content:center;margin-top:8px}.chp-product-card__meta{flex-wrap:wrap;gap:8px}}.cx-verified-badge{width:clamp(14px, 1.6vw, 18px)!important;height:clamp(14px, 1.6vw, 18px)!important;font-size:clamp(.5rem, 1.1vw, .65rem)!important;flex-shrink:0}@media (max-width:480px){.cx-verified-badge{width:14px!important;height:14px!important;font-size:.5rem!important}}.chp-comments-section{margin-top:24px}.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}.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;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{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-form textarea{width:100%;resize:vertical;padding:10px 12px;border:1.5px solid var(--cx-border,#e2e8f0);border-radius:8px;font-size:.875rem;box-sizing:border-box}.chp-reply-form{margin:8px 0 8px 36px;background:var(--cx-bg-2,#f7f8fc);border-radius:8px;padding:12px}.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;overflow:hidden}.chp-upload-zone:hover,.chp-upload-zone.is-dragover{border-color:var(--cx-accent,#1a5cff)}.chp-upload-zone__preview{display:none;position:absolute;inset:0;align-items:center;justify-content:center;padding:8px}.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}#chp-profile-msg{display:inline-block;font-size:.78rem;font-weight:600;transition:opacity .4s;margin-left:10px}.chp-feed{display:flex;flex-direction:column;gap:0;max-width:660px}.chp-feed-item{background:var(--chp-surface,#fff);border:1px solid var(--chp-border,#e8eaf2);border-radius:12px;padding:16px;margin-bottom:12px;transition:box-shadow .15s;position:relative}.chp-feed-item:hover{box-shadow:0 4px 20px rgb(10 14 26 / .07)}.chp-feed-item__header{display:flex;align-items:flex-start;gap:12px}.chp-feed-logo-wrap{flex-shrink:0}.chp-feed-logo{width:48px;height:48px;border-radius:10px;object-fit:cover;border:1px solid var(--chp-border,#e8eaf2)}.chp-feed-item__meta{flex:1;min-width:0}.chp-feed-item__title{font-size:.9rem;font-weight:800;color:var(--chp-ink,#0a0e1a);text-decoration:none;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:2px}.chp-feed-item__title:hover{color:var(--chp-accent,#1a5cff)}.chp-feed-item__title--post{font-size:.88rem;white-space:normal;color:var(--chp-ink,#0a0e1a);margin:6px 0 4px}.chp-feed-item__title--update{font-size:.84rem;margin:6px 0 4px}.chp-feed-item__tagline{font-size:.78rem;color:var(--chp-ink-3,#8898aa);margin:2px 0 6px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.chp-feed-item__excerpt{font-size:.82rem;color:var(--chp-ink-2,#3a4060);line-height:1.5;margin:0 0 10px}.chp-feed-item__byline{display:flex;align-items:center;gap:5px;font-size:.72rem;color:var(--chp-ink-3,#8898aa);flex-wrap:wrap}.chp-feed-byline-avatar{border-radius:50%;object-fit:cover;flex-shrink:0}.chp-feed-dot{opacity:.4}.chp-feed-item__author-row{display:flex;align-items:flex-start;gap:10px;margin-bottom:8px}.chp-feed-author-name{font-size:.84rem;font-weight:700;color:var(--chp-ink,#0a0e1a);display:flex;align-items:center;gap:4px}.chp-feed-community-tag{font-size:.7rem;background:rgb(26 92 255 / .08);color:var(--chp-accent,#1a5cff);border-radius:20px;padding:1px 7px;margin-left:6px;font-weight:600}.chp-feed-time{font-size:.7rem;color:var(--chp-ink-3,#8898aa);margin-left:4px}.chp-feed-item__actions{display:flex;align-items:center;gap:4px;margin-top:10px;flex-wrap:wrap}.chp-feed-action{display:inline-flex;align-items:center;gap:5px;padding:5px 10px;border:none;background:none;border-radius:6px;font-size:.75rem;font-weight:600;color:var(--chp-ink-3,#8898aa);cursor:pointer;transition:background .15s,color .15s}.chp-feed-action:hover{background:var(--chp-bg-2,#f7f8fc);color:var(--chp-accent,#1a5cff)}.chp-feed-action.is-liked{color:#e53e3e}.chp-feed-action.is-liked svg{fill:currentColor}.chp-feed-item--update{border-left:3px solid var(--chp-accent,#1a5cff)}.chp-feed-item__update-pill{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--chp-accent,#1a5cff);margin-bottom:8px}.chp-feed-new-banner{display:none;background:var(--chp-accent,#1a5cff);color:#fff;border:none;border-radius:20px;padding:8px 18px;font-size:.8rem;font-weight:700;cursor:pointer;margin:0 auto 16px;animation:chp-toast-in .2s ease;box-shadow:0 4px 14px rgb(26 92 255 / .3);text-align:center}.chp-feed-new-banner.is-visible{display:block}.chp-feed-skeleton{background:var(--chp-surface,#fff);border:1px solid var(--chp-border,#e8eaf2);border-radius:12px;padding:16px;margin-bottom:12px}.chp-skeleton-line{background:linear-gradient(90deg,#f0f2f9 25%,#e8eaf2 50%,#f0f2f9 75%);background-size:200% 100%;animation:chp-shimmer 1.4s infinite;border-radius:4px;height:12px;margin-bottom:8px}@keyframes chp-shimmer{to{background-position:-200% 0}}.chp-feed-filters{display:flex;gap:4px;margin-bottom:16px;flex-wrap:wrap}.chp-feed-filter{padding:6px 14px;border-radius:20px;font-size:.78rem;font-weight:600;color:var(--chp-ink-3,#8898aa);background:var(--chp-bg-2,#f7f8fc);border:1.5px solid #fff0;cursor:pointer;transition:all .15s}.chp-feed-filter.is-active,.chp-feed-filter:hover{background:rgb(26 92 255 / .08);color:var(--chp-accent,#1a5cff);border-color:rgb(26 92 255 / .18)}.chp-reactions{display:flex;gap:4px;margin-top:8px;flex-wrap:wrap}.chp-reaction-btn{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:20px;border:1.5px solid var(--chp-border,#e8eaf2);background:var(--chp-bg-2,#f7f8fc);font-size:.8rem;cursor:pointer;transition:all .15s}.chp-reaction-btn:hover,.chp-reaction-btn.is-reacted{border-color:var(--chp-accent,#1a5cff);background:rgb(26 92 255 / .06)}@media (max-width:480px){.chp-feed-item{padding:12px;border-radius:10px}.chp-feed-logo{width:40px;height:40px}.chp-feed-item__title{font-size:.84rem}}