:root{color-scheme:light;font-family:Inter,-apple-system,BlinkMacSystemFont,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;--bg: #FAFAF9;--surface: #FFFFFF;--surface-hover: #F5F5F4;--border: #E7E5E4;--border-focus: #A8A29E;--text: #1C1917;--text-secondary: #57534E;--text-muted: #A8A29E;--primary: #0D9488;--primary-hover: #0F766E;--primary-light: #CCFBF1;--primary-surface: #F0FDFA;--error: #DC2626;--error-light: #FEF2F2;--warning: #D97706;--warning-light: #FFFBEB;--success: #16A34A;--success-light: #F0FDF4;--shadow-sm: 0 1px 2px rgba(0,0,0,.05);--shadow: 0 1px 3px rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.06);--shadow-md: 0 4px 6px -1px rgba(0,0,0,.1), 0 2px 4px -2px rgba(0,0,0,.1);--radius: 8px;--radius-lg: 12px;--radius-full: 9999px;--mono: "JetBrains Mono", "SF Mono", "Menlo", monospace}*,*:before,*:after{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;background:var(--bg);color:var(--text);font-size:14px;line-height:1.5;font-feature-settings:"ss03" on,"cv11" on;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button,input,select,textarea{font:inherit;color:inherit}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600;color:var(--text)}p{margin:0}fieldset{border:none;padding:0;margin:0}legend{font-size:13px;font-weight:500;color:var(--text-secondary);margin-bottom:12px}code{font-family:var(--mono);font-size:13px;background:var(--surface-hover);padding:2px 6px;border-radius:4px;color:var(--text)}.workspace{min-height:100vh}.workspace--login{grid-template-columns:1fr;place-items:center;padding:40px 24px;background:var(--bg)}.sidebar{position:fixed;top:0;left:0;bottom:0;width:240px;background:var(--surface);border-right:1px solid var(--border);display:flex;flex-direction:column;z-index:100;overflow-y:auto}.brand{display:flex;align-items:center;gap:12px;padding:20px 16px;border-bottom:1px solid var(--border)}.brand__mark{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:var(--radius);background:var(--primary);color:#fff;font-weight:700;font-size:14px;flex-shrink:0;letter-spacing:-.02em}.brand div{min-width:0}.brand p{font-size:11px;font-weight:500;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.brand strong{font-size:14px;font-weight:600;color:var(--text);display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nav-list{flex:1;padding:12px 8px;display:flex;flex-direction:column;gap:2px}.nav-item{display:flex;flex-direction:column;gap:1px;width:100%;padding:8px 12px;border:none;border-radius:var(--radius);background:transparent;cursor:pointer;text-align:left;transition:background .15s,color .15s}.nav-item strong{font-size:14px;font-weight:500;color:var(--text-secondary)}.nav-item span{font-size:12px;color:var(--text-muted)}.nav-item:hover{background:var(--surface-hover)}.nav-item:hover strong{color:var(--text)}.nav-item--active{background:var(--primary-surface)}.nav-item--active strong{color:var(--primary-hover);font-weight:600}.nav-item--active span{color:var(--primary)}.nav-item--active:hover{background:var(--primary-light)}.status-card{margin:auto 8px 8px;padding:12px;border-radius:var(--radius);background:var(--surface-hover);border:1px solid var(--border)}.status-card strong{display:block;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:4px}.status-card span{font-size:12px;color:var(--text-secondary);display:block;word-break:break-word}.status-card--error strong{color:var(--error)}.main{margin-left:240px;padding:24px 32px 48px;max-width:1504px;min-height:100vh}.topbar{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:28px;gap:16px}.topbar h1{font-size:24px;font-weight:600;color:var(--text);letter-spacing:-.02em}.topbar .eyebrow{font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:2px}.topbar__actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:24px;margin-bottom:20px}.panel__header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:16px;gap:12px}.panel__header h2{font-size:16px;font-weight:600;color:var(--text)}.panel__header p{font-size:13px;color:var(--text-secondary);margin-top:2px}.panel__actions{display:flex;gap:8px;flex-shrink:0}.panel--login{max-width:420px;width:100%}.metric{display:flex;flex-direction:column;gap:4px}.metric span{font-size:13px;font-weight:500;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.metric strong{font-size:28px;font-weight:700;color:var(--text);letter-spacing:-.02em;font-variant-numeric:tabular-nums;line-height:1.1}.metric em{font-style:normal;font-size:12px;color:var(--text-secondary)}.metric-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:20px;margin-bottom:20px}.metric-list--top{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:24px}.metric-list--compact{grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:16px}.metric-list--compact .metric strong{font-size:22px}.button{display:inline-flex;align-items:center;justify-content:center;gap:6px;font-size:14px;font-weight:500;border-radius:var(--radius);cursor:pointer;transition:background .15s,border-color .15s,color .15s;white-space:nowrap;line-height:1}.button--primary{background:var(--primary);color:#fff;border:none;padding:10px 18px;border-radius:var(--radius);font-weight:500;font-size:14px}.button--primary:hover{background:var(--primary-hover)}.button--primary:disabled{opacity:.5;cursor:not-allowed}.button--ghost{background:transparent;color:var(--text-secondary);border:1px solid var(--border);padding:8px 16px;border-radius:var(--radius)}.button--ghost:hover{background:var(--surface-hover);border-color:var(--border-focus);color:var(--text)}.button--text{background:transparent;color:var(--text-muted);border:none;padding:4px 8px}.button--text:hover{color:var(--error)}.button--small{font-size:13px;padding:6px 12px}.button--ghost.button--small{padding:5px 10px}input,select,textarea{border:1px solid var(--border);border-radius:var(--radius);padding:8px 12px;font-size:14px;background:var(--surface);color:var(--text);width:100%;transition:border-color .15s,box-shadow .15s}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #0d94881a}input::placeholder{color:var(--text-muted)}label{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:500;color:var(--text-secondary)}.form{display:flex;flex-direction:column;gap:16px}.form--compact{gap:12px}.field-hint{font-size:12px;color:var(--text-muted);font-weight:400}.field-with-action{display:flex;gap:8px}.field-with-action input{flex:1}.required-mark{color:var(--error)}.inline-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.grid-two{display:grid;grid-template-columns:1fr 1fr;gap:16px}.grid-three{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px}.pill{display:inline-flex;align-items:center;padding:2px 8px;border-radius:var(--radius-full);font-size:12px;font-weight:500;background:var(--surface-hover);color:var(--text-secondary);white-space:nowrap}.pill--success{background:var(--success-light);color:var(--success)}.pill--danger{background:var(--error-light);color:var(--error)}.pill--warning{background:var(--warning-light);color:var(--warning)}.pill--pending{background:#f5f5f4;color:var(--text-secondary)}.pill--delivered{background:var(--success-light);color:var(--success)}.pill--retrying{background:var(--warning-light);color:var(--warning)}.pill--dead_letter,.pill--failed{background:var(--error-light);color:var(--error)}.pill--queued{background:#eff6ff;color:#2563eb}.pill--test{background:#f3e8ff;color:#7c3aed}.delivery-row__badge{margin-left:6px;vertical-align:middle}.detail-pill{margin-left:6px}.hero-banner{font-size:13px;font-weight:500;color:var(--error);padding:4px 12px;border-radius:var(--radius-full);background:var(--error-light)}.hero-banner--muted{color:var(--text-muted);background:var(--surface-hover)}.toolbar{display:flex;align-items:flex-end;gap:12px;flex-wrap:wrap;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid var(--border)}.toolbar label{min-width:120px;flex:1;max-width:240px}.toolbar--links label{max-width:280px}.toolbar-input{width:100%}.checkbox-line{gap:6px}.checkbox-line__control{display:flex;align-items:center;gap:6px;font-weight:400;font-size:14px;color:var(--text)}.checkbox-line__control input[type=checkbox]{width:16px;height:16px;accent-color:var(--primary);flex-shrink:0}.checkbox-line--inline{flex-direction:row;align-items:center}.checkbox-line--inline input[type=checkbox]{width:16px;height:16px;accent-color:var(--primary)}.bot-filter-label{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:500;color:var(--text-secondary);flex-direction:row;cursor:pointer}.bot-filter-label input[type=checkbox]{width:16px;height:16px;accent-color:var(--primary)}.table{width:100%}.table__head{display:grid;gap:12px;padding:8px 16px;font-size:12px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--border)}.table__head--links{grid-template-columns:1.5fr 2fr 1.5fr .7fr .8fr 1fr .7fr}.table__row{display:grid;gap:12px;padding:12px 16px;border-bottom:1px solid var(--border);cursor:pointer;transition:background .1s;align-items:center;font-size:13px}.table__row:hover{background:var(--surface-hover)}.table__row:last-child{border-bottom:none}.table__row--selected{background:var(--primary-surface)}.table__row--selected:hover{background:var(--primary-light)}.table__head--links+.table__row,.table__row{grid-template-columns:1.5fr 2fr 1.5fr .7fr .8fr 1fr .7fr}.table__row strong{font-weight:600;color:var(--text)}.table__row a{font-size:12px;color:var(--primary)}.table__row p{font-size:12px;color:var(--text-secondary);margin:0}.table__actions{display:flex;align-items:center;justify-content:flex-end;gap:4px}.cell-center{display:flex;justify-content:center}.truncate-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:280px}.click-badge{display:inline-flex;align-items:center;justify-content:center;min-width:28px;padding:2px 8px;border-radius:var(--radius-full);font-size:12px;font-weight:600;background:var(--primary-light);color:var(--primary-hover);font-variant-numeric:tabular-nums}.click-badge--zero{background:var(--surface-hover);color:var(--text-muted)}.row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:14px 0;border-bottom:1px solid var(--border)}.row:last-child{border-bottom:none}.row strong{font-size:14px;font-weight:600;color:var(--text)}.row p{font-size:13px;color:var(--text-secondary);margin-top:2px}.row__meta{display:flex;align-items:center;gap:8px;flex-shrink:0;font-size:12px;color:var(--text-muted)}.stack{display:flex;flex-direction:column;gap:0}.stack>.panel{margin-bottom:20px}.main-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:start}.lookup-stack{display:flex;flex-direction:column}.login-shell{width:100%;max-width:420px;display:flex;flex-direction:column;align-items:center;gap:32px}.login-copy{text-align:center}.login-copy .eyebrow{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--primary);margin-bottom:8px}.login-copy h1{font-size:22px;font-weight:600;color:var(--text);letter-spacing:-.01em;margin-bottom:8px}.login-copy .subtle{font-size:14px;color:var(--text-secondary);line-height:1.6;max-width:360px;margin:0 auto}.login-copy__facts{display:flex;gap:20px;margin-top:24px;text-align:left}.login-copy__facts>div{flex:1;padding:12px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.login-copy__facts strong{display:block;font-size:13px;font-weight:600;color:var(--text);margin-bottom:4px}.login-copy__facts span{font-size:12px;color:var(--text-secondary)}.login-notes{display:flex;gap:12px;justify-content:center;margin-top:16px}.login-notes span{font-size:11px;font-weight:500;color:var(--text-muted);padding:3px 10px;border-radius:var(--radius-full);background:var(--surface-hover)}.connection-card{margin-top:16px;padding:12px;border-radius:var(--radius);background:var(--surface-hover);border:1px solid var(--border)}.connection-card span{display:block;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:4px}.connection-card strong{display:block;font-size:14px;font-weight:600;color:var(--text);font-family:var(--mono);margin-bottom:4px}.connection-card em{font-style:normal;font-size:12px;color:var(--text-secondary)}.reveal-card{margin-top:12px;padding:12px;border-radius:var(--radius);background:var(--success-light);border:1px solid #BBF7D0}.reveal-card span{display:block;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--success);margin-bottom:4px}.reveal-card strong{display:block;font-size:14px;font-weight:600;color:var(--text);font-family:var(--mono);word-break:break-all}.empty{font-size:13px;color:var(--text-muted);padding:20px 0;text-align:center}.links-layout{display:flex;gap:20px}.links-layout--with-detail .links-main,.links-main{flex:1;min-width:0}.link-groups{display:flex;flex-direction:column;gap:24px}.link-group__header{display:flex;align-items:center;justify-content:space-between;padding:8px 16px;background:var(--surface-hover);border-radius:var(--radius);margin-bottom:8px}.link-group__header strong{font-size:14px;font-weight:600;color:var(--text)}.link-group__header span{font-size:12px;color:var(--text-muted)}.utm-builder{padding:16px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-hover)}.utm-builder legend{font-size:14px;font-weight:600;color:var(--text);margin-bottom:16px}.utm-required{position:relative}.utm-preview{margin-top:12px;padding:10px 12px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.utm-preview span{display:block;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:4px}.utm-preview code{font-size:12px;word-break:break-all;line-height:1.5;background:transparent;padding:0}.detail-panel{width:380px;flex-shrink:0;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);position:sticky;top:24px;max-height:calc(100vh - 48px);overflow-y:auto}.detail-panel__header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--border)}.detail-panel__header h3{font-size:16px;font-weight:600}.detail-panel__body{padding:20px;display:flex;flex-direction:column;gap:20px}.detail-section{display:flex;flex-direction:column;gap:8px}.detail-section h4{font-size:13px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.detail-url{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.detail-url a{font-size:14px;font-weight:600;color:var(--primary)}.detail-dest{font-size:13px;color:var(--text-secondary);word-break:break-all}.detail-meta{display:flex;flex-wrap:wrap;gap:8px}.detail-meta span{font-size:12px;color:var(--text-muted);padding:2px 8px;background:var(--surface-hover);border-radius:var(--radius-full)}.detail-stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.detail-stat{display:flex;flex-direction:column;gap:2px;padding:10px 12px;background:var(--surface-hover);border-radius:var(--radius)}.detail-stat strong{font-size:18px;font-weight:700;color:var(--text);font-variant-numeric:tabular-nums}.detail-stat span{font-size:11px;font-weight:500;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.detail-panel__actions{display:flex;gap:8px;padding-top:16px;border-top:1px solid var(--border);flex-wrap:wrap}.qr-section{display:flex;flex-direction:column;gap:12px}.qr-section h4{font-size:13px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.qr-section__preview{display:flex;justify-content:center;padding:16px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.analytics-toolbar{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-bottom:20px}.analytics-period-selector{display:flex;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.analytics-period-btn{padding:8px 14px;font-size:13px;font-weight:500;border:none;background:transparent;color:var(--text-secondary);cursor:pointer;transition:background .15s,color .15s;border-right:1px solid var(--border)}.analytics-period-btn:last-child{border-right:none}.analytics-period-btn:hover{background:var(--surface-hover)}.analytics-period-btn--active{background:var(--primary);color:#fff}.analytics-period-btn--active:hover{background:var(--primary-hover)}.analytics-filter-toggle{display:flex;align-items:center}.analytics-export-btns{display:flex;gap:8px;margin-left:auto}.analytics-loading{text-align:center;color:var(--text-muted);padding:40px;font-size:14px}.analytics-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}.analytics-section{margin-top:16px}.analytics-section h4{font-size:13px;font-weight:600;color:var(--text-secondary);margin-bottom:10px}.distribution-bars{display:flex;flex-direction:column;gap:8px}.dist-row{display:grid;grid-template-columns:100px 1fr 50px 45px;align-items:center;gap:8px;font-size:13px}.dist-label{color:var(--text);font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dist-bar-wrap{height:8px;background:#f5f5f4;border-radius:var(--radius-full);overflow:hidden}.dist-bar-fill{height:100%;background:var(--primary);border-radius:var(--radius-full);transition:width .3s ease}.dist-value{text-align:right;font-weight:600;color:var(--text);font-variant-numeric:tabular-nums}.dist-pct{text-align:right;color:var(--text-muted);font-variant-numeric:tabular-nums}.distribution-list{display:flex;flex-direction:column;gap:8px}.distribution-row{display:grid;grid-template-columns:80px 1fr 50px 45px;align-items:center;gap:8px;font-size:13px}.distribution-key{color:var(--text);font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.distribution-bar-track{height:8px;background:#f5f5f4;border-radius:var(--radius-full);overflow:hidden}.distribution-bar{height:100%;background:var(--primary);border-radius:var(--radius-full);transition:width .3s ease}.distribution-count{text-align:right;font-weight:600;color:var(--text);font-variant-numeric:tabular-nums}.distribution-pct{text-align:right;color:var(--text-muted);font-variant-numeric:tabular-nums}.timeseries-chart{padding:8px 0}.ts-bars{display:flex;align-items:flex-end;gap:3px;height:160px;padding-bottom:24px;position:relative}.ts-bar-col{flex:1;display:flex;flex-direction:column;align-items:center;height:100%;justify-content:flex-end}.ts-bar{width:100%;background:var(--primary);opacity:.8;border-radius:3px 3px 0 0;min-height:2px;transition:opacity .15s}.ts-bar-col:hover .ts-bar{opacity:1}.ts-bar-label{font-size:10px;color:var(--text-muted);margin-top:6px;white-space:nowrap}.top-links-table{width:100%}.top-links-head{display:grid;grid-template-columns:36px 1fr 70px 70px 1fr;gap:8px;padding:6px 0;font-size:11px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--border)}.top-links-row{display:grid;grid-template-columns:36px 1fr 70px 70px 1fr;gap:8px;padding:8px 0;font-size:13px;border-bottom:1px solid var(--border)}.top-links-row:last-child{border-bottom:none}.top-links-rank{font-weight:600;color:var(--text-muted);text-align:center}.top-links-slug{font-family:var(--mono);font-size:12px;color:var(--primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.top-links-clicks{font-weight:600;color:var(--text);text-align:right;font-variant-numeric:tabular-nums}.top-links-contacts{text-align:right;color:var(--text-secondary);font-variant-numeric:tabular-nums}.top-links-campaign{color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.subnav{display:flex;gap:0;border-bottom:1px solid var(--border);margin-bottom:20px}.subnav__item{padding:10px 18px;font-size:14px;font-weight:500;color:var(--text-secondary);border:none;background:transparent;cursor:pointer;border-bottom:2px solid transparent;transition:color .15s,border-color .15s;margin-bottom:-1px}.subnav__item:hover{color:var(--text)}.subnav__item--active{color:var(--primary);border-bottom-color:var(--primary);font-weight:600}.flow-table{width:100%}.flow-table__head{display:grid;gap:12px;padding:8px 16px;font-size:12px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--border)}.flow-table__head--delivery{grid-template-columns:1.5fr 1.5fr .8fr 1.5fr 1.5fr .7fr}.flow-table__head--action,.flow-table__head--task{grid-template-columns:1.5fr 1fr .8fr 1.2fr 1.2fr 1fr}.flow-table__row{display:grid;gap:12px;padding:14px 16px;border-bottom:1px solid var(--border);transition:background .1s;align-items:start;font-size:13px}.flow-table__row:hover{background:var(--surface-hover)}.flow-table__row:last-child{border-bottom:none}.flow-table__row--delivery{grid-template-columns:1.5fr 1.5fr .8fr 1.5fr 1.5fr .7fr}.flow-table__row--action,.flow-table__row--task{grid-template-columns:1.5fr 1fr .8fr 1.2fr 1.2fr 1fr}.flow-cell{min-width:0}.flow-cell strong{display:block;font-size:13px;font-weight:600;color:var(--text);word-break:break-word}.flow-cell p{font-size:12px;color:var(--text-secondary);margin-top:2px;word-break:break-word}.flow-cell--primary{font-weight:600}.flow-cell--status{display:flex;align-items:flex-start}.flow-cell--actions{display:flex;align-items:flex-start;justify-content:flex-end}.flow-inline-note{font-size:12px;color:var(--text-muted)}.chain-trace{grid-column:1 / -1;padding:8px 16px 0;display:flex;flex-wrap:wrap;gap:8px}.chain-node{font-size:12px;padding:2px 8px;border-radius:var(--radius-full);background:var(--surface-hover);color:var(--text-secondary)}.chain-node--action{background:#eff6ff;color:#2563eb}.chain-node--task{background:#f3e8ff;color:#7c3aed}.unified-timeline{display:flex;flex-direction:column}.unified-item{display:grid;grid-template-columns:120px 1fr;gap:16px;padding:14px 0;border-bottom:1px solid var(--border)}.unified-item:last-child{border-bottom:none}.unified-item__time{font-size:12px;color:var(--text-muted);font-variant-numeric:tabular-nums;padding-top:2px}.unified-item__body{min-width:0}.unified-item__header{display:flex;align-items:center;gap:8px;margin-bottom:4px}.unified-item__header strong{font-size:14px;font-weight:600;color:var(--text)}.unified-item__detail{font-size:13px;color:var(--text-secondary);margin-bottom:4px}.unified-item__meta{display:inline-block;font-size:12px;color:var(--text-muted);margin-right:12px}.contact-timeline{display:flex;flex-direction:column;gap:20px;margin-top:16px}.contact-header{display:flex;gap:16px;align-items:flex-start}.contact-header__avatar{flex-shrink:0}.contact-avatar{width:48px;height:48px;border-radius:var(--radius-full);object-fit:cover}.contact-avatar--placeholder{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:var(--primary-light);color:var(--primary-hover);font-weight:700;font-size:18px}.contact-header__info{min-width:0}.contact-header__name{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.contact-header__name strong{font-size:18px;font-weight:600}.contact-email{font-size:13px;color:var(--text-muted)}.contact-detail{font-size:13px;color:var(--text-secondary);margin-top:2px}.contact-badges{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px;align-items:center}.timeline{display:flex;flex-direction:column}.timeline-event{display:flex;gap:12px}.timeline-event__line{display:flex;flex-direction:column;align-items:center;width:28px;flex-shrink:0}.timeline-event__dot{width:28px;height:28px;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;font-size:14px;flex-shrink:0}.timeline-event__connector{width:2px;flex:1;background:var(--border);min-height:20px}.timeline-event__content{flex:1;padding-bottom:16px;min-width:0}.timeline-event__header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:4px}.timeline-event__header strong{font-size:14px;font-weight:600;color:var(--text)}.timeline-event__header span{font-size:12px;color:var(--text-muted);flex-shrink:0}.timeline-event__content p{font-size:13px;color:var(--text-secondary)}.chips{display:flex;flex-wrap:wrap;gap:8px;padding:0}.chip{display:inline-flex;align-items:center;gap:4px;padding:6px 12px;border:1px solid var(--border);border-radius:var(--radius-full);font-size:13px;font-weight:400;color:var(--text-secondary);cursor:pointer;transition:all .15s;flex-direction:row}.chip input[type=checkbox]{width:14px;height:14px;accent-color:var(--primary)}.chip--active{border-color:var(--primary);background:var(--primary-surface);color:var(--primary)}.dns-instruction-card{margin-top:8px;padding:12px;background:var(--warning-light);border:1px solid #FDE68A;border-radius:var(--radius)}.dns-instruction-card p{font-size:13px;color:var(--text-secondary);margin-top:4px}.dns-instruction-card code{background:#0000000d}.overview-section{margin-bottom:24px}.overview-section__title{font-size:16px;font-weight:600;color:var(--text);margin-bottom:12px}.attention-list{display:flex;flex-direction:column;gap:12px}.attention-card{padding:16px 20px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);border-left:4px solid var(--border)}.attention-card--high{border-left-color:var(--error);background:var(--error-light)}.attention-card--medium{border-left-color:var(--warning);background:var(--warning-light)}.attention-card--empty{text-align:center;color:var(--text-muted)}.attention-card__header{display:flex;align-items:center;gap:8px;margin-bottom:6px}.attention-card__header strong{font-size:14px;font-weight:600;color:var(--text)}.attention-card__icon{font-size:16px}.attention-card__detail{font-size:13px;color:var(--text-secondary);margin-bottom:8px}.attention-card__items{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}.attention-card__sub-item{font-size:12px;padding:2px 8px;background:#0000000a;border-radius:var(--radius-full);color:var(--text-secondary)}.signal-kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px}.signal-kpi{padding:16px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);display:flex;flex-direction:column;gap:4px}.signal-kpi strong{font-size:24px;font-weight:700;color:var(--text);letter-spacing:-.02em;font-variant-numeric:tabular-nums}.signal-kpi span{font-size:12px;font-weight:500;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.campaign-summary-list{display:flex;flex-direction:column;gap:8px}.campaign-summary-card{padding:14px 16px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.campaign-summary-card__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.campaign-summary-card__header strong{font-size:14px;font-weight:600;color:var(--text)}.campaign-summary-card__stats{display:flex;gap:6px;font-size:13px;color:var(--text-secondary)}.funnel-list{display:flex;flex-direction:column;gap:12px}.funnel-step{display:flex;gap:12px;align-items:flex-start}.funnel-step__label{font-size:12px;font-weight:600;color:var(--text-muted);min-width:50px;padding-top:4px}.funnel-step__bars{flex:1;display:flex;flex-direction:column;gap:4px}.funnel-bar-group{display:flex;flex-direction:column;gap:2px}.funnel-bar-group span{font-size:11px;color:var(--text-secondary)}.funnel-bar-track{height:6px;background:#f5f5f4;border-radius:var(--radius-full);overflow:hidden}.funnel-bar{height:100%;border-radius:var(--radius-full)}.funnel-bar--sent{background:var(--text-muted)}.funnel-bar--opens{background:var(--primary)}.funnel-bar--clicks{background:var(--success)}.contact-leaderboard{display:flex;flex-direction:column;gap:0}.leaderboard-row{display:flex;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid var(--border)}.leaderboard-row:last-child{border-bottom:none}.leaderboard-rank{font-size:13px;font-weight:600;color:var(--text-muted);min-width:32px}.leaderboard-info{flex:1;min-width:0}.leaderboard-info strong{display:block;font-size:14px;font-weight:600;color:var(--text)}.leaderboard-info span{font-size:12px;color:var(--text-muted)}.leaderboard-stats{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--text-secondary);flex-shrink:0}.hour-chart{display:flex;align-items:flex-end;gap:2px;height:80px;padding-bottom:18px}.hour-bar-wrapper{flex:1;display:flex;flex-direction:column;align-items:center;height:100%;justify-content:flex-end}.hour-bar{width:100%;background:var(--primary);opacity:.7;border-radius:2px 2px 0 0;min-height:2px}.hour-bar-wrapper:hover .hour-bar{opacity:1}.hour-label{font-size:9px;color:var(--text-muted);margin-top:4px}.recent-clicks-list{display:flex;flex-direction:column}.recent-click-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:8px 0;border-bottom:1px solid var(--border);font-size:13px}.recent-click-row:last-child{border-bottom:none}.recent-click-row strong{font-weight:600;color:var(--text);display:block}.recent-click-row span{font-size:12px;color:var(--text-muted)}.recent-click-row>span{flex-shrink:0;font-size:12px;color:var(--text-muted)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--border-focus)}@media(max-width:1100px){.main-grid,.analytics-grid{grid-template-columns:1fr}.grid-three{grid-template-columns:1fr 1fr}}@media(max-width:860px){.workspace{grid-template-columns:1fr}.sidebar{position:relative;width:100%;border-right:none;border-bottom:1px solid var(--border)}.main{margin-left:0;padding:16px}.links-layout{flex-direction:column}.detail-panel{width:100%;position:static;max-height:none}.grid-two,.grid-three{grid-template-columns:1fr}.table__head--links,.table__head--links+.table__row,.table__row{grid-template-columns:1fr;gap:4px}}
