*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--text-primary);background-color:var(--app-bg);background-image:radial-gradient(circle at top left,rgba(255,255,255,.9),transparent 32%),radial-gradient(circle at top,#e8eef7e6,#f4f7fbd1 42%,#f4f7fb00);background-repeat:no-repeat;background-size:100% 520px,100% 760px;background-attachment:fixed;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}:root{--leanr-blue:#0009FF;--leanr-purple:#6A00DB;--leanr-grad: linear-gradient(90deg, var(--leanr-blue), var(--leanr-purple));--mc-sidebar-w:126px;--ink:#0f172a;--muted:#475569;--border: rgba(15,23,42,.14);--bg-hover: rgba(15,23,42,.04);--app-bg:#f4f7fb;--app-bg-accent: radial-gradient(circle at top, rgba(255,255,255,.9) 0%, rgba(244,247,251,.8) 42%, rgba(232,238,247,.92) 100%);--surface-base: rgba(255,255,255,.96);--surface-elevated: rgba(255,255,255,.98);--surface-panel: rgba(248,250,252,.94);--surface-subtle: rgba(241,245,249,.86);--surface-floating: rgba(255,255,255,.92);--surface-overlay: rgba(255,255,255,.78);--surface-brand-soft: rgba(224,231,255,.56);--border-subtle: rgba(15,23,42,.06);--border-default: rgba(15,23,42,.1);--border-strong: rgba(15,23,42,.16);--border-focus: rgba(49,95,244,.26);--text-primary:#0f172a;--text-secondary:#334155;--text-muted:#64748b;--text-inverse:#f8fafc;--brand:#315ff4;--brand-hover:#234de0;--brand-soft:rgba(49,95,244,.12);--brand-strong:rgba(49,95,244,.18);--success-soft:rgba(22,163,74,.12);--warning-soft:rgba(245,158,11,.14);--danger-soft:rgba(239,68,68,.12);--shadow-soft:0 12px 32px rgba(15,23,42,.06);--shadow-medium:0 20px 48px rgba(15,23,42,.1);--shadow-strong:0 26px 60px rgba(15,23,42,.14);--shadow-hover:0 22px 54px rgba(15,23,42,.12);--focus-ring:0 0 0 4px rgba(49,95,244,.12);--radius-xl:5px;--radius-2xl:5px;--radius-3xl:5px;--danger:#ef4444;--danger-hover-bg: rgba(239,68,68,.1);--focus: rgba(59,130,246,.35);--btn-h:40px;--btn-radius:5px;--btn-pad-x:14px;--btn-gap:8px;--ease:cubic-bezier(.2,.8,.2,1);--dur:.16s}h1{margin:0;font-size:30px}a{color:inherit}.app{height:100%;display:flex;flex-direction:column}.app-body{flex:1;overflow:auto}@keyframes ui-fade-up{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes ui-fade-in{0%{opacity:0}to{opacity:1}}@keyframes ui-scale-in{0%{opacity:0;transform:translateY(6px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes ui-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.motion-fade-up{animation:ui-fade-up .24s var(--ease)}.motion-fade-in{animation:ui-fade-in .22s var(--ease)}.motion-scale-in{animation:ui-scale-in .2s var(--ease)}.motion-hover-lift{transition:transform var(--dur) var(--ease),box-shadow var(--dur) var(--ease),border-color var(--dur) var(--ease),background var(--dur) var(--ease)}.motion-hover-lift:hover{transform:translateY(-2px);box-shadow:var(--shadow-hover)}.topnav{display:flex;align-items:center;gap:24px;padding:12px 20px;border-bottom:1px solid #eee;background:linear-gradient(180deg,#0009ff,#6a00db);position:sticky;top:0;z-index:20}.topnav:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:3px;background:linear-gradient(90deg,#5b6cff,#8b5cf6)}.topnav-brand{display:flex;align-items:center;gap:10px;font-weight:700;font-size:15px;text-decoration:none;color:inherit;white-space:nowrap}.topnav-logo{height:28px;width:auto;display:block}.topnav-links{display:flex;gap:20px}.topnav-link{text-decoration:none;padding:8px 12px;color:#fff;font-weight:400;font-size:13px;border-radius:5px;border:1px solid rgba(255,255,255,.22);background:#ffffff14}.topnav-link:hover{background:#ffffff1f;color:#fff}.topnav-link.active{background:#f2f2f2;color:#2b2b2b}.topnav-dropdown{position:relative}.topnav-link-btn{cursor:pointer}.topnav-caret{margin-left:6px;font-size:12px;opacity:.9}.topnav-dropdown-menu{position:absolute;top:calc(100% + 14px);left:0;min-width:200px;background:#2b2b2b;border:1px solid rgba(255,255,255,.22);border-bottom-left-radius:12px;border-bottom-right-radius:12px;padding:8px;box-shadow:0 12px 30px #00000040;z-index:50}.topnav-dropdown-item{width:100%;display:block;border:1px solid rgba(255,255,255,.18);background:#ffffff0f;color:#fff;padding:10px 12px;border-radius:5px;text-align:left;font-size:13px}.topnav-dropdown-item+.topnav-dropdown-item{margin-top:8px}.topnav-dropdown-item:hover{background:#ffffff1f}.topnav-auth{margin-left:auto;display:flex;gap:10px;align-items:center;color:#fff}.topnav-public-title{flex:1;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:900;letter-spacing:.2px;padding:0 12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.topnav-user{font-size:13px;opacity:.85}.topnav-btn,.topnav-btn-link{display:inline-flex;align-items:center;justify-content:center;height:36px;border-radius:5px;border:1px solid rgba(255,255,255,.22);background:#ffffff14;color:#fff;cursor:pointer}.topnav-btn{width:36px}.topnav-btn-link{padding:8px 10px;text-decoration:none}.topnav-btn:hover,.topnav-btn-link:hover{background:#ffffff1f}.user-menu{position:relative;display:flex;align-items:center}.user-menu-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:5px;border:1px solid rgba(255,255,255,.22);background:#ffffff14;color:#fff;cursor:pointer}.user-menu-btn:hover{background:#ffffff24}.user-menu-btn:focus{outline:2px solid rgba(255,255,255,.35);outline-offset:2px}.user-menu-icon{display:inline-flex}.user-menu-popover{position:absolute;right:0;top:44px;min-width:220px;border-radius:5px;border:1px solid rgba(0,0,0,.08);background:#fff;box-shadow:0 12px 30px #0000002e;padding:6px;z-index:50}.user-menu-item{width:100%;display:flex;align-items:center;gap:10px;padding:10px;border-radius:5px;background:transparent;border:0;color:#2b2b2b;font-size:13px;text-align:left;cursor:default}.user-menu-email{font-weight:600;cursor:default;-webkit-user-select:text;user-select:text}.user-menu-action{cursor:pointer}.user-menu-action:hover{background:#f4f4f4}.seat-switcher{display:flex;align-items:center;margin-right:5px}.seat-switcher-select{text-align:center;height:36px;max-width:220px;border-radius:5px;border:1px solid rgba(255,255,255,.22);background:#ffffff14;color:#fff;padding:0 12px;font-size:13px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.seat-switcher-select:hover{background:#ffffff24}.seat-switcher-select:focus{outline:2px solid rgba(255,255,255,.35);outline-offset:2px}.seat-switcher-select option{color:#111}.row{display:flex;flex-direction:column;gap:16px;align-items:center}.row.wrap{flex-wrap:wrap}input,select,textarea{padding:10px 12px;border:1px solid var(--border-default);border-radius:14px;background:var(--surface-elevated);color:var(--text-primary);outline:none;transition:border-color var(--dur) var(--ease),box-shadow var(--dur) var(--ease),background var(--dur) var(--ease),transform var(--dur) var(--ease)}textarea{resize:vertical}input::placeholder,textarea::placeholder{color:var(--text-muted)}input:hover,select:hover,textarea:hover{border-color:var(--border-strong)}input:focus,select:focus,textarea:focus{border-color:#315ff46b;box-shadow:var(--focus-ring);background:var(--surface-elevated)}button{padding:8px 10px;border:1px solid var(--border-default);border-radius:14px;background:#fff;cursor:pointer;transition:transform var(--dur) var(--ease),box-shadow var(--dur) var(--ease),background var(--dur) var(--ease),border-color var(--dur) var(--ease),opacity var(--dur) var(--ease)}button:disabled{opacity:.5;cursor:not-allowed}.muted{font-size:13px;color:var(--text-muted);opacity:1}.page{padding:16px;max-width:1280px;margin:0 auto;animation:ui-fade-up .28s var(--ease)}.page.page-full{max-width:none;margin:0}.page.page-wide{max-width:1400px}.page-header{display:flex;flex-direction:column;gap:10px}.page-header h1{background:-webkit-linear-gradient(#0009FF,#6A00DB);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.page-header h2{margin:0}.app-page-header{display:flex;flex-direction:column;gap:18px;margin-bottom:18px}.app-page-header-main{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:24px 26px;border:1px solid var(--border-subtle);border-radius:var(--radius-2xl);background:radial-gradient(circle at top right,rgba(49,95,244,.1),transparent 35%),linear-gradient(180deg,#fffffffa,#f7f9fcf5);box-shadow:var(--shadow-soft)}.app-page-header-copy{display:flex;flex-direction:column;gap:10px;min-width:0}.app-page-eyebrow,.app-empty-eyebrow{font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted)}.app-page-title{margin:0;font-size:clamp(28px,4vw,38px);line-height:1.04;letter-spacing:-.03em;color:var(--text-primary)}.app-page-description{margin:0;max-width:760px;font-size:15px;line-height:1.65;color:var(--text-secondary)}.app-page-actions{display:flex;align-items:flex-start;gap:10px;flex-wrap:wrap}.app-page-meta{display:flex;flex-wrap:wrap;gap:8px}.app-page-meta-pill{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border-radius:999px;border:1px solid rgba(15,23,42,.07);background:#ffffffad;color:var(--text-secondary);font-size:12px;font-weight:700}.app-page-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.app-page-stat-card{padding:16px 18px;border:1px solid var(--border-subtle);border-radius:var(--radius-xl);background:linear-gradient(180deg,#fffffff2,#f8fafce6);box-shadow:var(--shadow-soft)}.app-page-stat-label{font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted)}.app-page-stat-value{margin-top:10px;font-size:28px;font-weight:850;letter-spacing:-.04em;color:var(--text-primary)}.app-page-stat-note{margin-top:8px;color:var(--text-secondary);font-size:13px;line-height:1.45}.app-section-shell{border:1px solid var(--border-subtle);border-radius:var(--radius-2xl);background:linear-gradient(180deg,#fffffffa,#f8fafcf0);box-shadow:var(--shadow-soft);overflow:hidden;animation:ui-fade-up .22s var(--ease)}.app-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:18px 20px 16px;border-bottom:1px solid var(--border-subtle);background:linear-gradient(180deg,#ffffffeb,#f6f8fbd6)}.app-section-head.compact{padding-bottom:12px}.app-section-copy{display:flex;flex-direction:column;gap:6px;min-width:0}.app-section-title{margin:0;font-size:18px;font-weight:800;letter-spacing:-.02em;color:var(--text-primary)}.app-section-description{margin:0;color:var(--text-secondary);font-size:14px;line-height:1.6}.app-action-bar{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.app-action-bar-end{justify-content:flex-end}.app-action-bar-center{justify-content:center}.app-tabs{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding:6px;border:1px solid var(--border-subtle);border-radius:5px;background:#ffffffc7;box-shadow:var(--shadow-soft)}.app-tab{min-height:36px;padding:0 14px;border-radius:999px;border:1px solid transparent;background:transparent;color:var(--text-secondary);font-size:13px;font-weight:700}.app-tab:hover{background:var(--surface-subtle)}.app-tab.is-active{border-color:#315ff429;background:var(--brand-soft);color:var(--brand)}.advertiser-tabs-row{margin-bottom:18px}.form-title-static{font-size:32px;font-weight:800;line-height:1.1;color:var(--text-primary)}.advertiser-inline-panel{margin-top:16px;padding:16px;border:1px solid var(--border-subtle);border-radius:4px;background:#ffffffc2;box-shadow:var(--shadow-soft)}.advertiser-simple-list{display:flex;flex-direction:column;gap:10px}.advertiser-simple-link{display:flex;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:14px;background:var(--surface-subtle)}.advertiser-asset-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.advertiser-asset-card,.advertiser-asset-tile{display:flex;flex-direction:column;gap:10px;padding:12px;border-radius:16px;border:1px solid var(--border-subtle);background:#ffffffdb}.advertiser-asset-card-logo{flex-direction:row;align-items:center}.advertiser-logo-preview{max-height:56px;max-width:180px;border-radius:8px}.advertiser-asset-thumb{width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:12px;background:var(--surface-subtle)}.advertiser-asset-copy{display:flex;flex-direction:column;gap:8px}.advertiser-asset-meta{display:flex;flex-wrap:wrap;gap:6px}.advertiser-font-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:10px 0;border-top:1px solid var(--border-subtle)}.advertiser-font-row:first-child{border-top:none;padding-top:0}.advertiser-checkbox-field{display:flex;align-items:center;justify-content:space-between;gap:12px}.advertiser-metadata-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}.app-table-shell{overflow:hidden}.app-empty-state{display:flex;flex-direction:column;align-items:flex-start;gap:12px;padding:28px;border:1px dashed var(--border-default);border-radius:var(--radius-2xl);background:radial-gradient(circle at top right,rgba(49,95,244,.06),transparent 36%),linear-gradient(180deg,#fffffffa,#f8fafce0);box-shadow:var(--shadow-soft)}.app-empty-title{font-size:22px;font-weight:850;letter-spacing:-.02em;color:var(--text-primary)}.app-empty-description{max-width:620px;color:var(--text-secondary);line-height:1.6}.app-empty-tips{display:flex;flex-wrap:wrap;gap:8px}.app-empty-tip{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border-radius:999px;background:var(--brand-soft);color:var(--brand);font-size:12px;font-weight:700}.app-empty-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.app-form-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:18px;align-items:start}.app-form-sidebar{display:flex;flex-direction:column;gap:14px}.app-guide-card{padding:18px;border:1px solid var(--border-subtle);border-radius:var(--radius-xl);background:linear-gradient(180deg,#fffffff5,#f8fafceb);box-shadow:var(--shadow-soft);animation:ui-fade-up .24s var(--ease)}.app-guide-title{font-size:15px;font-weight:800;color:var(--text-primary)}.app-guide-copy{margin-top:8px;color:var(--text-secondary);font-size:14px;line-height:1.55}.app-guide-list{display:flex;flex-direction:column;gap:10px;margin-top:14px}.app-guide-list-item{display:flex;gap:10px;align-items:flex-start;color:var(--text-secondary);font-size:13px;line-height:1.5}.app-guide-list-item:before{content:"";width:8px;height:8px;margin-top:6px;border-radius:999px;background:var(--brand);flex:0 0 auto}.app-inline-banner{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:14px 16px;border:1px solid rgba(49,95,244,.14);border-radius:16px;background:linear-gradient(180deg,#315ff412,#fffffff0)}.app-inline-banner-title{font-size:14px;font-weight:800;color:var(--text-primary)}.app-inline-banner-copy{margin-top:4px;color:var(--text-secondary);font-size:13px;line-height:1.5}.app-status-banner{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:14px 16px;border:1px solid var(--border-subtle);border-radius:18px;background:linear-gradient(180deg,#fffffffa,#f8fafcf0);box-shadow:var(--shadow-soft);animation:ui-fade-up .18s var(--ease)}.app-status-banner.is-danger{border-color:#ef44442e;background:linear-gradient(180deg,#fff7f7fa,#fef2f2f5)}.app-status-banner.is-warning{border-color:#f59e0b38;background:linear-gradient(180deg,#fffbebfa,#fff7edf5)}.app-status-banner.is-success{border-color:#16a34a29;background:linear-gradient(180deg,#f0fdf4fa,#f0fdfaf5)}.app-status-banner-title{font-size:13px;font-weight:800;color:var(--text-primary)}.app-status-banner-message{margin-top:4px;color:var(--text-secondary);font-size:13px;line-height:1.55}.app-status-banner-actions{display:flex;gap:8px;flex-wrap:wrap;align-items:flex-start}.app-ai-panel{padding:16px;border:1px solid rgba(49,95,244,.12);border-radius:var(--radius-xl);background:radial-gradient(circle at top right,rgba(49,95,244,.08),transparent 36%),linear-gradient(180deg,#fffffffa,#f6f9fff5);box-shadow:var(--shadow-soft);animation:ui-fade-up .22s var(--ease)}.app-ai-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.app-ai-panel-title{font-size:14px;font-weight:900;color:var(--text-primary)}.app-ai-panel-description{margin-top:5px;color:var(--text-secondary);font-size:13px;line-height:1.5}.app-ai-panel-body{margin-top:14px}.app-ai-panel.is-loading{position:relative;overflow:hidden}.app-ai-panel.is-loading:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.42),transparent);background-size:200% 100%;animation:ui-shimmer 1.4s linear infinite;pointer-events:none}.list{border:1px solid var(--border-subtle);border-radius:var(--radius-xl);overflow:hidden;background:var(--surface-elevated);box-shadow:var(--shadow-soft)}.list-item{width:100%;border:0;border-top:1px solid var(--border-subtle);text-align:left;padding:14px 16px;background:transparent;cursor:pointer;transition:background var(--dur) var(--ease),transform var(--dur) var(--ease)}.list-item:first-child{border-top:0}.list-item:hover{background:var(--surface-subtle)}.list-item.selected{background:linear-gradient(180deg,#315ff41f,#315ff412);color:var(--text-primary)}.li-title{font-weight:700}.li-meta{font-size:12px;opacity:.75;margin-top:2px}.empty{padding:18px;color:var(--text-muted);border:1px dashed var(--border-default);border-radius:var(--radius-xl);background:linear-gradient(180deg,#ffffffe6,#f8fafcd1)}.panel{border:1px solid var(--border-subtle);border-radius:var(--radius-xl);overflow:hidden;background:var(--surface-elevated);box-shadow:var(--shadow-soft);transition:box-shadow var(--dur) var(--ease),transform var(--dur) var(--ease)}.panel:hover{box-shadow:var(--shadow-hover);transform:translateY(-2px)}.panel-title{padding:14px 16px;font-weight:800;border-bottom:1px solid var(--border-subtle);background:linear-gradient(180deg,#f8fafcfa,#f1f5f9eb);color:var(--text-primary)}.preview{width:100%;height:100%;border:0;background:#fff}.preview.preview-fixed{width:auto;height:auto;max-width:none;max-height:none}.grid2{display:grid;grid-template-columns:420px 1fr;gap:14px;align-items:start}@media (max-width:900px){.grid2{grid-template-columns:1fr}}.tabs{display:flex;gap:8px;padding:12px 14px;border-bottom:1px solid var(--border-subtle);background:linear-gradient(180deg,#f8fafcf5,#ffffffeb)}.tab-btn{padding:9px 12px;border-radius:999px;border:1px solid var(--border-subtle);background:#ffffffc7;font-weight:700;color:var(--text-secondary);box-shadow:none}.tab-btn.active{background:linear-gradient(180deg,#315ff429,#315ff414);color:var(--brand);border-color:#315ff42e}.tab-body{padding:16px;animation:ui-fade-up .22s var(--ease)}.form{display:flex;flex-direction:column;align-items:flex-start;gap:16px}.form>.row{flex-direction:column}.field{display:flex;flex-direction:column;gap:6px;min-width:180px;width:100%}.field.grow{flex:1;min-width:260px}.field label,.field>span{font-size:12px;font-weight:700;letter-spacing:.02em;color:var(--text-secondary)}.btn,.submit-btn,.cancel-btn,button.danger{height:var(--btn-h);padding:0 var(--btn-pad-x);border-radius:14px;font-weight:800;letter-spacing:.02em;display:inline-flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;transition:transform var(--dur) var(--ease),background var(--dur) var(--ease),border-color var(--dur) var(--ease),box-shadow var(--dur) var(--ease)}.btn,.cancel-btn{border:1px solid var(--border-default);background:var(--surface-elevated);color:var(--text-secondary);box-shadow:0 1px #ffffffb3 inset}.btn:hover:not([disabled]),.cancel-btn:hover:not([disabled]){background:var(--surface-panel);border-color:var(--border-strong);transform:translateY(-1px);box-shadow:var(--shadow-soft)}.btn:active:not([disabled]),.cancel-btn:active:not([disabled]){transform:translateY(0)}.btn:focus,.cancel-btn:focus{outline:none;box-shadow:var(--focus-ring)}.btn-primary,.submit-btn{border:1px solid rgba(49,95,244,.5);text-decoration:none;font-size:13px;background:linear-gradient(180deg,#4674ff 0%,var(--brand) 100%);color:#fff;box-shadow:0 12px 24px #315ff43d}.btn-primary:hover:not([disabled]),.submit-btn:hover:not([disabled]){background:linear-gradient(180deg,#3b6df6 0%,var(--brand-hover) 100%);box-shadow:0 16px 28px #315ff447;transform:translateY(-1px)}.btn-ai{border:1px solid rgba(53,74,191,.26);text-decoration:none;font-size:13px;color:#fff;background:linear-gradient(180deg,#06187ef0,#1b43e0f0 58%,#6018c4f0)}.btn-ai:hover:not([disabled]){transform:translateY(-1px);background:linear-gradient(180deg,#11218df5,#1e4aeaf5 58%,#6a20d3f5)}.btn-ai:focus{outline:none;box-shadow:0 0 0 4px #6a00db1a}.btn-ai[disabled]{opacity:.86}.btn-danger-outline,button.danger{border:1px solid rgba(239,68,68,.55);background:#ffffffe6;color:#ef4444;text-transform:none;font-size:13px}.btn-danger-outline:hover:not([disabled]),button.danger:hover:not([disabled]){background:#ef444414;border-color:#ef4444bf;transform:translateY(-1px)}.btn-ghost{border:1px solid transparent;background:transparent;color:var(--text-secondary)}.btn-ghost:hover:not([disabled]){background:var(--surface-subtle);transform:translateY(-1px)}.btn-primary-outline{border:1px solid rgba(49,95,244,.24);background:#fffc;color:var(--brand)}.btn-primary-outline:hover:not([disabled]){background:var(--brand-soft);transform:translateY(-1px)}.btn-sm{height:32px;padding:0 10px;font-size:12px;font-weight:800}.btn-warn{border-color:#fbbf24bf!important;color:#92400ef2!important}.chip{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 12px;border-radius:999px;border:1px solid var(--border-subtle);background:#ffffffd6;color:var(--text-secondary);font-size:12px;font-weight:700;line-height:1;transition:background var(--dur) var(--ease),border-color var(--dur) var(--ease),color var(--dur) var(--ease),transform var(--dur) var(--ease),box-shadow var(--dur) var(--ease)}.chip:hover{background:var(--surface-subtle);transform:translateY(-1px)}.table-wrap{background:var(--surface-elevated);border:1px solid var(--border-subtle);border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-soft);animation:ui-fade-up .22s var(--ease)}.table-wrap.table-wrap-flat{border:0;border-radius:0;box-shadow:none;background:transparent}.data-table{width:100%;border-collapse:collapse;font-size:14px}.data-table thead{background:linear-gradient(180deg,#f8fafcfa,#f1f5f9f0)}.data-table th{text-align:left;font-weight:600;color:var(--text-secondary);padding:14px 16px;border-bottom:1px solid var(--border-subtle);white-space:nowrap}.data-table th.sortable{padding:0;-webkit-user-select:none;user-select:none}.data-table th.sortable:hover{background:#f1f5f9e0}.th-sort-btn{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 14px;border:0;background:transparent;color:inherit;font:inherit;cursor:pointer;text-align:left}.th-sort-icon{opacity:.75;font-size:12px}.th-sort-icon.active{opacity:1}.table-toolbar{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--border-subtle);background:linear-gradient(180deg,#f8fafcfa,#fffffff0)}.table-toolbar-left,.table-toolbar-right{display:flex;align-items:center;gap:10px}.table-toolbar-label{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-secondary)}.table-toolbar-select{height:32px;border-radius:12px;border:1px solid var(--border-default);padding:0 10px;background:var(--surface-elevated)}.table-toolbar-meta{font-size:13px;color:var(--text-muted);margin-right:8px}.table-toolbar-btn{height:32px;border-radius:12px;border:1px solid var(--border-default);background:var(--surface-elevated);padding:0 12px;cursor:pointer}.table-toolbar-btn:disabled{opacity:.5;cursor:not-allowed}.data-table td{padding:14px 16px;border-bottom:1px solid var(--border-subtle);color:var(--text-primary)}.data-table tbody tr{cursor:default;transition:background .15s ease,transform .15s ease}.data-table tbody tr:hover{background:#f8fafcc2}.data-table tbody tr:last-child td{border-bottom:none}.data-table .empty{text-align:center;color:var(--text-muted);padding:24px}.table-actions-col{width:1%;white-space:nowrap}.table-actions-error{margin:0 0 12px;padding:12px 14px;border-radius:14px;border:1px solid rgba(220,38,38,.14);background:#fef2f2e0;color:#b91c1c;font-size:13px}.table-row-actions{display:inline-flex;align-items:center;gap:8px}.table-row-action-btn{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;min-width:64px;height:30px;padding:0 12px;line-height:1;border-radius:999px;border:1px solid var(--border-default);background:var(--surface-elevated);color:var(--text-primary);font:inherit;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease,transform .15s ease}.table-row-action-btn:hover:not(:disabled){background:#f8fafcfa;border-color:#94a3b86b;transform:translateY(-1px)}.table-row-action-btn.is-danger{color:#b91c1c;border-color:#dc262629;background:#fef2f2d1}.table-row-action-btn.is-danger:hover:not(:disabled){background:#fee2e2fa;border-color:#dc262647}.table-row-action-btn:disabled{opacity:.6;cursor:wait;transform:none}.agent-launcher{position:fixed;right:18px;bottom:18px;border-radius:5px;padding:12px 40px;border:3px solid #edecec;text-transform:uppercase;background:linear-gradient(180deg,#0009ff,#6a00db);color:#fff;z-index:1000;font-weight:700}.agent-panel{position:fixed;right:18px;bottom:72px;width:380px;height:520px;background:#fff;border:1px solid #ddd;border-radius:5px;overflow:hidden;box-shadow:0 12px 40px #00000026;z-index:1000;display:flex;flex-direction:column}.agent-panel-header{padding:12px;border-bottom:1px solid #eee}.agent-title{font-weight:800}.agent-subtitle{font-size:12px;opacity:.7;margin-top:2px}.agent-messages{flex:1;overflow:auto;padding:12px;background:#fafafa;display:flex;flex-direction:column;gap:10px}.bubble{max-width:85%;padding:10px 12px;border-radius:5px;border:1px solid #e6e6e6;background:#fff;white-space:pre-wrap}.bubble.user{align-self:flex-end;background:#111;color:#fff;border-color:#111}.bubble.assistant{align-self:flex-start}.agent-input{padding:12px;border-top:1px solid #eee;display:flex;gap:8px}.agent-input input{flex:1}.form-card{background:linear-gradient(180deg,#fffffffa,#f8fafcf5);border:1px solid var(--border-subtle);border-radius:var(--radius-2xl);box-shadow:var(--shadow-soft);overflow:hidden;width:100%;margin:0 auto;transition:box-shadow var(--dur) var(--ease),transform var(--dur) var(--ease);animation:ui-fade-up .22s var(--ease)}.form-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-2px)}.form-card.wide{max-width:1400px}.form-card.form-card-sticky{position:sticky;top:18px}.flight-creatives-table-wrap{margin-top:0;overflow-x:auto;border:1px solid rgba(15,23,42,.1);border-radius:5px}.flight-creatives-table{width:100%;min-width:980px;table-layout:fixed;border-collapse:separate;border-spacing:0}.flight-creatives-table th,.flight-creatives-table td{box-sizing:border-box}.flight-creatives-table thead th{position:sticky;top:0;background:#f8fafc;z-index:1;font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#0f172aa6;border-bottom:1px solid rgba(15,23,42,.1);padding:10px}.flight-creatives-table tbody td{border-bottom:1px solid rgba(15,23,42,.08);padding:10px;vertical-align:middle;background:#fff;font-size:12px}.flight-creatives-table tbody tr:hover td{background:#0f172a05}.flight-creatives-table tbody tr.row-disabled td{opacity:.55;background:#0f172a04}.th-inner{display:flex;align-items:center;justify-content:space-between;gap:10px}.col-resizer{width:10px;height:18px;cursor:col-resize;border-left:2px solid rgba(15,23,42,.18);border-right:2px solid transparent;opacity:.7;flex:0 0 auto}body.col-resize-active{cursor:col-resize;-webkit-user-select:none;user-select:none}.table-input{width:100%;padding:8px 10px;border:1px solid var(--border-default);border-radius:12px;outline:none;font-size:13px;background:var(--surface-elevated)}.table-input:focus{border-color:#315ff473;box-shadow:var(--focus-ring)}.cell-code{font-size:12px}.cell-name{font-weight:600;font-size:12px}.include-cell{display:flex;align-items:center;gap:8px;font-size:13px;-webkit-user-select:none;user-select:none}.form-header{padding:18px 18px 12px}.form-kicker{font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#0f172a8c}.form-title-input{margin-top:8px;width:100%;font-size:22px;font-weight:850;letter-spacing:-.01em;padding:10px 12px;border-radius:16px;border:1px solid var(--border-default);outline:none;background:var(--surface-elevated)}.form-title-input:focus{border-color:#315ff473;box-shadow:var(--focus-ring)}.form-meta{margin-top:10px;display:flex;align-items:center;gap:10px;color:#0f172a9e;font-size:13px;font-weight:650}.form-meta-dot{width:8px;height:8px;border-radius:999px;background:#0f172a47}.form-meta-dot.active{background:#22c55e}.form-meta-dot.paused{background:#f59e0b}.form-meta-dot.ended{background:#94a3b8}.form-divider{border:0;border-top:1px solid rgba(15,23,42,.1);margin:0}.form-card-inner{padding:16px 18px 10px}.form-card-inner.form-card-inner-spacious{padding:22px 22px 14px}.form-section{display:flex;flex-direction:column;gap:12px}.form-section-title{font-size:12px;font-weight:850;letter-spacing:.1em;text-transform:uppercase;color:#0f172a8c;margin-top:2px}.form-grid{display:grid;gap:12px}.form-grid.two{grid-template-columns:1fr 1fr}.form-grid.three{grid-template-columns:1fr 1fr 1fr}@media (max-width:820px){.form-grid.two{grid-template-columns:1fr}}@media (max-width:980px){.form-grid.three{grid-template-columns:1fr}}.config-table{width:100%;border-collapse:collapse;table-layout:fixed}.config-table th,.config-table td{vertical-align:top}.config-table th{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#0f172a8c}.config-table td{padding:10px 8px;border-bottom:1px solid rgba(15,23,42,.08)}.config-table td:first-child{width:90px}.config-table td:nth-child(2){width:260px}.config-table input{width:100%}.form-help{font-size:12px;color:#0f172a8c;margin-top:-6px}.form-footer{margin-top:14px;padding:14px 18px;border-top:1px solid rgba(15,23,42,.1);display:flex;align-items:center;justify-content:space-between;gap:12px;background:linear-gradient(180deg,#f8f9fba6,#fff)}@media (max-width:1080px){.app-page-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.app-form-layout{grid-template-columns:1fr}.form-card.form-card-sticky{position:static}}@media (max-width:820px){.app-page-header-main{flex-direction:column;padding:20px}.app-page-stats{grid-template-columns:1fr}}.agent-team-heading{margin-top:8px;font-size:22px;font-weight:850;letter-spacing:-.01em;color:var(--ink)}.agent-team-layout{display:grid;grid-template-columns:240px minmax(0,1fr);align-items:start}.agent-team-sidebar{border-right:1px solid rgba(15,23,42,.1);background:linear-gradient(180deg,#f8f9fbb3,#fffc);min-height:100%;padding:16px}.agent-team-sidebar-title{font-size:12px;font-weight:850;letter-spacing:.1em;text-transform:uppercase;color:#0f172a8c;margin-bottom:12px}.agent-team-sidebar-list{display:flex;flex-direction:column;gap:8px}.agent-team-advertiser-tab{width:100%;text-align:left;border:1px solid rgba(15,23,42,.1);border-radius:12px;background:#fff;padding:12px;display:flex;flex-direction:column;gap:4px;box-shadow:0 4px 10px #0f172a0a}.agent-team-advertiser-tab:hover{border-color:#0009ff3d;transform:translateY(-1px)}.agent-team-advertiser-tab.is-active{border-color:#0009ff57;background:linear-gradient(180deg,#0009ff0d,#fffffffa);box-shadow:0 10px 24px #0009ff1a}.agent-team-advertiser-name{font-weight:750;color:var(--ink)}.agent-team-advertiser-meta{font-size:12px;color:#0f172a8c}.agent-team-topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:4px}.agent-team-selected-name{font-size:24px;font-weight:850;letter-spacing:-.02em}.agent-team-topbar-actions{display:flex;gap:10px;flex-wrap:wrap}.agent-team-summary-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:12px;margin-top:12px}.agent-team-workflow{display:grid;gap:10px;margin-top:12px}.agent-team-workflow-item{display:flex;align-items:center;gap:12px;padding:10px 12px;border:1px solid rgba(15,23,42,.08);border-radius:12px;background:#fff}.agent-team-workflow-item.is-muted{opacity:.55}.agent-team-workflow-step{width:30px;height:30px;border-radius:999px;background:#0009ff14;color:#0009ff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:13px}.agent-team-inline-empty{margin-top:4px;display:flex;align-items:center;justify-content:space-between;gap:12px}.agent-team-agents-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.agent-workstreams-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:12px}.agent-workstreams-summary-card{min-height:100%;background:linear-gradient(180deg,#f8f9fbdb,#fff)}.agent-workstreams-summary-value{margin-top:12px;font-size:30px;line-height:1;font-weight:850;letter-spacing:-.03em;color:var(--ink)}.agent-workstreams-main-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:12px;margin-top:12px;align-items:start}.agent-workstreams-chip-row,.agent-workstreams-table-agents{display:flex;flex-wrap:wrap;gap:8px}.agent-workstreams-chip{display:inline-flex;align-items:center;padding:7px 10px;border-radius:999px;border:1px solid rgba(15,23,42,.08);background:#f8f9fbf2;font-size:12px;font-weight:700;color:var(--ink)}.agent-workstreams-stage-list{display:grid;gap:10px;margin-top:14px}.agent-workstreams-stage-item{padding:12px;border:1px solid rgba(15,23,42,.08);border-radius:12px;background:#fff}.agent-workstreams-stage-item.is-active{border-color:#0009ff38;background:linear-gradient(180deg,#0009ff0a,#fff);box-shadow:0 10px 24px #0009ff14}.agent-workstreams-stage-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.agent-workstreams-stage-meta{display:grid;gap:6px;margin-top:10px;font-size:12px;color:#0f172a9e}.agent-workstreams-status-pill{display:inline-flex;align-items:center;justify-content:center;padding:7px 10px;border-radius:999px;border:1px solid rgba(148,163,184,.2);background:#94a3b81f;color:#475569;font-size:12px;font-weight:800;white-space:nowrap}.agent-workstreams-status-pill.is-progress{border-color:#3b82f638;background:#3b82f61f;color:#1d4ed8}.agent-workstreams-status-pill.is-complete{border-color:#14b8a638;background:#14b8a61f;color:#0f766e}.agent-workstreams-status-pill.is-review{border-color:#f59e0b38;background:#f59e0b1f;color:#92400e}.agent-workstreams-status-pill.is-blocked{border-color:#ef444433;background:#ef44441f;color:#b91c1c}.agent-workstreams-row{cursor:pointer}.agent-workstreams-row td{vertical-align:top}.agent-workstreams-row.is-active td{background:#0009ff0a}.agent-workstreams-row:focus-visible td{outline:2px solid rgba(0,9,255,.24);outline-offset:-2px}.agent-team-agent-card{min-height:100%;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.agent-team-agent-card:hover{transform:translateY(-1px);box-shadow:0 10px 24px #0f172a14;border-color:#0009ff29}.agent-team-agent-card:focus-visible{outline:2px solid rgba(0,9,255,.24);outline-offset:2px}.agent-team-agent-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:12px}.agent-team-toggle{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:700;color:var(--ink)}.agent-team-card-summary{display:grid;gap:12px}.agent-team-card-summary-item{display:grid;gap:4px}.agent-team-card-footer{margin-top:16px;display:flex;align-items:center;justify-content:space-between;gap:12px}.agent-os-inline-success{margin:12px 0 0;padding:10px 12px;border:1px solid rgba(20,184,166,.18);border-radius:12px;background:#14b8a614;color:#0f766e;font-size:13px;font-weight:700}.agent-role-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.agent-role-detail-list{display:grid;gap:10px;margin-top:12px}.agent-role-detail-item{padding:12px;border:1px solid rgba(15,23,42,.08);border-radius:12px;background:#fff}.agent-role-detail-actions{display:flex;flex-wrap:wrap;gap:10px}.agent-team-empty{padding:18px;border:1px dashed rgba(15,23,42,.14);border-radius:16px;background:linear-gradient(180deg,#f8f9fbcc,#fff);display:flex;flex-direction:column;gap:12px;align-items:flex-start}.agent-team-empty-title{font-size:20px;font-weight:850;color:var(--ink)}.side-sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;border:0;background:#0f172a47;z-index:1200;animation:ui-fade-in .22s var(--ease)}.side-sheet{position:fixed;top:0;right:0;width:min(760px,calc(100vw - 24px));height:100vh;max-height:100dvh;background:linear-gradient(180deg,#fcfdfffa,#f6f9fdf5);border-left:1px solid var(--border-subtle);box-shadow:-28px 0 64px #0f172a29;z-index:1201;display:flex;flex-direction:column;min-height:0;animation:ui-scale-in .24s var(--ease)}.side-sheet-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:18px;border-bottom:1px solid var(--border-subtle);background:#ffffffe0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);position:sticky;top:0;z-index:1}.side-sheet-title{font-size:22px;font-weight:850;letter-spacing:-.02em;color:var(--ink)}.side-sheet-subtitle{margin-top:6px;font-size:13px;color:#0f172a99}.side-sheet-close{border:1px solid var(--border-default);border-radius:999px;background:var(--surface-elevated);padding:9px 12px;font-weight:700;color:var(--text-primary)}.side-sheet-body{flex:1;overflow:auto;min-height:0;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:18px;display:flex;flex-direction:column;gap:12px}.workstream-detail-summary-grid,.workstream-detail-meta-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.workstream-detail-summary-card{min-width:0}.workstream-detail-summary-value{margin-top:10px;font-size:16px;font-weight:800;color:var(--ink);overflow-wrap:anywhere}.workstream-detail-section-stack{display:grid;gap:6px}.workstream-detail-handoff-list,.workstream-detail-stage-list,.workstream-detail-activity-list,.workstream-detail-output-list{display:grid;gap:10px;margin-top:12px}.workstream-detail-handoff-item,.workstream-detail-stage-item,.workstream-detail-activity-item,.workstream-detail-output-item,.workstream-detail-empty{padding:12px;border:1px solid rgba(15,23,42,.08);border-radius:12px;background:#fff}.workstream-detail-empty{color:#0f172a94}.workstream-detail-stage-head,.workstream-detail-handoff-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;flex-wrap:wrap}.workstream-detail-stage-meta{display:grid;gap:6px;margin-top:10px;color:#0f172a94;font-size:12px}.workstream-detail-handoff-item.is-progress,.workstream-detail-handoff-item.is-blocked{border-color:#0009ff2e;background:linear-gradient(180deg,#0009ff0a,#fff)}.workstream-detail-handoff-item.is-blocked{border-color:#ef44442e;background:linear-gradient(180deg,#ef44440a,#fff)}.workstream-detail-handoff-route{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:10px}.workstream-detail-role-pill{display:inline-flex;align-items:center;gap:8px;padding:7px 10px;border-radius:999px;border:1px solid rgba(15,23,42,.08);background:#f8f9fbf2;font-size:12px;font-weight:700;color:var(--ink);max-width:100%;min-width:0;overflow-wrap:anywhere}.workstream-detail-role-avatar{width:24px;height:24px;border-radius:999px;background:#0f172a;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:800}.workstream-detail-handoff-arrow{color:#0f172a73;font-weight:800}.workstream-detail-actions{display:flex;flex-wrap:wrap;gap:10px;padding-bottom:8px}@media (max-width:1100px){.agent-team-layout{grid-template-columns:1fr}.agent-team-sidebar{border-right:0;border-bottom:1px solid rgba(15,23,42,.1)}.agent-team-summary-grid,.agent-team-agents-grid,.agent-role-detail-grid,.agent-workstreams-summary-grid,.agent-workstreams-main-grid{grid-template-columns:1fr}}@media (max-width:760px){.agent-team-topbar{flex-direction:column}.agent-team-card-footer,.agent-team-inline-empty{align-items:flex-start;flex-direction:column}.agent-workstreams-stage-top{flex-direction:column}.side-sheet{width:100vw}.workstream-detail-summary-grid,.workstream-detail-meta-grid{grid-template-columns:1fr}.workstream-detail-stage-head,.workstream-detail-handoff-head,.workstream-detail-handoff-route{align-items:flex-start}}.flight-creatives-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.flight-creatives-search{flex:1;min-width:240px;padding:10px 12px;border-radius:5px;border:1px solid rgba(15,23,42,.12);outline:none}.flight-creatives-search:focus{border-color:#0009ff73;box-shadow:0 0 0 4px #0009ff1f}.flight-creatives-toggle{display:flex;align-items:center;gap:8px;font-size:13px;color:#0f172ab8;font-weight:650}.flight-creatives-actions{display:flex;gap:8px;flex-wrap:wrap}.flight-creatives-grid{display:grid;gap:12px}.flight-creative-card{border:1px solid rgba(15,23,42,.1);border-radius:5px;background:#fff;box-shadow:0 10px 22px #0f172a0d;overflow:hidden}.flight-creative-card-head{padding:12px 14px;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;background:linear-gradient(180deg,#f8f9fbcc,#fff);border-bottom:1px solid rgba(15,23,42,.08)}.flight-creative-name{font-weight:850;font-size:14px}.flight-creative-include{display:flex;align-items:center;gap:8px;font-weight:700;color:#0f172ab8}.flight-creative-card-body{padding:14px}.flight-creative-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media (max-width:980px){.flight-creative-fields{grid-template-columns:1fr}}.flight-tag-area{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.flight-tag-actions{display:flex;gap:8px;justify-content:flex-end;margin-top:10px}.mc-shell{height:100%;display:grid;grid-template-columns:var(--mc-sidebar-w) minmax(0,1fr);background:transparent}.mc-sidebar{border-right:1px solid var(--border);background:linear-gradient(180deg,#01057ae9 10%,#0008ffb3 80%,#6a00dbd0);padding:12px 8px;width:var(--mc-sidebar-w);min-width:var(--mc-sidebar-w);display:flex;flex-direction:column;gap:14px}.mc-brand{padding:0 10px 0 6px}.mc-brand-mark{font-weight:900;letter-spacing:.2px;font-size:16px;background:var(--leanr-grad);-webkit-background-clip:text;background-clip:text;color:transparent}.mc-brand-mark img{position:relative;left:25%;margin:auto}.mc-brand-sub{font-size:12px;opacity:.72;margin-top:2px}.mc-seat{padding:10px;border-radius:5px;border:1px solid var(--border);background:#f3f4f6}.mc-seat-label{font-size:11px;opacity:.7;margin-bottom:6px}.mc-seat-pill{font-size:13px;font-weight:700}.mc-seat-select{width:100%;padding:10px 12px;border-radius:5px;border:1px solid rgba(255,255,255,.1);background:#00000040;color:var(--ink);outline:none}.mc-nav{display:flex;flex-direction:column;gap:8px;margin-top:8px;align-items:stretch}.mc-nav-group{position:relative}.mc-nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:10px 6px;border-radius:5px;text-decoration:none;color:#fff;border:1px solid transparent;background:transparent}.mc-nav-item:hover{background:#ffffff14;border-color:#ffffff2e;color:#fff}.mc-nav-item.active{background:#ffffff24;border-color:#ffffff38;color:#fff}.mc-nav-tray-toggle{position:absolute;top:50%;right:2px;transform:translateY(-50%);width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;border-radius:0;background:transparent;color:#ffffffb3;cursor:pointer;transition:color .18s ease,transform .18s ease,opacity .18s ease;opacity:.88}.mc-nav-tray-toggle:hover{color:#fff;opacity:1}.mc-nav-tray-toggle svg{width:11px;height:11px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;transition:transform .18s ease}.mc-nav-tray-toggle.open svg{transform:rotate(90deg)}.mc-nav-flyout{position:absolute;top:0;left:calc(100% + 10px);width:184px;padding:10px;display:grid;gap:8px;border-radius:16px;border:1px solid rgba(14,25,56,.08);background:#fffffffa;box-shadow:0 22px 40px #0c173129;opacity:0;pointer-events:none;transform:translate(-8px) scale(.98);transition:opacity .18s ease,transform .18s ease;z-index:30}.mc-nav-flyout.open{opacity:1;pointer-events:auto;transform:translate(0) scale(1)}.mc-nav-flyout:before{content:"";position:absolute;top:22px;left:-7px;width:14px;height:14px;background:#fffffffa;border-left:1px solid rgba(14,25,56,.08);border-bottom:1px solid rgba(14,25,56,.08);transform:rotate(45deg)}.mc-nav-flyout-link{position:relative;display:block;padding:10px 12px;border-radius:10px;color:#24314f;text-decoration:none;font-size:13px;font-weight:700;line-height:1.2;background:#f6f8fd;border:1px solid transparent}.mc-nav-flyout-link:hover{background:#eef3ff;border-color:#4260b92e}.mc-nav-flyout-link.active{background:linear-gradient(180deg,#dfe8ffeb,#eef3fff5);border-color:#3e5fbe47;color:#18326b}.mc-icon{display:inline-flex;justify-content:center;align-items:center;opacity:.98}.mc-icon-svg{width:26px;height:26px}.mc-nav-label{font-size:11px;font-weight:650;letter-spacing:.1px;text-align:center;line-height:1.1}.mc-nav-footer{margin-top:auto;display:flex;align-items:center;justify-content:center;gap:10px;padding:10px;opacity:.75}.mc-nav-footer-link{color:#e9eefbd9;text-decoration:none;font-size:12px}.mc-nav-footer-link:hover{color:#fff;text-decoration:underline}.mc-nav-footer-dot{opacity:.6}.mc-main{min-width:0;height:100%;display:flex;flex-direction:column}.mc-topbar{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 20px 12px;margin:0;border:0;border-bottom:1px solid var(--border-subtle);border-radius:0;background:#ffffffeb;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;animation:ui-fade-up .26s var(--ease)}.mc-topbar-right{display:flex;align-items:center;gap:10px}.mc-topbar-leftwrap{display:flex;flex-direction:column;gap:1px;margin-left:0}.mc-topbar-row{display:flex;align-items:center;gap:10px;min-width:0}.mc-breadcrumb-wrap{display:flex;align-items:center}.mc-breadcrumbs{display:flex;align-items:center;font-size:13px;opacity:.85}.mc-topbar-sub{font-size:12px;color:var(--text-muted)}.mc-breadcrumb-wrap{height:100%;display:flex;align-items:center;gap:10px;min-width:0;margin:0;padding:0;flex:0 1 auto}.mc-breadcrumb-bracket{position:relative;width:4px;height:100%;flex-shrink:0;display:flex;align-items:center}.mc-breadcrumb-bracket:before{content:"";position:absolute;top:0;bottom:0;left:0;width:0px;background:var(--ink);opacity:.35}.mc-breadcrumb-bracket:after{content:"";position:absolute;top:50%;right:0;width:9px;height:9px;border-top:2px solid var(--ink);border-right:2px solid var(--ink);opacity:.35;transform:translateY(-50%) rotate(45deg)}.mc-topbar-title{text-transform:capitalize;font-size:20px;font-weight:900;letter-spacing:-.02em;color:var(--text-primary)}.mc-breadcrumbs,.mc-crumbs{display:flex;align-items:center;gap:8px;min-width:0;white-space:nowrap;font-size:16px;line-height:18px;color:#0f172a8c;padding:0;margin:0;border-left:0}.mc-breadcrumbs a,.mc-crumb{color:var(--ink);text-decoration:none;display:inline-flex;align-items:center;gap:8px;min-width:0;max-width:280px}.crumb-sep,.mc-crumb-sep{opacity:.35;font-weight:900;margin:0 2px;color:#0f172a59}.crumb-current,.mc-crumb.current{color:#0f172aeb;font-weight:850;text-decoration:none;cursor:default}.mc-crumb-label,.crumb-current{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:420px}@media (max-width: 980px){.mc-breadcrumb-wrap{display:none}.mc-topbar{padding:12px 16px}.mc-topbar-title{font-size:18px}.mc-workspace .page{padding:18px 8px 110px}}.mc-grid{flex:1;display:block;overflow:hidden}.mc-workspace{overflow:auto;padding-right:2px;margin:0 auto;width:100%}.mc-workspace .page{margin:0 auto;padding:20px 18px 120px}.mc-workspace>*{animation:ui-fade-up .28s var(--ease)}.mc-right{border:1px solid rgba(255,255,255,.1);background:#f3f4f6;border-radius:5px;overflow:hidden;display:flex;flex-direction:column;min-height:0}.mc-right-header{padding:14px 14px 10px;border-bottom:1px solid var(--border);background:#fff}.mc-right-title{font-weight:900;font-size:13px;letter-spacing:.2px}.mc-right-sub{font-size:12px;opacity:.65;margin-top:2px}.mc-right-body{padding:12px;overflow:auto;display:flex;flex-direction:column;gap:12px}.mc-section-title{font-size:11px;opacity:.7;text-transform:uppercase;letter-spacing:.12em;margin-bottom:8px}.mc-activity-list{display:flex;flex-direction:column;gap:8px}.mc-activity-item{display:flex;gap:10px;padding:10px;border-radius:5px;border:1px solid var(--border);background:#0000002e}.mc-activity-name{font-weight:800;font-size:13px}.mc-activity-meta{font-size:12px;opacity:.7;margin-top:2px}.mc-badge{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-size:12px;border:1px solid rgba(255,255,255,.1)}.mc-badge.ok{background:#36d3991f}.mc-badge.wait{background:#fbbf241f}.mc-badge.idle{background:#94a3b81f}.mc-topbar-right .seat-switcher-select{background:var(--surface-elevated);border:1px solid var(--border-default);color:var(--text-primary);border-radius:14px;box-shadow:none}.mc-topbar-right .seat-switcher-select:hover{background:var(--surface-panel)}.mc-topbar-right .seat-switcher-select:focus{outline:none;box-shadow:var(--focus-ring)}.mc-topbar-right .user-menu-btn{background:var(--surface-elevated);border:1px solid var(--border-default);color:var(--text-primary);border-radius:14px}.mc-topbar-right .user-menu-btn:hover{background:var(--surface-panel);box-shadow:var(--shadow-soft)}.mc-topbar-right .user-menu-btn:focus{outline:none;box-shadow:var(--focus-ring)}.mc-topbar-right .user-menu-popover{background:#fffffff0;border:1px solid var(--border-subtle);box-shadow:var(--shadow-medium);animation:ui-scale-in .18s var(--ease)}.mc-status{display:inline-flex;align-items:center;gap:8px;padding:8px 10px;border-radius:999px;border:1px solid var(--border);background:#fff}.mc-status-dot{width:8px;height:8px;border-radius:999px;background:#36d399}.mc-status-text{font-size:12px;opacity:.85}.mc-agent-dock{position:fixed;bottom:16px;left:calc(var(--mc-sidebar-w) + (100vw - var(--mc-sidebar-w)) / 2);transform:translate(-50%);z-index:1200;width:min(760px,calc(100vw - var(--mc-sidebar-w) - 40px));pointer-events:none}.mc-agent-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1190;border:none;padding:0;margin:0;width:100%;height:100%;cursor:pointer;background:#0f172a59;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.mc-agent-dock.is-expanded{bottom:20px;width:min(980px,calc(100vw - var(--mc-sidebar-w) - 56px))}.mc-agent-sheet{pointer-events:auto;background:#fff;border:1px solid #242185;border-radius:5px;box-shadow:5px 12px 20px #27258b6e;overflow:hidden;display:flex;flex-direction:column;max-height:72vh;transition:transform .18s ease,box-shadow .18s ease}.mc-agent-sheet.is-expanded{max-height:82vh;transform:translateY(-10px);box-shadow:0 28px 70px #0f172a59;border-radius:12px}.mc-agent-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px 10px;background:#fff}.mc-agent-title{font-weight:800;font-size:14px;color:#0f172a;text-transform:uppercase}.mc-agent-subtitle{font-size:12px;color:#64748b;margin-top:2px}.mc-agent-actions{display:flex;gap:8px;align-items:center}.mc-agent-iconbtn{height:32px;width:32px;border-radius:5px;border:1px solid #e5e7eb;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#0f172a}.mc-agent-iconbtn:hover{background:#f8fafc}.mc-agent-messages{padding:12px 14px 8px;background:#fafafa;overflow:auto;display:flex;flex-direction:column;gap:10px}.mc-agent-sheet.is-expanded .mc-agent-messages{min-height:360px}.mc-agent-sheet.is-expanded .mc-agent-messages{min-height:340px}.mc-agent-msg{display:flex}.mc-agent-msg.is-user{justify-content:flex-end}.mc-agent-msg.is-assistant{justify-content:flex-start}.mc-agent-bubble{max-width:85%;padding:10px 12px;border-radius:5px;font-size:14px;line-height:1.35;border:1px solid #e5e7eb;white-space:pre-wrap;word-break:break-word}.mc-agent-msg.is-user .mc-agent-bubble{background:#007aff;border-color:#007aff;color:#fff}.mc-agent-msg.is-assistant .mc-agent-bubble{background:#fff;color:#0f172a}.mc-agent-divider{height:1px;background:#e5e7eb}.mc-agent-composer{padding:10px 12px 12px;background:#fff}.mc-agent-error{color:#b91c1c;font-size:12px;margin-bottom:6px}.mc-agent-inputshell{display:flex;align-items:flex-end;gap:10px;border:1px solid #e5e7eb;background:#f8fafc;border-radius:5px;padding:5px}.mc-agent-textarea{flex:1;resize:none;border:none;outline:none;background:transparent;font-size:12px;max-height:160px;min-height:22px;color:#0f172a;padding:0;height:40px}.mc-agent-send{height:40px;width:34px;border-radius:5px;border:none;cursor:pointer;background:var(--leanr-grad);color:#fff;display:inline-flex;align-items:center;flex:0 0 auto;justify-content:center;font-weight:900}.mc-agent-send:disabled{opacity:.45;cursor:not-allowed}.mc-agent-hint{margin-top:6px;font-size:12px;color:#64748b}.mc-agent-sheet:not(.is-expanded) .mc-agent-messages,.mc-agent-sheet:not(.is-expanded) .mc-agent-divider{display:none}.mc-agent-embedded{position:static;max-height:none;border:1px solid rgba(15,23,42,.1);border-radius:5px;box-shadow:0 10px 24px #0f172a0f;overflow:hidden;max-width:800px;width:100%;margin:0 auto}.mc-agent-embedded .mc-agent-messages{max-height:220px}.creative-history{display:flex;flex-direction:column;gap:10px}.creative-history-item{border:1px solid #e5e7eb;background:#fff;border-radius:14px;padding:12px}.creative-history-item.is-active{border-color:#0009ff40;box-shadow:0 10px 24px #0009ff14}.creative-history-meta{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.creative-history-main{min-width:0;flex:1 1 auto}.creative-history-topline{display:flex;align-items:center;gap:8px;min-width:0}.creative-history-version{font-size:15px;font-weight:800;color:#0f172a;max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.creative-history-created{margin-top:4px}.creative-history-actions{display:flex;gap:8px;flex-shrink:0;flex-wrap:wrap;justify-content:flex-end}.creative-history-actions .btn{min-width:110px}.creative-history-pill{font-size:12px;font-weight:900;padding:2px 10px;border-radius:999px;background:#0f172a;color:#fff}.creative-history-prompt{margin-top:8px;font-size:13px;color:#0f172a;background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;padding:10px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.4}.creative-editor-shell{max-width:none;width:100%;margin:0 auto;padding:0 18px 20px;position:relative;top:0}.creative-editor-grid{display:grid;grid-template-columns:272px minmax(0,1fr) 292px;gap:24px;align-items:start}.creative-leftpanels{min-width:0;height:100%;position:sticky;top:16px;align-self:start;border:1px solid rgba(15,23,42,.06);box-shadow:0 10px 28px #0f172a0a;background:#fffc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:22px;overflow:hidden}.creative-leftpanels-tabs{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding:16px 16px 10px;background:linear-gradient(180deg,#fffffffa,#f8fafcf5);border-top-left-radius:22px;border-top-right-radius:22px}.creative-editor-rail-title{font-size:14px;font-weight:900}.creative-leftpanels-body{overflow:auto;padding:0 14px 14px}@media (max-width: 1100px){.creative-history-meta{flex-direction:column;align-items:stretch}.creative-history-actions{justify-content:flex-start}}.mc-agent-embedded{position:relative;width:100%;pointer-events:auto}.mc-agent-embedded .mc-agent-sheet{max-height:calc(100vh - 220px);border-radius:14px;border:1px solid rgba(15,23,42,.12);box-shadow:none}.mc-agent-embedded .mc-agent-messages{max-height:calc(100vh - 410px)}.creative-canvas{min-width:0;display:flex}.creative-workspace-main{width:100%;display:flex;flex-direction:column;gap:14px}.creative-rightpanel{min-width:0;position:sticky;top:16px;align-self:start;display:flex;flex-direction:column;gap:12px;border:1px solid rgba(15,23,42,.05);border-radius:22px;padding:12px;background:#ffffffad;box-shadow:0 10px 28px #0f172a0a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.creative-rightpanel-body{animation:ui-fade-up .18s var(--ease)}.creative-topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:8px 6px 4px}.creative-topbar-meta{min-width:0}.creative-topbar-title{font-size:19px;font-weight:850;color:#0f172a}.creative-topbar-subtitle{display:flex;gap:8px;flex-wrap:wrap;margin-top:4px;font-size:12px;color:#64748b}.creative-topbar-selection{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border-radius:999px;background:#f1f5f9c7;border:1px solid rgba(15,23,42,.05);color:#334155;font-size:12px;font-weight:700}.creative-topbar-center{display:flex;justify-content:center;flex:1 1 auto}.creative-topbar-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.creative-stage-shell{display:flex;flex-direction:column;min-height:calc(100vh - 240px);border-radius:5px;background:linear-gradient(180deg,#f9fbffe6,#f2f6fbd6);box-shadow:0 20px 50px #0f172a14;overflow:hidden;animation:ui-scale-in .22s var(--ease)}.creative-stage-header{display:flex;align-items:center;justify-content:flex-start;gap:16px;padding:18px 22px 10px}.creative-stage-header-copy{display:flex;flex-direction:column;gap:6px;min-width:0}.creative-stage-kicker{font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#64748b}.creative-stage-caption{max-width:620px;font-size:13px;line-height:1.5;color:#64748b}.creative-stage-view-switcher{display:flex;gap:8px;flex-wrap:wrap}.creative-stage-footer{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;padding:12px 22px 18px;border-top:1px solid rgba(15,23,42,.05);background:#ffffff80}.creative-stage-footer-group{display:flex;align-items:center;gap:8px;flex-wrap:wrap;min-width:0}.creative-stage-footer-group-start{flex:1 1 220px}.creative-stage-footer-group-center{justify-content:center;flex:1 1 260px}.creative-stage-footer-group-end{justify-content:flex-end;flex:1 1 220px}.creative-stage-review-chip{display:flex;align-items:center;gap:8px;min-height:36px;padding:0 12px;border-radius:999px;background:#f8fafcdb;border:1px solid rgba(15,23,42,.06);color:#475569;font-size:12px;font-weight:700}.creative-stage-body{flex:1 1 auto;display:flex;flex-direction:column;min-height:560px;height:min(750px,calc(100vh - 280px));max-height:750px}.creative-quick-actions{display:flex;gap:8px;flex-wrap:wrap}.creative-quick-actions .btn{min-height:34px;height:34px;padding:0 12px;border-radius:999px;font-size:12px}.creative-canvas-stage{background:radial-gradient(circle at top,rgba(255,255,255,.2) 0%,transparent 28%),linear-gradient(180deg,#d5dde8f5,#c5cfdde0);overflow:auto;position:relative;border-radius:5px;margin:0 18px;padding:28px;box-shadow:inset 0 1px #ffffff80;transition:background var(--dur) var(--ease);height:100%;max-height:750px}.creative-canvas-stage.is-centered{display:flex;justify-content:center;align-items:center;min-height:100%}.creative-canvas-stage.is-image-only{min-height:100%;align-items:flex-start;padding-top:30px!important}.creative-stage-bottombar{position:absolute;left:12px;right:12px;bottom:12px;display:flex;gap:10px;align-items:center;justify-content:flex-start;padding:8px;border-radius:12px;border:1px solid rgba(15,23,42,.12);background:#ffffffdb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 10px 24px #0f172a14;z-index:5}.creative-stage-btn{height:36px;padding:0 14px;border-radius:10px;white-space:nowrap}.creative-stage-tray{position:absolute;left:12px;right:12px;bottom:64px;height:340px;max-height:calc(100% - 92px);border-radius:14px;border:1px solid rgba(15,23,42,.12);background:#fff;box-shadow:0 18px 48px #0f172a24;overflow:hidden;z-index:6;display:flex;flex-direction:column}.creative-stage-tray-header{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border-bottom:1px solid rgba(15,23,42,.1);background:linear-gradient(180deg,#0009ff0f,#6a00db0a)}.creative-stage-tray-body{padding:12px;overflow:auto;flex:1}.creative-stage-agent{height:100%}.creative-stage-agent .mc-agent-messages{max-height:170px}.creative-canvas-viewport{display:inline-block}.creative-previewlink-card{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:8px 6px 0;padding:14px 16px;border:1px solid rgba(37,99,235,.12);border-radius:16px;background:linear-gradient(180deg,#fffffffa,#f0f7fff2);box-shadow:0 10px 24px #0f172a0d}.creative-previewlink-copy{min-width:0}.creative-previewlink-title{font-size:13px;font-weight:800;color:#0f172a}.creative-previewlink-caption{margin-top:4px;font-size:12px;color:#64748b}.creative-previewlink-inputrow{display:flex;align-items:center;gap:10px;min-width:0;flex:1 1 520px}.creative-previewlink{flex:1 1 420px;min-width:0;width:100%;height:42px;padding:0 14px;border-radius:12px;border:1px solid rgba(15,23,42,.12);background:#fffffff5;font-size:12px;color:var(--ink);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.creative-previewlink:focus{outline:none;border-color:#2563eb59;box-shadow:0 0 0 3px #bfdbfe99}.creative-editor-bottom{margin-top:10px;padding:0}.creative-editor-bottom-toggle{width:100%;display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;background:transparent;border:0;cursor:pointer;text-align:left}.creative-editor-bottom-title{font-weight:900;font-size:14px}.creative-editor-bottom-subtitle{font-size:12px}.creative-editor-bottom-chevron{font-size:16px;color:var(--muted)}.creative-editor-bottom.is-closed .creative-editor-bottom-body{display:none}.creative-editor-bottom-body{padding-bottom:12px}.creative-canvas-toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:8px 12px}.creative-canvas-toolbar-left{display:flex;gap:10px;align-items:center;min-width:0}.creative-canvas-toolbar-right{display:flex;gap:10px;align-items:center}.creative-zoom{display:flex;gap:6px;align-items:center;min-height:38px;padding:4px 8px;border:1px solid rgba(15,23,42,.08);border-radius:999px;background:#ffffffd1;font-size:12px}.creative-zoom input[type=range]{padding:5px;width:104px}.creative-zoom-fit{min-height:30px;height:30px;padding:0 10px;border-radius:999px}.creative-zoom-value{width:40px;text-align:right;color:#475569;font-size:12px;font-weight:700}.creative-stage-guide-chip{min-height:32px;padding:0 10px;background:#ffffffad}.creative-editor-actionsbar{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;padding:0 6px}.creative-editor-actionsbar>div:first-child,.creative-editor-actionsbar>div:last-child{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.creative-editor-toolbar{display:flex;align-items:center;gap:12px;padding:14px 18px;border-bottom:1px solid rgba(15,23,42,.06);flex-wrap:wrap;background:linear-gradient(180deg,#fffffffc,#fafbfdf5)}.creative-editor-toolbar-meta{display:flex;flex-direction:column;gap:4px;min-width:0}.creative-editor-toolbar-title{font-size:16px;font-weight:800;color:#0f172a;line-height:1.2}.creative-editor-toolbar-subtitle{display:flex;gap:8px;flex-wrap:wrap;font-size:12px;color:#64748b}.creative-editor-toolbar-subtitle span{display:inline-flex;align-items:center;gap:4px}.creative-editor-toolbar-subtitle span+span:before{content:"";width:3px;height:3px;border-radius:999px;background:#64748b8c;margin-right:4px}.creative-editor-toolbar-group{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.creative-editor-toolbar-context{padding:8px 12px;border-radius:999px;background:#f1f5f9eb;border:1px solid rgba(15,23,42,.06)}.creative-editor-viewmodes{display:flex;gap:6px;align-items:center;padding-right:4px;margin-right:4px;border-right:1px solid rgba(15,23,42,.08)}.creative-editor-toolbar-spacer{flex:1 1 auto}.creative-editor-sidebar,.creative-editor-inspector{display:flex;flex-direction:column;gap:14px}.creative-editor-sidebar-section{border:1px solid rgba(15,23,42,.07);border-radius:18px;background:#ffffffeb;box-shadow:0 12px 28px #0f172a0d}.creative-editor-sidebar-header{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:14px 16px;border-bottom:1px solid rgba(15,23,42,.06);font-weight:800}.creative-editor-sidebar-body{padding:14px 16px;min-width:0;overflow:hidden}.creative-editor-sidebar-body>*{min-width:0;max-width:100%}.creative-editor-side-tabs,.creative-editor-mode-tabs{display:flex;gap:8px;flex-wrap:wrap;padding:2px 0}.creative-editor-side-tab,.creative-editor-mode-tab{min-height:36px}.creative-editor-panel-stack{display:flex;flex-direction:column;gap:14px}.creative-editor-side-search{margin:0}.creative-editor-side-search span{font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#64748b}.creative-editor-side-search input{height:40px;border-radius:12px;border:1px solid rgba(15,23,42,.08);background:#f8fafcf5}.creative-editor-chip-row{display:flex;gap:6px;flex-wrap:wrap}.chip.chip-action{border:1px solid rgba(15,23,42,.1);background:#f8fafc;cursor:pointer}.chip.chip-active{border-color:#2563eb47;background:#dbeafee6;color:#1d4ed8}.creative-editor-layer-list,.creative-editor-asset-list{display:flex;flex-direction:column;gap:8px}.creative-editor-builder-actions{display:grid;grid-template-columns:1fr;gap:10px}.creative-editor-builder-card{display:flex;flex-direction:column;align-items:flex-start;gap:4px;width:100%;padding:14px 16px;border:1px solid rgba(15,23,42,.08);border-radius:16px;background:linear-gradient(180deg,#fffffffa,#f4f7fbf2);cursor:pointer;text-align:left;transition:border-color var(--dur) var(--ease),box-shadow var(--dur) var(--ease),transform var(--dur) var(--ease)}.creative-editor-builder-card:hover{border-color:#2563eb38;box-shadow:0 12px 24px #0f172a0f;transform:translateY(-1px)}.creative-editor-builder-card strong{font-size:14px;color:#0f172a}.creative-editor-builder-card span{font-size:12px;line-height:1.45;color:#64748b}.creative-editor-layer-row{display:grid;grid-template-columns:minmax(0,1fr);gap:8px;padding:12px;border:1px solid rgba(15,23,42,.08);border-radius:16px;background:linear-gradient(180deg,#fffffffa,#f8fafcfa)}.creative-editor-layer-row.is-selected{border-color:#2563eb47;box-shadow:0 0 0 3px #dbeafecc}.creative-editor-layer-row-background{display:flex;align-items:center;justify-content:space-between;cursor:pointer}.creative-editor-layer-item,.creative-editor-asset-item{display:flex;align-items:center;gap:10px;width:100%;text-align:left;border:0;border-radius:12px;background:transparent;padding:0;cursor:pointer}.creative-editor-layer-copy,.creative-editor-asset-meta{min-width:0;flex:1 1 auto;overflow:hidden}.creative-editor-layer-name,.creative-editor-preset-title{font-weight:800}.creative-editor-asset-name,.creative-editor-asset-meta>.muted{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.creative-editor-asset-name{font-weight:800;color:#0f172a}.creative-editor-layer-meta{display:flex;gap:8px;font-size:11px;color:var(--muted);text-transform:uppercase;margin-top:4px}.creative-editor-layer-actions{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-start}.creative-editor-asset-row{display:flex;gap:10px;align-items:center;padding:10px;border:1px solid rgba(15,23,42,.08);border-radius:16px;background:linear-gradient(180deg,#fffffffa,#f8fafcfa)}.creative-editor-asset-tile{width:100%;text-align:left;cursor:pointer;transition:border-color var(--dur) var(--ease),box-shadow var(--dur) var(--ease),transform var(--dur) var(--ease)}.creative-editor-asset-tile:hover{border-color:#2563eb38;box-shadow:0 12px 24px #0f172a0f;transform:translateY(-1px)}.creative-editor-asset-thumb{width:52px;height:52px;border-radius:10px;background:#e2e8f0;overflow:hidden;flex:0 0 52px}.creative-editor-asset-thumb img{width:100%;height:100%;object-fit:cover;display:block}.creative-editor-preset-card{border:1px solid rgba(15,23,42,.08);border-radius:16px;padding:12px 14px;background:linear-gradient(180deg,#f8fafcfa,#f1f5f9eb)}.creative-editor-inspector-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;min-width:0}.creative-editor-field-span{grid-column:1 / -1}.creative-editor-inspector .field,.creative-editor-disclosure .field{min-width:0}.creative-editor-inspector input,.creative-editor-inspector select,.creative-editor-inspector textarea,.creative-editor-disclosure input,.creative-editor-disclosure select,.creative-editor-disclosure textarea{width:100%;max-width:100%;min-width:0;box-sizing:border-box}.creative-editor-boolean-row{display:flex;gap:14px;align-items:center;flex-wrap:wrap}.creative-editor-artboard-shell{position:relative;display:flex;width:100%;min-height:100%;justify-content:center;align-items:center;min-width:100%;padding:44px 52px 52px;box-sizing:border-box}.creative-editor-artboard-shell.has-floating-toolbar{padding-top:108px}.creative-editor-artboard-toolbar-slot{position:absolute;top:22px;left:50%;z-index:12;transform:translate(-50%);width:min(calc(100% - 32px),920px);display:flex;justify-content:center;pointer-events:none}.creative-editor-artboard-toolbar-slot .creative-floating-toolbar{pointer-events:auto}.creative-editor-artboard-scale{transform-origin:center top;transition:transform .22s cubic-bezier(.2,.8,.2,1)}.creative-editor-artboard{position:relative;overflow:hidden;border-radius:5px;background:#fff;box-shadow:0 24px 60px #0f172a2e,0 2px #ffffff73 inset;animation:ui-scale-in .22s var(--ease)}.creative-editor-artboard-background{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.creative-display-preview-grid{display:grid;width:100%;gap:18px}.creative-display-preview-grid.is-compare{grid-template-columns:repeat(2,minmax(320px,1fr));align-items:start}.creative-display-preview-grid.is-single{grid-template-columns:minmax(0,1fr)}.creative-display-preview-pane{display:flex;min-height:100%;width:100%;min-width:0}.creative-display-preview-label{margin:0 0 10px;font-size:12px;font-weight:800;color:#475569;text-transform:uppercase;letter-spacing:.04em}.creative-display-render-frame{overflow:hidden;border:1px solid rgba(15,23,42,.1);background:#fff;box-shadow:0 18px 44px #0f172a1f;border-radius:18px}.creative-display-render-iframe{width:100%;height:100%;border:0;display:block;background:#fff}.creative-image-render-frame{display:flex;align-items:center;justify-content:center;background:linear-gradient(45deg,rgba(15,23,42,.04) 25%,transparent 25%),linear-gradient(-45deg,rgba(15,23,42,.04) 25%,transparent 25%),linear-gradient(45deg,transparent 75%,rgba(15,23,42,.04) 75%),linear-gradient(-45deg,transparent 75%,rgba(15,23,42,.04) 75%);background-size:24px 24px;background-position:0 0,0 12px,12px -12px,-12px 0}.creative-image-render-preview{width:100%;height:100%;display:block;object-fit:cover}.creative-image-render-loading{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#475569;font-size:13px;font-weight:700}.creative-editor-layer{position:absolute;-webkit-user-select:none;user-select:none;transition:box-shadow var(--dur) var(--ease),border-color var(--dur) var(--ease),opacity var(--dur) var(--ease),transform .18s cubic-bezier(.2,.8,.2,1);touch-action:none}.creative-floating-toolbar{position:relative;z-index:30;display:flex;align-items:center;gap:10px;flex-wrap:nowrap;min-height:54px;max-width:100%;padding:8px 10px;border-radius:999px;border:1px solid rgba(15,23,42,.08);background:#fffffff5;box-shadow:0 22px 44px #0f172a2e;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);animation:ui-scale-in .18s var(--ease);white-space:nowrap}.creative-floating-toolbar-group{display:flex;gap:8px;align-items:center;flex-wrap:nowrap}.creative-floating-toolbar-item{position:relative;display:flex;align-items:center}.creative-floating-toolbar-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:1px solid rgba(15,23,42,.08);border-radius:999px;background:#fff;color:#334155;cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .15s ease,box-shadow .15s ease}.creative-floating-toolbar-icon:hover{background:#f8fafc;border-color:#7c3aed2e;transform:translateY(-1px)}.creative-floating-toolbar-icon.is-active{color:#6d28d9;background:#f5f3ff;border-color:#7c3aed38;box-shadow:0 10px 24px #7c3aed1f}.creative-floating-toolbar-icon svg{width:18px;height:18px}.creative-floating-toolbar-text-value{font-size:12px;font-weight:800;line-height:1}.creative-floating-toolbar-menu{position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%);min-width:168px;padding:12px;border:1px solid rgba(15,23,42,.08);border-radius:14px;background:#fffffffa;box-shadow:0 18px 36px #0f172a29;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);white-space:normal}.creative-floating-toolbar-menu.is-compact{min-width:148px}.creative-floating-toolbar-menu.is-wide{min-width:240px}.creative-floating-toolbar-menu-title{margin-bottom:8px;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#94a3b8}.creative-floating-toolbar-option-list{display:flex;flex-direction:column;gap:4px}.creative-floating-toolbar-option-row{display:flex;gap:6px;flex-wrap:wrap}.creative-floating-toolbar-option{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 12px;border:1px solid rgba(15,23,42,.08);border-radius:999px;background:#fff;color:#334155;font-size:13px;font-weight:700;cursor:pointer}.creative-floating-toolbar-option svg{width:16px;height:16px;display:block;flex:0 0 auto}.creative-floating-toolbar-option-icon{width:36px;min-width:36px;padding:0}.creative-floating-toolbar-option.is-selected{color:#6d28d9;background:#f5f3ff;border-color:#7c3aed38}.creative-floating-toolbar-color-row{display:flex;align-items:center;gap:8px;margin-bottom:8px}.creative-floating-toolbar-color-value{font-size:12px;font-weight:700;color:#64748b}.creative-floating-toolbar-color-row input[type=color]{width:40px;height:36px;padding:2px;border-radius:10px;border:1px solid rgba(15,23,42,.08);background:#fff}.creative-floating-toolbar-swatch-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}.creative-floating-toolbar-stack{display:flex;flex-direction:column;gap:10px}.creative-floating-toolbar-segmented{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin-bottom:10px}.creative-floating-toolbar-segment{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 10px;border:1px solid rgba(15,23,42,.08);border-radius:999px;background:#fff;color:#475569;font-size:12px;font-weight:800;cursor:pointer}.creative-floating-toolbar-segment.is-selected{color:#6d28d9;background:#f5f3ff;border-color:#7c3aed38}.creative-floating-toolbar-stop-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.creative-floating-toolbar-stop{display:flex;flex-direction:column;gap:6px;font-size:11px;font-weight:800;color:#64748b}.creative-floating-toolbar-stop input[type=color]{width:100%;min-width:0;height:36px;padding:2px;border-radius:10px;border:1px solid rgba(15,23,42,.08);background:#fff}.creative-floating-toolbar-field{display:flex;flex-direction:column;gap:8px}.creative-floating-toolbar-field-label{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:12px;font-weight:700;color:#475569}.creative-floating-toolbar-range{width:100%}.creative-floating-toolbar-swatch{width:24px;height:24px;border:1px solid rgba(15,23,42,.12);border-radius:5px;box-shadow:inset 0 0 0 1px #ffffff3d;cursor:pointer}.creative-floating-toolbar-empty{font-size:12px;font-weight:700;color:#94a3b8;white-space:nowrap}.creative-floating-toolbar-divider{width:1px;align-self:center;height:28px;background:#94a3b847}.creative-editor-layer.has-warning{z-index:2}.creative-editor-inline-text{width:100%;height:100%;resize:none;border:1px solid rgba(37,99,235,.4);border-radius:5px;padding:10px 12px;background:#fffffff5;color:#0f172a;font:inherit;line-height:inherit;box-shadow:0 0 0 2px #bfdbfe8c}.creative-layer-content{width:100%;height:100%}.creative-layer-content-text,.creative-layer-content-cta{display:flex;align-items:flex-start;justify-content:flex-start;white-space:pre-wrap}.creative-layer-content-cta{align-items:center;justify-content:center}.creative-layer-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#475569;background:linear-gradient(135deg,#eef2f8,#dbe4ef);font-size:12px;font-weight:700;border-radius:5px}.creative-editor-empty-state{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:12px;width:min(360px,calc(100% - 48px));padding:24px 24px 20px;border:1px solid rgba(15,23,42,.06);border-radius:18px;background:#ffffffe0;box-shadow:0 22px 50px #0f172a1a;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);text-align:center}.creative-editor-empty-state-badge{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;background:#6366f114;color:#4f46e5;font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.creative-editor-empty-state h3{margin:0;font-size:22px;line-height:1.1;color:#0f172a}.creative-editor-empty-state p{margin:0;font-size:13px;line-height:1.55;color:#64748b}.creative-editor-empty-state-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.creative-editor-empty-state-chip{min-height:34px;padding:0 12px;border:1px solid rgba(15,23,42,.08);border-radius:999px;background:#fff;color:#334155;font-size:12px;font-weight:700;transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease,color .14s ease}.creative-editor-empty-state-chip:hover{transform:translateY(-1px);border-color:#7c3aed38;color:#111827;box-shadow:0 14px 24px #0f172a1a}.creative-editor-layer-handle{position:absolute;width:10px;height:10px;border-radius:5px;background:#2563eb;border:2px solid #fff;box-shadow:0 0 0 1px #2563eb40}.creative-editor-layer-handle.is-nw{top:-5px;left:-5px;cursor:nwse-resize}.creative-editor-layer-handle.is-ne{top:-5px;right:-5px;cursor:nesw-resize}.creative-editor-layer-handle.is-sw{bottom:-5px;left:-5px;cursor:nesw-resize}.creative-editor-layer-handle.is-se{bottom:-5px;right:-5px;cursor:nwse-resize}.creative-editor-layer.is-locked{cursor:not-allowed}.creative-editor-hint-list,.creative-editor-warning-list{display:flex;flex-direction:column;gap:8px}.creative-editor-hint-item{padding:12px 14px;border-radius:14px;background:linear-gradient(180deg,#f8fafcfa,#f1f5f9f2);color:#334155;font-size:12px}.creative-editor-warning-item{width:100%;text-align:left;padding:10px 12px;border-radius:12px;border:1px solid rgba(245,158,11,.28);background:#fffbebf2;color:#92400e;cursor:pointer}.creative-editor-warning-item.is-static{cursor:default}.creative-editor-warning-code{font-size:11px;font-weight:800;text-transform:uppercase;margin-bottom:4px}.creative-editor-guide-layer{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:20}.creative-editor-guide{position:absolute;border:1px dashed rgba(14,116,144,.24);background:transparent;box-shadow:inset 0 0 0 9999px #0e749005}.creative-editor-guide-neutral{border-color:#64748b38;box-shadow:inset 0 0 0 9999px #94a3b804}.creative-editor-guide-accent{border-color:#2563eb3d;box-shadow:inset 0 0 0 9999px #3b82f605}.creative-editor-guide-warm{border-color:#f59e0b3d;box-shadow:inset 0 0 0 9999px #fbbf2405}.creative-editor-guide-label{position:absolute;top:8px;left:8px;padding:2px 8px;border-radius:999px;background:#ffffffbd;border:1px solid currentColor;color:#0f172a;font-size:11px;font-weight:800;line-height:1.2;white-space:nowrap}.creative-ai-copilot-card{margin-bottom:12px;padding:14px;border:1px solid rgba(15,23,42,.08);border-radius:14px;background:linear-gradient(180deg,#fffffffa,#f8fafcfa);box-shadow:0 8px 24px #0f172a0d}.creative-ai-copilot-header{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.creative-ai-copilot-title{font-size:14px;font-weight:900}.creative-ai-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px;min-width:0}.creative-ai-suggestion-card{margin-top:12px;padding:12px;border-radius:12px;border:1px solid rgba(37,99,235,.14);background:#eff6ffb8}.creative-ai-suggestion-title{font-weight:800;margin-bottom:6px;min-width:0;overflow-wrap:anywhere}.creative-ai-suggestion-copy{font-size:13px;color:#1e293b;min-width:0;overflow-wrap:anywhere}.creative-ai-suggestion-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.creative-adapt-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.creative-adaptation-warning-list{display:flex;flex-direction:column;gap:8px;margin-top:10px}.creative-adaptation-warning-item{padding:10px 12px;border-radius:12px;border:1px solid rgba(245,158,11,.25);background:#fffbebe6;color:#92400e;min-width:0;overflow-wrap:anywhere}.creative-editor-stage-bar{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 18px 10px}.creative-editor-stage-bar-copy{min-width:0}.creative-editor-stage-title{font-size:14px;font-weight:800;color:#0f172a}.creative-editor-stage-subtitle{margin-top:4px;font-size:12px;color:#64748b;max-width:700px}.creative-editor-stage-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.creative-editor-stage-reviewbar{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:0 18px 4px;padding:12px 14px;border-radius:16px;background:#f8fafcf5;border:1px solid rgba(15,23,42,.06)}.creative-editor-stage-reviewcopy{font-size:12px;color:#475569}.creative-editor-review-list{display:flex;flex-direction:column;gap:10px}.creative-editor-review-item{padding:14px;border-radius:16px;border:1px solid rgba(15,23,42,.08);background:linear-gradient(180deg,#fffffffa,#f8fafcf5)}.creative-editor-review-title{font-size:13px;font-weight:800;color:#0f172a;min-width:0;overflow-wrap:anywhere}.creative-editor-review-copy{margin-top:6px;font-size:12px;line-height:1.5;color:#475569;min-width:0;overflow-wrap:anywhere}.creative-editor-review-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.creative-editor-disclosure{border:1px solid rgba(15,23,42,.08);border-radius:18px;background:#ffffffeb;box-shadow:0 8px 24px #0f172a0d;overflow:hidden}.creative-editor-disclosure-summary{list-style:none;cursor:pointer;padding:14px 16px;font-weight:800;border-bottom:1px solid rgba(15,23,42,.06)}.creative-editor-disclosure-summary::-webkit-details-marker{display:none}.creative-editor-disclosure-body{padding:14px 16px;min-width:0;overflow:hidden}.creative-history-item,.creative-history-main,.creative-history-prompt{min-width:0}.creative-history-prompt{overflow-wrap:anywhere}@media (max-width: 1360px){.creative-editor-grid{grid-template-columns:252px minmax(0,1fr)}.creative-rightpanel{grid-column:1 / -1;position:static}}@media (max-width: 1024px){.creative-editor-shell{padding:0 12px 16px}.creative-editor-grid{grid-template-columns:1fr}.creative-leftpanels,.creative-rightpanel{position:static}.creative-editor-stage-bar,.creative-editor-stage-reviewbar,.creative-stage-header,.creative-stage-footer,.creative-editor-actionsbar,.creative-topbar{flex-direction:column;align-items:flex-start}.creative-previewlink-card,.creative-topbar-center,.creative-topbar-actions,.creative-stage-footer-group{width:100%;justify-content:flex-start}.creative-previewlink-card,.creative-previewlink-inputrow{flex-direction:column;align-items:flex-start}.creative-previewlink-inputrow .btn{width:auto}.creative-editor-inspector-grid,.creative-display-preview-grid.is-compare,.creative-adapt-grid{grid-template-columns:1fr}.creative-editor-artboard-shell{padding:28px 18px 36px}.creative-canvas-stage{margin:0 12px;padding:18px}.creative-stage-body{min-height:560px}}.is-editor-docked-left .creative-canvas-stage{padding-left:390px!important}.is-editor-docked-left .creative-editor-bottom{position:absolute;left:20px;top:70px;width:360px;margin-top:0;z-index:5}.is-editor-docked-left .creative-editor-bottom.is-closed .creative-editor-bottom-body{display:block}.is-editor-docked-left .creative-editor-bottom-body{padding:12px;height:460px;max-height:480px;overflow:auto}.is-editor-docked-left .creative-tabs{flex-wrap:wrap;gap:8px}.is-editor-docked-left .creative-tab{padding:8px 10px;font-size:12px}.is-editor-docked-left .creative-canvas-stage.is-centered{justify-content:flex-start}.is-editor-docked-left .creative-editor-bottom{position:absolute;left:20px;top:70x;width:372px;margin-top:0;z-index:3}.is-editor-docked-left .creative-editor-bottom-toggle{display:none}.is-editor-docked-left .creative-editor-bottom-body{display:block!important;padding:0 12px 12px;max-height:472px;overflow:auto}.is-editor-docked-left .mc-agent-messages{max-height:160px!important}.creative-tabs{display:flex;gap:8px;padding:10px 12px;flex-wrap:wrap}.creative-tab{border:1px solid rgba(15,23,42,.12);background:#fff;border-radius:999px;padding:8px 12px;font-weight:800;font-size:12px;color:#0f172a;cursor:pointer}.creative-tab:hover{background:#f8fafc}.creative-tab.is-active{background:var(--leanr-grad);border-color:transparent;color:#fff}.creative-tab-body{padding:14px 7px}.creative-asset-swap-list{display:flex;flex-direction:column;gap:10px}.creative-asset-swap{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px;border:1px solid rgba(15,23,42,.1);border-radius:16px;background:#fff;box-shadow:0 10px 24px #0f172a0a}.creative-asset-swap-left{display:flex;gap:10px;align-items:center;min-width:0;flex:1 1 auto}.creative-asset-swap-thumb{width:46px;height:46px;border-radius:12px;overflow:hidden;background:#f8fafc;border:1px solid rgba(15,23,42,.1);display:flex;align-items:center;justify-content:center;flex:0 0 auto}.creative-asset-swap-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}@media (max-width: 840px){.creative-asset-swap{align-items:flex-start;flex-direction:column}.creative-asset-swap-actions{width:100%;justify-content:flex-end}}.creative-code{width:100%;min-height:420px;resize:vertical;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:12px;line-height:1.45;border:1px solid rgba(15,23,42,.12);border-radius:14px;padding:12px;background:#0b1220;color:#e2e8f0}.creative-asset-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}@media (max-width: 560px){.creative-asset-grid{grid-template-columns:1fr}}.creative-asset{border:1px solid rgba(15,23,42,.1);border-radius:16px;background:#fff;overflow:hidden;box-shadow:0 10px 24px #0f172a0a}.creative-asset-thumb{height:130px;background:#f8fafc;border-bottom:1px solid rgba(15,23,42,.08);display:flex;align-items:center;justify-content:center}.creative-asset-file{font-weight:900;color:#0f172a;border:1px dashed rgba(15,23,42,.18);border-radius:12px;padding:10px 14px;background:#fff}.creative-asset-meta{padding:10px 12px 0}.creative-asset-actions{display:flex;gap:8px;padding:10px 12px 12px;flex-wrap:wrap}.ad-review-session-picker{align-items:flex-end}.ad-review-session-picker label{display:grid;gap:6px}.ad-review-field-label{display:block;font-size:11px;font-weight:700;color:#5f6b85;text-transform:uppercase;letter-spacing:.06em}.ad-review-create{display:grid;gap:14px;padding:18px;border:1px solid rgba(31,45,87,.08);border-radius:20px;background:linear-gradient(180deg,#f8fafff2,#fffffffa)}.ad-review-create-actions{display:flex;justify-content:space-between;align-items:center;gap:12px}.ad-review-upload-list{display:flex;flex-wrap:wrap;gap:8px}.ad-review-upload-chip{display:inline-flex;align-items:center;gap:10px;padding:8px 12px;border-radius:999px;background:#eef3ff;border:1px solid rgba(70,102,196,.14);color:#23335f;font-size:13px;font-weight:700}.ad-review-chip-remove{border:0;background:transparent;color:#4560bf;font-size:12px;font-weight:700;cursor:pointer;padding:0}.ad-review-workspace{margin-top:18px;display:grid;grid-template-columns:280px minmax(0,1fr);gap:16px;align-items:start}.ad-review-assets{position:sticky;top:20px;display:grid;gap:12px;padding:16px;border-radius:20px;border:1px solid rgba(25,39,79,.08);background:#fff}.ad-review-assets-header{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.ad-review-asset-list{display:grid;gap:10px}.ad-review-asset-row{display:grid;grid-template-columns:72px minmax(0,1fr);gap:12px;align-items:center;width:100%;padding:10px;border-radius:16px;border:1px solid rgba(31,45,87,.08);background:#f8faff;text-align:left;cursor:pointer}.ad-review-asset-row:hover{border-color:#3955be3d;background:#f3f7ff}.ad-review-asset-row.is-active{border-color:#3555be57;background:linear-gradient(180deg,#e7eeffe6,#f5f8fffa);box-shadow:0 12px 24px #2d49a314}.ad-review-asset-thumb{width:72px;height:72px;border-radius:14px;overflow:hidden;background:#dfe8fb;display:flex;align-items:center;justify-content:center}.ad-review-asset-thumb-image{width:100%;height:100%;object-fit:cover;display:block}.ad-review-asset-thumb-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:10px;text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:800;color:#1f3367;background:linear-gradient(180deg,#dde6fff2,#f7fafffa)}.ad-review-asset-thumb-fallback.is-image{color:#1e5d54;background:linear-gradient(180deg,#d6f4ecf2,#f5fcf9fa)}.ad-review-asset-meta{min-width:0;display:grid;gap:6px}.ad-review-asset-title{font-size:14px;font-weight:800;color:#1a2645;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ad-review-asset-subtitle{display:flex;flex-wrap:wrap;gap:8px;align-items:center;font-size:12px;color:#60708f}.ad-review-main{display:grid;gap:16px;min-width:0}.ad-review-main-topbar{display:flex;justify-content:space-between;align-items:flex-start;gap:14px}.ad-review-main-meta{display:grid;gap:6px}.ad-review-main-title{font-size:20px;font-weight:900;color:#15203a}.ad-review-main-subtitle{display:flex;flex-wrap:wrap;gap:10px;align-items:center;color:#62708c;font-size:13px}.ad-review-type-badge{display:inline-flex;align-items:center;justify-content:center;padding:4px 9px;border-radius:999px;background:#eef3ff;border:1px solid rgba(70,102,196,.14);color:#27408a;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.ad-review-nav{display:flex;gap:8px}.ad-review-viewer{min-height:420px;padding:16px;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at top left,rgba(219,229,255,.55),transparent 34%),linear-gradient(180deg,#f7fafff5,#fffffffa)}.ad-review-preview-frame{width:100%;min-height:540px;border-radius:16px;background:#fff;box-shadow:inset 0 0 0 1px #18264c14}.ad-review-image-stage{width:100%;min-height:540px;display:flex;align-items:center;justify-content:center;padding:18px}.ad-review-image-stage img{max-width:100%;max-height:520px;object-fit:contain;display:block;border-radius:18px;box-shadow:0 22px 38px #151e3a29;background:#fff}.ad-review-text-preview{width:100%;min-height:520px;margin:0;padding:18px;border-radius:16px;background:#fff;color:#1c2947;overflow:auto;white-space:pre-wrap;word-break:break-word}.ad-review-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.ad-review-critique-card{padding:18px}.ad-review-critique-copy{margin-top:10px;color:#1c2947;line-height:1.6;white-space:pre-wrap}.ad-review-review-form{padding:18px;display:grid;gap:16px}.ad-review-review-header{display:flex;justify-content:space-between;align-items:flex-start;gap:14px}@media (max-width: 1180px){.ad-review-workspace{grid-template-columns:1fr}.ad-review-assets{position:static}}@media (max-width: 860px){.ad-review-create-actions,.ad-review-main-topbar,.ad-review-review-header{flex-direction:column;align-items:stretch}.ad-review-details{grid-template-columns:1fr}}.creative-swap-row{display:flex;gap:10px;align-items:flex-end}.creative-attach{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px;border:1px solid rgba(15,23,42,.12);background:#fff;cursor:pointer;flex:0 0 auto;-webkit-user-select:none;user-select:none}.creative-attach svg{width:18px;height:18px;display:block}.creative-attach:hover{background:#f8fafc}.creative-attach input{display:none}.mc-agent-fab{position:fixed;bottom:16px;left:calc(var(--mc-sidebar-w) + (100vw - var(--mc-sidebar-w)) / 2);transform:translate(-50%);z-index:1200;border-radius:5px;padding:12px 40px;text-transform:uppercase;border:1px solid #242185;background:#fff;color:#000;box-shadow:5px 12px 20px #27258b6e;font-weight:800;cursor:pointer}@media (max-width:720px){.mc-agent-dock,.mc-agent-fab{left:50%;width:calc(100vw - 24px)}}.page-header-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:6px 0}.page-h1{margin:0;font-size:18px;font-weight:800;letter-spacing:.01em;color:var(--ink)}.page-header-right{display:flex;align-items:center;gap:10px}.reporting-panel{background:#2b2b2b;color:#fff}.mc-toast-wrap{position:fixed;top:12px;left:50%;transform:translate(-50%);z-index:1000;pointer-events:none}.mc-toast{pointer-events:none;min-width:280px;max-width:760px;padding:12px 16px;border-radius:16px;border:1px solid rgba(255,255,255,.18);box-shadow:0 18px 44px #0f172a38;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);font-size:13px;font-weight:700;letter-spacing:.01em;opacity:0;transform:translateY(-10px);transition:opacity .22s var(--ease),transform .22s var(--ease)}.mc-toast-info{background:#141b26db;color:#fffffff2}.mc-toast-success{background:#0e603de0;color:#fffffff5}.mc-toast-danger{background:#8a1a1ae6;color:#fffffff5}.mc-toast-in{opacity:1;transform:translateY(0)}.mc-toast-out{opacity:0;transform:translateY(-10px)}.mc-toast-msg{display:block;line-height:1.2}.generation-stream{margin-top:16px;padding:18px;border-radius:var(--radius-xl);border:1px solid var(--border-subtle);background:radial-gradient(circle at top right,rgba(49,95,244,.1),transparent 34%),linear-gradient(180deg,#fafcff,#f5f8fcf5);box-shadow:var(--shadow-soft),inset 0 1px #ffffffb3;animation:ui-fade-up .24s var(--ease)}.generation-stream__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.generation-stream__eyebrow{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#003499b8}.generation-stream__title{margin-top:4px;font-size:18px;font-weight:800;color:#12203a}.generation-stream__subtitle{margin-top:6px;font-size:13px;color:#5b6980}.generation-stream__pulse{display:inline-flex;gap:6px;padding-top:8px}.generation-stream__pulse span{width:8px;height:8px;border-radius:999px;background:#2b66ff;animation:generationPulse 1.2s ease-in-out infinite}.generation-stream__pulse span:nth-child(2){animation-delay:.15s}.generation-stream__pulse span:nth-child(3){animation-delay:.3s}.generation-stream__body{display:grid;grid-template-columns:minmax(0,240px) minmax(0,1fr);gap:16px;margin-top:16px}.generation-stream__timeline,.generation-stream__transcript-box{border-radius:16px;border:1px solid var(--border-subtle);background:#ffffffc7}.generation-stream__timeline{padding:14px;display:grid;gap:12px}.generation-stream__step{display:grid;grid-template-columns:10px minmax(0,1fr);gap:10px;align-items:start}.generation-stream__step-dot{width:10px;height:10px;margin-top:5px;border-radius:999px;background:linear-gradient(180deg,#2b66ff,#73a2ff);box-shadow:0 0 0 4px #2b66ff1f}.generation-stream__step-label{font-size:13px;font-weight:700;color:#162644}.generation-stream__step-detail,.generation-stream__empty{margin-top:4px;font-size:12px;line-height:1.45;color:#607089}.generation-stream__transcript{min-width:0}.generation-stream__transcript-label{margin-bottom:8px;font-size:12px;font-weight:700;color:#4f5d74}.generation-stream__transcript-box{min-height:168px;padding:14px;font-family:IBM Plex Mono,SFMono-Regular,Consolas,monospace;font-size:12px;line-height:1.5;color:#1f2d44;white-space:pre-wrap;overflow:auto}.generation-stream.is-compact{margin-top:12px;padding:14px;border-radius:16px}.generation-stream.is-compact .generation-stream__header{gap:10px}.generation-stream.is-compact .generation-stream__title{font-size:15px;line-height:1.15}.generation-stream.is-compact .generation-stream__subtitle{font-size:12px;line-height:1.4}.generation-stream.is-compact .generation-stream__body{grid-template-columns:1fr;gap:10px;margin-top:12px}.generation-stream.is-compact .generation-stream__timeline{padding:12px;gap:10px}.generation-stream.is-compact .generation-stream__step-label{font-size:12px}.generation-stream.is-compact .generation-stream__step-detail,.generation-stream.is-compact .generation-stream__empty{font-size:11px}.generation-stream.is-compact .generation-stream__transcript-label{margin-bottom:6px;font-size:11px}.generation-stream.is-compact .generation-stream__transcript-box{min-height:92px;max-height:120px;padding:12px;font-size:11px;line-height:1.45}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}button,.btn,.chip,.panel,.form-card,.table-wrap,.app-section-shell,.app-empty-state,.app-guide-card,.app-ai-panel,.app-status-banner,.creative-leftpanels,.creative-rightpanel,.creative-stage-shell,.creative-canvas-stage,.creative-display-render-frame,.creative-editor-artboard,.creative-floating-toolbar,.creative-editor-layer-row,.creative-editor-preset-card,.creative-editor-warning-item,.creative-editor-review-item,.creative-editor-disclosure,.creative-zoom,.user-menu-popover,.side-sheet,input:not([type=checkbox]):not([type=radio]):not([type=range]),select,textarea{border-radius:5px!important}.leanr-editor-page{--leanr-editor-bg: #f3f4f8;--leanr-editor-surface: rgba(255,255,255,.92);--leanr-editor-surface-strong: #ffffff;--leanr-editor-ink: #1f2937;--leanr-editor-muted: #6b7280;--leanr-editor-border: rgba(15,23,42,.08);--leanr-editor-shadow: 0 24px 54px rgba(15,23,42,.08);--leanr-editor-purple: #7c3aed;--leanr-editor-purple-soft: rgba(124,58,237,.12);background:radial-gradient(circle at top left,rgba(196,181,253,.25),transparent 28%),linear-gradient(180deg,#f7f7fb,#eff1f6)}.leanr-editor-shell{padding:18px 18px 24px}.leanr-editor-layout{display:grid;grid-template-columns:84px 320px minmax(0,1fr);gap:18px;min-height:calc(100vh - 120px);align-items:stretch}.leanr-editor-layout.is-panel-closed{grid-template-columns:84px minmax(0,1fr)}.leanr-editor-layout-nav,.leanr-editor-layout-panel,.leanr-editor-layout-canvas{min-width:0}.leanr-editor-layout-nav{align-self:start}.leanr-editor-nav{height:auto;display:flex;flex-direction:column;gap:12px;padding:18px 10px;background:#fffc;border:1px solid rgba(255,255,255,.7);box-shadow:var(--leanr-editor-shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:5px!important}.leanr-editor-nav-button{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;min-height:72px;padding:12px 8px;border:0;background:transparent;color:#6b7280;border-radius:5px!important;transition:background .16s ease,color .16s ease,transform .16s ease}.leanr-editor-nav-button:hover{background:#ffffffb8;color:#111827}.leanr-editor-nav-button.is-active{background:linear-gradient(180deg,#fffffff5,#f4effff5);color:var(--leanr-editor-purple);box-shadow:inset 0 0 0 1px #7c3aed1f}.leanr-editor-nav-icon{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center}.leanr-editor-nav-icon svg{width:24px;height:24px}.leanr-editor-nav-label{font-size:11px;font-weight:700;line-height:1.1;text-align:center}.leanr-editor-panel{display:flex;flex-direction:column;gap:16px;height:100%;max-height:calc(100vh - 120px);padding:20px;background:var(--leanr-editor-surface-strong);border-right:1px solid rgba(15,23,42,.06);box-shadow:var(--leanr-editor-shadow);border-radius:5px!important;overflow:hidden}.leanr-editor-panel-header{display:flex;align-items:flex-start;justify-content:flex-start;gap:12px}.leanr-editor-panel-close{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;flex:0 0 36px;border:1px solid rgba(15,23,42,.06);background:#f8fafc;color:#6b7280;border-radius:5px!important}.leanr-editor-panel-close svg{width:16px;height:16px}.leanr-editor-panel-copy h2{margin:0;font-size:20px;font-weight:800;color:#111827}.leanr-editor-panel-copy p{margin:6px 0 0;font-size:13px;line-height:1.5;color:var(--leanr-editor-muted)}.leanr-editor-panel-body{min-height:0;overflow:auto;display:flex;flex-direction:column;gap:14px;padding-right:4px}.leanr-editor-search{display:flex;align-items:center;gap:10px;min-height:48px;padding:0 14px;background:#f5f6fb;border:1px solid rgba(148,163,184,.18);border-radius:5px!important}.leanr-editor-search svg{width:18px;height:18px;color:#9ca3af;flex:0 0 auto}.leanr-editor-search input{flex:1 1 auto;border:0;background:transparent;outline:none;color:#111827;min-width:0;padding:0;box-shadow:none}.leanr-editor-section{background:#fbfbfe;border:1px solid rgba(15,23,42,.05);border-radius:5px!important;padding:16px}.leanr-editor-section-header h3{margin:0;font-size:13px;font-weight:800;color:#374151}.leanr-editor-section-header p{margin:6px 0 0;font-size:12px;line-height:1.5;color:#9ca3af}.leanr-editor-section-body{margin-top:14px}.leanr-editor-card-grid,.leanr-editor-asset-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.leanr-editor-tool-card,.leanr-editor-asset-card,.leanr-editor-list-card,.leanr-editor-layer-card,.leanr-editor-soft-button,.leanr-editor-primary-button{border-radius:5px!important}.leanr-editor-tool-card,.leanr-editor-list-card{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:8px;padding:14px;text-align:left;border:1px solid rgba(15,23,42,.06);background:#fff;color:#111827;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.leanr-editor-tool-card:hover,.leanr-editor-list-card:hover,.leanr-editor-asset-card:hover,.leanr-editor-layer-card:hover{transform:translateY(-1px);box-shadow:0 14px 28px #0f172a14;border-color:#7c3aed24}.leanr-editor-tool-card:disabled,.leanr-editor-list-card:disabled{transform:none;box-shadow:none;border-color:#0f172a0d;background:#f8fafc}.leanr-editor-tool-card:disabled strong,.leanr-editor-list-card:disabled strong{color:#94a3b8}.leanr-editor-tool-card:disabled span,.leanr-editor-list-card:disabled span{color:#94a3b8}.leanr-editor-tool-card strong,.leanr-editor-list-card strong{font-size:14px}.leanr-editor-tool-card span,.leanr-editor-list-card span{font-size:12px;line-height:1.45;color:var(--leanr-editor-muted)}.leanr-editor-tool-preview{width:100%;height:64px;border-radius:5px!important;background:linear-gradient(180deg,#ede9fe,#ddd6fe)}.leanr-editor-tool-preview.is-circle{width:64px;border-radius:5px!important;align-self:flex-start;background:linear-gradient(180deg,#ccfbf1,#99f6e4)}.leanr-editor-tool-preview.is-line{height:6px;margin:29px 0;border-radius:999px!important;background:#111827}.leanr-editor-tool-preview.is-image{background:linear-gradient(135deg,#7c3aed57,#f472b640),linear-gradient(180deg,#f5f3ff,#ede9fe)}.leanr-editor-tool-preview.is-logo{background:linear-gradient(180deg,#e2e8f0e6,#cbd5e1eb);position:relative}.leanr-editor-tool-preview.is-logo:after{content:"";position:absolute;top:16px;right:16px;bottom:16px;left:16px;border:2px solid rgba(15,23,42,.28);border-radius:5px}.leanr-editor-chip-grid{display:flex;gap:8px;flex-wrap:wrap}.leanr-editor-list,.leanr-editor-stack,.leanr-editor-layer-stack{display:flex;flex-direction:column;gap:12px}.leanr-editor-field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.leanr-editor-field{display:flex;flex-direction:column;gap:8px;min-width:0}.leanr-editor-field.span-2{grid-column:1 / -1}.leanr-editor-field span{font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#6b7280}.leanr-editor-field textarea,.leanr-editor-field select,.leanr-editor-field input:not([type=range]){width:100%;min-width:0;border:1px solid rgba(148,163,184,.18);background:#fff;padding:12px 14px;border-radius:5px!important}.leanr-editor-color-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.leanr-editor-color-swatch{min-height:64px;border:0;display:flex;align-items:flex-end;justify-content:flex-start;padding:10px;color:#fff;font-size:10px;font-weight:800;text-shadow:0 1px 2px rgba(15,23,42,.28);box-shadow:inset 0 0 0 1px #ffffff2e}.leanr-editor-asset-card{display:flex;flex-direction:column;gap:10px;padding:12px;text-align:left;border:1px solid rgba(15,23,42,.06);background:#fff}.leanr-editor-asset-card-thumb{aspect-ratio:1 / 1;border-radius:5px!important;overflow:hidden;background:#eef2ff}.leanr-editor-asset-card-thumb img{width:100%;height:100%;object-fit:cover;display:block}.leanr-editor-asset-card-name{font-size:13px;font-weight:800;color:#111827;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.leanr-editor-asset-card-meta{font-size:11px;color:#9ca3af;text-transform:capitalize}.leanr-editor-empty-copy{font-size:12px;line-height:1.5;color:#9ca3af}.leanr-editor-inline-note{display:flex;flex-direction:column;gap:6px;margin-top:14px;padding:12px 14px;border:1px solid rgba(245,158,11,.16);background:#fffbebcc;border-radius:5px!important}.leanr-editor-inline-note span{font-size:12px;line-height:1.5;color:#92400e}.leanr-editor-layer-card{position:relative;display:flex;flex-direction:column;gap:12px;width:100%;padding:14px;background:#fff;border:1px solid rgba(15,23,42,.06);cursor:grab}.leanr-editor-layer-card.is-dragging{opacity:.52;box-shadow:none}.leanr-editor-layer-card.is-drop-before:before,.leanr-editor-layer-card.is-drop-after:after{content:"";position:absolute;left:14px;right:14px;height:2px;border-radius:999px;background:#7c3aed;box-shadow:0 0 0 4px #7c3aed1f}.leanr-editor-layer-card.is-drop-before:before{top:-7px}.leanr-editor-layer-card.is-drop-after:after{bottom:-7px}.leanr-editor-layer-card.is-selected{border-color:#7c3aed33;box-shadow:0 0 0 3px #7c3aed14}.leanr-editor-layer-card.is-hovered:not(.is-selected){border-color:#7c3aed1f;box-shadow:0 10px 22px #0f172a0f}.leanr-editor-layer-card-main{width:100%;text-align:left;background:none;border:0;padding:0;cursor:inherit}.leanr-editor-layer-card-header{display:flex;align-items:flex-start;gap:10px}.leanr-editor-layer-drag-handle{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;color:#9ca3af;background:#f8fafc;border:1px solid rgba(15,23,42,.06);border-radius:5px;flex:0 0 auto}.leanr-editor-layer-drag-handle svg{width:14px;height:14px}.leanr-editor-layer-drag-handle.is-passive{color:#cbd5e1;background:#f8fafc}.leanr-editor-layer-card strong{display:block;font-size:13px;color:#111827}.leanr-editor-layer-card span{display:block;margin-top:4px;font-size:11px;color:#9ca3af;text-transform:uppercase}.leanr-editor-layer-card-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.leanr-editor-layer-icon-button{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:1px solid rgba(15,23,42,.08);border-radius:999px;background:#fff;color:#6b7280;cursor:pointer;transition:background .16s ease,border-color .16s ease,color .16s ease,transform .16s ease,box-shadow .16s ease}.leanr-editor-layer-icon-button:hover{background:#f8fafc;border-color:#7c3aed2e;color:#111827;transform:translateY(-1px)}.leanr-editor-layer-icon-button.is-active{color:#6d28d9;background:#f5f3ff;border-color:#7c3aed38;box-shadow:0 10px 24px #7c3aed1a}.leanr-editor-layer-icon-button.is-danger{color:#b91c1c;border-color:#dc262629;background:#fef2f2d1}.leanr-editor-layer-icon-button.is-danger:hover{background:#fee2e2fa;border-color:#dc262647;color:#991b1b}.leanr-editor-layer-icon-button svg{width:15px;height:15px}.leanr-editor-canvas-area{display:flex;flex-direction:column;gap:18px;min-height:calc(100vh - 120px)}.leanr-editor-topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:8px 6px}.leanr-editor-topbar-copy{min-width:0}.leanr-editor-topbar-title-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.leanr-editor-topbar-title-row h1{margin:0;font-size:24px;font-weight:850;color:#111827}.leanr-editor-topbar-status{display:inline-flex;align-items:center;min-height:30px;padding:0 12px;background:#fff;border:1px solid rgba(15,23,42,.05);border-radius:5px!important;font-size:12px;font-weight:700;color:#6b7280}.leanr-editor-topbar-meta{display:flex;gap:8px;flex-wrap:wrap;margin-top:6px;font-size:12px;color:#9ca3af}.leanr-editor-topbar-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.leanr-editor-soft-button,.leanr-editor-primary-button{min-height:38px;padding:0 14px;border:1px solid rgba(15,23,42,.06);background:#ffffffeb;color:#374151;font-size:12px;font-weight:700;transition:background .16s ease,color .16s ease,border-color .16s ease,box-shadow .16s ease}.leanr-editor-soft-button:hover,.leanr-editor-primary-button:hover{border-color:#7c3aed29;box-shadow:0 10px 22px #0f172a14}.leanr-editor-soft-button.is-active{background:var(--leanr-editor-purple-soft);color:var(--leanr-editor-purple);border-color:#7c3aed2e}.leanr-editor-primary-button{background:linear-gradient(180deg,#8b5cf6,#7c3aed);color:#fff;border-color:transparent}.leanr-editor-soft-button:disabled,.leanr-editor-primary-button:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.leanr-editor-inline-banner{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 16px;background:#ffffffc7;border:1px solid rgba(15,23,42,.06);box-shadow:0 18px 40px #0f172a0f;border-radius:5px!important}.leanr-editor-inline-banner.is-error{color:#991b1b;background:#fef2f2eb;border-color:#f8717133}.leanr-editor-inline-banner-copy{display:flex;flex-direction:column;gap:4px;min-width:0}.leanr-editor-inline-banner-copy strong{font-size:13px;color:#111827}.leanr-editor-inline-banner-copy span{font-size:12px;color:#6b7280}.leanr-editor-inline-banner-actions{display:flex;align-items:center;gap:10px;min-width:0;flex:1 1 380px}.leanr-editor-inline-banner-actions .creative-previewlink{flex:1 1 auto;min-width:0}.leanr-editor-artboard-area{position:relative;flex:1 1 auto;min-height:clamp(340px,calc(100vh - 240px),720px);border-radius:5px!important;overflow:hidden;background:radial-gradient(circle at top,rgba(255,255,255,.68),transparent 22%),linear-gradient(180deg,#eceff4,#dde3ec);box-shadow:0 28px 70px #0f172a1f}.leanr-editor-artboard-stage{position:relative;height:100%;min-height:inherit}.leanr-editor-artboard-top-overlay{position:absolute;top:18px;left:18px;right:18px;z-index:3}.leanr-editor-stage-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.leanr-editor-stage-toolbar-group{display:flex;gap:8px;flex-wrap:wrap}.leanr-editor-artboard-bottom-overlay{position:absolute;left:50%;bottom:18px;transform:translate(-50%);z-index:3}.leanr-editor-zoom{display:flex;align-items:center;gap:10px;min-height:48px;padding:0 10px;border:1px solid rgba(255,255,255,.72);background:#ffffffb8;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 16px 36px #0f172a1f;border-radius:5px!important}.leanr-editor-zoom input[type=range]{width:128px}.leanr-editor-zoom-fit{min-height:34px}.leanr-editor-zoom-step{min-width:34px;min-height:34px;padding:0;justify-content:center;font-size:16px;line-height:1}.leanr-editor-zoom-value{min-width:46px;text-align:center;font-size:12px;font-weight:800;color:#374151}.leanr-editor-artboard-stage .creative-display-preview-pane{width:100%;height:100%;min-height:inherit}.leanr-editor-artboard-stage .creative-editor-artboard-shell{min-height:100%;padding:68px 42px 84px}.leanr-editor-artboard-stage .creative-editor-artboard{border-radius:0!important;box-shadow:0 28px 70px #0f172a2e!important}.leanr-editor-artboard-stage .creative-editor-empty-state{width:min(380px,calc(100% - 56px))}.leanr-editor-stack .creative-editor-sidebar-section{border:1px solid rgba(15,23,42,.05);box-shadow:none;background:#fbfbfe;border-radius:5px!important}.leanr-editor-stack .creative-editor-sidebar-header{padding:14px 16px;border-bottom:1px solid rgba(15,23,42,.05)}.leanr-editor-stack .creative-editor-sidebar-body{padding:14px 16px}@media (max-width: 1220px){.leanr-editor-layout{grid-template-columns:78px 292px minmax(0,1fr)}.leanr-editor-layout.is-panel-closed{grid-template-columns:78px minmax(0,1fr)}.leanr-editor-card-grid,.leanr-editor-asset-grid{grid-template-columns:1fr}}@media (max-width: 960px){.leanr-editor-shell{padding:12px}.leanr-editor-layout{grid-template-columns:1fr}.leanr-editor-nav{flex-direction:row;overflow:auto;height:auto;padding:10px}.leanr-editor-nav-button{min-width:84px;min-height:68px}.leanr-editor-panel{max-height:none}.leanr-editor-topbar,.leanr-editor-inline-banner,.leanr-editor-stage-toolbar{flex-direction:column;align-items:flex-start}.leanr-editor-topbar-actions,.leanr-editor-inline-banner-actions{width:100%;justify-content:flex-start}.leanr-editor-artboard-stage .creative-editor-artboard-shell{padding:68px 18px 82px}.leanr-editor-field-grid{grid-template-columns:1fr}.leanr-editor-field.span-2{grid-column:auto}}@keyframes generationPulse{0%,80%,to{transform:translateY(0);opacity:.35}40%{transform:translateY(-4px);opacity:1}}@media (max-width: 960px){.generation-stream__body{grid-template-columns:1fr}}.agent-intelligence-topbar{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:18px;flex-wrap:wrap}.agent-intelligence-controls{min-width:280px}.agent-intelligence-status{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.agent-intelligence-status-pill{display:inline-flex;align-items:center;padding:7px 12px;border-radius:999px;background:#12203a;color:#fff;font-size:12px;font-weight:700;letter-spacing:.02em}.agent-intelligence-status-pill.is-soft{background:#edf4ff;color:#1c3158}.agent-intelligence-layout{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(280px,.9fr);gap:18px}.agent-intelligence-hero{border:1px solid rgba(11,36,71,.08);border-radius:20px;padding:22px;background:radial-gradient(circle at top right,rgba(0,91,255,.08),transparent 28%),linear-gradient(180deg,#f7faff,#f3f7fff5);box-shadow:inset 0 1px #ffffffbf}.agent-intelligence-hero-kicker{font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#003499b8}.agent-intelligence-hero-title{margin:10px 0;font-size:26px;line-height:1.18;color:#13233f}.agent-intelligence-hero-copy{margin:0;font-size:14px;line-height:1.6;color:#506178}.agent-intelligence-meta-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}.agent-intelligence-confidence,.agent-intelligence-meta-pill,.agent-intelligence-metric-pill{display:inline-flex;align-items:center;padding:7px 10px;border-radius:999px;border:1px solid rgba(18,32,58,.08);background:#fff;color:#1a2a46;font-size:12px;font-weight:700}.agent-intelligence-metric-pill.is-muted{background:#f5f7fb;color:#5e6d84}.agent-intelligence-recommendations{display:grid;gap:8px;margin-top:18px}.agent-intelligence-recommendation{padding:10px 12px;border-radius:14px;background:#ffffffbd;border:1px solid rgba(11,36,71,.08);font-size:13px;font-weight:600;color:#18304f}.agent-intelligence-source-list{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}.agent-intelligence-source-pill{display:inline-flex;gap:8px;align-items:center;padding:8px 12px;border-radius:999px;background:#f8fbff;border:1px solid rgba(11,36,71,.08);font-size:12px;color:#44556f}.agent-intelligence-source-pill span:last-child{text-transform:capitalize;color:#708198}.agent-intelligence-sidebar,.agent-intelligence-insights{min-width:0}.agent-intelligence-panel{border:1px solid rgba(11,36,71,.08);border-radius:18px;background:#fff;padding:18px}.agent-intelligence-panel-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px}.agent-intelligence-panel-title{font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#4f627d}.agent-intelligence-panel-count{min-width:28px;height:28px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#eef4ff;color:#153153;font-size:12px;font-weight:800}.agent-intelligence-rule-card{padding:14px 0;border-top:1px solid rgba(11,36,71,.08)}.agent-intelligence-rule-card:first-of-type{border-top:none;padding-top:0}.agent-intelligence-rule-topline{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.agent-intelligence-rule-stage{font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#2b66ff}.agent-intelligence-rule-confidence{font-size:11px;color:#667892}.agent-intelligence-rule-title{font-size:15px;font-weight:800;color:#13233f}.agent-intelligence-rule-copy{margin-top:6px;font-size:13px;line-height:1.55;color:#5a6b83}.agent-intelligence-insights{grid-column:1 / -1}.agent-intelligence-insight-list{display:grid;gap:12px}.agent-intelligence-insight-card{padding:16px;border-radius:16px;border:1px solid rgba(11,36,71,.08);background:linear-gradient(180deg,#fff,#fbfcff)}.agent-intelligence-insight-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.agent-intelligence-insight-title{font-size:16px;font-weight:800;color:#12203a}.agent-intelligence-insight-subtitle{margin-top:4px;font-size:12px;color:#6f8098}.agent-intelligence-insight-metrics{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.agent-intelligence-insight-copy{margin-top:12px;font-size:13px;line-height:1.6;color:#52647b}.agent-intelligence-insight-footer{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-top:14px;flex-wrap:wrap}.agent-intelligence-tag-row{display:flex;gap:8px;flex-wrap:wrap}.agent-intelligence-tag{display:inline-flex;align-items:center;padding:6px 9px;border-radius:999px;background:#edf4ff;color:#21446b;font-size:11px;font-weight:700}.agent-intelligence-tag.is-channel{background:#f4f7fb;color:#55667f}.agent-intelligence-insight-recommendation{font-size:12px;font-weight:700;color:#18304f}.agent-intelligence-empty{padding:18px 0 4px}.agent-intelligence-empty-title{font-size:16px;font-weight:800;color:#1b2c45;margin-bottom:6px}@media (max-width: 960px){.agent-intelligence-layout{grid-template-columns:1fr}.agent-intelligence-insight-head,.agent-intelligence-insight-footer{flex-direction:column;align-items:flex-start}.agent-intelligence-insight-metrics{justify-content:flex-start}}.advertiser-assets-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;flex-wrap:wrap}.advertiser-segmented-control{display:inline-flex;gap:6px;padding:4px;border:1px solid rgba(23,30,48,.12);border-radius:999px;background:#fffc}.advertiser-segmented-button{border:0;background:transparent;color:inherit;padding:8px 12px;border-radius:999px;cursor:pointer;font:inherit}.advertiser-segmented-button.is-active{background:#171e30;color:#fff}.advertiser-asset-thumb-wrap{position:relative}.advertiser-asset-source-pill,.advertiser-asset-video-pill{position:absolute;top:10px;padding:4px 8px;border-radius:999px;font-size:11px;font-weight:600;color:#fff;background:#171e30d1}.advertiser-asset-source-pill{left:10px}.advertiser-asset-video-pill{right:10px}.advertiser-social-grid{display:grid;gap:14px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.advertiser-social-card{border:1px solid rgba(23,30,48,.12);border-radius:18px;padding:16px;background:linear-gradient(180deg,#fffffff5,#f7f9fcf5)}.advertiser-social-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.advertiser-social-status{display:inline-flex;align-items:center;padding:4px 8px;border-radius:999px;font-size:11px;font-weight:600;background:#171e3014;color:#495266}.advertiser-social-status.is-connected{background:#237e4c24;color:#237e4c}.advertiser-social-status.is-unsupported,.advertiser-social-status.is-error{background:#b3382424;color:#b33824}.advertiser-social-note{min-height:34px;margin-top:8px}.advertiser-social-actions{display:flex;align-items:center;gap:12px;margin-top:16px;flex-wrap:wrap}
