ot-app{display:block}.shell__avatar{display:inline-flex;padding:0;margin-bottom:8px}.shell__avatar .ot-avatar{width:38px;height:38px;border-radius:var(--ot-r-md)}.shell__spacer{flex:1}ot-settings{display:block}.route-center{min-height:100vh;display:grid;place-items:center;padding:var(--ot-sp-6)}.page{padding:var(--ot-sp-6) var(--ot-sp-4) var(--ot-sp-12)}.page--narrow{width:560px;max-width:100%;margin:0 auto}.page--center{display:grid;place-items:center;min-height:60vh}.page__placeholder{display:grid;place-items:center;min-height:60vh;gap:8px;text-align:center;color:var(--ot-ink-faint)}.bv{width:480px;max-width:100%;padding:var(--ot-sp-6)}.bv__head{display:flex;align-items:center;gap:10px;margin-bottom:var(--ot-sp-4)}.bv__icon{width:40px;height:40px;border-radius:var(--ot-r-md);flex:none;display:grid;place-items:center;background:var(--ot-lock-soft);color:var(--ot-lock)}.bv__title{margin:0;font-size:var(--ot-fs-16);font-weight:var(--ot-fw-bold)}.bv__sub{margin:2px 0 0;color:var(--ot-ink-muted);font-size:var(--ot-fs-12)}.bv__head .ot-status{margin-left:auto}.bv__panel{border:1px solid var(--ot-line);border-radius:var(--ot-r-md);background:var(--ot-surface-2);padding:2px var(--ot-sp-4);margin-bottom:var(--ot-sp-4)}.bv__scopes{display:flex;flex-wrap:wrap;gap:6px}.bv__note{display:flex;gap:8px;padding:10px 12px;margin-bottom:var(--ot-sp-4);border-radius:var(--ot-r-md);font-size:var(--ot-fs-12);line-height:1.5;background:var(--ot-bg-soft);color:var(--ot-ink-soft)}.bv__note--error{background:var(--ot-error-soft);color:var(--ot-error)}.bv__actions{display:flex;justify-content:flex-end;gap:8px}.chatblock{width:380px;max-width:100%;padding:var(--ot-sp-8) var(--ot-sp-6);display:grid;justify-items:center;gap:10px;text-align:center}.chatblock__icon{width:52px;height:52px;border-radius:var(--ot-r-lg);display:grid;place-items:center;background:var(--ot-lock-soft);color:var(--ot-lock)}.chatblock__title{margin:0;font-size:var(--ot-fs-16);font-weight:var(--ot-fw-bold)}.chatblock__sub{margin:0 0 var(--ot-sp-2);color:var(--ot-ink-muted);font-size:var(--ot-fs-13);max-width:260px}.handoff{width:560px;max-width:100%;padding:var(--ot-sp-6);display:grid;gap:var(--ot-sp-4)}.handoff__title{margin:0;font-size:var(--ot-fs-16);font-weight:var(--ot-fw-bold)}.handoff__command{min-height:104px;resize:vertical;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:var(--ot-fs-12);line-height:1.5}.shell{display:flex;height:100vh;overflow:hidden}.shell__side{width:var(--ot-side-w);flex:none;display:flex;flex-direction:column;align-items:center;gap:4px;padding:14px 0;border-right:1px solid var(--ot-line);background:var(--ot-bg-soft)}.shell__avatar{display:grid;place-items:center;margin-bottom:10px;cursor:default}.shell__avatar .ot-avatar{box-shadow:var(--ot-shadow-xs)}.shell__navbtn{position:relative;width:40px;height:40px;border:0;border-radius:var(--ot-r-md);cursor:pointer;display:grid;place-items:center;background:transparent;color:var(--ot-ink-muted);transition:background var(--ot-dur-fast) var(--ot-ease),color var(--ot-dur-fast) var(--ot-ease),box-shadow var(--ot-dur-fast) var(--ot-ease)}.shell__navbtn .ic{width:20px;height:20px}.shell__navbtn:hover{background:var(--ot-surface);color:var(--ot-ink);box-shadow:var(--ot-shadow-xs)}.shell__navbtn:focus-visible{outline:0;box-shadow:0 0 0 3px var(--ot-accent-soft)}.shell__navbtn:active{transform:scale(.94)}.shell__navbtn.is-active{background:var(--ot-surface);color:var(--ot-accent);box-shadow:var(--ot-shadow-xs)}.shell__navbtn.is-active:before{content:"";position:absolute;left:-14px;top:50%;transform:translateY(-50%);width:3px;height:18px;border-radius:0 3px 3px 0;background:var(--ot-accent)}.shell__navbtn--compose{background:var(--ot-accent);color:#fff;box-shadow:0 4px 12px var(--ot-accent-shadow);margin-bottom:6px}.shell__navbtn--compose:hover{background:var(--ot-accent-deep);color:#fff;box-shadow:0 4px 12px var(--ot-accent-shadow)}.shell__navbtn--compose.is-active{background:var(--ot-accent-deep);color:#fff}.shell__navbtn--compose.is-active:before{display:none}.shell__navbtn[data-tip]:after{content:attr(data-tip);position:absolute;left:calc(100% + 12px);top:50%;transform:translateY(-50%);padding:6px 10px;border-radius:var(--ot-r-xs);background:#131613eb;color:#fff;font-size:var(--ot-fs-12);font-weight:var(--ot-fw-semi);white-space:nowrap;opacity:0;pointer-events:none;z-index:100;transition:opacity var(--ot-dur-fast) var(--ot-ease)}.shell__navbtn[data-tip]:hover:after{opacity:1}.shell__badge{position:absolute;right:4px;top:4px;min-width:16px;height:16px;padding:0 4px;display:grid;place-items:center;border-radius:999px;color:#fff;background:var(--ot-error);border:2px solid var(--ot-bg-soft);font-size:10px;font-weight:var(--ot-fw-bold);line-height:1}.shell__main{flex:1;min-width:0;display:flex;flex-direction:column}.shell__top{display:flex;align-items:center;gap:10px;height:56px;flex:none;padding:0 20px;border-bottom:1px solid var(--ot-line);background:var(--ot-surface)}.shell__title{font-weight:var(--ot-fw-bold);font-size:var(--ot-fs-16)}.shell__top-actions{margin-left:auto}.shell__content{flex:1;min-height:0;overflow:auto;padding:var(--ot-sp-6)}.shell__main--plaza .shell__content,.shell__main--full .shell__content{padding:0}.shell__placeholder{display:grid;place-items:center;height:100%;color:var(--ot-ink-faint);font-size:var(--ot-fs-13);border:1px dashed var(--ot-line);border-radius:var(--ot-r-lg)}@media (max-width: 720px){.shell{flex-direction:column-reverse}.shell__side{width:100%;height:62px;flex-direction:row;justify-content:center;gap:8px;padding:8px 10px;border-right:0;border-top:1px solid var(--ot-line)}.shell__avatar{margin-right:auto;margin-bottom:0}.shell__spacer{flex:1}.shell__navbtn.is-active:before{left:50%;top:auto;bottom:-8px;transform:translate(-50%);width:18px;height:3px;border-radius:3px 3px 0 0}.shell__navbtn[data-tip]:after{display:none}.shell__main{min-height:0}.shell__content{padding:var(--ot-sp-4)}.shell__main--plaza .shell__content,.shell__main--full .shell__content{padding:0}}
