/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
* { box-sizing: border-box; }
body { margin: 0; font-family: Arial, sans-serif; background: #f8fafc; color: #111827; }
.container { max-width: 760px; margin: 0 auto; padding: 24px; }
.card { background: white; border: 1px solid #e5e7eb; border-radius: 10px; padding: 16px; margin-bottom: 16px; }
input, textarea, select, button { width: 100%; padding: 10px; margin-top: 8px; margin-bottom: 12px; border: 1px solid #d1d5db; border-radius: 8px; font-size: 14px; }
button { cursor: pointer; background: #111827; color: white; }
button:disabled { opacity: .65; cursor: not-allowed; }
.row { display: flex; gap: 12px; }
.row > * { flex: 1 1; }
.muted { color: #6b7280; font-size: 13px; }
.error { color: #b91c1c; }
.success { color: #047857; }
.code { white-space: pre-wrap; background: #f3f4f6; padding: 10px; border-radius: 8px; }
a { color: #1d4ed8; }

.interview-chat-window { background: #f9fafb; border: 1px solid #e5e7eb; border-radius: 10px; padding: 12px; min-height: 240px; max-height: 420px; overflow-y: auto; }
.interview-row { display: flex; margin-bottom: 8px; }
.interview-row.left { justify-content: flex-start; }
.interview-row.right { justify-content: flex-end; }
.interview-bubble { max-width: 78%; padding: 8px 10px; border-radius: 10px; white-space: pre-wrap; font-size: 14px; }
.interview-bubble.question { background: #e5e7eb; color: #111827; }
.interview-bubble.answer { background: #2563eb; color: #fff; }
.interview-score-card { max-width: 78%; background: #eef2ff; color: #3730a3; border: 1px solid #c7d2fe; border-radius: 8px; padding: 6px 8px; font-size: 12px; }
.interview-input-wrap { margin-top: 10px; border-top: 1px solid #e5e7eb; padding-top: 10px; }
.interview-row-new { animation: interviewFadeIn .24s ease-out; }
.interview-debug-tag { display: inline-block; font-size: 11px; color: #6b7280; background: #f3f4f6; border: 1px dashed #d1d5db; border-radius: 999px; padding: 2px 8px; margin-top: -2px; margin-bottom: 8px; }
@keyframes interviewFadeIn {
  from { opacity: 0; transform: translateY(4px); }
  to { opacity: 1; transform: translateY(0); }
}

.chat-header { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 10px; }
.chat-window { max-height: 420px; overflow-y: auto; padding: 10px; background: #f9fafb; border: 1px solid #e5e7eb; border-radius: 10px; margin-bottom: 10px; }
.chat-bubble { max-width: 80%; padding: 10px 12px; border-radius: 12px; margin-bottom: 8px; white-space: pre-wrap; line-height: 1.5; }
.chat-bubble-left { background: #eef2ff; border: 1px solid #c7d2fe; margin-right: auto; }
.chat-bubble-right { background: #dcfce7; border: 1px solid #86efac; margin-left: auto; text-align: left; }
.score-card { background: #fff; border: 1px solid #e5e7eb; border-left: 3px solid #6366f1; border-radius: 10px; padding: 8px 10px; margin: 8px 0 12px; display: flex; flex-direction: column; gap: 6px; max-width: 85%; }
.chat-input-bar { position: -webkit-sticky; position: sticky; bottom: 0; background: #fff; border-top: 1px solid #e5e7eb; padding-top: 8px; display: flex; gap: 8px; align-items: flex-end; }
.chat-input-bar textarea { margin: 0; flex: 1 1; }
.chat-input-bar button { margin: 0; }

/* 面试状态栏 */
.interview-status { display: flex; align-items: center; gap: 12px; }
.interview-round-badge { background: #6366f1; color: #fff; padding: 4px 12px; border-radius: 999px; font-size: 13px; font-weight: 500; }
.interview-score-summary { color: #6b7280; font-size: 13px; }

/* 面试结束统计卡片 */
.interview-summary-card { background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 100%); border: 1px solid #86efac; border-radius: 12px; padding: 16px; margin-bottom: 12px; }
.interview-summary-card h3 { margin: 0 0 12px; font-size: 16px; color: #166534; }
.interview-summary-stats { display: flex; gap: 16px; margin-bottom: 12px; flex-wrap: wrap; }
.interview-summary-stats .stat-item { display: flex; flex-direction: column; align-items: center; min-width: 60px; }
.interview-summary-stats .stat-label { font-size: 12px; color: #6b7280; margin-bottom: 2px; }
.interview-summary-stats .stat-value { font-size: 20px; font-weight: 600; color: #166534; }
.interview-summary-feedback { font-size: 14px; color: #166534; text-align: center; padding: 8px; background: rgba(255,255,255,0.6); border-radius: 8px; }

