@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Poppins:wght@400;500;600;700&display=swap);
/* Reset and base styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: linear-gradient(135deg, #f0fdfa 0%, #ecfdf5 100%);
  min-height: 100vh;
  line-height: 1.6;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
}

/* Modern utility classes */
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 1.5rem;
}

.text-center {
  text-align: center;
}

.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mt-4 {
  margin-top: 1rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.w-full {
  width: 100%;
}

.h-3 {
  height: 0.75rem;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.left-4 {
  left: 1rem;
}

.top-1\/2 {
  top: 50%;
}

.transform {
  transform: translateY(-50%);
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-full {
  border-radius: 9999px;
}

.border {
  border-width: 1px;
}

.border-gray-200 {
  border-color: #e5e7eb;
}

.bg-white {
  background-color: white;
}

.bg-gray-50 {
  background-color: #f9fafb;
}

.bg-gray-200 {
  background-color: #e5e7eb;
}

.text-sm {
  font-size: 0.875rem;
}

.text-lg {
  font-size: 1.125rem;
}

.text-xl {
  font-size: 1.25rem;
}

.text-2xl {
  font-size: 1.5rem;
}

.text-3xl {
  font-size: 1.875rem;
}

.text-5xl {
  font-size: 3rem;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.text-gray-400 {
  color: #9ca3af;
}

.text-gray-500 {
  color: #6b7280;
}

.text-gray-600 {
  color: #4b5563;
}

.text-gray-700 {
  color: #374151;
}

.text-gray-800 {
  color: #1f2937;
}

.text-gray-900 {
  color: #111827;
}

.text-white {
  color: white;
}

.text-red-500 {
  color: #ef4444;
}

.text-red-600 {
  color: #dc2626;
}

.text-red-700 {
  color: #b91c1c;
}

.text-red-800 {
  color: #991b1b;
}

.text-amber-500 {
  color: #f59e0b;
}

.text-amber-600 {
  color: #d97706;
}

.text-amber-700 {
  color: #b45309;
}

.text-amber-800 {
  color: #92400e;
}

.text-emerald-500 {
  color: #10b981;
}

.text-emerald-600 {
  color: #059669;
}

.text-emerald-700 {
  color: #047857;
}

.text-primary-500 {
  color: #10b981;
}

.text-primary-600 {
  color: #059669;
}

.text-primary-700 {
  color: #047857;
}

.text-primary-800 {
  color: #065f46;
}

.bg-primary-50 {
  background-color: #ecfdf5;
}

.bg-primary-500 {
  background-color: #10b981;
}

.bg-primary-600 {
  background-color: #059669;
}

.bg-red-50 {
  background-color: #fef2f2;
}

.bg-red-500 {
  background-color: #ef4444;
}

.bg-amber-50 {
  background-color: #fffbeb;
}

.bg-amber-500 {
  background-color: #f59e0b;
}

.bg-emerald-50 {
  background-color: #ecfdf5;
}

.bg-emerald-500 {
  background-color: #10b981;
}

.border-red-200 {
  border-color: #fecaca;
}

.border-amber-200 {
  border-color: #fde68a;
}

.border-emerald-200 {
  border-color: #a7f3d0;
}

.border-primary-100 {
  border-color: #d1fae5;
}

.border-primary-200 {
  border-color: #a7f3d0;
}

/* Modern component styles */
.app-container {
  min-height: 100vh;
  background: linear-gradient(135deg, #f0fdfa 0%, #ecfdf5 100%);
  position: relative;
  overflow: hidden;
}

.app-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    radial-gradient(circle at 25% 25%, rgba(16, 185, 129, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 75% 75%, rgba(5, 150, 105, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

.floating-orb {
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  filter: blur(60px);
  pointer-events: none;
  animation: float 6s ease-in-out infinite;
}

.floating-orb-1 {
  top: -160px;
  right: -160px;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.2), rgba(5, 150, 105, 0.2));
}

.floating-orb-2 {
  bottom: -160px;
  left: -160px;
  background: linear-gradient(135deg, rgba(5, 150, 105, 0.2), rgba(16, 185, 129, 0.2));
  animation-delay: 3s;
}

.main-content {
  position: relative;
  z-index: 10;
}

.header-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #10b981, #059669);
  border-radius: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  box-shadow: 0 10px 40px -10px rgba(16, 185, 129, 0.3);
  animation: float 3s ease-in-out infinite;
}

.title-gradient {
  color: #065f46;
  font-family: 'Poppins', sans-serif;
}

.card-modern {
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 1rem;
  box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.card-modern:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 60px -10px rgba(16, 185, 129, 0.15);
}

.input-modern {
  width: 100%;
  padding: 0.75rem 1rem 0.75rem 3rem;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border: 1px solid rgba(229, 231, 235, 0.5);
  border-radius: 0.75rem;
  font-size: 1.125rem;
  transition: all 0.2s ease;
  outline: none;
}

.input-modern:focus {
  border-color: #10b981;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
}

.input-modern::placeholder {
  color: #9ca3af;
}

.btn-primary {
  background: linear-gradient(135deg, #10b981, #059669);
  color: white;
  font-weight: 500;
  padding: 1rem 1.5rem;
  border-radius: 0.75rem;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 1.125rem;
  box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
}

.btn-primary:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 8px 25px rgba(16, 185, 129, 0.4);
  background: linear-gradient(135deg, #059669, #047857);
}

.btn-primary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #374151;
  font-weight: 500;
  padding: 1rem 1.5rem;
  border-radius: 0.75rem;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 1.125rem;
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-1px);
}

.status-card {
  border-radius: 0.75rem;
  border: 1px solid;
  padding: 1rem;
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  animation: slideUp 0.3s ease-out;
}

.status-success {
  color: #047857;
  background: rgba(236, 253, 245, 0.8);
  border-color: rgba(167, 243, 208, 0.6);
}

.status-warning {
  color: #b45309;
  background: rgba(255, 251, 235, 0.8);
  border-color: rgba(253, 230, 138, 0.6);
}

.status-error {
  color: #b91c1c;
  background: rgba(254, 242, 242, 0.8);
  border-color: rgba(254, 202, 202, 0.6);
}

.status-info {
  color: #1e40af;
  background: rgba(239, 246, 255, 0.8);
  border-color: rgba(191, 219, 254, 0.6);
}

.score-bar {
  width: 100%;
  height: 0.75rem;
  background-color: #e5e7eb;
  border-radius: 9999px;
  overflow: hidden;
}

.score-fill {
  height: 100%;
  border-radius: 9999px;
  transition: width 1s ease-out;
}

.score-excellent {
  background-color: #10b981;
}

.score-good {
  background-color: #f59e0b;
}

.score-poor {
  background-color: #ef4444;
}

.section-card {
  border: 1px solid rgba(229, 231, 235, 0.6);
  border-radius: 0.75rem;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  transition: all 0.3s ease;
}

.section-card:hover {
  box-shadow: 0 4px 25px -5px rgba(0, 0, 0, 0.1);
}

.recommendation-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem;
  background: linear-gradient(135deg, rgba(236, 253, 245, 0.8), rgba(209, 250, 229, 0.8));
  border-radius: 0.75rem;
  border: 1px solid rgba(16, 185, 129, 0.1);
  transition: all 0.3s ease;
}

.recommendation-card:hover {
  box-shadow: 0 4px 25px -5px rgba(0, 0, 0, 0.1);
}

.pulse-dot {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  animation: pulse 2s infinite;
}

.pulse-dot-primary {
  background-color: #10b981;
}

.pulse-dot-success {
  background-color: #10b981;
}

.pulse-dot-accent {
  background-color: #059669;
}

.pulse-dot-error {
  background-color: #ef4444;
}

/* Animations */
@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-fade-in {
  animation: fadeIn 0.5s ease-in-out;
}

.animate-slide-up {
  animation: slideUp 0.3s ease-out;
}

/* Icon styles */
.icon-sm {
  width: 1rem;
  height: 1rem;
}

.icon-md {
  width: 1.25rem;
  height: 1.25rem;
}

.icon-lg {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-xl {
  width: 2.5rem;
  height: 2.5rem;
}

/* Loading spinner */
.animate-spin {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Custom scrollbar */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb {
  background: rgba(16, 185, 129, 0.3);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(16, 185, 129, 0.5);
}

/* Split Screen Layout Styles */
.split-container {
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
  min-height: 400px;
  max-height: 1500px;
}

.split-panel {
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 1rem;
  box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.split-left {
  flex: 0 0 45%;
}

.split-right {
  flex: 1 1;
}

.panel-header {
  padding: 1.5rem;
  border-bottom: 1px solid rgba(229, 231, 235, 0.3);
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.panel-content {
  flex: 1 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.content-display {
  flex: 1 1;
  overflow-y: auto;
  padding: 1.5rem;
}

.content-text {
  font-family: 'source-code-pro', Menlo, Monaco, Consolas, monospace;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #374151;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin: 0;
  background: rgba(249, 250, 251, 0.5);
  padding: 1.5rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(229, 231, 235, 0.3);
}

.analysis-content {
  flex: 1 1;
  overflow-y: auto;
  padding: 1.5rem;
}

/* Custom scrollbar for panels */
.content-display::-webkit-scrollbar,
.analysis-content::-webkit-scrollbar {
  width: 6px;
}

.content-display::-webkit-scrollbar-track,
.analysis-content::-webkit-scrollbar-track {
  background: rgba(16, 185, 129, 0.1);
  border-radius: 3px;
}

.content-display::-webkit-scrollbar-thumb,
.analysis-content::-webkit-scrollbar-thumb {
  background: rgba(16, 185, 129, 0.3);
  border-radius: 3px;
}

.content-display::-webkit-scrollbar-thumb:hover,
.analysis-content::-webkit-scrollbar-thumb:hover {
  background: rgba(16, 185, 129, 0.5);
}

/* Responsive design */
@media (max-width: 768px) {
  .container {
    padding: 1rem;
  }
  
  .text-5xl {
    font-size: 2.5rem;
  }
  
  .text-xl {
    font-size: 1.125rem;
  }
  
  .header-icon {
    width: 64px;
    height: 64px;
  }
  
  .btn-primary,
  .btn-secondary {
    font-size: 1rem;
  }
  
  .input-modern {
    font-size: 1rem;
  }
  
  /* Stack panels vertically on mobile */
  .split-container {
    flex-direction: column;
    gap: 1rem;
  }
  
  .split-left,
  .split-right {
    flex: none;
  }
  
  .split-panel {
    min-height: 400px;
  }
}

@media (max-width: 1024px) {
  .split-container {
    gap: 1rem;
  }
  
  .split-left {
    flex: 0 0 45%;
  }
}


/*# sourceMappingURL=main.4f43de87.css.map*/