/* Tailwind CSS classes for vibe-coding-infographic.html */

/* Custom styles */
body {
    font-family: 'Inter', sans-serif;
}

.chart-container {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    height: 300px;
    max-height: 400px;
}

@media (min-width: 768px) {
    .chart-container {
        height: 350px;
    }
}

.flow-arrow {
    font-size: 2.5rem;
    line-height: 1;
    color: #FF52E1;
}

/* Background Colors */
.bg-\[\#202124\] { background-color: #202124; }
.bg-white\/10 { background-color: rgb(255 255 255 / 0.1); }
.bg-white\/20 { background-color: rgb(255 255 255 / 0.2); }
.bg-gray-800\/50 { background-color: rgb(31 41 55 / 0.5); }
.bg-\[\#004FFF\] { background-color: #004FFF; }
.bg-\[\#FF52E1\] { background-color: #FF52E1; }
.bg-gray-900 { background-color: rgb(17 24 39); }
.bg-\[\#87F1FF\] { background-color: #87F1FF; }
.bg-gray-700 { background-color: rgb(55 65 81); }
.bg-\[\#0040CC\] { background-color: #0040CC; }
.bg-\[\#6FD9E7\] { background-color: #6FD9E7; }
.bg-\[\#DD3AC9\] { background-color: #DD3AC9; }
.bg-gray-600 { background-color: rgb(75 85 99); }

/* Text Colors */
.text-gray-200 { color: rgb(229 231 235); }
.text-white { color: rgb(255 255 255); }
.text-\[\#87F1FF\] { color: #87F1FF; }
.text-gray-300 { color: rgb(209 213 219); }
.text-gray-400 { color: rgb(156 163 175); }
.text-\[\#004FFF\] { color: #004FFF; }
.text-\[\#FF52E1\] { color: #FF52E1; }
.text-\[\#FFF500\] { color: #FFF500; }
.text-red-500 { color: rgb(239 68 68); }
.text-gray-500 { color: rgb(107 114 128); }
.text-gray-900 { color: rgb(17 24 39); }

/* Spacing */
.p-4 { padding: 1rem; }
.p-6 { padding: 1.5rem; }
.p-8 { padding: 2rem; }
.p-10 { padding: 2.5rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.py-8 { padding-top: 2rem; padding-bottom: 2rem; }
.mx-auto { margin-left: auto; margin-right: auto; }
.my-12 { margin-top: 3rem; margin-bottom: 3rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-10 { margin-bottom: 2.5rem; }
.mr-2 { margin-right: 0.5rem; }
.mr-3 { margin-right: 0.75rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-4 { margin-top: 1rem; }
.mt-16 { margin-top: 4rem; }

/* Layout */
.container { width: 100%; }
.inline-flex { display: inline-flex; }
.flex { display: flex; }
.grid { display: grid; }
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.gap-4 { gap: 1rem; }
.gap-6 { gap: 1.5rem; }
.gap-8 { gap: 2rem; }
.space-y-3 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)); }
.space-y-4 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(1rem * var(--tw-space-y-reverse)); }
.space-y-16 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(4rem * var(--tw-space-y-reverse)); }

/* Flexbox & Grid Properties */
.items-center { align-items: center; }
.items-start { align-items: flex-start; }
.items-stretch { align-items: stretch; }
.justify-center { justify-content: center; }
.flex-col { flex-direction: column; }
.flex-grow { flex-grow: 1; }
.order-1 { order: 1; }
.order-2 { order: 2; }

/* Typography */
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.text-2xl { font-size: 1.5rem; line-height: 2rem; }
.text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
.text-6xl { font-size: 3.75rem; line-height: 1; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }
.font-black { font-weight: 900; }
.uppercase { text-transform: uppercase; }
.tracking-wider { letter-spacing: 0.05em; }

/* Borders */
.border { border-width: 1px; }
.border-2 { border-width: 2px; }
.border-t { border-top-width: 1px; }
.border-white\/20 { border-color: rgb(255 255 255 / 0.2); }
.border-gray-700 { border-color: rgb(55 65 81); }
.border-\[\#87F1FF\] { border-color: #87F1FF; }
.border-\[\#FF52E1\] { border-color: #FF52E1; }
.border-\[\#FFF500\] { border-color: #FFF500; }
.border-gray-500 { border-color: rgb(107 114 128); }

/* Border Radius */
.rounded-full { border-radius: 9999px; }
.rounded-lg { border-radius: 0.5rem; }
.rounded-2xl { border-radius: 1rem; }

/* Effects */
.shadow-lg { box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); }
.shadow-xl { box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1); }
.shadow-2xl { box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25); }
.backdrop-blur-md { backdrop-filter: blur(12px); }

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

/* Hover States */
.hover\:bg-white\/20:hover { background-color: rgb(255 255 255 / 0.2); }
.hover\:text-white:hover { color: rgb(255 255 255); }
.hover\:text-gray-300:hover { color: rgb(209 213 219); }
.hover\:bg-\[\#0040CC\]:hover { background-color: #0040CC; }
.hover\:bg-\[\#6FD9E7\]:hover { background-color: #6FD9E7; }
.hover\:bg-\[\#DD3AC9\]:hover { background-color: #DD3AC9; }
.hover\:bg-gray-600:hover { background-color: rgb(75 85 99); }

/* Positioning */
.fixed { position: fixed; }
.bottom-0 { bottom: 0px; }
.left-0 { left: 0px; }
.right-0 { right: 0px; }

/* Other */
.list-disc { list-style-type: disc; }
.list-inside { list-style-position: inside; }
.transform { transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); }
.rotate-90 { --tw-rotate: 90deg; }
.-rotate-0 { --tw-rotate: -0deg; }

/* Width & Height */
.w-60 { width: 15rem; }
.h-80 { height: 20rem; }
.h-96 { height: 24rem; }

/* Max Width */
.max-w-3xl { max-width: 48rem; }
.max-w-4xl { max-width: 56rem; }

/* Text Alignment */
.text-center { text-align: center; }

/* Responsive Breakpoints */
@media (min-width: 640px) {
    .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 768px) {
    .md\:p-8 { padding: 2rem; }
    .md\:p-10 { padding: 2.5rem; }
    .md\:text-2xl { font-size: 1.5rem; line-height: 2rem; }
    .md\:text-6xl { font-size: 3.75rem; line-height: 1; }
    .md\:flex-row { flex-direction: row; }
    .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(0px * var(--tw-space-y-reverse)); }
    .md\:space-x-8 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(2rem * var(--tw-space-x-reverse)); margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))); }
    .md\:-rotate-0 { --tw-rotate: -0deg; }
    .md\:rotate-0 { --tw-rotate: 0deg; }
    .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .md\:col-span-2 { grid-column: span 2 / span 2; }
    .md\:h-96 { height: 24rem; }
    .md\:order-1 { order: 1; }
    .md\:order-2 { order: 2; }
}

@media (min-width: 1024px) {
    .lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

/* Container media queries */
@media (min-width: 640px) {
    .container { max-width: 640px; }
}
@media (min-width: 768px) {
    .container { max-width: 768px; }
}
@media (min-width: 1024px) {
    .container { max-width: 1024px; }
}
@media (min-width: 1280px) {
    .container { max-width: 1280px; }
}
@media (min-width: 1536px) {
    .container { max-width: 1536px; }
}