:root{--dc-accent: #07883f;--dc-accent-dark: #046d33;--dc-ink: #151918;--dc-muted: #68726d;--dc-border: #dfe5e1;--dc-soft: #eef8f1;--dc-sidebar: 202px}*{box-sizing:border-box}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.dc-shell{min-height:100vh;background:#fff;color:var(--dc-ink);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex}.dc-icon{display:block;flex:none}.dc-sidebar{position:fixed;inset:0 auto 0 0;width:var(--dc-sidebar);border-right:1px solid var(--dc-border);background:#fff;display:flex;flex-direction:column;z-index:3}.dc-mark{height:68px;border-bottom:1px solid var(--dc-border);display:flex;align-items:center;padding:0 24px}.dc-mark span{width:24px;height:24px;border:3px solid var(--dc-accent);border-radius:5px 12px;position:relative}.dc-mark span:after{content:"";position:absolute;width:10px;height:3px;background:var(--dc-accent);right:-7px;bottom:0;transform:rotate(48deg);border-radius:2px}.dc-sidebar nav{padding:16px 10px;display:grid;gap:5px}.dc-sidebar nav button{appearance:none;border:0;background:transparent;color:#303633;font:600 13px/1 Inter,sans-serif;display:flex;align-items:center;gap:13px;padding:12px 14px;border-radius:7px;text-align:left;cursor:pointer;position:relative}.dc-sidebar nav button:hover{background:#f5f7f6}.dc-sidebar nav button.is-active{background:#f1f4f2;color:#101311}.dc-sidebar nav button.is-active:before{content:"";position:absolute;left:-10px;top:5px;bottom:5px;width:3px;border-radius:0 3px 3px 0;background:var(--dc-accent)}.dc-help{margin:auto 22px 26px;display:grid;gap:5px;font-size:11px}.dc-help span{color:var(--dc-accent);font-weight:600}.dc-workspace{margin-left:var(--dc-sidebar);min-width:0;width:calc(100% - var(--dc-sidebar))}.dc-topbar{height:68px;border-bottom:1px solid var(--dc-border);display:flex;align-items:center;justify-content:space-between;padding:0 28px;position:sticky;top:0;background:#fffffff5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2}.dc-topbar>strong{font-size:19px;letter-spacing:-.02em}.dc-top-actions{display:flex;gap:12px;align-items:center}.dc-store,.dc-live{height:38px;padding:0 13px;border:1px solid var(--dc-border);border-radius:7px;display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600}.dc-live{color:var(--dc-accent-dark);background:#f3fbf5}.dc-live i{width:8px;height:8px;border-radius:50%;background:var(--dc-accent)}.dc-avatar{width:38px;height:38px;border-radius:50%;border:1px solid var(--dc-border);display:grid;place-items:center;font-size:12px;font-weight:700}.dc-main{padding:27px 30px 40px;max-width:1320px;margin:0 auto}.dc-heading h1{font-size:30px;line-height:1.1;letter-spacing:-.035em;margin:0 0 7px}.dc-heading p{color:var(--dc-muted);font-size:13px;margin:0 0 22px}.dc-setup{min-height:76px;border:1px solid #d4e9d9;background:#f4faf5;border-radius:9px;padding:14px 17px;display:flex;align-items:center;gap:14px}.dc-step{display:flex;align-items:center;gap:10px;min-width:180px}.dc-step>span{width:36px;height:36px;border:1.5px solid var(--dc-accent);border-radius:50%;display:grid;place-items:center;color:var(--dc-accent);font-weight:700}.dc-step.done>span{background:var(--dc-accent);color:#fff}.dc-step div{display:grid;gap:5px}.dc-step strong{font-size:12px}.dc-step small{font-size:10px;color:var(--dc-muted)}.dc-step-line{height:2px;background:var(--dc-accent);flex:1;min-width:32px}.dc-step-line.short{max-width:70px}.dc-primary{border:0;border-radius:6px;background:var(--dc-accent);color:#fff;font:700 12px Inter,sans-serif;padding:12px 16px;cursor:pointer;white-space:nowrap}.dc-primary:hover{background:var(--dc-accent-dark)}.dc-notice{margin:0 0 12px;border:1px solid #e3c36b;background:#fff9e7;padding:10px 13px;border-radius:7px;font-size:12px;display:flex;justify-content:space-between;align-items:center}.dc-notice button{border:0;background:transparent;font-size:20px;cursor:pointer}.dc-metrics{border:1px solid var(--dc-border);border-radius:9px;margin-top:16px;display:grid;grid-template-columns:repeat(4,1fr);padding:16px 0}.dc-metrics>div{padding:2px 20px;border-right:1px solid var(--dc-border);display:grid;grid-template-columns:44px auto 1fr;align-items:end;gap:5px 9px}.dc-metrics>div:last-child{border:0}.dc-metric-icon{grid-row:1/4;width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:var(--dc-soft);color:var(--dc-accent);align-self:center}.dc-metric-label{grid-column:2/-1;font-size:11px;font-weight:650}.dc-metrics strong{grid-column:2;font-size:24px;font-weight:520;letter-spacing:-.03em}.dc-metrics em{grid-column:3;color:var(--dc-accent);font-style:normal;font-size:10px;font-weight:700}.dc-metrics small{grid-column:2/-1;font-size:9px;color:var(--dc-muted)}.dc-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:16px;margin-top:16px}.dc-panel{border:1px solid var(--dc-border);border-radius:9px;background:#fff;overflow:hidden}.dc-panel-head{height:48px;display:flex;align-items:center;justify-content:space-between;padding:0 17px;border-bottom:1px solid var(--dc-border)}.dc-panel-head h2{font-size:13px;margin:0}.dc-panel-head button,.dc-text-button{border:0;background:transparent;color:var(--dc-accent-dark);font:650 10px Inter,sans-serif;cursor:pointer}.dc-panel-head select{height:30px;border:1px solid var(--dc-border);border-radius:6px;background:#fff;padding:0 28px 0 10px;font:600 10px Inter,sans-serif;color:#313733}.dc-legend{padding:14px 18px 4px;display:flex;gap:22px;color:#3d4541;font-size:9px}.dc-legend span{display:flex;align-items:center;gap:6px}.dc-legend i{width:17px;height:2px;background:var(--dc-accent)}.dc-legend i.dashed{background:repeating-linear-gradient(to right,#909b95 0 4px,transparent 4px 7px)}.dc-chart{width:100%;height:165px;padding:0 12px}.dc-chart .gridline{fill:none;stroke:#e9edea;stroke-width:1}.dc-chart polyline{fill:none;stroke-linecap:round;stroke-linejoin:round}.dc-chart .primary{stroke:var(--dc-accent);stroke-width:2.2}.dc-chart .secondary{stroke:#939e98;stroke-width:1.5;stroke-dasharray:5 5}.dc-axis{display:flex;justify-content:space-between;color:var(--dc-muted);font-size:9px;padding:0 20px 13px}.dc-attention-row{height:65px;padding:0 16px;display:grid;grid-template-columns:36px 1fr auto 18px;align-items:center;gap:10px;border-bottom:1px solid var(--dc-border)}.dc-soft-icon{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:var(--dc-soft);color:var(--dc-accent)}.dc-attention-row>div{display:grid;gap:5px}.dc-attention-row strong{font-size:11px}.dc-attention-row small{font-size:9px;color:var(--dc-muted)}.dc-attention-row button{border:1px solid var(--dc-border);border-radius:6px;background:#fff;padding:8px 10px;font:600 9px Inter,sans-serif;cursor:pointer}.dc-text-button{height:37px;padding:0 18px;display:flex;align-items:center;gap:4px}.dc-table table{border-collapse:collapse;width:100%;font-size:10px}.dc-table th,.dc-table td{text-align:left;padding:10px 16px;border-bottom:1px solid var(--dc-border)}.dc-table th{font-size:9px;color:#38403c}.dc-table tbody tr:last-child td{border:0}.dc-table .trend{color:var(--dc-accent);font-weight:700}.dc-activity-row{height:57px;padding:0 17px;display:grid;grid-template-columns:28px 1fr auto;align-items:center;gap:9px;border-bottom:1px solid var(--dc-border)}.dc-activity-row:last-child{border:0}.dc-activity-row>span{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;color:var(--dc-accent);background:var(--dc-soft)}.dc-activity-row>div{display:grid;gap:4px}.dc-activity-row strong{font-size:10px}.dc-activity-row small,.dc-activity-row time{font-size:9px;color:var(--dc-muted)}.dc-empty{margin-top:20px;min-height:420px;border:1px solid var(--dc-border);border-radius:9px;display:grid;place-content:center;text-align:center;justify-items:center;padding:40px}.dc-empty h2{font-size:18px;margin:16px 0 7px}.dc-empty p{max-width:470px;color:var(--dc-muted);font-size:13px;line-height:1.6}.dc-empty button{margin-top:12px;border:1px solid var(--dc-border);background:#fff;border-radius:6px;padding:9px 13px;font-weight:650;cursor:pointer}@media(max-width:1000px){:root{--dc-sidebar: 72px}.dc-sidebar nav button span,.dc-help,.dc-mark{display:none}.dc-sidebar nav button{justify-content:center;padding:13px}.dc-top-actions .dc-store{display:none}.dc-setup{align-items:flex-start;flex-wrap:wrap}.dc-step-line{display:none}.dc-primary{margin-left:auto}.dc-metrics{grid-template-columns:repeat(2,1fr)}.dc-metrics>div:nth-child(2){border-right:0}.dc-metrics>div:nth-child(-n+2){border-bottom:1px solid var(--dc-border);padding-bottom:14px}.dc-metrics>div:nth-child(n+3){padding-top:14px}.dc-grid{grid-template-columns:1fr}}@media(max-width:640px){:root{--dc-sidebar: 0px}.dc-sidebar{display:none}.dc-topbar{padding:0 16px}.dc-topbar>strong{font-size:16px}.dc-top-actions{gap:7px}.dc-live{font-size:0;padding:0 12px}.dc-main{padding:20px 14px 32px}.dc-heading h1{font-size:25px}.dc-setup{display:grid}.dc-step{min-width:0}.dc-primary{margin:4px 0 0;width:100%}.dc-metrics{grid-template-columns:1fr}.dc-metrics>div{border-right:0!important;border-bottom:1px solid var(--dc-border)!important;padding:15px 20px!important}.dc-metrics>div:last-child{border-bottom:0!important}.dc-attention-row{grid-template-columns:34px 1fr 16px}.dc-attention-row button{display:none}.dc-chart{height:140px}.dc-table{overflow-x:auto}.dc-table table{min-width:520px}}
