:root {
  color-scheme: dark;
  --bg: #0B0D10;
  --surface: #111418;
  --surface-2: #171A20;
  --surface-3: #1D222A;
  --border: #252A32;
  --text: #F3F4F6;
  --muted: #9CA3AF;
  --accent: #C9CED6;
  --blue: #2563EB;
  --blue-hover: #3B82F6;
  --danger: #F87171;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--bg);
  color: var(--text);
}

* { box-sizing: border-box; }
html, body, #root { width: 100%; max-width: 100%; min-height: 100%; margin: 0; overflow-x: hidden; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; touch-action: manipulation; overflow-x: hidden; }
body { width: 100%; min-width: 0; max-width: 100%; background: var(--bg); overflow-x: hidden; overscroll-behavior-x: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }

.nexora-app { min-height: var(--app-height, 100vh); max-width: 100%; background: var(--bg); }
.icon { width: 18px; height: 18px; display: inline-block; flex: 0 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; letter-spacing: -.02em; }
.brand-mark { width: 30px; height: 30px; object-fit: cover; border-radius: 8px; background: #050608; }
.brand-name { font-size: 17px; }

/* Public homepage */
.landing { min-height: 100vh; }
.landing-header { height: 76px; max-width: 1180px; margin: 0 auto; padding: 0 28px; display: flex; align-items: center; justify-content: space-between; }
.landing-nav { display: flex; gap: 28px; align-items: center; color: var(--muted); font-size: 14px; }
.landing-nav a:hover { color: var(--text); }
.landing-actions { display: flex; gap: 10px; align-items: center; }
.landing-main { max-width: 1180px; margin: 0 auto; padding: 86px 28px 96px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--accent); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 4px rgba(37,99,235,.14); }
.hero { max-width: 780px; }
.hero h1 { font-size: clamp(48px, 8vw, 84px); line-height: .98; letter-spacing: -.07em; margin: 22px 0 26px; font-weight: 760; }
.hero h1 span { color: var(--accent); }
.hero-copy { color: var(--muted); max-width: 620px; font-size: 18px; line-height: 1.7; margin: 0; }
.hero-actions { display: flex; gap: 12px; margin-top: 34px; flex-wrap: wrap; }
.button { border: 1px solid var(--border); border-radius: 9px; min-height: 42px; padding: 0 17px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; color: var(--text); background: var(--surface-2); font-weight: 600; font-size: 14px; transition: background .15s ease, border-color .15s ease, transform .15s ease; }
.button:hover { background: var(--surface-3); border-color: #38404b; }
.button:active { transform: translateY(1px); }
.button-primary { background: var(--blue); border-color: var(--blue); color: #fff; }
.button-primary:hover { background: var(--blue-hover); border-color: var(--blue-hover); }
.button-ghost { background: transparent; border-color: transparent; color: var(--muted); }
.button-ghost:hover { background: var(--surface-2); color: var(--text); border-color: var(--border); }
.trust-line { color: #68717e; font-size: 12px; margin-top: 18px; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 94px; }
.feature-card { border: 1px solid var(--border); background: var(--surface); border-radius: 14px; padding: 22px; min-height: 170px; }
.feature-card-icon { display: grid; place-items: center; width: 34px; height: 34px; color: var(--accent); background: var(--surface-2); border-radius: 9px; margin-bottom: 20px; }
.feature-card h3 { margin: 0 0 8px; font-size: 15px; }
.feature-card p { margin: 0; color: var(--muted); line-height: 1.55; font-size: 13px; }
.landing-section { margin-top: 108px; display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.landing-section h2 { font-size: clamp(30px, 4vw, 47px); letter-spacing: -.05em; line-height: 1.05; margin: 14px 0 18px; }
.landing-section p { color: var(--muted); line-height: 1.7; max-width: 510px; }
.tool-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; }
.tool-list-item { border: 1px solid var(--border); background: var(--surface); border-radius: 10px; padding: 14px; display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 13px; }
.tool-list-item strong { color: var(--text); font-weight: 600; }
.landing-footer { border-top: 1px solid var(--border); max-width: 1180px; margin: 0 auto; padding: 24px 28px 30px; display: flex; justify-content: space-between; color: #69717c; font-size: 12px; }
.landing-footer-links { display: flex; gap: 18px; }
.landing-footer-links a:hover { color: var(--text); }

/* Shared public pages */
.public-page { display: flex; flex-direction: column; min-height: var(--app-height, 100vh); }
.public-page .landing-header { width: 100%; }
.public-main { width: min(100%, 860px); flex: 1; margin: 0 auto; padding: 76px 28px 100px; }
.public-card { border: 1px solid var(--border); background: var(--surface); border-radius: 16px; padding: clamp(25px, 5vw, 52px); }
.public-card h1 { margin: 14px 0 28px; font-size: clamp(32px, 6vw, 52px); line-height: 1.05; letter-spacing: -.055em; }
.public-copy { color: var(--muted); font-size: 15px; line-height: 1.75; }
.public-copy p { margin: 0 0 20px; }
.public-copy p:last-child { margin-bottom: 0; }
.public-copy h2 { margin: 30px 0 8px; color: var(--text); font-size: 17px; letter-spacing: -.02em; }
.public-copy h2:first-child { margin-top: 0; }
.email-link { color: #8db2ff; text-decoration: underline; text-underline-offset: 3px; overflow-wrap: anywhere; }
.profile-card { max-width: 560px; margin: 0 auto; }
.profile-page-details { margin: 0 0 25px; border-top: 1px solid var(--border); }
.profile-page-details > div { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 16px 0; border-bottom: 1px solid var(--border); }
.profile-page-details span { color: var(--muted); font-size: 13px; }
.profile-page-details strong { color: var(--text); font-weight: 600; overflow-wrap: anywhere; text-align: right; }

/* Workspace */
.workspace { width: 100%; max-width: 100%; height: var(--app-height, 100vh); min-height: 0; display: flex; overflow: hidden; background: var(--bg); }
.sidebar { width: 274px; flex: 0 0 274px; background: var(--surface); border-right: 1px solid var(--border); display: flex; flex-direction: column; min-height: 0; }
.sidebar-top { padding: 18px 14px 12px; }
.workspace-brand { padding: 0 8px 18px; }
.new-chat { width: 100%; justify-content: flex-start; }
.history-label { display: flex; align-items: center; justify-content: space-between; color: #66707d; font-size: 11px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; padding: 16px 9px 9px; }
.history { overflow-y: auto; padding: 0 8px; flex: 1; }
.history-empty { color: #68717e; padding: 20px 9px; font-size: 13px; line-height: 1.5; }
.history-item { position: relative; display: flex; align-items: center; gap: 8px; width: 100%; min-height: 42px; border: 1px solid transparent; background: transparent; border-radius: 8px; padding: 8px 8px 8px 10px; color: var(--muted); text-align: left; font-size: 13px; }
.history-item:hover { background: var(--surface-2); color: var(--text); }
.history-item.active { background: var(--surface-2); color: var(--text); border-color: var(--border); }
.history-item-title { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; flex: 1; }
.history-item-actions { display: none; gap: 2px; }
.history-item:hover .history-item-actions, .history-item.active .history-item-actions { display: flex; }
.mini-button { display: grid; place-items: center; border: 0; background: transparent; color: #7c8590; padding: 4px; border-radius: 5px; }
.mini-button:hover { color: var(--text); background: #2a3039; }
.mini-button .icon { width: 15px; height: 15px; }
.sidebar-bottom { padding: 10px 12px 14px; border-top: 1px solid var(--border); position: relative; }
.profile-button { width: 100%; display: flex; align-items: center; gap: 10px; border: 0; background: transparent; color: var(--muted); padding: 8px 7px; border-radius: 8px; text-align: left; }
.profile-button:hover { background: var(--surface-2); color: var(--text); }
.avatar { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: #2d3540; color: var(--accent); font-size: 12px; font-weight: 700; }
.profile-meta { flex: 1; }
.profile-meta strong { display: block; color: var(--text); font-size: 13px; font-weight: 600; }
.profile-meta span { display: block; color: #68717e; font-size: 11px; margin-top: 2px; }
.profile-menu { position: absolute; left: 12px; right: 12px; bottom: 62px; padding: 7px; border: 1px solid #303640; background: #171b21; box-shadow: 0 14px 35px rgba(0,0,0,.35); border-radius: 10px; z-index: 20; }
.profile-details { padding: 8px 9px 10px; border-bottom: 1px solid var(--border); margin-bottom: 5px; }
.profile-details-label { color: #737d89; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 11px; }
.profile-detail { display: flex; justify-content: space-between; gap: 12px; color: #737d89; font-size: 12px; line-height: 1.8; }
.profile-detail strong { color: var(--text); font-weight: 600; text-align: right; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.menu-item { width: 100%; border: 0; background: transparent; color: var(--muted); border-radius: 7px; padding: 10px; display: flex; gap: 9px; align-items: center; text-align: left; font-size: 13px; }
.menu-item:hover { background: #242a33; color: var(--text); }
.menu-item-danger:hover { color: var(--danger); }
.workspace-main { position: relative; flex: 1 1 auto; min-width: 0; max-width: 100%; display: flex; flex-direction: column; overflow: hidden; }
.workspace-topbar { width: 100%; min-width: 0; height: 62px; flex: 0 0 62px; border-bottom: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; padding: 0 25px; }
.topbar-left { display: flex; align-items: center; gap: 12px; min-width: 0; }
.topbar-title { min-width: 0; flex: 1 1 auto; font-size: 14px; font-weight: 600; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.mobile-menu { display: none; }
.tools-wrap { position: relative; flex: 0 0 auto; }
.tools-button { min-height: 36px; padding: 0 12px; font-size: 13px; }
.tools-popover { position: absolute; z-index: 30; right: 0; top: calc(100% + 9px); width: 245px; padding: 8px; background: #171b21; border: 1px solid #303640; box-shadow: 0 16px 40px rgba(0,0,0,.4); border-radius: 11px; }
.tools-heading { padding: 7px 9px 8px; color: #737d89; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; font-weight: 700; }
.tool-option { width: 100%; display: flex; align-items: center; gap: 10px; padding: 9px; border: 0; background: transparent; color: var(--muted); text-align: left; border-radius: 7px; font-size: 13px; }
.tool-option:hover, .tool-option.selected { background: #242a33; color: var(--text); }
.tool-option.selected { box-shadow: inset 2px 0 var(--blue); }
.tool-option small { display: block; color: #68717e; font-size: 11px; margin-top: 2px; }
.tool-option .tool-copy { min-width: 0; }
.tool-option .check { margin-left: auto; color: var(--blue-hover); }
.messages { flex: 1 1 auto; min-width: 0; max-width: 100%; min-height: 0; overflow-x: hidden; overflow-y: auto; overscroll-behavior-x: none; }
.messages-inner { width: 100%; max-width: 840px; min-width: 0; margin: 0 auto; padding: 42px 26px 150px; }
.scroll-latest { position: absolute; left: 50%; bottom: calc(132px + var(--keyboard-offset, 0px)); transform: translateX(-50%); display: inline-flex; align-items: center; gap: 7px; border: 1px solid #3b4653; border-radius: 999px; padding: 8px 12px; background: #1b222b; color: var(--text); box-shadow: 0 8px 20px rgba(0,0,0,.28); font-size: 12px; z-index: 11; }
.scroll-latest:hover { background: #242d38; border-color: #536171; }
.scroll-latest .icon { width: 15px; height: 15px; transform: rotate(90deg); }
.scroll-latest[hidden] { display: none; }
.empty-state { min-height: 52vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.empty-logo-link { display: inline-flex; border-radius: 16px; margin-bottom: 20px; }
.empty-logo-link:focus-visible { outline: 2px solid var(--blue-hover); outline-offset: 4px; }
.empty-logo { width: 62px; height: 62px; border-radius: 16px; object-fit: cover; }
.empty-state h1 { margin: 0; font-size: 29px; letter-spacing: -.04em; }
.empty-state p { margin: 11px 0 26px; color: var(--muted); font-size: 14px; }
.suggestions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; width: min(100%, 560px); }
.suggestion { border: 1px solid var(--border); background: var(--surface); color: var(--muted); border-radius: 9px; text-align: left; padding: 12px 13px; font-size: 13px; }
.suggestion:hover { background: var(--surface-2); color: var(--text); }
.message { display: flex; gap: 13px; width: 100%; min-width: 0; margin: 0 auto 28px; max-width: 780px; }
.message.user { justify-content: flex-end; }
.message-avatar { width: 28px; height: 28px; flex: 0 0 28px; border-radius: 50%; display: grid; place-items: center; font-size: 11px; font-weight: 700; margin-top: 2px; }
.message.assistant .message-avatar { background: var(--surface-2); border: 1px solid var(--border); color: var(--accent); }
.message-content { min-width: 0; max-width: calc(100% - 42px); overflow: hidden; }
.message.user .message-content { order: -1; background: var(--blue); color: #fff; border-radius: 15px 15px 4px 15px; padding: 11px 14px; }
.message.assistant .message-content { color: #d7dae0; line-height: 1.7; padding-top: 2px; }
.message-text { width: 100%; max-width: 100%; min-width: 0; font-size: 14px; white-space: pre-wrap; overflow-wrap: anywhere; word-break: break-word; }
.message-text pre { max-width: 100%; margin: 10px 0; overflow-x: auto; overflow-y: hidden; white-space: pre; overflow-wrap: normal; word-break: normal; }
.message-text pre code { display: block; max-width: none; min-width: max-content; overflow-wrap: normal; word-break: normal; }
.message-text code { max-width: 100%; overflow-wrap: anywhere; word-break: break-word; }
.message.assistant .message-text code { background: #1b2027; border: 1px solid var(--border); color: #dce2e9; padding: 2px 5px; border-radius: 4px; font-size: 12px; }
.attachment-row { display: flex; flex-wrap: wrap; gap: 7px; max-width: 100%; min-width: 0; margin-top: 9px; }
.attachment-chip { display: inline-flex; align-items: center; gap: 6px; min-width: 0; overflow: hidden; background: rgba(255,255,255,.1); border-radius: 7px; padding: 6px 8px; font-size: 11px; color: inherit; max-width: 220px; }
.attachment-chip span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.attachment-image { width: 100px; height: 74px; object-fit: cover; border-radius: 7px; border: 1px solid rgba(255,255,255,.2); }
.typing { display: inline-flex; gap: 4px; padding: 8px 0; }
.typing i { width: 5px; height: 5px; border-radius: 50%; background: var(--muted); animation: pulse 1.1s infinite ease-in-out; }
.typing i:nth-child(2) { animation-delay: .15s; }.typing i:nth-child(3) { animation-delay: .3s; }
@keyframes pulse { 0%, 70%, 100% { opacity: .28; transform: translateY(0); } 35% { opacity: 1; transform: translateY(-3px); } }
.composer-area { position: fixed; bottom: var(--keyboard-offset, 0px); right: 0; left: 274px; width: auto; max-width: calc(100vw - 274px); min-width: 0; overflow: hidden; background: linear-gradient(transparent, var(--bg) 25%); padding: 28px 22px calc(20px + env(safe-area-inset-bottom)); z-index: 10; }
.composer-wrap { width: min(100%, 840px); max-width: 100%; min-width: 0; margin: 0 auto; }
.composer { border: 1px solid #333a44; background: var(--surface); border-radius: 13px; box-shadow: 0 9px 26px rgba(0,0,0,.2); overflow: hidden; }
.composer:focus-within { border-color: #46515e; }
.composer textarea { width: 100%; max-width: 100%; display: block; resize: none; border: 0; outline: 0; background: transparent; color: var(--text); padding: 15px 16px 7px; min-height: 53px; max-height: 180px; line-height: 1.45; font-size: 14px; overflow-x: hidden; overflow-wrap: anywhere; }
.composer textarea::placeholder { color: #747e8a; }
.composer-toolbar { display: flex; align-items: center; gap: 4px; padding: 7px 8px 8px; }
.composer-tool { color: var(--muted); border: 0; background: transparent; padding: 7px 8px; border-radius: 7px; display: inline-flex; align-items: center; gap: 6px; font-size: 12px; }
.composer-tool:hover { background: var(--surface-2); color: var(--text); }
.composer-tool .icon { width: 16px; height: 16px; }
.selected-tool { color: var(--accent); padding-left: 10px; }
.composer-spacer { flex: 1; }
.send-button { width: 34px; height: 34px; border: 0; border-radius: 8px; display: grid; place-items: center; background: var(--blue); color: white; }
.send-button:hover { background: var(--blue-hover); }
.send-button.stop { background: #374151; }
.send-button .icon { width: 17px; height: 17px; }
.file-input { display: block; opacity: 0; position: fixed; left: -9999px; top: -9999px; width: 1px; height: 1px; pointer-events: none; }
.preview-strip { display: flex; flex-wrap: wrap; gap: 8px; padding: 10px 13px 0; }
.preview { position: relative; display: inline-flex; align-items: center; gap: 7px; min-width: 0; padding: 5px 23px 5px 6px; background: var(--surface-2); border: 1px solid var(--border); border-radius: 8px; color: var(--muted); font-size: 11px; }
.preview img { width: 34px; height: 30px; object-fit: cover; border-radius: 5px; }
.preview-name { max-width: 150px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.remove-preview { position: absolute; top: 2px; right: 3px; border: 0; background: transparent; color: #89929d; padding: 1px; }
.composer-hint { color: #626c78; font-size: 11px; padding: 0 2px; margin-top: 9px; text-align: center; }
.toast { position: fixed; z-index: 70; left: 50%; bottom: 88px; transform: translateX(-50%); padding: 9px 13px; border: 1px solid #3a434e; background: #1a2027; color: var(--text); border-radius: 8px; font-size: 12px; box-shadow: 0 10px 25px rgba(0,0,0,.3); }

/* First-run profile capture and profile edits */
.onboarding-overlay { position: fixed; inset: 0; z-index: 60; display: grid; place-items: center; overflow-y: auto; padding: 20px; background: rgba(5,7,10,.78); }
.onboarding-card { width: min(100%, 430px); max-height: min(680px, calc(var(--app-height, 100vh) - 40px)); overflow: visible; border: 1px solid #303640; background: #15191f; border-radius: 16px; padding: 25px; box-shadow: 0 24px 80px rgba(0,0,0,.5); }
.onboarding-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; margin-bottom: 25px; }
.onboarding-header .eyebrow { font-size: 10px; }
.onboarding-header h2 { font-size: 27px; letter-spacing: -.045em; margin: 9px 0 7px; }
.onboarding-header p { color: var(--muted); font-size: 13px; line-height: 1.5; margin: 0; }
.close-onboarding { display: grid; place-items: center; width: 32px; height: 32px; flex: 0 0 32px; border: 0; background: transparent; border-radius: 7px; color: var(--muted); }
.close-onboarding:hover { background: var(--surface-2); color: var(--text); }
.close-onboarding .icon { width: 17px; height: 17px; }
.form-label { display: block; color: var(--accent); font-size: 12px; font-weight: 600; margin: 0 0 8px; }
.form-input { width: 100%; height: 44px; border: 1px solid #333a44; outline: none; border-radius: 8px; background: var(--surface); color: var(--text); padding: 0 13px; font-size: 14px; margin-bottom: 18px; }
.form-input:focus { border-color: #536171; box-shadow: 0 0 0 3px rgba(83,97,113,.18); }
.form-input::placeholder { color: #727c87; }
.country-select { position: relative; }
.country-select .form-input { padding-right: 38px; margin-bottom: 0; }
.country-chevron { position: absolute; top: 13px; right: 12px; color: #7d8792; pointer-events: none; }
.country-chevron .icon { width: 16px; height: 16px; }
.country-results { position: absolute; left: 0; right: 0; top: 49px; max-height: 225px; overflow-y: auto; padding: 5px; z-index: 3; border: 1px solid #3a424d; background: #1a1f26; border-radius: 9px; box-shadow: 0 14px 35px rgba(0,0,0,.45); }
.country-option { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 8px; border: 0; border-radius: 6px; background: transparent; color: var(--muted); text-align: left; padding: 9px 10px; font-size: 13px; }
.country-option:hover, .country-option.selected { background: #252c35; color: var(--text); }
.country-option .icon { width: 15px; height: 15px; color: var(--blue-hover); }
.country-empty { color: #7b8591; padding: 12px 10px; font-size: 13px; }
.form-note { color: #707a86; font-size: 11px; line-height: 1.5; margin: 12px 0 20px; }
.onboarding-submit { width: 100%; }

@media (max-width: 760px) {
  .landing-header { padding: env(safe-area-inset-top) 18px 0; height: calc(68px + env(safe-area-inset-top)); }
  .landing-nav { display: none; }
  .landing-main { padding: 68px 18px 70px; }
  .hero h1 { font-size: clamp(44px, 14vw, 70px); }
  .hero-copy { font-size: 16px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); margin-top: 64px; }
  .landing-section { grid-template-columns: 1fr; gap: 28px; margin-top: 70px; }
  .landing-footer { padding: 20px 18px calc(25px + env(safe-area-inset-bottom)); flex-direction: column; gap: 12px; }
  .landing-footer-links { flex-wrap: wrap; gap: 8px 16px; }
  .public-main { padding: 44px 18px 70px; }
  .public-card { padding: 25px 21px; }
  .public-page .landing-header { padding-top: env(safe-area-inset-top); }
  .sidebar { position: fixed; z-index: 50; left: 0; top: 0; bottom: 0; transform: translateX(-101%); transition: transform .18s ease; box-shadow: 12px 0 30px rgba(0,0,0,.35); }
  .sidebar.open { transform: translateX(0); }
  .mobile-backdrop { display: block; position: fixed; inset: 0; z-index: 40; background: rgba(0,0,0,.48); }
  .workspace-topbar { height: calc(62px + env(safe-area-inset-top)); padding: env(safe-area-inset-top) 15px 0; }
  .mobile-menu { display: grid; place-items: center; width: 34px; height: 34px; border: 0; background: transparent; color: var(--muted); border-radius: 7px; }
  .mobile-menu:hover { background: var(--surface-2); color: var(--text); }
  .messages-inner { padding: 27px 15px 150px; }
  .message { gap: 9px; margin-bottom: 23px; }
  .message-content { max-width: calc(100% - 37px); }
  .composer-area { left: 0; max-width: 100vw; padding: 18px 10px calc(12px + env(safe-area-inset-bottom)); }
  .form-input, .composer textarea { font-size: 16px; }
  .composer-tool span { display: none; }
  .composer-tool.selected-tool span { display: inline; max-width: 100px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .composer-hint { display: none; }
  .onboarding-card { padding: 22px; }
}
@media (max-width: 430px) {
  .feature-grid { grid-template-columns: 1fr; }
  .tool-list { grid-template-columns: 1fr; }
  .suggestions { grid-template-columns: 1fr; }
  .hero-actions .button { flex: 1; }
  .landing-actions .button-ghost { display: none; }
  .empty-state h1 { font-size: 25px; }
}