:root{--fg:#1f2937;--accent:#1f4e5f;--muted:#6b7280;--line:#e5e7eb;--bg:#f5f6f7;--bubble-user:#1f4e5f;--bubble-ai:#ffffff}*{box-sizing:border-box}body,html{margin:0;padding:0;height:100%;background:var(--bg);color:var(--fg);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased}a{color:var(--accent)}button{cursor:pointer}button,input,textarea{font:inherit}.il-hero-avatar{width:clamp(140px,24vw,220px);height:clamp(140px,24vw,220px);border-radius:50%;object-fit:cover;border:4px solid #fff;box-shadow:0 6px 24px rgba(31,78,95,.18)}