
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  background: linear-gradient(135deg, #fef3c7 0%, #fed7aa 100%);
  min-height: 100vh;
}

[data-v-39fdced2] {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.app-container[data-v-39fdced2] {
  min-height: 100vh;
  position: relative;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Фон */
.background[data-v-39fdced2] {
  position: fixed;
  inset: 0;
  background: linear-gradient(135deg, #1e1b4b 0%, #4c1d95 50%, #be185d 100%);
  z-index: 0;
}
.background[data-v-39fdced2]::before {
  content: '';
  position: absolute;
  top: 20%;
  left: 10%;
  width: 300px;
  height: 300px;
  background: #8b5cf6;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.3;
}
.background[data-v-39fdced2]::after {
  content: '';
  position: absolute;
  bottom: 20%;
  right: 10%;
  width: 400px;
  height: 400px;
  background: #ec4899;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.3;
}
.content[data-v-39fdced2] {
  position: relative;
  z-index: 1;
  max-width: 600px;
  margin: 0 auto;
  padding: 2rem 1.5rem;
}

/* Шапка */
.header[data-v-39fdced2] {
  text-align: center;
  margin-bottom: 2rem;
}
.coin-animation[data-v-39fdced2] {
  font-size: 5rem;
  display: inline-block;
  animation: bounce-39fdced2 2s ease-in-out infinite;
  filter: drop-shadow(0 10px 20px rgba(0,0,0,0.3));
}
.header h1[data-v-39fdced2] {
  font-size: 2.5rem;
  font-weight: bold;
  margin-top: 1rem;
  background: linear-gradient(135deg, #fde047, #f97316, #ef4444);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.header p[data-v-39fdced2] {
  color: #fcd34dcc;
  margin-top: 0.5rem;
  font-size: 1.1rem;
}

/* Карточка режимов */
.mode-card[data-v-39fdced2] {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 1rem;
  padding: 1.25rem;
  margin-bottom: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.mode-title[data-v-39fdced2] {
  text-align: center;
  color: #fcd34d;
  margin-bottom: 1rem;
  font-weight: 500;
}
.mode-buttons[data-v-39fdced2] {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  justify-content: space-around;
}
.mode-btn[data-v-39fdced2] {
  padding: 0.75rem 0.5rem;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0.75rem;
  color: white;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  min-width: 80px;
  flex: 1;
}
.mode-btn span[data-v-39fdced2] {
  font-size: 1.5rem;
}
.mode-btn[data-v-39fdced2]:hover {
  background: rgb(93, 45, 124);
  transform: scale(1.02);
}
.mode-active-cynic[data-v-39fdced2] {
  background: linear-gradient(135deg, #9333ea, #4f46e5);
  box-shadow: 0 0 15px rgba(147, 51, 234, 0.5);
}
.mode-active-kind[data-v-39fdced2] {
  background: linear-gradient(135deg, #059669, #0d9488);
  box-shadow: 0 0 15px rgba(5, 150, 105, 0.5);
}
.mode-active-devil[data-v-39fdced2] {
  background: linear-gradient(135deg, #dc2626, #e11d48);
  box-shadow: 0 0 15px rgba(220, 38, 38, 0.5);
}
.mode-active-lazy[data-v-39fdced2] {
  background: linear-gradient(135deg, #2563eb, #0891b2);
  box-shadow: 0 0 15px rgba(37, 99, 235, 0.5);
}
.special[data-v-39fdced2] {
  background: linear-gradient(135deg, #7c3aed, #c026d3);
}

/* Форма */
.form-card[data-v-39fdced2] {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 1rem;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.input-group[data-v-39fdced2] {
  margin-bottom: 1.25rem;
}
.input-group label[data-v-39fdced2] {
  display: block;
  color: #fcd34d;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.input-group input[data-v-39fdced2] {
  width: 100%;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 0.75rem;
  font-size: 1rem;
  transition: all 0.2s;
}
.input-group input[data-v-39fdced2]:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(251, 146, 60, 0.5);
  background: white;
}
.submit-btn[data-v-39fdced2] {
  width: 100%;
  padding: 1rem;
  background: linear-gradient(135deg, #eab308, #f97316, #ef4444);
  border: none;
  border-radius: 0.75rem;
  color: white;
  font-weight: bold;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 0.2s;
}
.submit-btn[data-v-39fdced2]:hover:not(:disabled) {
  transform: scale(1.02);
  box-shadow: 0 10px 25px -5px rgba(0,0,0,0.3);
}
.submit-btn[data-v-39fdced2]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.error[data-v-39fdced2] {
  color: #fca5a5;
  text-align: center;
  margin-top: 1rem;
  padding: 0.5rem;
  background: rgba(239, 68, 68, 0.2);
  border-radius: 0.5rem;
}

/* Анимация подбрасывания монеты */
.flip-animation-card[data-v-39fdced2] {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 1rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.coin-flip-container[data-v-39fdced2] {
  perspective: 1000px;
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.coin[data-v-39fdced2] {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.2s;
  transform-style: preserve-3d;
  cursor: pointer;
}
.coin.flipping[data-v-39fdced2] {
  animation: flipCoin-39fdced2 0.8s cubic-bezier(0.4, 0.0, 0.2, 1) 3;
}
.coin-front[data-v-39fdced2], .coin-back[data-v-39fdced2] {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 35% 30%, #ffd700, #daa520);
  box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}
.coin-front[data-v-39fdced2] {
  transform: rotateY(0deg);
}
.coin-back[data-v-39fdced2] {
  transform: rotateY(180deg);
}
.coin-emoji[data-v-39fdced2] {
  font-size: 4rem;
  filter: drop-shadow(0 2px 5px rgba(0,0,0,0.2));
}
.coin-text[data-v-39fdced2] {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 0.5rem;
  color: #b45309;
}
@keyframes flipCoin-39fdced2 {
0% {
    transform: rotateY(0deg);
}
100% {
    transform: rotateY(1080deg);
}
}
.flip-text[data-v-39fdced2] {
  text-align: center;
  color: #fcd34d;
  margin-top: 1.5rem;
  font-size: 1.1rem;
  font-weight: 500;
  animation: pulse-39fdced2 1s ease-in-out infinite;
}
@keyframes pulse-39fdced2 {
0%, 100% { opacity: 0.6; transform: scale(1);
}
50% { opacity: 1; transform: scale(1.05);
}
}

/* Результат */
.result-card[data-v-39fdced2] {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.coin-result[data-v-39fdced2] {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 1rem;
  padding: 1.5rem;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.coin-result-emoji[data-v-39fdced2] {
  font-size: 5rem;
  animation: resultPop-39fdced2 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  display: inline-block;
}
.coin-result-emoji.heads[data-v-39fdced2] {
  animation: bounceAndRotate-39fdced2 0.5s ease-out;
}
.coin-result-emoji.tails[data-v-39fdced2] {
  animation: bounceAndRotateReverse-39fdced2 0.5s ease-out;
}
@keyframes bounceAndRotate-39fdced2 {
0% { transform: scale(0) rotate(-180deg); opacity: 0;
}
50% { transform: scale(1.2) rotate(0deg);
}
100% { transform: scale(1) rotate(0deg); opacity: 1;
}
}
@keyframes bounceAndRotateReverse-39fdced2 {
0% { transform: scale(0) rotate(180deg); opacity: 0;
}
50% { transform: scale(1.2) rotate(0deg);
}
100% { transform: scale(1) rotate(0deg); opacity: 1;
}
}
@keyframes resultPop-39fdced2 {
0% { transform: scale(0); opacity: 0;
}
60% { transform: scale(1.2);
}
100% { transform: scale(1); opacity: 1;
}
}
.coin-result p[data-v-39fdced2] {
  color: #fcd34dcc;
  font-size: 0.8rem;
  text-transform: uppercase;
  margin-top: 0.5rem;
}
.coin-result h2[data-v-39fdced2] {
  font-size: 1.8rem;
  color: white;
  margin-top: 0.5rem;
}
.debate-card[data-v-39fdced2] {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border-radius: 1rem;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.mode-indicator[data-v-39fdced2] {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 1rem;
}
.mode-emoji[data-v-39fdced2] {
  font-size: 3rem;
}
.mode-label[data-v-39fdced2] {
  font-size: 0.7rem;
  color: #fcd34dcc;
  text-transform: uppercase;
}
.mode-name[data-v-39fdced2] {
  font-size: 1.2rem;
  font-weight: bold;
  color: white;
}
.question[data-v-39fdced2] {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.75rem;
  padding: 1rem;
  display: flex;
  gap: 0.75rem;
  border-left: 4px solid #f97316;
  margin-bottom: 1rem;
}
.question span[data-v-39fdced2] {
  font-size: 1.5rem;
}
.question p[data-v-39fdced2] {
  color: #fcd34d;
  font-style: italic;
}
.arguments-title[data-v-39fdced2] {
  font-weight: bold;
  color: white;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.arguments-title[data-v-39fdced2]::before {
  content: '';
  width: 4px;
  height: 20px;
  background: #f97316;
  border-radius: 2px;
}
.arguments-list[data-v-39fdced2] {
  list-style: none;
  margin-bottom: 1.5rem;
}
.arguments-list li[data-v-39fdced2] {
  display: flex;
  gap: 0.75rem;
  padding: 0.75rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.75rem;
  margin-bottom: 0.5rem;
}
.arg-number[data-v-39fdced2] {
  width: 1.75rem;
  height: 1.75rem;
  background: linear-gradient(135deg, #f97316, #ef4444);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: bold;
  color: white;
  flex-shrink: 0;
}
.arguments-list li span[data-v-39fdced2]:last-child {
  color: #f3f4f6;
  line-height: 1.4;
}
.action-buttons[data-v-39fdced2] {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.share-btn[data-v-39fdced2], .new-btn[data-v-39fdced2] {
  flex: 1;
  padding: 0.75rem;
  border-radius: 0.75rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.share-btn[data-v-39fdced2] {
  background: linear-gradient(135deg, #0ea5e9, #3b82f6);
  border: none;
  color: white;
}
.share-btn[data-v-39fdced2]:hover {
  transform: scale(1.02);
  box-shadow: 0 4px 12px rgba(14, 165, 233, 0.3);
}
.new-btn[data-v-39fdced2] {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
}
.new-btn[data-v-39fdced2]:hover {
  background: rgba(255, 255, 255, 0.3);
}
.copy-notification[data-v-39fdced2] {
  margin-top: 1rem;
  padding: 0.75rem;
  background: rgba(34, 197, 94, 0.9);
  border-radius: 0.75rem;
  text-align: center;
  color: white;
  font-weight: 500;
  animation: fadeInUp-39fdced2 0.3s ease-out;
}
@keyframes fadeInUp-39fdced2 {
from {
    opacity: 0;
    transform: translateY(10px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
.footer[data-v-39fdced2] {
  text-align: center;
  margin-top: 2rem;
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.8rem;
}
@keyframes bounce-39fdced2 {
0%, 100% { transform: translateY(0);
}
50% { transform: translateY(-10px);
}
}

.therapy-container[data-v-f2251a03] {
  min-height: 100vh;
  position: relative;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.therapy-background[data-v-f2251a03] {
  position: fixed;
  inset: 0;
  background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 50%, #2e1065 100%);
  z-index: 0;
}
.therapy-content[data-v-f2251a03] {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
  padding: 1rem;
  height: 100vh;
  display: flex;
  flex-direction: column;
}
.therapy-header[data-v-f2251a03] {
  text-align: center;
  padding: 1rem;
  position: relative;
  flex-shrink: 0;
}
.back-btn[data-v-f2251a03] {
  position: absolute;
  left: 0;
  top: 1rem;
  background: rgba(255,255,255,0.2);
  border: none;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  cursor: pointer;
  transition: all 0.2s;
}
.back-btn[data-v-f2251a03]:hover {
  background: rgba(255,255,255,0.3);
}
.header-icon[data-v-f2251a03] {
  font-size: 3rem;
}
.therapy-header h1[data-v-f2251a03] {
  color: white;
  margin: 0.5rem 0 0;
}
.therapy-header p[data-v-f2251a03] {
  color: #a5b4fc;
  margin: 0;
}
.progress-bar[data-v-f2251a03] {
  background: rgba(255,255,255,0.2);
  border-radius: 1rem;
  height: 0.75rem;
  margin: 1rem 0;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.progress-fill[data-v-f2251a03] {
  background: linear-gradient(90deg, #818cf8, #c084fc);
  height: 100%;
  border-radius: 1rem;
  transition: width 0.3s ease;
}
.progress-text[data-v-f2251a03] {
  position: absolute;
  right: 0;
  top: -1.5rem;
  font-size: 0.7rem;
  color: #a5b4fc;
}
.chat-messages[data-v-f2251a03] {
  flex: 1;
  overflow-y: auto;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.message[data-v-f2251a03] {
  display: flex;
  gap: 0.75rem;
  animation: fadeIn-f2251a03 0.3s ease;
}
.message.user[data-v-f2251a03] {
  flex-direction: row-reverse;
}
.message-avatar[data-v-f2251a03] {
  width: 2.5rem;
  height: 2.5rem;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}
.message-bubble[data-v-f2251a03] {
  max-width: 70%;
  padding: 0.75rem 1rem;
  border-radius: 1.25rem;
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(10px);
}
.message.user .message-bubble[data-v-f2251a03] {
  background: linear-gradient(135deg, #818cf8, #c084fc);
}
.message-text[data-v-f2251a03] {
  color: white;
  line-height: 1.4;
  white-space: pre-wrap;
}
.message-time[data-v-f2251a03] {
  font-size: 0.65rem;
  color: #a5b4fc;
  margin-top: 0.25rem;
}
.typing-indicator[data-v-f2251a03] {
  display: flex;
  gap: 0.25rem;
  padding: 0.75rem 1rem;
}
.typing-indicator span[data-v-f2251a03] {
  width: 0.5rem;
  height: 0.5rem;
  background: #a5b4fc;
  border-radius: 50%;
  animation: typing-f2251a03 1.4s infinite;
}
.typing-indicator span[data-v-f2251a03]:nth-child(2) { animation-delay: 0.2s;
}
.typing-indicator span[data-v-f2251a03]:nth-child(3) { animation-delay: 0.4s;
}
@keyframes typing-f2251a03 {
0%, 60%, 100% { transform: translateY(0); opacity: 0.4;
}
30% { transform: translateY(-0.5rem); opacity: 1;
}
}
@keyframes fadeIn-f2251a03 {
from { opacity: 0; transform: translateY(10px);
}
to { opacity: 1; transform: translateY(0);
}
}
.chat-input-area[data-v-f2251a03] {
  display: flex;
  gap: 0.75rem;
  padding: 1rem;
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(10px);
  border-radius: 2rem;
  margin-top: 1rem;
  flex-shrink: 0;
}
.chat-input-area textarea[data-v-f2251a03] {
  flex: 1;
  background: rgba(255,255,255,0.9);
  border: none;
  border-radius: 1.5rem;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  resize: none;
  font-family: inherit;
}
.chat-input-area textarea[data-v-f2251a03]:focus {
  outline: none;
  box-shadow: 0 0 0 2px #818cf8;
}
.send-btn[data-v-f2251a03] {
  width: 3rem;
  height: 3rem;
  background: linear-gradient(135deg, #818cf8, #c084fc);
  border: none;
  border-radius: 50%;
  font-size: 1.2rem;
  cursor: pointer;
  transition: transform 0.2s;
}
.send-btn[data-v-f2251a03]:hover:not(:disabled) {
  transform: scale(1.05);
}
.send-btn[data-v-f2251a03]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.conclusion-area[data-v-f2251a03] {
  text-align: center;
  padding: 1rem;
  flex-shrink: 0;
}
.conclusion-btn[data-v-f2251a03] {
  background: linear-gradient(135deg, #10b981, #14b8a6);
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 2rem;
  color: white;
  font-weight: bold;
  cursor: pointer;
  transition: transform 0.2s;
}
.conclusion-btn[data-v-f2251a03]:hover {
  transform: scale(1.02);
}
.conclusion-card[data-v-f2251a03] {
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(10px);
  border-radius: 1.5rem;
  padding: 1.5rem;
  margin-top: 1rem;
  flex-shrink: 0;
  animation: fadeIn-f2251a03 0.5s ease;
}
.conclusion-icon[data-v-f2251a03] {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 1rem;
}
.conclusion-text[data-v-f2251a03] {
  color: white;
  line-height: 1.6;
  white-space: pre-wrap;
}
.conclusion-buttons[data-v-f2251a03] {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}
.new-session-btn[data-v-f2251a03], .share-btn[data-v-f2251a03] {
  flex: 1;
  padding: 0.75rem;
  border: none;
  border-radius: 2rem;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.2s;
}
.new-session-btn[data-v-f2251a03] {
  background: rgba(255,255,255,0.2);
  color: white;
}
.new-session-btn[data-v-f2251a03]:hover {
  background: rgba(255,255,255,0.3);
  transform: scale(1.02);
}
.share-btn[data-v-f2251a03] {
  background: linear-gradient(135deg, #3b82f6, #8b5cf6);
  color: white;
}
.share-btn[data-v-f2251a03]:hover {
  transform: scale(1.02);
}
