/* SPDX-FileCopyrightText: 2026 Arnold Bagabaldo */
/* SPDX-License-Identifier: LicenseRef-GoOffice-Proprietary */

.go-context-slot { min-width: 0; }
.go-context-card { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 16px; border: 1px solid color-mix(in srgb, #0b7fb3 28%, var(--go-border, #d6e1eb)); border-radius: 8px; background: color-mix(in srgb, var(--go-surface, #fff) 92%, #dff4ff); color: var(--go-ink, #10223a); }
.go-context-card-copy { display: grid; gap: 2px; min-width: 0; }
.go-context-card .eyebrow { margin: 0; font-size: 10px; }
.go-context-card strong { font-size: 14px; }
.go-context-card small { color: var(--go-muted, #5e6d82); line-height: 1.35; }
.go-context-card-actions, .go-context-dialog-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; flex: 0 0 auto; }
.go-context-button { display: inline-flex; justify-content: center; align-items: center; min-height: 34px; padding: 0 11px; border: 1px solid var(--go-border, #cbd5e1); border-radius: 7px; background: transparent; color: var(--go-ink, #10223a); font: inherit; font-size: 12px; font-weight: 800; text-decoration: none; cursor: pointer; }
.go-context-button.primary { border-color: #0577b3; background: #0577b3; color: #fff; }
.go-context-notice { grid-column: 1 / -1; color: #087458 !important; }
.go-context-dialog { width: min(92vw, 560px); max-height: min(78vh, 680px); border: 1px solid var(--go-border, #cbd5e1); border-radius: 10px; padding: 0; background: var(--go-surface, #fff); color: var(--go-ink, #10223a); box-shadow: 0 24px 72px rgba(10, 33, 57, .3); }
.go-context-dialog::backdrop { background: rgba(9, 22, 39, .55); }
.go-context-dialog-head { display: flex; justify-content: space-between; gap: 16px; align-items: flex-start; padding: 18px 18px 12px; border-bottom: 1px solid var(--go-border, #d6e1eb); }
.go-context-dialog-head .eyebrow, .go-context-dialog-head h2 { margin: 0; }
.go-context-dialog-head h2 { font-size: 20px; }
.go-context-icon { width: 34px; height: 34px; border: 0; border-radius: 7px; background: transparent; color: inherit; font-size: 24px; cursor: pointer; }
.go-context-dialog-intro, .go-context-list { margin: 14px 18px; }
.go-context-dialog-intro { color: var(--go-muted, #5e6d82); line-height: 1.45; }
.go-context-list { display: grid; gap: 8px; max-height: 42vh; overflow: auto; overscroll-behavior: contain; }
.go-context-list a { display: grid; gap: 2px; padding: 11px; border: 1px solid var(--go-border, #d6e1eb); border-radius: 7px; color: inherit; text-decoration: none; }
.go-context-list a span { font-size: 11px; color: #0877aa; font-weight: 800; text-transform: uppercase; }
.go-context-list a strong { font-size: 14px; }
.go-context-list a small, .go-context-empty { color: var(--go-muted, #5e6d82); }
.go-context-link-form { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin: 14px 18px; padding: 13px; border: 1px solid var(--go-border, #d6e1eb); border-radius: 7px; }
.go-context-link-form strong { grid-column: 1 / -1; font-size: 13px; }
.go-context-link-form label { display: grid; gap: 4px; color: var(--go-muted, #5e6d82); font-size: 11px; font-weight: 800; }
.go-context-link-form input, .go-context-link-form select { min-width: 0; height: 34px; padding: 0 8px; border: 1px solid var(--go-border, #cbd5e1); border-radius: 6px; background: transparent; color: inherit; font: inherit; }
.go-context-link-form button { grid-column: 1 / -1; justify-self: start; }
.go-context-dialog-actions { justify-content: flex-end; padding: 14px 18px 18px; }
.go-chat-app .go-context-card, .go-workboards-app .go-context-card { background: #11263a; border-color: #2c4963; color: #eef7ff; }
.go-chat-app .go-context-card small, .go-workboards-app .go-context-card small { color: #afc4d4; }
.go-chat-app .go-context-dialog, .go-workboards-app .go-context-dialog { background: #102237; color: #eef7ff; border-color: #2b4863; }
.go-chat-app .go-context-button, .go-workboards-app .go-context-button { border-color: #38546f; color: #eef7ff; }
@media (max-width: 640px) { .go-context-card { align-items: flex-start; flex-direction: column; gap: 10px; padding: 12px; } .go-context-card-actions { width: 100%; } .go-context-button { flex: 1 1 auto; } .go-context-dialog { width: calc(100vw - 24px); max-height: 82dvh; } .go-context-link-form { grid-template-columns: 1fr; } }
