/* ==============================================
   MATECITO - OPTIMIZED STATIC CSS
   Generated for maximum performance
   ============================================== */

/* RESET & BASE */
*,
::before,
::after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb
}

::before,
::after {
    --tw-content: ''
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    tab-size: 4;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-feature-settings: normal;
    font-variation-settings: normal
}

body {
    margin: 0;
    line-height: inherit
}

hr {
    height: 0;
    color: inherit;
    border-top-width: 1px
}

abbr:where([title]) {
    text-decoration: underline dotted
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp,
pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0
}

button,
select {
    text-transform: none
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none
}

:-moz-focusring {
    outline: auto
}

:-moz-ui-invalid {
    box-shadow: none
}

progress {
    vertical-align: baseline
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto
}

[type='search'] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0
}

fieldset {
    margin: 0;
    padding: 0
}

legend {
    padding: 0
}

ol,
ul,
menu {
    list-style: none;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
    color: #9ca3af
}

button,
[role="button"] {
    cursor: pointer
}

:disabled {
    cursor: default
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
    vertical-align: middle
}

img,
video {
    max-width: 100%;
    height: auto
}

[hidden] {
    display: none
}

/* CSS VARIABLES */
:root {
    --brand-orange: #ff6b35;
    --brand-wood: #3e2723;
    --brand-cream: #fdfbf7;
    --brand-dark: #1a120e;
    --brand-green: #2e7d32;
    --brand-accent: #F59E0B;
    --font-sans: Manrope, sans-serif;
    --font-display: 'Space Grotesk', sans-serif;
}

/* SMOOTH SCROLL - Pure CSS */
html {
    scroll-behavior: smooth
}

/* TYPOGRAPHY */
body {
    font-family: var(--font-sans);
    background-color: var(--brand-cream);
    color: var(--brand-dark);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden
}

.font-sans {
    font-family: var(--font-sans)
}

.font-display {
    font-family: var(--font-display)
}

.font-light {
    font-weight: 300
}

.font-normal {
    font-weight: 400
}

.font-medium {
    font-weight: 500
}

.font-semibold {
    font-weight: 600
}

.font-bold {
    font-weight: 700
}

.font-extrabold {
    font-weight: 800
}

.font-mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

/* TEXT SIZES */
.text-xs {
    font-size: .75rem;
    line-height: 1rem
}

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

.text-base {
    font-size: 1rem;
    line-height: 1.5rem
}

.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-5xl {
    font-size: 3rem;
    line-height: 1
}

.text-6xl {
    font-size: 3.75rem;
    line-height: 1
}

.text-7xl {
    font-size: 4.5rem;
    line-height: 1
}

/* COLORS */
.text-white {
    color: #fff
}

.text-black {
    color: #000
}

.text-gray-300 {
    color: #d1d5db
}

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

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

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

.text-green-500 {
    color: #10b981
}

.text-green-700 {
    color: #047857
}

.text-blue-400 {
    color: #60a5fa
}

.text-blue-500 {
    color: #3b82f6
}

.text-cyan-500 {
    color: #06b6d4
}

.text-orange-500 {
    color: #f97316
}

.text-yellow-500 {
    color: #eab308
}

.text-brand-orange {
    color: var(--brand-orange)
}

.text-brand-wood {
    color: var(--brand-wood)
}

.text-brand-cream {
    color: var(--brand-cream)
}

.text-brand-dark {
    color: var(--brand-dark)
}

.text-brand-green {
    color: var(--brand-green)
}

/* BACKGROUNDS */
.bg-white {
    background-color: #fff
}

.bg-black {
    background-color: #000
}

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

.bg-gray-100 {
    background-color: #f3f4f6
}

.bg-green-100 {
    background-color: #d1fae5
}

.bg-green-600 {
    background-color: #059669
}

.bg-orange-600 {
    background-color: #ea580c
}

.bg-brand-cream {
    background-color: var(--brand-cream)
}

.bg-brand-dark {
    background-color: var(--brand-dark)
}

.bg-brand-wood {
    background-color: var(--brand-wood)
}

.bg-brand-orange {
    background-color: var(--brand-orange)
}

.bg-brand-green {
    background-color: var(--brand-green)
}

.bg-\[#1e1e1e\] {
    background-color: #1e1e1e
}

.bg-\[#252526\] {
    background-color: #252526
}

.bg-\[#ff5f56\] {
    background-color: #ff5f56
}

.bg-\[#ffbd2e\] {
    background-color: #ffbd2e
}

.bg-\[#27c93f\] {
    background-color: #27c93f
}

/* OPACITY */
.opacity-50 {
    opacity: .5
}

.opacity-60 {
    opacity: .6
}

.opacity-75 {
    opacity: .75
}

.opacity-80 {
    opacity: .8
}

/* SPACING */
.p-0 {
    padding: 0
}

.p-1 {
    padding: .25rem
}

.p-2 {
    padding: .5rem
}

.p-3 {
    padding: .75rem
}

.p-4 {
    padding: 1rem
}

.p-6 {
    padding: 1.5rem
}

.p-8 {
    padding: 2rem
}

.p-10 {
    padding: 2.5rem
}

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

.px-3 {
    padding-left: .75rem;
    padding-right: .75rem
}

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

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

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

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

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

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

.py-2\.5 {
    padding-top: .625rem;
    padding-bottom: .625rem
}

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

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

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

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

.py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem
}

.pt-4 {
    padding-top: 1rem
}

.pt-8 {
    padding-top: 2rem
}

.pt-20 {
    padding-top: 5rem
}

.pb-2 {
    padding-bottom: .5rem
}

.pb-3 {
    padding-bottom: .5rem
}

.pl-4 {
    padding-left: 1rem
}

.pl-8 {
    padding-left: 2rem
}

.pl-12 {
    padding-left: 3rem
}

.pr-12 {
    padding-right: 3rem
}

.m-0 {
    margin: 0
}

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

.mb-1 {
    margin-bottom: .25rem
}

.mb-2 {
    margin-bottom: .5rem
}

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

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

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

.mb-10 {
    margin-bottom: 2.5rem
}

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

.mb-16 {
    margin-bottom: 4rem
}

.mb-20 {
    margin-bottom: 5rem
}

.mt-2 {
    margin-top: .5rem
}

.mt-8 {
    margin-top: 2rem
}

.mt-10 {
    margin-top: 2.5rem
}

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

.ml-4 {
    margin-left: 1rem
}

/* WIDTHS */
.w-2 {
    width: .5rem
}

.w-3 {
    width: .75rem
}

.w-4 {
    width: 1rem
}

.w-8 {
    width: 2rem
}

.w-10 {
    width: 2.5rem
}

.w-12 {
    width: 3rem
}

.w-32 {
    width: 8rem
}

.w-full {
    width: 100%
}

.max-w-xs {
    max-width: 20rem
}

.max-w-2xl {
    max-width: 42rem
}

.max-w-3xl {
    max-width: 48rem
}

.max-w-4xl {
    max-width: 56rem
}

.max-w-7xl {
    max-width: 80rem
}

.min-h-\[90vh\] {
    min-height: 90vh
}

/* HEIGHTS */
.h-2 {
    height: .5rem
}

.h-3 {
    height: .75rem
}

.h-4 {
    height: 1rem
}

.h-8 {
    height: 2rem
}

.h-10 {
    height: 2.5rem
}

.h-12 {
    height: 3rem
}

.h-20 {
    height: 5rem
}

.h-32 {
    height: 8rem
}

.h-auto {
    height: auto
}

/* FLEX */
.flex {
    display: flex
}

.inline-flex {
    display: inline-flex
}

.flex-row {
    flex-direction: row
}

.flex-col {
    flex-direction: column
}

.flex-wrap {
    flex-wrap: wrap
}

.items-start {
    align-items: flex-start
}

.items-center {
    align-items: center
}

.justify-start {
    justify-content: flex-start
}

.justify-center {
    justify-content: center
}

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

.gap-1 {
    gap: .25rem
}

.gap-1\.5 {
    gap: .375rem
}

.gap-2 {
    gap: .5rem
}

.gap-3 {
    gap: .75rem
}

.gap-4 {
    gap: 1rem
}

.gap-6 {
    gap: 1.5rem
}

.gap-8 {
    gap: 2rem
}

.gap-12 {
    gap: 3rem
}

.gap-16 {
    gap: 4rem
}

.flex-1 {
    flex: 1 1 0%
}

.flex-shrink-0 {
    flex-shrink: 0
}

.shrink-0 {
    flex-shrink: 0
}

/* GRID */
.grid {
    display: grid
}

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

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

.col-span-1 {
    grid-column: span 1/span 1
}

/* POSITIONING */
.static {
    position: static
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.top-0 {
    top: 0
}

.right-0 {
    right: 0
}

.bottom-1 {
    bottom: .25rem
}

.-top-8 {
    top: -2rem
}

.-right-8 {
    right: -2rem
}

.-inset-10 {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem
}

.z-0 {
    z-index: 0
}

.z-10 {
    z-index: 10
}

.z-50 {
    z-index: 50
}

/* DISPLAY */
.block {
    display: block
}

.inline-block {
    display: inline-block
}

.hidden {
    display: none
}

/* BORDERS */
.border {
    border-width: 1px
}

.border-b {
    border-bottom-width: 1px
}

.border-t {
    border-top-width: 1px
}

.border-y {
    border-top-width: 1px;
    border-bottom-width: 1px
}

.border-l-4 {
    border-left-width: 4px
}

.border-gray-100 {
    border-color: #f3f4f6
}

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

.border-green-500 {
    border-color: #10b981
}

.border-blue-500 {
    border-color: #3b82f6
}

.border-white\/5 {
    border-color: rgba(255, 255, 255, .05)
}

.border-white\/10 {
    border-color: rgba(255, 255, 255, .1)
}

.border-brand-wood\/5 {
    border-color: rgba(62, 39, 35, .05)
}

.border-brand-wood\/10 {
    border-color: rgba(62, 39, 35, .1)
}

.border-brand-orange\/20 {
    border-color: rgba(255, 107, 53, .2)
}

.border-brand-orange\/50 {
    border-color: rgba(255, 107, 53, .5)
}

.border-brand-green\/20 {
    border-color: rgba(46, 125, 50, .2)
}

/* BORDER RADIUS */
.rounded {
    border-radius: .25rem
}

.rounded-xl {
    border-radius: .75rem
}

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

.rounded-3xl {
    border-radius: 1.5rem
}

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

/* SHADOWS */
.shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05)
}

.shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1)
}

.shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1)
}

.shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1)
}

.shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1)
}

.shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25)
}

.shadow-brand-orange\/20 {
    box-shadow: 0 10px 15px -3px rgba(255, 107, 53, .2)
}

.shadow-brand-orange\/30 {
    box-shadow: 0 10px 15px -3px rgba(255, 107, 53, .3)
}

.drop-shadow-2xl {
    filter: drop-shadow(0 25px 25px rgba(0, 0, 0, .15))
}

/* ANIMATIONS */
@keyframes float {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-15px)
    }
}

@keyframes ember {
    0% {
        transform: translateY(0) scale(1);
        opacity: 1
    }

    100% {
        transform: translateY(-100px) scale(0);
        opacity: 0
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

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

@keyframes pulse {
    50% {
        opacity: .5
    }
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(-25%);
        animation-timing-function: cubic-bezier(.8, 0, 1, 1)
    }

    50% {
        transform: translateY(0);
        animation-timing-function: cubic-bezier(0, 0, .2, 1)
    }
}

.animate-float {
    animation: float 6s ease-in-out infinite
}

.animate-ember {
    animation: ember 4s ease-out infinite
}

.animate-fade-in-up {
    animation: fadeInUp .8s ease-out forwards
}

.animate-spin {
    animation: spin 1s linear infinite
}

.animate-pulse {
    animation: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite
}

.animate-bounce {
    animation: bounce 1s infinite
}

/* TRANSITIONS */
.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(.4, 0, .2, 1);
    transition-duration: .15s
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.duration-300 {
    transition-duration: .3s
}

.duration-500 {
    transition-duration: .5s
}

.duration-700 {
    transition-duration: .7s
}

/* TRANSFORMS */
.rotate-1 {
    transform: rotate(1deg)
}

.rotate-2 {
    transform: rotate(2deg)
}

.rotate-12 {
    transform: rotate(12deg)
}

.scale-1\.05 {
    transform: scale(1.05)
}

.-translate-y-1 {
    transform: translateY(-.25rem)
}

.-translate-y-1\/2 {
    transform: translateY(-50%)
}

.translate-x-1\/2 {
    transform: translateX(50%)
}

/* TEXT UTILITIES */
.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.leading-\[1\.1\] {
    line-height: 1.1
}

.leading-relaxed {
    line-height: 1.625
}

.tracking-tight {
    letter-spacing: -.025em
}

.tracking-wide {
    letter-spacing: .025em
}

.tracking-wider {
    letter-spacing: .05em
}

.tracking-widest {
    letter-spacing: .1em
}

.uppercase {
    text-transform: uppercase
}

.italic {
    font-style: italic
}

.line-through {
    text-decoration: line-through
}

/* SPECIAL UTILITIES */
.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.overflow-hidden {
    overflow: hidden
}

.overflow-x-auto {
    overflow-x: auto
}

.overflow-x-hidden {
    overflow-x: hidden
}

.pointer-events-none {
    pointer-events: none
}

.cursor-pointer {
    cursor: pointer
}

.cursor-help {
    cursor: help
}

.cursor-not-allowed {
    cursor: not-allowed
}

.resize-none {
    resize: none
}

.select-none {
    user-select: none
}

.whitespace-nowrap {
    white-space: nowrap
}

/* GRADIENTS */
.bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops))
}

.from-brand-orange {
    --tw-gradient-from: var(--brand-orange);
    --tw-gradient-to: rgba(255, 107, 53, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.to-red-600 {
    --tw-gradient-to: #dc2626
}

.text-transparent {
    color: transparent
}

.bg-clip-text {
    background-clip: text;
    -webkit-background-clip: text
}

/* GLASS CARD */
.glass-card {
    background: rgba(255, 255, 255, .8);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, .6);
    box-shadow: 0 8px 32px 0 rgba(62, 39, 35, .05)
}

/* WOOD CARD */
.wood-card {
    background: linear-gradient(145deg, #3e2723, #2d1b18);
    border: 1px solid rgba(255, 255, 255, .1)
}

/* EMBER */
.ember {
    position: absolute;
    background: var(--brand-orange);
    border-radius: 50%;
    filter: blur(1px)
}

/* TEXT GLOW */
.text-glow-orange {
    text-shadow: 0 0 20px rgba(255, 107, 53, .4)
}

/* SCROLLBAR */
::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background: var(--brand-cream)
}

::-webkit-scrollbar-thumb {
    background: var(--brand-wood);
    border-radius: 5px;
    border: 2px solid var(--brand-cream)
}

::-webkit-scrollbar-thumb:hover {
    background: var(--brand-orange)
}

/* SELECTION */
::selection {
    background-color: var(--brand-orange);
    color: #fff
}

/* HOVER STATES */
.hover\:text-brand-orange:hover {
    color: var(--brand-orange)
}

.hover\:text-\[#0077b5\]:hover {
    color: #0077b5
}

.hover\:text-black:hover {
    color: #000
}

.hover\:text-white:hover {
    color: #fff
}

.hover\:text-green-500:hover {
    color: #10b981
}

.hover\:text-blue-500:hover {
    color: #3b82f6
}

.hover\:text-cyan-500:hover {
    color: #06b6d4
}

.hover\:text-orange-500:hover {
    color: #f97316
}

.hover\:text-yellow-500:hover {
    color: #eab308
}

.hover\:bg-brand-orange:hover {
    background-color: var(--brand-orange)
}

.hover\:bg-orange-600:hover {
    background-color: #ea580c
}

.hover\:bg-black:hover {
    background-color: #000
}

.hover\:bg-white:hover {
    background-color: #fff
}

.hover\:bg-white\/10:hover {
    background-color: rgba(255, 255, 255, .1)
}

.hover\:border-brand-orange\/50:hover {
    border-color: rgba(255, 107, 53, .5)
}

.hover\:scale-105:hover {
    transform: scale(1.05)
}

.hover\:scale-110:hover {
    transform: scale(1.1)
}

.hover\:-translate-y-1:hover {
    transform: translateY(-.25rem)
}

.hover\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25)
}

.hover\:rotate-0:hover {
    transform: rotate(0)
}

.hover\:rotate-45:hover {
    transform: rotate(45deg)
}

.hover\:opacity-100:hover {
    opacity: 1
}

.hover\:underline:hover {
    text-decoration: underline
}

.hover\:grayscale-0:hover {
    filter: grayscale(0)
}

/* GROUP HOVER */
.group:hover .group-hover\:scale-110 {
    transform: scale(1.1)
}

.group:hover .group-hover\:translate-x-1 {
    transform: translateX(.25rem)
}

.group:hover .group-hover\:text-brand-orange {
    color: var(--brand-orange)
}

.group:hover .group-hover\:rotate-45 {
    transform: rotate(45deg)
}

.group\/icon:hover .group-hover\/icon\:text-brand-orange {
    color: var(--brand-orange)
}

/* ACTIVE */
.active\:scale-\[0\.98\]:active {
    transform: scale(.98)
}

/* FOCUS */
.focus\:border-brand-orange:focus {
    border-color: var(--brand-orange)
}

.focus\:ring-brand-orange:focus {
    --tw-ring-color: var(--brand-orange)
}

/* GRAYSCALE */
.grayscale {
    filter: grayscale(100%)
}

/* BLUR */
.blur-\[60px\] {
    filter: blur(60px)
}

.blur-3xl {
    filter: blur(64px)
}

.backdrop-filter {
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
}

.backdrop-blur {
    backdrop-filter: blur(8px)
}

/* RING */
.ring-4 {
    box-shadow: 0 0 0 4px var(--tw-ring-color)
}

.ring-brand-cream {
    --tw-ring-color: var(--brand-cream)
}

/* RESPONSIVE: MD (768px+) */
@media(min-width:768px) {
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

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

    .md\:flex-row {
        flex-direction: row
    }

    .md\:col-span-2 {
        grid-column: span 2/span 2
    }

    .md\:text-left {
        text-align: left
    }

    .md\:text-sm {
        font-size: .875rem
    }

    .md\:p-10 {
        padding: 2.5rem
    }
}

/* RESPONSIVE: LG (1024px+) */
@media(min-width:1024px) {
    .lg\:hidden {
        display: none
    }

    .lg\:flex {
        display: flex
    }

    .lg\:flex-row {
        flex-direction: row
    }

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

    .lg\:text-7xl {
        font-size: 4.5rem;
        line-height: 1
    }

    .lg\:pr-12 {
        padding-right: 3rem
    }

    .lg\:w-1\/2 {
        width: 50%
    }

    .lg\:text-left {
        text-align: left
    }
}

/* RESPONSIVE: SM (640px+) */
@media(min-width:640px) {
    .sm\:flex-row {
        flex-direction: row
    }
}

/* TOAST NOTIFICATIONS */
#toast-container {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 1000;
    pointer-events: none
}

.toast {
    background: #fff;
    border-left: 4px solid #ff6b35;
    padding: 1rem 1.5rem;
    border-radius: .75rem;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);
    margin-top: 1rem;
    display: flex;
    align-items: center;
    gap: .75rem;
    transform: translateX(120%);
    transition: transform .4s cubic-bezier(.175, .885, .32, 1.1);
    pointer-events: auto;
    min-width: 300px
}

.toast.show {
    transform: translateX(0)
}

.toast.success {
    border-left-color: #10b981
}

.toast.error {
    border-left-color: #ef4444
}

.toast span.material-symbols-rounded {
    font-size: 1.5rem
}

.toast.success span.material-symbols-rounded {
    color: #10b981
}

.toast.error span.material-symbols-rounded {
    color: #ef4444
}