:root{--sidebar-collapsed-width:56px;--orchestor-app-switcher-height:57px;--app-bg:#f7f7f8;--sidebar-bg:#ffffff;--sidebar-border:#e3e5e8;--text-primary:#202329;--text-secondary:#4d535d;--text-muted:#6a707a;--active-bg:#2f343c;--active-text:#ffffff;--hover-bg:rgb(0 0 0/4%);--hover-bg-strong:rgb(0 0 0/6%);--table-row-hover-bg:#f1f3f5;--table-row-selected-bg:#e9edf1;--line:#e8eaed;--accent:#5e646e;--accent-soft:color-mix(in srgb,var(--accent) 14%,transparent);--badge-bg:#eceff2;--badge-text:#40464f;--icon-chip-bg:#eef0f2;--icon-chip-hover-bg:#e5e8eb;--button-bg:#ffffff;--card-bg:#ffffff;--placeholder-bg-1:#f7f7f8;--placeholder-bg-2:#eff1f3;--danger-text:#b42318;--danger-bg-soft:#fff3f3;--danger-border:#f0c6c2;--bg:var(--app-bg);--surface:var(--card-bg);--surface-bg:var(--card-bg);--surface-elevated:var(--card-bg);--surface-muted:color-mix(in srgb,var(--hover-bg-strong) 72%,var(--card-bg) 28%);--surface-hover:var(--hover-bg-strong);--surface-selected:var(--table-row-selected-bg);--workspace-bg:var(--card-bg);--topbar-bg:var(--card-bg);--topbar-border:var(--line);--subbar-bg:var(--card-bg);--subbar-border:var(--line);--toolbar-control-bg:var(--button-bg);--toolbar-control-border:var(--line);--description-bg:var(--badge-bg);--border:var(--line);--text:var(--text-primary);--text-faint:var(--text-muted);--text-inverse:var(--active-text);--shadow-elevated:0 14px 28px rgba(23,23,23,0.12)}html[data-theme=dark]{--app-bg:#17191d;--sidebar-bg:#14161a;--sidebar-border:#2b2f36;--text-primary:#e6e8ec;--text-secondary:#b0b6bf;--text-muted:#8d94a0;--active-bg:#3e444e;--active-text:#ffffff;--hover-bg:rgb(255 255 255/5%);--hover-bg-strong:rgb(255 255 255/8%);--table-row-hover-bg:#232830;--table-row-selected-bg:#2a3039;--line:#2a2e35;--accent:#afb5be;--badge-bg:#2a2f36;--badge-text:#d8dde4;--icon-chip-bg:#252a31;--icon-chip-hover-bg:#303641;--button-bg:#1b1f25;--card-bg:#1b1f25;--placeholder-bg-1:#17191d;--placeholder-bg-2:#101216;--danger-text:#ff8a80;--danger-bg-soft:#2f1618;--danger-border:#5a2528;--shadow-elevated:0 14px 28px rgba(0,0,0,0.35)}html[data-theme=onyx]{--app-bg:#0b0c0e;--sidebar-bg:#000000;--sidebar-border:#1b1e23;--text-primary:#f2f4f7;--text-secondary:#b7bdc8;--text-muted:#8f97a3;--active-bg:#4a515c;--active-text:#ffffff;--hover-bg:rgb(255 255 255/6%);--hover-bg-strong:rgb(255 255 255/10%);--table-row-hover-bg:#171b21;--table-row-selected-bg:#1d232b;--line:#1b1e23;--accent:#c9ced7;--badge-bg:#20242b;--badge-text:#e4e8ee;--icon-chip-bg:#15191f;--icon-chip-hover-bg:#1f252e;--button-bg:#0f1216;--card-bg:#0f1216;--placeholder-bg-1:#0b0c0e;--placeholder-bg-2:#060708;--danger-text:#ff9b92;--danger-bg-soft:#2a1114;--danger-border:#582126;--shadow-elevated:0 16px 32px rgba(0,0,0,0.48)}body,html{margin:0;min-height:100%;height:100%;overflow:hidden;overscroll-behavior:none}body{font-family:Hiragino Kaku Gothic ProN,Yu Gothic,Meiryo,Noto Sans JP,system-ui,-apple-system,Segoe UI,sans-serif;background:var(--app-bg);color:var(--text-primary);transition:background-color .2s ease,color .2s ease}a{color:inherit}button,input,select{font:inherit}.page-shell{min-height:100vh;height:100vh;display:flex;flex-direction:column;overflow:hidden}.orchestor-sidebar{position:fixed;top:var(--orchestor-app-switcher-height);left:0;width:var(--sidebar-width);height:calc(100vh - var(--orchestor-app-switcher-height));border-right:1px solid var(--sidebar-border);background:var(--sidebar-bg);box-shadow:none;z-index:20;transition:width .22s ease,border-color .16s ease,background-color .16s ease}html[data-shell-sidebar-resizing=true] .orchestor-sidebar,html[data-shell-sidebar-resizing=true] .orchestor-workspace-sidebar,html[data-shell-sidebar-resizing=true] .orchestor-workspace-sidebar-resize-handle:before{transition:none!important}.orchestor-sidebar-body,.orchestor-sidebar-expanded{height:100%}.orchestor-sidebar-body{display:flex;flex-direction:column}.orchestor-sidebar-header{display:flex;justify-content:space-between;align-items:center;height:54px;box-sizing:border-box;padding:8px 12px;border-bottom:1px solid var(--line)}.header-actions{display:inline-flex;align-items:center;gap:8px}.header-actions .icon-button{width:35px;height:35px;border:0;background:transparent}.header-actions .icon-button:hover{background:var(--hover-bg)}.brand-link,.brand-logo{display:inline-flex;align-items:center;justify-content:center}.brand-logo{width:32px;height:32px;border-radius:10px;font-size:14px;font-weight:700;color:#ffffff;background:linear-gradient(135deg,#7a818d,#454b55)}.brand-symbol{width:28px;height:28px;color:var(--accent);display:block}.icon-button{width:28px;height:28px;border-radius:8px;border:1px solid var(--line);background:var(--button-bg);color:var(--text-secondary);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .16s ease,color .16s ease,border-color .16s ease}.icon-button:hover{background:var(--hover-bg);color:var(--text-primary)}.icon-button-sm{width:24px;height:24px;border-radius:6px}.icon-16{width:16px;height:16px}.icon-14{width:14px;height:14px}.orchestor-sidebar-scroll{flex:1 1;overflow:auto;padding:12px 8px 10px;display:flex;flex-direction:column;min-height:0}.nav-group-wrap{margin-top:10px;margin-bottom:6px}.nav-group{display:flex;align-items:center;gap:4px;min-height:28px;padding:6px 8px;border-radius:8px;color:var(--text-secondary);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.nav-group:hover{background:transparent}.group-label{font-size:12px;font-weight:450;color:color-mix(in srgb,var(--text-muted) 84%,transparent);opacity:.82;transition:color .14s ease,opacity .14s ease,font-weight .14s ease}.nav-group:focus-visible .group-label,.nav-group:focus-within .group-label,.nav-group:hover .group-label,.nav-group[aria-expanded=true] .group-label{color:var(--text-secondary);opacity:1;font-weight:560}.group-chevron{color:var(--text-muted);display:inline-flex;align-items:center;justify-content:center;margin-left:2px;opacity:0;transition:opacity .14s ease;pointer-events:none}.nav-group-wrap:focus-within .group-chevron,.nav-group-wrap:hover .group-chevron,.nav-group:focus-visible .group-chevron,.nav-group:focus-within .group-chevron,.nav-group:hover .group-chevron{opacity:1}.nav-sub-list{display:flex;flex-direction:column;gap:2px;overflow:hidden;max-height:420px;opacity:1;transition:max-height .22s ease,opacity .18s ease}.nav-group-wrap[data-open=false] .nav-sub-list{max-height:0;opacity:0;pointer-events:none}.nav-link{min-height:34px;border-radius:8px;display:flex;align-items:center;padding-left:10px;padding-right:6px;color:var(--text-secondary);transition:background-color .16s ease,color .16s ease}.nav-link:hover{background:var(--hover-bg-strong);color:var(--text-primary)}html:not([data-theme=dark]):not([data-theme=onyx]) .nav-link:not(.nav-link-active):hover{background:#e9edf2;color:#1f2329}.nav-link-active,.nav-link-active:hover{background:var(--active-bg);color:var(--active-text)}.nav-icon-wrap{width:20px;height:20px;margin-right:8px;flex-shrink:0;color:var(--accent);display:inline-flex;align-items:center;justify-content:center;transition:color .16s ease}.nav-icon{width:20px;height:20px;stroke-width:1.9}.nav-link:hover .nav-icon-wrap{background:transparent;color:var(--accent)}.nav-link-active .nav-icon-wrap{background:transparent;color:var(--active-text)}.nav-link-active:hover .nav-icon-wrap{color:var(--active-text)}.nav-link-active .nav-icon,.nav-link-active:hover .nav-icon{color:#ffffff}.nav-link-text-wrap{flex:1 1;min-width:0}.nav-link-text-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.nav-link-text{font-size:13px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.new-badge{font-size:11px;color:var(--badge-text);background:var(--badge-bg);border-radius:4px;padding:1px 6px;white-space:nowrap}.orchestor-sidebar-collapsed{width:var(--sidebar-collapsed-width)}.orchestor-sidebar-collapsed .orchestor-sidebar-header{justify-content:center;padding:10px 6px;position:relative;gap:0}.orchestor-sidebar-collapsed .header-actions{position:absolute;inset:0;display:flex;justify-content:center;align-items:center;opacity:0;pointer-events:none;transition:opacity .12s ease}.orchestor-sidebar-collapsed .header-actions .icon-button{width:35px;height:35px}.orchestor-sidebar-collapsed .brand-link:focus-visible+.header-actions,.orchestor-sidebar-collapsed .brand-link:hover+.header-actions,.orchestor-sidebar-collapsed .orchestor-sidebar-header:focus-within .header-actions,.orchestor-sidebar-collapsed .orchestor-sidebar-header:hover .header-actions{opacity:1;pointer-events:auto}.orchestor-sidebar-collapsed .brand-link{transition:opacity .12s ease}.orchestor-sidebar-collapsed .orchestor-sidebar-header:focus-within .brand-link,.orchestor-sidebar-collapsed .orchestor-sidebar-header:hover .brand-link{opacity:0}.orchestor-sidebar-collapsed .orchestor-sidebar-scroll{padding:6px 6px 8px}.orchestor-sidebar-collapsed .sidebar-top-slot{display:none}.orchestor-sidebar-collapsed .home-row{margin-top:2px;padding-bottom:1px;margin-bottom:0}.orchestor-sidebar-collapsed .home-row-inner{justify-content:center;width:100%}.orchestor-sidebar-collapsed .home-row-inner .nav-link{flex:1 1;min-width:0}.orchestor-sidebar-collapsed .nav-group,.orchestor-sidebar-collapsed .voice-button{display:none}.orchestor-sidebar-collapsed .nav-group-wrap{margin-bottom:2px;margin-top:0}.orchestor-sidebar-collapsed .nav-sub-list{gap:4px}.orchestor-sidebar-collapsed .sidebar-groups{padding-top:0}.orchestor-sidebar-collapsed .nav-group-wrap[data-open=false] .nav-sub-list{max-height:420px;opacity:1;pointer-events:auto}.orchestor-sidebar-collapsed .nav-link{justify-content:center;padding-left:0;padding-right:0;margin-left:4px;margin-right:4px}.orchestor-sidebar-collapsed .nav-link:hover{background:var(--hover-bg-strong);color:var(--text-primary)}.orchestor-sidebar-collapsed .nav-link-active:hover{background:var(--active-bg);color:var(--active-text)}.orchestor-sidebar-collapsed .nav-icon-wrap{margin-right:0;width:18px;height:18px}.orchestor-sidebar-collapsed .nav-icon{width:18px;height:18px}.orchestor-sidebar-collapsed .nav-link-text-wrap{display:none}.orchestor-sidebar-collapsed .orchestor-sidebar-footer{display:flex;gap:8px;padding:8px 6px 10px;align-items:center}.orchestor-sidebar-collapsed .footer-box{width:100%;align-items:stretch;gap:4px}.orchestor-sidebar-collapsed .upgrade-wrap{width:100%;justify-content:stretch}.sidebar-top-slot{margin:0}.orchestor-workspace-shell{min-height:100vh;height:100vh;display:flex;flex-direction:column;overflow:hidden}.orchestor-workspace-body{position:relative;display:flex;flex:1 1 auto;min-height:0}.orchestor-workspace-body,.orchestor-workspace-sidebar{height:calc(100vh - var(--orchestor-app-switcher-height, 54px));overflow:hidden}.orchestor-workspace-sidebar{position:fixed;top:var(--orchestor-app-switcher-height,54px);left:0;width:var(--orchestor-shell-sidebar-current-width,var(--sidebar-width,220px));min-width:0;z-index:20}.orchestor-workspace-sidebar-resize-handle{position:fixed;top:var(--orchestor-app-switcher-height,54px);bottom:0;width:10px;cursor:col-resize;z-index:24;background:transparent}.orchestor-workspace-sidebar-resize-handle:before{content:"";position:absolute;top:0;bottom:0;left:4px;width:1px;border-radius:999px;background:color-mix(in srgb,var(--line) 88%,var(--text-muted) 12%);opacity:.55;transition:opacity .14s ease,background-color .14s ease,width .14s ease,left .14s ease}.orchestor-workspace-sidebar-resize-handle.is-active:before,.orchestor-workspace-sidebar-resize-handle:focus-visible:before,.orchestor-workspace-sidebar-resize-handle:hover:before{opacity:1;left:4px;width:1px;background:color-mix(in srgb,var(--text-muted) 72%,var(--line) 28%)}.orchestor-workspace-sidebar-resize-handle:focus-visible{outline:none}.orchestor-workspace-main,.orchestor-workspace-placeholder{flex:1 1 auto;width:100%;min-width:0;min-height:calc(100vh - var(--orchestor-app-switcher-height, 54px));height:calc(100vh - var(--orchestor-app-switcher-height, 54px));overflow:hidden}.orchestor-workspace-placeholder{padding:0;background:linear-gradient(180deg,var(--placeholder-bg-1) 0,var(--placeholder-bg-2) 100%);overscroll-behavior:none}:root{--color-bg:var(--bg);--color-surface:var(--surface);--color-surface-hover:var(--surface-hover);--color-border:var(--border);--color-text:var(--text);--color-text-secondary:var(--text-faint);--color-accent:var(--accent);--color-success:#0cce6b;--color-error:var(--danger-text);--color-warning:#f5a623;--radius:8px;--color-cancelled:#555;--sidebar-width:220px;--font-mono:"SF Mono","Fira Code","Fira Mono",Menlo,monospace}*{margin:0;padding:0;box-sizing:border-box}body{background:var(--color-bg);color:var(--color-text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased}a{color:var(--color-accent);text-decoration:none}a:hover{text-decoration:underline}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 5l3 3 3-3' stroke='%23888' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;padding-right:28px!important}