:root{font-family:Manrope,Segoe UI,sans-serif;text-rendering:optimizeLegibility;font-synthesis:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--background: #f6f7fb;--background-elevated: #ffffff;--background-muted: #eef1f7;--background-accent: linear-gradient(180deg, #ffffff 0%, #f5f7fc 100%);--foreground: #0f172a;--muted-foreground: #5b6478;--subtle-foreground: #7b8499;--border: rgba(15, 23, 42, .08);--border-strong: rgba(15, 23, 42, .14);--primary: #2563eb;--primary-foreground: #ffffff;--secondary: #eff4ff;--secondary-foreground: #1544b8;--accent: #f97316;--brand-orange: #f97316;--accent-soft: rgba(249, 115, 22, .12);--success: #0f9f6e;--success-soft: rgba(15, 159, 110, .12);--warning: #d97706;--warning-soft: rgba(217, 119, 6, .14);--danger: #dc2626;--danger-soft: rgba(220, 38, 38, .12);--shadow-lg: 0 24px 60px rgba(15, 23, 42, .08);--shadow-md: 0 14px 32px rgba(15, 23, 42, .06);--shadow-sm: 0 8px 18px rgba(15, 23, 42, .05);--motion-ease: cubic-bezier(.2, 0, 0, 1);--motion-quick: .16s;--motion-medium: .26s;--radius-xl: 28px;--radius-lg: 22px;--radius-md: 16px;--radius-sm: 12px}:root[data-theme=dark]{--background: #08111f;--background-elevated: #0f1a2d;--background-muted: #132138;--background-accent: linear-gradient(180deg, #101d32 0%, #0c1628 100%);--foreground: #f8fafc;--muted-foreground: #a6b0c3;--subtle-foreground: #7f8aa1;--border: rgba(148, 163, 184, .14);--border-strong: rgba(148, 163, 184, .22);--primary: #60a5fa;--primary-foreground: #08111f;--secondary: rgba(96, 165, 250, .12);--secondary-foreground: #dbeafe;--accent: #fb923c;--brand-orange: #fb923c;--accent-soft: rgba(251, 146, 60, .18);--success: #34d399;--success-soft: rgba(52, 211, 153, .16);--warning: #fbbf24;--warning-soft: rgba(251, 191, 36, .16);--danger: #f87171;--danger-soft: rgba(248, 113, 113, .16);--shadow-lg: 0 28px 68px rgba(0, 0, 0, .34);--shadow-md: 0 18px 42px rgba(0, 0, 0, .24)}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;background:radial-gradient(circle at top left,rgba(37,99,235,.08),transparent 32%),radial-gradient(circle at right 15%,rgba(249,115,22,.08),transparent 24%),var(--background);color:var(--foreground)}body,button,input,select,textarea{font:inherit}a{color:inherit;text-decoration:none}button{cursor:pointer}h1,h2,h3,strong{font-family:Space Grotesk,Manrope,sans-serif}p{margin:0}.section-kicker,.field-label{display:inline-flex;align-items:center;gap:6px;font-size:.73rem;font-weight:800;line-height:1;letter-spacing:.14em;text-transform:uppercase;color:var(--accent)}.muted-copy{color:var(--muted-foreground)}.error-copy{color:var(--danger)}.auth-layout{min-height:100vh;display:grid;place-items:center;padding:40px}.auth-card{width:min(520px,100%)}.auth-card-content{display:grid;gap:18px}.ui-card{border:1px solid var(--border);background:var(--background-accent);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg)}.ui-card-header{display:grid;gap:10px;padding:24px 24px 0}.ui-card-title{margin:0;font-size:1.2rem;line-height:1.15}.ui-card-description{color:var(--muted-foreground);line-height:1.6}.ui-card-content{padding:24px}.ui-button{border:1px solid transparent;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:700;position:relative;overflow:hidden;isolation:isolate;transition-property:transform,background-color,border-color,color,box-shadow,opacity;transition-duration:var(--motion-quick);transition-timing-function:var(--motion-ease)}.ui-button:hover{transform:translateY(-1px)}.ui-button:active:not(:disabled):not(.ui-button-static){transform:translateY(0) scale(.96)}.ui-button:disabled{opacity:.55;cursor:not-allowed;transform:none}.ui-button[data-pending=true]{opacity:.84;cursor:progress}.ui-button[data-pending=true]:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(110deg,transparent 0%,rgba(255,255,255,.22) 42%,transparent 72%);transform:translate(-120%);animation:pending-sheen 1.45s var(--motion-ease) infinite}.ui-button-sm{min-height:40px;padding:0 14px}.ui-button-md{min-height:46px;padding:0 18px}.ui-button-lg{min-height:52px;padding:0 22px}.ui-button-icon{width:42px;height:42px;padding:0}.ui-button-primary{background:var(--primary);color:var(--primary-foreground);box-shadow:inset 0 1px #fff3}.ui-button-secondary{background:var(--secondary);color:var(--secondary-foreground)}.ui-button-ghost{background:transparent;color:var(--foreground);border-color:var(--border)}.ui-button-subtle{background:var(--background-muted);color:var(--foreground);border-color:var(--border)}.ui-button-danger{background:var(--danger-soft);color:var(--danger);border-color:transparent}.ui-input{width:100%;min-height:48px;border-radius:16px;border:1px solid var(--border);background:var(--background-elevated);color:var(--foreground);padding:0 16px;outline:none;transition:border-color .18s ease,box-shadow .18s ease}.ui-input:focus{border-color:#2563eb61;box-shadow:0 0 0 4px #2563eb1f}.ui-select{-webkit-appearance:none;-moz-appearance:none;appearance:none}.ui-badge{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 12px;border-radius:999px;font-size:.78rem;font-weight:700}.ui-badge-neutral{background:var(--background-muted);color:var(--muted-foreground)}.ui-badge-success{background:var(--success-soft);color:var(--success)}.ui-badge-warning{background:var(--warning-soft);color:var(--warning)}.ui-badge-danger{background:var(--danger-soft);color:var(--danger)}.ui-badge-outline{background:transparent;color:var(--foreground);border:1px solid var(--border)}.ui-tabs-list{display:flex;gap:10px}.ui-tabs-trigger{border:1px solid var(--border);background:transparent;color:var(--muted-foreground);border-radius:18px;min-height:48px;padding:0 16px;display:inline-flex;align-items:center;gap:10px;font-weight:700}.ui-tabs-trigger[data-state=active]{color:var(--foreground);background:var(--background-elevated);border-color:var(--border-strong);box-shadow:var(--shadow-md)}.ui-tabs-content{margin-top:24px}.ui-switch{width:56px;height:32px;border-radius:999px;border:1px solid var(--border);background:var(--background-muted);position:relative;padding:3px}.ui-switch[data-state=checked]{background:#2563eb38;border-color:#2563eb47}.ui-switch-thumb{display:block;width:24px;height:24px;border-radius:999px;background:#fff;box-shadow:0 4px 12px #0f172a2e;transition:transform .18s ease}.ui-switch[data-state=checked] .ui-switch-thumb{transform:translate(24px)}.ui-separator{width:100%;height:1px;background:var(--border)}.ui-separator-vertical{width:1px;height:100%}.ui-scroll-area{width:100%;height:100%;overflow:hidden}.ui-scroll-area-viewport{width:100%;height:100%}.ui-scrollbar{display:flex;-webkit-user-select:none;user-select:none;touch-action:none;padding:2px;transition:background .18s ease}.ui-scrollbar-y{width:12px}.ui-scrollbar-x{height:12px;flex-direction:column}.ui-scrollbar-thumb{flex:1;border-radius:999px;background:color-mix(in srgb,var(--subtle-foreground) 32%,transparent 68%)}.ui-scroll-area-corner{background:transparent}.ui-modal-shell{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;display:grid;place-items:center;padding:28px}.ui-modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#040a14ad;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.ui-modal-card{position:relative;z-index:1;width:min(1280px,calc(100vw - 56px));max-height:calc(100vh - 56px);border-radius:28px;border:1px solid var(--border);background:var(--background-elevated);box-shadow:var(--shadow-lg);overflow:hidden}.ui-modal-header{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:18px 22px;border-bottom:1px solid var(--border)}.ui-modal-title{margin:0;font-size:1.1rem}.ui-modal-close{width:40px;height:40px;border-radius:999px;border:1px solid var(--border);background:transparent;color:var(--foreground);display:grid;place-items:center}.ui-modal-body{padding:0}.workspace-shell{min-height:100vh;display:grid;grid-template-columns:290px minmax(0,1fr)}.workspace-rail{border-right:1px solid var(--border);background:color-mix(in srgb,var(--background) 76%,var(--background-elevated) 24%);padding:24px 18px 20px;display:flex;flex-direction:column;gap:20px;align-content:start}.workspace-rail-main{display:grid;gap:22px}.workspace-brand{display:flex;align-items:center;gap:14px}.brand-token{width:48px;height:48px;flex:0 0 48px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,var(--primary) 0%,var(--accent) 100%);color:#fff;font-weight:900;box-shadow:var(--shadow-md)}.workspace-nav{flex-direction:column;align-items:stretch;border:0;background:transparent}.workspace-nav-item{justify-content:flex-start;min-height:50px}.workspace-rail-footer{display:grid;gap:16px}.workspace-nav-footer{margin-top:0}.theme-row{border:1px solid var(--border);background:var(--background-elevated);border-radius:20px;padding:16px;display:flex;justify-content:space-between;align-items:center;gap:16px}.theme-switch{display:flex;align-items:center;gap:8px;color:var(--muted-foreground)}.workspace-main{padding:14px 24px 28px;display:grid;align-content:start;gap:16px;overflow:hidden}.workspace-topbar{display:flex;justify-content:space-between;align-items:flex-start;gap:18px}.workspace-topbar h1{margin:0 0 6px;font-size:2rem;line-height:1.02;letter-spacing:-.03em;max-width:900px}.topbar-copy{max-width:920px;color:var(--muted-foreground);line-height:1.5}.topbar-actions{display:flex;align-items:flex-start;gap:12px;position:relative}.notification-center{position:relative}.notification-bell{position:relative;box-shadow:var(--shadow-sm)}.notification-bell-badge{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:color-mix(in srgb,var(--danger) 80%,white 20%);color:#fff;font-size:.72rem;font-weight:700;display:grid;place-items:center}.notification-panel{position:fixed;top:86px;right:24px;width:min(420px,86vw);z-index:4200;box-shadow:var(--shadow-lg)}.notification-panel-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.notification-panel-content{padding-top:0}.notification-empty{padding:18px 0 8px;color:var(--muted-foreground)}.notification-list{display:grid;gap:10px;max-height:min(70vh,560px);overflow:auto}.notification-item{width:100%;text-align:left;border:1px solid var(--border);border-radius:18px;background:var(--card);padding:14px;display:grid;gap:10px;transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease}.notification-item:hover{border-color:color-mix(in srgb,var(--primary) 32%,var(--border) 68%);transform:translateY(-1px);box-shadow:var(--shadow-sm)}.notification-item.is-unread{background:color-mix(in srgb,var(--card) 86%,var(--background-muted) 14%)}.notification-item-head,.notification-toast-head{display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:0}.notification-item-head strong,.notification-toast-head strong{min-width:0;overflow:hidden;text-overflow:ellipsis}.notification-unread-dot{width:10px;height:10px;border-radius:999px;background:var(--primary);flex:0 0 auto}.notification-item-time{color:var(--muted-foreground);font-size:.78rem}.notification-markdown{display:grid;gap:6px;color:var(--foreground);min-width:0}.notification-markdown-row{margin:0;line-height:1.5;overflow-wrap:anywhere}.notification-markdown-list{display:grid;grid-template-columns:8px minmax(0,1fr);align-items:start;gap:8px}.notification-markdown-bullet{width:6px;height:6px;border-radius:999px;margin-top:9px;background:currentColor;opacity:.8}.notification-markdown code{display:inline-block;padding:2px 6px;border-radius:999px;background:var(--background-muted);font-size:.84rem}.notification-item-success,.notification-toast.notification-item-success{border-left:4px solid color-mix(in srgb,var(--success) 78%,white 22%)}.notification-item-warning,.notification-toast.notification-item-warning{border-left:4px solid color-mix(in srgb,var(--warning) 78%,white 22%)}.notification-item-error,.notification-toast.notification-item-error{border-left:4px solid color-mix(in srgb,var(--danger) 78%,white 22%)}.notification-item-info{border-left:4px solid color-mix(in srgb,var(--primary) 42%,white 58%)}.notification-log-panel{width:min(760px,calc(100vw - 338px))}.notification-log-panel-header{align-items:flex-start}.notification-panel-subtitle{margin:6px 0 0;color:var(--muted-foreground);font-size:.88rem}.notification-log-panel-content{display:grid;gap:14px}.notification-attention-list{display:grid;gap:8px;padding:12px;border-radius:18px;background:linear-gradient(135deg,color-mix(in srgb,var(--warning) 14%,transparent),transparent 68%),color-mix(in srgb,var(--background-muted) 70%,var(--card));box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--warning) 28%,transparent),0 10px 28px color-mix(in srgb,var(--foreground) 5%,transparent)}.notification-attention-heading{display:flex;align-items:center;gap:7px;min-height:24px;color:color-mix(in srgb,var(--warning) 74%,var(--foreground));font-size:.76rem;font-weight:850;text-transform:uppercase}.notification-attention-item{display:grid;grid-template-columns:minmax(0,1fr) 20px;align-items:center;gap:5px;width:100%;min-height:48px;padding:11px 12px;border:0;border-radius:12px;color:var(--foreground);background:color-mix(in srgb,var(--card) 94%,var(--warning) 6%);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--warning) 20%,var(--border));text-align:left;cursor:pointer;transition:transform .18s cubic-bezier(.2,0,0,1),box-shadow .18s cubic-bezier(.2,0,0,1),background-color .18s cubic-bezier(.2,0,0,1)}.notification-attention-copy{display:grid;gap:5px;min-width:0}.notification-attention-copy>strong{font-size:.9rem;line-height:1.3;text-wrap:balance}.notification-attention-item:hover{transform:translateY(-1px);background:color-mix(in srgb,var(--card) 88%,var(--warning) 12%);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--warning) 38%,var(--border)),0 8px 22px color-mix(in srgb,var(--foreground) 8%,transparent)}.notification-attention-item:active{transform:scale(.96)}.notification-attention-item:focus-visible{outline:2px solid color-mix(in srgb,var(--warning) 74%,var(--primary));outline-offset:2px}.notification-attention-item .notification-markdown{color:var(--muted-foreground);font-size:.82rem}.notification-log-tabs{display:flex;flex-wrap:wrap;gap:8px}.notification-log-toolbar{display:flex;justify-content:flex-start}.notification-log-filter{display:grid;gap:6px;color:var(--muted-foreground);font-size:.82rem}.notification-log-filter select{min-width:260px;border:1px solid var(--border);border-radius:14px;background:var(--card);padding:10px 12px;color:var(--foreground)}.notification-log-list{max-height:min(72vh,620px)}.notification-log-card{grid-template-columns:38px minmax(0,1fr);align-items:start;gap:12px;border-radius:16px;background:linear-gradient(90deg,color-mix(in srgb,var(--background-muted) 34%,transparent),transparent 52%),var(--card)}.notification-log-icon,.notification-toast-icon{display:inline-grid;place-items:center;border-radius:14px;color:var(--primary);background:color-mix(in srgb,var(--primary) 12%,var(--card));box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--primary) 22%,transparent)}.notification-log-icon{width:38px;height:38px}.notification-log-main{min-width:0;display:grid;gap:8px}.notification-log-head{align-items:flex-start}.notification-log-title-row{display:flex;flex-wrap:wrap;align-items:center;gap:8px;min-width:0}.notification-log-title-row strong{min-width:0;overflow-wrap:anywhere}.notification-log-meta-row{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.notification-log-chip{display:inline-flex;align-items:center;padding:3px 8px;border-radius:999px;background:var(--background-muted);color:var(--muted-foreground);font-size:.75rem;font-weight:600}.notification-log-chip-kind{color:var(--foreground);background:color-mix(in srgb,var(--primary) 12%,var(--background-muted))}.notification-log-tone{display:inline-flex;align-items:center;gap:5px;border-radius:999px;padding:4px 8px;font-size:.72rem;font-weight:800;color:var(--muted-foreground);background:var(--background-muted)}.notification-log-tone-success{color:color-mix(in srgb,var(--success) 76%,black 24%);background:color-mix(in srgb,var(--success) 14%,var(--card))}.notification-log-tone-warning{color:color-mix(in srgb,var(--warning) 78%,black 22%);background:color-mix(in srgb,var(--warning) 18%,var(--card))}.notification-log-tone-error{color:var(--danger);background:color-mix(in srgb,var(--danger) 12%,var(--card))}.notification-log-message{margin:0;line-height:1.5;white-space:pre-wrap;overflow-wrap:anywhere}.notification-log-details{display:flex;flex-wrap:wrap;gap:6px;color:var(--foreground);font-size:.82rem}.notification-log-details span{display:inline-flex;align-items:baseline;gap:5px;max-width:100%;padding:5px 8px;border-radius:10px;background:color-mix(in srgb,var(--background-muted) 84%,var(--card));overflow-wrap:anywhere}.notification-log-details small{color:var(--muted-foreground);font-size:.7rem;font-weight:800;text-transform:uppercase}.notification-event-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.notification-event-summary-card{min-width:0;border:1px solid var(--border);border-radius:16px;background:color-mix(in srgb,var(--background-muted) 54%,var(--card));padding:10px;display:grid;gap:6px;text-align:left;color:var(--foreground)}button.notification-event-summary-card{cursor:pointer;transition:border-color .18s ease,transform .18s ease,background .18s ease}button.notification-event-summary-card:hover{transform:translateY(-1px);border-color:color-mix(in srgb,var(--primary) 34%,var(--border));background:color-mix(in srgb,var(--primary) 9%,var(--card))}.notification-event-summary-card span{display:inline-flex;align-items:center;gap:6px;min-width:0;color:var(--muted-foreground);font-size:.72rem;font-weight:850;text-transform:uppercase}.notification-event-summary-card strong{font-size:1.25rem;line-height:1}.notification-event-summary-card.is-hot{border-color:color-mix(in srgb,var(--warning) 42%,var(--border));background:color-mix(in srgb,var(--warning) 12%,var(--card))}.notification-event-tabs{display:flex;flex-wrap:wrap;gap:8px}.notification-toast-viewport{position:fixed;top:auto;right:24px;bottom:24px;z-index:4300;display:grid;gap:10px;width:min(420px,calc(100vw - 32px));pointer-events:none}.notification-toast{pointer-events:auto;border:1px solid var(--border);border-radius:18px;background:var(--background-elevated);box-shadow:var(--shadow-lg);padding:14px 14px 12px;display:grid;gap:10px;opacity:1;-webkit-backdrop-filter:none;backdrop-filter:none;isolation:isolate}.notification-toast.is-actionable{cursor:pointer;transition:transform .18s cubic-bezier(.2,0,0,1),box-shadow .18s cubic-bezier(.2,0,0,1),border-color .18s cubic-bezier(.2,0,0,1)}.notification-toast.is-actionable:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--warning) 38%,var(--border));box-shadow:0 18px 48px color-mix(in srgb,var(--foreground) 14%,transparent),0 2px 8px color-mix(in srgb,var(--foreground) 8%,transparent)}.notification-toast.is-actionable:active{transform:scale(.96)}.notification-toast.is-actionable:focus-visible{outline:2px solid color-mix(in srgb,var(--warning) 68%,var(--primary));outline-offset:3px}.notification-toast-head{display:grid;grid-template-columns:34px minmax(0,1fr) 32px;align-items:start}.notification-toast-icon{width:34px;height:34px}.notification-toast-title{min-width:0;display:grid;gap:3px}.notification-toast-title span{display:inline-flex;align-items:center;gap:6px;min-width:0;color:var(--muted-foreground);font-size:.7rem;font-weight:850;text-transform:uppercase}.notification-toast-title strong{font-size:.98rem;line-height:1.25;overflow-wrap:anywhere}.notification-toast-compact{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.notification-toast-compact div{display:grid;gap:2px;min-width:0;padding:9px 10px;border-radius:14px;background:color-mix(in srgb,var(--background-muted) 72%,var(--card))}.notification-toast-compact div:first-child:last-child,.notification-toast-compact div:nth-child(3){grid-column:1 / -1}.notification-toast-compact .is-emphasis{background:color-mix(in srgb,var(--primary) 10%,var(--background-muted))}.notification-toast-compact span{color:var(--muted-foreground);font-size:.72rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.notification-toast-compact strong{color:var(--foreground);font-size:.94rem;line-height:1.25;overflow-wrap:anywhere}.notification-kind-ati .notification-log-icon,.notification-toast.notification-kind-cargo .notification-toast-icon{color:color-mix(in srgb,var(--primary) 80%,black 20%);background:color-mix(in srgb,var(--primary) 14%,var(--card))}.notification-kind-config .notification-log-icon,.notification-toast.notification-kind-config .notification-toast-icon{color:color-mix(in srgb,#6d5dfc 76%,black 24%);background:color-mix(in srgb,#6d5dfc 13%,var(--card));box-shadow:inset 0 0 0 1px color-mix(in srgb,#6d5dfc 24%,transparent)}.notification-kind-access .notification-log-icon,.notification-toast.notification-kind-access .notification-toast-icon{color:color-mix(in srgb,var(--warning) 78%,black 22%);background:color-mix(in srgb,var(--warning) 16%,var(--card));box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--warning) 24%,transparent)}.notification-kind-queue .notification-log-icon,.notification-toast.notification-kind-queue .notification-toast-icon{color:color-mix(in srgb,#0f9f8f 74%,black 26%);background:color-mix(in srgb,#0f9f8f 13%,var(--card));box-shadow:inset 0 0 0 1px color-mix(in srgb,#0f9f8f 24%,transparent)}.notification-kind-system .notification-log-icon,.notification-toast.notification-kind-system .notification-toast-icon{color:var(--muted-foreground);background:color-mix(in srgb,var(--background-muted) 76%,var(--card))}@media (prefers-reduced-motion: no-preference){.notification-toast{animation:notification-toast-enter .22s ease-out both}}@keyframes notification-toast-enter{0%{opacity:0;transform:translate3d(12px,8px,0) scale(.98)}to{opacity:1;transform:translateZ(0) scale(1)}}.user-panel-card{min-width:460px;max-width:min(620px,calc(100vw - 32px));box-shadow:var(--shadow-md)}.user-panel-card-warning{border-color:color-mix(in srgb,var(--warning) 48%,var(--border));box-shadow:0 18px 48px color-mix(in srgb,var(--warning) 18%,transparent)}.user-panel-card-clickable{cursor:pointer}.user-panel-content{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:center;padding:14px 16px}.user-panel-identity{display:flex;align-items:center;gap:12px;min-width:0}.user-panel-avatar{width:48px;height:48px;flex:0 0 48px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,var(--primary) 0%,color-mix(in srgb,var(--accent) 72%,white 28%) 100%);color:#fff;font-weight:800}.user-panel-copy{min-width:0;display:grid;gap:4px}.user-panel-copy strong{font-size:.98rem;line-height:1.2;white-space:normal;overflow-wrap:anywhere}.user-panel-copy span{color:var(--muted-foreground);white-space:normal;overflow-wrap:anywhere}.user-panel-actions{display:grid;grid-template-columns:minmax(170px,1fr) 38px;grid-template-rows:auto auto;align-items:stretch;column-gap:8px;row-gap:8px;width:216px}.user-panel-actions-warning{grid-template-columns:auto minmax(170px,1fr) 38px;width:auto}.user-panel-warning-icon{grid-column:1;grid-row:1;width:38px;height:38px;flex:0 0 38px;border-radius:12px;display:grid;place-items:center;background:var(--warning-soft);color:var(--warning)}.user-panel-status-block{grid-column:1;grid-row:1;min-width:0;width:100%;display:grid;justify-items:stretch}.user-panel-actions-warning .user-panel-status-block{grid-column:2}.user-panel-warning-copy{display:inline-flex;align-items:center;gap:6px;color:var(--warning);font-size:.78rem;font-weight:700}.user-panel-delete-ati{grid-column:1 / -1;grid-row:2;width:100%;min-width:0;min-height:32px;padding:0 12px;border-radius:999px;font-size:.72rem;justify-self:stretch;justify-content:center}.user-panel-delete-progress{grid-column:1 / -1;grid-row:2;display:grid;gap:7px;width:100%;min-height:46px;padding:8px 10px;border:1px solid color-mix(in srgb,var(--danger) 18%,var(--border));border-radius:14px;background:color-mix(in srgb,var(--danger-soft) 58%,var(--background-elevated));box-shadow:inset 0 1px #ffffffb8}.user-panel-delete-progress-head{display:flex;align-items:center;justify-content:space-between;gap:10px;color:var(--danger);font-size:.72rem;font-weight:900;line-height:1.1}.user-panel-delete-progress-head strong{color:var(--foreground);font-variant-numeric:tabular-nums}.user-panel-delete-progress-track{position:relative;height:7px;overflow:hidden;border-radius:999px;background:color-mix(in srgb,var(--danger) 12%,white)}.user-panel-delete-progress-track>span{position:absolute;inset:0 auto 0 0;width:max(8%,var(--progress, 0%));border-radius:inherit;background:linear-gradient(90deg,var(--danger),var(--brand-orange),var(--primary));transition:width .42s var(--motion-ease)}.user-panel-delete-progress-track>span:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.6),transparent);transform:translate(-100%);animation:progress-sheen 1.45s var(--motion-ease) infinite}.user-panel-actions-warning .user-panel-delete-ati,.user-panel-actions-warning .user-panel-delete-progress{grid-column:2 / 4}.user-panel-logout{grid-column:2;grid-row:1;width:38px;height:38px;flex:0 0 38px;justify-self:end}.user-panel-actions-warning .user-panel-logout{grid-column:3}.contact-status-switcher{width:100%;display:inline-flex;align-items:center;gap:0;padding:3px;border-radius:999px;border:1px solid var(--border);background:var(--background-muted);overflow:hidden}.contact-status-chip{flex:1 1 0;width:32px;height:32px;padding:0;border-radius:0;border:0;border-right:1px solid var(--border);background:transparent;color:var(--muted-foreground);display:inline-grid;place-items:center;transition:background-color .18s ease,color .18s ease,opacity .18s ease}.contact-status-chip:first-child{border-top-left-radius:999px;border-bottom-left-radius:999px}.contact-status-chip:last-child{border-right:0;border-top-right-radius:999px;border-bottom-right-radius:999px}.contact-status-chip.is-active.tone-active{background:var(--success-soft);color:var(--success)}.contact-status-chip.is-active.tone-pause{background:var(--warning-soft);color:var(--warning)}.contact-status-chip.is-active.tone-stop{background:var(--danger-soft);color:var(--danger)}.contact-status-chip:not(:disabled):hover{background:color-mix(in srgb,var(--background-elevated) 82%,transparent 18%)}.contact-status-chip:disabled{opacity:.6;cursor:not-allowed}.info-list,.bullet-list{display:grid;gap:14px}.info-list>div{display:grid;gap:6px}.info-list span{color:var(--subtle-foreground);font-size:.82rem;text-transform:uppercase;letter-spacing:.08em}.info-list strong{font-size:1rem;line-height:1.3}.role-row{display:flex;flex-wrap:wrap;gap:8px}.bullet-list>div{display:flex;align-items:flex-start;gap:10px;color:var(--muted-foreground);line-height:1.55}.workspace-stack{display:grid;gap:18px}.toolbar-header{display:flex;justify-content:space-between;align-items:flex-start;gap:20px}.metric-cluster{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:12px}.metric-pill{min-width:150px;border:1px solid var(--border);background:var(--background-elevated);border-radius:18px;padding:14px 16px;display:grid;gap:6px}.metric-pill span{color:var(--subtle-foreground);font-size:.76rem;text-transform:uppercase;letter-spacing:.08em}.metric-pill strong{font-size:1.35rem}.toolbar-body{display:grid;gap:18px}.toolbar-search{display:grid;grid-template-columns:minmax(0,1fr) 240px;gap:14px}.search-shell{position:relative;display:flex;align-items:center;color:var(--subtle-foreground)}.search-shell svg{position:absolute;left:16px;z-index:1}.search-input{padding-left:42px}.field-select{display:grid;gap:8px}.toolbar-footer{display:flex;justify-content:space-between;align-items:center;gap:16px}.chip-row{display:flex;flex-wrap:wrap;gap:10px}.chip{min-height:40px;padding:0 16px;border-radius:999px;border:1px solid var(--border);background:transparent;color:var(--muted-foreground);font-weight:700}.chip-active{background:var(--secondary);color:var(--secondary-foreground);border-color:transparent}.pagination-row{display:flex;align-items:center;gap:12px}.pagination-caption{color:var(--muted-foreground);min-width:132px;text-align:center}.cargo-feed{display:grid;gap:14px;padding-right:10px}.cargo-feed-shell{min-height:560px}.cargo-feed-header{padding-bottom:12px}.cargo-feed-content{padding-top:0}.cargo-feed-scroll{height:min(68vh,920px)}.cargo-card{border:1px solid var(--border);background:var(--background-elevated);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);overflow:hidden}.cargo-card-trigger{width:100%;border:0;background:transparent;color:inherit;padding:20px 22px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:flex-start;text-align:left}.cargo-card-main{display:grid;gap:14px;min-width:0}.cargo-route{display:flex;align-items:center;gap:10px;font-size:1.08rem}.cargo-meta-row{display:grid;grid-template-columns:auto auto minmax(140px,.9fr) minmax(240px,1.4fr) minmax(170px,auto) auto;gap:10px 14px;align-items:center;color:var(--muted-foreground);font-size:.92rem}.cargo-meta-inline{min-width:0}.cargo-meta-id,.cargo-meta-date{white-space:nowrap}.cargo-meta-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cargo-meta-price{justify-self:start}.cargo-meta-date{justify-self:end}.cargo-card-aside{display:flex;align-items:center;gap:10px}.cargo-meta-cluster{display:inline-flex;flex-direction:column;gap:6px;min-width:0}.cargo-meta-cluster-bodytypes{min-width:0;max-width:min(420px,100%)}.cargo-meta-caption{font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--subtle-foreground)}.cargo-chip-row{display:flex;flex-wrap:wrap;gap:6px}.cargo-chip{display:inline-flex;align-items:center;min-height:28px;padding:6px 10px;border-radius:999px;border:1px solid var(--border);background:color-mix(in srgb,var(--background-elevated) 94%,white 6%);color:var(--foreground);font-size:.82rem;font-weight:600;line-height:1}.cargo-chip-accent{background:color-mix(in srgb,var(--accent-soft) 72%,white 28%);border-color:color-mix(in srgb,var(--accent) 24%,var(--border) 76%);color:var(--accent)}.cargo-chip-muted{background:color-mix(in srgb,var(--muted) 72%,white 28%);color:var(--muted-foreground)}.cargo-chip-empty,.cargo-price-empty{color:var(--muted-foreground);font-size:.86rem}.cargo-price-stack{display:inline-flex;flex-direction:column;gap:4px;min-width:0}.cargo-price-stack-compact{padding:8px 10px;border:1px solid var(--border);border-radius:16px;background:color-mix(in srgb,var(--background-elevated) 96%,white 4%)}.cargo-price-row{display:flex;align-items:baseline;justify-content:space-between;gap:10px;white-space:nowrap}.cargo-price-row span{font-size:.74rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--subtle-foreground)}.cargo-price-row strong{color:var(--foreground);font-size:.9rem}.cargo-finance-block,.cargo-source-loading-block{display:grid;gap:8px}.chevron{color:var(--subtle-foreground);transition:transform .18s ease}.chevron-open{transform:rotate(180deg)}.cargo-card-body{padding:0 22px 22px}.spin{animation:spin .9s linear infinite}.activity-spinner{display:inline-flex;align-items:center;justify-content:center;gap:8px;color:inherit;font-weight:800;white-space:nowrap}.activity-spinner svg{flex:0 0 auto;animation:spin .9s linear infinite}.activity-spinner-xs svg{width:14px;height:14px}.activity-spinner-sm svg{width:16px;height:16px}.activity-spinner-md svg{width:20px;height:20px}.activity-spinner-lg svg{width:26px;height:26px}.query-activity{position:fixed;inset:0 0 auto;z-index:1000;pointer-events:none;opacity:0;transform:translateY(-3px);transition-property:opacity,transform;transition-duration:var(--motion-medium);transition-timing-function:var(--motion-ease)}.query-activity.is-visible{opacity:1;transform:translateY(0)}.query-activity-track{position:absolute;inset:0 0 auto;height:4.5px;overflow:hidden;background:color-mix(in srgb,var(--primary) 12%,transparent)}.query-activity-track:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;width:42%;border-radius:999px;background:linear-gradient(90deg,transparent,var(--primary),var(--accent),transparent);filter:drop-shadow(0 0 10px color-mix(in srgb,var(--primary) 46%,transparent));animation:query-activity-run 1.15s var(--motion-ease) infinite}.query-activity-track.is-mutating:before{background:linear-gradient(90deg,transparent,var(--accent),var(--primary),transparent)}.refresh-pill{min-height:30px;min-width:142px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 10px;border-radius:999px;border:1px solid color-mix(in srgb,var(--primary) 22%,var(--border));background:color-mix(in srgb,var(--secondary) 72%,var(--background-elevated));color:var(--secondary-foreground);box-shadow:inset 0 1px #ffffff47;font-size:.75rem;font-weight:900;line-height:1;white-space:nowrap;opacity:0;visibility:hidden;transform:translateY(-2px);transition-property:opacity,transform,visibility;transition-duration:var(--motion-medium);transition-timing-function:var(--motion-ease)}.refresh-pill.is-visible{opacity:1;visibility:visible;transform:translateY(0)}.refresh-pill-orbit{width:8px;height:8px;border-radius:999px;background:var(--primary);box-shadow:0 0 0 5px color-mix(in srgb,var(--primary) 12%,transparent);animation:refresh-pulse 1.2s ease-in-out infinite}.loading-skeleton{display:block;min-height:14px;overflow:hidden;position:relative;background:linear-gradient(90deg,var(--background-muted),color-mix(in srgb,var(--background-muted) 58%,var(--background-elevated)),var(--background-muted));background-size:220% 100%;animation:skeleton-shimmer 1.3s var(--motion-ease) infinite}.loading-skeleton-sm{border-radius:var(--radius-sm)}.loading-skeleton-md{border-radius:var(--radius-md)}.loading-skeleton-lg{border-radius:var(--radius-lg)}.loading-skeleton-pill{border-radius:999px}.loading-skeleton-text{display:grid;gap:8px;min-width:0}.loading-skeleton-text .loading-skeleton{width:100%;height:12px}.loading-skeleton-text .loading-skeleton.is-short{width:62%}.loading-skeleton-list{display:grid;gap:12px;width:100%}.loading-skeleton-row{display:grid;grid-template-columns:42px minmax(0,1fr) 92px;align-items:center;gap:14px;min-height:84px;padding:16px;border-radius:var(--radius-lg);border:1px solid var(--border);background:color-mix(in srgb,var(--background-elevated) 78%,transparent);box-shadow:var(--shadow-sm)}.loading-skeleton-list-table{gap:14px}.loading-skeleton-list-table .loading-skeleton-row{grid-template-columns:36px minmax(220px,1fr) minmax(132px,.28fr);min-height:94px;border-radius:var(--radius-lg);padding:18px}.loading-skeleton-list-compact .loading-skeleton-row{min-height:56px;padding:12px;grid-template-columns:30px minmax(0,1fr) 54px}.loading-skeleton-avatar{width:38px;height:38px}.loading-skeleton-list-table .loading-skeleton-avatar,.loading-skeleton-list-compact .loading-skeleton-avatar{width:28px;height:28px}.loading-skeleton-action{width:88px;height:28px;justify-self:end}.loading-skeleton-list-compact .loading-skeleton-action{width:48px;height:22px}.inline-loading-state{display:flex;align-items:center;gap:14px;padding:18px;border:1px solid color-mix(in srgb,var(--primary) 18%,var(--border));border-radius:var(--radius-lg);background:linear-gradient(135deg,color-mix(in srgb,var(--secondary) 64%,transparent),transparent),var(--background-elevated);box-shadow:var(--shadow-sm);color:var(--foreground)}.inline-loading-state-compact{padding:12px 14px;border-radius:var(--radius-md)}.inline-loading-icon{width:42px;height:42px;flex:0 0 42px;display:grid;place-items:center;border-radius:15px;background:color-mix(in srgb,var(--primary) 12%,var(--background-elevated));color:var(--primary)}.inline-loading-icon svg{animation:spin .9s linear infinite}.inline-loading-state strong,.inline-loading-state span{display:block}.inline-loading-state strong{font-size:.95rem}.inline-loading-state span{margin-top:3px;color:var(--muted-foreground);line-height:1.45}.busy-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;display:grid;place-items:center;border-radius:inherit;background:color-mix(in srgb,var(--background-elevated) 76%,transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pending-sheen{to{transform:translate(120%)}}@keyframes progress-sheen{0%{opacity:.28;transform:translate(-110%)}45%{opacity:.78}to{opacity:.28;transform:translate(110%)}}@keyframes skeleton-shimmer{0%{background-position:110% 0}to{background-position:-110% 0}}@keyframes query-activity-run{0%{transform:translate(-70%)}to{transform:translate(240%)}}@keyframes refresh-pulse{0%,to{opacity:.64;transform:scale(.82)}45%{opacity:1;transform:scale(1)}}.autopost-shell{display:grid;gap:14px}.autopost-layout{display:grid;grid-template-columns:320px minmax(0,1fr) 360px;gap:18px;align-items:start}.autopost-panel{border:1px solid var(--border);background:color-mix(in srgb,var(--background-elevated) 94%,transparent 6%);border-radius:24px;box-shadow:var(--shadow-md);min-height:0}.autopost-panel-header{padding:22px 22px 18px;display:flex;justify-content:space-between;align-items:flex-start;gap:16px;border-bottom:1px solid var(--border)}.autopost-panel-header>div{min-width:0}.autopost-panel-header h2{margin:6px 0 0;font-size:1.2rem}.autopost-tree-panel,.autopost-diagnostics-panel{position:sticky;top:0}.autopost-tree-stats{display:flex;align-items:center;gap:10px;flex-wrap:wrap;color:var(--subtle-foreground);font-size:.82rem}.autopost-tree-scroll{height:min(74vh,1080px)}.autopost-tree-body{padding:16px;display:grid;gap:8px}.autopost-tree-branch,.autopost-tree-children,.autopost-tree-unassigned{display:grid;gap:8px}.autopost-tree-branch{position:relative}.autopost-tree-children{margin-left:18px;padding-left:14px;border-left:1px dashed color-mix(in srgb,var(--border-strong) 62%,transparent 38%)}.autopost-tree-unassigned{margin-top:10px;padding-top:16px;border-top:1px dashed var(--border)}.autopost-tree-node{--tree-depth: 0;width:100%;display:flex;align-items:center;gap:10px;padding:12px 14px;padding-left:calc(12px + (var(--tree-depth) * 14px));border:1px solid transparent;border-radius:18px;background:transparent;color:inherit;text-align:left;font:inherit}.autopost-tree-node:hover{background:color-mix(in srgb,var(--background-muted) 70%,transparent 30%)}.autopost-tree-node:disabled{cursor:default}.autopost-tree-node-division{cursor:pointer}.autopost-tree-node-division:not(:disabled){border-color:color-mix(in srgb,var(--border) 82%,transparent 18%);background:linear-gradient(90deg,color-mix(in srgb,var(--accent) 7%,transparent 93%),transparent 46%),color-mix(in srgb,var(--background-elevated) 80%,transparent 20%)}.autopost-tree-node-division:not(:disabled):hover{border-color:color-mix(in srgb,var(--accent) 32%,var(--border) 68%);background:linear-gradient(90deg,color-mix(in srgb,var(--accent) 12%,transparent 88%),transparent 54%),color-mix(in srgb,var(--background-muted) 78%,transparent 22%)}.autopost-tree-node-collapsed{color:color-mix(in srgb,var(--foreground) 86%,var(--muted-foreground) 14%)}.autopost-tree-node-contact{background:color-mix(in srgb,var(--success) 4%,transparent 96%)}.autopost-tree-node-active{border-color:color-mix(in srgb,var(--primary) 24%,var(--border) 76%);background:color-mix(in srgb,var(--secondary) 70%,transparent 30%)}.autopost-tree-toggle{width:20px;height:20px;flex:0 0 20px;display:grid;place-items:center;color:var(--subtle-foreground)}.autopost-tree-node-icon{width:34px;height:34px;flex:0 0 34px;border-radius:12px;display:grid;place-items:center;color:var(--foreground)}.autopost-tree-node-icon-company{background:color-mix(in srgb,var(--primary) 18%,transparent 82%)}.autopost-tree-node-icon-division{background:color-mix(in srgb,var(--accent) 16%,transparent 84%)}.autopost-tree-node-icon-contact{background:color-mix(in srgb,var(--success) 16%,transparent 84%)}.autopost-tree-node-copy{min-width:0;flex:1 1 auto;display:grid;gap:3px}.autopost-tree-node-copy strong{font-size:.95rem}.autopost-tree-node-copy span{color:var(--muted-foreground);font-size:.86rem}.autopost-tree-node-meta{margin-left:auto;display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.autopost-main-scroll{min-height:0}.autopost-main-stack{display:grid;gap:18px}.autopost-admin-shell{display:grid;gap:18px;min-width:0}.autopost-admin-console{max-width:min(1760px,100%)}.autopost-admin-topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;min-width:0}.autopost-admin-clickable-breadcrumbs{min-width:0;display:flex;align-items:center;gap:7px;color:var(--muted-foreground);font-size:.88rem}.autopost-admin-clickable-breadcrumbs button{min-width:0;border:0;background:transparent;color:inherit;padding:4px 0;font-weight:900;white-space:nowrap}.autopost-admin-clickable-breadcrumbs button:hover{color:var(--foreground)}.autopost-admin-tabs{display:inline-flex;gap:6px;padding:5px;border:1px solid var(--border);border-radius:16px;background:var(--background-elevated);box-shadow:var(--shadow-sm)}.autopost-admin-tabs button{min-height:38px;border:0;border-radius:12px;background:transparent;color:var(--muted-foreground);padding:0 13px;display:inline-flex;align-items:center;gap:8px;font-weight:900;white-space:nowrap}.autopost-admin-tabs button.is-active{background:var(--background-muted);color:var(--foreground);box-shadow:inset 0 0 0 1px var(--border)}.autopost-admin-employees,.autopost-admin-settings-view{display:grid;grid-template-columns:minmax(320px,390px) minmax(0,1fr);gap:16px;align-items:start}.autopost-admin-employee-list,.autopost-admin-axis-panel,.autopost-admin-employee-detail,.autopost-admin-settings-main,.autopost-admin-guide,.autopost-admin-selection-summary,.autopost-admin-employee-hero,.autopost-admin-employee-metrics,.autopost-admin-contact-editor{min-width:0;border:1px solid var(--border);border-radius:20px;background:var(--background-elevated);box-shadow:var(--shadow-sm)}.autopost-admin-employee-list,.autopost-admin-axis-panel{position:sticky;top:16px;display:grid;gap:12px;padding:14px;max-height:calc(100vh - 136px);overflow:auto;scrollbar-gutter:stable}.autopost-admin-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0}.autopost-admin-section-head h2{margin:2px 0 0;font-size:1.05rem}.autopost-admin-search{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:8px;padding:0 10px;border:1px solid var(--border);border-radius:14px;background:var(--background-muted)}.autopost-admin-search .ui-input{border:0;background:transparent;box-shadow:none}.autopost-admin-employee-rows,.autopost-admin-axis-list{display:grid;gap:8px}.autopost-admin-employee-row,.autopost-admin-axis-list button{width:100%;min-width:0;border:1px solid var(--border);border-radius:16px;background:var(--background-muted);color:inherit;padding:10px 12px;text-align:left}.autopost-admin-employee-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:9px 10px;align-items:center}.autopost-admin-axis-list button{min-height:46px;display:flex;align-items:center;justify-content:space-between;gap:10px}.autopost-admin-employee-row:hover,.autopost-admin-employee-row.is-active,.autopost-admin-axis-list button:hover,.autopost-admin-axis-list button.is-active{border-color:color-mix(in srgb,var(--primary) 42%,var(--border) 58%);background:color-mix(in srgb,var(--primary) 8%,var(--background-elevated) 92%)}.autopost-admin-employee-main{min-width:0;display:grid;gap:2px}.autopost-admin-employee-main strong,.autopost-admin-axis-list button>span:first-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.autopost-admin-employee-main small,.autopost-admin-capacity small{color:var(--muted-foreground)}.autopost-admin-capacity{grid-column:1 / -1;display:grid;gap:4px}.autopost-admin-capacity>span{min-height:9px}.autopost-admin-capacity .user-panel-capacity-bar{height:10px;min-height:10px;border:1px solid color-mix(in srgb,var(--border) 82%,transparent);box-shadow:none}.autopost-admin-capacity.is-large{margin-top:7px}.autopost-admin-employee-detail,.autopost-admin-settings-main{display:grid;gap:14px;padding:0;border:0;background:transparent;box-shadow:none}.autopost-admin-employee-hero{padding:18px;display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.autopost-admin-employee-hero h2{margin:3px 0;font-size:1.35rem}.autopost-admin-employee-hero p{margin:0;color:var(--muted-foreground)}.autopost-admin-employee-actions,.autopost-admin-status-widget{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.autopost-admin-status-widget .user-panel-delete-progress{flex:0 0 236px;width:236px}.autopost-admin-employee-metrics{padding:14px;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(220px,.9fr);gap:12px}.autopost-admin-employee-metrics>div{min-width:0;border:1px solid var(--border);border-radius:16px;background:var(--background-muted);padding:12px;display:grid;gap:4px}.autopost-admin-employee-metrics strong{font-size:1.25rem}.autopost-admin-employee-metrics small{color:var(--muted-foreground)}.autopost-admin-chart-head{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px}.autopost-admin-chart-head .refresh-pill{justify-self:end}.autopost-admin-chart-tabs{display:inline-flex;grid-column:1 / -1;justify-self:end;gap:3px;padding:3px;border:1px solid var(--border);border-radius:999px;background:var(--background-elevated)}.autopost-admin-chart-tabs button{min-width:30px;height:24px;border:0;border-radius:999px;background:transparent;color:var(--muted-foreground);font-size:.78rem;font-weight:900}.autopost-admin-chart-tabs button.is-active{background:var(--background-muted);color:var(--foreground)}.autopost-admin-mini-chart svg{width:100%;height:76px;overflow:visible}.autopost-admin-chart-limit{stroke:color-mix(in srgb,var(--warning) 74%,transparent);stroke-width:1.2;stroke-dasharray:4 3;vector-effect:non-scaling-stroke}.autopost-admin-chart-line{fill:none;stroke:var(--chart-color, var(--primary));stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.autopost-admin-chart-point{fill:var(--chart-color, var(--primary));stroke:var(--background-muted);stroke-width:1.2;vector-effect:non-scaling-stroke}.autopost-admin-mini-chart small{font-size:.72rem}.autopost-admin-contact-editor{padding:14px;display:grid;grid-template-columns:minmax(180px,1fr) auto auto;gap:12px;align-items:end}.autopost-admin-scope-tree{display:grid;gap:10px}.autopost-admin-scope-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.autopost-admin-scope-tree-scroll{display:grid;gap:8px}.autopost-admin-scope-node{display:grid;gap:7px;padding-left:calc(var(--tree-depth, 0) * 14px)}.autopost-admin-scope-division{min-height:34px;display:flex;align-items:center;gap:8px;color:var(--muted-foreground)}.autopost-admin-scope-division strong{color:var(--foreground);font-size:.9rem}.autopost-admin-scope-division small{margin-left:auto;color:var(--subtle-foreground);font-weight:800}.autopost-admin-scope-children{display:grid;gap:7px}.autopost-admin-scope-contact{width:100%;min-height:48px;border:1px solid var(--border);border-radius:15px;background:var(--background-muted);color:inherit;padding:9px 11px;display:grid;grid-template-columns:auto minmax(0,1fr);gap:9px;align-items:center;text-align:left}.autopost-admin-scope-contact:not(:has(input)){grid-template-columns:minmax(0,1fr)}.autopost-admin-scope-contact input{width:16px;height:16px}.autopost-admin-scope-contact span{min-width:0;display:grid;gap:2px}.autopost-admin-scope-contact strong,.autopost-admin-scope-contact small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.autopost-admin-scope-contact small{color:var(--muted-foreground)}.autopost-admin-scope-contact:hover,.autopost-admin-scope-contact.is-focused{border-color:color-mix(in srgb,var(--primary) 42%,var(--border) 58%);background:color-mix(in srgb,var(--primary) 8%,var(--background-elevated) 92%)}.autopost-admin-guide{min-height:280px;padding:28px;display:grid;place-items:center;align-content:center;gap:10px;text-align:center}.autopost-admin-guide svg{color:var(--primary)}.autopost-admin-guide h2{margin:0}.autopost-admin-guide p{margin:0;max-width:620px;color:var(--muted-foreground);line-height:1.55}.autopost-admin-selection-summary{padding:14px;display:flex;align-items:center;justify-content:space-between;gap:12px}.autopost-admin-selection-summary .callout{margin:0;max-width:680px}.autopost-admin-breadcrumbs{display:flex;align-items:center;gap:10px;min-width:0}.autopost-admin-breadcrumbs>div{display:flex;align-items:center;gap:7px;min-width:0;color:var(--muted-foreground);font-size:.88rem}.autopost-admin-breadcrumbs span{display:inline-flex;align-items:center;gap:7px;min-width:0}.autopost-admin-breadcrumbs strong{color:var(--foreground);white-space:nowrap}.autopost-admin-matrix{max-width:min(1720px,100%)}.autopost-admin-matrix-grid{display:grid;grid-template-columns:minmax(430px,480px) minmax(0,1fr);gap:16px;align-items:start}.autopost-admin-left-axis,.autopost-admin-platform-axis,.autopost-admin-policy-editor{min-width:0;border:1px solid var(--border);border-radius:20px;background:var(--background-elevated);box-shadow:var(--shadow-sm)}.autopost-admin-left-axis{position:sticky;top:16px;display:grid;gap:12px;padding:12px;overflow:visible}.autopost-admin-left-axis .autopost-tree-panel{position:static}.autopost-admin-left-axis .autopost-tree-scroll{height:calc(100vh - 246px);min-height:560px}.autopost-admin-left-axis .autopost-tree-body{padding:12px}.autopost-admin-left-axis .autopost-tree-node{padding-right:10px}.autopost-admin-left-axis .autopost-tree-node-meta{flex:0 0 auto}.autopost-admin-workspace{min-width:0;display:grid;gap:14px}.autopost-admin-axis-head{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0}.autopost-admin-platform-axis{display:grid;gap:10px;padding:12px;overflow:hidden}.autopost-admin-platform-chips{display:flex;gap:8px;overflow-x:auto;padding-bottom:3px;scrollbar-width:thin}.autopost-admin-platform-chips button{flex:0 0 154px;min-height:50px;border:1px solid var(--border);border-radius:14px;background:var(--background-muted);color:inherit;padding:8px 10px;display:grid;gap:3px;text-align:left}.autopost-admin-platform-chips button:hover,.autopost-admin-platform-chips button.is-active,.autopost-admin-counterparty-axis button.is-active{border-color:color-mix(in srgb,var(--primary) 42%,var(--border) 58%);background:color-mix(in srgb,var(--primary) 9%,var(--background-elevated) 91%);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--primary) 18%,transparent 82%)}.autopost-admin-counterparty-list button.is-enabled{border-color:color-mix(in srgb,var(--success) 42%,var(--border) 58%);background:color-mix(in srgb,var(--success) 10%,var(--background-elevated) 90%);box-shadow:0 8px 18px color-mix(in srgb,var(--success) 10%,transparent)}.autopost-admin-counterparty-list button.is-enabled.is-active{border-color:color-mix(in srgb,var(--primary) 46%,var(--success) 54%);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--primary) 20%,transparent),0 8px 18px color-mix(in srgb,var(--success) 12%,transparent)}.autopost-admin-platform-chips strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.autopost-admin-platform-chips small{color:var(--muted-foreground);text-transform:uppercase;letter-spacing:0;font-size:.72rem}.autopost-admin-counterparty-axis{display:grid;gap:8px;padding-top:8px;border-top:1px solid var(--border)}.autopost-admin-counterparty-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0}.autopost-admin-counterparty-bar>div:first-child{min-width:0;display:grid;gap:2px}.autopost-admin-counterparty-bar strong{font-size:.95rem}.autopost-admin-counterparty-bar small{color:var(--muted-foreground);font-weight:700}.autopost-admin-counterparty-panel{display:grid;gap:8px;border:1px solid var(--border);border-radius:16px;background:var(--background-muted);padding:10px}.autopost-admin-counterparty-list{max-height:148px;overflow:auto;display:flex;flex-wrap:wrap;gap:7px;scrollbar-gutter:stable}.autopost-admin-counterparty-list button,.autopost-admin-selected-list button{border:1px solid var(--border);border-radius:999px;background:var(--background-elevated);color:inherit;min-height:30px;padding:5px 10px;font-weight:800;max-width:260px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.autopost-admin-contact-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.autopost-admin-contact-actions .btn:first-child{grid-column:1 / -1}.autopost-admin-selected-list{display:flex;flex-wrap:wrap;gap:8px;padding-top:10px;border-top:1px solid var(--border)}.autopost-admin-selected-list .field-label{flex:0 0 100%}.autopost-admin-selected-list button{display:inline-flex;align-items:center;gap:8px}.autopost-admin-policy-editor{padding:0;overflow:hidden}.autopost-admin-policy-editor .platform-publication-layout{grid-template-columns:minmax(0,1fr)}.autopost-admin-confirm{display:grid;gap:20px}.autopost-admin-confirm-modal{width:min(920px,calc(100vw - 56px))}.autopost-admin-confirm-modal .ui-modal-body{padding:24px;max-height:calc(100vh - 132px);overflow:auto;scrollbar-gutter:stable}.autopost-admin-confirm-intro{margin:0;color:var(--muted-foreground);line-height:1.5;text-wrap:pretty}.autopost-admin-confirm-context{display:grid;gap:0;border-block:1px solid var(--border)}.autopost-admin-confirm-context>div{min-height:48px;display:grid;grid-template-columns:minmax(120px,.34fr) minmax(0,1fr);align-items:center;gap:16px;padding:10px 2px;border-bottom:1px solid var(--border)}.autopost-admin-confirm-context>div:last-child{border-bottom:0}.autopost-admin-confirm-context span{color:var(--muted-foreground);font-size:.82rem;font-weight:700}.autopost-admin-confirm-context strong{min-width:0;font-size:.94rem;overflow-wrap:anywhere}.autopost-admin-distribution-preview{display:grid;gap:12px;padding:16px;border-radius:16px;background:color-mix(in srgb,var(--primary) 6%,var(--background-muted));box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--primary) 16%,var(--border))}.autopost-admin-distribution-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.autopost-admin-distribution-head>div:first-child{display:grid;gap:3px}.autopost-admin-distribution-delta{display:grid;grid-template-columns:minmax(0,1fr) 24px minmax(0,1fr);align-items:center;gap:12px}.autopost-admin-distribution-delta>div{display:flex;align-items:baseline;justify-content:space-between;gap:12px;padding:11px 13px;border-radius:12px;background:var(--background-elevated)}.autopost-admin-distribution-delta span{color:var(--muted-foreground);font-size:.82rem;font-weight:700}.autopost-admin-distribution-delta strong{font-size:1.25rem;font-variant-numeric:tabular-nums}.autopost-admin-distribution-delta .is-removed strong{color:var(--danger)}.autopost-admin-distribution-delta .is-added strong{color:var(--success)}.autopost-admin-distribution-delta>svg{justify-self:center;color:var(--muted-foreground)}.autopost-admin-distribution-preview>p{margin:0;color:var(--muted-foreground);font-size:.82rem;line-height:1.45;text-wrap:pretty}.autopost-admin-distribution-loading{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.autopost-admin-distribution-loading span{height:48px;border-radius:12px;background:linear-gradient(90deg,var(--background-muted),color-mix(in srgb,var(--background-muted) 58%,var(--background-elevated)),var(--background-muted));background-size:220% 100%;animation:skeleton-shimmer 1.35s var(--motion-ease) infinite}.autopost-admin-distribution-error{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--danger)}.autopost-admin-diff-list{display:grid;gap:10px}.autopost-admin-diff-heading{display:flex;align-items:baseline;justify-content:space-between;gap:16px}.autopost-admin-diff-heading span{color:var(--muted-foreground);font-size:.8rem;font-variant-numeric:tabular-nums}.autopost-admin-diff-table{border:1px solid var(--border);border-radius:16px;overflow:hidden}.autopost-admin-diff-columns,.autopost-admin-diff-row{display:grid;grid-template-columns:minmax(170px,.9fr) minmax(130px,.75fr) 24px minmax(130px,.75fr);gap:12px;align-items:center;padding:11px 14px}.autopost-admin-diff-columns{padding-block:8px;background:var(--background-muted);color:var(--muted-foreground);font-size:.72rem;font-weight:800;text-transform:uppercase}.autopost-admin-diff-columns span:nth-child(3){grid-column:4}.autopost-admin-diff-row{border-top:1px solid var(--border);background:var(--background-elevated)}.autopost-admin-diff-row>span,.autopost-admin-diff-row small,.autopost-admin-diff-row strong{min-width:0;overflow-wrap:anywhere;line-height:1.35}.autopost-admin-diff-row>span{font-weight:750}.autopost-admin-diff-row small{color:var(--muted-foreground)}.autopost-admin-diff-row svg{color:var(--muted-foreground);justify-self:center}.autopost-admin-diff-empty{margin:0;padding:16px;border-radius:14px;background:var(--background-muted);color:var(--muted-foreground)}.autopost-admin-confirm-actions{justify-content:flex-end;padding-top:4px}@media (max-width: 860px){.autopost-admin-matrix-grid{grid-template-columns:1fr}.autopost-admin-left-axis{position:static;max-height:none}.autopost-admin-confirm-context>div,.autopost-admin-diff-columns,.autopost-admin-diff-row{grid-template-columns:1fr}.autopost-admin-diff-columns{display:none}.autopost-admin-diff-row svg{justify-self:start;transform:rotate(90deg)}.autopost-admin-distribution-delta{grid-template-columns:1fr}.autopost-admin-distribution-delta>svg{justify-self:start;transform:rotate(90deg)}.autopost-admin-confirm-modal .ui-modal-body{padding:18px}}.autopost-editor-panel{overflow:hidden}.autopost-editor-header{align-items:center}.autopost-heading-row{display:flex;align-items:center;gap:10px}.autopost-scope-pill{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;border:1px solid var(--border);color:var(--subtle-foreground);font-size:.83rem;font-weight:700}.autopost-header-actions{display:flex;align-items:center;gap:10px}.autopost-platform-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;padding-bottom:6px}.autopost-platform-card{position:relative;border:1px solid var(--border);border-radius:22px;background:var(--background-elevated);padding:18px;display:grid;gap:14px;text-align:left;color:inherit;box-shadow:var(--shadow-sm);scroll-snap-align:start;min-width:0;cursor:pointer}.autopost-platform-card-hitbox{position:absolute;top:0;right:0;bottom:0;left:0;border:0;padding:0;margin:0;background:transparent;color:inherit;text-align:left;border-radius:22px;z-index:0}.autopost-platform-card-content{position:relative;z-index:1;display:grid;gap:14px}.autopost-platform-card-selected{border-color:color-mix(in srgb,var(--primary) 26%,var(--border) 74%);box-shadow:var(--shadow-md)}.autopost-platform-card-live{border-color:color-mix(in srgb,var(--secondary) 28%,var(--border) 72%)}.autopost-platform-card-muted{opacity:.74}.autopost-platform-card-head,.autopost-platform-card-footer{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.autopost-platform-card-head>div:first-child,.autopost-platform-card-footer>span{min-width:0}.autopost-platform-card-head-side{display:grid;justify-items:end;align-self:start;min-width:0;position:relative;z-index:2}.autopost-platform-card-head strong{display:block;margin-top:4px;font-size:1rem;line-height:1.2;overflow-wrap:anywhere}.autopost-platform-card-head>div:first-child>span:last-child{display:block;margin-top:4px;color:var(--muted-foreground);font-size:.82rem;overflow-wrap:anywhere}.autopost-platform-card-footer{color:var(--muted-foreground);font-size:.84rem;flex-wrap:wrap}.autopost-platform-card-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.autopost-platform-stat{border:1px solid var(--border);border-radius:16px;background:var(--background-muted);padding:12px 10px;display:grid;gap:6px}.autopost-platform-stat span{color:var(--subtle-foreground);font-size:.74rem;text-transform:uppercase;letter-spacing:.06em;line-height:1.15;white-space:nowrap}.autopost-platform-stat strong{font-size:1.05rem;overflow-wrap:anywhere}.autopost-platform-card-footer span{display:inline-flex;align-items:center;gap:6px;min-width:0;overflow-wrap:anywhere}.autopost-platform-card-toggle{position:relative;z-index:2}.autopost-platform-strip{padding:18px 22px;display:grid;grid-template-columns:minmax(0,1fr) 220px;gap:14px;border-bottom:1px solid var(--border)}.autopost-platform-strip>:first-child{min-width:0;overflow-x:auto;white-space:nowrap;padding-bottom:4px}.autopost-platform-chip{min-height:56px;margin-right:10px;padding:0 16px;border-radius:18px;border:1px solid var(--border);background:var(--background-muted);display:inline-grid;align-content:center;gap:3px;color:inherit}.autopost-platform-chip strong{font-size:.95rem}.autopost-platform-chip span{font-size:.82rem;color:var(--muted-foreground)}.autopost-platform-chip-active{border-color:color-mix(in srgb,var(--primary) 28%,var(--border) 72%);background:color-mix(in srgb,var(--secondary) 78%,transparent 22%)}.autopost-platform-status{display:grid;gap:8px}.autopost-inline-strip{padding:18px 22px;display:grid;grid-template-columns:200px 180px minmax(0,1fr) auto;gap:14px;align-items:end;border-bottom:1px solid var(--border)}.autopost-profile-card{overflow:hidden}.autopost-profile-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.autopost-profile-card-content{padding-top:0}.autopost-profile-strip{padding:0;border-bottom:0}.autopost-inline-field{display:grid;gap:8px}.autopost-inline-field strong{min-height:46px;display:inline-flex;align-items:center}.autopost-inline-field-grow{min-width:0}.autopost-editor-body{padding:20px 22px 22px;display:grid;gap:20px}.autopost-editor-body-compact{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:16px}.autopost-editor-section{display:grid;gap:14px;padding-bottom:18px;border-bottom:1px solid var(--border)}.autopost-editor-section-compact{padding:16px;border:1px solid var(--border);border-radius:20px;background:color-mix(in srgb,var(--background-elevated) 88%,transparent 12%)}.autopost-editor-section-span-2{grid-column:1 / -1}.autopost-editor-section:last-child{border-bottom:0;padding-bottom:0}.autopost-range-stack{display:grid;gap:16px}.autopost-publish-section{background:linear-gradient(135deg,color-mix(in srgb,var(--secondary) 18%,transparent 82%),transparent 48%),var(--background-elevated);border:1px solid var(--border);border-radius:22px;padding:16px}.autopost-publish-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:14px;align-items:start}.autopost-publish-toggle{min-height:70px;border:1px solid var(--border);border-radius:18px;background:var(--panel);padding:12px 14px;display:flex;align-items:flex-start;gap:10px;cursor:pointer}.autopost-publish-toggle input{margin-top:3px}.autopost-publish-toggle span{display:grid;gap:4px}.autopost-publish-toggle small,.autopost-input-hint{color:var(--muted-foreground);font-size:.78rem;line-height:1.35}.autopost-publish-comment{min-width:0}.autopost-rate-options{min-height:70px;border:1px solid var(--border);border-radius:18px;background:var(--panel);padding:12px 14px;display:grid;gap:8px}.autopost-rate-options label{display:inline-flex;align-items:center;gap:8px;font-weight:700}.autopost-rate-options input{margin:0}.autopost-range-field,.autopost-date-field{display:grid;gap:14px}.autopost-range-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.autopost-range-head h3{margin:4px 0 0}.autopost-range-reset{min-height:36px;padding:0 12px;border-radius:999px;border:1px solid var(--border);background:var(--background-muted);color:var(--muted-foreground);display:inline-flex;align-items:center;gap:6px;font-weight:700}.autopost-range-reset:disabled{opacity:.56;cursor:not-allowed}.autopost-range-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.autopost-range-pill{min-width:0;border:1px solid var(--border);border-radius:18px;background:var(--background-muted);padding:12px 14px;display:grid;gap:8px}.autopost-range-pill span{color:var(--subtle-foreground);font-size:.75rem;text-transform:uppercase;letter-spacing:.08em}.autopost-range-pill strong{overflow-wrap:anywhere}.autopost-range-pill .autopost-lock-toggle{justify-self:start}.autopost-range-slider{position:relative;height:34px;display:grid;align-items:center}.autopost-range-track,.autopost-range-track-limit,.autopost-range-track-fill{position:absolute;left:0;right:0;height:8px;border-radius:999px}.autopost-range-track{background:color-mix(in srgb,var(--border) 82%,white 18%)}.autopost-range-track-limit{background:color-mix(in srgb,var(--danger-soft) 82%,transparent 18%);opacity:.95}.autopost-range-track-limit-start{left:0;right:auto}.autopost-range-track-limit-end{right:0}.autopost-range-track-fill{background:linear-gradient(135deg,var(--primary) 0%,color-mix(in srgb,var(--accent) 72%,white 28%) 100%)}.autopost-range-input{position:absolute;left:0;top:0;width:100%;margin:0;pointer-events:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;z-index:1}.autopost-range-input-active{z-index:3}.autopost-range-input::-webkit-slider-thumb{width:18px;height:18px;border-radius:999px;border:2px solid #fff;background:var(--primary);box-shadow:var(--shadow-sm);pointer-events:auto;-webkit-appearance:none;-moz-appearance:none;appearance:none}.autopost-range-input::-moz-range-thumb{width:18px;height:18px;border-radius:999px;border:2px solid #fff;background:var(--primary);box-shadow:var(--shadow-sm);pointer-events:auto}.autopost-range-input::-webkit-slider-runnable-track,.autopost-range-input::-moz-range-track{height:8px;background:transparent}.autopost-range-scale{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;color:var(--muted-foreground);font-size:.82rem}.autopost-range-limit-copy{flex:1 1 100%;color:var(--danger);font-size:.78rem;font-weight:700;text-align:center}.autopost-date-trigger{min-height:48px;width:100%;border-radius:18px;border:1px solid var(--border);background:var(--background-muted);color:inherit;padding:0 16px;display:flex;align-items:center;justify-content:space-between;text-align:left}.autopost-date-popover{position:relative;z-index:6;border:1px solid var(--border);border-radius:22px;background:var(--background-elevated);box-shadow:var(--shadow-lg);padding:16px;display:grid;gap:16px}.autopost-date-inputs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.autopost-date-calendar-toolbar{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:12px;align-items:center}.autopost-date-month-labels{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;text-align:center}.autopost-date-calendars{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.autopost-date-calendar{display:grid;gap:10px}.autopost-date-weekdays,.autopost-date-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px}.autopost-date-weekdays span{text-align:center;color:var(--subtle-foreground);font-size:.76rem;font-weight:700}.autopost-date-cell{min-height:38px;border:0;border-radius:14px;background:var(--background-muted);color:inherit;font-weight:600}.autopost-date-cell.is-outside{opacity:.42}.autopost-date-cell.is-in-range{background:color-mix(in srgb,var(--secondary) 82%,transparent 18%)}.autopost-date-cell.is-edge{background:var(--primary);color:#fff}.autopost-section-head{display:flex;justify-content:space-between;align-items:center;gap:14px}.autopost-section-head h3{margin:4px 0 0;font-size:1rem}.autopost-segmented{display:inline-flex;gap:8px;padding:6px;border:1px solid var(--border);border-radius:18px;background:var(--background-muted)}.autopost-segment{min-height:40px;padding:0 14px;border:0;border-radius:14px;background:transparent;color:var(--muted-foreground);font-weight:700}.autopost-segment-active{background:var(--background-elevated);color:var(--foreground);box-shadow:var(--shadow-md)}.autopost-field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.autopost-field-grid-triple{grid-template-columns:repeat(4,minmax(0,1fr))}.autopost-input-field{display:grid;gap:8px}.autopost-input-field>span{font-weight:700}.autopost-input-field-wide{max-width:420px}.autopost-lock-toggle{display:inline-flex;align-items:center;gap:8px;color:var(--subtle-foreground);font-size:.82rem;font-weight:700}.autopost-lock-toggle input{margin:0}.autopost-editor-footer{padding:18px 22px 22px;border-top:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;gap:18px}.autopost-editor-status{display:grid;gap:4px}.autopost-editor-actions{display:flex;align-items:center;gap:10px}.autopost-diagnostics-scroll{height:min(74vh,1080px)}.autopost-diagnostics-body{padding:18px;display:grid;gap:18px}.autopost-metric-grid{padding:18px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;border-bottom:1px solid var(--border)}.autopost-metric{border:1px solid var(--border);border-radius:18px;padding:14px;display:grid;gap:6px;background:var(--background-muted)}.autopost-metric span{color:var(--subtle-foreground);font-size:.76rem;text-transform:uppercase;letter-spacing:.06em}.autopost-metric strong{font-size:1rem}.autopost-diagnostics-section{display:grid;gap:12px}.autopost-diagnostics-title{display:flex;align-items:center;gap:8px}.autopost-chain-list,.autopost-violation-list,.autopost-impact-list{display:grid;gap:10px}.autopost-chain-item,.autopost-impact-item{border:1px solid var(--border);border-radius:18px;padding:12px 14px;display:flex;justify-content:space-between;align-items:center;gap:12px;background:var(--background-muted)}.autopost-chain-item strong,.autopost-impact-item strong{display:block;font-size:.95rem}.autopost-chain-item span,.autopost-impact-item span{color:var(--muted-foreground);font-size:.83rem}.autopost-chain-kind{display:inline-flex;margin-bottom:4px;color:var(--accent);font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.autopost-violation{border:1px solid color-mix(in srgb,var(--danger) 22%,var(--border) 78%);border-radius:18px;padding:12px 14px;display:grid;gap:8px;background:color-mix(in srgb,var(--danger-soft) 54%,transparent 46%)}.autopost-violation-head{display:flex;align-items:center;gap:8px;color:var(--muted-foreground);font-size:.82rem}.autopost-effective-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.autopost-effective-grid>div{border:1px solid var(--border);border-radius:18px;padding:12px 14px;background:var(--background-muted);display:grid;gap:6px}.autopost-effective-grid span{color:var(--subtle-foreground);font-size:.8rem}.autopost-effective-wide{grid-column:1 / -1}.autopost-impact-meta{display:flex;align-items:center;gap:8px}.autopost-inline-alert,.autopost-empty-state{display:flex;align-items:center;gap:12px;padding:14px 18px;border:1px solid var(--border);border-radius:18px;background:var(--background-elevated)}.autopost-empty-state{justify-content:center;min-height:240px;color:var(--muted-foreground)}.autopost-empty-state-compact{min-height:96px}.autopost-empty-state-error{justify-content:flex-start;color:inherit}.autopost-company-layout{display:grid;grid-template-columns:minmax(340px,.9fr) minmax(0,1.1fr);gap:18px;align-items:start}.autopost-company-shell{display:grid;gap:16px}.autopost-company-page-header{display:flex;justify-content:space-between;align-items:flex-end;gap:18px}.autopost-company-page-header h2{margin:6px 0 8px;font-size:1.7rem;line-height:1.05}.autopost-company-page-header p{margin:0;max-width:760px;color:var(--muted-foreground)}.autopost-company-tabs{width:fit-content}.autopost-company-tab-content{margin-top:0}.autopost-company-card{min-height:100%}.autopost-company-card-header{align-items:center}.autopost-company-card-content,.autopost-company-info{display:grid;gap:18px}.autopost-company-facts{display:grid;gap:12px}.autopost-company-fact{display:grid;gap:6px;padding:14px 16px;border-radius:18px;border:1px solid var(--border);background:color-mix(in srgb,var(--background-muted) 78%,white 22%)}.autopost-company-fact strong{font-size:1rem}.autopost-company-platforms{display:grid;gap:10px}.autopost-audit-card{display:grid;gap:14px;padding:18px 20px;border:1px solid var(--border);border-radius:18px;background:var(--background-muted)}.autopost-audit-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.autopost-audit-card-title{display:inline-flex;align-items:center;gap:10px}.autopost-audit-detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin:0}.autopost-audit-detail-row{display:grid;gap:4px;padding:12px 14px;border-radius:14px;background:var(--background-elevated);border:1px solid var(--border)}.autopost-audit-detail-row dt{color:var(--subtle-foreground);font-size:.76rem;text-transform:uppercase;letter-spacing:.06em}.autopost-audit-detail-row dd{margin:0;color:var(--foreground)}.autopost-company-platform-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:12px;align-items:center;padding:12px 14px;border:1px solid var(--border);border-radius:18px;background:var(--background-muted)}.autopost-company-platform-row .badge{min-width:0;max-width:100%}.autopost-company-platform-row .muted-copy{min-width:0;text-align:right;text-transform:capitalize}.autopost-company-metrics,.autopost-personal-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.autopost-company-metric,.autopost-personal-card{border:1px solid var(--border);border-radius:18px;padding:14px 16px;background:var(--background-muted);display:grid;gap:6px}.autopost-company-metric span{color:var(--subtle-foreground);font-size:.76rem;text-transform:uppercase;letter-spacing:.06em}.autopost-personal-card strong,.autopost-company-metric strong{font-size:1.08rem}.autopost-personal-card p{color:var(--muted-foreground)}.autopost-company-skeleton{pointer-events:none}.autopost-company-skeleton-title{display:grid;gap:8px;min-width:min(460px,100%)}.autopost-company-skeleton-kicker{width:88px;height:12px}.autopost-company-skeleton-heading{width:min(420px,74vw);height:36px}.autopost-company-skeleton-copy{width:min(620px,82vw);height:16px}.autopost-company-skeleton-stats .loading-skeleton{width:136px;height:34px}.autopost-company-skeleton-tabs{display:inline-grid;grid-template-columns:98px 196px 138px;gap:4px;padding:4px;border:1px solid var(--border);border-radius:999px;background:var(--background-elevated)}.autopost-company-skeleton-tabs .loading-skeleton{width:100%;height:38px}.autopost-company-skeleton-card{overflow:hidden}.autopost-company-skeleton-card-title{width:min(280px,54vw);height:24px}.autopost-company-skeleton-badge{width:104px;height:32px}.autopost-company-skeleton-metric .loading-skeleton:first-child{width:70%;height:12px}.autopost-company-skeleton-metric .loading-skeleton:last-child{width:46%;height:26px}.autopost-company-skeleton-fact .loading-skeleton:first-child{width:118px;height:12px}.autopost-company-skeleton-fact .loading-skeleton:last-child{width:78%;height:18px}.autopost-company-skeleton-tree{gap:10px}.autopost-company-skeleton-node{display:grid;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:12px;width:calc(100% - (var(--depth, 0) * 28px));margin-left:calc(var(--depth, 0) * 28px);padding:12px 14px;border:1px solid var(--border);border-radius:18px;background:color-mix(in srgb,var(--background-muted) 74%,white 26%)}.autopost-company-skeleton-node-icon{width:36px;height:36px}.autopost-company-skeleton-node-copy{display:grid;gap:8px}.autopost-company-skeleton-node-copy .loading-skeleton:first-child{width:64%;height:16px}.autopost-company-skeleton-node-copy .loading-skeleton:last-child{width:38%;height:12px}.autopost-company-skeleton-node-chip{width:86px;height:26px}.autopost-chip-row{display:flex;flex-wrap:wrap;gap:8px}.autopost-personal-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:18px;align-items:start}.platform-posting-toggle{display:inline-flex;align-items:center;gap:8px;padding:6px;border-radius:999px;border:1px solid var(--border);background:var(--background-muted)}.platform-posting-toggle-compact{padding:4px;gap:4px}.platform-posting-chip{min-height:38px;padding:0 12px;border:0;border-radius:999px;background:transparent;color:var(--muted-foreground);display:inline-flex;align-items:center;gap:6px;font-size:.84rem;font-weight:800}.platform-posting-toggle-compact .platform-posting-chip{min-height:32px;padding:0 10px}.platform-posting-chip.is-active.is-on{background:var(--success-soft);color:var(--success)}.platform-posting-chip.is-active.is-off{background:var(--danger-soft);color:var(--danger)}.platform-posting-chip:disabled{opacity:.58;cursor:not-allowed}.autopost-groups-card{overflow:hidden}.autopost-groups-header{align-items:center}.autopost-groups-content{padding:18px 24px 24px}.autopost-workfeed{display:grid;gap:14px}.autopost-workfeed-mode-switch{margin-bottom:4px}.autopost-workfeed-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}.autopost-workfeed-title-tabs{display:inline-flex;align-items:center;gap:10px}.autopost-workfeed-title-tab{border:0;background:transparent;padding:0;font:inherit;font-size:1rem;font-weight:700;color:var(--muted);cursor:pointer}.autopost-workfeed-title-tab.is-active{color:var(--foreground)}.autopost-workfeed-title-separator{color:var(--border-strong);font-weight:600}.autopost-workfeed-filterbar{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.autopost-workfeed-tabs{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.autopost-workfeed-chip{border:1px solid var(--border);border-radius:18px;background:var(--panel);color:var(--muted);padding:10px 16px;font:inherit;font-weight:700;cursor:pointer;transition:border-color .14s ease,color .14s ease,background .14s ease}.autopost-workfeed-chip.is-active{border-color:var(--border-strong);color:var(--foreground);background:var(--background-muted)}.autopost-workfeed-search{min-width:320px;flex:1 1 420px;display:flex;align-items:center;gap:10px;border:1px solid var(--border);border-radius:18px;background:var(--background-muted);padding:0 14px}.autopost-workfeed-controls{display:flex;align-items:center;gap:12px;flex:1 1 520px;justify-content:flex-end;flex-wrap:nowrap;min-width:0}.autopost-workfeed-platform-filter{position:relative;flex:0 0 260px;min-width:240px;z-index:15}.autopost-workfeed-platform-button{width:100%;min-height:50px;border:1px solid var(--border);border-radius:18px;background:linear-gradient(135deg,color-mix(in srgb,var(--primary) 5%,transparent),transparent 56%),var(--background-elevated);color:var(--foreground);padding:8px 12px 8px 14px;display:flex;align-items:center;justify-content:space-between;gap:12px;text-align:left;box-shadow:inset 0 1px #ffffffd6}.autopost-workfeed-platform-button span,.autopost-workfeed-platform-option span{display:grid;gap:2px;min-width:0}.autopost-workfeed-platform-button small,.autopost-workfeed-platform-option small{color:var(--muted-foreground);font-size:.72rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.autopost-workfeed-platform-button strong,.autopost-workfeed-platform-option strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.93rem;font-weight:800}.autopost-workfeed-platform-button.is-open{border-color:color-mix(in srgb,var(--primary) 42%,var(--border));box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 10%,transparent)}.autopost-workfeed-platform-menu{position:absolute;top:calc(100% + 8px);left:0;width:min(460px,calc(100vw - 48px));max-height:520px;overflow:auto;border:1px solid color-mix(in srgb,var(--primary) 14%,var(--border));border-radius:22px;background:var(--background-elevated);padding:10px;box-shadow:0 24px 60px #0f172a29}.autopost-workfeed-platform-menu-section{display:grid;gap:6px;padding-top:8px;margin-top:8px;border-top:1px solid var(--border)}.autopost-workfeed-platform-menu-section>span{padding:4px 8px;color:var(--muted-foreground);font-size:.72rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.autopost-workfeed-platform-option{width:100%;border:1px solid transparent;border-radius:16px;background:transparent;color:inherit;padding:10px;display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:10px;text-align:left}.autopost-workfeed-platform-group{display:grid;gap:6px}.autopost-workfeed-platform-row{display:grid;grid-template-columns:minmax(0,1fr) 40px;align-items:stretch;gap:6px}.autopost-workfeed-platform-row>.autopost-workfeed-platform-option{min-width:0}.autopost-workfeed-platform-option:hover,.autopost-workfeed-platform-option.is-selected,.autopost-workfeed-platform-option.is-parent-selected{border-color:color-mix(in srgb,var(--primary) 18%,var(--border));background:color-mix(in srgb,var(--primary) 7%,var(--background-muted))}.autopost-workfeed-platform-option.is-parent-selected{color:var(--foreground)}.autopost-workfeed-platform-expand{border:1px solid var(--border);border-radius:16px;background:var(--background-muted);color:var(--muted-foreground);display:inline-flex;align-items:center;justify-content:center;transition:color .16s ease,border-color .16s ease,background .16s ease}.autopost-workfeed-platform-expand:hover,.autopost-workfeed-platform-expand[aria-expanded=true]{border-color:color-mix(in srgb,var(--primary) 28%,var(--border));background:color-mix(in srgb,var(--primary) 7%,var(--background-muted));color:var(--primary)}.autopost-workfeed-counterparty-nest{display:grid;gap:6px;margin-left:14px;padding-left:12px;border-left:2px solid color-mix(in srgb,var(--primary) 18%,var(--border))}.autopost-workfeed-counterparty-nest .muted-copy{margin:0;padding:8px 10px}.autopost-workfeed-counterparty-option{grid-template-columns:minmax(0,1fr) auto auto;background:color-mix(in srgb,var(--background-muted) 58%,transparent)}.autopost-workfeed-counterparty-option em{border-radius:999px;padding:4px 8px;font-size:.7rem;font-style:normal;font-weight:900}.autopost-workfeed-counterparty-option em.is-on{background:var(--success-soft);color:var(--success)}.autopost-workfeed-counterparty-option em.is-off{background:var(--background-muted);color:var(--muted-foreground)}.autopost-workfeed-search .ui-input{border:0;background:transparent;box-shadow:none}.autopost-workfeed-panel{margin-top:0}.autopost-workfeed-grid{display:grid;gap:10px}.autopost-workfeed-head,.autopost-workfeed-row-trigger{display:grid;grid-template-columns:minmax(320px,2.45fr) minmax(132px,.78fr) minmax(188px,.98fr) minmax(180px,.9fr) minmax(116px,.58fr) minmax(132px,.72fr) minmax(132px,auto);gap:14px;align-items:start}.autopost-workfeed-head{padding:0 14px;color:var(--subtle-foreground);font-size:.74rem;text-transform:uppercase;letter-spacing:.08em;font-weight:700}.autopost-workfeed-row{border:1px solid var(--border);border-radius:20px;background:var(--background-elevated);overflow:hidden}.autopost-workfeed-row-open{box-shadow:var(--shadow-md);border-color:color-mix(in srgb,var(--primary) 22%,var(--border) 78%)}.autopost-workfeed-row-trigger{width:100%;border:0;background:transparent;padding:16px 18px;color:inherit;text-align:left}.autopost-workfeed-route,.autopost-workfeed-cell{display:grid;gap:6px;min-width:0}.autopost-workfeed-route-main,.autopost-workfeed-route-meta,.autopost-workfeed-cell span,.autopost-workfeed-flight-meta span{display:inline-flex;align-items:center;gap:6px}.autopost-workfeed-route-main strong,.autopost-workfeed-flight-head strong{line-height:1.35;overflow-wrap:anywhere}.autopost-workfeed-route-meta,.autopost-workfeed-flight-meta{display:flex;flex-wrap:wrap;gap:10px;color:var(--muted-foreground);font-size:.83rem}.autopost-workfeed-cell strong{overflow-wrap:anywhere}.autopost-price-stack{display:grid;gap:4px;align-content:start;min-width:0;max-width:220px}.autopost-price-stack strong{font-size:1.04rem;color:var(--foreground);line-height:1.1}.autopost-price-stack span{color:var(--muted-foreground);font-size:.77rem;line-height:1.25}.autopost-price-label{color:var(--primary)!important;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.autopost-price-margin{width:fit-content;border-radius:999px;padding:3px 9px;background:color-mix(in srgb,var(--success) 14%,transparent 86%);color:color-mix(in srgb,var(--success) 78%,var(--foreground) 22%)!important;font-weight:800;white-space:normal}.autopost-price-stack-compact{border:1px solid var(--border);border-radius:14px;background:color-mix(in srgb,var(--background-muted) 70%,var(--background-elevated) 30%);padding:10px 12px}.autopost-source-id{flex-shrink:0;border-radius:999px;background:var(--background-muted);color:var(--muted-foreground);font-size:.82rem;font-weight:800;padding:4px 9px}.autopost-workfeed-detail{border-top:1px solid var(--border);padding:20px 18px 22px;background:color-mix(in srgb,var(--background-muted) 76%,transparent 24%)}.autopost-workfeed-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:8px}.autopost-workfeed-dismiss{min-height:34px}.autopost-workfeed-detail-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.9fr);gap:18px;align-items:start}.autopost-workfeed-detail-main,.autopost-workfeed-section,.autopost-workfeed-flight-list,.autopost-workfeed-detail-map{display:grid;gap:14px}.autopost-workfeed-metadata-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.autopost-workfeed-flight-card{border:1px solid var(--border);border-radius:18px;background:var(--background-elevated);padding:14px 16px;display:grid;gap:8px}.autopost-workfeed-flight-head{display:flex;justify-content:space-between;gap:12px;align-items:start}.autopost-workfeed-flight-card p{color:var(--muted-foreground);margin:0;overflow-wrap:anywhere}.workspace-brand>div{display:grid;gap:4px}.workspace-brand strong{font-size:1rem}.cargo-expanded-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.9fr);gap:18px}.cargo-expanded-main{display:grid;gap:18px}.cargo-expanded-section{border:1px solid var(--border);background:color-mix(in srgb,var(--background-muted) 70%,var(--background-elevated) 30%);border-radius:20px;padding:18px}.cargo-expanded-heading{margin-bottom:14px}.route-rows{display:grid;gap:0}.route-row{display:grid;grid-template-columns:34px minmax(0,1fr) auto;gap:14px;align-items:center}.route-node{width:34px;height:34px;border-radius:999px;display:grid;place-items:center;font-weight:800;color:#fff}.route-node-origin{background:linear-gradient(135deg,#2563eb,#1d4ed8)}.route-node-destination{background:linear-gradient(135deg,#f97316,#ea580c)}.route-row-copy{display:grid;gap:4px}.route-row-copy p,.inline-detail p{color:var(--muted-foreground);line-height:1.55}.route-row-meta{display:inline-flex;align-items:center;gap:8px;color:var(--muted-foreground);white-space:nowrap}.route-time-window{display:inline-grid;gap:2px;justify-items:end;line-height:1.05}.route-time-window span{color:var(--muted-foreground);font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.route-time-window strong{color:var(--foreground);font-size:.98rem;font-weight:900;letter-spacing:-.01em}.route-connector{width:2px;height:28px;margin:6px 0 6px 16px;background:linear-gradient(180deg,var(--border-strong) 0%,transparent 100%)}.cargo-expanded-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.inline-detail{display:grid;gap:8px;padding:16px 0;border-top:1px solid var(--border)}.inline-detail:nth-child(-n+2){border-top:0;padding-top:0}.inline-detail-wide{grid-column:1 / -1}.cargo-expanded-map-column{display:block;align-self:start}.route-map-card{border:1px solid var(--border);background:var(--background-muted);border-radius:20px;padding:14px;display:grid;gap:14px;align-content:start}.route-map-toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px}.route-map-toolbar strong{display:block;margin-top:4px}.route-map-frame-shell{min-height:320px;border-radius:18px;overflow:hidden;border:1px solid var(--border);background:#d7e2f0}.route-map-frame{width:100%;height:100%;min-height:320px;border:0}.route-map-frame-modal{min-height:calc(100vh - 180px)}.route-map-empty{min-height:320px;border-radius:20px;border:1px dashed var(--border-strong);display:grid;place-items:center;text-align:center;padding:24px;gap:10px;color:var(--muted-foreground)}.route-map-modal{width:min(1440px,calc(100vw - 48px))}.profile-shell{min-height:100vh;padding:32px;display:grid;align-content:start;gap:20px}.profile-header{display:flex;justify-content:flex-start}.profile-grid{display:grid;grid-template-columns:minmax(320px,420px) minmax(0,1fr);gap:18px}.profile-stack{display:grid;gap:18px;align-content:start}.profile-summary-card{overflow:hidden}.profile-summary-body,.profile-settings-body{display:grid;gap:18px}.profile-summary-top{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:16px;align-items:center}.profile-avatar{width:56px;height:56px;border-radius:18px;display:grid;place-items:center;font-size:1.2rem;font-weight:800;color:#fff;background:linear-gradient(135deg,var(--brand-accent) 0%,color-mix(in srgb,var(--brand-accent-2) 70%,#ff8b57 30%) 100%)}.profile-summary-copy h1{margin:6px 0 4px;font-size:1.55rem;line-height:1.05}.profile-summary-copy p{margin:0;color:var(--muted-foreground)}.profile-meta-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.profile-meta-item{display:grid;gap:6px;padding:14px 16px;border-radius:18px;border:1px solid var(--border);background:var(--background-muted)}.profile-info-list{display:grid;gap:16px}.profile-info-list>div{display:grid;gap:8px}.profile-info-list span{display:inline-flex;align-items:center;gap:8px;color:var(--subtle-foreground);font-size:.82rem;text-transform:uppercase;letter-spacing:.08em}.profile-action-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding-top:8px}.profile-ati-card{display:grid;gap:16px;padding:18px;border-radius:18px;border:1px solid var(--border);background:color-mix(in srgb,var(--surface) 92%,white 8%)}.profile-ati-card-warning{border-color:color-mix(in srgb,var(--warning) 50%,var(--border));background:linear-gradient(135deg,color-mix(in srgb,var(--warning-soft) 70%,white 30%) 0%,var(--surface) 100%)}.profile-section{display:grid;gap:14px;padding-top:2px}.profile-section+.profile-section{padding-top:18px;border-top:1px solid var(--border)}.profile-section-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.profile-section-header strong{display:block;margin-top:4px}.profile-ati-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.profile-ati-header strong{display:block;font-size:1rem;margin-top:4px}.profile-limit-row{display:grid;grid-template-columns:minmax(0,220px) auto;gap:12px;align-items:center}.geocoder-debug-header{display:flex;align-items:flex-end;justify-content:space-between;gap:18px}.geocoder-debug-header h2{margin:6px 0 10px;font-size:1.8rem;line-height:1.05}.geocoder-view-switch{display:inline-flex;align-items:center;gap:12px;min-height:42px;padding:0 4px;color:var(--muted-foreground);font-weight:800}.geocoder-view-tab{border:0;background:transparent;color:var(--muted-foreground);font:inherit;cursor:pointer;padding:0}.geocoder-view-tab-active{color:var(--foreground)}.geocoder-filter-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,260px) auto;gap:12px;align-items:center}.geocoder-debug-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.geocoder-table-shell{display:grid;gap:18px;padding-top:0}.geocoder-list-table,.geocoder-candidate-table{width:100%;border-collapse:collapse}.geocoder-list-table th,.geocoder-list-table td,.geocoder-candidate-table th,.geocoder-candidate-table td{padding:16px 14px;border-top:1px solid var(--border);text-align:left;vertical-align:top}.geocoder-list-table thead th,.geocoder-candidate-table thead th{color:var(--subtle-foreground);font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;border-top:0}.geocoder-list-row{cursor:pointer;transition:background-color .18s ease}.geocoder-list-row:hover{background:color-mix(in srgb,var(--secondary) 34%,transparent 66%)}.geocoder-manual-badge{width:fit-content;padding:4px 8px;border-radius:999px;background:color-mix(in srgb,var(--success) 16%,transparent 84%);color:var(--success);font-size:.72rem;text-transform:uppercase;letter-spacing:.06em}.geocoder-manual-row td{background:color-mix(in srgb,var(--secondary) 30%,transparent 70%)}.geocoder-manual-panel{display:grid;gap:16px;padding:18px;border-radius:20px;border:1px solid var(--border);background:color-mix(in srgb,var(--background-elevated) 84%,transparent 16%)}.geocoder-manual-panel h3{margin:4px 0;font-size:1.15rem}.geocoder-manual-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.geocoder-manual-field{position:relative;display:grid;gap:8px}.geocoder-nearby-field-stack{display:grid;gap:10px;align-content:start}.geocoder-selected-city{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:58px;padding:10px 12px;border:1px solid color-mix(in srgb,var(--primary) 40%,var(--border) 60%);border-radius:16px;background:color-mix(in srgb,var(--secondary) 52%,transparent 48%)}.geocoder-selected-city div{display:grid;gap:3px}.geocoder-selected-city span,.geocoder-autocomplete-item span{color:var(--muted-foreground);font-size:.84rem}.geocoder-autocomplete-list{position:absolute;z-index:20;top:calc(100% + 6px);left:0;right:0;max-height:260px;overflow:auto;border:1px solid var(--border);border-radius:16px;background:var(--background-elevated);box-shadow:var(--shadow-lg)}.geocoder-autocomplete-item{display:grid;gap:3px;width:100%;padding:12px 14px;border:0;border-bottom:1px solid var(--border);background:transparent;color:var(--foreground);text-align:left;cursor:pointer}.geocoder-autocomplete-item:hover{background:color-mix(in srgb,var(--secondary) 52%,transparent 48%)}.geocoder-autocomplete-empty{padding:12px 14px;color:var(--muted-foreground)}.geocoder-nearby-chips{display:flex;flex-wrap:wrap;gap:8px}.geocoder-nearby-chip{display:inline-flex;align-items:center;gap:6px;min-height:30px;padding:0 10px;border:1px solid var(--border);border-radius:999px;background:var(--secondary);color:var(--secondary-foreground);cursor:pointer}.geocoder-point-row{cursor:pointer;transition:background-color .18s ease}.geocoder-point-row:hover{background:color-mix(in srgb,var(--secondary) 24%,transparent 76%)}.geocoder-candidate-breakdown-row td{padding-top:0;background:color-mix(in srgb,var(--secondary) 12%,transparent 88%)}.geocoder-score-breakdown{display:grid;gap:10px;padding:12px 0 4px}.geocoder-score-breakdown-header{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:.95rem}.geocoder-score-breakdown-table{width:100%;border-collapse:collapse;font-size:.92rem}.geocoder-score-breakdown-table th,.geocoder-score-breakdown-table td{padding:8px 10px;text-align:left;border-top:1px solid var(--border)}.geocoder-score-breakdown-table thead th{color:var(--muted-foreground);font-size:.8rem;letter-spacing:.04em;text-transform:uppercase}.geocoder-detail-back{display:flex;justify-content:flex-start;padding-top:4px}.geocoder-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,.9fr);gap:18px;align-items:start}.geocoder-detail-main,.geocoder-detail-side{display:grid;gap:18px}.geocoder-step-list{display:grid;gap:12px}.geocoder-step-card{display:grid;grid-template-columns:44px minmax(0,1fr);gap:14px;padding:14px 0;border-top:1px solid var(--border)}.geocoder-step-card:first-child{border-top:0;padding-top:0}.geocoder-step-index{width:44px;height:44px;border-radius:16px;display:grid;place-items:center;background:color-mix(in srgb,var(--secondary) 76%,transparent 24%);color:var(--secondary-foreground);font-weight:800}.geocoder-step-copy{display:grid;gap:6px}.geocoder-step-copy p{color:var(--muted-foreground);line-height:1.5}.geocoder-cell-stack{display:grid;gap:4px}.geocoder-cell-stack span{color:var(--muted-foreground)}.geocoder-point-label{display:inline-flex;align-items:center;gap:6px}.geocoder-nearby-list{display:grid;gap:10px}.geocoder-nearby-item{display:flex;align-items:center;justify-content:space-between;gap:14px;width:100%;min-height:48px;padding:0 14px;border-radius:14px;border:1px solid var(--border);background:color-mix(in srgb,var(--secondary) 42%,transparent 58%);color:var(--foreground);cursor:pointer;transition:border-color .18s ease,background-color .18s ease,transform .18s ease}.geocoder-nearby-item:hover{border-color:color-mix(in srgb,var(--ring) 50%,var(--border) 50%);background:color-mix(in srgb,var(--secondary) 58%,transparent 42%);transform:translateY(-1px)}.geocoder-map-frame{min-height:680px}.empty-debug-card{min-height:160px}.geocoder-pagination{align-items:center;justify-content:space-between;padding-top:4px}.geocoder-source-filter{min-width:0}.geocoder-source-copy{margin-top:8px}.toolbar-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.detail-label{font-size:.76rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--subtle-foreground)}.inline-detail strong{font-size:.98rem;line-height:1.4}.inline-detail p{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.onboarding-grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(340px,.9fr);gap:18px}.onboarding-card-hero{min-height:100%}.onboarding-stack{display:grid;gap:18px}.onboarding-copy{display:grid;gap:8px}.onboarding-copy h3{margin:0;font-size:1.1rem}.onboarding-copy p{margin:0;color:var(--muted-foreground)}.onboarding-side{display:grid;gap:18px}.form-field{display:grid;gap:8px}.callout{display:flex;align-items:center;gap:10px;padding:14px 16px;border-radius:16px;border:1px solid transparent}.callout-danger{background:var(--danger-soft);color:var(--danger)}.callout-warning{background:var(--warning-soft);color:var(--warning)}.action-row{display:flex;justify-content:flex-start;flex-wrap:wrap;gap:10px}.ati-token-modal{max-width:680px}.ati-token-modal .ui-modal-body{padding:22px}.profile-delete-modal,.debug-contact-modal{max-width:680px}.profile-delete-modal .ui-modal-body,.debug-contact-modal .ui-modal-body{padding:22px}.map-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:20px}.map-card-body{padding-top:0}.map-card-frame{position:relative;border:1px solid var(--border);background:var(--background-muted);border-radius:24px;padding:20px}.map-card-chip{position:absolute;top:16px;left:16px;z-index:2;display:inline-flex;align-items:center;gap:8px;min-height:36px;padding:0 14px;border-radius:999px;background:#08111fb8;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.map-frame{width:100%;min-height:760px;border:0;border-radius:18px;background:#d7e2f0}.map-frame-fallback{display:grid;place-items:center;align-content:center;gap:10px;padding:28px;border:1px solid var(--border);background:linear-gradient(135deg,color-mix(in srgb,var(--warning) 10%,transparent),transparent 44%),var(--background-elevated);color:var(--muted-foreground);text-align:center}.map-frame-fallback strong{color:var(--foreground);font-size:1.05rem}.map-frame-fallback span{max-width:420px;line-height:1.45}@media (max-width: 1400px){.autopost-layout{grid-template-columns:280px minmax(0,1fr)}.autopost-company-layout,.autopost-personal-layout,.autopost-company-page-header,.profile-summary-top{grid-template-columns:1fr}.autopost-diagnostics-panel{grid-column:1 / -1;position:static}.cargo-expanded-layout,.profile-grid,.onboarding-grid,.geocoder-detail-layout{grid-template-columns:repeat(2,minmax(0,1fr))}.user-panel-card{min-width:360px}.user-panel-content{grid-template-columns:1fr}}@media (max-width: 1180px){.workspace-shell{grid-template-columns:1fr}.workspace-rail{border-right:0;border-bottom:1px solid var(--border)}.autopost-layout,.autopost-company-layout,.autopost-personal-layout,.autopost-editor-body-compact,.profile-meta-grid,.autopost-platform-strip,.autopost-inline-strip,.autopost-range-summary,.autopost-date-inputs,.autopost-date-calendars,.autopost-field-grid,.autopost-field-grid-triple,.autopost-metric-grid,.autopost-effective-grid,.autopost-company-metrics,.autopost-personal-summary{grid-template-columns:1fr}.autopost-company-platform-row{grid-template-columns:1fr;justify-items:start}.autopost-company-platform-row .muted-copy{text-align:left}.autopost-tree-panel,.autopost-diagnostics-panel{position:static}.autopost-company-tabs{width:100%}.workspace-nav{flex-direction:row;flex-wrap:wrap}.cargo-expanded-layout,.cargo-expanded-grid,.onboarding-grid,.geocoder-detail-layout,.toolbar-search,.profile-grid,.profile-limit-row,.geocoder-debug-grid,.geocoder-filter-row,.geocoder-manual-grid{grid-template-columns:1fr}.cargo-card-trigger{grid-template-columns:minmax(0,1fr)}.cargo-card-aside{justify-content:space-between}.cargo-meta-row{grid-template-columns:repeat(2,minmax(0,1fr))}.cargo-meta-cluster-bodytypes,.cargo-meta-price,.cargo-meta-date{grid-column:1 / -1}.cargo-meta-date{justify-self:start}.toolbar-header,.toolbar-footer,.workspace-topbar,.platform-detail-topbar,.map-card-header,.geocoder-debug-header{flex-direction:column}.user-panel-card{min-width:100%;max-width:100%}.autopost-platform-cards{grid-template-columns:1fr}.autopost-platform-card-head,.autopost-platform-card-footer{flex-direction:column}.autopost-platform-card-head-side{justify-items:start}.autopost-workfeed-head{display:none}.autopost-workfeed-row-trigger,.autopost-workfeed-detail-layout,.autopost-workfeed-metadata-grid{grid-template-columns:1fr}.autopost-workfeed-cell{padding-top:8px;border-top:1px solid var(--border)}.autopost-workfeed-flight-head,.autopost-workfeed-toolbar,.autopost-workfeed-filterbar,.autopost-workfeed-controls,.autopost-publish-grid,.route-map-toolbar{flex-direction:column;align-items:flex-start}.autopost-publish-grid{display:grid;grid-template-columns:1fr}.autopost-workfeed-controls{width:100%}.autopost-workfeed-platform-filter,.autopost-workfeed-search{width:100%;min-width:0;flex:1 1 auto}.autopost-workfeed-platform-menu{width:100%}}.platform-ops-grid{margin-top:18px;display:grid;gap:18px}.platform-ops-card{background:color-mix(in srgb,var(--background-accent) 82%,white 18%)}.platform-ops-card-header{gap:14px}.platform-ops-card-topline{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.platform-ops-badges{justify-content:flex-end}.platform-ops-card-content{display:grid;gap:14px}.platform-ops-summary-pill{position:relative;min-width:158px}.platform-ops-summary-icon{position:absolute;top:14px;right:14px;color:var(--subtle-foreground)}.platform-ops-meta-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.platform-ops-meta-item{border:1px solid var(--border);border-radius:16px;background:var(--background-elevated);padding:12px 14px;display:grid;gap:6px}.platform-ops-meta-item span{color:var(--subtle-foreground);font-size:.78rem;text-transform:uppercase;letter-spacing:.06em}.platform-ops-meta-item strong{font-size:1rem;line-height:1.35}.platform-ops-health-row{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;padding:12px 14px;border:1px solid var(--border);border-radius:16px;background:var(--background-elevated)}.platform-ops-health-copy{display:grid;gap:4px}.platform-ops-health-copy span{color:var(--muted-foreground);line-height:1.45}.platform-detail-topbar{display:flex;align-items:center;justify-content:space-between;gap:16px}.platform-detail-header{display:grid;gap:18px}.platform-detail-stack{display:grid;gap:16px}.platform-detail-section-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.platform-detail-tabs{display:inline-flex;flex-wrap:wrap;gap:10px;padding:0;background:transparent;border:0}.platform-detail-collapsible-card{border:1px solid var(--border);border-radius:18px;background:color-mix(in srgb,var(--background-elevated) 90%,transparent 10%);overflow:hidden}.platform-detail-collapsible-card>summary{cursor:pointer;list-style:none;padding:16px 18px;font-weight:700}.platform-detail-collapsible-card>summary::-webkit-details-marker{display:none}.platform-detail-collapsible-body{padding:0 16px 16px}.platform-ops-section-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.platform-ops-section{display:grid;gap:12px}.platform-ops-section>strong{font-size:.94rem}.platform-ops-kv{display:grid;grid-template-columns:minmax(0,180px) minmax(0,1fr);gap:10px 14px;padding:16px;border:1px solid var(--border);border-radius:18px;background:var(--background-elevated)}.platform-ops-kv span{color:var(--muted-foreground)}.platform-ops-kv b{font-weight:700}.platform-ops-break{word-break:break-word}.platform-ops-error{border:1px solid color-mix(in srgb,var(--danger) 28%,transparent);background:var(--danger-soft);color:var(--danger);border-radius:18px;padding:12px 14px;line-height:1.45}.platform-ops-issues{display:grid;gap:10px}.platform-ops-issue-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px 14px;border:1px solid var(--border);border-radius:16px;background:var(--background-elevated)}.platform-ops-issue-row span{line-height:1.5}.platform-ops-observed-row{display:grid;gap:12px;padding:14px;border:1px solid var(--border);border-radius:16px;background:var(--background-elevated)}.platform-ops-observed-copy{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.platform-ops-observed-copy span,.platform-ops-observed-copy b{line-height:1.4}.platform-ops-observed-form{display:grid;grid-template-columns:minmax(220px,1.1fr) minmax(220px,1fr) auto auto;gap:10px;align-items:center}.platform-ops-observed-form .ui-input{width:100%}.platform-ops-import-textarea{min-height:220px;padding:14px 16px;resize:vertical;font-family:IBM Plex Mono,Fira Code,monospace;line-height:1.45}.platform-ops-additional-grid{display:grid;gap:8px}.platform-ops-additional-item{display:grid;grid-template-columns:minmax(0,180px) minmax(0,1fr);align-items:start;gap:10px 14px;padding:10px 12px;border:1px solid var(--border);border-radius:14px;background:var(--background-elevated)}.platform-ops-additional-item span{color:var(--muted-foreground);font-size:.82rem;word-break:break-word}.platform-ops-additional-item code{white-space:pre-wrap;word-break:break-word;font-family:IBM Plex Mono,Fira Code,monospace;font-size:.78rem}.platform-ops-footnote{margin-top:16px;display:inline-flex;align-items:center;gap:8px;color:var(--muted-foreground)}@media (max-width: 1180px){.platform-ops-meta-grid,.platform-ops-section-grid{grid-template-columns:1fr 1fr}}@media (max-width: 860px){.platform-ops-card-topline,.platform-ops-badges{flex-direction:column;align-items:flex-start}.platform-ops-health-row{flex-direction:column}.platform-ops-meta-grid,.platform-ops-section-grid,.platform-ops-kv,.platform-ops-observed-form{grid-template-columns:1fr}.platform-ops-kv{gap:6px}.platform-ops-issue-row{grid-template-columns:1fr}.platform-ops-observed-copy{align-items:flex-start}.platform-ops-additional-item{grid-template-columns:1fr}}.autopost-dict-picker{display:grid;gap:14px}.autopost-dict-search-shell{color:var(--subtle-foreground)}.autopost-dict-chip-row{gap:8px}.autopost-dict-chip{gap:8px;align-items:center}.autopost-dict-chip button{border:0;background:transparent;display:inline-flex;align-items:center;justify-content:center;color:inherit;cursor:pointer;padding:0}.autopost-dict-scroll{max-height:280px;border:1px solid var(--border);border-radius:18px;background:var(--background-elevated)}.autopost-dict-list{display:grid;gap:10px;padding:12px}.autopost-dict-item{border:1px solid var(--border);background:var(--background-accent);border-radius:16px;padding:12px 14px;display:flex;align-items:center;justify-content:space-between;gap:12px;text-align:left}.autopost-dict-item div{display:grid;gap:4px}.autopost-dict-item span{color:var(--muted-foreground);font-size:.86rem}.autopost-dict-item-active{border-color:color-mix(in srgb,var(--primary) 35%,var(--border));box-shadow:0 0 0 2px color-mix(in srgb,var(--primary) 10%,transparent)}.autopost-city-tree-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.autopost-route-lock-card{min-width:0;display:grid;gap:8px}.autopost-route-lock-card>.autopost-lock-toggle{justify-self:start}.autopost-city-tree-card{border:1px solid var(--border);border-radius:20px;background:color-mix(in srgb,var(--background-elevated) 82%,white 18%);padding:16px;display:grid;gap:12px;min-height:0}.autopost-city-tree-head{display:grid;gap:6px}.autopost-city-tree-head-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.autopost-city-tree-head strong{display:block;font-size:1rem}.autopost-city-tree-clear{border:0;background:transparent;padding:0;display:inline-flex;align-items:center;gap:6px;color:var(--muted-foreground);font-weight:700}.autopost-city-tree-preset{border:1px solid color-mix(in srgb,var(--primary) 18%,var(--border));background:color-mix(in srgb,var(--primary) 7%,var(--background-elevated));color:var(--primary);min-height:30px;padding:0 10px;border-radius:999px;display:inline-flex;align-items:center;gap:6px;font-size:.78rem;font-weight:800}.autopost-city-tree-preset:disabled{cursor:not-allowed;opacity:.55}.autopost-city-tree-preset-active{background:color-mix(in srgb,var(--primary) 14%,#ffffff);border-color:color-mix(in srgb,var(--primary) 48%,var(--border));box-shadow:0 0 0 2px color-mix(in srgb,var(--primary) 10%,transparent)}.autopost-city-tree-selection{display:flex;flex-wrap:wrap;align-items:center;gap:6px}.autopost-city-tree-selection span{color:var(--muted-foreground);font-size:.72rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.autopost-city-tree-selection strong{border:1px solid color-mix(in srgb,var(--primary) 20%,var(--border));background:color-mix(in srgb,var(--primary) 6%,var(--background-elevated));color:var(--foreground);border-radius:999px;padding:5px 8px;font-size:.78rem;font-weight:800}.autopost-city-tree-browser{display:grid;gap:0;border:1px solid var(--border);border-radius:18px;overflow:hidden;background:var(--background)}.autopost-city-tree-search-shell{border-bottom:1px solid var(--border);border-radius:0;background:color-mix(in srgb,var(--background-elevated) 88%,transparent 12%);padding:0 14px}.autopost-city-tree-scroll{max-height:340px}.autopost-city-tree-list{display:grid;gap:10px;padding:12px}.autopost-city-tree-search-block{display:grid;gap:10px}.autopost-city-tree-search-title{display:inline-flex;align-items:center;gap:8px;color:var(--muted-foreground);font-size:.78rem;text-transform:uppercase;letter-spacing:.08em}.autopost-city-tree-search-results{display:grid;gap:10px}.autopost-city-tree-region{border:1px solid var(--border);border-radius:16px;background:var(--background-elevated);padding:10px 12px;display:flex;align-items:flex-start;gap:10px}.autopost-city-tree-checkbox,.autopost-city-tree-city{display:flex;align-items:flex-start;gap:10px}.autopost-city-tree-checkbox input,.autopost-city-tree-city input,.autopost-city-tree-region input{margin-top:3px}.autopost-city-tree-region div,.autopost-city-tree-checkbox div,.autopost-city-tree-city div{display:grid;gap:4px}.autopost-city-tree-region span,.autopost-city-tree-checkbox span,.autopost-city-tree-city span{color:var(--muted-foreground);font-size:.84rem;line-height:1.45}.autopost-city-tree-city{padding:8px 10px;border-radius:14px;background:var(--background-accent)}.autopost-city-tree-region-active{border-color:color-mix(in srgb,var(--primary) 35%,var(--border));box-shadow:0 0 0 2px color-mix(in srgb,var(--primary) 10%,transparent)}.autopost-city-tree-city-active{background:color-mix(in srgb,var(--primary) 8%,var(--background-elevated));box-shadow:inset 3px 0 0 var(--primary)}.autopost-city-tree-city-inherited{opacity:.78}.autopost-city-tree-empty{display:inline-flex;align-items:center;gap:8px;color:var(--muted-foreground)}.autopost-route-list-sections{display:grid;gap:14px}.autopost-route-list-section{border:1px solid var(--border);border-radius:18px;background:color-mix(in srgb,var(--background-elevated) 84%,transparent 16%);padding:12px;display:grid;gap:14px}.autopost-route-list-toggle{border:0;background:transparent;padding:0;display:grid;grid-template-columns:auto minmax(0,1fr);gap:10px;align-items:start;text-align:left;color:inherit}.autopost-route-list-toggle-icon{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;color:var(--muted-foreground)}.autopost-route-list-toggle strong,.autopost-route-list-toggle small{display:block}.autopost-route-list-toggle small{margin-top:4px;color:var(--muted-foreground);line-height:1.4}@media (max-width: 1180px){.autopost-city-tree-grid{grid-template-columns:1fr}}.autopost-dict-action{min-height:34px;padding:0 12px;border-radius:999px;border:1px solid var(--border);display:inline-flex;align-items:center;justify-content:center;color:var(--muted-foreground);font-weight:700}.autopost-dict-action-active{border-color:transparent;background:var(--primary);color:var(--primary-foreground)}.notification-log-panel-compact{width:min(760px,calc(100vw - 338px))}.notification-log-panel-compact .notification-log-list{max-height:min(60vh,520px)}@media (max-width: 1180px){.notification-panel,.notification-log-panel,.notification-log-panel-compact{top:72px;right:16px;width:min(760px,calc(100vw - 32px))}}.ati-limit-widget{min-width:180px;padding:10px 14px;border-radius:20px;border:1px solid var(--border);background:var(--card);box-shadow:var(--shadow-md);display:grid;gap:8px;text-align:left;height:auto}.ati-limit-widget-head{display:inline-flex;align-items:center;gap:8px;color:var(--muted-foreground);font-size:.78rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.ati-limit-widget-value{display:inline-flex;align-items:center;gap:6px;font-size:1.1rem;font-weight:800}.ati-limit-widget-value small{color:var(--muted-foreground);font-size:.8rem;font-weight:600}.ati-limit-widget-bar,.operations-summary-bar,.user-panel-capacity-bar{position:relative;display:flex;width:100%;min-height:10px;border-radius:999px;overflow:hidden;background:color-mix(in srgb,var(--background-muted) 82%,var(--border) 18%)}.ati-limit-widget-bar-fill,.operations-summary-bar-fill{display:block;min-height:10px;border-radius:999px;background:linear-gradient(90deg,#2f6fed,#f28c28)}.ati-limit-widget-caption{color:var(--muted-foreground);font-size:.75rem;line-height:1.35}.ati-limit-widget-warning{border-color:color-mix(in srgb,var(--warning) 50%,var(--border));box-shadow:0 14px 36px color-mix(in srgb,var(--warning) 14%,transparent)}.user-panel-content{grid-template-columns:minmax(0,1fr) auto}.user-panel-capacity{grid-column:1 / -1;display:grid;gap:8px;padding-top:2px}.user-panel-capacity-head{display:flex;justify-content:space-between;align-items:baseline;gap:12px;font-size:.82rem;color:var(--muted-foreground)}.user-panel-capacity-head strong{color:var(--foreground);font-size:.92rem}.user-panel-capacity-segment,.user-panel-capacity-gap{display:block;min-height:10px}.user-panel-capacity-gap{background:color-mix(in srgb,var(--background-muted) 84%,var(--border) 16%)}.user-panel-capacity-caption{color:var(--muted-foreground);font-size:.72rem;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.operations-page-shell{display:grid;gap:18px}.operations-page-header{display:flex;align-items:center}.operations-page-stack{display:grid;gap:18px}.operations-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.operations-summary-card{display:grid;gap:8px;padding:16px;border:1px solid var(--border);border-radius:18px;background:var(--card)}.operations-summary-card span{color:var(--muted-foreground);font-size:.8rem;text-transform:uppercase;letter-spacing:.06em}.operations-summary-card strong{font-size:1.32rem}.operations-summary-card small{color:var(--muted-foreground);line-height:1.35}.operations-log-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.operations-log-content{display:grid;gap:16px}.operations-filter-row{display:flex;flex-wrap:wrap;gap:12px}.operations-filter-row .notification-log-filter span{display:inline-flex;align-items:center;gap:6px}@media (max-width: 1100px){.operations-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.operations-log-content .notification-log-list{max-height:none}html,body{scrollbar-gutter:stable}.workspace-main{gap:10px}.operations-page-shell{gap:14px}.workspace-topbar h1{margin:0}.notification-bell-card,.ati-limit-widget{position:relative;min-width:188px;height:auto;padding:12px 16px;border:1px solid var(--border);border-radius:24px;background:var(--card);box-shadow:var(--shadow-md);display:grid;gap:10px;text-align:left}.notification-bell-card{min-width:208px}.notification-bell-label,.ati-limit-widget-title{display:inline-flex;align-items:center;gap:8px;color:var(--muted-foreground);font-size:.8rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.notification-bell{position:relative;box-shadow:none}.notification-bell-badge{top:10px;right:10px}.ati-limit-widget-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.ati-limit-widget{box-shadow:var(--shadow-md)}.ati-limit-widget-caption{color:var(--muted-foreground);font-size:.75rem}.help-tooltip-shell{position:relative;display:inline-flex;align-items:center;color:var(--muted-foreground)}.help-tooltip-shell:hover .help-tooltip-bubble,.help-tooltip-shell:focus-within .help-tooltip-bubble{opacity:1;transform:translateY(0);pointer-events:auto}.help-tooltip-bubble{position:absolute;top:calc(100% + 10px);right:0;width:320px;padding:12px 14px;border-radius:16px;border:1px solid var(--border);background:color-mix(in srgb,var(--background-elevated) 96%,white 4%);box-shadow:var(--shadow-lg);color:var(--foreground);font-size:.8rem;line-height:1.45;text-transform:none;letter-spacing:normal;opacity:0;transform:translateY(6px);pointer-events:none;transition:opacity .16s ease,transform .16s ease;z-index:40}.user-panel-capacity-bar{gap:2px;background:color-mix(in srgb,var(--background-muted) 84%,var(--border) 16%)}.user-panel-capacity-segment,.user-panel-capacity-gap{border-radius:0}.user-panel-capacity-segment:first-child,.user-panel-capacity-gap:first-child{border-top-left-radius:999px;border-bottom-left-radius:999px}.user-panel-capacity-segment:last-child,.user-panel-capacity-gap:last-child{border-top-right-radius:999px;border-bottom-right-radius:999px}.user-panel-capacity-caption{display:none}.platform-counterparty-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px}.platform-counterparty-toolbar .input-with-icon{max-width:460px;width:100%}.platform-counterparty-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.platform-counterparty-card{display:grid;gap:14px;min-width:0;padding:18px;border:1px solid var(--border);border-radius:22px;background:var(--background-elevated);box-shadow:var(--shadow-sm)}.platform-counterparty-card-selected{border-color:color-mix(in srgb,var(--primary) 28%,var(--border) 72%);box-shadow:var(--shadow-md)}.platform-counterparty-card-head,.platform-counterparty-card-footer{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.platform-counterparty-card-head>div:first-child,.platform-counterparty-card-footer>span{min-width:0}.platform-counterparty-card-head strong{display:block;margin-top:4px;font-size:1rem;line-height:1.2;overflow-wrap:anywhere}.platform-counterparty-card-head>div:first-child>span:last-child,.platform-counterparty-card-footer>span{display:block;margin-top:4px;color:var(--muted-foreground);font-size:.82rem;overflow-wrap:anywhere}.platform-counterparty-card-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.platform-counterparty-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}@media (max-width: 980px){.platform-counterparty-list{grid-template-columns:1fr}.platform-counterparty-actions{justify-content:flex-start}}.platform-counterparty-settings-card{display:grid;gap:16px;padding:16px;border:1px solid var(--border);border-radius:20px;background:color-mix(in srgb,var(--card) 92%,var(--accent) 8%)}.platform-counterparty-rules-grid{display:grid;grid-template-columns:repeat(3,minmax(160px,1fr));gap:10px}.platform-counterparty-rules-grid .field-card{display:grid;gap:8px;padding:12px;border:1px solid var(--border);border-radius:16px;background:var(--card);color:var(--muted-foreground);font-size:.78rem;text-transform:uppercase;letter-spacing:.04em}.platform-counterparty-rules-grid .field-card input[type=checkbox]{width:18px;height:18px}.platform-counterparty-settings-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px}@media (max-width: 980px){.platform-counterparty-rules-grid{grid-template-columns:1fr}.platform-counterparty-settings-actions{justify-content:flex-start}}.notification-log-filter input,.notification-log-filter select{min-height:42px;border:1px solid var(--border);border-radius:14px;background:color-mix(in srgb,var(--card) 92%,var(--background-muted));padding:10px 12px;color:var(--foreground);outline:none;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.notification-log-filter input:focus,.notification-log-filter select:focus{border-color:color-mix(in srgb,var(--primary) 55%,var(--border));box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 14%,transparent);background:var(--card)}.operations-filter-row-rich{align-items:end;padding:14px;border:1px solid var(--border);border-radius:20px;background:color-mix(in srgb,var(--background-muted) 62%,transparent)}.operation-event-picker{display:grid;gap:10px;padding:14px;border:1px solid var(--border);border-radius:20px;background:var(--card)}.operation-event-picker-head,.operation-log-resultbar{display:flex;align-items:center;justify-content:space-between;gap:12px}.operation-event-picker-head span,.operation-log-resultbar span{color:var(--muted-foreground);font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.operation-event-picker-head button{border:0;background:transparent;color:var(--primary);cursor:pointer;font:inherit;font-size:.82rem;font-weight:700}.operation-event-options{display:flex;flex-wrap:wrap;gap:8px;max-height:128px;overflow:auto;padding-right:4px}.operation-event-option{display:inline-flex;align-items:center;gap:7px;border:1px solid var(--border);border-radius:999px;background:var(--background);color:var(--muted-foreground);padding:7px 10px;font-size:.82rem;font-weight:700;cursor:pointer;transition:border-color .16s ease,background .16s ease,color .16s ease}.operation-event-option input{width:14px;height:14px;accent-color:var(--primary)}.operation-event-option.is-selected{border-color:color-mix(in srgb,var(--primary) 54%,var(--border));background:color-mix(in srgb,var(--primary) 12%,var(--card));color:var(--foreground)}.operation-log-resultbar{padding:0 2px}.operation-log-resultbar div{display:flex;gap:8px}.workspace-main{padding-top:0}.workspace-topbar{min-height:78px;margin:0 -24px 12px;padding:8px 24px 8px 32px;border-bottom:1px solid var(--border);background:color-mix(in srgb,var(--background) 88%,var(--card) 12%);display:flex;align-items:center;justify-content:space-between;gap:18px}.workspace-breadcrumbs{display:inline-flex;align-items:center;min-width:180px;gap:8px;color:var(--muted-foreground);font-size:.94rem;white-space:nowrap}.workspace-breadcrumbs strong{color:var(--foreground);font-weight:800}.topbar-actions{display:flex;align-items:center;justify-content:flex-end;gap:0;position:relative;min-width:0}.topbar-actions>*{min-height:58px}.topbar-actions>*+*{border-left:1px solid color-mix(in srgb,var(--border) 90%,transparent)}.workspace-topbar .notification-center{display:flex;align-items:center;min-height:58px;padding:0 28px 0 0;margin-right:16px;border-right:1px solid color-mix(in srgb,var(--border) 92%,transparent)}.workspace-topbar .notification-bell-card{min-width:42px;width:42px;height:42px;padding:0;border:0;border-radius:12px;background:transparent;box-shadow:none;display:grid;place-items:center}.workspace-topbar .notification-bell-card:hover{background:var(--background-muted)}.workspace-topbar .notification-bell-label span{display:none}.workspace-topbar .notification-bell-label svg{color:var(--muted-foreground)}.workspace-topbar .notification-bell-badge{top:8px;right:8px;min-width:7px;width:7px;height:7px;padding:0;color:transparent;border:1px solid var(--background)}.workspace-topbar .ati-limit-widget{min-width:220px;min-height:58px;height:58px;padding:0 26px;border:0;border-radius:0;background:transparent;box-shadow:none;display:grid;grid-template-columns:auto minmax(92px,1fr);grid-template-rows:auto auto;align-content:center;column-gap:12px;row-gap:3px}.workspace-topbar .ati-limit-widget:hover{background:color-mix(in srgb,var(--background-muted) 62%,transparent)}.workspace-topbar .ati-limit-widget-head{display:contents}.workspace-topbar .ati-limit-widget-title{grid-column:1;grid-row:1;color:var(--muted-foreground);font-size:.8rem;letter-spacing:.08em}.workspace-topbar .ati-limit-widget-title svg,.workspace-topbar .help-tooltip-shell{display:none}.workspace-topbar .ati-limit-widget-value{grid-column:1;grid-row:2;font-size:1.08rem;font-weight:900;line-height:1}.workspace-topbar .ati-limit-widget-bar{grid-column:2;grid-row:1 / 3;align-self:center;min-height:9px;height:9px;border:1px solid color-mix(in srgb,var(--border) 82%,transparent);border-radius:999px;overflow:hidden}.workspace-topbar .ati-limit-widget-bar-fill{min-height:100%;height:100%;border-radius:999px}.workspace-topbar .ati-limit-widget-caption{grid-column:1 / 3;font-size:.76rem;white-space:nowrap}.workspace-topbar .user-panel-card{min-width:0;max-width:none;border:0;border-radius:0;background:transparent;box-shadow:none}.workspace-topbar .user-panel-card-warning{box-shadow:none}.workspace-topbar .user-panel-content{min-height:58px;padding:0 0 0 28px;border-left:1px solid color-mix(in srgb,var(--border) 92%,transparent);display:grid;grid-template-columns:minmax(210px,260px) minmax(132px,176px) auto;grid-template-areas:"capacity actions identity";align-items:center;gap:20px}.workspace-topbar .user-panel-identity{grid-area:identity;flex-direction:row-reverse;justify-content:flex-start;gap:10px;min-width:190px;padding-left:18px;border-left:1px solid var(--border)}.workspace-topbar .user-panel-avatar{width:38px;height:38px;flex-basis:38px;border-radius:50%;box-shadow:none}.workspace-topbar .user-panel-copy{text-align:right;gap:1px}.workspace-topbar .user-panel-copy strong{font-size:.96rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.workspace-topbar .user-panel-copy span{font-size:.82rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.workspace-topbar .user-panel-actions{grid-area:actions;width:100%;display:flex;flex-direction:column;align-items:stretch;justify-content:center;gap:6px}.workspace-topbar .user-panel-action-row{display:flex;align-items:center;justify-content:flex-end;gap:8px}.workspace-topbar .user-panel-status-block{width:108px}.workspace-topbar .contact-status-switcher{height:36px;padding:2px;background:transparent;border:0}.workspace-topbar .contact-status-chip{width:34px;height:34px;border:0;border-radius:10px}.workspace-topbar .contact-status-chip.is-active.tone-active{background:color-mix(in srgb,var(--success) 14%,transparent);color:var(--success)}.workspace-topbar .contact-status-chip.is-active.tone-pause{background:color-mix(in srgb,var(--warning) 14%,transparent);color:var(--warning)}.workspace-topbar .contact-status-chip.is-active.tone-stop{background:color-mix(in srgb,var(--muted-foreground) 14%,transparent);color:var(--muted-foreground)}.workspace-topbar .user-panel-card-paused .user-panel-content{min-height:92px}.workspace-topbar .user-panel-delete-ati{position:static;width:100%;min-width:0;height:30px;justify-content:center;box-shadow:none;white-space:nowrap}.workspace-topbar .user-panel-delete-progress{min-height:38px;padding:7px 9px;border-radius:13px}.workspace-topbar .user-panel-delete-progress-head{font-size:.68rem}.workspace-topbar .user-panel-logout{width:34px;height:34px;border-radius:10px;background:transparent}.workspace-topbar .user-panel-capacity{grid-area:capacity;position:relative;display:grid;align-content:center;padding:0 22px 0 0;border-right:1px solid color-mix(in srgb,var(--border) 92%,transparent);gap:8px}.workspace-topbar .user-panel-capacity-trigger{width:100%;padding:0;border:0;background:transparent;color:inherit;display:flex;align-items:baseline;justify-content:space-between;gap:14px;cursor:pointer}.workspace-topbar .user-panel-capacity-trigger:disabled{cursor:not-allowed;opacity:.7}.workspace-topbar .user-panel-capacity-trigger span{color:var(--muted-foreground);font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;white-space:nowrap}.workspace-topbar .user-panel-capacity-trigger strong{color:var(--foreground);font-size:1.18rem;line-height:1;white-space:nowrap}.workspace-topbar .user-panel-capacity-bar{width:100%;height:13px;min-height:13px;padding:0;border:1px solid color-mix(in srgb,var(--border) 82%,transparent);border-radius:999px;background:color-mix(in srgb,var(--background-muted) 80%,transparent);overflow:hidden;display:flex;cursor:pointer}.workspace-topbar .user-panel-capacity-bar:disabled{cursor:not-allowed}.workspace-topbar .user-panel-capacity-segment,.workspace-topbar .user-panel-capacity-gap{min-height:100%;box-shadow:inset -1px 0 #ffffff8c,inset 0 0 0 1px #0000000a}.workspace-topbar .user-panel-capacity-error{display:block;width:100%;min-height:100%;border-radius:999px;background:repeating-linear-gradient(90deg,#ee60556b 0,#ee60556b 10px,#ee60552e 10px,#ee60552e 18px)}.workspace-topbar .capacity-popover{position:absolute;top:calc(100% + 14px);left:0;width:292px;padding:16px;border:1px solid color-mix(in srgb,var(--border) 78%,transparent);border-radius:22px;background:radial-gradient(circle at 18% 0%,color-mix(in srgb,var(--primary) 10%,transparent),transparent 32%),var(--card);box-shadow:var(--shadow-xl);z-index:40}.workspace-topbar .capacity-popover:before{content:"";position:absolute;top:-7px;left:28px;width:14px;height:14px;border-left:1px solid color-mix(in srgb,var(--border) 78%,transparent);border-top:1px solid color-mix(in srgb,var(--border) 78%,transparent);background:var(--card);transform:rotate(45deg)}.workspace-topbar .capacity-popover-head,.workspace-topbar .capacity-popover-stats,.workspace-topbar .capacity-popover-field{display:grid;gap:4px}.workspace-topbar .capacity-popover-head span,.workspace-topbar .capacity-popover-stats span,.workspace-topbar .capacity-popover-field span,.workspace-topbar .capacity-popover-note{color:var(--muted-foreground);font-size:.74rem;text-transform:uppercase;letter-spacing:.08em}.workspace-topbar .capacity-popover-head strong{font-size:1.05rem}.workspace-topbar .capacity-popover-stats{margin-top:14px;padding:12px;border-radius:16px;background:color-mix(in srgb,var(--background-muted) 72%,transparent)}.workspace-topbar .capacity-popover-stats strong{font-size:1.4rem;line-height:1}.workspace-topbar .capacity-popover-field{margin-top:14px}.workspace-topbar .capacity-popover-field .ui-input{height:42px;font-size:1rem;font-weight:800}.workspace-topbar .capacity-popover-note{display:block;margin-top:8px;text-transform:none;letter-spacing:normal}.workspace-topbar .capacity-popover-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:14px}@media (max-width: 1180px){.workspace-topbar{align-items:flex-start;padding-top:10px;padding-bottom:10px}.topbar-actions{flex-wrap:wrap;row-gap:8px}.workspace-topbar .user-panel-content{grid-template-columns:minmax(150px,1fr) auto;grid-template-areas:"identity actions" "capacity capacity"}.workspace-topbar .user-panel-identity{min-width:0;border-left:0;padding-left:0}.workspace-topbar .user-panel-capacity{border-right:0;padding-right:0}}.platform-detail-hero{overflow:hidden}.platform-detail-hero .ui-card-header{padding-bottom:12px}.platform-detail-hero .ui-card-title{font-size:1.15rem}.platform-detail-hero .ui-card-description,.platform-detail-hero .ui-card-description+.ui-card-description{margin-top:2px}.platform-detail-hero .platform-ops-meta-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}.platform-detail-hero .platform-ops-meta-item{min-height:62px;padding:10px 12px;border-radius:14px}.platform-detail-hero .platform-ops-meta-item span{font-size:.72rem}.platform-detail-hero .platform-ops-meta-item strong{font-size:.98rem}.platform-ops-health-row-compact{align-items:center;min-height:56px;padding:10px 12px}.platform-ops-health-row-compact>strong{font-size:.98rem}.platform-detail-stack .chip-row{gap:8px}.platform-detail-tabs{margin-top:4px}.platform-detail-tabs .ui-tabs-trigger{min-height:42px}.autopost-editor-panel .autopost-editor-header:has(+.autopost-editor-body-compact){padding-bottom:10px}.autopost-editor-body-compact{grid-template-columns:minmax(0,1fr);gap:12px;padding:14px 18px 16px}.autopost-editor-body:not(.autopost-editor-body-compact) .autopost-filter-category{display:contents}.autopost-editor-body:not(.autopost-editor-body-compact) .autopost-filter-category-summary{display:none}.autopost-editor-body:not(.autopost-editor-body-compact) .autopost-filter-category-body{display:contents}.autopost-filter-category{border:1px solid var(--border);border-radius:22px;background:color-mix(in srgb,var(--background-elevated) 92%,transparent 8%);overflow:hidden}.autopost-filter-category-summary{min-height:58px;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;gap:18px;cursor:pointer;list-style:none}.autopost-filter-category-summary::-webkit-details-marker{display:none}.autopost-filter-category-summary span{color:var(--brand-orange);font-size:.74rem;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.autopost-filter-category-summary strong{font-size:1rem}.autopost-filter-category-summary:after{content:"Раскрыть";min-width:78px;padding:5px 9px;border-radius:999px;background:var(--background-muted);color:var(--muted-foreground);font-size:.72rem;font-weight:800;text-align:center}.autopost-filter-category[open]>.autopost-filter-category-summary:after{content:"Свернуть"}.autopost-filter-category-body{padding:0 16px 16px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.autopost-filter-category-routes .autopost-filter-category-body,.autopost-filter-category-publication .autopost-filter-category-body{grid-template-columns:minmax(0,1fr)}.autopost-filter-category-body>.autopost-editor-section-compact{padding:12px;border-radius:16px;background:var(--panel)}.autopost-filter-category-body>.autopost-editor-section-span-2{grid-column:1 / -1}.autopost-filter-category-body .autopost-section-head{margin-bottom:-2px}.autopost-filter-category-body .autopost-section-head h3{font-size:.94rem}.autopost-filter-category-body .autopost-inline-strip{padding:0;border:0;grid-template-columns:minmax(0,1fr) 180px}.autopost-filter-category-body .autopost-publish-section{padding:12px;border-radius:16px;background:var(--panel)}.autopost-filter-category-body .autopost-publish-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.autopost-filter-category-body .autopost-publish-toggle{min-height:62px;padding:10px 12px;border-radius:14px}.autopost-filter-category-body .autopost-publish-toggle small,.autopost-filter-category-body .autopost-input-hint,.autopost-filter-category-body .autopost-route-list-toggle small,.autopost-filter-category-body .muted-copy{display:none}.autopost-filter-category-body .autopost-range-stack{gap:10px}.platform-detail-dryrun-card{border-radius:22px}.platform-detail-dryrun-card>summary{min-height:54px;padding:12px 16px}.platform-detail-dryrun-card .autopost-diagnostics-body{padding:12px}@media (max-width: 1380px){.platform-detail-hero .platform-ops-meta-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.autopost-filter-category-body .autopost-publish-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 900px){.platform-detail-hero .platform-ops-meta-grid,.autopost-filter-category-body{grid-template-columns:minmax(0,1fr)}}.autopost-editor-body-compact .autopost-filter-category{position:relative;box-shadow:0 14px 34px #1f29370d}.autopost-editor-body-compact .autopost-filter-category:before{content:"";position:absolute;inset:0 auto 0 0;width:5px;opacity:.95}.autopost-editor-body-compact .autopost-filter-category-publication:before{background:linear-gradient(180deg,#ff7a2f,#f2b84b)}.autopost-editor-body-compact .autopost-filter-category-filters:before{background:linear-gradient(180deg,#2f7cf6,#24b3a8)}.autopost-editor-body-compact .autopost-filter-category-routes:before{background:linear-gradient(180deg,#0f9b8e,#73c66f)}.autopost-filter-category-icon{width:34px;height:34px;border-radius:12px;display:inline-grid;place-items:center;color:var(--foreground);background:color-mix(in srgb,var(--background-muted) 74%,transparent)}.autopost-filter-category-publication .autopost-filter-category-icon{color:#d65b19;background:#ff7a2f24}.autopost-filter-category-filters .autopost-filter-category-icon{color:#2365d8;background:#2f7cf61f}.autopost-filter-category-routes .autopost-filter-category-icon{color:#087b70;background:#0f9b8e1f}.autopost-filter-category-summary{justify-content:flex-start}.autopost-filter-category-summary strong{flex:1}.autopost-editor-body-compact .autopost-input-field>span,.autopost-editor-body-compact .field-label{color:var(--brand-orange);font-size:.72rem;font-weight:900;letter-spacing:.1em}.autopost-editor-body-compact .autopost-editor-footer{position:sticky;bottom:0}.platform-publication-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,420px);gap:16px;align-items:start}.workspace-main:has(.platform-publication-stack){overflow:visible}.platform-publication-editor{min-width:0}.platform-publication-dryrun{position:sticky;top:14px;align-self:start;z-index:5;min-width:0;display:grid;gap:12px}.platform-publication-dryrun .platform-detail-collapsible-card{min-height:384px;max-height:min(74vh,calc(100vh - 96px));overflow:auto;overscroll-behavior:contain;scroll-behavior:smooth;scrollbar-gutter:stable}.platform-publication-dryrun .autopost-diagnostics-panel{position:static;min-height:318px}.platform-publication-dryrun-actions{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.25fr);gap:10px;padding:10px;border:1px solid color-mix(in srgb,var(--border) 92%,transparent);border-radius:18px;background:color-mix(in srgb,var(--background-elevated) 94%,transparent);box-shadow:0 18px 46px #0f172a14,inset 0 1px #ffffffad}.platform-publication-dryrun-actions .ui-button{width:100%;min-height:42px}.platform-publication-dryrun .autopost-diagnostics-body{font-size:.88rem}.platform-publication-dryrun .autopost-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}@media (max-width: 1280px){.platform-publication-layout{grid-template-columns:minmax(0,1fr)}.platform-publication-dryrun{position:sticky;top:10px}.platform-publication-dryrun-actions{position:sticky;bottom:10px;z-index:4}}.workspace-topbar{min-height:86px;padding-top:10px;padding-bottom:10px;background:linear-gradient(90deg,color-mix(in srgb,var(--background) 94%,#edf4ff 6%),color-mix(in srgb,var(--background) 92%,#fff4ee 8%))}.topbar-actions{min-height:66px;align-items:stretch}.topbar-actions>*{min-height:66px}.workspace-topbar .notification-center{flex:0 0 172px;min-height:66px;padding:0 18px 0 0;margin-right:0}.workspace-topbar .notification-bell-card{width:100%;min-width:0;height:54px;justify-content:flex-start;padding:0 10px;border-radius:0}.workspace-topbar .notification-bell-label{width:100%;display:grid;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:8px}.workspace-topbar .notification-bell-label span{display:block;color:var(--muted-foreground);font-size:.78rem;font-weight:900;line-height:1.08;letter-spacing:.06em;text-transform:uppercase;white-space:normal}.workspace-topbar .notification-bell-badge{top:10px;right:10px}.workspace-topbar .ati-limit-widget{min-height:66px;height:66px;min-width:238px;padding:0 28px}.workspace-topbar .user-panel-content{min-height:66px;grid-template-columns:minmax(226px,278px) minmax(112px,132px) minmax(210px,260px);grid-template-areas:"capacity actions identity";padding-left:30px;gap:22px}.workspace-topbar .user-panel-identity{flex-direction:row;justify-content:flex-start;min-width:210px;padding-left:22px;padding-right:18px}.workspace-topbar .user-panel-copy{text-align:left}.workspace-topbar .user-panel-avatar{order:0;width:42px;height:42px;flex-basis:42px}.workspace-topbar .user-panel-action-row{justify-content:center}.workspace-topbar .user-panel-status-block{width:112px}.workspace-topbar .user-panel-logout{display:none}.workspace-topbar .workspace-logout-button{align-self:center;width:42px;height:42px;margin-left:8px;border-radius:14px;background:color-mix(in srgb,var(--background-elevated) 82%,transparent 18%);box-shadow:none}.workspace-topbar .workspace-logout-button:hover{background:color-mix(in srgb,var(--danger) 10%,var(--background-muted) 90%);color:var(--danger)}.workspace-topbar .notification-bell-card,.workspace-topbar .ati-limit-widget,.workspace-topbar .user-panel-card,.workspace-topbar .workspace-logout-button,.workspace-topbar .contact-status-switcher,.workspace-topbar .contact-status-chip{box-shadow:none!important}.workspace-topbar .user-panel-card-paused .user-panel-content{min-height:96px}@media (max-width: 1320px){.workspace-topbar .notification-center{flex-basis:54px;padding-right:10px}.workspace-topbar .notification-bell-label{display:flex;justify-content:center}.workspace-topbar .notification-bell-label span{display:none}.workspace-topbar .ati-limit-widget{min-width:206px}.workspace-topbar .user-panel-content{grid-template-columns:minmax(190px,230px) minmax(112px,132px) minmax(190px,220px)}}.workspace-topbar .capacity-popover{background:linear-gradient(180deg,#fff,color-mix(in srgb,var(--card) 96%,#f3f7ff 4%))!important;backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:0 24px 80px #0f172a33,0 0 0 1px #0f172a0a}.workspace-topbar .capacity-popover{background:#fff!important;background-image:none!important;opacity:1!important;border-color:#0f172a1f;box-shadow:0 28px 90px #0f172a38,0 0 0 1px #0f172a0a!important;z-index:120;isolation:isolate}.workspace-topbar .capacity-popover:before{background:#fff!important}.workspace-topbar .capacity-popover-stats{background:#f3f6fb!important}.platform-detail-hero .platform-detail-hero-metrics{grid-template-columns:minmax(130px,.9fr) minmax(190px,1.25fr) minmax(120px,.8fr) minmax(110px,.75fr) minmax(220px,1.35fr)}.platform-detail-hero .platform-ops-meta-item-toggle{align-items:stretch;gap:10px}.platform-detail-hero .platform-ops-meta-item-toggle .platform-posting-toggle{width:100%;justify-content:flex-start}.platform-detail-hero .platform-ops-meta-item-toggle .platform-posting-chip{flex:1 1 0;justify-content:center}.platform-detail-hero .platform-ops-meta-item-toggle span{margin-bottom:2px}@media (max-width: 1180px){.platform-detail-hero .platform-detail-hero-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}.platform-publication-editor .autopost-editor-panel{border:0;background:transparent;box-shadow:none}.platform-publication-editor .autopost-editor-header{display:none}.platform-publication-editor .autopost-editor-body-compact{padding:0;gap:20px;counter-reset:publication-step}.platform-publication-editor .autopost-filter-category{counter-increment:publication-step;border-radius:22px;border:1px solid rgba(15,23,42,.08);background:#fff;box-shadow:0 18px 46px #0f172a0f;overflow:hidden}.platform-publication-editor .autopost-editor-body-compact .autopost-filter-category:before{display:none}.platform-publication-editor .autopost-filter-category-summary{min-height:74px;padding:18px 22px;border-bottom:1px solid transparent;display:grid;grid-template-columns:34px minmax(0,auto) minmax(0,1fr) 28px;justify-content:stretch;align-items:center;gap:14px}.platform-publication-editor .autopost-filter-category[open]>.autopost-filter-category-summary{border-bottom-color:#0f172a12}.platform-publication-editor .autopost-filter-category-summary:before{content:counter(publication-step);width:34px;height:34px;border-radius:10px;display:grid;place-items:center;color:#1463df;background:#edf4ff;font-size:1rem;font-weight:900}.platform-publication-editor .autopost-filter-category-summary:after{content:"⌃";min-width:0;width:28px;height:28px;padding:0;display:grid;place-items:center;border-radius:999px;background:transparent;color:var(--foreground);font-size:1rem;font-weight:900;transform:rotate(0)}.platform-publication-editor .autopost-filter-category:not([open])>.autopost-filter-category-summary:after{transform:rotate(180deg)}.platform-publication-editor .autopost-filter-category-summary .autopost-filter-category-icon{display:none}.platform-publication-editor .autopost-filter-category-summary>span:not(.autopost-filter-category-icon){color:var(--foreground);font-size:1.15rem;font-weight:900;letter-spacing:-.02em;text-transform:none;white-space:nowrap}.platform-publication-editor .autopost-filter-category-summary strong{color:var(--muted-foreground);font-size:.82rem;font-weight:700;min-width:0}.platform-publication-editor .autopost-filter-category-body{padding:16px 20px 20px;gap:14px}.platform-publication-editor .autopost-filter-category-filters .autopost-filter-category-body{grid-template-columns:repeat(3,minmax(0,1fr))}.platform-publication-editor .autopost-filter-category-publication .autopost-filter-category-body{gap:0}.platform-publication-editor .autopost-filter-category-body>.autopost-editor-section-compact,.platform-publication-editor .autopost-filter-category-body .autopost-publish-section{border:1px solid rgba(15,23,42,.08);border-radius:16px;background:#fff;box-shadow:inset 0 1px #ffffffe6}.platform-publication-editor .autopost-filter-category-publication .autopost-editor-section-compact,.platform-publication-editor .autopost-filter-category-publication .autopost-publish-section{border-radius:0;border-left:0;border-right:0;border-bottom:0;box-shadow:none}.platform-publication-editor .autopost-filter-category-publication .autopost-editor-section-compact:first-child{border-top:0}.platform-publication-editor .autopost-filter-category-body .autopost-section-head{min-height:36px;align-items:center}.platform-publication-editor .autopost-filter-category-body .autopost-section-head h3{font-size:.98rem;letter-spacing:-.01em}.platform-publication-editor .autopost-editor-body-compact .autopost-input-field>span,.platform-publication-editor .autopost-editor-body-compact .field-label{color:var(--muted-foreground);font-size:.72rem;font-weight:800;letter-spacing:.02em;text-transform:none}.platform-publication-editor .autopost-filter-category-body .autopost-inline-strip{grid-template-columns:minmax(280px,1fr) 180px;align-items:center}.platform-publication-editor .autopost-filter-category-body .autopost-publish-grid{grid-template-columns:minmax(260px,1.2fr) minmax(170px,.7fr) minmax(260px,1fr) minmax(280px,1.2fr);align-items:end}.platform-publication-editor .autopost-filter-category-body .autopost-publish-toggle{min-height:50px;border:0;background:transparent;padding:0}.platform-publication-editor .autopost-filter-category-body .autopost-publish-toggle small,.platform-publication-editor .autopost-filter-category-body .autopost-input-hint,.platform-publication-editor .autopost-filter-category-body .muted-copy{display:none}.platform-publication-editor .autopost-filter-category-body .autopost-range-stack{gap:14px}.platform-publication-editor .autopost-range-field,.platform-publication-editor .autopost-date-field,.platform-publication-editor .autopost-input-field-wide{min-height:100%}.platform-publication-editor .autopost-route-list-sections{gap:0;border:1px solid rgba(15,23,42,.08);border-radius:16px;overflow:hidden;background:#fff}.platform-publication-editor .autopost-route-list-section{border:0;border-radius:0;background:transparent}.platform-publication-editor .autopost-route-list-section+.autopost-route-list-section{border-top:1px solid rgba(15,23,42,.08)}.platform-publication-editor .autopost-route-list-toggle{min-height:54px;padding:0 14px;background:#f8fafc}.platform-publication-editor .autopost-route-list-toggle strong{font-size:.95rem}.platform-publication-editor .autopost-city-tree-grid{padding:14px}.platform-publication-editor .autopost-city-tree-card{border-radius:14px;box-shadow:none}.platform-publication-editor .autopost-editor-footer{margin-top:18px;border:1px solid rgba(15,23,42,.08);border-radius:18px;background:#ffffffeb;box-shadow:0 16px 40px #0f172a0d}@media (max-width: 1500px){.platform-publication-editor .autopost-filter-category-filters .autopost-filter-category-body,.platform-publication-editor .autopost-filter-category-body .autopost-publish-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 980px){.platform-publication-editor .autopost-filter-category-summary{grid-template-columns:34px minmax(0,1fr) 28px}.platform-publication-editor .autopost-filter-category-summary strong{display:none}.platform-publication-editor .autopost-filter-category-filters .autopost-filter-category-body,.platform-publication-editor .autopost-filter-category-body .autopost-publish-grid,.platform-publication-editor .autopost-filter-category-body .autopost-inline-strip{grid-template-columns:minmax(0,1fr)}}.platform-publication-editor .autopost-editor-body-compact{gap:22px}.platform-publication-editor .autopost-filter-category{border-radius:18px;border:1px solid #e4e9f2;background:#fff;box-shadow:0 18px 42px #0f172a0f}.platform-publication-editor .autopost-filter-category-summary{min-height:78px;padding:18px 20px;grid-template-columns:34px auto minmax(0,1fr) 28px;gap:14px;background:#fff}.platform-publication-editor .autopost-filter-category-summary:before{width:34px;height:34px;border-radius:9px;color:#2563eb;background:#eaf2ff;font-size:1rem;font-weight:900}.platform-publication-editor .autopost-filter-category-filters>.autopost-filter-category-summary:before{color:#2563eb;background:#eaf2ff}.platform-publication-editor .autopost-filter-category-routes>.autopost-filter-category-summary:before{color:#0f9f6e;background:#e7f8ef}.platform-publication-editor .autopost-filter-category-summary>span:not(.autopost-filter-category-icon){font-size:1.22rem;font-weight:900;color:#0f172a}.platform-publication-editor .autopost-filter-category-summary strong{font-size:.84rem;font-weight:700;color:#7c879b}.platform-publication-editor .autopost-filter-category-summary:after{content:"⌃";color:#0f172a;background:transparent;font-size:1rem}.platform-publication-editor .autopost-filter-category-body{padding:0 18px 18px;gap:12px}.platform-publication-editor .autopost-filter-category[open]>.autopost-filter-category-summary{border-bottom:0}.platform-publication-editor .autopost-filter-category-body>.autopost-editor-section-compact,.platform-publication-editor .autopost-filter-category-body .autopost-publish-section{border:1px solid #e2e8f0;border-radius:14px;background:#fff;box-shadow:none}.platform-publication-editor .autopost-filter-category-publication .autopost-filter-category-body{display:grid;grid-template-columns:minmax(0,1fr);gap:0;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden;padding:0;margin:0 18px 18px}.platform-publication-editor .autopost-filter-category-publication .autopost-editor-section-compact,.platform-publication-editor .autopost-filter-category-publication .autopost-publish-section{border:0;border-radius:0;padding:20px;background:#fff}.platform-publication-editor .autopost-filter-category-publication .autopost-publish-section{border-top:1px solid #e2e8f0}.platform-publication-editor .autopost-filter-category-publication .autopost-section-head{margin:0}.platform-publication-editor .autopost-filter-category-publication .autopost-section-head>div{display:grid;grid-template-columns:42px auto;grid-template-rows:auto auto;column-gap:12px;align-items:center}.platform-publication-editor .autopost-filter-category-publication .autopost-section-head>div:before{content:"";grid-row:1 / span 2;width:42px;height:42px;border-radius:12px;background:#eef4ff;box-shadow:inset 0 0 0 1px #2563eb14}.platform-publication-editor .autopost-filter-category-publication .autopost-publish-section .autopost-section-head>div:before{background:#fff3e8}.platform-publication-editor .autopost-filter-category-publication .autopost-inline-strip{grid-template-columns:minmax(220px,1fr) 180px;padding:0;border:0;align-items:end}.platform-publication-editor .autopost-filter-category-publication .autopost-publish-grid{grid-template-columns:minmax(250px,1.15fr) minmax(150px,.6fr) minmax(260px,1fr) minmax(260px,1.05fr);gap:20px;align-items:end}.platform-publication-editor .autopost-filter-category-publication .platform-posting-toggle,.platform-publication-editor .autopost-filter-category-publication .platform-posting-toggle-compact{max-width:220px}.platform-publication-editor .autopost-filter-category-publication .autopost-publish-toggle{min-height:42px;padding:0;border:0;background:transparent}.platform-publication-editor .autopost-filter-category-publication .autopost-publish-toggle strong{font-size:.9rem}.platform-publication-editor .autopost-filter-category-filters .autopost-filter-category-body{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.platform-publication-editor .autopost-filter-category-filters .autopost-filter-category-body>.autopost-editor-section-compact{min-height:174px;padding:18px}.platform-publication-editor .autopost-filter-category-filters .autopost-filter-category-body>.autopost-editor-section-compact:nth-child(2){display:contents}.platform-publication-editor .autopost-filter-category-filters .autopost-filter-category-body>.autopost-editor-section-compact:nth-child(2)>.autopost-range-stack{display:contents}.platform-publication-editor .autopost-filter-category-filters .autopost-filter-category-body>.autopost-editor-section-compact:nth-child(2) .autopost-range-field{min-height:174px;padding:18px;border:1px solid #e2e8f0;border-radius:14px;background:#fff}.platform-publication-editor .autopost-range-head{min-height:34px;align-items:center}.platform-publication-editor .autopost-range-head h3,.platform-publication-editor .autopost-section-head h3{margin:0;color:#0f172a;font-size:.98rem;font-weight:900}.platform-publication-editor .autopost-range-reset{min-height:30px;padding:0 8px;border:0;background:transparent;color:#667494}.platform-publication-editor .autopost-range-summary{gap:12px}.platform-publication-editor .autopost-range-pill{min-height:46px;padding:9px 12px;border-radius:10px;background:#fff;border-color:#dfe5ef}.platform-publication-editor .autopost-range-pill span{font-size:.67rem;color:#69758c;text-transform:lowercase;letter-spacing:.02em}.platform-publication-editor .autopost-range-pill strong{color:#0f172a;font-size:.96rem}.platform-publication-editor .autopost-range-track,.platform-publication-editor .autopost-range-track-fill,.platform-publication-editor .autopost-range-track-limit{height:5px}.platform-publication-editor .autopost-range-track-fill{background:#2f7cf6}.platform-publication-editor .autopost-range-input::-webkit-slider-thumb{width:15px;height:15px;background:#2f7cf6}.platform-publication-editor .autopost-range-input::-moz-range-thumb{width:15px;height:15px;background:#2f7cf6}.platform-publication-editor .autopost-range-scale{font-size:.78rem;color:#8a94a8}.platform-publication-editor .autopost-date-field .autopost-date-trigger{min-height:46px;border-radius:10px;background:#fff}.platform-publication-editor .autopost-input-field-wide{padding:0}.platform-publication-editor .autopost-input-field-wide>span{display:block;margin-bottom:8px}.platform-publication-editor .ati-body-type-multiselect,.platform-publication-editor .ati-body-type-select{min-height:46px}.platform-publication-editor .autopost-filter-category-routes .autopost-filter-category-body{padding-top:0}.platform-publication-editor .autopost-route-list-sections{display:grid;gap:0;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden;background:#fff}.platform-publication-editor .autopost-route-list-section{border:0;border-radius:0;padding:0}.platform-publication-editor .autopost-route-list-section+.autopost-route-list-section{border-top:1px solid #e2e8f0}.platform-publication-editor .autopost-route-list-toggle{min-height:54px;padding:0 18px;background:#f8fafc;grid-template-columns:28px minmax(0,1fr);align-items:center}.platform-publication-editor .autopost-route-list-toggle small{display:none}.platform-publication-editor .autopost-route-list-toggle strong{color:#0f172a;font-size:.95rem}.platform-publication-editor .autopost-city-tree-grid{padding:16px;gap:16px}.platform-publication-editor .autopost-city-tree-card{border-radius:14px;background:#fff;border-color:#e2e8f0}.platform-publication-editor .autopost-city-tree-browser{border-radius:12px}.platform-publication-editor .autopost-city-tree-search-shell{background:#fff}.platform-publication-editor .autopost-city-tree-region{border-radius:10px;background:#fff}.platform-publication-editor .autopost-city-tree-city{border-radius:10px;background:#f8fafc}.platform-publication-editor .autopost-editor-footer{margin-top:18px;padding:14px 16px;border-radius:18px;background:#fff}.platform-publication-editor .autopost-editor-footer-status-only{margin-top:10px;padding:0;border:0;background:transparent;box-shadow:none}.platform-publication-editor .autopost-editor-footer-status-only .autopost-editor-status{justify-content:flex-start}@media (max-width: 1500px){.platform-publication-editor .autopost-filter-category-filters .autopost-filter-category-body,.platform-publication-editor .autopost-filter-category-publication .autopost-publish-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 980px){.platform-publication-editor .autopost-filter-category-summary{grid-template-columns:34px minmax(0,1fr) 28px}.platform-publication-editor .autopost-filter-category-summary strong{display:none}.platform-publication-editor .autopost-filter-category-filters .autopost-filter-category-body,.platform-publication-editor .autopost-filter-category-publication .autopost-publish-grid,.platform-publication-editor .autopost-filter-category-publication .autopost-inline-strip,.platform-publication-editor .autopost-city-tree-grid{grid-template-columns:minmax(0,1fr)}}.platform-publication-editor .autopost-card-icon{width:40px;height:40px;border-radius:12px;display:inline-grid;place-items:center;flex:0 0 40px;color:#2563eb;background:#eef4ff;box-shadow:inset 0 0 0 1px #2563eb1a}.platform-publication-editor .autopost-icon-title{display:grid;grid-template-columns:40px minmax(0,1fr);align-items:center;column-gap:12px}.platform-publication-editor .autopost-title-copy{display:grid;gap:3px}.platform-publication-editor .autopost-filter-category-publication .autopost-section-head>.autopost-icon-title:before,.platform-publication-editor .autopost-filter-category-publication .autopost-publish-section .autopost-section-head>.autopost-icon-title:before{display:none}.platform-publication-editor .autopost-filter-category-publication .autopost-publish-section .autopost-card-icon{color:#2563eb;background:#eef4ff}.platform-publication-editor .autopost-filter-category-body .autopost-range-head{display:grid;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:12px}.platform-publication-editor .autopost-filter-category-body .autopost-range-head>div{min-width:0}.platform-publication-editor .autopost-filter-category-body .autopost-range-head .autopost-range-reset{justify-self:end}.platform-publication-editor .autopost-filter-category-filters .autopost-editor-section-compact:nth-child(4) .autopost-card-icon{color:#2563eb;background:#eef4ff}.platform-publication-editor .autopost-filter-category-routes .autopost-filter-category-summary:before{color:#0f9f6e;background:#e7f8ef}.platform-publication-editor .autopost-filter-category{position:relative}.platform-publication-editor .autopost-filter-category:before{content:"";position:absolute;inset:0 auto 0 0;width:5px;opacity:1;z-index:1}.platform-publication-editor .autopost-filter-category-publication:before{background:linear-gradient(180deg,var(--brand-orange),#f2b84b)}.platform-publication-editor .autopost-filter-category-filters:before{background:linear-gradient(180deg,#2f7cf6,#24b3a8)}.platform-publication-editor .autopost-filter-category-routes:before{background:linear-gradient(180deg,#0f9b8e,#73c66f)}.platform-publication-editor .autopost-filter-category-summary,.platform-publication-editor .autopost-filter-category-body{position:relative;z-index:2}.platform-publication-editor .autopost-section-head>.autopost-icon-title:before{content:none!important;display:none!important}.platform-publication-editor .autopost-filter-category-publication .autopost-publish-grid{grid-template-columns:minmax(210px,1.05fr) minmax(140px,.72fr) minmax(210px,1fr) minmax(220px,1.05fr);gap:0;align-items:center}.platform-publication-editor .autopost-filter-category-publication .autopost-publish-grid>*{min-width:0;min-height:72px;padding:0 18px;display:grid;align-content:center;border-left:1px solid #e2e8f0}.platform-publication-editor .autopost-filter-category-publication .autopost-publish-grid>*:first-child{border-left:0;padding-left:0}.platform-publication-editor .autopost-filter-category-publication .autopost-publish-grid .autopost-publish-comment{padding-right:0}.platform-publication-editor .autopost-filter-category-publication .autopost-publish-toggle{display:flex;align-items:center;gap:10px}.platform-publication-editor .autopost-filter-category-publication .autopost-rate-options{width:100%;padding:10px 12px;border:1px solid #e2e8f0;border-radius:12px;background:#fff}.platform-publication-editor .autopost-filter-category-publication .autopost-rate-options label{white-space:nowrap}.platform-publication-editor .autopost-date-trigger{display:none}.platform-publication-editor .autopost-date-popover{display:grid!important;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.platform-publication-editor .autopost-date-month-labels,.platform-publication-editor .autopost-date-calendars{grid-template-columns:minmax(0,1fr)}.platform-publication-editor .autopost-date-inputs{margin-top:2px}.platform-publication-editor .autopost-date-calendar-toolbar{margin-top:8px}.platform-publication-editor .autopost-date-grid{gap:3px}.platform-publication-editor .autopost-date-cell{min-height:30px;border-radius:9px;position:relative}.platform-publication-editor .autopost-date-cell.is-in-range:not(.is-edge){border-radius:0;background:color-mix(in srgb,var(--primary) 16%,#eef4ff 84%)}.platform-publication-editor .autopost-date-cell.is-edge{border-radius:9px;background:var(--primary);color:#fff}.platform-publication-editor .autopost-dict-scroll{max-height:206px}@media (max-width: 1500px){.platform-publication-editor .autopost-filter-category-publication .autopost-publish-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.platform-publication-editor .autopost-filter-category-publication .autopost-publish-grid>*:nth-child(odd){border-left:0;padding-left:0}}.workspace-topbar,.workspace-topbar button,.workspace-topbar input{font-family:inherit}.workspace-topbar .notification-bell-label span,.workspace-topbar .ati-limit-widget-title,.workspace-topbar .user-panel-capacity-trigger span{color:#667494;font-size:.82rem;font-weight:850;line-height:1.12;letter-spacing:.045em;text-transform:uppercase}.workspace-topbar .ati-limit-widget-value,.workspace-topbar .user-panel-capacity-trigger strong{color:#0f172a;font-size:1.02rem;font-weight:900;line-height:1.05;letter-spacing:-.01em}.workspace-topbar .ati-limit-widget-value small,.workspace-topbar .user-panel-capacity-trigger strong small{color:#536078;font-size:.88rem;font-weight:800}.workspace-topbar .user-panel-copy{gap:3px;min-width:0}.workspace-topbar .user-panel-copy strong{color:#0f172a;font-size:1rem;font-weight:900;line-height:1.05;letter-spacing:-.01em}.workspace-topbar .user-panel-copy span{color:#536078;font-size:.9rem;font-weight:650;line-height:1.12}.workspace-topbar .user-panel-identity{min-width:235px}.workspace-topbar .user-panel-content{grid-template-columns:minmax(226px,278px) minmax(112px,132px) minmax(235px,285px)}.workspace-topbar .notification-center{flex-basis:184px}.workspace-topbar .notification-bell-label{gap:10px}.workspace-breadcrumb-link{border:0;padding:0;background:transparent;color:var(--muted-foreground);font:inherit;font-weight:750;cursor:pointer}.workspace-breadcrumb-link:hover{color:var(--foreground)}.workspace-breadcrumbs strong:last-child{max-width:280px;overflow:hidden;text-overflow:ellipsis}.platform-detail-hero .platform-detail-header>div:first-child .ui-card-title{margin-bottom:0}.platform-publication-editor,.platform-publication-editor *{box-sizing:border-box}.platform-publication-editor .autopost-editor-body-compact .autopost-filter-category:before{content:"";display:block!important;position:absolute;inset:0 auto 0 0;width:5px;opacity:1;z-index:3}.platform-publication-editor .autopost-editor-body-compact .autopost-filter-category-publication:before{background:linear-gradient(180deg,var(--brand-orange),#f2b84b)}.platform-publication-editor .autopost-editor-body-compact .autopost-filter-category-filters:before{background:linear-gradient(180deg,var(--primary),var(--accent))}.platform-publication-editor .autopost-editor-body-compact .autopost-filter-category-routes:before{background:linear-gradient(180deg,var(--success),color-mix(in srgb,var(--success) 54%,#73c66f 46%))}.platform-publication-editor .autopost-filter-category-body,.platform-publication-editor .autopost-filter-category-publication .autopost-publish-grid,.platform-publication-editor .autopost-filter-category-publication .autopost-inline-strip,.platform-publication-editor .autopost-filter-category-filters .autopost-filter-category-body{min-width:0;max-width:100%}.platform-publication-editor .autopost-filter-category-publication .autopost-publish-grid{grid-template-columns:minmax(180px,.95fr) minmax(128px,.72fr) minmax(190px,.95fr) minmax(190px,1fr)}.platform-publication-editor .autopost-filter-category-publication .autopost-publish-grid>*{padding-left:12px;padding-right:12px;overflow:hidden}.platform-publication-editor .autopost-filter-category-publication .autopost-publish-toggle strong,.platform-publication-editor .autopost-filter-category-publication .autopost-rate-options label,.platform-publication-editor .autopost-filter-category-publication .autopost-input-field>span{white-space:normal;line-height:1.2}.platform-publication-editor .autopost-filter-category-publication .autopost-publish-comment .ui-input,.platform-publication-editor .autopost-filter-category-publication .autopost-input-field .ui-input,.platform-publication-editor .autopost-filter-category-publication .autopost-rate-options{width:100%;min-width:0}.platform-publication-editor .autopost-date-inputs{display:none}.platform-publication-editor .autopost-date-popover{gap:10px}.platform-publication-editor .autopost-date-cell{z-index:1}.platform-publication-editor .autopost-date-cell.is-in-range{background:color-mix(in srgb,var(--primary) 16%,#eef4ff 84%);color:var(--foreground)}.platform-publication-editor .autopost-date-cell.is-edge{z-index:2;background:var(--primary)!important;color:#fff!important;box-shadow:none}.platform-publication-editor .autopost-date-cell.is-outside.is-in-range:not(.is-edge){opacity:.72}.platform-detail-hero{border:0;background:radial-gradient(circle at 4% 0%,color-mix(in srgb,var(--primary) 8%,transparent),transparent 36%),linear-gradient(135deg,#fff,color-mix(in srgb,var(--background) 94%,#fff4ee 6%));box-shadow:0 22px 64px #0f172a14}.platform-detail-hero .platform-detail-header{grid-template-columns:minmax(210px,.34fr) minmax(0,1fr);align-items:stretch;gap:18px}.platform-detail-title-panel{min-height:96px;padding:16px;border:1px solid color-mix(in srgb,var(--border) 74%,transparent);border-radius:18px;background:#ffffffb8;display:flex;align-items:center;gap:13px}.platform-detail-title-icon{width:42px;height:42px;border-radius:14px;display:inline-grid;place-items:center;color:var(--primary);background:color-mix(in srgb,var(--primary) 11%,white 89%);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--primary) 12%,transparent)}.platform-detail-title-panel span:not(.platform-detail-title-icon){color:var(--muted-foreground);font-size:.72rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.platform-detail-title-panel .ui-card-title{margin-top:5px;font-size:1.18rem;line-height:1.15}.platform-detail-hero .platform-detail-hero-metrics{grid-template-columns:minmax(150px,.95fr) minmax(220px,1.25fr) minmax(135px,.85fr) minmax(125px,.8fr) minmax(270px,1.35fr);gap:12px}.platform-detail-hero .platform-ops-meta-item{position:relative;min-height:96px;padding:14px 14px 14px 15px;border-radius:18px;background:#ffffffd1;display:grid;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:12px;overflow:hidden}.platform-detail-hero .platform-ops-meta-item:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:color-mix(in srgb,var(--primary) 72%,white 28%);opacity:.9}.platform-detail-hero .platform-ops-meta-item-refresh:before{background:var(--brand-orange)}.platform-detail-hero .platform-ops-meta-item-suitable:before,.platform-detail-hero .platform-ops-meta-item-assigned:before,.platform-detail-hero .platform-ops-meta-item-toggle:before{background:var(--success)}.platform-detail-hero .platform-ops-meta-icon{width:38px;height:38px;border-radius:13px;display:inline-grid;place-items:center;color:var(--primary);background:color-mix(in srgb,var(--primary) 10%,white 90%)}.platform-detail-hero .platform-ops-meta-item-refresh .platform-ops-meta-icon{color:var(--brand-orange);background:color-mix(in srgb,var(--brand-orange) 11%,white 89%)}.platform-detail-hero .platform-ops-meta-item-suitable .platform-ops-meta-icon,.platform-detail-hero .platform-ops-meta-item-assigned .platform-ops-meta-icon,.platform-detail-hero .platform-ops-meta-item-toggle .platform-ops-meta-icon{color:var(--success);background:color-mix(in srgb,var(--success) 11%,white 89%)}.platform-detail-hero .platform-ops-meta-item span:not(.platform-ops-meta-icon){display:block;color:var(--muted-foreground);font-size:.72rem;font-weight:900;line-height:1.15;letter-spacing:.06em;text-transform:uppercase}.platform-detail-hero .platform-ops-meta-item strong{display:block;margin-top:8px;color:var(--foreground);font-size:1.3rem;line-height:1;letter-spacing:-.03em}.platform-detail-hero .platform-ops-meta-item-refresh strong{font-size:1.05rem;letter-spacing:-.01em}.platform-detail-hero .platform-ops-meta-item-toggle{align-items:center}.platform-detail-hero .platform-ops-meta-item-toggle>div{min-width:0}.platform-detail-hero .platform-ops-meta-item-toggle .platform-posting-toggle{margin-top:9px}.platform-detail-hero .platform-ops-meta-item-toggle .platform-posting-chip{min-height:36px}@media (max-width: 1800px){.platform-detail-hero .platform-detail-header{grid-template-columns:minmax(0,1fr)}.platform-detail-hero .platform-detail-hero-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}}.platform-detail-hero .platform-ops-meta-item:before{display:none!important}.platform-detail-hero .platform-ops-meta-icon,.platform-detail-hero .platform-ops-meta-item-refresh .platform-ops-meta-icon,.platform-detail-hero .platform-ops-meta-item-suitable .platform-ops-meta-icon,.platform-detail-hero .platform-ops-meta-item-assigned .platform-ops-meta-icon,.platform-detail-hero .platform-ops-meta-item-toggle .platform-ops-meta-icon,.platform-detail-title-icon{color:var(--primary);background:color-mix(in srgb,var(--primary) 10%,white 90%)}.platform-publication-editor .autopost-editor-body-compact .autopost-filter-category-publication:before{background:var(--brand-orange)}.platform-publication-editor .autopost-editor-body-compact .autopost-filter-category-filters:before{background:var(--primary)}.platform-publication-editor .autopost-editor-body-compact .autopost-filter-category-routes:before{background:var(--accent)}.platform-publication-editor .autopost-filter-category-summary{overflow:hidden;grid-template-columns:34px minmax(0,max-content) minmax(0,1fr) auto}.platform-publication-editor .autopost-filter-category-summary>span:not(.autopost-filter-category-icon),.platform-publication-editor .autopost-filter-category-summary strong{min-width:0;overflow:hidden;text-overflow:ellipsis}.platform-publication-editor .autopost-filter-category-summary:after{justify-self:end;width:auto;min-width:84px;padding:6px 10px;content:"Раскрыть";color:var(--muted-foreground);background:color-mix(in srgb,var(--background-muted) 82%,white 18%);font-size:.72rem;transform:none!important}.platform-publication-editor .autopost-filter-category[open]>.autopost-filter-category-summary:after{content:"Свернуть"}.platform-publication-editor .autopost-filter-category-publication .autopost-inline-strip{grid-template-columns:minmax(220px,1fr) minmax(220px,.38fr)}.platform-publication-editor .autopost-filter-category-publication .autopost-inline-field:last-child{padding:14px 16px;border:1px solid color-mix(in srgb,var(--primary) 16%,var(--border) 84%);border-radius:14px;background:linear-gradient(135deg,color-mix(in srgb,var(--primary) 7%,white 93%),#fff)}.platform-publication-editor .autopost-filter-category-publication .autopost-inline-field:last-child .field-label{color:var(--primary)}.platform-publication-editor .autopost-filter-category-publication .autopost-inline-field:last-child .ui-input{height:50px;border-color:color-mix(in srgb,var(--primary) 22%,var(--border) 78%);font-size:1.05rem;font-weight:900;background:#fff}.platform-publication-editor .autopost-card-icon,.platform-publication-editor .autopost-filter-category-publication .autopost-publish-section .autopost-card-icon,.platform-publication-editor .autopost-filter-category-filters .autopost-editor-section-compact:nth-child(4) .autopost-card-icon{color:var(--primary);background:color-mix(in srgb,var(--primary) 10%,white 90%)}.platform-publication-editor .autopost-filter-category-publication .autopost-publish-grid{grid-template-columns:minmax(170px,.9fr) minmax(130px,.68fr) minmax(170px,.9fr) minmax(180px,1fr)}.platform-publication-editor .autopost-filter-category-publication .autopost-publish-grid>*{padding-left:10px;padding-right:10px}@media (max-width: 1320px){.platform-publication-editor .autopost-filter-category-summary{grid-template-columns:34px minmax(0,1fr) auto}.platform-publication-editor .autopost-filter-category-summary strong{display:none}}.platform-publication-editor .autopost-editor-body-compact .autopost-filter-category:before{content:"";display:block!important;position:absolute;inset:0 auto 0 0;width:5px;opacity:1;z-index:4;background:var(--primary)}.platform-publication-editor .autopost-editor-body-compact .autopost-filter-category-publication:before{background:var(--brand-orange)!important}.platform-publication-editor .autopost-editor-body-compact .autopost-filter-category-filters:before,.platform-publication-editor .autopost-editor-body-compact .autopost-filter-category-routes:before{background:var(--primary)!important}.platform-publication-editor .autopost-card-icon,.platform-publication-editor .autopost-filter-category-icon,.platform-publication-dryrun .autopost-diagnostics-title svg{color:var(--primary)!important;background:color-mix(in srgb,var(--primary) 10%,white 90%)!important}.platform-publication-editor .platform-posting-chip.is-active.is-on,.platform-detail-hero .platform-posting-chip.is-active.is-on{color:var(--primary);background:color-mix(in srgb,var(--primary) 14%,white 86%)}.platform-publication-editor .platform-posting-chip.is-active.is-off,.platform-detail-hero .platform-posting-chip.is-active.is-off{color:var(--danger);background:var(--danger-soft)}.platform-publication-editor .autopost-filter-category-publication .autopost-inline-strip{display:flex;grid-template-columns:none;align-items:flex-end;justify-content:flex-start;gap:18px}.platform-publication-editor .autopost-filter-category-publication .autopost-inline-field-grow{flex:0 0 auto;min-width:220px}.platform-publication-editor .autopost-filter-category-publication .autopost-inline-field:last-child{flex:0 0 190px;width:190px}.autopost-dryrun-impact{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr) minmax(0,1fr);gap:10px;margin-bottom:10px}.autopost-dryrun-impact-card{position:relative;overflow:hidden;border:1px solid color-mix(in srgb,var(--primary) 14%,var(--border) 86%);border-radius:18px;padding:14px 14px 12px;background:linear-gradient(135deg,#fff,color-mix(in srgb,var(--primary) 5%,white 95%));display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px 10px;align-items:end}.autopost-dryrun-impact-card:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:var(--primary)}.autopost-dryrun-impact-card span{grid-column:1 / -1;color:var(--subtle-foreground);font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.035em}.autopost-dryrun-impact-card strong{font-size:1.35rem;line-height:1}.autopost-dryrun-impact-card.is-main strong{font-size:1.55rem}.autopost-delta{justify-self:end;min-width:44px;border-radius:999px;padding:5px 9px;font-size:.86rem;line-height:1;text-align:center;font-weight:900;font-variant-numeric:tabular-nums}.autopost-delta.is-positive{color:#067647;background:#dcfae6}.autopost-delta.is-negative{color:#b42318;background:#fee4e2}.autopost-delta.is-neutral{color:var(--muted-foreground);background:var(--background-muted)}.autopost-effective-grid-compact{grid-template-columns:repeat(3,minmax(0,1fr))}.autopost-effective-grid-compact>div{background:#fff}@media (max-width: 1280px){.autopost-dryrun-impact,.autopost-effective-grid-compact{grid-template-columns:minmax(0,1fr)}}.platform-publication-dryrun .autopost-panel-header{border-bottom:0;padding-bottom:6px}.platform-publication-dryrun .autopost-panel-header .field-label{display:none}.platform-publication-dryrun .autopost-panel-header h2{font-size:1rem;letter-spacing:-.01em}.platform-publication-dryrun .autopost-diagnostics-section{padding:0;border:0;background:transparent}.platform-publication-dryrun .autopost-diagnostics-title{display:none}.autopost-dryrun-summary{display:grid;gap:10px}.autopost-dryrun-kpi,.autopost-dryrun-delta{border:1px solid color-mix(in srgb,var(--primary) 18%,var(--border) 82%);border-radius:20px;padding:14px 16px;background:#fff;box-shadow:0 14px 30px #1f29370d}.autopost-dryrun-kpi{display:flex;align-items:center;justify-content:space-between;gap:12px}.autopost-dryrun-kpi.is-main{background:color-mix(in srgb,var(--primary) 8%,white 92%)}.autopost-dryrun-kpi span,.autopost-dryrun-delta span,.autopost-dryrun-details span{color:var(--subtle-foreground);font-size:.76rem;font-weight:900;text-transform:uppercase;letter-spacing:.045em}.autopost-dryrun-kpi strong,.autopost-dryrun-delta strong{font-size:1.7rem;line-height:1;font-weight:950}.autopost-dryrun-delta{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px 12px}.autopost-dryrun-delta span{grid-column:1 / -1}.autopost-dryrun-delta.is-positive{border-color:#86efac;background:linear-gradient(135deg,#f0fdf4,#fff)}.autopost-dryrun-delta.is-positive strong{color:#067647}.autopost-dryrun-delta.is-negative{border-color:#fecaca;background:linear-gradient(135deg,#fff1f2,#fff)}.autopost-dryrun-delta.is-negative strong{color:#b42318}.autopost-dryrun-delta.is-neutral strong{color:var(--muted-foreground)}.autopost-dryrun-details{display:grid;gap:8px;margin-top:12px}.autopost-dryrun-details>div{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:10px;border:1px solid var(--border);border-radius:16px;padding:10px 12px;background:#fff}.autopost-dryrun-details strong{font-size:1rem;font-weight:900}.workspace-topbar .topbar-actions{align-items:center}.workspace-topbar .notification-center,.workspace-topbar .ati-limit-widget,.workspace-topbar .user-panel-card,.workspace-topbar .workspace-logout-button{align-self:center}.workspace-topbar .user-panel-card-paused .user-panel-content,.workspace-topbar .user-panel-content{grid-template-columns:minmax(226px,278px) minmax(150px,170px) minmax(235px,285px)}.workspace-topbar .user-panel-delete-ati{width:auto;min-width:146px;padding:0 16px 0 14px;gap:6px;border-radius:999px;justify-self:center}.platform-publication-editor .autopost-filter-category-publication .autopost-editor-section-compact:first-child .autopost-section-head{grid-template-columns:minmax(250px,auto) minmax(0,1fr);align-items:center;gap:24px}.platform-publication-editor .autopost-rotator-head-controls{display:flex;align-items:center;justify-content:flex-start;gap:16px;min-width:0}.platform-publication-editor .autopost-rotator-toggle-wrap{display:grid;gap:7px;min-width:216px}.platform-publication-editor .autopost-rotator-toggle-wrap>.field-label{display:inline-flex;align-items:center;gap:6px}.platform-publication-editor .autopost-rotator-tooltip{color:var(--primary);cursor:help}.platform-publication-editor .autopost-rotator-tooltip .help-tooltip-bubble{left:0;right:auto;width:340px;text-transform:none;letter-spacing:0;font-weight:700}.platform-publication-editor .autopost-rotator-limit-field{flex:0 0 180px;width:180px;padding:12px 14px;border:1px solid color-mix(in srgb,var(--primary) 18%,var(--border) 82%);border-radius:14px;background:color-mix(in srgb,var(--primary) 5%,white 95%)}.platform-publication-editor .autopost-rotator-limit-field .ui-input{height:44px;font-weight:900;font-size:1.02rem;background:#fff}.platform-publication-editor .autopost-filter-category-publication .autopost-editor-section-compact:first-child{padding-bottom:18px}@media (max-width: 1180px){.platform-publication-editor .autopost-filter-category-publication .autopost-editor-section-compact:first-child .autopost-section-head{grid-template-columns:minmax(0,1fr)}.platform-publication-editor .autopost-rotator-head-controls{flex-wrap:wrap}}.platform-publication-editor .autopost-filter-category-publication .autopost-editor-section-compact:first-child .autopost-section-head{display:grid}.platform-publication-editor .autopost-filter-category-publication .autopost-publish-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 0;align-items:stretch}.platform-publication-editor .autopost-filter-category-publication .autopost-publish-grid>*{min-height:76px;padding:0 24px;border-left:0;border-top:0;align-content:center}.platform-publication-editor .autopost-filter-category-publication .autopost-publish-grid>*:nth-child(2n){border-left:1px solid color-mix(in srgb,var(--border) 92%,transparent)}.platform-publication-editor .autopost-filter-category-publication .autopost-publish-grid>*:nth-child(odd){padding-left:0}.platform-publication-editor .autopost-filter-category-publication .autopost-publish-grid>*:nth-child(n+3){padding-top:18px;border-top:1px solid color-mix(in srgb,var(--border) 92%,transparent)}.platform-publication-editor .autopost-filter-category-publication .autopost-publish-grid .autopost-publish-comment{grid-column:1 / -1;padding-left:0;padding-right:0;border-left:0}.platform-publication-editor .autopost-filter-category-publication .autopost-publish-grid .autopost-input-field .ui-input,.platform-publication-editor .autopost-filter-category-publication .autopost-publish-grid .autopost-publish-comment .ui-input{width:100%}@media (max-width: 1180px){.platform-publication-editor .autopost-filter-category-publication .autopost-publish-grid{grid-template-columns:minmax(0,1fr)}.platform-publication-editor .autopost-filter-category-publication .autopost-publish-grid>*,.platform-publication-editor .autopost-filter-category-publication .autopost-publish-grid>*:nth-child(2n),.platform-publication-editor .autopost-filter-category-publication .autopost-publish-grid>*:nth-child(odd){padding-left:0;padding-right:0;border-left:0}.platform-publication-editor .autopost-filter-category-publication .autopost-publish-grid>*:nth-child(n+2){padding-top:16px;border-top:1px solid color-mix(in srgb,var(--border) 92%,transparent)}}.platform-publication-editor .autopost-filter-category-publication .autopost-editor-section-compact:first-child{padding-bottom:14px}.platform-publication-editor .autopost-filter-category-publication .autopost-editor-section-compact:first-child .autopost-section-head{display:grid;grid-template-columns:minmax(230px,280px) minmax(0,max-content);justify-content:flex-start;gap:18px;min-height:0}.platform-publication-editor .autopost-rotator-head-controls{justify-self:start;align-self:center}.platform-publication-editor .autopost-rotator-limit-field{min-height:0}.platform-publication-editor .autopost-filter-category-publication .autopost-publish-section{padding-top:18px}.platform-publication-editor .autopost-filter-category-publication .autopost-publish-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 0}.platform-publication-editor .autopost-filter-category-publication .autopost-publish-grid>*{min-height:70px;padding:0 22px}.platform-publication-editor .autopost-editor-body-compact .autopost-filter-category-publication:before,.platform-publication-editor .autopost-filter-category-publication:before{content:"";display:block!important;position:absolute;inset:0 auto 0 0;width:5px;opacity:1;z-index:5;background:var(--brand-orange)!important}.platform-publication-editor .autopost-filter-category-publication .autopost-section-head>.autopost-icon-title:before,.platform-publication-editor .autopost-filter-category-publication .autopost-section-head>.autopost-rotator-head-controls:before{content:none!important;display:none!important}.platform-publication-editor .autopost-filter-category-publication .autopost-editor-section-compact:first-child .autopost-section-head{display:grid!important;grid-template-columns:max-content max-content;justify-content:flex-start;align-items:center;gap:26px}.platform-publication-editor .autopost-rotator-head-controls{display:flex!important;flex-wrap:nowrap!important;align-items:end;gap:14px}.platform-publication-editor .autopost-setting-with-lock{display:flex;align-items:end;gap:8px;min-width:0}.platform-publication-editor .autopost-setting-with-lock>.autopost-lock-toggle{margin-bottom:7px;flex:0 0 auto}.platform-publication-editor .autopost-rotator-toggle-wrap{min-width:188px;gap:6px}.platform-publication-editor .autopost-rotator-limit-field{flex:0 0 172px;width:172px;padding:10px 12px}.platform-publication-editor .autopost-rotator-limit-field .ui-input{height:40px}.platform-publication-editor .autopost-filter-category-publication .autopost-publish-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;align-items:stretch}.platform-publication-editor .autopost-filter-category-publication .autopost-publish-grid>*,.platform-publication-editor .autopost-filter-category-publication .autopost-publish-grid>*:nth-child(2n),.platform-publication-editor .autopost-filter-category-publication .autopost-publish-grid>*:nth-child(odd),.platform-publication-editor .autopost-filter-category-publication .autopost-publish-grid>*:nth-child(n+3){min-height:76px;padding:14px 16px;border:1px solid color-mix(in srgb,var(--border) 92%,transparent);border-radius:16px;background:#fff;align-content:center}.platform-publication-editor .autopost-filter-category-publication .autopost-publish-grid .autopost-publish-comment{grid-column:1 / -1}@media (max-width: 1180px){.platform-publication-editor .autopost-filter-category-publication .autopost-editor-section-compact:first-child .autopost-section-head,.platform-publication-editor .autopost-filter-category-publication .autopost-publish-grid{grid-template-columns:minmax(0,1fr)}.platform-publication-editor .autopost-rotator-head-controls{flex-wrap:wrap!important}.platform-publication-editor .autopost-setting-with-lock{align-items:center}.platform-publication-editor .autopost-setting-with-lock>.autopost-lock-toggle{margin-bottom:0}}.platform-publication-editor .autopost-filter-category.autopost-filter-category-publication,.platform-publication-editor .autopost-filter-category.autopost-filter-category-filters,.platform-publication-editor .autopost-filter-category.autopost-filter-category-routes{border-left:1px solid rgba(15,23,42,.08)!important}.platform-publication-editor .autopost-editor-body-compact .autopost-filter-category:before,.platform-publication-editor .autopost-filter-category:before{width:4px!important;background:var(--primary)!important}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:1ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:1ms!important}}.assisted-auth{display:grid;gap:16px;padding:18px;border:1px solid color-mix(in srgb,var(--primary) 34%,var(--border));border-left:4px solid var(--primary);border-radius:12px;background:color-mix(in srgb,var(--primary) 6%,var(--background-elevated))}.assisted-auth-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.assisted-auth-header>div{display:grid;gap:5px}.assisted-auth-header strong,.assisted-auth-unknown strong{color:var(--foreground);font-size:1rem}.assisted-auth-header p,.assisted-auth-unknown p{margin:0;color:var(--muted-foreground);line-height:1.45;text-wrap:pretty}.assisted-auth-processing{display:inline-flex;flex:0 0 auto;align-items:center;gap:8px;min-height:34px;color:var(--primary);font-size:.84rem;font-weight:700}.assisted-auth-captcha{display:grid;justify-items:center;gap:10px}.assisted-auth-instructions{display:block;width:min(100%,480px);height:auto;object-fit:contain;border-radius:6px;outline:1px solid rgba(0,0,0,.1);outline-offset:-1px}.assisted-auth-image{position:relative;display:block;width:min(100%,640px);overflow:hidden;padding:0;border:1px solid var(--border-strong);border-radius:8px;background:var(--background-elevated);cursor:crosshair;box-shadow:0 8px 24px #0f172a1a}.assisted-auth-image:focus-visible{outline:3px solid color-mix(in srgb,var(--primary) 34%,transparent);outline-offset:3px}.assisted-auth-image:disabled{cursor:wait;opacity:.78}.assisted-auth-image>img{display:block;width:100%;height:100%;object-fit:fill;pointer-events:none;-webkit-user-select:none;user-select:none}.assisted-auth-point{position:absolute;display:grid;place-items:center;width:26px;height:26px;border:2px solid white;border-radius:50%;background:var(--primary);color:#fff;font-size:.75rem;font-weight:800;line-height:1;transform:translate(-50%,-50%);box-shadow:0 2px 8px #0f172a4d;pointer-events:none}.assisted-auth-selection-tools{display:flex;width:min(100%,640px);min-height:42px;align-items:center;justify-content:space-between;gap:12px;color:var(--muted-foreground);font-size:.86rem;font-variant-numeric:tabular-nums}.assisted-auth-selection-tools>div{display:flex;gap:6px}.assisted-auth-selection-tools .ui-button-icon{width:40px;height:40px}.assisted-auth-otp{display:grid;width:min(100%,360px);gap:7px;color:var(--muted-foreground);font-size:.82rem;font-weight:700}.assisted-auth-unknown{display:grid;grid-template-columns:auto minmax(0,1fr);gap:10px 12px;align-items:start;color:var(--warning)}.assisted-auth-unknown>div{display:grid;gap:5px}.assisted-auth-unknown>img{grid-column:1 / -1;display:block;width:min(100%,720px);height:auto;margin-top:4px;border-radius:8px;outline:1px solid rgba(0,0,0,.1);outline-offset:-1px}:root[data-theme=dark] .assisted-auth-instructions,:root[data-theme=dark] .assisted-auth-unknown>img{outline-color:#ffffff1a}.assisted-auth-actions{display:flex;justify-content:flex-end;gap:10px;padding-top:2px}@media (max-width: 680px){.assisted-auth{padding:14px}.assisted-auth-header,.assisted-auth-selection-tools{align-items:stretch;flex-direction:column}.assisted-auth-actions{display:grid;grid-template-columns:1fr}.assisted-auth-actions .ui-button{width:100%}}.demo-mode-bar{min-height:58px;margin:0 24px;padding:9px 12px 9px 14px;border:1px solid color-mix(in srgb,var(--primary) 24%,var(--border) 76%);border-top:0;border-radius:0 0 14px 14px;background:linear-gradient(90deg,color-mix(in srgb,var(--primary) 9%,var(--background-elevated) 91%),var(--background-elevated) 44%);box-shadow:0 8px 24px #0f172a0f;display:flex;align-items:center;justify-content:space-between;gap:18px}.demo-mode-summary,.demo-mode-actions{display:flex;align-items:center;gap:10px}.demo-mode-mark{width:36px;height:36px;border-radius:10px;display:grid;place-items:center;flex:0 0 auto;color:var(--primary);background:color-mix(in srgb,var(--primary) 13%,var(--background-elevated) 87%);border:1px solid color-mix(in srgb,var(--primary) 18%,transparent 82%)}.demo-mode-copy{min-width:0;display:grid;gap:2px}.demo-mode-copy strong{font-size:.88rem;line-height:1.25}.demo-mode-copy span{color:var(--muted-foreground);font-size:.76rem;line-height:1.25}.demo-mode-actions .ui-button{min-height:38px;border-radius:10px;white-space:nowrap;transition:transform .15s ease,background-color .18s ease,border-color .18s ease,box-shadow .18s ease}.demo-mode-actions .ui-button:active{transform:scale(.96)}.demo-network-map,.demo-route-map{position:relative;overflow:hidden;isolation:isolate;background:radial-gradient(circle at 68% 32%,color-mix(in srgb,var(--primary) 9%,transparent 91%),transparent 34%),color-mix(in srgb,var(--background-muted) 72%,var(--background-elevated) 28%)}.demo-network-map{min-height:560px;border-radius:16px}.demo-route-map{min-height:260px;border-radius:12px}.demo-route-map-grid{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;opacity:.42;background-image:linear-gradient(color-mix(in srgb,var(--border) 70%,transparent 30%) 1px,transparent 1px),linear-gradient(90deg,color-mix(in srgb,var(--border) 70%,transparent 30%) 1px,transparent 1px);background-size:38px 38px;-webkit-mask-image:linear-gradient(to bottom,black,transparent 92%);mask-image:linear-gradient(to bottom,black,transparent 92%)}.demo-network-lines{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:visible}.demo-network-lines path{fill:none;stroke:color-mix(in srgb,var(--primary) 64%,var(--foreground) 36%);stroke-width:.45;stroke-linecap:round;stroke-dasharray:1.4 1.2;vector-effect:non-scaling-stroke;animation:demo-route-flow 5s linear infinite}.demo-network-point{position:absolute;transform:translate(-50%,-50%);display:grid;justify-items:center;gap:7px}.demo-network-point i{width:14px;height:14px;border:4px solid var(--background-elevated);border-radius:50%;background:var(--primary);box-shadow:0 0 0 1px color-mix(in srgb,var(--primary) 48%,transparent 52%),0 7px 18px #0f172a33}.demo-network-point-accent i{background:var(--warning);box-shadow:0 0 0 1px color-mix(in srgb,var(--warning) 48%,transparent 52%),0 7px 18px #0f172a33}.demo-network-point b,.demo-route-point b{padding:5px 8px;border:1px solid color-mix(in srgb,var(--border) 84%,transparent 16%);border-radius:8px;background:color-mix(in srgb,var(--background-elevated) 92%,transparent 8%);box-shadow:0 5px 16px #0f172a14;font-size:.74rem;white-space:nowrap}.demo-network-legend{position:absolute;left:20px;bottom:20px;display:flex;align-items:center;gap:10px;padding:12px 14px;border:1px solid var(--border);border-radius:12px;background:color-mix(in srgb,var(--background-elevated) 94%,transparent 6%);box-shadow:0 10px 32px #0f172a1a}.demo-network-legend>div{display:grid;gap:2px}.demo-network-legend strong{font-size:.82rem}.demo-network-legend span{color:var(--muted-foreground);font-size:.72rem}.demo-route-line{position:absolute;left:22%;right:22%;top:50%;height:2px;border-radius:999px;background:linear-gradient(90deg,var(--primary),var(--warning));box-shadow:0 0 0 6px color-mix(in srgb,var(--primary) 5%,transparent 95%)}.demo-route-point{position:absolute;top:50%;transform:translateY(-50%);color:var(--primary);display:grid;justify-items:center;gap:8px}.demo-route-point-from{left:12%}.demo-route-point-to{right:12%;color:var(--warning)}@keyframes demo-route-flow{to{stroke-dashoffset:-12}}@media (max-width: 860px){.demo-mode-bar{margin:0 14px;align-items:flex-start}.demo-mode-copy span{display:none}.demo-mode-actions .ui-button:first-child{width:40px;padding-inline:0;overflow:hidden;color:transparent;gap:0}.demo-mode-actions .ui-button:first-child svg{color:var(--foreground);flex:0 0 auto}}@media (max-width: 560px){.demo-mode-bar{min-height:auto;padding:10px;flex-wrap:wrap}.demo-mode-summary{flex:1 1 180px}.demo-mode-actions{margin-left:auto}}html[data-demo=true] .workspace-main{min-width:0;width:100%}@media (max-width: 1800px) and (min-width: 1181px){.autopost-admin-employees{grid-template-columns:minmax(280px,320px) minmax(0,1fr)}html[data-demo=true] .workspace-topbar .notification-center{flex-basis:48px;padding-right:6px}html[data-demo=true] .workspace-topbar .notification-bell-label{display:flex;justify-content:center;color:transparent;font-size:0;gap:0}html[data-demo=true] .workspace-topbar .notification-bell-label svg{color:var(--foreground)}html[data-demo=true] .workspace-topbar .notification-bell-label span{display:none}html[data-demo=true] .workspace-topbar .ati-limit-widget{min-width:184px;padding-inline:18px}html[data-demo=true] .workspace-topbar .user-panel-content{grid-template-columns:minmax(170px,210px) 104px minmax(174px,200px);gap:14px;padding-left:18px}html[data-demo=true] .workspace-topbar .user-panel-identity{min-width:170px;padding-inline:14px 8px}html[data-demo=true] .workspace-topbar .workspace-logout-button{margin-left:2px}}@media (max-width: 1180px){html[data-demo=true] .workspace-main{padding-inline:14px;overflow:clip}html[data-demo=true] .workspace-topbar{width:auto;margin-inline:-14px;padding:12px 14px;align-items:stretch}html[data-demo=true] .workspace-breadcrumbs{min-width:0;overflow:hidden}html[data-demo=true] .workspace-breadcrumbs strong,html[data-demo=true] .workspace-breadcrumbs span{overflow:hidden;text-overflow:ellipsis}html[data-demo=true] .topbar-actions{width:100%;display:grid;grid-template-columns:48px minmax(0,1fr);align-items:center;gap:10px}html[data-demo=true] .workspace-topbar .notification-center{width:48px;min-height:52px;padding:0;margin:0;border:0}html[data-demo=true] .workspace-topbar .notification-bell-card{height:48px;padding:0;justify-content:center;border:1px solid var(--border);border-radius:12px;background:var(--background-elevated)}html[data-demo=true] .workspace-topbar .notification-bell-label{display:flex;justify-content:center}html[data-demo=true] .workspace-topbar .notification-bell-label span,html[data-demo=true] .workspace-topbar .ati-limit-widget,html[data-demo=true] .workspace-topbar .user-panel-identity,html[data-demo=true] .workspace-topbar .workspace-logout-button{display:none}html[data-demo=true] .workspace-topbar .user-panel-card{width:100%;min-width:0}html[data-demo=true] .workspace-topbar .user-panel-content{min-height:54px;width:100%;padding:0;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"capacity actions";gap:10px}html[data-demo=true] .workspace-topbar .user-panel-capacity{min-width:0;padding:0 12px;border:1px solid var(--border);border-radius:12px;background:var(--background-elevated)}html[data-demo=true] .workspace-topbar .user-panel-capacity-trigger span{font-size:.7rem}html[data-demo=true] .workspace-topbar .user-panel-capacity-trigger strong{font-size:.98rem}html[data-demo=true] .workspace-topbar .user-panel-actions{min-width:102px}html[data-demo=true] .demo-mode-bar{width:auto;margin-inline:0}html[data-demo=true] .autopost-platform-cards{width:100%;min-width:0}}@media (max-width: 560px){html[data-demo=true] .workspace-rail{padding:20px 14px}html[data-demo=true] .workspace-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}html[data-demo=true] .workspace-nav-item{width:100%;min-width:0;padding-inline:12px}html[data-demo=true] .workspace-nav-item span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}html[data-demo=true] .demo-mode-actions{width:100%;margin-left:0;justify-content:space-between}html[data-demo=true] .demo-mode-actions .ui-button:first-child{width:auto;flex:0 1 auto;padding-inline:12px;color:var(--foreground);gap:6px}html[data-demo=true] .demo-mode-actions>a{flex:1 1 auto}html[data-demo=true] .autopost-platform-card{padding:16px}html[data-demo=true] .autopost-platform-card-stats{grid-template-columns:repeat(3,minmax(68px,1fr));gap:6px}html[data-demo=true] .autopost-platform-stat{padding:10px 8px}html[data-demo=true] .autopost-platform-stat span{font-size:.64rem;white-space:normal}}
