/* Welcome screen shown before the first message — title, feature pills, example prompt cards. */
#welcome{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100%;padding:40px 28px;text-align:center}
.wc-ic{width:88px;height:88px;display:block;margin-bottom:22px;filter:drop-shadow(0 14px 36px rgba(124,131,255,0.35))}
.wc-title{font-size:32px;font-weight:600;letter-spacing:-.8px;margin-bottom:10px;background:linear-gradient(135deg,#fff,#a4a8ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
:root[data-theme="light"] .wc-title{background:linear-gradient(135deg,#1a1d2e,#4338ca);-webkit-background-clip:text;background-clip:text}
.wc-sub{color:var(--text2);font-size:15px;max-width:560px;line-height:1.7;margin-bottom:28px}
.wc-features{display:flex;gap:22px;margin-bottom:32px;flex-wrap:wrap;justify-content:center;max-width:680px}
.wc-feat{display:flex;align-items:center;gap:7px;font-size:12.5px;color:var(--text2)}
.wc-feat-ic{color:var(--accent2)}
.ex-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:11px;max-width:640px;width:100%}
.ex-card{background:var(--bg2);border:1px solid var(--border);border-radius:12px;padding:14px 16px;cursor:pointer;text-align:left;transition:all .15s;display:flex;gap:11px;align-items:flex-start}
.ex-card:hover{background:var(--bg3);border-color:var(--ab);transform:translateY(-1px);box-shadow:0 6px 20px rgba(124,131,255,0.14)}
.ex-card-ic{width:36px;height:36px;border-radius:9px;background:var(--abg);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--accent2)}
.ex-card-ic .ic{width:18px;height:18px}
.ex-card-body{flex:1;min-width:0}
.ex-lbl{font-size:11.5px;color:var(--accent2);font-weight:500;margin-bottom:3px;letter-spacing:.2px}
.ex-txt{font-size:13px;color:var(--text2);line-height:1.45}
