/* ============================================================
   Investor portal — shared global styles (door, walkthrough deck, scroll page).
   Global (not scoped) so all the portal pages share one look.
   ============================================================ */

/* ---- Sticky nav (scroll/browse page) ---- */
.ip-nav { position: sticky; top: 0; z-index: 40; display: flex; align-items: center; gap: 1rem;
  padding: 0.7rem 1.25rem; background: rgba(2,6,23,0.72); backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(148,163,184,0.12); }
.ip-brand { font-weight: 700; font-size: 0.8rem; letter-spacing: 0.22em; color: #22d3ee; white-space: nowrap; }
.ip-nav-links { flex: 1; display: flex; gap: 1.1rem; overflow-x: auto; scrollbar-width: none; }
.ip-nav-links::-webkit-scrollbar { display: none; }
.ip-nav-links a { font-size: 0.8rem; color: #94a3b8; white-space: nowrap; text-decoration: none; transition: color 0.15s; }
.ip-nav-links a:hover { color: #e2e8f0; }
.ip-signout { font-size: 0.75rem; color: #64748b; background: none; border: none; cursor: pointer; white-space: nowrap; }
.ip-signout:hover { color: #cbd5e1; }

/* ---- Aurora background (shared by hero + door) ---- */
.ip-aurora { position: absolute; inset: -20%; z-index: 0;
  background:
    radial-gradient(45% 45% at 22% 28%, rgba(34,211,238,0.22), transparent 60%),
    radial-gradient(40% 40% at 82% 26%, rgba(99,102,241,0.20), transparent 60%),
    radial-gradient(50% 50% at 55% 88%, rgba(14,165,233,0.16), transparent 60%);
  filter: blur(6px); animation: ip-aurora 16s ease-in-out infinite alternate; }

/* ---- Hero (browse page) ---- */
.ip-hero { position: relative; min-height: calc(100svh - 3.2rem); display: flex; flex-direction: column;
  align-items: center; justify-content: center; text-align: center; padding: 2rem 1.25rem 4rem; overflow: hidden; }
.ip-hero-bg { position: absolute; inset: -20%; z-index: 0;
  background:
    radial-gradient(45% 45% at 22% 28%, rgba(34,211,238,0.22), transparent 60%),
    radial-gradient(40% 40% at 82% 26%, rgba(99,102,241,0.20), transparent 60%),
    radial-gradient(50% 50% at 55% 88%, rgba(14,165,233,0.16), transparent 60%);
  filter: blur(6px); animation: ip-aurora 16s ease-in-out infinite alternate; }
.ip-hero-inner { position: relative; z-index: 1; max-width: 56rem; }
.ip-hero-welcome { font-size: 0.85rem; color: #67e8f9; letter-spacing: 0.04em; margin: 0 0 1.25rem; animation: ip-rise 0.9s cubic-bezier(0.2,0.7,0.2,1) both; }
.ip-hero-title { font-size: clamp(2.6rem, 7vw, 5rem); font-weight: 800; line-height: 1.02; letter-spacing: -0.02em; color: #fff; margin: 0; animation: ip-rise 0.9s cubic-bezier(0.2,0.7,0.2,1) both; animation-delay: 0.08s; }
.ip-hero-sub { font-size: clamp(1.05rem, 2.2vw, 1.4rem); color: #cbd5e1; margin: 1.25rem auto 0; max-width: 40rem; animation: ip-rise 0.9s cubic-bezier(0.2,0.7,0.2,1) both; animation-delay: 0.16s; }
.ip-hero-tag { font-size: 1.05rem; color: #22d3ee; font-style: italic; margin: 1.5rem 0 0; animation: ip-rise 0.9s cubic-bezier(0.2,0.7,0.2,1) both; animation-delay: 0.24s; }
.ip-scrollcue { position: absolute; bottom: 1.5rem; left: 50%; transform: translateX(-50%); z-index: 1; color: #64748b; font-size: 1.4rem; text-decoration: none; animation: ip-bounce 1.8s ease-in-out infinite; }

/* ---- Wrap / stats / sections (browse page) ---- */
.ip-wrap { max-width: 64rem; margin: 0 auto; padding: 0 1.25rem 5rem; }
.ip-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px,1fr)); gap: 0.9rem; margin: 3.5rem 0; scroll-margin-top: 4.5rem; }
.ip-stat { background: linear-gradient(180deg, rgba(15,23,42,0.7), rgba(15,23,42,0.35)); border: 1px solid rgba(148,163,184,0.14); border-radius: 1rem; padding: 1.25rem 1rem; transition: border-color 0.2s, transform 0.2s; }
.ip-stat:hover { border-color: rgba(34,211,238,0.45); transform: translateY(-3px); }
.ip-stat-value { font-size: clamp(1.7rem, 3.5vw, 2.3rem); font-weight: 800; line-height: 1; background: linear-gradient(120deg, #67e8f9, #38bdf8); -webkit-background-clip: text; background-clip: text; color: transparent; }
.ip-stat-label { color: #e2e8f0; font-weight: 600; font-size: 0.9rem; margin-top: 0.5rem; }
.ip-stat-sub { color: #64748b; font-size: 0.75rem; margin-top: 0.15rem; }
.ip-section { padding: 2.75rem 0; border-top: 1px solid rgba(148,163,184,0.08); scroll-margin-top: 4.5rem; }
.ip-section-label { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.18em; color: #22d3ee; font-weight: 700; margin-bottom: 0.9rem; }
.ip-lead { font-size: 1.2rem; line-height: 1.6; color: #e2e8f0; max-width: 44rem; margin: 0 0 1.25rem; }

/* ---- Use-of-funds bars ---- */
.ip-funds { margin-top: 1.5rem; max-width: 38rem; display: grid; gap: 0.9rem; }
.ip-fund-head { display: flex; justify-content: space-between; font-size: 0.85rem; color: #cbd5e1; margin-bottom: 0.35rem; }
.ip-fund-pct { color: #67e8f9; font-weight: 700; }
.ip-fund-track { height: 0.6rem; background: rgba(148,163,184,0.12); border-radius: 99px; overflow: hidden; }
.ip-fund-bar { height: 100%; border-radius: 99px; background: linear-gradient(90deg, #22d3ee, #6366f1); }

/* ---- Product tiles ---- */
.ip-tiles { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px,1fr)); gap: 1rem; margin-top: 0.5rem; }
.ip-tile { display: flex; flex-direction: column; background: linear-gradient(180deg, rgba(15,23,42,0.75), rgba(15,23,42,0.4)); border: 1px solid rgba(148,163,184,0.14); border-radius: 1rem; padding: 1.25rem; text-decoration: none; transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s; }
.ip-tile:hover { border-color: rgba(34,211,238,0.55); transform: translateY(-4px); box-shadow: 0 12px 40px -12px rgba(34,211,238,0.25); }
.ip-tile-top { display: flex; align-items: center; justify-content: space-between; gap: 0.5rem; }
.ip-tile-name { font-size: 1.15rem; font-weight: 700; color: #fff; }
.ip-tile:hover .ip-tile-name { color: #67e8f9; }
.ip-pill { font-size: 0.62rem; text-transform: uppercase; letter-spacing: 0.05em; color: #67e8f9; border: 1px solid rgba(34,211,238,0.35); border-radius: 99px; padding: 0.15rem 0.5rem; white-space: nowrap; }
.ip-tile-tag { color: #94a3b8; font-size: 0.9rem; line-height: 1.5; margin: 0.6rem 0 0; flex: 1; }
.ip-tile-price { color: #64748b; font-size: 0.78rem; margin: 0.6rem 0 0; }
.ip-tile-cta { color: #22d3ee; font-size: 0.9rem; font-weight: 600; margin-top: 0.9rem; }

/* ---- Funnel chips ---- */
.ip-funnel { margin-top: 1.5rem; display: flex; flex-wrap: wrap; align-items: center; gap: 0.5rem; }
.ip-funnel-label { font-size: 0.75rem; color: #64748b; text-transform: uppercase; letter-spacing: 0.1em; margin-right: 0.25rem; }
.ip-chip { font-size: 0.8rem; color: #cbd5e1; border: 1px solid rgba(148,163,184,0.2); border-radius: 99px; padding: 0.3rem 0.8rem; text-decoration: none; transition: border-color 0.15s, color 0.15s; }
.ip-chip:hover { border-color: rgba(148,163,184,0.5); color: #fff; }

/* ---- Downloads ---- */
.ip-downloads { display: grid; gap: 0.6rem; }
.ip-download { display: flex; align-items: center; justify-content: space-between; gap: 1rem; background: rgba(15,23,42,0.55); border: 1px solid rgba(148,163,184,0.12); border-radius: 0.75rem; padding: 0.9rem 1.1rem; }
.ip-dl-label { color: #fff; font-weight: 600; font-size: 0.92rem; }
.ip-dl-sub { color: #64748b; font-size: 0.78rem; margin-top: 0.1rem; }
.ip-dl-btn { color: #0f172a; background: #22d3ee; font-weight: 700; font-size: 0.82rem; padding: 0.4rem 0.9rem; border-radius: 0.5rem; text-decoration: none; white-space: nowrap; }
.ip-dl-btn:hover { background: #67e8f9; }
.ip-dl-soon { color: #475569; font-size: 0.78rem; white-space: nowrap; }

/* ---- Refer + footer ---- */
.ip-refer { display: inline-block; border: 1px solid rgba(34,211,238,0.4); color: #67e8f9; border-radius: 0.6rem; padding: 0.6rem 1.1rem; font-size: 0.9rem; text-decoration: none; transition: background 0.15s; }
.ip-refer:hover { background: rgba(34,211,238,0.1); }
.ip-footer { margin-top: 1rem; padding-top: 1.5rem; border-top: 1px solid rgba(148,163,184,0.1); font-size: 0.75rem; color: #475569; }

/* ============================================================
   DOOR (/investors) — choose walkthrough vs browse
   ============================================================ */
.ip-door { position: relative; min-height: 100svh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 2rem 1.25rem; overflow: hidden; }
.ip-door-top { position: absolute; top: 0; left: 0; right: 0; z-index: 2; display: flex; align-items: center; justify-content: space-between; padding: 1rem 1.25rem; }
.ip-door-brand { font-weight: 700; font-size: 0.8rem; letter-spacing: 0.22em; color: #22d3ee; }
.ip-door-signout { font-size: 0.75rem; color: #64748b; background: none; border: none; cursor: pointer; }
.ip-door-signout:hover { color: #cbd5e1; }
.ip-door-inner { position: relative; z-index: 1; max-width: 44rem; }
.ip-door-welcome { font-size: 0.9rem; color: #67e8f9; margin: 0 0 1rem; animation: ip-rise 0.8s ease both; }
.ip-door-title { font-size: clamp(2.4rem, 6.5vw, 4.5rem); font-weight: 800; letter-spacing: -0.02em; line-height: 1.04; color: #fff; margin: 0; animation: ip-rise 0.8s ease both; animation-delay: 0.08s; }
.ip-door-sub { font-size: clamp(1rem, 2.2vw, 1.3rem); color: #cbd5e1; margin: 1.1rem auto 0; max-width: 38rem; animation: ip-rise 0.8s ease both; animation-delay: 0.16s; }
.ip-door-actions { display: flex; flex-wrap: wrap; gap: 0.9rem; justify-content: center; margin-top: 2.25rem; animation: ip-rise 0.8s ease both; animation-delay: 0.24s; }
.ip-door-primary { background: #22d3ee; color: #04141b; font-weight: 700; font-size: 1.05rem; padding: 0.95rem 1.8rem; border-radius: 0.8rem; text-decoration: none; transition: transform 0.15s, background 0.15s; box-shadow: 0 12px 40px -12px rgba(34,211,238,0.5); }
.ip-door-primary:hover { background: #67e8f9; transform: translateY(-2px); }
.ip-door-secondary { color: #cbd5e1; font-weight: 600; font-size: 1.05rem; padding: 0.95rem 1.6rem; border-radius: 0.8rem; border: 1px solid rgba(148,163,184,0.3); text-decoration: none; transition: border-color 0.15s, color 0.15s; }
.ip-door-secondary:hover { border-color: rgba(148,163,184,0.6); color: #fff; }
.ip-door-hint { color: #475569; font-size: 0.8rem; margin-top: 1.5rem; }
.ip-door-links { margin-top: 1.1rem; display: flex; gap: 1.5rem; justify-content: center; flex-wrap: wrap; }
.ip-door-dataroom { color: #94a3b8; font-size: 0.85rem; text-decoration: none; }
.ip-door-dataroom:hover { color: #67e8f9; }

/* Investor FAQ accordion */
.ip-faq { display: grid; gap: 0.6rem; margin-top: 1.5rem; }
.ip-faq-item { background: rgba(15,23,42,0.55); border: 1px solid rgba(148,163,184,0.14); border-radius: 0.8rem; overflow: hidden; }
.ip-faq-q { cursor: pointer; list-style: none; padding: 1rem 1.2rem; font-weight: 600; color: #e2e8f0; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.ip-faq-q::-webkit-details-marker { display: none; }
.ip-faq-q::after { content: "+"; color: #67e8f9; font-size: 1.3rem; line-height: 1; flex-shrink: 0; }
.ip-faq-item[open] .ip-faq-q { color: #fff; }
.ip-faq-item[open] .ip-faq-q::after { content: "−"; }
.ip-faq-a { padding: 0 1.2rem 1.1rem; }
.ip-faq-a.investor-prose { font-size: 0.95rem; }
.ip-faq-a.investor-prose p { margin: 0; }
.ip-door-video { max-width: 40rem; margin: 2rem auto 0; aspect-ratio: 16 / 9; border-radius: 1rem; overflow: hidden; border: 1px solid rgba(148,163,184,0.16); background: #000; }
.ip-door-video video { width: 100%; height: 100%; }
.ip-door-videosoon { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; color: #64748b; font-size: 0.9rem; }

/* ============================================================
   WALKTHROUGH DECK (/investors/walkthrough)
   ============================================================ */
.ip-deck { min-height: 100svh; display: flex; flex-direction: column; outline: none; position: relative; }
.ip-deck-top { display: flex; align-items: center; gap: 1rem; padding: 0.9rem 1.25rem; border-bottom: 1px solid rgba(148,163,184,0.1); background: rgba(2,6,23,0.6); backdrop-filter: blur(10px); }
.ip-deck-home { font-size: 0.8rem; color: #94a3b8; text-decoration: none; white-space: nowrap; }
.ip-deck-home:hover { color: #e2e8f0; }
.ip-deck-progress { flex: 1; display: flex; gap: 0.4rem; justify-content: center; }
.ip-dot { width: 7px; height: 7px; border-radius: 99px; background: rgba(148,163,184,0.3); transition: background 0.2s, width 0.2s; }
.ip-dot.on { background: #22d3ee; width: 20px; }
.ip-deck-count { font-size: 0.75rem; color: #64748b; white-space: nowrap; font-variant-numeric: tabular-nums; }
.ip-slide { flex: 1; overflow-y: auto; display: flex; flex-direction: column; justify-content: center; padding: 2.5rem 1.5rem; animation: ip-slidein 0.45s cubic-bezier(0.2,0.7,0.2,1) both; }
.ip-slide-center { max-width: 52rem; margin: 0 auto; text-align: center; }
.ip-slide-body { max-width: 50rem; margin: 0 auto; width: 100%; }
.ip-slide-eyebrow { color: #67e8f9; font-size: 0.9rem; margin: 0 0 1rem; }
.ip-slide-h1 { font-size: clamp(2.4rem, 6vw, 4.2rem); font-weight: 800; letter-spacing: -0.02em; color: #fff; margin: 0; line-height: 1.05; }
.ip-slide-h2 { font-size: clamp(1.8rem, 4vw, 2.6rem); font-weight: 800; color: #fff; margin: 0.25rem 0 0; display: flex; align-items: center; gap: 0.75rem; flex-wrap: wrap; }
.ip-slide-sub { font-size: clamp(1.05rem, 2.2vw, 1.35rem); color: #cbd5e1; margin: 1.25rem auto 0; max-width: 40rem; }
.ip-slide-center .ip-slide-sub { margin-left: auto; margin-right: auto; }
.ip-slide-tag { font-size: 1.05rem; color: #22d3ee; font-style: italic; margin-top: 1.5rem; }
.ip-slide-label { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.18em; color: #22d3ee; font-weight: 700; margin-bottom: 1rem; }
.ip-slide-why { font-size: 1.3rem; line-height: 1.55; color: #f1f5f9; font-weight: 500; margin: 0.5rem 0 1rem; max-width: 42rem; }
.ip-slide-tagline { color: #94a3b8; font-size: 1rem; margin: 0 0 1.5rem; max-width: 42rem; }
.ip-slide-video { border-radius: 1rem; overflow: hidden; border: 1px solid rgba(148,163,184,0.16); background: #000; aspect-ratio: 16 / 9; max-width: 46rem; }
.ip-slide-video video { width: 100%; height: 100%; }
.ip-slide-videosoon { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; color: #475569; font-size: 0.9rem; }
.ip-slide-cta { display: inline-block; margin-top: 1.5rem; color: #22d3ee; font-weight: 600; text-decoration: none; }
.ip-slide-cta:hover { color: #67e8f9; }
.ip-deck-controls { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 1.25rem; border-top: 1px solid rgba(148,163,184,0.1); background: rgba(2,6,23,0.6); backdrop-filter: blur(10px); }
.ip-deck-btn { font-size: 0.95rem; font-weight: 600; padding: 0.7rem 1.4rem; border-radius: 0.7rem; border: 1px solid rgba(148,163,184,0.25); background: none; color: #cbd5e1; cursor: pointer; text-decoration: none; transition: border-color 0.15s, background 0.15s, color 0.15s; }
.ip-deck-btn:hover:not(:disabled) { border-color: rgba(148,163,184,0.55); color: #fff; }
.ip-deck-btn:disabled { opacity: 0.35; cursor: default; }
.ip-deck-btn.primary { background: #22d3ee; color: #04141b; border-color: transparent; }
.ip-deck-btn.primary:hover { background: #67e8f9; }

/* ---- Scroll-reveal (browse page; opt-in via .ip-js) ---- */
.ip-js .reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.7s cubic-bezier(0.2,0.7,0.2,1), transform 0.7s cubic-bezier(0.2,0.7,0.2,1); }
.ip-js .reveal.in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .ip-js .reveal { opacity: 1; transform: none; transition: none; }
  .ip-aurora, .ip-hero-bg, .ip-scrollcue, .ip-hero-welcome, .ip-hero-title, .ip-hero-sub, .ip-hero-tag,
  .ip-door-welcome, .ip-door-title, .ip-door-sub, .ip-door-actions, .ip-slide { animation: none; }
}

@keyframes ip-aurora { 0% { transform: translate3d(-2%,0,0) scale(1); } 100% { transform: translate3d(2%,-4%,0) scale(1.12); } }
@keyframes ip-rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@keyframes ip-bounce { 0%,100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(8px); } }
@keyframes ip-slidein { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }

/* ---- Markdig prose (global; injected via MarkupString) ---- */
.investor-prose { color: #94a3b8; font-size: 0.95rem; max-width: 44rem; }
.ip-slide .investor-prose { font-size: 1.02rem; }
.investor-prose h1, .investor-prose h2 { color: #e2e8f0; font-weight: 700; font-size: 1.15rem; margin: 1.5rem 0 0.6rem; }
.investor-prose h3 { color: #cbd5e1; font-weight: 600; margin: 1.1rem 0 0.4rem; }
.investor-prose p { margin: 0 0 0.9rem; line-height: 1.7; }
.investor-prose ul, .investor-prose ol { padding-left: 1.25rem; margin: 0 0 0.9rem; }
.investor-prose ul { list-style: disc; }
.investor-prose ol { list-style: decimal; }
.investor-prose li { margin: 0.25rem 0; }
.investor-prose a { color: #22d3ee; text-decoration: underline; }
.investor-prose strong { color: #f1f5f9; }
.investor-prose blockquote { border-left: 3px solid #334155; padding-left: 1rem; margin: 0 0 0.9rem; color: #94a3b8; font-style: italic; }
.investor-prose table { width: 100%; border-collapse: collapse; margin: 0 0 0.9rem; font-size: 0.85rem; }
.investor-prose th, .investor-prose td { border: 1px solid #1e293b; padding: 0.4rem 0.6rem; text-align: left; }
.investor-prose th { background: #0f172a; color: #cbd5e1; }
.investor-prose code { background: #0f172a; padding: 0.1rem 0.3rem; border-radius: 0.25rem; font-size: 0.85em; }

/* ---- AI assistant widget (global; styled here so the floating button never depends on a utility-CSS scan) ---- */
.ip-asst { position: fixed; bottom: 1.4rem; right: 1.4rem; z-index: 70; }
.ip-asst-fab {
  display: inline-flex; align-items: center; gap: 0.5rem; cursor: pointer; border: none;
  background: linear-gradient(135deg, #22d3ee, #0ea5b7); color: #04141b; font-weight: 700; font-size: 0.95rem;
  border-radius: 999px; padding: 0.85rem 1.35rem; box-shadow: 0 12px 34px -8px rgba(34,211,238,0.7);
  animation: ip-asst-pop 0.4s ease both; transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.ip-asst-fab:hover { transform: translateY(-2px); box-shadow: 0 16px 40px -8px rgba(34,211,238,0.85); }
@keyframes ip-asst-pop { from { opacity: 0; transform: scale(0.85) translateY(10px); } to { opacity: 1; transform: none; } }

.ip-asst-panel {
  width: 23rem; max-width: calc(100vw - 2rem); height: 32rem; max-height: calc(100vh - 3rem);
  display: flex; flex-direction: column; background: #0f172a; border: 1px solid #334155;
  border-radius: 1rem; box-shadow: 0 28px 70px -14px rgba(0,0,0,0.75); overflow: hidden;
  animation: ip-asst-pop 0.25s ease both;
}
.ip-asst-head { display: flex; align-items: center; justify-content: space-between; padding: 0.85rem 1rem; border-bottom: 1px solid #1e293b; }
.ip-asst-title { color: #fff; font-weight: 600; font-size: 0.9rem; }
.ip-asst-sub { color: #64748b; font-size: 0.72rem; margin-top: 0.1rem; }
.ip-asst-x { background: none; border: none; color: #64748b; cursor: pointer; font-size: 1.1rem; line-height: 1; }
.ip-asst-x:hover { color: #cbd5e1; }
.ip-asst-msgs { flex: 1; overflow-y: auto; padding: 0.9rem 1rem; display: flex; flex-direction: column; gap: 0.6rem; font-size: 0.88rem; }
.ip-asst-greet { color: #94a3b8; line-height: 1.5; }
.ip-asst-row { text-align: left; }
.ip-asst-row.me { text-align: right; }
.ip-asst-bubble { display: inline-block; border-radius: 1rem; padding: 0.5rem 0.75rem; background: #1e293b; color: #e2e8f0; max-width: 85%; text-align: left; line-height: 1.5; }
.ip-asst-bubble.me { background: #22d3ee; color: #04141b; }
.ip-asst-flag { color: #67e8f9; font-size: 0.72rem; text-align: center; }
.ip-asst-input { border-top: 1px solid #1e293b; padding: 0.75rem; }
.ip-asst-inputrow { display: flex; gap: 0.5rem; }
.ip-asst-field { flex: 1; background: #020617; border: 1px solid #334155; border-radius: 0.5rem; padding: 0.5rem 0.7rem; color: #fff; font-size: 0.88rem; }
.ip-asst-field::placeholder { color: #475569; }
.ip-asst-field:focus { outline: none; border-color: #22d3ee; }
.ip-asst-send { background: #22d3ee; color: #04141b; font-weight: 700; border: none; cursor: pointer; border-radius: 0.5rem; padding: 0.5rem 0.9rem; font-size: 0.85rem; }
.ip-asst-send:disabled { opacity: 0.5; cursor: default; }
.ip-asst-human { margin-top: 0.5rem; background: none; border: none; color: #64748b; font-size: 0.72rem; cursor: pointer; }
.ip-asst-human:hover { color: #cbd5e1; }
