/* ============================================================================
   Office — supplemental components that EXTEND the HEXNET/Sneat design system.
   Only what the base theme doesn't ship:
     • Chrome-style project tabs
     • The Ctrl-K command palette
     • The Forge engineering workspace (pipeline, review items, timeline, evidence)
     • The Forge conversation (now one tool inside Forge — supporting role)
   Everything reuses the theme's own --hx-* tokens so it reads as native.
   ============================================================================ */

/* ── Chrome-style project tabs ────────────────────────────────────────────── */
.office-tabs { display: flex; align-items: flex-end; gap: 2px; padding: 6px 12px 0; background: transparent; overflow-x: auto; scrollbar-width: none; }
.office-tabs::-webkit-scrollbar { display: none; }
.office-tab {
    display: inline-flex; align-items: center; gap: 7px; height: 33px; padding: 0 9px 0 12px; max-width: 240px;
    border: 1px solid transparent; border-bottom: 0; border-radius: 8px 8px 0 0;
    color: var(--hx-text-3); font-size: .8rem; white-space: nowrap; background: transparent; text-decoration: none;
}
.office-tab .ti { font-size: 15px; color: var(--hx-text-3); }
.office-tab:hover { background: rgba(255,255,255,.6); color: var(--hx-text-2); text-decoration: none; }
.office-tab.active { background: var(--hx-surface); border-color: var(--hx-border); color: var(--hx-text); font-weight: 600; }
.office-tab.active .ti { color: var(--hx-blue); }
.office-tab .tclose { width: 18px; height: 18px; border-radius: 5px; border: 0; background: transparent; color: var(--hx-text-3); display: inline-flex; align-items: center; justify-content: center; }
.office-tab .tclose:hover { background: rgba(0,0,0,.08); color: var(--hx-text); }
.office-tab-new { width: 30px; height: 30px; margin-left: 3px; align-self: center; border: 0; background: transparent; border-radius: 7px; color: var(--hx-text-3); }
.office-tab-new:hover { background: rgba(255,255,255,.6); color: var(--hx-text); }
.office-search-btn { min-width: 260px; max-width: 460px; justify-content: flex-start !important; color: var(--hx-text-3) !important; }
.office-search-btn .ti { font-size: 17px; }
.avatar-xs { width: 26px !important; height: 26px !important; font-size: .7rem !important; }
.min-w-0 { min-width: 0; }
.btn-xs { padding: .12rem .45rem !important; font-size: .72rem !important; line-height: 1.4 !important; }

/* ── Command palette ──────────────────────────────────────────────────────── */
.cmdk-scrim { position: fixed; inset: 0; background: rgba(17,17,17,.4); z-index: 1090; display: none; }
.cmdk-scrim.open { display: block; }
.cmdk { position: fixed; left: 50%; top: 84px; transform: translateX(-50%); width: min(640px, 92vw); z-index: 1091;
    background: var(--hx-surface); border: 1px solid var(--hx-border); border-radius: 12px; box-shadow: var(--hx-shadow-float); overflow: hidden; }
.cmdk-input { display: flex; align-items: center; gap: 10px; padding: 14px 16px; border-bottom: 1px solid var(--hx-border); }
.cmdk-input .ti { color: var(--hx-text-3); font-size: 20px; }
.cmdk-input input { flex: 1 1 auto; border: 0; outline: 0; font: inherit; font-size: 1rem; background: transparent; }
.cmdk-body { max-height: 52vh; overflow-y: auto; padding: 6px; }
.cmdk-glabel { padding: 9px 10px 3px; font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--hx-text-3); }
.cmdk-item { display: flex; align-items: center; gap: 11px; padding: 9px 10px; border-radius: 8px; color: var(--hx-text-2); text-decoration: none; }
.cmdk-item:hover, .cmdk-item.active { background: rgba(0,127,253,.08); text-decoration: none; }
.cmdk-item .cic { width: 30px; height: 30px; border-radius: 7px; background: #f1f2f4; color: var(--hx-text-2); display: flex; align-items: center; justify-content: center; flex: 0 0 auto; }
.cmdk-item b { font-size: .85rem; font-weight: 600; display: block; }
.cmdk-item small { font-size: .74rem; color: var(--hx-text-3); }
.cmdk-foot { display: flex; align-items: center; gap: 16px; padding: 9px 14px; border-top: 1px solid var(--hx-border); background: var(--hx-surface-2); font-size: .72rem; color: var(--hx-text-3); }
.cmdk-foot kbd { background: var(--hx-surface); border: 1px solid var(--hx-border-strong); border-radius: 4px; padding: 1px 5px; font-size: .68rem; color: var(--hx-text-2); }

/* ── My Work dashboard helpers ────────────────────────────────────────────── */
.mywork-item { display: flex; align-items: center; gap: 12px; padding: 10px 0; border-top: 1px solid var(--hx-border); }
.mywork-list > .mywork-item:first-child { border-top: 0; }
.mywork-item:hover { background: rgba(17,17,17,.02); }
.mywork-item .mw-body { flex: 1 1 auto; min-width: 0; }
.mywork-item .mw-title { font-size: .85rem; font-weight: 600; color: var(--hx-text); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mywork-item .mw-meta { font-size: .78rem; color: var(--hx-text-3); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mywork-item .mw-actions { display: flex; gap: 6px; opacity: 0; transition: opacity .12s; }
.mywork-item:hover .mw-actions { opacity: 1; }

/* ═══════════════ FORGE WORKSPACE ═══════════════ */

/* Active-sprint pipeline stepper — communicates the workflow at a glance */
.forge-sprint { border-top: 3px solid var(--hx-blue) !important; }
.forge-pipeline { display: flex; align-items: center; gap: 0; }
.fp-step { display: flex; flex-direction: column; align-items: center; gap: 6px; flex: 0 0 auto; text-align: center; }
.fp-dot { width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 18px;
    background: var(--hx-surface-2); border: 2px solid var(--hx-border-strong); color: var(--hx-text-3); }
.fp-step.done .fp-dot { background: rgba(30,135,75,.12); border-color: var(--success, #1e874b); color: #1e874b; }
.fp-step.current .fp-dot { background: var(--hx-blue); border-color: var(--hx-blue); color: #fff; box-shadow: 0 0 0 4px rgba(0,127,253,.15); }
.fp-label { font-size: .72rem; font-weight: 600; color: var(--hx-text-3); }
.fp-step.current .fp-label { color: var(--hx-blue); }
.fp-step.done .fp-label { color: var(--hx-text-2); }
.fp-line { flex: 1 1 auto; height: 2px; background: var(--hx-border-strong); margin: 0 4px 22px; min-width: 24px; }
.fp-line.done { background: #1e874b; }

.forge-meta .fm-label { font-size: .68rem; text-transform: uppercase; letter-spacing: .04em; color: var(--hx-text-3); }
.forge-meta .fm-value { font-size: .85rem; font-weight: 600; color: var(--hx-text); display: flex; align-items: center; }

/* Workspace tabs (theme nav-tabs, spaced) */
.forge-tabs .nav-link { font-weight: 600; font-size: .85rem; }

/* Review queue items */
.review-item { padding: 14px 16px; }
.review-item:hover { background: rgba(17,17,17,.015); }
.review-comments { border-top: 1px dashed var(--hx-border); padding-top: 12px; display: flex; flex-direction: column; gap: 10px; }
.review-comment { display: flex; gap: 9px; }
.review-comment .small { color: var(--hx-text-2); line-height: 1.45; }
.review-comment-add { display: flex; align-items: center; gap: 8px; padding-top: 4px; }

/* Decisions timeline */
.forge-timeline { position: relative; padding-left: 6px; }
.ft-item { position: relative; padding: 0 0 18px 22px; border-left: 2px solid var(--hx-border); margin-left: 6px; }
.ft-item:last-child { border-left-color: transparent; padding-bottom: 0; }
.ft-item.muted { opacity: .62; }
.ft-dot { position: absolute; left: -8px; top: 2px; width: 14px; height: 14px; border-radius: 50%; background: var(--hx-surface); border: 3px solid var(--hx-border-strong); }
.ft-dot.ok { border-color: #1e874b; } .ft-dot.open { border-color: var(--hx-blue); } .ft-dot.gone { border-color: #b6bdc5; }
.ft-body { padding-bottom: 2px; }

/* Evidence */
.evidence-shot { overflow: hidden; }
.evidence-thumb { height: 120px; background: linear-gradient(135deg, #eef1f4, #e2e7ec); display: flex; align-items: center; justify-content: center; color: var(--hx-text-3); font-size: 34px; border-bottom: 1px solid var(--hx-border); }

/* ── Forge conversation (message styles — supporting tool inside Forge) ────── */
.forge-convo { display: flex; flex-direction: column; gap: 12px; max-height: 420px; overflow-y: auto; padding: 4px; }
.fmsg { display: flex; gap: 8px; max-width: 100%; }
.fmsg .fav { width: 28px; height: 28px; border-radius: 8px; flex: 0 0 auto; display: flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 700; color: #fff; }
.fmsg-user { flex-direction: row-reverse; }
.fmsg-user .fav { background: #4b4b4b; }
.fmsg-forge .fav { background: linear-gradient(135deg, var(--hx-blue), #7c3aed 130%); }
.fmsg .fbody { min-width: 0; display: flex; flex-direction: column; }
.fbubble { border-radius: 10px; padding: 9px 13px; font-size: .85rem; line-height: 1.5; max-width: 70ch; }
.fmsg-forge .fbubble { background: #f1f2f4; color: var(--hx-text); border-top-left-radius: 3px; }
.fmsg-user .fbubble { background: var(--hx-blue); color: #fff; border-top-right-radius: 3px; align-self: flex-end; }
.fmsg-user .fbubble strong { color: #fff; }
.ftime { font-size: 10px; color: var(--hx-text-3); margin: 3px 3px 0; }
.fmsg-user .ftime { text-align: right; }
.forge-convo-compose .cbox { display: flex; align-items: flex-end; gap: 8px; border: 1px solid var(--hx-border-strong); border-radius: 12px; padding: 6px 6px 6px 14px; }
.forge-convo-compose .cbox:focus-within { border-color: var(--hx-blue); box-shadow: var(--hx-focus-ring); }
.forge-convo-compose textarea { flex: 1 1 auto; border: 0; outline: 0; resize: none; font: inherit; font-size: .9rem; max-height: 92px; background: transparent; padding: 4px 0; }

@media (max-width: 900px) {
    .forge-pipeline { display: none; }
}

/* ============================================================================
   Forge — CONVERSATION-FIRST workspace (ADR-012).
   Three regions: conversation history (rail) · the conversation (main, hero) ·
   the sprint/review/decisions/evidence workspace (context, supporting).
   ============================================================================ */
.forge-shell {
    display: flex; gap: 0;
    height: calc(100vh - 15.5rem); min-height: 540px;
    border: 1px solid var(--hx-border); border-radius: 14px;
    background: var(--hx-surface); overflow: hidden; box-shadow: var(--hx-shadow-sm, 0 1px 2px rgba(16,24,40,.06));
}

/* ── Left: conversation history ──────────────────────────────────────────── */
.forge-rail { width: 244px; flex: 0 0 auto; display: flex; flex-direction: column; padding: 14px; border-right: 1px solid var(--hx-border); background: var(--hx-surface-2, #fafbfc); }
.forge-rail-label { font-size: .68rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--hx-text-3); padding: 4px 6px; }
.forge-conv-list { overflow-y: auto; margin: 2px -4px 0; padding: 0 4px; flex: 1 1 auto; }
.forge-conv-item { display: block; width: 100%; text-align: left; border: 0; background: transparent; border-radius: 8px; padding: 8px 10px; margin-bottom: 2px; cursor: pointer; }
.forge-conv-item:hover { background: rgba(0,0,0,.045); }
.forge-conv-item.active { background: rgba(67,89,255,.10); }
.forge-conv-item .fc-title { display: block; font-size: .82rem; font-weight: 600; color: var(--hx-text); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.forge-conv-item .fc-time { display: block; font-size: .68rem; color: var(--hx-text-3); margin-top: 1px; }

/* ── Center: the conversation ────────────────────────────────────────────── */
.forge-main { flex: 1 1 auto; display: flex; flex-direction: column; min-width: 0; }
.forge-main-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 12px 18px; border-bottom: 1px solid var(--hx-border); }
.forge-flame { width: 34px; height: 34px; flex: 0 0 auto; border-radius: 9px; display: inline-flex; align-items: center; justify-content: center; color: #fff; font-size: 18px; background: linear-gradient(135deg, var(--hx-blue), #7c3aed 130%); }
.forge-convo-title { font-size: .95rem; font-weight: 700; color: var(--hx-text); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.forge-convo-sub { font-size: .72rem; color: var(--hx-text-3); }

.forge-thread { flex: 1 1 auto; overflow-y: auto; padding: 18px 22px; }
.fchat-msg { display: flex; gap: 14px; padding: 12px 0; }
.fchat-msg + .fchat-msg { border-top: 1px solid rgba(16,24,40,.05); }
.fchat-av { width: 32px; height: 32px; flex: 0 0 auto; border-radius: 8px; display: inline-flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; color: #fff; }
.fchat-av.user { background: #3a3f4b; }
.fchat-av.forge { background: linear-gradient(135deg, var(--hx-blue), #7c3aed 130%); }
.fchat-content { min-width: 0; flex: 1 1 auto; font-size: .875rem; line-height: 1.6; color: var(--hx-text); }
.fchat-name { font-size: .78rem; font-weight: 700; color: var(--hx-text-2); margin-bottom: 3px; }
.fchat-content p { margin: 0 0 .55rem; }
.fchat-content p:last-child { margin-bottom: 0; }
.fchat-content ul, .fchat-content ol { margin: 0 0 .55rem; padding-left: 1.2rem; }
.fchat-content li { margin-bottom: .18rem; }
.fchat-content h3, .fchat-content h4, .fchat-content h5, .fchat-content h6 { font-weight: 700; margin: .3rem 0 .45rem; line-height: 1.3; }
.fchat-content h3 { font-size: 1rem; } .fchat-content h4 { font-size: .92rem; } .fchat-content h5 { font-size: .85rem; }
.fchat-content code { font-family: var(--bs-font-monospace, monospace); font-size: .82em; background: rgba(16,24,40,.07); padding: .1em .38em; border-radius: 5px; }
.fchat-content pre { background: #0d1117; color: #e6edf3; border-radius: 9px; padding: 12px 14px; overflow-x: auto; margin: 0 0 .6rem; }
.fchat-content pre code { background: transparent; padding: 0; font-size: .8rem; color: inherit; }
.fchat-content blockquote { margin: 0 0 .6rem; padding: .4rem .85rem; border-left: 3px solid var(--hx-blue); background: rgba(67,89,255,.06); border-radius: 0 8px 8px 0; color: var(--hx-text-2); }
.fchat-content a { color: var(--hx-blue); }
.fchat-typing { display: inline-flex; gap: 4px; padding: 6px 0; }
.fchat-typing span { width: 7px; height: 7px; border-radius: 50%; background: var(--hx-text-3); animation: fchat-bounce 1.2s infinite ease-in-out both; }
.fchat-typing span:nth-child(2) { animation-delay: .15s; } .fchat-typing span:nth-child(3) { animation-delay: .3s; }
@keyframes fchat-bounce { 0%, 80%, 100% { transform: scale(.5); opacity: .4; } 40% { transform: scale(1); opacity: 1; } }

/* ── Composer ────────────────────────────────────────────────────────────── */
.forge-composer { border-top: 1px solid var(--hx-border); padding: 12px 18px 14px; }
.forge-suggest { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 9px; }
.forge-chip { border: 1px solid var(--hx-border-strong); background: var(--hx-surface); border-radius: 999px; padding: 5px 13px; font-size: .78rem; color: var(--hx-text-2); cursor: pointer; }
.forge-chip:hover { border-color: var(--hx-blue); color: var(--hx-blue); background: rgba(67,89,255,.05); }
.forge-compose-box { display: flex; align-items: flex-end; gap: 8px; border: 1px solid var(--hx-border-strong); border-radius: 14px; padding: 7px 7px 7px 15px; }
.forge-compose-box:focus-within { border-color: var(--hx-blue); box-shadow: var(--hx-focus-ring); }
.forge-compose-box textarea { flex: 1 1 auto; border: 0; outline: 0; resize: none; font: inherit; font-size: .9rem; line-height: 1.5; max-height: 200px; background: transparent; padding: 6px 0; }
.forge-compose-box .btn-icon { flex: 0 0 auto; width: 38px; height: 38px; }
.forge-compose-note { font-size: .7rem; color: var(--hx-text-3); text-align: center; margin-top: 8px; }

/* ── Right: workspace context (supporting) ───────────────────────────────── */
.forge-context { width: 348px; flex: 0 0 auto; display: flex; flex-direction: column; border-left: 1px solid var(--hx-border); background: var(--hx-surface-2, #fafbfc); }
.forge-ctx-head { padding: 15px 16px 12px; border-bottom: 1px solid var(--hx-border); }
.forge-ctx-title { font-size: .9rem; font-weight: 700; color: var(--hx-text); }
.forge-ctx-approval { font-size: 1.05rem; font-weight: 800; color: var(--hx-blue); }
.forge-ctx-tabs { flex-wrap: nowrap; gap: 3px; padding: 10px 12px 0; overflow-x: auto; scrollbar-width: none; }
.forge-ctx-tabs::-webkit-scrollbar { display: none; }
.forge-ctx-tabs .nav-link { padding: .3rem .6rem; font-size: .78rem; white-space: nowrap; }
.forge-ctx-scroll { flex: 1 1 auto; overflow-y: auto; padding: 10px 12px 14px; }
.forge-ctx-item { padding: 8px 4px; border-bottom: 1px solid rgba(16,24,40,.05); font-size: .82rem; }
.forge-ctx-item:last-child { border-bottom: 0; }

.forge-shell.forge-context-hidden .forge-context { display: none; }

@media (max-width: 1200px) { .forge-context { display: none; } }
@media (max-width: 860px) {
    .forge-shell { flex-direction: column; height: auto; }
    .forge-rail { width: auto; border-right: 0; border-bottom: 1px solid var(--hx-border); max-height: 190px; }
    .forge-main { min-height: 60vh; }
}

/* ============================================================================
   Sign-in page (pre-auth, no shell) — ADR-014.
   ============================================================================ */
.office-login { min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 24px;
    background: radial-gradient(1200px 600px at 50% -10%, rgba(67,89,255,.10), transparent), #f3f4f7; }
.office-login-card { width: 100%; max-width: 400px; background: #fff; border: 1px solid var(--hx-border, #e6e8ee); border-radius: 16px; padding: 32px 30px; box-shadow: 0 12px 40px rgba(16,24,40,.10); }
.office-login-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 26px; }
.office-login-mark { width: 44px; height: 44px; border-radius: 11px; display: inline-flex; align-items: center; justify-content: center; color: #fff; font-size: 22px; background: linear-gradient(135deg, var(--hx-blue, #4359ff), #7c3aed 130%); }
.office-login-title { font-size: 1.05rem; font-weight: 800; line-height: 1.1; color: var(--hx-text, #1c1f26); }
.office-login-sub { font-size: .74rem; color: var(--hx-text-3, #8a90a2); }
.office-login-foot { margin-top: 24px; text-align: center; font-size: .72rem; color: var(--hx-text-3, #8a90a2); }

/* ============================================================================
   Office UX layer — toasts + interactive affordances (extends the theme).
   ============================================================================ */
.office-toasts { position: fixed; right: 20px; bottom: 20px; z-index: 1090; display: flex; flex-direction: column; gap: 10px; max-width: min(380px, calc(100vw - 40px)); }
.office-toast {
    display: flex; align-items: flex-start; gap: 10px; padding: 12px 12px 12px 14px;
    background: var(--hx-surface, #fff); border: 1px solid var(--hx-border, #e6e8ee); border-left-width: 3px;
    border-radius: 10px; box-shadow: 0 8px 28px rgba(16,24,40,.14);
    font-size: .85rem; color: var(--hx-text, #1c1f26);
    opacity: 0; transform: translateY(8px); transition: opacity .2s ease, transform .2s ease;
}
.office-toast.show { opacity: 1; transform: translateY(0); }
.office-toast.leaving { opacity: 0; transform: translateY(8px); }
.office-toast > .ti:first-child { font-size: 18px; margin-top: 1px; flex: 0 0 auto; }
.office-toast .ot-body { flex: 1 1 auto; line-height: 1.45; }
.office-toast .ot-close { border: 0; background: transparent; color: var(--hx-text-3, #8a90a2); padding: 0 2px; line-height: 1; cursor: pointer; flex: 0 0 auto; }
.office-toast .ot-close:hover { color: var(--hx-text, #1c1f26); }
.office-toast-primary { border-left-color: var(--hx-blue, #4359ff); } .office-toast-primary > .ti:first-child { color: var(--hx-blue, #4359ff); }
.office-toast-success { border-left-color: #22a06b; } .office-toast-success > .ti:first-child { color: #22a06b; }
.office-toast-danger  { border-left-color: #e04f5f; } .office-toast-danger  > .ti:first-child { color: #e04f5f; }
.office-toast-warning { border-left-color: #e8a13a; } .office-toast-warning > .ti:first-child { color: #e8a13a; }
.office-toast-info    { border-left-color: #2f9bd8; } .office-toast-info    > .ti:first-child { color: #2f9bd8; }
.office-toast-secondary { border-left-color: var(--hx-text-3, #8a90a2); } .office-toast-secondary > .ti:first-child { color: var(--hx-text-3, #8a90a2); }

/* Clickable cards (Customers, accounts, etc.) — affordance only, no restyle */
.office-clickable { cursor: pointer; transition: box-shadow .15s ease, transform .15s ease; }
.office-clickable:hover { box-shadow: 0 6px 20px rgba(16,24,40,.10); transform: translateY(-1px); }
table.table-hover tbody tr[data-office-row] { cursor: pointer; }

/* ── Import wizard stepper (Phase 8) — theme tokens, no new palette ─────────── */
.import-stepper { list-style: none; display: flex; align-items: center; gap: 0; margin: 0; padding: 4px 0; overflow-x: auto; scrollbar-width: none; }
.import-stepper::-webkit-scrollbar { display: none; }
.import-step { display: flex; align-items: center; gap: 8px; flex: 1 1 auto; min-width: max-content; color: var(--hx-text-3); }
.import-step:not(:last-child)::after { content: ""; flex: 1 1 auto; height: 2px; min-width: 18px; background: var(--hx-border); margin: 0 10px; }
.import-step .is-dot { width: 26px; height: 26px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: .78rem; font-weight: 700; background: var(--hx-surface-2, #f1f2f4); color: var(--hx-text-3); border: 1px solid var(--hx-border); flex: 0 0 auto; }
.import-step .is-label { font-size: .8rem; font-weight: 600; white-space: nowrap; }
.import-step.active { color: var(--hx-text); }
.import-step.active .is-dot { background: var(--hx-blue); color: #fff; border-color: var(--hx-blue); }
.import-step.done { color: var(--hx-text-2); }
.import-step.done .is-dot { background: #22a06b; border-color: #22a06b; color: #fff; }
.import-step.done .is-dot::before { content: "✓"; }
.import-step.done .is-dot { font-size: 0; }
.import-step.done .is-dot::before { font-size: .8rem; }

/* Wizard choice cards + dropzone */
.wiz-choice { display: block; cursor: pointer; margin: 0; }
.wiz-choice input { position: absolute; opacity: 0; }
.wiz-choice-body { display: flex; align-items: center; gap: 10px; padding: 12px; border: 1px solid var(--hx-border-strong); border-radius: 10px; transition: border-color .12s ease, background .12s ease; }
.wiz-choice:hover .wiz-choice-body { border-color: var(--hx-blue); }
.wiz-choice input:checked + .wiz-choice-body { border-color: var(--hx-blue); background: rgba(67,89,255,.06); box-shadow: var(--hx-focus-ring); }
.wiz-drop { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 34px; border: 2px dashed var(--hx-border-strong); border-radius: 14px; color: var(--hx-text-3); cursor: pointer; text-align: center; transition: border-color .12s ease, background .12s ease; }
.wiz-drop:hover, .wiz-drop.drag { border-color: var(--hx-blue); background: rgba(67,89,255,.04); color: var(--hx-text-2); }
