 /* Общие стили для body и root-элемента React */
 body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#root {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: linear-gradient(to bottom right, #ede9fe, #c7d2fe); /* from-purple-100 to-indigo-200 */
}

/* �������� ��������� ���������� */
.min-h-screen {
  min-height: 100vh;
}

button {
  outline: none;
  border: none;
}

input {
  outline: none;
  width: 94% !important;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.from-purple-100 {
  --tw-gradient-from: #ede9fe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 233 254 / 0) var(--tw-gradient-to-position);
}

.to-indigo-200 {
  --tw-gradient-to: #c7d2fe var(--tw-gradient-to-position);
}

.flex {
  display: flex;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.p-4 {
  padding: 1rem; /* 16px */
}

.font-inter {
  font-family: "Inter", sans-serif; /* ��������������, ��� ����� Inter ��������� */
}

/* ��������� ���� ��������� */
.fixed {
  position: fixed;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.bg-gray-600 {
  background-color: #4b5563;
}

.bg-opacity-50 {
  background-color: rgb(75 85 99 / 0.5);
}

.z-50 {
  z-index: 50;
}

.p-6 {
  padding: 1.5rem; /* 24px */
}

.rounded-lg {
  border-radius: 0.5rem; /* 8px */
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.bg-red-500 {
  background-color: #ef4444;
}

.bg-green-500 {
  background-color: #22c55e;
}

.text-white {
  color: #fff;
}

.max-w-sm {
  max-width: 24rem; /* 384px */
}

.w-full {
  width: 100%;
}

.text-center {
  text-align: center;
}

.relative {
  position: relative;
}

.text-lg {
  font-size: 1.125rem; /* 18px */
  line-height: 1.75rem; /* 28px */
}

.font-semibold {
  font-weight: 600;
}

.mb-4 {
  margin-bottom: 1rem; /* 16px */
}

.absolute {
  position: absolute;
}

.top-2 {
  top: 0.5rem; /* 8px */
}

.right-2 {
  right: 0.5rem; /* 8px */
}

.hover\:text-gray-200:hover {
  color: #e5e7eb;
}

.text-2xl {
  font-size: 1.5rem; /* 24px */
  line-height: 2rem; /* 32px */
}

.font-bold {
  font-weight: 700;
}

/* �������� ���� �����/������ */
.bg-white {
  background-color: #fff;
}

.p-8 {
  padding: 2rem; /* 32px */
}

.rounded-xl {
  border-radius: 0.75rem; /* 12px */
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.border {
  border-width: 1px;
}

.border-gray-200 {
  border-color: #e5e7eb;
}

.max-w-md {
  max-width: 28rem; /* 448px */
}

.text-3xl {
  font-size: 1.875rem; /* 30px */
  line-height: 2.25rem; /* 36px */
}

.text-gray-800 {
  color: #1f2937;
}

.mb-8 {
  margin-bottom: 2rem; /* 32px */
}

/* �������� ����� � ������ */
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))); /* 24px */
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.text-2xl {
  font-size: 1.5rem; /* 24px */
  line-height: 2rem; /* 32px */
}

.text-gray-700 {
  color: #374151;
}

.block {
  display: block;
}

.text-sm {
  font-size: 0.875rem; /* 14px */
  line-height: 1.25rem; /* 20px */
}

.mb-1 {
  margin-bottom: 0.25rem; /* 4px */
}

.w-full {
  width: 100%;
}

.p-3 {
  padding: 0.75rem; /* 12px */
}

.border-gray-300 {
  border-color: #d1d5db;
}

.rounded-lg {
  border-radius: 0.5rem; /* 8px */
}

.focus\:ring-\[\#587D71\]:focus {
  --tw-ring-color: #587D71;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow, 0 0 #0000);
}

.focus\:border-\[\#587D71\]:focus {
  border-color: #587D71;
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.placeholder {
  color: #9ca3af; /* ��������� ���� ������������ */
}

.bg-\[\#587D71\] {
  background-color: #587D71;
}

.hover\:bg-\[\#4a6b60\]:hover {
  background-color: #4a6b60;
}

.duration-300 {
  transition-duration: 300ms;
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.text-red-500 {
  color: #ef4444;
}

.mt-4 {
  margin-top: 1rem; /* 16px */
}

.bg-blue-500 {
  background-color: #3b82f6;
}

.hover\:bg-blue-600:hover {
  background-color: #2563eb;
}

.bg-gray-200 {
  background-color: #e5e7eb;
}

.hover\:bg-gray-300:hover {
  background-color: #d1d5db;
}

.mt-6 {
  margin-top: 1.5rem; /* 24px */
}

/* ���� ������� */
.bg-\[\#e8f0ed\] {
  background-color: #e8f0ed;
}

.shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.text-\[\#3a524a\] {
  color: #3a524a;
}

.text-4xl {
  font-size: 2.25rem; /* 36px */
  line-height: 2.5rem; /* 40px */
}

.mt-2 {
  margin-top: 0.5rem; /* 8px */
}

.mt-4 {
  margin-top: 1rem; /* 16px */
}

/* ������ ������ ������� */
.border-t {
  border-top-width: 1px;
}

.pt-6 {
  padding-top: 1.5rem; /* 24px */
}

.break-words {
  word-break: break-all;
}
