.pf-dash{min-height:100vh;color:var(--fg);flex-direction:column;display:flex}.pf-studio .pf-dash-top{z-index:20;border-bottom:1px solid hsl(var(--border-default));background:hsl(var(--background-default));flex-shrink:0;justify-content:space-between;align-items:center;gap:16px;height:52px;padding:0 20px;display:flex;position:sticky;top:0}.pf-dash-top-left{align-items:center;gap:12px;min-width:0;display:flex}.pf-dash-top-right{flex-shrink:0;align-items:center;gap:12px;display:flex}.pf-dash-brand{align-items:center;gap:9px;display:flex}.pf-dash-brand-tag{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.12em;color:var(--fg-muted);border:1px solid hsl(var(--border-default));border-radius:9999px;padding:2px 7px;font-size:10px}.pf-dash-crumb{color:var(--fg-lighter);align-items:center;gap:7px;min-width:0;font-size:13px;display:flex}.pf-dash-crumb b{color:var(--fg);font-weight:500}.pf-dash-crumb-sep{color:var(--fg-muted)}.pf-dash-live{font-family:var(--font-mono);letter-spacing:.04em;text-transform:uppercase;color:var(--fg-muted);align-items:center;gap:6px;font-size:10.5px;display:inline-flex}.pf-dash-live .dot{background:var(--fg-muted);border-radius:50%;width:7px;height:7px}.pf-dash-live[data-live=true]{color:hsl(var(--brand-default))}.pf-dash-live[data-live=true] .dot{background:hsl(var(--brand-default));animation:1.6s ease-out infinite pf-dash-pulse}.pf-dash-live[data-live=reconnecting]{color:hsl(var(--warning-default))}.pf-dash-live[data-live=reconnecting] .dot{background:hsl(var(--warning-default))}@keyframes pf-dash-pulse{0%{box-shadow:0 0 0 0 hsl(var(--brand-default) / .55)}70%{box-shadow:0 0 0 6px hsl(var(--brand-default) / 0)}to{box-shadow:0 0 0 0 hsl(var(--brand-default) / 0)}}.pf-dash-body{flex:1;overflow-y:auto}.pf-dash-wrap{max-width:1180px;margin:0 auto;padding:22px 20px 56px}.pf-dash-headrow{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:18px;display:flex}.pf-dash-title{letter-spacing:-.01em;color:var(--fg);font-size:19px;font-weight:500}.pf-dash-sub{color:var(--fg-lighter);margin-top:3px;font-size:12.5px}.pf-dash-controls{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.pf-dash-cards{grid-template-columns:repeat(auto-fill,minmax(258px,1fr));gap:14px;display:grid}.pf-dash-wscard{text-align:left;background:hsl(var(--background-surface-100));border:1px solid hsl(var(--border-default));border-radius:var(--radius-lg);cursor:pointer;flex-direction:column;gap:13px;padding:15px 16px;transition:border-color .12s,background .12s,transform .12s;display:flex}.pf-dash-wscard:hover{border-color:hsl(var(--border-strong));background:hsl(var(--background-surface-200))}.pf-dash-wscard:focus-visible{outline:2px solid hsl(var(--brand-default));outline-offset:2px}.pf-dash-wscard-head{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.pf-dash-wscard-name{color:var(--fg);font-size:14px;font-weight:500}.pf-dash-wscard-org{color:var(--fg-muted);margin-top:2px;font-size:11.5px}.pf-dash-wscard-stats{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.pf-dash-stat-k{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.08em;color:var(--fg-muted);font-size:9px}.pf-dash-stat-v{color:var(--fg);font-variant-numeric:tabular-nums;margin-top:3px;font-size:16px;font-weight:500}.pf-dash-cols{grid-template-columns:1.55fr 1fr;gap:14px;margin-top:14px;display:grid}@media (max-width:900px){.pf-dash-cols{grid-template-columns:1fr}}.pf-dash-table{border-collapse:collapse;width:100%;font-size:12.5px}.pf-dash-table th{text-align:left;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.08em;color:var(--fg-muted);border-bottom:1px solid hsl(var(--border-default));background:hsl(var(--background-surface-100));padding:9px 12px;font-size:9.5px;font-weight:400;position:sticky;top:0}.pf-dash-table td{border-bottom:1px solid hsl(var(--border-default) / .6);color:var(--fg-light);vertical-align:middle;font-variant-numeric:tabular-nums;padding:9px 12px}.pf-dash-table tr:last-child td{border-bottom:none}.pf-dash-table .num{text-align:right}.pf-dash-table tbody tr.clickable{cursor:pointer;transition:background .1s}.pf-dash-table tbody tr.clickable:hover{background:hsl(var(--background-surface-200))}.pf-dash-scroll{max-height:420px;overflow-y:auto}.pf-dash-num-pos{color:hsl(var(--brand-default))}.pf-dash-timeline{flex-direction:column;gap:0;display:flex}.pf-studio .pf-dash-tl-row{grid-template-columns:18px 1fr auto;gap:12px;padding:4px 0;display:grid}.pf-dash-tl-rail{flex-direction:column;align-items:center;display:flex}.pf-dash-tl-node{background:hsl(var(--brand-default));border-radius:50%;flex-shrink:0;width:9px;height:9px;margin-top:5px}.pf-dash-tl-node.muted{background:var(--fg-muted)}.pf-dash-tl-node.bad{background:hsl(var(--destructive-default))}.pf-dash-tl-line{background:hsl(var(--border-default));flex:1;width:1px;min-height:14px}.pf-dash-tl-row:last-child .pf-dash-tl-line{display:none}.pf-dash-tl-evt{color:var(--fg);font-size:13px;font-weight:500}.pf-dash-tl-meta{color:var(--fg-muted);font-variant-numeric:tabular-nums;margin-top:1px;font-size:11.5px}.pf-dash-tl-time{color:var(--fg-muted);font-variant-numeric:tabular-nums;white-space:nowrap;font-size:11px}.pf-dash-center{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:320px;display:flex}.pf-studio .pf-dash-empty{text-align:center;color:var(--fg-lighter);flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:44px 20px;display:flex}.pf-dash-empty-title{color:var(--fg);font-size:14.5px;font-weight:500}.pf-dash-empty-sub{color:var(--fg-muted);max-width:360px;font-size:12.5px}.pf-dash-error{border:1px solid hsl(var(--destructive-default) / .4);background:hsl(var(--destructive-default) / .08);color:hsl(var(--destructive-default));border-radius:var(--radius-md);padding:12px 14px;font-size:12.5px}.pf-dash-muted{color:var(--fg-muted)}.pf-dash-back{color:var(--fg-lighter);cursor:pointer;background:0 0;border:none;align-items:center;gap:5px;padding:0;font-size:12.5px;transition:color .12s;display:inline-flex}.pf-dash-back:hover{color:var(--fg)}.pf-dash-cal{position:relative}.pf-studio .pf-dash-cal-trigger{height:30px;color:var(--fg);background:hsl(var(--background-muted));border:1px solid hsl(var(--border-default));cursor:pointer;border-radius:8px;align-items:center;gap:7px;padding:0 10px;font-size:12.5px;transition:border-color .12s,background .12s;display:inline-flex}.pf-dash-cal-trigger:hover{border-color:hsl(var(--border-strong))}.pf-dash-cal-trigger svg:first-child{color:var(--fg-muted)}.pf-dash-cal-pop{z-index:40;background:hsl(var(--background-default));border:1px solid hsl(var(--border-default));border-radius:12px;align-items:stretch;display:flex;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 18px 48px -12px #0000008c}.pf-studio .pf-dash-cal-main{width:460px;padding:14px}.pf-studio .pf-dash-cal-presets{border-left:1px solid hsl(var(--border-default));background:hsl(var(--background-muted) / .4);flex-direction:column;gap:2px;width:150px;padding:10px;display:flex}.pf-studio .pf-dash-cal-preset{text-align:left;color:var(--fg-lighter);cursor:pointer;background:0 0;border:none;border-radius:7px;padding:7px 10px;font-size:12.5px;transition:background .1s,color .1s}.pf-dash-cal-preset:hover{background:hsl(var(--background-muted));color:var(--fg)}.pf-dash-cal-preset.active{background:hsl(var(--brand-default) / .16);color:hsl(var(--brand-default));font-weight:500}.pf-studio .pf-dash-cal-range{color:var(--fg);margin-bottom:10px;font-size:13px;font-weight:500}.pf-studio .pf-dash-cal-times{align-items:center;gap:18px;margin-bottom:12px;display:flex;position:relative}.pf-dash-cal-time{flex:1;justify-content:center;align-items:center;gap:5px;display:inline-flex}.pf-dash-cal-to{color:var(--fg-muted);text-transform:uppercase;letter-spacing:.04em;font-size:11px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.pf-dash-cal-timelabel{display:none}.pf-dash-cal-colon{color:var(--fg-muted)}.pf-studio .pf-dash-cal-select.pf-dash-cal-select{background-position:right 7px center;width:auto;min-width:50px;height:28px;padding:0 22px 0 8px;font-size:12px}.pf-dash-cal-months{gap:18px;display:flex}.pf-dash-cal-month{flex:1}.pf-studio .pf-dash-cal-monthhead{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.pf-dash-cal-monthtitle{color:var(--fg);font-size:12.5px;font-weight:500}.pf-dash-cal-navbtn{width:22px;height:22px;color:var(--fg-lighter);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;display:inline-flex}.pf-dash-cal-navbtn:hover{background:hsl(var(--background-muted));color:var(--fg)}.pf-dash-cal-grid{grid-template-columns:repeat(7,1fr);gap:2px;display:grid}.pf-studio .pf-dash-cal-dow{text-align:center;color:var(--fg-muted);padding-bottom:4px;font-size:10.5px}.pf-dash-cal-day{aspect-ratio:1;color:var(--fg-lighter);cursor:pointer;background:0 0;border:none;border-radius:7px;justify-content:center;align-items:center;font-size:12px;transition:background .1s,color .1s;display:inline-flex}.pf-dash-cal-day:hover{background:hsl(var(--background-muted));color:var(--fg)}.pf-dash-cal-day.empty{visibility:hidden;cursor:default}.pf-dash-cal-day.mid{background:hsl(var(--brand-default) / .14);color:var(--fg);border-radius:0}.pf-dash-cal-day.start,.pf-dash-cal-day.end{background:hsl(var(--brand-default));color:hsl(var(--brand-foreground,0 0% 100%));font-weight:600}.pf-dash-cal-day.start{border-radius:7px 0 0 7px}.pf-dash-cal-day.end{border-radius:0 7px 7px 0}.pf-studio .pf-dash-cal-tzrow{align-items:center;gap:8px;margin-top:14px;display:flex}.pf-dash-cal-tzlabel{color:var(--fg-muted);text-transform:uppercase;letter-spacing:.04em;font-size:11px}.pf-studio .pf-dash-cal-tzrow .field-select{flex:1;height:28px;font-size:12px}.pf-studio .pf-dash-cal-foot{justify-content:flex-end;gap:8px;margin-top:14px;display:flex}.pf-studio .pf-dash-cal-btn{cursor:pointer;border:1px solid #0000;border-radius:8px;height:30px;padding:0 14px;font-size:12.5px}.pf-dash-cal-btn.ghost{border-color:hsl(var(--border-default));color:var(--fg-lighter);background:0 0}.pf-dash-cal-btn.ghost:hover{color:var(--fg);border-color:hsl(var(--border-strong))}.pf-dash-cal-btn.primary{background:hsl(var(--brand-default));color:hsl(var(--brand-foreground,0 0% 100%));font-weight:500}.pf-dash-cal-btn.primary:hover{filter:brightness(1.06)}@media (max-width:640px){.pf-dash-cal-pop{top:auto;left:10px;right:10px;bottom:calc(10px + env(safe-area-inset-bottom,0px));z-index:60;flex-direction:column-reverse;max-height:calc(100dvh - 72px);position:fixed}.pf-studio .pf-dash-cal-main{flex-direction:column;width:auto;min-height:0;display:flex;overflow-y:auto}.pf-studio .pf-dash-cal-presets{border-left:none;border-bottom:1px solid hsl(var(--border-default));flex-flow:wrap;flex-shrink:0;gap:6px;width:auto;padding:12px 14px}.pf-studio .pf-dash-cal-preset{border:1px solid hsl(var(--border-default));background:hsl(var(--background-surface-100));border-radius:9999px;padding:6px 12px;font-size:12px}.pf-studio .pf-dash-cal-preset.active{background:hsl(var(--brand-default) / .16);border-color:hsl(var(--brand-default) / .5)}.pf-studio .pf-dash-cal-times{flex-direction:column;align-items:stretch;gap:8px}.pf-dash-cal-time{flex:none;gap:8px}.pf-dash-cal-to{display:none}.pf-dash-cal-timelabel{color:var(--fg-muted);text-transform:uppercase;letter-spacing:.04em;flex:0 0 68px;font-size:11px;display:block}.pf-dash-cal-tzlabel{flex:0 0 68px}.pf-studio .pf-dash-cal-time .pf-dash-cal-select.pf-dash-cal-select{flex:1;min-width:0}.pf-dash-cal-months{overscroll-behavior:contain;flex-direction:column;gap:14px;min-height:132px;overflow-y:auto}.pf-dash-cal-month{flex:none}.pf-studio .pf-dash-cal-day{aspect-ratio:auto;height:40px}.pf-studio .pf-dash-cal-select.pf-dash-cal-select,.pf-studio .pf-dash-cal-tzrow .field-select{height:34px}.pf-studio .pf-dash-cal-btn{height:36px;padding:0 16px}.pf-studio .pf-dash-cal-range,.pf-studio .pf-dash-cal-times,.pf-studio .pf-dash-cal-tzrow,.pf-studio .pf-dash-cal-foot{flex-shrink:0}}.pf-dash-cmp{position:relative}.pf-studio .pf-dash-cmp-trigger{cursor:pointer;transition:color .12s,border-color .12s}.pf-studio .pf-dash-cmp-trigger:hover{color:var(--fg);border-color:hsl(var(--border-strong))}.pf-studio .pf-dash-cmp-pop{z-index:40;background:hsl(var(--background-default));border:1px solid hsl(var(--border-default));border-radius:12px;flex-direction:column;gap:2px;width:min(92vw,310px);max-height:min(420px,70vh);padding:6px;display:flex;position:absolute;top:calc(100% + 8px);right:0;overflow-y:auto;box-shadow:0 18px 48px -12px #0000008c}.pf-studio .pf-dash-cmp-item{text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;flex-direction:column;align-items:stretch;gap:2px;padding:8px 10px;transition:background .1s;display:flex}.pf-dash-cmp-item:hover{background:hsl(var(--background-muted))}.pf-studio .pf-dash-cmp-lbl{color:var(--fg);align-items:center;gap:6px;font-size:12.5px;display:flex}.pf-dash-cmp-item.active .pf-dash-cmp-lbl{color:hsl(var(--brand-default));font-weight:500}.pf-studio .pf-dash-cmp-hint{color:var(--fg-muted);font-size:11.5px;line-height:1.35}.pf-studio .pf-dash-cmp-note{border-top:1px solid hsl(var(--border-default));color:var(--fg-muted);margin-top:2px;padding:8px 10px 4px;font-size:11px;line-height:1.4}.pf-dash-shell{color:var(--fg);background:hsl(var(--background-default));display:flex;position:fixed;inset:0;overflow:hidden}.pf-dash-railwrap{flex-shrink:0;display:flex;position:relative}.pf-dash-spacer{flex-shrink:0;width:0;transition:width .2s}.pf-dash-spacer[data-pinned=true]{width:244px}.pf-dash-drawer{z-index:46;pointer-events:none;width:244px;height:100%;transition:transform .2s;position:absolute;top:0;left:52px;transform:translate(-100%)}.pf-dash-drawer[data-open=true]{pointer-events:auto;transform:translate(0)}.pf-dash-drawer .product-menu{width:244px;height:100%}@media (prefers-reduced-motion:reduce){.pf-dash-spacer,.pf-dash-drawer{transition:none}}.pf-dash-main{flex-direction:column;flex:1;min-width:0;display:flex;overflow:hidden}.pf-dash-main-body{flex:1;overflow-y:auto}.pf-dash-toggle{width:30px;height:30px;color:var(--fg-lighter);border-radius:var(--radius-md);cursor:pointer;background:0 0;border:1px solid #0000;flex-shrink:0;justify-content:center;align-items:center;transition:color .12s,border-color .12s,background .12s;display:inline-flex}.pf-dash-toggle:hover{color:var(--fg);border-color:hsl(var(--border-default));background:hsl(var(--background-surface-200))}.pf-studio .pm-section{justify-content:space-between;align-items:center;gap:8px;padding:12px 8px 5px;display:flex}.pf-studio .pm-section:first-child{padding-top:4px}.pf-studio .pm-section .pm-label{flex:1;min-width:0;padding:0}.pf-studio .pm-add{width:20px;height:20px;color:var(--fg-muted);border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:1px solid #0000;flex:none;justify-content:center;align-items:center;transition:color .1s,background .1s,border-color .1s;display:inline-flex}.pf-studio .pm-add:hover{color:hsl(var(--brand-default));background:hsl(var(--brand-default) / .1)}.pf-studio .pm-add:disabled{color:var(--fg-muted);opacity:.4;cursor:default}.pf-studio .pm-add:disabled:hover{color:var(--fg-muted);background:0 0}.pf-studio .pm-empty{color:var(--fg-muted);padding:4px 9px 8px;font-size:12px;line-height:1.4}.pf-dash-builder{flex-direction:column;gap:0;width:min(94vw,880px);max-height:min(86vh,760px);padding:0;display:flex}.pf-dash-builder-wide{width:min(96vw,1040px)}.pf-dash-builder-head{border-bottom:1px solid hsl(var(--border-default));flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:16px;padding:18px 20px 14px;display:flex}.pf-dash-builder-title{letter-spacing:-.01em;color:var(--fg);font-size:16px;font-weight:500}.pf-dash-builder-sub{color:var(--fg-lighter);margin-top:3px;font-size:12.5px}.pf-dash-builder-body{flex-direction:column;flex:1;gap:18px;min-height:0;padding:18px 20px;display:flex;overflow-y:auto}.pf-dash-builder-foot{border-top:1px solid hsl(var(--border-default));background:hsl(var(--background-surface-100) / .5);flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:13px 20px;display:flex}.pf-dash-builder-foot-actions{align-items:center;gap:9px;margin-left:auto;display:flex}.pf-dash-split{grid-template-columns:1fr 1fr;align-items:start;gap:16px;display:grid}@media (max-width:760px){.pf-dash-split{grid-template-columns:1fr}}.pf-dash-split-col{flex-direction:column;gap:14px;min-width:0;display:flex}.pf-dash-section-label{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:var(--fg-muted);font-size:10px}.pf-dash-rowgrid{flex-direction:column;gap:6px;display:flex}.pf-dash-row{align-items:center;gap:8px;display:flex}.pf-dash-row .field-input{height:30px;font-size:12.5px}.pf-studio .pf-dash-row .field-textarea{resize:none}.pf-dash-row-rm{width:28px;height:28px;color:var(--fg-muted);border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:1px solid #0000;flex:none;justify-content:center;align-items:center;transition:color .1s,background .1s;display:inline-flex}.pf-dash-row-rm:hover{color:hsl(var(--destructive-default));background:hsl(var(--destructive-default) / .1)}.pf-dash-addrow{color:var(--fg-lighter);border:1px dashed hsl(var(--border-default));border-radius:var(--radius-md);cursor:pointer;background:0 0;align-self:flex-start;align-items:center;gap:6px;padding:6px 10px;font-size:12px;transition:color .1s,border-color .1s,background .1s;display:inline-flex}.pf-dash-addrow:hover{color:var(--fg);border-color:hsl(var(--border-strong));background:hsl(var(--background-surface-200))}.pf-dash-chips{flex-wrap:wrap;gap:6px;display:flex}.pf-dash-chip{color:var(--fg-lighter);background:hsl(var(--background-surface-100));border:1px solid hsl(var(--border-default));cursor:pointer;border-radius:9999px;align-items:center;gap:6px;padding:4px 10px;font-size:12px;transition:color .1s,border-color .1s,background .1s;display:inline-flex}.pf-dash-chip[data-on=true]{color:hsl(var(--brand-default));border-color:hsl(var(--brand-default) / .4);background:hsl(var(--brand-default) / .1)}.pf-dash-chip:hover{border-color:hsl(var(--border-strong))}.pf-dash-preview{border:1px solid hsl(var(--border-default));border-radius:var(--radius-lg);background:hsl(var(--background-surface-100));overflow:hidden}.pf-dash-preview-head{border-bottom:1px solid hsl(var(--border-default));color:var(--fg-lighter);justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;font-size:12px;display:flex}.pf-dash-preview-body{max-height:360px;overflow:auto}.pf-dash-list{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px;display:grid}.pf-dash-listcard{text-align:left;background:hsl(var(--background-surface-100));border:1px solid hsl(var(--border-default));border-radius:var(--radius-lg);cursor:pointer;flex-direction:column;gap:8px;padding:15px 16px;transition:border-color .12s,background .12s;display:flex}.pf-dash-listcard:hover{border-color:hsl(var(--border-strong));background:hsl(var(--background-surface-200))}.pf-dash-listcard-name{color:var(--fg);align-items:center;gap:8px;font-size:14px;font-weight:500;display:flex}.pf-dash-listcard-meta{color:var(--fg-muted);font-size:11.5px}.pf-dash-listcard-foot{align-items:center;gap:10px;margin-top:2px;display:flex}.pf-dash-grid{grid-template-columns:repeat(12,1fr);gap:14px;display:grid}.pf-dash-widget{grid-column:span 4;min-width:0}.pf-dash-widget[data-w="3"]{grid-column:span 3}.pf-dash-widget[data-w="6"]{grid-column:span 6}.pf-dash-widget[data-w="8"]{grid-column:span 8}.pf-dash-widget[data-w="12"]{grid-column:span 12}@media (max-width:900px){.pf-dash-widget,.pf-dash-widget[data-w="3"],.pf-dash-widget[data-w="6"],.pf-dash-widget[data-w="8"]{grid-column:span 12}}.pf-dash-widget-tools{align-items:center;gap:4px;display:flex}.pf-dash-widget-tool{width:24px;height:24px;color:var(--fg-muted);border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;transition:color .1s,background .1s;display:inline-flex}.pf-dash-widget-tool:hover{color:var(--fg);background:hsl(var(--background-surface-200))}.pf-dash-bigk{padding:16px}.pf-dash-bigk-v{letter-spacing:-.02em;color:var(--fg);font-variant-numeric:tabular-nums;font-size:28px;font-weight:500}.pf-dash-bigk-d{color:var(--fg-lighter);margin-top:4px;font-size:12px}.pf-dash-bars{flex-direction:column;gap:9px;display:flex}.pf-dash-bar-row{grid-template-columns:minmax(80px,.9fr) 1.6fr auto;align-items:center;gap:10px;display:grid}.pf-dash-bar-label{color:var(--fg-light);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.pf-dash-bar-track{background:hsl(var(--background-surface-300));border-radius:9999px;height:8px;overflow:hidden}.pf-dash-bar-fill{background:hsl(var(--brand-default));border-radius:9999px;min-width:2px;height:100%;transition:width .2s}.pf-dash-bar-val{color:var(--fg);font-variant-numeric:tabular-nums;white-space:nowrap;font-size:12px}.pf-dash-table tfoot td{border-top:1px solid hsl(var(--border-default));color:var(--fg);background:hsl(var(--background-surface-100));border-bottom:none;font-weight:500;position:sticky;bottom:0}.pf-dash-table tfoot td.lbl{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.08em;color:var(--fg-muted);font-size:9.5px;font-weight:400}.pf-dash-placeholder{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:360px;padding:40px 20px;display:flex}.pf-dash-placeholder-ic{color:var(--fg-muted)}.pf-dash-placeholder-title{color:var(--fg);font-size:16px;font-weight:500}.pf-dash-placeholder-sub{color:var(--fg-muted);max-width:420px;font-size:13px;line-height:1.5}.pf-dash-idsearch{align-items:center;gap:10px;margin-top:4px;display:flex}.pf-dash-idsearch-field{background:hsl(var(--background-muted));border:1px solid hsl(var(--border-default));border-radius:10px;flex:1;align-items:center;gap:8px;min-width:0;height:40px;padding:0 10px;transition:border-color .12s;display:flex}.pf-dash-idsearch-field:focus-within{border-color:hsl(var(--brand-default))}.pf-dash-idsearch-icon{color:var(--fg-muted);flex:none}.pf-studio .pf-dash-idsearch-input.pf-dash-idsearch-input{min-width:0;height:100%;box-shadow:none;color:var(--fg);background:0 0;border:none;flex:1;padding:0;font-size:14px}.pf-studio .pf-dash-idsearch-input.pf-dash-idsearch-input:focus{box-shadow:none;outline:none}.pf-dash-idkind{font-family:var(--font-mono);letter-spacing:.04em;white-space:nowrap;color:var(--fg-muted);background:hsl(var(--background-surface-200));border:1px solid hsl(var(--border-default));border-radius:9999px;flex:none;align-items:center;gap:4px;padding:3px 8px;font-size:10px;display:inline-flex}.pf-dash-idkind[data-ok=true]{color:hsl(var(--brand-default));border-color:hsl(var(--brand-default) / .4);background:hsl(var(--brand-default) / .1)}.pf-dash-idexamples{flex-wrap:wrap;align-items:center;gap:8px;margin-top:10px;font-size:12px;display:flex}.pf-dash-idchip{font-family:var(--font-mono);color:var(--fg-lighter);background:hsl(var(--background-surface-100));border:1px solid hsl(var(--border-default));cursor:pointer;border-radius:7px;padding:3px 9px;font-size:11.5px;transition:color .12s,border-color .12s}.pf-dash-idchip:hover{color:var(--fg);border-color:hsl(var(--border-strong))}.pf-dash-idhead{flex-wrap:wrap;align-items:baseline;gap:12px;margin-top:24px;display:flex}.pf-dash-idhead-id{font-family:var(--font-mono);color:var(--fg);letter-spacing:-.01em;font-size:18px;font-weight:500}.pf-dash-idhead-sub{color:var(--fg-muted);font-size:12.5px}.pf-dash-idsum{grid-template-columns:repeat(auto-fit,minmax(148px,1fr));gap:12px;margin-top:14px;display:grid}.pf-dash-idsum-item{background:hsl(var(--background-surface-100));border:1px solid hsl(var(--border-default));border-radius:var(--radius-lg);padding:12px 14px}.pf-dash-idsum-k{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.08em;color:var(--fg-muted);font-size:9px}.pf-dash-idsum-v{color:var(--fg);font-variant-numeric:tabular-nums;margin-top:5px;font-size:17px;font-weight:500}.pf-dash-idsum-sub{color:var(--fg-muted);margin-top:2px;font-size:11px}.pf-dash-idnote{color:var(--fg-muted);margin-top:12px;font-size:12px}.pf-dash-idnote-warn{color:hsl(var(--warning-default));border:1px solid hsl(var(--warning-default) / .4);background:hsl(var(--warning-default) / .08);border-radius:var(--radius-md);padding:9px 12px}.pf-dash-idfeed{flex-direction:column;margin-top:18px;display:flex}.pf-dash-identry{grid-template-columns:26px 1fr;gap:12px;display:grid}.pf-dash-identry-rail{flex-direction:column;align-items:center;display:flex}.pf-dash-identry-node{border:1px solid hsl(var(--border-default));background:hsl(var(--background-surface-200));width:26px;height:26px;color:var(--fg-lighter);border-radius:50%;flex:none;justify-content:center;align-items:center;display:inline-flex}.pf-dash-identry-node.call{color:hsl(var(--brand-default));border-color:hsl(var(--brand-default) / .4);background:hsl(var(--brand-default) / .1)}.pf-dash-identry-rail:after{content:"";background:hsl(var(--border-default));flex:1;width:1px;min-height:14px;margin-top:4px}.pf-dash-identry:last-child .pf-dash-identry-rail:after{display:none}.pf-dash-identry-body{min-width:0;padding-bottom:18px}.pf-dash-identry[data-kind=ping] .pf-dash-identry-body{padding-top:4px}.pf-dash-identry-head{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.pf-dash-identry-title{color:var(--fg);overflow-wrap:anywhere;font-size:13.5px;font-weight:500}.pf-dash-identry-time{color:var(--fg-muted);font-variant-numeric:tabular-nums;white-space:nowrap;margin-left:auto;font-size:11px}.pf-dash-identry-meta{color:var(--fg-muted);margin-top:3px;font-size:12px}.pf-dash-idcall{border:1px solid hsl(var(--border-default));border-radius:var(--radius-lg);background:hsl(var(--background-surface-100));padding:13px 15px}.pf-dash-idcall-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.pf-dash-idcall-headright{flex-direction:column;flex:none;align-items:flex-end;gap:6px;display:flex}.pf-dash-idcall-headright .pf-dash-identry-time{margin-left:0}.pf-dash-idcall-noev{color:var(--fg-muted);margin-top:10px;font-size:12px}.pf-dash-idcall-tl{border-top:1px solid hsl(var(--border-default) / .6);margin-top:12px;padding-top:10px}.pf-studio .pf-dash-top-acct{flex-shrink:0;align-items:center;display:none}.pf-studio .pf-dash-top-acct .rail-avatar{margin-top:0}@media (max-width:640px){.pf-studio.pf-dash-shell .icon-rail{display:none}.pf-studio .pf-dash-top-acct{display:flex}.pf-studio .pf-dash-drawer{left:0}.pf-studio .pf-dash-top{gap:10px;height:50px;padding:0 14px}.pf-studio .pf-dash-crumb{overflow:hidden}.pf-studio .pf-dash-crumb>span:last-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.pf-studio .pf-dash-wrap{padding:16px 14px calc(44px + env(safe-area-inset-bottom,0px))}}
.pf-studio .an-wrap{max-width:1340px;margin:0 auto;padding:26px 30px 64px}.pf-studio .an-sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.pf-studio .an-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:22px;margin-bottom:22px;display:flex}.pf-studio .an-eyebrow{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.14em;color:var(--fg-muted);align-items:center;gap:8px;margin-bottom:9px;font-size:10.5px;display:flex}.pf-studio .an-live{color:hsl(var(--brand-default));align-items:center;gap:6px;display:inline-flex}.pf-studio .an-live .dot{background:hsl(var(--brand-default));border-radius:50%;width:7px;height:7px;position:relative}.pf-studio .an-live.is-reconnecting{color:hsl(var(--warning-default))}.pf-studio .an-live.is-reconnecting .dot{background:hsl(var(--warning-default))}.pf-studio .an-live.is-failed{color:hsl(var(--destructive-default))}.pf-studio .an-live.is-failed .dot{background:hsl(var(--destructive-default))}@media (prefers-reduced-motion:no-preference){.pf-studio .an-live .dot:after{content:"";border:1.5px solid hsl(var(--brand-default));border-radius:50%;animation:2s ease-out infinite an-pulse;position:absolute;inset:-3px}.pf-studio .an-live.is-reconnecting .dot:after{border-color:hsl(var(--warning-default))}.pf-studio .an-live.is-failed .dot:after{content:none}@keyframes an-pulse{0%{opacity:.9;transform:scale(.6)}to{opacity:0;transform:scale(1.8)}}}.pf-studio .an-title{letter-spacing:-.02em;color:var(--fg);font-size:23px;font-weight:500}.pf-studio .an-controls{flex-wrap:wrap;align-items:center;gap:9px;display:flex}.pf-studio .an-chip{color:var(--fg-light);background:hsl(var(--background-surface-100));border:1px solid hsl(var(--border-default));border-radius:var(--radius-md);align-items:center;gap:7px;padding:6px 11px;font-size:12.5px;display:inline-flex}.pf-studio .an-chip .mut{color:var(--fg-muted)}.pf-studio .an-lead-ctrls{align-items:center;gap:10px;display:flex}.pf-studio .an-lead-ctrls .an-chip{cursor:pointer;transition:color .12s,border-color .12s}.pf-studio .an-lead-ctrls .an-chip:hover{color:var(--fg);border-color:hsl(var(--border-strong))}.pf-studio .an-lead-ctrls .an-chip.is-on{color:hsl(var(--brand-default));border-color:hsl(var(--brand-default) / .4);background:hsl(var(--brand-default) / .08)}.pf-studio .an-money{margin-bottom:14px}.pf-studio .an-money-grid{grid-template-columns:minmax(0,1.55fr) minmax(0,1fr);display:grid}.pf-studio .an-money-main{min-width:0;padding:18px 22px 16px}.pf-studio .an-money-side{border-left:1px solid hsl(var(--border-default));flex-direction:column;padding:6px 20px;display:flex}.pf-studio .an-hero-lbl{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.12em;color:var(--fg-muted);font-size:10.5px}.pf-studio .an-hero-row{flex-wrap:wrap;align-items:baseline;gap:12px;margin:7px 0 2px;display:flex}.pf-studio .an-hero-val{letter-spacing:-.025em;color:var(--fg);font-variant-numeric:tabular-nums;font-size:36px;font-weight:500;line-height:1}.pf-studio .an-hero-sub{color:var(--fg-lighter);font-size:12.5px}.pf-studio .an-trend{font-family:var(--font-mono);font-variant-numeric:tabular-nums;white-space:nowrap;border-radius:9999px;align-items:center;gap:3px;padding:2px 7px 2px 5px;font-size:11.5px;display:inline-flex}.pf-studio .an-trend.up{color:hsl(var(--brand-default));background:hsl(var(--brand-default) / .1)}.pf-studio .an-trend.down{color:hsl(var(--destructive-default));background:hsl(var(--destructive-default) / .1)}.pf-studio .an-trend.flat{color:var(--fg-muted);background:hsl(var(--background-surface-300))}.pf-studio .an-trend.lg{padding:3px 9px 3px 6px;font-size:13px}.pf-studio .an-mchart{touch-action:pan-y pinch-zoom;margin-top:14px;position:relative}.pf-studio .an-mchart .chart-svg{height:188px}.pf-studio .an-mc-leg{flex-wrap:wrap;gap:16px;padding:12px 2px 0;display:flex}.pf-studio .an-mc-leg span{color:var(--fg-lighter);align-items:center;gap:7px;font-size:11.5px;display:inline-flex}.pf-studio .an-mc-leg .sw{border-radius:3px;flex:none;width:11px;height:11px}.pf-studio .an-mc-leg .ln{border-top:2px solid;border-radius:2px;width:14px;height:0}.pf-studio .an-bar-profit{fill:hsl(var(--brand-default))}.pf-studio .an-bar-pay{fill:var(--fg-muted);opacity:.5}.pf-studio .an-bar-calls{fill:hsl(var(--brand-default));opacity:.82}.pf-studio .an-line2{fill:none;stroke:#4982df;stroke-width:2px}.pf-studio .an-line2-dot{fill:#4982df;stroke:hsl(var(--background-surface-100));stroke-width:1.5px}.pf-studio .an-guide{stroke:hsl(var(--border-stronger));stroke-width:1px;stroke-dasharray:3 3}.pf-studio .an-mchart .chart-axis .ax-r{fill:#5e87c9}.pf-studio .an-mc-empty{height:188px;color:var(--fg-lighter);justify-content:center;align-items:center;font-size:12.5px;display:flex}.pf-studio .an-tip{pointer-events:none;z-index:6;background:hsl(var(--background-surface-100));border:1px solid hsl(var(--border-strong));border-radius:var(--radius-md);box-shadow:var(--shadow-lg);min-width:158px;padding:9px 11px;position:absolute}.pf-studio .an-tip-h{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:var(--fg-muted);margin-bottom:7px;font-size:9.5px}.pf-studio .an-tip-row{justify-content:space-between;align-items:center;gap:18px;padding:2.5px 0;font-size:11.5px;display:flex}.pf-studio .an-tip-row .k{color:var(--fg-lighter);align-items:center;gap:6px;display:inline-flex}.pf-studio .an-tip-row .k .dot{border-radius:2px;flex:none;width:8px;height:8px;display:inline-block}.pf-studio .an-tip-row .v{color:var(--fg);font-variant-numeric:tabular-nums;font-weight:500}.pf-studio .an-tip-row .v.an-profit{color:hsl(var(--brand-default))}.pf-studio .an-tip-sep{background:hsl(var(--border-muted));height:1px;margin:6px 0}.pf-studio .an-mstat{border-bottom:1px solid hsl(var(--border-muted));padding:13px 0}.pf-studio .an-mstat:last-child{border-bottom:none}.pf-studio .an-mstat-top{justify-content:space-between;align-items:center;gap:8px;display:flex}.pf-studio .an-mstat-lbl{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:var(--fg-muted);font-size:10px}.pf-studio .an-mstat-mid{justify-content:space-between;align-items:flex-end;gap:10px;margin-top:6px;display:flex}.pf-studio .an-mstat-val{letter-spacing:-.02em;color:var(--fg);font-variant-numeric:tabular-nums;font-size:19px;font-weight:500;line-height:1}.pf-studio .an-mstat-sub{color:var(--fg-lighter);margin-top:6px;font-size:11.5px}.pf-studio .an-spark{flex:none;width:76px;height:24px;display:block;overflow:visible}.pf-studio .an-funnel{margin-bottom:14px}.pf-studio .an-funnel-body{align-items:stretch;display:flex}.pf-studio .an-fstage{flex:1;min-width:0;padding:16px 20px}.pf-studio .an-fstage-top{align-items:center;gap:9px;display:flex}.pf-studio .an-fstage-lbl{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:var(--fg-muted);font-size:10px}.pf-studio .an-fstage-row{align-items:baseline;gap:10px;margin:9px 0 11px;display:flex}.pf-studio .an-fstage-val{letter-spacing:-.02em;color:var(--fg);font-variant-numeric:tabular-nums;font-size:25px;font-weight:500;line-height:1}.pf-studio .an-fstage-bar{background:hsl(var(--background-surface-300));border-radius:9999px;height:6px;overflow:hidden}.pf-studio .an-fstage-bar i{background:hsl(var(--brand-default));border-radius:9999px;height:100%;display:block}.pf-studio .an-fstage-pct{font-family:var(--font-mono);color:var(--fg-muted);margin-top:7px;font-size:10.5px}.pf-studio .an-fstage-sub{color:var(--fg-lighter);margin-top:3px;font-size:12px}.pf-studio .an-fchev{width:34px;color:var(--fg-muted);flex:none;justify-content:center;align-items:center;display:flex}.pf-studio .an-lead{margin-bottom:14px}.pf-studio .an-lead-scroll{max-height:560px;overflow:auto}.pf-studio .an-lead-scroll thead th{z-index:2;background:hsl(var(--background-surface-100));box-shadow:inset 0 -1px 0 hsl(var(--border-default));position:sticky;top:0}.pf-studio .an-lead-scroll tfoot td{z-index:2;background:hsl(var(--background-surface-100));box-shadow:inset 0 2px 0 hsl(var(--border-default));position:sticky;bottom:0}.pf-studio .an-drill{border-bottom:1px solid hsl(var(--border-default));background:hsl(var(--brand-default) / .04);flex-wrap:wrap;align-items:center;gap:10px;padding:9px 16px;display:flex}.pf-studio .an-drill-tag{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:var(--fg-muted);flex:none;align-items:center;gap:6px;font-size:9.5px;display:inline-flex}.pf-studio .an-drill-path{flex-wrap:wrap;flex:1;align-items:center;gap:5px;min-width:0;display:flex}.pf-studio .an-drill-sep{color:var(--fg-muted);flex:none}.pf-studio .an-drill-chip{background:hsl(var(--background-surface-100));border:1px solid hsl(var(--brand-default) / .4);border-radius:var(--radius-md);cursor:pointer;align-items:center;gap:7px;padding:3px 8px 3px 9px;transition:border-color .12s,background .12s;display:inline-flex}.pf-studio .an-drill-chip:hover{border-color:hsl(var(--brand-default));background:hsl(var(--brand-default) / .08)}.pf-studio .an-drill-chip .an-drill-dim{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.08em;color:var(--fg-muted);font-size:9px}.pf-studio .an-drill-chip .an-drill-val{color:var(--fg);font-size:12px;font-weight:500}.pf-studio .an-drill-chip svg{color:var(--fg-muted);flex:none;transition:color .12s}.pf-studio .an-drill-chip:hover svg{color:hsl(var(--brand-default))}.pf-studio .an-drill-clear{color:var(--fg-light);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;flex:none;padding:3px 7px;font-size:11.5px;transition:color .12s,background .12s}.pf-studio .an-drill-clear:hover{color:hsl(var(--brand-default));background:hsl(var(--brand-default) / .08)}.pf-studio .an-ltable{border-collapse:collapse;width:100%;font-size:12.5px}.pf-studio .an-ltable thead th{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.09em;color:var(--fg-muted);text-align:right;border-bottom:1px solid hsl(var(--border-default));white-space:nowrap;padding:9px 13px;font-size:9.5px;font-weight:400}.pf-studio .an-ltable thead th.l{text-align:left}.pf-studio .an-ltable tbody td{border-bottom:1px solid hsl(var(--border-muted));text-align:right;font-variant-numeric:tabular-nums;color:var(--fg-light);white-space:nowrap;padding:10px 13px}.pf-studio .an-ltable tbody tr:hover{background:hsl(var(--background-surface-200))}.pf-studio .an-ltable tbody tr.is-clickable{cursor:pointer}.pf-studio .an-ltable tbody tr.is-clickable:focus-visible{outline:2px solid hsl(var(--brand-default) / .55);outline-offset:-2px}.pf-studio .an-ltable tbody tr.is-on>td{background:hsl(var(--brand-default) / .07)}.pf-studio .an-ltable tbody tr.is-on:hover>td{background:hsl(var(--brand-default) / .11)}.pf-studio .an-ltable tbody tr.is-on>td.c-name{position:relative}.pf-studio .an-ltable tbody tr.is-on>td.c-name:before{content:"";background:hsl(var(--brand-default));width:2.5px;position:absolute;top:0;bottom:0;left:0}.pf-studio .an-ltable .c-name{text-align:left;width:26%;min-width:200px}.pf-studio .an-name-top{align-items:center;gap:8px;display:flex}.pf-studio .an-name{color:var(--fg);font-size:13px;font-weight:500}.pf-studio .an-contrib{align-items:center;gap:9px;margin-top:7px;display:flex}.pf-studio .an-contrib-track{background:hsl(var(--background-surface-300));border-radius:9999px;flex:1;max-width:140px;height:5px;overflow:hidden}.pf-studio .an-contrib-track i{background:hsl(var(--brand-default));border-radius:9999px;height:100%;display:block}.pf-studio .an-contrib-pct{font-family:var(--font-mono);color:var(--fg-muted);min-width:34px;font-size:10px}.pf-studio .an-ltable tbody td.an-rev{color:var(--fg);font-weight:500}.pf-studio .an-ltable tbody td.an-profit{color:hsl(var(--brand-default));font-weight:500}.pf-studio .an-ltable tbody td.an-loss{color:hsl(var(--destructive-default));font-weight:500}.pf-studio .an-ltable tbody td.an-pay{color:var(--fg-muted)}.pf-studio .an-ltable td.mut{color:var(--fg-lighter)}.pf-studio .an-grp-chev{color:var(--fg-muted);margin-right:1px;display:inline-flex}.pf-studio .an-ltable tbody tr.grp>td{border-bottom-color:#0000}.pf-studio .an-ltable tbody tr.sub td{background:hsl(var(--background-200) / .5);cursor:default;padding-top:8px;padding-bottom:8px}.pf-studio .an-ltable tbody tr.sub:hover td{background:hsl(var(--background-surface-200))}.pf-studio .an-sub-name{color:var(--fg-light);align-items:center;padding-left:22px;font-weight:400;display:inline-flex;position:relative}.pf-studio .an-sub-name:before{content:"";border-left:1px solid hsl(var(--border-strong));border-bottom:1px solid hsl(var(--border-strong));border-bottom-left-radius:4px;width:9px;position:absolute;top:-9px;bottom:50%;left:6px}.pf-studio .an-sub-note{color:var(--fg-muted);font-size:12px}.pf-studio .an-ltable .lspark{vertical-align:middle;width:62px;height:22px;display:inline-block;overflow:visible}.pf-studio .an-lead-empty{text-align:center;color:var(--fg-muted);padding:28px 16px;font-size:12.5px}.pf-studio .an-ltable tfoot td{border-top:2px solid hsl(var(--border-default));text-align:right;font-variant-numeric:tabular-nums;color:var(--fg);white-space:nowrap;padding:13px 16px;font-weight:600}.pf-studio .an-ltable tfoot td.l{text-align:left;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.09em;color:var(--fg-muted);font-size:10px;font-weight:400}.pf-studio .an-ltable tfoot td.an-profit{color:hsl(var(--brand-default))}.pf-studio .an-ltable tfoot td.an-loss{color:hsl(var(--destructive-default))}@media (max-width:1080px){.pf-studio .an-money-grid{grid-template-columns:1fr}.pf-studio .an-money-side{border-left:none;border-top:1px solid hsl(var(--border-default));padding:6px 22px 10px}}@media (max-width:880px){.pf-studio .an-funnel-body{flex-direction:column}.pf-studio .an-fchev{width:auto;height:30px;transform:rotate(90deg)}.pf-studio .an-fstage{border-bottom:1px solid hsl(var(--border-muted))}}@media (max-width:640px){.pf-studio .an-wrap{padding:16px 14px calc(48px + env(safe-area-inset-bottom,0px))}.pf-studio .an-head{gap:14px;margin-bottom:16px}.pf-studio .an-title{font-size:21px}.pf-studio .an-controls{gap:8px;width:100%}.pf-studio .an-controls .seg{flex:100%}.pf-studio .an-controls .seg button{text-align:center;flex:1}.pf-studio .an-money-main{padding:15px 14px 12px}.pf-studio .an-money-side{padding:4px 14px 8px}.pf-studio .an-hero-val{font-size:30px}.pf-studio .an-mchart .chart-svg,.pf-studio .an-mc-empty{height:224px}.pf-studio .an-tip{min-width:126px;padding:6px 8px}.pf-studio .an-tip-h{margin-bottom:4px;font-size:9px}.pf-studio .an-tip-row{gap:12px;padding:1.5px 0;font-size:10.5px}.pf-studio .an-tip-sep{margin:4px 0}.pf-studio .card-head{flex-wrap:wrap;padding:12px 14px}.pf-studio .an-lead-ctrls{flex-wrap:wrap;gap:8px;width:100%}.pf-studio .an-lead-ctrls .seg{flex:auto}.pf-studio .an-lead-ctrls .seg button{text-align:center;flex:1}.pf-studio .an-fstage{padding:14px}.pf-studio .an-ltable .c-name{width:auto;min-width:150px}.pf-studio .an-ltable thead th,.pf-studio .an-ltable tbody td{padding:9px 10px}.pf-studio .an-ltable tfoot td{padding:11px 10px}.pf-studio .an-contrib-track{max-width:92px}.pf-studio .an-drill{padding:9px 14px}}
