@layer payload-default{}@layer payload-default{}@layer payload-default{.icon--check{height:1.5384615385rem;width:1.5384615385rem}.icon--check .stroke{fill:none;stroke:currentColor;stroke-width:2px}.collections{display:flex;width:100%;--gap:var(--base);--cols:5}.collections__wrap{width:100%;display:flex;flex-direction:column;gap:var(--base)}.collections__group{display:flex;flex-direction:column;gap:var(--gap)}.collections__label{margin:0}.collections__card-list{padding:0;margin:0;list-style:none;gap:12px;display:grid;grid-template-columns:repeat(var(--cols),1fr)}.collections__card-list .card{height:100%}.collections__locked.locked{align-items:unset;justify-content:unset}}@layer payload-default{}@layer payload-default{}@layer payload-default{@media(max-width:1440px){.collections{--cols:4}}@media(max-width:1024px){.collections{--gap:var(--base);--cols:2}}@media(max-width:768px){.collections{--cols:2}.collections__wrap{gap:var(--base)}.collections__card-list{gap:8px}}@media(max-width:400px){.collections{--cols:1}}}@keyframes floating{0%{transform:translate(0) rotate(0deg)}to{transform:translate(50px,80px) rotate(5deg)}}@keyframes float-right{0%{transform:translate(0)}to{transform:translate(-40px,50px)}}@keyframes shimmer-slide{0%{left:-100%}to{left:150%}}@keyframes pulsate{0%{transform:translate(-50%,-50%) scale(1);opacity:.5}to{transform:translate(-50%,-50%) scale(1.2);opacity:.8}}@keyframes fade-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-ring{0%{transform:scale(.9);box-shadow:0 0 0 0 currentColor}70%{transform:scale(1);box-shadow:0 0 0 10px rgba(0,0,0,0)}to{transform:scale(.9);box-shadow:0 0 0 0 rgba(0,0,0,0)}}.denticon-dashboard{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;padding:2rem 5% 4rem;max-width:1600px;margin:0 auto;position:relative;background-color:#f7f9fb;animation:fade-up .5s ease both}.denticon-dashboard:after,.denticon-dashboard:before{content:"";position:fixed;border-radius:50%;pointer-events:none;z-index:-1;filter:blur(120px);transition:opacity 1s ease;will-change:transform,opacity}.denticon-dashboard:before{top:-150px;left:-100px;width:800px;height:800px;background:radial-gradient(circle,rgba(99,102,241,.22) 0,rgba(139,92,246,.1) 40%,transparent 75%);animation:floating 30s ease-in-out infinite alternate}.denticon-dashboard:after{bottom:-150px;right:-100px;width:700px;height:700px;background:radial-gradient(circle,rgba(16,185,129,.18) 0,rgba(59,130,246,.08) 40%,transparent 75%);animation:float-right 25s ease-in-out infinite alternate}.denticon-dashboard .bg-glow-spot{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:70vw;height:70vh;background:radial-gradient(circle,rgba(236,72,153,.06) 0,transparent 60%);filter:blur(160px);pointer-events:none;z-index:-1;animation:floating 40s linear infinite,pulsate 20s ease-in-out infinite alternate;will-change:transform,opacity}.denticon-dashboard__hero{margin-bottom:2.5rem;position:relative;padding:4.5rem 4rem;border-radius:28px;overflow:hidden;background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(255,255,255,.9));border:1px solid #fff;box-shadow:0 30px 60px -12px rgba(99,102,241,.12),inset 0 0 0 1px #fff;isolation:isolate}.denticon-dashboard__hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(99,102,241,.06) 1.5px,transparent 0),linear-gradient(90deg,rgba(99,102,241,.06) 1.5px,transparent 0);background-size:50px 50px;mask-image:linear-gradient(180deg,black,transparent);pointer-events:none}.denticon-dashboard__hero:after{content:"";position:absolute;top:-80px;right:-80px;width:350px;height:350px;background:radial-gradient(circle,rgba(139,92,246,.25) 0,transparent 65%);border-radius:50%;pointer-events:none;animation:floating 15s ease-in-out infinite alternate}.denticon-dashboard__hero .hero-content{position:relative;z-index:1}.denticon-dashboard__hero .badge{display:inline-flex;align-items:center;gap:.5rem;padding:.45rem 1.1rem;border-radius:50px;background:rgba(99,102,241,.18);color:#818cf8;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.25rem;border:1px solid rgba(99,102,241,.3)}.denticon-dashboard__hero h1.super-title{font-size:clamp(2.6rem,5.5vw,4.5rem);font-weight:900;margin:0 0 1rem;letter-spacing:-.04em;line-height:1.1;padding-bottom:.15em;background:linear-gradient(135deg,#1e1b4b,#4338ca 35%,#818cf8 70%,#6366f1);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;filter:drop-shadow(0 2px 4px rgba(0,0,0,.05))}.denticon-dashboard__hero p.super-subtitle{font-size:1.2rem;color:var(--theme-text-reduced);margin:0;max-width:580px;line-height:1.7}.denticon-dashboard__hero .hero-stats-strip{display:flex;gap:2.5rem;margin-top:2.5rem;flex-wrap:wrap}.denticon-dashboard__hero .hero-stats-strip .hero-stat{display:flex;flex-direction:column}.denticon-dashboard__hero .hero-stats-strip .hero-stat .hs-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--theme-text-reduced)}.denticon-dashboard__hero .hero-stats-strip .hero-stat .hs-value{font-size:1.6rem;font-weight:800;color:var(--theme-text)}.denticon-dashboard__hero .hero-stats-strip .hero-stat .hs-tag{font-size:.75rem;font-weight:600;color:#10b981;margin-top:1px}.denticon-dashboard__hero .hero-stats-strip .hs-divider{width:1px;background:var(--theme-elevation-300);align-self:stretch}.denticon-dashboard__stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(185px,1fr));gap:1.25rem;margin-bottom:3rem}.denticon-dashboard__stats-grid .stat-card{border-radius:24px;padding:2.1rem 1.8rem;display:flex;flex-direction:column;gap:1.25rem;position:relative;overflow:hidden;border:1px solid #fff;background:rgba(255,255,255,.98);backdrop-filter:blur(12px);box-shadow:0 15px 35px -5px rgba(0,0,0,.04),inset 0 0 0 1.5px #fff;transition:all .4s cubic-bezier(.16,1,.3,1);cursor:pointer;contain:layout;will-change:transform,box-shadow}.denticon-dashboard__stats-grid .stat-card:before{content:"";position:absolute;top:-40px;right:-40px;width:140px;height:140px;border-radius:50%;opacity:.1;transition:transform .6s ease;z-index:0}.denticon-dashboard__stats-grid .stat-card:after{content:"";position:absolute;bottom:-20px;left:-20px;width:80px;height:80px;border-radius:50%;background:currentColor;filter:blur(40px);opacity:.05;z-index:0}.denticon-dashboard__stats-grid .stat-card:hover{transform:translateY(-8px) scale(1.02);background:rgba(255,255,255,.95);box-shadow:0 25px 50px -12px rgba(0,0,0,.08),inset 0 0 0 1px #fff;border-color:#fff}.denticon-dashboard__stats-grid .stat-card:hover:before{transform:scale(1.2) translate(-10px,10px)}.denticon-dashboard__stats-grid .stat-card.blue{color:#3b82f6}.denticon-dashboard__stats-grid .stat-card.blue:before{background:#3b82f6}.denticon-dashboard__stats-grid .stat-card.purple{color:#8b5cf6}.denticon-dashboard__stats-grid .stat-card.purple:before{background:#8b5cf6}.denticon-dashboard__stats-grid .stat-card.green{color:#10b981}.denticon-dashboard__stats-grid .stat-card.green:before{background:#10b981}.denticon-dashboard__stats-grid .stat-card.orange{color:#f59e0b}.denticon-dashboard__stats-grid .stat-card.orange:before{background:#f59e0b}.denticon-dashboard__stats-grid .stat-card.pink{color:#ec4899}.denticon-dashboard__stats-grid .stat-card.pink:before{background:#ec4899}.denticon-dashboard__stats-grid .stat-card.red{color:#ef4444}.denticon-dashboard__stats-grid .stat-card.red:before{background:#ef4444}.denticon-dashboard__stats-grid .stat-card.indigo{color:#6366f1}.denticon-dashboard__stats-grid .stat-card.indigo:before{background:#6366f1}.denticon-dashboard__stats-grid .stat-card .stat-icon{width:50px;height:50px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:1.4rem;background:#fff;box-shadow:0 4px 12px rgba(0,0,0,.05);z-index:1;transition:transform .3s ease}.denticon-dashboard__stats-grid .stat-card .label{font-size:.8rem;text-transform:uppercase;letter-spacing:.06em;color:var(--theme-text-reduced);font-weight:700;z-index:1}.denticon-dashboard__stats-grid .stat-card .value{font-size:2.6rem;font-weight:900;color:var(--theme-text);line-height:1;letter-spacing:-.04em;z-index:1}.denticon-dashboard__stats-grid .stat-card:hover .stat-icon{transform:rotate(-10deg) scale(1.1)}.denticon-dashboard__telemetry-wrapper{margin-top:4rem;padding-bottom:2rem;position:relative}.denticon-dashboard__telemetry-wrapper:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1200px;height:1200px;background:radial-gradient(circle,rgba(99,102,241,.12) 0,transparent 70%);pointer-events:none;z-index:-1}.denticon-dashboard__telemetry-wrapper .telemetry-glass-header{text-align:center;margin-bottom:3.5rem;position:relative;z-index:10}.denticon-dashboard__telemetry-wrapper .telemetry-glass-header:after{content:"";display:block;width:80px;height:5px;border-radius:5px;background:linear-gradient(90deg,#6366f1,#10b981);margin:1.5rem auto 0;box-shadow:0 0 15px rgba(99,102,241,.3)}.denticon-dashboard__telemetry-wrapper .telemetry-glass-header h2{font-size:clamp(2.2rem,3.5vw,3rem);font-weight:900;color:var(--theme-text);margin:0 0 .75rem;letter-spacing:-.035em;line-height:1.1}.denticon-dashboard__telemetry-wrapper .telemetry-glass-header p{font-size:1.15rem;color:var(--theme-text-reduced);max-width:620px;margin:0 auto;line-height:1.6;font-weight:500}.denticon-dashboard__telemetry-wrapper .full-glass-wrapper{backdrop-filter:blur(25px);border-radius:40px;padding:3.5rem;position:relative;z-index:1}.denticon-dashboard__telemetry-wrapper .telemetry-split-layout{display:grid;grid-template-columns:1fr 390px;gap:3rem;align-items:start}@media(max-width:1300px){.denticon-dashboard__telemetry-wrapper .telemetry-split-layout{grid-template-columns:1fr}}.denticon-dashboard__telemetry-wrapper .telemetry-split-layout .main-charts-column{min-width:0}.denticon-dashboard__telemetry-wrapper .telemetry-split-layout .side-feed-column{display:flex;flex-direction:column;gap:1.75rem;position:sticky;top:2rem}.denticon-dashboard__telemetry-wrapper .telemetry-split-layout .side-feed-column .recent-sync-activity,.denticon-dashboard__telemetry-wrapper .telemetry-split-layout .side-feed-column .system-health-widget{background:rgba(255,255,255,.95);backdrop-filter:blur(15px);border:1px solid #fff;border-radius:24px;padding:2.25rem;box-shadow:0 15px 40px rgba(0,0,0,.04);transition:all .3s}.denticon-dashboard__telemetry-wrapper .telemetry-split-layout .side-feed-column .recent-sync-activity:hover,.denticon-dashboard__telemetry-wrapper .telemetry-split-layout .side-feed-column .system-health-widget:hover{transform:translateY(-5px);box-shadow:0 25px 50px rgba(0,0,0,.07)}.denticon-dashboard__telemetry-wrapper .telemetry-split-layout .side-feed-column .recent-sync-activity .widget-header,.denticon-dashboard__telemetry-wrapper .telemetry-split-layout .side-feed-column .system-health-widget .widget-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.75rem}.denticon-dashboard__telemetry-wrapper .telemetry-split-layout .side-feed-column .recent-sync-activity .widget-header h3,.denticon-dashboard__telemetry-wrapper .telemetry-split-layout .side-feed-column .system-health-widget .widget-header h3{margin:0;font-size:1.1rem;font-weight:800;color:var(--theme-text)}.denticon-dashboard__telemetry-wrapper .telemetry-split-layout .side-feed-column .recent-sync-activity .widget-header p,.denticon-dashboard__telemetry-wrapper .telemetry-split-layout .side-feed-column .system-health-widget .widget-header p{margin:.3rem 0 0;font-size:.88rem;color:var(--theme-text-reduced)}.denticon-dashboard__telemetry-wrapper .telemetry-split-layout .side-feed-column .recent-sync-activity .widget-header .pulsing-dot,.denticon-dashboard__telemetry-wrapper .telemetry-split-layout .side-feed-column .system-health-widget .widget-header .pulsing-dot{width:10px;height:10px;border-radius:50%;animation:pulse-ring 2.5s infinite;flex-shrink:0}.denticon-dashboard__telemetry-wrapper .telemetry-split-layout .side-feed-column .health-metrics{display:flex;flex-direction:column;gap:.85rem}.denticon-dashboard__telemetry-wrapper .telemetry-split-layout .side-feed-column .health-item{display:flex;align-items:center;gap:1.1rem;padding:1.1rem 1.25rem;background:rgba(255,255,255,.4);border-radius:18px;border:1px solid rgba(255,255,255,.6);transition:all .2s}.denticon-dashboard__telemetry-wrapper .telemetry-split-layout .side-feed-column .health-item:hover{background:rgba(255,255,255,.7);transform:scale(1.02)}.denticon-dashboard__telemetry-wrapper .telemetry-split-layout .side-feed-column .health-item .health-text{flex:1;display:flex;flex-direction:column}.denticon-dashboard__telemetry-wrapper .telemetry-split-layout .side-feed-column .health-item .health-text .title{font-weight:700;color:var(--theme-text);font-size:.9rem}.denticon-dashboard__telemetry-wrapper .telemetry-split-layout .side-feed-column .health-item .health-text .status{font-size:.8rem;font-weight:600;margin-top:2px}@keyframes pulse-green{0%,to{box-shadow:0 0 0 0 rgba(16,185,129,.7)}50%{box-shadow:0 0 0 8px rgba(16,185,129,0)}}@keyframes pulse-orange{0%,to{box-shadow:0 0 0 0 rgba(245,158,11,.7)}50%{box-shadow:0 0 0 8px rgba(245,158,11,0)}}.denticon-dashboard__telemetry-wrapper .telemetry-split-layout .side-feed-column .feed-list{display:flex;flex-direction:column;gap:1.1rem;position:relative}.denticon-dashboard__telemetry-wrapper .telemetry-split-layout .side-feed-column .feed-list:before{content:"";position:absolute;left:19px;top:0;bottom:0;width:1px;background:linear-gradient(to bottom,transparent,var(--theme-elevation-300),transparent)}.denticon-dashboard__telemetry-wrapper .telemetry-split-layout .side-feed-column .feed-list .feed-item{display:flex;align-items:flex-start;gap:1rem;position:relative;z-index:1}.denticon-dashboard__telemetry-wrapper .telemetry-split-layout .side-feed-column .feed-list .feed-item .feed-icon{width:44px;height:44px;background:rgba(255,255,255,.8);border:1px solid #fff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:currentColor;flex-shrink:0;box-shadow:0 4px 10px rgba(0,0,0,.03);z-index:1}.denticon-dashboard__telemetry-wrapper .telemetry-split-layout .side-feed-column .feed-list .feed-item .feed-content{flex:1;background:rgba(255,255,255,.5);backdrop-filter:blur(5px);padding:1.1rem 1.25rem;border-radius:16px;border:1px solid rgba(255,255,255,.7);box-shadow:0 5px 15px rgba(0,0,0,.01);transition:all .3s ease}.denticon-dashboard__telemetry-wrapper .telemetry-split-layout .side-feed-column .feed-list .feed-item .feed-content:hover{background:rgba(255,255,255,.9);transform:translateX(4px);box-shadow:0 10px 25px rgba(0,0,0,.03);border-color:#fff}.denticon-dashboard__telemetry-wrapper .telemetry-split-layout .side-feed-column .feed-list .feed-item .feed-content .feed-title{display:flex;align-items:center;flex-wrap:wrap;gap:.4rem;margin-bottom:.35rem}.denticon-dashboard__telemetry-wrapper .telemetry-split-layout .side-feed-column .feed-list .feed-item .feed-content .feed-title .action{font-size:.82rem;color:var(--theme-text-reduced);font-weight:600}.denticon-dashboard__telemetry-wrapper .telemetry-split-layout .side-feed-column .feed-list .feed-item .feed-content .feed-title .type-badge{font-size:.7rem;padding:.15rem .55rem;border-radius:50px;font-weight:700}.denticon-dashboard__telemetry-wrapper .telemetry-split-layout .side-feed-column .feed-list .feed-item .feed-content .feed-title .type-badge.blue{background:rgba(59,130,246,.15);color:#3b82f6}.denticon-dashboard__telemetry-wrapper .telemetry-split-layout .side-feed-column .feed-list .feed-item .feed-content .feed-title .type-badge.pink{background:rgba(236,72,153,.15);color:#ec4899}.denticon-dashboard__telemetry-wrapper .telemetry-split-layout .side-feed-column .feed-list .feed-item .feed-content .feed-title .type-badge.purple{background:rgba(139,92,246,.15);color:#8b5cf6}.denticon-dashboard__telemetry-wrapper .telemetry-split-layout .side-feed-column .feed-list .feed-item .feed-content .feed-title .type-badge.green{background:rgba(16,185,129,.15);color:#10b981}.denticon-dashboard__telemetry-wrapper .telemetry-split-layout .side-feed-column .feed-list .feed-item .feed-content .feed-title .type-badge.red{background:rgba(239,68,68,.15);color:#ef4444}.denticon-dashboard__telemetry-wrapper .telemetry-split-layout .side-feed-column .feed-list .feed-item .feed-content .feed-title .type-badge.orange{background:rgba(245,158,11,.15);color:#f59e0b}.denticon-dashboard__telemetry-wrapper .telemetry-split-layout .side-feed-column .feed-list .feed-item .feed-content .feed-title .type-badge.indigo{background:rgba(99,102,241,.15);color:#6366f1}.denticon-dashboard__telemetry-wrapper .telemetry-split-layout .side-feed-column .feed-list .feed-item .feed-content .feed-meta .feed-id{font-size:.78rem;color:var(--theme-text-reduced)}.denticon-dashboard__telemetry-wrapper .telemetry-split-layout .side-feed-column .feed-list .feed-item .feed-time{display:flex;flex-direction:column;align-items:center;gap:.2rem;font-size:.75rem;color:var(--theme-text-reduced);font-weight:600;padding-top:.6rem;min-width:44px;text-align:center}.denticon-dashboard .denticon-charts-wrapper{display:flex;flex-direction:column;gap:0}.denticon-dashboard .denticon-charts-wrapper .dash-section{padding:2.5rem 0}.denticon-dashboard .denticon-charts-wrapper .dash-section>.chart-panel,.denticon-dashboard .denticon-charts-wrapper .dash-section>.charts-highlight-row,.denticon-dashboard .denticon-charts-wrapper .dash-section>.charts-main-grid{margin-top:1.75rem}.denticon-dashboard .denticon-charts-wrapper .section-badge-block{display:flex;align-items:center;gap:1.25rem;margin-bottom:.25rem}.denticon-dashboard .denticon-charts-wrapper .section-badge-block .section-num{font-size:2.5rem;font-weight:900;line-height:1;background:linear-gradient(135deg,#6366f1,#a5b4fc);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;font-variant-numeric:tabular-nums;flex-shrink:0}.denticon-dashboard .denticon-charts-wrapper .section-badge-block .section-title{margin:0 0 .2rem;font-size:1.15rem;font-weight:800;color:var(--theme-text);letter-spacing:-.01em}.denticon-dashboard .denticon-charts-wrapper .section-badge-block .section-sub{margin:0;font-size:.85rem;color:var(--theme-text-reduced)}.denticon-dashboard .denticon-charts-wrapper .charts-highlight-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.1rem}.denticon-dashboard .denticon-charts-wrapper .charts-highlight-row .highlight-card{background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border:1px solid #fff;padding:1.85rem 1.7rem;border-radius:24px;display:flex;align-items:center;gap:1.25rem;box-shadow:0 15px 35px rgba(0,0,0,.04);transition:all .3s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.denticon-dashboard .denticon-charts-wrapper .charts-highlight-row .highlight-card:hover{transform:translateY(-5px) scale(1.01);box-shadow:0 25px 50px rgba(0,0,0,.08)}.denticon-dashboard .denticon-charts-wrapper .charts-highlight-row .highlight-card .icon{width:50px;height:50px;border-radius:14px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.denticon-dashboard .denticon-charts-wrapper .charts-highlight-row .highlight-card .icon.purple{background:linear-gradient(135deg,#a78bfa,#7c3aed);box-shadow:0 8px 18px -4px rgba(139,92,246,.4)}.denticon-dashboard .denticon-charts-wrapper .charts-highlight-row .highlight-card .icon.blue{background:linear-gradient(135deg,#60a5fa,#1d4ed8);box-shadow:0 8px 18px -4px rgba(59,130,246,.4)}.denticon-dashboard .denticon-charts-wrapper .charts-highlight-row .highlight-card .icon.green{background:linear-gradient(135deg,#34d399,#059669);box-shadow:0 8px 18px -4px rgba(16,185,129,.4)}.denticon-dashboard .denticon-charts-wrapper .charts-highlight-row .highlight-card .icon.orange{background:linear-gradient(135deg,#fbbf24,#d97706);box-shadow:0 8px 18px -4px rgba(245,158,11,.4)}.denticon-dashboard .denticon-charts-wrapper .charts-highlight-row .highlight-card .data h4{margin:0 0 .15rem;color:var(--theme-text-reduced);font-size:.73rem;text-transform:uppercase;letter-spacing:.08em;font-weight:700}.denticon-dashboard .denticon-charts-wrapper .charts-highlight-row .highlight-card .data .big-num{font-size:2.2rem;font-weight:900;color:var(--theme-text);line-height:1;letter-spacing:-.03em;display:block}.denticon-dashboard .denticon-charts-wrapper .charts-highlight-row .highlight-card .data .trend-tag{font-size:.7rem;font-weight:600;color:#10b981;margin-top:2px;display:block}.denticon-dashboard .denticon-charts-wrapper .charts-main-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.denticon-dashboard .denticon-charts-wrapper .chart-panel{background:rgba(255,255,255,.98);backdrop-filter:blur(15px);border:1px solid #fff;border-radius:28px;padding:2.25rem;box-shadow:0 15px 40px rgba(0,0,0,.04);transition:all .4s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.denticon-dashboard .denticon-charts-wrapper .chart-panel:hover{box-shadow:0 30px 60px rgba(0,0,0,.08);transform:translateY(-4px)}.denticon-dashboard .denticon-charts-wrapper .chart-panel.large{grid-column:1/-1}.denticon-dashboard .denticon-charts-wrapper .chart-panel .panel-header{margin-bottom:1.4rem;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.denticon-dashboard .denticon-charts-wrapper .chart-panel .panel-header .ph-left h3{margin:0 0 .2rem;color:var(--theme-text);font-weight:800;font-size:1.05rem;letter-spacing:-.01em}.denticon-dashboard .denticon-charts-wrapper .chart-panel .panel-header .ph-left p{margin:0;color:var(--theme-text-reduced);font-size:.82rem}.denticon-dashboard .denticon-charts-wrapper .chart-panel .panel-header .ph-badge{flex-shrink:0;font-size:.68rem;font-weight:700;padding:.25rem .7rem;border-radius:50px;background:rgba(99,102,241,.12);color:#818cf8;border:1px solid rgba(99,102,241,.2)}.denticon-dashboard .denticon-charts-wrapper .chart-panel .panel-header .ph-badge.funnel{background:rgba(139,92,246,.12);color:#a78bfa;border-color:rgba(139,92,246,.25)}.denticon-dashboard .denticon-charts-wrapper .full-funnel-panel .funnel-bars{display:flex;flex-direction:column;gap:.9rem;padding-top:.5rem}.denticon-dashboard .denticon-charts-wrapper .full-funnel-panel .funnel-bars .funnel-row{display:grid;grid-template-columns:130px 1fr 70px 44px;align-items:center;gap:.75rem}.denticon-dashboard .denticon-charts-wrapper .full-funnel-panel .funnel-bars .funnel-row .funnel-label{font-size:.82rem;font-weight:600;color:var(--theme-text-reduced);white-space:nowrap}.denticon-dashboard .denticon-charts-wrapper .full-funnel-panel .funnel-bars .funnel-row .funnel-track{width:100%;height:12px;background:var(--theme-elevation-200);border-radius:6px;overflow:hidden}.denticon-dashboard .denticon-charts-wrapper .full-funnel-panel .funnel-bars .funnel-row .funnel-track .funnel-fill{height:100%;border-radius:6px;transition:width .8s cubic-bezier(.16,1,.3,1);min-width:4px}.denticon-dashboard .denticon-charts-wrapper .full-funnel-panel .funnel-bars .funnel-row .funnel-val{font-size:.85rem;font-weight:700;color:var(--theme-text);text-align:right}.denticon-dashboard .denticon-charts-wrapper .full-funnel-panel .funnel-bars .funnel-row .funnel-pct{font-size:.75rem;font-weight:600;color:var(--theme-text-reduced);text-align:right}
/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap";:root{--font-dashboard:"Plus Jakarta Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}body{font-family:var(--font-dashboard)!important}.cms-admin-wrapper,.payload-default-theme,[class*=payload]{font-family:var(--font-dashboard)}