
.ca-home{
  --navy:#0D1B3E; --navy-2:#16264f; --navy-3:#1d3163;
  --pink:#ff0066; --pink-700:#d40057; --pink-soft:#ffe5ef; --pink-faint:#fff4f8;
  --bg:#ffffff; --card:#fff; --ink:#0D1B3E; --body:#3b455a;
  --muted:#5c6779; --muted-2:#8b93a4; --line:#ecebe5; --line-2:#f2f1eb; --tile:#f5f5f8;
  --good:#04CD8B; --warn:#d97706; --bad:#dc2626; --blue:#5b5bd6;
  --r:16px; --r-sm:10px; --r-pill:999px;
  --sans:var(--font-sans),-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  --shadow:0 1px 2px rgba(13,27,62,.04), 0 6px 20px -10px rgba(13,27,62,.14);
  --shadow-lg:0 24px 60px -22px rgba(13,27,62,.30);
  --shadow-float:0 18px 44px -18px rgba(13,27,62,.34);
  --shadow-soft:0 2px 10px -4px rgba(13,27,62,.10);
}
.ca-home *{box-sizing:border-box;margin:0;padding:0}
.ca-home{scroll-behavior:smooth}
.ca-home{font-family:var(--sans);background:var(--bg);color:var(--ink);line-height:1.55;-webkit-font-smoothing:antialiased;letter-spacing:-0.01em}
.ca-home a{color:var(--pink);text-decoration:none}
.ca-home img{max-width:100%;display:block}
.ca-home .wrap{max-width:1200px;margin:0 auto;padding:0 28px}
.ca-home section{scroll-margin-top:90px}
.ca-home .nav{position:sticky;top:0;z-index:60;background:rgba(255,255,255,.9);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}
.ca-home .nav-in{max-width:1240px;margin:0 auto;padding:0 28px;height:62px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.ca-home .nav .logo{height:34px}
.ca-home .nav-links{display:flex;align-items:center;gap:26px}
.ca-home .nav-links a{font-weight:700;font-size:15px;color:var(--navy);display:flex;align-items:center;gap:4px;white-space:nowrap}
.ca-home .nav-links a:hover{color:var(--pink)}
.ca-home .nav-links .lucide{width:15px;height:15px;stroke-width:2.6}
.ca-home .nav-right{display:flex;align-items:center;gap:18px}
.ca-home .nav-right .login{font-weight:700;font-size:15.5px;color:var(--navy)}
@property --demo-angle{syntax:'<angle>';initial-value:0deg;inherits:false}
.ca-home .nav-demo{position:relative;isolation:isolate;font-weight:700;font-size:14px;color:var(--navy);white-space:nowrap;padding:8px 16px;border-radius:var(--r-sm);background:#fff;box-shadow:inset 0 0 0 1px var(--line);transition:.15s}
.ca-home .nav-demo::before{content:"";position:absolute;inset:0;border-radius:var(--r-sm);padding:1.8px;background:conic-gradient(from var(--demo-angle),transparent 0deg,transparent 210deg,#ffb3d3 268deg,var(--pink) 305deg,#ffb3d3 342deg,transparent 360deg);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;animation:demo-rot 2.6s linear infinite;pointer-events:none}
.ca-home .nav-demo:hover{box-shadow:inset 0 0 0 1px #dfe1e7;background:#fff}
@keyframes demo-rot{to{--demo-angle:360deg}}
@media(prefers-reduced-motion:reduce){.ca-home .nav-demo::before{animation:none;background:conic-gradient(from 305deg,transparent 0deg,transparent 210deg,#ffb3d3 268deg,var(--pink) 305deg,#ffb3d3 342deg,transparent 360deg)}}
.ca-home .btn-signup{background:var(--pink);color:#fff;font-weight:700;font-size:14px;padding:8px 16px;border-radius:var(--r-sm);display:inline-flex;align-items:center;gap:7px;transition:.15s;white-space:nowrap}
.ca-home .btn-signup:hover{background:var(--pink-700);box-shadow:0 8px 22px -8px rgba(255,0,102,.5)}
.ca-home .btn-signup .lucide{width:14px;height:14px}
@media(max-width:1080px){.ca-home .nav-links{display:none}}
.ca-home .lp-btn{font-family:var(--sans);font-weight:700;font-size:15px;border:none;cursor:pointer;padding:14px 26px;border-radius:var(--r-sm);display:inline-flex;align-items:center;gap:9px;transition:.16s;white-space:nowrap}
.ca-home .btn-pink{background:var(--pink);color:#fff} .ca-home .btn-pink:hover{background:var(--pink-700);box-shadow:0 12px 30px -10px rgba(255,0,102,.55);transform:translateY(-1px)}
.ca-home .btn-pink.btn-lg{box-shadow:0 10px 26px -10px rgba(255,0,102,.5)}
.ca-home .btn-navy{background:var(--navy);color:#fff} .ca-home .btn-navy:hover{background:var(--navy-3)}
.ca-home .lp-btn-ghost{background:#fff;color:var(--navy);box-shadow:inset 0 0 0 1px var(--line)} .ca-home .lp-btn-ghost:hover{background:#fafafa;box-shadow:inset 0 0 0 1px #dfe1e7}
.ca-home .btn-lg{padding:12px 40px;font-size:16px}
.ca-home .lp-btn .lucide{width:16px;height:16px}
.ca-home .shead{margin:0 auto 40px;text-align:center;max-width:780px}
.ca-home .shead .lp-eyebrow{font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--pink-700);display:block;margin-bottom:12px}
.ca-home .shead h2{font-size:clamp(28px,4vw,42px);font-weight:900;letter-spacing:-.035em;line-height:1.1}
.ca-home .shead h2 em{color:var(--pink);font-style:normal}
.ca-home .shead p{font-size:16.5px;color:var(--muted);margin-top:14px;max-width:62ch;margin-left:auto;margin-right:auto}
.ca-home .block{padding:84px 0}
.ca-home .block.tight{padding:60px 0}
.ca-home .hero{position:relative;text-align:center;padding:60px 0 220px;overflow:hidden}
.ca-home .lp-hero-glow{position:absolute;left:50%;top:180px;transform:translateX(-50%);width:3200px;height:1300px;background:radial-gradient(ellipse 48% 38% at center,rgba(255,0,102,.32),rgba(255,0,102,.16) 40%,rgba(255,0,102,.05) 60%,transparent 72%);filter:blur(44px);z-index:0;pointer-events:none}
.ca-home .hero::after{content:"";position:absolute;left:0;right:0;bottom:0;height:160px;background:linear-gradient(to bottom,transparent,#fff 92%);z-index:1;pointer-events:none}
.ca-home .hero-in{position:relative;z-index:2}
.ca-home .hero .lp-eyebrow{display:inline-flex;align-items:center;gap:7px;font-size:10.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);background:none;border:none;padding:0;margin-bottom:18px}
.ca-home .hero .lp-eyebrow .eb-stars{color:#f5b50a;font-size:12px;letter-spacing:1px}
.ca-home .hero .lp-eyebrow b{color:var(--ink);font-weight:800}
.ca-home .hero .lp-eyebrow .lucide{width:14px;height:14px;stroke-width:2.4;color:var(--pink)}
.ca-home .hero h1{font-size:clamp(38px,5.2vw,62px);line-height:1.03;font-weight:900;letter-spacing:-.045em;max-width:none;margin:0 auto}
.ca-home .hero h1 span{display:block}
.ca-home .hero h1 em{color:var(--pink);font-style:normal}
.ca-home .hero .sub{font-size:clamp(17px,2vw,21px);line-height:1.5;color:var(--muted);max-width:64ch;margin:22px auto 0;font-weight:400}
.ca-home .hero-cta{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:54px;flex-wrap:wrap}
.ca-home .hero-trust{display:inline-flex;align-items:center;gap:9px;font-size:12.5px;font-weight:500;color:var(--muted-2);margin-top:14px;flex-wrap:wrap;justify-content:center}
.ca-home .hero-trust .stars{color:#f5b50a;font-size:12px;letter-spacing:1px;opacity:.85}
.ca-home .hero-trust img{height:15px;width:auto;vertical-align:middle;opacity:.9}
.ca-home .hero-trust img.g2{height:16px;border-radius:50%}
.ca-home .hero-trust .dot{width:4px;height:4px;border-radius:50%;background:var(--muted-2);display:inline-block}
.ca-home .hero-trust b{color:var(--muted);font-weight:700}
.ca-home .demo{position:relative;z-index:2;max-width:1140px;margin:54px auto 0;padding:0 12px}
.ca-home .demo-tabs{display:flex;gap:4px;width:100%;margin:0 0 18px;padding:5px;background:#eef0f4;border:1px solid #e2e5ec;border-radius:14px;box-shadow:inset 0 1px 2px rgba(13,27,62,.04)}
.ca-home .demo-tabs-wrap{display:block}
.ca-home .demo-tab{position:relative;flex:1;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:transparent;border:none;color:var(--muted);font-family:var(--sans);font-size:14.5px;font-weight:700;letter-spacing:-.01em;padding:13px 10px;border-radius:10px;cursor:pointer;transition:.16s;overflow:hidden;white-space:nowrap}
.ca-home .demo-tab .lucide{width:18px;height:18px;stroke-width:2.2;color:var(--muted-2);transition:.16s}
.ca-home .demo-tab.active svg,.ca-home .demo-tab.active svg *{fill:var(--pink)!important;stroke:var(--pink)!important}
.ca-home .demo-tab:hover{color:var(--ink)}
.ca-home .demo-tab:hover .lucide{color:var(--muted)}
.ca-home .demo-tab.active{background:#fff;color:var(--ink);box-shadow:0 4px 12px -4px rgba(13,27,62,.18),0 1px 2px rgba(13,27,62,.08)}
.ca-home .demo-tab.active .lucide{color:var(--pink)}
.ca-home .demo-tab .progress{position:absolute;left:8px;bottom:4px;height:2.5px;width:0;background:var(--pink);border-radius:2px}
.ca-home .demo-tab.active .progress.run{width:calc(100% - 16px);transition:width 7s linear}

.ca-home .demo-frame{position:relative;background:#fff;border-radius:20px;box-shadow:0 0 0 4px #fdeef4, 0 0 0 5px #f5d8e5;border:1px solid var(--line);overflow:hidden;display:flex;z-index:1}
.ca-home .demo::after{content:"";position:absolute;left:50%;top:calc(100% - 90px);transform:translateX(-50%);width:150%;height:300px;background:radial-gradient(ellipse 50% 50% at center,rgba(255,0,102,.55),rgba(255,0,102,.22) 45%,transparent 72%);filter:blur(38px);z-index:0;pointer-events:none}
.ca-home .demo-side{width:174px;flex:none;background:#fff;border-right:1px solid var(--line-2);padding:16px 12px;display:flex;flex-direction:column;gap:3px}
.ca-home .demo-side .ds-logo{height:30px;width:auto;margin:2px 6px 18px;align-self:flex-start}
.ca-home .demo-side .ds-sec{font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--muted-2);margin:14px 12px 6px}
.ca-home .demo-side .ds-item{display:flex;align-items:center;gap:11px;font-size:13px;font-weight:700;color:var(--muted);padding:9px 12px;border-radius:10px}
.ca-home .demo-side .ds-item .lucide{width:17px;height:17px;flex:none}
.ca-home .demo-side .ds-item.on{background:var(--navy);color:#fff}
.ca-home .demo-side .ds-new{margin-left:auto;font-size:7.5px;font-weight:800;background:var(--pink);color:#fff;border-radius:999px;padding:2px 6px;letter-spacing:.02em}
.ca-home .demo-main{flex:1;min-width:0;display:flex;flex-direction:column}
.ca-home .demo-bar{height:54px;display:flex;align-items:center;gap:13px;padding:0 18px;border-bottom:1px solid var(--line-2);background:#fff}
.ca-home .demo-bar .db-logo{height:19px;width:auto}
.ca-home .demo-bar .db-sep{width:1px;height:22px;background:var(--line);flex:none}
.ca-home .demo-bar .db-title{font-size:15px;font-weight:800;letter-spacing:-.02em;color:var(--ink)}
.ca-home .demo-bar .db-right{margin-left:auto;display:flex;align-items:center;gap:10px}
.ca-home .demo-bar .db-pill{font-size:11px;font-weight:800;color:var(--pink-700);background:var(--pink-faint);border-radius:var(--r-pill);padding:5px 12px}
.ca-home .demo-bar .db-cta{display:inline-flex;align-items:center;gap:6px;font-size:11.5px;font-weight:700;color:var(--pink-700);background:var(--pink-faint);border:1px solid var(--pink-soft);border-radius:8px;padding:6px 12px;text-decoration:none}
.ca-home .demo-bar .db-cta:hover{background:var(--pink);color:#fff;border-color:var(--pink)}
.ca-home .demo-bar .db-cta .lucide{width:13px;height:13px}
.ca-home .demo-stage{position:relative;height:454px;background:linear-gradient(180deg,#fcfcfd,#f7f8fb)}
.ca-home .demo-panel{position:absolute;inset:0;padding:26px 28px;opacity:0;visibility:hidden;transition:opacity .4s ease;overflow:hidden}
.ca-home .demo-panel.active{opacity:1;visibility:visible}
@media (prefers-reduced-motion:no-preference){
  .ca-home .demo-panel.active .rise{animation:demoRise .5s cubic-bezier(.2,.7,.2,1) both}
  .ca-home .demo-panel.active .rise.d1{animation-delay:.06s}.ca-home .demo-panel.active .rise.d2{animation-delay:.12s}.ca-home .demo-panel.active .rise.d3{animation-delay:.18s}.ca-home .demo-panel.active .rise.d4{animation-delay:.24s}
}
@keyframes demoRise{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}
.ca-home .demo-caption{text-align:center;margin-top:18px;font-size:15px;color:var(--muted);font-weight:500;max-width:64ch;margin-left:auto;margin-right:auto}
.ca-home .demo-caption b{color:var(--ink);font-weight:700}
.ca-home .demo .callout{display:none}
.ca-home .callout{position:absolute;z-index:5;max-width:290px;background:var(--navy);color:#fff;border-radius:14px;padding:15px 17px;font-size:13.5px;line-height:1.5;font-weight:500;box-shadow:var(--shadow-float)}
.ca-home .callout::before{content:"";position:absolute;width:14px;height:14px;background:var(--navy);transform:rotate(45deg)}
.ca-home .callout .ct{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#ff9ec4;margin-bottom:7px}
.ca-home .callout .ct .lucide{width:14px;height:14px;stroke-width:2.6}
.ca-home .callout b{color:#fff;font-weight:700}
.ca-home .mock-h{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}
.ca-home .mock-title{font-size:15px;font-weight:900;letter-spacing:-.02em;color:var(--ink);display:flex;align-items:center;gap:9px}
.ca-home .mock-title .pin{width:26px;height:26px;border-radius:8px;background:var(--pink-faint);color:var(--pink);display:flex;align-items:center;justify-content:center}
.ca-home .mock-title .pin .lucide{width:15px;height:15px}
.ca-home .chip{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;font-weight:600;color:var(--body);background:#fff;border:1px solid var(--line);border-radius:var(--r-pill);padding:7px 13px}
.ca-home .chip .k{color:var(--muted-2);font-weight:600}
.ca-home .chip.on{background:var(--pink-faint);border-color:var(--pink-soft);color:var(--pink-700)}
.ca-home .chip .lucide{width:13px;height:13px}
.ca-home .cre{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid var(--line-2);border-radius:12px;padding:11px 14px}
.ca-home .cre .av{width:40px;height:40px;border-radius:50%;flex:none;object-fit:cover;background:linear-gradient(135deg,#ff0066,#ff5c9b);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:900;font-size:14px;overflow:hidden}
.ca-home .cre .nm{font-size:13.5px;font-weight:800;color:var(--ink);display:flex;align-items:center;gap:5px}
.ca-home .cre .nm .v{color:var(--good)}.ca-home .cre .nm .v .lucide{width:13px;height:13px}
.ca-home .cre .hd{font-size:12px;color:var(--muted)}
.ca-home .cre .lp-tag{margin-left:auto;font-size:11.5px;font-weight:700;color:var(--pink-700);background:var(--pink-faint);border-radius:var(--r-pill);padding:5px 10px}
.ca-home .cre .met{margin-left:auto;text-align:right}
.ca-home .cre .met b{font-size:13.5px;font-weight:900;color:var(--ink);display:block;letter-spacing:-.02em}
.ca-home .cre .met span{font-size:10.5px;color:var(--muted-2);text-transform:uppercase;letter-spacing:.05em}
.ca-home .t-search{display:grid;grid-template-columns:230px 1fr;gap:22px;height:100%}
.ca-home .t-search .filters{display:flex;flex-direction:column;gap:9px;align-content:start}
.ca-home .t-search .filters .lbl{font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--muted-2);margin-bottom:2px}
.ca-home .t-search .results{display:flex;flex-direction:column;gap:9px;overflow:hidden}
.ca-home .t-search .resbar{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:var(--muted);font-weight:600;margin-bottom:2px}
.ca-home .t-search .resbar b{color:var(--ink);font-weight:900;font-size:15px;letter-spacing:-.02em}
.ca-home .t-look{display:grid;grid-template-columns:0.92fr 1.08fr;gap:24px;height:100%}
.ca-home .t-look .seed{background:#fff;border:1px solid var(--line-2);border-radius:14px;padding:18px;display:flex;flex-direction:column}
.ca-home .t-look .seed .lbl{font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--muted-2);margin-bottom:12px}
.ca-home .t-look .seed .big{display:flex;align-items:center;gap:13px;margin-bottom:14px}
.ca-home .t-look .seed .big .av{width:54px;height:54px;border-radius:50%;background:linear-gradient(135deg,#ff0066,#ff5c9b);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:18px;flex:none}
.ca-home .t-look .seed .big .nm{font-size:16px;font-weight:900;color:var(--ink)}
.ca-home .t-look .seed .big .hd{font-size:12.5px;color:var(--muted)}
.ca-home .t-look .overlap{margin-top:auto;border-top:1px solid var(--line-2);padding-top:14px}
.ca-home .t-look .overlap .ot{font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--muted-2);margin-bottom:11px}
.ca-home .bar{margin-bottom:12px}
.ca-home .bar .br{display:flex;justify-content:space-between;font-size:12px;font-weight:700;color:var(--ink);margin-bottom:5px}
.ca-home .bar .br .pct{color:var(--pink-700)}
.ca-home .bar .track{height:8px;border-radius:999px;background:#eef0f4;overflow:hidden}
.ca-home .bar .fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#ff0066,#ff5c9b)}
.ca-home .t-look .similar{display:flex;flex-direction:column;gap:9px}
.ca-home .t-look .similar .lbl{font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--muted-2);margin-bottom:2px}
.ca-home .t-listen{display:flex;flex-direction:column;height:100%;gap:14px}
.ca-home .kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.ca-home .kpi{background:#fff;border:1px solid var(--line-2);border-radius:13px;padding:14px 15px}
.ca-home .kpi .v{font-size:24px;font-weight:900;letter-spacing:-.04em;color:var(--ink)}
.ca-home .kpi .l{font-size:11.5px;color:var(--muted);font-weight:600;margin-top:3px;display:flex;align-items:center;gap:5px}
.ca-home .kpi .l .lucide{width:13px;height:13px;color:var(--muted-2)}
.ca-home .kpi .delta{font-size:11px;font-weight:800;color:var(--good);margin-top:7px;display:inline-flex;align-items:center;gap:3px}
.ca-home .kpi .delta .lucide{width:12px;height:12px}
.ca-home .listen-low{display:grid;grid-template-columns:1.55fr 1fr;gap:14px;flex:1;min-height:0}
.ca-home .chartcard,.ca-home .topcard{background:#fff;border:1px solid var(--line-2);border-radius:14px;padding:15px 16px;display:flex;flex-direction:column}
.ca-home .chartcard .ch-h,.ca-home .topcard .tc-h{font-size:12.5px;font-weight:800;color:var(--ink);margin-bottom:6px;display:flex;align-items:center;justify-content:space-between}
.ca-home .chartcard .ch-h span,.ca-home .topcard .tc-h span{font-size:11px;font-weight:700;color:var(--good)}
.ca-home .chartcard svg{width:100%;flex:1}
.ca-home .topcard .row{display:flex;align-items:center;gap:10px;padding:7px 0;border-bottom:1px solid var(--line-2)}
.ca-home .topcard .row:last-child{border-bottom:none}
.ca-home .topcard .row .th{width:34px;height:34px;border-radius:8px;flex:none;object-fit:cover;background:var(--tile)}
.ca-home .topcard .row .ti{font-size:12px;font-weight:700;color:var(--ink);line-height:1.3}
.ca-home .topcard .row .ts{font-size:11px;color:var(--muted)}
.ca-home .topcard .row .tv{margin-left:auto;font-size:12px;font-weight:900;color:var(--pink-700)}
.ca-home .sl2{display:flex;flex-direction:column;height:100%;gap:11px}
.ca-home .sl-head{display:flex;align-items:flex-start;gap:9px}
.ca-home .sl-logo{width:42px;height:42px;border-radius:10px;object-fit:cover;flex:none}
.ca-home .sl-id{display:flex;flex-direction:column;gap:2px}
.ca-home .sl-id .h{font-size:18px;font-weight:900;letter-spacing:-.025em;color:var(--ink);display:flex;align-items:center;gap:9px}
.ca-home .sl-id .h .v{color:var(--good);display:flex}.ca-home .sl-id .h .v .lucide{width:15px;height:15px}
.ca-home .sl-id .nm{font-size:9.5px;font-weight:600;color:var(--muted);display:flex;align-items:center;gap:5px;flex-wrap:wrap}
.ca-home .sl-id .nm .tk{display:inline-flex;align-items:center;gap:4px;color:var(--muted)}
.ca-home .sl-id .nm .tk svg, .ca-home .sl-id .nm .tk img{width:11px;height:11px;border-radius:3px;object-fit:contain;flex:none}
.ca-home .sl-id .nm .tk .ttlogo{border-radius:3px;object-fit:cover;transform:scale(1.04)}
.ca-home .sl-track{align-self:center;margin-left:6px;display:inline-flex;align-items:center;gap:6px;font-size:10.5px;font-weight:800;color:#0b8a5e;background:var(--success-bg,#e7faf2);border:1px solid #bdf0da;border-radius:999px;padding:3px 9px}
.ca-home .sl-track .dot{width:7px;height:7px;border-radius:50%;background:#04CD8B;display:block;box-shadow:0 0 0 0 rgba(4,205,139,.6);animation:slPulse 1.8s infinite}
@keyframes slPulse{0%{box-shadow:0 0 0 0 rgba(4,205,139,.55)}70%{box-shadow:0 0 0 6px rgba(4,205,139,0)}100%{box-shadow:0 0 0 0 rgba(4,205,139,0)}}
.ca-home .sl-filter{margin-left:auto;display:inline-flex;align-items:center;gap:7px;font-size:11.5px;font-weight:700;color:var(--body);background:#fff;border:1px solid #e6e8ee;border-radius:9px;padding:7px 12px}
.ca-home .sl-filter .lucide{width:13px;height:13px;color:var(--muted-2)}
.ca-home .sl-metrics{display:flex;gap:11px;margin-bottom:16px}
.ca-home .sl-mcard{background:#fff;border:1px solid var(--line-2);border-radius:12px;padding:11px 14px;flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center}
.ca-home .sl-mcard .ml{font-size:10.5px;font-weight:700;color:var(--muted);display:flex;align-items:center;gap:5px}
.ca-home .sl-mcard .ml .lucide{width:12px;height:12px;color:var(--muted-2)}
.ca-home .sl-mcard .mv{font-size:24px;font-weight:900;letter-spacing:-.04em;color:var(--ink);line-height:1.1}
.ca-home .sl-mcard .mrow{display:flex;align-items:center;gap:8px;margin-top:4px}
.ca-home .sl-mcard .msub{font-size:9px;color:var(--muted-2);font-weight:600;margin-top:2px}
.ca-home .sl-mcard .md{font-size:10px;font-weight:800;color:#0b8a5e;background:var(--success-bg,#e7faf2);border:1px solid #bdf0da;border-radius:999px;padding:2px 8px;display:inline-flex;align-items:center;gap:3px}
.ca-home .sl-mcard .md .lucide{width:11px;height:11px}
.ca-home .sl-chart{flex:1.4;display:flex;flex-direction:column;justify-content:flex-end;padding:9px 12px}
.ca-home .sl-chart .cl{font-size:10.5px;font-weight:700;color:var(--muted);display:flex;align-items:center;justify-content:space-between;gap:8px}
.ca-home .sl-chart .cl .md{font-size:10px;font-weight:800;color:#0b8a5e;background:var(--success-bg,#e7faf2);border:1px solid #bdf0da;border-radius:999px;padding:2px 8px;display:inline-flex;align-items:center;gap:3px}
.ca-home .sl-chart .cl .md .lucide{width:11px;height:11px}
.ca-home .sl-bars{display:flex;align-items:flex-end;gap:4px;height:42px;margin-top:7px}
.ca-home .sl-bars i{flex:1;background:linear-gradient(180deg,#ff4d8d,#ff0066);border-radius:3px 3px 0 0;display:block;min-height:4px}
.ca-home .sl-dates{display:flex;gap:4px;margin-top:5px}
.ca-home .sl-dates em{flex:1;text-align:center;font-size:6.5px;font-weight:700;color:var(--muted-2);font-style:normal;letter-spacing:-.02em}
.ca-home .sl-content{position:relative;display:grid;grid-template-columns:repeat(5,1fr);grid-auto-rows:176px;gap:11px;flex:1;min-height:0;overflow:hidden;margin-bottom:-26px;padding-top:13px;padding-bottom:4px}
.ca-home .sl-content::after{content:"";position:absolute;left:0;right:0;bottom:0;height:30px;background:linear-gradient(to top,#fff 6%,transparent);pointer-events:none;z-index:6}
.ca-home .slpost{position:relative;display:flex;flex-direction:column;border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 5px 16px -10px rgba(13,27,62,.4);border:1px solid var(--line-2)}
.ca-home .slpost:has(.star){overflow:visible}
.ca-home .slpost .media{position:relative;flex:1;min-height:0;overflow:hidden;border-radius:11px 11px 0 0}
.ca-home .slpost .media img{width:100%;height:100%;object-fit:cover;display:block}
.ca-home .slpost .top{position:absolute;top:6px;left:6px;display:inline-flex;align-items:center;gap:4px;background:none;border-radius:999px;padding:0;z-index:2}
.ca-home .slpost .top img{width:14px;height:14px;border-radius:50%;flex:none;object-fit:cover;box-shadow:0 1px 3px rgba(0,0,0,.4)}
.ca-home .slpost .top .tn{display:flex;flex-direction:column;line-height:1.05;min-width:0}
.ca-home .slpost .top .tn b{font-size:7.5px;font-weight:700;color:#fff;display:flex;align-items:center;gap:3px;white-space:nowrap;text-shadow:0 1px 3px rgba(0,0,0,.7)}
.ca-home .slpost .top .tn b .v{display:flex}.ca-home .slpost .top .tn b .v svg{width:7px;height:7px}
.ca-home .slpost .top .tn span{font-size:6.5px;color:rgba(255,255,255,.85);font-weight:500;text-shadow:0 1px 3px rgba(0,0,0,.7)}
.ca-home .slpost .plat{position:absolute;top:13px;left:13px;width:13px;height:13px;border-radius:4px;overflow:hidden;display:flex;align-items:center;justify-content:center;z-index:3;filter:drop-shadow(0 1px 2px rgba(0,0,0,.45))}
.ca-home .slpost .plat svg{width:13px;height:13px}
.ca-home .slpost .plat .ttlogo{width:13px;height:13px;object-fit:cover;transform:scale(1.04);border-radius:0}
.ca-home .slpost .play{position:absolute;inset:0;margin:auto;width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.85);display:flex;align-items:center;justify-content:center;z-index:2;box-shadow:0 4px 12px -3px rgba(13,27,62,.4)}
.ca-home .slpost .play .lucide{width:15px;height:15px;fill:var(--navy);color:var(--navy);margin-left:2px}
.ca-home .slpost .dur{display:none}
.ca-home .slpost .foot{flex:none;display:flex;align-items:center;gap:8px;padding:6px 9px;font-size:8.5px;font-weight:600;color:var(--muted);border-radius:0 0 11px 11px}
.ca-home .slpost .foot span{display:flex;align-items:center;gap:3px}
.ca-home .slpost .foot .lucide{width:10px;height:10px;color:var(--muted-2)}
.ca-home .slpost .foot .emv{color:var(--ink);font-weight:700;margin-right:auto}
.ca-home .slpost .star{position:absolute;top:-10px;right:9px;left:auto;display:inline-flex;align-items:center;gap:3px;font-size:9px;font-weight:900;color:#fff;background:linear-gradient(135deg,#ff4d8d,#ff0066);border-radius:999px;padding:4px 10px;z-index:5;box-shadow:0 6px 14px -3px rgba(255,0,102,.7);white-space:nowrap}
.ca-home .slpost .star .lucide{width:9px;height:9px}
.ca-home .slpost .ctype{display:none}
.ca-home .slpost .ctype .lucide{width:9px;height:9px;stroke-width:2.6}
@media(max-width:860px){.ca-home .sl-content{grid-template-columns:repeat(3,1fr)}}
.ca-home .t-fans{display:grid;grid-template-columns:0.95fr 1.05fr;gap:24px;height:100%;align-items:center}
.ca-home .donut-wrap{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;border:1px solid var(--line-2);border-radius:14px;padding:22px;height:100%}
.ca-home .donut-wrap .brand{font-size:13px;font-weight:800;color:var(--ink);margin-bottom:16px;display:flex;align-items:center;gap:8px}
.ca-home .donut-wrap .brand .lg{width:26px;height:26px;border-radius:7px;background:var(--navy);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:12px}
.ca-home .donut{width:168px;height:168px;border-radius:50%;background:conic-gradient(var(--pink) 0 20%,var(--navy) 20% 72%,#d7dbe4 72% 100%);display:flex;align-items:center;justify-content:center;position:relative}
.ca-home .donut::after{content:"";position:absolute;width:108px;height:108px;border-radius:50%;background:#fff}
.ca-home .donut .mid{position:relative;z-index:2;text-align:center}
.ca-home .donut .mid b{font-size:27px;font-weight:900;letter-spacing:-.04em;color:var(--ink);display:block;line-height:1}
.ca-home .donut .mid span{font-size:10.5px;color:var(--muted);font-weight:700;text-transform:uppercase;letter-spacing:.05em}
.ca-home .legend{display:flex;gap:16px;margin-top:18px;flex-wrap:wrap;justify-content:center}
.ca-home .legend .lg-i{display:flex;align-items:center;gap:7px;font-size:12px;font-weight:600;color:var(--body)}
.ca-home .legend .lg-i i{width:11px;height:11px;border-radius:3px;display:block}
.ca-home .fans-list{display:flex;flex-direction:column;gap:9px}
.ca-home .fans-list .lbl{font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--muted-2);margin-bottom:2px}
.ca-home .sf2{display:grid;grid-template-columns:0.78fr 1.22fr;gap:16px;height:100%;position:relative;margin-bottom:-40px}
.ca-home .sf-left{background:#fff;border:1px solid var(--line-2);border-radius:14px;padding:16px 15px;display:flex;flex-direction:column;align-items:center;align-self:start}
.ca-home .sf-logo{height:34px;width:auto;margin:4px 0 16px}
.ca-home .sf-st{width:100%;font-size:9px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--muted-2);margin:0 0 9px;text-align:left}
.ca-home .sf-st.mt{margin-top:15px;padding-top:14px;border-top:1px solid var(--line-2)}
.ca-home .sf-brandsel{width:100%;background:#E0F9F2;border:1px solid #c0ecdf;border-radius:10px;padding:8px 10px;margin-bottom:0}
.ca-home .sf-brandsel .l{font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--muted-2);margin-bottom:5px;display:flex;align-items:center;gap:5px}
.ca-home .sf-brandsel .l .lucide{width:11px;height:11px;color:var(--pink)}
.ca-home .sf-brandsel .f{background:#fff;border:1px solid #e4e7ec;border-radius:8px;height:32px;padding:0 9px;display:flex;align-items:center;gap:7px;font-size:11px;font-weight:600;color:var(--ink)}
.ca-home .sf-brandsel .f .pill{display:inline-flex;align-items:center;gap:5px;background:#eef0f4;border-radius:999px;padding:3px 9px;font-size:11px;font-weight:700}
.ca-home .sf-brandsel .f .cv{margin-left:auto;color:var(--muted-2);display:flex}.ca-home .sf-brandsel .f .cv .lucide{width:12px;height:12px}
.ca-home .sf-donut{width:132px;height:132px;border-radius:50%;background:conic-gradient(var(--pink) 0 20.01%,#dfe3ea 20.01% 100%);display:flex;align-items:center;justify-content:center;position:relative;margin:4px 0}
.ca-home .sf-donut::after{content:"";position:absolute;width:88px;height:88px;border-radius:50%;background:#fff}
.ca-home .sf-donut .mid{position:relative;z-index:2;text-align:center}
.ca-home .sf-donut .mid b{font-size:23px;font-weight:900;letter-spacing:-.04em;color:var(--ink);display:block;line-height:1}
.ca-home .sf-donut .mid span{font-size:8.5px;color:var(--muted);font-weight:700;text-transform:uppercase;letter-spacing:.04em}
.ca-home .sf-leg{display:flex;flex-direction:column;gap:7px;width:100%;margin-top:12px}
.ca-home .sf-leg div{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:600;color:var(--body)}
.ca-home .sf-leg i{width:10px;height:10px;border-radius:3px;flex:none}
.ca-home .sf-leg b{margin-left:auto;color:var(--ink);font-weight:800}
.ca-home .sf-note{font-size:9px;color:var(--muted-2);font-weight:600;margin-top:11px;text-align:center;line-height:1.45}
.ca-home .sf-list{position:relative;overflow:hidden;display:flex;flex-direction:column;gap:6px;height:calc(100% + 30px)}
.ca-home .sf-list::after{content:"";position:absolute;left:0;right:0;bottom:0;height:16px;background:linear-gradient(to top,#fff 6%,transparent);pointer-events:none}
.ca-home .sf-glbl{font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--muted-2);display:flex;align-items:center;gap:7px;margin:1px 0}
.ca-home .sf-glbl::after{content:"";flex:1;height:1px;background:var(--line-2)}
.ca-home .sf-chead{display:flex;align-items:center;gap:10px;padding:7px 11px;background:#fff;border:1px solid var(--line-2);border-radius:11px;box-shadow:0 1px 2px rgba(13,27,62,.05);font-size:8.5px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:var(--muted-2);margin-bottom:4px}
.ca-home .sf-chead .a1{width:34px;flex:none}.ca-home .sf-chead .a2{flex:1}.ca-home .sf-chead .a3{width:56px;flex:none;text-align:center}.ca-home .sf-chead .a4{width:104px;flex:none}.ca-home .sf-chead .a5{width:100px;flex:none;text-align:center}
.ca-home .sf-row{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--line-2);border-radius:11px;padding:6px 11px;box-shadow:0 1px 2px rgba(13,27,62,.05)}
.ca-home .sf-row .av{width:34px;height:34px;border-radius:50%;object-fit:cover;flex:none;background:linear-gradient(135deg,#ff0066,#ff5c9b);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:12px}
.ca-home .sf-row .id{flex:1;min-width:0;text-align:left}
.ca-home .sf-row .id .h{font-size:12px;font-weight:800;color:var(--pink-700);display:flex;align-items:center;gap:4px;white-space:nowrap}
.ca-home .sf-row .id .h .v{display:flex;color:var(--good)}.ca-home .sf-row .id .h .v .lucide{width:12px;height:12px}.ca-home .sf-row .id .h .v svg{width:13px;height:13px;display:block}
.ca-home .srow .cr .h .v svg,.ca-home .cre .nm .v svg{width:13px;height:13px;display:block}
.ca-home .sf-row .id .n{font-size:10px;color:var(--muted);font-weight:600}
.ca-home .sf-row .fol{flex:none;width:56px;text-align:center;font-size:11px;font-weight:800;color:var(--ink)}
.ca-home .sf-row .loc{flex:none;width:104px;font-size:10.5px;font-weight:600;color:var(--body);display:flex;align-items:center;gap:5px;white-space:nowrap;overflow:hidden}
.ca-home .sf-row .loc .lucide{width:11px;height:11px;color:var(--muted-2);flex:none}
.ca-home .sf-row .lp-tag{flex:none;width:100px;text-align:center;font-size:9.5px;font-weight:800;border-radius:999px;padding:4px 0}
.ca-home .sf-row .lp-tag.sup{color:#b06a00;background:#fff3e0;border:1px solid #ffe0b0}
.ca-home .sf-row .lp-tag.men{color:#1a7f5a;background:var(--success-bg,#e7faf2);border:1px solid #bdf0da}
@media(max-width:860px){.ca-home .sf2{grid-template-columns:1fr;margin-bottom:0}}
.ca-home .t-comp{display:grid;grid-template-columns:1fr 1fr;gap:18px;height:100%;align-content:center}
.ca-home .comp-side{border-radius:16px;padding:22px;display:flex;flex-direction:column;gap:14px}
.ca-home .comp-you{background:linear-gradient(180deg,var(--pink-faint),#fff);border:2px solid var(--pink-soft)}
.ca-home .comp-them{background:#fff;border:1px solid var(--line-2)}
.ca-home .comp-side .cs-h{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:900;color:var(--ink)}
.ca-home .comp-side .cs-h .lg{width:30px;height:30px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:13px;color:#fff;flex:none}
.ca-home .comp-you .cs-h .lg{background:var(--pink)} .ca-home .comp-them .cs-h .lg{background:var(--muted-2)}
.ca-home .comp-side .cs-h .badge{margin-left:auto;font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;padding:4px 9px;border-radius:999px}
.ca-home .comp-you .cs-h .badge{background:var(--pink);color:#fff}
.ca-home .comp-stat{display:flex;align-items:baseline;justify-content:space-between;border-bottom:1px dashed var(--line);padding-bottom:11px}
.ca-home .comp-stat:last-child{border-bottom:none;padding-bottom:0}
.ca-home .comp-stat .cl{font-size:12.5px;color:var(--muted);font-weight:600}
.ca-home .comp-stat .cv{font-size:20px;font-weight:900;letter-spacing:-.03em;color:var(--ink)}
.ca-home .comp-you .comp-stat .cv{color:var(--pink-700)}
.ca-home .cmp2{display:flex;flex-direction:column;height:100%;gap:6px;position:relative;margin-bottom:-40px}
.ca-home .cmp2-bar{display:flex;align-items:center;justify-content:space-between;flex:none}
.ca-home .cmp2-bar .t{font-size:12px;font-weight:900;letter-spacing:-.02em;color:var(--ink)}
.ca-home .cmp2-bar .filt{display:inline-flex;align-items:center;gap:7px;font-size:11px;font-weight:700;color:var(--body);background:#fff;border:1px solid #e6e8ee;border-radius:9px;padding:5px 11px}
.ca-home .cmp2-bar .filt .lucide{width:13px;height:13px;color:var(--muted-2)}
.ca-home .cmp2-chart{background:#fff;border:1px solid var(--line-2);border-radius:13px;padding:6px 15px;box-shadow:0 1px 2px rgba(13,27,62,.05);flex:none}
.ca-home .cmp2-chh{display:flex;align-items:center;justify-content:space-between;margin-bottom:5px}
.ca-home .cmp2-chh .t{font-size:12px;font-weight:900;letter-spacing:-.02em;color:var(--ink)}
.ca-home .cmp2-leg{display:flex;gap:14px}
.ca-home .cmp2-leg span{display:flex;align-items:center;gap:6px;font-size:10.5px;font-weight:700;color:var(--body)}
.ca-home .cmp2-leg i{width:14px;height:3px;border-radius:2px;display:block}
.ca-home .cmp2-leg i.you{background:var(--pink)}.ca-home .cmp2-leg i.them{background:#9aa3b5}
.ca-home .cmp2-chartbox{position:relative}
.ca-home .cmp2-chartbox svg{width:100%;height:36px;display:block}
.ca-home .cmp2-vs{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:11px;flex:none}
.ca-home .cmp2-card{border-radius:12px;padding:7px 12px;border:1px solid var(--line-2)}
.ca-home .cmp2-card.you{background:linear-gradient(180deg,var(--pink-faint),#fff);border-color:var(--pink-soft)}
.ca-home .cmp2-card.them{background:#fff}
.ca-home .cmp2-card .hd{display:flex;align-items:center;gap:7px;font-size:11px;font-weight:900;letter-spacing:-.02em;color:var(--ink);margin-bottom:5px}
.ca-home .cmp2-card .hd .dot{width:10px;height:10px;border-radius:3px;flex:none}
.ca-home .cmp2-card.you .hd .dot{background:var(--pink)}.ca-home .cmp2-card.them .hd .dot{background:#9aa3b5}
.ca-home .cmp2-card .hd .bdg{margin-left:auto;font-size:8.5px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;padding:3px 8px;border-radius:999px;background:var(--pink);color:#fff}
.ca-home .cmp2-card .mets{display:flex;gap:6px}
.ca-home .cmp2-card .mets div{flex:1;text-align:center}
.ca-home .cmp2-card .mets b{font-size:14px;font-weight:900;letter-spacing:-.03em;color:var(--ink);display:block;line-height:1.1}
.ca-home .cmp2-card.you .mets b{color:var(--pink-700)}
.ca-home .cmp2-card .mets span{font-size:8px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--muted-2)}
.ca-home .cmp2-months{display:flex;justify-content:space-between;font-size:9px;font-weight:700;color:var(--muted-2);margin-top:3px;padding:0 2px}
.ca-home .cmp2-list{position:relative;overflow:hidden;display:flex;flex-direction:column;gap:6px;flex:1;min-height:0;margin-bottom:-14px}
.ca-home .cmp2-list::after{content:"";position:absolute;left:0;right:0;bottom:0;height:30px;background:linear-gradient(to top,#fff 8%,transparent);pointer-events:none}
.ca-home .cmp2-glbl{font-size:9.5px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--muted-2);display:flex;align-items:center;gap:7px;margin:1px 0}
.ca-home .cmp2-glbl b{color:var(--pink-700);font-weight:800}
.ca-home .cmp2-glbl::after{content:"";flex:1;height:1px;background:var(--line-2)}
.ca-home .cmp2-row{display:flex;align-items:center;gap:11px;background:#fff;border:1px solid var(--line-2);border-radius:11px;padding:5px 11px;box-shadow:0 1px 2px rgba(13,27,62,.05)}
.ca-home .cmp2-row .av{width:32px;height:32px;border-radius:50%;object-fit:cover;flex:none}
.ca-home .cmp2-row .id{flex:1;min-width:0;text-align:left}
.ca-home .cmp2-row .id .h{font-size:12px;font-weight:800;color:var(--pink-700);display:flex;align-items:center;gap:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ca-home .cmp2-row .id .h .v{display:flex;flex:none}.ca-home .cmp2-row .id .h .v svg{width:11px;height:11px;display:block}
.ca-home .cmp2-row .id .n{font-size:10px;color:var(--muted);font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ca-home .cmp2-row .m{flex:none;text-align:center}
.ca-home .cmp2-row .m b{font-size:12px;font-weight:900;color:var(--ink);display:block;letter-spacing:-.02em;line-height:1.1}
.ca-home .cmp2-row .m span{display:none}
.ca-home .cmp2-row .m.foll{width:70px}.ca-home .cmp2-row .m.reach{width:70px}.ca-home .cmp2-row .m.emv{width:70px}.ca-home .cmp2-row .m.men{width:70px}.ca-home .cmp2-row .m.eng{width:78px}
.ca-home .cmp2-row .m.emv b{color:#5b5bd6}
.ca-home .cmp2-row .thumbs{display:flex;gap:5px;flex:none;width:172px;justify-content:flex-end}
.ca-home .cmp2-row .thumbs .th{width:28px;height:34px;border-radius:6px;object-fit:cover;flex:none;border:1px solid var(--line-2)}
.ca-home .cmp2-chead{display:flex;align-items:center;gap:11px;margin-bottom:5px;padding:7px 11px;background:#fff;border:1px solid var(--line-2);border-radius:11px;box-shadow:0 1px 2px rgba(13,27,62,.05);font-size:8px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:var(--muted-2)}
.ca-home .cmp2-chead .c-av{width:32px;flex:none}.ca-home .cmp2-chead .c-id{flex:1;min-width:0;text-align:left}.ca-home .cmp2-chead .c-foll{width:70px;flex:none;text-align:center}.ca-home .cmp2-chead .c-reach{width:70px;flex:none;text-align:center}.ca-home .cmp2-chead .c-eng{width:78px;flex:none;text-align:center}.ca-home .cmp2-chead .c-emv{width:70px;flex:none;text-align:center}.ca-home .cmp2-chead .c-men{width:70px;flex:none;text-align:center}.ca-home .cmp2-chead .c-th{width:172px;flex:none;text-align:right}
@media(max-width:860px){.ca-home .cmp2{margin-bottom:0}.ca-home .cmp2-row .thumbs{display:none}}
.ca-home .bx-plat{display:flex;gap:8px}
.ca-home .bx-pt{display:flex;align-items:center;gap:6px;font-size:12.5px;font-weight:700;color:var(--muted);background:#f4f5f8;border:1px solid #eceef3;border-radius:10px;padding:8px 14px}
.ca-home .bx-pt.on{background:var(--pink-faint);border-color:var(--pink-soft);color:var(--pink-700)}
.ca-home .bx-pt svg{width:14px;height:14px}
.ca-home .ss-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:13px}
.ca-home .ss-search{flex:1;display:flex;align-items:center;gap:9px;background:#fff;border:1.5px solid var(--pink-soft);border-radius:11px;padding:0 13px;height:46px}
.ca-home .ss-search .seed{font-size:13px}
.ca-home .ss-search .typed{font-size:13.5px;font-weight:800;color:var(--ink);white-space:nowrap}
.ca-home .ss-search .caret{display:inline-block;width:2px;height:18px;background:var(--pink);border-radius:1px;margin-left:1px;animation:caretBlink .9s steps(1) infinite}
@keyframes caretBlink{50%{opacity:0}}
.ca-home .ss-label{font-size:14px}
.ca-home .ai-zoom{transform-origin:0% 0%}
.ca-home .ad.pressed{background:var(--pink)!important;color:#fff!important;box-shadow:inset 0 0 0 1px var(--pink)!important;transform:scale(.94)}
.ca-home .az-cursor{position:absolute;left:0;top:0;width:26px;height:26px;z-index:40;opacity:0;pointer-events:none;filter:drop-shadow(0 3px 5px rgba(13,27,62,.35));transition:transform .85s cubic-bezier(.4,.5,.2,1),opacity .25s}
.ca-home .az-cursor svg{width:100%;height:100%}
.ca-home .azpop{position:absolute;inset:0;z-index:35;display:flex;align-items:center;justify-content:center;padding:12px;background:rgba(13,27,62,.16);-webkit-backdrop-filter:blur(1.5px);backdrop-filter:blur(1.5px);opacity:0;visibility:hidden;transition:opacity .4s ease}
.ca-home .azpop.on{opacity:1;visibility:visible}
.ca-home .azpop-card{position:relative;z-index:2;width:476px;max-width:72%;background:#fff;border-radius:18px;box-shadow:0 30px 70px -24px rgba(13,27,62,.55);padding:13px 17px;transform:translateY(18px) scale(.94);opacity:0;transition:transform .5s cubic-bezier(.2,.7,.2,1),opacity .5s}
.ca-home .azp-side{position:absolute;top:50%;transform:translateY(-50%);width:132px;background:rgba(255,255,255,.92);border:1px solid var(--line-2);border-radius:13px;box-shadow:0 14px 34px -18px rgba(13,27,62,.4);padding:11px 12px;opacity:0;transition:opacity .5s ease .15s,transform .5s ease .15s;z-index:1}
.ca-home .azpop.on .azp-side{opacity:1}
.ca-home .azp-loc{left:50%;transform:translate(-304px,-50%)}
.ca-home .azp-gen{left:50%;transform:translate(174px,-50%)}
.ca-home .azpop.on .azp-loc{transform:translate(-344px,-50%)}
.ca-home .azpop.on .azp-gen{transform:translate(214px,-50%)}
.ca-home .azp-side-h{font-size:9px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:var(--muted-2);margin-bottom:9px}
.ca-home .azp-lrow{display:flex;align-items:center;gap:6px;font-size:10px;font-weight:700;color:var(--ink);margin-bottom:7px}
.ca-home .azp-lrow span:first-child{width:38px;flex:none}
.ca-home .azp-lbar{flex:1;height:5px;border-radius:999px;background:#eef0f4;overflow:hidden}
.ca-home .azp-lbar i{display:block;height:100%;border-radius:999px;background:#a855f7}
.ca-home .azp-lrow b{width:26px;text-align:right;flex:none;color:var(--muted)}
.ca-home .azp-donut{width:78px;height:78px;border-radius:50%;margin:2px auto 9px;background:conic-gradient(#ff2d7e 0 82%,#4DA6FF 82% 100%);display:flex;align-items:center;justify-content:center;position:relative}
.ca-home .azp-donut::after{content:"";position:absolute;width:50px;height:50px;border-radius:50%;background:#fff}
.ca-home .azp-dmid{position:relative;z-index:2;text-align:center}
.ca-home .azp-dmid b{font-size:15px;font-weight:900;color:var(--ink);display:block;line-height:.82;letter-spacing:-.03em}
.ca-home .azp-dmid span{font-size:7.5px;color:var(--muted);font-weight:700;text-transform:uppercase;letter-spacing:.04em;margin-top:-1px;display:block}
.ca-home .azp-glegend{display:flex;flex-direction:column;gap:5px}
.ca-home .azp-glegend span{display:flex;align-items:center;gap:6px;font-size:9.5px;font-weight:700;color:var(--body)}
.ca-home .azp-glegend i{width:9px;height:9px;border-radius:3px;flex:none}
@media(max-width:760px){.ca-home .azp-side{display:none}.ca-home .azpop-card{width:min(476px,94%)}}
.ca-home .azpop.on .azpop-card{transform:none;opacity:1}
.ca-home .azp-head{display:flex;align-items:center;gap:11px;padding-bottom:10px;border-bottom:1px solid var(--line-2)}
.ca-home .azp-av{width:40px;height:40px;border-radius:50%;object-fit:cover;flex:none}
.ca-home .azp-id{min-width:0}
.ca-home .azp-h{font-size:15px;font-weight:900;color:var(--ink);display:flex;align-items:center;gap:5px;letter-spacing:-.02em}
.ca-home .azp-h .v{color:var(--good);display:flex}.ca-home .azp-h .v .lucide{width:14px;height:14px}
.ca-home .azp-sub{font-size:12px;color:var(--muted);margin-top:2px}
.ca-home .azp-sub .azp-fol{display:block;margin-top:2px;font-weight:700;color:var(--ink)}
.ca-home .azp-stat{flex:none;display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:800;color:var(--pink-700);background:var(--pink-faint);border:1px solid var(--pink-soft);border-radius:999px;padding:6px 11px}
.ca-home .azp-stat .lucide{width:13px;height:13px}
.ca-home .azp-actions{margin-left:auto;display:flex;align-items:center;gap:8px;flex:none}
.ca-home .azp-demo{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:700;color:var(--body);background:#fff;box-shadow:inset 0 0 0 1px #e6e8ee;border-radius:7px;padding:6px 11px;cursor:pointer}
.ca-home .azp-demo:hover{color:var(--pink-700);box-shadow:inset 0 0 0 1px var(--pink-soft)}
.ca-home .azp-demo .lucide{width:13px;height:13px}
.ca-home .azp-row{display:flex;align-items:flex-start;gap:10px;padding:9px 0;border-bottom:1px solid var(--line-2);text-align:left}
.ca-home .azp-lbl{flex:none;width:52px;font-size:9.5px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:var(--muted-2);padding-top:3px}
.ca-home .azp-bio{font-size:13px;color:var(--body);font-weight:500;line-height:1.5}
.ca-home .azp-thumbs{display:grid;grid-template-columns:1fr 1fr 1fr;gap:9px;flex:1;min-width:0}
.ca-home .azp-th{position:relative;border-radius:10px;overflow:hidden;aspect-ratio:1/1;box-shadow:0 8px 20px -12px rgba(13,27,62,.4);border:1px solid var(--line-2)}
.ca-home .azp-th img{width:100%;height:100%;object-fit:cover}
.ca-home .azp-cap{position:absolute;left:0;right:0;bottom:0;padding:14px 8px 7px;background:linear-gradient(to top,rgba(13,27,62,.82),transparent);color:#fff;font-size:9.5px;font-weight:600;line-height:1.3}
.ca-home .azp-verdict{display:flex;align-items:center;gap:9px;font-size:12px;font-weight:700;color:var(--ink);padding-top:11px}
.ca-home .azp-verdict .lucide{width:17px;height:17px;color:var(--good);flex:none}
.ca-home .azp-verdict b{color:var(--pink-700)}
.ca-home mark.kwt{background:none;color:inherit;font:inherit;padding:0}
.ca-home .azp-chips{display:flex;flex-wrap:wrap;gap:7px}
.ca-home .azp-kw,.ca-home .azp-brand{font-size:11.5px;font-weight:700;border-radius:7px;padding:4px 9px;white-space:nowrap}
.ca-home .azp-combo{flex-direction:column;gap:9px}
.ca-home .azp-combo .azp-lbl{width:auto;padding-top:0}
.ca-home .azp-combo .azp-body{display:flex;gap:16px;flex:1;min-width:0}
.ca-home .azp-content{flex:0 0 40%;display:flex;gap:7px}
.ca-home .azp-content .azp-th{flex:1;aspect-ratio:3/4}
.ca-home .azp-cloud{flex:1;min-width:0;display:flex;flex-wrap:wrap;align-content:center;align-items:baseline;justify-content:center;gap:2px 7px;padding:4px 2px}
.ca-home .azp-cloud span{background:none!important;border:none!important;padding:0;border-radius:0;white-space:nowrap;line-height:1.02;font-weight:800;letter-spacing:-.01em}
.ca-home .azp-cloud .s0{font-size:10px;font-weight:600}
.ca-home .azp-cloud .s1{font-size:11px;font-weight:600}
.ca-home .azp-cloud .s2{font-size:13px;font-weight:700}
.ca-home .azp-cloud .s3{font-size:18px}
.ca-home .azp-cloud .s4{font-size:25px}
.ca-home .azp-cloud .gr{color:#bdc1cb}
.ca-home .azp-cloud .pk1{color:#ff0066}
.ca-home .azp-cloud .pk2{color:#ff4d8d}
.ca-home .azp-cloud .pk3{color:#ff9ec4}
.ca-home .azp-kw{background:#fff3a8;color:#0D1B3E;border:1px solid #f3df6a}
.ca-home .azp-brand{background:var(--pink-faint);color:var(--pink-700);border:1px solid var(--pink-soft)}
.ca-home .azpop.on mark.kwt{background:#fff3a8;color:#0D1B3E;font-weight:700;border:1px solid #f3df6a;border-radius:6px;padding:1px 7px}
.ca-home mark.kw{background:none;color:inherit;font:inherit;padding:0}
.ca-home .azpop.on mark.kw{background:#ffe600;color:#0D1B3E;font-weight:900;border-radius:5px;padding:1px 7px;font-size:1.34em;box-shadow:0 4px 14px -4px rgba(255,214,0,.85);display:inline-block;transform:rotate(-2deg) scale(0);animation:kwPop .5s cubic-bezier(.3,1.5,.5,1) forwards}
.ca-home .azpop.on .azp-row:nth-child(2) mark.kw{animation-delay:.35s}
.ca-home .azpop.on .azp-th:nth-child(1) mark.kw{animation-delay:.6s}
.ca-home .azpop.on .azp-th:nth-child(2) mark.kw{animation-delay:.78s}
.ca-home .azpop.on .azp-th:nth-child(3) mark.kw{animation-delay:.96s}
@keyframes kwPop{from{transform:rotate(-2deg) scale(0);opacity:0}60%{opacity:1}to{transform:rotate(-2deg) scale(1);opacity:1}}
@media (prefers-reduced-motion:reduce){.ca-home .azpop.on mark.kw{animation:none;transform:rotate(-2deg) scale(1)}.ca-home .az-cursor{display:none}}
@media(max-width:860px){.ca-home .azpop{position:fixed;display:none}.ca-home .az-cursor{display:none}}
.ca-home .ss-search .lucide{width:14px;height:14px;color:var(--muted-2)}
.ca-home .ss-search .seed{display:inline-flex;align-items:center;gap:6px;background:#eef0f4;color:var(--ink);border-radius:999px;padding:4px 11px;font-size:12px;font-weight:700}
.ca-home .ss-search .seed .lucide{width:11px;height:11px;color:var(--muted-2)}
.ca-home .ss-search .ph{font-size:12px;color:var(--muted-2);font-weight:500}
.ca-home .ss-filters{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;margin-bottom:14px}
.ca-home .ss-label{display:flex;align-items:center;gap:7px;font-size:12.5px;font-weight:800;color:var(--ink);margin-bottom:9px}
.ca-home .ss-label .lucide{width:14px;height:14px;color:var(--pink)}
.ca-home .adv{display:inline-flex;align-items:center;gap:7px;font-size:12.5px;font-weight:700;color:var(--body);background:#fff;border:1px solid #e6e8ee;border-radius:10px;padding:0 14px;height:38px;white-space:nowrap}
.ca-home .adv .lucide{width:14px;height:14px;color:var(--muted-2)}
.ca-home .ss-go{display:inline-flex;align-items:center;gap:7px;background:var(--pink);color:#fff;border-radius:10px;height:38px;padding:0 18px;font-size:13px;font-weight:800;white-space:nowrap}
.ca-home .ss-go .lucide{width:14px;height:14px}
.ca-home .ff{border:1px solid #e6e8ee;border-radius:10px;padding:9px 12px;background:#fff;min-width:0}
.ca-home .ff.mint{background:#E0F9F2;border-color:#c0ecdf;padding:7px 11px}
.ca-home .ff .fv2{display:flex;gap:8px;margin-top:5px}
.ca-home .sel{flex:1;min-width:0;background:#fff;border:1px solid #e4e7ec;border-radius:9px;padding:6px 10px;font-size:11px;font-weight:500;color:var(--ink);display:flex;align-items:center;justify-content:space-between;gap:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ca-home .sel .lucide{width:12px;height:12px;color:var(--muted-2);flex:none}
.ca-home .sel .x{color:var(--pink)}
.ca-home .locpill{display:inline-flex;align-items:center;gap:5px;background:#eef0f4;border-radius:999px;padding:3px 9px;font-size:11px;font-weight:500;color:var(--ink)}
.ca-home .minsel{margin-top:8px}
.ca-home .minsel .ml{display:flex;justify-content:space-between;font-size:9.5px;font-weight:700;color:var(--muted-2);margin-bottom:4px}
.ca-home .minsel .ml b{color:var(--ink);font-weight:800}
.ca-home .minsel .mt{position:relative;height:6px;border-radius:999px;background:#fff;border:1px solid #d6dae1}
.ca-home .minsel .mf{position:absolute;left:0;top:0;bottom:0;width:20%;border-radius:999px;background:#8b93a4}
.ca-home .minsel .mh{position:absolute;left:20%;top:50%;transform:translate(-50%,-50%);width:13px;height:13px;border-radius:50%;background:#fff;border:2px solid #5c6779;box-shadow:0 1px 3px rgba(13,27,62,.25)}
.ca-home .ff .fl{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--muted-2);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ca-home .ff .fv{font-size:12px;font-weight:800;color:var(--ink);margin-top:4px;display:flex;align-items:center;justify-content:space-between;gap:6px}
.ca-home .ff .fv .lucide{width:11px;height:11px;color:var(--muted-2);flex:none}
.ca-home .s-resbar{display:flex;align-items:center;justify-content:space-between;font-size:12.5px;color:var(--muted);font-weight:600;margin-bottom:4px}
.ca-home .s-resbar b{color:var(--ink);font-weight:900;font-size:15px;letter-spacing:-.02em}
.ca-home .meter{display:flex;align-items:center;gap:5px;font-size:10px;font-weight:700;color:var(--muted-2)}
.ca-home .meter i{width:18px;height:5px;border-radius:3px;background:#e2e4ea;display:block}
.ca-home .meter i.on{background:var(--pink)}
.ca-home .shdr{display:flex;align-items:center;gap:12px;padding:7px 12px 5px;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:var(--muted-2)}
.ca-home .srow{display:flex;align-items:center;gap:12px;padding:9px 13px;background:#fff;border:1px solid #edeff4;border-radius:12px;box-shadow:0 1px 2px rgba(13,27,62,.05);margin-bottom:8px}
.ca-home .ss-card{background:#fff;border:1px solid #edeff4;border-radius:15px;box-shadow:0 1px 2px rgba(13,27,62,.05);padding:16px 16px 16px;margin-bottom:14px}
.ca-home .ss-card .ss-filters{margin-bottom:0}
.ca-home .ss-card .ss-top:last-child{margin-bottom:0}
.ca-home .srow .av{width:40px;height:40px;border-radius:50%;object-fit:cover;flex:none;background:linear-gradient(135deg,#ff0066,#ff5c9b)}
.ca-home .srow .cr{flex:none;width:190px;min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:1px;margin-left:-12px}
.ca-home .srow .cr .h{font-size:12.5px;font-weight:800;color:var(--pink-700);display:flex;align-items:center;gap:5px}
.ca-home .srow .cr .h .v{color:var(--good);display:flex}.ca-home .srow .cr .h .v .lucide{width:12px;height:12px}
.ca-home .srow .cr .n{font-size:11px;color:var(--muted)}
.ca-home .srow .c{text-align:center;font-size:12.5px;font-weight:800;color:var(--ink)}
.ca-home .aq{display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:700;color:var(--body);justify-content:center}
.ca-home .aq .d{width:9px;height:9px;border-radius:50%;flex:none}
.ca-home .aq.amazing .d{background:#a855f7}.ca-home .aq.good .d{background:var(--good)}
.ca-home .ibar{display:inline-flex;flex-direction:column;align-items:center;gap:5px;font-size:11px;font-weight:700;color:var(--ink)}
.ca-home .ibar .track{display:block;width:78px;height:7px;border-radius:999px;background:#eef0f4;overflow:hidden}
.ca-home .ibar .fill{display:block;height:100%;border-radius:999px;background:#85C5FF}
.ca-home .ibar.loc .fill{background:#85C5FF}
.ca-home .srow .acts{display:flex;gap:7px;margin-left:auto}
.ca-home .shdr.gsrch,.ca-home .srow.gsrch{display:grid;grid-template-columns:36px minmax(40px,1fr) 50px 52px 100px 118px 122px 122px;align-items:center;gap:16px}
.ca-home .shdr.gsrch span{white-space:nowrap}
.ca-home .shdr.gsrch{margin-bottom:8px;background:#fff;border:1px solid #edeff4;border-radius:12px;box-shadow:0 1px 2px rgba(13,27,62,.05);padding:11px 13px}
.ca-home .srow.gsrch .acts{margin-left:0;justify-self:end}
.ca-home .srow.gsrch .av{width:36px;height:36px}
.ca-home .srow.gsrch .cr{width:auto;margin-left:0}
.ca-home .shdr.glook,.ca-home .srow.glook{display:grid;grid-template-columns:36px minmax(0,1fr) 80px 84px 64px;align-items:center;gap:16px}
.ca-home .shdr.glook{margin-bottom:6px}
.ca-home .srow.glook .av{width:36px;height:36px}
.ca-home .srow.gsrch .c{text-align:center}
.ca-home .srow .acts span{font-size:11px;font-weight:700;border-radius:7px;padding:6px 11px}
.ca-home .srow .acts .st{color:var(--body);background:#fff;box-shadow:inset 0 0 0 1px #e6e8ee}
.ca-home .srow .acts .ad{color:var(--body);background:#fff;box-shadow:inset 0 0 0 1px #e6e8ee}
.ca-home .srow .acts .ad:hover{color:var(--pink-700);box-shadow:inset 0 0 0 1px var(--pink-soft)}
.ca-home .mt{font-size:11px;font-weight:800;border-radius:999px;padding:4px 11px;white-space:nowrap}
.ca-home .mt.top{background:var(--navy);color:#fff}
.ca-home .mt.sec{background:#eef0f4;color:var(--body)}
.ca-home .lk-prof{position:absolute;right:16px;top:50px;width:242px;background:#fff;border:1px solid #edeff4;border-radius:16px;box-shadow:var(--shadow-float);padding:15px;z-index:6}
.ca-home .lk-prof .ph{display:flex;align-items:center;gap:11px}
.ca-home .lk-prof .ph img{width:42px;height:42px;border-radius:50%;object-fit:cover;flex:none}
.ca-home .lk-prof .ph .h{font-size:13px;font-weight:800;color:var(--pink-700);display:flex;align-items:center;gap:5px}
.ca-home .lk-prof .ph .h .v{color:var(--good);display:flex}.ca-home .lk-prof .ph .h .v .lucide{width:12px;height:12px}
.ca-home .lk-prof .ph .loc{font-size:10.5px;color:var(--muted);display:flex;align-items:center;gap:4px;margin-top:2px}
.ca-home .lk-prof .ph .loc .lucide{width:10px;height:10px}
.ca-home .lk-prof .pbtns{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:12px}
.ca-home .lk-prof .pbtns span{font-size:10px;font-weight:700;text-align:center;padding:7px 0;border-radius:8px;color:var(--body);box-shadow:inset 0 0 0 1px #e6e8ee;display:flex;align-items:center;justify-content:center;gap:5px}
.ca-home .lk-prof .pbtns span .lucide{width:11px;height:11px;color:var(--pink)}
.ca-home .lk-prof .pstats{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:11px}
.ca-home .lk-prof .pstats div{background:#f6f7f9;border-radius:9px;padding:8px 10px}
.ca-home .lk-prof .pstats .sl{font-size:9px;color:var(--muted);font-weight:600}
.ca-home .lk-prof .pstats .sv{font-size:14px;font-weight:900;color:var(--ink);letter-spacing:-.02em;margin-top:1px}
.ca-home .lk-prof .rc{font-size:10px;font-weight:800;color:var(--ink);margin-top:12px;margin-bottom:7px}
.ca-home .lk-prof .rcg{display:grid;grid-template-columns:1fr 1fr;gap:7px}
.ca-home .lk-prof .rcg .t{position:relative;border-radius:9px;overflow:hidden;height:78px}
.ca-home .lk-prof .rcg .t img{width:100%;height:100%;object-fit:cover}
.ca-home .lk-prof .rcg .t span{position:absolute;left:5px;bottom:5px;font-size:8px;font-weight:700;color:#fff;background:rgba(13,27,62,.62);border-radius:5px;padding:2px 5px}
.ca-home .aas{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:800;color:#b06a00;background:#fff3e0;border:1px solid #ffe0b0;border-radius:999px;padding:4px 10px}
.ca-home .lk2{display:flex;flex-direction:column;height:100%;gap:10px}
.ca-home .lk2-seed{background:#E0F9F2;border:1px solid #c0ecdf;border-radius:12px;padding:9px 12px}
.ca-home .lk2-seed .sl-lbl{font-size:11px;font-weight:800;color:var(--ink);display:flex;align-items:center;gap:6px;margin-bottom:6px}
.ca-home .lk2-seed .sl-lbl .i{width:14px;height:14px;border-radius:50%;background:var(--muted-2);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:9px;font-weight:900;font-style:italic;line-height:1;font-family:Georgia,serif}
.ca-home .lk2-seed .sfield{background:#fff;border:1.5px solid #ffd0e2;border-radius:9px;height:36px;display:flex;align-items:center;gap:8px;padding:0 12px}
.ca-home .lk2-seed .sfield .seedpill{display:inline-flex;align-items:center;gap:5px;font-size:13px;font-weight:800;color:var(--ink)}
.ca-home .lk2-seed .sfield .seedpill .v{display:flex}.ca-home .lk2-seed .sfield .seedpill .v svg{width:13px;height:13px}
.ca-home .lk2-seed .sfield .clr{margin-left:auto;width:16px;height:16px;border-radius:50%;background:#d6dae1;color:#fff;display:flex;align-items:center;justify-content:center}
.ca-home .lk2-seed .sfield .clr .lucide{width:10px;height:10px;stroke-width:3}
.ca-home .lk2-seed .sfield .cv{color:var(--muted-2)}.ca-home .lk2-seed .sfield .cv .lucide{width:13px;height:13px}
.ca-home .lk2-main{flex:1;min-height:0;position:relative;margin-bottom:-26px}
.ca-home .lk2-list{position:relative;overflow:hidden;display:flex;flex-direction:column;gap:5px;height:100%;padding-right:0}
.ca-home .lk2-list::after{content:"";position:absolute;left:0;right:0;bottom:0;height:16px;background:linear-gradient(to top,#fff 6%,transparent);pointer-events:none}
.ca-home .lk2-glbl{font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--muted-2);display:flex;align-items:center;gap:7px;margin:1px 0 1px}
.ca-home .lk2-glbl::after{content:"";flex:1;height:1px;background:var(--line-2)}
.ca-home .lk2-chead{display:flex;align-items:center;gap:10px;margin-bottom:5px;padding:6px 11px;background:#fff;border:1px solid var(--line-2);border-radius:11px;box-shadow:0 1px 2px rgba(13,27,62,.05);font-size:8.5px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:var(--muted-2)}
.ca-home .lk2-chead .c1{width:36px;flex:none}
.ca-home .lk2-chead .c2{flex:none;width:118px}
.ca-home .lk2-chead .c3{flex:none;width:54px;text-align:center;display:flex;flex-direction:column;line-height:1.2}
.ca-home .lk2-chead .ctp{flex:none;width:150px;text-align:center;margin-left:54px}
.ca-home .lk2-chead .c3 em{font-style:normal;font-size:7.5px;color:#b6bcc7}
.ca-home .lk2-chead .c4{flex:none;width:120px;text-align:center;white-space:nowrap;margin-left:18px}
.ca-home .lk2-row{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--line-2);border-radius:11px;padding:4px 11px;box-shadow:0 1px 2px rgba(13,27,62,.05)}
.ca-home .lk2-row .av{width:32px;height:32px;border-radius:50%;object-fit:cover;flex:none}
.ca-home .lk2-row .id{flex:none;width:118px;min-width:0;text-align:left}
.ca-home .lk2-row .id .h{font-size:11px;font-weight:800;color:var(--pink-700);display:flex;align-items:center;gap:4px;white-space:nowrap}
.ca-home .lk2-row .id .h .u{overflow:hidden;text-overflow:ellipsis;min-width:0}
.ca-home .lk2-row .id .h .v{display:flex;flex:none}.ca-home .lk2-row .id .h .v svg{width:11px;height:11px}
.ca-home .lk2-row .id .n{font-size:10px;color:var(--muted);font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ca-home .lk2-row .fol{font-size:11px;font-weight:800;color:var(--ink);flex:none;width:54px;text-align:center;display:flex;flex-direction:column;gap:1px}
.ca-home .lk2-aitp{flex:none;width:150px;margin-left:54px;display:flex;flex-wrap:wrap;gap:2px 5px;align-content:center;justify-content:center;align-items:center;max-height:48px;overflow:hidden;padding:0}
.ca-home .lk2-aitp span{font-size:7px;font-weight:700;white-space:nowrap;line-height:1.05;text-align:center}
.ca-home .lk2-aitp .g{color:#bdc1cb}.ca-home .lk2-aitp .p{color:#ff4d8d}.ca-home .lk2-aitp .b{color:#0D1B3E}.ca-home .lk2-aitp .s2{font-size:11px;font-weight:900}
.ca-home .lk2-row .fol em{font-size:8.5px;font-weight:600;color:var(--muted);font-style:normal}
.ca-home .lk2-ov{flex:none;display:flex;flex-direction:column;align-items:flex-end;gap:3px;width:120px;margin-left:18px}
.ca-home .lk2-ov .pct{font-size:11.5px;font-weight:900;color:#2b7fd6}
.ca-home .lk2-ov .pct em{font-size:8px;font-weight:700;color:var(--muted-2);font-style:normal}
.ca-home .lk2-ov .trk{width:100%;align-self:stretch;height:5px;border-radius:999px;background:#e4e7ec;overflow:hidden}
.ca-home .lk2-ov .fill{display:block;height:100%;border-radius:999px;background:#4DA6FF}
.ca-home .lk2-row .lk2-x{display:none}
.ca-home .lk2-row .lk2-x em{font-size:8.5px;font-weight:600;color:var(--muted);font-style:normal}
.ca-home .lk2-chead .cx{display:none}
.ca-home .lk2-tp{display:flex;flex-wrap:wrap;gap:4px;max-width:240px}
.ca-home .lk2-tp span{font-size:9px;font-weight:700;color:var(--pink-700);background:var(--pink-faint);border:1px solid var(--pink-soft);border-radius:999px;padding:2px 7px;white-space:nowrap}
.ca-home .lk2-prof{position:absolute;top:-160px;right:8px;bottom:-28px;width:246px;background:#fff;border:1px solid var(--line-2);border-radius:14px;padding:13px 14px;display:flex;flex-direction:column;box-shadow:-14px 16px 44px -18px rgba(13,27,62,.45);overflow:hidden;z-index:7}
.ca-home .lk2-prof .ph .pi .fol{font-size:11px;color:var(--muted);font-weight:700;margin-top:2px}
.ca-home .kd-sec{margin-top:11px}
.ca-home .kd-t{font-size:8.5px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--muted-2);margin-bottom:7px}
.ca-home .kd-donut-wrap{display:flex;align-items:center;gap:13px}
.ca-home .kd-donut{width:60px;height:60px;border-radius:50%;background:conic-gradient(#ff2d7e 0 62.64%,#4DA6FF 62.64% 100%);flex:none;position:relative}
.ca-home .kd-donut::after{content:"";position:absolute;inset:17px;background:#fff;border-radius:50%}
.ca-home .kd-leg{flex:1;display:flex;flex-direction:column;gap:6px;font-size:10.5px;font-weight:700;color:var(--body)}
.ca-home .kd-leg div{display:flex;align-items:center;gap:7px}
.ca-home .kd-leg i{width:9px;height:9px;border-radius:3px;flex:none}
.ca-home .kd-leg b{margin-left:auto;color:var(--ink)}
.ca-home .kd-bar{margin-bottom:7px}
.ca-home .kd-bar .l{display:flex;justify-content:space-between;align-items:center;font-size:10px;font-weight:700;color:var(--ink);margin-bottom:3px;gap:8px}
.ca-home .kd-bar .l span:first-child{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ca-home .kd-bar .tk{height:5px;border-radius:999px;background:#e9ebef;overflow:hidden}
.ca-home .kd-bar .fl{display:block;height:100%;border-radius:999px}
.ca-home .kd-bar.geo .fl{background:#a855f7}
.ca-home .kd-bar.int .fl{background:#ff8a3d}
.ca-home .lk2-prof .ph{display:flex;align-items:center;gap:12px}
.ca-home .lk2-prof .ph .av{width:52px;height:52px;border-radius:50%;flex:none;object-fit:cover;background:linear-gradient(135deg,#ff0066,#ff5c9b);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:18px;border:2px solid var(--pink-soft)}
.ca-home .lk2-prof .ph .pi{min-width:0}
.ca-home .lk2-prof .ph .pi .h{font-size:14px;font-weight:900;color:var(--ink);display:flex;align-items:center;gap:5px;letter-spacing:-.02em}
.ca-home .lk2-prof .ph .pi .h .v{display:flex}.ca-home .lk2-prof .ph .pi .h .v svg{width:14px;height:14px}
.ca-home .lk2-prof .ph .pi .nm{font-size:11.5px;color:var(--muted);font-weight:600}
.ca-home .lk2-prof .pstat{display:flex;gap:6px;margin-top:13px}
.ca-home .lk2-prof .pstat div{flex:1;background:#f6f7f9;border-radius:9px;padding:8px 4px;text-align:center}
.ca-home .lk2-prof .pstat b{font-size:13px;font-weight:900;color:var(--ink);letter-spacing:-.02em;display:block}
.ca-home .lk2-prof .pstat span{font-size:8.5px;color:var(--muted);font-weight:700;text-transform:uppercase;letter-spacing:.04em}
.ca-home .lk2-prof .pbio{font-size:11px;color:var(--body);line-height:1.5;margin-top:11px}
.ca-home .lk2-prof .pbio b{color:var(--ink);font-weight:800}
.ca-home .lk2-prof .ptags{display:flex;flex-wrap:wrap;gap:5px;margin-top:auto;padding-top:12px}
.ca-home .lk2-prof .ptags span{font-size:9px;font-weight:700;color:var(--body);background:#f4f5f8;border:1px solid #e6e8ee;border-radius:999px;padding:3px 8px}
.ca-home .lk2-prof .seedtag{position:absolute}
@media(max-width:860px){.ca-home .lk2-main{grid-template-columns:1fr}.ca-home .lk2-prof{display:none}.ca-home .lk2-list{padding-right:0}}
@media(max-width:860px){
  .ca-home .demo-stage{height:auto;min-height:430px}
  .ca-home .demo-panel{position:relative;display:none}.ca-home .demo-panel.active{display:block}
  .ca-home .t-search,.ca-home .t-look,.ca-home .t-fans,.ca-home .t-comp{grid-template-columns:1fr;gap:16px}
  .ca-home .ss-filters{grid-template-columns:repeat(2,1fr)}
  .ca-home .listen-low{grid-template-columns:1fr}
  .ca-home .callout,.ca-home .lk-prof{display:none}
}
.ca-home .trust{padding:84px 0 84px;text-align:center}
.ca-home .trust-kicker{font-size:13px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--pink-700);margin-bottom:12px}
.ca-home .trust .tlabel{font-size:13px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}
.ca-home .trust h3{font-size:clamp(28px,4vw,42px);font-weight:900;letter-spacing:-.035em;line-height:1.1;margin-bottom:4px}
.ca-home .trust h3 em{color:var(--pink);font-style:normal}
.ca-home .trust-sub{font-size:16.5px;color:var(--muted);font-weight:400;margin-top:12px;max-width:54ch;margin-left:auto;margin-right:auto}
.ca-home .trust-grades{display:inline-flex;align-items:center;gap:10px;margin-top:18px;flex-wrap:wrap;justify-content:center}
.ca-home .trust-grades .tg{display:inline-flex;align-items:center;gap:8px;font-size:12.5px;font-weight:600;color:var(--muted);background:#fff;border:1px solid var(--line-2);border-radius:var(--r-pill);padding:7px 14px;box-shadow:0 1px 2px rgba(13,27,62,.05)}
.ca-home .trust-grades .tg img{height:18px;width:18px;border-radius:50%;object-fit:contain}
.ca-home .trust-grades .tg img[alt="Capterra"]{width:auto;border-radius:0}
.ca-home .trust-grades .tg .tg-stars{color:#f5b50a;font-size:12px;letter-spacing:.5px}
.ca-home .trust-grades .tg b{color:var(--ink);font-weight:800}
.ca-home .trust-grades .tg-sep{display:none}
.ca-home .trust .tlabel b{color:var(--ink)}
.ca-home .trust-logos{margin:30px auto 0;max-width:1040px;display:flex;flex-direction:column;gap:22px;-webkit-mask-image:linear-gradient(90deg,transparent,#000 9%,#000 91%,transparent);mask-image:linear-gradient(90deg,transparent,#000 9%,#000 91%,transparent)}
.ca-home .marquee{overflow:hidden}
.ca-home .lp-marquee-track{display:flex;align-items:center;gap:54px;width:max-content;animation:marquee-rtl 30s linear infinite;will-change:transform;animation-play-state:paused}
@keyframes marquee-rtl{from{transform:translateX(-50%)}to{transform:translateX(0)}}
@keyframes marquee-ltr{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.ca-home .lp-marquee-track.rev{animation-name:marquee-ltr}
.ca-home .tl-cell{display:flex;align-items:center;justify-content:center;height:64px;flex:none}
.ca-home .tl-cell img{width:auto;height:26px;object-fit:contain;opacity:.9;filter:grayscale(1) brightness(.55) contrast(1.1);transition:filter .25s ease,opacity .25s ease}
.ca-home .tl-cell:hover img{opacity:1;filter:none}
.ca-home .tl-cell img[src*="abbottlyon"]{height:11px}.ca-home .tl-cell img[src*="bagatelle"]{height:14px}.ca-home .tl-cell img[src*="honeycomb"]{height:20px}.ca-home .tl-cell img[src*="bulk"]{height:24px}.ca-home .tl-cell img[src*="pretamanger"]{height:32px}.ca-home .tl-cell img[src*="cambly"]{height:30px}.ca-home .tl-cell img[src*="addisonross"]{height:28px}.ca-home .tl-cell img[src*="nordvpn"]{height:46px}.ca-home .tl-cell img[src*="lyko"]{height:48px}.ca-home .tl-cell img[src*="pai"]{height:34px}.ca-home .tl-cell img[src*="duolingo"]{height:42px}.ca-home .tl-cell img[src*="universal"]{height:46px}.ca-home .tl-cell img[src*="paramount"]{height:48px}.ca-home .tl-cell img[src*="publicis"]{height:40px}.ca-home .tl-cell img[src*="boden"]{height:15px}.ca-home .tl-cell img[src*="balou"]{height:17px}.ca-home .tl-cell img[src*="atomicwings"]{height:20px}.ca-home .tl-cell img[src*="langham"]{height:42px}.ca-home .tl-cell img[src*="snug"]{height:30px}.ca-home .tl-cell img[src*="shameless"]{height:24px}.ca-home .tl-cell img[src*="puffin"]{height:46px}.ca-home .tl-cell img[src*="ketocycle"]{height:36px}.ca-home .tl-cell img[src*="bangcookies"]{height:58px}.ca-home .tl-cell img[src*="alaia"]{height:32px}.ca-home .tl-cell img[src*="akobeauty"]{height:28px}.ca-home .tl-cell img[src*="lujo"]{height:36px}.ca-home .tl-cell img[src*="sinohotels"]{height:22px}.ca-home .tl-cell img[src*="nielseniq"]{height:32px}.ca-home .tl-cell img[src*="snacksofsubstance"]{height:30px}.ca-home .tl-cell img[src*="druids"]{height:14px}.ca-home .tl-cell img[src*="sculptedbyaimee"]{height:30px}.ca-home .tl-cell img[src*="canali"]{height:56px}
@media(max-width:760px){.ca-home .lp-marquee-track{gap:40px}}
.ca-home .qcards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.ca-home .qcard{background:var(--card);border:1px solid var(--line-2);border-radius:var(--r);box-shadow:var(--shadow);padding:26px 28px;position:relative}
.ca-home .qcard .corp{position:absolute;top:24px;right:24px;height:18px;width:auto;max-width:74px;object-fit:contain;opacity:.32;filter:grayscale(1)}
.ca-home .qcard .who{display:flex;align-items:center;gap:13px;margin-bottom:20px}
.ca-home .qcard .who .av{width:46px;height:46px;border-radius:50%;flex:none;object-fit:cover;background:var(--tile)}
.ca-home .qcard .who b{display:block;font-size:16px;font-weight:800;color:var(--ink);letter-spacing:-.01em}
.ca-home .qcard .who span{font-size:13px;color:var(--muted)}
.ca-home .qcard blockquote{font-size:19px;line-height:1.55;font-weight:500;letter-spacing:-.01em;color:var(--ink)}
.ca-home .qcard blockquote .hl{font-weight:800;color:var(--pink-700);background:var(--pink-soft);border-radius:5px;padding:1px 5px;box-decoration-break:clone;-webkit-box-decoration-break:clone}
@media(max-width:840px){.ca-home .qcards{grid-template-columns:1fr}}
.ca-home .hsteps{display:flex;align-items:stretch;gap:8px;justify-content:center}
.ca-home .hstep{flex:1;min-width:0;display:flex;flex-direction:column;text-align:center}
.ca-home .hstep-badge{width:38px;height:38px;border-radius:50%;background:var(--pink);color:#fff;font-size:17px;font-weight:900;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;box-shadow:0 8px 20px -8px rgba(255,0,102,.5)}
.ca-home .hstep-ph{position:relative;aspect-ratio:4/3;border-radius:var(--r);background:linear-gradient(160deg,var(--pink-faint),#fff);border:1px solid var(--line-2);box-shadow:var(--shadow);display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.ca-home .hstep-ph .lucide{width:38px;height:38px;color:var(--pink);opacity:.55;stroke-width:1.6}
.ca-home .hstep-ph .ph-tag{position:absolute;top:10px;left:10px;font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--muted-2);background:rgba(255,255,255,.8);border:1px dashed #cfd3db;border-radius:999px;padding:3px 9px}
.ca-home .hstep h3{font-size:18px;font-weight:900;letter-spacing:-.025em;margin-bottom:8px}
.ca-home .hstep p{font-size:14px;color:var(--muted);line-height:1.55;max-width:30ch;margin:0 auto}
.ca-home .hstep-arrow{display:flex;align-items:center;justify-content:center;flex:none;padding:0 4px;align-self:center;margin-top:-60px}
.ca-home .hstep-arrow .lucide{width:24px;height:24px;color:var(--pink-300,#ff9ec4);stroke-width:2.4}
@media(max-width:820px){.ca-home .hsteps{flex-direction:column;gap:24px;max-width:420px;margin:0 auto}.ca-home .hstep-arrow{margin-top:0;transform:rotate(90deg)}}
.ca-home .vlabel{max-width:1200px;margin:0 auto 14px;padding:0 28px;font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--pink)}
.ca-home .vlabel span{color:var(--muted-2);font-weight:600;text-transform:none;letter-spacing:0;margin-left:8px}
.ca-home .jt{display:grid;grid-template-columns:0.92fr 1.08fr;grid-template-rows:auto 1fr;column-gap:72px;align-items:start}
.ca-home .jt-title{grid-column:1;grid-row:1;font-size:clamp(30px,3.4vw,40px);font-weight:900;letter-spacing:-.035em;line-height:1.1;text-align:left;margin-bottom:44px;max-width:16ch}
.ca-home .jt-title em{color:var(--pink);font-style:normal}
.ca-home .jt-steps{grid-column:1;grid-row:2;display:flex;flex-direction:column;position:relative}
.ca-home .jt-fill{position:absolute;left:6.5px;top:8px;width:2px;background:var(--pink);height:0;z-index:1;border-radius:2px}
.ca-home .jt-media{grid-column:2;grid-row:1 / 3;align-self:stretch}
.ca-home .jt-step{position:relative;display:block;padding:0 0 100px 46px;cursor:pointer}
.ca-home .jt-dot{position:absolute;left:0;top:8px;width:15px;height:15px;border-radius:50%;background:#fff;border:2.5px solid #d7dbe2;z-index:2;transition:.2s}
.ca-home .jt-step::before{content:"";position:absolute;left:6.5px;top:18px;bottom:-2px;width:2px;background:var(--line-2)}
.ca-home .jt-step:last-child::before{display:none}
.ca-home .jt-step.on .jt-dot{border-color:var(--pink);background:var(--pink);box-shadow:0 0 0 4px var(--pink-faint)}
.ca-home .jt-num{font-size:30px;font-weight:900;letter-spacing:-.03em;color:#c2c7d0;transition:.2s;text-align:left;line-height:1}
.ca-home .jt-step.on .jt-num{color:var(--pink)}
.ca-home .jt-body{overflow:hidden;max-height:52px;transition:max-height .35s cubic-bezier(.2,.7,.2,1);text-align:left}
.ca-home .jt-step.on .jt-body{max-height:260px}
.ca-home .jt-body h3{font-size:27px;font-weight:900;letter-spacing:-.03em;color:#9aa0ad;line-height:1.18;margin-top:8px;transition:color .2s}
.ca-home .jt-step.on .jt-body h3{color:var(--ink)}
.ca-home .jt-body p{font-size:17px;color:var(--muted);line-height:1.6;margin-top:13px;opacity:0;transition:opacity .3s ease}
.ca-home .jt-step.on .jt-body p{opacity:1}
.ca-home .jt-more{display:none;align-items:center;gap:8px;font-size:13px;font-weight:800;letter-spacing:.02em;color:var(--pink);margin-top:20px;background:var(--pink-faint);border:1px solid var(--pink-soft);padding:9px 16px;border-radius:var(--r-pill);transition:.16s}
.ca-home .jt-more:hover{background:var(--pink);color:#fff;border-color:var(--pink)}
.ca-home .jt-more:hover .lucide{color:#fff}
.ca-home .jt-more .lucide{width:14px;height:14px;transition:transform .18s}
.ca-home .jt-step.on .jt-more{display:inline-flex}
.ca-home .jt-step.on:hover .jt-more .lucide{transform:translateX(3px)}
.ca-home .jt-pad{height:30px}
.ca-home .jt-media{position:sticky;top:96px;background:linear-gradient(155deg,#ff4d8d,var(--pink) 55%,var(--pink-700));border-radius:24px;box-shadow:0 30px 70px -28px rgba(255,0,102,.5);padding:34px 0 0 34px;min-height:520px;overflow:hidden;align-self:start}
.ca-home .jt-media img{position:absolute;top:34px;left:34px;width:calc(100% - 8px);border-radius:14px 0 0 0;box-shadow:0 24px 50px -20px rgba(13,27,62,.45);opacity:0;transform:translateY(14px);transition:opacity .45s ease,transform .45s cubic-bezier(.2,.7,.2,1)}
.ca-home .jt-media img.on{opacity:1;transform:none}
.ca-home .jt-card{position:absolute;top:30px;left:30px;width:calc(100% - 8px);bottom:-40px;border-radius:16px 0 0 0;background:#fff;box-shadow:0 24px 50px -20px rgba(13,27,62,.45);opacity:0;transform:translateY(14px);transition:opacity .45s ease,transform .45s cubic-bezier(.2,.7,.2,1);overflow:hidden;font-size:13px}
.ca-home .jt-card.on{opacity:1;transform:none}
.ca-home .jt-card.float{overflow:visible;background:none;box-shadow:none;border-radius:0;display:flex;align-items:center;justify-content:center;top:0;left:0;width:100%;bottom:0}
.ca-home .jc-main{position:relative;width:86%;background:#fff;border-radius:15px;box-shadow:0 26px 54px -22px rgba(13,27,62,.5);overflow:visible}
.ca-home .jc-mblk{padding:13px 14px}
.ca-home .jc-mblk.flt{background:#fbfbfc;border-bottom:1px solid var(--line-2);border-radius:15px 15px 0 0}
.ca-home .jc-mblk:last-child{border-radius:0 0 15px 15px}
.ca-home .jc-tabs{display:flex;gap:5px;margin-bottom:11px}
.ca-home .jc-tab{flex:1;display:flex;align-items:center;justify-content:center;gap:5px;padding:7px 0;border:1px solid var(--line-2);border-radius:9px;font-size:9.5px;font-weight:800;color:var(--muted);background:#fff}
.ca-home .jc-tab svg{width:14px;height:14px}
.ca-home .jc-tab.on{background:var(--pink-faint);border-color:var(--pink-soft);color:var(--pink-700)}
.ca-home .jc-sl{display:flex;align-items:center;gap:5px;font-size:10px;font-weight:800;color:var(--ink);margin-bottom:7px}
.ca-home .jc-sl .lucide{width:12px;height:12px;color:var(--pink)}
.ca-home .jc-sbar{flex:1;min-width:0;display:flex;align-items:center;gap:7px;height:33px;border:1.5px solid var(--pink-soft);border-radius:9px;padding:0 10px}
.ca-home .jc-srow{display:flex;align-items:center;gap:7px;margin-bottom:9px}
.ca-home .jc-srow .go{flex:none;background:var(--pink);color:#fff;border-radius:8px;height:33px;padding:0 12px;font-size:10.5px;font-weight:800;display:flex;align-items:center;gap:5px}
.ca-home .jc-srow .go .lucide{width:11px;height:11px;color:#fff}
.ca-home .jc-sbar .lucide{width:13px;height:13px;color:var(--muted-2)}
.ca-home .jc-sbar .chip{background:#eef0f4;border-radius:999px;padding:3px 9px;font-size:11px;font-weight:700;color:var(--ink)}
.ca-home .jc-sbar .ph{font-size:10.5px;color:var(--muted-2);font-weight:500}
.ca-home .jc-sbar .go{margin-left:auto;background:var(--pink);color:#fff;border-radius:7px;padding:5px 11px;font-size:10.5px;font-weight:800;display:flex;align-items:center;gap:5px}
.ca-home .jc-sbar .go .lucide{width:11px;height:11px;color:#fff}
.ca-home .jc-filts{display:grid;grid-template-columns:1fr 1fr;gap:6px}
.ca-home .jc-ff{background:#E0F9F2;border:1px solid #c0ecdf;border-radius:9px;padding:6px 9px}
.ca-home .jc-ff .fl{font-size:7.5px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:var(--muted-2)}
.ca-home .jc-ff .fv{font-size:10px;font-weight:700;color:var(--ink);margin-top:4px;background:#fff;border:1px solid #e4e7ec;border-radius:6px;padding:4px 8px;display:flex;align-items:center;justify-content:space-between}
.ca-home .jc-ff .fv .lucide{width:10px;height:10px;color:var(--muted-2)}
.ca-home .jc-rhead{font-size:9px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:var(--muted-2);margin-bottom:8px;display:flex;align-items:center;gap:9px}
.ca-home .jc-rhead b{color:var(--ink);font-weight:900}
.ca-home .jc-rhead::after{content:"";flex:1;height:1px;background:var(--line-2)}
.ca-home .jc-cols{display:grid;grid-template-columns:1fr 46px 44px 58px;gap:8px;padding:7px 11px;margin-bottom:6px;background:#fff;border:1px solid var(--line-2);border-radius:9px;box-shadow:0 1px 2px rgba(13,27,62,.05);font-size:7.5px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:var(--muted-2)}
.ca-home .jc-cols span:nth-child(n+2){text-align:center}
.ca-home .jc-rrow{display:grid;grid-template-columns:1fr 46px 44px 58px;gap:8px;align-items:center;padding:7px 11px;border-top:1px solid #f2f3f6}
.ca-home .jc-rrow .cr{display:flex;align-items:center;gap:7px;min-width:0}
.ca-home .jc-rrow .cr img{width:26px;height:26px;border-radius:50%;flex:none;object-fit:cover}
.ca-home .jc-rrow .cr b{font-size:10.5px;font-weight:800;color:var(--pink-700);display:flex;align-items:center;gap:3px;white-space:nowrap}
.ca-home .jc-rrow .cr b svg{width:10px;height:10px;flex:none}
.ca-home .jc-rrow .c{text-align:center;font-size:10.5px;font-weight:800;color:var(--ink)}
.ca-home .jc-rrow .save{font-size:9px;font-weight:800;color:var(--body);background:#fff;border:1px solid var(--line-2);border-radius:6px;padding:5px 0;text-align:center}
.ca-home .jc-flt-top{position:absolute;top:0;left:0;right:0;height:0;z-index:9;pointer-events:none}
.ca-home .jc-flt-top .pp{position:absolute;width:46px;height:46px;border-radius:13px;background:#fff;box-shadow:0 2px 4px rgba(13,27,62,.12),0 18px 32px -8px rgba(13,27,62,.5);display:flex;align-items:center;justify-content:center;border:1px solid #eef0f4}
.ca-home .jc-flt-top .pp svg,.ca-home .jc-flt-top .pp img{width:30px;height:30px;object-fit:contain}
.ca-home .jc-flt-top .p1{left:8%;top:-30px;transform:rotate(-9deg)}
.ca-home .jc-flt-top .p2{left:33%;top:-46px;transform:rotate(5deg)}
.ca-home .jc-flt-top .p3{left:58%;top:-38px;transform:rotate(-4deg)}
.ca-home .jc-flt-top .p4{left:80%;top:-22px;transform:rotate(10deg)}
.ca-home .jc-flt-bot{position:absolute;bottom:-22px;left:-14px;z-index:6;background:#fff;border-radius:13px;box-shadow:0 18px 36px -14px rgba(13,27,62,.5);border:1px solid var(--line-2);padding:10px 13px;display:flex;align-items:center;gap:10px;width:236px}
.ca-home .jc-flt-bot img{width:34px;height:34px;border-radius:50%;flex:none;object-fit:cover}
.ca-home .jc-flt-bot .x{flex:1;min-width:0}
.ca-home .jc-flt-bot .x b{font-size:11px;font-weight:800;color:var(--ink);display:block}
.ca-home .jc-flt-bot .x span{font-size:9.5px;color:var(--muted);display:flex;align-items:center;gap:4px}
.ca-home .jc-flt-bot .x span .lucide{width:10px;height:10px;color:var(--good)}
.ca-home .jc-flt-bot .added{flex:none;width:26px;height:26px;border-radius:50%;background:var(--success-bg,#e7faf2);color:var(--good);display:flex;align-items:center;justify-content:center}
.ca-home .jc-flt-bot .added .lucide{width:14px;height:14px;stroke-width:3}
.ca-home .jc-bar{height:46px;display:flex;align-items:center;gap:9px;padding:0 16px;border-bottom:1px solid var(--line-2);background:#fff}
.ca-home .jc-bar .lg{height:17px}
.ca-home .jc-bar .sep{width:1px;height:18px;background:var(--line)}
.ca-home .jc-bar .ti{font-size:13px;font-weight:800;letter-spacing:-.02em;color:var(--ink)}
.ca-home .jc-bar .rt{margin-left:auto;width:24px;height:24px;border-radius:50%;background:var(--navy);color:#fff;font-size:9px;font-weight:800;display:flex;align-items:center;justify-content:center}
.ca-home .jc-body{padding:15px 16px;display:flex;flex-direction:column;gap:11px}
.ca-home .jc-plats{display:flex;gap:7px}
.ca-home .jc-plat{flex:1;display:flex;flex-direction:column;align-items:center;gap:5px;padding:9px 0;border:1px solid var(--line-2);border-radius:10px;font-size:9px;font-weight:700;color:var(--muted)}
.ca-home .jc-plat svg{width:22px;height:22px}
.ca-home .jc-plat.on{background:var(--pink-faint);border-color:var(--pink-soft);color:var(--pink-700)}
.ca-home .jc-search{display:flex;align-items:center;gap:8px;height:38px;border:1.5px solid var(--pink-soft);border-radius:10px;padding:0 12px;color:var(--muted-2);font-size:12px;font-weight:500}
.ca-home .jc-search .lucide{width:14px;height:14px}
.ca-home .jc-search .go{margin-left:auto;background:var(--pink);color:#fff;border-radius:7px;padding:5px 11px;font-size:11px;font-weight:800;display:flex;align-items:center;gap:5px}
.ca-home .jc-search .go .lucide{width:12px;height:12px}
.ca-home .jc-row{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--line-2);border-radius:11px;padding:8px 11px;box-shadow:0 1px 2px rgba(13,27,62,.05)}
.ca-home .jc-row .av{width:34px;height:34px;border-radius:50%;flex:none;object-fit:cover;background:linear-gradient(135deg,#ff0066,#ff5c9b);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:12px}
.ca-home .jc-row .id{flex:1;min-width:0}
.ca-home .jc-row .id b{font-size:12.5px;font-weight:800;color:var(--pink-700);display:flex;align-items:center;gap:4px}
.ca-home .jc-row .id b .pl{width:13px;height:13px;flex:none}
.ca-home .jc-row .id span{font-size:10.5px;color:var(--muted)}
.ca-home .jc-row .met{text-align:right;flex:none}
.ca-home .jc-row .met b{font-size:12px;font-weight:900;color:var(--ink);display:block;line-height:1.1}
.ca-home .jc-row .met span{font-size:9px;color:var(--muted-2);text-transform:uppercase;letter-spacing:.04em}
.ca-home .jc-save{flex:none;display:inline-flex;align-items:center;gap:5px;font-size:10.5px;font-weight:800;color:var(--pink-700);background:var(--pink-faint);border:1px solid var(--pink-soft);border-radius:8px;padding:6px 10px}
.ca-home .jc-save .lucide{width:12px;height:12px}
.ca-home .jc-acts{display:flex;gap:7px;flex-wrap:wrap}
.ca-home .jc-btn{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:800;border-radius:9px;padding:8px 12px;white-space:nowrap}
.ca-home .jc-btn .lucide{width:13px;height:13px}
.ca-home .jc-btn.pk{background:var(--pink);color:#fff}
.ca-home .jc-btn.gh{background:#fff;color:var(--body);border:1px solid var(--line-2)}
.ca-home .jc-listt{font-size:13px;font-weight:900;letter-spacing:-.02em;color:var(--ink);display:flex;align-items:center;gap:7px}
.ca-home .jc-listt span{color:var(--muted-2);font-weight:600}
.ca-home .jc-email{background:linear-gradient(180deg,#fff7fb,#fff3f7);border:1px solid #fbe1ec;border-radius:13px;padding:13px 15px;box-shadow:0 12px 26px -16px rgba(13,27,62,.3)}
.ca-home .jc-erow{display:flex;align-items:center;gap:9px;padding:8px 0;border-bottom:1px solid #f3dbe7}
.ca-home .jc-erow .k{font-size:10.5px;font-weight:700;color:var(--muted-2);width:28px}
.ca-home .jc-erow .chip{display:inline-flex;align-items:center;gap:6px;background:#fff;border:1px solid #ecd6e2;border-radius:999px;padding:3px 10px 3px 3px;font-size:11px;font-weight:700;color:var(--ink)}
.ca-home .jc-erow .chip .av{width:18px;height:18px;border-radius:50%;background:linear-gradient(135deg,#ff0066,#ff5c9b)}
.ca-home .jc-erow .av-stack{display:flex;align-items:center}
.ca-home .jc-erow .av-stack .av{width:20px;height:20px;border-radius:50%;border:2px solid #fff7fb;margin-left:-7px;background:linear-gradient(135deg,#5b5bd6,#8f6ff0)}
.ca-home .jc-erow .av-stack .av:first-child{margin-left:0}
.ca-home .jc-erow .more{font-size:10.5px;font-weight:800;color:var(--body);margin-left:6px}
.ca-home .jc-esub{font-size:11.5px;font-weight:800;color:var(--ink);padding-top:9px}
.ca-home .jc-esub span{display:block;font-size:10.5px;font-weight:500;color:var(--muted-2);margin-top:3px}
.ca-home .jc-integ{display:flex;align-items:center;gap:8px;margin-top:2px}
.ca-home .jc-integ .l{font-size:9.5px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:var(--muted-2)}
.ca-home .jc-integ .ic{width:30px;height:30px;border-radius:9px;background:#fff;border:1px solid var(--line-2);display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px -3px rgba(13,27,62,.25)}
.ca-home .jc-integ .ic svg,.ca-home .jc-integ .ic img{width:18px;height:18px}
.ca-home .jc-kpis{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.ca-home .jc-kpi{background:#fff;border:1px solid var(--line-2);border-radius:11px;padding:10px 12px}
.ca-home .jc-kpi .v{font-size:18px;font-weight:900;letter-spacing:-.03em;color:var(--ink);line-height:1}
.ca-home .jc-kpi.pk .v{color:var(--pink-700)}
.ca-home .jc-kpi .l{font-size:9.5px;color:var(--muted);font-weight:700;margin-top:4px;display:flex;align-items:center;gap:4px}
.ca-home .jc-kpi .l .lucide{width:11px;height:11px;color:var(--muted-2)}
.ca-home .jc-kpi .d{font-size:9px;font-weight:800;color:var(--good);margin-top:4px}
.ca-home .jc-chart{background:#fff;border:1px solid var(--line-2);border-radius:11px;padding:11px 13px}
.ca-home .jc-chart .ch{font-size:11px;font-weight:800;color:var(--ink);margin-bottom:7px;display:flex;justify-content:space-between}
.ca-home .jc-chart .ch span{color:var(--good);font-size:10px}
.ca-home .jc-bars{display:flex;align-items:flex-end;gap:5px;height:46px}
.ca-home .jc-bars i{flex:1;background:linear-gradient(180deg,#ff4d8d,#ff0066);border-radius:3px 3px 0 0;display:block}
.ca-home .jc-shop{display:flex;align-items:center;gap:9px;background:#eafaf1;border:1px solid #bfead2;border-radius:11px;padding:9px 12px}
.ca-home .jc-shop svg{width:22px;height:22px;flex:none}
.ca-home .jc-shop .t{font-size:11px;font-weight:700;color:var(--body)}
.ca-home .jc-shop .t b{color:#0b8a5e;font-weight:900}
.ca-home .jc-shop .amt{margin-left:auto;font-size:14px;font-weight:900;color:#0b8a5e;letter-spacing:-.02em}
@media(max-width:860px){.ca-home .jt{grid-template-columns:1fr;grid-template-rows:none;gap:30px}.ca-home .jt-title{grid-column:1;grid-row:auto;margin-bottom:4px}.ca-home .jt-steps{grid-column:1}.ca-home .jt-media{grid-column:1;grid-row:auto;min-height:300px;padding:24px 0 0 24px;position:relative;top:0}.ca-home .jt-media img{position:absolute}.ca-home .jt-step{padding-bottom:34px}}
@media(min-width:861px) and (prefers-reduced-motion:no-preference){
  .ca-home .jt-pin{height:300vh}
  .ca-home .jt{position:sticky;top:88px}
  .ca-home .jt-media{position:relative;top:0;min-height:calc(100vh - 172px)}
  .ca-home .jt-step{padding-bottom:82px}
}
.ca-home .tt-wrap{max-width:1000px;margin:0 auto;border:1px solid var(--line-2);border-radius:var(--r-lg,18px);overflow:hidden;box-shadow:var(--shadow-lg);background:#fff}
.ca-home .tt{display:grid;grid-template-columns:1fr 1.25fr 1.25fr}
.ca-home .tt-cell{padding:18px 22px;border-bottom:1px solid var(--line-2);display:flex;align-items:center;gap:11px}
.ca-home .tt-hrow .tt-cell{padding:17px 22px;font-size:13px;font-weight:900;letter-spacing:-.01em}
.ca-home .tt-hrow .h-role{background:var(--navy);color:#fff}
.ca-home .tt-hrow .h-without{background:#fbeef0;color:#c2334d}
.ca-home .tt-hrow .h-with{background:linear-gradient(180deg,var(--pink-faint),#fff);color:var(--pink-700);position:relative}
.ca-home .tt-hrow .h-with::after{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--pink)}
.ca-home .tt-hrow .emoji{font-size:16px;margin-left:auto}
.ca-home .tt-role{font-weight:800;font-size:14.5px;color:var(--ink);letter-spacing:-.01em;background:var(--tile)}
.ca-home .tt-role .ic{width:32px;height:32px;border-radius:9px;background:#fff;border:1px solid var(--line-2);color:var(--pink);display:flex;align-items:center;justify-content:center;flex:none}
.ca-home .tt-role .ic .lucide{width:16px;height:16px}
.ca-home .tt-without{color:var(--muted);font-size:13.5px;font-weight:500}
.ca-home .tt-with{color:var(--ink);font-size:13.5px;font-weight:700;background:linear-gradient(90deg,rgba(255,0,102,.04),transparent)}
.ca-home .tt-x,.ca-home .tt-c{flex:none;width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:0}
.ca-home .tt-x{background:#fde3e7;color:#dc2626}
.ca-home .tt-c{background:var(--success-bg,#e7faf2);color:#04CD8B}
.ca-home .tt-x .lucide,.ca-home .tt-c .lucide{width:13px;height:13px;stroke-width:3}
.ca-home .tt .tt-cell:nth-child(3n){border-right:none}
.ca-home .tt-row:last-child .tt-cell{border-bottom:none}
@media(max-width:760px){.ca-home .tt{grid-template-columns:1fr}.ca-home .tt-hrow{display:none}.ca-home .tt-cell{border-right:none}.ca-home .tt-role{border-top:2px solid var(--pink-soft)}}
.ca-home .usecases{position:relative;background:linear-gradient(165deg,var(--navy) 0%,#0a1530 100%);overflow:hidden}
.ca-home .usecases::before{content:"";position:absolute;left:-10%;top:-30%;width:55%;height:140%;background:radial-gradient(circle at center,rgba(255,0,102,.22),transparent 62%);pointer-events:none}
.ca-home .usecases::after{content:"";position:absolute;right:-12%;bottom:-40%;width:50%;height:150%;background:radial-gradient(circle at center,rgba(91,91,214,.16),transparent 64%);pointer-events:none}
.ca-home .usecases .wrap{position:relative;z-index:1}
.ca-home .usecases .shead .lp-eyebrow{color:#ff7eb0}
.ca-home .usecases .shead h2{color:#fff}
.ca-home .usecases .shead h2 em{color:#fff}
.ca-home .usecases .shead p{color:#aeb6cc}
.ca-home .ucards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.ca-home .ucard{position:relative;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12);border-radius:18px;padding:26px 24px;transition:.18s;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);overflow:hidden}
.ca-home .ucard::after{content:"";position:absolute;inset:0;border-radius:18px;background:linear-gradient(160deg,rgba(255,0,102,.12),transparent 55%);opacity:0;transition:.18s;pointer-events:none}
.ca-home .ucard:hover{transform:translateY(-4px);border-color:rgba(255,0,102,.45);background:rgba(255,255,255,.08)}
.ca-home .ucard:hover::after{opacity:1}
.ca-home .ucard .ic{width:50px;height:50px;border-radius:14px;background:linear-gradient(150deg,#ff4d8d,var(--pink));color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 24px -10px rgba(255,0,102,.7)}
.ca-home .ucard .ic .lucide{width:24px;height:24px;stroke-width:2.2}
.ca-home .ucard h3{font-size:18px;font-weight:900;letter-spacing:-.02em;margin-top:20px;color:#fff;position:relative}
.ca-home .ucard p{font-size:14px;color:#aeb6cc;line-height:1.55;margin-top:9px;position:relative}
@media(max-width:900px){.ca-home .ucards{grid-template-columns:1fr 1fr}}
@media(max-width:540px){.ca-home .ucards{grid-template-columns:1fr}}
.ca-home .b-gifting{overflow:hidden}
.ca-home .g2{position:absolute;left:0;right:0;top:114px;bottom:-44px;margin:0 18px;background:#fff;border:1px solid #edeff4;border-radius:16px 16px 0 0;box-shadow:0 -2px 0 #fbe1ec,0 16px 40px -22px rgba(13,27,62,.34);overflow:hidden;transform:scale(.88);transform-origin:top center}
.ca-home .g2-head{padding:15px 18px 13px;border-bottom:1px solid #eef0f4}
.ca-home .g2-tot{display:flex;align-items:center;gap:7px;font-size:12.5px;font-weight:800;color:var(--ink);margin-top:10px}
.ca-home .g2-tot .lucide{width:14px;height:14px;color:var(--muted-2)}
.ca-home .g2-thead,.ca-home .g2-row{display:grid;grid-template-columns:1.5fr 1.6fr 1fr 1.3fr;align-items:center;gap:10px;padding:0 16px}
.ca-home .g2-thead{height:28px;font-size:8px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--muted-2);border-bottom:1px solid #eef0f4}
.ca-home .g2-row{height:44px;border-bottom:1px solid #f4f5f8}
.ca-home .g2-row .av{width:24px;height:24px;border-radius:50%;object-fit:cover;flex:none;justify-self:start}
.ca-home .g2-row .nm{font-size:11px;font-weight:800;color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:flex;align-items:center;gap:7px}
.ca-home .g2-row .em{font-size:10px;color:var(--muted);font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ca-home .g2-row .pr{font-size:10.5px;color:var(--ink);font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ca-home .g2-row .st{display:inline-flex;align-items:center;gap:4px;font-size:9px;font-weight:800;border-radius:999px;padding:4px 9px;white-space:nowrap;justify-self:start}
.ca-home .g2-row .st .lucide{width:10px;height:10px}
.ca-home .g2-row .st.add{color:var(--pink);border:1px solid var(--pink);background:#fff;font-size:8px;padding:3px 7px;gap:3px}
.ca-home .g2-row .st.add .lucide{width:9px;height:9px}
.ca-home .g2-row .st.rec{color:#0b8a5e;background:var(--success-bg,#e7faf2)}
.ca-home .g2-prod{position:absolute;top:100px;right:24px;width:88px;background:#fff;border:1px solid #edeff4;border-radius:11px;box-shadow:0 20px 44px -18px rgba(13,27,62,.42);padding:8px;text-align:center;z-index:3}
.ca-home .g2-prod .pim{height:64px;border-radius:8px;background:#f6f7f9;display:flex;align-items:center;justify-content:center;margin-bottom:7px;overflow:hidden}
.ca-home .g2-prod .pim img{height:100%;width:100%;object-fit:contain}
.ca-home .g2-prod .pim .lucide{width:30px;height:30px;color:#9aa3b5}
.ca-home .g2-prod .pn{font-size:9.5px;font-weight:900;color:var(--ink);letter-spacing:-.02em}
.ca-home .g2-prod .psend{margin-top:7px;height:25px;background:var(--navy);color:#fff;border-radius:7px;font-size:10px;font-weight:800;display:flex;align-items:center;justify-content:center;gap:5px}
.ca-home .g2-prod .psend .lucide{width:11px;height:11px}
.ca-home .bento-top{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.ca-home .bento-bot{display:grid;grid-template-columns:1fr 1fr 1fr;gap:22px;margin-top:22px;align-items:start}
.ca-home .b-mid{display:flex;flex-direction:column;gap:22px}
.ca-home .bcard{background:linear-gradient(180deg,#fff7fb,#fff3f7);border:1px solid #fbe1ec;border-radius:24px;padding:32px 30px 0;overflow:hidden;position:relative;display:flex;flex-direction:column;min-height:300px}
.ca-home .bcard.b-gifting,.ca-home .bcard.b-signup,.ca-home .bcard.b-email{height:327px;min-height:327px}
.ca-home .b-connect-wide{margin-top:22px;min-height:0}
.ca-home .b-connect-wide .bmedia{margin-top:20px;padding-bottom:30px}
.ca-home .bcard .bh{text-align:center;flex:none}
.ca-home .bcard .bh h3{font-size:23px;font-weight:900;letter-spacing:-.03em;color:var(--ink);line-height:1.15}
.ca-home .bcard .bh p{font-size:14.5px;color:var(--muted);margin-top:8px;font-weight:500}
.ca-home .bcard.b-creators::after{z-index:7}
.ca-home .bmedia{position:relative;flex:1;display:flex;align-items:flex-end;justify-content:center;margin-top:24px;min-height:0}
.ca-home .b-email,.ca-home .b-connect{min-height:0}
.ca-home .b-email .bmedia{margin-bottom:-44px;align-items:flex-start}
.ca-home .b-connect .bmedia{margin-bottom:30px}
.ca-home .b-track .bmedia{align-items:flex-start}
.ca-home .b-creators::after,.ca-home .b-track::after,.ca-home .b-gifting::after,.ca-home .b-email::after,.ca-home .b-signup::after,.ca-home .b-connect::after{content:"";position:absolute;left:0;right:0;bottom:0;height:118px;background:linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,.8) 50%,#fff 100%);pointer-events:none;z-index:4;border-radius:0 0 24px 24px}
.ca-home .b-creators .bmedia{align-items:flex-start;justify-content:center;overflow:clip;overflow-clip-margin:30px;margin-top:30px}
.ca-home .bc-search{width:680px;max-width:none;background:#fff;border:1px solid #edeff4;border-radius:18px 18px 0 0;box-shadow:0 -2px 0 #fbe1ec, -10px 0 20px -16px rgba(13,27,62,.16), 10px 0 20px -16px rgba(13,27,62,.16), 0 16px 36px -22px rgba(13,27,62,.18);padding:24px 24px 8px;flex:none;transform:scale(.74);transform-origin:top center;margin-bottom:-420px}
.ca-home .bc-search .shdr.gsrch,.ca-home .bc-search .srow.gsrch{grid-template-columns:30px minmax(74px,1fr) 70px 80px 100px 104px;gap:9px}
.ca-home .bc-search .srow.gsrch .av{width:30px;height:30px}
.ca-home .bc-search .cr .n{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ca-home .bc-search .cr .h{white-space:nowrap}
.ca-home .bc-search .srow .acts{gap:5px}
.ca-home .bc-search .srow .acts span{padding:5px 9px;font-size:10px}
.ca-home .bc-search .ss-label{margin-bottom:11px}
.ca-home .bc-search .ss-search .ph{font-size:11px}
.ca-home .bc-search .s-resbar{margin-bottom:8px}
.ca-home .bx-ui{background:#fff;border:1px solid #edeff4;border-radius:14px 14px 0 0;box-shadow:0 -2px 0 #fbe1ec, 0 14px 36px -20px rgba(13,27,62,.30);width:100%;padding:14px 15px 16px}
.ca-home .bx-tabs{display:flex;gap:15px;padding-bottom:10px;border-bottom:1px solid #eef0f4}
.ca-home .bx-tab{display:flex;align-items:center;gap:5px;font-size:11.5px;font-weight:700;color:var(--muted-2)}
.ca-home .bx-tab.on{color:var(--pink)} .ca-home .bx-tab.on::after{content:"";display:block}
.ca-home .bx-tab .lucide{width:13px;height:13px}
.ca-home .bx-search{display:flex;gap:8px;margin-top:12px}
.ca-home .bx-inp{flex:1;height:31px;border:1px solid #e6e8ee;border-radius:8px;display:flex;align-items:center;gap:7px;padding:0 11px;font-size:11.5px;color:var(--muted-2);font-weight:500}
.ca-home .bx-inp .lucide{width:13px;height:13px}
.ca-home .bx-btn{height:31px;background:var(--pink);color:#fff;border-radius:8px;display:flex;align-items:center;gap:6px;padding:0 13px;font-size:11.5px;font-weight:700}
.ca-home .bx-btn .lucide{width:13px;height:13px}
.ca-home .bx-pill{height:31px;border:1px solid #e6e8ee;border-radius:8px;display:flex;align-items:center;gap:6px;padding:0 11px;font-size:11px;font-weight:600;color:var(--body)}
.ca-home .bx-pill .lucide{width:12px;height:12px;color:var(--pink)}
.ca-home .bx-filters{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin-top:10px}
.ca-home .bx-fbox{border:1px solid #e6e8ee;border-radius:8px;padding:7px 9px;min-width:0}
.ca-home .bx-fbox .fl{font-size:8.5px;font-weight:700;color:var(--muted-2);text-transform:uppercase;letter-spacing:.03em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ca-home .bx-fbox .fv{font-size:10.5px;font-weight:700;color:var(--ink);margin-top:4px;display:flex;align-items:center;justify-content:space-between;gap:4px}
.ca-home .bx-fbox .fv .lucide{width:10px;height:10px;color:var(--muted-2);flex:none}
.ca-home .bx-fbox.look{border-color:var(--pink-soft);background:var(--pink-faint)}
.ca-home .bx-fbox.look .fv{color:var(--pink-700)}
.ca-home .bx-res{font-size:11px;color:var(--muted);margin-top:13px;font-weight:600}
.ca-home .bx-res b{color:var(--ink);font-weight:900}
.ca-home .bx-thead{display:flex;align-items:center;margin-top:9px;padding:8px 2px;border-top:1px solid #eef0f4;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:var(--muted-2)}
.ca-home .bx-row{display:flex;align-items:center;padding:7px 2px;font-size:11px;color:var(--body);border-top:1px solid #f4f5f8}
.ca-home .bx-row .av{width:24px;height:24px;border-radius:50%;object-fit:cover;flex:none;background:linear-gradient(135deg,#ff0066,#ff5c9b)}
.ca-home .bx-hd{font-size:11px;font-weight:700;color:var(--ink)}
.ca-home .bx-mut{color:var(--muted-2)}
.ca-home .bx-float{position:absolute;z-index:6;background:#fff;border:1px solid #edeff4;border-radius:13px;box-shadow:var(--shadow-float);padding:11px 13px;display:flex;align-items:center;gap:11px}
.ca-home .bx-float .av{width:42px;height:42px;border-radius:50%;object-fit:cover;flex:none}
.ca-home .bx-float .fn{font-size:11.5px;font-weight:800;color:var(--ink);display:flex;align-items:center;gap:4px}
.ca-home .bx-float .fn .lucide{width:12px;height:12px;color:var(--blue)}
.ca-home .bx-float .fn .fv{display:inline-flex;width:14px;height:14px}
.ca-home .bx-float .fn .fv svg{width:14px;height:14px}
.ca-home .bx-float .fsave{display:inline-flex;align-items:center;gap:6px;margin-top:7px;background:#fff;color:var(--navy);border:none;box-shadow:inset 0 0 0 1px var(--line);border-radius:9px;padding:7px 12px;font-family:inherit;font-size:11px;font-weight:800;letter-spacing:-.01em;cursor:pointer}
.ca-home .bx-float .fsave .lucide{width:13px;height:13px;color:var(--navy)}
.ca-home .bx-float .fmet{display:flex;gap:14px;margin-top:5px}
.ca-home .bx-float .fmet div b{font-size:12.5px;font-weight:900;color:var(--ink);letter-spacing:-.02em;display:block}
.ca-home .bx-float .fmet div span{font-size:9px;color:var(--muted-2);text-transform:uppercase;letter-spacing:.04em}
.ca-home .bx-float-3d{transform:perspective(900px) rotateY(-15deg) rotateX(3deg) rotateZ(-1.5deg);transform-origin:right center;box-shadow:-6px 22px 44px -14px rgba(13,27,62,.42),0 4px 14px -6px rgba(13,27,62,.24),0 0 0 1px rgba(13,27,62,.05)}
.ca-home .bx-prod{position:absolute;right:14px;bottom:36px;width:128px;background:#fff;border:1px solid #edeff4;border-radius:13px;box-shadow:var(--shadow-float);padding:11px;text-align:center}
.ca-home .bx-prod .pim{height:74px;border-radius:9px;background:linear-gradient(160deg,#eef1f6,#dfe4ee);display:flex;align-items:center;justify-content:center;margin-bottom:9px}
.ca-home .bx-prod .pim .lucide{width:30px;height:30px;color:#9aa3b5}
.ca-home .bx-prod .pn{font-size:11px;font-weight:800;color:var(--ink)}
.ca-home .bx-prod .psend{margin-top:9px;height:28px;background:var(--navy);color:#fff;border-radius:7px;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:6px}
.ca-home .bx-prod .psend .lucide{width:12px;height:12px}
.ca-home .bx-tag{font-size:9.5px;font-weight:700;color:var(--pink-700);background:var(--pink-faint);border:1px solid var(--pink-soft);border-radius:999px;padding:3px 8px;white-space:nowrap}
.ca-home .bx-thumbs{display:flex;gap:11px;justify-content:center;margin-bottom:13px}
.ca-home .bx-thumb{position:relative;width:104px;height:118px;border-radius:12px;overflow:hidden;box-shadow:0 10px 26px -16px rgba(13,27,62,.3);border:1px solid #edeff4}
.ca-home .bx-thumb img{width:100%;height:100%;object-fit:cover}
.ca-home .bx-thumb .tr{position:absolute;top:7px;left:7px;font-size:8.5px;font-weight:800;color:#0b8a5e;background:rgba(255,255,255,.92);border-radius:999px;padding:3px 8px;display:flex;align-items:center;gap:3px}
.ca-home .bx-thumb .tr .lucide{width:9px;height:9px}
.ca-home .bx-track-h{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:9px}
.ca-home .bx-track-h .tt{font-size:12px;font-weight:900;color:var(--ink)}
.ca-home .bx-track-h .acts{display:flex;gap:6px}
.ca-home .bx-track-h .acts span{font-size:9px;font-weight:700;border-radius:6px;padding:5px 8px;display:flex;align-items:center;gap:4px}
.ca-home .bx-track-h .acts .csv{color:var(--pink-700);background:var(--pink-faint);border:1px solid var(--pink-soft)}
.ca-home .bx-track-h .acts .edit{color:var(--body);background:#f4f5f8;border:1px solid #e6e8ee}
.ca-home .bx-segtabs{display:flex;gap:6px;background:#f4f5f8;border-radius:8px;padding:3px;margin-bottom:6px}
.ca-home .bx-segtabs span{flex:1;text-align:center;font-size:10px;font-weight:700;color:var(--muted-2);padding:5px 0;border-radius:6px}
.ca-home .bx-segtabs span.on{background:#fff;color:var(--ink);box-shadow:0 1px 3px rgba(13,27,62,.12)}
.ca-home .bx-email{width:100%;max-width:330px}
.ca-home .bx-erow{display:flex;align-items:center;gap:10px;padding:11px 0;border-bottom:1px solid #eef0f4}
.ca-home .bx-erow .ek{font-size:11px;font-weight:700;color:var(--muted-2);width:34px}
.ca-home .bx-erow .echip{display:inline-flex;align-items:center;gap:6px;background:#f4f5f8;border:1px solid #e6e8ee;border-radius:999px;padding:4px 10px 4px 4px;font-size:11px;font-weight:700;color:var(--ink)}
.ca-home .bx-erow .echip .av{width:20px;height:20px;border-radius:50%;object-fit:cover;background:linear-gradient(135deg,#ff0066,#ff5c9b)}
.ca-home .bx-erow .echip .lucide{width:11px;height:11px;color:var(--muted-2)}
.ca-home .bx-avstack{display:flex;align-items:center}
.ca-home .bx-avstack .av{width:24px;height:24px;border-radius:50%;border:2px solid #fff;object-fit:cover;margin-left:-7px;background:linear-gradient(135deg,#5b5bd6,#8f6ff0)}
.ca-home .bx-avstack .av:first-child{margin-left:0}
.ca-home .bx-avstack .more{font-size:10px;font-weight:800;color:var(--body);margin-left:6px}
.ca-home .bx-esub{font-size:11.5px;font-weight:700;color:var(--ink);padding-top:12px}
.ca-home .bx-esub span{display:block;font-size:10.5px;font-weight:500;color:var(--muted-2);margin-top:4px}
.ca-home .bx-ebtns{display:flex;gap:8px;margin-top:13px}
.ca-home .bx-ebtns .eb{display:inline-flex;align-items:center;gap:5px;font-size:10.5px;font-weight:800;border-radius:8px;padding:7px 11px;white-space:nowrap}
.ca-home .bx-ebtns .eb .lucide{width:12px;height:12px}
.ca-home .bx-ebtns .eb.send{background:#fff;color:var(--navy);box-shadow:inset 0 0 0 1px var(--line)}
.ca-home .bx-ebtns .eb.send .lucide{color:var(--navy)}
.ca-home .bx-ebtns .eb.foll{background:#f4f5f8;color:var(--body)}
.ca-home .bx-efu{display:flex;align-items:center;gap:8px;font-size:10.5px;font-weight:600;color:var(--muted);padding:9px 0;border-top:1px solid #eef0f4;margin-top:11px}
.ca-home .bx-efu:nth-of-type(2){margin-top:0}
.ca-home .bx-efu .d{width:7px;height:7px;border-radius:50%;background:#04CD8B;flex:none}
.ca-home .bx-efu .lp-tag{margin-left:auto;font-size:9px;font-weight:800;color:#0b8a5e;background:var(--success-bg,#e7faf2);border-radius:999px;padding:3px 8px}
.ca-home .bx-conn{position:relative;width:100%;max-width:none;height:120px;display:flex;align-items:center;justify-content:space-between;padding:0 8px}
.ca-home .bx-conn::before{content:"";position:absolute;left:8%;right:8%;top:50%;height:2px;transform:translateY(-50%);background:repeating-linear-gradient(90deg,rgba(255,0,102,.3) 0 7px,transparent 7px 14px);z-index:0}
.ca-home .bx-conn::after{display:none}
.ca-home .bx-tile{position:static;transform:none!important;background:#fff;border-radius:16px;box-shadow:0 14px 30px -12px rgba(13,27,62,.22),0 3px 8px -4px rgba(13,27,62,.12);display:flex;align-items:center;justify-content:center;z-index:2;width:60px;height:60px;flex:none}
.ca-home .bx-tile svg,.ca-home .bx-tile img.lg{width:32px;height:32px}
.ca-home .bx-tile.center{width:84px;height:84px;border-radius:22px;background:none;box-shadow:0 18px 38px -12px rgba(255,0,102,.55);z-index:3;overflow:hidden}
.ca-home .bx-tile.center img{width:100%;height:100%;object-fit:cover}
.ca-home .ns2{position:absolute;left:0;right:0;top:112px;bottom:0;margin:0 10px;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0;transform:scale(.85);transform-origin:top center}
.ca-home .ns-row{display:flex;align-items:center;gap:11px;background:#fff;border:1px solid #edeff4;border-radius:14px;box-shadow:0 8px 22px -16px rgba(13,27,62,.3);padding:9px 14px}
.ca-home .ns-num{width:22px;height:22px;border-radius:50%;background:var(--pink);color:#fff;font-size:11px;font-weight:900;display:flex;align-items:center;justify-content:center;flex:none}
.ca-home .ns-ic{width:17px;height:17px;color:var(--ink);flex:none}
.ca-home .ns-tx{flex:1;min-width:0}
.ca-home .ns-tx b{display:block;font-size:13px;font-weight:900;letter-spacing:-.02em;color:var(--ink);line-height:1.15}
.ca-home .ns-tx .sub{display:flex;align-items:center;gap:6px;font-size:10.5px;color:var(--muted);font-weight:500;margin-top:2px}
.ca-home .ns-avs{display:flex}
.ca-home .ns-avs img{width:16px;height:16px;border-radius:50%;object-fit:cover;border:1.5px solid #fff;margin-left:-6px}
.ca-home .ns-avs img:first-child{margin-left:0}
.ca-home .ns-pill{display:inline-flex;align-items:center;gap:4px;font-size:10px;font-weight:800;border-radius:999px;padding:6px 12px;white-space:nowrap;flex:none}
.ca-home .ns-pill .lucide{width:11px;height:11px}
.ca-home .ns-pill.ok{color:#0b8a5e;background:var(--success-bg,#e7faf2)}
.ca-home .ns-pill.mut{color:var(--muted);background:#f4f5f8}
.ca-home .ns-release{display:inline-flex;align-items:center;gap:6px;font-size:10.5px;font-weight:800;color:#fff;background:var(--navy);border-radius:9px;padding:8px 14px;white-space:nowrap;flex:none}
.ca-home .ns-release .lucide{width:12px;height:12px}
.ca-home .ns-down{display:flex;align-items:center;justify-content:center;color:#c2c7d2;height:14px}
.ca-home .ns-down .lucide{width:16px;height:16px;stroke-width:2.4}
.ca-home .bx-post .pl{position:absolute;left:0;right:0;bottom:0;padding:16px 9px 8px;background:linear-gradient(to top,rgba(13,27,62,.78),transparent);color:#fff}
.ca-home .bx-post .pl b{font-size:10.5px;font-weight:800;display:block}
.ca-home .bx-post .pl span{font-size:9px;opacity:.85}
.ca-home .tk-pyr{display:flex;flex-direction:column;align-items:center;gap:8px;width:100%;margin-bottom:-12px}
.ca-home .tk-tier{display:flex;gap:8px;justify-content:center;width:100%}
.ca-home .tk-post{position:relative;border-radius:6px;overflow:hidden;box-shadow:0 12px 28px -16px rgba(13,27,62,.34);border:1px solid #edeff4;flex:none}
.ca-home .tk-tier.t1 .tk-post{width:98px;height:182px}
.ca-home .tk-tier.t2 .tk-post{width:48px;height:84px}
.ca-home .tk-tier.t3{gap:4px}
.ca-home .tk-tier.t3 .tk-post{width:42px;height:72px;opacity:.92}
.ca-home .tk-post img{width:100%;height:100%;object-fit:cover}
.ca-home .tk-post .pf{position:absolute;top:5px;left:5px;display:inline-flex;align-items:center;gap:4px;background:none;padding:0;max-width:calc(100% - 10px)}
.ca-home .tk-post .pf svg{width:13px;height:13px;flex:none;border-radius:4px;filter:drop-shadow(0 1px 2px rgba(0,0,0,.45))}
.ca-home .tk-post .pf b{font-size:8.5px;font-weight:700;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-shadow:0 1px 3px rgba(0,0,0,.6)}
.ca-home .tk-tier.t2 .tk-post .pf svg{width:11px;height:11px}
.ca-home .tk-tier.t2 .tk-post .pf b{font-size:7.5px}
.ca-home .tk-tier.t3 .tk-post .pf svg{width:9px;height:9px}
.ca-home .tk-tier.t3 .tk-post .pf b{font-size:6px;display:block}
.ca-home .tk-post .play{position:absolute;inset:0;margin:auto;width:20px;height:20px;border-radius:50%;background:rgba(255,255,255,.7);display:flex;align-items:center;justify-content:center}
.ca-home .tk-post .play .lucide{width:9px;height:9px;fill:var(--navy);color:var(--navy);margin-left:1px}
.ca-home .tk-tier.t1 .tk-post .play{width:28px;height:28px}.ca-home .tk-tier.t1 .tk-post .play .lucide{width:12px;height:12px}
.ca-home .tk-tier.t3 .tk-post .play{width:14px;height:14px}.ca-home .tk-tier.t3 .tk-post .play .lucide{width:7px;height:7px}
.ca-home .tk-post .trk{position:absolute;top:-12px;right:-12px;font-size:11px;font-weight:800;color:#0b8a5e;background:var(--success-bg,#e7faf2);border:1px solid #bdf0da;border-radius:999px;padding:5px 12px;display:flex;align-items:center;gap:5px;box-shadow:0 6px 16px -8px rgba(4,205,139,.4);transform:rotate(9deg);z-index:5}
.ca-home .tk-post .trk .lucide{width:12px;height:12px;stroke-width:3.5;color:#0b8a5e}
.ca-home .tk-tier.t1 .tk-post .trk{display:none}
.ca-home .tk-tier.t1 .tk-post:last-child{overflow:visible}
.ca-home .tk-tier.t1 .tk-post:last-child .trk{display:flex}
.ca-home .tk-post .trk .lucide{width:7px;height:7px;stroke-width:4}
.ca-home .tk-tier.t2 .tk-post .trk,.ca-home .tk-tier.t3 .tk-post .trk{display:none}
.ca-home .tk-post .hd{position:absolute;left:0;right:0;bottom:0;padding:12px 6px 5px;background:linear-gradient(to top,rgba(13,27,62,.82),transparent);color:#fff;font-size:8px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ca-home .tk-tier.t2 .tk-post .hd,.ca-home .tk-tier.t3 .tk-post .hd{display:none}
.ca-home .tk-post .hd{display:none}
@media(max-width:560px){.ca-home .tk-tier.t3{display:none}}

@media(max-width:980px){
  .ca-home .bento-top,.ca-home .bento-bot{grid-template-columns:1fr}
  .ca-home .b-mid{flex-direction:column}
}
.ca-home .cmp{margin:0 auto;max-width:920px;border:1px solid var(--line-2);border-radius:20px;overflow:hidden;box-shadow:var(--shadow)}
.ca-home .cmp table{width:100%;border-collapse:collapse}
.ca-home .cmp th,.ca-home .cmp td{text-align:left;padding:16px 24px;font-size:15px;border-bottom:1px solid var(--line-2)}
.ca-home .cmp thead th{background:var(--navy);color:#fff;font-weight:800;font-size:14.5px}
.ca-home .cmp thead th.col{text-align:center}
.ca-home .cmp thead th.click-col{background:var(--pink)}
.ca-home .cmp td.feat{color:var(--body);font-weight:600}
.ca-home .cmp td.val{text-align:center;font-weight:700;color:var(--body)}
.ca-home .cmp tbody tr:nth-child(even){background:var(--tile)}
.ca-home .cmp tbody tr:last-child td{border-bottom:none}
.ca-home .cmp td.click-col{background:var(--pink-faint);font-weight:800;color:var(--pink-700);text-align:center}
.ca-home .cmp .yes{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:var(--pink);color:#fff}
.ca-home .cmp .yes .lucide{width:14px;height:14px;stroke-width:3}
.ca-home .cmp .no{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:#eceef3;color:var(--muted-2)}
.ca-home .cmp .no .lucide{width:14px;height:14px;stroke-width:2.6}
@media(max-width:680px){.ca-home .cmp th,.ca-home .cmp td{padding:13px 12px;font-size:13px}}
.ca-home .stats{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:42px}
.ca-home .stat{background:var(--card);border:1px solid var(--line-2);border-radius:var(--r);box-shadow:var(--shadow);padding:30px 28px;text-align:center}
.ca-home .stat .v{font-size:46px;font-weight:900;letter-spacing:-.05em;color:var(--pink);line-height:1}
.ca-home .stat .l{font-size:15px;font-weight:800;color:var(--ink);margin-top:10px}
.ca-home .stat .s{font-size:13px;color:var(--muted);margin-top:6px}
.ca-home .reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.ca-home .review{background:var(--card);border:1px solid var(--line-2);border-radius:var(--r);box-shadow:var(--shadow);padding:26px 24px}
.ca-home .review .stars{color:#f5b50a;font-size:14px;letter-spacing:2px;margin-bottom:13px}
.ca-home .review blockquote{font-size:15px;line-height:1.6;color:var(--ink);font-weight:500}
.ca-home .review blockquote b{color:var(--pink-700);font-weight:700}
.ca-home .review .who{display:flex;align-items:center;gap:12px;margin-top:18px;padding-top:16px;border-top:1px solid var(--line)}
.ca-home .review .who .av{width:44px;height:44px;border-radius:50%;flex:none;background:linear-gradient(135deg,#ff0066,#ff5c9b);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:15px;overflow:hidden}
.ca-home .review .who .av img{width:100%;height:100%;object-fit:cover}
.ca-home .review .who b{display:block;font-size:14px;font-weight:800;color:var(--ink)}
.ca-home .review .who span{font-size:12.5px;color:var(--muted)}
@media(max-width:880px){.ca-home .stats,.ca-home .reviews{grid-template-columns:1fr}}
.ca-home .lv-banner{display:flex;align-items:center;gap:24px;flex-wrap:wrap;background:var(--pink-faint);border:1px solid var(--pink-soft);border-radius:var(--r-lg,18px);padding:26px 30px;margin-bottom:24px}
.ca-home .lv-banner .av-stack{display:flex;align-items:center}
.ca-home .lv-banner .av-stack img,.ca-home .lv-banner .av-stack span{width:40px;height:40px;border-radius:50%;border:2.5px solid var(--pink-faint);object-fit:cover;margin-left:-12px;background:linear-gradient(135deg,#ff0066,#ff5c9b);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:13px}
.ca-home .lv-banner .av-stack img:first-child,.ca-home .lv-banner .av-stack span:first-child{margin-left:0}
.ca-home .lv-banner .bk{flex:1;min-width:200px}
.ca-home .lv-banner .bk .big{font-size:34px;font-weight:900;letter-spacing:-.04em;color:var(--ink);line-height:1}
.ca-home .lv-banner .bk .lbl{font-size:14px;color:var(--muted);font-weight:500;margin-top:5px}
.ca-home .lv-banner .lp-btn{flex:none}
.ca-home .lv-masonry{columns:3;column-gap:18px;position:relative}
.ca-home .lv-masonry::after{content:"";position:absolute;left:-12px;right:-12px;bottom:-4px;height:520px;background:linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,.75) 34%,#fff 72%);pointer-events:none;z-index:3}
.ca-home .lv-card,.ca-home .lv-media{break-inside:avoid;margin-bottom:18px;border-radius:var(--r-lg,18px);overflow:hidden}
.ca-home .lv-card{background:#fff;border:1px solid var(--line-2);box-shadow:var(--shadow);padding:22px 22px}
.ca-home .lv-card .who{display:flex;align-items:center;gap:11px;margin-top:16px;margin-bottom:0}
.ca-home .lv-card .who .av.logo{background:#fff;box-shadow:inset 0 0 0 1px var(--line-2)}
.ca-home .lv-card .who .av.logo img{object-fit:contain;padding:1px;transform:scale(1.28)}
.ca-home .lv-card .who .av{width:40px;height:40px;border-radius:50%;flex:none;object-fit:cover;background:linear-gradient(135deg,#ff0066,#ff5c9b);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:14px;overflow:hidden}
.ca-home .lv-card .who .av img{width:100%;height:100%;object-fit:cover}
.ca-home .lv-card .who b{display:block;font-size:14px;font-weight:800;color:var(--ink)}
.ca-home .lv-card .who span{font-size:12px;color:var(--muted)}
.ca-home .lv-card .stars{color:#f5b50a;font-size:13px;letter-spacing:1.5px;margin-bottom:11px}
.ca-home .lv-card p{font-size:17.5px;line-height:1.55;color:var(--body)}
.ca-home .lv-story{display:inline-flex;align-items:center;gap:5px;margin-top:14px;font-size:12.5px;font-weight:700;color:var(--muted);text-decoration:none;transition:color .18s ease}
.ca-home .lv-story .lucide{width:13px;height:13px;transition:transform .18s ease}
.ca-home .lv-story:hover{color:var(--pink)}
.ca-home .lv-story:hover .lucide{transform:translateX(2px)}
.ca-home .lv-card.feat p{font-size:18px;line-height:1.5;font-weight:600;color:var(--ink);letter-spacing:-.01em}
.ca-home .lv-card.feat p b{color:var(--pink-700)}
.ca-home .lv-card.feat .who b{font-size:15px}
.ca-home .lv-card p b.wrap{white-space:normal}
.ca-home .lv-card p b{font-weight:800;color:var(--pink-700);background:var(--pink-soft);border-radius:5px;padding:1px 5px;white-space:nowrap;box-decoration-break:clone;-webkit-box-decoration-break:clone}
.ca-home .lv-media{position:relative;display:block}
.ca-home .lv-media img{width:100%;display:block}
.ca-home .lv-media .play{position:absolute;right:12px;bottom:12px;width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.92);display:flex;align-items:center;justify-content:center;box-shadow:0 6px 16px -6px rgba(13,27,62,.4)}
.ca-home .lv-media .play .lucide{width:16px;height:16px;fill:var(--navy);color:var(--navy);margin-left:2px}
.ca-home .lv-media .cap{position:absolute;left:14px;bottom:14px;font-size:13px;font-weight:800;color:#fff;letter-spacing:.02em;text-shadow:0 1px 6px rgba(0,0,0,.4)}
.ca-home .lv-media .play{display:none}
.ca-home .lv-media .brand{position:absolute;left:12px;bottom:12px;background:#fff;border-radius:8px;padding:0 10px;height:29px;display:flex;align-items:center;box-shadow:0 6px 16px -6px rgba(13,27,62,.4)}
.ca-home .lv-media .brand img{height:17px;width:auto;max-width:128px;display:block;object-fit:contain}
.ca-home .lv-media .brand img.tall{height:23px}
.ca-home .lv-media.cut{max-height:300px}
.ca-home .lv-media.cut img{object-position:top}
@media(max-width:880px){.ca-home .lv-masonry{columns:2}}
@media(max-width:560px){.ca-home .lv-masonry{columns:1}.ca-home .lv-banner{padding:22px}}
.ca-home .plans{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;align-items:stretch;max-width:1000px;margin:0 auto}
.ca-home .plan{background:var(--card);border:1.5px solid var(--line-2);border-radius:20px;box-shadow:var(--shadow);padding:24px 24px;display:flex;flex-direction:column;position:relative}
.ca-home .plan.pop{border:2px solid var(--pink);background:linear-gradient(180deg,var(--pink-faint),var(--card) 44%);box-shadow:0 34px 74px -30px rgba(255,0,102,.5),0 10px 26px -14px rgba(255,0,102,.26)}
.ca-home .plan-head{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.ca-home .plan-name{font-size:20px;font-weight:900;letter-spacing:-.025em}
.ca-home .plan-pill{font-size:11.5px;font-weight:800;letter-spacing:.02em;padding:5px 12px;border-radius:var(--r-pill);white-space:nowrap}
.ca-home .plan-pill.hot{background:var(--pink);color:#fff;box-shadow:0 8px 20px -10px rgba(255,0,102,.6)}
.ca-home .plan-pill.soft{background:var(--pink-faint);color:var(--pink-700)}
.ca-home .plan-price{margin-top:14px;display:flex;align-items:flex-end;gap:8px;flex-wrap:wrap}
.ca-home .plan-price .amt{font-size:38px;font-weight:900;letter-spacing:-.045em;line-height:.9;color:var(--ink)}
.ca-home .plan-price .per{font-size:15px;color:var(--muted);font-weight:600;padding-bottom:5px}
.ca-home .plan-tag{font-size:13.5px;color:var(--muted);margin-top:13px;padding-bottom:16px;border-bottom:1px solid var(--line-2)}
.ca-home .plan-feats{display:flex;flex-direction:column}
.ca-home .feat-li{display:flex;align-items:center;gap:12px;font-size:14.5px;color:var(--body);line-height:1.4;padding:14px 0;border-bottom:1px solid var(--line-2)}
.ca-home .feat-li .tick{flex:none;width:18px;height:18px;color:var(--pink);display:flex;align-items:center;justify-content:center}
.ca-home .feat-li .tick .lucide{width:17px;height:17px;stroke-width:3}
.ca-home .feat-li b{color:var(--ink);font-weight:800}
.ca-home .plan .lp-btn{margin-top:auto;width:100%;justify-content:center}
.ca-home .plan-feats + .lp-btn{margin-top:26px}
.ca-home .plans-note{margin:26px auto 0;max-width:1000px;display:flex;align-items:center;justify-content:space-between;gap:16px;background:#fff;border:1.5px solid var(--line-2);border-radius:18px;padding:20px 28px;flex-wrap:wrap;box-shadow:var(--shadow)}
.ca-home .plans-note .pn-l{font-size:15.5px;font-weight:800;color:var(--ink);display:flex;align-items:center;gap:9px}
.ca-home .plans-note .pn-l .lucide{width:18px;height:18px;color:var(--good);stroke-width:2.6;flex:none}
.ca-home .plans-note a{font-size:14px;font-weight:700;color:var(--muted);display:inline-flex;align-items:center;gap:7px;transition:color .18s ease}
.ca-home .plans-note a:hover{color:var(--ink)}
.ca-home .plans-note a .lucide{width:16px;height:16px}
@media(max-width:880px){.ca-home .plans{grid-template-columns:1fr;max-width:440px}.ca-home .plan.pop{order:-1}.ca-home .plans-note{justify-content:center;text-align:center}}
.ca-home .video-box{max-width:900px;margin:0 auto;position:relative;border-radius:22px;overflow:hidden;box-shadow:var(--shadow-lg);border:1px solid var(--line);aspect-ratio:16/9;background:linear-gradient(135deg,var(--navy),var(--navy-3))}
.ca-home .video-box::before{content:"";position:absolute;left:-6%;bottom:-40%;width:42%;height:160%;background:radial-gradient(circle,rgba(255,0,102,.22),transparent 62%)}
.ca-home .video-box .vinner{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;color:#fff}
.ca-home .video-box .play{width:78px;height:78px;border-radius:50%;background:var(--pink);display:flex;align-items:center;justify-content:center;box-shadow:0 16px 40px -12px rgba(255,0,102,.7);cursor:pointer;transition:.16s}
.ca-home .video-box .play:hover{transform:scale(1.06);background:var(--pink-700)}
.ca-home .video-box .play .lucide{width:30px;height:30px;fill:#fff;color:#fff;margin-left:4px}
.ca-home .video-box .vlabel{font-size:14px;font-weight:700;color:#c4cadb}
.ca-home .video-box .vph{position:absolute;top:14px;left:16px;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.45);border:1px dashed rgba(255,255,255,.3);padding:5px 11px;border-radius:999px}
.ca-home .faq-section{display:grid;grid-template-columns:0.82fr 1.18fr;gap:48px;align-items:start;max-width:1040px;margin:0 auto}
.ca-home .faq-aside .lp-eyebrow{font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--pink-700);display:block;margin-bottom:16px}
.ca-home .faq-aside h2{font-size:40px;font-weight:900;letter-spacing:-.03em;line-height:1.08;color:var(--ink)}
.ca-home .faq-cta{margin-top:30px;display:inline-flex;align-items:center;gap:9px;font-size:15px;font-weight:700;color:var(--pink);background:#fff;border:1.5px solid var(--pink);padding:13px 22px;border-radius:var(--r-sm);transition:.15s}
.ca-home .faq-cta:hover{background:var(--pink);color:#fff}
.ca-home .faq-cta .lucide{width:17px;height:17px}
.ca-home .faq{display:grid;gap:14px}
.ca-home .faq details{background:var(--tile);border-radius:18px;padding:4px 26px;transition:.15s}
.ca-home .faq details[open]{background:#fafafa;box-shadow:inset 0 0 0 1px var(--line)}
.ca-home .faq summary{cursor:pointer;list-style:none;font-size:17px;font-weight:700;letter-spacing:-.02em;padding:22px 0;display:flex;align-items:center;justify-content:space-between;gap:18px;color:var(--navy)}
.ca-home .faq summary::-webkit-details-marker{display:none}
.ca-home .faq summary .chev{flex:none;color:var(--navy);transition:transform .2s;display:flex}
.ca-home .faq summary .chev .lucide{width:20px;height:20px;stroke-width:2.6}
.ca-home .faq details[open] summary .chev{transform:rotate(180deg)}
.ca-home .faq details p{font-size:14.5px;color:var(--body);padding-bottom:22px;line-height:1.65;max-width:80ch}
.ca-home .faq details p b{color:var(--ink);font-weight:700}
@media(max-width:860px){.ca-home .faq-section{grid-template-columns:1fr;gap:30px}.ca-home .faq-aside h2{font-size:32px}}
.ca-home .cta-close{position:relative;overflow:hidden;background:linear-gradient(135deg,var(--navy),var(--navy-3));border-radius:28px;padding:70px 32px;text-align:center;color:#fff}
.ca-home .cta-close::before{content:"";position:absolute;left:-5%;bottom:-60%;width:45%;height:200%;background:radial-gradient(circle,rgba(255,0,102,.20),transparent 60%)}
.ca-home .cta-close::after{content:"";position:absolute;right:-8%;top:-70%;width:38%;height:170%;background:radial-gradient(circle,rgba(91,91,214,.10),transparent 64%)}
.ca-home .cta-close>*{position:relative}
.ca-home .cta-close h2{font-size:clamp(30px,4vw,46px);font-weight:900;letter-spacing:-.035em;margin-bottom:12px;line-height:1.08}
.ca-home .cta-close h2 em{color:#ff9ec4;font-style:normal}
.ca-home .cta-close p{font-size:17px;color:#c4cadb;margin-bottom:28px;max-width:56ch;margin-left:auto;margin-right:auto}
.ca-home .cta-close .cta-note{display:flex;justify-content:center;align-items:center;gap:7px;font-size:14px;color:#aeb6cc;font-weight:500;margin-top:18px}
.ca-home .cta-close .cta-note .lucide{width:15px;height:15px;color:#7ee0bb}
.ca-home .cta-illus{position:relative;max-width:1000px;margin:42px auto -22px;border-radius:18px 18px 0 0;overflow:hidden;-webkit-mask-image:linear-gradient(to bottom,#000 70%,transparent);mask-image:linear-gradient(to bottom,#000 70%,transparent)}
.ca-home .cta-illus img{width:100%;display:block}
.ca-home .cta2{padding:84px 0 0;background:#fff;text-align:center;position:relative;overflow:hidden}
.ca-home .block.cta2{padding-bottom:0}
.ca-home .cta2 .wrap{position:relative}
.ca-home .cta2-head{position:relative;z-index:2}
.ca-home .cta2-head h2{font-size:clamp(30px,4.4vw,50px);font-weight:900;letter-spacing:-.04em;color:var(--ink);line-height:1.05}
.ca-home .cta2-head h2 em{font-style:normal;color:inherit}
.ca-home .cta2-head p{font-size:17px;color:var(--muted);margin-top:16px;line-height:1.5}
.ca-home .cta2-head .btn-lg{margin-top:26px}
.ca-home .cta2-stage{position:relative;margin-top:44px;height:272px;overflow:hidden}
.ca-home .cta2-stage::after{content:"";position:absolute;left:0;right:0;bottom:0;height:78px;background:linear-gradient(to top,rgba(255,255,255,.9),rgba(255,255,255,0));z-index:3;pointer-events:none}
.ca-home .cta2::before{content:"";position:absolute;left:50%;bottom:-540px;transform:translateX(-50%);width:1820px;height:1300px;border-radius:50%;background:radial-gradient(58% 50% at 50% 50%,rgba(255,74,146,.28),rgba(255,120,170,.13) 42%,rgba(255,120,170,0) 68%);pointer-events:none;z-index:0}
.ca-home .cta2::after{content:"";position:absolute;left:50%;bottom:-970px;transform:translateX(-50%);width:1300px;height:1300px;border-radius:50%;border:1.5px solid rgba(255,74,146,.26);background:transparent;pointer-events:none;z-index:0}
.ca-home .cta2-mocks{position:absolute;left:50%;top:0;transform:translateX(-50%);width:1040px;max-width:94vw;display:flex;justify-content:center;align-items:flex-start;gap:26px;z-index:1}
.ca-home .c2-card{background:#fff;border:1px solid #eef0f4;border-radius:16px;box-shadow:0 24px 54px -26px rgba(13,27,62,.30),0 4px 14px -8px rgba(13,27,62,.10);text-align:left}
.ca-home .c2-left{width:474px;display:flex;flex-direction:column;gap:16px}
.ca-home .c2-ugc{display:flex;align-items:center;gap:16px;padding:18px 20px}
.ca-home .c2-av{width:64px;height:64px;border-radius:50%;object-fit:cover;flex:none;box-shadow:0 0 0 3px #ffd6e4}
.ca-home .c2-ugc-txt{flex:1}
.ca-home .c2-ugc-txt b{display:block;font-size:20px;font-weight:800;color:var(--ink);letter-spacing:-.02em}
.ca-home .c2-ugc-txt span{display:inline-flex;align-items:center;gap:4px;font-size:14px;color:var(--muted);margin-top:3px}
.ca-home .c2-ugc-txt span .lucide{width:14px;height:14px}
.ca-home .c2-hire{background:#ffe3ee;color:#ff2d78;border:none;border-radius:10px;padding:11px 26px;font-size:15px;font-weight:800;cursor:pointer}
.ca-home .c2-search{position:relative;padding:0}
.ca-home .c2-tabs{display:flex;gap:20px;padding:14px 20px;border-bottom:1px solid #eef0f4}
.ca-home .c2-tabs span{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:700;color:#8a93a6}
.ca-home .c2-tabs span.on,.ca-home .c2-tabs span.on .lucide{color:#ff2d78}
.ca-home .c2-tabs .lucide{width:15px;height:15px}
.ca-home .c2-srow{display:flex;align-items:center;gap:10px;padding:14px 18px 14px 0}
.ca-home .c2-searchbtn{display:inline-flex;align-items:center;gap:7px;background:#5b6472;color:#fff;border:none;border-radius:10px;padding:10px 18px;font-size:14px;font-weight:700;margin-left:-26px;box-shadow:0 10px 22px -10px rgba(13,27,62,.35);flex:none}
.ca-home .c2-searchbtn .lucide{width:15px;height:15px}
.ca-home .c2-input{flex:1;border:1px solid #e6e8ee;border-radius:10px;padding:10px 12px;font-size:13.5px;color:#9aa2b1}
.ca-home .c2-filter{display:inline-flex;align-items:center;gap:6px;border:1px solid #e6e8ee;border-radius:10px;padding:10px 12px;font-size:13px;color:#8a93a6;white-space:nowrap;flex:none}
.ca-home .c2-filter .lucide{width:14px;height:14px}
.ca-home .c2-thead{display:grid;grid-template-columns:1.5fr 1fr 1.2fr;padding:13px 20px 18px;border-top:1px solid #f2f3f7}
.ca-home .c2-thead span{font-size:12.5px;color:#9aa2b1;text-align:center}
.ca-home .c2-thead span:first-child{text-align:left}
.ca-home .c2-right{width:420px;margin-top:6px}
.ca-home .c2-track{overflow:hidden}
.ca-home .c2-rhead{display:flex;align-items:center;gap:9px;padding:12px 14px}
.ca-home .c2-rav{width:30px;height:30px;border-radius:50%;object-fit:cover;flex:none}
.ca-home .c2-rhead b{font-size:15px;font-weight:800;color:var(--ink)}
.ca-home .c2-tracked{background:#d9f7e6;color:#12a45a;font-size:12.5px;font-weight:800;padding:5px 11px;border-radius:8px}
.ca-home .c2-spacer{flex:1}
.ca-home .c2-ic{width:34px;height:34px;border-radius:9px;border:1px solid #e6e8ee;background:#fff;display:inline-flex;align-items:center;justify-content:center;color:#5b6472;cursor:pointer}
.ca-home .c2-ic .lucide{width:16px;height:16px}
.ca-home .c2-rimg{position:relative;height:360px}
.ca-home .c2-rimg img{width:100%;height:100%;object-fit:cover;object-position:center 22%;display:block}
.ca-home .c2-count{position:absolute;top:12px;right:12px;background:rgba(20,28,46,.66);color:#fff;font-size:12px;font-weight:700;padding:4px 9px;border-radius:8px}
@media(max-width:820px){.ca-home .cta2-mocks{width:640px}.ca-home .c2-left{width:56%}.ca-home .c2-right{width:44%}}
.ca-home .bigfoot{background:var(--navy);color:#fff;margin-top:0;padding:64px 32px 32px}
.ca-home .bigfoot-grid{max-width:1240px;margin:0 auto;display:grid;grid-template-columns:1.5fr repeat(5,1fr);gap:32px}
.ca-home .bf-news{font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#fff;margin-bottom:24px}
.ca-home .bf-logo{height:46px;width:auto;margin-bottom:24px}
.ca-home .bf-social{display:flex;gap:16px;margin-bottom:28px}
.ca-home .bf-social a{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;background:rgba(255,255,255,.07);transition:.15s}
.ca-home .bf-social a:hover{background:var(--pink)} .ca-home .bf-social svg,.ca-home .bf-social .lucide{width:18px;height:18px}
.ca-home .bf-ratings{display:flex;gap:22px;flex-wrap:wrap}
.ca-home .bf-rating{display:flex;align-items:center;gap:10px}
.ca-home .bf-g2{width:34px;height:34px;border-radius:50%;background:#ff492c;color:#fff;font-weight:900;font-size:13px;display:flex;align-items:center;justify-content:center;flex:none}
.ca-home .bf-cap{width:30px;height:30px;color:#3b82f6;flex:none}
.ca-home .bf-stars{color:#f5b50a;font-size:13px;letter-spacing:1px;line-height:1}
.ca-home .bf-rlabel{font-size:12px;font-weight:700;color:#fff;margin-top:3px}
.ca-home .bf-col{display:flex;flex-direction:column;min-width:0}
.ca-home .bf-col h4{font-size:16px;font-weight:900;margin-bottom:18px;color:#fff}
.ca-home .bf-col a{font-size:14px;color:#c8cde0;padding:9px 0;transition:.15s} .ca-home .bf-col a:hover{color:var(--pink)}
.ca-home .bigfoot-base{max-width:1240px;margin:48px auto 0;padding-top:24px;border-top:1px solid rgba(255,255,255,.1);text-align:center;font-size:13px;color:#8b93a4}
@media(max-width:1080px){.ca-home .bigfoot-grid{grid-template-columns:1fr 1fr 1fr}.ca-home .bigfoot-brand{grid-column:1/-1}}
@media(max-width:760px){.ca-home .bigfoot-grid{grid-template-columns:1fr 1fr}.ca-home .nav-in{padding:0 18px}.ca-home .wrap{padding:0 18px}.ca-home .block{padding:60px 0}}

@media (prefers-reduced-motion:reduce){.ca-home *{transition:none!important;animation:none!important}.ca-home .lp-marquee-track{animation:none!important;justify-content:center;flex-wrap:wrap}}
