.maai-wrap{max-width:1180px;margin:30px auto;font-family:Arial,sans-serif;color:#162033}.maai-hero{background:linear-gradient(135deg,#f7f9ff,#eef6ff);border:1px solid #dbe7f5;border-radius:24px;padding:28px;margin-bottom:22px}.maai-badge{display:inline-block;background:#e7efff;color:#2452a6;border-radius:999px;padding:7px 12px;font-weight:700;font-size:13px}.maai-hero h2{font-size:32px;margin:14px 0 8px}.maai-hero p{font-size:17px;line-height:1.7;color:#506070;max-width:820px}.maai-grid{display:grid;grid-template-columns:300px 1fr;gap:22px}.maai-image-panel,.maai-card{background:#fff;border:1px solid #e0e8f0;border-radius:22px;box-shadow:0 12px 30px rgba(15,35,70,.06);padding:22px}.maai-image-panel{text-align:center;height:max-content;position:sticky;top:20px}.maai-avatar{width:190px;height:190px;margin:0 auto 16px;border-radius:30px;background:#eef3f8;display:flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid #dbe5ef}.maai-avatar span{font-size:58px;color:#64748b;font-weight:800}.maai-avatar img{width:100%;height:100%;object-fit:cover}.maai-image-panel h3{margin:6px 0;font-size:24px}.maai-image-panel p{color:#64748b;line-height:1.55}.maai-main{display:grid;gap:20px}.maai-card h3{font-size:23px;margin-top:0}.maai-two{display:grid;grid-template-columns:1fr 1fr;gap:14px}.maai-card label{display:block;font-weight:700;margin:12px 0 6px}.maai-card input,.maai-card select,.maai-card textarea{width:100%;box-sizing:border-box;border:1px solid #cbd6e2;border-radius:14px;padding:13px;font-size:15px;background:#fbfdff}.maai-card textarea{min-height:92px;resize:vertical}.maai-btn{background:#243b64;color:#fff;border:0;border-radius:14px;padding:13px 20px;font-weight:800;cursor:pointer}.maai-btn:hover{background:#172a4a}.maai-msg{margin-top:12px;color:#b42318;font-weight:700}.maai-chat-head{display:flex;gap:12px;align-items:center;border-bottom:1px solid #e5edf5;padding-bottom:14px;margin-bottom:14px}.maai-mini-avatar{width:54px;height:54px;border-radius:16px;background:#eef3f8;overflow:hidden;display:flex;align-items:center;justify-content:center;font-weight:800;color:#64748b}.maai-mini-avatar img{width:100%;height:100%;object-fit:cover}.maai-chat-head h3{margin:0}.maai-chat-head p{margin:3px 0 0;color:#64748b}.maai-modes{display:flex;gap:10px;flex-wrap:wrap;margin:12px 0}.maai-mode{border:1px solid #cbd6e2;background:#f8fafc;border-radius:999px;padding:9px 16px;cursor:pointer;font-weight:800}.maai-mode.active{background:#243b64;color:#fff;border-color:#243b64}.maai-messages{min-height:180px;background:#f8fbff;border:1px solid #e0e8f0;border-radius:18px;padding:14px;margin:12px 0;display:grid;gap:10px}.maai-message{padding:12px 14px;border-radius:16px;line-height:1.65}.maai-user{background:#e8f1ff;margin-right:50px}.maai-ai{background:#fff;border:1px solid #e0e8f0;margin-left:50px}.maai-input-row{display:grid;grid-template-columns:52px 1fr auto;gap:10px;align-items:end}.maai-mic{height:50px;border:1px solid #cbd6e2;background:#fff;border-radius:14px;font-size:22px;cursor:pointer}.maai-input-row textarea{min-height:50px}@media(max-width:800px){.maai-grid{grid-template-columns:1fr}.maai-image-panel{position:static}.maai-two{grid-template-columns:1fr}.maai-hero h2{font-size:25px}.maai-input-row{grid-template-columns:48px 1fr}.maai-input-row .maai-btn{grid-column:1/3}.maai-user,.maai-ai{margin:0}}


/* Clear response mode cards */
.maai-modes{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:14px 0 18px}
.maai-mode{border:2px solid #d8e2ee;background:#ffffff;border-radius:18px;padding:15px 14px;cursor:pointer;text-align:right;box-shadow:0 6px 18px rgba(15,35,70,.05);transition:.18s ease;color:#1e293b;min-height:78px}
.maai-mode strong{display:block;font-size:18px;margin-bottom:6px;color:inherit}
.maai-mode span{display:block;font-size:13px;font-weight:600;line-height:1.35;color:#64748b}
.maai-mode:hover{border-color:#8aa6d6;transform:translateY(-1px)}
.maai-mode.active{background:#1e293b;color:#fff;border-color:#1e293b;box-shadow:0 10px 24px rgba(30,41,59,.18)}
.maai-mode.active span{color:#e2e8f0}
@media(max-width:800px){.maai-modes{grid-template-columns:1fr}.maai-mode{text-align:right}}

.maai-voice-controls{display:flex;gap:10px;flex-wrap:wrap;margin:8px 0 14px;align-items:center}
.maai-secondary-btn{border:1px solid #cbd6e2;background:#fff;color:#243b64;border-radius:14px;padding:11px 16px;font-weight:800;cursor:pointer;box-shadow:0 4px 12px rgba(15,35,70,.05)}
.maai-secondary-btn:hover{background:#f2f6fb}
.maai-danger-btn{color:#9f1d1d;border-color:#f1c5c5}
.maai-danger-btn:hover{background:#fff5f5}
