/* AI 페이지 전용 스타일 [cite: 2026-02-06] */
.ai-page-wrapper { background-color: #f9f9f9; height: calc(100vh - 180px); display: flex; flex-direction: column; overflow: hidden; }
.ai-intro-header { padding: 10px 20px 0px; text-align: left; background-color: #fff; }
.ai-badge { display: inline-block; padding: 5px 12px; background: #eef6ff; color: #007bff; border-radius: 6px; font-size: 13px; font-weight: 700; margin-bottom: 15px; }
.ai-title { font-size: 24px; font-weight: 800; color: #1a1a1a; line-height: 1.3; margin-bottom: 12px; letter-spacing: -1px; }
.ai-desc { font-size: 14px; color: #666; line-height: 1.5; }
.chat-container { flex: 1; padding: 10px 20px; overflow-y: auto; display: flex; flex-direction: column; gap: 15px; }
.chat-input-wrapper { padding: 15px 20px 10px; background-color: #ffffff; border-top: 1px solid #eee; }
.message { display: flex; width: 100%; }
.ai-message { justify-content: flex-start; }
.ai-message .bubble { background-color: #ffffff; color: #333; border: 1px solid #eee; border-top-left-radius: 4px; }
.bubble { max-width: 85%; padding: 15px 20px; border-radius: 20px; font-size: 15px; line-height: 1.5; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }
.input-inner { display: flex; align-items: center; gap: 8px; max-width: 100%; margin: 0 auto; background: #fff; border: 1px solid #ddd; border-radius: 30px; padding: 2px 2px 2px 15px; }
.input-inner input { flex: 1; border: none; outline: none; font-size: 15px; background: transparent; padding: 10px 0; }
.btn-send { background-color: #007bff; color: #fff; border: none; border-radius: 20px; padding: 8px 20px; font-weight: bold; font-size: 13px; cursor: pointer; }
.header-slider-container { display: none !important; }