* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
}

a {
    text-decoration: none;
}

.min-h-screen {
    min-height: 100vh;
}

.flex {
    display: flex;
}

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

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

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.w-full {
    width: 100%;
}

.max-w-md {
    max-width: 28rem;
}

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

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

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

.w-32 {
    width: 8rem;
}

.h-32 {
    height: 8rem;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

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

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

.overflow-hidden {
    overflow: hidden;
}

.h-full {
    height: 100%;
}

.object-cover {
    object-fit: cover;
}

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

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

.space-y-4 > * + * {
    margin-top: 1rem;
}

.block {
    display: block;
}

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

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

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

.text-white {
    color: #ffffff;
}

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

.bg-\[\#2D98DA\] {
    --tw-bg-opacity: 1;
    background-color: rgb(45 152 218 / var(--tw-bg-opacity, 1));
}

.bg-\[\#64CC6E\] {
    --tw-bg-opacity: 1;
    background-color: rgb(100 204 110 / var(--tw-bg-opacity, 1));
}

.transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.hover\:bg-\[\#2887c1\]:hover {
    background-color: #2887c1;
}

.hover\:bg-\[\#59b861\]:hover {
    background-color: #59b861;
}

.mt-12 {
    margin-top: 3rem;
}

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

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

.grid {
    display: grid;
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.gap-6 {
    gap: 1.5rem;
}

.space-x-4 > * + * {
    margin-left: 1rem;
}

.p-4 {
    padding: 1rem;
}

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

.shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.w-10 {
    width: 2.5rem;
}

.h-10 {
    height: 2.5rem;
}

svg.w-10.h-10 {
    width: 2.5rem;
    height: 2.5rem;
    flex-shrink: 0;
}

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

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

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

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

.pb-8 {
    padding-bottom: 2rem;
}
