:root{--app-height: 100dvh;--keyboard-bottom-offset: 0px;--keyboard-top: 100dvh;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#edf7ef;background:#050706;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html,body,#root{width:100%;height:var(--app-height);min-height:var(--app-height);margin:0}body{position:fixed;top:0;right:0;bottom:0;left:0;overflow:hidden;overscroll-behavior:none}button,input,select,textarea{font:inherit}button{color:inherit}.app-shell{position:relative;width:100vw;height:100vh;height:100dvh;height:var(--app-height);overflow:hidden;touch-action:none;background:radial-gradient(circle at 50% 46%,rgba(141,245,207,.055),transparent 34%),linear-gradient(180deg,#10140f2e,#050706db),#050706}.app-shell.is-onboarding-logo-only .top-bar{right:20px}.onboarding-center-pulse{position:absolute;top:50%;left:50%;z-index:2;width:90px;height:90px;border:1px solid rgba(245,247,231,.44);border-radius:999px;background:radial-gradient(circle,rgba(255,255,255,.9) 0 3px,rgba(245,247,231,.34) 4px 16px,transparent 38px),radial-gradient(circle,rgba(141,245,207,.22),transparent 62%);box-shadow:0 0 36px #f5f7e74d,inset 0 0 28px #f5f7e733;pointer-events:none;transform:translate(-50%,-50%);animation:onboarding-pulse 2.4s ease-in-out infinite}.onboarding-center-pulse:before,.onboarding-center-pulse:after{content:"";position:absolute;top:-12px;right:-12px;bottom:-12px;left:-12px;border:1px solid rgba(245,247,231,.22);border-radius:inherit;animation:onboarding-ring 2.4s ease-out infinite}.onboarding-center-pulse:after{top:-26px;right:-26px;bottom:-26px;left:-26px;animation-delay:.72s}.onboarding-message{position:absolute;left:50%;bottom:calc(58px + env(safe-area-inset-bottom));z-index:8;max-width:min(520px,calc(100vw - 40px));color:#d2dbd2ad;font-size:14px;font-weight:700;line-height:1.35;text-align:center;text-shadow:0 1px 12px rgba(0,0,0,.72);pointer-events:none;transform:translate(-50%);animation:onboarding-message-in .48s ease both}@keyframes onboarding-pulse{0%,to{opacity:.76;transform:translate(-50%,-50%) scale(.96)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.05)}}@keyframes onboarding-ring{0%{opacity:.42;transform:scale(.72)}to{opacity:0;transform:scale(1.42)}}@keyframes onboarding-message-in{0%{opacity:0;transform:translate(-50%,8px)}to{opacity:1;transform:translate(-50%)}}@keyframes focus-panel-in{0%{opacity:0;transform:translate(calc(100% + 26px))}to{opacity:1;transform:translate(0)}}.mobile-workspace-panel,.mobile-panel-slot{display:contents}.mobile-workspace-tabs{display:none}.outline-editor-shell{--outline-bg: #070a08;--outline-panel: #0f1511;--outline-line: rgba(219, 234, 211, .14);--outline-text: #edf8ef;--outline-muted: #91a899;--outline-accent: #8df5cf;position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:grid;grid-template-rows:auto minmax(0,1fr);background:var(--outline-bg);color:var(--outline-text)}.outline-editor-header{display:flex;align-items:center;justify-content:space-between;gap:18px;min-width:0;border-bottom:1px solid var(--outline-line);padding:14px 18px;background:#0f1511fa}.outline-editor-header h2{margin:4px 0 0;overflow:hidden;font-size:18px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.outline-editor-kicker{display:inline-flex;align-items:center;gap:7px;color:var(--outline-muted);font-size:12px;font-weight:800;text-transform:uppercase}.outline-editor-actions{display:inline-flex;flex:0 0 auto;gap:8px}.outline-editor-actions button,.outline-mobile-toolbar button,.outline-line-actions button,.outline-fold-button{display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(219,234,211,.14);background:#ffffff0a;color:var(--outline-text);cursor:pointer}.outline-editor-actions button{gap:7px;min-height:36px;border-radius:7px;padding:0 12px;font-weight:800}.outline-editor-actions button.is-primary,.outline-mobile-toolbar button.is-primary{border-color:#8df5cf85;background:#8df5cf29;color:#dffff4}.outline-editor-body{min-height:0;overflow:auto;padding:18px 18px 92px;background:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px) 0 0 / 100% 36px,var(--outline-bg)}.outline-node-row{min-width:0}.outline-title-row,.outline-body-row{display:grid;grid-template-columns:auto 28px 22px minmax(0,1fr) auto;align-items:start;min-width:0;column-gap:6px}.outline-body-row{grid-template-columns:auto 56px minmax(0,1fr);margin-bottom:4px}.outline-indent-gutter{width:calc(var(--outline-depth) * 22px);min-height:30px;border-right:calc(var(--outline-depth) * 1px) solid rgba(141,245,207,.1);background:repeating-linear-gradient(90deg,rgba(255,255,255,.055) 0,rgba(255,255,255,.055) 1px,transparent 1px,transparent 22px);-webkit-user-select:none;user-select:none;pointer-events:none}.outline-fold-button{width:26px;height:28px;border-radius:6px}.outline-fold-button:disabled{opacity:.2}.outline-title-marker{display:inline-flex;align-items:center;justify-content:center;height:30px;color:var(--outline-accent);font-weight:900;-webkit-user-select:none;user-select:none}.outline-title-row input,.outline-body-row textarea{width:100%;min-width:0;border:0;outline:none;background:transparent;color:var(--outline-text);font:inherit}.outline-title-row input{height:30px;font-size:16px;font-weight:850}.outline-body-row textarea{grid-column:3;min-height:50px;resize:vertical;color:#cddbd1;line-height:1.5}.outline-node-row.is-active>.outline-title-row input,.outline-node-row.is-active>.outline-body-row textarea{background:#8df5cf0e}.outline-line-actions{display:inline-flex;gap:4px;opacity:0;transition:opacity .16s ease}.outline-title-row:focus-within .outline-line-actions,.outline-node-row.is-active>.outline-title-row .outline-line-actions,.outline-title-row:hover .outline-line-actions{opacity:1}.outline-line-actions button{width:26px;height:28px;border-radius:6px}.outline-line-actions button:disabled,.outline-mobile-toolbar button:disabled{cursor:default;opacity:.28}.outline-collapsed-note{margin:0 0 6px calc(var(--outline-depth) * 22px + 62px);color:var(--outline-muted);font-size:12px}.outline-mobile-toolbar{position:fixed;right:14px;bottom:14px;left:14px;z-index:82;display:none;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px;border:1px solid var(--outline-line);border-radius:8px;padding:6px;background:#0f1511f5}.outline-mobile-toolbar button{min-width:0;min-height:38px;border-radius:6px}.universe-shell{position:absolute;top:0;right:0;bottom:0;left:0;touch-action:none;overscroll-behavior:none}.top-bar{position:absolute;top:18px;left:20px;right:370px;display:flex;align-items:flex-start;justify-content:space-between;gap:18px;pointer-events:none;z-index:3}.top-title-stack{display:grid;justify-items:start;min-width:0}.eyebrow{margin:0 0 4px;color:#9fb5a9;font-size:11px;font-weight:700;letter-spacing:0;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{margin-bottom:0;color:#f6f2dbe0;font-size:clamp(20px,2.1vw,30px);line-height:1;letter-spacing:0}.dataset-title-input{display:block;width:min(520px,42vw);border:0;outline:0;padding:0;background:transparent;color:#f6f2dbe0;font-size:clamp(20px,2.1vw,30px);font-weight:800;line-height:1;letter-spacing:0;pointer-events:auto}.dataset-title-input:focus{color:#fff7cf}.atlas-breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:5px;margin-bottom:5px;pointer-events:auto}.atlas-breadcrumb:before{content:""}.atlas-breadcrumb button,.breadcrumb-ellipsis{border:0;padding:0;background:transparent;color:#9fb5a9;font-size:11px;font-weight:700;letter-spacing:0;line-height:1.25;text-transform:uppercase}.atlas-breadcrumb button{cursor:pointer}.atlas-breadcrumb button:not(:first-child):before,.breadcrumb-ellipsis:before{content:">";margin:0 5px 0 0;color:#9fb5a994}.atlas-breadcrumb button:hover{color:#fff7cf}.atlas-logo-crumb{color:#dbe8d8!important}.unread-notification-links{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:6px;max-width:min(260px,calc(100vw - 420px));margin-top:8px;pointer-events:auto}.unread-notification-link{display:inline-flex;align-items:center;gap:4px;max-width:100%;min-height:24px;border:1px solid rgba(193,220,198,.18);border-radius:999px;padding:4px 8px;background:#060a089e;color:#d7ead9;cursor:pointer;font-size:11px;font-weight:800;line-height:1;box-shadow:0 10px 32px #0000003d}.unread-notification-link span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.unread-notification-link:hover{border-color:#fff7cf6b;color:#fff7cf}.unread-notification-link.is-error{border-color:#ff6b6b57;color:#ffc9c9}.unread-notification-link.is-voice-log{border-color:#f7d7655c;color:#fff4c5}.unread-notification-link.is-voice-log.is-error{border-color:#ff6b6b57;color:#ffc9c9}.unread-notification-link.is-codex{border-color:#86b7ff57;color:#d3e4ff}.unread-notification-link.is-openclaw{border-color:#62e6b857;color:#c8f8e8}.unread-notification-link.is-done{border-color:#8df5cf52;color:#cdfbe9}.top-stats{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;max-width:420px}.top-stats span{border:1px solid rgba(193,220,198,.18);border-radius:999px;padding:7px 10px;background:#060a0885;color:#d7ead9;font-size:12px;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.focus-panel{position:absolute;top:18px;right:18px;bottom:18px;z-index:4;display:grid;grid-template-rows:auto minmax(150px,.9fr) minmax(160px,1.1fr);gap:12px;width:min(336px,calc(100vw - 36px));overflow:visible;border:1px solid rgba(211,230,203,.16);border-radius:8px;padding:12px;background:#060a08a8;box-shadow:0 22px 80px #00000061;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);transform:translate(0);transition:opacity .92s cubic-bezier(.22,1,.36,1),transform .92s cubic-bezier(.22,1,.36,1);animation:focus-panel-in .92s cubic-bezier(.22,1,.36,1) both}.focus-panel.is-hidden{opacity:0;pointer-events:none;transform:translate(calc(100% + 28px));animation:none}.global-menu{position:absolute;top:18px;right:370px;z-index:7;animation:chrome-slide-in .52s cubic-bezier(.22,1,.36,1) both}.app-shell[data-focus-panel=closed] .global-menu{right:18px}.dataset-title-input,.unread-notification-links,.minimap{animation:chrome-slide-in .52s cubic-bezier(.22,1,.36,1) both}.app-shell.is-ai-locked .mobile-workspace-tabs{grid-template-columns:1fr}@keyframes chrome-slide-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes mobile-panel-rise-in{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes mobile-panel-slide-in{0%{opacity:0;transform:translate(calc(100% + 24px))}to{opacity:1;transform:translate(0)}}.context-menu{position:absolute;z-index:9;display:grid;gap:6px;min-width:150px;border:1px solid rgba(219,234,211,.16);border-radius:8px;padding:8px;background:#060a08eb;box-shadow:0 18px 48px #0000006b;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.global-context-menu{top:42px;right:0;min-width:268px;max-height:calc(var(--app-height) - 74px - env(safe-area-inset-top) - env(safe-area-inset-bottom));overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin}.node-context-menu{position:fixed;width:220px}.context-menu button,.context-menu label{position:relative;display:flex;align-items:center;justify-content:flex-start;gap:8px;width:100%;min-height:32px;border:0;border-radius:6px;padding:7px 9px;background:transparent;color:#dfeade;cursor:pointer;text-align:left}.context-menu button:hover,.context-menu label:hover{background:#8df5cf17}.context-menu button.is-active{background:#8df5cf21;color:#effff8}.context-menu button:disabled,.context-menu button:disabled:hover{background:transparent;opacity:.42;cursor:not-allowed}.context-menu button span{display:grid;gap:2px;min-width:0}.context-menu button small{color:#9fb5a9;font-size:11px;line-height:1.2}.context-menu button>svg,.context-menu label>svg,.cloud-package-button>svg,.icon-button>svg,.send-button>svg{flex:0 0 auto}.context-menu .destructive-menu-button{color:#ffd9ce}.context-menu .destructive-menu-button:hover{background:#ff876824}.context-menu input[type=file]{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.context-menu-section{display:grid;gap:7px;border-bottom:1px solid rgba(219,234,211,.12);padding:0 0 8px;margin-bottom:2px}.context-menu-section-title{color:#9fb5a9;font-size:11px;font-weight:800;line-height:1;text-transform:uppercase}.theme-choice-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.theme-choice-row button{justify-content:center;min-width:0}.theme-choice-row button.is-active{border:1px solid rgba(247,215,101,.38);background:#f7d76524;color:#fff4c5}.undo-redo-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20;display:grid;place-items:center;padding:24px;background:#0000006b;pointer-events:auto}.voice-log-dialog{display:grid;grid-template-rows:auto auto minmax(0,1fr);width:min(760px,calc(100vw - 32px));max-height:min(720px,calc(100vh - 32px));border:1px solid rgba(219,234,211,.18);border-radius:8px;background:#060a08f5;box-shadow:0 24px 90px #00000085;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.cloud-load-dialog{display:grid;grid-template-rows:auto minmax(0,1fr);width:min(720px,calc(100vw - 32px));max-height:min(680px,calc(100vh - 32px));border:1px solid rgba(219,234,211,.18);border-radius:8px;background:#060a08f5;box-shadow:0 24px 90px #00000085;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.voice-settings-dialog{display:grid;grid-template-rows:auto auto auto;width:min(520px,calc(100vw - 32px));border:1px solid rgba(219,234,211,.18);border-radius:8px;background:#060a08f5;box-shadow:0 24px 90px #00000085;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.voice-settings-form{display:grid;gap:12px;padding:14px 16px 6px}.voice-settings-field{display:grid;gap:6px}.voice-settings-field span{color:#9fb5a9;font-size:11px;font-weight:800;text-transform:uppercase}.voice-settings-field input,.voice-settings-field select{width:100%;min-height:36px;border:1px solid rgba(219,234,211,.14);border-radius:7px;padding:0 9px;outline:0;background:#030706e0;color:#f6f2db}.voice-settings-field select option{background:#061008;color:#d9eadb}.voice-settings-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:12px 16px 16px}.voice-log-header{display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid rgba(219,234,211,.12);padding:14px 16px}.voice-log-header-with-clear{display:grid;grid-template-columns:36px minmax(0,1fr) 36px}.voice-log-header-with-clear>div:first-of-type{min-width:0;text-align:center}.voice-log-header h2{margin:0;color:#fff8da;font-size:18px}.voice-log-header p{margin:4px 0 0;color:#9fb5a9;font-size:12px}.voice-log-actions{display:flex;align-items:center;gap:8px}.voice-log-summary{display:grid;gap:5px;margin:12px 16px 0;border:1px solid rgba(141,245,207,.16);border-radius:8px;padding:10px 12px;background:#8df5cf12}.voice-log-summary strong,.voice-log-entry strong{color:#fff4c5;font-size:12px}.voice-log-summary time,.voice-log-entry span,.voice-log-entry small{color:#9fb5a9;font-size:11px}.voice-log-summary p,.voice-log-entry p,.voice-log-empty{margin:0;color:#e8f2e6;font-size:13px;line-height:1.45;white-space:pre-wrap}.voice-log-list{display:grid;align-content:start;gap:8px;min-height:0;overflow:auto;padding:12px 16px 16px}.voice-log-entry{display:grid;gap:6px;border:1px solid rgba(219,234,211,.12);border-radius:8px;padding:10px 12px;background:#0307069e}.voice-log-entry header{display:flex;align-items:center;justify-content:space-between;gap:12px}.voice-log-entry.is-error{border-color:#ff876852;background:#ff686814}.voice-log-entry.is-tool{border-color:#8fb7ff38}.cloud-package-list{display:grid;align-content:start;gap:8px;min-height:0;overflow:auto;padding:12px 16px 16px}.cloud-package-button{display:flex;align-items:center;justify-content:space-between;gap:14px;width:100%;min-width:0;border:1px solid rgba(219,234,211,.12);border-radius:8px;padding:10px 12px;background:#0307069e;color:#e8f2e6;cursor:pointer;text-align:left}.cloud-package-button:hover{border-color:#8df5cf61;background:#0c2420b8}.cloud-package-button span{display:grid;gap:4px;min-width:0}.cloud-package-button strong{min-width:0;overflow:hidden;color:#fff4c5;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.cloud-package-button small,.cloud-dialog-status{color:#9fb5a9;font-size:12px}.cloud-dialog-status{margin:0}.cloud-dialog-status.is-error{color:#ffb1a2}.panel-toolbar{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0}.ai-node-status{display:flex;align-items:center;justify-content:center;gap:6px;min-width:0;height:32px;border:1px solid rgba(141,245,207,.16);border-radius:8px;padding:0 9px;background:#8df5cf14;color:#d8f3e5;cursor:pointer;font-size:11px;line-height:1;white-space:nowrap}.ai-node-status:hover,.ai-node-status[aria-expanded=true]{border-color:#8df5cf57;background:#8df5cf21}.ai-node-status span,.ai-node-status b,.ai-node-status small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ai-node-status b{max-width:96px;color:#fff4c5;font-weight:700}.ai-node-status small{color:#9eb9aa;font-size:10px}.panel-tool-button{width:38px;height:38px;min-width:38px}.panel-menu-anchor{position:relative}.surface-context-menu{top:44px;right:0;width:190px}.status-context-menu{top:38px;left:0;width:178px}.status-context-menu button{justify-content:space-between;text-transform:capitalize}.status-context-menu button.is-active{border:1px solid rgba(247,215,101,.34);background:#f7d76524;color:#fff4c5}.reminder-context-menu{top:44px;right:0;width:min(282px,calc(100vw - 28px));max-height:min(680px,calc(var(--app-height) - 80px));overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;touch-action:pan-y;-webkit-overflow-scrolling:touch}.reminder-context-menu.is-mobile{position:fixed;z-index:30;min-height:0;max-height:none;overflow-y:auto;pointer-events:auto;overscroll-behavior:contain;touch-action:pan-y;-webkit-overflow-scrolling:touch}.reminder-current{display:grid;gap:4px;border-bottom:1px solid rgba(219,234,211,.12);padding:4px 4px 9px}.reminder-current span,.reminder-date-field span,.time-stepper span{color:#9fb5a9;font-size:10px;font-weight:800;line-height:1;text-transform:uppercase}.reminder-current strong{min-width:0;overflow:hidden;color:#fff4c5;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.reminder-date-field{display:grid;gap:6px}.reminder-date-field:hover{background:transparent}.reminder-date-field input{width:100%;min-height:34px;border:1px solid rgba(219,234,211,.14);border-radius:7px;padding:0 8px;background:#030706e0;color:#f6f2db}.reminder-time-picker{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:end;gap:8px}.reminder-calendar{display:grid;gap:6px;border:1px solid rgba(219,234,211,.12);border-radius:8px;padding:7px;background:#03070670}.reminder-calendar-header{display:grid;grid-template-columns:30px minmax(0,1fr) 30px;align-items:center;gap:6px}.reminder-calendar-header strong{min-width:0;overflow:hidden;color:#fff4c5;font-size:12px;text-align:center;text-overflow:ellipsis;white-space:nowrap}.reminder-calendar-header button,.reminder-calendar-grid button{justify-content:center;min-height:28px;padding:0;border:1px solid rgba(219,234,211,.12);background:#8df5cf0f;font-weight:800;text-align:center}.reminder-calendar-header button{font-size:0}.reminder-calendar-header button:before{content:"<";font-size:12px}.reminder-calendar-header button:last-child:before{content:">"}.reminder-calendar-weekdays,.reminder-calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:4px}.reminder-calendar-weekdays span{color:#9fb5a9;font-size:10px;font-weight:800;text-align:center}.reminder-calendar-grid button{min-width:0;color:#dfeade;font-size:11px}.reminder-calendar-grid button.is-outside{color:#64756b;opacity:.72}.reminder-calendar-grid button.is-selected{border-color:#f7d7657a;background:#f7d7652e;color:#fff4c5}.reminder-time-separator{padding-bottom:32px;color:#fff4c5;font-size:20px;font-weight:900}.time-stepper{display:grid;grid-template-rows:auto 30px 44px 30px;gap:5px;min-width:0}.time-stepper button{justify-content:center;min-height:30px;padding:0;border:1px solid rgba(219,234,211,.12);background:#8df5cf12;font-size:17px;font-weight:900;text-align:center}.time-stepper input{width:100%;min-width:0;border:1px solid rgba(247,215,101,.24);border-radius:8px;outline:0;background:#fff4c514;color:#fff4c5;font-size:24px;font-weight:900;text-align:center}.reminder-quick-row{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:5px}.reminder-quick-row button{justify-content:center;min-height:28px;padding:0 4px;border:1px solid rgba(219,234,211,.12);background:#8df5cf12;font-size:11px}.reminder-actions{display:grid;gap:6px}.reminder-actions button{justify-content:center;border:1px solid rgba(141,245,207,.18);background:#8df5cf1a;font-weight:800}.reminder-actions button:last-child{border-color:#ff848438;background:#ff848414;color:#ffd4d4}.surface-context-menu label{display:grid;align-items:stretch;gap:6px;cursor:default}.surface-context-menu label:hover{background:transparent}.surface-context-menu span{color:#9fb5a9;font-size:11px;font-weight:800;text-transform:uppercase}.surface-context-menu input[type=color],.surface-context-menu select{width:100%;min-height:34px;border:1px solid rgba(219,234,211,.14);border-radius:7px;background:#030706e0;color:#f6f2db}.surface-context-menu input[type=color]{position:static;opacity:1;padding:3px;cursor:pointer}.panel-text-section{position:relative;min-height:0}.panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}.panel-title-stack{min-width:0;width:100%}.panel-header h2{margin:0;color:#fff8da;font-size:24px;line-height:1.08;letter-spacing:0}.node-title-input,.node-tags-input,.node-body-input{width:100%;border:1px solid rgba(219,234,211,.14);border-radius:8px;background:#0307066b;color:#f6f2db;outline:0}.node-title-input{min-height:42px;padding:7px 9px;font-size:21px;font-weight:800;line-height:1.1}.node-body-input{height:100%;min-height:168px;resize:vertical;padding:10px 42px 38px 10px;color:#e5eee2;font-size:14px;line-height:1.5}.return-button{position:absolute;right:8px;bottom:8px;display:grid;width:31px;height:31px;place-items:center;border:1px solid rgba(247,215,101,.28);border-radius:7px;background:#f7d7651a;color:#fff4c5;cursor:pointer}.return-button:hover{border-color:#f7d765a3;background:#f7d76529}.panel-preview-area{min-height:0}.panel-preview-frame{display:grid;height:100%;min-height:150px;overflow:auto;border:1px solid rgba(219,234,211,.12);border-radius:8px;padding:10px;background:#01040375}.panel-preview-list{align-content:start}.preview-empty{place-self:center;margin:0;color:#75877e;font-size:13px}.node-tags-line{margin-top:10px}.appearance-controls{display:grid;grid-template-columns:88px minmax(0,1fr);gap:10px}.appearance-controls label{display:grid;gap:6px;min-width:0;color:#a9baa9;font-size:12px}.appearance-controls input[type=color]{width:100%;height:38px;border:1px solid rgba(219,234,211,.14);border-radius:8px;padding:3px;background:#0307068f}.appearance-controls select{width:100%;min-height:38px;border:1px solid rgba(219,234,211,.14);border-radius:8px;padding:7px 9px;background:#030706e0;color:#f6f2db;outline:0}.node-tags-input{min-height:36px;padding:8px 10px;color:#dce9dd;font-size:13px}.icon-button,.send-button{display:inline-grid;width:36px;height:36px;min-width:36px;place-items:center;border:1px solid rgba(230,239,221,.18);border-radius:8px;background:#efe19c1a;cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;transition:border-color .15s ease,background .15s ease,transform .15s ease}.command-dock>.icon-button:first-child{-webkit-touch-callout:none;touch-action:none;-webkit-user-select:none;user-select:none}button:disabled,.secondary-button:disabled{opacity:.42;cursor:not-allowed;transform:none}.icon-button:hover,.send-button:hover{border-color:#f7d765ad;background:#f7d7652e;transform:translateY(-1px)}.icon-button.ghost{background:#80b09a1a}.icon-button.is-live{border-color:#ff6b6b94;background:#ff6b6b24;color:#ffd9d9;box-shadow:0 0 18px #ff6b6b38}.status-row{display:flex;align-items:center;gap:8px;min-width:0;margin-bottom:14px;color:#f3f5dd;font-size:13px}.status-dot{width:9px;height:9px;border-radius:999px;box-shadow:0 0 16px currentColor}.breadcrumb-row{display:flex;flex-wrap:wrap;gap:6px;margin:-4px 0 12px}.breadcrumb-row button{max-width:116px;border:1px solid rgba(219,234,211,.12);border-radius:999px;padding:4px 8px;background:#ffffff0b;color:#b9cbbd;font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.muted{min-width:0;color:#8da197;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.panel-section{border-top:1px solid rgba(219,234,211,.1);padding-top:13px;margin-top:13px}.surface-details{margin-top:12px;border-top:1px solid rgba(219,234,211,.1);padding-top:10px}.surface-details summary{color:#c8dbc9;font-size:12px;font-weight:800;text-transform:uppercase;cursor:pointer}.surface-details .appearance-controls{margin-top:10px}.panel-section h3{margin-bottom:7px;color:#c8dbc9;font-size:12px;font-weight:800;letter-spacing:0;text-transform:uppercase}.panel-section p{margin-bottom:0;color:#e5eee2;font-size:14px;line-height:1.52}.decision-section{border:1px solid rgba(247,215,101,.18);border-radius:8px;padding:12px;background:#f7d76514}.artifact-list,.resonance-list{display:grid;gap:8px}.artifact-button,.resonance-button{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;width:100%;min-height:42px;border:1px solid rgba(219,234,211,.11);border-radius:8px;padding:9px 10px;background:#ffffff0b;color:#edf7ef;text-align:left;cursor:pointer}.artifact-button:hover,.resonance-button:hover{border-color:#8df5cf80;background:#8df5cf17}.artifact-button span,.resonance-button span,.resonance-button strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.artifact-button small{color:#a9baa9;font-size:11px;text-transform:uppercase}.resonance-button{grid-template-columns:auto minmax(0,1fr)}.resonance-button strong{grid-column:2;color:#f6e7a8;font-size:12px}.artifact-preview,.event-preview{border:1px solid rgba(219,234,211,.12);border-radius:8px;padding:12px;background:#04080794}.artifact-preview-title{display:flex;align-items:center;gap:8px;margin-bottom:9px;color:#fff4c5;font-weight:700}.artifact-preview-body{display:grid;gap:6px;margin:12px 0}.artifact-preview-body span{border-left:2px solid rgba(141,245,207,.55);padding:6px 8px;background:#8df5cf12;color:#dfece1;font-size:13px;line-height:1.35}.secondary-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;width:100%;min-height:34px;border:1px solid rgba(247,215,101,.32);border-radius:8px;background:#f7d7651c;color:#fff2bb;cursor:pointer}.node-action-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.primary-actions{margin-top:12px}.save-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:8px}.ghost-button{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:32px;border:1px solid rgba(219,234,211,.14);border-radius:8px;background:#ffffff0b;color:#dfeade;cursor:pointer}.ghost-button:hover{border-color:#8df5cf70;background:#8df5cf14}.file-button{position:relative;overflow:hidden}.file-button input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.attachment-list{display:grid;gap:10px}.attachment-preview{position:relative;display:grid;gap:8px;border:1px solid rgba(219,234,211,.12);border-radius:8px;padding:10px;background:#04080794}.attachment-meta{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;padding-right:28px}.attachment-preview div{display:grid;gap:3px}.attachment-remove{position:absolute;top:7px;right:7px;display:grid;width:24px;height:24px;place-items:center;border:1px solid rgba(255,226,204,.26);border-radius:999px;background:#280a08b8;color:#ffd9ce;cursor:pointer}.attachment-remove:hover{border-color:#ff9f80b8;background:#661e15d1}.file-type-icon{display:grid;width:52px;height:58px;place-items:center;border:1px solid rgba(219,234,211,.16);border-radius:8px;background:linear-gradient(135deg,rgba(255,255,255,.18),transparent 46%),#1f4a42;color:#effff5;box-shadow:inset 0 -14px 28px #0000002e}.file-type-icon b{font-size:10px;line-height:1}.file-type-PDF,.file-type-PPT,.file-type-PPTX{background:linear-gradient(135deg,rgba(255,255,255,.2),transparent 46%),#8c3f36}.file-type-XLS,.file-type-XLSX,.file-type-CSV{background:linear-gradient(135deg,rgba(255,255,255,.2),transparent 46%),#2f7045}.file-type-ZIP,.file-type-RAR,.file-type-7Z{background:linear-gradient(135deg,rgba(255,255,255,.2),transparent 46%),#725f2b}.attachment-preview strong{min-width:0;color:#fff4c5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.attachment-preview span,.attachment-preview p{margin:0;color:#a9baa9;font-size:12px}.attachment-preview img,.attachment-preview video{width:100%;max-height:180px;border-radius:6px;object-fit:contain;background:#00000059}.attachment-preview audio{width:100%}.tag-row{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}.tag-row span{border:1px solid rgba(141,245,207,.2);border-radius:999px;padding:4px 8px;background:#8df5cf14;color:#bcf2dc;font-size:11px}.event-preview-meta{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:8px}.event-preview-meta span{border:1px solid rgba(219,234,211,.12);border-radius:999px;padding:3px 7px;color:#b9cbbd;font-size:11px}.minimap{position:absolute;left:20px;bottom:18px;z-index:4;width:168px;border:1px solid rgba(219,234,211,.14);border-radius:8px;padding:10px;background:#060a08ad;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.minimap-space{position:relative;width:128px;height:128px;margin:0 auto;border:1px solid rgba(219,234,211,.1);border-radius:999px;background:radial-gradient(circle at center,rgba(141,245,207,.12) 0 2px,transparent 3px),radial-gradient(circle at center,transparent 0 34%,rgba(126,165,136,.12) 34% 35%,transparent 36% 67%,rgba(126,165,136,.1) 67% 68%,transparent 69%),#0104039e;cursor:grab;overflow:hidden;touch-action:none;-webkit-user-select:none;user-select:none}.minimap-space:active{cursor:grabbing}.minimap-dot{position:absolute;width:10px;height:10px;border:0;border-radius:999px;cursor:pointer;transform:translate(-50%,-50%)}.minimap-viewport{position:absolute;border:1px solid rgba(247,215,101,.9);border-radius:999px;box-shadow:0 0 12px #f7d76573;pointer-events:none;transform:translate(-50%,-50%)}.event-strip{position:absolute;left:206px;right:396px;bottom:18px;z-index:4;min-height:64px;border:1px solid rgba(219,234,211,.13);border-radius:8px;padding:10px;background:#060a08b3;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.event-strip-header{display:flex;align-items:center;gap:9px;margin-bottom:8px;color:#9eb1a7;font-size:12px}.event-strip-header strong{color:#fff4c5}.event-strip-list{display:flex;gap:7px;overflow:hidden}.event-chip{display:grid;grid-template-columns:auto auto minmax(0,1fr);align-items:center;gap:6px;min-width:178px;max-width:260px;height:34px;border:1px solid rgba(219,234,211,.1);border-radius:8px;padding:0 9px;background:#ffffff0b;color:#dce9dd;cursor:pointer}.event-chip span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.event-chip-time{color:#94aa9e;font-size:11px}.command-dock{position:absolute;left:50%;bottom:100px;z-index:5;display:grid;grid-template-columns:auto auto auto minmax(260px,560px) auto;align-items:center;gap:9px;width:min(980px,calc(100vw - 430px));border:1px solid rgba(247,215,101,.18);border-radius:8px;padding:9px;background:#060a08c2;box-shadow:0 16px 56px #0000005c;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transform:translate(-50%)}.mode-switch{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:4px;min-width:248px;border:1px solid rgba(219,234,211,.12);border-radius:8px;padding:4px;background:#ffffff09}.mode-switch button{display:inline-flex;align-items:center;justify-content:center;gap:5px;min-width:0;min-height:28px;border:0;border-radius:6px;background:transparent;color:#aabdad;cursor:pointer;font-size:11px}.mode-switch button.is-active{background:#8df5cf24;color:#fff4c5}.mode-switch span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.scope-select{height:38px;min-width:126px;border:1px solid rgba(219,234,211,.12);border-radius:8px;padding:0 9px;outline:0;background:#060a08c7;color:#d9eadb;font-size:11px;font-weight:700}.scope-select option{background:#061008;color:#d9eadb}.scope-select:disabled{color:#72867c;opacity:.72}.context-options-row,.codex-options-row{grid-column:1 / -1;display:grid;grid-template-columns:repeat(6,minmax(72px,1fr));gap:6px}.codex-options-row{grid-template-columns:minmax(116px,1.1fr) minmax(88px,.8fr) minmax(96px,.8fr) minmax(210px,2fr) minmax(72px,.6fr) minmax(78px,.6fr) minmax(72px,.6fr)}.openclaw-options-row{grid-template-columns:minmax(116px,1.1fr) minmax(96px,.8fr) minmax(210px,2fr) minmax(78px,.6fr) minmax(72px,.6fr)}.codex-workspace-field{min-width:180px}.codex-check-control{display:inline-flex;align-items:center;justify-content:center;height:30px;border:1px solid rgba(219,234,211,.12);border-radius:7px;background:#060a08bd}.codex-check-control input[type=checkbox]{width:16px;height:16px;min-width:16px;accent-color:#8df5cf}.context-option-field{display:grid;gap:3px;min-width:0}.context-option-field span{color:#93aa9c;font-size:10px;font-weight:700}.context-option-field input,.context-option-field select{width:100%;min-width:0;height:30px;border:1px solid rgba(219,234,211,.12);border-radius:7px;padding:0 8px;outline:0;background:#060a08bd;color:#d9eadb;font-size:11px;font-weight:700}.context-option-field select option{background:#061008;color:#d9eadb}.command-field{display:grid;gap:4px}.command-field span{color:#a5b8aa;font-size:11px}.command-field input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:#fff8e1;font-size:15px}.command-field input::placeholder{color:#72867c}.send-button{background:#8df5cf24}.space-label,.satellite-label,.node-corner-label{display:grid;gap:2px;min-width:118px;max-width:172px;border:1px solid rgba(226,238,217,.14);border-radius:8px;padding:6px 8px;background:#040807a8;color:#f3f5dd;text-align:center;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transform:translateZ(0)}.space-label:hover,.satellite-label:hover,.space-label.is-selected,.satellite-label.is-selected,.node-corner-label:hover,.node-corner-label.is-selected{border-color:#f7d765ad}.node-corner-label{min-width:122px;max-width:188px;min-height:34px;padding:7px 10px;outline:0}.node-title-label{text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:800}.node-status-label{min-width:116px;text-align:right}.space-label-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:800}.node-text-card{width:min(260px,58vw);min-height:0;max-height:none;overflow:auto;border:0;border-radius:0;padding:0;background:transparent;color:#f3f5dd;font-size:14px;line-height:1.42;text-align:center;text-shadow:0 1px 3px rgba(0,0,0,.95),0 0 10px rgba(0,0,0,.72);-webkit-backdrop-filter:none;backdrop-filter:none}.node-text-editor{display:block;resize:none;outline:0;cursor:text;scrollbar-width:thin}.node-text-editor:focus{border-color:transparent;box-shadow:none}.node-text-card.is-selected{color:#fff7cf}.node-action-button{display:inline-flex;align-items:center;justify-content:center;width:78px;min-height:30px;border:1px solid rgba(255,244,197,.56);border-radius:7px;padding:5px 8px;background:#060a08d1;color:#fff7cf;font-size:11px;font-weight:800;line-height:1.1;text-align:center;cursor:pointer;box-shadow:0 8px 22px #0000005c}.node-action-button:hover{border-color:#8df5cfc7;background:#0c2420eb}.node-action-button.is-deny{border-color:#ff848480;color:#ffd4d4}.node-snooze-actions{display:flex;align-items:center;justify-content:center;gap:6px;max-width:min(260px,84vw);padding:5px;border:1px solid rgba(255,244,197,.42);border-radius:8px;background:#060a08db;box-shadow:0 10px 28px #00000061;pointer-events:auto}.node-snooze-button{display:inline-flex;align-items:center;justify-content:center;min-width:62px;min-height:30px;border:1px solid rgba(141,245,207,.36);border-radius:7px;padding:5px 8px;background:#0c2420bd;color:#e9fff5;font-size:11px;font-weight:800;line-height:1.1;text-align:center;cursor:pointer}.node-snooze-button:hover{border-color:#8df5cfc7;background:#143a32f2}.space-body-editor{--space-label-max-lines: 4}.space-body-editor::placeholder{color:#f3f5dd7a}.space-label-status{font-size:11px;font-weight:800;text-transform:none}.satellite-label{min-width:0;max-width:108px;padding:4px 6px;color:#deeadf;font-size:9px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.resonance-label{max-width:142px;border:1px solid rgba(141,245,207,.28);border-radius:999px;padding:4px 8px;background:#04080794;color:#bcf2dc;font-size:9px;font-weight:800;text-align:center;white-space:nowrap;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.tag-resonance-label{border-radius:8px;color:#8df5cf;opacity:.72}@media(pointer:coarse)and (max-width:980px),(pointer:coarse)and (max-height:620px){.node-text-card{font-size:11px;line-height:1.36}}@media(pointer:coarse)and (max-width:980px)and (orientation:portrait){.node-text-card{width:min(260px,30vw)}}@media(pointer:coarse)and (max-height:620px)and (orientation:landscape){.node-text-card{width:min(260px,15vw)}}.app-shell[data-theme=light]{color:#142338;background:radial-gradient(circle at 50% 46%,rgba(28,112,207,.08),transparent 34%),linear-gradient(180deg,#ffffffe6,#f1f7ffe0),#f7fbff}.app-shell[data-theme=light] .onboarding-center-pulse{border-color:#3a557052;background:radial-gradient(circle,rgba(255,255,255,.96) 0 3px,rgba(63,116,160,.22) 4px 16px,transparent 38px),radial-gradient(circle,rgba(28,112,207,.18),transparent 62%);box-shadow:0 0 38px #305d8a2e,inset 0 0 28px #ffffff6b}.app-shell[data-theme=light] .onboarding-center-pulse:before,.app-shell[data-theme=light] .onboarding-center-pulse:after{border-color:#3a557033}.app-shell[data-theme=light] .onboarding-message{color:#374657ad;text-shadow:0 1px 10px rgba(255,255,255,.9)}.app-shell[data-theme=light] .dataset-title-input{color:#15243a;text-shadow:0 1px 0 rgba(255,255,255,.75)}.app-shell[data-theme=light] .dataset-title-input:focus{color:#0b58a8}.app-shell[data-theme=light] .atlas-breadcrumb button,.app-shell[data-theme=light] .breadcrumb-ellipsis{color:#48617d}.app-shell[data-theme=light] .atlas-breadcrumb button:not(:first-child):before,.app-shell[data-theme=light] .breadcrumb-ellipsis:before{color:#48617d7a}.app-shell[data-theme=light] .atlas-breadcrumb button:hover,.app-shell[data-theme=light] .atlas-logo-crumb{color:#0b58a8!important}.app-shell[data-theme=light] .unread-notification-link{border-color:#3568a438;background:#fffc;color:#284b72;box-shadow:0 10px 28px #375a8224}.app-shell[data-theme=light] .unread-notification-link:hover{border-color:#0b58a861;color:#0b58a8}.app-shell[data-theme=light] .unread-notification-link.is-error{border-color:#b52b2b47;color:#9a2f2f}.app-shell[data-theme=light] .unread-notification-link.is-voice-log{border-color:#a4711247;color:#8a5b00}.app-shell[data-theme=light] .unread-notification-link.is-voice-log.is-error{border-color:#b52b2b47;color:#9a2f2f}.app-shell[data-theme=light] .unread-notification-link.is-codex{border-color:#0b63ce47;color:#0b63ce}.app-shell[data-theme=light] .unread-notification-link.is-openclaw{border-color:#087f5b47;color:#087f5b}.app-shell[data-theme=light] .unread-notification-link.is-done{border-color:#0d815847;color:#0a6f4c}.app-shell[data-theme=light] .focus-panel,.app-shell[data-theme=light] .minimap,.app-shell[data-theme=light] .event-strip,.app-shell[data-theme=light] .command-dock,.app-shell[data-theme=light] .mobile-workspace-tabs,.app-shell[data-theme=light] .voice-log-dialog,.app-shell[data-theme=light] .cloud-load-dialog,.app-shell[data-theme=light] .voice-settings-dialog{border-color:#3568a438;background:#ffffffc7;box-shadow:0 18px 64px #375a822e}.app-shell[data-theme=light] .context-menu{border-color:#3568a43d;background:#fffffff0;box-shadow:0 18px 48px #375a8233}.reminder-context-menu.theme-light{border-color:#3568a43d;background:#fffffff5;box-shadow:0 18px 48px #375a8238}.app-shell[data-theme=light] .context-menu button,.app-shell[data-theme=light] .context-menu label,.reminder-context-menu.theme-light button,.reminder-context-menu.theme-light label{color:#17283e}.app-shell[data-theme=light] .context-menu button:hover,.app-shell[data-theme=light] .context-menu label:hover{background:#1c70cf1a}.app-shell[data-theme=light] .context-menu button.is-active{background:#1c70cf24;color:#093c73}.reminder-context-menu.theme-light button:hover,.reminder-context-menu.theme-light label:hover{background:#1c70cf1a}.app-shell[data-theme=light] .context-menu button:disabled,.app-shell[data-theme=light] .context-menu button:disabled:hover{background:transparent}.reminder-context-menu.theme-light button:disabled,.reminder-context-menu.theme-light button:disabled:hover{background:transparent}.app-shell[data-theme=light] .context-menu-section,.app-shell[data-theme=light] .reminder-current,.reminder-context-menu.theme-light .reminder-current{border-bottom-color:#3568a429}.app-shell[data-theme=light] .context-menu-section-title,.app-shell[data-theme=light] .context-menu button small,.app-shell[data-theme=light] .surface-context-menu span,.app-shell[data-theme=light] .appearance-controls label,.app-shell[data-theme=light] .muted,.app-shell[data-theme=light] .preview-empty,.app-shell[data-theme=light] .event-chip-time,.app-shell[data-theme=light] .command-field span{color:#5c728d}.app-shell[data-theme=light] .theme-choice-row button.is-active{border-color:#1864be61;background:#1864be1f;color:#0b58a8}.app-shell[data-theme=light] .context-menu .destructive-menu-button{color:#a83222}.app-shell[data-theme=light] .context-menu .destructive-menu-button:hover{background:#ce43301a}.app-shell[data-theme=light] .icon-button,.app-shell[data-theme=light] .send-button,.app-shell[data-theme=light] .ghost-button,.app-shell[data-theme=light] .secondary-button,.app-shell[data-theme=light] .return-button,.app-shell[data-theme=light] .breadcrumb-row button{border-color:#2968b438;background:#ffffffa3;color:#17446f}.app-shell[data-theme=light] .mode-switch{border-color:#3568a429;background:#ffffff80}.app-shell[data-theme=light] .scope-select,.app-shell[data-theme=light] .context-option-field input,.app-shell[data-theme=light] .context-option-field select,.app-shell[data-theme=light] .voice-settings-field input,.app-shell[data-theme=light] .voice-settings-field select{border-color:#3568a429;background:#ffffff94;color:#1b334d}.app-shell[data-theme=light] .codex-check-control{border-color:#3568a429;background:#ffffff94}.app-shell[data-theme=light] .context-option-field span,.app-shell[data-theme=light] .voice-settings-field span,.app-shell[data-theme=light] .reminder-current span,.app-shell[data-theme=light] .reminder-date-field span,.app-shell[data-theme=light] .time-stepper span,.reminder-context-menu.theme-light .reminder-current span,.reminder-context-menu.theme-light .reminder-date-field span,.reminder-context-menu.theme-light .time-stepper span{color:#5c728d}.app-shell[data-theme=light] .reminder-current strong,.app-shell[data-theme=light] .reminder-time-separator,.app-shell[data-theme=light] .reminder-calendar-header strong,.app-shell[data-theme=light] .time-stepper input,.reminder-context-menu.theme-light .reminder-current strong,.reminder-context-menu.theme-light .reminder-time-separator,.reminder-context-menu.theme-light .reminder-calendar-header strong,.reminder-context-menu.theme-light .time-stepper input{color:#0b58a8}.app-shell[data-theme=light] .scope-select option,.app-shell[data-theme=light] .context-option-field select option,.app-shell[data-theme=light] .voice-settings-field select option{background:#fff;color:#1b334d}.app-shell[data-theme=light] .mode-switch button{color:#48617d}.app-shell[data-theme=light] .mode-switch button.is-active{background:#1864be1f;color:#0b58a8}.app-shell[data-theme=light] .mobile-workspace-tabs button{color:#48617d}.app-shell[data-theme=light] .mobile-workspace-tabs button.is-active{background:#1864be1f;color:#0b58a8}.app-shell[data-theme=light] .icon-button:hover,.app-shell[data-theme=light] .send-button:hover,.app-shell[data-theme=light] .ghost-button:hover,.app-shell[data-theme=light] .secondary-button:hover,.app-shell[data-theme=light] .return-button:hover,.app-shell[data-theme=light] .breadcrumb-row button:hover{border-color:#1864be85;background:#1864be1a}.app-shell[data-theme=light] .node-title-input,.app-shell[data-theme=light] .node-tags-input,.app-shell[data-theme=light] .node-body-input,.app-shell[data-theme=light] .surface-context-menu input[type=color],.app-shell[data-theme=light] .surface-context-menu select,.app-shell[data-theme=light] .reminder-date-field input,.app-shell[data-theme=light] .time-stepper input,.app-shell[data-theme=light] .appearance-controls input[type=color],.app-shell[data-theme=light] .appearance-controls select,.app-shell[data-theme=light] .command-field input,.reminder-context-menu.theme-light .reminder-date-field input,.reminder-context-menu.theme-light .time-stepper input{border-color:#3568a438;background:#ffffffb8;color:#142338}.app-shell[data-theme=light] .time-stepper button,.app-shell[data-theme=light] .reminder-quick-row button,.app-shell[data-theme=light] .reminder-calendar-header button,.app-shell[data-theme=light] .reminder-calendar-grid button,.app-shell[data-theme=light] .reminder-actions button,.reminder-context-menu.theme-light .time-stepper button,.reminder-context-menu.theme-light .reminder-quick-row button,.reminder-context-menu.theme-light .reminder-calendar-header button,.reminder-context-menu.theme-light .reminder-calendar-grid button,.reminder-context-menu.theme-light .reminder-actions button{border-color:#3568a42e;background:#1c70cf14}.app-shell[data-theme=light] .reminder-calendar,.reminder-context-menu.theme-light .reminder-calendar{border-color:#3568a429;background:#ffffff7a}.app-shell[data-theme=light] .reminder-calendar-weekdays span,.reminder-context-menu.theme-light .reminder-calendar-weekdays span{color:#5c728d}.app-shell[data-theme=light] .reminder-calendar-grid button,.reminder-context-menu.theme-light .reminder-calendar-grid button{color:#17283e}.app-shell[data-theme=light] .reminder-calendar-grid button.is-outside,.reminder-context-menu.theme-light .reminder-calendar-grid button.is-outside{color:#7b8da2}.app-shell[data-theme=light] .reminder-calendar-grid button.is-selected,.reminder-context-menu.theme-light .reminder-calendar-grid button.is-selected{border-color:#0b58a86b;background:#1864be24;color:#0b58a8}.app-shell[data-theme=light] .reminder-actions button:last-child{border-color:#b52b2b38;background:#b52b2b0f;color:#9a2f2f}.reminder-context-menu.theme-light .reminder-actions button:last-child{border-color:#b52b2b38;background:#b52b2b0f;color:#9a2f2f}.app-shell[data-theme=light] .node-body-input::placeholder,.app-shell[data-theme=light] .node-tags-input::placeholder,.app-shell[data-theme=light] .command-field input::placeholder{color:#1423387a}.app-shell[data-theme=light] .panel-header h2,.app-shell[data-theme=light] .panel-section p,.app-shell[data-theme=light] .status-row,.app-shell[data-theme=light] .artifact-button,.app-shell[data-theme=light] .resonance-button,.app-shell[data-theme=light] .event-chip{color:#142338}.app-shell[data-theme=light] .panel-section,.app-shell[data-theme=light] .surface-details{border-top-color:#3568a429}.app-shell[data-theme=light] .panel-section h3,.app-shell[data-theme=light] .surface-details summary,.app-shell[data-theme=light] .event-strip-header strong,.app-shell[data-theme=light] .artifact-preview-title,.app-shell[data-theme=light] .attachment-preview strong{color:#0b58a8}.app-shell[data-theme=light] .panel-preview-frame,.app-shell[data-theme=light] .artifact-preview,.app-shell[data-theme=light] .event-preview,.app-shell[data-theme=light] .attachment-preview{border-color:#3568a42e;background:#f6faffd1}.app-shell[data-theme=light] .artifact-button,.app-shell[data-theme=light] .resonance-button,.app-shell[data-theme=light] .event-chip{border-color:#3568a429;background:#ffffffad}.app-shell[data-theme=light] .artifact-button:hover,.app-shell[data-theme=light] .resonance-button:hover,.app-shell[data-theme=light] .event-chip:hover{border-color:#1864be6b;background:#1864be14}.app-shell[data-theme=light] .artifact-preview-body span{border-left-color:#1864be7a;background:#1864be14;color:#1b334d}.app-shell[data-theme=light] .decision-section{border-color:#1864be33;background:#1864be14}.app-shell[data-theme=light] .tag-row span,.app-shell[data-theme=light] .resonance-label{border-color:#1864be38;background:#1864be14;color:#0b58a8}.app-shell[data-theme=light] .attachment-preview span,.app-shell[data-theme=light] .attachment-preview p,.app-shell[data-theme=light] .event-preview-meta span,.app-shell[data-theme=light] .event-strip-header{color:#5c728d}.app-shell[data-theme=light] .ai-node-status{border-color:#1864be2e;background:#1864be14;color:#1f4164}.app-shell[data-theme=light] .ai-node-status:hover,.app-shell[data-theme=light] .ai-node-status[aria-expanded=true]{border-color:#1864be57;background:#1864be21}.app-shell[data-theme=light] .ai-node-status b{color:#0b58a8}.app-shell[data-theme=light] .status-context-menu button.is-active{border-color:#0b58a852;background:#1864be21;color:#0b58a8}.app-shell[data-theme=light] .attachment-remove{border-color:#b9362633;background:#ffffffd1;color:#a83222}.app-shell[data-theme=light] .minimap-space{border-color:#1864be2e;background:radial-gradient(circle at center,rgba(24,100,190,.18) 0 2px,transparent 3px),radial-gradient(circle at center,transparent 0 34%,rgba(24,100,190,.14) 34% 35%,transparent 36% 67%,rgba(24,100,190,.1) 67% 68%,transparent 69%),#f6faffdb}.app-shell[data-theme=light] .minimap-viewport{border-color:#1864bee6;box-shadow:0 0 12px #1864be52}.app-shell[data-theme=light] .node-text-card{color:#13243a;text-shadow:0 1px 0 rgba(255,255,255,.9),0 0 9px rgba(255,255,255,.95)}.app-shell[data-theme=light] .node-text-card.is-selected{color:#0b58a8}.app-shell[data-theme=light] .node-action-button{border-color:#2968b44d;background:#ffffffc7;color:#17446f}.app-shell[data-theme=light] .node-action-button:hover{border-color:#1475787a;background:#e2f6f1e6}.app-shell[data-theme=light] .node-snooze-actions{border-color:#2968b43d;background:#ffffffe0;box-shadow:0 10px 28px #204c782e}.app-shell[data-theme=light] .node-snooze-button{border-color:#1864be47;background:#f0f7ffe6;color:#17446f}.app-shell[data-theme=light] .node-snooze-button:hover{border-color:#1475787a;background:#e2f6f1f0}.app-shell[data-theme=light] .space-body-editor::placeholder{color:#13243a7a}.app-shell[data-theme=light] .space-label,.app-shell[data-theme=light] .satellite-label,.app-shell[data-theme=light] .node-corner-label{border-color:#1864be33;background:#ffffffc2;color:#142338}.app-shell[data-theme=light] .space-label:hover,.app-shell[data-theme=light] .satellite-label:hover,.app-shell[data-theme=light] .space-label.is-selected,.app-shell[data-theme=light] .satellite-label.is-selected,.app-shell[data-theme=light] .node-corner-label:hover,.app-shell[data-theme=light] .node-corner-label.is-selected{border-color:#1864be94}@media(max-width:980px)and (orientation:portrait){.app-shell{--mobile-panel-height: min(34dvh, 276px);height:var(--app-height)}.top-bar{top:12px;left:12px;right:12px}.atlas-breadcrumb.is-mobile-portrait{position:fixed;top:calc(52px + env(safe-area-inset-top));right:calc(12px + env(safe-area-inset-right));left:auto;display:flex;flex-direction:column;align-items:flex-end;max-width:min(38vw,168px);max-height:calc(var(--app-height) - 132px - env(safe-area-inset-top) - env(safe-area-inset-bottom));overflow:hidden;gap:6px;margin:0;pointer-events:auto}.atlas-breadcrumb.is-mobile-portrait button,.atlas-breadcrumb.is-mobile-portrait .breadcrumb-ellipsis{max-width:100%;overflow:hidden;text-align:right;text-overflow:ellipsis;white-space:nowrap}.atlas-breadcrumb.is-mobile-portrait button:not(:first-child):before,.atlas-breadcrumb.is-mobile-portrait .breadcrumb-ellipsis:before{content:"";margin:0}.unread-notification-links{max-width:calc(100vw - 24px - env(safe-area-inset-left) - env(safe-area-inset-right))}.top-stats{display:none}.focus-panel{top:auto;right:12px;bottom:12px;left:12px;display:grid;grid-template-rows:auto minmax(0,1fr);gap:10px;width:auto;height:34vh;max-height:34vh;padding:12px}.global-menu{top:12px;right:12px}.mobile-workspace-panel{position:absolute;left:calc(12px + env(safe-area-inset-left));right:calc(12px + env(safe-area-inset-right));bottom:calc(12px + env(safe-area-inset-bottom));z-index:6;display:grid;grid-template-rows:auto minmax(0,1fr);gap:8px;height:var(--mobile-panel-height);max-height:calc(var(--app-height) - 92px - env(safe-area-inset-top) - env(safe-area-inset-bottom));pointer-events:none;transition:opacity .62s cubic-bezier(.22,1,.36,1),transform .62s cubic-bezier(.22,1,.36,1);animation:mobile-panel-rise-in .62s cubic-bezier(.22,1,.36,1) both}.mobile-workspace-panel.is-closing{animation:none;opacity:0;pointer-events:none;transform:translateY(18px)}.app-shell:has(.mobile-workspace-panel[data-active-tab=command]){--mobile-panel-height: min(30dvh, 236px)}.app-shell:has(.mobile-workspace-panel[data-active-tab=editor]){--mobile-panel-height: min(42dvh, 336px)}.app-shell[data-focus-panel=closed]:has(.mobile-workspace-panel[data-active-tab=editor]){--mobile-panel-height: 46px}.app-shell[data-focus-panel=closed] .mobile-workspace-panel[data-active-tab=editor]{grid-template-rows:auto;height:auto}.app-shell[data-focus-panel=closed] .mobile-workspace-panel[data-active-tab=editor] .mobile-editor-slot{display:none}.mobile-workspace-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;min-height:38px;border:1px solid rgba(219,234,211,.13);border-radius:8px;padding:4px;background:#060a08c2;box-shadow:0 14px 48px #00000052;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);pointer-events:auto}.mobile-workspace-tabs button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-width:0;min-height:30px;border:0;border-radius:6px;background:transparent;color:#aabdad;cursor:pointer;font-size:12px;font-weight:800}.mobile-workspace-tabs button.is-active{background:#8df5cf24;color:#fff4c5}.mobile-panel-slot{min-height:0;pointer-events:auto}.mobile-panel-slot[aria-hidden=true]{display:none}.mobile-panel-slot[aria-hidden=false]{display:block}.panel-preview-frame{min-height:0}.panel-header{gap:10px;margin-bottom:10px}.panel-header h2{font-size:20px}.status-row{margin-bottom:10px}.panel-section{margin-top:10px;padding-top:10px}.panel-section p{font-size:13px;line-height:1.45}.decision-section,.artifact-preview,.event-preview{padding:10px}.minimap{left:12px;bottom:calc(var(--mobile-panel-height) + 64px + env(safe-area-inset-bottom));width:132px}.minimap-space{width:76px;height:76px}.event-strip{display:none}.command-dock{position:static;width:100%;max-height:100%;overflow:auto;grid-template-columns:auto minmax(0,1fr) auto;gap:7px;padding:8px;transform:none}.command-field{gap:2px}.command-field span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.focus-panel{position:static;display:grid;grid-template-rows:auto minmax(0,1fr) minmax(58px,.34fr);gap:8px;width:100%;height:100%;max-height:none;overflow:hidden;padding:10px}.app-shell[data-focus-panel=closed] .mobile-editor-slot .focus-panel.is-hidden{display:none}.panel-text-section{display:block}.node-body-input{min-height:0;resize:none}.mode-switch{grid-column:1 / -1;min-width:0;order:4}.scope-select{grid-column:1 / -1;width:100%;height:34px;order:5}.context-options-row,.codex-options-row{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:620px)and (orientation:portrait){h1{font-size:24px}.minimap{display:none}.command-dock{grid-template-columns:auto minmax(0,1fr) auto}.command-dock:has(.context-options-row),.command-dock:has(.codex-options-row),.command-dock:has(.openclaw-options-row){max-height:100%}.command-field input{font-size:14px}.focus-panel{height:100%;max-height:none}.reminder-context-menu.is-mobile{position:fixed;top:calc(78px + env(safe-area-inset-top));right:calc(10px + env(safe-area-inset-right));bottom:auto;left:calc(10px + env(safe-area-inset-left));width:auto;min-height:0;max-height:min(430px,calc(var(--app-height) - 118px - env(safe-area-inset-top) - env(safe-area-inset-bottom)));overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.reminder-context-menu.is-mobile .reminder-current{padding-bottom:7px}.reminder-context-menu.is-mobile .reminder-date-field input{min-height:32px}.reminder-context-menu.is-mobile .reminder-time-picker{gap:6px}.reminder-context-menu.is-mobile .time-stepper{grid-template-rows:auto 26px 36px 26px;gap:4px}.reminder-context-menu.is-mobile .time-stepper input{font-size:20px}.reminder-context-menu.is-mobile .reminder-time-separator{padding-bottom:27px}.reminder-context-menu.is-mobile .reminder-actions{grid-template-columns:repeat(3,minmax(0,1fr))}.reminder-context-menu.is-mobile .reminder-actions button{min-height:30px;padding:6px 5px;font-size:11px;text-align:center}.reminder-context-menu.is-mobile .reminder-calendar{display:none}}@media(max-height:620px)and (orientation:landscape){.app-shell{height:var(--app-height)}.top-bar{top:calc(8px + env(safe-area-inset-top));left:14px;right:316px;gap:12px}h1{font-size:28px}.top-stats{max-width:330px;gap:6px}.top-stats span{padding:6px 8px;font-size:11px}.mobile-workspace-panel{position:absolute;top:calc(8px + env(safe-area-inset-top));right:12px;bottom:calc(8px + env(safe-area-inset-bottom));z-index:6;display:grid;grid-template-rows:auto minmax(0,1fr);gap:8px;width:min(292px,33vw);max-height:calc(var(--app-height) - 16px - env(safe-area-inset-top) - env(safe-area-inset-bottom));pointer-events:none;transition:opacity .72s cubic-bezier(.22,1,.36,1),transform .72s cubic-bezier(.22,1,.36,1);animation:mobile-panel-slide-in .72s cubic-bezier(.22,1,.36,1) both}.mobile-workspace-panel.is-closing{animation:none;opacity:0;pointer-events:none;transform:translate(calc(100% + 24px))}.app-shell[data-focus-panel=closed] .mobile-workspace-panel[data-active-tab=editor]{top:auto;left:calc(12px + env(safe-area-inset-left));right:calc(12px + env(safe-area-inset-right));bottom:calc(12px + env(safe-area-inset-bottom));grid-template-rows:auto;width:auto;height:auto;max-height:none;animation:mobile-panel-rise-in .62s cubic-bezier(.22,1,.36,1) both}.app-shell[data-focus-panel=closed] .mobile-workspace-panel[data-active-tab=editor].is-closing{animation:none;transform:translateY(18px)}.app-shell[data-focus-panel=closed] .mobile-workspace-panel[data-active-tab=editor] .mobile-editor-slot{display:none}.mobile-workspace-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;min-height:36px;border:1px solid rgba(219,234,211,.13);border-radius:8px;padding:4px;background:#060a08c2;box-shadow:0 14px 48px #00000052;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);pointer-events:auto}.mobile-workspace-tabs button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-width:0;min-height:28px;border:0;border-radius:6px;background:transparent;color:#aabdad;cursor:pointer;font-size:12px;font-weight:800}.mobile-workspace-tabs button.is-active{background:#8df5cf24;color:#fff4c5}.mobile-panel-slot{min-height:0;pointer-events:auto}.mobile-panel-slot[aria-hidden=true]{display:none}.mobile-panel-slot[aria-hidden=false]{display:block}.focus-panel{position:static;display:grid;grid-template-rows:auto minmax(72px,1fr) minmax(48px,.52fr);gap:8px;width:100%;height:100%;max-height:none;overflow:hidden;padding:10px}.app-shell[data-focus-panel=closed] .mobile-editor-slot .focus-panel.is-hidden{display:none}.global-menu{top:calc(8px + env(safe-area-inset-top));right:calc(min(292px,33vw) + 24px)}.app-shell[data-focus-panel=closed] .global-menu{right:12px}.panel-header{margin-bottom:10px}.panel-header h2{font-size:20px}.status-row{margin-bottom:10px}.panel-section{margin-top:10px;padding-top:10px}.panel-section p{font-size:13px;line-height:1.45}.panel-text-section{min-height:0}.node-body-input{min-height:0;resize:none}.panel-preview-frame{min-height:0;padding:8px}.decision-section,.artifact-preview,.event-preview{padding:10px}.minimap{left:14px;bottom:calc(8px + env(safe-area-inset-bottom));width:142px;padding:9px}.minimap-space{width:78px;height:78px}.event-strip{display:none}.command-dock{position:static;width:100%;max-height:100%;overflow:auto;grid-template-columns:auto minmax(0,1fr) auto;gap:7px;padding:8px;transform:none}.command-field{gap:2px}.command-field span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mode-switch{grid-column:1 / -1;min-width:0;order:4}.scope-select{grid-column:1 / -1;width:100%;height:34px;order:5}.context-options-row,.codex-options-row{grid-template-columns:repeat(3,minmax(0,1fr))}.reminder-context-menu.is-mobile{position:fixed;top:calc(8px + env(safe-area-inset-top));right:calc(12px + env(safe-area-inset-right));bottom:calc(8px + env(safe-area-inset-bottom));left:auto;width:min(360px,calc(100vw - 24px - env(safe-area-inset-left) - env(safe-area-inset-right)));max-height:none;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.reminder-time-picker{gap:6px}.time-stepper{grid-template-rows:auto 28px 38px 28px}.time-stepper input{font-size:20px}.reminder-context-menu.is-mobile .reminder-calendar{display:none}}@media(max-width:980px){.outline-editor-header{align-items:stretch;flex-direction:column;gap:10px;padding:12px}.outline-editor-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.outline-editor-body{padding:12px 10px 78px}.outline-title-row{grid-template-columns:auto 28px 18px minmax(0,1fr)}.outline-body-row{grid-template-columns:auto 44px minmax(0,1fr)}.outline-indent-gutter{width:calc(var(--outline-depth) * 16px);background:repeating-linear-gradient(90deg,rgba(255,255,255,.07) 0,rgba(255,255,255,.07) 1px,transparent 1px,transparent 16px)}.outline-line-actions{display:none}.outline-mobile-toolbar{display:grid}.outline-title-row input{font-size:15px}.outline-body-row textarea{min-height:44px;font-size:14px}.outline-collapsed-note{margin-left:calc(var(--outline-depth) * 16px + 52px)}:root[data-keyboard-overlay-input=true] .app-shell{--mobile-panel-height: min(236px, calc(var(--app-height) - var(--keyboard-bottom-offset) - 92px - env(safe-area-inset-top) - env(safe-area-inset-bottom)));height:var(--app-height)}:root[data-keyboard-overlay-input=true] .app-shell:has(.mobile-workspace-panel[data-active-tab=command]){--mobile-panel-height: min(360px, max(276px, calc(var(--app-height) - var(--keyboard-bottom-offset) - 64px - env(safe-area-inset-top) - env(safe-area-inset-bottom))))}:root[data-keyboard-overlay-input=true] .app-shell:has(.mobile-workspace-panel[data-active-tab=editor]){--mobile-panel-height: min(336px, calc(var(--app-height) - var(--keyboard-bottom-offset) - 92px - env(safe-area-inset-top) - env(safe-area-inset-bottom)))}:root[data-keyboard-overlay-input=true] .top-bar{top:12px;left:12px;right:12px}:root[data-keyboard-overlay-input=true] .unread-notification-links{max-width:calc(100vw - 24px - env(safe-area-inset-left) - env(safe-area-inset-right))}:root[data-keyboard-overlay-input=true] .top-stats{display:none}:root[data-keyboard-overlay-input=true] .global-menu{top:12px;right:12px}:root[data-keyboard-overlay-input=true] .mobile-workspace-panel{position:absolute;top:auto;left:calc(12px + env(safe-area-inset-left));right:calc(12px + env(safe-area-inset-right));bottom:calc(12px + env(safe-area-inset-bottom) + var(--keyboard-bottom-offset));z-index:6;display:grid;grid-template-rows:auto minmax(0,1fr);gap:8px;width:var(--keyboard-panel-width, auto);min-width:0;max-width:calc(100vw - 24px - env(safe-area-inset-left) - env(safe-area-inset-right));height:var(--keyboard-panel-height, var(--mobile-panel-height));max-height:var(--keyboard-panel-height, calc(var(--app-height) - var(--keyboard-bottom-offset) - 92px - env(safe-area-inset-top) - env(safe-area-inset-bottom)));pointer-events:none;animation:mobile-panel-rise-in .62s cubic-bezier(.22,1,.36,1) both}:root[data-keyboard-overlay-space-label=true] .mobile-workspace-panel{display:none}:root[data-keyboard-overlay-input=true] .mobile-workspace-panel[data-active-tab=command]{max-height:var(--mobile-panel-height)}:root[data-keyboard-overlay-input=true] .mobile-workspace-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;min-height:38px;border:1px solid rgba(219,234,211,.13);border-radius:8px;padding:4px;background:#060a08c2;box-shadow:0 14px 48px #00000052;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);pointer-events:auto}:root[data-keyboard-overlay-input=true] .mobile-workspace-tabs button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-width:0;min-height:30px;border:0;border-radius:6px;background:transparent;color:#aabdad;cursor:pointer;font-size:12px;font-weight:800}:root[data-keyboard-overlay-input=true] .mobile-workspace-tabs button.is-active{background:#8df5cf24;color:#fff4c5}:root[data-keyboard-overlay-input=true] .mobile-panel-slot{min-height:0;pointer-events:auto}:root[data-keyboard-overlay-input=true] .mobile-panel-slot[aria-hidden=true]{display:none}:root[data-keyboard-overlay-input=true] .mobile-panel-slot[aria-hidden=false]{display:block}:root[data-keyboard-overlay-input=true] .minimap{display:none}:root[data-keyboard-overlay-input=true] .event-strip{display:none}:root[data-keyboard-overlay-portrait=true] .atlas-breadcrumb{position:fixed;top:calc(52px + env(safe-area-inset-top));right:calc(12px + env(safe-area-inset-right));left:auto;display:flex;flex-direction:column;align-items:flex-end;max-width:min(38vw,168px);max-height:calc(var(--app-height) - 132px - env(safe-area-inset-top) - env(safe-area-inset-bottom));overflow:hidden;gap:6px;margin:0;pointer-events:auto}:root[data-keyboard-overlay-portrait=true] .atlas-breadcrumb button,:root[data-keyboard-overlay-portrait=true] .atlas-breadcrumb .breadcrumb-ellipsis{max-width:100%;overflow:hidden;text-align:right;text-overflow:ellipsis;white-space:nowrap}:root[data-keyboard-overlay-portrait=true] .atlas-breadcrumb button:not(:first-child):before,:root[data-keyboard-overlay-portrait=true] .atlas-breadcrumb .breadcrumb-ellipsis:before{content:"";margin:0}:root[data-keyboard-overlay-input=true] .command-dock{position:static;width:100%;max-height:100%;overflow:auto;align-content:start;grid-template-columns:auto minmax(0,1fr) auto;gap:7px;padding:8px;transform:none}:root[data-keyboard-overlay-input=true] .command-field{gap:2px}:root[data-keyboard-overlay-input=true] .command-field input{min-height:36px;padding:4px 0}:root[data-keyboard-overlay-input=true] .command-field span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:root[data-keyboard-overlay-input=true] .focus-panel{position:static;display:grid;grid-template-rows:auto minmax(0,1fr) minmax(58px,.34fr);gap:8px;width:100%;height:100%;max-height:none;overflow:hidden;padding:10px}:root[data-keyboard-overlay-input=true] .app-shell[data-focus-panel=closed] .mobile-editor-slot .focus-panel.is-hidden{display:none}:root[data-keyboard-overlay-input=true] .panel-preview-frame,:root[data-keyboard-overlay-input=true] .panel-text-section{min-height:0}:root[data-keyboard-overlay-input=true] .panel-header{gap:10px;margin-bottom:10px}:root[data-keyboard-overlay-input=true] .panel-header h2{font-size:20px}:root[data-keyboard-overlay-input=true] .status-row{margin-bottom:10px}:root[data-keyboard-overlay-input=true] .panel-section{margin-top:10px;padding-top:10px}:root[data-keyboard-overlay-input=true] .panel-section p{font-size:13px;line-height:1.45}:root[data-keyboard-overlay-input=true] .decision-section,:root[data-keyboard-overlay-input=true] .artifact-preview,:root[data-keyboard-overlay-input=true] .event-preview{padding:10px}:root[data-keyboard-overlay-input=true] .node-body-input{min-height:0;resize:none}:root[data-keyboard-overlay-input=true] .mode-switch{grid-column:1 / -1;min-width:0;order:4}:root[data-keyboard-overlay-input=true] .scope-select{grid-column:1 / -1;width:100%;height:34px;order:5}:root[data-keyboard-overlay-input=true] .context-options-row,:root[data-keyboard-overlay-input=true] .codex-options-row,:root[data-keyboard-overlay-input=true] .openclaw-options-row{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:620px){:root[data-keyboard-overlay-input=true] h1{font-size:24px}:root[data-keyboard-overlay-input=true] .minimap{display:none}:root[data-keyboard-overlay-input=true] .command-dock{grid-template-columns:auto minmax(0,1fr) auto}:root[data-keyboard-overlay-input=true] .command-dock:has(.context-options-row),:root[data-keyboard-overlay-input=true] .command-dock:has(.codex-options-row),:root[data-keyboard-overlay-input=true] .command-dock:has(.openclaw-options-row){max-height:100%}:root[data-keyboard-overlay-input=true] .command-field input{font-size:14px}}
