:root{--bg: #0a1730;--bg-2: #0c1c3a;--surface: #12264c;--surface-2: #0f2044;--surface-3: #17305e;--line: rgba(150, 180, 226, .14);--line-strong: rgba(150, 180, 226, .26);--ink: #eef4ff;--muted: #9fb4d6;--muted-2: #7286aa;--ink-soft: rgba(233, 240, 255, .66);--ink-line: rgba(255, 255, 255, .1);--brand: #3f83e8;--brand-2: #7cb0ff;--ok: #2ad19a;--danger: #ff6d6d;--warn: #f6b93b;--scheduled: #78a9ff;--brand-tint: rgba(63, 131, 232, .18);--ok-tint: rgba(42, 209, 154, .16);--danger-tint: rgba(255, 109, 109, .16);--warn-tint: rgba(246, 185, 59, .16);--scheduled-tint: rgba(120, 169, 255, .16);--neutral-tint: rgba(150, 180, 226, .13);--radius: 14px;--radius-sm: 9px;--shadow: 0 1px 2px rgba(0, 0, 0, .25), 0 10px 30px rgba(2, 8, 20, .35);--shadow-lg: 0 18px 50px rgba(2, 8, 20, .6);--font-display: "Space Grotesk", "Segoe UI", system-ui, sans-serif;--font-ui: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono: "Space Mono", ui-monospace, "SF Mono", "Cascadia Code", Menlo, monospace;--sidebar-w: 256px}*{box-sizing:border-box}html,body{height:100%}body{margin:0;background:radial-gradient(1100px 620px at 100% -8%,rgba(63,131,232,.14),transparent 60%),radial-gradient(900px 500px at -5% 0%,rgba(42,209,154,.06),transparent 55%),var(--bg);background-attachment:fixed;color:var(--ink);font-family:var(--font-ui);font-size:14.5px;line-height:1.55;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:var(--brand-2);text-decoration:none}.mono,td.mono{font-family:var(--font-mono);font-variant-numeric:tabular-nums;letter-spacing:-.02em}h1,h2,h3,h4{font-family:var(--font-display);color:var(--ink)}button{font:inherit;font-weight:500;cursor:pointer;border:1px solid var(--line-strong);background:var(--surface-3);color:var(--ink);border-radius:var(--radius-sm);padding:8px 13px;display:inline-flex;align-items:center;gap:6px;transition:background .12s ease,border-color .12s ease,transform .06s ease}button:hover:not(:disabled){border-color:var(--brand);background:#1c3a6e}button:active:not(:disabled){transform:translateY(1px)}button.primary{background:var(--brand);border-color:var(--brand);color:#fff;font-weight:600}button.primary:hover:not(:disabled){background:#4f93f5;border-color:#4f93f5}button.danger{background:transparent;border-color:#ff6d6d80;color:var(--danger)}button.danger:hover:not(:disabled){background:var(--danger-tint);border-color:var(--danger)}button.ghost{border-color:transparent;background:transparent;padding:7px 9px;color:var(--muted)}button.ghost:hover:not(:disabled){background:var(--neutral-tint);border-color:transparent;color:var(--ink)}button svg{width:15px;height:15px;flex-shrink:0}button.icon{padding:6px;width:32px;height:32px;justify-content:center}button.sm{padding:6px 10px;font-size:12.5px}button:disabled{opacity:.4;cursor:not-allowed}button:focus-visible,a:focus-visible{outline:2px solid var(--brand-2);outline-offset:2px}input,select{font:inherit;padding:9px 11px;border:1px solid var(--line-strong);border-radius:var(--radius-sm);background:var(--surface-2);color:var(--ink);transition:border-color .12s ease,box-shadow .12s ease}select option{background:#0f2044;color:var(--ink)}input::placeholder{color:var(--muted-2)}input:focus,select:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px #3f83e840}.app{display:flex;min-height:100vh}.sidebar{width:var(--sidebar-w);flex-shrink:0;position:sticky;top:0;height:100vh;background:linear-gradient(180deg,#08122a,#0a1834);color:#fff;padding:22px 16px 18px;display:flex;flex-direction:column;gap:3px;border-right:1px solid var(--line)}.sidebar .brand{display:flex;align-items:center;gap:11px;padding:2px 6px 22px}.sidebar .brand .mark{width:36px;height:36px;border-radius:10px;background:linear-gradient(150deg,var(--brand-2),var(--brand));display:grid;place-items:center;color:#fff;flex-shrink:0;box-shadow:0 4px 14px #3f83e866}.sidebar .brand .name{font-family:var(--font-display);font-weight:600;font-size:15.5px;letter-spacing:-.01em}.sidebar .brand .sub{display:block;font-family:var(--font-mono);font-weight:400;color:var(--ink-soft);font-size:10.5px;letter-spacing:.02em;margin-top:1px}.nav{display:flex;flex-direction:column;gap:3px;margin-top:4px}.nav-div{height:1px;background:var(--line);margin:11px 10px}.sidebar a{color:#e9f0ffcc;padding:9px 12px;border-radius:10px;display:flex;align-items:center;gap:13px;position:relative;transition:background .12s ease,color .12s ease}.sidebar a svg{width:19px;height:19px;opacity:.75;flex-shrink:0}.sidebar a .label{flex:1;display:flex;flex-direction:column;line-height:1.25;min-width:0}.sidebar a .nav-name{font-size:13.5px;font-weight:600}.sidebar a .nav-hint{font-size:10.5px;font-weight:400;color:var(--ink-soft);margin-top:1px}.sidebar a:hover{background:#7cb0ff14;color:#fff}.sidebar a:hover svg{opacity:1}.sidebar a.active{background:#3f83e82e;color:#fff}.sidebar a.active svg{opacity:1;color:var(--brand-2)}.sidebar a.active .nav-hint{color:#7cb0ffd9}.sidebar a.active:before{content:"";position:absolute;left:-16px;top:9px;bottom:9px;width:3px;border-radius:0 3px 3px 0;background:var(--brand-2)}.sidebar .spacer{flex:1}.badge{background:var(--danger);color:#2a0b0b;border-radius:999px;font-family:var(--font-mono);font-size:11px;min-width:20px;height:20px;padding:0 6px;display:inline-flex;align-items:center;justify-content:center;font-weight:700}.side-foot{margin-top:8px;padding-top:14px;border-top:1px solid var(--line);display:flex;align-items:center;gap:10px}.side-foot .who{flex:1;min-width:0}.side-foot .who b{font-size:13.5px;font-weight:600;display:block}.side-foot .who small{color:var(--ink-soft);font-size:11px}.side-foot button.logout{background:transparent;border-color:var(--line-strong);color:#fff;padding:8px}.side-foot button.logout:hover:not(:disabled){background:#ffffff14}.live{display:inline-flex;align-items:center;gap:7px;font-family:var(--font-mono);font-size:10.5px;letter-spacing:.04em;color:var(--ink-soft);padding:0 6px 12px}.live .dot{width:7px;height:7px;border-radius:50%;background:var(--ok);animation:pulse 2.4s infinite}@keyframes pulse{0%{box-shadow:0 0 #2ad19a80}70%{box-shadow:0 0 0 7px #2ad19a00}to{box-shadow:0 0 #2ad19a00}}.content{flex:1;min-width:0;padding:32px 36px 52px}.content-inner{max-width:1200px;margin:0 auto}.page-head{margin-bottom:26px}.eyebrow{font-family:var(--font-mono);font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--brand-2);margin:0 0 7px}h1{font-size:28px;font-weight:600;letter-spacing:-.02em;margin:0}.page-head .lead{color:var(--muted);margin:8px 0 0;font-size:14.5px;max-width:64ch}.section-head{display:flex;align-items:baseline;justify-content:space-between;gap:14px;margin:0 0 16px}h3{font-size:16.5px;font-weight:600;letter-spacing:-.01em;margin:0}h4{font-size:13px;font-weight:600;margin:18px 0 8px;letter-spacing:.01em;color:var(--muted);text-transform:uppercase}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:22px;margin-bottom:22px;box-shadow:var(--shadow)}.card.flush{padding:0;overflow:hidden}.card-head{padding:16px 22px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:12px}.row{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.actions{display:flex;gap:7px;align-items:center}.muted{color:var(--muted)}.err{color:var(--danger);font-weight:500}.ok-text{color:var(--ok);font-weight:500}.spread{display:flex;align-items:center;justify-content:space-between;gap:14px}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:22px}.metric{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:18px 20px 17px;box-shadow:var(--shadow)}.metric-top{display:flex;align-items:center;gap:10px}.metric-ic{width:34px;height:34px;border-radius:10px;flex-shrink:0;background:#96b4e21f;color:var(--muted);display:grid;place-items:center}.metric-ic svg{width:17px;height:17px}.metric-label{font-size:12.5px;font-weight:600;color:var(--muted)}.metric .n{font-family:var(--font-display);font-variant-numeric:tabular-nums;font-size:36px;font-weight:600;line-height:1;margin-top:15px;color:var(--ink);letter-spacing:-.02em}.metric .n-sub{font-size:17px;color:var(--muted-2);font-weight:500}.metric .hint{color:var(--muted);font-size:12.5px;margin-top:7px}.metric.good .metric-ic{background:var(--ok-tint);color:var(--ok)}.metric.good .n{color:var(--ok)}.metric.warn .metric-ic{background:var(--warn-tint);color:var(--warn)}.metric.warn .n{color:var(--warn)}.metric.alert .metric-ic{background:var(--danger-tint);color:var(--danger)}.metric.alert .n{color:var(--danger)}.grid-5{grid-template-columns:repeat(5,1fr)}@media (max-width: 1100px){.grid-5{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}}.cols-2{display:grid;grid-template-columns:1.6fr 1fr;gap:22px;margin-bottom:22px;align-items:start}@media (max-width: 900px){.cols-2{grid-template-columns:1fr}}.stack{display:flex;flex-direction:column;gap:22px}.link-more{font-size:12.5px;font-weight:600;color:var(--brand-2);white-space:nowrap}.link-more:hover{text-decoration:underline}.feed{list-style:none;margin:0;padding:0}.feed li{display:flex;align-items:center;gap:12px;padding:13px 22px;border-bottom:1px solid var(--line)}.feed li:last-child{border-bottom:none}.feed li:hover{background:var(--surface-2)}.feed .sm-av{width:36px;height:36px;border-radius:10px;font-size:13px}.feed-main{flex:1;min-width:0}.feed-top{display:flex;align-items:center;gap:9px;flex-wrap:wrap}.feed-sub{font-size:12.5px;color:var(--muted)}.feed-reason{font-size:12.5px;color:var(--danger);margin-top:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.feed-when{font-size:12px;color:var(--muted);white-space:nowrap}.ok-empty{color:var(--ok)}.ok-empty svg{color:var(--ok);opacity:.85}.rr-next{display:flex;align-items:center;gap:13px;padding-bottom:16px;border-bottom:1px solid var(--line)}.rr-mini-stat{margin-left:auto;text-align:right}.rr-mini-stat .v{font-size:22px;font-weight:700;line-height:1;color:var(--ink)}.rr-mini-stat .k{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-top:3px}.dist{margin-top:16px}.dist-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin-bottom:12px;color:var(--muted)}.dist-row{display:flex;align-items:center;gap:10px;margin-bottom:10px}.dist-name{width:76px;font-size:12.5px;font-weight:500;flex-shrink:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dist-bar{flex:1;height:8px;background:var(--surface-2);border-radius:999px;overflow:hidden}.dist-bar span{display:block;height:100%;border-radius:999px;transition:width .3s ease}.dist-n{width:26px;text-align:right;font-size:12.5px;color:var(--muted);font-family:var(--font-mono)}.journey{display:flex;flex-direction:column}.jrow{display:grid;grid-template-columns:240px 1fr 48px;align-items:center;gap:20px;padding:12px 0;border-top:1px solid var(--line)}.jrow:first-child{border-top:none}.jhead{display:flex;align-items:center;gap:12px;min-width:0}.jstep{width:27px;height:27px;border-radius:8px;flex-shrink:0;background:var(--surface-2);color:var(--muted-2);font-family:var(--font-mono);font-weight:700;font-size:12px;display:grid;place-items:center}.jrow.has .jstep{background:var(--brand-tint);color:var(--brand-2)}.jtext{min-width:0;display:flex;flex-direction:column}.jname{font-size:14px;font-weight:600;color:var(--ink)}.jwhen{font-size:11.5px;color:var(--muted);margin-top:1px}.jbar{height:8px;background:var(--surface-2);border-radius:999px;overflow:hidden}.jbar span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--brand),var(--brand-2));transition:width .5s cubic-bezier(.2,.8,.2,1)}.jn{font-family:var(--font-mono);font-size:17px;font-weight:700;color:var(--ink);text-align:right}.jrow:not(.has) .jn{color:var(--muted-2)}@media (max-width: 620px){.jrow{grid-template-columns:1fr auto;gap:6px 14px}.jbar{grid-column:1 / -1}}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse}thead th{color:var(--muted);font-weight:700;font-size:10.5px;text-transform:uppercase;letter-spacing:.07em;padding:13px 16px;text-align:left;white-space:nowrap;background:var(--surface-2);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:2}tbody td{padding:13px 16px;border-bottom:1px solid var(--line);font-size:14px;vertical-align:middle;color:var(--ink)}tbody tr:last-child td{border-bottom:none}tbody tr{transition:background .1s ease}tbody tr:hover{background:var(--surface-2)}td.mono{color:var(--muted);font-size:12.5px}.when-rel{display:inline-block;margin-left:8px;font-family:var(--font-ui);font-size:11px;font-weight:600;color:var(--brand-2);background:var(--brand-tint);border-radius:6px;padding:1px 7px;letter-spacing:0}.cell-empty{color:var(--muted-2)}.table-foot{display:flex;align-items:center;justify-content:space-between;padding:13px 16px;border-top:1px solid var(--line);background:var(--surface-2)}.count{font-family:var(--font-mono);font-size:12px;color:var(--muted)}.pager{display:flex;align-items:center;gap:4px}.pager .pg{font-family:var(--font-mono);font-size:12px;color:var(--muted);padding:0 10px}.empty{padding:46px 20px;text-align:center;color:var(--muted)}.empty svg{width:34px;height:34px;opacity:.5;margin-bottom:10px}.empty p{margin:0}.pill{display:inline-flex;align-items:center;gap:6px;padding:3px 10px 3px 8px;border-radius:999px;font-size:11.5px;font-weight:600;white-space:nowrap;border:1px solid transparent}.pill:before{content:"";width:7px;height:7px;border-radius:50%;background:currentColor}.pill.SCHEDULED{background:var(--scheduled-tint);color:var(--scheduled)}.pill.QUEUED{background:var(--warn-tint);color:var(--warn)}.pill.SENT,.pill.SUCCESS{background:var(--ok-tint);color:var(--ok)}.pill.FAILED,.pill.ERROR{background:var(--danger-tint);color:var(--danger)}.pill.CANCELED,.pill.SKIPPED{background:var(--neutral-tint);color:var(--muted)}.pill.PROCESSING,.pill.PENDING_PHONE{background:var(--warn-tint);color:var(--warn)}.tag{display:inline-flex;align-items:center;gap:5px;font-family:var(--font-mono);font-size:11px;font-weight:700;padding:2px 8px;border-radius:6px;letter-spacing:.01em}.tag.type{background:var(--brand-tint);color:var(--brand-2)}.tag.forced{background:var(--warn-tint);color:var(--warn)}.next-card{display:flex;align-items:center;gap:18px;background:linear-gradient(120deg,#12295a,#0e2f66);color:#fff;border:1px solid var(--line-strong);overflow:hidden;position:relative}.next-card:after{content:"";position:absolute;right:-40px;top:-40px;width:220px;height:220px;background:radial-gradient(circle,rgba(63,131,232,.4),transparent 70%)}.next-card .eyebrow{color:var(--brand-2);margin-bottom:4px}.next-card .who{font-family:var(--font-display);font-size:26px;font-weight:600;letter-spacing:-.01em;color:#fff}.next-card .rr-stats{margin-left:auto;display:flex;gap:26px;position:relative}.rr-stat .k{font-family:var(--font-mono);font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:var(--ink-soft)}.rr-stat .v{font-family:var(--font-mono);font-size:20px;font-weight:700;margin-top:3px;color:#fff}.avatar{width:42px;height:42px;border-radius:12px;flex-shrink:0;display:grid;place-items:center;font-family:var(--font-display);font-weight:600;font-size:16px;color:#fff}.avatar.lg{width:58px;height:58px;border-radius:15px;font-size:21px}.avatar.off{background:var(--neutral-tint)!important;color:var(--muted-2)}.roster td{vertical-align:middle}.roster .seller{display:flex;align-items:center;gap:12px}.roster .seller b{font-weight:600;font-size:14.5px;color:var(--ink)}.reorder{display:inline-flex;flex-direction:column;gap:2px}.reorder button{padding:2px;width:26px;height:20px;border-radius:6px}.reorder button svg{width:13px;height:13px}.ord-num{font-family:var(--font-mono);font-weight:700;color:var(--muted-2);font-size:13px;width:20px;display:inline-block;text-align:center}.switch{display:inline-flex;align-items:center;gap:9px;cursor:pointer;-webkit-user-select:none;user-select:none}.switch input{position:absolute;opacity:0;pointer-events:none}.switch .slider{width:40px;height:22px;border-radius:999px;background:var(--line-strong);position:relative;transition:background .15s ease;flex-shrink:0}.switch .slider:after{content:"";position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 1px 2px #0000004d;transition:transform .15s ease}.switch input:checked+.slider{background:var(--ok)}.switch input:checked+.slider:after{transform:translate(18px)}.switch input:focus-visible+.slider{outline:2px solid var(--brand-2);outline-offset:2px}.switch .txt{font-size:12.5px;font-weight:500;color:var(--muted)}.note{display:flex;gap:10px;align-items:flex-start;background:var(--warn-tint);border:1px solid rgba(246,185,59,.35);border-radius:var(--radius-sm);padding:12px 14px;margin-top:14px;font-size:12.5px;color:#f3c877}.note svg{width:16px;height:16px;flex-shrink:0;margin-top:1px;color:var(--warn)}.disclosure-btn{margin-bottom:20px}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;align-items:end}.field label{display:block;font-size:11px;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:5px}.field input{width:100%}.toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%);background:var(--surface-3);color:var(--ink);border:1px solid var(--line-strong);padding:12px 18px;border-radius:999px;box-shadow:var(--shadow-lg);font-size:13.5px;font-weight:500;z-index:80;display:flex;align-items:center;gap:9px;animation:rise .2s ease}.toast svg{width:16px;height:16px;color:var(--ok)}@keyframes rise{0%{opacity:0;transform:translate(-50%,8px)}to{opacity:1;transform:translate(-50%)}}.login-wrap{display:grid;grid-template-columns:1fr 1fr;min-height:100vh}.login-brand{background:radial-gradient(700px 420px at 25% 20%,rgba(63,131,232,.3),transparent 60%),radial-gradient(600px 400px at 80% 90%,rgba(42,209,154,.12),transparent 60%),linear-gradient(160deg,#0a1834,#08122a);color:#fff;padding:56px;display:flex;flex-direction:column;justify-content:space-between;border-right:1px solid var(--line)}.login-brand .mark{width:46px;height:46px;border-radius:13px;background:linear-gradient(150deg,var(--brand-2),var(--brand));display:grid;place-items:center;box-shadow:0 6px 20px #3f83e873}.login-brand .mark svg{width:23px;height:23px}.sidebar .brand .mark svg{width:18px;height:18px}.modal-head h3 svg{width:18px;height:18px;color:var(--brand-2)}.login-brand h2{font-size:36px;font-weight:600;letter-spacing:-.02em;line-height:1.12;margin:0 0 14px;max-width:13ch}.login-brand p{color:var(--ink-soft);max-width:42ch;margin:0;font-size:15px}.login-brand .foot{font-family:var(--font-mono);font-size:11px;color:var(--ink-soft);letter-spacing:.03em}.login-brand .pipeline{display:flex;gap:8px;margin-top:24px;flex-wrap:wrap}.login-brand .chip{font-family:var(--font-mono);font-size:11px;padding:5px 11px;border-radius:999px;border:1px solid var(--line-strong);color:var(--ink-soft);background:#ffffff08}.login-panel{display:grid;place-items:center;padding:40px;background:var(--bg)}.login-form{width:100%;max-width:340px}.login-form h1{font-size:23px;margin-bottom:4px}.login-form .lead{color:var(--muted);margin:0 0 26px;font-size:14px}.login-form label{display:block;font-size:11px;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.05em;margin:16px 0 6px}.login-form input{width:100%}.login-form button.primary{width:100%;justify-content:center;margin-top:24px;padding:12px}@media (max-width: 820px){.login-wrap{grid-template-columns:1fr}.login-brand{display:none}}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#040a16ad;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:20px;z-index:60;animation:fade .15s ease}@keyframes fade{0%{opacity:0}to{opacity:1}}.modal{background:var(--surface);border:1px solid var(--line-strong);border-radius:16px;width:100%;max-width:500px;max-height:88vh;overflow:auto;box-shadow:var(--shadow-lg);animation:pop .18s cubic-bezier(.2,.8,.2,1)}@keyframes pop{0%{opacity:0;transform:scale(.97) translateY(6px)}to{opacity:1;transform:none}}.modal-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 20px;border-bottom:1px solid var(--line)}.modal-head h3{display:flex;align-items:center;gap:9px}.modal-body{padding:20px}.meta-line{display:flex;flex-wrap:wrap;gap:8px 14px;align-items:center;font-family:var(--font-mono);font-size:12px;color:var(--muted);margin-bottom:16px}.chat{background:linear-gradient(#0b141aeb,#0b141aeb),repeating-linear-gradient(45deg,#14232c 0,#14232c 12px,#16262f 12px,#16262f 24px);border-radius:12px;padding:20px 16px;display:flex;justify-content:flex-end}.bubble{background:#005c4b;color:#e9edef;border-radius:12px 12px 3px;padding:9px 12px 7px;max-width:84%;box-shadow:0 1px 1px #00000040;position:relative;font-size:14px;line-height:1.45}.bubble .text{white-space:pre-wrap;word-break:break-word}.bubble .meta{display:flex;align-items:center;justify-content:flex-end;gap:4px;margin-top:3px;font-size:10.5px;color:#b8c4c9;font-family:var(--font-mono)}.bubble .meta svg{width:15px;height:15px;color:#53bdeb}.chat.pending{justify-content:center}.chat.pending .placeholder{color:var(--muted);font-size:13px;text-align:center;padding:8px}.detail-box{background:var(--surface-2);border:1px solid var(--line);border-radius:var(--radius-sm);padding:12px 14px;font-size:13px;color:var(--ink)}.audit td{padding:9px 12px;font-size:12.5px;color:var(--ink)}.audit td:first-child{white-space:nowrap;color:var(--muted);font-family:var(--font-mono);font-size:11.5px}.audit .actor{color:var(--muted-2);font-family:var(--font-mono);font-size:11px}.skeleton{background:linear-gradient(90deg,var(--surface-2) 25%,var(--surface-3) 50%,var(--surface-2) 75%);background-size:200% 100%;animation:shimmer 1.3s infinite;border-radius:8px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.load-line{height:14px;margin:8px 0}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.001ms!important;transition-duration:.001ms!important}}@media (max-width: 720px){.sidebar{position:fixed;z-index:40;transform:translate(-100%)}.content{padding:20px 16px 40px}.next-card{flex-wrap:wrap}.next-card .rr-stats{margin-left:0;width:100%}}
