/* One quiet doorway to Sidekicks; conversation remains the primary surface. */
.sidekick-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-shrink:0;padding:8px 22px;border-bottom:1px solid var(--line,#d8dfd8);background:#f6f7f2;min-height:54px}
.sidekick-bar-label{font-size:12px;color:#526459}
.sidekick-launcher{display:inline-flex;align-items:center;gap:8px;min-height:36px;padding:6px 11px;border:1px solid #cbd8c9;border-radius:12px;background:#fffefa;color:#194f3c;font-weight:700;font-size:13px;cursor:pointer}
.sidekick-count{display:inline-grid;place-items:center;min-width:21px;height:21px;padding:0 4px;background:#edf2e9;border-radius:7px;font-size:11px}
.sidekick-shelf{display:grid;gap:10px}
.sidekick-shelf-card{display:flex;align-items:center;gap:13px;width:100%;min-width:0;padding:17px 14px;text-align:left;border:1px solid #d7ded3;border-radius:16px;background:#fffefa;color:#213b2f;cursor:pointer}
.sidekick-shelf-card>.grow{min-width:0;display:grid;gap:5px}.sidekick-shelf-card strong{font-size:16px}.shelf-headline{font-size:13px;color:#526459;overflow-wrap:anywhere}
.shelf-glyph{display:grid;place-items:center;flex:0 0 42px;width:42px;height:42px;border-radius:13px;background:#eaf1d8;font-weight:800;font-size:21px}
.sidekick-shelf-card[data-sidekick=trip] .shelf-glyph{background:#e9e1f7}.sidekick-shelf-card[data-sidekick=tambola] .shelf-glyph{background:#f3e7d7;font-size:16px}
.summary-pane{flex:1;min-height:0;overflow:auto;overscroll-behavior:contain;background:#f4f6ef}
.sidekick-shelf-card:hover,.sidekick-launcher:hover{background:#f2f5ea}.sidekick-shelf-card:focus-visible,.sidekick-launcher:focus-visible,.summary-source-link:focus-visible{outline:3px solid #326941;outline-offset:3px}
.decision-card{display:grid;gap:8px;max-width:480px!important}.decision-eyebrow{font-size:11px;font-weight:700;letter-spacing:.025em;color:#53624b}.decision-title{font-size:16px}.decision-actions{display:flex;gap:7px;flex-wrap:wrap;margin-top:3px}.decision-actions .btn{min-height:36px}.decision-source{margin:0;padding:12px 14px;border-left:3px solid #b4c78c;background:#f4f5ed;color:#465749;max-height:160px;overflow:auto;white-space:pre-wrap;overflow-wrap:anywhere}.trip-avatar{background:#e9e1f7;color:#4c3f6c}
.summary-source-link{border:0;background:transparent;color:#194f3c;padding:7px 0 2px;font:inherit;font-size:12px;font-weight:700;cursor:pointer;min-height:32px;text-align:left}.summary-quote{margin-bottom:8px}.summary-quote p{white-space:pre-wrap;overflow-wrap:anywhere}.summary-retry-context{padding:12px;border:1px solid #d7ded3;border-radius:12px;background:#f6f7f1;display:grid;gap:8px}
@media(max-width:600px){.sidekick-bar{padding:7px 13px;min-height:51px}.sidekick-bar .btn{padding:6px 9px;min-height:36px}.sidekick-shelf-card{padding:15px 12px}.decision-actions .btn{font-size:12px;padding:7px 9px}.sidekick-bar-label{font-size:11px}}
@media(forced-colors:active){.sidekick-launcher,.sidekick-shelf-card,.summary-retry-context{border:1px solid ButtonText}.decision-source{border-left-color:Highlight}.sidekick-count{border:1px solid CanvasText}}
