@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600;700&family=IBM+Plex+Mono:wght@400;500&family=Sora:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap");:root{--font-sans:"IBM Plex Sans","Sora",sans-serif;--font-display:"Sora","IBM Plex Sans",sans-serif;--font-mono:"IBM Plex Mono","Consolas",monospace;--bg:#f4f6fb;--bg-muted:#eef2f7;--surface-1:#fff;--surface-2:#f8f9fc;--surface-3:#eef2f8;--border:#dbe3ef;--border-strong:#c6d2e4;--text:#0b1220;--text-muted:#5b6575;--accent:#1b6fff;--accent-strong:#0f4ed8;--accent-soft:rgba(27,111,255,.12);--accent-glow:rgba(27,111,255,.35);--success:#16a34a;--running:#2563eb;--failed:#dc2626;--queued:#d97706;--paused:#64748b;--edge:#f59e0b;--edge-strong:#fbbf24;--shadow-soft:0 16px 30px rgba(15,23,42,.08);--shadow-strong:0 28px 60px rgba(15,23,42,.14);--radius-lg:20px;--radius-md:14px;--radius-sm:10px}:root[data-theme=dark]{--bg:#0a0f17;--bg-muted:#0f1622;--surface-1:#121a26;--surface-2:#172232;--surface-3:#1c2b3f;--border:#223249;--border-strong:#2d415d;--text:#e6ecf5;--text-muted:#9aa7bb;--accent:#5aa2ff;--accent-strong:#3a7bf8;--accent-soft:rgba(90,162,255,.16);--accent-glow:rgba(90,162,255,.4);--edge:#f59e0b;--edge-strong:#fbbf24;--shadow-soft:0 20px 40px rgba(5,10,20,.55);--shadow-strong:0 40px 80px rgba(5,10,20,.65)}*{box-sizing:border-box}body,html{margin:0;padding:0;font-family:var(--font-sans);color:var(--text);background:radial-gradient(900px 480px at 10% -10%,rgba(27,111,255,.18),transparent 60%),radial-gradient(700px 420px at 90% -20%,rgba(14,165,164,.12),transparent 60%),radial-gradient(circle at top left,var(--bg-muted),var(--bg));min-height:100%}a{color:inherit;text-decoration:none}button,input,select,textarea{font-family:inherit}.app-shell{display:grid;grid-template-columns:270px 1fr;min-height:100vh}.nav-rail{background:linear-gradient(180deg,color-mix(in srgb,var(--surface-1) 92%,#fff),var(--surface-1));border-right:1px solid var(--border);padding:24px 20px 18px;display:flex;flex-direction:column;gap:22px;position:-webkit-sticky;position:sticky;top:0;height:100vh;box-shadow:12px 0 40px rgba(15,23,42,.06)}.brand-block{display:grid;grid-gap:8px;gap:8px}.brand-logo{width:44px;height:44px;border-radius:14px;background:var(--accent-soft);border:1px solid var(--border);display:grid;place-items:center;box-shadow:0 10px 16px rgba(27,111,255,.12)}.brand-logo img{width:26px;height:26px}.brand-name{font-family:var(--font-display);font-size:18px;letter-spacing:.32em;color:var(--accent);font-weight:700;text-transform:uppercase}.brand-tagline{font-size:12px;color:var(--text-muted)}.nav-groups{display:grid;grid-gap:18px;gap:18px}.nav-group-title{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:var(--text-muted);margin-bottom:8px}.nav-links{display:grid;grid-gap:8px;gap:8px}.nav-link{padding:10px 12px 10px 16px;border-radius:12px;border:1px solid transparent;color:var(--text-muted);transition:all .2s ease;position:relative;overflow:hidden}.nav-link.active,.nav-link:hover{color:var(--text);border-color:var(--border);background:var(--accent-soft)}.nav-link:before{content:"";position:absolute;left:6px;top:50%;width:6px;height:6px;border-radius:999px;background:var(--border-strong);transform:translateY(-50%);transition:all .2s ease}.nav-link.active:before{width:8px;height:8px;background:var(--accent);box-shadow:0 0 0 4px rgba(27,111,255,.12)}.nav-footer{margin-top:auto;display:flex;align-items:center;gap:10px;font-size:12px;color:var(--text-muted);padding:10px 12px;border-radius:12px;border:1px solid var(--border);background:var(--surface-2)}.status-dot{width:8px;height:8px;border-radius:999px;background:var(--success);box-shadow:0 0 10px rgba(22,163,74,.4)}.content{display:flex;flex-direction:column;min-height:100vh}.topbar{display:flex;justify-content:space-between;gap:20px;padding:18px 28px;border-bottom:1px solid var(--border);background:color-mix(in srgb,var(--surface-1) 86%,transparent);position:-webkit-sticky;position:sticky;top:0;z-index:5;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.topbar-left{display:grid;grid-gap:8px;gap:8px}.breadcrumbs{display:flex;gap:8px;font-size:12px;color:var(--text-muted)}.breadcrumbs span:last-child{color:var(--text);font-weight:600}.search input{width:320px;max-width:100%;padding:10px 12px;border-radius:12px;border:1px solid var(--border);background:var(--surface-2);color:var(--text);transition:border-color .2s ease,box-shadow .2s ease}.search input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px rgba(27,111,255,.16)}.topbar-right{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.tenant-picker{display:grid;grid-gap:4px;gap:4px;font-size:11px;color:var(--text-muted)}.tenant-picker select{padding:6px 10px;border-radius:10px;color:var(--text)}.tenant-picker select,.user-chip{border:1px solid var(--border);background:var(--surface-2)}.user-chip{border-radius:12px;padding:8px 12px;display:grid;grid-gap:2px;gap:2px}.user-email{font-size:12px}.user-role{font-size:11px;color:var(--accent)}.page-content{padding:20px 24px 48px}.page-header{display:grid;grid-gap:10px;gap:10px;margin-bottom:16px}.page-title-row{justify-content:space-between;gap:16px}.button-row,.page-title-row{display:flex;align-items:center}.button-row{gap:12px;flex-wrap:wrap}.page-title-row h2{font-size:18px}.page-header h1,.page-title-row h2{margin:0;font-family:var(--font-display)}.page-header h1{font-size:26px;font-weight:600}.page-subtitle{margin:0;color:var(--text-muted);font-size:13px}.page-actions{display:flex;gap:10px;flex-wrap:wrap}.surface{background:var(--surface-1);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px;box-shadow:var(--shadow-soft)}.surface+.surface{margin-top:18px}.kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:14px;gap:14px}.kpi-card{background:var(--surface-2);border:1px solid var(--border);border-radius:16px;padding:16px;display:grid;grid-gap:8px;gap:8px;text-align:left;position:relative;overflow:hidden}.kpi-card.active{border-color:var(--accent);box-shadow:0 0 0 2px rgba(29,78,216,.2)}.kpi-card:after{content:"";position:absolute;inset:auto 12px 0 12px;height:3px;border-radius:999px;background:linear-gradient(90deg,var(--accent),transparent);opacity:.4}.kpi-card:disabled{opacity:.6;cursor:not-allowed}.kpi-label{font-size:12px;color:var(--text-muted)}.kpi-value{font-size:20px;font-weight:600}.data-table{display:grid;grid-gap:10px;gap:10px}.data-table-header,.data-table-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));grid-gap:12px;gap:12px;align-items:center}.data-table-header{font-size:11px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.16em;padding:10px 8px;background:var(--surface-3);border-radius:12px;border:1px solid var(--border)}.data-table-row{background:var(--surface-2);border:1px solid var(--border);border-radius:14px;padding:12px 8px;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.data-table-row.clickable:hover{transform:translateY(-1px);border-color:var(--accent);box-shadow:0 12px 18px rgba(27,111,255,.12)}.data-table-cell.right{text-align:right}.data-table-cell.center{text-align:center}.data-table-empty{padding:24px;border:1px dashed var(--border);border-radius:12px;color:var(--text-muted)}.data-table-footer{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:var(--text-muted)}.data-table-actions{display:flex;gap:8px}.filter-bar{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:16px}.filter-bar input,.filter-bar select{padding:9px 12px;border-radius:12px;border:1px solid var(--border);background:var(--surface-2);color:var(--text);transition:border-color .2s ease,box-shadow .2s ease}.filter-bar input:focus,.filter-bar select:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px rgba(27,111,255,.16)}.status-chip{padding:4px 10px;border-radius:999px;font-size:11px;font-weight:600;display:inline-flex;gap:6px;align-items:center;background:var(--surface-3);border:1px solid var(--border);text-transform:uppercase}.status-chip:before{content:"";width:6px;height:6px;border-radius:999px;background:currentColor}.status-chip.succeeded,.status-chip.success{color:var(--success)}.status-chip.running{color:var(--running)}.status-chip.failed{color:var(--failed)}.status-chip.queued{color:var(--queued)}.status-chip.paused{color:var(--paused)}.details-layout{display:grid;grid-template-columns:1.4fr .8fr;grid-gap:18px;gap:18px}.details-drawer{background:var(--surface-1);border:1px solid var(--border);border-radius:var(--radius-lg);padding:18px;height:-moz-fit-content;height:fit-content;display:none;box-shadow:var(--shadow-soft)}.details-drawer.open{display:block}.details-drawer-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.details-title{font-weight:600}.details-subtitle{font-size:12px;color:var(--text-muted)}.tabs{display:grid;grid-gap:12px;gap:12px}.tabs-header{display:flex;gap:8px}.tab-button{border:1px solid var(--border);background:var(--surface-2);color:var(--text-muted);padding:8px 12px;border-radius:999px;cursor:pointer;transition:all .2s ease}.tab-button.active{background:var(--accent-soft);color:var(--text);border-color:var(--accent)}.timeline{display:grid;grid-gap:12px;gap:12px}.timeline-item{display:grid;grid-template-columns:16px 1fr;grid-gap:12px;gap:12px;align-items:flex-start}.timeline-dot{width:10px;height:10px;border-radius:999px;background:var(--accent);margin-top:6px}.timeline-title{display:flex;justify-content:space-between;gap:12px;font-size:13px}.timeline-status,.timeline-time{color:var(--text-muted);font-size:12px}.log-viewer{border:1px solid var(--border);border-radius:12px;padding:12px;font-family:var(--font-mono);font-size:12px;color:var(--text);max-height:220px;overflow:auto}.empty-state,.log-viewer{background:var(--surface-2)}.empty-state{text-align:center;padding:24px;border-radius:14px;border:1px dashed var(--border)}.empty-state-title{font-weight:600}.empty-state-description{color:var(--text-muted);font-size:12px;margin-top:6px}.empty-state-action{margin-top:12px}.button{border:none;border-radius:12px;padding:8px 14px;font-weight:600;cursor:pointer;box-shadow:0 10px 16px rgba(27,111,255,.2);transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.button,.button.primary{background:linear-gradient(120deg,var(--accent),var(--accent-strong));color:#fff}.button.secondary{background:var(--surface-3)}.button.ghost,.button.secondary{color:var(--text);border:1px solid var(--border);box-shadow:none}.button.ghost{background:transparent}.button.small{padding:6px 10px;font-size:12px}.button.tiny{padding:4px 8px;font-size:11px}.button.muted{background:var(--surface-2);color:var(--text);border:1px solid var(--border);box-shadow:none}.button.danger{background:linear-gradient(120deg,#ef4444,#dc2626);color:#fff}.button:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}.button:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 14px 22px rgba(27,111,255,.22)}.form-row{display:grid;grid-gap:10px;gap:10px}.form-row input,.form-row select,.form-row textarea{padding:10px 12px;border-radius:12px;border:1px solid var(--border);background:var(--surface-2);color:var(--text);transition:border-color .2s ease,box-shadow .2s ease}.form-row textarea{min-height:140px;resize:vertical}.form-row input:focus,.form-row select:focus,.form-row textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px rgba(27,111,255,.16)}.error{color:var(--failed);font-size:12px}.notice{color:var(--success);font-size:12px}.studio-status-banner{margin:8px 24px 0;padding:10px 12px;border-radius:12px;border:1px solid var(--border);font-size:13px;font-weight:500}.studio-status-banner.success{background:#eefaf2;border-color:#86efac;color:#166534}.studio-status-banner.error{background:#fef2f2;border-color:#fca5a5;color:#991b1b}.login-shell{min-height:100vh;display:grid;place-items:center;padding:40px;background:radial-gradient(circle at top,var(--bg-muted),var(--bg))}.login-card{width:min(620px,100%);background:var(--surface-1);border:1px solid var(--border);border-radius:26px;padding:36px;box-shadow:var(--shadow-strong)}.login-brand{display:grid;grid-template-columns:auto 1fr;grid-gap:16px;gap:16px;align-items:center;margin-bottom:24px}.login-logo{width:56px;height:56px;border-radius:16px;display:grid;place-items:center;background:var(--accent-soft);border:1px solid var(--border);box-shadow:0 12px 18px rgba(27,111,255,.16)}.login-logo img{width:38px;height:38px}.login-form{display:grid;grid-gap:16px;gap:16px}.conference-session-frame{max-width:1920px}.login-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.studio{display:grid;grid-template-columns:var(--studio-left,280px) 8px minmax(0,1fr) 8px var(--studio-right,360px);grid-gap:10px;gap:10px;margin-top:14px;align-items:stretch}.studio-main{min-width:0;display:grid;grid-template-rows:minmax(360px,auto) 8px auto;grid-gap:8px;gap:8px;align-content:start}.palette,.properties{background:var(--surface-1);border:1px solid var(--border);border-radius:var(--radius-lg);padding:18px;height:-moz-fit-content;height:fit-content;box-shadow:var(--shadow-soft);max-height:calc(100vh - 160px);overflow:auto}.studio-splitter{width:8px;cursor:col-resize;border-radius:999px;background:linear-gradient(180deg,color-mix(in srgb,var(--border) 70%,transparent),color-mix(in srgb,var(--border-strong) 70%,transparent));opacity:.7;align-self:stretch;margin:4px 0}.studio-splitter:hover{opacity:1;background:linear-gradient(180deg,var(--accent),var(--accent-strong))}.studio-workbench{margin-top:14px}.studio-workbench,.studio-workbench-inline{padding:14px 16px;background:var(--surface-1);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);display:grid;grid-gap:10px;gap:10px}.studio-workbench-inline{overflow:auto}.studio-hsplitter{height:8px;cursor:row-resize;border-radius:999px;background:linear-gradient(90deg,color-mix(in srgb,var(--border) 70%,transparent),color-mix(in srgb,var(--border-strong) 70%,transparent));opacity:.8}.studio-hsplitter:hover{opacity:1;background:linear-gradient(90deg,var(--accent),var(--accent-strong))}.metadata-editor-wide{max-height:280px;overflow:auto}.metadata-warning-list{display:grid;grid-gap:6px;gap:6px;margin-top:4px}.metadata-warning-item{border:1px solid #f59e0b55;background:#fef3c7;color:#92400e;border-radius:8px;padding:8px 10px;font-size:12px;line-height:1.4}.studio.focus-canvas{grid-template-columns:1fr}.studio.focus-canvas .palette,.studio.focus-canvas .properties,.studio.focus-canvas .studio-splitter{display:none}.studio.focus-canvas .canvas{height:calc(100vh - 180px);min-height:680px}.studio.compact-canvas .canvas{height:420px;min-height:420px}.panel-title{font-weight:600;margin-bottom:12px;color:var(--text-muted);letter-spacing:.12em;text-transform:uppercase;font-size:11px}.palette-group{margin-bottom:16px}.palette-group h4{margin:0 0 8px;font-size:13px;color:var(--text-muted)}.palette-item{display:grid;grid-gap:4px;gap:4px;width:100%;text-align:left;background:var(--surface-2);border:1px solid var(--border);color:var(--text);padding:10px 12px;border-radius:12px;margin-bottom:10px;cursor:pointer;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.palette-item-header{display:grid;grid-template-columns:36px 1fr;grid-gap:10px;gap:10px;align-items:center}.palette-item strong{display:block}.palette-item span{color:var(--text-muted);font-size:12px}.palette-icon{width:36px;height:36px;border-radius:12px;background:var(--surface-3);border:1px solid var(--border);display:grid;place-items:center;color:var(--accent);box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.6)}.palette-icon svg{width:18px;height:18px}.palette-item:hover{transform:translateY(-2px);border-color:var(--accent);box-shadow:0 12px 18px rgba(27,111,255,.14)}.canvas{position:relative;min-height:560px;height:clamp(560px,calc(100vh - 220px),920px);background:var(--surface-2);border-radius:var(--radius-lg);border:1px solid var(--border);overflow:auto;box-shadow:var(--shadow-soft)}.canvas-inner{position:relative;min-height:100%;background:linear-gradient(transparent 23px,rgba(27,111,255,.06) 24px),linear-gradient(90deg,transparent 23px,rgba(27,111,255,.06) 24px),var(--surface-2);background-size:24px 24px,24px 24px,auto}.canvas-inner:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 10%,rgba(27,111,255,.12),transparent 40%);opacity:.6;pointer-events:none}.canvas-toolbar{display:flex;gap:12px;align-items:center;padding:12px;border-bottom:1px solid var(--border);background:color-mix(in srgb,var(--surface-1) 90%,transparent);flex-wrap:wrap;position:-webkit-sticky;position:sticky;top:0;left:0;right:0;width:100%;box-sizing:border-box;z-index:2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.save-draft-button{min-width:108px;justify-content:center}.mobile-preview-note{display:none;padding:10px 12px;margin:10px 12px 0;border-radius:12px;border:1px dashed var(--border-strong);background:var(--surface-2);color:var(--text-muted);font-size:12px}.node{position:absolute;width:170px;padding:12px;border-radius:16px;border:1px solid var(--border);background:linear-gradient(180deg,var(--surface-1),var(--surface-2));cursor:default;display:grid;grid-gap:8px;gap:8px;box-shadow:0 16px 24px rgba(15,23,42,.12);transition:transform .2s ease,box-shadow .2s ease;z-index:2}.node.selected{border-color:var(--accent);box-shadow:0 0 0 2px rgba(27,111,255,.2),0 18px 26px rgba(27,111,255,.2);transform:translateY(-2px)}.node-header{display:grid;grid-template-columns:28px 1fr;grid-gap:8px;gap:8px;align-items:center;cursor:move}.node-icon{width:28px;height:28px;border-radius:10px;background:var(--surface-3);border:1px solid var(--border);display:grid;place-items:center;color:var(--accent)}.node-icon svg{width:16px;height:16px}.node-title{font-weight:600;font-size:13px;color:var(--text);text-transform:uppercase;letter-spacing:.04em}.node-handle{position:absolute;top:50%;width:14px;height:14px;border-radius:999px;border:2px solid var(--surface-1);transform:translateY(-50%);z-index:2}.node-handle.output{right:-7px;background:var(--accent);cursor:crosshair;box-shadow:0 0 0 4px rgba(27,111,255,.16)}.node-handle.input{left:-7px;background:var(--surface-3);border-color:var(--border)}.node-resize-handle{position:absolute;right:2px;bottom:2px;width:12px;height:12px;border:none;background:transparent;cursor:nwse-resize}.node-resize-handle:before{content:"";position:absolute;right:1px;bottom:1px;width:8px;height:8px;border-right:2px solid color-mix(in srgb,var(--accent) 70%,#93c5fd);border-bottom:2px solid color-mix(in srgb,var(--accent) 70%,#93c5fd);border-bottom-right-radius:2px}.canvas-empty{position:absolute;inset:0;display:grid;place-items:center;pointer-events:none;z-index:1}.canvas-empty-card{background:var(--surface-1);border:1px dashed var(--border);border-radius:18px;padding:22px 26px;text-align:center;max-width:320px;box-shadow:var(--shadow-soft)}.canvas-empty-card h3{margin:0 0 8px;font-family:var(--font-display)}.canvas-empty-card p{margin:0;color:var(--text-muted);font-size:13px}.dirty{color:var(--queued);font-weight:600}.connect-inline{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.connect-inline label{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--text-muted)}.connect-inline select{border:1px solid var(--border);border-radius:6px;padding:4px 6px}.connect-inline select,.properties textarea{background:var(--surface-2);color:var(--text)}.properties textarea{width:100%;min-height:200px;margin:10px 0;padding:12px;border-radius:12px;border:1px solid var(--border);font-family:var(--font-mono);transition:border-color .2s ease,box-shadow .2s ease}.properties textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px rgba(27,111,255,.16)}.muted-text{color:var(--text-muted);font-size:12px}.properties-actions{display:flex;gap:10px;flex-wrap:wrap}.mapping-table{display:grid;grid-gap:8px;gap:8px;margin-top:8px}.mapping-row{display:grid;grid-template-columns:1fr 1fr auto;grid-gap:8px;gap:8px;align-items:center}.mapping-row.header{font-size:11px;color:var(--text-muted)}.mapping-row input{background:var(--surface-2);border:1px solid var(--border);color:var(--text);border-radius:8px;padding:6px 8px}.mapping-actions{display:flex;justify-content:flex-start}.metadata-table{display:grid;grid-gap:8px;gap:8px;margin-top:10px}.metadata-row{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:8px;gap:8px;align-items:center}.metadata-row.header{font-size:11px;color:var(--text-muted)}.metadata-lineage{display:grid;grid-gap:6px;gap:6px;margin:0;padding-left:16px;font-size:12px;color:var(--text)}.metadata-import{display:grid;grid-gap:10px;gap:10px;margin-top:10px}.metadata-import textarea{min-height:90px;border:1px solid var(--border);color:var(--text);border-radius:10px;font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:12px}.copilot-chat,.metadata-import textarea{background:var(--surface-2);padding:10px}.copilot-chat{border:1px solid var(--border);border-radius:12px;max-height:180px;overflow-y:auto;display:grid;grid-gap:8px;gap:8px;margin-bottom:8px}.chat-line{display:grid;grid-gap:4px;gap:4px;font-size:12px}.chat-line.user .chat-role{color:var(--text)}.chat-line.assistant .chat-role{color:var(--accent)}.chat-role{font-weight:600;font-size:11px;text-transform:uppercase;letter-spacing:.05em}.chat-text{white-space:pre-wrap}.copilot-dock{margin:18px 24px 28px;padding:16px;background:var(--surface-1);border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow);display:grid;grid-gap:10px;gap:10px}.copilot-dock-header{display:flex;align-items:baseline;justify-content:space-between}.copilot-chat.dock{max-height:220px}.copilot-notice{margin-bottom:8px;padding:8px 10px;border-radius:10px;background:#eef7ff;color:#1b4d88;font-size:12px}.node-columns{margin-top:6px;display:flex;flex-direction:column;gap:4px;font-size:12px;color:color-mix(in srgb,var(--text) 88%,#334155);width:100%;max-width:none;max-height:180px;overflow-y:auto;padding-right:6px}.node-columns.expanded{max-height:320px;overflow-y:auto}.column-dropzone{margin-top:6px;padding:6px 8px;border:1px dashed rgba(59,130,246,.35);border-radius:8px;font-size:11px;color:rgba(15,23,42,.6);background:rgba(59,130,246,.06);text-align:center;cursor:copy}.column-dropzone:hover{border-color:rgba(59,130,246,.6);background:rgba(59,130,246,.12)}.column-item{display:grid;grid-template-rows:18px minmax(14px,auto);grid-gap:3px;gap:3px;padding:3px 6px;border-radius:8px;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:-webkit-grab;cursor:grab;min-height:34px;position:relative;border:1px solid transparent}.variable-item{border-style:dashed;border-color:color-mix(in srgb,var(--accent) 35%,transparent);background:color-mix(in srgb,var(--surface-2) 84%,#eff6ff)}.node-variable-section{margin-top:8px;padding-top:6px;border-top:1px dashed var(--border);display:grid;grid-gap:4px;gap:4px}.node-variable-title{font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.column-item:hover{background:color-mix(in srgb,var(--surface-3) 65%,transparent);border-color:color-mix(in srgb,var(--border-strong) 55%,transparent)}.column-item.selected{background:color-mix(in srgb,var(--accent) 14%,var(--surface-1));color:color-mix(in srgb,var(--accent-strong) 85%,#1e3a8a);border-color:color-mix(in srgb,var(--accent) 42%,transparent)}.col-name{display:block;height:18px;line-height:18px;display:flex;align-items:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:18px;font-size:12px;font-weight:600;color:color-mix(in srgb,var(--text) 92%,#1e293b)}.col-delete{position:absolute;top:2px;right:2px;width:14px;height:14px;border:none;border-radius:999px;background:rgba(226,232,240,.7);color:#334155;font-size:10px;line-height:14px;cursor:pointer}.col-delete:hover{background:rgba(239,68,68,.15);color:#b91c1c}.col-expr{text-align:left;font-size:11px;line-height:14px;min-height:14px;color:color-mix(in srgb,var(--text-muted) 72%,#334155);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;background:transparent;border:none;padding:0;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.col-expr.muted{opacity:.9}.col-expr-input{width:100%;min-height:22px;border-radius:6px;border:1px solid var(--border);padding:3px 7px;font-size:11px;line-height:14px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;background:var(--surface-2);color:var(--text)}.column-edges{pointer-events:none}.column-edges-overlay{pointer-events:none;z-index:6}.column-edge{filter:drop-shadow(0 0 1.5px rgba(37,99,235,.45))}.variable-edge{filter:drop-shadow(0 0 1.8px rgba(15,118,110,.45))}.variable-edge.same-node{stroke-dasharray:3 3;filter:drop-shadow(0 0 2px rgba(20,184,166,.5))}.metadata-editor{display:grid;grid-gap:8px;gap:8px;margin-top:8px;max-height:660px;min-height:320px;overflow-y:auto;border:1px solid var(--border);border-radius:12px;background:var(--surface-1);padding:10px}.metadata-editor .metadata-row{display:grid;grid-template-columns:1.1fr .8fr 1fr 1.2fr .6fr auto;grid-gap:6px;gap:6px;align-items:center}.metadata-editor.variable-editor .metadata-row{grid-template-columns:1fr .8fr 1.5fr auto}.workbench-tabs{display:flex;gap:8px;margin:8px 0 4px}.metadata-editor .metadata-row.header{position:-webkit-sticky;position:sticky;top:0;z-index:1;background:var(--surface-1);padding-bottom:6px;font-size:12px;font-weight:600;color:var(--text-muted)}.metadata-editor .metadata-row input,.metadata-editor .metadata-row select{width:100%;padding:7px 9px;border-radius:8px;border:1px solid var(--border);background:var(--surface-1);font-size:13px;color:color-mix(in srgb,var(--text) 94%,#0f172a)}.panel-divider{height:1px;background:var(--border);margin:16px 0}.copilot-summary{font-size:12px;color:var(--text-muted)}.copilot-templates{display:grid;grid-gap:10px;gap:10px;margin-top:10px}.template-card{background:var(--surface-2);border:1px solid var(--border);border-radius:14px;padding:12px;display:grid;grid-gap:6px;gap:6px;transition:border-color .2s ease,transform .2s ease}.template-card:hover{border-color:var(--accent);transform:translateY(-2px)}.template-title{font-size:13px;font-weight:600}.template-desc{font-size:11px;color:var(--text-muted)}.edges{position:absolute;inset:0;width:100%;height:100%;overflow:visible;z-index:1}.edge{cursor:pointer;filter:drop-shadow(0 2px 6px rgba(15,23,42,.2))}.edge-label,.edge-temp{pointer-events:none}.edge-label{font-size:10px;fill:var(--text-muted)}.edge-label.active{fill:var(--accent);font-weight:600}.connect-panel{display:grid;grid-gap:10px;gap:10px}.edge-preview{font-size:12px;color:var(--text-muted)}@keyframes floatIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.canvas,.palette,.properties,.surface{animation:floatIn .45s ease}@media (max-width:1100px){.app-shell{grid-template-columns:1fr}.nav-rail{border-right:none;border-bottom:1px solid var(--border);position:relative;height:auto;box-shadow:none}.details-layout{grid-template-columns:1fr}}@media (max-width:820px){.topbar{flex-direction:column;align-items:flex-start}.page-content{padding:20px}.studio{grid-template-columns:1fr}.studio-main{grid-template-rows:auto}.studio-hsplitter,.studio-splitter{display:none}.login-grid{grid-template-columns:1fr}}@media (max-width:720px){.nav-rail{padding:16px;gap:16px}.nav-group-title{font-size:10px}.nav-link{font-size:12px;padding:8px 10px 8px 14px}.topbar-right{width:100%;justify-content:flex-start}.search input{width:100%}.page-title-row{flex-direction:column;align-items:flex-start}.page-actions{width:100%}.surface{padding:16px}.details-layout{grid-template-columns:1fr}.details-drawer{position:static}.tabs-header{flex-wrap:wrap}.data-table-header{display:none}.data-table-row{grid-template-columns:1fr;gap:6px;padding:12px}.data-table-footer{flex-direction:column;gap:8px;align-items:flex-start}.kpi-grid{grid-template-columns:1fr}.login-shell{padding:20px}.login-card{padding:24px}.studio .palette,.studio .properties{display:none}.canvas{height:62vh;min-height:420px}.canvas-inner{pointer-events:none}.node{cursor:default}.mobile-preview-note{display:block}}.landing-page{--landing-bg:#060b12;--landing-surface:#0f1724;--landing-surface-strong:#131f31;--landing-text:#f8fafc;--landing-muted:#b7c3d8;--landing-accent:#4fd3ff;--landing-accent-strong:#2aa2ff;--landing-warm:#f7b500;min-height:100vh;color:var(--landing-text);font-family:"Space Grotesk",var(--font-sans);background:radial-gradient(900px 420px at 10% -10%,rgba(79,211,255,.22),transparent 60%),radial-gradient(700px 360px at 90% 0,rgba(247,181,0,.15),transparent 58%),linear-gradient(180deg,#05070c,#0a111c 40%,#0d1522);padding:22px clamp(18px,3vw,48px) 40px;position:relative;overflow:hidden}.landing-page:before{content:"";position:absolute;inset:-120px 0 auto 0;height:320px;background:radial-gradient(circle at top,rgba(79,211,255,.18),transparent 65%);pointer-events:none}.landing-nav{justify-content:space-between;gap:16px;position:-webkit-sticky;position:sticky;top:0;z-index:4;padding:10px 0 18px;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.landing-brand,.landing-nav{display:flex;align-items:center}.landing-brand{gap:14px}.landing-logo{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;background:rgba(79,211,255,.12);border:1px solid rgba(79,211,255,.35);box-shadow:0 12px 28px rgba(79,211,255,.2)}.landing-logo img{width:30px;height:30px}.landing-title{font-size:18px;letter-spacing:.28em;text-transform:uppercase;font-weight:700}.landing-subtitle{font-size:12px;color:var(--landing-muted)}.landing-links{display:flex;gap:18px;font-size:13px;color:var(--landing-muted)}.landing-links a{transition:color .2s ease}.landing-links a:hover{color:var(--landing-text)}.landing-actions{display:flex;gap:10px;flex-wrap:wrap}.hero{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:clamp(22px,4vw,60px);gap:clamp(22px,4vw,60px);align-items:center;padding:40px 0 30px;position:relative;z-index:2}.hero-content h1{font-size:clamp(32px,4vw,56px);margin:14px 0 10px;line-height:1.05}.hero-content h1 span{display:block;color:var(--landing-accent)}.hero-content p{color:var(--landing-muted);font-size:15px;max-width:520px;line-height:1.6}.hero-eyebrow{text-transform:uppercase;letter-spacing:.26em;font-size:11px;color:rgba(79,211,255,.7)}.hero-cta{margin-top:20px;gap:12px}.hero-cta,.hero-meta{display:flex;flex-wrap:wrap}.hero-meta{margin-top:16px;gap:10px}.hero-chip{padding:6px 12px;border-radius:999px;font-size:12px;border:1px solid hsla(0,0%,100%,.1);background:hsla(0,0%,100%,.05)}.hero-visual{position:relative}.hero-glow{position:absolute;inset:-40px 0 0 0;background:radial-gradient(circle at 30% 30%,rgba(79,211,255,.3),transparent 60%);filter:blur(20px);opacity:.9;z-index:0;animation:glowPulse 8s ease-in-out infinite}.hero-panel{position:relative;background:linear-gradient(160deg,rgba(19,31,49,.92),rgba(15,23,36,.94));border-radius:22px;padding:22px;border:1px solid rgba(79,211,255,.3);box-shadow:0 30px 60px rgba(4,8,16,.6);z-index:1}.hero-panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.hero-panel-title{font-size:16px;font-weight:600}.hero-panel-subtitle{font-size:12px;color:var(--landing-muted)}.hero-status{font-size:11px;text-transform:uppercase;letter-spacing:.2em;padding:6px 10px;border-radius:999px;background:rgba(79,211,255,.18);color:var(--landing-accent)}.hero-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:12px;gap:12px;margin-bottom:16px}.hero-metric{background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.08);border-radius:16px;padding:12px}.hero-metric-label{font-size:11px;text-transform:uppercase;letter-spacing:.14em;color:var(--landing-muted)}.hero-metric-value{font-size:20px;font-weight:600;margin-top:6px}.hero-activity,.hero-metric-note{font-size:12px;color:var(--landing-muted)}.hero-activity{display:grid;grid-gap:8px;gap:8px}.hero-activity-row{display:flex;align-items:center;gap:8px}.dot{width:8px;height:8px;border-radius:999px;display:inline-block}.dot.success{background:#4ade80}.dot.warn{background:#facc15}.dot.accent{background:var(--landing-accent)}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:16px;gap:16px;margin:34px 0}.feature-card{background:var(--landing-surface);border:1px solid hsla(0,0%,100%,.06);border-radius:18px;padding:18px;box-shadow:0 18px 30px rgba(5,10,18,.45)}.feature-title{font-size:16px;font-weight:600;margin-bottom:6px}.feature-card p{margin:0;color:var(--landing-muted);font-size:13px;line-height:1.5}.platform{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:24px;gap:24px;align-items:center;margin:40px 0}.section-eyebrow{font-size:11px;letter-spacing:.24em;text-transform:uppercase;color:rgba(247,181,0,.8)}.cta-card h2,.platform-copy h2,.security-copy h2,.workflow h2{font-size:clamp(26px,3vw,38px);margin:10px 0}.cta-card p,.platform-copy p,.security-copy p{color:var(--landing-muted);font-size:14px;line-height:1.6}.platform-tags{margin-top:18px;display:flex;flex-wrap:wrap;gap:10px}.platform-tags span{padding:8px 12px;border-radius:999px;border:1px solid rgba(79,211,255,.2);background:rgba(79,211,255,.08);font-size:12px}.platform-panel{background:linear-gradient(150deg,rgba(19,31,49,.95),rgba(10,16,26,.96));border:1px solid hsla(0,0%,100%,.08);border-radius:20px;padding:20px;box-shadow:0 25px 50px rgba(4,8,16,.6)}.platform-header{font-weight:600;margin-bottom:14px}.platform-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:14px;gap:14px;margin-bottom:12px}.platform-label{font-size:12px;color:var(--landing-muted)}.platform-value{font-size:14px;margin-top:4px}.platform-footer{font-size:11px;color:hsla(0,0%,100%,.6)}.workflow{margin:44px 0}.workflow-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));grid-gap:16px;gap:16px;margin-top:18px}.workflow-card{background:var(--landing-surface-strong);border:1px solid hsla(0,0%,100%,.08);border-radius:16px;padding:16px}.workflow-index{color:var(--landing-warm);font-weight:600;letter-spacing:.2em}.workflow-title{margin:8px 0 6px;font-weight:600}.workflow-card p{margin:0;color:var(--landing-muted);font-size:13px}.security{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:20px;gap:20px;margin:42px 0;align-items:start}.security-cards{display:grid;grid-gap:12px;gap:12px}.security-card{background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.08);border-radius:16px;padding:16px}.security-title{font-weight:600;margin-bottom:6px}.security-card p{margin:0;color:var(--landing-muted);font-size:13px;line-height:1.5}.cta{margin:50px 0 30px}.cta-card{background:linear-gradient(135deg,rgba(79,211,255,.16),rgba(247,181,0,.12));border:1px solid hsla(0,0%,100%,.12);border-radius:24px;padding:clamp(20px,3vw,32px);display:grid;grid-gap:16px;gap:16px;box-shadow:0 30px 60px rgba(4,8,16,.5)}.cta-actions,.landing-footer{display:flex;gap:12px;flex-wrap:wrap}.landing-footer{justify-content:space-between;font-size:12px;color:var(--landing-muted);border-top:1px solid hsla(0,0%,100%,.08);padding-top:16px}.landing-page .button{background:linear-gradient(120deg,var(--landing-accent),var(--landing-accent-strong));color:#051019;box-shadow:0 12px 20px rgba(42,162,255,.28)}.landing-page .button.ghost{background:transparent}.landing-page .button.ghost,.landing-page .button.secondary{border:1px solid hsla(0,0%,100%,.2);color:var(--landing-text);box-shadow:none}.landing-page .button.secondary{background:hsla(0,0%,100%,.08)}@keyframes glowPulse{0%,to{opacity:.7}50%{opacity:1}}@media (max-width:920px){.landing-nav{flex-direction:column;align-items:flex-start}.landing-links{flex-wrap:wrap}.hero{padding-top:20px}}@media (max-width:720px){.landing-actions{width:100%}.landing-actions a{flex:1 1 140px}.landing-links{gap:12px;font-size:12px}.hero-panel{padding:16px}.hero-cta{flex-direction:column;align-items:stretch}}@media (prefers-reduced-motion:reduce){.hero-glow{animation:none}}.participant-tile{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px}.participant-identity{display:flex;align-items:center;gap:12px;min-width:0}.participant-avatar{width:42px;height:42px;border-radius:999px;display:grid;place-items:center;font-weight:800;font-size:18px;background:rgba(96,165,250,.16);border:1px solid rgba(96,165,250,.35);color:#dbeafe;flex:0 0 auto}.participant-details{display:flex;flex-direction:column;gap:4px;min-width:0}.participant-details strong{font-size:15px;color:#f8fafc;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.participant-role-badge{width:-moz-fit-content;width:fit-content;border-radius:999px;padding:3px 8px;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;background:rgba(148,163,184,.12);color:#cbd5e1;border:1px solid rgba(148,163,184,.22)}.participant-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.participant-actions{display:flex;align-items:center;gap:8px}.conference-grid-empty{min-height:120px;border:1px dashed rgba(148,163,184,.35);border-radius:18px;display:grid;place-items:center;grid-gap:6px;gap:6px;text-align:center;padding:24px;color:#94a3b8;background:rgba(15,23,42,.35)}.conference-grid-empty strong{color:#e2e8f0;font-size:16px}.conference-grid-empty span{font-size:13px}.conference-grid{display:grid;grid-gap:12px;gap:12px}.conference-grid.single{grid-template-columns:1fr}.conference-grid.compact,.conference-grid.pair{grid-template-columns:repeat(2,minmax(0,1fr))}.conference-grid.many{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}@media (max-width:768px){.conference-grid.compact,.conference-grid.many,.conference-grid.pair{grid-template-columns:1fr}}.waiting-room-empty{min-height:110px;border:1px dashed rgba(148,163,184,.35);border-radius:16px;display:grid;place-items:center;grid-gap:6px;gap:6px;text-align:center;padding:20px;color:#94a3b8;background:rgba(15,23,42,.28)}.waiting-room-empty strong{color:#e2e8f0;font-size:15px}.inline-error,.waiting-room-empty span{font-size:13px}.inline-error{margin-bottom:12px;border:1px solid hsla(0,91%,71%,.35);background:rgba(127,29,29,.22);color:#fecaca;border-radius:12px;padding:10px 12px}.button.ghost:disabled,.button:disabled{cursor:not-allowed;opacity:.6}.control-button{display:inline-flex;align-items:center;gap:8px}.control-button.active{border-color:rgba(96,165,250,.55);background:rgba(96,165,250,.14);color:#dbeafe}.disabled-link{pointer-events:none;opacity:.6;cursor:not-allowed}.conference-session-page .conference-session-frame{grid-gap:14px;gap:14px;padding:18px}.conference-session-page .teams-meeting-header{display:grid;grid-template-columns:minmax(320px,1fr) auto;grid-gap:18px;gap:18px;align-items:center;padding:18px 22px;border-radius:24px;border:1px solid rgba(203,213,225,.78);background:hsla(0,0%,100%,.96);box-shadow:0 18px 50px rgba(15,23,42,.08)}.conference-session-page .teams-room-title{font-size:clamp(25px,2.3vw,36px);line-height:1.05;font-weight:900;letter-spacing:-.045em;color:#020617}.conference-session-page .teams-room-subtitle{max-width:520px;margin-top:8px;line-height:1.42}.conference-session-page .teams-status-row{display:flex;flex-wrap:wrap;gap:7px;margin-top:12px}.conference-session-page .teams-header-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.conference-session-page .teams-meeting-body{transition:grid-template-columns .2s ease}.conference-session-page .teams-left-tools{border:1px solid rgba(203,213,225,.78);box-shadow:0 14px 40px rgba(15,23,42,.08)}.conference-session-page .teams-tools-header{margin-bottom:14px}.conference-session-page .teams-tool-button{min-height:44px}.conference-session-page .teams-tool-section-title{margin:16px 4px 8px}.conference-session-page .teams-reaction-button{min-height:36px;font-size:17px}.conference-session-page .teams-collapse-button{margin-top:18px;min-height:40px}.conference-session-page .teams-open-tools-button{position:absolute;left:16px;top:50%;z-index:20;width:44px;height:44px;border-radius:999px;border:1px solid rgba(203,213,225,.85);background:#fff;display:grid;place-items:center;box-shadow:0 12px 26px rgba(15,23,42,.14)}.conference-session-page .teams-center-stage .conference-live-card{border:1px solid rgba(203,213,225,.78);box-shadow:0 14px 40px rgba(15,23,42,.07)}.conference-session-page .conference-stage{height:calc(100% - 60px)}.conference-session-page .conference-empty-feed{height:100%;min-height:0;display:grid;place-items:center;text-align:center;border-radius:22px;border:1px dashed rgba(148,163,184,.55);background:radial-gradient(circle at center,rgba(37,99,235,.06),transparent 28rem),rgba(248,250,252,.75)}.conference-session-page .teams-right-rail{grid-gap:14px;gap:14px}.conference-session-page .teams-rail-card{border:1px solid rgba(203,213,225,.78)}.conference-session-page .teams-self-preview{height:140px}.conference-session-page .teams-mini-participant{grid-template-columns:auto 1fr auto}.conference-session-page .teams-content-placeholder,.conference-session-page .teams-empty-mini{min-height:110px}.conference-session-page .teams-footer-bar{padding:10px 12px}@media (max-width:1200px){.conference-session-page .teams-meeting-header{grid-template-columns:1fr}.conference-session-page .teams-header-actions{justify-content:flex-start}.conference-session-page .teams-meeting-body.tools-open{grid-template-columns:220px minmax(0,1fr)}.conference-session-page .teams-meeting-body.tools-closed{grid-template-columns:minmax(0,1fr)}.conference-session-page .teams-right-rail{display:none}}@media (max-width:760px){.conference-session-page .conference-session-frame{padding:10px}.conference-session-page .teams-meeting-body.tools-open{grid-template-columns:1fr}.conference-session-page .teams-left-tools{position:absolute;z-index:30;left:12px;top:110px;bottom:90px;width:260px}.conference-session-page .teams-footer-bar{width:100%;justify-content:center}}.conference-session-page{background:radial-gradient(circle at top left,rgba(37,99,235,.08),transparent 34rem),linear-gradient(180deg,#f8fafc,#eef4fb)}.conference-session-page .conference-session-frame{display:grid;grid-template-rows:auto 1fr auto;grid-gap:12px;padding:14px 18px}.conference-session-page .teams-compact-header{display:grid;grid-template-columns:minmax(360px,1fr) auto;align-items:center;grid-gap:18px;gap:18px;padding:14px 20px;border-radius:22px;border:1px solid rgba(203,213,225,.82);background:hsla(0,0%,100%,.96);box-shadow:0 16px 42px rgba(15,23,42,.08)}.conference-session-page .teams-compact-room-info{min-width:0}.conference-session-page .teams-compact-title-row{display:flex;align-items:center;gap:12px}.conference-session-page .teams-compact-title-row h1{margin:0;font-size:clamp(24px,2vw,34px);line-height:1.06;font-weight:900;letter-spacing:-.045em;color:#020617}.conference-session-page .teams-compact-room-info p{max-width:620px;margin:6px 0 0;color:#64748b;font-size:13px;line-height:1.35}.conference-session-page .teams-compact-status-row{display:flex;flex-wrap:wrap;gap:6px;margin-top:9px}.conference-session-page .teams-compact-actions{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:9px}.conference-session-page .teams-tools-toggle{white-space:nowrap}.conference-session-page .teams-meeting-body{position:relative;display:grid;grid-gap:14px;gap:14px;min-height:0;transition:grid-template-columns .24s ease}.conference-session-page .teams-meeting-body.tools-open{grid-template-columns:250px minmax(0,1fr) 300px}.conference-session-page .teams-meeting-body.tools-closed{grid-template-columns:minmax(0,1fr) 300px}.conference-session-page .teams-meeting-body.tools-closed .teams-left-tools{display:none}.conference-session-page .teams-left-tools{min-height:0;overflow:auto;border-radius:22px;padding:14px;border:1px solid rgba(203,213,225,.82);background:hsla(0,0%,100%,.96);box-shadow:0 14px 38px rgba(15,23,42,.08);animation:teamsDrawerIn .22s ease}@keyframes teamsDrawerIn{0%{opacity:0;transform:translateX(-12px)}to{opacity:1;transform:translateX(0)}}.conference-session-page .teams-tools-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;color:#0f172a}.conference-session-page .teams-tool-button{width:100%;min-height:42px;border:1px solid rgba(203,213,225,.78);background:#fff;color:#0f172a;border-radius:14px;display:flex;align-items:center;gap:10px;padding:0 13px;margin-bottom:9px;font-weight:800;transition:.16s ease}.conference-session-page .teams-tool-button:hover{transform:translateY(-1px);border-color:rgba(37,99,235,.45);box-shadow:0 10px 22px rgba(15,23,42,.08)}.conference-session-page .teams-tool-button.active{color:#1d4ed8;border-color:rgba(37,99,235,.5);background:rgba(37,99,235,.08)}.conference-session-page .teams-tool-button.danger-active{color:#dc2626;background:hsla(0,86%,97%,.9)}.conference-session-page .teams-tool-section-title{margin:14px 4px 8px;color:#64748b;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.conference-session-page .teams-reaction-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:6px;gap:6px}.conference-session-page .teams-reaction-button{min-height:34px;border-radius:12px;border:1px solid rgba(203,213,225,.78);background:#fff;font-size:16px}.conference-session-page .teams-collapse-button{width:100%;margin-top:16px;min-height:38px;border-radius:14px;border:1px solid rgba(203,213,225,.78);background:#f8fafc;font-weight:800;color:#475569}.conference-session-page .teams-open-tools-button{display:none}.conference-session-page .teams-center-stage{min-width:0;min-height:0}.conference-session-page .teams-center-stage .conference-live-card{height:100%;min-height:0;padding:16px;border-radius:24px;border:1px solid rgba(203,213,225,.82);background:hsla(0,0%,100%,.96);box-shadow:0 14px 38px rgba(15,23,42,.07);overflow:hidden}.conference-session-page .teams-center-stage .conference-stage{height:calc(100% - 58px);min-height:0;display:grid;grid-template-columns:1fr!important;grid-gap:0;gap:0}.conference-session-page .teams-center-stage .conference-stage-secondary{display:none!important}.conference-session-page .teams-center-stage .conference-stage-primary{min-width:0;min-height:0;height:100%}.conference-session-page .teams-center-stage .conference-empty-feed{height:100%;min-height:0;display:grid;place-items:center;text-align:center;border-radius:22px;border:1px dashed rgba(148,163,184,.55);background:radial-gradient(circle at center,rgba(37,99,235,.06),transparent 28rem),rgba(248,250,252,.78)}.conference-session-page .teams-center-stage .conference-preview{width:100%;height:100%;object-fit:contain;border-radius:20px}.conference-session-page .teams-right-rail{min-height:0;overflow:auto;display:grid;align-content:start;grid-gap:12px;gap:12px}.conference-session-page .teams-rail-card{border-radius:22px;padding:14px;border:1px solid rgba(203,213,225,.82);background:hsla(0,0%,100%,.96);box-shadow:0 14px 34px rgba(15,23,42,.07)}.conference-session-page .teams-rail-header{display:flex;align-items:center;justify-content:space-between;color:#0f172a;margin-bottom:10px}.conference-session-page .teams-self-preview{position:relative;height:138px;border-radius:18px;overflow:hidden;background:#020617}.conference-session-page .teams-self-video{width:100%;height:100%;object-fit:cover;background:#020617}.conference-session-page .teams-self-fallback{position:absolute;inset:0;display:grid;place-items:center;color:#cbd5e1;text-align:center}.conference-session-page .teams-avatar,.conference-session-page .teams-mini-avatar{width:42px;height:42px;border-radius:999px;display:grid;place-items:center;background:rgba(37,99,235,.14);border:1px solid rgba(37,99,235,.3);color:#1d4ed8;font-weight:900}.conference-session-page .teams-mini-participant-list{display:grid;grid-gap:8px;gap:8px}.conference-session-page .teams-mini-participant{display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-gap:9px;gap:9px;align-items:center;padding:9px;border-radius:14px;background:#f8fafc;border:1px solid rgba(203,213,225,.7)}.conference-session-page .teams-mini-participant strong{display:block;font-size:13px;color:#0f172a}.conference-session-page .teams-mini-participant span{color:#64748b;font-size:12px}.conference-session-page .teams-copy-invite{width:100%;margin-top:12px}.conference-session-page .teams-content-placeholder,.conference-session-page .teams-empty-mini{min-height:104px;display:grid;place-items:center;grid-gap:6px;gap:6px;text-align:center;color:#64748b;border-radius:16px;border:1px dashed rgba(148,163,184,.55);background:#f8fafc;padding:14px}.conference-session-page .teams-content-placeholder strong{color:#0f172a}.conference-session-page .status-dot.good{width:10px;height:10px;border-radius:999px;background:#22c55e}.conference-session-page .teams-footer-controls{display:flex;justify-content:center;pointer-events:none}.conference-session-page .teams-footer-bar{pointer-events:auto;display:flex;flex-wrap:wrap;gap:9px;padding:9px 11px;border-radius:20px;background:hsla(0,0%,100%,.96);border:1px solid rgba(203,213,225,.85);box-shadow:0 18px 44px rgba(15,23,42,.14)}.conference-session-page .button{min-height:38px;border-radius:13px;font-size:13px;font-weight:800;display:inline-flex;align-items:center;gap:8px}.conference-session-page .status-chip{min-height:26px;padding:5px 9px;font-size:11px}@media (max-width:1250px){.conference-session-page .teams-compact-header{grid-template-columns:1fr}.conference-session-page .teams-compact-actions{justify-content:flex-start}.conference-session-page .teams-meeting-body.tools-open{grid-template-columns:230px minmax(0,1fr)}.conference-session-page .teams-meeting-body.tools-closed{grid-template-columns:minmax(0,1fr)}.conference-session-page .teams-right-rail{display:none}}@media (max-width:760px){.conference-session-page .conference-session-frame{padding:10px}.conference-session-page .teams-meeting-body.tools-closed,.conference-session-page .teams-meeting-body.tools-open{grid-template-columns:1fr}.conference-session-page .teams-left-tools{position:absolute;z-index:30;left:12px;top:105px;bottom:78px;width:260px}.conference-session-page .teams-footer-bar{width:100%;justify-content:center}}.conference-session-page .teams-left-tools{display:grid;grid-template-columns:72px minmax(0,1fr);grid-gap:0;gap:0;padding:0;overflow:hidden}.conference-session-page .teams-tools-rail{display:grid;align-content:start;grid-gap:6px;gap:6px;padding:12px 8px;border-right:1px solid rgba(203,213,225,.8);background:rgba(248,250,252,.92)}.conference-session-page .teams-rail-button{min-height:58px;border:0;border-radius:14px;background:transparent;color:#475569;display:grid;place-items:center;grid-gap:4px;gap:4px;font-size:11px;font-weight:800;cursor:pointer}.conference-session-page .teams-rail-button:hover{background:#fff;color:#1d4ed8;box-shadow:0 8px 18px rgba(15,23,42,.06)}.conference-session-page .teams-rail-button.active{background:rgba(37,99,235,.1);color:#1d4ed8}.conference-session-page .teams-rail-button.invite{margin-top:12px;border:1px solid rgba(203,213,225,.8);background:#fff}.conference-session-page .teams-tool-panel{min-width:0;overflow:hidden;background:hsla(0,0%,100%,.96)}.conference-session-page .teams-tool-panel-header{min-height:60px;padding:14px 16px;border-bottom:1px solid rgba(203,213,225,.78);display:flex;align-items:center;justify-content:space-between}.conference-session-page .teams-tool-panel-header h3{margin:0;font-size:20px;font-weight:900;color:#0f172a}.conference-session-page .teams-tool-panel-body{flex:1 1;min-height:0;overflow:auto;padding:14px 16px}.conference-session-page .teams-tabs{display:grid;grid-template-columns:1fr 1fr;grid-gap:4px;gap:4px;padding:4px;border-radius:14px;background:#f1f5f9;margin-bottom:14px}.conference-session-page .teams-tab{min-height:36px;border:0;border-radius:11px;background:transparent;color:#64748b;font-weight:800}.conference-session-page .teams-tab.active{background:#fff;color:#1d4ed8;box-shadow:0 6px 16px rgba(15,23,42,.06)}.conference-session-page .teams-caption-list,.conference-session-page .teams-chat-list{min-height:280px;max-height:calc(100vh - 390px);overflow:auto;display:grid;align-content:start;grid-gap:10px;gap:10px}.conference-session-page .teams-chat-form{display:grid;grid-template-columns:minmax(0,1fr) auto auto;grid-gap:8px;gap:8px;margin-top:12px}.conference-session-page .teams-chat-form input{min-height:40px;border-radius:14px;border:1px solid rgba(203,213,225,.85);padding:0 12px}.conference-session-page .teams-empty-tool-state{min-height:220px;display:grid;place-items:center;text-align:center;grid-gap:8px;gap:8px;color:#64748b}.conference-session-page .teams-empty-tool-state strong{color:#0f172a}.conference-session-page .teams-participants-header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:12px;color:#64748b;font-weight:800}.conference-session-page .teams-full-width-button{width:100%;justify-content:center;margin-bottom:10px}.conference-session-page .teams-participant-list{display:grid;grid-gap:10px;gap:10px}.conference-session-page .teams-participant-card{border-radius:18px;border:1px solid rgba(203,213,225,.8);background:#fff;padding:12px;box-shadow:0 8px 18px rgba(15,23,42,.04)}.conference-session-page .teams-participant-card-main{display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-gap:10px;gap:10px;align-items:center}.conference-session-page .teams-participant-text{min-width:0}.conference-session-page .teams-participant-text strong{display:block;color:#0f172a;font-size:14px}.conference-session-page .teams-participant-text span{color:#64748b;font-size:12px}.conference-session-page .teams-participant-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.conference-session-page .teams-info-row{display:flex;justify-content:space-between;gap:12px;padding:12px;border-radius:14px;border:1px solid rgba(203,213,225,.75);background:#f8fafc;margin-bottom:10px}.conference-session-page .teams-info-row span{color:#64748b}.conference-session-page .teams-info-row strong{color:#0f172a;text-align:right}.conference-session-page .teams-meeting-body.tools-open{grid-template-columns:360px minmax(0,1fr) 300px}.conference-session-page .conference-side-panel{display:none!important}.conference-session-page{background:#f5f7fb}.conference-session-page .conference-session-frame{height:100vh;display:flex;flex-direction:column;gap:12px;padding:10px 12px;box-sizing:border-box;min-height:0}.conference-session-page .conference-clean-header{flex:0 0 auto;display:flex;justify-content:space-between;align-items:flex-start;gap:18px;padding:14px 18px;background:#fff;border:1px solid #e3e9f3;border-radius:18px;box-shadow:0 10px 28px rgba(15,23,42,.06)}.conference-session-page .conference-clean-header-left{min-width:0}.conference-session-page .conference-clean-title-row{display:flex;align-items:center;gap:10px}.conference-session-page .conference-clean-title-row h1{margin:0;font-size:25px;line-height:1.08;font-weight:900;letter-spacing:-.04em;color:#0f172a}.conference-session-page .conference-clean-subtitle{margin:7px 0 0;color:#64748b;font-size:13px;line-height:1.35}.conference-session-page .header-status-pills{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px}.conference-session-page .conference-clean-header-right{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.conference-session-page .conference-clean-body{flex:1 1 auto;min-height:0;display:grid;grid-gap:12px;gap:12px;overflow:hidden}.conference-session-page .conference-clean-body.tools-open{grid-template-columns:66px 320px minmax(0,1fr) 310px}.conference-session-page .conference-clean-body.tools-collapsed{grid-template-columns:66px minmax(0,1fr) 310px}.conference-session-page .conference-live-card,.conference-session-page .conference-tools-panel,.conference-session-page .conference-tools-rail,.conference-session-page .right-rail-card,.conference-session-page .stage-card{background:#fff;border:1px solid #e3e9f3;box-shadow:0 10px 26px rgba(15,23,42,.05)}.conference-session-page .conference-tools-rail{border-radius:17px;display:flex;flex-direction:column;padding:8px 6px;overflow:hidden}.conference-session-page .tool-rail-home,.conference-session-page .tool-rail-item{width:100%;min-height:55px;border:0;border-radius:14px;background:transparent;color:#52657d;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;font-size:10.5px;font-weight:800;cursor:pointer}.conference-session-page .tool-rail-home:hover,.conference-session-page .tool-rail-item:hover{background:#f4f7ff;color:#2563eb}.conference-session-page .tool-rail-home.active,.conference-session-page .tool-rail-item.active{background:#eef3ff;color:#2563eb}.conference-session-page .tool-rail-items{display:grid;grid-gap:4px;gap:4px;overflow:auto}.conference-session-page .tool-rail-bottom{margin-top:auto;padding-top:8px}.conference-session-page .conference-tools-panel{min-width:0;min-height:0;border-radius:17px;overflow:hidden;display:flex}.conference-session-page .teams-tool-panel{width:100%;height:100%;min-height:0;display:flex;flex-direction:column}.conference-session-page .conference-main-stage{min-width:0;min-height:0}.conference-session-page .conference-main-stage .conference-live-card{height:100%;min-height:0;border-radius:17px;padding:14px;display:flex;flex-direction:column}.conference-session-page .conference-stage{flex:1 1;min-height:0}.conference-session-page .conference-stage-primary{height:100%;min-height:0}.conference-session-page .conference-stage-primary-dominant,.conference-session-page .conference-stage-primary-dominant .conference-preview,.conference-session-page .conference-stage-primary-dominant .conference-remote-card,.conference-session-page .conference-stage-primary-dominant .conference-video-stage{width:100%;height:100%}.conference-session-page .conference-stage-secondary{display:none!important}.conference-session-page .conference-right-rail{min-width:0;min-height:0;overflow:auto;display:flex;flex-direction:column;gap:12px}.conference-session-page .right-rail-card{border-radius:17px;padding:14px}.conference-session-page .right-rail-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.conference-session-page .right-rail-card-header h3{margin:0;color:#0f172a;font-size:17px;font-weight:900}.conference-session-page .online-dot{width:10px;height:10px;border-radius:999px;background:#22c55e}.conference-session-page .self-preview{height:146px;border-radius:15px;background:#06101f;overflow:hidden;position:relative}.conference-session-page .self-preview-video{width:100%;height:100%;object-fit:cover}.conference-session-page .self-preview-fallback{position:absolute;inset:0;display:grid;place-items:center;align-content:center;grid-gap:8px;gap:8px;color:#cbd5e1}.conference-session-page .self-preview-controls{position:absolute;left:10px;bottom:10px;display:flex;gap:7px}.conference-session-page .participant-avatar{width:38px;height:38px;border-radius:999px;display:grid;place-items:center;background:#eef3ff;border:1px solid #c7d7fe;color:#2563eb;font-weight:900}.conference-session-page .participant-avatar.large{width:64px;height:64px;font-size:24px}.conference-session-page .right-participant-list{display:grid;grid-gap:10px;gap:10px}.conference-session-page .right-participant-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:10px;gap:10px;padding:10px;border-radius:14px;border:1px solid #e3e9f3;background:#fbfcff}.conference-session-page .right-participant-text strong{color:#0f172a;font-size:14px}.conference-session-page .right-participant-text span{display:block;color:#64748b;font-size:12px;margin-top:2px}.conference-session-page .full-width-button{width:100%;justify-content:center;margin-bottom:10px}.conference-session-page .copy-link-row{margin-top:12px}.conference-session-page .content-empty-state{min-height:150px;display:grid;place-items:center;align-content:center;grid-gap:9px;gap:9px;text-align:center;color:#64748b;border-radius:15px;border:1px dashed #cbd5e1;background:#f8fafc;padding:14px}.conference-session-page .content-empty-state strong{color:#0f172a}.conference-session-page .teams-footer-controls,.conference-session-page .teams-open-tools-button{display:none!important}@media (max-width:1450px){.conference-session-page .conference-clean-body.tools-open{grid-template-columns:64px 300px minmax(0,1fr) 290px}.conference-session-page .conference-clean-body.tools-collapsed{grid-template-columns:64px minmax(0,1fr) 290px}}.conference-session-page{height:100vh!important;overflow:hidden!important;background:#f5f7fb!important}.conference-session-page .conference-session-frame{height:100vh!important;min-height:0!important;padding:10px 12px!important;display:flex!important;flex-direction:column!important;gap:12px!important;box-sizing:border-box!important}.conference-session-page .conference-clean-header{min-height:118px!important;max-height:135px!important;padding:14px 18px!important;border-radius:18px!important;background:#fff!important;border:1px solid #e4eaf3!important;box-shadow:0 10px 28px rgba(15,23,42,.06)!important}.conference-session-page .conference-clean-title-row h1{font-size:24px!important;line-height:1.1!important}.conference-session-page .conference-clean-subtitle{max-width:620px!important}.conference-session-page .conference-clean-body{flex:1 1 auto!important;min-height:0!important;display:grid!important;grid-gap:12px!important;gap:12px!important;overflow:hidden!important}.conference-session-page .conference-clean-body.tools-open{grid-template-columns:76px 330px minmax(0,1fr) 320px!important}.conference-session-page .conference-clean-body.tools-collapsed{grid-template-columns:76px minmax(0,1fr) 320px!important}.conference-session-page .conference-tools-rail{width:76px!important;min-width:76px!important;max-width:76px!important;border-radius:18px!important;background:#fff!important;border:1px solid #e4eaf3!important;box-shadow:0 10px 26px rgba(15,23,42,.05)!important;padding:8px 6px!important;overflow:hidden!important}.conference-session-page .tool-rail-items{display:flex!important;flex-direction:column!important;gap:4px!important;overflow-y:auto!important;overflow-x:hidden!important;scrollbar-width:none!important}.conference-session-page .tool-rail-items::-webkit-scrollbar{display:none!important}.conference-session-page .tool-rail-home,.conference-session-page .tool-rail-item{width:100%!important;min-height:56px!important;max-height:60px!important;padding:7px 4px!important;border:0!important;border-radius:14px!important;background:transparent!important;color:#52657d!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:5px!important;cursor:pointer!important;overflow:hidden!important}.conference-session-page .tool-rail-home span,.conference-session-page .tool-rail-item span{width:100%!important;max-width:64px!important;display:block!important;font-size:10px!important;line-height:1.05!important;font-weight:800!important;text-align:center!important;white-space:normal!important;overflow:hidden!important;text-overflow:ellipsis!important}.conference-session-page .tool-rail-home svg,.conference-session-page .tool-rail-item svg{width:19px!important;height:19px!important;flex:0 0 auto!important}.conference-session-page .tool-rail-home.active,.conference-session-page .tool-rail-home:hover,.conference-session-page .tool-rail-item.active,.conference-session-page .tool-rail-item:hover{background:#eef3ff!important;color:#2563eb!important}.conference-session-page .tool-rail-bottom{margin-top:auto!important;padding-top:6px!important}.conference-session-page .copy-link-button{min-height:58px!important}.conference-session-page .conference-tools-panel{min-width:0!important;min-height:0!important;overflow:hidden!important;border-radius:18px!important;background:#fff!important;border:1px solid #e4eaf3!important;box-shadow:0 10px 26px rgba(15,23,42,.05)!important}.conference-session-page .teams-tool-panel{height:100%!important;min-height:0!important;display:flex!important;flex-direction:column!important}.conference-session-page .tool-panel-header{min-height:62px!important;padding:16px 18px 12px!important;border-bottom:1px solid #edf1f7!important;display:flex!important;align-items:flex-start!important;justify-content:space-between!important}.conference-session-page .tool-panel-header h3{margin:0!important;font-size:20px!important;font-weight:900!important;color:#0f172a!important}.conference-session-page .tool-panel-header span{display:block!important;margin-top:5px!important;font-size:13px!important;color:#64748b!important}.conference-session-page .icon-button{width:34px!important;min-width:34px!important;height:34px!important;border-radius:12px!important;border:1px solid #dbe3ef!important;background:#fff!important;color:#0f172a!important;font-size:18px!important;display:grid!important;place-items:center!important;cursor:pointer!important}.conference-session-page .tool-panel-body{flex:1 1 auto!important;min-height:0!important;padding:14px 18px!important;overflow:auto!important}.conference-session-page .teams-tabs{display:grid!important;grid-template-columns:1fr 1fr!important;grid-gap:4px!important;gap:4px!important;padding:4px!important;border-radius:14px!important;background:#f1f5f9!important;margin-bottom:14px!important}.conference-session-page .teams-tab{min-height:38px!important;border:0!important;border-radius:11px!important;background:transparent!important;color:#64748b!important;font-weight:800!important}.conference-session-page .teams-tab.active{background:#fff!important;color:#2563eb!important;box-shadow:0 8px 18px rgba(15,23,42,.06)!important}.conference-session-page .teams-chat-list{height:calc(100% - 104px)!important;min-height:0!important;overflow:auto!important}.conference-session-page .teams-chat-form{display:grid!important;grid-template-columns:minmax(0,1fr) auto auto!important;grid-gap:8px!important;gap:8px!important;margin-top:12px!important}.conference-session-page .teams-chat-form input{min-width:0!important;height:42px!important;border-radius:14px!important;border:1px solid #dbe3ef!important;padding:0 12px!important}.conference-session-page .conference-main-stage{min-width:0!important;min-height:0!important;overflow:hidden!important}.conference-session-page .conference-main-stage .conference-live-card{width:100%!important;height:100%!important;min-height:0!important;display:flex!important;flex-direction:column!important;border-radius:18px!important;background:#fff!important;border:1px solid #e4eaf3!important;box-shadow:0 10px 26px rgba(15,23,42,.05)!important;padding:16px!important;overflow:hidden!important}.conference-session-page .conference-stage{flex:1 1 auto!important;grid-template-columns:none!important;gap:0!important}.conference-session-page .conference-stage,.conference-session-page .conference-stage-primary{min-height:0!important;height:100%!important;display:block!important;overflow:hidden!important}.conference-session-page .conference-stage-primary{width:100%!important;position:relative!important}.conference-session-page .conference-secondary-remote-grid,.conference-session-page .conference-stage-local,.conference-session-page .conference-stage-secondary{display:none!important}.conference-session-page .conference-empty-feed,.conference-session-page .conference-share-stage,.conference-session-page .conference-share-video,.conference-session-page .conference-stage-fill,.conference-session-page .conference-stage-primary-dominant,.conference-session-page .conference-stage-primary-dominant .conference-preview,.conference-session-page .conference-stage-primary-dominant .conference-remote-card,.conference-session-page .conference-stage-primary-dominant .conference-video-stage{width:100%!important;height:100%!important;min-height:0!important}.conference-session-page .conference-empty-feed{border:0!important;border-radius:20px!important;box-shadow:none!important;background:radial-gradient(circle at center,rgba(59,130,246,.18),transparent 22rem),linear-gradient(145deg,#071324,#0f172a)!important;color:#cbd5e1!important;display:grid!important;place-items:center!important;align-content:center!important;text-align:center!important;padding:24px!important}.conference-session-page .conference-empty-feed .surface-card-title{color:#fff!important;font-size:22px!important;font-weight:900!important}.conference-session-page .conference-empty-feed .muted-text{color:#cbd5e1!important;max-width:520px!important}.conference-session-page .conference-remote-card{border-radius:20px!important;overflow:hidden!important;background:#071324!important}.conference-session-page .conference-preview,.conference-session-page .conference-video-stage{width:100%!important;height:100%!important}.conference-session-page .conference-preview{object-fit:contain!important;background:#071324!important}.conference-session-page .conference-right-rail{min-width:0!important;min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;display:flex!important;flex-direction:column!important;gap:12px!important;scrollbar-width:thin!important}.conference-session-page .right-rail-card{border-radius:18px!important;background:#fff!important;border:1px solid #e4eaf3!important;box-shadow:0 10px 26px rgba(15,23,42,.05)!important;padding:14px!important}.conference-session-page .self-preview{height:150px!important;border-radius:16px!important;background:#071324!important}.conference-session-page .teams-footer-controls{display:none!important}.conference-session-page .tool-rail-home{cursor:default!important;pointer-events:none!important}.conference-session-page .tool-rail-bottom{display:none!important}.conference-session-page .right-participant-list{display:grid!important;grid-gap:10px!important;gap:10px!important}.conference-session-page .right-participant-card{border:1px solid #e3e9f3!important;border-radius:15px!important;background:#fbfcff!important;padding:10px!important}.conference-session-page .right-participant-row{border:0!important;background:transparent!important;padding:0!important}.conference-session-page .right-participant-actions{display:flex!important;flex-wrap:wrap!important;gap:7px!important;margin-top:10px!important}.conference-session-page .right-participant-actions .button{min-height:30px!important;padding:5px 9px!important;font-size:11.5px!important;border-radius:10px!important}.conference-session-page .copy-link-row{margin-top:12px!important}.conference-session-page .tool-rail-label{width:100%!important;min-height:48px!important;padding:8px 4px 10px!important;border:0!important;border-bottom:1px solid #e6edf6!important;border-radius:0!important;background:transparent!important;color:#8a98ad!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:5px!important;cursor:default!important;pointer-events:none!important;-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.conference-session-page .tool-rail-label svg{width:17px!important;height:17px!important;color:#94a3b8!important}.conference-session-page .tool-rail-label span{font-size:10px!important;line-height:1!important;font-weight:900!important;letter-spacing:.08em!important;text-transform:uppercase!important;color:#94a3b8!important}.conference-session-page .tool-rail-items{padding-top:8px!important}.conference-session-page .conference-clean-header .status-chip{min-height:24px!important;font-size:9px!important;padding:3px 7px!important;line-height:1!important;border-radius:999px!important;gap:4px!important;white-space:nowrap!important}.conference-session-page .conference-clean-header .status-chip:before{width:5px!important;height:5px!important}.conference-session-page .conference-clean-header .header-status-pills{gap:6px!important;flex-wrap:wrap!important}.conference-session-page .participant-tile{border:1px solid #e3e9f3!important;border-radius:15px!important;background:#fbfcff!important;padding:10px!important}.conference-session-page .participant-tile-main{display:grid!important;grid-template-columns:auto minmax(0,1fr) auto!important;align-items:center!important;grid-gap:10px!important;gap:10px!important}.conference-session-page .participant-tile-text{min-width:0!important}.conference-session-page .participant-tile-text strong{color:#0f172a!important;font-size:14px!important;font-weight:900!important}.conference-session-page .participant-tile-text span,.conference-session-page .participant-tile-text strong{display:block!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.conference-session-page .participant-tile-text span{color:#64748b!important;font-size:12px!important;margin-top:2px!important}.conference-session-page .participant-tile-actions{display:flex!important;flex-wrap:wrap!important;gap:7px!important;margin-top:10px!important}.conference-session-page .participant-tile-actions .button{min-height:30px!important;padding:5px 9px!important;font-size:11.5px!important;border-radius:10px!important}.conference-session-page .participant-grid-empty-state{width:100%!important;height:100%!important;min-height:320px!important;border-radius:20px!important;background:radial-gradient(circle at center,rgba(59,130,246,.18),transparent 24rem),linear-gradient(145deg,#071324,#0f172a)!important;color:#e5edf8!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;padding:28px!important}.conference-session-page .participant-grid-empty-icon{width:72px!important;height:72px!important;border-radius:999px!important;background:hsla(0,0%,100%,.08)!important;border:1px solid hsla(0,0%,100%,.14)!important;display:grid!important;place-items:center!important;color:#bfdbfe!important;margin-bottom:18px!important}.conference-session-page .participant-grid-empty-state h3{margin:0!important;font-size:22px!important;font-weight:900!important;color:#fff!important}.conference-session-page .participant-grid-empty-state p{margin:10px 0 22px!important;max-width:520px!important;color:#cbd5e1!important;font-size:14px!important;line-height:1.5!important}.conference-session-page .participant-grid-empty-state .button{background:hsla(0,0%,100%,.08)!important;color:#fff!important;border-color:hsla(0,0%,100%,.18)!important}.conference-session-page .participant-grid-loading-state{width:100%!important;height:100%!important;min-height:320px!important;border-radius:20px!important;background:radial-gradient(circle at center,rgba(59,130,246,.16),transparent 24rem),linear-gradient(145deg,#071324,#0f172a)!important;color:#e5edf8!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;padding:28px!important}.conference-session-page .participant-grid-loading-spinner{width:48px!important;height:48px!important;border-radius:999px!important;border:4px solid hsla(0,0%,100%,.18)!important;border-top-color:#93c5fd!important;animation:participant-grid-spin .8s linear infinite!important;margin-bottom:18px!important}.conference-session-page .participant-grid-loading-state h3{margin:0!important;font-size:22px!important;font-weight:900!important;color:#fff!important}.conference-session-page .participant-grid-loading-state p{margin:10px 0 0!important;color:#cbd5e1!important;font-size:14px!important}@keyframes participant-grid-spin{to{transform:rotate(1turn)}}.conference-session-page{height:100vh;padding:8px 16px;background:var(--bg);overflow:hidden}.conference-session-frame{width:100%;max-width:none;height:100%;margin:0 auto;display:flex;flex-direction:column;gap:12px}.conference-session-topbar{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:16px 24px;background:var(--surface-1);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft)}.conference-session-title{font-size:24px;font-weight:700;line-height:1.2}.conference-session-subtitle{font-size:14px;color:var(--text-muted)}.conference-session-topbar .button-row{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.conference-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,clamp(320px,23vw,420px));grid-gap:16px;gap:16px;align-items:stretch;flex:1 1;min-height:0;overflow:hidden}.conference-layout.no-side-panels{grid-template-columns:minmax(0,1fr)}.conference-stage{display:grid;grid-template-columns:minmax(0,1.85fr) minmax(320px,.75fr);grid-gap:20px;gap:20px;align-items:stretch;flex:1 1;min-height:0}.conference-stage.content,.conference-stage.sharing{grid-template-columns:minmax(0,4fr) minmax(200px,.4fr);gap:12px}.conference-stage-fill,.conference-stage.gallery{display:flex;flex-direction:column}.conference-stage-fill{height:100%}.conference-preview,.conference-share-video{width:100%;border-radius:var(--radius-md);background:#000;object-fit:contain}.sharing .conference-preview,.sharing .conference-share-video{aspect-ratio:auto;height:100%;max-height:100%}.conference-share-video{height:100%;flex-grow:1}.conference-share-video.fit{object-fit:contain}.conference-share-video.fill{object-fit:fill}.conference-share-video.cover{object-fit:cover}.conference-share-stage.expand{position:absolute;top:0;left:0;width:100%;height:100%;z-index:60;background:#000;padding:0;border-radius:0}.conference-empty-feed{display:flex;flex-direction:column;align-items:center;justify-content:center;aspect-ratio:16/9;max-height:calc(100vh - 300px);text-align:center}.conference-remote-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:16px;gap:16px}.conference-side-panel{display:flex;flex-direction:column;gap:16px}.hero-card,.panel-card,.surface-card{background:var(--surface-1);border:1px solid var(--border);border-radius:var(--radius-lg);padding:12px;box-shadow:var(--shadow-soft);position:relative}.panel-card{display:flex;flex-direction:column;height:100%;overflow:hidden}.conference-live-card{padding:8px 10px 10px}.conference-live-card .panel-card-header{margin-bottom:8px}.surface-card{padding:12px}.hero-split{display:grid;grid-template-columns:minmax(0,1fr) 400px;grid-gap:20px;gap:20px;align-items:start}.panel-card-header,.surface-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.panel-card-header .button-row{flex-wrap:nowrap}.surface-card-title{font-size:16px;font-weight:600}.stack-list{display:flex;flex-direction:column;gap:12px}.top-gap{margin-top:16px}.conference-panel-video-stack{display:flex;flex-direction:column;gap:12px}.panel-video{box-shadow:var(--shadow-soft);background:#000}.panel-video,.panel-video-card{border-radius:var(--radius-md);overflow:hidden;border:1px solid var(--border)}.panel-video-card .surface-card{background:transparent;padding:0;border:none;box-shadow:none}.conference-panel-remote-list,.conference-roster-list{display:flex;flex-direction:column;gap:12px}.conference-roster-list{overflow-y:auto;flex:1 1 auto;min-height:0;max-height:none;padding-right:4px}.panel-card.collapsed .button-row:not(.panel-card-header .button-row),.panel-card.collapsed .conference-roster-list,.panel-card.collapsed .stack-list,.panel-card.collapsed .surface-card{display:none}.panel-card-header{transition:background .2s ease}.panel-card-header:hover{background:var(--surface-2)}.conference-stage-label{margin-top:8px;font-size:14px;font-weight:500;display:flex;align-items:center;justify-content:space-between}.conference-chat-list,.conference-chat-panel{display:flex;flex-direction:column}.conference-chat-list{max-height:400px;overflow-y:auto;gap:8px}.conference-chat-message{padding:12px;border-radius:12px;background:var(--surface-2);border:1px solid var(--border)}.conference-chat-message.own{background:var(--surface-3);border-color:var(--accent)}.conference-chat-meta{display:flex;justify-content:space-between;font-size:12px;margin-bottom:4px;color:var(--text-muted)}.lops-widgets{margin:6px 0 8px}.lops-card,.lops-widgets{display:flex;flex-direction:column;gap:8px}.lops-card{border:1px solid var(--border);border-radius:10px;background:var(--surface-1);padding:10px 12px;font-size:13px}.lops-card--patient{border-left:3px solid var(--accent)}.lops-card--visit{border-left:3px solid #6366f1}.lops-card--documents{border-left:3px solid #14b8a6}.conference-telemed-size-minimized{padding:0!important;overflow:hidden}.conference-telemed-size-minimized .conference-session-frame{gap:0}.conference-telemed-size-minimized .conference-chat-panel,.conference-telemed-size-minimized .conference-clean-header,.conference-telemed-size-minimized .conference-session-topbar,.conference-telemed-size-minimized .conference-session-topbar .button-row,.conference-telemed-size-minimized .conference-side-panel,.conference-telemed-size-minimized .conference-stage-label,.conference-telemed-size-minimized .panel-card-header,.conference-telemed-size-minimized .panel-tools-rail,.conference-telemed-size-minimized .tool-rail{display:none!important}.conference-telemed-size-minimized .conference-layout,.conference-telemed-size-minimized .conference-stage{grid-template-columns:minmax(0,1fr)}.conference-telemed-size-minimized .conference-live-card,.conference-telemed-size-minimized .panel-card,.conference-telemed-size-minimized .surface-card{padding:0!important;border:none!important;box-shadow:none!important;background:transparent}.lops-doc-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.lops-doc-row{margin:0}.lops-doc-open{width:100%;display:flex;flex-direction:column;gap:4px;padding:8px 10px;border:1px solid var(--border);border-radius:8px;background:var(--surface-2);text-align:left;cursor:pointer;font-family:inherit;color:inherit;transition:background .15s ease,border-color .15s ease}.lops-doc-open:hover{background:var(--surface-3);border-color:#14b8a6}.lops-doc-main{display:flex;align-items:center;gap:8px;font-size:13px}.lops-doc-type{font-size:10px;letter-spacing:.06em;text-transform:uppercase;padding:2px 6px;border-radius:4px;background:var(--surface-1);color:var(--text-muted);border:1px solid var(--border);white-space:nowrap}.lops-doc-type--prescription{background:rgba(20,184,166,.12);color:#14b8a6;border-color:rgba(20,184,166,.35)}.lops-doc-type--investigation,.lops-doc-type--lab,.lops-doc-type--lab_report{background:rgba(245,158,11,.12);color:#f59e0b;border-color:rgba(245,158,11,.35)}.lops-doc-type--imaging,.lops-doc-type--radiology,.lops-doc-type--scan{background:rgba(99,102,241,.12);color:#6366f1;border-color:rgba(99,102,241,.35)}.lops-doc-name{font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1 1}.lops-doc-meta{display:flex;flex-wrap:wrap;gap:8px;font-size:11px;color:var(--text-muted)}.lops-doc-no{font-family:monospace}.lops-doc-date{margin-left:auto}.lops-doc-summary{font-size:12px;color:var(--text-muted);font-style:italic;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.lops-card-head{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px}.lops-card-kind{font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);background:var(--surface-2);padding:2px 6px;border-radius:999px}.lops-card-title{font-size:14px;color:var(--text)}.lops-card-subtle{font-size:12px;color:var(--text-muted)}.lops-card-flags{display:inline-flex;flex-wrap:wrap;gap:4px}.lops-flag{font-size:11px;padding:2px 6px;border-radius:4px;background:hsla(8,87%,66%,.12);color:#f4725f;border:1px solid hsla(8,87%,66%,.35)}.lops-card-grid{display:grid;grid-template-columns:max-content 1fr;grid-column-gap:12px;column-gap:12px;grid-row-gap:4px;row-gap:4px;margin:0;font-size:12px}.lops-card-grid dt{color:var(--text-muted);margin:0}.lops-card-grid dd{color:var(--text);margin:0}.lops-card-grid--vitals{grid-template-columns:max-content 1fr max-content 1fr}.lops-card-section{display:flex;flex-direction:column;gap:2px;font-size:12px}.lops-card-section-label{font-size:10px;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted)}.lops-card-empty{color:var(--text-muted);font-style:italic}.lops-card-list{margin:0;padding-left:16px;display:flex;flex-direction:column;gap:2px}.lops-allergy{font-weight:600}.lops-sev-severe{color:#ef4444}.lops-sev-moderate{color:#f59e0b}.lops-sev-mild{color:#10b981}.lops-sev-unknown{color:var(--text)}.lops-allergy-reaction{color:var(--text-muted)}.conference-chat-form{display:flex;gap:8px;margin-top:12px}.conference-chat-form input{flex:1 1}.conference-device-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.conference-device-field{display:flex;flex-direction:column;gap:6px;min-width:0}.conference-device-field span{font-size:12px;color:var(--text-muted);font-weight:600}.conference-device-field select{width:100%;min-width:0}.conference-focus-overlay{position:fixed;inset:0;background:rgba(0,0,0,.85);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:100;display:flex;align-items:center;justify-content:center;padding:40px}.conference-focus-frame{width:100%;max-width:1600px;height:100%;display:flex;flex-direction:column}.conference-focus-header{display:flex;justify-content:space-between;margin-bottom:20px}.conference-focus-video{width:100%;height:100%;object-fit:contain}.conference-focus-video.fill{object-fit:fill}.conference-focus-video.cover{object-fit:cover}.conference-focus-stage{position:relative;flex:1 1;min-height:0}.conference-floating-pip{position:absolute;z-index:72;width:min(240px,32vw);max-height:min(56vh,520px);background:rgba(10,15,25,.82);border:1px solid hsla(0,0%,100%,.22);border-radius:12px;overflow:hidden;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 8px 24px rgba(0,0,0,.35)}.conference-floating-pip-header{font-size:12px;font-weight:700;color:#e5e7eb;padding:8px 10px;background:rgba(2,6,23,.75);cursor:move;-webkit-user-select:none;-moz-user-select:none;user-select:none}.conference-floating-pip-list{display:flex;flex-direction:column;gap:8px;max-height:calc(min(56vh, 520px) - 36px);overflow:auto;padding:8px}.conference-mini-tile{display:flex;flex-direction:column;gap:4px}.conference-mini-video{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:8px;background:#000}.conference-mini-video-fallback{margin-top:-26px;margin-bottom:6px;align-self:flex-start;padding:4px 6px;border-radius:6px;background:rgba(15,23,42,.88);color:#cbd5e1;font-size:10px}.conference-mini-label{font-size:11px;color:#e5e7eb;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.floating-reaction{position:absolute;bottom:20%;left:50%;font-size:48px;animation:floatUp 3s ease-in forwards;pointer-events:none;z-index:100;text-shadow:0 4px 12px rgba(0,0,0,.3)}@keyframes floatUp{0%{transform:translate(-50%) scale(.5);opacity:0}10%{transform:translate(-50%,-20px) scale(1.2);opacity:1}20%{transform:translate(-50%,-40px) scale(1);opacity:1}to{transform:translate(-50%,-150px) scale(1);opacity:0}}span.failed,span.failing{font-weight:700}.conference-stage-primary{display:flex;flex-direction:column;flex:1 1}.conference-stage-secondary{display:flex;flex-direction:column;gap:16px}.conference-stage-local{display:flex;flex-direction:column;gap:8px;position:relative}.conference-stage-primary-dominant{height:100%}.conference-video-stage{position:relative;width:100%;flex:1 1;min-height:0;display:flex;align-items:stretch;justify-content:stretch}.conference-secondary-remote-grid{display:grid;grid-gap:16px;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.conference-share-stage{height:100%;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:4px!important;overflow:hidden;background:#000}.modal-backdrop{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:24px;background:rgba(0,0,0,.6);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.modal-card{background:var(--surface-1);border:1px solid var(--border);border-radius:var(--radius-lg);padding:32px;box-shadow:0 24px 48px rgba(0,0,0,.2);width:100%;max-width:640px;max-height:90vh;overflow-y:auto;position:relative}.button.active{background:var(--accent-soft)!important;border-color:var(--accent)!important;color:var(--text)!important;box-shadow:0 0 0 2px var(--accent-glow)!important}.button.danger.active{background:rgba(239,68,68,.2)!important;border-color:#ef4444!important;color:#ef4444!important}.attention-blink{animation:attentionBlink 1s ease-in-out infinite}@keyframes attentionBlink{0%{box-shadow:0 0 0 0 rgba(37,99,235,.4);border-color:var(--accent)}50%{box-shadow:0 0 0 6px rgba(37,99,235,.06);border-color:#2563eb}to{box-shadow:0 0 0 0 rgba(37,99,235,.4);border-color:var(--accent)}}@media (max-width:1100px){.conference-session-page{height:auto;min-height:100dvh;overflow:auto;padding:8px 10px}.conference-session-page .conference-session-frame{height:auto;min-height:calc(100dvh - 16px);display:flex;flex-direction:column}.conference-session-topbar{flex-direction:column;align-items:flex-start;gap:12px;padding:12px}.conference-session-topbar .button-row{width:100%;gap:8px;align-items:stretch}.conference-layout{grid-template-columns:1fr;overflow:visible}.conference-side-panel{min-height:0}.panel-card{height:auto;overflow:visible}.conference-stage{gap:12px}.conference-stage,.conference-stage.content,.conference-stage.sharing{grid-template-columns:1fr}.conference-stage-primary,.conference-stage-secondary{min-width:0}.conference-preview,.conference-share-video{max-height:55vh}}@media (max-width:720px){.conference-session-title{font-size:18px}.conference-session-subtitle{font-size:12px}.conference-stage{gap:10px}.conference-remote-grid,.conference-secondary-remote-grid{grid-template-columns:1fr;gap:10px}.conference-panel-remote-list{gap:10px}.conference-roster-list{max-height:38vh}.conference-chat-list{max-height:240px}.conference-device-grid{grid-template-columns:1fr}.conference-focus-overlay{padding:10px}}.react-grid-layout{position:relative;transition:height .2s ease}.react-grid-item{transition:all .2s ease;transition-property:left,top,width,height}.react-grid-item img{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-grid-item.cssTransforms{transition-property:transform,width,height}.react-grid-item.resizing{transition:none;z-index:1;will-change:width,height}.react-grid-item.react-draggable-dragging{transition:none;z-index:3;will-change:transform}.react-grid-item.dropping{visibility:hidden}.react-grid-item.react-grid-placeholder{background:red;opacity:.2;transition-duration:.1s;z-index:2;-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none}.react-grid-item.react-grid-placeholder.placeholder-resizing{transition:none}.react-grid-item>.react-resizable-handle{position:absolute;width:20px;height:20px}.react-grid-item>.react-resizable-handle:after{content:"";position:absolute;right:3px;bottom:3px;width:5px;height:5px;border-right:2px solid rgba(0,0,0,.4);border-bottom:2px solid rgba(0,0,0,.4)}.react-resizable-hide>.react-resizable-handle{display:none}.react-grid-item>.react-resizable-handle.react-resizable-handle-sw{bottom:0;left:0;cursor:sw-resize;transform:rotate(90deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-se{bottom:0;right:0;cursor:se-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-nw{top:0;left:0;cursor:nw-resize;transform:rotate(180deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-ne{top:0;right:0;cursor:ne-resize;transform:rotate(270deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-e,.react-grid-item>.react-resizable-handle.react-resizable-handle-w{top:50%;margin-top:-10px;cursor:ew-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-n,.react-grid-item>.react-resizable-handle.react-resizable-handle-s{left:50%;margin-left:-10px;cursor:ns-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}.react-resizable{position:relative}.react-resizable-handle{position:absolute;width:20px;height:20px;background-repeat:no-repeat;background-origin:content-box;box-sizing:border-box;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iNnB4Ij48ZyBvcGFjaXR5PSIwLjMwMiI+PHBhdGggZD0iTSA2IDYgTCAwIDYgTCAwIDQuMiBMIDQgNC4yIEwgNC4yIDQuMiBMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiMwMDAwMDAiLz48L2c+PC9zdmc+");background-position:100% 100%;padding:0 3px 3px 0}.react-resizable-handle-sw{bottom:0;left:0;cursor:sw-resize;transform:rotate(90deg)}.react-resizable-handle-se{bottom:0;right:0;cursor:se-resize}.react-resizable-handle-nw{top:0;left:0;cursor:nw-resize;transform:rotate(180deg)}.react-resizable-handle-ne{top:0;right:0;cursor:ne-resize;transform:rotate(270deg)}.react-resizable-handle-e,.react-resizable-handle-w{top:50%;margin-top:-10px;cursor:ew-resize}.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-resizable-handle-n,.react-resizable-handle-s{left:50%;margin-left:-10px;cursor:ns-resize}.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}