:root {
  --ink: #08111e;
  --muted: #617083;
  --line: rgba(8, 17, 30, .11);
  --paper: #f4f7fa;
  --white: #fff;
  --navy: #07111f;
  --cyan: #16d9ff;
  --blue: #2078ff;
  --violet: #815cff;
  --green: #1fbd83;
  --amber: #f0a93c;
  --rose: #f45d87;
  --shadow: 0 24px 70px rgba(23, 43, 74, .12);
  --radius: 24px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 15px/1.5 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
button, input, textarea { font: inherit; }
button { color: inherit; }
.ambient { position: fixed; border-radius: 50%; filter: blur(90px); pointer-events: none; opacity: .28; z-index: -1; }
.ambient-one { width: 420px; height: 420px; background: #66eaff; right: -180px; top: -160px; }
.ambient-two { width: 360px; height: 360px; background: #ad9cff; left: 30%; bottom: -220px; }
.app-shell { display: grid; grid-template-columns: 88px minmax(0, 1fr); min-height: 100vh; }
.rail { position: fixed; inset: 0 auto 0 0; width: 88px; display: flex; flex-direction: column; align-items: center; padding: 20px 12px; color: #dce8f6; background: linear-gradient(180deg, #07111f 0%, #0b1829 100%); z-index: 50; }
.brand-mark { color: inherit; text-decoration: none; }
.brand-orbit { width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid rgba(64, 223, 255, .6); border-radius: 16px; background: radial-gradient(circle at 30% 20%, rgba(36, 223, 255, .26), transparent 56%), #0d1d31; box-shadow: inset 0 0 24px rgba(22, 217, 255, .12), 0 0 28px rgba(22, 217, 255, .13); font-weight: 900; letter-spacing: -.04em; }
.brand-orbit span { background: linear-gradient(135deg, #fff, var(--cyan)); -webkit-background-clip: text; color: transparent; }
.rail-nav { width: 100%; margin-top: 46px; display: grid; gap: 12px; }
.rail-link { width: 100%; min-height: 58px; display: grid; place-items: center; gap: 2px; border: 0; border-radius: 15px; color: #8191a5; background: transparent; cursor: pointer; }
.rail-link span { font-size: 22px; line-height: 1; }.rail-link small { font-size: 10px; font-weight: 700; }
.rail-link:hover, .rail-link.active { color: #fff; background: rgba(255,255,255,.08); }
.rail-link.active { box-shadow: inset 3px 0 var(--cyan); }
.rail-settings { margin-top: auto; }
.workspace { grid-column: 2; width: min(1540px, 100%); margin: 0 auto; padding: 0 32px 42px; }
.topbar { height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.wordmark { display: grid; line-height: 1; }.wordmark strong { margin-top: 7px; font-size: 25px; letter-spacing: .18em; }.wordmark strong i { color: var(--blue); font-style: normal; }
.eyebrow { color: #6c7b8c; font-size: 10px; font-weight: 900; letter-spacing: .18em; }
.topbar-actions { display: flex; align-items: center; gap: 10px; }
.system-pill { display: flex; align-items: center; gap: 8px; padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.72); color: var(--muted); font-size: 12px; font-weight: 700; backdrop-filter: blur(12px); }
.status-light { width: 7px; height: 7px; border-radius: 50%; background: #f2b84b; box-shadow: 0 0 0 4px rgba(242,184,75,.13); }
.system-pill[data-state="online"] .status-light { background: var(--green); box-shadow: 0 0 0 4px rgba(31,189,131,.13); }
.system-pill[data-state="error"] .status-light { background: #ef607a; }
.icon-btn, .profile-btn { height: 42px; border: 1px solid var(--line); background: rgba(255,255,255,.84); border-radius: 13px; cursor: pointer; }
.icon-btn { padding: 0 14px; color: var(--muted); font-size: 12px; font-weight: 800; }
.profile-btn { width: 42px; display: grid; place-items: center; color: white; background: linear-gradient(145deg, #152942, #07111f); font-size: 12px; font-weight: 900; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.72fr) minmax(300px, .72fr); gap: 18px; }
.panel-dark, .panel-light { border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.panel-dark { color: white; background: var(--navy); }.panel-light { background: rgba(255,255,255,.9); border: 1px solid rgba(255,255,255,.9); }
.assistant-stage { position: relative; min-height: 430px; display: grid; grid-template-columns: minmax(0, 1.07fr) minmax(270px, .8fr); isolation: isolate; background: radial-gradient(circle at 73% 38%, rgba(13,166,212,.34), transparent 35%), radial-gradient(circle at 18% 110%, rgba(66,79,255,.2), transparent 42%), #07111f; }
.stage-copy { align-self: center; padding: 55px 0 55px 54px; position: relative; z-index: 4; }
.live-kicker { display: flex; align-items: center; gap: 8px; color: #83e9fb; font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.live-kicker span { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 16px var(--cyan); animation: pulse 1.8s infinite; }
@keyframes pulse { 50% { opacity: .45; transform: scale(.82); } }
.stage-copy h1 { margin: 22px 0 16px; max-width: 650px; font-size: clamp(39px, 4.4vw, 68px); line-height: .99; letter-spacing: -.055em; }
.stage-copy h1 em { color: #9fefff; font-style: normal; font-weight: 420; }
.stage-copy p { max-width: 530px; margin: 0; color: #9fb0c4; font-size: 15px; }
.stage-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.primary-btn, .ghost-btn, .full-btn, .text-btn, .chip-btn { border: 0; cursor: pointer; }
.primary-btn { min-height: 46px; padding: 0 19px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: 13px; color: #04121c; background: linear-gradient(135deg, #9af2ff, #19d7ff); font-weight: 850; box-shadow: 0 12px 30px rgba(22,217,255,.22); }
.primary-btn:hover { transform: translateY(-1px); filter: brightness(1.04); }
.ghost-btn { min-height: 46px; padding: 0 18px; border: 1px solid rgba(255,255,255,.16); border-radius: 13px; color: #e9f3ff; background: rgba(255,255,255,.06); font-weight: 750; }
.ghost-btn.light { color: var(--ink); border-color: var(--line); background: white; }
.avatar-wrap { position: relative; min-height: 430px; align-self: stretch; display: flex; align-items: flex-end; justify-content: center; overflow: hidden; }
.avatar-wrap img, .avatar-wrap video, .avatar-wrap canvas { width: 100%; height: 100%; object-fit: cover; object-position: 53% 34%; position: absolute; inset: 0; mask-image: linear-gradient(to left, #000 78%, transparent 100%); }
.avatar-wrap video, .avatar-wrap canvas { z-index: 2; }.avatar-wrap video[hidden], .avatar-wrap canvas[hidden] { display: none; }
.avatar-halo { position: absolute; border: 1px solid rgba(94,232,255,.2); border-radius: 50%; z-index: 1; }.halo-one { width: 340px; height: 340px; top: 48px; }.halo-two { width: 420px; height: 420px; top: 8px; opacity: .45; }
.avatar-state { position: absolute; z-index: 4; right: 24px; bottom: 22px; display: flex; align-items: center; gap: 7px; padding: 8px 12px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; color: #dbe9f7; background: rgba(4,14,26,.72); backdrop-filter: blur(12px); font-size: 11px; font-weight: 800; }
.avatar-dot { width: 7px; height: 7px; background: var(--cyan); border-radius: 50%; box-shadow: 0 0 10px var(--cyan); }
.stage-scanline { position: absolute; inset: 0; z-index: 3; pointer-events: none; opacity: .07; background: repeating-linear-gradient(0deg, transparent 0 4px, #fff 5px); }
.today-card { padding: 28px; min-height: 430px; display: flex; flex-direction: column; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 20px; }.section-heading.compact { align-items: center; margin-bottom: 14px; }
.section-heading h2 { margin: 5px 0 0; font-size: clamp(24px, 2.4vw, 38px); line-height: 1.08; letter-spacing: -.04em; }.section-heading.compact h2 { font-size: 23px; }
.text-btn { padding: 0; color: var(--blue); background: transparent; font-size: 12px; font-weight: 800; }
.today-time { padding: 17px 0 16px; display: flex; align-items: end; justify-content: space-between; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.today-time strong { font-size: 40px; line-height: 1; letter-spacing: -.05em; }.today-time span { color: var(--muted); font-size: 12px; }
.agenda-list { flex: 1; padding: 15px 0; }.agenda-item { display: grid; grid-template-columns: 48px 1fr; gap: 9px; padding: 11px 0; }.agenda-time { color: var(--blue); font-size: 12px; font-weight: 900; }.agenda-item strong, .agenda-item small { display: block; }.agenda-item small { margin-top: 2px; color: var(--muted); font-size: 11px; }.agenda-item.muted { opacity: .72; }
.full-btn { width: 100%; min-height: 43px; display: flex; justify-content: space-between; align-items: center; padding: 0 15px; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); background: white; font-size: 12px; font-weight: 800; }
.command-composer { margin-top: 18px; padding: 16px; display: grid; grid-template-columns: 45px 1fr 44px 44px; align-items: center; gap: 12px; border: 1px solid rgba(12,24,40,.1); border-radius: 20px; background: rgba(255,255,255,.94); box-shadow: 0 15px 40px rgba(28,46,75,.08); }
.composer-avatar, .avatar-mini { overflow: hidden; border-radius: 50%; background: #0b1828; }.composer-avatar { width: 45px; height: 45px; }.composer-avatar img, .avatar-mini img { width: 100%; height: 100%; object-fit: cover; }
.composer-main label { display: block; margin-bottom: 2px; font-size: 11px; font-weight: 850; }.composer-main textarea { width: 100%; min-height: 25px; max-height: 120px; padding: 0; resize: none; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 16px; }.composer-main textarea::placeholder { color: #95a1af; }
.composer-meta { display: flex; justify-content: space-between; gap: 14px; color: #8b98a8; font-size: 10px; }.shortcut { white-space: nowrap; }
.mic-btn, .send-btn { width: 44px; height: 44px; border-radius: 13px; cursor: pointer; }.mic-btn { color: var(--blue); border: 1px solid #c9d9ec; background: #f5f9fd; }.send-btn { color: white; border: 0; background: var(--ink); font-size: 20px; }.mic-btn[data-state="recording"] { color: white; background: #ef607a; animation: pulse 1.2s infinite; }
.response-deck { margin-top: 12px; padding: 18px 20px; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: 0 14px 36px rgba(20,42,72,.07); }.response-head { display: flex; justify-content: space-between; align-items: center; }.response-head > div { display: flex; align-items: center; gap: 8px; }.response-head > span { color: var(--muted); font-size: 11px; font-weight: 800; }.avatar-mini { width: 27px; height: 27px; }.response-body { padding: 13px 0; white-space: pre-wrap; font-size: 15px; }.response-actions { display: flex; gap: 8px; }.chip-btn { padding: 6px 10px; border: 1px solid var(--line); border-radius: 999px; background: #f7f9fc; font-size: 11px; font-weight: 750; }
.quick-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 18px 0 40px; }.quick-action { min-height: 86px; padding: 17px; display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 12px; text-align: left; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.88); cursor: pointer; transition: .2s ease; }.quick-action:hover { transform: translateY(-2px); box-shadow: 0 14px 36px rgba(32,54,88,.1); }.quick-action strong, .quick-action small { display: block; }.quick-action small { margin-top: 2px; color: var(--muted); font-size: 11px; }.quick-action b { color: #9ba6b3; }.quick-icon, .cap-icon { display: grid; place-items: center; border-radius: 13px; font-weight: 900; }.quick-icon { width: 42px; height: 42px; }
.cyan { color: #008caf; background: #dff9ff; }.violet { color: #6844e9; background: #ede8ff; }.amber { color: #a76a0c; background: #fff1d9; }.blue { color: #236fd9; background: #e3efff; }.green { color: #13825b; background: #dff7ed; }.rose { color: #c73e68; background: #ffe4ed; }
.capabilities { padding-top: 4px; }.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }.capability-card { position: relative; min-height: 210px; padding: 22px; text-align: left; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.88); cursor: pointer; transition: .22s ease; }.capability-card:hover { transform: translateY(-3px); border-color: rgba(32,120,255,.25); box-shadow: 0 18px 46px rgba(24,51,88,.1); }.cap-icon { width: 43px; height: 43px; font-size: 18px; }.cap-state { position: absolute; top: 22px; right: 22px; padding: 4px 7px; border-radius: 999px; color: #667588; background: #edf1f5; font-size: 8px; font-weight: 900; letter-spacing: .1em; }.cap-state.live { color: #137654; background: #dcf7ec; }.cap-state.beta { color: #6d4ac9; background: #eee8ff; }.capability-card > strong { display: block; margin-top: 28px; font-size: 17px; }.capability-card p { min-height: 42px; margin: 7px 0 17px; color: var(--muted); font-size: 12px; }.capability-card small { color: var(--blue); font-weight: 800; }
.activity-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 14px; margin-top: 36px; }.activity-card, .eila-card { min-height: 310px; padding: 27px; }.activity-list { min-height: 190px; }.empty-state { min-height: 180px; display: grid; place-items: center; align-content: center; text-align: center; color: var(--muted); }.empty-state > span { font-size: 26px; color: var(--blue); }.empty-state strong { margin: 6px 0 2px; color: var(--ink); }.empty-state p { max-width: 360px; margin: 0; font-size: 12px; }
.eila-card { position: relative; background: radial-gradient(circle at 100% 0, rgba(22,217,255,.26), transparent 45%), #07111f; }.eila-card h2 { margin: 19px 0 12px; font-size: 42px; line-height: 1; letter-spacing: -.05em; }.eila-card h2 em { color: var(--cyan); font-style: normal; }.eila-card p { color: #9dacc0; font-size: 12px; }.eila-metrics { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-top: 30px; }.eila-metrics div { padding: 12px 7px; border: 1px solid rgba(255,255,255,.09); border-radius: 12px; text-align: center; background: rgba(255,255,255,.04); }.eila-metrics strong, .eila-metrics span { display: block; }.eila-metrics strong { color: #a7f2ff; font-size: 18px; }.eila-metrics span { color: #8193a9; font-size: 9px; }
.app-footer { margin-top: 34px; padding: 22px 2px 0; display: flex; justify-content: space-between; border-top: 1px solid var(--line); color: #8390a0; font-size: 9px; font-weight: 800; letter-spacing: .12em; }.app-footer strong { color: var(--blue); }
.mobile-nav { display: none; }
.modal, .command-palette { width: 100%; height: 100%; max-width: none; max-height: none; padding: 0; border: 0; background: rgba(4,11,20,.62); backdrop-filter: blur(13px); }.modal[open], .command-palette[open] { display: grid; place-items: center; }.modal::backdrop, .command-palette::backdrop { background: transparent; }.modal-card { position: relative; width: min(560px, calc(100vw - 28px)); padding: 32px; border: 1px solid rgba(255,255,255,.8); border-radius: 24px; background: #f9fbfd; box-shadow: 0 40px 100px rgba(0,0,0,.28); }.modal-card h2 { margin: 8px 0; font-size: 34px; letter-spacing: -.045em; }.modal-card > p { color: var(--muted); }.modal-close { position: absolute; top: 16px; right: 16px; width: 34px; height: 34px; border: 0; border-radius: 10px; background: #e9eef4; cursor: pointer; font-size: 22px; }.modal-card label { display: block; margin: 20px 0 6px; font-size: 12px; font-weight: 800; }.modal-card input[type="url"] { width: 100%; height: 50px; padding: 0 14px; border: 1px solid #cad5e1; border-radius: 12px; outline: 0; background: white; }.modal-card input[type="url"]:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(32,120,255,.1); }.meeting-options { display: grid; gap: 8px; margin-top: 15px; }.meeting-options label { margin: 0; color: var(--muted); font-weight: 600; }.modal-actions { display: flex; justify-content: flex-end; gap: 9px; margin-top: 24px; }.phase-note { margin-top: 17px; padding-top: 13px; border-top: 1px solid var(--line); color: var(--muted); font-size: 9px; letter-spacing: .08em; }.phase-note span { color: var(--blue); font-weight: 900; }
.command-card { width: min(680px, calc(100vw - 24px)); overflow: hidden; border-radius: 18px; background: white; box-shadow: 0 34px 90px rgba(0,0,0,.32); }.command-input { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; padding: 15px 18px; border-bottom: 1px solid var(--line); }.command-input input { border: 0; outline: 0; font-size: 16px; }.command-input kbd { padding: 3px 6px; border: 1px solid var(--line); border-radius: 5px; color: var(--muted); background: #f5f7f9; font-size: 9px; }.command-results { max-height: 380px; padding: 8px; overflow: auto; }.command-result { width: 100%; padding: 12px; display: flex; justify-content: space-between; border: 0; border-radius: 10px; background: white; cursor: pointer; text-align: left; }.command-result:hover { background: #f1f6fb; }.command-result span { color: var(--muted); font-size: 11px; }
.toast { position: fixed; right: 24px; bottom: 24px; z-index: 100; max-width: 360px; padding: 12px 16px; border-radius: 12px; color: white; background: #07111f; box-shadow: 0 18px 50px rgba(0,0,0,.25); opacity: 0; transform: translateY(10px); pointer-events: none; transition: .25s ease; }.toast.show { opacity: 1; transform: none; }
@media (max-width: 1120px) {
  .hero-grid { grid-template-columns: 1fr; }.today-card { min-height: auto; }.assistant-stage { min-height: 410px; }
  .agenda-list { min-height: 100px; }.quick-row, .capability-grid { grid-template-columns: repeat(2,1fr); }.activity-grid { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  body { padding-bottom: 76px; }.app-shell { display: block; }.rail { display: none; }.workspace { width: 100%; padding: 0 14px 24px; }.topbar { height: 70px; }.wordmark .eyebrow { display: none; }.wordmark strong { margin: 0; font-size: 20px; }.icon-btn { display: none; }.system-pill { max-width: 155px; padding: 8px 10px; }.profile-btn { display: none; }
  .assistant-stage { min-height: 590px; grid-template-columns: 1fr; grid-template-rows: 1fr 250px; }.stage-copy { padding: 34px 24px 16px; align-self: start; }.stage-copy h1 { margin-top: 16px; font-size: 44px; }.stage-copy p { font-size: 13px; }.stage-actions { margin-top: 22px; }.stage-actions button { flex: 1; }.avatar-wrap { min-height: 250px; }.avatar-wrap img, .avatar-wrap video, .avatar-wrap canvas { mask-image: linear-gradient(to bottom, transparent 0, #000 26%); object-position: 50% 31%; }.avatar-state { right: 16px; bottom: 14px; }
  .today-card { padding: 22px; }.command-composer { position: sticky; bottom: 76px; z-index: 20; grid-template-columns: 36px 1fr 42px; padding: 11px; border-radius: 17px; box-shadow: 0 14px 35px rgba(5,18,34,.18); }.composer-avatar { width: 36px; height: 36px; }.composer-main label, .composer-meta, .mic-btn { display: none; }.send-btn { width: 42px; height: 42px; }.quick-row, .capability-grid { grid-template-columns: 1fr; }.quick-row { margin-bottom: 32px; }.capability-card { min-height: 180px; }.section-heading { align-items: start; }.section-heading h2 { font-size: 29px; }.section-heading > .text-btn { display: none; }.activity-grid { margin-top: 28px; }.eila-card h2 { font-size: 38px; }.app-footer { padding-bottom: 12px; display: grid; gap: 7px; text-align: center; }
  .mobile-nav { position: fixed; inset: auto 0 0; z-index: 80; height: 68px; display: grid; grid-template-columns: 1fr 1fr 70px 1fr 1fr; align-items: center; padding: 0 max(8px, env(safe-area-inset-right)) env(safe-area-inset-bottom) max(8px, env(safe-area-inset-left)); border-top: 1px solid rgba(255,255,255,.12); color: #8090a4; background: rgba(7,17,31,.96); backdrop-filter: blur(16px); }.mobile-nav button { height: 100%; display: grid; place-items: center; align-content: center; gap: 2px; border: 0; color: inherit; background: transparent; font-size: 9px; }.mobile-nav button span { font-size: 19px; }.mobile-nav button.active { color: white; }.mobile-nav .mobile-orb { width: 56px; height: 56px; margin: -25px auto 0; border: 5px solid var(--paper); border-radius: 50%; color: #06202a; background: linear-gradient(145deg,#9af2ff,#19d7ff); box-shadow: 0 12px 30px rgba(22,217,255,.26); font-size: 22px; }
  .modal-card { max-height: 88vh; overflow: auto; padding: 27px 22px; border-radius: 20px; }.modal-card h2 { font-size: 29px; }.modal-actions { flex-direction: column-reverse; }.modal-actions button { width: 100%; }.toast { right: 14px; bottom: 86px; left: 14px; max-width: none; }
}
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; animation: none !important; transition: none !important; } }
