.container{max-width:76rem}@media(min-width: 1400px){.container{max-width:76rem}}@media(min-width: 1600px){.container{max-width:96rem}}:root{--chatdex-bg: #f7f7f5;--chatdex-surface: #ffffff;--chatdex-surface-soft: #f2f2ee;--chatdex-border: #e5e5df;--chatdex-text: #111214;--chatdex-muted: #676b74;--chatdex-primary: #16181d;--chatdex-accent: #f3f4f6;--chatdex-radius: 20px;--chatdex-radius-sm: 14px;--chatdex-shadow: 0 8px 24px rgba(17, 18, 20, 0.06);--font-display: 36px;--font-heading: 24px;--font-subheading: 18px;--font-body: 14px;--font-caption: 12px;--font-small: 11px;--font-smaller: 10px}*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--chatdex-bg);color:var(--chatdex-text);font-family:"Inter",sans-serif;font-size:var(--font-body);line-height:1.6}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.chatdex-site-header{position:sticky;top:0;z-index:1040;background:#fff;backdrop-filter:blur(12px);border-bottom:1px solid rgba(229,229,223,.9)}.chatdex-navbar{padding:16px 0;border-bottom:1px solid rgba(15,23,42,.06);background:hsla(0,0%,100%,.92);backdrop-filter:blur(12px)}.chatdex-verify-banner{border-top:1px solid var(--chatdex-border);background:#fff7e8}.chatdex-verify-banner__inner{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:12px 0}.chatdex-verify-banner__inner strong,.chatdex-verify-banner__inner span{display:block}.chatdex-verify-banner__inner span{color:var(--chatdex-muted);font-size:var(--font-caption)}.chatdex-verify-banner__actions{display:flex;align-items:center;gap:10px}.chatdex-brand{display:inline-flex;align-items:center;gap:12px;font-size:var(--font-subheading);font-weight:700;letter-spacing:-0.02em;white-space:nowrap}.chatdex-brand__mark{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--chatdex-border);border-radius:14px;background:var(--chatdex-surface)}.chatdex-navbar__search{flex:1;display:flex;align-items:center;gap:10px;min-width:0;padding:0 12px 0 16px;height:50px;border:1px solid var(--chatdex-border);border-radius:16px;background:var(--chatdex-surface);box-shadow:0 10px 24px rgba(15,23,42,.06)}.chatdex-navbar__search:focus-within{border-color:rgba(15,23,42,.22);box-shadow:0 14px 28px rgba(15,23,42,.1)}.chatdex-navbar__search input,.chatdex-filter-field input{width:100%;border:0;background:rgba(0,0,0,0);outline:0}.chatdex-navbar__search input{font-size:var(--font-body)}.chatdex-navbar__search-submit{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;background:var(--chatdex-primary);color:#fff;flex:0 0 32px}.chatdex-nav-links{gap:6px}.chatdex-nav-links .nav-link{padding:10px 12px;color:var(--chatdex-muted);font-size:var(--font-body);font-weight:600;line-height:1.25;border-radius:999px}.chatdex-nav-links .nav-link:hover,.chatdex-nav-links .nav-link:focus{color:var(--chatdex-text);background:var(--chatdex-surface-soft)}.chatdex-nav-actions{display:flex;align-items:center;gap:12px}.chatdex-avatar-trigger{display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;background:rgba(0,0,0,0)}.chatdex-avatar{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--chatdex-text);color:#fff;font-size:var(--font-caption);font-weight:700;letter-spacing:.04em;overflow:hidden}.chatdex-avatar--lg{width:44px;height:44px}.chatdex-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.chatdex-account-menu{width:260px;padding:10px;border-radius:18px;border:1px solid var(--chatdex-border);box-shadow:0 18px 48px rgba(15,23,42,.12)}.chatdex-account-menu__summary{display:flex;align-items:center;gap:12px;padding:8px 10px 12px}.chatdex-account-menu__summary strong,.chatdex-offcanvas-account__head strong{display:block;margin-bottom:2px}.chatdex-account-menu__summary small,.chatdex-offcanvas-account__head small{color:var(--chatdex-muted)}.chatdex-account-menu .dropdown-item{border-radius:12px;padding:10px 12px;font-weight:500}.chatdex-offcanvas-account{display:grid;gap:10px}.chatdex-offcanvas-account__links{display:grid;gap:2px;padding-top:4px}.chatdex-offcanvas-account__head{display:flex;align-items:center;gap:12px;padding:10px 0 4px}.chatdex-offcanvas-account__link{display:flex;align-items:center;justify-content:flex-start;width:100%;padding:12px 0;color:var(--chatdex-text);font-size:var(--font-body);font-weight:600;text-align:left;border-bottom:1px solid rgba(15,23,42,.06)}.chatdex-offcanvas-account__link:hover,.chatdex-offcanvas-account__link:focus{color:var(--chatdex-primary)}.chatdex-offcanvas-account__link--danger{color:#b42318;border-bottom:0}.chatdex-checkbox-field{display:flex;align-items:flex-start;gap:10px;color:var(--chatdex-text)}.chatdex-checkbox-field input{margin-top:3px}.chatdex-nav-actions--stack{flex-direction:column;align-items:stretch;margin-top:22px}.chatdex-offcanvas{background:var(--chatdex-surface)}.chatdex-offcanvas .offcanvas-header{padding:20px 20px 12px;border-bottom:1px solid var(--chatdex-border)}.chatdex-offcanvas .offcanvas-body{padding:20px}.chatdex-nav-links--mobile{margin-top:18px}.chatdex-nav-links--mobile .nav-link{display:block;width:100%;padding-left:0;padding-right:0;border-radius:0;background:rgba(0,0,0,0)}.chatdex-page{padding:42px 0 80px}.chatdex-browse-shell{display:grid;gap:24px}.chatdex-hero,.chatdex-auth,.chatdex-callout,.chatdex-summary-strip,.chatdex-onboarding__card,.chatdex-content-card,.chatdex-side-card,.chatdex-table-card,.chatdex-chart-card,.chatdex-stat-card,.chatdex-feature-card,.chatdex-step-card,.chatdex-pricing-card,.chatdex-summary-item,.chatdex-category-card,.chatdex-bot-card,.chatdex-saved-card{background:var(--chatdex-surface);border:1px solid var(--chatdex-border);border-radius:var(--chatdex-radius);box-shadow:var(--chatdex-shadow)}.chatdex-hero{padding:72px 24px 28px;text-align:center}.chatdex-hero-carousel{margin-bottom:32px}.chatdex-hero-carousel .carousel-indicators{margin-bottom:18px}.chatdex-hero-carousel .carousel-indicators [data-bs-target]{width:10px;height:10px;border:0;border-radius:999px;background:rgba(15,23,42,.2)}.chatdex-hero-carousel .carousel-indicators .active{background:var(--chatdex-primary)}.chatdex-hero-carousel__control{width:56px;opacity:1}.carousel-control-next,.carousel-control-prev{top:unset;margin-bottom:1%;margin-right:1%}.carousel-control-prev{left:unset;right:0;margin-right:76px}.chatdex-hero-carousel__control .carousel-control-prev-icon,.chatdex-hero-carousel__control .carousel-control-next-icon{width:40px;height:40px;border-radius:999px;background-color:#3a3a3a;background-size:42%;box-shadow:0 12px 24px rgba(15,23,42,.12)}.chatdex-hero-slide{min-height:480px;padding:54px;display:grid;grid-template-columns:minmax(0, 1.05fr) minmax(320px, 0.95fr);gap:34px;align-items:center;border:1px solid var(--chatdex-border);border-radius:32px;overflow:hidden}.chatdex-hero-slide.theme-blue{background:linear-gradient(135deg, #ecf4ff 0%, #dcecff 48%, #f8fbff 100%)}.chatdex-hero-slide.theme-green{background:linear-gradient(135deg, #eefaf0 0%, #daf5df 48%, #f8fcf8 100%)}.chatdex-hero-slide.theme-warm{background:linear-gradient(135deg, #fff5ec 0%, #fbe7d1 48%, #fffaf4 100%)}.chatdex-hero-slide__content{max-width:600px}.chatdex-hero-logo-grid{display:grid;grid-template-columns:repeat(6, minmax(0, 1fr));gap:14px;padding:18px;border-radius:28px;background:hsla(0,0%,100%,.55);border:1px solid rgba(15,23,42,.08);box-shadow:0 24px 50px rgba(15,23,42,.08)}.chatdex-hero-logo-grid__item{aspect-ratio:1;display:flex;align-items:center;justify-content:center;border-radius:22px;background:hsla(0,0%,100%,.96);border:1px solid rgba(15,23,42,.08);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.chatdex-hero-logo-grid__item:hover,.chatdex-hero-logo-grid__item:focus{transform:translateY(-2px);border-color:rgba(15,23,42,.14);box-shadow:0 16px 28px rgba(15,23,42,.12)}.chatdex-hero-logo-grid__item img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block}.chatdex-hero-slide__eyebrow{display:inline-flex;margin-bottom:12px;padding:7px 12px;border-radius:999px;background:hsla(0,0%,100%,.72);border:1px solid rgba(15,23,42,.08);font-size:var(--font-caption);font-weight:700;letter-spacing:.03em;text-transform:uppercase}.chatdex-hero-slide h1{max-width:19ch;margin-bottom:16px}.chatdex-hero-slide p{max-width:52ch;margin-bottom:24px;color:#4a5567}.chatdex-hero-slide__stats{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}.chatdex-hero-slide__stats span{display:inline-flex;padding:8px 12px;border-radius:999px;background:hsla(0,0%,100%,.8);border:1px solid rgba(15,23,42,.08);font-size:var(--font-caption);font-weight:600}.chatdex-hero-slide__visual{display:grid;gap:18px;align-items:start}.chatdex-hero-spotlight{display:grid;gap:0;min-height:100%;border-radius:26px;overflow:hidden;border:1px solid rgba(15,23,42,.08);background:hsla(0,0%,100%,.92);box-shadow:0 18px 42px rgba(15,23,42,.12);width:75%;max-width:75%}.chatdex-hero-spotlight.second{margin:0 auto}.chatdex-hero-spotlight__body{height:100%;padding:16px}.chatdex-hero-spotlight__brand{display:flex;align-items:flex-start;gap:12px;margin-bottom:0}.chatdex-hero-spotlight__brand strong{display:block;line-height:1.15;margin-bottom:4px}.chatdex-hero-spotlight__brand span{color:var(--chatdex-muted);font-size:var(--font-caption)}.chatdex-hero-spotlight__logo{width:60px;height:60px;border-radius:14px;overflow:hidden;background:#fff;border:1px solid rgba(15,23,42,.08);flex:0 0 60px}.chatdex-hero-spotlight__logo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.chatdex-hero__content,.chatdex-onboarding__header,.chatdex-subpage-head{max-width:820px;margin:0 auto}.chatdex-subpage-head{margin:0;margin-bottom:22px}.chatdex-subpage-head--browse{max-width:none;margin-bottom:0}.chatdex-hero h1,.chatdex-auth h1,.chatdex-onboarding h1,.chatdex-subpage-head h1,.chatdex-dashboard-head h1,.chatdex-bot-detail__summary h1,.chatdex-category-hero h1{margin:0;font-size:clamp(var(--font-display)*.9,5vw,var(--font-display)*1.4);font-weight:700;line-height:1.04;letter-spacing:-0.05em}.chatdex-hero p,.chatdex-auth p,.chatdex-onboarding__header p,.chatdex-subpage-head p,.chatdex-dashboard-head p,.chatdex-section-heading p,.chatdex-bot-card p,.chatdex-content-card p,.chatdex-side-card p{color:var(--chatdex-muted);font-size:var(--font-body);line-height:1.65}.chatdex-section-heading h2,.chatdex-content-card h2,.chatdex-side-card h3,.chatdex-category-card h3,.chatdex-feature-card h3,.chatdex-step-card h3,.chatdex-pricing-card h3,.chatdex-bot-card h3,.chatdex-chart-card h3,.chatdex-upload-card h3{margin:0;font-size:var(--font-heading);font-weight:700;line-height:1.18;letter-spacing:-0.03em}.chatdex-bot-card__head h3,.chatdex-card-head h3,.chatdex-review-card strong,.chatdex-data-list dd strong{line-height:1.25}.chatdex-stats,.chatdex-card-grid,.chatdex-category-grid,.chatdex-feature-grid,.chatdex-step-grid,.chatdex-pricing-grid,.chatdex-dashboard-grid,.chatdex-plan-preview,.chatdex-summary-strip,.chatdex-home-feature-stack{display:grid;gap:18px}.chatdex-home-feature{display:grid;grid-template-columns:minmax(0, 1.1fr) minmax(260px, 0.9fr);gap:28px;align-items:center;padding:36px 42px;border:1px solid rgba(15,23,42,.06);border-radius:30px;overflow:hidden}.chatdex-home-feature--blue{background:linear-gradient(135deg, #d9f6ff 0%, #ccefff 48%, #ebfbff 100%)}.chatdex-home-feature--warm{background:linear-gradient(135deg, #fff3df 0%, #f9ebd1 48%, #fffaf0 100%)}.chatdex-home-feature--green{background:linear-gradient(135deg, #e8f9ea 0%, #d7f2db 48%, #f6fcf6 100%)}.chatdex-home-feature--lilac{background:linear-gradient(135deg, #f0ecff 0%, #e5ddff 48%, #faf8ff 100%)}.chatdex-home-feature__content{display:grid;gap:18px;align-content:center}.chatdex-home-feature__content h3{margin:0;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.02;letter-spacing:-0.05em}.chatdex-home-feature__content p{max-width:50ch;margin:0;color:rgba(15,23,42,.78);font-size:var(--font-subheading);line-height:1.55}.chatdex-home-feature__visual{display:flex;justify-content:center;align-items:center}.chatdex-home-feature__visual img{width:min(360px,100%);max-height:240px;-o-object-fit:contain;object-fit:contain}.chatdex-home-stats{margin-top:32px}.chatdex-stats,.chatdex-summary-strip{grid-template-columns:repeat(4, minmax(0, 1fr));margin-top:32px}.chatdex-section-block{margin-top:5rem}.chatdex-subpage-head,.chatdex-dashboard-head,.chatdex-onboarding__header{margin-bottom:22px}.chatdex-section-heading{margin-bottom:18px;text-align:center}.chatdex-section-heading--split,.chatdex-dashboard-head,.chatdex-callout,.chatdex-actions,.chatdex-bot-card__head,.chatdex-report-row,.chatdex-table-row,.chatdex-billing-row{display:flex;align-items:center;justify-content:space-between;gap:16px}.chatdex-card-grid--three{grid-template-columns:repeat(3, minmax(0, 1fr))}.chatdex-card-grid--four,.chatdex-feature-grid{grid-template-columns:repeat(4, minmax(0, 1fr))}.chatdex-feature-grid--developers{grid-template-columns:repeat(3, minmax(0, 1fr))}.chatdex-card-grid--two,.chatdex-step-grid,.chatdex-pricing-grid,.chatdex-dashboard-grid{grid-template-columns:repeat(2, minmax(0, 1fr))}.chatdex-step-grid--developers{grid-template-columns:repeat(3, minmax(0, 1fr));align-items:start}.chatdex-category-grid{grid-template-columns:repeat(3, minmax(0, 1fr))}.chatdex-pill,.chatdex-tag,.chatdex-pill-button{display:inline-flex;align-items:center;justify-content:center;width:-moz-fit-content;width:fit-content;padding:6px 12px;border-radius:999px;border:1px solid var(--chatdex-border);background:var(--chatdex-surface-soft);font-size:var(--font-small);font-weight:600;line-height:1.1;letter-spacing:.02em}.chatdex-tag--dark{background:var(--chatdex-primary);border-color:var(--chatdex-primary);color:#fff}.chatdex-pill-button{background:var(--chatdex-surface)}.chatdex-pill-button--static{cursor:default}.chatdex-pill-button--trust{gap:8px}.chatdex-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:48px;padding:0 18px;border-radius:14px;border:1px solid rgba(0,0,0,0);font-size:var(--font-body);font-weight:600;line-height:1.1;letter-spacing:-0.01em}.chatdex-btn--primary{background:var(--chatdex-primary);color:#fff}.chatdex-btn--secondary{background:var(--chatdex-surface);border-color:var(--chatdex-border);color:var(--chatdex-text)}.chatdex-btn--block{width:100%}.chatdex-btn--sm{height:42px;padding:0 16px}.chatdex-actions--center{justify-content:center}.chatdex-actions--between{justify-content:space-between}.chatdex-actions--end{justify-content:flex-end}.chatdex-stat-card,.chatdex-summary-item{padding:22px}.chatdex-stat-card strong,.chatdex-summary-item strong{display:block;font-size:var(--font-heading);font-weight:700;line-height:1.05;letter-spacing:-0.03em}.chatdex-stat-card span,.chatdex-summary-item span{color:var(--chatdex-muted);font-size:var(--font-caption);font-weight:600;line-height:1.25;letter-spacing:.01em}.chatdex-category-card,.chatdex-feature-card,.chatdex-step-card,.chatdex-pricing-card,.chatdex-content-card,.chatdex-side-card,.chatdex-chart-card,.chatdex-saved-card{padding:22px}.chatdex-content-card--muted{background:linear-gradient(180deg, #fff, #faf9f6)}.chatdex-step-card__number{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;margin:0 auto 18px;border-radius:999px;background:var(--chatdex-primary);color:#fff;font-size:var(--font-heading);font-weight:700;line-height:1;letter-spacing:-0.03em}.chatdex-step-card{text-align:center}.chatdex-step-flow{display:grid;gap:24px}.chatdex-step-flow--developers{position:relative;grid-template-columns:repeat(3, minmax(0, 1fr));gap:28px}.chatdex-step-flow--developers::before{content:"";position:absolute;top:32px;left:calc(16.666% + 32px);right:calc(16.666% + 32px);height:1px;background:linear-gradient(90deg, rgba(15, 23, 42, 0.08), rgba(15, 23, 42, 0.18), rgba(15, 23, 42, 0.08))}.chatdex-step-card--flow{position:relative;z-index:1;display:grid;justify-items:center;align-content:start;gap:14px;min-height:100%;padding:12px 18px 0;background:rgba(0,0,0,0);border:0;box-shadow:none}.chatdex-step-card--flow .chatdex-step-card__number{margin:0 0 18px}.chatdex-step-card--flow h4{margin:0;max-width:14ch}.chatdex-step-card--flow p{max-width:34ch;margin:0}.chatdex-category-card{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:14px;height:100%;padding:14px 18px;background:var(--chatdex-category-bg, var(--chatdex-surface));border-color:color-mix(in srgb, var(--chatdex-category-accent, var(--chatdex-border)) 42%, #d9dde3);box-shadow:none}.chatdex-category-card__label{min-width:0;font-size:var(--font-subheading);font-weight:600;line-height:1.2;letter-spacing:-0.02em;color:var(--chatdex-text)}.chatdex-category-card__icon,.chatdex-feature-card__icon{width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 48px;border-radius:999px;background:var(--chatdex-category-accent, var(--chatdex-surface-soft));color:var(--chatdex-category-icon, var(--chatdex-primary));font-size:var(--font-subheading)}.chatdex-category-card__icon i{font-size:1.05rem}.chatdex-category-card--home{min-height:102px}.chatdex-bot-card{overflow:hidden;height:100%;border-radius:16px}.chatdex-bot-card--logo{padding:14px 15px;border-radius:18px;box-shadow:none}.chatdex-bot-card__media{position:relative;aspect-ratio:9/4;background:var(--chatdex-surface-soft)}.chatdex-bot-card__media>a,.chatdex-card-save-form{display:block}.chatdex-bot-card__media>a{display:flex}.chatdex-media-trigger{width:100%;padding:0;border:0;background:rgba(0,0,0,0);display:flex;cursor:zoom-in}.chatdex-bot-card__media img,.chatdex-saved-card img,.chatdex-bot-detail__image img{width:100%;height:200px;-o-object-fit:cover;object-fit:cover;border-radius:16px}.chatdex-icon-button{position:absolute;top:14px;right:14px;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--chatdex-border);border-radius:999px;background:hsla(0,0%,100%,.95);color:var(--chatdex-text);box-shadow:0 8px 18px rgba(17,18,20,.08);transition:background .2s ease,color .2s ease,border-color .2s ease}.chatdex-icon-button.is-saved{background:var(--chatdex-primary);border-color:var(--chatdex-primary);color:#fff}.chatdex-icon-button--inline{position:static}.chatdex-bot-card__body{padding:18px}.chatdex-bot-card__row{display:grid;grid-template-columns:60px minmax(0, 1fr);gap:12px;align-items:center}.chatdex-bot-card__logo{width:60px;height:60px;border-radius:16px;overflow:hidden;background:var(--chatdex-surface-soft);border:1px solid var(--chatdex-border);display:block}.chatdex-bot-card__logo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.chatdex-bot-card__compact{min-width:0}.chatdex-bot-card__compact-head{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;margin-bottom:5px}.chatdex-bot-card__compact-main{min-width:0;flex:1}.chatdex-bot-card__compact-badges{display:inline-flex;align-items:center;gap:4px;flex:0 0 auto}.chatdex-bot-card__compact h5,.chatdex-bot-card__body h5{margin:0;font-size:16px;font-weight:700;line-height:1.15;letter-spacing:-0.03em}.chatdex-bot-card__compact h5 a,.chatdex-bot-card__body h5 a{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden}.chatdex-bot-card__compact p{margin-bottom:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;line-height:1.55}.chatdex-bot-card__eyebrow{display:inline-flex;gap:5px;color:var(--chatdex-muted);font-size:var(--font-small);line-height:1.35;margin-top:5px}.chatdex-bot-card__row-actions{display:flex;align-items:center;justify-content:flex-end;flex:0 0 auto}.chatdex-bot-card__trust{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#e7f6eb;color:#1f9d55;font-size:.72rem}.chatdex-bot-card__trust--featured{background:#fff0dc;color:#f97316}.chatdex-bot-card__platform-chip{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#eef2f7;color:#475467;font-size:.72rem}.chatdex-meta--logo{display:flex;align-items:center;flex-wrap:wrap;gap:5px;color:#394150;font-size:var(--font-small)}.chatdex-meta--logo span{display:inline-flex;align-items:center;gap:3px}.chatdex-meta--logo .chatdex-bot-card__row-actions{margin-left:auto}.chatdex-icon-button--ghost{width:36px;height:36px;border-color:rgba(15,23,42,.08);box-shadow:none}.chatdex-list{margin:18px 0 22px;padding-left:20px;color:var(--chatdex-muted)}.chatdex-list li+li{margin-top:10px}.chatdex-meta,.chatdex-role-switch,.chatdex-pill-row,.chatdex-checkbox-group{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.chatdex-meta{color:var(--chatdex-muted);font-size:.9rem}.chatdex-meta--compact{font-size:var(--font-caption);gap:12px}.chatdex-inline-link{font-size:.95rem;font-weight:600}.chatdex-auth{display:grid;grid-template-columns:1.05fr .95fr;gap:28px;padding:28px}.chatdex-auth__intro,.chatdex-auth__card{padding:14px}.chatdex-role-switch a{padding:10px 14px;border-radius:12px;border:1px solid var(--chatdex-border);background:var(--chatdex-surface);color:var(--chatdex-muted);font-weight:600}.chatdex-role-switch a.is-active{background:var(--chatdex-primary);border-color:var(--chatdex-primary);color:#fff}.chatdex-plan-preview{grid-template-columns:repeat(2, minmax(0, 1fr));margin-top:18px}.chatdex-plan-preview article,.chatdex-plan-card{padding:18px;border:1px solid var(--chatdex-border);border-radius:18px;background:var(--chatdex-surface)}.chatdex-pricing-card__top h3,.chatdex-plan-card h3{margin:12px 0 6px;font-size:2rem}.chatdex-plan-card input{margin-bottom:12px}.chatdex-form-stack{display:grid;gap:16px}.chatdex-form-stack--compact{gap:14px}.chatdex-field-row,.chatdex-filter-bar{display:grid;gap:16px}.chatdex-field-row{grid-template-columns:repeat(2, minmax(0, 1fr))}.chatdex-field-row--single{grid-template-columns:1fr}.chatdex-field,.chatdex-filter-field{display:grid;gap:8px}.chatdex-field span,.chatdex-mini-heading{font-size:.92rem;font-weight:600}.chatdex-field input,.chatdex-field select,.chatdex-field textarea,.chatdex-select,.chatdex-filter-field{width:100%;min-height:50px;padding:12px 14px;border:1px solid var(--chatdex-border);border-radius:14px;background:var(--chatdex-surface);color:var(--chatdex-text)}.chatdex-filter-bar{grid-template-columns:2fr repeat(6, minmax(0, 1fr)) auto;margin-bottom:14px}.chatdex-filter-panel{display:grid;gap:16px;padding:22px;margin-bottom:0;border:1px solid var(--chatdex-border);border-radius:var(--chatdex-radius);background:var(--chatdex-surface);box-shadow:var(--chatdex-shadow)}.chatdex-filter-panel__head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.chatdex-filter-panel__eyebrow{display:inline-flex;margin-bottom:6px;color:var(--chatdex-muted);font-size:var(--font-caption);font-weight:700;letter-spacing:.04em;text-transform:uppercase}.chatdex-filter-panel__head h2{margin:0;font-size:var(--font-subheading);font-weight:700;line-height:1.2;letter-spacing:-0.02em}.chatdex-filter-panel__top,.chatdex-filter-panel__actions{display:flex;align-items:center;gap:12px}.chatdex-filter-panel__top{justify-content:space-between}.chatdex-filter-panel__actions{flex-wrap:wrap}.chatdex-filter-toggle{gap:10px}.chatdex-filter-panel.is-collapsed{gap:14px}.chatdex-filter-grid{display:grid;grid-template-columns:repeat(4, minmax(0, 1fr));gap:14px}.chatdex-filter-field--search{min-height:56px;margin:0}.chatdex-filter-field--search i{color:var(--chatdex-muted)}.chatdex-results-copy,.chatdex-auth__footnote{margin-top:16px;color:var(--chatdex-muted)}.chatdex-results-bar{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.chatdex-results-bar__meta{min-width:124px;display:grid;gap:4px;justify-items:end;color:var(--chatdex-muted);font-size:var(--font-caption)}.chatdex-results-bar__meta strong{color:var(--chatdex-text);font-size:var(--font-body);line-height:1.2}.chatdex-media-modal{border-radius:24px;overflow:hidden}.chatdex-media-modal .modal-header{padding:18px 22px 0;border-bottom:0}.chatdex-media-modal .modal-body{padding:18px 22px 24px}.chatdex-media-modal .modal-body img{width:100%;max-height:78vh;-o-object-fit:contain;object-fit:contain;border-radius:18px;background:var(--chatdex-surface-soft)}.chatdex-pill-row--browse{margin-top:10px}.chatdex-detail-shell{display:grid;gap:22px}.chatdex-category-layout{display:grid;grid-template-columns:260px minmax(0, 1fr);gap:28px;align-items:start}.chatdex-category-sidebar{position:sticky;top:110px}.chatdex-category-sidebar__card{display:grid;gap:18px;padding:20px;border:1px solid var(--chatdex-border);border-radius:24px;background:var(--chatdex-surface);box-shadow:var(--chatdex-shadow)}.chatdex-category-sidebar__head{display:grid;gap:8px}.chatdex-category-sidebar__head h2{margin:0;font-size:var(--font-subheading);font-weight:700;line-height:1.2;letter-spacing:-0.02em}.chatdex-category-sidebar__list{display:grid;gap:8px}.chatdex-category-sidebar__link{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:48px;padding:0 14px;border:1px solid rgba(0,0,0,0);border-radius:16px;color:var(--chatdex-text);font-size:var(--font-body);font-weight:600;transition:all .2s ease}.chatdex-category-sidebar__link:hover,.chatdex-category-sidebar__link:focus{background:var(--chatdex-surface-soft)}.chatdex-category-sidebar__link.is-active{background:#d9f0ff;border-color:#b9def6;color:#0f172a}.chatdex-category-sidebar__label{min-width:0}.chatdex-category-content{min-width:0}.chatdex-category-mobile-picker{margin-bottom:18px}.chatdex-category-mobile-picker__trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 18px;border:1px solid rgba(185,222,246,.95);border-radius:24px;background:radial-gradient(circle at top right, rgba(217, 240, 255, 0.82), transparent 34%),linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);box-shadow:0 18px 36px rgba(15,23,42,.08);text-align:left}.chatdex-category-mobile-picker__icon{width:50px;height:50px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 50px;border-radius:18px;background:#d9f0ff;color:#0f4c81;font-size:1.2rem}.chatdex-category-mobile-picker__copy{display:grid;gap:4px;min-width:0;flex:1}.chatdex-category-mobile-picker__copy small{color:var(--chatdex-muted);font-size:var(--font-caption);font-weight:600}.chatdex-category-mobile-picker__copy strong{font-size:var(--font-subheading);font-weight:700;line-height:1.2;letter-spacing:-0.02em}.chatdex-category-mobile-picker__action{display:inline-flex;align-items:center;gap:6px;color:#f97316;font-size:var(--font-caption);font-weight:600;white-space:nowrap}.chatdex-category-shell{display:grid;gap:22px}.chatdex-category-shell__head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.chatdex-category-shell__title{display:grid;gap:8px}.chatdex-category-shell__title h1,.chatdex-category-shell__title p{margin:0}.chatdex-category-shell__title p{max-width:58ch}.chatdex-category-shell__controls{width:min(220px,100%)}.chatdex-category-shell__controls .chatdex-field{width:100%}.chatdex-category-picker-modal .modal-header{align-items:flex-start;padding-bottom:10px}.chatdex-category-picker-modal__list{display:grid;gap:10px}.chatdex-category-picker-modal__option{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:72px;padding:0 16px;border:1px solid #dbe4ef;border-radius:20px;background:var(--chatdex-surface);color:var(--chatdex-text);font-size:var(--font-body);font-weight:600;transition:all .2s ease}.chatdex-category-picker-modal__option:hover,.chatdex-category-picker-modal__option:focus{border-color:#c9dff0;box-shadow:0 10px 24px rgba(15,23,42,.08)}.chatdex-category-picker-modal__option.is-active{background:radial-gradient(circle at right top, rgba(217, 240, 255, 0.9), transparent 30%),linear-gradient(180deg, #eef8ff 0%, #e1f2ff 100%);border-color:#f5a252;box-shadow:0 12px 28px rgba(15,23,42,.08)}.chatdex-category-picker-modal__meta{display:flex;align-items:center;gap:14px;min-width:0}.chatdex-category-picker-modal__icon{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 42px;border-radius:14px;background:#f6f8fb;color:#0f172a;font-size:1rem}.chatdex-category-picker-modal__label{min-width:0}.chatdex-category-picker-modal__state{color:#f97316;font-size:1.1rem;line-height:1}.chatdex-back-link{display:inline-flex;align-items:center;gap:8px;font-weight:600}.chatdex-category-hero,.chatdex-bot-detail,.chatdex-onboarding{display:grid;gap:22px}.chatdex-category-hero{grid-template-columns:auto 1fr;align-items:center}.chatdex-category-hero__icon{width:64px;height:64px;display:inline-flex;align-items:center;justify-content:center;border-radius:18px;border:1px solid var(--chatdex-border);background:var(--chatdex-surface);font-size:1.5rem}.chatdex-bot-detail{grid-template-columns:minmax(0, 2fr) minmax(280px, 0.9fr);align-items:start}.chatdex-bot-detail__main,.chatdex-bot-detail__sidebar{display:grid;gap:18px;align-content:start}.chatdex-bot-detail__hero-card{padding:28px;align-self:start}.chatdex-bot-detail__hero{display:grid;grid-template-columns:minmax(0, 1fr) minmax(220px, 240px);gap:24px;align-items:start}.chatdex-bot-detail__hero-head{display:grid;gap:12px}.chatdex-bot-detail__title-row{display:grid;grid-template-columns:110px minmax(0, 1fr);gap:18px;align-items:start}.chatdex-bot-detail__title-copy{display:grid;gap:10px;min-width:0}.chatdex-bot-detail__meta-line{display:flex;flex-wrap:wrap;align-items:center;gap:14px;color:var(--chatdex-muted);font-size:var(--font-body)}.chatdex-bot-detail__developer{color:var(--chatdex-text);font-weight:600}.chatdex-bot-detail__meta-tag,.chatdex-bot-detail__meta-rating,.chatdex-bot-detail__meta-stat{display:inline-flex;align-items:center;gap:6px;color:var(--chatdex-text);font-weight:600}.chatdex-bot-detail__share-link{display:inline-flex;align-items:center;gap:6px;padding:0;border:0;background:rgba(0,0,0,0);color:var(--chatdex-primary);font-weight:600}.chatdex-bot-detail__summary,.chatdex-pricing-card__top{display:grid;gap:12px;align-content:start}.chatdex-bot-detail__summary-copy{max-width:62ch;margin:0}.chatdex-detail-eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--chatdex-muted);font-size:var(--font-caption);font-weight:700;letter-spacing:.04em;text-transform:uppercase}.chatdex-detail-metrics{display:grid;grid-template-columns:repeat(3, minmax(140px, 1fr));gap:12px;max-width:760px}.chatdex-detail-metrics--compact{max-width:640px}.chatdex-detail-metric{padding:14px 16px;border:1px solid var(--chatdex-border);border-radius:16px;background:var(--chatdex-surface-soft)}.chatdex-detail-metric strong{display:block;margin-bottom:4px;font-size:var(--font-subheading);font-weight:700;line-height:1.1;letter-spacing:-0.03em}.chatdex-detail-metric span{color:var(--chatdex-muted);font-size:var(--font-caption);line-height:1.35}.chatdex-actions--detail{display:flex;flex-wrap:wrap;align-items:center;gap:12px;justify-content:flex-start}.chatdex-bot-detail__hero-actions{display:grid;gap:12px;align-content:start}.chatdex-bot-detail__hero-actions form{display:contents}.chatdex-bot-detail__meta-pills{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.chatdex-side-card__head{display:grid;gap:4px;margin-bottom:12px}.chatdex-side-card__eyebrow{color:var(--chatdex-muted);font-size:.82rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.chatdex-side-card__links,.chatdex-trust-list{display:grid;gap:10px}.chatdex-side-card__hint{margin:12px 0 0;color:var(--chatdex-muted);font-size:var(--font-caption);line-height:1.5}.chatdex-claim-note{display:grid;gap:6px;padding:16px;border:1px solid var(--chatdex-border);border-radius:16px;background:var(--chatdex-surface-soft)}.chatdex-claim-note p,.chatdex-claim-note small{margin:0}.chatdex-trust-item{display:grid;gap:4px;padding:12px 0;border-bottom:1px solid var(--chatdex-border)}.chatdex-trust-item:last-child{padding-bottom:0;border-bottom:0}.chatdex-trust-item span{color:var(--chatdex-muted)}.chatdex-bot-detail__image{width:110px;aspect-ratio:1/1;overflow:hidden;border:1px solid var(--chatdex-border);border-radius:24px;background:var(--chatdex-surface)}.chatdex-bot-detail__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.chatdex-two-column-list,.chatdex-data-list{display:grid;gap:12px}.chatdex-media-preview-grid{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:12px}.chatdex-media-preview-grid--logo{grid-template-columns:minmax(0, 120px)}.chatdex-media-preview{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;border-radius:16px;border:1px solid var(--chatdex-border);background:var(--chatdex-surface-soft)}.chatdex-gallery{display:grid;gap:16px}.chatdex-gallery__stage{width:100%;padding:0;overflow:hidden;border:1px solid var(--chatdex-border);border-radius:18px;background:var(--chatdex-surface-soft);cursor:zoom-in}.chatdex-gallery__image{width:100%;aspect-ratio:16/10;-o-object-fit:cover;object-fit:cover}.chatdex-gallery__thumbs{display:grid;grid-template-columns:repeat(auto-fit, minmax(120px, 1fr));gap:12px}.chatdex-gallery__thumb{padding:0;overflow:hidden;border:1px solid var(--chatdex-border);border-radius:16px;background:var(--chatdex-surface);transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.chatdex-gallery__thumb.is-active{border-color:var(--chatdex-primary);box-shadow:0 0 0 2px rgba(22,24,29,.08)}.chatdex-gallery__thumb img{width:100%;aspect-ratio:16/10;-o-object-fit:cover;object-fit:cover}.chatdex-upload-preview-grid,.chatdex-admin-media{display:grid;gap:16px}.chatdex-upload-field{position:relative}.chatdex-upload-field__input{position:absolute;inset:0;opacity:0;cursor:pointer;z-index:2}.chatdex-upload-field__surface{min-height:132px;display:grid;place-items:center;gap:6px;padding:18px;border:1px dashed var(--chatdex-border);border-radius:16px;background:var(--chatdex-surface-soft);text-align:center;color:var(--chatdex-muted);transition:border-color .2s ease,background .2s ease}.chatdex-upload-field__surface i{font-size:1.35rem;color:var(--chatdex-text)}.chatdex-upload-field__surface strong{color:var(--chatdex-text)}.chatdex-upload-field.is-dragover .chatdex-upload-field__surface,.chatdex-upload-field.has-files .chatdex-upload-field__surface{border-color:var(--chatdex-primary);background:#f3f4f6}.chatdex-upload-field.is-invalid .chatdex-upload-field__surface{border-color:#b94a48;background:#fff3f2}.chatdex-upload-status{font-size:.9rem;color:var(--chatdex-muted)}.chatdex-upload-status.is-error{color:#b94a48}.chatdex-upload-status.is-success{color:#205c34}.chatdex-upload-preview-grid{grid-template-columns:repeat(auto-fit, minmax(140px, 1fr))}.chatdex-upload-preview{min-height:132px;display:grid;place-items:center;padding:14px;border:1px dashed var(--chatdex-border);border-radius:16px;background:var(--chatdex-surface-soft);color:var(--chatdex-muted);text-align:center}.chatdex-upload-preview--logo{max-width:180px}.chatdex-upload-preview--empty{grid-column:1/-1}.chatdex-upload-preview img{width:100%;height:100%;max-height:180px;-o-object-fit:cover;object-fit:cover;border-radius:12px}.chatdex-two-column-list{grid-template-columns:repeat(2, minmax(0, 1fr))}.chatdex-list-item{display:flex;align-items:center;gap:10px}.chatdex-data-list div{display:flex;justify-content:space-between;gap:14px;padding:10px 0;border-bottom:1px solid var(--chatdex-border)}.chatdex-data-list div:last-child{border-bottom:0}.chatdex-review-list,.chatdex-activity-list{display:grid;gap:12px}.chatdex-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.chatdex-card-head p{margin:6px 0 0;color:var(--chatdex-muted)}.chatdex-content-card--spacious{padding:28px}.chatdex-activity-row,.chatdex-bot-row,.chatdex-action-item{border:1px solid var(--chatdex-border);border-radius:18px;background:var(--chatdex-surface-soft)}.chatdex-activity-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 18px}.chatdex-activity-row strong{font-size:.98rem}.chatdex-activity-row span,.chatdex-bot-row__main span,.chatdex-bot-row__main small{color:var(--chatdex-muted)}.chatdex-action-stack,.chatdex-bot-list{display:grid;gap:14px}.chatdex-empty-state{display:grid;gap:8px;padding:20px;border:1px dashed var(--chatdex-border);border-radius:18px;background:var(--chatdex-surface-soft);color:var(--chatdex-muted)}.chatdex-action-item{display:flex;align-items:center;gap:12px;padding:16px 18px;color:var(--chatdex-text);font-weight:600}.chatdex-action-item i{font-size:1rem}.chatdex-repeater{display:grid;gap:12px}.chatdex-repeater__head,.chatdex-repeater__item{display:flex;align-items:center;gap:12px}.chatdex-repeater__head{justify-content:space-between}.chatdex-repeater__body{display:grid;gap:10px}.chatdex-repeater__item input{flex:1}.chatdex-bot-row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 20px}.chatdex-bot-row__main,.chatdex-bot-row__side{display:grid;gap:6px}.chatdex-bot-row__side{justify-items:end}.chatdex-tag.is-live{background:#edf7f0;border-color:#cfe7d7;color:#205c34}.chatdex-tag.is-review{background:#fff7ea;border-color:#f1dfb2;color:#8b5a00}.chatdex-review-card{padding:16px;border:1px solid var(--chatdex-border);border-radius:16px;background:var(--chatdex-surface-soft)}.chatdex-review-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:10px}.chatdex-review-card__head span{color:var(--chatdex-muted);font-size:var(--font-caption);line-height:1.35}.chatdex-review-card__title{display:inline-flex;padding:6px 10px;border-radius:999px;background:var(--chatdex-surface);border:1px solid var(--chatdex-border)}.chatdex-report-history{margin-top:18px;display:grid;gap:14px}.chatdex-claim-modal{border:0;border-radius:24px;overflow:hidden}.chatdex-claim-modal .modal-header{align-items:flex-start;padding:22px 24px 0;border-bottom:0}.chatdex-claim-modal .modal-body{padding:18px 24px 24px}.chatdex-claim-modal__intro{margin:0 0 18px;color:var(--chatdex-muted);font-size:var(--font-body);line-height:1.6}.chatdex-report-history h4{margin:0;font-size:var(--font-subheading);font-weight:700;line-height:1.2;letter-spacing:-0.02em}.chatdex-admin-nav,.chatdex-console-nav{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:32px;padding:8px;border:1px solid var(--chatdex-border);border-radius:20px;background:var(--chatdex-surface-soft)}.chatdex-admin-nav__link,.chatdex-console-nav__link{position:relative;display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 18px;border:1px solid rgba(0,0,0,0);border-radius:999px;background:rgba(0,0,0,0);color:var(--chatdex-muted);font-size:var(--font-body);font-weight:600;line-height:1.1;letter-spacing:-0.01em;text-decoration:none;transition:all .2s ease}.chatdex-admin-nav__link:hover,.chatdex-console-nav__link:hover{color:var(--chatdex-ink);background:rgba(17,24,39,.06)}.chatdex-admin-nav__link.is-active,.chatdex-console-nav__link.is-active{color:var(--chatdex-ink);background:var(--chatdex-surface);border-color:var(--chatdex-border);box-shadow:0 10px 24px rgba(15,23,42,.08)}.chatdex-admin-nav__link.is-active::after,.chatdex-console-nav__link.is-active::after{content:"";position:absolute;left:16px;right:16px;bottom:8px;height:3px;border-radius:999px;background:var(--chatdex-ink)}.chatdex-admin-list{display:grid;gap:14px}.chatdex-admin-list__item{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:14px 0;border-top:1px solid var(--chatdex-border)}.chatdex-admin-list__item:first-child{padding-top:0;border-top:0}.chatdex-admin-list__item--stack{display:grid;gap:16px}.chatdex-admin-category-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.chatdex-admin-feature-head{display:grid;grid-template-columns:132px minmax(0, 1fr);gap:16px;align-items:start;width:100%}.chatdex-admin-feature-head__media,.chatdex-admin-feature-preview{overflow:hidden;border-radius:18px;border:1px solid var(--chatdex-border);background:var(--chatdex-surface-soft)}.chatdex-admin-feature-head__media{aspect-ratio:4/3}.chatdex-admin-feature-head__media img,.chatdex-admin-feature-preview img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.chatdex-admin-feature-preview{min-height:220px}.chatdex-admin-feature-head__content{display:grid;gap:4px}.chatdex-admin-list__item p{margin-top:4px;margin-bottom:0}.chatdex-admin-filter{padding:22px;border:1px solid var(--chatdex-border);border-radius:22px;background:var(--chatdex-surface)}.chatdex-admin-filter__actions{display:grid;gap:10px}.chatdex-pagination{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px;margin-top:28px}.chatdex-pagination__link{display:inline-flex;align-items:center;justify-content:center;min-width:42px;min-height:42px;padding:0 14px;border:1px solid var(--chatdex-border);border-radius:999px;background:var(--chatdex-surface);color:var(--chatdex-ink);font-size:var(--font-body);font-weight:600;line-height:1.1;text-decoration:none}.chatdex-pagination__link.is-active{background:var(--chatdex-ink);border-color:var(--chatdex-ink);color:#fff}.chatdex-pagination__link.is-disabled{color:var(--chatdex-muted);background:var(--chatdex-surface-soft)}.chatdex-result-count{margin-bottom:20px;color:var(--chatdex-muted);font-size:var(--font-caption);font-weight:500;line-height:1.45}.chatdex-reply-thread{display:grid;gap:10px;margin-top:14px;padding-top:14px;border-top:1px solid var(--chatdex-border)}.chatdex-reply-card{padding:12px 14px;border-radius:14px;background:var(--chatdex-surface);border:1px solid var(--chatdex-border)}.chatdex-reply-card strong{display:inline-block;margin-bottom:6px}.chatdex-side-card--accent,.chatdex-callout{background:linear-gradient(180deg, #fff, #f6f6f1)}.chatdex-summary-strip{padding:10px}.chatdex-callout{margin-top:28px;padding:28px}.chatdex-page--developers{--chatdex-dev-blue: #dcecff;--chatdex-dev-blue-strong: #9fd2ff;--chatdex-dev-green: #daf5df;--chatdex-dev-green-strong: #8de6a3;--chatdex-dev-warm: #fde8cf;--chatdex-dev-warm-strong: #f7c67a;--chatdex-dev-neutral: #eef2ff;--chatdex-dev-neutral-strong: #c7d2fe}.chatdex-hero--developers{position:relative;overflow:hidden;background:linear-gradient(135deg, #eefaf0 0%, #daf5df 48%, #f8fcf8 100%);border-color:rgba(15,23,42,.06)}.chatdex-hero--developers::after{content:"";position:absolute;inset:auto -8% -28% auto;width:280px;height:280px;border-radius:999px;background:radial-gradient(circle, rgba(255, 255, 255, 0.2), transparent 68%);pointer-events:none}.chatdex-hero--developers h1,.chatdex-hero--developers p{position:relative;z-index:1}.chatdex-hero--developers h1{color:#0f172a}.chatdex-hero--developers p{color:rgba(15,23,42,.78)}.chatdex-page--developers .chatdex-section-heading h2{color:#101828}.chatdex-page--developers .chatdex-section-heading p{color:#667085}.chatdex-feature-card--developer-why,.chatdex-feature-card--developer-feature{position:relative;overflow:hidden}.chatdex-feature-card--developer-why::before,.chatdex-feature-card--developer-feature::before{content:"";position:absolute;inset:0 auto auto 0;width:100%;height:5px;background:var(--developer-card-accent, var(--chatdex-dev-blue-strong))}.chatdex-feature-card--developer-why:nth-child(1),.chatdex-feature-card--developer-feature:nth-child(1),.chatdex-feature-card--developer-feature:nth-child(4){background:var(--chatdex-dev-blue);border-color:color-mix(in srgb, var(--chatdex-dev-blue-strong) 42%, #d9dde3);--developer-card-accent: var(--chatdex-dev-blue-strong);box-shadow:none}.chatdex-feature-card--developer-why:nth-child(2),.chatdex-feature-card--developer-feature:nth-child(2),.chatdex-feature-card--developer-feature:nth-child(5){background:var(--chatdex-dev-green);border-color:color-mix(in srgb, var(--chatdex-dev-green-strong) 42%, #d9dde3);--developer-card-accent: var(--chatdex-dev-green-strong);box-shadow:none}.chatdex-feature-card--developer-why:nth-child(3),.chatdex-feature-card--developer-feature:nth-child(3),.chatdex-feature-card--developer-feature:nth-child(6){background:var(--chatdex-dev-warm);border-color:color-mix(in srgb, var(--chatdex-dev-warm-strong) 42%, #d9dde3);--developer-card-accent: var(--chatdex-dev-warm-strong);box-shadow:none}.chatdex-feature-card--developer-why h4,.chatdex-feature-card--developer-feature h4,.chatdex-feature-card--developer-why p,.chatdex-feature-card--developer-feature p{position:relative;z-index:1}.chatdex-page--developers .chatdex-content-card{background:linear-gradient(180deg, #fff, #f9fbff);border-color:rgba(159,210,255,.35)}.chatdex-page--developers .chatdex-pricing-card:first-child{background:linear-gradient(180deg, rgba(220, 236, 255, 0.42), #fff 28%);border-color:rgba(159,210,255,.48)}.chatdex-page--developers .chatdex-pricing-card:last-child{background:linear-gradient(180deg, rgba(218, 245, 223, 0.44), #fff 28%);border-color:rgba(141,230,163,.45)}.chatdex-page--developers .chatdex-faq__item{border-color:rgba(15,23,42,.08);background:linear-gradient(180deg, #fff, #fcfcfd)}.chatdex-page--developers .chatdex-callout{background:radial-gradient(circle at top left, rgba(159, 210, 255, 0.28), transparent 36%),radial-gradient(circle at bottom right, rgba(141, 230, 163, 0.24), transparent 34%),linear-gradient(180deg, #fff, #f7fafc);border:1px solid rgba(15,23,42,.08)}.chatdex-page--developer-dashboard{--chatdex-dev-blue: #dcecff;--chatdex-dev-green: #daf5df;--chatdex-dev-warm: #fde8cf}.chatdex-page--user-dashboard{--chatdex-user-blue: #dcecff;--chatdex-user-lilac: #ece9ff;--chatdex-user-warm: #fde8cf}.chatdex-page--admin-dashboard{--chatdex-admin-blue: #dcecff;--chatdex-admin-red: #ffe3e0;--chatdex-admin-amber: #fde8cf}.chatdex-dashboard-head--developer{align-items:flex-end;margin-bottom:28px}.chatdex-dashboard-head--user{align-items:flex-end;margin-bottom:28px}.chatdex-dashboard-head--admin{align-items:flex-end;margin-bottom:28px}.chatdex-dashboard-head--developer p{max-width:58ch}.chatdex-dashboard-head--user p{max-width:58ch}.chatdex-dashboard-head--admin p{max-width:58ch}.chatdex-dashboard-hero-grid{display:grid;grid-template-columns:minmax(0, 1.3fr) minmax(320px, 0.9fr);gap:22px}.chatdex-dashboard-hero-grid--user{grid-template-columns:minmax(0, 1.25fr) minmax(320px, 0.95fr)}.chatdex-dashboard-hero-grid--admin{grid-template-columns:minmax(0, 1.35fr) minmax(320px, 0.9fr)}.chatdex-dashboard-spotlight{background:radial-gradient(circle at top left, rgba(159, 210, 255, 0.3), transparent 34%),radial-gradient(circle at bottom right, rgba(141, 230, 163, 0.22), transparent 30%),linear-gradient(180deg, #fff, #f8fbff);border-color:rgba(15,23,42,.08)}.chatdex-user-spotlight{background:radial-gradient(circle at top left, rgba(159, 210, 255, 0.3), transparent 34%),radial-gradient(circle at top right, rgba(236, 233, 255, 0.45), transparent 32%),linear-gradient(180deg, #fff, #faf9ff);border-color:rgba(15,23,42,.08)}.chatdex-admin-spotlight{background:radial-gradient(circle at top left, rgba(159, 210, 255, 0.28), transparent 34%),radial-gradient(circle at bottom right, rgba(255, 227, 224, 0.44), transparent 30%),linear-gradient(180deg, #fff, #fff8f7);border-color:rgba(15,23,42,.08)}.chatdex-dashboard-spotlight__stats{display:grid;grid-template-columns:repeat(4, minmax(0, 1fr));gap:12px;margin:22px 0 24px}.chatdex-user-spotlight__stats{display:grid;grid-template-columns:repeat(4, minmax(0, 1fr));gap:12px;margin:22px 0 24px}.chatdex-admin-spotlight__stats{display:grid;grid-template-columns:repeat(4, minmax(0, 1fr));gap:12px;margin:22px 0 24px}.chatdex-dashboard-spotlight__stat{padding:16px;border:1px solid rgba(15,23,42,.08);border-radius:18px;background:hsla(0,0%,100%,.82)}.chatdex-user-spotlight__stat{padding:16px;border:1px solid rgba(15,23,42,.08);border-radius:18px;background:hsla(0,0%,100%,.86)}.chatdex-admin-spotlight__stat{padding:16px;border:1px solid rgba(15,23,42,.08);border-radius:18px;background:hsla(0,0%,100%,.88)}.chatdex-dashboard-spotlight__stat strong{display:block;margin-bottom:4px;font-size:var(--font-heading);font-weight:700;line-height:1.05;letter-spacing:-0.03em}.chatdex-user-spotlight__stat strong{display:block;margin-bottom:4px;font-size:var(--font-heading);font-weight:700;line-height:1.05;letter-spacing:-0.03em}.chatdex-admin-spotlight__stat strong{display:block;margin-bottom:4px;font-size:var(--font-heading);font-weight:700;line-height:1.05;letter-spacing:-0.03em}.chatdex-dashboard-spotlight__stat span{color:var(--chatdex-muted);font-size:var(--font-caption);font-weight:600}.chatdex-user-spotlight__stat span{color:var(--chatdex-muted);font-size:var(--font-caption);font-weight:600}.chatdex-admin-spotlight__stat span{color:var(--chatdex-muted);font-size:var(--font-caption);font-weight:600}.chatdex-feedback-preview{display:grid;gap:14px}.chatdex-tabs{margin-top:22px;border-bottom:0;gap:12px}.chatdex-tabs .nav-link{border:1px solid var(--chatdex-border);border-radius:999px;background:var(--chatdex-surface);color:var(--chatdex-muted);padding:10px 16px;font-size:var(--font-body);font-weight:600;line-height:1.1;letter-spacing:-0.01em}.chatdex-tabs .nav-link.active{background:var(--chatdex-primary);border-color:var(--chatdex-primary);color:#fff}.chatdex-tabs__count{display:inline-flex;margin-left:8px;padding:2px 8px;border-radius:999px;background:rgba(15,23,42,.08);font-size:var(--font-small);line-height:1.1}.chatdex-tabs .nav-link.active .chatdex-tabs__count{background:hsla(0,0%,100%,.18)}.chatdex-bot-card__compact-copy{display:grid;gap:6px;min-width:0}.chatdex-bot-card__compact-category{display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;padding:3px 8px;border-radius:999px;background:var(--chatdex-surface-soft);border:1px solid var(--chatdex-border);color:var(--chatdex-muted);font-size:var(--font-smaller);font-weight:700;line-height:1.1;letter-spacing:.02em;text-transform:uppercase}.chatdex-bot-card__compact-copy>span:last-child{display:-webkit-box;overflow:hidden;color:var(--chatdex-muted);font-size:var(--font-caption);line-height:1.45;-webkit-line-clamp:2;-webkit-box-orient:vertical}.chatdex-tab-content{margin-top:20px}.chatdex-table-row{padding:18px 22px;border-bottom:1px solid var(--chatdex-border)}.chatdex-table-row:last-child{border-bottom:0}.chatdex-chart-placeholder{min-height:240px;display:grid;place-items:center;border:1px dashed var(--chatdex-border);border-radius:18px;background:var(--chatdex-surface-soft);color:var(--chatdex-muted)}.chatdex-faq{max-width:960px;margin:0 auto;display:grid;gap:14px}.chatdex-faq__item{border:1px solid var(--chatdex-border);border-radius:20px;overflow:hidden;background:var(--chatdex-surface)}.chatdex-faq .accordion-button{padding:20px 22px;background:var(--chatdex-surface);color:var(--chatdex-text);font-weight:600;box-shadow:none}.chatdex-faq .accordion-button:not(.collapsed){background:var(--chatdex-surface);color:var(--chatdex-text)}.chatdex-faq .accordion-button:focus{box-shadow:none}.chatdex-faq .accordion-body{padding:0 22px 22px;color:var(--chatdex-muted)}.chatdex-saved-card{display:grid;grid-template-columns:220px 1fr;gap:18px;overflow:hidden}.chatdex-stepper{display:flex;justify-content:center;gap:14px}.chatdex-stepper--form{margin-bottom:12px}.chatdex-stepper__item{min-width:108px;display:grid;gap:6px;place-items:center;padding:12px 16px;border:1px solid var(--chatdex-border);border-radius:16px;background:var(--chatdex-surface)}.chatdex-stepper__item strong{font-size:.88rem}.chatdex-stepper__item span{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--chatdex-surface-soft);font-weight:700}.chatdex-stepper__item.is-active{border-color:var(--chatdex-primary)}.chatdex-stepper__item.is-active span{background:var(--chatdex-primary);color:#fff}.chatdex-stepper__item.is-complete{border-color:#b7e3c0;background:#f4fbf6}.chatdex-stepper__item.is-complete span{background:#1f9d55;color:#fff}.chatdex-stepper__item.is-error{border-color:#f3b3ad;background:#fff7f6}.chatdex-stepper__item.is-error span{background:#d92d20;color:#fff}.chatdex-onboarding__card{display:none;padding:24px}.chatdex-onboarding__card.is-active{display:block}.chatdex-form-step{display:none}.chatdex-form-step.is-active{display:block}.chatdex-form-step__actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:22px;padding-top:18px;border-top:1px solid var(--chatdex-border)}.chatdex-disclosure{padding:18px 20px;border:1px solid var(--chatdex-border);border-radius:18px;background:linear-gradient(180deg, #fff, #fbfbf8)}.chatdex-disclosure summary{cursor:pointer;font-weight:600;list-style:none}.chatdex-disclosure summary::-webkit-details-marker{display:none}.chatdex-disclosure[open] summary{margin-bottom:8px}.chatdex-review-grid{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:14px}.chatdex-check{display:flex;align-items:center;gap:12px}.chatdex-modal{border:1px solid var(--chatdex-border);border-radius:24px}.chatdex-modal .modal-header,.chatdex-modal .modal-footer{border-color:var(--chatdex-border)}.chatdex-role-card{display:grid;align-content:start;gap:14px;min-height:100%;background:linear-gradient(180deg, #fff, #fafcff)}.chatdex-role-card .chatdex-feature-card__icon{margin-bottom:6px}.chatdex-role-card h3,.chatdex-role-card p{margin:0}.chatdex-footer{padding:24px 0 28px;border-top:1px solid var(--chatdex-border);background:var(--chatdex-surface)}.chatdex-footer__grid{align-items:start}.chatdex-footer h3{margin-bottom:10px;font-size:.95rem}.chatdex-footer a,.chatdex-footer span,.chatdex-footer__lede,.chatdex-footer__bottom{display:block;color:var(--chatdex-muted);font-size:.94rem}.chatdex-footer a{margin-bottom:8px}.chatdex-footer__lede{max-width:220px;margin-top:12px}.chatdex-footer__bottom{display:flex;justify-content:center;gap:16px;margin-top:20px;padding-top:18px;border-top:1px solid var(--chatdex-border)}.chatdex-bg{background:var(--chatdex-bg)}.chatdex-bg--surface{background:var(--chatdex-surface)}.chatdex-bg--primary{background:var(--chatdex-primary)}@media(min-width: 992px){.chatdex-bot-card--logo{padding:16px 18px;border-radius:20px}.chatdex-bot-card__row{grid-template-columns:68px minmax(0, 1fr);gap:14px}.chatdex-bot-card__logo{width:62px;height:62px;border-radius:18px}.chatdex-bot-card__compact h5{font-size:17px}.chatdex-bot-card__eyebrow{font-size:var(--font-caption)}}@media(max-width: 991.98px){.chatdex-auth,.chatdex-bot-detail,.chatdex-bot-detail__hero,.chatdex-dashboard-grid,.chatdex-card-grid--four,.chatdex-feature-grid,.chatdex-stats,.chatdex-summary-strip,.chatdex-home-feature,.chatdex-review-grid,.chatdex-filter-bar,.chatdex-filter-grid{grid-template-columns:1fr}.chatdex-detail-metrics{grid-template-columns:repeat(2, minmax(0, 1fr))}.chatdex-dashboard-hero-grid,.chatdex-step-flow--developers,.chatdex-category-layout{grid-template-columns:1fr}.chatdex-step-flow--developers::before{display:none}.chatdex-dashboard-spotlight__stats{grid-template-columns:repeat(2, minmax(0, 1fr))}.chatdex-user-spotlight__stats{grid-template-columns:repeat(2, minmax(0, 1fr))}.chatdex-admin-spotlight__stats{grid-template-columns:repeat(2, minmax(0, 1fr))}.chatdex-card-grid--three,.chatdex-card-grid--two,.chatdex-category-grid,.chatdex-step-grid,.chatdex-pricing-grid,.chatdex-field-row,.chatdex-two-column-list,.chatdex-saved-card,.chatdex-media-preview-grid{grid-template-columns:1fr}.chatdex-section-heading--split,.chatdex-dashboard-head,.chatdex-callout,.chatdex-actions,.chatdex-filter-panel__head,.chatdex-filter-panel__top,.chatdex-results-bar,.chatdex-report-row,.chatdex-footer__bottom,.chatdex-card-head,.chatdex-activity-row,.chatdex-bot-row,.chatdex-repeater__head,.chatdex-repeater__item,.chatdex-admin-category-head{flex-direction:column;align-items:flex-start}.chatdex-bot-row__side{justify-items:start}.chatdex-filter-panel__actions{width:100%}.chatdex-results-bar__meta{justify-items:start}.chatdex-page{padding-top:28px}.chatdex-category-sidebar{position:static}.chatdex-category-sidebar__card{padding:16px}.chatdex-category-shell__head{flex-direction:column;align-items:flex-start}.chatdex-category-shell__controls{width:100%;max-width:320px}.chatdex-home-feature{padding:24px;gap:20px}.chatdex-home-feature__content p{font-size:var(--font-body)}.chatdex-hero-slide{grid-template-columns:1fr;min-height:auto;padding:44px 22px 56px;gap:22px}.chatdex-hero-slide__visual{grid-template-columns:1fr}.chatdex-hero-logo-grid{grid-template-columns:repeat(4, minmax(0, 1fr))}.chatdex-hero-carousel__control{display:none}.chatdex-bot-card__row{grid-template-columns:64px minmax(0, 1fr)}.chatdex-bot-card__row-actions{margin-left:auto;justify-content:flex-end}}@media(max-width: 767.98px){.chatdex-page{padding-bottom:56px}.chatdex-navbar{padding:14px 0}.chatdex-verify-banner__inner{flex-direction:column;align-items:flex-start}.chatdex-verify-banner__actions{width:100%;flex-wrap:wrap}.chatdex-hero,.chatdex-auth,.chatdex-content-card,.chatdex-side-card,.chatdex-chart-card,.chatdex-pricing-card,.chatdex-feature-card,.chatdex-step-card,.chatdex-category-card{padding:18px}.chatdex-home-category-grid{--bs-gutter-x: 0.75rem;--bs-gutter-y: 0.75rem}.chatdex-category-card--home{min-height:92px;gap:10px;padding:14px 12px;border-radius:22px}.chatdex-category-card--home .chatdex-category-card__label{font-size:1.08rem;line-height:1.12;letter-spacing:-0.03em;text-wrap:balance}.chatdex-category-card--home .chatdex-category-card__icon{width:42px;height:42px;flex-basis:42px}.chatdex-category-card--home .chatdex-category-card__icon i{font-size:.95rem}.chatdex-bot-detail__hero-card,.chatdex-content-card--spacious{padding:20px}.chatdex-bot-detail__hero{grid-template-columns:1fr;gap:18px;align-items:start}.chatdex-bot-detail__hero-actions{grid-column:auto}.chatdex-bot-detail__hero-head{gap:8px}.chatdex-bot-detail__title-row{grid-template-columns:76px minmax(0, 1fr);gap:14px}.chatdex-bot-detail__meta-line{gap:10px;font-size:var(--font-caption);line-height:1.35}.chatdex-bot-detail__meta-line .chatdex-bot-detail__developer,.chatdex-bot-detail__meta-line .chatdex-bot-detail__meta-rating,.chatdex-bot-detail__meta-line .chatdex-bot-detail__share-link{width:100%}.chatdex-bot-detail__meta-line .chatdex-bot-detail__share-link{justify-content:flex-start}.chatdex-bot-detail__summary-copy{font-size:var(--font-body);line-height:1.55}.chatdex-bot-detail__meta-pills{gap:8px}.chatdex-bot-detail__meta-stat{width:100%}.chatdex-bot-detail__image{width:76px;border-radius:20px}.chatdex-detail-metrics{grid-template-columns:repeat(2, minmax(0, 1fr));gap:10px}.chatdex-detail-metric{padding:12px 14px}.chatdex-detail-metric strong{font-size:var(--font-heading)}.chatdex-stepper{flex-wrap:wrap}.chatdex-form-step__actions{flex-direction:column;align-items:flex-start}.chatdex-hero-spotlight{width:87%;max-width:87%}.chatdex-admin-feature-head{grid-template-columns:1fr}.chatdex-category-sidebar__list{grid-template-columns:1fr}.chatdex-category-sidebar{display:none}}
