.sellium-anim-wrapper{--anim-bg-main: #f8f8f7;--anim-bg-card: #fafafa;--anim-bg-dark: #060A2A;--anim-surface: #ffffff;--anim-border: rgba(0,0,0,.06);--anim-border-hover: rgba(0,0,0,.12);--anim-accent: #1a93fe;--anim-accent-dim: rgba(26,147,254,.1);--anim-accent-glow: rgba(26,147,254,.15);--anim-green: #25ba3b;--anim-green-dim: rgba(37,186,59,.1);--anim-purple: #9333ea;--anim-purple-dim: rgba(147,51,234,.1);--anim-orange: #efa201;--anim-orange-dim: rgba(239,162,1,.1);--anim-text-1: #1a1a19;--anim-text-2: #5e5e5b;--anim-text-3: #858481;--anim-text-4: #acacac;--wa-green: #25D366;--wa-header: #075E54;--wa-dark-bg: #0b141a;--wa-bubble-out: #005c4b;--wa-bubble-in: #1f2c34;font-family:Outfit,sans-serif;color:var(--anim-text-1)}.sellium-hero-wa .phone-scene{position:relative;width:380px;height:580px;flex-shrink:0;z-index:2;transform:scale(.9)}@media (min-width: 1024px){.sellium-hero-wa .phone-scene{transform:scale(1)}}.sellium-suite-wa .phone-scene{width:340px;height:620px}.sellium-suite-wa .phone-frame{width:300px;height:560px;border-radius:36px}.sellium-suite-wa .phone-notch{width:124px;height:22px}.sellium-suite-wa .wa-header{padding:32px 14px 10px}.sellium-suite-wa .wa-chat-area{height:calc(100% - 128px)}.sellium-suite-wa .msg{max-width:88%}.sellium-suite-wa .phone-ring{width:325px;height:590px}.sellium-suite-wa .floating-metric{padding:12px 16px;border-radius:16px;box-shadow:0 14px 34px #00000014}.sellium-suite-wa .metric-label{font-size:10px;margin-bottom:3px}.sellium-suite-wa .metric-value{font-size:24px}.sellium-suite-wa .metric-sub{font-size:10px;margin-top:3px}.sellium-suite-wa .fm-1{top:14px;right:-34px}.sellium-suite-wa .fm-2{right:-48px;bottom:132px}.sellium-suite-wa .fm-3{top:138px;left:-44px}.sellium-suite-wa .fm-4{bottom:22px;left:-6px}.sellium-hero-wa .phone-frame{width:310px;height:530px;background:#111;border-radius:40px;border:3px solid #2a2a2a;overflow:hidden;position:relative;margin:0 auto;box-shadow:0 30px 80px #0000002e,0 0 0 1px #00000014}.sellium-hero-wa .phone-notch{position:absolute;top:0;left:50%;transform:translate(-50%);width:140px;height:26px;background:#111;border-radius:0 0 18px 18px;z-index:10}.sellium-hero-wa .wa-header{background:var(--wa-header);padding:36px 14px 10px;display:flex;align-items:center;gap:10px}.sellium-hero-wa .wa-avatar{width:34px;height:34px;background:linear-gradient(135deg,var(--anim-accent),#0070d8);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:#fff}.sellium-hero-wa .wa-contact-name{font-size:14px;font-weight:600;color:#fff;line-height:1.2;text-align:left}.sellium-hero-wa .wa-contact-status{font-size:11px;color:#fff9;display:flex;align-items:center;gap:4px;line-height:1.2}.sellium-hero-wa .wa-contact-status .online-dot{width:5px;height:5px;background:var(--wa-green);border-radius:50%}.sellium-hero-wa .wa-chat-area{background:var(--wa-dark-bg);height:calc(100% - 132px);padding:14px;overflow:hidden;display:flex;flex-direction:column;gap:5px}.sellium-hero-wa .wa-input-bar{background:#1f2c34;padding:7px 10px;display:flex;align-items:center;gap:8px;height:50px}.sellium-hero-wa .wa-input-field{flex:1;background:#2a3942;border-radius:20px;padding:7px 14px;font-size:12px;color:#94a3b8;border:none;font-family:Outfit,sans-serif;text-align:left}.sellium-hero-wa .wa-send-btn{width:34px;height:34px;background:var(--wa-green);border-radius:50%;display:flex;align-items:center;justify-content:center}.sellium-hero-wa .msg{max-width:84%;padding:7px 10px;border-radius:8px;font-size:12.5px;line-height:1.45;opacity:0;transform:translateY(10px) scale(.96);text-align:left}.sellium-hero-wa .msg.visible{animation:waMsgPop .35s cubic-bezier(.34,1.56,.64,1) forwards}@keyframes waMsgPop{to{opacity:1;transform:translateY(0) scale(1)}}.sellium-hero-wa .msg.incoming{background:var(--wa-bubble-in);color:#e9edef;align-self:flex-start;border-bottom-left-radius:2px}.sellium-hero-wa .msg.outgoing{background:var(--wa-bubble-out);color:#e9edef;align-self:flex-end;border-bottom-right-radius:2px}.sellium-hero-wa .msg .time{font-size:9.5px;color:#ffffff59;text-align:right;margin-top:3px}.sellium-hero-wa .msg .ai-tag{display:inline-flex;align-items:center;gap:3px;font-size:9px;color:var(--wa-green);font-weight:600;margin-bottom:3px}.sellium-hero-wa .typing-indicator{align-self:flex-end;background:var(--wa-bubble-out);padding:9px 14px;border-radius:8px 8px 2px;display:flex;gap:4px;opacity:0;transform:translateY(10px)}.sellium-hero-wa .typing-indicator.visible{animation:waMsgPop .3s ease forwards}.sellium-hero-wa .typing-indicator.hidden{animation:waFadeOut .2s ease forwards}@keyframes waFadeOut{to{opacity:0;transform:translateY(-4px)}}.sellium-hero-wa .typing-dot{width:6px;height:6px;background:#ffffff73;border-radius:50%;animation:waBounce 1.4s infinite}.sellium-hero-wa .typing-dot:nth-child(2){animation-delay:.2s}.sellium-hero-wa .typing-dot:nth-child(3){animation-delay:.4s}@keyframes waBounce{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-5px);opacity:1}}.sellium-hero-wa .floating-metric{position:absolute;background:var(--anim-surface);border:1px solid var(--anim-border);border-radius:14px;padding:14px 18px;box-shadow:0 4px 20px #0000000f;opacity:0;z-index:5;cursor:default;transition:transform .3s ease,box-shadow .3s ease;text-align:left}.sellium-hero-wa .floating-metric:hover{transform:translateY(-4px)!important;box-shadow:0 8px 32px #0000001a;border-color:var(--anim-border-hover)}.sellium-hero-wa .floating-metric.visible{animation:waMetricPop .6s cubic-bezier(.34,1.56,.64,1) forwards}@keyframes waMetricPop{0%{opacity:0;transform:scale(.75) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}.sellium-hero-wa .metric-label{font-size:11px;color:var(--anim-text-3);text-transform:uppercase;letter-spacing:.5px;font-weight:500;margin-bottom:4px}.sellium-hero-wa .metric-value{font-size:28px;font-weight:700;letter-spacing:-.5px;line-height:1}.sellium-hero-wa .metric-sub{font-size:11px;font-weight:600;margin-top:4px;display:flex;align-items:center;gap:3px}.sellium-hero-wa .fm-1{top:10px;right:-30px}.sellium-hero-wa .fm-2{bottom:110px;right:-50px}.sellium-hero-wa .fm-3{top:110px;left:-45px}.sellium-hero-wa .fm-4{bottom:25px;left:-15px}@media (max-width: 1024px){.sellium-hero-wa .fm-1{right:0;top:0}.sellium-hero-wa .fm-2{right:-10px}.sellium-hero-wa .fm-3{left:-10px}.sellium-hero-wa .fm-4{left:10px}}.sellium-hero-wa .connector-dot{position:absolute;width:6px;height:6px;background:var(--anim-accent);border-radius:50%;opacity:0;animation:waConnectorPulse 3s ease-in-out infinite}.sellium-hero-wa .cd-1{top:50px;right:5px;animation-delay:3s}.sellium-hero-wa .cd-2{bottom:160px;right:-10px;animation-delay:4.5s}.sellium-hero-wa .cd-3{top:145px;left:-5px;animation-delay:5.5s}@keyframes waConnectorPulse{0%,to{opacity:0;transform:scale(.5)}50%{opacity:.5;transform:scale(1.2)}}.sellium-hero-wa .phone-ring{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:340px;height:560px;border-radius:48px;pointer-events:none}.sellium-hero-wa .phone-ring:before{content:"";position:absolute;inset:-5px;border-radius:46px;border:1.5px solid transparent;border-top-color:#1a93fe40;border-right-color:#1a93fe26;opacity:0;animation:waRingRotate 6s linear infinite}@keyframes waRingRotate{0%{opacity:0;transform:rotate(0)}15%{opacity:.6}85%{opacity:.6}to{opacity:0;transform:rotate(360deg)}}.sellium-dash-wa .dash-header,.sellium-dash-wa .funnel-card,.sellium-dash-wa .chart-card,.sellium-dash-wa .feed-card{opacity:0}.sellium-dash-wa .scene{position:relative;width:100%;max-width:1100px;height:680px;margin:0 auto}.sellium-dash-wa .dash-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px;opacity:0}.sellium-dash-wa.is-playing .dash-header{animation:dashFadeIn .5s ease forwards .2s}@keyframes dashFadeIn{to{opacity:1}}.sellium-dash-wa .dash-logo{display:flex;align-items:center;gap:12px}.sellium-dash-wa .dash-logo-icon{width:36px;height:36px;background:linear-gradient(135deg,var(--anim-accent),#0070d8);border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:17px;color:#fff}.sellium-dash-wa .dash-logo-text{font-weight:700;font-size:20px;letter-spacing:-.5px;color:var(--anim-text-1)}.sellium-dash-wa .dash-logo-text span{color:var(--anim-text-4);font-weight:400;font-size:13px;margin-left:8px}.sellium-dash-wa .dash-status{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--anim-green);font-weight:500}.sellium-dash-wa .status-dot{width:8px;height:8px;background:var(--anim-green);border-radius:50%;position:relative}.sellium-dash-wa .status-dot:after{content:"";position:absolute;inset:-3px;border-radius:50%;border:1.5px solid var(--anim-green);opacity:0;animation:dashPing 2s ease-out infinite}@keyframes dashPing{0%{transform:scale(.8);opacity:.7}to{transform:scale(2);opacity:0}}.sellium-dash-wa .dash-grid{display:grid;grid-template-columns:1fr 1fr 330px;grid-template-rows:auto 1fr;gap:14px;height:calc(100% - 65px)}@media (max-width: 1024px){.sellium-dash-wa .dash-grid{grid-template-columns:1fr;grid-template-rows:auto auto auto auto;height:auto}}.sellium-dash-wa .card{background:var(--anim-surface);border:1px solid var(--anim-border);border-radius:16px;padding:20px;box-shadow:0 1px 3px #0000000a;transition:border-color .3s,box-shadow .3s;text-align:left}.sellium-dash-wa .card:hover{border-color:var(--anim-border-hover);box-shadow:0 4px 16px #0000000f}.sellium-dash-wa .card-title{font-size:12px;color:var(--anim-text-3);text-transform:uppercase;letter-spacing:.8px;font-weight:600;margin-bottom:16px;display:flex;align-items:center;gap:6px}.sellium-dash-wa .card-icon{width:6px;height:6px;border-radius:50%}.sellium-dash-wa .kpi-row{grid-column:1 / -1;display:grid;grid-template-columns:repeat(4,1fr);gap:14px}@media (max-width: 1024px){.sellium-dash-wa .kpi-row{grid-template-columns:repeat(2,1fr)}}.sellium-dash-wa .kpi-card{background:var(--anim-surface);border:1px solid var(--anim-border);border-radius:14px;padding:18px 20px;box-shadow:0 1px 3px #0000000a;opacity:0;transform:translateY(14px);transition:border-color .3s,box-shadow .3s,transform .3s;cursor:default;text-align:left}.sellium-dash-wa .kpi-card:hover{border-color:var(--anim-border-hover);box-shadow:0 4px 16px #0000000f;transform:translateY(-2px)!important}.sellium-dash-wa .kpi-card.visible{animation:dashSlideUp .5s cubic-bezier(.34,1.56,.64,1) forwards}@keyframes dashSlideUp{to{opacity:1;transform:translateY(0)}}.sellium-dash-wa .kpi-label{font-size:12px;color:var(--anim-text-3);font-weight:500;margin-bottom:8px;display:flex;align-items:center;gap:6px}.sellium-dash-wa .kpi-dot{width:8px;height:8px;border-radius:3px}.sellium-dash-wa .kpi-value{font-size:32px;font-weight:700;letter-spacing:-1px;line-height:1}.sellium-dash-wa .kpi-sub{font-size:12px;font-weight:600;margin-top:6px;display:flex;align-items:center;gap:3px}.sellium-dash-wa .funnel-card{opacity:0}.sellium-dash-wa.is-playing .funnel-card{animation:dashFadeIn .6s ease forwards .8s}.sellium-dash-wa .funnel-stages{display:flex;flex-direction:column;gap:6px;height:calc(100% - 40px);justify-content:space-between}.sellium-dash-wa .funnel-stage{display:flex;align-items:center;gap:12px;padding:8px 0}.sellium-dash-wa .funnel-label{font-size:12px;color:var(--anim-text-3);width:75px;font-weight:500}.sellium-dash-wa .funnel-bar-track{flex:1;height:30px;background:var(--anim-bg-main);border-radius:8px;overflow:hidden;border:1px solid var(--anim-border)}.sellium-dash-wa .funnel-bar{height:100%;border-radius:7px;width:0;transition:width 1.5s cubic-bezier(.22,1,.36,1);display:flex;align-items:center;padding-left:10px;font-size:12px;font-weight:600;color:#fff;white-space:nowrap;position:relative;overflow:hidden}.sellium-dash-wa .funnel-bar:after{content:"";position:absolute;top:0;right:0;width:30px;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.15));animation:dashShimmer 2.5s ease-in-out infinite}@keyframes dashShimmer{0%,to{opacity:0}50%{opacity:1}}.sellium-dash-wa .funnel-count{font-size:14px;font-weight:600;width:50px;text-align:right;color:var(--anim-text-2);font-variant-numeric:tabular-nums}.sellium-dash-wa .funnel-arrow{text-align:center;color:var(--anim-text-4);font-size:10px;padding-left:87px}.sellium-dash-wa .chart-card{opacity:0;min-height:280px}.sellium-dash-wa.is-playing .chart-card{animation:dashFadeIn .6s ease forwards 1s}.sellium-dash-wa .chart-container{width:100%;height:calc(100% - 40px);min-height:230px}.sellium-dash-wa .chart-svg{width:100%;height:100%}@keyframes dashDrawLine{to{stroke-dashoffset:0}}.sellium-dash-wa .feed-card{opacity:0;min-height:480px}.sellium-dash-wa.is-playing .feed-card{animation:dashFadeIn .6s ease forwards 1.2s}@media (min-width: 1025px){.sellium-dash-wa .feed-card{grid-row:2 / 3;grid-column:3}}.sellium-dash-wa .feed-items{display:flex;flex-direction:column;height:calc(100% - 40px);overflow:hidden}.sellium-dash-wa .feed-item{display:flex;align-items:flex-start;gap:10px;padding:11px 0;border-bottom:1px solid var(--anim-border);opacity:0;transform:translate(16px)}.sellium-dash-wa .feed-item.visible{animation:dashFeedSlide .4s ease forwards}@keyframes dashFeedSlide{to{opacity:1;transform:translate(0)}}.sellium-dash-wa .feed-icon{width:30px;height:30px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:13px;flex-shrink:0}.sellium-dash-wa .feed-text{font-size:12.5px;color:var(--anim-text-2);line-height:1.4;text-align:left}.sellium-dash-wa .feed-text strong{color:var(--anim-text-1);font-weight:600}.sellium-dash-wa .feed-time{font-size:10.5px;color:var(--anim-text-4);margin-top:2px;font-variant-numeric:tabular-nums;text-align:left}.sellium-dash-wa .feed-amount{font-weight:700;font-size:13px;color:var(--anim-green);white-space:nowrap;align-self:center;margin-left:auto}.sellium-dash-wa .bg-accent-glow{position:absolute;width:600px;height:300px;background:radial-gradient(ellipse,rgba(26,147,254,.06) 0%,transparent 70%);top:-50px;left:50%;transform:translate(-50%);filter:blur(40px);pointer-events:none}
